os_image_profile_client

package
v0.12.76 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 28, 2024 License: Apache-2.0 Imports: 41 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BatchGetOsImageProfilesDescriptor

type BatchGetOsImageProfilesDescriptor struct{}

func GetBatchGetOsImageProfilesDescriptor

func GetBatchGetOsImageProfilesDescriptor() *BatchGetOsImageProfilesDescriptor

func (*BatchGetOsImageProfilesDescriptor) GetApiDescriptor

func (*BatchGetOsImageProfilesDescriptor) GetApiName

func (d *BatchGetOsImageProfilesDescriptor) GetApiName() string

func (*BatchGetOsImageProfilesDescriptor) GetClientMsgReflectHandle

func (d *BatchGetOsImageProfilesDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*BatchGetOsImageProfilesDescriptor) GetFullMethodName

func (d *BatchGetOsImageProfilesDescriptor) GetFullMethodName() string

func (*BatchGetOsImageProfilesDescriptor) GetMethodName

func (d *BatchGetOsImageProfilesDescriptor) GetMethodName() string

func (*BatchGetOsImageProfilesDescriptor) GetProtoPkgName

func (d *BatchGetOsImageProfilesDescriptor) GetProtoPkgName() string

func (*BatchGetOsImageProfilesDescriptor) GetResourceDescriptor

func (d *BatchGetOsImageProfilesDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*BatchGetOsImageProfilesDescriptor) GetServerMsgReflectHandle

func (d *BatchGetOsImageProfilesDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*BatchGetOsImageProfilesDescriptor) GetServiceDomain

func (d *BatchGetOsImageProfilesDescriptor) GetServiceDomain() string

func (*BatchGetOsImageProfilesDescriptor) GetServiceVersion

func (d *BatchGetOsImageProfilesDescriptor) GetServiceVersion() string

func (*BatchGetOsImageProfilesDescriptor) GetVerb

func (*BatchGetOsImageProfilesDescriptor) HasResource

func (d *BatchGetOsImageProfilesDescriptor) HasResource() bool

func (*BatchGetOsImageProfilesDescriptor) IsClientStream

func (d *BatchGetOsImageProfilesDescriptor) IsClientStream() bool

func (*BatchGetOsImageProfilesDescriptor) IsCollection

func (d *BatchGetOsImageProfilesDescriptor) IsCollection() bool

func (*BatchGetOsImageProfilesDescriptor) IsPlural

func (*BatchGetOsImageProfilesDescriptor) IsServerStream

func (d *BatchGetOsImageProfilesDescriptor) IsServerStream() bool

func (*BatchGetOsImageProfilesDescriptor) IsUnary

func (*BatchGetOsImageProfilesDescriptor) NewEmptyClientMsg

func (d *BatchGetOsImageProfilesDescriptor) NewEmptyClientMsg() proto.Message

func (*BatchGetOsImageProfilesDescriptor) NewEmptyServerMsg

func (d *BatchGetOsImageProfilesDescriptor) NewEmptyServerMsg() proto.Message

func (*BatchGetOsImageProfilesDescriptor) RequestHasResourceBody

func (d *BatchGetOsImageProfilesDescriptor) RequestHasResourceBody() bool

type BatchGetOsImageProfilesDescriptorClientMsgHandle

type BatchGetOsImageProfilesDescriptorClientMsgHandle struct{}

func (*BatchGetOsImageProfilesDescriptorClientMsgHandle) ExtractCollectionName

func (*BatchGetOsImageProfilesDescriptorClientMsgHandle) ExtractResourceName

func (*BatchGetOsImageProfilesDescriptorClientMsgHandle) ExtractResourceNames

type BatchGetOsImageProfilesDescriptorServerMsgHandle

type BatchGetOsImageProfilesDescriptorServerMsgHandle struct{}

func (*BatchGetOsImageProfilesDescriptorServerMsgHandle) ExtractCollectionName

func (*BatchGetOsImageProfilesDescriptorServerMsgHandle) ExtractResourceName

func (*BatchGetOsImageProfilesDescriptorServerMsgHandle) ExtractResourceNames

type BatchGetOsImageProfilesRequest

type BatchGetOsImageProfilesRequest struct {

	// Names of OsImageProfiles
	Names []*os_image_profile.Reference `protobuf:"bytes,2,rep,customtype=Reference,name=names,proto3" json:"names,omitempty" firestore:"names"`
	// A list of extra fields to be obtained for each response item on top of
	// fields defined by request field view
	FieldMask *os_image_profile.OsImageProfile_FieldMask `` /* 146-byte string literal not displayed */
	// View defines list of standard response fields present in response items.
	// Additional fields can be amended by request field field_mask
	View view.View `protobuf:"varint,4,opt,name=view,proto3,enum=goten.view.View" json:"view,omitempty" firestore:"view"`
	// contains filtered or unexported fields
}

Request message for method [BatchGetOsImageProfiles][ntt.devices.v1alpha2.BatchGetOsImageProfiles]

func (*BatchGetOsImageProfilesRequest) Clone

func (*BatchGetOsImageProfilesRequest) CloneRaw

func (*BatchGetOsImageProfilesRequest) Descriptor

func (*BatchGetOsImageProfilesRequest) Descriptor() ([]byte, []int)

Deprecated, Use BatchGetOsImageProfilesRequest.ProtoReflect.Descriptor instead.

func (*BatchGetOsImageProfilesRequest) GetFieldMask

func (*BatchGetOsImageProfilesRequest) GetNames

func (*BatchGetOsImageProfilesRequest) GetView

func (*BatchGetOsImageProfilesRequest) GotenMessage

func (*BatchGetOsImageProfilesRequest) GotenMessage()

func (*BatchGetOsImageProfilesRequest) GotenObjectExt

func (o *BatchGetOsImageProfilesRequest) GotenObjectExt()

func (*BatchGetOsImageProfilesRequest) GotenValidate

func (obj *BatchGetOsImageProfilesRequest) GotenValidate() error

func (*BatchGetOsImageProfilesRequest) MakeDiffFieldMask

func (*BatchGetOsImageProfilesRequest) MakeFullFieldMask

func (*BatchGetOsImageProfilesRequest) MakeRawDiffFieldMask

func (*BatchGetOsImageProfilesRequest) MakeRawFullFieldMask

func (o *BatchGetOsImageProfilesRequest) MakeRawFullFieldMask() gotenobject.FieldMask

func (*BatchGetOsImageProfilesRequest) Marshal

func (m *BatchGetOsImageProfilesRequest) Marshal() ([]byte, error)

func (*BatchGetOsImageProfilesRequest) MarshalJSON

func (m *BatchGetOsImageProfilesRequest) MarshalJSON() ([]byte, error)

func (*BatchGetOsImageProfilesRequest) Merge

func (*BatchGetOsImageProfilesRequest) MergeRaw

func (*BatchGetOsImageProfilesRequest) ProtoMessage

func (*BatchGetOsImageProfilesRequest) ProtoMessage()

func (*BatchGetOsImageProfilesRequest) ProtoReflect

func (*BatchGetOsImageProfilesRequest) Reset

func (m *BatchGetOsImageProfilesRequest) Reset()

func (*BatchGetOsImageProfilesRequest) SetFieldMask

func (*BatchGetOsImageProfilesRequest) SetNames

func (*BatchGetOsImageProfilesRequest) SetView

func (m *BatchGetOsImageProfilesRequest) SetView(fv view.View)

func (*BatchGetOsImageProfilesRequest) String

func (*BatchGetOsImageProfilesRequest) Unmarshal

func (m *BatchGetOsImageProfilesRequest) Unmarshal(b []byte) error

func (*BatchGetOsImageProfilesRequest) UnmarshalJSON

func (m *BatchGetOsImageProfilesRequest) UnmarshalJSON(data []byte) error

type BatchGetOsImageProfilesRequestFieldPathBuilder

type BatchGetOsImageProfilesRequestFieldPathBuilder struct{}

func NewBatchGetOsImageProfilesRequestFieldPathBuilder

func NewBatchGetOsImageProfilesRequestFieldPathBuilder() BatchGetOsImageProfilesRequestFieldPathBuilder

func (BatchGetOsImageProfilesRequestFieldPathBuilder) FieldMask

func (BatchGetOsImageProfilesRequestFieldPathBuilder) Names

func (BatchGetOsImageProfilesRequestFieldPathBuilder) View

type BatchGetOsImageProfilesRequestPathSelectorFieldMask

type BatchGetOsImageProfilesRequestPathSelectorFieldMask struct{}

func (BatchGetOsImageProfilesRequestPathSelectorFieldMask) FieldPath

type BatchGetOsImageProfilesRequestPathSelectorNames

type BatchGetOsImageProfilesRequestPathSelectorNames struct{}

func (BatchGetOsImageProfilesRequestPathSelectorNames) FieldPath

func (BatchGetOsImageProfilesRequestPathSelectorNames) WithArrayOfValues

func (BatchGetOsImageProfilesRequestPathSelectorNames) WithValue

type BatchGetOsImageProfilesRequestPathSelectorView

type BatchGetOsImageProfilesRequestPathSelectorView struct{}

func (BatchGetOsImageProfilesRequestPathSelectorView) FieldPath

func (BatchGetOsImageProfilesRequestPathSelectorView) WithArrayOfValues

func (BatchGetOsImageProfilesRequestPathSelectorView) WithValue

type BatchGetOsImageProfilesRequest_FieldMask

type BatchGetOsImageProfilesRequest_FieldMask struct {
	Paths []BatchGetOsImageProfilesRequest_FieldPath
}

func FullBatchGetOsImageProfilesRequest_FieldMask

func FullBatchGetOsImageProfilesRequest_FieldMask() *BatchGetOsImageProfilesRequest_FieldMask

func (*BatchGetOsImageProfilesRequest_FieldMask) AppendPath

func (*BatchGetOsImageProfilesRequest_FieldMask) AppendRawPath

func (fieldMask *BatchGetOsImageProfilesRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*BatchGetOsImageProfilesRequest_FieldMask) DecodeFirestore

func (fieldMask *BatchGetOsImageProfilesRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*BatchGetOsImageProfilesRequest_FieldMask) EncodeFirestore

func (fieldMask *BatchGetOsImageProfilesRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*BatchGetOsImageProfilesRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*BatchGetOsImageProfilesRequest_FieldMask) FromProtoFieldMask

func (fieldMask *BatchGetOsImageProfilesRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*BatchGetOsImageProfilesRequest_FieldMask) GetPaths

func (*BatchGetOsImageProfilesRequest_FieldMask) GetRawPaths

func (*BatchGetOsImageProfilesRequest_FieldMask) IsFull

func (fieldMask *BatchGetOsImageProfilesRequest_FieldMask) IsFull() bool

func (BatchGetOsImageProfilesRequest_FieldMask) Marshal

func (fieldMask BatchGetOsImageProfilesRequest_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (BatchGetOsImageProfilesRequest_FieldMask) MarshalJSON

func (fieldMask BatchGetOsImageProfilesRequest_FieldMask) MarshalJSON() ([]byte, error)

func (*BatchGetOsImageProfilesRequest_FieldMask) PathsCount

func (fieldMask *BatchGetOsImageProfilesRequest_FieldMask) PathsCount() int

func (*BatchGetOsImageProfilesRequest_FieldMask) Project

func (*BatchGetOsImageProfilesRequest_FieldMask) ProjectRaw

func (*BatchGetOsImageProfilesRequest_FieldMask) ProtoMessage

func (fieldMask *BatchGetOsImageProfilesRequest_FieldMask) ProtoMessage()

func (*BatchGetOsImageProfilesRequest_FieldMask) ProtoReflect

func (fieldMask *BatchGetOsImageProfilesRequest_FieldMask) ProtoReflect() preflect.Message

func (*BatchGetOsImageProfilesRequest_FieldMask) Reset

func (fieldMask *BatchGetOsImageProfilesRequest_FieldMask) Reset()

func (*BatchGetOsImageProfilesRequest_FieldMask) Set

func (*BatchGetOsImageProfilesRequest_FieldMask) SetFromCliFlag

func (fieldMask *BatchGetOsImageProfilesRequest_FieldMask) SetFromCliFlag(raw string) error

func (*BatchGetOsImageProfilesRequest_FieldMask) SetRaw

func (fieldMask *BatchGetOsImageProfilesRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*BatchGetOsImageProfilesRequest_FieldMask) Size

func (*BatchGetOsImageProfilesRequest_FieldMask) String

func (*BatchGetOsImageProfilesRequest_FieldMask) Subtract

func (*BatchGetOsImageProfilesRequest_FieldMask) SubtractRaw

func (*BatchGetOsImageProfilesRequest_FieldMask) ToProtoFieldMask

func (fieldMask *BatchGetOsImageProfilesRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*BatchGetOsImageProfilesRequest_FieldMask) Unmarshal

func (fieldMask *BatchGetOsImageProfilesRequest_FieldMask) Unmarshal(data []byte) error

func (*BatchGetOsImageProfilesRequest_FieldMask) UnmarshalJSON

func (fieldMask *BatchGetOsImageProfilesRequest_FieldMask) UnmarshalJSON(data []byte) error

type BatchGetOsImageProfilesRequest_FieldPath

type BatchGetOsImageProfilesRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() BatchGetOsImageProfilesRequest_FieldPathSelector
	Get(source *BatchGetOsImageProfilesRequest) []interface{}
	GetSingle(source *BatchGetOsImageProfilesRequest) (interface{}, bool)
	ClearValue(item *BatchGetOsImageProfilesRequest)

	// Those methods build corresponding BatchGetOsImageProfilesRequest_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) BatchGetOsImageProfilesRequest_FieldPathValue
	WithIArrayOfValues(values interface{}) BatchGetOsImageProfilesRequest_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) BatchGetOsImageProfilesRequest_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseBatchGetOsImageProfilesRequest_FieldPath

func MustParseBatchGetOsImageProfilesRequest_FieldPath(rawField string) BatchGetOsImageProfilesRequest_FieldPath

func ParseBatchGetOsImageProfilesRequest_FieldPath

func ParseBatchGetOsImageProfilesRequest_FieldPath(rawField string) (BatchGetOsImageProfilesRequest_FieldPath, error)

type BatchGetOsImageProfilesRequest_FieldPathArrayItemValue

type BatchGetOsImageProfilesRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	BatchGetOsImageProfilesRequest_FieldPath
	ContainsValue(*BatchGetOsImageProfilesRequest) bool
}

BatchGetOsImageProfilesRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for BatchGetOsImageProfilesRequest according to their type Present only for array (repeated) types.

func MustParseBatchGetOsImageProfilesRequest_FieldPathArrayItemValue

func MustParseBatchGetOsImageProfilesRequest_FieldPathArrayItemValue(pathStr, valueStr string) BatchGetOsImageProfilesRequest_FieldPathArrayItemValue

func ParseBatchGetOsImageProfilesRequest_FieldPathArrayItemValue

func ParseBatchGetOsImageProfilesRequest_FieldPathArrayItemValue(pathStr, valueStr string) (BatchGetOsImageProfilesRequest_FieldPathArrayItemValue, error)

ParseBatchGetOsImageProfilesRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type BatchGetOsImageProfilesRequest_FieldPathArrayOfValues

type BatchGetOsImageProfilesRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	BatchGetOsImageProfilesRequest_FieldPath
}

BatchGetOsImageProfilesRequest_FieldPathArrayOfValues allows storing slice of values for BatchGetOsImageProfilesRequest fields according to their type

func MustParseBatchGetOsImageProfilesRequest_FieldPathArrayOfValues

func MustParseBatchGetOsImageProfilesRequest_FieldPathArrayOfValues(pathStr, valuesStr string) BatchGetOsImageProfilesRequest_FieldPathArrayOfValues

func ParseBatchGetOsImageProfilesRequest_FieldPathArrayOfValues

func ParseBatchGetOsImageProfilesRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (BatchGetOsImageProfilesRequest_FieldPathArrayOfValues, error)

type BatchGetOsImageProfilesRequest_FieldPathSelector

type BatchGetOsImageProfilesRequest_FieldPathSelector int32
const (
	BatchGetOsImageProfilesRequest_FieldPathSelectorNames     BatchGetOsImageProfilesRequest_FieldPathSelector = 0
	BatchGetOsImageProfilesRequest_FieldPathSelectorFieldMask BatchGetOsImageProfilesRequest_FieldPathSelector = 1
	BatchGetOsImageProfilesRequest_FieldPathSelectorView      BatchGetOsImageProfilesRequest_FieldPathSelector = 2
)

func (BatchGetOsImageProfilesRequest_FieldPathSelector) String

type BatchGetOsImageProfilesRequest_FieldPathValue

type BatchGetOsImageProfilesRequest_FieldPathValue interface {
	BatchGetOsImageProfilesRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **BatchGetOsImageProfilesRequest)
	CompareWith(*BatchGetOsImageProfilesRequest) (cmp int, comparable bool)
}

BatchGetOsImageProfilesRequest_FieldPathValue allows storing values for BatchGetOsImageProfilesRequest fields according to their type

func MustParseBatchGetOsImageProfilesRequest_FieldPathValue

func MustParseBatchGetOsImageProfilesRequest_FieldPathValue(pathStr, valueStr string) BatchGetOsImageProfilesRequest_FieldPathValue

func ParseBatchGetOsImageProfilesRequest_FieldPathValue

func ParseBatchGetOsImageProfilesRequest_FieldPathValue(pathStr, valueStr string) (BatchGetOsImageProfilesRequest_FieldPathValue, error)

type BatchGetOsImageProfilesRequest_FieldTerminalPath

type BatchGetOsImageProfilesRequest_FieldTerminalPath struct {
	// contains filtered or unexported fields
}

func (*BatchGetOsImageProfilesRequest_FieldTerminalPath) ClearValue

func (*BatchGetOsImageProfilesRequest_FieldTerminalPath) ClearValueRaw

func (*BatchGetOsImageProfilesRequest_FieldTerminalPath) Get

Get returns all values pointed by specific field from source BatchGetOsImageProfilesRequest

func (*BatchGetOsImageProfilesRequest_FieldTerminalPath) GetDefault

func (fp *BatchGetOsImageProfilesRequest_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*BatchGetOsImageProfilesRequest_FieldTerminalPath) GetRaw

func (fp *BatchGetOsImageProfilesRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*BatchGetOsImageProfilesRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source BatchGetOsImageProfilesRequest

func (*BatchGetOsImageProfilesRequest_FieldTerminalPath) GetSingleRaw

func (fp *BatchGetOsImageProfilesRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*BatchGetOsImageProfilesRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*BatchGetOsImageProfilesRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetOsImageProfilesRequest_FieldTerminalPath) Selector

func (*BatchGetOsImageProfilesRequest_FieldTerminalPath) SplitIntoTerminalIPaths

func (*BatchGetOsImageProfilesRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*BatchGetOsImageProfilesRequest_FieldTerminalPath) WithIArrayItemValue

func (*BatchGetOsImageProfilesRequest_FieldTerminalPath) WithIArrayOfValues

func (*BatchGetOsImageProfilesRequest_FieldTerminalPath) WithIValue

func (*BatchGetOsImageProfilesRequest_FieldTerminalPath) WithRawIArrayItemValue

func (fp *BatchGetOsImageProfilesRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*BatchGetOsImageProfilesRequest_FieldTerminalPath) WithRawIArrayOfValues

func (fp *BatchGetOsImageProfilesRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*BatchGetOsImageProfilesRequest_FieldTerminalPath) WithRawIValue

type BatchGetOsImageProfilesRequest_FieldTerminalPathArrayItemValue

type BatchGetOsImageProfilesRequest_FieldTerminalPathArrayItemValue struct {
	BatchGetOsImageProfilesRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetOsImageProfilesRequest_FieldTerminalPathArrayItemValue) AsNamesItemValue

func (*BatchGetOsImageProfilesRequest_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'BatchGetOsImageProfilesRequest'

func (*BatchGetOsImageProfilesRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *BatchGetOsImageProfilesRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object BatchGetOsImageProfilesRequest as interface{}

func (*BatchGetOsImageProfilesRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*BatchGetOsImageProfilesRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *BatchGetOsImageProfilesRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type BatchGetOsImageProfilesRequest_FieldTerminalPathArrayOfValues

type BatchGetOsImageProfilesRequest_FieldTerminalPathArrayOfValues struct {
	BatchGetOsImageProfilesRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetOsImageProfilesRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*BatchGetOsImageProfilesRequest_FieldTerminalPathArrayOfValues) AsNamesArrayOfValues

func (*BatchGetOsImageProfilesRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

func (*BatchGetOsImageProfilesRequest_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *BatchGetOsImageProfilesRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type BatchGetOsImageProfilesRequest_FieldTerminalPathValue

type BatchGetOsImageProfilesRequest_FieldTerminalPathValue struct {
	BatchGetOsImageProfilesRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetOsImageProfilesRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*BatchGetOsImageProfilesRequest_FieldTerminalPathValue) AsNamesValue

func (*BatchGetOsImageProfilesRequest_FieldTerminalPathValue) AsViewValue

func (*BatchGetOsImageProfilesRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'BatchGetOsImageProfilesRequest_FieldTerminalPathValue' with the value under path in 'BatchGetOsImageProfilesRequest'.

func (*BatchGetOsImageProfilesRequest_FieldTerminalPathValue) CompareWithRaw

func (*BatchGetOsImageProfilesRequest_FieldTerminalPathValue) GetRawValue

func (fpv *BatchGetOsImageProfilesRequest_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'BatchGetOsImageProfilesRequest' as interface{}

func (*BatchGetOsImageProfilesRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object BatchGetOsImageProfilesRequest

func (*BatchGetOsImageProfilesRequest_FieldTerminalPathValue) SetToRaw

type BatchGetOsImageProfilesResponse

type BatchGetOsImageProfilesResponse struct {

	// found OsImageProfiles
	OsImageProfiles []*os_image_profile.OsImageProfile `` /* 136-byte string literal not displayed */
	// list of not found OsImageProfiles
	Missing []*os_image_profile.Reference `protobuf:"bytes,2,rep,customtype=Reference,name=missing,proto3" json:"missing,omitempty" firestore:"missing"`
	// contains filtered or unexported fields
}

BatchGetOsImageProfilesResponse

func (*BatchGetOsImageProfilesResponse) Clone

func (*BatchGetOsImageProfilesResponse) CloneRaw

func (*BatchGetOsImageProfilesResponse) Descriptor

func (*BatchGetOsImageProfilesResponse) Descriptor() ([]byte, []int)

Deprecated, Use BatchGetOsImageProfilesResponse.ProtoReflect.Descriptor instead.

func (*BatchGetOsImageProfilesResponse) GetMissing

func (*BatchGetOsImageProfilesResponse) GetOsImageProfiles

func (*BatchGetOsImageProfilesResponse) GotenMessage

func (*BatchGetOsImageProfilesResponse) GotenMessage()

func (*BatchGetOsImageProfilesResponse) GotenObjectExt

func (o *BatchGetOsImageProfilesResponse) GotenObjectExt()

func (*BatchGetOsImageProfilesResponse) GotenValidate

func (obj *BatchGetOsImageProfilesResponse) GotenValidate() error

func (*BatchGetOsImageProfilesResponse) MakeDiffFieldMask

func (*BatchGetOsImageProfilesResponse) MakeFullFieldMask

func (*BatchGetOsImageProfilesResponse) MakeRawDiffFieldMask

func (*BatchGetOsImageProfilesResponse) MakeRawFullFieldMask

func (o *BatchGetOsImageProfilesResponse) MakeRawFullFieldMask() gotenobject.FieldMask

func (*BatchGetOsImageProfilesResponse) Marshal

func (m *BatchGetOsImageProfilesResponse) Marshal() ([]byte, error)

func (*BatchGetOsImageProfilesResponse) MarshalJSON

func (m *BatchGetOsImageProfilesResponse) MarshalJSON() ([]byte, error)

func (*BatchGetOsImageProfilesResponse) Merge

func (*BatchGetOsImageProfilesResponse) MergeRaw

func (*BatchGetOsImageProfilesResponse) ProtoMessage

func (*BatchGetOsImageProfilesResponse) ProtoMessage()

func (*BatchGetOsImageProfilesResponse) ProtoReflect

func (*BatchGetOsImageProfilesResponse) Reset

func (*BatchGetOsImageProfilesResponse) SetMissing

func (*BatchGetOsImageProfilesResponse) SetOsImageProfiles

func (*BatchGetOsImageProfilesResponse) String

func (*BatchGetOsImageProfilesResponse) Unmarshal

func (m *BatchGetOsImageProfilesResponse) Unmarshal(b []byte) error

func (*BatchGetOsImageProfilesResponse) UnmarshalJSON

func (m *BatchGetOsImageProfilesResponse) UnmarshalJSON(data []byte) error

type BatchGetOsImageProfilesResponseFieldPathBuilder

type BatchGetOsImageProfilesResponseFieldPathBuilder struct{}

func NewBatchGetOsImageProfilesResponseFieldPathBuilder

func NewBatchGetOsImageProfilesResponseFieldPathBuilder() BatchGetOsImageProfilesResponseFieldPathBuilder

func (BatchGetOsImageProfilesResponseFieldPathBuilder) Missing

func (BatchGetOsImageProfilesResponseFieldPathBuilder) OsImageProfiles

type BatchGetOsImageProfilesResponseMapPathSelectorOsImageProfilesMetadataAnnotations

type BatchGetOsImageProfilesResponseMapPathSelectorOsImageProfilesMetadataAnnotations struct {
	// contains filtered or unexported fields
}

func (BatchGetOsImageProfilesResponseMapPathSelectorOsImageProfilesMetadataAnnotations) FieldPath

func (BatchGetOsImageProfilesResponseMapPathSelectorOsImageProfilesMetadataAnnotations) WithArrayOfValues

func (BatchGetOsImageProfilesResponseMapPathSelectorOsImageProfilesMetadataAnnotations) WithValue

type BatchGetOsImageProfilesResponseMapPathSelectorOsImageProfilesMetadataLabels

type BatchGetOsImageProfilesResponseMapPathSelectorOsImageProfilesMetadataLabels struct {
	// contains filtered or unexported fields
}

func (BatchGetOsImageProfilesResponseMapPathSelectorOsImageProfilesMetadataLabels) FieldPath

func (BatchGetOsImageProfilesResponseMapPathSelectorOsImageProfilesMetadataLabels) WithArrayOfValues

func (BatchGetOsImageProfilesResponseMapPathSelectorOsImageProfilesMetadataLabels) WithValue

type BatchGetOsImageProfilesResponseMapPathSelectorOsImageProfilesMetadataShards

type BatchGetOsImageProfilesResponseMapPathSelectorOsImageProfilesMetadataShards struct {
	// contains filtered or unexported fields
}

func (BatchGetOsImageProfilesResponseMapPathSelectorOsImageProfilesMetadataShards) FieldPath

func (BatchGetOsImageProfilesResponseMapPathSelectorOsImageProfilesMetadataShards) WithArrayOfValues

func (BatchGetOsImageProfilesResponseMapPathSelectorOsImageProfilesMetadataShards) WithValue

type BatchGetOsImageProfilesResponsePathSelectorMissing

type BatchGetOsImageProfilesResponsePathSelectorMissing struct{}

func (BatchGetOsImageProfilesResponsePathSelectorMissing) FieldPath

func (BatchGetOsImageProfilesResponsePathSelectorMissing) WithArrayOfValues

func (BatchGetOsImageProfilesResponsePathSelectorMissing) WithValue

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfiles

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfiles struct{}

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfiles) FieldPath

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfiles) Name

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfiles) NoProxy

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfiles) Ntp

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfiles) WithArrayOfValues

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfiles) WithValue

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesDeviceType

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesDeviceType struct{}

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesDeviceType) FieldPath

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesDeviceType) WithArrayOfValues

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesDeviceType) WithValue

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesDiskMapping

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesDiskMapping struct{}

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesDiskMapping) FieldPath

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesDiskMapping) WithArrayOfValues

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesDiskMapping) WithValue

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesDisplayName

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesDisplayName struct{}

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesDisplayName) FieldPath

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesDisplayName) WithArrayOfValues

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesDisplayName) WithValue

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesEncryption

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesEncryption struct{}

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesEncryption) FieldPath

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesEncryption) WithArrayOfValues

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesEncryption) WithValue

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesHttpProxy

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesHttpProxy struct{}

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesHttpProxy) FieldPath

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesHttpProxy) WithArrayOfValues

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesHttpProxy) WithValue

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesHttpsProxy

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesHttpsProxy struct{}

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesHttpsProxy) FieldPath

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesHttpsProxy) WithArrayOfValues

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesHttpsProxy) WithValue

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesInstallAiAccelerator

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesInstallAiAccelerator struct{}

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesInstallAiAccelerator) FieldPath

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesInstallAiAccelerator) WithArrayOfValues

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesInstallAiAccelerator) WithValue

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadata

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadata struct{}

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadata) FieldPath

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadata) WithArrayOfValues

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadata) WithValue

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataAnnotations

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataAnnotations struct{}

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataAnnotations) FieldPath

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataAnnotations) WithArrayOfValues

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataAnnotations) WithValue

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataCreateTime

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataCreateTime struct{}

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataCreateTime) FieldPath

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataCreateTime) WithArrayOfValues

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataCreateTime) WithValue

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataDeleteTime

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataDeleteTime struct{}

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataDeleteTime) FieldPath

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataDeleteTime) WithArrayOfValues

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataDeleteTime) WithValue

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataGeneration

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataGeneration struct{}

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataGeneration) FieldPath

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataGeneration) WithArrayOfValues

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataGeneration) WithValue

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataLabels

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataLabels struct{}

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataLabels) FieldPath

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataLabels) WithArrayOfValues

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataLabels) WithValue

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataLifecycle

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataLifecycle struct{}

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataLifecycle) FieldPath

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataLifecycle) WithArrayOfValues

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataLifecycle) WithValue

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataLifecycleBlockDeletion

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataLifecycleBlockDeletion struct{}

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataLifecycleBlockDeletion) FieldPath

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataLifecycleBlockDeletion) WithArrayOfValues

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataLifecycleBlockDeletion) WithValue

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataLifecycleState

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataLifecycleState struct{}

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataLifecycleState) FieldPath

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataLifecycleState) WithArrayOfValues

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataLifecycleState) WithValue

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferences

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferences struct{}

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferences) FieldPath

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferences) WithArrayOfValues

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferences) WithItemValue

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferences) WithValue

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferencesBlockOwnerDeletion

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferencesController

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferencesController struct{}

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferencesController) FieldPath

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferencesController) WithArrayOfValues

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferencesController) WithValue

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferencesKind

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferencesKind struct{}

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferencesKind) FieldPath

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferencesKind) WithArrayOfValues

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferencesKind) WithValue

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferencesName

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferencesName struct{}

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferencesName) FieldPath

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferencesName) WithArrayOfValues

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferencesName) WithValue

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferencesRegion

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferencesRegion struct{}

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferencesRegion) FieldPath

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferencesRegion) WithArrayOfValues

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferencesRegion) WithValue

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferencesRequiresOwnerReference

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferencesRequiresOwnerReference struct{}

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferencesRequiresOwnerReference) FieldPath

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferencesRequiresOwnerReference) WithValue

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferencesVersion

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferencesVersion struct{}

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferencesVersion) FieldPath

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferencesVersion) WithArrayOfValues

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferencesVersion) WithValue

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataResourceVersion

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataResourceVersion struct{}

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataResourceVersion) FieldPath

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataResourceVersion) WithArrayOfValues

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataResourceVersion) WithValue

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataShards

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataShards struct{}

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataShards) FieldPath

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataShards) WithArrayOfValues

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataShards) WithValue

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataSyncing

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataSyncing struct{}

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataSyncing) FieldPath

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataSyncing) WithArrayOfValues

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataSyncing) WithValue

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataSyncingOwningRegion

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataSyncingOwningRegion struct{}

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataSyncingOwningRegion) FieldPath

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataSyncingOwningRegion) WithArrayOfValues

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataSyncingOwningRegion) WithValue

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataSyncingRegions

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataSyncingRegions struct{}

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataSyncingRegions) FieldPath

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataSyncingRegions) WithArrayOfValues

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataSyncingRegions) WithItemValue

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataSyncingRegions) WithValue

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataTags

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataTags struct{}

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataTags) FieldPath

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataTags) WithArrayOfValues

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataTags) WithItemValue

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataTags) WithValue

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataUpdateTime

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataUpdateTime struct{}

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataUpdateTime) FieldPath

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataUpdateTime) WithArrayOfValues

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataUpdateTime) WithValue

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataUuid

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataUuid struct{}

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataUuid) FieldPath

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataUuid) WithArrayOfValues

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesMetadataUuid) WithValue

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesName

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesName struct{}

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesName) FieldPath

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesName) WithArrayOfValues

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesName) WithValue

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesNetworkAgent

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesNetworkAgent struct{}

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesNetworkAgent) FieldPath

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesNetworkAgent) WithArrayOfValues

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesNetworkAgent) WithValue

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesNoProxy

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesNoProxy struct{}

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesNoProxy) FieldPath

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesNoProxy) WithArrayOfValues

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesNoProxy) WithValue

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesNtp

type BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesNtp struct{}

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesNtp) FieldPath

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesNtp) WithArrayOfValues

func (BatchGetOsImageProfilesResponsePathSelectorOsImageProfilesNtp) WithValue

type BatchGetOsImageProfilesResponse_FieldMask

type BatchGetOsImageProfilesResponse_FieldMask struct {
	Paths []BatchGetOsImageProfilesResponse_FieldPath
}

func FullBatchGetOsImageProfilesResponse_FieldMask

func FullBatchGetOsImageProfilesResponse_FieldMask() *BatchGetOsImageProfilesResponse_FieldMask

func (*BatchGetOsImageProfilesResponse_FieldMask) AppendPath

func (*BatchGetOsImageProfilesResponse_FieldMask) AppendRawPath

func (fieldMask *BatchGetOsImageProfilesResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*BatchGetOsImageProfilesResponse_FieldMask) DecodeFirestore

func (fieldMask *BatchGetOsImageProfilesResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*BatchGetOsImageProfilesResponse_FieldMask) EncodeFirestore

func (fieldMask *BatchGetOsImageProfilesResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*BatchGetOsImageProfilesResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*BatchGetOsImageProfilesResponse_FieldMask) FromProtoFieldMask

func (fieldMask *BatchGetOsImageProfilesResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*BatchGetOsImageProfilesResponse_FieldMask) GetPaths

func (*BatchGetOsImageProfilesResponse_FieldMask) GetRawPaths

func (*BatchGetOsImageProfilesResponse_FieldMask) IsFull

func (fieldMask *BatchGetOsImageProfilesResponse_FieldMask) IsFull() bool

func (BatchGetOsImageProfilesResponse_FieldMask) Marshal

func (fieldMask BatchGetOsImageProfilesResponse_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (BatchGetOsImageProfilesResponse_FieldMask) MarshalJSON

func (fieldMask BatchGetOsImageProfilesResponse_FieldMask) MarshalJSON() ([]byte, error)

func (*BatchGetOsImageProfilesResponse_FieldMask) PathsCount

func (fieldMask *BatchGetOsImageProfilesResponse_FieldMask) PathsCount() int

func (*BatchGetOsImageProfilesResponse_FieldMask) Project

func (*BatchGetOsImageProfilesResponse_FieldMask) ProjectRaw

func (*BatchGetOsImageProfilesResponse_FieldMask) ProtoMessage

func (fieldMask *BatchGetOsImageProfilesResponse_FieldMask) ProtoMessage()

func (*BatchGetOsImageProfilesResponse_FieldMask) ProtoReflect

func (*BatchGetOsImageProfilesResponse_FieldMask) Reset

func (fieldMask *BatchGetOsImageProfilesResponse_FieldMask) Reset()

func (*BatchGetOsImageProfilesResponse_FieldMask) Set

func (*BatchGetOsImageProfilesResponse_FieldMask) SetFromCliFlag

func (fieldMask *BatchGetOsImageProfilesResponse_FieldMask) SetFromCliFlag(raw string) error

func (*BatchGetOsImageProfilesResponse_FieldMask) SetRaw

func (fieldMask *BatchGetOsImageProfilesResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*BatchGetOsImageProfilesResponse_FieldMask) Size

func (*BatchGetOsImageProfilesResponse_FieldMask) String

func (*BatchGetOsImageProfilesResponse_FieldMask) Subtract

func (*BatchGetOsImageProfilesResponse_FieldMask) SubtractRaw

func (*BatchGetOsImageProfilesResponse_FieldMask) ToProtoFieldMask

func (fieldMask *BatchGetOsImageProfilesResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*BatchGetOsImageProfilesResponse_FieldMask) Unmarshal

func (fieldMask *BatchGetOsImageProfilesResponse_FieldMask) Unmarshal(data []byte) error

func (*BatchGetOsImageProfilesResponse_FieldMask) UnmarshalJSON

func (fieldMask *BatchGetOsImageProfilesResponse_FieldMask) UnmarshalJSON(data []byte) error

type BatchGetOsImageProfilesResponse_FieldPath

type BatchGetOsImageProfilesResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() BatchGetOsImageProfilesResponse_FieldPathSelector
	Get(source *BatchGetOsImageProfilesResponse) []interface{}
	GetSingle(source *BatchGetOsImageProfilesResponse) (interface{}, bool)
	ClearValue(item *BatchGetOsImageProfilesResponse)

	// Those methods build corresponding BatchGetOsImageProfilesResponse_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) BatchGetOsImageProfilesResponse_FieldPathValue
	WithIArrayOfValues(values interface{}) BatchGetOsImageProfilesResponse_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) BatchGetOsImageProfilesResponse_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseBatchGetOsImageProfilesResponse_FieldPath

func MustParseBatchGetOsImageProfilesResponse_FieldPath(rawField string) BatchGetOsImageProfilesResponse_FieldPath

func ParseBatchGetOsImageProfilesResponse_FieldPath

func ParseBatchGetOsImageProfilesResponse_FieldPath(rawField string) (BatchGetOsImageProfilesResponse_FieldPath, error)

type BatchGetOsImageProfilesResponse_FieldPathArrayItemValue

type BatchGetOsImageProfilesResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	BatchGetOsImageProfilesResponse_FieldPath
	ContainsValue(*BatchGetOsImageProfilesResponse) bool
}

BatchGetOsImageProfilesResponse_FieldPathArrayItemValue allows storing single item in Path-specific values for BatchGetOsImageProfilesResponse according to their type Present only for array (repeated) types.

func MustParseBatchGetOsImageProfilesResponse_FieldPathArrayItemValue

func MustParseBatchGetOsImageProfilesResponse_FieldPathArrayItemValue(pathStr, valueStr string) BatchGetOsImageProfilesResponse_FieldPathArrayItemValue

func ParseBatchGetOsImageProfilesResponse_FieldPathArrayItemValue

func ParseBatchGetOsImageProfilesResponse_FieldPathArrayItemValue(pathStr, valueStr string) (BatchGetOsImageProfilesResponse_FieldPathArrayItemValue, error)

ParseBatchGetOsImageProfilesResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type BatchGetOsImageProfilesResponse_FieldPathArrayOfValues

type BatchGetOsImageProfilesResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	BatchGetOsImageProfilesResponse_FieldPath
}

BatchGetOsImageProfilesResponse_FieldPathArrayOfValues allows storing slice of values for BatchGetOsImageProfilesResponse fields according to their type

func MustParseBatchGetOsImageProfilesResponse_FieldPathArrayOfValues

func MustParseBatchGetOsImageProfilesResponse_FieldPathArrayOfValues(pathStr, valuesStr string) BatchGetOsImageProfilesResponse_FieldPathArrayOfValues

func ParseBatchGetOsImageProfilesResponse_FieldPathArrayOfValues

func ParseBatchGetOsImageProfilesResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (BatchGetOsImageProfilesResponse_FieldPathArrayOfValues, error)

type BatchGetOsImageProfilesResponse_FieldPathSelector

type BatchGetOsImageProfilesResponse_FieldPathSelector int32
const (
	BatchGetOsImageProfilesResponse_FieldPathSelectorOsImageProfiles BatchGetOsImageProfilesResponse_FieldPathSelector = 0
	BatchGetOsImageProfilesResponse_FieldPathSelectorMissing         BatchGetOsImageProfilesResponse_FieldPathSelector = 1
)

func (BatchGetOsImageProfilesResponse_FieldPathSelector) String

type BatchGetOsImageProfilesResponse_FieldPathValue

type BatchGetOsImageProfilesResponse_FieldPathValue interface {
	BatchGetOsImageProfilesResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **BatchGetOsImageProfilesResponse)
	CompareWith(*BatchGetOsImageProfilesResponse) (cmp int, comparable bool)
}

BatchGetOsImageProfilesResponse_FieldPathValue allows storing values for BatchGetOsImageProfilesResponse fields according to their type

func MustParseBatchGetOsImageProfilesResponse_FieldPathValue

func MustParseBatchGetOsImageProfilesResponse_FieldPathValue(pathStr, valueStr string) BatchGetOsImageProfilesResponse_FieldPathValue

func ParseBatchGetOsImageProfilesResponse_FieldPathValue

func ParseBatchGetOsImageProfilesResponse_FieldPathValue(pathStr, valueStr string) (BatchGetOsImageProfilesResponse_FieldPathValue, error)

type BatchGetOsImageProfilesResponse_FieldSubPath

type BatchGetOsImageProfilesResponse_FieldSubPath struct {
	// contains filtered or unexported fields
}

func (*BatchGetOsImageProfilesResponse_FieldSubPath) AsOsImageProfilesSubPath

func (*BatchGetOsImageProfilesResponse_FieldSubPath) ClearValue

func (*BatchGetOsImageProfilesResponse_FieldSubPath) ClearValueRaw

func (*BatchGetOsImageProfilesResponse_FieldSubPath) Get

func (fps *BatchGetOsImageProfilesResponse_FieldSubPath) Get(source *BatchGetOsImageProfilesResponse) (values []interface{})

Get returns all values pointed by selected field from source BatchGetOsImageProfilesResponse

func (*BatchGetOsImageProfilesResponse_FieldSubPath) GetDefault

func (fps *BatchGetOsImageProfilesResponse_FieldSubPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*BatchGetOsImageProfilesResponse_FieldSubPath) GetRaw

func (fps *BatchGetOsImageProfilesResponse_FieldSubPath) GetRaw(source proto.Message) []interface{}

func (*BatchGetOsImageProfilesResponse_FieldSubPath) GetSingle

GetSingle returns value of selected field from source BatchGetOsImageProfilesResponse

func (*BatchGetOsImageProfilesResponse_FieldSubPath) GetSingleRaw

func (fps *BatchGetOsImageProfilesResponse_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*BatchGetOsImageProfilesResponse_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*BatchGetOsImageProfilesResponse_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetOsImageProfilesResponse_FieldSubPath) Selector

func (*BatchGetOsImageProfilesResponse_FieldSubPath) SplitIntoTerminalIPaths

func (fps *BatchGetOsImageProfilesResponse_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*BatchGetOsImageProfilesResponse_FieldSubPath) String

String returns path representation in proto convention

func (*BatchGetOsImageProfilesResponse_FieldSubPath) WithIArrayItemValue

func (*BatchGetOsImageProfilesResponse_FieldSubPath) WithIArrayOfValues

func (*BatchGetOsImageProfilesResponse_FieldSubPath) WithIValue

func (*BatchGetOsImageProfilesResponse_FieldSubPath) WithRawIArrayItemValue

func (fps *BatchGetOsImageProfilesResponse_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*BatchGetOsImageProfilesResponse_FieldSubPath) WithRawIArrayOfValues

func (fps *BatchGetOsImageProfilesResponse_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*BatchGetOsImageProfilesResponse_FieldSubPath) WithRawIValue

func (fps *BatchGetOsImageProfilesResponse_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type BatchGetOsImageProfilesResponse_FieldSubPathArrayItemValue

type BatchGetOsImageProfilesResponse_FieldSubPathArrayItemValue struct {
	BatchGetOsImageProfilesResponse_FieldPath
	// contains filtered or unexported fields
}

func (*BatchGetOsImageProfilesResponse_FieldSubPathArrayItemValue) AsOsImageProfilesPathItemValue

func (*BatchGetOsImageProfilesResponse_FieldSubPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'BatchGetOsImageProfilesResponse'

func (*BatchGetOsImageProfilesResponse_FieldSubPathArrayItemValue) GetRawItemValue

func (fpaivs *BatchGetOsImageProfilesResponse_FieldSubPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored array item value

type BatchGetOsImageProfilesResponse_FieldSubPathArrayOfValues

type BatchGetOsImageProfilesResponse_FieldSubPathArrayOfValues struct {
	BatchGetOsImageProfilesResponse_FieldPath
	// contains filtered or unexported fields
}

func (*BatchGetOsImageProfilesResponse_FieldSubPathArrayOfValues) AsOsImageProfilesPathArrayOfValues

func (*BatchGetOsImageProfilesResponse_FieldSubPathArrayOfValues) GetRawValues

func (fpsaov *BatchGetOsImageProfilesResponse_FieldSubPathArrayOfValues) GetRawValues() []interface{}

type BatchGetOsImageProfilesResponse_FieldSubPathValue

type BatchGetOsImageProfilesResponse_FieldSubPathValue struct {
	BatchGetOsImageProfilesResponse_FieldPath
	// contains filtered or unexported fields
}

func (*BatchGetOsImageProfilesResponse_FieldSubPathValue) AsOsImageProfilesPathValue

func (*BatchGetOsImageProfilesResponse_FieldSubPathValue) CompareWith

func (*BatchGetOsImageProfilesResponse_FieldSubPathValue) CompareWithRaw

func (*BatchGetOsImageProfilesResponse_FieldSubPathValue) GetRawValue

func (fpvs *BatchGetOsImageProfilesResponse_FieldSubPathValue) GetRawValue() interface{}

func (*BatchGetOsImageProfilesResponse_FieldSubPathValue) SetTo

func (*BatchGetOsImageProfilesResponse_FieldSubPathValue) SetToRaw

type BatchGetOsImageProfilesResponse_FieldTerminalPath

type BatchGetOsImageProfilesResponse_FieldTerminalPath struct {
	// contains filtered or unexported fields
}

func (*BatchGetOsImageProfilesResponse_FieldTerminalPath) ClearValue

func (*BatchGetOsImageProfilesResponse_FieldTerminalPath) ClearValueRaw

func (*BatchGetOsImageProfilesResponse_FieldTerminalPath) Get

Get returns all values pointed by specific field from source BatchGetOsImageProfilesResponse

func (*BatchGetOsImageProfilesResponse_FieldTerminalPath) GetDefault

func (fp *BatchGetOsImageProfilesResponse_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*BatchGetOsImageProfilesResponse_FieldTerminalPath) GetRaw

func (fp *BatchGetOsImageProfilesResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*BatchGetOsImageProfilesResponse_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source BatchGetOsImageProfilesResponse

func (*BatchGetOsImageProfilesResponse_FieldTerminalPath) GetSingleRaw

func (fp *BatchGetOsImageProfilesResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*BatchGetOsImageProfilesResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*BatchGetOsImageProfilesResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetOsImageProfilesResponse_FieldTerminalPath) Selector

func (*BatchGetOsImageProfilesResponse_FieldTerminalPath) SplitIntoTerminalIPaths

func (*BatchGetOsImageProfilesResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*BatchGetOsImageProfilesResponse_FieldTerminalPath) WithIArrayItemValue

func (*BatchGetOsImageProfilesResponse_FieldTerminalPath) WithIArrayOfValues

func (*BatchGetOsImageProfilesResponse_FieldTerminalPath) WithIValue

func (*BatchGetOsImageProfilesResponse_FieldTerminalPath) WithRawIArrayItemValue

func (fp *BatchGetOsImageProfilesResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*BatchGetOsImageProfilesResponse_FieldTerminalPath) WithRawIArrayOfValues

func (fp *BatchGetOsImageProfilesResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*BatchGetOsImageProfilesResponse_FieldTerminalPath) WithRawIValue

type BatchGetOsImageProfilesResponse_FieldTerminalPathArrayItemValue

type BatchGetOsImageProfilesResponse_FieldTerminalPathArrayItemValue struct {
	BatchGetOsImageProfilesResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetOsImageProfilesResponse_FieldTerminalPathArrayItemValue) AsMissingItemValue

func (*BatchGetOsImageProfilesResponse_FieldTerminalPathArrayItemValue) AsOsImageProfilesItemValue

func (*BatchGetOsImageProfilesResponse_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'BatchGetOsImageProfilesResponse'

func (*BatchGetOsImageProfilesResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *BatchGetOsImageProfilesResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object BatchGetOsImageProfilesResponse as interface{}

func (*BatchGetOsImageProfilesResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*BatchGetOsImageProfilesResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *BatchGetOsImageProfilesResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type BatchGetOsImageProfilesResponse_FieldTerminalPathArrayOfValues

type BatchGetOsImageProfilesResponse_FieldTerminalPathArrayOfValues struct {
	BatchGetOsImageProfilesResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetOsImageProfilesResponse_FieldTerminalPathArrayOfValues) AsMissingArrayOfValues

func (*BatchGetOsImageProfilesResponse_FieldTerminalPathArrayOfValues) AsOsImageProfilesArrayOfValues

func (*BatchGetOsImageProfilesResponse_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *BatchGetOsImageProfilesResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type BatchGetOsImageProfilesResponse_FieldTerminalPathValue

type BatchGetOsImageProfilesResponse_FieldTerminalPathValue struct {
	BatchGetOsImageProfilesResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetOsImageProfilesResponse_FieldTerminalPathValue) AsMissingValue

func (*BatchGetOsImageProfilesResponse_FieldTerminalPathValue) AsOsImageProfilesValue

func (*BatchGetOsImageProfilesResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'BatchGetOsImageProfilesResponse_FieldTerminalPathValue' with the value under path in 'BatchGetOsImageProfilesResponse'.

func (*BatchGetOsImageProfilesResponse_FieldTerminalPathValue) CompareWithRaw

func (*BatchGetOsImageProfilesResponse_FieldTerminalPathValue) GetRawValue

func (fpv *BatchGetOsImageProfilesResponse_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'BatchGetOsImageProfilesResponse' as interface{}

func (*BatchGetOsImageProfilesResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object BatchGetOsImageProfilesResponse

func (*BatchGetOsImageProfilesResponse_FieldTerminalPathValue) SetToRaw

type CreateOsImageProfileDescriptor

type CreateOsImageProfileDescriptor struct{}

func GetCreateOsImageProfileDescriptor

func GetCreateOsImageProfileDescriptor() *CreateOsImageProfileDescriptor

func (*CreateOsImageProfileDescriptor) GetApiDescriptor

func (*CreateOsImageProfileDescriptor) GetApiName

func (d *CreateOsImageProfileDescriptor) GetApiName() string

func (*CreateOsImageProfileDescriptor) GetClientMsgReflectHandle

func (d *CreateOsImageProfileDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*CreateOsImageProfileDescriptor) GetFullMethodName

func (d *CreateOsImageProfileDescriptor) GetFullMethodName() string

func (*CreateOsImageProfileDescriptor) GetMethodName

func (d *CreateOsImageProfileDescriptor) GetMethodName() string

func (*CreateOsImageProfileDescriptor) GetProtoPkgName

func (d *CreateOsImageProfileDescriptor) GetProtoPkgName() string

func (*CreateOsImageProfileDescriptor) GetResourceDescriptor

func (d *CreateOsImageProfileDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*CreateOsImageProfileDescriptor) GetServerMsgReflectHandle

func (d *CreateOsImageProfileDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*CreateOsImageProfileDescriptor) GetServiceDomain

func (d *CreateOsImageProfileDescriptor) GetServiceDomain() string

func (*CreateOsImageProfileDescriptor) GetServiceVersion

func (d *CreateOsImageProfileDescriptor) GetServiceVersion() string

func (*CreateOsImageProfileDescriptor) GetVerb

func (*CreateOsImageProfileDescriptor) HasResource

func (d *CreateOsImageProfileDescriptor) HasResource() bool

func (*CreateOsImageProfileDescriptor) IsClientStream

func (d *CreateOsImageProfileDescriptor) IsClientStream() bool

func (*CreateOsImageProfileDescriptor) IsCollection

func (d *CreateOsImageProfileDescriptor) IsCollection() bool

func (*CreateOsImageProfileDescriptor) IsPlural

func (d *CreateOsImageProfileDescriptor) IsPlural() bool

func (*CreateOsImageProfileDescriptor) IsServerStream

func (d *CreateOsImageProfileDescriptor) IsServerStream() bool

func (*CreateOsImageProfileDescriptor) IsUnary

func (d *CreateOsImageProfileDescriptor) IsUnary() bool

func (*CreateOsImageProfileDescriptor) NewEmptyClientMsg

func (d *CreateOsImageProfileDescriptor) NewEmptyClientMsg() proto.Message

func (*CreateOsImageProfileDescriptor) NewEmptyServerMsg

func (d *CreateOsImageProfileDescriptor) NewEmptyServerMsg() proto.Message

func (*CreateOsImageProfileDescriptor) RequestHasResourceBody

func (d *CreateOsImageProfileDescriptor) RequestHasResourceBody() bool

type CreateOsImageProfileDescriptorClientMsgHandle

type CreateOsImageProfileDescriptorClientMsgHandle struct{}

func (*CreateOsImageProfileDescriptorClientMsgHandle) ExtractCollectionName

func (*CreateOsImageProfileDescriptorClientMsgHandle) ExtractResourceName

func (*CreateOsImageProfileDescriptorClientMsgHandle) ExtractResourceNames

type CreateOsImageProfileDescriptorServerMsgHandle

type CreateOsImageProfileDescriptorServerMsgHandle struct{}

func (*CreateOsImageProfileDescriptorServerMsgHandle) ExtractCollectionName

func (*CreateOsImageProfileDescriptorServerMsgHandle) ExtractResourceName

func (*CreateOsImageProfileDescriptorServerMsgHandle) ExtractResourceNames

type CreateOsImageProfileRequest

type CreateOsImageProfileRequest struct {

	// Parent reference of ntt.devices.v1alpha2.OsImageProfile
	Parent *os_image_profile.ParentReference `protobuf:"bytes,1,opt,customtype=ParentReference,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// OsImageProfile resource body
	OsImageProfile *os_image_profile.OsImageProfile `` /* 132-byte string literal not displayed */
	// contains filtered or unexported fields
}

Request message for method [CreateOsImageProfile][ntt.devices.v1alpha2.CreateOsImageProfile]

func (*CreateOsImageProfileRequest) Clone

func (*CreateOsImageProfileRequest) CloneRaw

func (*CreateOsImageProfileRequest) Descriptor

func (*CreateOsImageProfileRequest) Descriptor() ([]byte, []int)

Deprecated, Use CreateOsImageProfileRequest.ProtoReflect.Descriptor instead.

func (*CreateOsImageProfileRequest) GetOsImageProfile

func (*CreateOsImageProfileRequest) GetParent

func (*CreateOsImageProfileRequest) GotenMessage

func (*CreateOsImageProfileRequest) GotenMessage()

func (*CreateOsImageProfileRequest) GotenObjectExt

func (o *CreateOsImageProfileRequest) GotenObjectExt()

func (*CreateOsImageProfileRequest) GotenValidate

func (obj *CreateOsImageProfileRequest) GotenValidate() error

func (*CreateOsImageProfileRequest) MakeDiffFieldMask

func (*CreateOsImageProfileRequest) MakeFullFieldMask

func (*CreateOsImageProfileRequest) MakeRawDiffFieldMask

func (*CreateOsImageProfileRequest) MakeRawFullFieldMask

func (o *CreateOsImageProfileRequest) MakeRawFullFieldMask() gotenobject.FieldMask

func (*CreateOsImageProfileRequest) Marshal

func (m *CreateOsImageProfileRequest) Marshal() ([]byte, error)

func (*CreateOsImageProfileRequest) MarshalJSON

func (m *CreateOsImageProfileRequest) MarshalJSON() ([]byte, error)

func (*CreateOsImageProfileRequest) Merge

func (*CreateOsImageProfileRequest) MergeRaw

func (*CreateOsImageProfileRequest) ProtoMessage

func (*CreateOsImageProfileRequest) ProtoMessage()

func (*CreateOsImageProfileRequest) ProtoReflect

func (m *CreateOsImageProfileRequest) ProtoReflect() preflect.Message

func (*CreateOsImageProfileRequest) Reset

func (m *CreateOsImageProfileRequest) Reset()

func (*CreateOsImageProfileRequest) SetOsImageProfile

func (*CreateOsImageProfileRequest) SetParent

func (*CreateOsImageProfileRequest) String

func (m *CreateOsImageProfileRequest) String() string

func (*CreateOsImageProfileRequest) Unmarshal

func (m *CreateOsImageProfileRequest) Unmarshal(b []byte) error

func (*CreateOsImageProfileRequest) UnmarshalJSON

func (m *CreateOsImageProfileRequest) UnmarshalJSON(data []byte) error

type CreateOsImageProfileRequestFieldPathBuilder

type CreateOsImageProfileRequestFieldPathBuilder struct{}

func NewCreateOsImageProfileRequestFieldPathBuilder

func NewCreateOsImageProfileRequestFieldPathBuilder() CreateOsImageProfileRequestFieldPathBuilder

func (CreateOsImageProfileRequestFieldPathBuilder) OsImageProfile

func (CreateOsImageProfileRequestFieldPathBuilder) Parent

type CreateOsImageProfileRequestMapPathSelectorOsImageProfileMetadataAnnotations

type CreateOsImageProfileRequestMapPathSelectorOsImageProfileMetadataAnnotations struct {
	// contains filtered or unexported fields
}

func (CreateOsImageProfileRequestMapPathSelectorOsImageProfileMetadataAnnotations) FieldPath

func (CreateOsImageProfileRequestMapPathSelectorOsImageProfileMetadataAnnotations) WithArrayOfValues

func (CreateOsImageProfileRequestMapPathSelectorOsImageProfileMetadataAnnotations) WithValue

type CreateOsImageProfileRequestMapPathSelectorOsImageProfileMetadataLabels

type CreateOsImageProfileRequestMapPathSelectorOsImageProfileMetadataLabels struct {
	// contains filtered or unexported fields
}

func (CreateOsImageProfileRequestMapPathSelectorOsImageProfileMetadataLabels) FieldPath

func (CreateOsImageProfileRequestMapPathSelectorOsImageProfileMetadataLabels) WithArrayOfValues

func (CreateOsImageProfileRequestMapPathSelectorOsImageProfileMetadataLabels) WithValue

type CreateOsImageProfileRequestMapPathSelectorOsImageProfileMetadataShards

type CreateOsImageProfileRequestMapPathSelectorOsImageProfileMetadataShards struct {
	// contains filtered or unexported fields
}

func (CreateOsImageProfileRequestMapPathSelectorOsImageProfileMetadataShards) FieldPath

func (CreateOsImageProfileRequestMapPathSelectorOsImageProfileMetadataShards) WithArrayOfValues

func (CreateOsImageProfileRequestMapPathSelectorOsImageProfileMetadataShards) WithValue

type CreateOsImageProfileRequestPathSelectorOsImageProfile

type CreateOsImageProfileRequestPathSelectorOsImageProfile struct{}

func (CreateOsImageProfileRequestPathSelectorOsImageProfile) DeviceType

func (CreateOsImageProfileRequestPathSelectorOsImageProfile) DiskMapping

func (CreateOsImageProfileRequestPathSelectorOsImageProfile) DisplayName

func (CreateOsImageProfileRequestPathSelectorOsImageProfile) Encryption

func (CreateOsImageProfileRequestPathSelectorOsImageProfile) FieldPath

func (CreateOsImageProfileRequestPathSelectorOsImageProfile) HttpProxy

func (CreateOsImageProfileRequestPathSelectorOsImageProfile) HttpsProxy

func (CreateOsImageProfileRequestPathSelectorOsImageProfile) Metadata

func (CreateOsImageProfileRequestPathSelectorOsImageProfile) Name

func (CreateOsImageProfileRequestPathSelectorOsImageProfile) NetworkAgent

func (CreateOsImageProfileRequestPathSelectorOsImageProfile) NoProxy

func (CreateOsImageProfileRequestPathSelectorOsImageProfile) Ntp

func (CreateOsImageProfileRequestPathSelectorOsImageProfile) WithArrayOfValues

func (CreateOsImageProfileRequestPathSelectorOsImageProfile) WithSubArrayItemValue

func (CreateOsImageProfileRequestPathSelectorOsImageProfile) WithSubArrayOfValues

func (CreateOsImageProfileRequestPathSelectorOsImageProfile) WithSubValue

func (CreateOsImageProfileRequestPathSelectorOsImageProfile) WithValue

type CreateOsImageProfileRequestPathSelectorOsImageProfileDeviceType

type CreateOsImageProfileRequestPathSelectorOsImageProfileDeviceType struct{}

func (CreateOsImageProfileRequestPathSelectorOsImageProfileDeviceType) FieldPath

func (CreateOsImageProfileRequestPathSelectorOsImageProfileDeviceType) WithArrayOfValues

func (CreateOsImageProfileRequestPathSelectorOsImageProfileDeviceType) WithValue

type CreateOsImageProfileRequestPathSelectorOsImageProfileDiskMapping

type CreateOsImageProfileRequestPathSelectorOsImageProfileDiskMapping struct{}

func (CreateOsImageProfileRequestPathSelectorOsImageProfileDiskMapping) FieldPath

func (CreateOsImageProfileRequestPathSelectorOsImageProfileDiskMapping) WithArrayOfValues

func (CreateOsImageProfileRequestPathSelectorOsImageProfileDiskMapping) WithValue

type CreateOsImageProfileRequestPathSelectorOsImageProfileDisplayName

type CreateOsImageProfileRequestPathSelectorOsImageProfileDisplayName struct{}

func (CreateOsImageProfileRequestPathSelectorOsImageProfileDisplayName) FieldPath

func (CreateOsImageProfileRequestPathSelectorOsImageProfileDisplayName) WithArrayOfValues

func (CreateOsImageProfileRequestPathSelectorOsImageProfileDisplayName) WithValue

type CreateOsImageProfileRequestPathSelectorOsImageProfileEncryption

type CreateOsImageProfileRequestPathSelectorOsImageProfileEncryption struct{}

func (CreateOsImageProfileRequestPathSelectorOsImageProfileEncryption) FieldPath

func (CreateOsImageProfileRequestPathSelectorOsImageProfileEncryption) WithArrayOfValues

func (CreateOsImageProfileRequestPathSelectorOsImageProfileEncryption) WithValue

type CreateOsImageProfileRequestPathSelectorOsImageProfileHttpProxy

type CreateOsImageProfileRequestPathSelectorOsImageProfileHttpProxy struct{}

func (CreateOsImageProfileRequestPathSelectorOsImageProfileHttpProxy) FieldPath

func (CreateOsImageProfileRequestPathSelectorOsImageProfileHttpProxy) WithArrayOfValues

func (CreateOsImageProfileRequestPathSelectorOsImageProfileHttpProxy) WithValue

type CreateOsImageProfileRequestPathSelectorOsImageProfileHttpsProxy

type CreateOsImageProfileRequestPathSelectorOsImageProfileHttpsProxy struct{}

func (CreateOsImageProfileRequestPathSelectorOsImageProfileHttpsProxy) FieldPath

func (CreateOsImageProfileRequestPathSelectorOsImageProfileHttpsProxy) WithArrayOfValues

func (CreateOsImageProfileRequestPathSelectorOsImageProfileHttpsProxy) WithValue

type CreateOsImageProfileRequestPathSelectorOsImageProfileInstallAiAccelerator

type CreateOsImageProfileRequestPathSelectorOsImageProfileInstallAiAccelerator struct{}

func (CreateOsImageProfileRequestPathSelectorOsImageProfileInstallAiAccelerator) FieldPath

func (CreateOsImageProfileRequestPathSelectorOsImageProfileInstallAiAccelerator) WithArrayOfValues

func (CreateOsImageProfileRequestPathSelectorOsImageProfileInstallAiAccelerator) WithValue

type CreateOsImageProfileRequestPathSelectorOsImageProfileMetadata

type CreateOsImageProfileRequestPathSelectorOsImageProfileMetadata struct{}

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadata) FieldPath

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadata) Tags

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadata) Uuid

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadata) WithArrayOfValues

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadata) WithValue

type CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataAnnotations

type CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataAnnotations struct{}

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataAnnotations) FieldPath

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataAnnotations) WithArrayOfValues

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataAnnotations) WithValue

type CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataCreateTime

type CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataCreateTime struct{}

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataCreateTime) FieldPath

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataCreateTime) WithArrayOfValues

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataCreateTime) WithValue

type CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataDeleteTime

type CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataDeleteTime struct{}

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataDeleteTime) FieldPath

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataDeleteTime) WithArrayOfValues

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataDeleteTime) WithValue

type CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataGeneration

type CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataGeneration struct{}

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataGeneration) FieldPath

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataGeneration) WithArrayOfValues

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataGeneration) WithValue

type CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataLabels

type CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataLabels struct{}

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataLabels) FieldPath

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataLabels) WithArrayOfValues

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataLabels) WithValue

type CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataLifecycle

type CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataLifecycle struct{}

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataLifecycle) FieldPath

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataLifecycle) WithArrayOfValues

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataLifecycle) WithValue

type CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataLifecycleBlockDeletion

type CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataLifecycleBlockDeletion struct{}

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataLifecycleBlockDeletion) FieldPath

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataLifecycleBlockDeletion) WithArrayOfValues

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataLifecycleBlockDeletion) WithValue

type CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataLifecycleState

type CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataLifecycleState struct{}

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataLifecycleState) FieldPath

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataLifecycleState) WithArrayOfValues

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataLifecycleState) WithValue

type CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferences

type CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferences struct{}

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferences) FieldPath

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferences) WithArrayOfValues

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferences) WithItemValue

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferences) WithValue

type CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferencesBlockOwnerDeletion

type CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferencesController

type CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferencesController struct{}

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferencesController) FieldPath

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferencesController) WithArrayOfValues

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferencesController) WithValue

type CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferencesKind

type CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferencesKind struct{}

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferencesKind) FieldPath

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferencesKind) WithArrayOfValues

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferencesKind) WithValue

type CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferencesName

type CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferencesName struct{}

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferencesName) FieldPath

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferencesName) WithArrayOfValues

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferencesName) WithValue

type CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferencesRegion

type CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferencesRegion struct{}

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferencesRegion) FieldPath

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferencesRegion) WithArrayOfValues

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferencesRegion) WithValue

type CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferencesRequiresOwnerReference

type CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferencesRequiresOwnerReference struct{}

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferencesRequiresOwnerReference) FieldPath

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferencesRequiresOwnerReference) WithValue

type CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferencesVersion

type CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferencesVersion struct{}

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferencesVersion) FieldPath

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferencesVersion) WithArrayOfValues

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferencesVersion) WithValue

type CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataResourceVersion

type CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataResourceVersion struct{}

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataResourceVersion) FieldPath

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataResourceVersion) WithArrayOfValues

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataResourceVersion) WithValue

type CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataShards

type CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataShards struct{}

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataShards) FieldPath

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataShards) WithArrayOfValues

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataShards) WithValue

type CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataSyncing

type CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataSyncing struct{}

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataSyncing) FieldPath

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataSyncing) WithArrayOfValues

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataSyncing) WithValue

type CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataSyncingOwningRegion

type CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataSyncingOwningRegion struct{}

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataSyncingOwningRegion) FieldPath

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataSyncingOwningRegion) WithArrayOfValues

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataSyncingOwningRegion) WithValue

type CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataSyncingRegions

type CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataSyncingRegions struct{}

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataSyncingRegions) FieldPath

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataSyncingRegions) WithArrayOfValues

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataSyncingRegions) WithItemValue

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataSyncingRegions) WithValue

type CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataTags

type CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataTags struct{}

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataTags) FieldPath

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataTags) WithArrayOfValues

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataTags) WithItemValue

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataTags) WithValue

type CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataUpdateTime

type CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataUpdateTime struct{}

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataUpdateTime) FieldPath

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataUpdateTime) WithArrayOfValues

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataUpdateTime) WithValue

type CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataUuid

type CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataUuid struct{}

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataUuid) FieldPath

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataUuid) WithArrayOfValues

func (CreateOsImageProfileRequestPathSelectorOsImageProfileMetadataUuid) WithValue

type CreateOsImageProfileRequestPathSelectorOsImageProfileName

type CreateOsImageProfileRequestPathSelectorOsImageProfileName struct{}

func (CreateOsImageProfileRequestPathSelectorOsImageProfileName) FieldPath

func (CreateOsImageProfileRequestPathSelectorOsImageProfileName) WithArrayOfValues

func (CreateOsImageProfileRequestPathSelectorOsImageProfileName) WithValue

type CreateOsImageProfileRequestPathSelectorOsImageProfileNetworkAgent

type CreateOsImageProfileRequestPathSelectorOsImageProfileNetworkAgent struct{}

func (CreateOsImageProfileRequestPathSelectorOsImageProfileNetworkAgent) FieldPath

func (CreateOsImageProfileRequestPathSelectorOsImageProfileNetworkAgent) WithArrayOfValues

func (CreateOsImageProfileRequestPathSelectorOsImageProfileNetworkAgent) WithValue

type CreateOsImageProfileRequestPathSelectorOsImageProfileNoProxy

type CreateOsImageProfileRequestPathSelectorOsImageProfileNoProxy struct{}

func (CreateOsImageProfileRequestPathSelectorOsImageProfileNoProxy) FieldPath

func (CreateOsImageProfileRequestPathSelectorOsImageProfileNoProxy) WithArrayOfValues

func (CreateOsImageProfileRequestPathSelectorOsImageProfileNoProxy) WithValue

type CreateOsImageProfileRequestPathSelectorOsImageProfileNtp

type CreateOsImageProfileRequestPathSelectorOsImageProfileNtp struct{}

func (CreateOsImageProfileRequestPathSelectorOsImageProfileNtp) FieldPath

func (CreateOsImageProfileRequestPathSelectorOsImageProfileNtp) WithArrayOfValues

func (CreateOsImageProfileRequestPathSelectorOsImageProfileNtp) WithValue

type CreateOsImageProfileRequestPathSelectorParent

type CreateOsImageProfileRequestPathSelectorParent struct{}

func (CreateOsImageProfileRequestPathSelectorParent) FieldPath

type CreateOsImageProfileRequest_FieldMask

type CreateOsImageProfileRequest_FieldMask struct {
	Paths []CreateOsImageProfileRequest_FieldPath
}

func FullCreateOsImageProfileRequest_FieldMask

func FullCreateOsImageProfileRequest_FieldMask() *CreateOsImageProfileRequest_FieldMask

func (*CreateOsImageProfileRequest_FieldMask) AppendPath

func (*CreateOsImageProfileRequest_FieldMask) AppendRawPath

func (fieldMask *CreateOsImageProfileRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*CreateOsImageProfileRequest_FieldMask) DecodeFirestore

func (fieldMask *CreateOsImageProfileRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*CreateOsImageProfileRequest_FieldMask) EncodeFirestore

func (fieldMask *CreateOsImageProfileRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*CreateOsImageProfileRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*CreateOsImageProfileRequest_FieldMask) FromProtoFieldMask

func (fieldMask *CreateOsImageProfileRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*CreateOsImageProfileRequest_FieldMask) GetPaths

func (*CreateOsImageProfileRequest_FieldMask) GetRawPaths

func (fieldMask *CreateOsImageProfileRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*CreateOsImageProfileRequest_FieldMask) IsFull

func (fieldMask *CreateOsImageProfileRequest_FieldMask) IsFull() bool

func (CreateOsImageProfileRequest_FieldMask) Marshal

func (fieldMask CreateOsImageProfileRequest_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (CreateOsImageProfileRequest_FieldMask) MarshalJSON

func (fieldMask CreateOsImageProfileRequest_FieldMask) MarshalJSON() ([]byte, error)

func (*CreateOsImageProfileRequest_FieldMask) PathsCount

func (fieldMask *CreateOsImageProfileRequest_FieldMask) PathsCount() int

func (*CreateOsImageProfileRequest_FieldMask) Project

func (*CreateOsImageProfileRequest_FieldMask) ProjectRaw

func (*CreateOsImageProfileRequest_FieldMask) ProtoMessage

func (fieldMask *CreateOsImageProfileRequest_FieldMask) ProtoMessage()

func (*CreateOsImageProfileRequest_FieldMask) ProtoReflect

func (fieldMask *CreateOsImageProfileRequest_FieldMask) ProtoReflect() preflect.Message

func (*CreateOsImageProfileRequest_FieldMask) Reset

func (fieldMask *CreateOsImageProfileRequest_FieldMask) Reset()

func (*CreateOsImageProfileRequest_FieldMask) Set

func (*CreateOsImageProfileRequest_FieldMask) SetFromCliFlag

func (fieldMask *CreateOsImageProfileRequest_FieldMask) SetFromCliFlag(raw string) error

func (*CreateOsImageProfileRequest_FieldMask) SetRaw

func (fieldMask *CreateOsImageProfileRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*CreateOsImageProfileRequest_FieldMask) Size

func (fieldMask *CreateOsImageProfileRequest_FieldMask) Size() int

func (*CreateOsImageProfileRequest_FieldMask) String

func (fieldMask *CreateOsImageProfileRequest_FieldMask) String() string

func (*CreateOsImageProfileRequest_FieldMask) Subtract

func (*CreateOsImageProfileRequest_FieldMask) SubtractRaw

func (*CreateOsImageProfileRequest_FieldMask) ToProtoFieldMask

func (fieldMask *CreateOsImageProfileRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*CreateOsImageProfileRequest_FieldMask) Unmarshal

func (fieldMask *CreateOsImageProfileRequest_FieldMask) Unmarshal(data []byte) error

func (*CreateOsImageProfileRequest_FieldMask) UnmarshalJSON

func (fieldMask *CreateOsImageProfileRequest_FieldMask) UnmarshalJSON(data []byte) error

type CreateOsImageProfileRequest_FieldPath

type CreateOsImageProfileRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() CreateOsImageProfileRequest_FieldPathSelector
	Get(source *CreateOsImageProfileRequest) []interface{}
	GetSingle(source *CreateOsImageProfileRequest) (interface{}, bool)
	ClearValue(item *CreateOsImageProfileRequest)

	// Those methods build corresponding CreateOsImageProfileRequest_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) CreateOsImageProfileRequest_FieldPathValue
	WithIArrayOfValues(values interface{}) CreateOsImageProfileRequest_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) CreateOsImageProfileRequest_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseCreateOsImageProfileRequest_FieldPath

func MustParseCreateOsImageProfileRequest_FieldPath(rawField string) CreateOsImageProfileRequest_FieldPath

func ParseCreateOsImageProfileRequest_FieldPath

func ParseCreateOsImageProfileRequest_FieldPath(rawField string) (CreateOsImageProfileRequest_FieldPath, error)

type CreateOsImageProfileRequest_FieldPathArrayItemValue

type CreateOsImageProfileRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	CreateOsImageProfileRequest_FieldPath
	ContainsValue(*CreateOsImageProfileRequest) bool
}

CreateOsImageProfileRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for CreateOsImageProfileRequest according to their type Present only for array (repeated) types.

func MustParseCreateOsImageProfileRequest_FieldPathArrayItemValue

func MustParseCreateOsImageProfileRequest_FieldPathArrayItemValue(pathStr, valueStr string) CreateOsImageProfileRequest_FieldPathArrayItemValue

func ParseCreateOsImageProfileRequest_FieldPathArrayItemValue

func ParseCreateOsImageProfileRequest_FieldPathArrayItemValue(pathStr, valueStr string) (CreateOsImageProfileRequest_FieldPathArrayItemValue, error)

ParseCreateOsImageProfileRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type CreateOsImageProfileRequest_FieldPathArrayOfValues

type CreateOsImageProfileRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	CreateOsImageProfileRequest_FieldPath
}

CreateOsImageProfileRequest_FieldPathArrayOfValues allows storing slice of values for CreateOsImageProfileRequest fields according to their type

func MustParseCreateOsImageProfileRequest_FieldPathArrayOfValues

func MustParseCreateOsImageProfileRequest_FieldPathArrayOfValues(pathStr, valuesStr string) CreateOsImageProfileRequest_FieldPathArrayOfValues

func ParseCreateOsImageProfileRequest_FieldPathArrayOfValues

func ParseCreateOsImageProfileRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (CreateOsImageProfileRequest_FieldPathArrayOfValues, error)

type CreateOsImageProfileRequest_FieldPathSelector

type CreateOsImageProfileRequest_FieldPathSelector int32
const (
	CreateOsImageProfileRequest_FieldPathSelectorParent         CreateOsImageProfileRequest_FieldPathSelector = 0
	CreateOsImageProfileRequest_FieldPathSelectorOsImageProfile CreateOsImageProfileRequest_FieldPathSelector = 1
)

func (CreateOsImageProfileRequest_FieldPathSelector) String

type CreateOsImageProfileRequest_FieldPathValue

type CreateOsImageProfileRequest_FieldPathValue interface {
	CreateOsImageProfileRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **CreateOsImageProfileRequest)
	CompareWith(*CreateOsImageProfileRequest) (cmp int, comparable bool)
}

CreateOsImageProfileRequest_FieldPathValue allows storing values for CreateOsImageProfileRequest fields according to their type

func MustParseCreateOsImageProfileRequest_FieldPathValue

func MustParseCreateOsImageProfileRequest_FieldPathValue(pathStr, valueStr string) CreateOsImageProfileRequest_FieldPathValue

func ParseCreateOsImageProfileRequest_FieldPathValue

func ParseCreateOsImageProfileRequest_FieldPathValue(pathStr, valueStr string) (CreateOsImageProfileRequest_FieldPathValue, error)

type CreateOsImageProfileRequest_FieldSubPath

type CreateOsImageProfileRequest_FieldSubPath struct {
	// contains filtered or unexported fields
}

func (*CreateOsImageProfileRequest_FieldSubPath) AsOsImageProfileSubPath

func (*CreateOsImageProfileRequest_FieldSubPath) ClearValue

func (*CreateOsImageProfileRequest_FieldSubPath) ClearValueRaw

func (fps *CreateOsImageProfileRequest_FieldSubPath) ClearValueRaw(item proto.Message)

func (*CreateOsImageProfileRequest_FieldSubPath) Get

func (fps *CreateOsImageProfileRequest_FieldSubPath) Get(source *CreateOsImageProfileRequest) (values []interface{})

Get returns all values pointed by selected field from source CreateOsImageProfileRequest

func (*CreateOsImageProfileRequest_FieldSubPath) GetDefault

func (fps *CreateOsImageProfileRequest_FieldSubPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*CreateOsImageProfileRequest_FieldSubPath) GetRaw

func (fps *CreateOsImageProfileRequest_FieldSubPath) GetRaw(source proto.Message) []interface{}

func (*CreateOsImageProfileRequest_FieldSubPath) GetSingle

func (fps *CreateOsImageProfileRequest_FieldSubPath) GetSingle(source *CreateOsImageProfileRequest) (interface{}, bool)

GetSingle returns value of selected field from source CreateOsImageProfileRequest

func (*CreateOsImageProfileRequest_FieldSubPath) GetSingleRaw

func (fps *CreateOsImageProfileRequest_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*CreateOsImageProfileRequest_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*CreateOsImageProfileRequest_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*CreateOsImageProfileRequest_FieldSubPath) Selector

func (*CreateOsImageProfileRequest_FieldSubPath) SplitIntoTerminalIPaths

func (fps *CreateOsImageProfileRequest_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*CreateOsImageProfileRequest_FieldSubPath) String

String returns path representation in proto convention

func (*CreateOsImageProfileRequest_FieldSubPath) WithIArrayItemValue

func (*CreateOsImageProfileRequest_FieldSubPath) WithIArrayOfValues

func (*CreateOsImageProfileRequest_FieldSubPath) WithIValue

func (*CreateOsImageProfileRequest_FieldSubPath) WithRawIArrayItemValue

func (fps *CreateOsImageProfileRequest_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*CreateOsImageProfileRequest_FieldSubPath) WithRawIArrayOfValues

func (fps *CreateOsImageProfileRequest_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*CreateOsImageProfileRequest_FieldSubPath) WithRawIValue

func (fps *CreateOsImageProfileRequest_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type CreateOsImageProfileRequest_FieldSubPathArrayItemValue

type CreateOsImageProfileRequest_FieldSubPathArrayItemValue struct {
	CreateOsImageProfileRequest_FieldPath
	// contains filtered or unexported fields
}

func (*CreateOsImageProfileRequest_FieldSubPathArrayItemValue) AsOsImageProfilePathItemValue

func (*CreateOsImageProfileRequest_FieldSubPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'CreateOsImageProfileRequest'

func (*CreateOsImageProfileRequest_FieldSubPathArrayItemValue) GetRawItemValue

func (fpaivs *CreateOsImageProfileRequest_FieldSubPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored array item value

type CreateOsImageProfileRequest_FieldSubPathArrayOfValues

type CreateOsImageProfileRequest_FieldSubPathArrayOfValues struct {
	CreateOsImageProfileRequest_FieldPath
	// contains filtered or unexported fields
}

func (*CreateOsImageProfileRequest_FieldSubPathArrayOfValues) AsOsImageProfilePathArrayOfValues

func (*CreateOsImageProfileRequest_FieldSubPathArrayOfValues) GetRawValues

func (fpsaov *CreateOsImageProfileRequest_FieldSubPathArrayOfValues) GetRawValues() []interface{}

type CreateOsImageProfileRequest_FieldSubPathValue

type CreateOsImageProfileRequest_FieldSubPathValue struct {
	CreateOsImageProfileRequest_FieldPath
	// contains filtered or unexported fields
}

func (*CreateOsImageProfileRequest_FieldSubPathValue) AsOsImageProfilePathValue

func (*CreateOsImageProfileRequest_FieldSubPathValue) CompareWith

func (*CreateOsImageProfileRequest_FieldSubPathValue) CompareWithRaw

func (fpvs *CreateOsImageProfileRequest_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*CreateOsImageProfileRequest_FieldSubPathValue) GetRawValue

func (fpvs *CreateOsImageProfileRequest_FieldSubPathValue) GetRawValue() interface{}

func (*CreateOsImageProfileRequest_FieldSubPathValue) SetTo

func (*CreateOsImageProfileRequest_FieldSubPathValue) SetToRaw

type CreateOsImageProfileRequest_FieldTerminalPath

type CreateOsImageProfileRequest_FieldTerminalPath struct {
	// contains filtered or unexported fields
}

func (*CreateOsImageProfileRequest_FieldTerminalPath) ClearValue

func (*CreateOsImageProfileRequest_FieldTerminalPath) ClearValueRaw

func (*CreateOsImageProfileRequest_FieldTerminalPath) Get

func (fp *CreateOsImageProfileRequest_FieldTerminalPath) Get(source *CreateOsImageProfileRequest) (values []interface{})

Get returns all values pointed by specific field from source CreateOsImageProfileRequest

func (*CreateOsImageProfileRequest_FieldTerminalPath) GetDefault

func (fp *CreateOsImageProfileRequest_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*CreateOsImageProfileRequest_FieldTerminalPath) GetRaw

func (fp *CreateOsImageProfileRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*CreateOsImageProfileRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source CreateOsImageProfileRequest

func (*CreateOsImageProfileRequest_FieldTerminalPath) GetSingleRaw

func (fp *CreateOsImageProfileRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*CreateOsImageProfileRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*CreateOsImageProfileRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*CreateOsImageProfileRequest_FieldTerminalPath) Selector

func (*CreateOsImageProfileRequest_FieldTerminalPath) SplitIntoTerminalIPaths

func (*CreateOsImageProfileRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*CreateOsImageProfileRequest_FieldTerminalPath) WithIArrayItemValue

func (*CreateOsImageProfileRequest_FieldTerminalPath) WithIArrayOfValues

func (*CreateOsImageProfileRequest_FieldTerminalPath) WithIValue

func (*CreateOsImageProfileRequest_FieldTerminalPath) WithRawIArrayItemValue

func (fp *CreateOsImageProfileRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*CreateOsImageProfileRequest_FieldTerminalPath) WithRawIArrayOfValues

func (fp *CreateOsImageProfileRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*CreateOsImageProfileRequest_FieldTerminalPath) WithRawIValue

func (fp *CreateOsImageProfileRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type CreateOsImageProfileRequest_FieldTerminalPathArrayItemValue

type CreateOsImageProfileRequest_FieldTerminalPathArrayItemValue struct {
	CreateOsImageProfileRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreateOsImageProfileRequest_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'CreateOsImageProfileRequest'

func (*CreateOsImageProfileRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *CreateOsImageProfileRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object CreateOsImageProfileRequest as interface{}

func (*CreateOsImageProfileRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*CreateOsImageProfileRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *CreateOsImageProfileRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type CreateOsImageProfileRequest_FieldTerminalPathArrayOfValues

type CreateOsImageProfileRequest_FieldTerminalPathArrayOfValues struct {
	CreateOsImageProfileRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreateOsImageProfileRequest_FieldTerminalPathArrayOfValues) AsOsImageProfileArrayOfValues

func (*CreateOsImageProfileRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues

func (*CreateOsImageProfileRequest_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *CreateOsImageProfileRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type CreateOsImageProfileRequest_FieldTerminalPathValue

type CreateOsImageProfileRequest_FieldTerminalPathValue struct {
	CreateOsImageProfileRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreateOsImageProfileRequest_FieldTerminalPathValue) AsOsImageProfileValue

func (*CreateOsImageProfileRequest_FieldTerminalPathValue) AsParentValue

func (*CreateOsImageProfileRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'CreateOsImageProfileRequest_FieldTerminalPathValue' with the value under path in 'CreateOsImageProfileRequest'.

func (*CreateOsImageProfileRequest_FieldTerminalPathValue) CompareWithRaw

func (*CreateOsImageProfileRequest_FieldTerminalPathValue) GetRawValue

func (fpv *CreateOsImageProfileRequest_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'CreateOsImageProfileRequest' as interface{}

func (*CreateOsImageProfileRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object CreateOsImageProfileRequest

func (*CreateOsImageProfileRequest_FieldTerminalPathValue) SetToRaw

type DeleteOsImageProfileDescriptor

type DeleteOsImageProfileDescriptor struct{}

func GetDeleteOsImageProfileDescriptor

func GetDeleteOsImageProfileDescriptor() *DeleteOsImageProfileDescriptor

func (*DeleteOsImageProfileDescriptor) GetApiDescriptor

func (*DeleteOsImageProfileDescriptor) GetApiName

func (d *DeleteOsImageProfileDescriptor) GetApiName() string

func (*DeleteOsImageProfileDescriptor) GetClientMsgReflectHandle

func (d *DeleteOsImageProfileDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*DeleteOsImageProfileDescriptor) GetFullMethodName

func (d *DeleteOsImageProfileDescriptor) GetFullMethodName() string

func (*DeleteOsImageProfileDescriptor) GetMethodName

func (d *DeleteOsImageProfileDescriptor) GetMethodName() string

func (*DeleteOsImageProfileDescriptor) GetProtoPkgName

func (d *DeleteOsImageProfileDescriptor) GetProtoPkgName() string

func (*DeleteOsImageProfileDescriptor) GetResourceDescriptor

func (d *DeleteOsImageProfileDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*DeleteOsImageProfileDescriptor) GetServerMsgReflectHandle

func (d *DeleteOsImageProfileDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*DeleteOsImageProfileDescriptor) GetServiceDomain

func (d *DeleteOsImageProfileDescriptor) GetServiceDomain() string

func (*DeleteOsImageProfileDescriptor) GetServiceVersion

func (d *DeleteOsImageProfileDescriptor) GetServiceVersion() string

func (*DeleteOsImageProfileDescriptor) GetVerb

func (*DeleteOsImageProfileDescriptor) HasResource

func (d *DeleteOsImageProfileDescriptor) HasResource() bool

func (*DeleteOsImageProfileDescriptor) IsClientStream

func (d *DeleteOsImageProfileDescriptor) IsClientStream() bool

func (*DeleteOsImageProfileDescriptor) IsCollection

func (d *DeleteOsImageProfileDescriptor) IsCollection() bool

func (*DeleteOsImageProfileDescriptor) IsPlural

func (d *DeleteOsImageProfileDescriptor) IsPlural() bool

func (*DeleteOsImageProfileDescriptor) IsServerStream

func (d *DeleteOsImageProfileDescriptor) IsServerStream() bool

func (*DeleteOsImageProfileDescriptor) IsUnary

func (d *DeleteOsImageProfileDescriptor) IsUnary() bool

func (*DeleteOsImageProfileDescriptor) NewEmptyClientMsg

func (d *DeleteOsImageProfileDescriptor) NewEmptyClientMsg() proto.Message

func (*DeleteOsImageProfileDescriptor) NewEmptyServerMsg

func (d *DeleteOsImageProfileDescriptor) NewEmptyServerMsg() proto.Message

func (*DeleteOsImageProfileDescriptor) RequestHasResourceBody

func (d *DeleteOsImageProfileDescriptor) RequestHasResourceBody() bool

type DeleteOsImageProfileDescriptorClientMsgHandle

type DeleteOsImageProfileDescriptorClientMsgHandle struct{}

func (*DeleteOsImageProfileDescriptorClientMsgHandle) ExtractCollectionName

func (*DeleteOsImageProfileDescriptorClientMsgHandle) ExtractResourceName

func (*DeleteOsImageProfileDescriptorClientMsgHandle) ExtractResourceNames

type DeleteOsImageProfileDescriptorServerMsgHandle

type DeleteOsImageProfileDescriptorServerMsgHandle struct{}

func (*DeleteOsImageProfileDescriptorServerMsgHandle) ExtractCollectionName

func (*DeleteOsImageProfileDescriptorServerMsgHandle) ExtractResourceName

func (*DeleteOsImageProfileDescriptorServerMsgHandle) ExtractResourceNames

type DeleteOsImageProfileRequest

type DeleteOsImageProfileRequest struct {

	// Reference of ntt.devices.v1alpha2.OsImageProfile
	Name *os_image_profile.Reference `protobuf:"bytes,1,opt,customtype=Reference,name=name,proto3" json:"name,omitempty" firestore:"name"`
	// contains filtered or unexported fields
}

Request message for method [DeleteOsImageProfile][ntt.devices.v1alpha2.DeleteOsImageProfile]

func (*DeleteOsImageProfileRequest) Clone

func (*DeleteOsImageProfileRequest) CloneRaw

func (*DeleteOsImageProfileRequest) Descriptor

func (*DeleteOsImageProfileRequest) Descriptor() ([]byte, []int)

Deprecated, Use DeleteOsImageProfileRequest.ProtoReflect.Descriptor instead.

func (*DeleteOsImageProfileRequest) GetName

func (*DeleteOsImageProfileRequest) GotenMessage

func (*DeleteOsImageProfileRequest) GotenMessage()

func (*DeleteOsImageProfileRequest) GotenObjectExt

func (o *DeleteOsImageProfileRequest) GotenObjectExt()

func (*DeleteOsImageProfileRequest) GotenValidate

func (obj *DeleteOsImageProfileRequest) GotenValidate() error

func (*DeleteOsImageProfileRequest) MakeDiffFieldMask

func (*DeleteOsImageProfileRequest) MakeFullFieldMask

func (*DeleteOsImageProfileRequest) MakeRawDiffFieldMask

func (*DeleteOsImageProfileRequest) MakeRawFullFieldMask

func (o *DeleteOsImageProfileRequest) MakeRawFullFieldMask() gotenobject.FieldMask

func (*DeleteOsImageProfileRequest) Marshal

func (m *DeleteOsImageProfileRequest) Marshal() ([]byte, error)

func (*DeleteOsImageProfileRequest) MarshalJSON

func (m *DeleteOsImageProfileRequest) MarshalJSON() ([]byte, error)

func (*DeleteOsImageProfileRequest) Merge

func (*DeleteOsImageProfileRequest) MergeRaw

func (*DeleteOsImageProfileRequest) ProtoMessage

func (*DeleteOsImageProfileRequest) ProtoMessage()

func (*DeleteOsImageProfileRequest) ProtoReflect

func (m *DeleteOsImageProfileRequest) ProtoReflect() preflect.Message

func (*DeleteOsImageProfileRequest) Reset

func (m *DeleteOsImageProfileRequest) Reset()

func (*DeleteOsImageProfileRequest) SetName

func (*DeleteOsImageProfileRequest) String

func (m *DeleteOsImageProfileRequest) String() string

func (*DeleteOsImageProfileRequest) Unmarshal

func (m *DeleteOsImageProfileRequest) Unmarshal(b []byte) error

func (*DeleteOsImageProfileRequest) UnmarshalJSON

func (m *DeleteOsImageProfileRequest) UnmarshalJSON(data []byte) error

type DeleteOsImageProfileRequestFieldPathBuilder

type DeleteOsImageProfileRequestFieldPathBuilder struct{}

func NewDeleteOsImageProfileRequestFieldPathBuilder

func NewDeleteOsImageProfileRequestFieldPathBuilder() DeleteOsImageProfileRequestFieldPathBuilder

func (DeleteOsImageProfileRequestFieldPathBuilder) Name

type DeleteOsImageProfileRequestPathSelectorName

type DeleteOsImageProfileRequestPathSelectorName struct{}

func (DeleteOsImageProfileRequestPathSelectorName) FieldPath

func (DeleteOsImageProfileRequestPathSelectorName) WithArrayOfValues

func (DeleteOsImageProfileRequestPathSelectorName) WithValue

type DeleteOsImageProfileRequest_FieldMask

type DeleteOsImageProfileRequest_FieldMask struct {
	Paths []DeleteOsImageProfileRequest_FieldPath
}

func FullDeleteOsImageProfileRequest_FieldMask

func FullDeleteOsImageProfileRequest_FieldMask() *DeleteOsImageProfileRequest_FieldMask

func (*DeleteOsImageProfileRequest_FieldMask) AppendPath

func (*DeleteOsImageProfileRequest_FieldMask) AppendRawPath

func (fieldMask *DeleteOsImageProfileRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*DeleteOsImageProfileRequest_FieldMask) DecodeFirestore

func (fieldMask *DeleteOsImageProfileRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*DeleteOsImageProfileRequest_FieldMask) EncodeFirestore

func (fieldMask *DeleteOsImageProfileRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*DeleteOsImageProfileRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*DeleteOsImageProfileRequest_FieldMask) FromProtoFieldMask

func (fieldMask *DeleteOsImageProfileRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*DeleteOsImageProfileRequest_FieldMask) GetPaths

func (*DeleteOsImageProfileRequest_FieldMask) GetRawPaths

func (fieldMask *DeleteOsImageProfileRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*DeleteOsImageProfileRequest_FieldMask) IsFull

func (fieldMask *DeleteOsImageProfileRequest_FieldMask) IsFull() bool

func (DeleteOsImageProfileRequest_FieldMask) Marshal

func (fieldMask DeleteOsImageProfileRequest_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (DeleteOsImageProfileRequest_FieldMask) MarshalJSON

func (fieldMask DeleteOsImageProfileRequest_FieldMask) MarshalJSON() ([]byte, error)

func (*DeleteOsImageProfileRequest_FieldMask) PathsCount

func (fieldMask *DeleteOsImageProfileRequest_FieldMask) PathsCount() int

func (*DeleteOsImageProfileRequest_FieldMask) Project

func (*DeleteOsImageProfileRequest_FieldMask) ProjectRaw

func (*DeleteOsImageProfileRequest_FieldMask) ProtoMessage

func (fieldMask *DeleteOsImageProfileRequest_FieldMask) ProtoMessage()

func (*DeleteOsImageProfileRequest_FieldMask) ProtoReflect

func (fieldMask *DeleteOsImageProfileRequest_FieldMask) ProtoReflect() preflect.Message

func (*DeleteOsImageProfileRequest_FieldMask) Reset

func (fieldMask *DeleteOsImageProfileRequest_FieldMask) Reset()

func (*DeleteOsImageProfileRequest_FieldMask) Set

func (*DeleteOsImageProfileRequest_FieldMask) SetFromCliFlag

func (fieldMask *DeleteOsImageProfileRequest_FieldMask) SetFromCliFlag(raw string) error

func (*DeleteOsImageProfileRequest_FieldMask) SetRaw

func (fieldMask *DeleteOsImageProfileRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*DeleteOsImageProfileRequest_FieldMask) Size

func (fieldMask *DeleteOsImageProfileRequest_FieldMask) Size() int

func (*DeleteOsImageProfileRequest_FieldMask) String

func (fieldMask *DeleteOsImageProfileRequest_FieldMask) String() string

func (*DeleteOsImageProfileRequest_FieldMask) Subtract

func (*DeleteOsImageProfileRequest_FieldMask) SubtractRaw

func (*DeleteOsImageProfileRequest_FieldMask) ToProtoFieldMask

func (fieldMask *DeleteOsImageProfileRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*DeleteOsImageProfileRequest_FieldMask) Unmarshal

func (fieldMask *DeleteOsImageProfileRequest_FieldMask) Unmarshal(data []byte) error

func (*DeleteOsImageProfileRequest_FieldMask) UnmarshalJSON

func (fieldMask *DeleteOsImageProfileRequest_FieldMask) UnmarshalJSON(data []byte) error

type DeleteOsImageProfileRequest_FieldPath

type DeleteOsImageProfileRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() DeleteOsImageProfileRequest_FieldPathSelector
	Get(source *DeleteOsImageProfileRequest) []interface{}
	GetSingle(source *DeleteOsImageProfileRequest) (interface{}, bool)
	ClearValue(item *DeleteOsImageProfileRequest)

	// Those methods build corresponding DeleteOsImageProfileRequest_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) DeleteOsImageProfileRequest_FieldPathValue
	WithIArrayOfValues(values interface{}) DeleteOsImageProfileRequest_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) DeleteOsImageProfileRequest_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseDeleteOsImageProfileRequest_FieldPath

func MustParseDeleteOsImageProfileRequest_FieldPath(rawField string) DeleteOsImageProfileRequest_FieldPath

func ParseDeleteOsImageProfileRequest_FieldPath

func ParseDeleteOsImageProfileRequest_FieldPath(rawField string) (DeleteOsImageProfileRequest_FieldPath, error)

type DeleteOsImageProfileRequest_FieldPathArrayItemValue

type DeleteOsImageProfileRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	DeleteOsImageProfileRequest_FieldPath
	ContainsValue(*DeleteOsImageProfileRequest) bool
}

DeleteOsImageProfileRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for DeleteOsImageProfileRequest according to their type Present only for array (repeated) types.

func MustParseDeleteOsImageProfileRequest_FieldPathArrayItemValue

func MustParseDeleteOsImageProfileRequest_FieldPathArrayItemValue(pathStr, valueStr string) DeleteOsImageProfileRequest_FieldPathArrayItemValue

func ParseDeleteOsImageProfileRequest_FieldPathArrayItemValue

func ParseDeleteOsImageProfileRequest_FieldPathArrayItemValue(pathStr, valueStr string) (DeleteOsImageProfileRequest_FieldPathArrayItemValue, error)

ParseDeleteOsImageProfileRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type DeleteOsImageProfileRequest_FieldPathArrayOfValues

type DeleteOsImageProfileRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	DeleteOsImageProfileRequest_FieldPath
}

DeleteOsImageProfileRequest_FieldPathArrayOfValues allows storing slice of values for DeleteOsImageProfileRequest fields according to their type

func MustParseDeleteOsImageProfileRequest_FieldPathArrayOfValues

func MustParseDeleteOsImageProfileRequest_FieldPathArrayOfValues(pathStr, valuesStr string) DeleteOsImageProfileRequest_FieldPathArrayOfValues

func ParseDeleteOsImageProfileRequest_FieldPathArrayOfValues

func ParseDeleteOsImageProfileRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (DeleteOsImageProfileRequest_FieldPathArrayOfValues, error)

type DeleteOsImageProfileRequest_FieldPathSelector

type DeleteOsImageProfileRequest_FieldPathSelector int32
const (
	DeleteOsImageProfileRequest_FieldPathSelectorName DeleteOsImageProfileRequest_FieldPathSelector = 0
)

func (DeleteOsImageProfileRequest_FieldPathSelector) String

type DeleteOsImageProfileRequest_FieldPathValue

type DeleteOsImageProfileRequest_FieldPathValue interface {
	DeleteOsImageProfileRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **DeleteOsImageProfileRequest)
	CompareWith(*DeleteOsImageProfileRequest) (cmp int, comparable bool)
}

DeleteOsImageProfileRequest_FieldPathValue allows storing values for DeleteOsImageProfileRequest fields according to their type

func MustParseDeleteOsImageProfileRequest_FieldPathValue

func MustParseDeleteOsImageProfileRequest_FieldPathValue(pathStr, valueStr string) DeleteOsImageProfileRequest_FieldPathValue

func ParseDeleteOsImageProfileRequest_FieldPathValue

func ParseDeleteOsImageProfileRequest_FieldPathValue(pathStr, valueStr string) (DeleteOsImageProfileRequest_FieldPathValue, error)

type DeleteOsImageProfileRequest_FieldTerminalPath

type DeleteOsImageProfileRequest_FieldTerminalPath struct {
	// contains filtered or unexported fields
}

func (*DeleteOsImageProfileRequest_FieldTerminalPath) ClearValue

func (*DeleteOsImageProfileRequest_FieldTerminalPath) ClearValueRaw

func (*DeleteOsImageProfileRequest_FieldTerminalPath) Get

func (fp *DeleteOsImageProfileRequest_FieldTerminalPath) Get(source *DeleteOsImageProfileRequest) (values []interface{})

Get returns all values pointed by specific field from source DeleteOsImageProfileRequest

func (*DeleteOsImageProfileRequest_FieldTerminalPath) GetDefault

func (fp *DeleteOsImageProfileRequest_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*DeleteOsImageProfileRequest_FieldTerminalPath) GetRaw

func (fp *DeleteOsImageProfileRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*DeleteOsImageProfileRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source DeleteOsImageProfileRequest

func (*DeleteOsImageProfileRequest_FieldTerminalPath) GetSingleRaw

func (fp *DeleteOsImageProfileRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*DeleteOsImageProfileRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*DeleteOsImageProfileRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*DeleteOsImageProfileRequest_FieldTerminalPath) Selector

func (*DeleteOsImageProfileRequest_FieldTerminalPath) SplitIntoTerminalIPaths

func (*DeleteOsImageProfileRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*DeleteOsImageProfileRequest_FieldTerminalPath) WithIArrayItemValue

func (*DeleteOsImageProfileRequest_FieldTerminalPath) WithIArrayOfValues

func (*DeleteOsImageProfileRequest_FieldTerminalPath) WithIValue

func (*DeleteOsImageProfileRequest_FieldTerminalPath) WithRawIArrayItemValue

func (fp *DeleteOsImageProfileRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*DeleteOsImageProfileRequest_FieldTerminalPath) WithRawIArrayOfValues

func (fp *DeleteOsImageProfileRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*DeleteOsImageProfileRequest_FieldTerminalPath) WithRawIValue

func (fp *DeleteOsImageProfileRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type DeleteOsImageProfileRequest_FieldTerminalPathArrayItemValue

type DeleteOsImageProfileRequest_FieldTerminalPathArrayItemValue struct {
	DeleteOsImageProfileRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*DeleteOsImageProfileRequest_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'DeleteOsImageProfileRequest'

func (*DeleteOsImageProfileRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *DeleteOsImageProfileRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object DeleteOsImageProfileRequest as interface{}

func (*DeleteOsImageProfileRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*DeleteOsImageProfileRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *DeleteOsImageProfileRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type DeleteOsImageProfileRequest_FieldTerminalPathArrayOfValues

type DeleteOsImageProfileRequest_FieldTerminalPathArrayOfValues struct {
	DeleteOsImageProfileRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*DeleteOsImageProfileRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (*DeleteOsImageProfileRequest_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *DeleteOsImageProfileRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type DeleteOsImageProfileRequest_FieldTerminalPathValue

type DeleteOsImageProfileRequest_FieldTerminalPathValue struct {
	DeleteOsImageProfileRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*DeleteOsImageProfileRequest_FieldTerminalPathValue) AsNameValue

func (*DeleteOsImageProfileRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'DeleteOsImageProfileRequest_FieldTerminalPathValue' with the value under path in 'DeleteOsImageProfileRequest'.

func (*DeleteOsImageProfileRequest_FieldTerminalPathValue) CompareWithRaw

func (*DeleteOsImageProfileRequest_FieldTerminalPathValue) GetRawValue

func (fpv *DeleteOsImageProfileRequest_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'DeleteOsImageProfileRequest' as interface{}

func (*DeleteOsImageProfileRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object DeleteOsImageProfileRequest

func (*DeleteOsImageProfileRequest_FieldTerminalPathValue) SetToRaw

type GetOsImageProfileDescriptor

type GetOsImageProfileDescriptor struct{}

func GetGetOsImageProfileDescriptor

func GetGetOsImageProfileDescriptor() *GetOsImageProfileDescriptor

func (*GetOsImageProfileDescriptor) GetApiDescriptor

func (*GetOsImageProfileDescriptor) GetApiName

func (d *GetOsImageProfileDescriptor) GetApiName() string

func (*GetOsImageProfileDescriptor) GetClientMsgReflectHandle

func (d *GetOsImageProfileDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*GetOsImageProfileDescriptor) GetFullMethodName

func (d *GetOsImageProfileDescriptor) GetFullMethodName() string

func (*GetOsImageProfileDescriptor) GetMethodName

func (d *GetOsImageProfileDescriptor) GetMethodName() string

func (*GetOsImageProfileDescriptor) GetProtoPkgName

func (d *GetOsImageProfileDescriptor) GetProtoPkgName() string

func (*GetOsImageProfileDescriptor) GetResourceDescriptor

func (d *GetOsImageProfileDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*GetOsImageProfileDescriptor) GetServerMsgReflectHandle

func (d *GetOsImageProfileDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*GetOsImageProfileDescriptor) GetServiceDomain

func (d *GetOsImageProfileDescriptor) GetServiceDomain() string

func (*GetOsImageProfileDescriptor) GetServiceVersion

func (d *GetOsImageProfileDescriptor) GetServiceVersion() string

func (*GetOsImageProfileDescriptor) GetVerb

func (d *GetOsImageProfileDescriptor) GetVerb() string

func (*GetOsImageProfileDescriptor) HasResource

func (d *GetOsImageProfileDescriptor) HasResource() bool

func (*GetOsImageProfileDescriptor) IsClientStream

func (d *GetOsImageProfileDescriptor) IsClientStream() bool

func (*GetOsImageProfileDescriptor) IsCollection

func (d *GetOsImageProfileDescriptor) IsCollection() bool

func (*GetOsImageProfileDescriptor) IsPlural

func (d *GetOsImageProfileDescriptor) IsPlural() bool

func (*GetOsImageProfileDescriptor) IsServerStream

func (d *GetOsImageProfileDescriptor) IsServerStream() bool

func (*GetOsImageProfileDescriptor) IsUnary

func (d *GetOsImageProfileDescriptor) IsUnary() bool

func (*GetOsImageProfileDescriptor) NewEmptyClientMsg

func (d *GetOsImageProfileDescriptor) NewEmptyClientMsg() proto.Message

func (*GetOsImageProfileDescriptor) NewEmptyServerMsg

func (d *GetOsImageProfileDescriptor) NewEmptyServerMsg() proto.Message

func (*GetOsImageProfileDescriptor) RequestHasResourceBody

func (d *GetOsImageProfileDescriptor) RequestHasResourceBody() bool

type GetOsImageProfileDescriptorClientMsgHandle

type GetOsImageProfileDescriptorClientMsgHandle struct{}

func (*GetOsImageProfileDescriptorClientMsgHandle) ExtractCollectionName

func (*GetOsImageProfileDescriptorClientMsgHandle) ExtractResourceName

func (*GetOsImageProfileDescriptorClientMsgHandle) ExtractResourceNames

type GetOsImageProfileDescriptorServerMsgHandle

type GetOsImageProfileDescriptorServerMsgHandle struct{}

func (*GetOsImageProfileDescriptorServerMsgHandle) ExtractCollectionName

func (*GetOsImageProfileDescriptorServerMsgHandle) ExtractResourceName

func (*GetOsImageProfileDescriptorServerMsgHandle) ExtractResourceNames

type GetOsImageProfileRequest

type GetOsImageProfileRequest struct {

	// Reference of ntt.devices.v1alpha2.OsImageProfile
	Name *os_image_profile.Reference `protobuf:"bytes,1,opt,customtype=Reference,name=name,proto3" json:"name,omitempty" firestore:"name"`
	// A list of extra fields to be obtained for each response item on top of
	// fields defined by request field view
	FieldMask *os_image_profile.OsImageProfile_FieldMask `` /* 146-byte string literal not displayed */
	// View defines list of standard response fields present in response items.
	// Additional fields can be amended by request field field_mask
	View view.View `protobuf:"varint,4,opt,name=view,proto3,enum=goten.view.View" json:"view,omitempty" firestore:"view"`
	// contains filtered or unexported fields
}

Request message for method [GetOsImageProfile][ntt.devices.v1alpha2.GetOsImageProfile]

func (*GetOsImageProfileRequest) Clone

func (*GetOsImageProfileRequest) CloneRaw

func (*GetOsImageProfileRequest) Descriptor

func (*GetOsImageProfileRequest) Descriptor() ([]byte, []int)

Deprecated, Use GetOsImageProfileRequest.ProtoReflect.Descriptor instead.

func (*GetOsImageProfileRequest) GetFieldMask

func (*GetOsImageProfileRequest) GetName

func (*GetOsImageProfileRequest) GetView

func (m *GetOsImageProfileRequest) GetView() view.View

func (*GetOsImageProfileRequest) GotenMessage

func (*GetOsImageProfileRequest) GotenMessage()

func (*GetOsImageProfileRequest) GotenObjectExt

func (o *GetOsImageProfileRequest) GotenObjectExt()

func (*GetOsImageProfileRequest) GotenValidate

func (obj *GetOsImageProfileRequest) GotenValidate() error

func (*GetOsImageProfileRequest) MakeDiffFieldMask

func (*GetOsImageProfileRequest) MakeFullFieldMask

func (*GetOsImageProfileRequest) MakeRawDiffFieldMask

func (*GetOsImageProfileRequest) MakeRawFullFieldMask

func (o *GetOsImageProfileRequest) MakeRawFullFieldMask() gotenobject.FieldMask

func (*GetOsImageProfileRequest) Marshal

func (m *GetOsImageProfileRequest) Marshal() ([]byte, error)

func (*GetOsImageProfileRequest) MarshalJSON

func (m *GetOsImageProfileRequest) MarshalJSON() ([]byte, error)

func (*GetOsImageProfileRequest) Merge

func (*GetOsImageProfileRequest) MergeRaw

func (*GetOsImageProfileRequest) ProtoMessage

func (*GetOsImageProfileRequest) ProtoMessage()

func (*GetOsImageProfileRequest) ProtoReflect

func (m *GetOsImageProfileRequest) ProtoReflect() preflect.Message

func (*GetOsImageProfileRequest) Reset

func (m *GetOsImageProfileRequest) Reset()

func (*GetOsImageProfileRequest) SetFieldMask

func (*GetOsImageProfileRequest) SetName

func (*GetOsImageProfileRequest) SetView

func (m *GetOsImageProfileRequest) SetView(fv view.View)

func (*GetOsImageProfileRequest) String

func (m *GetOsImageProfileRequest) String() string

func (*GetOsImageProfileRequest) Unmarshal

func (m *GetOsImageProfileRequest) Unmarshal(b []byte) error

func (*GetOsImageProfileRequest) UnmarshalJSON

func (m *GetOsImageProfileRequest) UnmarshalJSON(data []byte) error

type GetOsImageProfileRequestFieldPathBuilder

type GetOsImageProfileRequestFieldPathBuilder struct{}

func NewGetOsImageProfileRequestFieldPathBuilder

func NewGetOsImageProfileRequestFieldPathBuilder() GetOsImageProfileRequestFieldPathBuilder

func (GetOsImageProfileRequestFieldPathBuilder) FieldMask

func (GetOsImageProfileRequestFieldPathBuilder) Name

func (GetOsImageProfileRequestFieldPathBuilder) View

type GetOsImageProfileRequestPathSelectorFieldMask

type GetOsImageProfileRequestPathSelectorFieldMask struct{}

func (GetOsImageProfileRequestPathSelectorFieldMask) FieldPath

type GetOsImageProfileRequestPathSelectorName

type GetOsImageProfileRequestPathSelectorName struct{}

func (GetOsImageProfileRequestPathSelectorName) FieldPath

func (GetOsImageProfileRequestPathSelectorName) WithArrayOfValues

func (GetOsImageProfileRequestPathSelectorName) WithValue

type GetOsImageProfileRequestPathSelectorView

type GetOsImageProfileRequestPathSelectorView struct{}

func (GetOsImageProfileRequestPathSelectorView) FieldPath

func (GetOsImageProfileRequestPathSelectorView) WithArrayOfValues

func (GetOsImageProfileRequestPathSelectorView) WithValue

type GetOsImageProfileRequest_FieldMask

type GetOsImageProfileRequest_FieldMask struct {
	Paths []GetOsImageProfileRequest_FieldPath
}

func FullGetOsImageProfileRequest_FieldMask

func FullGetOsImageProfileRequest_FieldMask() *GetOsImageProfileRequest_FieldMask

func (*GetOsImageProfileRequest_FieldMask) AppendPath

func (*GetOsImageProfileRequest_FieldMask) AppendRawPath

func (fieldMask *GetOsImageProfileRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*GetOsImageProfileRequest_FieldMask) DecodeFirestore

func (fieldMask *GetOsImageProfileRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*GetOsImageProfileRequest_FieldMask) EncodeFirestore

func (fieldMask *GetOsImageProfileRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*GetOsImageProfileRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*GetOsImageProfileRequest_FieldMask) FromProtoFieldMask

func (fieldMask *GetOsImageProfileRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*GetOsImageProfileRequest_FieldMask) GetPaths

func (*GetOsImageProfileRequest_FieldMask) GetRawPaths

func (fieldMask *GetOsImageProfileRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*GetOsImageProfileRequest_FieldMask) IsFull

func (fieldMask *GetOsImageProfileRequest_FieldMask) IsFull() bool

func (GetOsImageProfileRequest_FieldMask) Marshal

func (fieldMask GetOsImageProfileRequest_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (GetOsImageProfileRequest_FieldMask) MarshalJSON

func (fieldMask GetOsImageProfileRequest_FieldMask) MarshalJSON() ([]byte, error)

func (*GetOsImageProfileRequest_FieldMask) PathsCount

func (fieldMask *GetOsImageProfileRequest_FieldMask) PathsCount() int

func (*GetOsImageProfileRequest_FieldMask) Project

func (*GetOsImageProfileRequest_FieldMask) ProjectRaw

func (*GetOsImageProfileRequest_FieldMask) ProtoMessage

func (fieldMask *GetOsImageProfileRequest_FieldMask) ProtoMessage()

func (*GetOsImageProfileRequest_FieldMask) ProtoReflect

func (fieldMask *GetOsImageProfileRequest_FieldMask) ProtoReflect() preflect.Message

func (*GetOsImageProfileRequest_FieldMask) Reset

func (fieldMask *GetOsImageProfileRequest_FieldMask) Reset()

func (*GetOsImageProfileRequest_FieldMask) Set

func (fieldMask *GetOsImageProfileRequest_FieldMask) Set(target, source *GetOsImageProfileRequest)

func (*GetOsImageProfileRequest_FieldMask) SetFromCliFlag

func (fieldMask *GetOsImageProfileRequest_FieldMask) SetFromCliFlag(raw string) error

func (*GetOsImageProfileRequest_FieldMask) SetRaw

func (fieldMask *GetOsImageProfileRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*GetOsImageProfileRequest_FieldMask) Size

func (fieldMask *GetOsImageProfileRequest_FieldMask) Size() int

func (*GetOsImageProfileRequest_FieldMask) String

func (fieldMask *GetOsImageProfileRequest_FieldMask) String() string

func (*GetOsImageProfileRequest_FieldMask) Subtract

func (*GetOsImageProfileRequest_FieldMask) SubtractRaw

func (*GetOsImageProfileRequest_FieldMask) ToProtoFieldMask

func (fieldMask *GetOsImageProfileRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*GetOsImageProfileRequest_FieldMask) Unmarshal

func (fieldMask *GetOsImageProfileRequest_FieldMask) Unmarshal(data []byte) error

func (*GetOsImageProfileRequest_FieldMask) UnmarshalJSON

func (fieldMask *GetOsImageProfileRequest_FieldMask) UnmarshalJSON(data []byte) error

type GetOsImageProfileRequest_FieldPath

type GetOsImageProfileRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() GetOsImageProfileRequest_FieldPathSelector
	Get(source *GetOsImageProfileRequest) []interface{}
	GetSingle(source *GetOsImageProfileRequest) (interface{}, bool)
	ClearValue(item *GetOsImageProfileRequest)

	// Those methods build corresponding GetOsImageProfileRequest_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) GetOsImageProfileRequest_FieldPathValue
	WithIArrayOfValues(values interface{}) GetOsImageProfileRequest_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) GetOsImageProfileRequest_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseGetOsImageProfileRequest_FieldPath

func MustParseGetOsImageProfileRequest_FieldPath(rawField string) GetOsImageProfileRequest_FieldPath

func ParseGetOsImageProfileRequest_FieldPath

func ParseGetOsImageProfileRequest_FieldPath(rawField string) (GetOsImageProfileRequest_FieldPath, error)

type GetOsImageProfileRequest_FieldPathArrayItemValue

type GetOsImageProfileRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	GetOsImageProfileRequest_FieldPath
	ContainsValue(*GetOsImageProfileRequest) bool
}

GetOsImageProfileRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for GetOsImageProfileRequest according to their type Present only for array (repeated) types.

func MustParseGetOsImageProfileRequest_FieldPathArrayItemValue

func MustParseGetOsImageProfileRequest_FieldPathArrayItemValue(pathStr, valueStr string) GetOsImageProfileRequest_FieldPathArrayItemValue

func ParseGetOsImageProfileRequest_FieldPathArrayItemValue

func ParseGetOsImageProfileRequest_FieldPathArrayItemValue(pathStr, valueStr string) (GetOsImageProfileRequest_FieldPathArrayItemValue, error)

ParseGetOsImageProfileRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type GetOsImageProfileRequest_FieldPathArrayOfValues

type GetOsImageProfileRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	GetOsImageProfileRequest_FieldPath
}

GetOsImageProfileRequest_FieldPathArrayOfValues allows storing slice of values for GetOsImageProfileRequest fields according to their type

func MustParseGetOsImageProfileRequest_FieldPathArrayOfValues

func MustParseGetOsImageProfileRequest_FieldPathArrayOfValues(pathStr, valuesStr string) GetOsImageProfileRequest_FieldPathArrayOfValues

func ParseGetOsImageProfileRequest_FieldPathArrayOfValues

func ParseGetOsImageProfileRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (GetOsImageProfileRequest_FieldPathArrayOfValues, error)

type GetOsImageProfileRequest_FieldPathSelector

type GetOsImageProfileRequest_FieldPathSelector int32
const (
	GetOsImageProfileRequest_FieldPathSelectorName      GetOsImageProfileRequest_FieldPathSelector = 0
	GetOsImageProfileRequest_FieldPathSelectorFieldMask GetOsImageProfileRequest_FieldPathSelector = 1
	GetOsImageProfileRequest_FieldPathSelectorView      GetOsImageProfileRequest_FieldPathSelector = 2
)

func (GetOsImageProfileRequest_FieldPathSelector) String

type GetOsImageProfileRequest_FieldPathValue

type GetOsImageProfileRequest_FieldPathValue interface {
	GetOsImageProfileRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **GetOsImageProfileRequest)
	CompareWith(*GetOsImageProfileRequest) (cmp int, comparable bool)
}

GetOsImageProfileRequest_FieldPathValue allows storing values for GetOsImageProfileRequest fields according to their type

func MustParseGetOsImageProfileRequest_FieldPathValue

func MustParseGetOsImageProfileRequest_FieldPathValue(pathStr, valueStr string) GetOsImageProfileRequest_FieldPathValue

func ParseGetOsImageProfileRequest_FieldPathValue

func ParseGetOsImageProfileRequest_FieldPathValue(pathStr, valueStr string) (GetOsImageProfileRequest_FieldPathValue, error)

type GetOsImageProfileRequest_FieldTerminalPath

type GetOsImageProfileRequest_FieldTerminalPath struct {
	// contains filtered or unexported fields
}

func (*GetOsImageProfileRequest_FieldTerminalPath) ClearValue

func (*GetOsImageProfileRequest_FieldTerminalPath) ClearValueRaw

func (*GetOsImageProfileRequest_FieldTerminalPath) Get

func (fp *GetOsImageProfileRequest_FieldTerminalPath) Get(source *GetOsImageProfileRequest) (values []interface{})

Get returns all values pointed by specific field from source GetOsImageProfileRequest

func (*GetOsImageProfileRequest_FieldTerminalPath) GetDefault

func (fp *GetOsImageProfileRequest_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*GetOsImageProfileRequest_FieldTerminalPath) GetRaw

func (fp *GetOsImageProfileRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*GetOsImageProfileRequest_FieldTerminalPath) GetSingle

func (fp *GetOsImageProfileRequest_FieldTerminalPath) GetSingle(source *GetOsImageProfileRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source GetOsImageProfileRequest

func (*GetOsImageProfileRequest_FieldTerminalPath) GetSingleRaw

func (fp *GetOsImageProfileRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*GetOsImageProfileRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*GetOsImageProfileRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*GetOsImageProfileRequest_FieldTerminalPath) Selector

func (*GetOsImageProfileRequest_FieldTerminalPath) SplitIntoTerminalIPaths

func (fp *GetOsImageProfileRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*GetOsImageProfileRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*GetOsImageProfileRequest_FieldTerminalPath) WithIArrayItemValue

func (*GetOsImageProfileRequest_FieldTerminalPath) WithIArrayOfValues

func (*GetOsImageProfileRequest_FieldTerminalPath) WithIValue

func (*GetOsImageProfileRequest_FieldTerminalPath) WithRawIArrayItemValue

func (fp *GetOsImageProfileRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*GetOsImageProfileRequest_FieldTerminalPath) WithRawIArrayOfValues

func (fp *GetOsImageProfileRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*GetOsImageProfileRequest_FieldTerminalPath) WithRawIValue

func (fp *GetOsImageProfileRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type GetOsImageProfileRequest_FieldTerminalPathArrayItemValue

type GetOsImageProfileRequest_FieldTerminalPathArrayItemValue struct {
	GetOsImageProfileRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetOsImageProfileRequest_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'GetOsImageProfileRequest'

func (*GetOsImageProfileRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *GetOsImageProfileRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object GetOsImageProfileRequest as interface{}

func (*GetOsImageProfileRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*GetOsImageProfileRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *GetOsImageProfileRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type GetOsImageProfileRequest_FieldTerminalPathArrayOfValues

type GetOsImageProfileRequest_FieldTerminalPathArrayOfValues struct {
	GetOsImageProfileRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetOsImageProfileRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*GetOsImageProfileRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (*GetOsImageProfileRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

func (fpaov *GetOsImageProfileRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)

func (*GetOsImageProfileRequest_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *GetOsImageProfileRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type GetOsImageProfileRequest_FieldTerminalPathValue

type GetOsImageProfileRequest_FieldTerminalPathValue struct {
	GetOsImageProfileRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetOsImageProfileRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*GetOsImageProfileRequest_FieldTerminalPathValue) AsNameValue

func (*GetOsImageProfileRequest_FieldTerminalPathValue) AsViewValue

func (*GetOsImageProfileRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'GetOsImageProfileRequest_FieldTerminalPathValue' with the value under path in 'GetOsImageProfileRequest'.

func (*GetOsImageProfileRequest_FieldTerminalPathValue) CompareWithRaw

func (fpv *GetOsImageProfileRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*GetOsImageProfileRequest_FieldTerminalPathValue) GetRawValue

func (fpv *GetOsImageProfileRequest_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'GetOsImageProfileRequest' as interface{}

func (*GetOsImageProfileRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object GetOsImageProfileRequest

func (*GetOsImageProfileRequest_FieldTerminalPathValue) SetToRaw

type ListOsImageProfilesDescriptor

type ListOsImageProfilesDescriptor struct{}

func GetListOsImageProfilesDescriptor

func GetListOsImageProfilesDescriptor() *ListOsImageProfilesDescriptor

func (*ListOsImageProfilesDescriptor) GetApiDescriptor

func (*ListOsImageProfilesDescriptor) GetApiName

func (d *ListOsImageProfilesDescriptor) GetApiName() string

func (*ListOsImageProfilesDescriptor) GetClientMsgReflectHandle

func (d *ListOsImageProfilesDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*ListOsImageProfilesDescriptor) GetFullMethodName

func (d *ListOsImageProfilesDescriptor) GetFullMethodName() string

func (*ListOsImageProfilesDescriptor) GetMethodName

func (d *ListOsImageProfilesDescriptor) GetMethodName() string

func (*ListOsImageProfilesDescriptor) GetProtoPkgName

func (d *ListOsImageProfilesDescriptor) GetProtoPkgName() string

func (*ListOsImageProfilesDescriptor) GetResourceDescriptor

func (d *ListOsImageProfilesDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*ListOsImageProfilesDescriptor) GetServerMsgReflectHandle

func (d *ListOsImageProfilesDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*ListOsImageProfilesDescriptor) GetServiceDomain

func (d *ListOsImageProfilesDescriptor) GetServiceDomain() string

func (*ListOsImageProfilesDescriptor) GetServiceVersion

func (d *ListOsImageProfilesDescriptor) GetServiceVersion() string

func (*ListOsImageProfilesDescriptor) GetVerb

func (*ListOsImageProfilesDescriptor) HasResource

func (d *ListOsImageProfilesDescriptor) HasResource() bool

func (*ListOsImageProfilesDescriptor) IsClientStream

func (d *ListOsImageProfilesDescriptor) IsClientStream() bool

func (*ListOsImageProfilesDescriptor) IsCollection

func (d *ListOsImageProfilesDescriptor) IsCollection() bool

func (*ListOsImageProfilesDescriptor) IsPlural

func (d *ListOsImageProfilesDescriptor) IsPlural() bool

func (*ListOsImageProfilesDescriptor) IsServerStream

func (d *ListOsImageProfilesDescriptor) IsServerStream() bool

func (*ListOsImageProfilesDescriptor) IsUnary

func (d *ListOsImageProfilesDescriptor) IsUnary() bool

func (*ListOsImageProfilesDescriptor) NewEmptyClientMsg

func (d *ListOsImageProfilesDescriptor) NewEmptyClientMsg() proto.Message

func (*ListOsImageProfilesDescriptor) NewEmptyServerMsg

func (d *ListOsImageProfilesDescriptor) NewEmptyServerMsg() proto.Message

func (*ListOsImageProfilesDescriptor) RequestHasResourceBody

func (d *ListOsImageProfilesDescriptor) RequestHasResourceBody() bool

type ListOsImageProfilesDescriptorClientMsgHandle

type ListOsImageProfilesDescriptorClientMsgHandle struct{}

func (*ListOsImageProfilesDescriptorClientMsgHandle) ExtractCollectionName

func (*ListOsImageProfilesDescriptorClientMsgHandle) ExtractResourceName

func (*ListOsImageProfilesDescriptorClientMsgHandle) ExtractResourceNames

type ListOsImageProfilesDescriptorServerMsgHandle

type ListOsImageProfilesDescriptorServerMsgHandle struct{}

func (*ListOsImageProfilesDescriptorServerMsgHandle) ExtractCollectionName

func (*ListOsImageProfilesDescriptorServerMsgHandle) ExtractResourceName

func (*ListOsImageProfilesDescriptorServerMsgHandle) ExtractResourceNames

type ListOsImageProfilesRequest

type ListOsImageProfilesRequest struct {

	// Parent name of ntt.devices.v1alpha2.OsImageProfile
	Parent *os_image_profile.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Requested page size. Server may return fewer OsImageProfiles than
	// requested. If unspecified, server will pick an appropriate default.
	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty" firestore:"pageSize"`
	// A token identifying a page of results the server should return.
	// Typically, this is the value of
	// [ListOsImageProfilesResponse.next_page_token][ntt.devices.v1alpha2.ListOsImageProfilesResponse.next_page_token]
	PageToken *os_image_profile.PagerCursor `` /* 133-byte string literal not displayed */
	// Order By -
	// https://cloud.google.com/apis/design/design_patterns#list_pagination list
	// of field path with order directive, either 'asc' or 'desc'. If direction is
	// not provided, 'asc' is assumed. e.g. "state.nested_field asc,
	// state.something.else desc, theme"
	OrderBy *os_image_profile.OrderBy `protobuf:"bytes,4,opt,customtype=OrderBy,name=order_by,json=orderBy,proto3" json:"order_by,omitempty" firestore:"orderBy"`
	// Filter - filter results by field criteria. Simplified SQL-like syntax with
	// following operators:
	// <=, >=, =, !=, <, >, LIKE, CONTAINS (aliases CONTAIN, HAS, HAVE), IN, IS
	// [NOT] NULL | NaN . Combine conditions with OR | AND example: 'meta.labels
	// CONTAINS "severity:important" OR (state.last_error_time >
	// "2018-11-15T10:00:00Z" AND state.status = "ERROR")'
	Filter *os_image_profile.Filter `protobuf:"bytes,5,opt,customtype=Filter,name=filter,proto3" json:"filter,omitempty" firestore:"filter"`
	// A list of extra fields to be obtained for each response item on top of
	// fields defined by request field view
	FieldMask *os_image_profile.OsImageProfile_FieldMask `` /* 146-byte string literal not displayed */
	// View defines list of standard response fields present in response items.
	// Additional fields can be amended by request field field_mask
	View view.View `protobuf:"varint,7,opt,name=view,proto3,enum=goten.view.View" json:"view,omitempty" firestore:"view"`
	// Indicates if list response should contain total count and offset (fields
	// current_offset and total_results_count).
	IncludePagingInfo bool `` /* 145-byte string literal not displayed */
	// contains filtered or unexported fields
}

Request message for method [ListOsImageProfiles][ntt.devices.v1alpha2.ListOsImageProfiles]

func (*ListOsImageProfilesRequest) Clone

func (*ListOsImageProfilesRequest) CloneRaw

func (*ListOsImageProfilesRequest) Descriptor

func (*ListOsImageProfilesRequest) Descriptor() ([]byte, []int)

Deprecated, Use ListOsImageProfilesRequest.ProtoReflect.Descriptor instead.

func (*ListOsImageProfilesRequest) GetFieldMask

func (*ListOsImageProfilesRequest) GetFilter

func (*ListOsImageProfilesRequest) GetIncludePagingInfo

func (m *ListOsImageProfilesRequest) GetIncludePagingInfo() bool

func (*ListOsImageProfilesRequest) GetOrderBy

func (*ListOsImageProfilesRequest) GetPageSize

func (m *ListOsImageProfilesRequest) GetPageSize() int32

func (*ListOsImageProfilesRequest) GetPageToken

func (*ListOsImageProfilesRequest) GetParent

func (*ListOsImageProfilesRequest) GetView

func (m *ListOsImageProfilesRequest) GetView() view.View

func (*ListOsImageProfilesRequest) GotenMessage

func (*ListOsImageProfilesRequest) GotenMessage()

func (*ListOsImageProfilesRequest) GotenObjectExt

func (o *ListOsImageProfilesRequest) GotenObjectExt()

func (*ListOsImageProfilesRequest) GotenValidate

func (obj *ListOsImageProfilesRequest) GotenValidate() error

func (*ListOsImageProfilesRequest) MakeDiffFieldMask

func (*ListOsImageProfilesRequest) MakeFullFieldMask

func (*ListOsImageProfilesRequest) MakeRawDiffFieldMask

func (*ListOsImageProfilesRequest) MakeRawFullFieldMask

func (o *ListOsImageProfilesRequest) MakeRawFullFieldMask() gotenobject.FieldMask

func (*ListOsImageProfilesRequest) Marshal

func (m *ListOsImageProfilesRequest) Marshal() ([]byte, error)

func (*ListOsImageProfilesRequest) MarshalJSON

func (m *ListOsImageProfilesRequest) MarshalJSON() ([]byte, error)

func (*ListOsImageProfilesRequest) Merge

func (*ListOsImageProfilesRequest) MergeRaw

func (*ListOsImageProfilesRequest) ProtoMessage

func (*ListOsImageProfilesRequest) ProtoMessage()

func (*ListOsImageProfilesRequest) ProtoReflect

func (m *ListOsImageProfilesRequest) ProtoReflect() preflect.Message

func (*ListOsImageProfilesRequest) Reset

func (m *ListOsImageProfilesRequest) Reset()

func (*ListOsImageProfilesRequest) SetFieldMask

func (*ListOsImageProfilesRequest) SetFilter

func (*ListOsImageProfilesRequest) SetIncludePagingInfo

func (m *ListOsImageProfilesRequest) SetIncludePagingInfo(fv bool)

func (*ListOsImageProfilesRequest) SetOrderBy

func (*ListOsImageProfilesRequest) SetPageSize

func (m *ListOsImageProfilesRequest) SetPageSize(fv int32)

func (*ListOsImageProfilesRequest) SetPageToken

func (*ListOsImageProfilesRequest) SetParent

func (*ListOsImageProfilesRequest) SetView

func (m *ListOsImageProfilesRequest) SetView(fv view.View)

func (*ListOsImageProfilesRequest) String

func (m *ListOsImageProfilesRequest) String() string

func (*ListOsImageProfilesRequest) Unmarshal

func (m *ListOsImageProfilesRequest) Unmarshal(b []byte) error

func (*ListOsImageProfilesRequest) UnmarshalJSON

func (m *ListOsImageProfilesRequest) UnmarshalJSON(data []byte) error

type ListOsImageProfilesRequestFieldPathBuilder

type ListOsImageProfilesRequestFieldPathBuilder struct{}

func NewListOsImageProfilesRequestFieldPathBuilder

func NewListOsImageProfilesRequestFieldPathBuilder() ListOsImageProfilesRequestFieldPathBuilder

func (ListOsImageProfilesRequestFieldPathBuilder) FieldMask

func (ListOsImageProfilesRequestFieldPathBuilder) Filter

func (ListOsImageProfilesRequestFieldPathBuilder) IncludePagingInfo

func (ListOsImageProfilesRequestFieldPathBuilder) OrderBy

func (ListOsImageProfilesRequestFieldPathBuilder) PageSize

func (ListOsImageProfilesRequestFieldPathBuilder) PageToken

func (ListOsImageProfilesRequestFieldPathBuilder) Parent

func (ListOsImageProfilesRequestFieldPathBuilder) View

type ListOsImageProfilesRequestPathSelectorFieldMask

type ListOsImageProfilesRequestPathSelectorFieldMask struct{}

func (ListOsImageProfilesRequestPathSelectorFieldMask) FieldPath

type ListOsImageProfilesRequestPathSelectorFilter

type ListOsImageProfilesRequestPathSelectorFilter struct{}

func (ListOsImageProfilesRequestPathSelectorFilter) FieldPath

func (ListOsImageProfilesRequestPathSelectorFilter) WithArrayOfValues

func (ListOsImageProfilesRequestPathSelectorFilter) WithValue

type ListOsImageProfilesRequestPathSelectorIncludePagingInfo

type ListOsImageProfilesRequestPathSelectorIncludePagingInfo struct{}

func (ListOsImageProfilesRequestPathSelectorIncludePagingInfo) FieldPath

func (ListOsImageProfilesRequestPathSelectorIncludePagingInfo) WithArrayOfValues

func (ListOsImageProfilesRequestPathSelectorIncludePagingInfo) WithValue

type ListOsImageProfilesRequestPathSelectorOrderBy

type ListOsImageProfilesRequestPathSelectorOrderBy struct{}

func (ListOsImageProfilesRequestPathSelectorOrderBy) FieldPath

func (ListOsImageProfilesRequestPathSelectorOrderBy) WithArrayOfValues

func (ListOsImageProfilesRequestPathSelectorOrderBy) WithValue

type ListOsImageProfilesRequestPathSelectorPageSize

type ListOsImageProfilesRequestPathSelectorPageSize struct{}

func (ListOsImageProfilesRequestPathSelectorPageSize) FieldPath

func (ListOsImageProfilesRequestPathSelectorPageSize) WithArrayOfValues

func (ListOsImageProfilesRequestPathSelectorPageSize) WithValue

type ListOsImageProfilesRequestPathSelectorPageToken

type ListOsImageProfilesRequestPathSelectorPageToken struct{}

func (ListOsImageProfilesRequestPathSelectorPageToken) FieldPath

func (ListOsImageProfilesRequestPathSelectorPageToken) WithArrayOfValues

func (ListOsImageProfilesRequestPathSelectorPageToken) WithValue

type ListOsImageProfilesRequestPathSelectorParent

type ListOsImageProfilesRequestPathSelectorParent struct{}

func (ListOsImageProfilesRequestPathSelectorParent) FieldPath

func (ListOsImageProfilesRequestPathSelectorParent) WithArrayOfValues

func (ListOsImageProfilesRequestPathSelectorParent) WithValue

type ListOsImageProfilesRequestPathSelectorView

type ListOsImageProfilesRequestPathSelectorView struct{}

func (ListOsImageProfilesRequestPathSelectorView) FieldPath

func (ListOsImageProfilesRequestPathSelectorView) WithArrayOfValues

func (ListOsImageProfilesRequestPathSelectorView) WithValue

type ListOsImageProfilesRequest_FieldMask

type ListOsImageProfilesRequest_FieldMask struct {
	Paths []ListOsImageProfilesRequest_FieldPath
}

func FullListOsImageProfilesRequest_FieldMask

func FullListOsImageProfilesRequest_FieldMask() *ListOsImageProfilesRequest_FieldMask

func (*ListOsImageProfilesRequest_FieldMask) AppendPath

func (*ListOsImageProfilesRequest_FieldMask) AppendRawPath

func (fieldMask *ListOsImageProfilesRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*ListOsImageProfilesRequest_FieldMask) DecodeFirestore

func (fieldMask *ListOsImageProfilesRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*ListOsImageProfilesRequest_FieldMask) EncodeFirestore

func (fieldMask *ListOsImageProfilesRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*ListOsImageProfilesRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*ListOsImageProfilesRequest_FieldMask) FromProtoFieldMask

func (fieldMask *ListOsImageProfilesRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*ListOsImageProfilesRequest_FieldMask) GetPaths

func (*ListOsImageProfilesRequest_FieldMask) GetRawPaths

func (fieldMask *ListOsImageProfilesRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*ListOsImageProfilesRequest_FieldMask) IsFull

func (fieldMask *ListOsImageProfilesRequest_FieldMask) IsFull() bool

func (ListOsImageProfilesRequest_FieldMask) Marshal

func (fieldMask ListOsImageProfilesRequest_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (ListOsImageProfilesRequest_FieldMask) MarshalJSON

func (fieldMask ListOsImageProfilesRequest_FieldMask) MarshalJSON() ([]byte, error)

func (*ListOsImageProfilesRequest_FieldMask) PathsCount

func (fieldMask *ListOsImageProfilesRequest_FieldMask) PathsCount() int

func (*ListOsImageProfilesRequest_FieldMask) Project

func (*ListOsImageProfilesRequest_FieldMask) ProjectRaw

func (*ListOsImageProfilesRequest_FieldMask) ProtoMessage

func (fieldMask *ListOsImageProfilesRequest_FieldMask) ProtoMessage()

func (*ListOsImageProfilesRequest_FieldMask) ProtoReflect

func (fieldMask *ListOsImageProfilesRequest_FieldMask) ProtoReflect() preflect.Message

func (*ListOsImageProfilesRequest_FieldMask) Reset

func (fieldMask *ListOsImageProfilesRequest_FieldMask) Reset()

func (*ListOsImageProfilesRequest_FieldMask) Set

func (fieldMask *ListOsImageProfilesRequest_FieldMask) Set(target, source *ListOsImageProfilesRequest)

func (*ListOsImageProfilesRequest_FieldMask) SetFromCliFlag

func (fieldMask *ListOsImageProfilesRequest_FieldMask) SetFromCliFlag(raw string) error

func (*ListOsImageProfilesRequest_FieldMask) SetRaw

func (fieldMask *ListOsImageProfilesRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*ListOsImageProfilesRequest_FieldMask) Size

func (fieldMask *ListOsImageProfilesRequest_FieldMask) Size() int

func (*ListOsImageProfilesRequest_FieldMask) String

func (fieldMask *ListOsImageProfilesRequest_FieldMask) String() string

func (*ListOsImageProfilesRequest_FieldMask) Subtract

func (*ListOsImageProfilesRequest_FieldMask) SubtractRaw

func (*ListOsImageProfilesRequest_FieldMask) ToProtoFieldMask

func (fieldMask *ListOsImageProfilesRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*ListOsImageProfilesRequest_FieldMask) Unmarshal

func (fieldMask *ListOsImageProfilesRequest_FieldMask) Unmarshal(data []byte) error

func (*ListOsImageProfilesRequest_FieldMask) UnmarshalJSON

func (fieldMask *ListOsImageProfilesRequest_FieldMask) UnmarshalJSON(data []byte) error

type ListOsImageProfilesRequest_FieldPath

type ListOsImageProfilesRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() ListOsImageProfilesRequest_FieldPathSelector
	Get(source *ListOsImageProfilesRequest) []interface{}
	GetSingle(source *ListOsImageProfilesRequest) (interface{}, bool)
	ClearValue(item *ListOsImageProfilesRequest)

	// Those methods build corresponding ListOsImageProfilesRequest_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) ListOsImageProfilesRequest_FieldPathValue
	WithIArrayOfValues(values interface{}) ListOsImageProfilesRequest_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) ListOsImageProfilesRequest_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseListOsImageProfilesRequest_FieldPath

func MustParseListOsImageProfilesRequest_FieldPath(rawField string) ListOsImageProfilesRequest_FieldPath

func ParseListOsImageProfilesRequest_FieldPath

func ParseListOsImageProfilesRequest_FieldPath(rawField string) (ListOsImageProfilesRequest_FieldPath, error)

type ListOsImageProfilesRequest_FieldPathArrayItemValue

type ListOsImageProfilesRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	ListOsImageProfilesRequest_FieldPath
	ContainsValue(*ListOsImageProfilesRequest) bool
}

ListOsImageProfilesRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for ListOsImageProfilesRequest according to their type Present only for array (repeated) types.

func MustParseListOsImageProfilesRequest_FieldPathArrayItemValue

func MustParseListOsImageProfilesRequest_FieldPathArrayItemValue(pathStr, valueStr string) ListOsImageProfilesRequest_FieldPathArrayItemValue

func ParseListOsImageProfilesRequest_FieldPathArrayItemValue

func ParseListOsImageProfilesRequest_FieldPathArrayItemValue(pathStr, valueStr string) (ListOsImageProfilesRequest_FieldPathArrayItemValue, error)

ParseListOsImageProfilesRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type ListOsImageProfilesRequest_FieldPathArrayOfValues

type ListOsImageProfilesRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	ListOsImageProfilesRequest_FieldPath
}

ListOsImageProfilesRequest_FieldPathArrayOfValues allows storing slice of values for ListOsImageProfilesRequest fields according to their type

func MustParseListOsImageProfilesRequest_FieldPathArrayOfValues

func MustParseListOsImageProfilesRequest_FieldPathArrayOfValues(pathStr, valuesStr string) ListOsImageProfilesRequest_FieldPathArrayOfValues

func ParseListOsImageProfilesRequest_FieldPathArrayOfValues

func ParseListOsImageProfilesRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (ListOsImageProfilesRequest_FieldPathArrayOfValues, error)

type ListOsImageProfilesRequest_FieldPathSelector

type ListOsImageProfilesRequest_FieldPathSelector int32
const (
	ListOsImageProfilesRequest_FieldPathSelectorParent            ListOsImageProfilesRequest_FieldPathSelector = 0
	ListOsImageProfilesRequest_FieldPathSelectorPageSize          ListOsImageProfilesRequest_FieldPathSelector = 1
	ListOsImageProfilesRequest_FieldPathSelectorPageToken         ListOsImageProfilesRequest_FieldPathSelector = 2
	ListOsImageProfilesRequest_FieldPathSelectorOrderBy           ListOsImageProfilesRequest_FieldPathSelector = 3
	ListOsImageProfilesRequest_FieldPathSelectorFilter            ListOsImageProfilesRequest_FieldPathSelector = 4
	ListOsImageProfilesRequest_FieldPathSelectorFieldMask         ListOsImageProfilesRequest_FieldPathSelector = 5
	ListOsImageProfilesRequest_FieldPathSelectorView              ListOsImageProfilesRequest_FieldPathSelector = 6
	ListOsImageProfilesRequest_FieldPathSelectorIncludePagingInfo ListOsImageProfilesRequest_FieldPathSelector = 7
)

func (ListOsImageProfilesRequest_FieldPathSelector) String

type ListOsImageProfilesRequest_FieldPathValue

type ListOsImageProfilesRequest_FieldPathValue interface {
	ListOsImageProfilesRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **ListOsImageProfilesRequest)
	CompareWith(*ListOsImageProfilesRequest) (cmp int, comparable bool)
}

ListOsImageProfilesRequest_FieldPathValue allows storing values for ListOsImageProfilesRequest fields according to their type

func MustParseListOsImageProfilesRequest_FieldPathValue

func MustParseListOsImageProfilesRequest_FieldPathValue(pathStr, valueStr string) ListOsImageProfilesRequest_FieldPathValue

func ParseListOsImageProfilesRequest_FieldPathValue

func ParseListOsImageProfilesRequest_FieldPathValue(pathStr, valueStr string) (ListOsImageProfilesRequest_FieldPathValue, error)

type ListOsImageProfilesRequest_FieldTerminalPath

type ListOsImageProfilesRequest_FieldTerminalPath struct {
	// contains filtered or unexported fields
}

func (*ListOsImageProfilesRequest_FieldTerminalPath) ClearValue

func (*ListOsImageProfilesRequest_FieldTerminalPath) ClearValueRaw

func (*ListOsImageProfilesRequest_FieldTerminalPath) Get

func (fp *ListOsImageProfilesRequest_FieldTerminalPath) Get(source *ListOsImageProfilesRequest) (values []interface{})

Get returns all values pointed by specific field from source ListOsImageProfilesRequest

func (*ListOsImageProfilesRequest_FieldTerminalPath) GetDefault

func (fp *ListOsImageProfilesRequest_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*ListOsImageProfilesRequest_FieldTerminalPath) GetRaw

func (fp *ListOsImageProfilesRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*ListOsImageProfilesRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source ListOsImageProfilesRequest

func (*ListOsImageProfilesRequest_FieldTerminalPath) GetSingleRaw

func (fp *ListOsImageProfilesRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*ListOsImageProfilesRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListOsImageProfilesRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*ListOsImageProfilesRequest_FieldTerminalPath) Selector

func (*ListOsImageProfilesRequest_FieldTerminalPath) SplitIntoTerminalIPaths

func (fp *ListOsImageProfilesRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*ListOsImageProfilesRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*ListOsImageProfilesRequest_FieldTerminalPath) WithIArrayItemValue

func (*ListOsImageProfilesRequest_FieldTerminalPath) WithIArrayOfValues

func (*ListOsImageProfilesRequest_FieldTerminalPath) WithIValue

func (*ListOsImageProfilesRequest_FieldTerminalPath) WithRawIArrayItemValue

func (fp *ListOsImageProfilesRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*ListOsImageProfilesRequest_FieldTerminalPath) WithRawIArrayOfValues

func (fp *ListOsImageProfilesRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*ListOsImageProfilesRequest_FieldTerminalPath) WithRawIValue

func (fp *ListOsImageProfilesRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type ListOsImageProfilesRequest_FieldTerminalPathArrayItemValue

type ListOsImageProfilesRequest_FieldTerminalPathArrayItemValue struct {
	ListOsImageProfilesRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListOsImageProfilesRequest_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'ListOsImageProfilesRequest'

func (*ListOsImageProfilesRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *ListOsImageProfilesRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object ListOsImageProfilesRequest as interface{}

func (*ListOsImageProfilesRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*ListOsImageProfilesRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *ListOsImageProfilesRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type ListOsImageProfilesRequest_FieldTerminalPathArrayOfValues

type ListOsImageProfilesRequest_FieldTerminalPathArrayOfValues struct {
	ListOsImageProfilesRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListOsImageProfilesRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*ListOsImageProfilesRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues

func (*ListOsImageProfilesRequest_FieldTerminalPathArrayOfValues) AsIncludePagingInfoArrayOfValues

func (fpaov *ListOsImageProfilesRequest_FieldTerminalPathArrayOfValues) AsIncludePagingInfoArrayOfValues() ([]bool, bool)

func (*ListOsImageProfilesRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues

func (*ListOsImageProfilesRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues

func (fpaov *ListOsImageProfilesRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues() ([]int32, bool)

func (*ListOsImageProfilesRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues

func (*ListOsImageProfilesRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues

func (*ListOsImageProfilesRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

func (fpaov *ListOsImageProfilesRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)

func (*ListOsImageProfilesRequest_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *ListOsImageProfilesRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type ListOsImageProfilesRequest_FieldTerminalPathValue

type ListOsImageProfilesRequest_FieldTerminalPathValue struct {
	ListOsImageProfilesRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListOsImageProfilesRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*ListOsImageProfilesRequest_FieldTerminalPathValue) AsFilterValue

func (*ListOsImageProfilesRequest_FieldTerminalPathValue) AsIncludePagingInfoValue

func (fpv *ListOsImageProfilesRequest_FieldTerminalPathValue) AsIncludePagingInfoValue() (bool, bool)

func (*ListOsImageProfilesRequest_FieldTerminalPathValue) AsOrderByValue

func (*ListOsImageProfilesRequest_FieldTerminalPathValue) AsPageSizeValue

func (*ListOsImageProfilesRequest_FieldTerminalPathValue) AsPageTokenValue

func (*ListOsImageProfilesRequest_FieldTerminalPathValue) AsParentValue

func (*ListOsImageProfilesRequest_FieldTerminalPathValue) AsViewValue

func (*ListOsImageProfilesRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'ListOsImageProfilesRequest_FieldTerminalPathValue' with the value under path in 'ListOsImageProfilesRequest'.

func (*ListOsImageProfilesRequest_FieldTerminalPathValue) CompareWithRaw

func (*ListOsImageProfilesRequest_FieldTerminalPathValue) GetRawValue

func (fpv *ListOsImageProfilesRequest_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'ListOsImageProfilesRequest' as interface{}

func (*ListOsImageProfilesRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object ListOsImageProfilesRequest

func (*ListOsImageProfilesRequest_FieldTerminalPathValue) SetToRaw

type ListOsImageProfilesResponse

type ListOsImageProfilesResponse struct {

	// The list of OsImageProfiles
	OsImageProfiles []*os_image_profile.OsImageProfile `` /* 136-byte string literal not displayed */
	// A token to retrieve previous page of results. Pass this value in the
	// [ListOsImageProfilesRequest.page_token][ntt.devices.v1alpha2.ListOsImageProfilesRequest.page_token]
	PrevPageToken *os_image_profile.PagerCursor `` /* 151-byte string literal not displayed */
	// A token to retrieve next page of results. Pass this value in the
	// [ListOsImageProfilesRequest.page_token][ntt.devices.v1alpha2.ListOsImageProfilesRequest.page_token]
	NextPageToken *os_image_profile.PagerCursor `` /* 151-byte string literal not displayed */
	// Current offset from the first page or 0 if no page tokens were given,
	// paging info was not requested or there was an error while trying to get
	// it). Page index can be computed from offset and limit provided in a
	// request.
	CurrentOffset int32 `` /* 127-byte string literal not displayed */
	// Number of total OsImageProfiles across all pages or 0, if there are no
	// items, paging info was not requested or there was an error while trying to
	// get it.
	TotalResultsCount int32 `` /* 145-byte string literal not displayed */
	// contains filtered or unexported fields
}

Request message for method [ListOsImageProfiles][ntt.devices.v1alpha2.ListOsImageProfiles]

func (*ListOsImageProfilesResponse) Clone

func (*ListOsImageProfilesResponse) CloneRaw

func (*ListOsImageProfilesResponse) Descriptor

func (*ListOsImageProfilesResponse) Descriptor() ([]byte, []int)

Deprecated, Use ListOsImageProfilesResponse.ProtoReflect.Descriptor instead.

func (*ListOsImageProfilesResponse) GetCurrentOffset

func (m *ListOsImageProfilesResponse) GetCurrentOffset() int32

func (*ListOsImageProfilesResponse) GetNextPageToken

func (*ListOsImageProfilesResponse) GetOsImageProfiles

func (m *ListOsImageProfilesResponse) GetOsImageProfiles() []*os_image_profile.OsImageProfile

func (*ListOsImageProfilesResponse) GetPrevPageToken

func (*ListOsImageProfilesResponse) GetTotalResultsCount

func (m *ListOsImageProfilesResponse) GetTotalResultsCount() int32

func (*ListOsImageProfilesResponse) GotenMessage

func (*ListOsImageProfilesResponse) GotenMessage()

func (*ListOsImageProfilesResponse) GotenObjectExt

func (o *ListOsImageProfilesResponse) GotenObjectExt()

func (*ListOsImageProfilesResponse) GotenValidate

func (obj *ListOsImageProfilesResponse) GotenValidate() error

func (*ListOsImageProfilesResponse) MakeDiffFieldMask

func (*ListOsImageProfilesResponse) MakeFullFieldMask

func (*ListOsImageProfilesResponse) MakeRawDiffFieldMask

func (*ListOsImageProfilesResponse) MakeRawFullFieldMask

func (o *ListOsImageProfilesResponse) MakeRawFullFieldMask() gotenobject.FieldMask

func (*ListOsImageProfilesResponse) Marshal

func (m *ListOsImageProfilesResponse) Marshal() ([]byte, error)

func (*ListOsImageProfilesResponse) MarshalJSON

func (m *ListOsImageProfilesResponse) MarshalJSON() ([]byte, error)

func (*ListOsImageProfilesResponse) Merge

func (*ListOsImageProfilesResponse) MergeRaw

func (*ListOsImageProfilesResponse) ProtoMessage

func (*ListOsImageProfilesResponse) ProtoMessage()

func (*ListOsImageProfilesResponse) ProtoReflect

func (m *ListOsImageProfilesResponse) ProtoReflect() preflect.Message

func (*ListOsImageProfilesResponse) Reset

func (m *ListOsImageProfilesResponse) Reset()

func (*ListOsImageProfilesResponse) SetCurrentOffset

func (m *ListOsImageProfilesResponse) SetCurrentOffset(fv int32)

func (*ListOsImageProfilesResponse) SetNextPageToken

func (m *ListOsImageProfilesResponse) SetNextPageToken(fv *os_image_profile.PagerCursor)

func (*ListOsImageProfilesResponse) SetOsImageProfiles

func (m *ListOsImageProfilesResponse) SetOsImageProfiles(fv []*os_image_profile.OsImageProfile)

func (*ListOsImageProfilesResponse) SetPrevPageToken

func (m *ListOsImageProfilesResponse) SetPrevPageToken(fv *os_image_profile.PagerCursor)

func (*ListOsImageProfilesResponse) SetTotalResultsCount

func (m *ListOsImageProfilesResponse) SetTotalResultsCount(fv int32)

func (*ListOsImageProfilesResponse) String

func (m *ListOsImageProfilesResponse) String() string

func (*ListOsImageProfilesResponse) Unmarshal

func (m *ListOsImageProfilesResponse) Unmarshal(b []byte) error

func (*ListOsImageProfilesResponse) UnmarshalJSON

func (m *ListOsImageProfilesResponse) UnmarshalJSON(data []byte) error

type ListOsImageProfilesResponseFieldPathBuilder

type ListOsImageProfilesResponseFieldPathBuilder struct{}

func NewListOsImageProfilesResponseFieldPathBuilder

func NewListOsImageProfilesResponseFieldPathBuilder() ListOsImageProfilesResponseFieldPathBuilder

func (ListOsImageProfilesResponseFieldPathBuilder) CurrentOffset

func (ListOsImageProfilesResponseFieldPathBuilder) NextPageToken

func (ListOsImageProfilesResponseFieldPathBuilder) OsImageProfiles

func (ListOsImageProfilesResponseFieldPathBuilder) PrevPageToken

func (ListOsImageProfilesResponseFieldPathBuilder) TotalResultsCount

type ListOsImageProfilesResponseMapPathSelectorOsImageProfilesMetadataAnnotations

type ListOsImageProfilesResponseMapPathSelectorOsImageProfilesMetadataAnnotations struct {
	// contains filtered or unexported fields
}

func (ListOsImageProfilesResponseMapPathSelectorOsImageProfilesMetadataAnnotations) FieldPath

func (ListOsImageProfilesResponseMapPathSelectorOsImageProfilesMetadataAnnotations) WithArrayOfValues

func (ListOsImageProfilesResponseMapPathSelectorOsImageProfilesMetadataAnnotations) WithValue

type ListOsImageProfilesResponseMapPathSelectorOsImageProfilesMetadataLabels

type ListOsImageProfilesResponseMapPathSelectorOsImageProfilesMetadataLabels struct {
	// contains filtered or unexported fields
}

func (ListOsImageProfilesResponseMapPathSelectorOsImageProfilesMetadataLabels) FieldPath

func (ListOsImageProfilesResponseMapPathSelectorOsImageProfilesMetadataLabels) WithArrayOfValues

func (ListOsImageProfilesResponseMapPathSelectorOsImageProfilesMetadataLabels) WithValue

type ListOsImageProfilesResponseMapPathSelectorOsImageProfilesMetadataShards

type ListOsImageProfilesResponseMapPathSelectorOsImageProfilesMetadataShards struct {
	// contains filtered or unexported fields
}

func (ListOsImageProfilesResponseMapPathSelectorOsImageProfilesMetadataShards) FieldPath

func (ListOsImageProfilesResponseMapPathSelectorOsImageProfilesMetadataShards) WithArrayOfValues

func (ListOsImageProfilesResponseMapPathSelectorOsImageProfilesMetadataShards) WithValue

type ListOsImageProfilesResponsePathSelectorCurrentOffset

type ListOsImageProfilesResponsePathSelectorCurrentOffset struct{}

func (ListOsImageProfilesResponsePathSelectorCurrentOffset) FieldPath

func (ListOsImageProfilesResponsePathSelectorCurrentOffset) WithArrayOfValues

func (ListOsImageProfilesResponsePathSelectorCurrentOffset) WithValue

type ListOsImageProfilesResponsePathSelectorNextPageToken

type ListOsImageProfilesResponsePathSelectorNextPageToken struct{}

func (ListOsImageProfilesResponsePathSelectorNextPageToken) FieldPath

func (ListOsImageProfilesResponsePathSelectorNextPageToken) WithArrayOfValues

func (ListOsImageProfilesResponsePathSelectorNextPageToken) WithValue

type ListOsImageProfilesResponsePathSelectorOsImageProfiles

type ListOsImageProfilesResponsePathSelectorOsImageProfiles struct{}

func (ListOsImageProfilesResponsePathSelectorOsImageProfiles) DeviceType

func (ListOsImageProfilesResponsePathSelectorOsImageProfiles) DiskMapping

func (ListOsImageProfilesResponsePathSelectorOsImageProfiles) DisplayName

func (ListOsImageProfilesResponsePathSelectorOsImageProfiles) Encryption

func (ListOsImageProfilesResponsePathSelectorOsImageProfiles) FieldPath

func (ListOsImageProfilesResponsePathSelectorOsImageProfiles) HttpProxy

func (ListOsImageProfilesResponsePathSelectorOsImageProfiles) HttpsProxy

func (ListOsImageProfilesResponsePathSelectorOsImageProfiles) Metadata

func (ListOsImageProfilesResponsePathSelectorOsImageProfiles) Name

func (ListOsImageProfilesResponsePathSelectorOsImageProfiles) NoProxy

func (ListOsImageProfilesResponsePathSelectorOsImageProfiles) Ntp

func (ListOsImageProfilesResponsePathSelectorOsImageProfiles) WithArrayOfValues

func (ListOsImageProfilesResponsePathSelectorOsImageProfiles) WithSubArrayItemValue

func (ListOsImageProfilesResponsePathSelectorOsImageProfiles) WithSubArrayOfValues

func (ListOsImageProfilesResponsePathSelectorOsImageProfiles) WithSubPath

func (ListOsImageProfilesResponsePathSelectorOsImageProfiles) WithSubValue

func (ListOsImageProfilesResponsePathSelectorOsImageProfiles) WithValue

type ListOsImageProfilesResponsePathSelectorOsImageProfilesDeviceType

type ListOsImageProfilesResponsePathSelectorOsImageProfilesDeviceType struct{}

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesDeviceType) FieldPath

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesDeviceType) WithArrayOfValues

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesDeviceType) WithValue

type ListOsImageProfilesResponsePathSelectorOsImageProfilesDiskMapping

type ListOsImageProfilesResponsePathSelectorOsImageProfilesDiskMapping struct{}

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesDiskMapping) FieldPath

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesDiskMapping) WithArrayOfValues

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesDiskMapping) WithValue

type ListOsImageProfilesResponsePathSelectorOsImageProfilesDisplayName

type ListOsImageProfilesResponsePathSelectorOsImageProfilesDisplayName struct{}

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesDisplayName) FieldPath

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesDisplayName) WithArrayOfValues

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesDisplayName) WithValue

type ListOsImageProfilesResponsePathSelectorOsImageProfilesEncryption

type ListOsImageProfilesResponsePathSelectorOsImageProfilesEncryption struct{}

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesEncryption) FieldPath

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesEncryption) WithArrayOfValues

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesEncryption) WithValue

type ListOsImageProfilesResponsePathSelectorOsImageProfilesHttpProxy

type ListOsImageProfilesResponsePathSelectorOsImageProfilesHttpProxy struct{}

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesHttpProxy) FieldPath

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesHttpProxy) WithArrayOfValues

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesHttpProxy) WithValue

type ListOsImageProfilesResponsePathSelectorOsImageProfilesHttpsProxy

type ListOsImageProfilesResponsePathSelectorOsImageProfilesHttpsProxy struct{}

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesHttpsProxy) FieldPath

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesHttpsProxy) WithArrayOfValues

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesHttpsProxy) WithValue

type ListOsImageProfilesResponsePathSelectorOsImageProfilesInstallAiAccelerator

type ListOsImageProfilesResponsePathSelectorOsImageProfilesInstallAiAccelerator struct{}

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesInstallAiAccelerator) FieldPath

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesInstallAiAccelerator) WithArrayOfValues

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesInstallAiAccelerator) WithValue

type ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadata

type ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadata struct{}

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadata) FieldPath

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadata) WithArrayOfValues

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadata) WithValue

type ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataAnnotations

type ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataAnnotations struct{}

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataAnnotations) FieldPath

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataAnnotations) WithArrayOfValues

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataAnnotations) WithValue

type ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataCreateTime

type ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataCreateTime struct{}

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataCreateTime) FieldPath

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataCreateTime) WithArrayOfValues

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataCreateTime) WithValue

type ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataDeleteTime

type ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataDeleteTime struct{}

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataDeleteTime) FieldPath

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataDeleteTime) WithArrayOfValues

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataDeleteTime) WithValue

type ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataGeneration

type ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataGeneration struct{}

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataGeneration) FieldPath

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataGeneration) WithArrayOfValues

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataGeneration) WithValue

type ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataLabels

type ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataLabels struct{}

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataLabels) FieldPath

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataLabels) WithArrayOfValues

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataLabels) WithValue

type ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataLifecycle

type ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataLifecycle struct{}

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataLifecycle) FieldPath

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataLifecycle) WithArrayOfValues

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataLifecycle) WithValue

type ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataLifecycleBlockDeletion

type ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataLifecycleBlockDeletion struct{}

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataLifecycleBlockDeletion) FieldPath

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataLifecycleBlockDeletion) WithArrayOfValues

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataLifecycleBlockDeletion) WithValue

type ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataLifecycleState

type ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataLifecycleState struct{}

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataLifecycleState) FieldPath

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataLifecycleState) WithArrayOfValues

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataLifecycleState) WithValue

type ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferences

type ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferences struct{}

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferences) FieldPath

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferences) WithArrayOfValues

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferences) WithItemValue

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferences) WithValue

type ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferencesBlockOwnerDeletion

type ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferencesController

type ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferencesController struct{}

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferencesController) FieldPath

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferencesController) WithArrayOfValues

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferencesController) WithValue

type ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferencesKind

type ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferencesKind struct{}

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferencesKind) FieldPath

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferencesKind) WithArrayOfValues

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferencesKind) WithValue

type ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferencesName

type ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferencesName struct{}

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferencesName) FieldPath

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferencesName) WithArrayOfValues

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferencesName) WithValue

type ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferencesRegion

type ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferencesRegion struct{}

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferencesRegion) FieldPath

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferencesRegion) WithArrayOfValues

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferencesRegion) WithValue

type ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferencesRequiresOwnerReference

type ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferencesRequiresOwnerReference struct{}

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferencesRequiresOwnerReference) FieldPath

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferencesRequiresOwnerReference) WithValue

type ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferencesVersion

type ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferencesVersion struct{}

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferencesVersion) FieldPath

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferencesVersion) WithArrayOfValues

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataOwnerReferencesVersion) WithValue

type ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataResourceVersion

type ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataResourceVersion struct{}

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataResourceVersion) FieldPath

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataResourceVersion) WithArrayOfValues

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataResourceVersion) WithValue

type ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataShards

type ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataShards struct{}

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataShards) FieldPath

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataShards) WithArrayOfValues

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataShards) WithValue

type ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataSyncing

type ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataSyncing struct{}

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataSyncing) FieldPath

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataSyncing) WithArrayOfValues

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataSyncing) WithValue

type ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataSyncingOwningRegion

type ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataSyncingOwningRegion struct{}

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataSyncingOwningRegion) FieldPath

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataSyncingOwningRegion) WithArrayOfValues

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataSyncingOwningRegion) WithValue

type ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataSyncingRegions

type ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataSyncingRegions struct{}

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataSyncingRegions) FieldPath

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataSyncingRegions) WithArrayOfValues

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataSyncingRegions) WithItemValue

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataSyncingRegions) WithValue

type ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataTags

type ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataTags struct{}

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataTags) FieldPath

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataTags) WithArrayOfValues

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataTags) WithItemValue

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataTags) WithValue

type ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataUpdateTime

type ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataUpdateTime struct{}

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataUpdateTime) FieldPath

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataUpdateTime) WithArrayOfValues

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataUpdateTime) WithValue

type ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataUuid

type ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataUuid struct{}

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataUuid) FieldPath

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataUuid) WithArrayOfValues

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesMetadataUuid) WithValue

type ListOsImageProfilesResponsePathSelectorOsImageProfilesName

type ListOsImageProfilesResponsePathSelectorOsImageProfilesName struct{}

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesName) FieldPath

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesName) WithArrayOfValues

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesName) WithValue

type ListOsImageProfilesResponsePathSelectorOsImageProfilesNetworkAgent

type ListOsImageProfilesResponsePathSelectorOsImageProfilesNetworkAgent struct{}

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesNetworkAgent) FieldPath

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesNetworkAgent) WithArrayOfValues

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesNetworkAgent) WithValue

type ListOsImageProfilesResponsePathSelectorOsImageProfilesNoProxy

type ListOsImageProfilesResponsePathSelectorOsImageProfilesNoProxy struct{}

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesNoProxy) FieldPath

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesNoProxy) WithArrayOfValues

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesNoProxy) WithValue

type ListOsImageProfilesResponsePathSelectorOsImageProfilesNtp

type ListOsImageProfilesResponsePathSelectorOsImageProfilesNtp struct{}

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesNtp) FieldPath

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesNtp) WithArrayOfValues

func (ListOsImageProfilesResponsePathSelectorOsImageProfilesNtp) WithValue

type ListOsImageProfilesResponsePathSelectorPrevPageToken

type ListOsImageProfilesResponsePathSelectorPrevPageToken struct{}

func (ListOsImageProfilesResponsePathSelectorPrevPageToken) FieldPath

func (ListOsImageProfilesResponsePathSelectorPrevPageToken) WithArrayOfValues

func (ListOsImageProfilesResponsePathSelectorPrevPageToken) WithValue

type ListOsImageProfilesResponsePathSelectorTotalResultsCount

type ListOsImageProfilesResponsePathSelectorTotalResultsCount struct{}

func (ListOsImageProfilesResponsePathSelectorTotalResultsCount) FieldPath

func (ListOsImageProfilesResponsePathSelectorTotalResultsCount) WithArrayOfValues

func (ListOsImageProfilesResponsePathSelectorTotalResultsCount) WithValue

type ListOsImageProfilesResponse_FieldMask

type ListOsImageProfilesResponse_FieldMask struct {
	Paths []ListOsImageProfilesResponse_FieldPath
}

func FullListOsImageProfilesResponse_FieldMask

func FullListOsImageProfilesResponse_FieldMask() *ListOsImageProfilesResponse_FieldMask

func (*ListOsImageProfilesResponse_FieldMask) AppendPath

func (*ListOsImageProfilesResponse_FieldMask) AppendRawPath

func (fieldMask *ListOsImageProfilesResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*ListOsImageProfilesResponse_FieldMask) DecodeFirestore

func (fieldMask *ListOsImageProfilesResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*ListOsImageProfilesResponse_FieldMask) EncodeFirestore

func (fieldMask *ListOsImageProfilesResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*ListOsImageProfilesResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*ListOsImageProfilesResponse_FieldMask) FromProtoFieldMask

func (fieldMask *ListOsImageProfilesResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*ListOsImageProfilesResponse_FieldMask) GetPaths

func (*ListOsImageProfilesResponse_FieldMask) GetRawPaths

func (fieldMask *ListOsImageProfilesResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*ListOsImageProfilesResponse_FieldMask) IsFull

func (fieldMask *ListOsImageProfilesResponse_FieldMask) IsFull() bool

func (ListOsImageProfilesResponse_FieldMask) Marshal

func (fieldMask ListOsImageProfilesResponse_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (ListOsImageProfilesResponse_FieldMask) MarshalJSON

func (fieldMask ListOsImageProfilesResponse_FieldMask) MarshalJSON() ([]byte, error)

func (*ListOsImageProfilesResponse_FieldMask) PathsCount

func (fieldMask *ListOsImageProfilesResponse_FieldMask) PathsCount() int

func (*ListOsImageProfilesResponse_FieldMask) Project

func (*ListOsImageProfilesResponse_FieldMask) ProjectRaw

func (*ListOsImageProfilesResponse_FieldMask) ProtoMessage

func (fieldMask *ListOsImageProfilesResponse_FieldMask) ProtoMessage()

func (*ListOsImageProfilesResponse_FieldMask) ProtoReflect

func (fieldMask *ListOsImageProfilesResponse_FieldMask) ProtoReflect() preflect.Message

func (*ListOsImageProfilesResponse_FieldMask) Reset

func (fieldMask *ListOsImageProfilesResponse_FieldMask) Reset()

func (*ListOsImageProfilesResponse_FieldMask) Set

func (*ListOsImageProfilesResponse_FieldMask) SetFromCliFlag

func (fieldMask *ListOsImageProfilesResponse_FieldMask) SetFromCliFlag(raw string) error

func (*ListOsImageProfilesResponse_FieldMask) SetRaw

func (fieldMask *ListOsImageProfilesResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*ListOsImageProfilesResponse_FieldMask) Size

func (fieldMask *ListOsImageProfilesResponse_FieldMask) Size() int

func (*ListOsImageProfilesResponse_FieldMask) String

func (fieldMask *ListOsImageProfilesResponse_FieldMask) String() string

func (*ListOsImageProfilesResponse_FieldMask) Subtract

func (*ListOsImageProfilesResponse_FieldMask) SubtractRaw

func (*ListOsImageProfilesResponse_FieldMask) ToProtoFieldMask

func (fieldMask *ListOsImageProfilesResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*ListOsImageProfilesResponse_FieldMask) Unmarshal

func (fieldMask *ListOsImageProfilesResponse_FieldMask) Unmarshal(data []byte) error

func (*ListOsImageProfilesResponse_FieldMask) UnmarshalJSON

func (fieldMask *ListOsImageProfilesResponse_FieldMask) UnmarshalJSON(data []byte) error

type ListOsImageProfilesResponse_FieldPath

type ListOsImageProfilesResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() ListOsImageProfilesResponse_FieldPathSelector
	Get(source *ListOsImageProfilesResponse) []interface{}
	GetSingle(source *ListOsImageProfilesResponse) (interface{}, bool)
	ClearValue(item *ListOsImageProfilesResponse)

	// Those methods build corresponding ListOsImageProfilesResponse_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) ListOsImageProfilesResponse_FieldPathValue
	WithIArrayOfValues(values interface{}) ListOsImageProfilesResponse_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) ListOsImageProfilesResponse_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseListOsImageProfilesResponse_FieldPath

func MustParseListOsImageProfilesResponse_FieldPath(rawField string) ListOsImageProfilesResponse_FieldPath

func ParseListOsImageProfilesResponse_FieldPath

func ParseListOsImageProfilesResponse_FieldPath(rawField string) (ListOsImageProfilesResponse_FieldPath, error)

type ListOsImageProfilesResponse_FieldPathArrayItemValue

type ListOsImageProfilesResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	ListOsImageProfilesResponse_FieldPath
	ContainsValue(*ListOsImageProfilesResponse) bool
}

ListOsImageProfilesResponse_FieldPathArrayItemValue allows storing single item in Path-specific values for ListOsImageProfilesResponse according to their type Present only for array (repeated) types.

func MustParseListOsImageProfilesResponse_FieldPathArrayItemValue

func MustParseListOsImageProfilesResponse_FieldPathArrayItemValue(pathStr, valueStr string) ListOsImageProfilesResponse_FieldPathArrayItemValue

func ParseListOsImageProfilesResponse_FieldPathArrayItemValue

func ParseListOsImageProfilesResponse_FieldPathArrayItemValue(pathStr, valueStr string) (ListOsImageProfilesResponse_FieldPathArrayItemValue, error)

ParseListOsImageProfilesResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type ListOsImageProfilesResponse_FieldPathArrayOfValues

type ListOsImageProfilesResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	ListOsImageProfilesResponse_FieldPath
}

ListOsImageProfilesResponse_FieldPathArrayOfValues allows storing slice of values for ListOsImageProfilesResponse fields according to their type

func MustParseListOsImageProfilesResponse_FieldPathArrayOfValues

func MustParseListOsImageProfilesResponse_FieldPathArrayOfValues(pathStr, valuesStr string) ListOsImageProfilesResponse_FieldPathArrayOfValues

func ParseListOsImageProfilesResponse_FieldPathArrayOfValues

func ParseListOsImageProfilesResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (ListOsImageProfilesResponse_FieldPathArrayOfValues, error)

type ListOsImageProfilesResponse_FieldPathSelector

type ListOsImageProfilesResponse_FieldPathSelector int32
const (
	ListOsImageProfilesResponse_FieldPathSelectorOsImageProfiles   ListOsImageProfilesResponse_FieldPathSelector = 0
	ListOsImageProfilesResponse_FieldPathSelectorPrevPageToken     ListOsImageProfilesResponse_FieldPathSelector = 1
	ListOsImageProfilesResponse_FieldPathSelectorNextPageToken     ListOsImageProfilesResponse_FieldPathSelector = 2
	ListOsImageProfilesResponse_FieldPathSelectorCurrentOffset     ListOsImageProfilesResponse_FieldPathSelector = 3
	ListOsImageProfilesResponse_FieldPathSelectorTotalResultsCount ListOsImageProfilesResponse_FieldPathSelector = 4
)

func (ListOsImageProfilesResponse_FieldPathSelector) String

type ListOsImageProfilesResponse_FieldPathValue

type ListOsImageProfilesResponse_FieldPathValue interface {
	ListOsImageProfilesResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **ListOsImageProfilesResponse)
	CompareWith(*ListOsImageProfilesResponse) (cmp int, comparable bool)
}

ListOsImageProfilesResponse_FieldPathValue allows storing values for ListOsImageProfilesResponse fields according to their type

func MustParseListOsImageProfilesResponse_FieldPathValue

func MustParseListOsImageProfilesResponse_FieldPathValue(pathStr, valueStr string) ListOsImageProfilesResponse_FieldPathValue

func ParseListOsImageProfilesResponse_FieldPathValue

func ParseListOsImageProfilesResponse_FieldPathValue(pathStr, valueStr string) (ListOsImageProfilesResponse_FieldPathValue, error)

type ListOsImageProfilesResponse_FieldSubPath

type ListOsImageProfilesResponse_FieldSubPath struct {
	// contains filtered or unexported fields
}

func (*ListOsImageProfilesResponse_FieldSubPath) AsOsImageProfilesSubPath

func (*ListOsImageProfilesResponse_FieldSubPath) ClearValue

func (*ListOsImageProfilesResponse_FieldSubPath) ClearValueRaw

func (fps *ListOsImageProfilesResponse_FieldSubPath) ClearValueRaw(item proto.Message)

func (*ListOsImageProfilesResponse_FieldSubPath) Get

func (fps *ListOsImageProfilesResponse_FieldSubPath) Get(source *ListOsImageProfilesResponse) (values []interface{})

Get returns all values pointed by selected field from source ListOsImageProfilesResponse

func (*ListOsImageProfilesResponse_FieldSubPath) GetDefault

func (fps *ListOsImageProfilesResponse_FieldSubPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*ListOsImageProfilesResponse_FieldSubPath) GetRaw

func (fps *ListOsImageProfilesResponse_FieldSubPath) GetRaw(source proto.Message) []interface{}

func (*ListOsImageProfilesResponse_FieldSubPath) GetSingle

func (fps *ListOsImageProfilesResponse_FieldSubPath) GetSingle(source *ListOsImageProfilesResponse) (interface{}, bool)

GetSingle returns value of selected field from source ListOsImageProfilesResponse

func (*ListOsImageProfilesResponse_FieldSubPath) GetSingleRaw

func (fps *ListOsImageProfilesResponse_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*ListOsImageProfilesResponse_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListOsImageProfilesResponse_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*ListOsImageProfilesResponse_FieldSubPath) Selector

func (*ListOsImageProfilesResponse_FieldSubPath) SplitIntoTerminalIPaths

func (fps *ListOsImageProfilesResponse_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*ListOsImageProfilesResponse_FieldSubPath) String

String returns path representation in proto convention

func (*ListOsImageProfilesResponse_FieldSubPath) WithIArrayItemValue

func (*ListOsImageProfilesResponse_FieldSubPath) WithIArrayOfValues

func (*ListOsImageProfilesResponse_FieldSubPath) WithIValue

func (*ListOsImageProfilesResponse_FieldSubPath) WithRawIArrayItemValue

func (fps *ListOsImageProfilesResponse_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*ListOsImageProfilesResponse_FieldSubPath) WithRawIArrayOfValues

func (fps *ListOsImageProfilesResponse_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*ListOsImageProfilesResponse_FieldSubPath) WithRawIValue

func (fps *ListOsImageProfilesResponse_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type ListOsImageProfilesResponse_FieldSubPathArrayItemValue

type ListOsImageProfilesResponse_FieldSubPathArrayItemValue struct {
	ListOsImageProfilesResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListOsImageProfilesResponse_FieldSubPathArrayItemValue) AsOsImageProfilesPathItemValue

func (*ListOsImageProfilesResponse_FieldSubPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'ListOsImageProfilesResponse'

func (*ListOsImageProfilesResponse_FieldSubPathArrayItemValue) GetRawItemValue

func (fpaivs *ListOsImageProfilesResponse_FieldSubPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored array item value

type ListOsImageProfilesResponse_FieldSubPathArrayOfValues

type ListOsImageProfilesResponse_FieldSubPathArrayOfValues struct {
	ListOsImageProfilesResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListOsImageProfilesResponse_FieldSubPathArrayOfValues) AsOsImageProfilesPathArrayOfValues

func (*ListOsImageProfilesResponse_FieldSubPathArrayOfValues) GetRawValues

func (fpsaov *ListOsImageProfilesResponse_FieldSubPathArrayOfValues) GetRawValues() []interface{}

type ListOsImageProfilesResponse_FieldSubPathValue

type ListOsImageProfilesResponse_FieldSubPathValue struct {
	ListOsImageProfilesResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListOsImageProfilesResponse_FieldSubPathValue) AsOsImageProfilesPathValue

func (*ListOsImageProfilesResponse_FieldSubPathValue) CompareWith

func (*ListOsImageProfilesResponse_FieldSubPathValue) CompareWithRaw

func (fpvs *ListOsImageProfilesResponse_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*ListOsImageProfilesResponse_FieldSubPathValue) GetRawValue

func (fpvs *ListOsImageProfilesResponse_FieldSubPathValue) GetRawValue() interface{}

func (*ListOsImageProfilesResponse_FieldSubPathValue) SetTo

func (*ListOsImageProfilesResponse_FieldSubPathValue) SetToRaw

type ListOsImageProfilesResponse_FieldTerminalPath

type ListOsImageProfilesResponse_FieldTerminalPath struct {
	// contains filtered or unexported fields
}

func (*ListOsImageProfilesResponse_FieldTerminalPath) ClearValue

func (*ListOsImageProfilesResponse_FieldTerminalPath) ClearValueRaw

func (*ListOsImageProfilesResponse_FieldTerminalPath) Get

func (fp *ListOsImageProfilesResponse_FieldTerminalPath) Get(source *ListOsImageProfilesResponse) (values []interface{})

Get returns all values pointed by specific field from source ListOsImageProfilesResponse

func (*ListOsImageProfilesResponse_FieldTerminalPath) GetDefault

func (fp *ListOsImageProfilesResponse_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*ListOsImageProfilesResponse_FieldTerminalPath) GetRaw

func (fp *ListOsImageProfilesResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*ListOsImageProfilesResponse_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source ListOsImageProfilesResponse

func (*ListOsImageProfilesResponse_FieldTerminalPath) GetSingleRaw

func (fp *ListOsImageProfilesResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*ListOsImageProfilesResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListOsImageProfilesResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*ListOsImageProfilesResponse_FieldTerminalPath) Selector

func (*ListOsImageProfilesResponse_FieldTerminalPath) SplitIntoTerminalIPaths

func (*ListOsImageProfilesResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*ListOsImageProfilesResponse_FieldTerminalPath) WithIArrayItemValue

func (*ListOsImageProfilesResponse_FieldTerminalPath) WithIArrayOfValues

func (*ListOsImageProfilesResponse_FieldTerminalPath) WithIValue

func (*ListOsImageProfilesResponse_FieldTerminalPath) WithRawIArrayItemValue

func (fp *ListOsImageProfilesResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*ListOsImageProfilesResponse_FieldTerminalPath) WithRawIArrayOfValues

func (fp *ListOsImageProfilesResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*ListOsImageProfilesResponse_FieldTerminalPath) WithRawIValue

func (fp *ListOsImageProfilesResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type ListOsImageProfilesResponse_FieldTerminalPathArrayItemValue

type ListOsImageProfilesResponse_FieldTerminalPathArrayItemValue struct {
	ListOsImageProfilesResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListOsImageProfilesResponse_FieldTerminalPathArrayItemValue) AsOsImageProfilesItemValue

func (*ListOsImageProfilesResponse_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'ListOsImageProfilesResponse'

func (*ListOsImageProfilesResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *ListOsImageProfilesResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object ListOsImageProfilesResponse as interface{}

func (*ListOsImageProfilesResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*ListOsImageProfilesResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *ListOsImageProfilesResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type ListOsImageProfilesResponse_FieldTerminalPathArrayOfValues

type ListOsImageProfilesResponse_FieldTerminalPathArrayOfValues struct {
	ListOsImageProfilesResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListOsImageProfilesResponse_FieldTerminalPathArrayOfValues) AsCurrentOffsetArrayOfValues

func (fpaov *ListOsImageProfilesResponse_FieldTerminalPathArrayOfValues) AsCurrentOffsetArrayOfValues() ([]int32, bool)

func (*ListOsImageProfilesResponse_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues

func (*ListOsImageProfilesResponse_FieldTerminalPathArrayOfValues) AsOsImageProfilesArrayOfValues

func (*ListOsImageProfilesResponse_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues

func (*ListOsImageProfilesResponse_FieldTerminalPathArrayOfValues) AsTotalResultsCountArrayOfValues

func (fpaov *ListOsImageProfilesResponse_FieldTerminalPathArrayOfValues) AsTotalResultsCountArrayOfValues() ([]int32, bool)

func (*ListOsImageProfilesResponse_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *ListOsImageProfilesResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type ListOsImageProfilesResponse_FieldTerminalPathValue

type ListOsImageProfilesResponse_FieldTerminalPathValue struct {
	ListOsImageProfilesResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListOsImageProfilesResponse_FieldTerminalPathValue) AsCurrentOffsetValue

func (fpv *ListOsImageProfilesResponse_FieldTerminalPathValue) AsCurrentOffsetValue() (int32, bool)

func (*ListOsImageProfilesResponse_FieldTerminalPathValue) AsNextPageTokenValue

func (*ListOsImageProfilesResponse_FieldTerminalPathValue) AsOsImageProfilesValue

func (*ListOsImageProfilesResponse_FieldTerminalPathValue) AsPrevPageTokenValue

func (*ListOsImageProfilesResponse_FieldTerminalPathValue) AsTotalResultsCountValue

func (fpv *ListOsImageProfilesResponse_FieldTerminalPathValue) AsTotalResultsCountValue() (int32, bool)

func (*ListOsImageProfilesResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'ListOsImageProfilesResponse_FieldTerminalPathValue' with the value under path in 'ListOsImageProfilesResponse'.

func (*ListOsImageProfilesResponse_FieldTerminalPathValue) CompareWithRaw

func (*ListOsImageProfilesResponse_FieldTerminalPathValue) GetRawValue

func (fpv *ListOsImageProfilesResponse_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'ListOsImageProfilesResponse' as interface{}

func (*ListOsImageProfilesResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object ListOsImageProfilesResponse

func (*ListOsImageProfilesResponse_FieldTerminalPathValue) SetToRaw

type OsImageProfileServiceClient

OsImageProfileServiceClient is the client API for OsImageProfileService.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

type OsImageProfileServiceDescriptor

type OsImageProfileServiceDescriptor struct{}

func GetOsImageProfileServiceDescriptor

func GetOsImageProfileServiceDescriptor() *OsImageProfileServiceDescriptor

func (*OsImageProfileServiceDescriptor) AllMethodDescriptors

func (d *OsImageProfileServiceDescriptor) AllMethodDescriptors() []gotenclient.MethodDescriptor

func (*OsImageProfileServiceDescriptor) GetApiName

func (d *OsImageProfileServiceDescriptor) GetApiName() string

func (*OsImageProfileServiceDescriptor) GetFullAPIName

func (d *OsImageProfileServiceDescriptor) GetFullAPIName() string

func (*OsImageProfileServiceDescriptor) GetProtoPkgName

func (d *OsImageProfileServiceDescriptor) GetProtoPkgName() string

func (*OsImageProfileServiceDescriptor) GetServiceDomain

func (d *OsImageProfileServiceDescriptor) GetServiceDomain() string

func (*OsImageProfileServiceDescriptor) GetServiceVersion

func (d *OsImageProfileServiceDescriptor) GetServiceVersion() string

type UpdateOsImageProfileDescriptor

type UpdateOsImageProfileDescriptor struct{}

func GetUpdateOsImageProfileDescriptor

func GetUpdateOsImageProfileDescriptor() *UpdateOsImageProfileDescriptor

func (*UpdateOsImageProfileDescriptor) GetApiDescriptor

func (*UpdateOsImageProfileDescriptor) GetApiName

func (d *UpdateOsImageProfileDescriptor) GetApiName() string

func (*UpdateOsImageProfileDescriptor) GetClientMsgReflectHandle

func (d *UpdateOsImageProfileDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*UpdateOsImageProfileDescriptor) GetFullMethodName

func (d *UpdateOsImageProfileDescriptor) GetFullMethodName() string

func (*UpdateOsImageProfileDescriptor) GetMethodName

func (d *UpdateOsImageProfileDescriptor) GetMethodName() string

func (*UpdateOsImageProfileDescriptor) GetProtoPkgName

func (d *UpdateOsImageProfileDescriptor) GetProtoPkgName() string

func (*UpdateOsImageProfileDescriptor) GetResourceDescriptor

func (d *UpdateOsImageProfileDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*UpdateOsImageProfileDescriptor) GetServerMsgReflectHandle

func (d *UpdateOsImageProfileDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*UpdateOsImageProfileDescriptor) GetServiceDomain

func (d *UpdateOsImageProfileDescriptor) GetServiceDomain() string

func (*UpdateOsImageProfileDescriptor) GetServiceVersion

func (d *UpdateOsImageProfileDescriptor) GetServiceVersion() string

func (*UpdateOsImageProfileDescriptor) GetVerb

func (*UpdateOsImageProfileDescriptor) HasResource

func (d *UpdateOsImageProfileDescriptor) HasResource() bool

func (*UpdateOsImageProfileDescriptor) IsClientStream

func (d *UpdateOsImageProfileDescriptor) IsClientStream() bool

func (*UpdateOsImageProfileDescriptor) IsCollection

func (d *UpdateOsImageProfileDescriptor) IsCollection() bool

func (*UpdateOsImageProfileDescriptor) IsPlural

func (d *UpdateOsImageProfileDescriptor) IsPlural() bool

func (*UpdateOsImageProfileDescriptor) IsServerStream

func (d *UpdateOsImageProfileDescriptor) IsServerStream() bool

func (*UpdateOsImageProfileDescriptor) IsUnary

func (d *UpdateOsImageProfileDescriptor) IsUnary() bool

func (*UpdateOsImageProfileDescriptor) NewEmptyClientMsg

func (d *UpdateOsImageProfileDescriptor) NewEmptyClientMsg() proto.Message

func (*UpdateOsImageProfileDescriptor) NewEmptyServerMsg

func (d *UpdateOsImageProfileDescriptor) NewEmptyServerMsg() proto.Message

func (*UpdateOsImageProfileDescriptor) RequestHasResourceBody

func (d *UpdateOsImageProfileDescriptor) RequestHasResourceBody() bool

type UpdateOsImageProfileDescriptorClientMsgHandle

type UpdateOsImageProfileDescriptorClientMsgHandle struct{}

func (*UpdateOsImageProfileDescriptorClientMsgHandle) ExtractCollectionName

func (*UpdateOsImageProfileDescriptorClientMsgHandle) ExtractResourceName

func (*UpdateOsImageProfileDescriptorClientMsgHandle) ExtractResourceNames

type UpdateOsImageProfileDescriptorServerMsgHandle

type UpdateOsImageProfileDescriptorServerMsgHandle struct{}

func (*UpdateOsImageProfileDescriptorServerMsgHandle) ExtractCollectionName

func (*UpdateOsImageProfileDescriptorServerMsgHandle) ExtractResourceName

func (*UpdateOsImageProfileDescriptorServerMsgHandle) ExtractResourceNames

type UpdateOsImageProfileRequest

type UpdateOsImageProfileRequest struct {

	// OsImageProfile resource body
	OsImageProfile *os_image_profile.OsImageProfile `` /* 132-byte string literal not displayed */
	// FieldMask applied to request - change will be applied only for fields in
	// the mask
	UpdateMask *os_image_profile.OsImageProfile_FieldMask `` /* 150-byte string literal not displayed */
	// Conditional update applied to request if update should be executed only for
	// specific resource state. If this field is populated, then server will fetch
	// existing resource, compare with the one stored in the cas field (after
	// applying field mask) and proceed with update only and only if they match.
	// Otherwise RPC error Aborted will be returned.
	Cas *UpdateOsImageProfileRequest_CAS `protobuf:"bytes,4,opt,name=cas,proto3" json:"cas,omitempty" firestore:"cas"`
	// If set to true, and the resource is not found,
	// a new resource will be created.  In this situation,
	// 'field_mask' is ignored.
	//
	// https://google.aip.dev/134#create-or-update
	AllowMissing bool `protobuf:"varint,5,opt,name=allow_missing,json=allowMissing,proto3" json:"allow_missing,omitempty" firestore:"allowMissing"`
	// contains filtered or unexported fields
}

Request message for method [UpdateOsImageProfile][ntt.devices.v1alpha2.UpdateOsImageProfile]

func (*UpdateOsImageProfileRequest) Clone

func (*UpdateOsImageProfileRequest) CloneRaw

func (*UpdateOsImageProfileRequest) Descriptor

func (*UpdateOsImageProfileRequest) Descriptor() ([]byte, []int)

Deprecated, Use UpdateOsImageProfileRequest.ProtoReflect.Descriptor instead.

func (*UpdateOsImageProfileRequest) GetAllowMissing

func (m *UpdateOsImageProfileRequest) GetAllowMissing() bool

func (*UpdateOsImageProfileRequest) GetCas

func (*UpdateOsImageProfileRequest) GetOsImageProfile

func (*UpdateOsImageProfileRequest) GetUpdateMask

func (*UpdateOsImageProfileRequest) GotenMessage

func (*UpdateOsImageProfileRequest) GotenMessage()

func (*UpdateOsImageProfileRequest) GotenObjectExt

func (o *UpdateOsImageProfileRequest) GotenObjectExt()

func (*UpdateOsImageProfileRequest) GotenValidate

func (obj *UpdateOsImageProfileRequest) GotenValidate() error

func (*UpdateOsImageProfileRequest) MakeDiffFieldMask

func (*UpdateOsImageProfileRequest) MakeFullFieldMask

func (*UpdateOsImageProfileRequest) MakeRawDiffFieldMask

func (*UpdateOsImageProfileRequest) MakeRawFullFieldMask

func (o *UpdateOsImageProfileRequest) MakeRawFullFieldMask() gotenobject.FieldMask

func (*UpdateOsImageProfileRequest) Marshal

func (m *UpdateOsImageProfileRequest) Marshal() ([]byte, error)

func (*UpdateOsImageProfileRequest) MarshalJSON

func (m *UpdateOsImageProfileRequest) MarshalJSON() ([]byte, error)

func (*UpdateOsImageProfileRequest) Merge

func (*UpdateOsImageProfileRequest) MergeRaw

func (*UpdateOsImageProfileRequest) ProtoMessage

func (*UpdateOsImageProfileRequest) ProtoMessage()

func (*UpdateOsImageProfileRequest) ProtoReflect

func (m *UpdateOsImageProfileRequest) ProtoReflect() preflect.Message

func (*UpdateOsImageProfileRequest) Reset

func (m *UpdateOsImageProfileRequest) Reset()

func (*UpdateOsImageProfileRequest) SetAllowMissing

func (m *UpdateOsImageProfileRequest) SetAllowMissing(fv bool)

func (*UpdateOsImageProfileRequest) SetCas

func (*UpdateOsImageProfileRequest) SetOsImageProfile

func (*UpdateOsImageProfileRequest) SetUpdateMask

func (*UpdateOsImageProfileRequest) String

func (m *UpdateOsImageProfileRequest) String() string

func (*UpdateOsImageProfileRequest) Unmarshal

func (m *UpdateOsImageProfileRequest) Unmarshal(b []byte) error

func (*UpdateOsImageProfileRequest) UnmarshalJSON

func (m *UpdateOsImageProfileRequest) UnmarshalJSON(data []byte) error

type UpdateOsImageProfileRequestCASFieldPathBuilder

type UpdateOsImageProfileRequestCASFieldPathBuilder struct{}

func NewUpdateOsImageProfileRequestCASFieldPathBuilder

func NewUpdateOsImageProfileRequestCASFieldPathBuilder() UpdateOsImageProfileRequestCASFieldPathBuilder

func (UpdateOsImageProfileRequestCASFieldPathBuilder) ConditionalState

func (UpdateOsImageProfileRequestCASFieldPathBuilder) FieldMask

type UpdateOsImageProfileRequestCAS_FieldPath

type UpdateOsImageProfileRequestCAS_FieldPath interface {
	gotenobject.FieldPath
	Selector() UpdateOsImageProfileRequestCAS_FieldPathSelector
	Get(source *UpdateOsImageProfileRequest_CAS) []interface{}
	GetSingle(source *UpdateOsImageProfileRequest_CAS) (interface{}, bool)
	ClearValue(item *UpdateOsImageProfileRequest_CAS)

	// Those methods build corresponding UpdateOsImageProfileRequestCAS_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) UpdateOsImageProfileRequestCAS_FieldPathValue
	WithIArrayOfValues(values interface{}) UpdateOsImageProfileRequestCAS_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) UpdateOsImageProfileRequestCAS_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseUpdateOsImageProfileRequestCAS_FieldPath

func MustParseUpdateOsImageProfileRequestCAS_FieldPath(rawField string) UpdateOsImageProfileRequestCAS_FieldPath

func ParseUpdateOsImageProfileRequestCAS_FieldPath

func ParseUpdateOsImageProfileRequestCAS_FieldPath(rawField string) (UpdateOsImageProfileRequestCAS_FieldPath, error)

type UpdateOsImageProfileRequestCAS_FieldPathArrayItemValue

type UpdateOsImageProfileRequestCAS_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	UpdateOsImageProfileRequestCAS_FieldPath
	ContainsValue(*UpdateOsImageProfileRequest_CAS) bool
}

UpdateOsImageProfileRequestCAS_FieldPathArrayItemValue allows storing single item in Path-specific values for CAS according to their type Present only for array (repeated) types.

func MustParseUpdateOsImageProfileRequestCAS_FieldPathArrayItemValue

func MustParseUpdateOsImageProfileRequestCAS_FieldPathArrayItemValue(pathStr, valueStr string) UpdateOsImageProfileRequestCAS_FieldPathArrayItemValue

func ParseUpdateOsImageProfileRequestCAS_FieldPathArrayItemValue

func ParseUpdateOsImageProfileRequestCAS_FieldPathArrayItemValue(pathStr, valueStr string) (UpdateOsImageProfileRequestCAS_FieldPathArrayItemValue, error)

ParseUpdateOsImageProfileRequestCAS_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type UpdateOsImageProfileRequestCAS_FieldPathArrayOfValues

type UpdateOsImageProfileRequestCAS_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	UpdateOsImageProfileRequestCAS_FieldPath
}

UpdateOsImageProfileRequestCAS_FieldPathArrayOfValues allows storing slice of values for CAS fields according to their type

func MustParseUpdateOsImageProfileRequestCAS_FieldPathArrayOfValues

func MustParseUpdateOsImageProfileRequestCAS_FieldPathArrayOfValues(pathStr, valuesStr string) UpdateOsImageProfileRequestCAS_FieldPathArrayOfValues

func ParseUpdateOsImageProfileRequestCAS_FieldPathArrayOfValues

func ParseUpdateOsImageProfileRequestCAS_FieldPathArrayOfValues(pathStr, valuesStr string) (UpdateOsImageProfileRequestCAS_FieldPathArrayOfValues, error)

type UpdateOsImageProfileRequestCAS_FieldPathSelector

type UpdateOsImageProfileRequestCAS_FieldPathSelector int32
const (
	UpdateOsImageProfileRequestCAS_FieldPathSelectorConditionalState UpdateOsImageProfileRequestCAS_FieldPathSelector = 0
	UpdateOsImageProfileRequestCAS_FieldPathSelectorFieldMask        UpdateOsImageProfileRequestCAS_FieldPathSelector = 1
)

func (UpdateOsImageProfileRequestCAS_FieldPathSelector) String

type UpdateOsImageProfileRequestCAS_FieldPathValue

type UpdateOsImageProfileRequestCAS_FieldPathValue interface {
	UpdateOsImageProfileRequestCAS_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **UpdateOsImageProfileRequest_CAS)
	CompareWith(*UpdateOsImageProfileRequest_CAS) (cmp int, comparable bool)
}

UpdateOsImageProfileRequestCAS_FieldPathValue allows storing values for CAS fields according to their type

func MustParseUpdateOsImageProfileRequestCAS_FieldPathValue

func MustParseUpdateOsImageProfileRequestCAS_FieldPathValue(pathStr, valueStr string) UpdateOsImageProfileRequestCAS_FieldPathValue

func ParseUpdateOsImageProfileRequestCAS_FieldPathValue

func ParseUpdateOsImageProfileRequestCAS_FieldPathValue(pathStr, valueStr string) (UpdateOsImageProfileRequestCAS_FieldPathValue, error)

type UpdateOsImageProfileRequestCAS_FieldSubPath

type UpdateOsImageProfileRequestCAS_FieldSubPath struct {
	// contains filtered or unexported fields
}

func (*UpdateOsImageProfileRequestCAS_FieldSubPath) AsConditionalStateSubPath

func (*UpdateOsImageProfileRequestCAS_FieldSubPath) ClearValue

func (*UpdateOsImageProfileRequestCAS_FieldSubPath) ClearValueRaw

func (*UpdateOsImageProfileRequestCAS_FieldSubPath) Get

func (fps *UpdateOsImageProfileRequestCAS_FieldSubPath) Get(source *UpdateOsImageProfileRequest_CAS) (values []interface{})

Get returns all values pointed by selected field from source UpdateOsImageProfileRequest_CAS

func (*UpdateOsImageProfileRequestCAS_FieldSubPath) GetDefault

func (fps *UpdateOsImageProfileRequestCAS_FieldSubPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*UpdateOsImageProfileRequestCAS_FieldSubPath) GetRaw

func (fps *UpdateOsImageProfileRequestCAS_FieldSubPath) GetRaw(source proto.Message) []interface{}

func (*UpdateOsImageProfileRequestCAS_FieldSubPath) GetSingle

GetSingle returns value of selected field from source UpdateOsImageProfileRequest_CAS

func (*UpdateOsImageProfileRequestCAS_FieldSubPath) GetSingleRaw

func (fps *UpdateOsImageProfileRequestCAS_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*UpdateOsImageProfileRequestCAS_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdateOsImageProfileRequestCAS_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdateOsImageProfileRequestCAS_FieldSubPath) Selector

func (*UpdateOsImageProfileRequestCAS_FieldSubPath) SplitIntoTerminalIPaths

func (fps *UpdateOsImageProfileRequestCAS_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*UpdateOsImageProfileRequestCAS_FieldSubPath) String

String returns path representation in proto convention

func (*UpdateOsImageProfileRequestCAS_FieldSubPath) WithIArrayItemValue

func (*UpdateOsImageProfileRequestCAS_FieldSubPath) WithIArrayOfValues

func (*UpdateOsImageProfileRequestCAS_FieldSubPath) WithIValue

func (*UpdateOsImageProfileRequestCAS_FieldSubPath) WithRawIArrayItemValue

func (fps *UpdateOsImageProfileRequestCAS_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*UpdateOsImageProfileRequestCAS_FieldSubPath) WithRawIArrayOfValues

func (fps *UpdateOsImageProfileRequestCAS_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*UpdateOsImageProfileRequestCAS_FieldSubPath) WithRawIValue

func (fps *UpdateOsImageProfileRequestCAS_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type UpdateOsImageProfileRequestCAS_FieldSubPathArrayItemValue

type UpdateOsImageProfileRequestCAS_FieldSubPathArrayItemValue struct {
	UpdateOsImageProfileRequestCAS_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateOsImageProfileRequestCAS_FieldSubPathArrayItemValue) AsConditionalStatePathItemValue

func (*UpdateOsImageProfileRequestCAS_FieldSubPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'CAS'

func (*UpdateOsImageProfileRequestCAS_FieldSubPathArrayItemValue) GetRawItemValue

func (fpaivs *UpdateOsImageProfileRequestCAS_FieldSubPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored array item value

type UpdateOsImageProfileRequestCAS_FieldSubPathArrayOfValues

type UpdateOsImageProfileRequestCAS_FieldSubPathArrayOfValues struct {
	UpdateOsImageProfileRequestCAS_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateOsImageProfileRequestCAS_FieldSubPathArrayOfValues) AsConditionalStatePathArrayOfValues

func (*UpdateOsImageProfileRequestCAS_FieldSubPathArrayOfValues) GetRawValues

func (fpsaov *UpdateOsImageProfileRequestCAS_FieldSubPathArrayOfValues) GetRawValues() []interface{}

type UpdateOsImageProfileRequestCAS_FieldSubPathValue

type UpdateOsImageProfileRequestCAS_FieldSubPathValue struct {
	UpdateOsImageProfileRequestCAS_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateOsImageProfileRequestCAS_FieldSubPathValue) AsConditionalStatePathValue

func (*UpdateOsImageProfileRequestCAS_FieldSubPathValue) CompareWith

func (*UpdateOsImageProfileRequestCAS_FieldSubPathValue) CompareWithRaw

func (fpvs *UpdateOsImageProfileRequestCAS_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*UpdateOsImageProfileRequestCAS_FieldSubPathValue) GetRawValue

func (fpvs *UpdateOsImageProfileRequestCAS_FieldSubPathValue) GetRawValue() interface{}

func (*UpdateOsImageProfileRequestCAS_FieldSubPathValue) SetTo

func (*UpdateOsImageProfileRequestCAS_FieldSubPathValue) SetToRaw

type UpdateOsImageProfileRequestCAS_FieldTerminalPath

type UpdateOsImageProfileRequestCAS_FieldTerminalPath struct {
	// contains filtered or unexported fields
}

func (*UpdateOsImageProfileRequestCAS_FieldTerminalPath) ClearValue

func (*UpdateOsImageProfileRequestCAS_FieldTerminalPath) ClearValueRaw

func (*UpdateOsImageProfileRequestCAS_FieldTerminalPath) Get

Get returns all values pointed by specific field from source UpdateOsImageProfileRequest_CAS

func (*UpdateOsImageProfileRequestCAS_FieldTerminalPath) GetDefault

func (fp *UpdateOsImageProfileRequestCAS_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*UpdateOsImageProfileRequestCAS_FieldTerminalPath) GetRaw

func (fp *UpdateOsImageProfileRequestCAS_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*UpdateOsImageProfileRequestCAS_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source UpdateOsImageProfileRequest_CAS

func (*UpdateOsImageProfileRequestCAS_FieldTerminalPath) GetSingleRaw

func (fp *UpdateOsImageProfileRequestCAS_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*UpdateOsImageProfileRequestCAS_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdateOsImageProfileRequestCAS_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdateOsImageProfileRequestCAS_FieldTerminalPath) Selector

func (*UpdateOsImageProfileRequestCAS_FieldTerminalPath) SplitIntoTerminalIPaths

func (*UpdateOsImageProfileRequestCAS_FieldTerminalPath) String

String returns path representation in proto convention

func (*UpdateOsImageProfileRequestCAS_FieldTerminalPath) WithIArrayItemValue

func (*UpdateOsImageProfileRequestCAS_FieldTerminalPath) WithIArrayOfValues

func (*UpdateOsImageProfileRequestCAS_FieldTerminalPath) WithIValue

func (*UpdateOsImageProfileRequestCAS_FieldTerminalPath) WithRawIArrayItemValue

func (fp *UpdateOsImageProfileRequestCAS_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*UpdateOsImageProfileRequestCAS_FieldTerminalPath) WithRawIArrayOfValues

func (fp *UpdateOsImageProfileRequestCAS_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*UpdateOsImageProfileRequestCAS_FieldTerminalPath) WithRawIValue

type UpdateOsImageProfileRequestCAS_FieldTerminalPathArrayItemValue

type UpdateOsImageProfileRequestCAS_FieldTerminalPathArrayItemValue struct {
	UpdateOsImageProfileRequestCAS_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateOsImageProfileRequestCAS_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'CAS'

func (*UpdateOsImageProfileRequestCAS_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *UpdateOsImageProfileRequestCAS_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object UpdateOsImageProfileRequest_CAS as interface{}

func (*UpdateOsImageProfileRequestCAS_FieldTerminalPathArrayItemValue) GetSingle

func (*UpdateOsImageProfileRequestCAS_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *UpdateOsImageProfileRequestCAS_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type UpdateOsImageProfileRequestCAS_FieldTerminalPathArrayOfValues

type UpdateOsImageProfileRequestCAS_FieldTerminalPathArrayOfValues struct {
	UpdateOsImageProfileRequestCAS_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateOsImageProfileRequestCAS_FieldTerminalPathArrayOfValues) AsConditionalStateArrayOfValues

func (*UpdateOsImageProfileRequestCAS_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*UpdateOsImageProfileRequestCAS_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *UpdateOsImageProfileRequestCAS_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type UpdateOsImageProfileRequestCAS_FieldTerminalPathValue

type UpdateOsImageProfileRequestCAS_FieldTerminalPathValue struct {
	UpdateOsImageProfileRequestCAS_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateOsImageProfileRequestCAS_FieldTerminalPathValue) AsConditionalStateValue

func (*UpdateOsImageProfileRequestCAS_FieldTerminalPathValue) AsFieldMaskValue

func (*UpdateOsImageProfileRequestCAS_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'UpdateOsImageProfileRequestCAS_FieldTerminalPathValue' with the value under path in 'UpdateOsImageProfileRequest_CAS'.

func (*UpdateOsImageProfileRequestCAS_FieldTerminalPathValue) CompareWithRaw

func (*UpdateOsImageProfileRequestCAS_FieldTerminalPathValue) GetRawValue

func (fpv *UpdateOsImageProfileRequestCAS_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'CAS' as interface{}

func (*UpdateOsImageProfileRequestCAS_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object CAS

func (*UpdateOsImageProfileRequestCAS_FieldTerminalPathValue) SetToRaw

type UpdateOsImageProfileRequestFieldPathBuilder

type UpdateOsImageProfileRequestFieldPathBuilder struct{}

func NewUpdateOsImageProfileRequestFieldPathBuilder

func NewUpdateOsImageProfileRequestFieldPathBuilder() UpdateOsImageProfileRequestFieldPathBuilder

func (UpdateOsImageProfileRequestFieldPathBuilder) AllowMissing

func (UpdateOsImageProfileRequestFieldPathBuilder) Cas

func (UpdateOsImageProfileRequestFieldPathBuilder) OsImageProfile

func (UpdateOsImageProfileRequestFieldPathBuilder) UpdateMask

type UpdateOsImageProfileRequestMapPathSelectorCasConditionalStateMetadataAnnotations

type UpdateOsImageProfileRequestMapPathSelectorCasConditionalStateMetadataAnnotations struct {
	// contains filtered or unexported fields
}

func (UpdateOsImageProfileRequestMapPathSelectorCasConditionalStateMetadataAnnotations) FieldPath

func (UpdateOsImageProfileRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateOsImageProfileRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithValue

type UpdateOsImageProfileRequestMapPathSelectorCasConditionalStateMetadataLabels

type UpdateOsImageProfileRequestMapPathSelectorCasConditionalStateMetadataLabels struct {
	// contains filtered or unexported fields
}

func (UpdateOsImageProfileRequestMapPathSelectorCasConditionalStateMetadataLabels) FieldPath

func (UpdateOsImageProfileRequestMapPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateOsImageProfileRequestMapPathSelectorCasConditionalStateMetadataLabels) WithValue

type UpdateOsImageProfileRequestMapPathSelectorCasConditionalStateMetadataShards

type UpdateOsImageProfileRequestMapPathSelectorCasConditionalStateMetadataShards struct {
	// contains filtered or unexported fields
}

func (UpdateOsImageProfileRequestMapPathSelectorCasConditionalStateMetadataShards) FieldPath

func (UpdateOsImageProfileRequestMapPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues

func (UpdateOsImageProfileRequestMapPathSelectorCasConditionalStateMetadataShards) WithValue

type UpdateOsImageProfileRequestMapPathSelectorOsImageProfileMetadataAnnotations

type UpdateOsImageProfileRequestMapPathSelectorOsImageProfileMetadataAnnotations struct {
	// contains filtered or unexported fields
}

func (UpdateOsImageProfileRequestMapPathSelectorOsImageProfileMetadataAnnotations) FieldPath

func (UpdateOsImageProfileRequestMapPathSelectorOsImageProfileMetadataAnnotations) WithArrayOfValues

func (UpdateOsImageProfileRequestMapPathSelectorOsImageProfileMetadataAnnotations) WithValue

type UpdateOsImageProfileRequestMapPathSelectorOsImageProfileMetadataLabels

type UpdateOsImageProfileRequestMapPathSelectorOsImageProfileMetadataLabels struct {
	// contains filtered or unexported fields
}

func (UpdateOsImageProfileRequestMapPathSelectorOsImageProfileMetadataLabels) FieldPath

func (UpdateOsImageProfileRequestMapPathSelectorOsImageProfileMetadataLabels) WithArrayOfValues

func (UpdateOsImageProfileRequestMapPathSelectorOsImageProfileMetadataLabels) WithValue

type UpdateOsImageProfileRequestMapPathSelectorOsImageProfileMetadataShards

type UpdateOsImageProfileRequestMapPathSelectorOsImageProfileMetadataShards struct {
	// contains filtered or unexported fields
}

func (UpdateOsImageProfileRequestMapPathSelectorOsImageProfileMetadataShards) FieldPath

func (UpdateOsImageProfileRequestMapPathSelectorOsImageProfileMetadataShards) WithArrayOfValues

func (UpdateOsImageProfileRequestMapPathSelectorOsImageProfileMetadataShards) WithValue

type UpdateOsImageProfileRequestPathSelectorAllowMissing

type UpdateOsImageProfileRequestPathSelectorAllowMissing struct{}

func (UpdateOsImageProfileRequestPathSelectorAllowMissing) FieldPath

func (UpdateOsImageProfileRequestPathSelectorAllowMissing) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorAllowMissing) WithValue

type UpdateOsImageProfileRequestPathSelectorCas

type UpdateOsImageProfileRequestPathSelectorCas struct{}

func (UpdateOsImageProfileRequestPathSelectorCas) ConditionalState

func (UpdateOsImageProfileRequestPathSelectorCas) FieldMask

func (UpdateOsImageProfileRequestPathSelectorCas) FieldPath

type UpdateOsImageProfileRequestPathSelectorCasConditionalState

type UpdateOsImageProfileRequestPathSelectorCasConditionalState struct{}

func (UpdateOsImageProfileRequestPathSelectorCasConditionalState) FieldPath

func (UpdateOsImageProfileRequestPathSelectorCasConditionalState) Name

func (UpdateOsImageProfileRequestPathSelectorCasConditionalState) NoProxy

func (UpdateOsImageProfileRequestPathSelectorCasConditionalState) Ntp

func (UpdateOsImageProfileRequestPathSelectorCasConditionalState) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorCasConditionalState) WithValue

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateDeviceType

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateDeviceType struct{}

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateDeviceType) FieldPath

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateDeviceType) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateDeviceType) WithValue

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateDiskMapping

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateDiskMapping struct{}

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateDiskMapping) FieldPath

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateDiskMapping) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateDiskMapping) WithValue

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateDisplayName

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateDisplayName struct{}

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateDisplayName) FieldPath

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateDisplayName) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateDisplayName) WithValue

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateEncryption

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateEncryption struct{}

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateEncryption) FieldPath

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateEncryption) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateEncryption) WithValue

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateHttpProxy

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateHttpProxy struct{}

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateHttpProxy) FieldPath

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateHttpProxy) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateHttpProxy) WithValue

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateHttpsProxy

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateHttpsProxy struct{}

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateHttpsProxy) FieldPath

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateHttpsProxy) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateHttpsProxy) WithValue

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateInstallAiAccelerator

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateInstallAiAccelerator struct{}

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateInstallAiAccelerator) FieldPath

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateInstallAiAccelerator) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateInstallAiAccelerator) WithValue

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadata

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadata struct{}

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadata) FieldPath

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadata) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadata) WithValue

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataAnnotations

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataAnnotations struct{}

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataAnnotations) FieldPath

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataAnnotations) WithValue

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataCreateTime

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataCreateTime struct{}

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataCreateTime) FieldPath

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataCreateTime) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataCreateTime) WithValue

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataDeleteTime

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataDeleteTime struct{}

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataDeleteTime) FieldPath

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataDeleteTime) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataDeleteTime) WithValue

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataGeneration

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataGeneration struct{}

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataGeneration) FieldPath

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataGeneration) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataGeneration) WithValue

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataLabels

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataLabels struct{}

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataLabels) FieldPath

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataLabels) WithValue

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataLifecycle

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataLifecycle struct{}

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataLifecycle) FieldPath

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataLifecycle) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataLifecycle) WithValue

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion struct{}

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion) FieldPath

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion) WithValue

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataLifecycleState

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataLifecycleState struct{}

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataLifecycleState) FieldPath

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataLifecycleState) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataLifecycleState) WithValue

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataOwnerReferences

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataOwnerReferences struct{}

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataOwnerReferences) FieldPath

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithItemValue

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithValue

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController struct{}

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) FieldPath

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) WithValue

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind struct{}

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) FieldPath

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) WithValue

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName struct{}

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) FieldPath

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) WithValue

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion struct{}

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion) FieldPath

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion) WithValue

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference struct{}

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference) FieldPath

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithValue

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion struct{}

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion) FieldPath

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion) WithValue

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataResourceVersion

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataResourceVersion struct{}

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataResourceVersion) FieldPath

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithValue

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataShards

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataShards struct{}

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataShards) FieldPath

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataShards) WithValue

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataSyncing

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataSyncing struct{}

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataSyncing) FieldPath

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataSyncing) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataSyncing) WithValue

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion struct{}

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) FieldPath

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) WithValue

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataSyncingRegions

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataSyncingRegions struct{}

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataSyncingRegions) FieldPath

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithItemValue

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithValue

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataTags

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataTags struct{}

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataTags) FieldPath

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataTags) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataTags) WithItemValue

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataTags) WithValue

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataUpdateTime

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataUpdateTime struct{}

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataUpdateTime) FieldPath

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithValue

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataUuid

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataUuid struct{}

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataUuid) FieldPath

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataUuid) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateMetadataUuid) WithValue

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateName

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateName struct{}

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateName) FieldPath

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateName) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateName) WithValue

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateNetworkAgent

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateNetworkAgent struct{}

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateNetworkAgent) FieldPath

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateNetworkAgent) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateNetworkAgent) WithValue

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateNoProxy

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateNoProxy struct{}

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateNoProxy) FieldPath

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateNoProxy) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateNoProxy) WithValue

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateNtp

type UpdateOsImageProfileRequestPathSelectorCasConditionalStateNtp struct{}

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateNtp) FieldPath

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateNtp) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorCasConditionalStateNtp) WithValue

type UpdateOsImageProfileRequestPathSelectorCasFieldMask

type UpdateOsImageProfileRequestPathSelectorCasFieldMask struct{}

func (UpdateOsImageProfileRequestPathSelectorCasFieldMask) FieldPath

type UpdateOsImageProfileRequestPathSelectorOsImageProfile

type UpdateOsImageProfileRequestPathSelectorOsImageProfile struct{}

func (UpdateOsImageProfileRequestPathSelectorOsImageProfile) DeviceType

func (UpdateOsImageProfileRequestPathSelectorOsImageProfile) DiskMapping

func (UpdateOsImageProfileRequestPathSelectorOsImageProfile) DisplayName

func (UpdateOsImageProfileRequestPathSelectorOsImageProfile) Encryption

func (UpdateOsImageProfileRequestPathSelectorOsImageProfile) FieldPath

func (UpdateOsImageProfileRequestPathSelectorOsImageProfile) HttpProxy

func (UpdateOsImageProfileRequestPathSelectorOsImageProfile) HttpsProxy

func (UpdateOsImageProfileRequestPathSelectorOsImageProfile) Metadata

func (UpdateOsImageProfileRequestPathSelectorOsImageProfile) Name

func (UpdateOsImageProfileRequestPathSelectorOsImageProfile) NetworkAgent

func (UpdateOsImageProfileRequestPathSelectorOsImageProfile) NoProxy

func (UpdateOsImageProfileRequestPathSelectorOsImageProfile) Ntp

func (UpdateOsImageProfileRequestPathSelectorOsImageProfile) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorOsImageProfile) WithSubArrayItemValue

func (UpdateOsImageProfileRequestPathSelectorOsImageProfile) WithSubArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorOsImageProfile) WithSubValue

func (UpdateOsImageProfileRequestPathSelectorOsImageProfile) WithValue

type UpdateOsImageProfileRequestPathSelectorOsImageProfileDeviceType

type UpdateOsImageProfileRequestPathSelectorOsImageProfileDeviceType struct{}

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileDeviceType) FieldPath

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileDeviceType) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileDeviceType) WithValue

type UpdateOsImageProfileRequestPathSelectorOsImageProfileDiskMapping

type UpdateOsImageProfileRequestPathSelectorOsImageProfileDiskMapping struct{}

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileDiskMapping) FieldPath

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileDiskMapping) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileDiskMapping) WithValue

type UpdateOsImageProfileRequestPathSelectorOsImageProfileDisplayName

type UpdateOsImageProfileRequestPathSelectorOsImageProfileDisplayName struct{}

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileDisplayName) FieldPath

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileDisplayName) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileDisplayName) WithValue

type UpdateOsImageProfileRequestPathSelectorOsImageProfileEncryption

type UpdateOsImageProfileRequestPathSelectorOsImageProfileEncryption struct{}

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileEncryption) FieldPath

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileEncryption) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileEncryption) WithValue

type UpdateOsImageProfileRequestPathSelectorOsImageProfileHttpProxy

type UpdateOsImageProfileRequestPathSelectorOsImageProfileHttpProxy struct{}

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileHttpProxy) FieldPath

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileHttpProxy) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileHttpProxy) WithValue

type UpdateOsImageProfileRequestPathSelectorOsImageProfileHttpsProxy

type UpdateOsImageProfileRequestPathSelectorOsImageProfileHttpsProxy struct{}

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileHttpsProxy) FieldPath

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileHttpsProxy) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileHttpsProxy) WithValue

type UpdateOsImageProfileRequestPathSelectorOsImageProfileInstallAiAccelerator

type UpdateOsImageProfileRequestPathSelectorOsImageProfileInstallAiAccelerator struct{}

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileInstallAiAccelerator) FieldPath

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileInstallAiAccelerator) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileInstallAiAccelerator) WithValue

type UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadata

type UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadata struct{}

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadata) FieldPath

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadata) Tags

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadata) Uuid

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadata) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadata) WithValue

type UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataAnnotations

type UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataAnnotations struct{}

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataAnnotations) FieldPath

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataAnnotations) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataAnnotations) WithValue

type UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataCreateTime

type UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataCreateTime struct{}

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataCreateTime) FieldPath

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataCreateTime) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataCreateTime) WithValue

type UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataDeleteTime

type UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataDeleteTime struct{}

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataDeleteTime) FieldPath

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataDeleteTime) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataDeleteTime) WithValue

type UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataGeneration

type UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataGeneration struct{}

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataGeneration) FieldPath

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataGeneration) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataGeneration) WithValue

type UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataLabels

type UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataLabels struct{}

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataLabels) FieldPath

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataLabels) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataLabels) WithValue

type UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataLifecycle

type UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataLifecycle struct{}

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataLifecycle) FieldPath

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataLifecycle) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataLifecycle) WithValue

type UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataLifecycleBlockDeletion

type UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataLifecycleBlockDeletion struct{}

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataLifecycleBlockDeletion) FieldPath

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataLifecycleBlockDeletion) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataLifecycleBlockDeletion) WithValue

type UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataLifecycleState

type UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataLifecycleState struct{}

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataLifecycleState) FieldPath

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataLifecycleState) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataLifecycleState) WithValue

type UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferences

type UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferences struct{}

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferences) FieldPath

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferences) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferences) WithItemValue

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferences) WithValue

type UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferencesBlockOwnerDeletion

type UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferencesController

type UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferencesController struct{}

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferencesController) FieldPath

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferencesController) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferencesController) WithValue

type UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferencesKind

type UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferencesKind struct{}

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferencesKind) FieldPath

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferencesKind) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferencesKind) WithValue

type UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferencesName

type UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferencesName struct{}

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferencesName) FieldPath

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferencesName) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferencesName) WithValue

type UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferencesRegion

type UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferencesRegion struct{}

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferencesRegion) FieldPath

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferencesRegion) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferencesRegion) WithValue

type UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferencesRequiresOwnerReference

type UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferencesRequiresOwnerReference struct{}

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferencesRequiresOwnerReference) FieldPath

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferencesRequiresOwnerReference) WithValue

type UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferencesVersion

type UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferencesVersion struct{}

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferencesVersion) FieldPath

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferencesVersion) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataOwnerReferencesVersion) WithValue

type UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataResourceVersion

type UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataResourceVersion struct{}

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataResourceVersion) FieldPath

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataResourceVersion) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataResourceVersion) WithValue

type UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataShards

type UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataShards struct{}

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataShards) FieldPath

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataShards) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataShards) WithValue

type UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataSyncing

type UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataSyncing struct{}

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataSyncing) FieldPath

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataSyncing) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataSyncing) WithValue

type UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataSyncingOwningRegion

type UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataSyncingOwningRegion struct{}

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataSyncingOwningRegion) FieldPath

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataSyncingOwningRegion) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataSyncingOwningRegion) WithValue

type UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataSyncingRegions

type UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataSyncingRegions struct{}

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataSyncingRegions) FieldPath

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataSyncingRegions) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataSyncingRegions) WithItemValue

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataSyncingRegions) WithValue

type UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataTags

type UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataTags struct{}

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataTags) FieldPath

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataTags) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataTags) WithItemValue

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataTags) WithValue

type UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataUpdateTime

type UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataUpdateTime struct{}

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataUpdateTime) FieldPath

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataUpdateTime) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataUpdateTime) WithValue

type UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataUuid

type UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataUuid struct{}

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataUuid) FieldPath

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataUuid) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileMetadataUuid) WithValue

type UpdateOsImageProfileRequestPathSelectorOsImageProfileName

type UpdateOsImageProfileRequestPathSelectorOsImageProfileName struct{}

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileName) FieldPath

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileName) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileName) WithValue

type UpdateOsImageProfileRequestPathSelectorOsImageProfileNetworkAgent

type UpdateOsImageProfileRequestPathSelectorOsImageProfileNetworkAgent struct{}

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileNetworkAgent) FieldPath

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileNetworkAgent) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileNetworkAgent) WithValue

type UpdateOsImageProfileRequestPathSelectorOsImageProfileNoProxy

type UpdateOsImageProfileRequestPathSelectorOsImageProfileNoProxy struct{}

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileNoProxy) FieldPath

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileNoProxy) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileNoProxy) WithValue

type UpdateOsImageProfileRequestPathSelectorOsImageProfileNtp

type UpdateOsImageProfileRequestPathSelectorOsImageProfileNtp struct{}

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileNtp) FieldPath

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileNtp) WithArrayOfValues

func (UpdateOsImageProfileRequestPathSelectorOsImageProfileNtp) WithValue

type UpdateOsImageProfileRequestPathSelectorUpdateMask

type UpdateOsImageProfileRequestPathSelectorUpdateMask struct{}

func (UpdateOsImageProfileRequestPathSelectorUpdateMask) FieldPath

type UpdateOsImageProfileRequest_CAS

type UpdateOsImageProfileRequest_CAS struct {

	// Conditional desired state of a resource before update.
	ConditionalState *os_image_profile.OsImageProfile `` /* 138-byte string literal not displayed */
	// Field paths from conditional state of resource server should check and
	// compare.
	FieldMask *os_image_profile.OsImageProfile_FieldMask `` /* 146-byte string literal not displayed */
	// contains filtered or unexported fields
}

CAS - Compare and Swap. This object is used if user wants to make update conditional based upon previous resource version.

func (*UpdateOsImageProfileRequest_CAS) Clone

func (*UpdateOsImageProfileRequest_CAS) CloneRaw

func (*UpdateOsImageProfileRequest_CAS) Descriptor

func (*UpdateOsImageProfileRequest_CAS) Descriptor() ([]byte, []int)

Deprecated, Use UpdateOsImageProfileRequest_CAS.ProtoReflect.Descriptor instead.

func (*UpdateOsImageProfileRequest_CAS) GetConditionalState

func (*UpdateOsImageProfileRequest_CAS) GetFieldMask

func (*UpdateOsImageProfileRequest_CAS) GotenMessage

func (*UpdateOsImageProfileRequest_CAS) GotenMessage()

func (*UpdateOsImageProfileRequest_CAS) GotenObjectExt

func (o *UpdateOsImageProfileRequest_CAS) GotenObjectExt()

func (*UpdateOsImageProfileRequest_CAS) GotenValidate

func (obj *UpdateOsImageProfileRequest_CAS) GotenValidate() error

func (*UpdateOsImageProfileRequest_CAS) MakeDiffFieldMask

func (*UpdateOsImageProfileRequest_CAS) MakeFullFieldMask

func (*UpdateOsImageProfileRequest_CAS) MakeRawDiffFieldMask

func (*UpdateOsImageProfileRequest_CAS) MakeRawFullFieldMask

func (o *UpdateOsImageProfileRequest_CAS) MakeRawFullFieldMask() gotenobject.FieldMask

func (*UpdateOsImageProfileRequest_CAS) Marshal

func (m *UpdateOsImageProfileRequest_CAS) Marshal() ([]byte, error)

func (*UpdateOsImageProfileRequest_CAS) MarshalJSON

func (m *UpdateOsImageProfileRequest_CAS) MarshalJSON() ([]byte, error)

func (*UpdateOsImageProfileRequest_CAS) Merge

func (*UpdateOsImageProfileRequest_CAS) MergeRaw

func (*UpdateOsImageProfileRequest_CAS) ProtoMessage

func (*UpdateOsImageProfileRequest_CAS) ProtoMessage()

func (*UpdateOsImageProfileRequest_CAS) ProtoReflect

func (*UpdateOsImageProfileRequest_CAS) Reset

func (*UpdateOsImageProfileRequest_CAS) SetConditionalState

func (*UpdateOsImageProfileRequest_CAS) SetFieldMask

func (*UpdateOsImageProfileRequest_CAS) String

func (*UpdateOsImageProfileRequest_CAS) Unmarshal

func (m *UpdateOsImageProfileRequest_CAS) Unmarshal(b []byte) error

func (*UpdateOsImageProfileRequest_CAS) UnmarshalJSON

func (m *UpdateOsImageProfileRequest_CAS) UnmarshalJSON(data []byte) error

type UpdateOsImageProfileRequest_CASMapPathSelectorConditionalStateMetadataAnnotations

type UpdateOsImageProfileRequest_CASMapPathSelectorConditionalStateMetadataAnnotations struct {
	// contains filtered or unexported fields
}

func (UpdateOsImageProfileRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) FieldPath

func (UpdateOsImageProfileRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateOsImageProfileRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) WithValue

type UpdateOsImageProfileRequest_CASMapPathSelectorConditionalStateMetadataLabels

type UpdateOsImageProfileRequest_CASMapPathSelectorConditionalStateMetadataLabels struct {
	// contains filtered or unexported fields
}

func (UpdateOsImageProfileRequest_CASMapPathSelectorConditionalStateMetadataLabels) FieldPath

func (UpdateOsImageProfileRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateOsImageProfileRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithValue

type UpdateOsImageProfileRequest_CASMapPathSelectorConditionalStateMetadataShards

type UpdateOsImageProfileRequest_CASMapPathSelectorConditionalStateMetadataShards struct {
	// contains filtered or unexported fields
}

func (UpdateOsImageProfileRequest_CASMapPathSelectorConditionalStateMetadataShards) FieldPath

func (UpdateOsImageProfileRequest_CASMapPathSelectorConditionalStateMetadataShards) WithArrayOfValues

func (UpdateOsImageProfileRequest_CASMapPathSelectorConditionalStateMetadataShards) WithValue

type UpdateOsImageProfileRequest_CASPathSelectorConditionalState

type UpdateOsImageProfileRequest_CASPathSelectorConditionalState struct{}

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalState) FieldPath

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalState) Name

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalState) Ntp

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalState) WithArrayOfValues

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalState) WithSubArrayItemValue

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalState) WithSubArrayOfValues

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalState) WithSubValue

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalState) WithValue

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateDeviceType

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateDeviceType struct{}

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateDeviceType) FieldPath

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateDeviceType) WithArrayOfValues

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateDeviceType) WithValue

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateDiskMapping

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateDiskMapping struct{}

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateDiskMapping) FieldPath

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateDiskMapping) WithArrayOfValues

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateDiskMapping) WithValue

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateDisplayName

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateDisplayName struct{}

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateDisplayName) FieldPath

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateDisplayName) WithArrayOfValues

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateDisplayName) WithValue

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateEncryption

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateEncryption struct{}

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateEncryption) FieldPath

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateEncryption) WithArrayOfValues

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateEncryption) WithValue

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateHttpProxy

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateHttpProxy struct{}

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateHttpProxy) FieldPath

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateHttpProxy) WithArrayOfValues

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateHttpProxy) WithValue

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateHttpsProxy

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateHttpsProxy struct{}

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateHttpsProxy) FieldPath

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateHttpsProxy) WithArrayOfValues

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateHttpsProxy) WithValue

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateInstallAiAccelerator

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateInstallAiAccelerator struct{}

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateInstallAiAccelerator) FieldPath

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateInstallAiAccelerator) WithArrayOfValues

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateInstallAiAccelerator) WithValue

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadata

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadata struct{}

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadata) FieldPath

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadata) WithArrayOfValues

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadata) WithValue

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataAnnotations

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataAnnotations struct{}

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataAnnotations) FieldPath

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithValue

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataCreateTime

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataCreateTime struct{}

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataCreateTime) FieldPath

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataCreateTime) WithArrayOfValues

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataCreateTime) WithValue

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataDeleteTime

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataDeleteTime struct{}

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataDeleteTime) FieldPath

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataDeleteTime) WithArrayOfValues

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataDeleteTime) WithValue

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataGeneration

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataGeneration struct{}

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataGeneration) FieldPath

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataGeneration) WithArrayOfValues

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataGeneration) WithValue

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataLabels

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataLabels struct{}

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataLabels) FieldPath

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataLabels) WithValue

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataLifecycle

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataLifecycle struct{}

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataLifecycle) FieldPath

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataLifecycle) WithArrayOfValues

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataLifecycle) WithValue

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion struct{}

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion) FieldPath

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion) WithArrayOfValues

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion) WithValue

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataLifecycleState

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataLifecycleState struct{}

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataLifecycleState) FieldPath

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataLifecycleState) WithArrayOfValues

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataLifecycleState) WithValue

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataOwnerReferences

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataOwnerReferences struct{}

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) FieldPath

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithArrayOfValues

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithItemValue

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithValue

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController struct{}

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) FieldPath

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) WithArrayOfValues

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) WithValue

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind struct{}

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) FieldPath

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) WithValue

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName struct{}

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) FieldPath

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) WithArrayOfValues

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) WithValue

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion struct{}

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion) FieldPath

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion) WithArrayOfValues

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion) WithValue

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference struct{}

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference) FieldPath

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithValue

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion struct{}

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion) FieldPath

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion) WithArrayOfValues

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion) WithValue

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataResourceVersion

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataResourceVersion struct{}

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataResourceVersion) FieldPath

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataResourceVersion) WithArrayOfValues

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataResourceVersion) WithValue

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataShards

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataShards struct{}

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataShards) FieldPath

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataShards) WithArrayOfValues

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataShards) WithValue

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataSyncing

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataSyncing struct{}

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataSyncing) FieldPath

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataSyncing) WithArrayOfValues

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataSyncing) WithValue

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion struct{}

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) FieldPath

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) WithValue

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataSyncingRegions

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataSyncingRegions struct{}

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) FieldPath

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithArrayOfValues

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithItemValue

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithValue

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataTags

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataTags struct{}

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataTags) FieldPath

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataTags) WithArrayOfValues

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataTags) WithItemValue

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataTags) WithValue

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataUpdateTime

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataUpdateTime struct{}

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataUpdateTime) FieldPath

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataUpdateTime) WithArrayOfValues

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataUpdateTime) WithValue

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataUuid

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataUuid struct{}

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataUuid) FieldPath

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataUuid) WithArrayOfValues

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateMetadataUuid) WithValue

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateName

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateName struct{}

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateName) FieldPath

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateName) WithArrayOfValues

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateName) WithValue

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateNetworkAgent

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateNetworkAgent struct{}

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateNetworkAgent) FieldPath

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateNetworkAgent) WithArrayOfValues

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateNetworkAgent) WithValue

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateNoProxy

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateNoProxy struct{}

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateNoProxy) FieldPath

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateNoProxy) WithArrayOfValues

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateNoProxy) WithValue

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateNtp

type UpdateOsImageProfileRequest_CASPathSelectorConditionalStateNtp struct{}

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateNtp) FieldPath

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateNtp) WithArrayOfValues

func (UpdateOsImageProfileRequest_CASPathSelectorConditionalStateNtp) WithValue

type UpdateOsImageProfileRequest_CASPathSelectorFieldMask

type UpdateOsImageProfileRequest_CASPathSelectorFieldMask struct{}

func (UpdateOsImageProfileRequest_CASPathSelectorFieldMask) FieldPath

type UpdateOsImageProfileRequest_CAS_FieldMask

type UpdateOsImageProfileRequest_CAS_FieldMask struct {
	Paths []UpdateOsImageProfileRequestCAS_FieldPath
}

func FullUpdateOsImageProfileRequest_CAS_FieldMask

func FullUpdateOsImageProfileRequest_CAS_FieldMask() *UpdateOsImageProfileRequest_CAS_FieldMask

func (*UpdateOsImageProfileRequest_CAS_FieldMask) AppendPath

func (*UpdateOsImageProfileRequest_CAS_FieldMask) AppendRawPath

func (fieldMask *UpdateOsImageProfileRequest_CAS_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*UpdateOsImageProfileRequest_CAS_FieldMask) DecodeFirestore

func (fieldMask *UpdateOsImageProfileRequest_CAS_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*UpdateOsImageProfileRequest_CAS_FieldMask) EncodeFirestore

func (fieldMask *UpdateOsImageProfileRequest_CAS_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*UpdateOsImageProfileRequest_CAS_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*UpdateOsImageProfileRequest_CAS_FieldMask) FromProtoFieldMask

func (fieldMask *UpdateOsImageProfileRequest_CAS_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*UpdateOsImageProfileRequest_CAS_FieldMask) GetPaths

func (*UpdateOsImageProfileRequest_CAS_FieldMask) GetRawPaths

func (*UpdateOsImageProfileRequest_CAS_FieldMask) IsFull

func (fieldMask *UpdateOsImageProfileRequest_CAS_FieldMask) IsFull() bool

func (UpdateOsImageProfileRequest_CAS_FieldMask) Marshal

func (fieldMask UpdateOsImageProfileRequest_CAS_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (UpdateOsImageProfileRequest_CAS_FieldMask) MarshalJSON

func (fieldMask UpdateOsImageProfileRequest_CAS_FieldMask) MarshalJSON() ([]byte, error)

func (*UpdateOsImageProfileRequest_CAS_FieldMask) PathsCount

func (fieldMask *UpdateOsImageProfileRequest_CAS_FieldMask) PathsCount() int

func (*UpdateOsImageProfileRequest_CAS_FieldMask) Project

func (*UpdateOsImageProfileRequest_CAS_FieldMask) ProjectRaw

func (*UpdateOsImageProfileRequest_CAS_FieldMask) ProtoMessage

func (fieldMask *UpdateOsImageProfileRequest_CAS_FieldMask) ProtoMessage()

func (*UpdateOsImageProfileRequest_CAS_FieldMask) ProtoReflect

func (*UpdateOsImageProfileRequest_CAS_FieldMask) Reset

func (fieldMask *UpdateOsImageProfileRequest_CAS_FieldMask) Reset()

func (*UpdateOsImageProfileRequest_CAS_FieldMask) Set

func (*UpdateOsImageProfileRequest_CAS_FieldMask) SetFromCliFlag

func (fieldMask *UpdateOsImageProfileRequest_CAS_FieldMask) SetFromCliFlag(raw string) error

func (*UpdateOsImageProfileRequest_CAS_FieldMask) SetRaw

func (fieldMask *UpdateOsImageProfileRequest_CAS_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*UpdateOsImageProfileRequest_CAS_FieldMask) Size

func (*UpdateOsImageProfileRequest_CAS_FieldMask) String

func (*UpdateOsImageProfileRequest_CAS_FieldMask) Subtract

func (*UpdateOsImageProfileRequest_CAS_FieldMask) SubtractRaw

func (*UpdateOsImageProfileRequest_CAS_FieldMask) ToProtoFieldMask

func (fieldMask *UpdateOsImageProfileRequest_CAS_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*UpdateOsImageProfileRequest_CAS_FieldMask) Unmarshal

func (fieldMask *UpdateOsImageProfileRequest_CAS_FieldMask) Unmarshal(data []byte) error

func (*UpdateOsImageProfileRequest_CAS_FieldMask) UnmarshalJSON

func (fieldMask *UpdateOsImageProfileRequest_CAS_FieldMask) UnmarshalJSON(data []byte) error

type UpdateOsImageProfileRequest_FieldMask

type UpdateOsImageProfileRequest_FieldMask struct {
	Paths []UpdateOsImageProfileRequest_FieldPath
}

func FullUpdateOsImageProfileRequest_FieldMask

func FullUpdateOsImageProfileRequest_FieldMask() *UpdateOsImageProfileRequest_FieldMask

func (*UpdateOsImageProfileRequest_FieldMask) AppendPath

func (*UpdateOsImageProfileRequest_FieldMask) AppendRawPath

func (fieldMask *UpdateOsImageProfileRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*UpdateOsImageProfileRequest_FieldMask) DecodeFirestore

func (fieldMask *UpdateOsImageProfileRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*UpdateOsImageProfileRequest_FieldMask) EncodeFirestore

func (fieldMask *UpdateOsImageProfileRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*UpdateOsImageProfileRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*UpdateOsImageProfileRequest_FieldMask) FromProtoFieldMask

func (fieldMask *UpdateOsImageProfileRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*UpdateOsImageProfileRequest_FieldMask) GetPaths

func (*UpdateOsImageProfileRequest_FieldMask) GetRawPaths

func (fieldMask *UpdateOsImageProfileRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*UpdateOsImageProfileRequest_FieldMask) IsFull

func (fieldMask *UpdateOsImageProfileRequest_FieldMask) IsFull() bool

func (UpdateOsImageProfileRequest_FieldMask) Marshal

func (fieldMask UpdateOsImageProfileRequest_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (UpdateOsImageProfileRequest_FieldMask) MarshalJSON

func (fieldMask UpdateOsImageProfileRequest_FieldMask) MarshalJSON() ([]byte, error)

func (*UpdateOsImageProfileRequest_FieldMask) PathsCount

func (fieldMask *UpdateOsImageProfileRequest_FieldMask) PathsCount() int

func (*UpdateOsImageProfileRequest_FieldMask) Project

func (*UpdateOsImageProfileRequest_FieldMask) ProjectRaw

func (*UpdateOsImageProfileRequest_FieldMask) ProtoMessage

func (fieldMask *UpdateOsImageProfileRequest_FieldMask) ProtoMessage()

func (*UpdateOsImageProfileRequest_FieldMask) ProtoReflect

func (fieldMask *UpdateOsImageProfileRequest_FieldMask) ProtoReflect() preflect.Message

func (*UpdateOsImageProfileRequest_FieldMask) Reset

func (fieldMask *UpdateOsImageProfileRequest_FieldMask) Reset()

func (*UpdateOsImageProfileRequest_FieldMask) Set

func (*UpdateOsImageProfileRequest_FieldMask) SetFromCliFlag

func (fieldMask *UpdateOsImageProfileRequest_FieldMask) SetFromCliFlag(raw string) error

func (*UpdateOsImageProfileRequest_FieldMask) SetRaw

func (fieldMask *UpdateOsImageProfileRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*UpdateOsImageProfileRequest_FieldMask) Size

func (fieldMask *UpdateOsImageProfileRequest_FieldMask) Size() int

func (*UpdateOsImageProfileRequest_FieldMask) String

func (fieldMask *UpdateOsImageProfileRequest_FieldMask) String() string

func (*UpdateOsImageProfileRequest_FieldMask) Subtract

func (*UpdateOsImageProfileRequest_FieldMask) SubtractRaw

func (*UpdateOsImageProfileRequest_FieldMask) ToProtoFieldMask

func (fieldMask *UpdateOsImageProfileRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*UpdateOsImageProfileRequest_FieldMask) Unmarshal

func (fieldMask *UpdateOsImageProfileRequest_FieldMask) Unmarshal(data []byte) error

func (*UpdateOsImageProfileRequest_FieldMask) UnmarshalJSON

func (fieldMask *UpdateOsImageProfileRequest_FieldMask) UnmarshalJSON(data []byte) error

type UpdateOsImageProfileRequest_FieldPath

type UpdateOsImageProfileRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() UpdateOsImageProfileRequest_FieldPathSelector
	Get(source *UpdateOsImageProfileRequest) []interface{}
	GetSingle(source *UpdateOsImageProfileRequest) (interface{}, bool)
	ClearValue(item *UpdateOsImageProfileRequest)

	// Those methods build corresponding UpdateOsImageProfileRequest_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) UpdateOsImageProfileRequest_FieldPathValue
	WithIArrayOfValues(values interface{}) UpdateOsImageProfileRequest_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) UpdateOsImageProfileRequest_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseUpdateOsImageProfileRequest_FieldPath

func MustParseUpdateOsImageProfileRequest_FieldPath(rawField string) UpdateOsImageProfileRequest_FieldPath

func ParseUpdateOsImageProfileRequest_FieldPath

func ParseUpdateOsImageProfileRequest_FieldPath(rawField string) (UpdateOsImageProfileRequest_FieldPath, error)

type UpdateOsImageProfileRequest_FieldPathArrayItemValue

type UpdateOsImageProfileRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	UpdateOsImageProfileRequest_FieldPath
	ContainsValue(*UpdateOsImageProfileRequest) bool
}

UpdateOsImageProfileRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for UpdateOsImageProfileRequest according to their type Present only for array (repeated) types.

func MustParseUpdateOsImageProfileRequest_FieldPathArrayItemValue

func MustParseUpdateOsImageProfileRequest_FieldPathArrayItemValue(pathStr, valueStr string) UpdateOsImageProfileRequest_FieldPathArrayItemValue

func ParseUpdateOsImageProfileRequest_FieldPathArrayItemValue

func ParseUpdateOsImageProfileRequest_FieldPathArrayItemValue(pathStr, valueStr string) (UpdateOsImageProfileRequest_FieldPathArrayItemValue, error)

ParseUpdateOsImageProfileRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type UpdateOsImageProfileRequest_FieldPathArrayOfValues

type UpdateOsImageProfileRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	UpdateOsImageProfileRequest_FieldPath
}

UpdateOsImageProfileRequest_FieldPathArrayOfValues allows storing slice of values for UpdateOsImageProfileRequest fields according to their type

func MustParseUpdateOsImageProfileRequest_FieldPathArrayOfValues

func MustParseUpdateOsImageProfileRequest_FieldPathArrayOfValues(pathStr, valuesStr string) UpdateOsImageProfileRequest_FieldPathArrayOfValues

func ParseUpdateOsImageProfileRequest_FieldPathArrayOfValues

func ParseUpdateOsImageProfileRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (UpdateOsImageProfileRequest_FieldPathArrayOfValues, error)

type UpdateOsImageProfileRequest_FieldPathSelector

type UpdateOsImageProfileRequest_FieldPathSelector int32
const (
	UpdateOsImageProfileRequest_FieldPathSelectorOsImageProfile UpdateOsImageProfileRequest_FieldPathSelector = 0
	UpdateOsImageProfileRequest_FieldPathSelectorUpdateMask     UpdateOsImageProfileRequest_FieldPathSelector = 1
	UpdateOsImageProfileRequest_FieldPathSelectorCas            UpdateOsImageProfileRequest_FieldPathSelector = 2
	UpdateOsImageProfileRequest_FieldPathSelectorAllowMissing   UpdateOsImageProfileRequest_FieldPathSelector = 3
)

func (UpdateOsImageProfileRequest_FieldPathSelector) String

type UpdateOsImageProfileRequest_FieldPathValue

type UpdateOsImageProfileRequest_FieldPathValue interface {
	UpdateOsImageProfileRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **UpdateOsImageProfileRequest)
	CompareWith(*UpdateOsImageProfileRequest) (cmp int, comparable bool)
}

UpdateOsImageProfileRequest_FieldPathValue allows storing values for UpdateOsImageProfileRequest fields according to their type

func MustParseUpdateOsImageProfileRequest_FieldPathValue

func MustParseUpdateOsImageProfileRequest_FieldPathValue(pathStr, valueStr string) UpdateOsImageProfileRequest_FieldPathValue

func ParseUpdateOsImageProfileRequest_FieldPathValue

func ParseUpdateOsImageProfileRequest_FieldPathValue(pathStr, valueStr string) (UpdateOsImageProfileRequest_FieldPathValue, error)

type UpdateOsImageProfileRequest_FieldSubPath

type UpdateOsImageProfileRequest_FieldSubPath struct {
	// contains filtered or unexported fields
}

func (*UpdateOsImageProfileRequest_FieldSubPath) AsCasSubPath

func (*UpdateOsImageProfileRequest_FieldSubPath) AsOsImageProfileSubPath

func (*UpdateOsImageProfileRequest_FieldSubPath) ClearValue

func (*UpdateOsImageProfileRequest_FieldSubPath) ClearValueRaw

func (fps *UpdateOsImageProfileRequest_FieldSubPath) ClearValueRaw(item proto.Message)

func (*UpdateOsImageProfileRequest_FieldSubPath) Get

func (fps *UpdateOsImageProfileRequest_FieldSubPath) Get(source *UpdateOsImageProfileRequest) (values []interface{})

Get returns all values pointed by selected field from source UpdateOsImageProfileRequest

func (*UpdateOsImageProfileRequest_FieldSubPath) GetDefault

func (fps *UpdateOsImageProfileRequest_FieldSubPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*UpdateOsImageProfileRequest_FieldSubPath) GetRaw

func (fps *UpdateOsImageProfileRequest_FieldSubPath) GetRaw(source proto.Message) []interface{}

func (*UpdateOsImageProfileRequest_FieldSubPath) GetSingle

func (fps *UpdateOsImageProfileRequest_FieldSubPath) GetSingle(source *UpdateOsImageProfileRequest) (interface{}, bool)

GetSingle returns value of selected field from source UpdateOsImageProfileRequest

func (*UpdateOsImageProfileRequest_FieldSubPath) GetSingleRaw

func (fps *UpdateOsImageProfileRequest_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*UpdateOsImageProfileRequest_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdateOsImageProfileRequest_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdateOsImageProfileRequest_FieldSubPath) Selector

func (*UpdateOsImageProfileRequest_FieldSubPath) SplitIntoTerminalIPaths

func (fps *UpdateOsImageProfileRequest_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*UpdateOsImageProfileRequest_FieldSubPath) String

String returns path representation in proto convention

func (*UpdateOsImageProfileRequest_FieldSubPath) WithIArrayItemValue

func (*UpdateOsImageProfileRequest_FieldSubPath) WithIArrayOfValues

func (*UpdateOsImageProfileRequest_FieldSubPath) WithIValue

func (*UpdateOsImageProfileRequest_FieldSubPath) WithRawIArrayItemValue

func (fps *UpdateOsImageProfileRequest_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*UpdateOsImageProfileRequest_FieldSubPath) WithRawIArrayOfValues

func (fps *UpdateOsImageProfileRequest_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*UpdateOsImageProfileRequest_FieldSubPath) WithRawIValue

func (fps *UpdateOsImageProfileRequest_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type UpdateOsImageProfileRequest_FieldSubPathArrayItemValue

type UpdateOsImageProfileRequest_FieldSubPathArrayItemValue struct {
	UpdateOsImageProfileRequest_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateOsImageProfileRequest_FieldSubPathArrayItemValue) AsCasPathItemValue

func (*UpdateOsImageProfileRequest_FieldSubPathArrayItemValue) AsOsImageProfilePathItemValue

func (*UpdateOsImageProfileRequest_FieldSubPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'UpdateOsImageProfileRequest'

func (*UpdateOsImageProfileRequest_FieldSubPathArrayItemValue) GetRawItemValue

func (fpaivs *UpdateOsImageProfileRequest_FieldSubPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored array item value

type UpdateOsImageProfileRequest_FieldSubPathArrayOfValues

type UpdateOsImageProfileRequest_FieldSubPathArrayOfValues struct {
	UpdateOsImageProfileRequest_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateOsImageProfileRequest_FieldSubPathArrayOfValues) AsCasPathArrayOfValues

func (*UpdateOsImageProfileRequest_FieldSubPathArrayOfValues) AsOsImageProfilePathArrayOfValues

func (*UpdateOsImageProfileRequest_FieldSubPathArrayOfValues) GetRawValues

func (fpsaov *UpdateOsImageProfileRequest_FieldSubPathArrayOfValues) GetRawValues() []interface{}

type UpdateOsImageProfileRequest_FieldSubPathValue

type UpdateOsImageProfileRequest_FieldSubPathValue struct {
	UpdateOsImageProfileRequest_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateOsImageProfileRequest_FieldSubPathValue) AsCasPathValue

func (*UpdateOsImageProfileRequest_FieldSubPathValue) AsOsImageProfilePathValue

func (*UpdateOsImageProfileRequest_FieldSubPathValue) CompareWith

func (*UpdateOsImageProfileRequest_FieldSubPathValue) CompareWithRaw

func (fpvs *UpdateOsImageProfileRequest_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*UpdateOsImageProfileRequest_FieldSubPathValue) GetRawValue

func (fpvs *UpdateOsImageProfileRequest_FieldSubPathValue) GetRawValue() interface{}

func (*UpdateOsImageProfileRequest_FieldSubPathValue) SetTo

func (*UpdateOsImageProfileRequest_FieldSubPathValue) SetToRaw

type UpdateOsImageProfileRequest_FieldTerminalPath

type UpdateOsImageProfileRequest_FieldTerminalPath struct {
	// contains filtered or unexported fields
}

func (*UpdateOsImageProfileRequest_FieldTerminalPath) ClearValue

func (*UpdateOsImageProfileRequest_FieldTerminalPath) ClearValueRaw

func (*UpdateOsImageProfileRequest_FieldTerminalPath) Get

func (fp *UpdateOsImageProfileRequest_FieldTerminalPath) Get(source *UpdateOsImageProfileRequest) (values []interface{})

Get returns all values pointed by specific field from source UpdateOsImageProfileRequest

func (*UpdateOsImageProfileRequest_FieldTerminalPath) GetDefault

func (fp *UpdateOsImageProfileRequest_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*UpdateOsImageProfileRequest_FieldTerminalPath) GetRaw

func (fp *UpdateOsImageProfileRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*UpdateOsImageProfileRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source UpdateOsImageProfileRequest

func (*UpdateOsImageProfileRequest_FieldTerminalPath) GetSingleRaw

func (fp *UpdateOsImageProfileRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*UpdateOsImageProfileRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdateOsImageProfileRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdateOsImageProfileRequest_FieldTerminalPath) Selector

func (*UpdateOsImageProfileRequest_FieldTerminalPath) SplitIntoTerminalIPaths

func (*UpdateOsImageProfileRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*UpdateOsImageProfileRequest_FieldTerminalPath) WithIArrayItemValue

func (*UpdateOsImageProfileRequest_FieldTerminalPath) WithIArrayOfValues

func (*UpdateOsImageProfileRequest_FieldTerminalPath) WithIValue

func (*UpdateOsImageProfileRequest_FieldTerminalPath) WithRawIArrayItemValue

func (fp *UpdateOsImageProfileRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*UpdateOsImageProfileRequest_FieldTerminalPath) WithRawIArrayOfValues

func (fp *UpdateOsImageProfileRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*UpdateOsImageProfileRequest_FieldTerminalPath) WithRawIValue

func (fp *UpdateOsImageProfileRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type UpdateOsImageProfileRequest_FieldTerminalPathArrayItemValue

type UpdateOsImageProfileRequest_FieldTerminalPathArrayItemValue struct {
	UpdateOsImageProfileRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateOsImageProfileRequest_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'UpdateOsImageProfileRequest'

func (*UpdateOsImageProfileRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *UpdateOsImageProfileRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object UpdateOsImageProfileRequest as interface{}

func (*UpdateOsImageProfileRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*UpdateOsImageProfileRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *UpdateOsImageProfileRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type UpdateOsImageProfileRequest_FieldTerminalPathArrayOfValues

type UpdateOsImageProfileRequest_FieldTerminalPathArrayOfValues struct {
	UpdateOsImageProfileRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateOsImageProfileRequest_FieldTerminalPathArrayOfValues) AsAllowMissingArrayOfValues

func (fpaov *UpdateOsImageProfileRequest_FieldTerminalPathArrayOfValues) AsAllowMissingArrayOfValues() ([]bool, bool)

func (*UpdateOsImageProfileRequest_FieldTerminalPathArrayOfValues) AsCasArrayOfValues

func (*UpdateOsImageProfileRequest_FieldTerminalPathArrayOfValues) AsOsImageProfileArrayOfValues

func (*UpdateOsImageProfileRequest_FieldTerminalPathArrayOfValues) AsUpdateMaskArrayOfValues

func (*UpdateOsImageProfileRequest_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *UpdateOsImageProfileRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type UpdateOsImageProfileRequest_FieldTerminalPathValue

type UpdateOsImageProfileRequest_FieldTerminalPathValue struct {
	UpdateOsImageProfileRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateOsImageProfileRequest_FieldTerminalPathValue) AsAllowMissingValue

func (fpv *UpdateOsImageProfileRequest_FieldTerminalPathValue) AsAllowMissingValue() (bool, bool)

func (*UpdateOsImageProfileRequest_FieldTerminalPathValue) AsCasValue

func (*UpdateOsImageProfileRequest_FieldTerminalPathValue) AsOsImageProfileValue

func (*UpdateOsImageProfileRequest_FieldTerminalPathValue) AsUpdateMaskValue

func (*UpdateOsImageProfileRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'UpdateOsImageProfileRequest_FieldTerminalPathValue' with the value under path in 'UpdateOsImageProfileRequest'.

func (*UpdateOsImageProfileRequest_FieldTerminalPathValue) CompareWithRaw

func (*UpdateOsImageProfileRequest_FieldTerminalPathValue) GetRawValue

func (fpv *UpdateOsImageProfileRequest_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'UpdateOsImageProfileRequest' as interface{}

func (*UpdateOsImageProfileRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object UpdateOsImageProfileRequest

func (*UpdateOsImageProfileRequest_FieldTerminalPathValue) SetToRaw

type WatchOsImageProfileClientStream

type WatchOsImageProfileClientStream interface {
	Recv() (*WatchOsImageProfileResponse, error)
	grpc.ClientStream
}

type WatchOsImageProfileDescriptor

type WatchOsImageProfileDescriptor struct{}

func GetWatchOsImageProfileDescriptor

func GetWatchOsImageProfileDescriptor() *WatchOsImageProfileDescriptor

func (*WatchOsImageProfileDescriptor) GetApiDescriptor

func (*WatchOsImageProfileDescriptor) GetApiName

func (d *WatchOsImageProfileDescriptor) GetApiName() string

func (*WatchOsImageProfileDescriptor) GetClientMsgReflectHandle

func (d *WatchOsImageProfileDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*WatchOsImageProfileDescriptor) GetFullMethodName

func (d *WatchOsImageProfileDescriptor) GetFullMethodName() string

func (*WatchOsImageProfileDescriptor) GetMethodName

func (d *WatchOsImageProfileDescriptor) GetMethodName() string

func (*WatchOsImageProfileDescriptor) GetProtoPkgName

func (d *WatchOsImageProfileDescriptor) GetProtoPkgName() string

func (*WatchOsImageProfileDescriptor) GetResourceDescriptor

func (d *WatchOsImageProfileDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*WatchOsImageProfileDescriptor) GetServerMsgReflectHandle

func (d *WatchOsImageProfileDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*WatchOsImageProfileDescriptor) GetServiceDomain

func (d *WatchOsImageProfileDescriptor) GetServiceDomain() string

func (*WatchOsImageProfileDescriptor) GetServiceVersion

func (d *WatchOsImageProfileDescriptor) GetServiceVersion() string

func (*WatchOsImageProfileDescriptor) GetVerb

func (*WatchOsImageProfileDescriptor) HasResource

func (d *WatchOsImageProfileDescriptor) HasResource() bool

func (*WatchOsImageProfileDescriptor) IsClientStream

func (d *WatchOsImageProfileDescriptor) IsClientStream() bool

func (*WatchOsImageProfileDescriptor) IsCollection

func (d *WatchOsImageProfileDescriptor) IsCollection() bool

func (*WatchOsImageProfileDescriptor) IsPlural

func (d *WatchOsImageProfileDescriptor) IsPlural() bool

func (*WatchOsImageProfileDescriptor) IsServerStream

func (d *WatchOsImageProfileDescriptor) IsServerStream() bool

func (*WatchOsImageProfileDescriptor) IsUnary

func (d *WatchOsImageProfileDescriptor) IsUnary() bool

func (*WatchOsImageProfileDescriptor) NewEmptyClientMsg

func (d *WatchOsImageProfileDescriptor) NewEmptyClientMsg() proto.Message

func (*WatchOsImageProfileDescriptor) NewEmptyServerMsg

func (d *WatchOsImageProfileDescriptor) NewEmptyServerMsg() proto.Message

func (*WatchOsImageProfileDescriptor) RequestHasResourceBody

func (d *WatchOsImageProfileDescriptor) RequestHasResourceBody() bool

type WatchOsImageProfileDescriptorClientMsgHandle

type WatchOsImageProfileDescriptorClientMsgHandle struct{}

func (*WatchOsImageProfileDescriptorClientMsgHandle) ExtractCollectionName

func (*WatchOsImageProfileDescriptorClientMsgHandle) ExtractResourceName

func (*WatchOsImageProfileDescriptorClientMsgHandle) ExtractResourceNames

type WatchOsImageProfileDescriptorServerMsgHandle

type WatchOsImageProfileDescriptorServerMsgHandle struct{}

func (*WatchOsImageProfileDescriptorServerMsgHandle) ExtractCollectionName

func (*WatchOsImageProfileDescriptorServerMsgHandle) ExtractResourceName

func (*WatchOsImageProfileDescriptorServerMsgHandle) ExtractResourceNames

type WatchOsImageProfileRequest

type WatchOsImageProfileRequest struct {

	// Reference to ntt.devices.v1alpha2.OsImageProfile
	Name *os_image_profile.Reference `protobuf:"bytes,1,opt,customtype=Reference,name=name,proto3" json:"name,omitempty" firestore:"name"`
	// A list of extra fields to be obtained for each response item on top of
	// fields defined by request field view
	FieldMask *os_image_profile.OsImageProfile_FieldMask `` /* 146-byte string literal not displayed */
	// View defines list of standard response fields present in response items.
	// Additional fields can be amended by request field field_mask
	View view.View `protobuf:"varint,4,opt,name=view,proto3,enum=goten.view.View" json:"view,omitempty" firestore:"view"`
	// contains filtered or unexported fields
}

Request message for method [WatchOsImageProfile][ntt.devices.v1alpha2.WatchOsImageProfile]

func (*WatchOsImageProfileRequest) Clone

func (*WatchOsImageProfileRequest) CloneRaw

func (*WatchOsImageProfileRequest) Descriptor

func (*WatchOsImageProfileRequest) Descriptor() ([]byte, []int)

Deprecated, Use WatchOsImageProfileRequest.ProtoReflect.Descriptor instead.

func (*WatchOsImageProfileRequest) GetFieldMask

func (*WatchOsImageProfileRequest) GetName

func (*WatchOsImageProfileRequest) GetView

func (m *WatchOsImageProfileRequest) GetView() view.View

func (*WatchOsImageProfileRequest) GotenMessage

func (*WatchOsImageProfileRequest) GotenMessage()

func (*WatchOsImageProfileRequest) GotenObjectExt

func (o *WatchOsImageProfileRequest) GotenObjectExt()

func (*WatchOsImageProfileRequest) GotenValidate

func (obj *WatchOsImageProfileRequest) GotenValidate() error

func (*WatchOsImageProfileRequest) MakeDiffFieldMask

func (*WatchOsImageProfileRequest) MakeFullFieldMask

func (*WatchOsImageProfileRequest) MakeRawDiffFieldMask

func (*WatchOsImageProfileRequest) MakeRawFullFieldMask

func (o *WatchOsImageProfileRequest) MakeRawFullFieldMask() gotenobject.FieldMask

func (*WatchOsImageProfileRequest) Marshal

func (m *WatchOsImageProfileRequest) Marshal() ([]byte, error)

func (*WatchOsImageProfileRequest) MarshalJSON

func (m *WatchOsImageProfileRequest) MarshalJSON() ([]byte, error)

func (*WatchOsImageProfileRequest) Merge

func (*WatchOsImageProfileRequest) MergeRaw

func (*WatchOsImageProfileRequest) ProtoMessage

func (*WatchOsImageProfileRequest) ProtoMessage()

func (*WatchOsImageProfileRequest) ProtoReflect

func (m *WatchOsImageProfileRequest) ProtoReflect() preflect.Message

func (*WatchOsImageProfileRequest) Reset

func (m *WatchOsImageProfileRequest) Reset()

func (*WatchOsImageProfileRequest) SetFieldMask

func (*WatchOsImageProfileRequest) SetName

func (*WatchOsImageProfileRequest) SetView

func (m *WatchOsImageProfileRequest) SetView(fv view.View)

func (*WatchOsImageProfileRequest) String

func (m *WatchOsImageProfileRequest) String() string

func (*WatchOsImageProfileRequest) Unmarshal

func (m *WatchOsImageProfileRequest) Unmarshal(b []byte) error

func (*WatchOsImageProfileRequest) UnmarshalJSON

func (m *WatchOsImageProfileRequest) UnmarshalJSON(data []byte) error

type WatchOsImageProfileRequestFieldPathBuilder

type WatchOsImageProfileRequestFieldPathBuilder struct{}

func NewWatchOsImageProfileRequestFieldPathBuilder

func NewWatchOsImageProfileRequestFieldPathBuilder() WatchOsImageProfileRequestFieldPathBuilder

func (WatchOsImageProfileRequestFieldPathBuilder) FieldMask

func (WatchOsImageProfileRequestFieldPathBuilder) Name

func (WatchOsImageProfileRequestFieldPathBuilder) View

type WatchOsImageProfileRequestPathSelectorFieldMask

type WatchOsImageProfileRequestPathSelectorFieldMask struct{}

func (WatchOsImageProfileRequestPathSelectorFieldMask) FieldPath

type WatchOsImageProfileRequestPathSelectorName

type WatchOsImageProfileRequestPathSelectorName struct{}

func (WatchOsImageProfileRequestPathSelectorName) FieldPath

func (WatchOsImageProfileRequestPathSelectorName) WithArrayOfValues

func (WatchOsImageProfileRequestPathSelectorName) WithValue

type WatchOsImageProfileRequestPathSelectorView

type WatchOsImageProfileRequestPathSelectorView struct{}

func (WatchOsImageProfileRequestPathSelectorView) FieldPath

func (WatchOsImageProfileRequestPathSelectorView) WithArrayOfValues

func (WatchOsImageProfileRequestPathSelectorView) WithValue

type WatchOsImageProfileRequest_FieldMask

type WatchOsImageProfileRequest_FieldMask struct {
	Paths []WatchOsImageProfileRequest_FieldPath
}

func FullWatchOsImageProfileRequest_FieldMask

func FullWatchOsImageProfileRequest_FieldMask() *WatchOsImageProfileRequest_FieldMask

func (*WatchOsImageProfileRequest_FieldMask) AppendPath

func (*WatchOsImageProfileRequest_FieldMask) AppendRawPath

func (fieldMask *WatchOsImageProfileRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*WatchOsImageProfileRequest_FieldMask) DecodeFirestore

func (fieldMask *WatchOsImageProfileRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*WatchOsImageProfileRequest_FieldMask) EncodeFirestore

func (fieldMask *WatchOsImageProfileRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*WatchOsImageProfileRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchOsImageProfileRequest_FieldMask) FromProtoFieldMask

func (fieldMask *WatchOsImageProfileRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*WatchOsImageProfileRequest_FieldMask) GetPaths

func (*WatchOsImageProfileRequest_FieldMask) GetRawPaths

func (fieldMask *WatchOsImageProfileRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*WatchOsImageProfileRequest_FieldMask) IsFull

func (fieldMask *WatchOsImageProfileRequest_FieldMask) IsFull() bool

func (WatchOsImageProfileRequest_FieldMask) Marshal

func (fieldMask WatchOsImageProfileRequest_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (WatchOsImageProfileRequest_FieldMask) MarshalJSON

func (fieldMask WatchOsImageProfileRequest_FieldMask) MarshalJSON() ([]byte, error)

func (*WatchOsImageProfileRequest_FieldMask) PathsCount

func (fieldMask *WatchOsImageProfileRequest_FieldMask) PathsCount() int

func (*WatchOsImageProfileRequest_FieldMask) Project

func (*WatchOsImageProfileRequest_FieldMask) ProjectRaw

func (*WatchOsImageProfileRequest_FieldMask) ProtoMessage

func (fieldMask *WatchOsImageProfileRequest_FieldMask) ProtoMessage()

func (*WatchOsImageProfileRequest_FieldMask) ProtoReflect

func (fieldMask *WatchOsImageProfileRequest_FieldMask) ProtoReflect() preflect.Message

func (*WatchOsImageProfileRequest_FieldMask) Reset

func (fieldMask *WatchOsImageProfileRequest_FieldMask) Reset()

func (*WatchOsImageProfileRequest_FieldMask) Set

func (fieldMask *WatchOsImageProfileRequest_FieldMask) Set(target, source *WatchOsImageProfileRequest)

func (*WatchOsImageProfileRequest_FieldMask) SetFromCliFlag

func (fieldMask *WatchOsImageProfileRequest_FieldMask) SetFromCliFlag(raw string) error

func (*WatchOsImageProfileRequest_FieldMask) SetRaw

func (fieldMask *WatchOsImageProfileRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*WatchOsImageProfileRequest_FieldMask) Size

func (fieldMask *WatchOsImageProfileRequest_FieldMask) Size() int

func (*WatchOsImageProfileRequest_FieldMask) String

func (fieldMask *WatchOsImageProfileRequest_FieldMask) String() string

func (*WatchOsImageProfileRequest_FieldMask) Subtract

func (*WatchOsImageProfileRequest_FieldMask) SubtractRaw

func (*WatchOsImageProfileRequest_FieldMask) ToProtoFieldMask

func (fieldMask *WatchOsImageProfileRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*WatchOsImageProfileRequest_FieldMask) Unmarshal

func (fieldMask *WatchOsImageProfileRequest_FieldMask) Unmarshal(data []byte) error

func (*WatchOsImageProfileRequest_FieldMask) UnmarshalJSON

func (fieldMask *WatchOsImageProfileRequest_FieldMask) UnmarshalJSON(data []byte) error

type WatchOsImageProfileRequest_FieldPath

type WatchOsImageProfileRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchOsImageProfileRequest_FieldPathSelector
	Get(source *WatchOsImageProfileRequest) []interface{}
	GetSingle(source *WatchOsImageProfileRequest) (interface{}, bool)
	ClearValue(item *WatchOsImageProfileRequest)

	// Those methods build corresponding WatchOsImageProfileRequest_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) WatchOsImageProfileRequest_FieldPathValue
	WithIArrayOfValues(values interface{}) WatchOsImageProfileRequest_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) WatchOsImageProfileRequest_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseWatchOsImageProfileRequest_FieldPath

func MustParseWatchOsImageProfileRequest_FieldPath(rawField string) WatchOsImageProfileRequest_FieldPath

func ParseWatchOsImageProfileRequest_FieldPath

func ParseWatchOsImageProfileRequest_FieldPath(rawField string) (WatchOsImageProfileRequest_FieldPath, error)

type WatchOsImageProfileRequest_FieldPathArrayItemValue

type WatchOsImageProfileRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchOsImageProfileRequest_FieldPath
	ContainsValue(*WatchOsImageProfileRequest) bool
}

WatchOsImageProfileRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for WatchOsImageProfileRequest according to their type Present only for array (repeated) types.

func MustParseWatchOsImageProfileRequest_FieldPathArrayItemValue

func MustParseWatchOsImageProfileRequest_FieldPathArrayItemValue(pathStr, valueStr string) WatchOsImageProfileRequest_FieldPathArrayItemValue

func ParseWatchOsImageProfileRequest_FieldPathArrayItemValue

func ParseWatchOsImageProfileRequest_FieldPathArrayItemValue(pathStr, valueStr string) (WatchOsImageProfileRequest_FieldPathArrayItemValue, error)

ParseWatchOsImageProfileRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchOsImageProfileRequest_FieldPathArrayOfValues

type WatchOsImageProfileRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchOsImageProfileRequest_FieldPath
}

WatchOsImageProfileRequest_FieldPathArrayOfValues allows storing slice of values for WatchOsImageProfileRequest fields according to their type

func MustParseWatchOsImageProfileRequest_FieldPathArrayOfValues

func MustParseWatchOsImageProfileRequest_FieldPathArrayOfValues(pathStr, valuesStr string) WatchOsImageProfileRequest_FieldPathArrayOfValues

func ParseWatchOsImageProfileRequest_FieldPathArrayOfValues

func ParseWatchOsImageProfileRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchOsImageProfileRequest_FieldPathArrayOfValues, error)

type WatchOsImageProfileRequest_FieldPathSelector

type WatchOsImageProfileRequest_FieldPathSelector int32
const (
	WatchOsImageProfileRequest_FieldPathSelectorName      WatchOsImageProfileRequest_FieldPathSelector = 0
	WatchOsImageProfileRequest_FieldPathSelectorFieldMask WatchOsImageProfileRequest_FieldPathSelector = 1
	WatchOsImageProfileRequest_FieldPathSelectorView      WatchOsImageProfileRequest_FieldPathSelector = 2
)

func (WatchOsImageProfileRequest_FieldPathSelector) String

type WatchOsImageProfileRequest_FieldPathValue

type WatchOsImageProfileRequest_FieldPathValue interface {
	WatchOsImageProfileRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchOsImageProfileRequest)
	CompareWith(*WatchOsImageProfileRequest) (cmp int, comparable bool)
}

WatchOsImageProfileRequest_FieldPathValue allows storing values for WatchOsImageProfileRequest fields according to their type

func MustParseWatchOsImageProfileRequest_FieldPathValue

func MustParseWatchOsImageProfileRequest_FieldPathValue(pathStr, valueStr string) WatchOsImageProfileRequest_FieldPathValue

func ParseWatchOsImageProfileRequest_FieldPathValue

func ParseWatchOsImageProfileRequest_FieldPathValue(pathStr, valueStr string) (WatchOsImageProfileRequest_FieldPathValue, error)

type WatchOsImageProfileRequest_FieldTerminalPath

type WatchOsImageProfileRequest_FieldTerminalPath struct {
	// contains filtered or unexported fields
}

func (*WatchOsImageProfileRequest_FieldTerminalPath) ClearValue

func (*WatchOsImageProfileRequest_FieldTerminalPath) ClearValueRaw

func (*WatchOsImageProfileRequest_FieldTerminalPath) Get

func (fp *WatchOsImageProfileRequest_FieldTerminalPath) Get(source *WatchOsImageProfileRequest) (values []interface{})

Get returns all values pointed by specific field from source WatchOsImageProfileRequest

func (*WatchOsImageProfileRequest_FieldTerminalPath) GetDefault

func (fp *WatchOsImageProfileRequest_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*WatchOsImageProfileRequest_FieldTerminalPath) GetRaw

func (fp *WatchOsImageProfileRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*WatchOsImageProfileRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source WatchOsImageProfileRequest

func (*WatchOsImageProfileRequest_FieldTerminalPath) GetSingleRaw

func (fp *WatchOsImageProfileRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*WatchOsImageProfileRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchOsImageProfileRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchOsImageProfileRequest_FieldTerminalPath) Selector

func (*WatchOsImageProfileRequest_FieldTerminalPath) SplitIntoTerminalIPaths

func (fp *WatchOsImageProfileRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*WatchOsImageProfileRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchOsImageProfileRequest_FieldTerminalPath) WithIArrayItemValue

func (*WatchOsImageProfileRequest_FieldTerminalPath) WithIArrayOfValues

func (*WatchOsImageProfileRequest_FieldTerminalPath) WithIValue

func (*WatchOsImageProfileRequest_FieldTerminalPath) WithRawIArrayItemValue

func (fp *WatchOsImageProfileRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*WatchOsImageProfileRequest_FieldTerminalPath) WithRawIArrayOfValues

func (fp *WatchOsImageProfileRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*WatchOsImageProfileRequest_FieldTerminalPath) WithRawIValue

func (fp *WatchOsImageProfileRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type WatchOsImageProfileRequest_FieldTerminalPathArrayItemValue

type WatchOsImageProfileRequest_FieldTerminalPathArrayItemValue struct {
	WatchOsImageProfileRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchOsImageProfileRequest_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'WatchOsImageProfileRequest'

func (*WatchOsImageProfileRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *WatchOsImageProfileRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object WatchOsImageProfileRequest as interface{}

func (*WatchOsImageProfileRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchOsImageProfileRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *WatchOsImageProfileRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type WatchOsImageProfileRequest_FieldTerminalPathArrayOfValues

type WatchOsImageProfileRequest_FieldTerminalPathArrayOfValues struct {
	WatchOsImageProfileRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchOsImageProfileRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*WatchOsImageProfileRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (*WatchOsImageProfileRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

func (fpaov *WatchOsImageProfileRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)

func (*WatchOsImageProfileRequest_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *WatchOsImageProfileRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type WatchOsImageProfileRequest_FieldTerminalPathValue

type WatchOsImageProfileRequest_FieldTerminalPathValue struct {
	WatchOsImageProfileRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchOsImageProfileRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*WatchOsImageProfileRequest_FieldTerminalPathValue) AsNameValue

func (*WatchOsImageProfileRequest_FieldTerminalPathValue) AsViewValue

func (*WatchOsImageProfileRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchOsImageProfileRequest_FieldTerminalPathValue' with the value under path in 'WatchOsImageProfileRequest'.

func (*WatchOsImageProfileRequest_FieldTerminalPathValue) CompareWithRaw

func (*WatchOsImageProfileRequest_FieldTerminalPathValue) GetRawValue

func (fpv *WatchOsImageProfileRequest_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'WatchOsImageProfileRequest' as interface{}

func (*WatchOsImageProfileRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchOsImageProfileRequest

func (*WatchOsImageProfileRequest_FieldTerminalPathValue) SetToRaw

type WatchOsImageProfileResponse

type WatchOsImageProfileResponse struct {
	Change *os_image_profile.OsImageProfileChange `protobuf:"bytes,1,opt,name=change,proto3" json:"change,omitempty" firestore:"change"`
	// contains filtered or unexported fields
}

WatchOsImageProfileResponse

func (*WatchOsImageProfileResponse) Clone

func (*WatchOsImageProfileResponse) CloneRaw

func (*WatchOsImageProfileResponse) Descriptor

func (*WatchOsImageProfileResponse) Descriptor() ([]byte, []int)

Deprecated, Use WatchOsImageProfileResponse.ProtoReflect.Descriptor instead.

func (*WatchOsImageProfileResponse) GetChange

func (*WatchOsImageProfileResponse) GotenMessage

func (*WatchOsImageProfileResponse) GotenMessage()

func (*WatchOsImageProfileResponse) GotenObjectExt

func (o *WatchOsImageProfileResponse) GotenObjectExt()

func (*WatchOsImageProfileResponse) GotenValidate

func (obj *WatchOsImageProfileResponse) GotenValidate() error

func (*WatchOsImageProfileResponse) MakeDiffFieldMask

func (*WatchOsImageProfileResponse) MakeFullFieldMask

func (*WatchOsImageProfileResponse) MakeRawDiffFieldMask

func (*WatchOsImageProfileResponse) MakeRawFullFieldMask

func (o *WatchOsImageProfileResponse) MakeRawFullFieldMask() gotenobject.FieldMask

func (*WatchOsImageProfileResponse) Marshal

func (m *WatchOsImageProfileResponse) Marshal() ([]byte, error)

func (*WatchOsImageProfileResponse) MarshalJSON

func (m *WatchOsImageProfileResponse) MarshalJSON() ([]byte, error)

func (*WatchOsImageProfileResponse) Merge

func (*WatchOsImageProfileResponse) MergeRaw

func (*WatchOsImageProfileResponse) ProtoMessage

func (*WatchOsImageProfileResponse) ProtoMessage()

func (*WatchOsImageProfileResponse) ProtoReflect

func (m *WatchOsImageProfileResponse) ProtoReflect() preflect.Message

func (*WatchOsImageProfileResponse) Reset

func (m *WatchOsImageProfileResponse) Reset()

func (*WatchOsImageProfileResponse) SetChange

func (*WatchOsImageProfileResponse) String

func (m *WatchOsImageProfileResponse) String() string

func (*WatchOsImageProfileResponse) Unmarshal

func (m *WatchOsImageProfileResponse) Unmarshal(b []byte) error

func (*WatchOsImageProfileResponse) UnmarshalJSON

func (m *WatchOsImageProfileResponse) UnmarshalJSON(data []byte) error

type WatchOsImageProfileResponseFieldPathBuilder

type WatchOsImageProfileResponseFieldPathBuilder struct{}

func NewWatchOsImageProfileResponseFieldPathBuilder

func NewWatchOsImageProfileResponseFieldPathBuilder() WatchOsImageProfileResponseFieldPathBuilder

func (WatchOsImageProfileResponseFieldPathBuilder) Change

type WatchOsImageProfileResponsePathSelectorChange

type WatchOsImageProfileResponsePathSelectorChange struct{}

func (WatchOsImageProfileResponsePathSelectorChange) FieldPath

type WatchOsImageProfileResponse_FieldMask

type WatchOsImageProfileResponse_FieldMask struct {
	Paths []WatchOsImageProfileResponse_FieldPath
}

func FullWatchOsImageProfileResponse_FieldMask

func FullWatchOsImageProfileResponse_FieldMask() *WatchOsImageProfileResponse_FieldMask

func (*WatchOsImageProfileResponse_FieldMask) AppendPath

func (*WatchOsImageProfileResponse_FieldMask) AppendRawPath

func (fieldMask *WatchOsImageProfileResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*WatchOsImageProfileResponse_FieldMask) DecodeFirestore

func (fieldMask *WatchOsImageProfileResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*WatchOsImageProfileResponse_FieldMask) EncodeFirestore

func (fieldMask *WatchOsImageProfileResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*WatchOsImageProfileResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchOsImageProfileResponse_FieldMask) FromProtoFieldMask

func (fieldMask *WatchOsImageProfileResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*WatchOsImageProfileResponse_FieldMask) GetPaths

func (*WatchOsImageProfileResponse_FieldMask) GetRawPaths

func (fieldMask *WatchOsImageProfileResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*WatchOsImageProfileResponse_FieldMask) IsFull

func (fieldMask *WatchOsImageProfileResponse_FieldMask) IsFull() bool

func (WatchOsImageProfileResponse_FieldMask) Marshal

func (fieldMask WatchOsImageProfileResponse_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (WatchOsImageProfileResponse_FieldMask) MarshalJSON

func (fieldMask WatchOsImageProfileResponse_FieldMask) MarshalJSON() ([]byte, error)

func (*WatchOsImageProfileResponse_FieldMask) PathsCount

func (fieldMask *WatchOsImageProfileResponse_FieldMask) PathsCount() int

func (*WatchOsImageProfileResponse_FieldMask) Project

func (*WatchOsImageProfileResponse_FieldMask) ProjectRaw

func (*WatchOsImageProfileResponse_FieldMask) ProtoMessage

func (fieldMask *WatchOsImageProfileResponse_FieldMask) ProtoMessage()

func (*WatchOsImageProfileResponse_FieldMask) ProtoReflect

func (fieldMask *WatchOsImageProfileResponse_FieldMask) ProtoReflect() preflect.Message

func (*WatchOsImageProfileResponse_FieldMask) Reset

func (fieldMask *WatchOsImageProfileResponse_FieldMask) Reset()

func (*WatchOsImageProfileResponse_FieldMask) Set

func (*WatchOsImageProfileResponse_FieldMask) SetFromCliFlag

func (fieldMask *WatchOsImageProfileResponse_FieldMask) SetFromCliFlag(raw string) error

func (*WatchOsImageProfileResponse_FieldMask) SetRaw

func (fieldMask *WatchOsImageProfileResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*WatchOsImageProfileResponse_FieldMask) Size

func (fieldMask *WatchOsImageProfileResponse_FieldMask) Size() int

func (*WatchOsImageProfileResponse_FieldMask) String

func (fieldMask *WatchOsImageProfileResponse_FieldMask) String() string

func (*WatchOsImageProfileResponse_FieldMask) Subtract

func (*WatchOsImageProfileResponse_FieldMask) SubtractRaw

func (*WatchOsImageProfileResponse_FieldMask) ToProtoFieldMask

func (fieldMask *WatchOsImageProfileResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*WatchOsImageProfileResponse_FieldMask) Unmarshal

func (fieldMask *WatchOsImageProfileResponse_FieldMask) Unmarshal(data []byte) error

func (*WatchOsImageProfileResponse_FieldMask) UnmarshalJSON

func (fieldMask *WatchOsImageProfileResponse_FieldMask) UnmarshalJSON(data []byte) error

type WatchOsImageProfileResponse_FieldPath

type WatchOsImageProfileResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchOsImageProfileResponse_FieldPathSelector
	Get(source *WatchOsImageProfileResponse) []interface{}
	GetSingle(source *WatchOsImageProfileResponse) (interface{}, bool)
	ClearValue(item *WatchOsImageProfileResponse)

	// Those methods build corresponding WatchOsImageProfileResponse_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) WatchOsImageProfileResponse_FieldPathValue
	WithIArrayOfValues(values interface{}) WatchOsImageProfileResponse_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) WatchOsImageProfileResponse_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseWatchOsImageProfileResponse_FieldPath

func MustParseWatchOsImageProfileResponse_FieldPath(rawField string) WatchOsImageProfileResponse_FieldPath

func ParseWatchOsImageProfileResponse_FieldPath

func ParseWatchOsImageProfileResponse_FieldPath(rawField string) (WatchOsImageProfileResponse_FieldPath, error)

type WatchOsImageProfileResponse_FieldPathArrayItemValue

type WatchOsImageProfileResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchOsImageProfileResponse_FieldPath
	ContainsValue(*WatchOsImageProfileResponse) bool
}

WatchOsImageProfileResponse_FieldPathArrayItemValue allows storing single item in Path-specific values for WatchOsImageProfileResponse according to their type Present only for array (repeated) types.

func MustParseWatchOsImageProfileResponse_FieldPathArrayItemValue

func MustParseWatchOsImageProfileResponse_FieldPathArrayItemValue(pathStr, valueStr string) WatchOsImageProfileResponse_FieldPathArrayItemValue

func ParseWatchOsImageProfileResponse_FieldPathArrayItemValue

func ParseWatchOsImageProfileResponse_FieldPathArrayItemValue(pathStr, valueStr string) (WatchOsImageProfileResponse_FieldPathArrayItemValue, error)

ParseWatchOsImageProfileResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchOsImageProfileResponse_FieldPathArrayOfValues

type WatchOsImageProfileResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchOsImageProfileResponse_FieldPath
}

WatchOsImageProfileResponse_FieldPathArrayOfValues allows storing slice of values for WatchOsImageProfileResponse fields according to their type

func MustParseWatchOsImageProfileResponse_FieldPathArrayOfValues

func MustParseWatchOsImageProfileResponse_FieldPathArrayOfValues(pathStr, valuesStr string) WatchOsImageProfileResponse_FieldPathArrayOfValues

func ParseWatchOsImageProfileResponse_FieldPathArrayOfValues

func ParseWatchOsImageProfileResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchOsImageProfileResponse_FieldPathArrayOfValues, error)

type WatchOsImageProfileResponse_FieldPathSelector

type WatchOsImageProfileResponse_FieldPathSelector int32
const (
	WatchOsImageProfileResponse_FieldPathSelectorChange WatchOsImageProfileResponse_FieldPathSelector = 0
)

func (WatchOsImageProfileResponse_FieldPathSelector) String

type WatchOsImageProfileResponse_FieldPathValue

type WatchOsImageProfileResponse_FieldPathValue interface {
	WatchOsImageProfileResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchOsImageProfileResponse)
	CompareWith(*WatchOsImageProfileResponse) (cmp int, comparable bool)
}

WatchOsImageProfileResponse_FieldPathValue allows storing values for WatchOsImageProfileResponse fields according to their type

func MustParseWatchOsImageProfileResponse_FieldPathValue

func MustParseWatchOsImageProfileResponse_FieldPathValue(pathStr, valueStr string) WatchOsImageProfileResponse_FieldPathValue

func ParseWatchOsImageProfileResponse_FieldPathValue

func ParseWatchOsImageProfileResponse_FieldPathValue(pathStr, valueStr string) (WatchOsImageProfileResponse_FieldPathValue, error)

type WatchOsImageProfileResponse_FieldTerminalPath

type WatchOsImageProfileResponse_FieldTerminalPath struct {
	// contains filtered or unexported fields
}

func (*WatchOsImageProfileResponse_FieldTerminalPath) ClearValue

func (*WatchOsImageProfileResponse_FieldTerminalPath) ClearValueRaw

func (*WatchOsImageProfileResponse_FieldTerminalPath) Get

func (fp *WatchOsImageProfileResponse_FieldTerminalPath) Get(source *WatchOsImageProfileResponse) (values []interface{})

Get returns all values pointed by specific field from source WatchOsImageProfileResponse

func (*WatchOsImageProfileResponse_FieldTerminalPath) GetDefault

func (fp *WatchOsImageProfileResponse_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*WatchOsImageProfileResponse_FieldTerminalPath) GetRaw

func (fp *WatchOsImageProfileResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*WatchOsImageProfileResponse_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source WatchOsImageProfileResponse

func (*WatchOsImageProfileResponse_FieldTerminalPath) GetSingleRaw

func (fp *WatchOsImageProfileResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*WatchOsImageProfileResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchOsImageProfileResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchOsImageProfileResponse_FieldTerminalPath) Selector

func (*WatchOsImageProfileResponse_FieldTerminalPath) SplitIntoTerminalIPaths

func (*WatchOsImageProfileResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchOsImageProfileResponse_FieldTerminalPath) WithIArrayItemValue

func (*WatchOsImageProfileResponse_FieldTerminalPath) WithIArrayOfValues

func (*WatchOsImageProfileResponse_FieldTerminalPath) WithIValue

func (*WatchOsImageProfileResponse_FieldTerminalPath) WithRawIArrayItemValue

func (fp *WatchOsImageProfileResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*WatchOsImageProfileResponse_FieldTerminalPath) WithRawIArrayOfValues

func (fp *WatchOsImageProfileResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*WatchOsImageProfileResponse_FieldTerminalPath) WithRawIValue

func (fp *WatchOsImageProfileResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type WatchOsImageProfileResponse_FieldTerminalPathArrayItemValue

type WatchOsImageProfileResponse_FieldTerminalPathArrayItemValue struct {
	WatchOsImageProfileResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchOsImageProfileResponse_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'WatchOsImageProfileResponse'

func (*WatchOsImageProfileResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *WatchOsImageProfileResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object WatchOsImageProfileResponse as interface{}

func (*WatchOsImageProfileResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchOsImageProfileResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *WatchOsImageProfileResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type WatchOsImageProfileResponse_FieldTerminalPathArrayOfValues

type WatchOsImageProfileResponse_FieldTerminalPathArrayOfValues struct {
	WatchOsImageProfileResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchOsImageProfileResponse_FieldTerminalPathArrayOfValues) AsChangeArrayOfValues

func (*WatchOsImageProfileResponse_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *WatchOsImageProfileResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type WatchOsImageProfileResponse_FieldTerminalPathValue

type WatchOsImageProfileResponse_FieldTerminalPathValue struct {
	WatchOsImageProfileResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchOsImageProfileResponse_FieldTerminalPathValue) AsChangeValue

func (*WatchOsImageProfileResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchOsImageProfileResponse_FieldTerminalPathValue' with the value under path in 'WatchOsImageProfileResponse'.

func (*WatchOsImageProfileResponse_FieldTerminalPathValue) CompareWithRaw

func (*WatchOsImageProfileResponse_FieldTerminalPathValue) GetRawValue

func (fpv *WatchOsImageProfileResponse_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'WatchOsImageProfileResponse' as interface{}

func (*WatchOsImageProfileResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchOsImageProfileResponse

func (*WatchOsImageProfileResponse_FieldTerminalPathValue) SetToRaw

type WatchOsImageProfilesClientStream

type WatchOsImageProfilesClientStream interface {
	Recv() (*WatchOsImageProfilesResponse, error)
	grpc.ClientStream
}

type WatchOsImageProfilesDescriptor

type WatchOsImageProfilesDescriptor struct{}

func GetWatchOsImageProfilesDescriptor

func GetWatchOsImageProfilesDescriptor() *WatchOsImageProfilesDescriptor

func (*WatchOsImageProfilesDescriptor) GetApiDescriptor

func (*WatchOsImageProfilesDescriptor) GetApiName

func (d *WatchOsImageProfilesDescriptor) GetApiName() string

func (*WatchOsImageProfilesDescriptor) GetClientMsgReflectHandle

func (d *WatchOsImageProfilesDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*WatchOsImageProfilesDescriptor) GetFullMethodName

func (d *WatchOsImageProfilesDescriptor) GetFullMethodName() string

func (*WatchOsImageProfilesDescriptor) GetMethodName

func (d *WatchOsImageProfilesDescriptor) GetMethodName() string

func (*WatchOsImageProfilesDescriptor) GetProtoPkgName

func (d *WatchOsImageProfilesDescriptor) GetProtoPkgName() string

func (*WatchOsImageProfilesDescriptor) GetResourceDescriptor

func (d *WatchOsImageProfilesDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*WatchOsImageProfilesDescriptor) GetServerMsgReflectHandle

func (d *WatchOsImageProfilesDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*WatchOsImageProfilesDescriptor) GetServiceDomain

func (d *WatchOsImageProfilesDescriptor) GetServiceDomain() string

func (*WatchOsImageProfilesDescriptor) GetServiceVersion

func (d *WatchOsImageProfilesDescriptor) GetServiceVersion() string

func (*WatchOsImageProfilesDescriptor) GetVerb

func (*WatchOsImageProfilesDescriptor) HasResource

func (d *WatchOsImageProfilesDescriptor) HasResource() bool

func (*WatchOsImageProfilesDescriptor) IsClientStream

func (d *WatchOsImageProfilesDescriptor) IsClientStream() bool

func (*WatchOsImageProfilesDescriptor) IsCollection

func (d *WatchOsImageProfilesDescriptor) IsCollection() bool

func (*WatchOsImageProfilesDescriptor) IsPlural

func (d *WatchOsImageProfilesDescriptor) IsPlural() bool

func (*WatchOsImageProfilesDescriptor) IsServerStream

func (d *WatchOsImageProfilesDescriptor) IsServerStream() bool

func (*WatchOsImageProfilesDescriptor) IsUnary

func (d *WatchOsImageProfilesDescriptor) IsUnary() bool

func (*WatchOsImageProfilesDescriptor) NewEmptyClientMsg

func (d *WatchOsImageProfilesDescriptor) NewEmptyClientMsg() proto.Message

func (*WatchOsImageProfilesDescriptor) NewEmptyServerMsg

func (d *WatchOsImageProfilesDescriptor) NewEmptyServerMsg() proto.Message

func (*WatchOsImageProfilesDescriptor) RequestHasResourceBody

func (d *WatchOsImageProfilesDescriptor) RequestHasResourceBody() bool

type WatchOsImageProfilesDescriptorClientMsgHandle

type WatchOsImageProfilesDescriptorClientMsgHandle struct{}

func (*WatchOsImageProfilesDescriptorClientMsgHandle) ExtractCollectionName

func (*WatchOsImageProfilesDescriptorClientMsgHandle) ExtractResourceName

func (*WatchOsImageProfilesDescriptorClientMsgHandle) ExtractResourceNames

type WatchOsImageProfilesDescriptorServerMsgHandle

type WatchOsImageProfilesDescriptorServerMsgHandle struct{}

func (*WatchOsImageProfilesDescriptorServerMsgHandle) ExtractCollectionName

func (*WatchOsImageProfilesDescriptorServerMsgHandle) ExtractResourceName

func (*WatchOsImageProfilesDescriptorServerMsgHandle) ExtractResourceNames

type WatchOsImageProfilesRequest

type WatchOsImageProfilesRequest struct {

	// Type of a watch. Identifies how server stream data to a client, which
	// fields in a request are allowed and which fields in response are relevant.
	Type watch_type.WatchType `protobuf:"varint,9,opt,name=type,proto3,enum=goten.watch_type.WatchType" json:"type,omitempty" firestore:"type"`
	// Parent reference of ntt.devices.v1alpha2.OsImageProfile
	Parent *os_image_profile.ParentReference `protobuf:"bytes,1,opt,customtype=ParentReference,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Requested page size. Server may return fewer OsImageProfiles than
	// requested. If unspecified, server will pick an appropriate default. Can be
	// populated only for stateful watch type.
	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty" firestore:"pageSize"`
	// A token identifying a page of results the server should return.
	// Can be populated only for stateful watch type.
	PageToken *os_image_profile.PagerCursor `` /* 133-byte string literal not displayed */
	// Order By -
	// https://cloud.google.com/apis/design/design_patterns#list_pagination Can be
	// populated only for stateful watch type.
	OrderBy *os_image_profile.OrderBy `protobuf:"bytes,4,opt,customtype=OrderBy,name=order_by,json=orderBy,proto3" json:"order_by,omitempty" firestore:"orderBy"`
	// A token identifying watch resume point from previous session.
	// Can be populated only for stateless watch type.
	ResumeToken string `protobuf:"bytes,10,opt,name=resume_token,json=resumeToken,proto3" json:"resume_token,omitempty" firestore:"resumeToken"`
	// Point in the time from which we want to start getting updates. This field
	// can be populated only for stateless watch type and if resume token is not
	// known yet. If specified, initial snapshot will NOT be provided. It is
	// assumed client can obtain it using separate means. Watch responses will
	// contain resume tokens which should be used to resume broken connection.
	StartingTime *timestamp.Timestamp `protobuf:"bytes,12,opt,name=starting_time,json=startingTime,proto3" json:"starting_time,omitempty" firestore:"startingTime"`
	// Filter - filter results by field criteria. Simplified SQL-like syntax with
	// following operators:
	// <=, >=, =, !=, <, >, LIKE, CONTAINS (aliases CONTAIN, HAS, HAVE), IN, IS
	// [NOT] NULL | NaN . Combine conditions with OR | AND example: 'meta.labels
	// CONTAINS "severity:important" OR (state.last_error_time >
	// "2018-11-15T10:00:00Z" AND state.status = "ERROR")'
	Filter *os_image_profile.Filter `protobuf:"bytes,5,opt,customtype=Filter,name=filter,proto3" json:"filter,omitempty" firestore:"filter"`
	// A list of extra fields to be obtained for each response item on top of
	// fields defined by request field view Changes to OsImageProfile that don't
	// affect any of masked fields won't be sent back.
	FieldMask *os_image_profile.OsImageProfile_FieldMask `` /* 146-byte string literal not displayed */
	// View defines list of standard response fields present in response items.
	// Additional fields can be amended by request field field_mask Changes to
	// OsImageProfile that don't affect any of masked fields won't be sent back.
	View view.View `protobuf:"varint,8,opt,name=view,proto3,enum=goten.view.View" json:"view,omitempty" firestore:"view"`
	// Maximum amount of changes in each response message. Query result response
	// is divided on the server side into chunks with size of a specified amount
	// to limit memory footprint of each message. Responses will hold information
	// whether more elements will continue for the actual change. If unspecified,
	// server will pick an appropriate default.
	MaxChunkSize int32 `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

Request message for method [WatchOsImageProfiles][ntt.devices.v1alpha2.WatchOsImageProfiles]

func (*WatchOsImageProfilesRequest) Clone

func (*WatchOsImageProfilesRequest) CloneRaw

func (*WatchOsImageProfilesRequest) Descriptor

func (*WatchOsImageProfilesRequest) Descriptor() ([]byte, []int)

Deprecated, Use WatchOsImageProfilesRequest.ProtoReflect.Descriptor instead.

func (*WatchOsImageProfilesRequest) GetFieldMask

func (*WatchOsImageProfilesRequest) GetFilter

func (*WatchOsImageProfilesRequest) GetMaxChunkSize

func (m *WatchOsImageProfilesRequest) GetMaxChunkSize() int32

func (*WatchOsImageProfilesRequest) GetOrderBy

func (*WatchOsImageProfilesRequest) GetPageSize

func (m *WatchOsImageProfilesRequest) GetPageSize() int32

func (*WatchOsImageProfilesRequest) GetPageToken

func (*WatchOsImageProfilesRequest) GetParent

func (*WatchOsImageProfilesRequest) GetResumeToken

func (m *WatchOsImageProfilesRequest) GetResumeToken() string

func (*WatchOsImageProfilesRequest) GetStartingTime

func (m *WatchOsImageProfilesRequest) GetStartingTime() *timestamp.Timestamp

func (*WatchOsImageProfilesRequest) GetType

func (*WatchOsImageProfilesRequest) GetView

func (m *WatchOsImageProfilesRequest) GetView() view.View

func (*WatchOsImageProfilesRequest) GotenMessage

func (*WatchOsImageProfilesRequest) GotenMessage()

func (*WatchOsImageProfilesRequest) GotenObjectExt

func (o *WatchOsImageProfilesRequest) GotenObjectExt()

func (*WatchOsImageProfilesRequest) GotenValidate

func (obj *WatchOsImageProfilesRequest) GotenValidate() error

func (*WatchOsImageProfilesRequest) MakeDiffFieldMask

func (*WatchOsImageProfilesRequest) MakeFullFieldMask

func (*WatchOsImageProfilesRequest) MakeRawDiffFieldMask

func (*WatchOsImageProfilesRequest) MakeRawFullFieldMask

func (o *WatchOsImageProfilesRequest) MakeRawFullFieldMask() gotenobject.FieldMask

func (*WatchOsImageProfilesRequest) Marshal

func (m *WatchOsImageProfilesRequest) Marshal() ([]byte, error)

func (*WatchOsImageProfilesRequest) MarshalJSON

func (m *WatchOsImageProfilesRequest) MarshalJSON() ([]byte, error)

func (*WatchOsImageProfilesRequest) Merge

func (*WatchOsImageProfilesRequest) MergeRaw

func (*WatchOsImageProfilesRequest) ProtoMessage

func (*WatchOsImageProfilesRequest) ProtoMessage()

func (*WatchOsImageProfilesRequest) ProtoReflect

func (m *WatchOsImageProfilesRequest) ProtoReflect() preflect.Message

func (*WatchOsImageProfilesRequest) Reset

func (m *WatchOsImageProfilesRequest) Reset()

func (*WatchOsImageProfilesRequest) SetFieldMask

func (*WatchOsImageProfilesRequest) SetFilter

func (*WatchOsImageProfilesRequest) SetMaxChunkSize

func (m *WatchOsImageProfilesRequest) SetMaxChunkSize(fv int32)

func (*WatchOsImageProfilesRequest) SetOrderBy

func (*WatchOsImageProfilesRequest) SetPageSize

func (m *WatchOsImageProfilesRequest) SetPageSize(fv int32)

func (*WatchOsImageProfilesRequest) SetPageToken

func (*WatchOsImageProfilesRequest) SetParent

func (*WatchOsImageProfilesRequest) SetResumeToken

func (m *WatchOsImageProfilesRequest) SetResumeToken(fv string)

func (*WatchOsImageProfilesRequest) SetStartingTime

func (m *WatchOsImageProfilesRequest) SetStartingTime(fv *timestamp.Timestamp)

func (*WatchOsImageProfilesRequest) SetType

func (*WatchOsImageProfilesRequest) SetView

func (m *WatchOsImageProfilesRequest) SetView(fv view.View)

func (*WatchOsImageProfilesRequest) String

func (m *WatchOsImageProfilesRequest) String() string

func (*WatchOsImageProfilesRequest) Unmarshal

func (m *WatchOsImageProfilesRequest) Unmarshal(b []byte) error

func (*WatchOsImageProfilesRequest) UnmarshalJSON

func (m *WatchOsImageProfilesRequest) UnmarshalJSON(data []byte) error

type WatchOsImageProfilesRequestFieldPathBuilder

type WatchOsImageProfilesRequestFieldPathBuilder struct{}

func NewWatchOsImageProfilesRequestFieldPathBuilder

func NewWatchOsImageProfilesRequestFieldPathBuilder() WatchOsImageProfilesRequestFieldPathBuilder

func (WatchOsImageProfilesRequestFieldPathBuilder) FieldMask

func (WatchOsImageProfilesRequestFieldPathBuilder) Filter

func (WatchOsImageProfilesRequestFieldPathBuilder) MaxChunkSize

func (WatchOsImageProfilesRequestFieldPathBuilder) OrderBy

func (WatchOsImageProfilesRequestFieldPathBuilder) PageSize

func (WatchOsImageProfilesRequestFieldPathBuilder) PageToken

func (WatchOsImageProfilesRequestFieldPathBuilder) Parent

func (WatchOsImageProfilesRequestFieldPathBuilder) ResumeToken

func (WatchOsImageProfilesRequestFieldPathBuilder) StartingTime

func (WatchOsImageProfilesRequestFieldPathBuilder) Type

func (WatchOsImageProfilesRequestFieldPathBuilder) View

type WatchOsImageProfilesRequestPathSelectorFieldMask

type WatchOsImageProfilesRequestPathSelectorFieldMask struct{}

func (WatchOsImageProfilesRequestPathSelectorFieldMask) FieldPath

type WatchOsImageProfilesRequestPathSelectorFilter

type WatchOsImageProfilesRequestPathSelectorFilter struct{}

func (WatchOsImageProfilesRequestPathSelectorFilter) FieldPath

func (WatchOsImageProfilesRequestPathSelectorFilter) WithArrayOfValues

func (WatchOsImageProfilesRequestPathSelectorFilter) WithValue

type WatchOsImageProfilesRequestPathSelectorMaxChunkSize

type WatchOsImageProfilesRequestPathSelectorMaxChunkSize struct{}

func (WatchOsImageProfilesRequestPathSelectorMaxChunkSize) FieldPath

func (WatchOsImageProfilesRequestPathSelectorMaxChunkSize) WithArrayOfValues

func (WatchOsImageProfilesRequestPathSelectorMaxChunkSize) WithValue

type WatchOsImageProfilesRequestPathSelectorOrderBy

type WatchOsImageProfilesRequestPathSelectorOrderBy struct{}

func (WatchOsImageProfilesRequestPathSelectorOrderBy) FieldPath

func (WatchOsImageProfilesRequestPathSelectorOrderBy) WithArrayOfValues

func (WatchOsImageProfilesRequestPathSelectorOrderBy) WithValue

type WatchOsImageProfilesRequestPathSelectorPageSize

type WatchOsImageProfilesRequestPathSelectorPageSize struct{}

func (WatchOsImageProfilesRequestPathSelectorPageSize) FieldPath

func (WatchOsImageProfilesRequestPathSelectorPageSize) WithArrayOfValues

func (WatchOsImageProfilesRequestPathSelectorPageSize) WithValue

type WatchOsImageProfilesRequestPathSelectorPageToken

type WatchOsImageProfilesRequestPathSelectorPageToken struct{}

func (WatchOsImageProfilesRequestPathSelectorPageToken) FieldPath

func (WatchOsImageProfilesRequestPathSelectorPageToken) WithArrayOfValues

func (WatchOsImageProfilesRequestPathSelectorPageToken) WithValue

type WatchOsImageProfilesRequestPathSelectorParent

type WatchOsImageProfilesRequestPathSelectorParent struct{}

func (WatchOsImageProfilesRequestPathSelectorParent) FieldPath

type WatchOsImageProfilesRequestPathSelectorResumeToken

type WatchOsImageProfilesRequestPathSelectorResumeToken struct{}

func (WatchOsImageProfilesRequestPathSelectorResumeToken) FieldPath

func (WatchOsImageProfilesRequestPathSelectorResumeToken) WithArrayOfValues

func (WatchOsImageProfilesRequestPathSelectorResumeToken) WithValue

type WatchOsImageProfilesRequestPathSelectorStartingTime

type WatchOsImageProfilesRequestPathSelectorStartingTime struct{}

func (WatchOsImageProfilesRequestPathSelectorStartingTime) FieldPath

func (WatchOsImageProfilesRequestPathSelectorStartingTime) WithArrayOfValues

func (WatchOsImageProfilesRequestPathSelectorStartingTime) WithValue

type WatchOsImageProfilesRequestPathSelectorType

type WatchOsImageProfilesRequestPathSelectorType struct{}

func (WatchOsImageProfilesRequestPathSelectorType) FieldPath

func (WatchOsImageProfilesRequestPathSelectorType) WithArrayOfValues

func (WatchOsImageProfilesRequestPathSelectorType) WithValue

type WatchOsImageProfilesRequestPathSelectorView

type WatchOsImageProfilesRequestPathSelectorView struct{}

func (WatchOsImageProfilesRequestPathSelectorView) FieldPath

func (WatchOsImageProfilesRequestPathSelectorView) WithArrayOfValues

func (WatchOsImageProfilesRequestPathSelectorView) WithValue

type WatchOsImageProfilesRequest_FieldMask

type WatchOsImageProfilesRequest_FieldMask struct {
	Paths []WatchOsImageProfilesRequest_FieldPath
}

func FullWatchOsImageProfilesRequest_FieldMask

func FullWatchOsImageProfilesRequest_FieldMask() *WatchOsImageProfilesRequest_FieldMask

func (*WatchOsImageProfilesRequest_FieldMask) AppendPath

func (*WatchOsImageProfilesRequest_FieldMask) AppendRawPath

func (fieldMask *WatchOsImageProfilesRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*WatchOsImageProfilesRequest_FieldMask) DecodeFirestore

func (fieldMask *WatchOsImageProfilesRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*WatchOsImageProfilesRequest_FieldMask) EncodeFirestore

func (fieldMask *WatchOsImageProfilesRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*WatchOsImageProfilesRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchOsImageProfilesRequest_FieldMask) FromProtoFieldMask

func (fieldMask *WatchOsImageProfilesRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*WatchOsImageProfilesRequest_FieldMask) GetPaths

func (*WatchOsImageProfilesRequest_FieldMask) GetRawPaths

func (fieldMask *WatchOsImageProfilesRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*WatchOsImageProfilesRequest_FieldMask) IsFull

func (fieldMask *WatchOsImageProfilesRequest_FieldMask) IsFull() bool

func (WatchOsImageProfilesRequest_FieldMask) Marshal

func (fieldMask WatchOsImageProfilesRequest_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (WatchOsImageProfilesRequest_FieldMask) MarshalJSON

func (fieldMask WatchOsImageProfilesRequest_FieldMask) MarshalJSON() ([]byte, error)

func (*WatchOsImageProfilesRequest_FieldMask) PathsCount

func (fieldMask *WatchOsImageProfilesRequest_FieldMask) PathsCount() int

func (*WatchOsImageProfilesRequest_FieldMask) Project

func (*WatchOsImageProfilesRequest_FieldMask) ProjectRaw

func (*WatchOsImageProfilesRequest_FieldMask) ProtoMessage

func (fieldMask *WatchOsImageProfilesRequest_FieldMask) ProtoMessage()

func (*WatchOsImageProfilesRequest_FieldMask) ProtoReflect

func (fieldMask *WatchOsImageProfilesRequest_FieldMask) ProtoReflect() preflect.Message

func (*WatchOsImageProfilesRequest_FieldMask) Reset

func (fieldMask *WatchOsImageProfilesRequest_FieldMask) Reset()

func (*WatchOsImageProfilesRequest_FieldMask) Set

func (*WatchOsImageProfilesRequest_FieldMask) SetFromCliFlag

func (fieldMask *WatchOsImageProfilesRequest_FieldMask) SetFromCliFlag(raw string) error

func (*WatchOsImageProfilesRequest_FieldMask) SetRaw

func (fieldMask *WatchOsImageProfilesRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*WatchOsImageProfilesRequest_FieldMask) Size

func (fieldMask *WatchOsImageProfilesRequest_FieldMask) Size() int

func (*WatchOsImageProfilesRequest_FieldMask) String

func (fieldMask *WatchOsImageProfilesRequest_FieldMask) String() string

func (*WatchOsImageProfilesRequest_FieldMask) Subtract

func (*WatchOsImageProfilesRequest_FieldMask) SubtractRaw

func (*WatchOsImageProfilesRequest_FieldMask) ToProtoFieldMask

func (fieldMask *WatchOsImageProfilesRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*WatchOsImageProfilesRequest_FieldMask) Unmarshal

func (fieldMask *WatchOsImageProfilesRequest_FieldMask) Unmarshal(data []byte) error

func (*WatchOsImageProfilesRequest_FieldMask) UnmarshalJSON

func (fieldMask *WatchOsImageProfilesRequest_FieldMask) UnmarshalJSON(data []byte) error

type WatchOsImageProfilesRequest_FieldPath

type WatchOsImageProfilesRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchOsImageProfilesRequest_FieldPathSelector
	Get(source *WatchOsImageProfilesRequest) []interface{}
	GetSingle(source *WatchOsImageProfilesRequest) (interface{}, bool)
	ClearValue(item *WatchOsImageProfilesRequest)

	// Those methods build corresponding WatchOsImageProfilesRequest_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) WatchOsImageProfilesRequest_FieldPathValue
	WithIArrayOfValues(values interface{}) WatchOsImageProfilesRequest_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) WatchOsImageProfilesRequest_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseWatchOsImageProfilesRequest_FieldPath

func MustParseWatchOsImageProfilesRequest_FieldPath(rawField string) WatchOsImageProfilesRequest_FieldPath

func ParseWatchOsImageProfilesRequest_FieldPath

func ParseWatchOsImageProfilesRequest_FieldPath(rawField string) (WatchOsImageProfilesRequest_FieldPath, error)

type WatchOsImageProfilesRequest_FieldPathArrayItemValue

type WatchOsImageProfilesRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchOsImageProfilesRequest_FieldPath
	ContainsValue(*WatchOsImageProfilesRequest) bool
}

WatchOsImageProfilesRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for WatchOsImageProfilesRequest according to their type Present only for array (repeated) types.

func MustParseWatchOsImageProfilesRequest_FieldPathArrayItemValue

func MustParseWatchOsImageProfilesRequest_FieldPathArrayItemValue(pathStr, valueStr string) WatchOsImageProfilesRequest_FieldPathArrayItemValue

func ParseWatchOsImageProfilesRequest_FieldPathArrayItemValue

func ParseWatchOsImageProfilesRequest_FieldPathArrayItemValue(pathStr, valueStr string) (WatchOsImageProfilesRequest_FieldPathArrayItemValue, error)

ParseWatchOsImageProfilesRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchOsImageProfilesRequest_FieldPathArrayOfValues

type WatchOsImageProfilesRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchOsImageProfilesRequest_FieldPath
}

WatchOsImageProfilesRequest_FieldPathArrayOfValues allows storing slice of values for WatchOsImageProfilesRequest fields according to their type

func MustParseWatchOsImageProfilesRequest_FieldPathArrayOfValues

func MustParseWatchOsImageProfilesRequest_FieldPathArrayOfValues(pathStr, valuesStr string) WatchOsImageProfilesRequest_FieldPathArrayOfValues

func ParseWatchOsImageProfilesRequest_FieldPathArrayOfValues

func ParseWatchOsImageProfilesRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchOsImageProfilesRequest_FieldPathArrayOfValues, error)

type WatchOsImageProfilesRequest_FieldPathSelector

type WatchOsImageProfilesRequest_FieldPathSelector int32
const (
	WatchOsImageProfilesRequest_FieldPathSelectorType         WatchOsImageProfilesRequest_FieldPathSelector = 0
	WatchOsImageProfilesRequest_FieldPathSelectorParent       WatchOsImageProfilesRequest_FieldPathSelector = 1
	WatchOsImageProfilesRequest_FieldPathSelectorPageSize     WatchOsImageProfilesRequest_FieldPathSelector = 2
	WatchOsImageProfilesRequest_FieldPathSelectorPageToken    WatchOsImageProfilesRequest_FieldPathSelector = 3
	WatchOsImageProfilesRequest_FieldPathSelectorOrderBy      WatchOsImageProfilesRequest_FieldPathSelector = 4
	WatchOsImageProfilesRequest_FieldPathSelectorResumeToken  WatchOsImageProfilesRequest_FieldPathSelector = 5
	WatchOsImageProfilesRequest_FieldPathSelectorStartingTime WatchOsImageProfilesRequest_FieldPathSelector = 6
	WatchOsImageProfilesRequest_FieldPathSelectorFilter       WatchOsImageProfilesRequest_FieldPathSelector = 7
	WatchOsImageProfilesRequest_FieldPathSelectorFieldMask    WatchOsImageProfilesRequest_FieldPathSelector = 8
	WatchOsImageProfilesRequest_FieldPathSelectorView         WatchOsImageProfilesRequest_FieldPathSelector = 9
	WatchOsImageProfilesRequest_FieldPathSelectorMaxChunkSize WatchOsImageProfilesRequest_FieldPathSelector = 10
)

func (WatchOsImageProfilesRequest_FieldPathSelector) String

type WatchOsImageProfilesRequest_FieldPathValue

type WatchOsImageProfilesRequest_FieldPathValue interface {
	WatchOsImageProfilesRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchOsImageProfilesRequest)
	CompareWith(*WatchOsImageProfilesRequest) (cmp int, comparable bool)
}

WatchOsImageProfilesRequest_FieldPathValue allows storing values for WatchOsImageProfilesRequest fields according to their type

func MustParseWatchOsImageProfilesRequest_FieldPathValue

func MustParseWatchOsImageProfilesRequest_FieldPathValue(pathStr, valueStr string) WatchOsImageProfilesRequest_FieldPathValue

func ParseWatchOsImageProfilesRequest_FieldPathValue

func ParseWatchOsImageProfilesRequest_FieldPathValue(pathStr, valueStr string) (WatchOsImageProfilesRequest_FieldPathValue, error)

type WatchOsImageProfilesRequest_FieldTerminalPath

type WatchOsImageProfilesRequest_FieldTerminalPath struct {
	// contains filtered or unexported fields
}

func (*WatchOsImageProfilesRequest_FieldTerminalPath) ClearValue

func (*WatchOsImageProfilesRequest_FieldTerminalPath) ClearValueRaw

func (*WatchOsImageProfilesRequest_FieldTerminalPath) Get

func (fp *WatchOsImageProfilesRequest_FieldTerminalPath) Get(source *WatchOsImageProfilesRequest) (values []interface{})

Get returns all values pointed by specific field from source WatchOsImageProfilesRequest

func (*WatchOsImageProfilesRequest_FieldTerminalPath) GetDefault

func (fp *WatchOsImageProfilesRequest_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*WatchOsImageProfilesRequest_FieldTerminalPath) GetRaw

func (fp *WatchOsImageProfilesRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*WatchOsImageProfilesRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source WatchOsImageProfilesRequest

func (*WatchOsImageProfilesRequest_FieldTerminalPath) GetSingleRaw

func (fp *WatchOsImageProfilesRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*WatchOsImageProfilesRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchOsImageProfilesRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchOsImageProfilesRequest_FieldTerminalPath) Selector

func (*WatchOsImageProfilesRequest_FieldTerminalPath) SplitIntoTerminalIPaths

func (*WatchOsImageProfilesRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchOsImageProfilesRequest_FieldTerminalPath) WithIArrayItemValue

func (*WatchOsImageProfilesRequest_FieldTerminalPath) WithIArrayOfValues

func (*WatchOsImageProfilesRequest_FieldTerminalPath) WithIValue

func (*WatchOsImageProfilesRequest_FieldTerminalPath) WithRawIArrayItemValue

func (fp *WatchOsImageProfilesRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*WatchOsImageProfilesRequest_FieldTerminalPath) WithRawIArrayOfValues

func (fp *WatchOsImageProfilesRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*WatchOsImageProfilesRequest_FieldTerminalPath) WithRawIValue

func (fp *WatchOsImageProfilesRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type WatchOsImageProfilesRequest_FieldTerminalPathArrayItemValue

type WatchOsImageProfilesRequest_FieldTerminalPathArrayItemValue struct {
	WatchOsImageProfilesRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchOsImageProfilesRequest_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'WatchOsImageProfilesRequest'

func (*WatchOsImageProfilesRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *WatchOsImageProfilesRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object WatchOsImageProfilesRequest as interface{}

func (*WatchOsImageProfilesRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchOsImageProfilesRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *WatchOsImageProfilesRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type WatchOsImageProfilesRequest_FieldTerminalPathArrayOfValues

type WatchOsImageProfilesRequest_FieldTerminalPathArrayOfValues struct {
	WatchOsImageProfilesRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchOsImageProfilesRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*WatchOsImageProfilesRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues

func (*WatchOsImageProfilesRequest_FieldTerminalPathArrayOfValues) AsMaxChunkSizeArrayOfValues

func (fpaov *WatchOsImageProfilesRequest_FieldTerminalPathArrayOfValues) AsMaxChunkSizeArrayOfValues() ([]int32, bool)

func (*WatchOsImageProfilesRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues

func (*WatchOsImageProfilesRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues

func (fpaov *WatchOsImageProfilesRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues() ([]int32, bool)

func (*WatchOsImageProfilesRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues

func (*WatchOsImageProfilesRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues

func (*WatchOsImageProfilesRequest_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues

func (fpaov *WatchOsImageProfilesRequest_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues() ([]string, bool)

func (*WatchOsImageProfilesRequest_FieldTerminalPathArrayOfValues) AsStartingTimeArrayOfValues

func (fpaov *WatchOsImageProfilesRequest_FieldTerminalPathArrayOfValues) AsStartingTimeArrayOfValues() ([]*timestamp.Timestamp, bool)

func (*WatchOsImageProfilesRequest_FieldTerminalPathArrayOfValues) AsTypeArrayOfValues

func (*WatchOsImageProfilesRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

func (*WatchOsImageProfilesRequest_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *WatchOsImageProfilesRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type WatchOsImageProfilesRequest_FieldTerminalPathValue

type WatchOsImageProfilesRequest_FieldTerminalPathValue struct {
	WatchOsImageProfilesRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchOsImageProfilesRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*WatchOsImageProfilesRequest_FieldTerminalPathValue) AsFilterValue

func (*WatchOsImageProfilesRequest_FieldTerminalPathValue) AsMaxChunkSizeValue

func (fpv *WatchOsImageProfilesRequest_FieldTerminalPathValue) AsMaxChunkSizeValue() (int32, bool)

func (*WatchOsImageProfilesRequest_FieldTerminalPathValue) AsOrderByValue

func (*WatchOsImageProfilesRequest_FieldTerminalPathValue) AsPageSizeValue

func (*WatchOsImageProfilesRequest_FieldTerminalPathValue) AsPageTokenValue

func (*WatchOsImageProfilesRequest_FieldTerminalPathValue) AsParentValue

func (*WatchOsImageProfilesRequest_FieldTerminalPathValue) AsResumeTokenValue

func (fpv *WatchOsImageProfilesRequest_FieldTerminalPathValue) AsResumeTokenValue() (string, bool)

func (*WatchOsImageProfilesRequest_FieldTerminalPathValue) AsStartingTimeValue

func (*WatchOsImageProfilesRequest_FieldTerminalPathValue) AsTypeValue

func (*WatchOsImageProfilesRequest_FieldTerminalPathValue) AsViewValue

func (*WatchOsImageProfilesRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchOsImageProfilesRequest_FieldTerminalPathValue' with the value under path in 'WatchOsImageProfilesRequest'.

func (*WatchOsImageProfilesRequest_FieldTerminalPathValue) CompareWithRaw

func (*WatchOsImageProfilesRequest_FieldTerminalPathValue) GetRawValue

func (fpv *WatchOsImageProfilesRequest_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'WatchOsImageProfilesRequest' as interface{}

func (*WatchOsImageProfilesRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchOsImageProfilesRequest

func (*WatchOsImageProfilesRequest_FieldTerminalPathValue) SetToRaw

type WatchOsImageProfilesResponse

type WatchOsImageProfilesResponse struct {

	// Changes of OsImageProfiles
	OsImageProfileChanges []*os_image_profile.OsImageProfileChange `` /* 162-byte string literal not displayed */
	// If request specified max_chunk_size (or this limit was enforced if
	// stateless watch has been chosen), then responses with "full changeset" will
	// be divided into chunks. Client should keep receiving messages and, once
	// is_current has value true, combine this recent message with all previous
	// ones where is_current is false. If this is the first is_current in a whole
	// watch stream, then it means that client should have, at this moment,
	// contain snapshot of the current situation (or more accurately, snapshot of
	// situation at the moment of request). All OsImageProfiles will be of type
	// Added/Current (depending on watch_type specified in the request). Further
	// responses will be incremental - however messages may still be chunked and
	// is_current logic still applies. is_current is always true for stateful
	// watch if max_chunk_size was left to 0.
	IsCurrent bool `protobuf:"varint,4,opt,name=is_current,json=isCurrent,proto3" json:"is_current,omitempty" firestore:"isCurrent"`
	// When present, PageTokens used for page navigation should be updated.
	// Present only if is_current is true (last chunk).
	PageTokenChange *WatchOsImageProfilesResponse_PageTokenChange `` /* 136-byte string literal not displayed */
	// Token that can be used if current connection drops and client needs to
	// reconnect. Populated only for stateless watch type. Present only if
	// is_current is true (last chunk).
	ResumeToken string `protobuf:"bytes,5,opt,name=resume_token,json=resumeToken,proto3" json:"resume_token,omitempty" firestore:"resumeToken"`
	// Server may occasionally send information how many resources should client
	// have in its state so far (response message without any changes, but with
	// snapshot_size field specified). If client has different value than the one
	// sent by the server, then it should be treated by a client as an error and
	// should reconnect. If value is smaller then 0, then client should ignore
	// this field as unpopulated. This field should be checked only for stateless
	// watch. In stateful those kind of errors are handled by the server side.
	// Will be never sent together with is_current, is_soft_reset and
	// is_hard_reset flags.
	SnapshotSize int64 `protobuf:"varint,6,opt,name=snapshot_size,json=snapshotSize,proto3" json:"snapshot_size,omitempty" firestore:"snapshotSize"`
	// In case of internal issue server may send response message with this flag.
	// It indicates that client should drop all changes from recent responses
	// where is_current is false only! If last message had is_current set to true,
	// client should do nothing and process normally. Resume token received before
	// is still valid. This field should be checked only for stateless watch. In
	// stateful those kind of errors are handled by the server side. Will never be
	// sent along with is_current, is_hard_reset or snapshot_size.
	IsSoftReset bool `protobuf:"varint,7,opt,name=is_soft_reset,json=isSoftReset,proto3" json:"is_soft_reset,omitempty" firestore:"isSoftReset"`
	// In case of internal issue server may send response message with this flag.
	// After receiving, client should clear whole state (drop all changes received
	// so far) as server will send new snapshot (OsImageProfiles will contains
	// changes of type Current only). Any resume tokens should be discarded as
	// well. This field should be checked only for stateless watch. In stateful
	// those kind of errors are handled by the server side. Will never be sent
	// along with is_current, is_soft_reset or snapshot_size.
	IsHardReset bool `protobuf:"varint,8,opt,name=is_hard_reset,json=isHardReset,proto3" json:"is_hard_reset,omitempty" firestore:"isHardReset"`
	// contains filtered or unexported fields
}

WatchOsImageProfilesResponse

func (*WatchOsImageProfilesResponse) Clone

func (*WatchOsImageProfilesResponse) CloneRaw

func (*WatchOsImageProfilesResponse) Descriptor

func (*WatchOsImageProfilesResponse) Descriptor() ([]byte, []int)

Deprecated, Use WatchOsImageProfilesResponse.ProtoReflect.Descriptor instead.

func (*WatchOsImageProfilesResponse) GetIsCurrent

func (m *WatchOsImageProfilesResponse) GetIsCurrent() bool

func (*WatchOsImageProfilesResponse) GetIsHardReset

func (m *WatchOsImageProfilesResponse) GetIsHardReset() bool

func (*WatchOsImageProfilesResponse) GetIsSoftReset

func (m *WatchOsImageProfilesResponse) GetIsSoftReset() bool

func (*WatchOsImageProfilesResponse) GetOsImageProfileChanges

func (m *WatchOsImageProfilesResponse) GetOsImageProfileChanges() []*os_image_profile.OsImageProfileChange

func (*WatchOsImageProfilesResponse) GetPageTokenChange

func (*WatchOsImageProfilesResponse) GetResumeToken

func (m *WatchOsImageProfilesResponse) GetResumeToken() string

func (*WatchOsImageProfilesResponse) GetSnapshotSize

func (m *WatchOsImageProfilesResponse) GetSnapshotSize() int64

func (*WatchOsImageProfilesResponse) GotenMessage

func (*WatchOsImageProfilesResponse) GotenMessage()

func (*WatchOsImageProfilesResponse) GotenObjectExt

func (o *WatchOsImageProfilesResponse) GotenObjectExt()

func (*WatchOsImageProfilesResponse) GotenValidate

func (obj *WatchOsImageProfilesResponse) GotenValidate() error

func (*WatchOsImageProfilesResponse) MakeDiffFieldMask

func (*WatchOsImageProfilesResponse) MakeFullFieldMask

func (*WatchOsImageProfilesResponse) MakeRawDiffFieldMask

func (*WatchOsImageProfilesResponse) MakeRawFullFieldMask

func (o *WatchOsImageProfilesResponse) MakeRawFullFieldMask() gotenobject.FieldMask

func (*WatchOsImageProfilesResponse) Marshal

func (m *WatchOsImageProfilesResponse) Marshal() ([]byte, error)

func (*WatchOsImageProfilesResponse) MarshalJSON

func (m *WatchOsImageProfilesResponse) MarshalJSON() ([]byte, error)

func (*WatchOsImageProfilesResponse) Merge

func (*WatchOsImageProfilesResponse) MergeRaw

func (*WatchOsImageProfilesResponse) ProtoMessage

func (*WatchOsImageProfilesResponse) ProtoMessage()

func (*WatchOsImageProfilesResponse) ProtoReflect

func (m *WatchOsImageProfilesResponse) ProtoReflect() preflect.Message

func (*WatchOsImageProfilesResponse) Reset

func (m *WatchOsImageProfilesResponse) Reset()

func (*WatchOsImageProfilesResponse) SetIsCurrent

func (m *WatchOsImageProfilesResponse) SetIsCurrent(fv bool)

func (*WatchOsImageProfilesResponse) SetIsHardReset

func (m *WatchOsImageProfilesResponse) SetIsHardReset(fv bool)

func (*WatchOsImageProfilesResponse) SetIsSoftReset

func (m *WatchOsImageProfilesResponse) SetIsSoftReset(fv bool)

func (*WatchOsImageProfilesResponse) SetOsImageProfileChanges

func (m *WatchOsImageProfilesResponse) SetOsImageProfileChanges(fv []*os_image_profile.OsImageProfileChange)

func (*WatchOsImageProfilesResponse) SetPageTokenChange

func (*WatchOsImageProfilesResponse) SetResumeToken

func (m *WatchOsImageProfilesResponse) SetResumeToken(fv string)

func (*WatchOsImageProfilesResponse) SetSnapshotSize

func (m *WatchOsImageProfilesResponse) SetSnapshotSize(fv int64)

func (*WatchOsImageProfilesResponse) String

func (*WatchOsImageProfilesResponse) Unmarshal

func (m *WatchOsImageProfilesResponse) Unmarshal(b []byte) error

func (*WatchOsImageProfilesResponse) UnmarshalJSON

func (m *WatchOsImageProfilesResponse) UnmarshalJSON(data []byte) error

type WatchOsImageProfilesResponseFieldPathBuilder

type WatchOsImageProfilesResponseFieldPathBuilder struct{}

func NewWatchOsImageProfilesResponseFieldPathBuilder

func NewWatchOsImageProfilesResponseFieldPathBuilder() WatchOsImageProfilesResponseFieldPathBuilder

func (WatchOsImageProfilesResponseFieldPathBuilder) IsCurrent

func (WatchOsImageProfilesResponseFieldPathBuilder) IsHardReset

func (WatchOsImageProfilesResponseFieldPathBuilder) IsSoftReset

func (WatchOsImageProfilesResponseFieldPathBuilder) OsImageProfileChanges

func (WatchOsImageProfilesResponseFieldPathBuilder) PageTokenChange

func (WatchOsImageProfilesResponseFieldPathBuilder) ResumeToken

func (WatchOsImageProfilesResponseFieldPathBuilder) SnapshotSize

type WatchOsImageProfilesResponsePageTokenChangeFieldPathBuilder

type WatchOsImageProfilesResponsePageTokenChangeFieldPathBuilder struct{}

type WatchOsImageProfilesResponsePageTokenChange_FieldPath

type WatchOsImageProfilesResponsePageTokenChange_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchOsImageProfilesResponsePageTokenChange_FieldPathSelector
	Get(source *WatchOsImageProfilesResponse_PageTokenChange) []interface{}
	GetSingle(source *WatchOsImageProfilesResponse_PageTokenChange) (interface{}, bool)
	ClearValue(item *WatchOsImageProfilesResponse_PageTokenChange)

	// Those methods build corresponding WatchOsImageProfilesResponsePageTokenChange_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) WatchOsImageProfilesResponsePageTokenChange_FieldPathValue
	WithIArrayOfValues(values interface{}) WatchOsImageProfilesResponsePageTokenChange_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) WatchOsImageProfilesResponsePageTokenChange_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseWatchOsImageProfilesResponsePageTokenChange_FieldPath

func MustParseWatchOsImageProfilesResponsePageTokenChange_FieldPath(rawField string) WatchOsImageProfilesResponsePageTokenChange_FieldPath

func ParseWatchOsImageProfilesResponsePageTokenChange_FieldPath

func ParseWatchOsImageProfilesResponsePageTokenChange_FieldPath(rawField string) (WatchOsImageProfilesResponsePageTokenChange_FieldPath, error)

type WatchOsImageProfilesResponsePageTokenChange_FieldPathArrayItemValue

type WatchOsImageProfilesResponsePageTokenChange_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchOsImageProfilesResponsePageTokenChange_FieldPath
	ContainsValue(*WatchOsImageProfilesResponse_PageTokenChange) bool
}

WatchOsImageProfilesResponsePageTokenChange_FieldPathArrayItemValue allows storing single item in Path-specific values for PageTokenChange according to their type Present only for array (repeated) types.

func MustParseWatchOsImageProfilesResponsePageTokenChange_FieldPathArrayItemValue

func MustParseWatchOsImageProfilesResponsePageTokenChange_FieldPathArrayItemValue(pathStr, valueStr string) WatchOsImageProfilesResponsePageTokenChange_FieldPathArrayItemValue

func ParseWatchOsImageProfilesResponsePageTokenChange_FieldPathArrayItemValue

func ParseWatchOsImageProfilesResponsePageTokenChange_FieldPathArrayItemValue(pathStr, valueStr string) (WatchOsImageProfilesResponsePageTokenChange_FieldPathArrayItemValue, error)

ParseWatchOsImageProfilesResponsePageTokenChange_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchOsImageProfilesResponsePageTokenChange_FieldPathArrayOfValues

type WatchOsImageProfilesResponsePageTokenChange_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchOsImageProfilesResponsePageTokenChange_FieldPath
}

WatchOsImageProfilesResponsePageTokenChange_FieldPathArrayOfValues allows storing slice of values for PageTokenChange fields according to their type

func MustParseWatchOsImageProfilesResponsePageTokenChange_FieldPathArrayOfValues

func MustParseWatchOsImageProfilesResponsePageTokenChange_FieldPathArrayOfValues(pathStr, valuesStr string) WatchOsImageProfilesResponsePageTokenChange_FieldPathArrayOfValues

func ParseWatchOsImageProfilesResponsePageTokenChange_FieldPathArrayOfValues

func ParseWatchOsImageProfilesResponsePageTokenChange_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchOsImageProfilesResponsePageTokenChange_FieldPathArrayOfValues, error)

type WatchOsImageProfilesResponsePageTokenChange_FieldPathSelector

type WatchOsImageProfilesResponsePageTokenChange_FieldPathSelector int32
const (
	WatchOsImageProfilesResponsePageTokenChange_FieldPathSelectorPrevPageToken WatchOsImageProfilesResponsePageTokenChange_FieldPathSelector = 0
	WatchOsImageProfilesResponsePageTokenChange_FieldPathSelectorNextPageToken WatchOsImageProfilesResponsePageTokenChange_FieldPathSelector = 1
)

func (WatchOsImageProfilesResponsePageTokenChange_FieldPathSelector) String

type WatchOsImageProfilesResponsePageTokenChange_FieldPathValue

type WatchOsImageProfilesResponsePageTokenChange_FieldPathValue interface {
	WatchOsImageProfilesResponsePageTokenChange_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchOsImageProfilesResponse_PageTokenChange)
	CompareWith(*WatchOsImageProfilesResponse_PageTokenChange) (cmp int, comparable bool)
}

WatchOsImageProfilesResponsePageTokenChange_FieldPathValue allows storing values for PageTokenChange fields according to their type

func MustParseWatchOsImageProfilesResponsePageTokenChange_FieldPathValue

func MustParseWatchOsImageProfilesResponsePageTokenChange_FieldPathValue(pathStr, valueStr string) WatchOsImageProfilesResponsePageTokenChange_FieldPathValue

func ParseWatchOsImageProfilesResponsePageTokenChange_FieldPathValue

func ParseWatchOsImageProfilesResponsePageTokenChange_FieldPathValue(pathStr, valueStr string) (WatchOsImageProfilesResponsePageTokenChange_FieldPathValue, error)

type WatchOsImageProfilesResponsePageTokenChange_FieldTerminalPath

type WatchOsImageProfilesResponsePageTokenChange_FieldTerminalPath struct {
	// contains filtered or unexported fields
}

func (*WatchOsImageProfilesResponsePageTokenChange_FieldTerminalPath) ClearValue

func (*WatchOsImageProfilesResponsePageTokenChange_FieldTerminalPath) ClearValueRaw

func (*WatchOsImageProfilesResponsePageTokenChange_FieldTerminalPath) Get

Get returns all values pointed by specific field from source WatchOsImageProfilesResponse_PageTokenChange

func (*WatchOsImageProfilesResponsePageTokenChange_FieldTerminalPath) GetDefault

GetDefault returns a default value of the field type

func (*WatchOsImageProfilesResponsePageTokenChange_FieldTerminalPath) GetRaw

func (*WatchOsImageProfilesResponsePageTokenChange_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source WatchOsImageProfilesResponse_PageTokenChange

func (*WatchOsImageProfilesResponsePageTokenChange_FieldTerminalPath) GetSingleRaw

func (fp *WatchOsImageProfilesResponsePageTokenChange_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*WatchOsImageProfilesResponsePageTokenChange_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchOsImageProfilesResponsePageTokenChange_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchOsImageProfilesResponsePageTokenChange_FieldTerminalPath) Selector

func (*WatchOsImageProfilesResponsePageTokenChange_FieldTerminalPath) SplitIntoTerminalIPaths

func (*WatchOsImageProfilesResponsePageTokenChange_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchOsImageProfilesResponsePageTokenChange_FieldTerminalPath) WithIArrayItemValue

func (*WatchOsImageProfilesResponsePageTokenChange_FieldTerminalPath) WithIArrayOfValues

func (*WatchOsImageProfilesResponsePageTokenChange_FieldTerminalPath) WithIValue

func (*WatchOsImageProfilesResponsePageTokenChange_FieldTerminalPath) WithRawIArrayItemValue

func (*WatchOsImageProfilesResponsePageTokenChange_FieldTerminalPath) WithRawIArrayOfValues

func (*WatchOsImageProfilesResponsePageTokenChange_FieldTerminalPath) WithRawIValue

type WatchOsImageProfilesResponsePageTokenChange_FieldTerminalPathArrayItemValue

type WatchOsImageProfilesResponsePageTokenChange_FieldTerminalPathArrayItemValue struct {
	WatchOsImageProfilesResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchOsImageProfilesResponsePageTokenChange_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'PageTokenChange'

func (*WatchOsImageProfilesResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetRawItemValue

GetRawValue returns stored element value for array in object WatchOsImageProfilesResponse_PageTokenChange as interface{}

func (*WatchOsImageProfilesResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchOsImageProfilesResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingleRaw

type WatchOsImageProfilesResponsePageTokenChange_FieldTerminalPathArrayOfValues

type WatchOsImageProfilesResponsePageTokenChange_FieldTerminalPathArrayOfValues struct {
	WatchOsImageProfilesResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchOsImageProfilesResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues

func (*WatchOsImageProfilesResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues

func (*WatchOsImageProfilesResponsePageTokenChange_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *WatchOsImageProfilesResponsePageTokenChange_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type WatchOsImageProfilesResponsePageTokenChange_FieldTerminalPathValue

type WatchOsImageProfilesResponsePageTokenChange_FieldTerminalPathValue struct {
	WatchOsImageProfilesResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchOsImageProfilesResponsePageTokenChange_FieldTerminalPathValue) AsNextPageTokenValue

func (*WatchOsImageProfilesResponsePageTokenChange_FieldTerminalPathValue) AsPrevPageTokenValue

func (*WatchOsImageProfilesResponsePageTokenChange_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchOsImageProfilesResponsePageTokenChange_FieldTerminalPathValue' with the value under path in 'WatchOsImageProfilesResponse_PageTokenChange'.

func (*WatchOsImageProfilesResponsePageTokenChange_FieldTerminalPathValue) CompareWithRaw

func (*WatchOsImageProfilesResponsePageTokenChange_FieldTerminalPathValue) GetRawValue

GetRawValue returns raw value stored under selected path for 'PageTokenChange' as interface{}

func (*WatchOsImageProfilesResponsePageTokenChange_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object PageTokenChange

func (*WatchOsImageProfilesResponsePageTokenChange_FieldTerminalPathValue) SetToRaw

type WatchOsImageProfilesResponsePathSelectorIsCurrent

type WatchOsImageProfilesResponsePathSelectorIsCurrent struct{}

func (WatchOsImageProfilesResponsePathSelectorIsCurrent) FieldPath

func (WatchOsImageProfilesResponsePathSelectorIsCurrent) WithArrayOfValues

func (WatchOsImageProfilesResponsePathSelectorIsCurrent) WithValue

type WatchOsImageProfilesResponsePathSelectorIsHardReset

type WatchOsImageProfilesResponsePathSelectorIsHardReset struct{}

func (WatchOsImageProfilesResponsePathSelectorIsHardReset) FieldPath

func (WatchOsImageProfilesResponsePathSelectorIsHardReset) WithArrayOfValues

func (WatchOsImageProfilesResponsePathSelectorIsHardReset) WithValue

type WatchOsImageProfilesResponsePathSelectorIsSoftReset

type WatchOsImageProfilesResponsePathSelectorIsSoftReset struct{}

func (WatchOsImageProfilesResponsePathSelectorIsSoftReset) FieldPath

func (WatchOsImageProfilesResponsePathSelectorIsSoftReset) WithArrayOfValues

func (WatchOsImageProfilesResponsePathSelectorIsSoftReset) WithValue

type WatchOsImageProfilesResponsePathSelectorOsImageProfileChanges

type WatchOsImageProfilesResponsePathSelectorOsImageProfileChanges struct{}

func (WatchOsImageProfilesResponsePathSelectorOsImageProfileChanges) FieldPath

func (WatchOsImageProfilesResponsePathSelectorOsImageProfileChanges) WithArrayOfValues

func (WatchOsImageProfilesResponsePathSelectorOsImageProfileChanges) WithValue

type WatchOsImageProfilesResponsePathSelectorPageTokenChange

type WatchOsImageProfilesResponsePathSelectorPageTokenChange struct{}

func (WatchOsImageProfilesResponsePathSelectorPageTokenChange) FieldPath

type WatchOsImageProfilesResponsePathSelectorPageTokenChangeNextPageToken

type WatchOsImageProfilesResponsePathSelectorPageTokenChangeNextPageToken struct{}

func (WatchOsImageProfilesResponsePathSelectorPageTokenChangeNextPageToken) FieldPath

func (WatchOsImageProfilesResponsePathSelectorPageTokenChangeNextPageToken) WithArrayOfValues

func (WatchOsImageProfilesResponsePathSelectorPageTokenChangeNextPageToken) WithValue

type WatchOsImageProfilesResponsePathSelectorPageTokenChangePrevPageToken

type WatchOsImageProfilesResponsePathSelectorPageTokenChangePrevPageToken struct{}

func (WatchOsImageProfilesResponsePathSelectorPageTokenChangePrevPageToken) FieldPath

func (WatchOsImageProfilesResponsePathSelectorPageTokenChangePrevPageToken) WithArrayOfValues

func (WatchOsImageProfilesResponsePathSelectorPageTokenChangePrevPageToken) WithValue

type WatchOsImageProfilesResponsePathSelectorResumeToken

type WatchOsImageProfilesResponsePathSelectorResumeToken struct{}

func (WatchOsImageProfilesResponsePathSelectorResumeToken) FieldPath

func (WatchOsImageProfilesResponsePathSelectorResumeToken) WithArrayOfValues

func (WatchOsImageProfilesResponsePathSelectorResumeToken) WithValue

type WatchOsImageProfilesResponsePathSelectorSnapshotSize

type WatchOsImageProfilesResponsePathSelectorSnapshotSize struct{}

func (WatchOsImageProfilesResponsePathSelectorSnapshotSize) FieldPath

func (WatchOsImageProfilesResponsePathSelectorSnapshotSize) WithArrayOfValues

func (WatchOsImageProfilesResponsePathSelectorSnapshotSize) WithValue

type WatchOsImageProfilesResponse_FieldMask

type WatchOsImageProfilesResponse_FieldMask struct {
	Paths []WatchOsImageProfilesResponse_FieldPath
}

func FullWatchOsImageProfilesResponse_FieldMask

func FullWatchOsImageProfilesResponse_FieldMask() *WatchOsImageProfilesResponse_FieldMask

func (*WatchOsImageProfilesResponse_FieldMask) AppendPath

func (*WatchOsImageProfilesResponse_FieldMask) AppendRawPath

func (fieldMask *WatchOsImageProfilesResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*WatchOsImageProfilesResponse_FieldMask) DecodeFirestore

func (fieldMask *WatchOsImageProfilesResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*WatchOsImageProfilesResponse_FieldMask) EncodeFirestore

func (fieldMask *WatchOsImageProfilesResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*WatchOsImageProfilesResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchOsImageProfilesResponse_FieldMask) FromProtoFieldMask

func (fieldMask *WatchOsImageProfilesResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*WatchOsImageProfilesResponse_FieldMask) GetPaths

func (*WatchOsImageProfilesResponse_FieldMask) GetRawPaths

func (*WatchOsImageProfilesResponse_FieldMask) IsFull

func (fieldMask *WatchOsImageProfilesResponse_FieldMask) IsFull() bool

func (WatchOsImageProfilesResponse_FieldMask) Marshal

func (fieldMask WatchOsImageProfilesResponse_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (WatchOsImageProfilesResponse_FieldMask) MarshalJSON

func (fieldMask WatchOsImageProfilesResponse_FieldMask) MarshalJSON() ([]byte, error)

func (*WatchOsImageProfilesResponse_FieldMask) PathsCount

func (fieldMask *WatchOsImageProfilesResponse_FieldMask) PathsCount() int

func (*WatchOsImageProfilesResponse_FieldMask) Project

func (*WatchOsImageProfilesResponse_FieldMask) ProjectRaw

func (*WatchOsImageProfilesResponse_FieldMask) ProtoMessage

func (fieldMask *WatchOsImageProfilesResponse_FieldMask) ProtoMessage()

func (*WatchOsImageProfilesResponse_FieldMask) ProtoReflect

func (fieldMask *WatchOsImageProfilesResponse_FieldMask) ProtoReflect() preflect.Message

func (*WatchOsImageProfilesResponse_FieldMask) Reset

func (fieldMask *WatchOsImageProfilesResponse_FieldMask) Reset()

func (*WatchOsImageProfilesResponse_FieldMask) Set

func (*WatchOsImageProfilesResponse_FieldMask) SetFromCliFlag

func (fieldMask *WatchOsImageProfilesResponse_FieldMask) SetFromCliFlag(raw string) error

func (*WatchOsImageProfilesResponse_FieldMask) SetRaw

func (fieldMask *WatchOsImageProfilesResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*WatchOsImageProfilesResponse_FieldMask) Size

func (fieldMask *WatchOsImageProfilesResponse_FieldMask) Size() int

func (*WatchOsImageProfilesResponse_FieldMask) String

func (fieldMask *WatchOsImageProfilesResponse_FieldMask) String() string

func (*WatchOsImageProfilesResponse_FieldMask) Subtract

func (*WatchOsImageProfilesResponse_FieldMask) SubtractRaw

func (*WatchOsImageProfilesResponse_FieldMask) ToProtoFieldMask

func (fieldMask *WatchOsImageProfilesResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*WatchOsImageProfilesResponse_FieldMask) Unmarshal

func (fieldMask *WatchOsImageProfilesResponse_FieldMask) Unmarshal(data []byte) error

func (*WatchOsImageProfilesResponse_FieldMask) UnmarshalJSON

func (fieldMask *WatchOsImageProfilesResponse_FieldMask) UnmarshalJSON(data []byte) error

type WatchOsImageProfilesResponse_FieldPath

type WatchOsImageProfilesResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchOsImageProfilesResponse_FieldPathSelector
	Get(source *WatchOsImageProfilesResponse) []interface{}
	GetSingle(source *WatchOsImageProfilesResponse) (interface{}, bool)
	ClearValue(item *WatchOsImageProfilesResponse)

	// Those methods build corresponding WatchOsImageProfilesResponse_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) WatchOsImageProfilesResponse_FieldPathValue
	WithIArrayOfValues(values interface{}) WatchOsImageProfilesResponse_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) WatchOsImageProfilesResponse_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseWatchOsImageProfilesResponse_FieldPath

func MustParseWatchOsImageProfilesResponse_FieldPath(rawField string) WatchOsImageProfilesResponse_FieldPath

func ParseWatchOsImageProfilesResponse_FieldPath

func ParseWatchOsImageProfilesResponse_FieldPath(rawField string) (WatchOsImageProfilesResponse_FieldPath, error)

type WatchOsImageProfilesResponse_FieldPathArrayItemValue

type WatchOsImageProfilesResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchOsImageProfilesResponse_FieldPath
	ContainsValue(*WatchOsImageProfilesResponse) bool
}

WatchOsImageProfilesResponse_FieldPathArrayItemValue allows storing single item in Path-specific values for WatchOsImageProfilesResponse according to their type Present only for array (repeated) types.

func MustParseWatchOsImageProfilesResponse_FieldPathArrayItemValue

func MustParseWatchOsImageProfilesResponse_FieldPathArrayItemValue(pathStr, valueStr string) WatchOsImageProfilesResponse_FieldPathArrayItemValue

func ParseWatchOsImageProfilesResponse_FieldPathArrayItemValue

func ParseWatchOsImageProfilesResponse_FieldPathArrayItemValue(pathStr, valueStr string) (WatchOsImageProfilesResponse_FieldPathArrayItemValue, error)

ParseWatchOsImageProfilesResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchOsImageProfilesResponse_FieldPathArrayOfValues

type WatchOsImageProfilesResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchOsImageProfilesResponse_FieldPath
}

WatchOsImageProfilesResponse_FieldPathArrayOfValues allows storing slice of values for WatchOsImageProfilesResponse fields according to their type

func MustParseWatchOsImageProfilesResponse_FieldPathArrayOfValues

func MustParseWatchOsImageProfilesResponse_FieldPathArrayOfValues(pathStr, valuesStr string) WatchOsImageProfilesResponse_FieldPathArrayOfValues

func ParseWatchOsImageProfilesResponse_FieldPathArrayOfValues

func ParseWatchOsImageProfilesResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchOsImageProfilesResponse_FieldPathArrayOfValues, error)

type WatchOsImageProfilesResponse_FieldPathSelector

type WatchOsImageProfilesResponse_FieldPathSelector int32
const (
	WatchOsImageProfilesResponse_FieldPathSelectorOsImageProfileChanges WatchOsImageProfilesResponse_FieldPathSelector = 0
	WatchOsImageProfilesResponse_FieldPathSelectorIsCurrent             WatchOsImageProfilesResponse_FieldPathSelector = 1
	WatchOsImageProfilesResponse_FieldPathSelectorPageTokenChange       WatchOsImageProfilesResponse_FieldPathSelector = 2
	WatchOsImageProfilesResponse_FieldPathSelectorResumeToken           WatchOsImageProfilesResponse_FieldPathSelector = 3
	WatchOsImageProfilesResponse_FieldPathSelectorSnapshotSize          WatchOsImageProfilesResponse_FieldPathSelector = 4
	WatchOsImageProfilesResponse_FieldPathSelectorIsSoftReset           WatchOsImageProfilesResponse_FieldPathSelector = 5
	WatchOsImageProfilesResponse_FieldPathSelectorIsHardReset           WatchOsImageProfilesResponse_FieldPathSelector = 6
)

func (WatchOsImageProfilesResponse_FieldPathSelector) String

type WatchOsImageProfilesResponse_FieldPathValue

type WatchOsImageProfilesResponse_FieldPathValue interface {
	WatchOsImageProfilesResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchOsImageProfilesResponse)
	CompareWith(*WatchOsImageProfilesResponse) (cmp int, comparable bool)
}

WatchOsImageProfilesResponse_FieldPathValue allows storing values for WatchOsImageProfilesResponse fields according to their type

func MustParseWatchOsImageProfilesResponse_FieldPathValue

func MustParseWatchOsImageProfilesResponse_FieldPathValue(pathStr, valueStr string) WatchOsImageProfilesResponse_FieldPathValue

func ParseWatchOsImageProfilesResponse_FieldPathValue

func ParseWatchOsImageProfilesResponse_FieldPathValue(pathStr, valueStr string) (WatchOsImageProfilesResponse_FieldPathValue, error)

type WatchOsImageProfilesResponse_FieldSubPath

type WatchOsImageProfilesResponse_FieldSubPath struct {
	// contains filtered or unexported fields
}

func (*WatchOsImageProfilesResponse_FieldSubPath) AsPageTokenChangeSubPath

func (*WatchOsImageProfilesResponse_FieldSubPath) ClearValue

func (*WatchOsImageProfilesResponse_FieldSubPath) ClearValueRaw

func (fps *WatchOsImageProfilesResponse_FieldSubPath) ClearValueRaw(item proto.Message)

func (*WatchOsImageProfilesResponse_FieldSubPath) Get

func (fps *WatchOsImageProfilesResponse_FieldSubPath) Get(source *WatchOsImageProfilesResponse) (values []interface{})

Get returns all values pointed by selected field from source WatchOsImageProfilesResponse

func (*WatchOsImageProfilesResponse_FieldSubPath) GetDefault

func (fps *WatchOsImageProfilesResponse_FieldSubPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*WatchOsImageProfilesResponse_FieldSubPath) GetRaw

func (fps *WatchOsImageProfilesResponse_FieldSubPath) GetRaw(source proto.Message) []interface{}

func (*WatchOsImageProfilesResponse_FieldSubPath) GetSingle

func (fps *WatchOsImageProfilesResponse_FieldSubPath) GetSingle(source *WatchOsImageProfilesResponse) (interface{}, bool)

GetSingle returns value of selected field from source WatchOsImageProfilesResponse

func (*WatchOsImageProfilesResponse_FieldSubPath) GetSingleRaw

func (fps *WatchOsImageProfilesResponse_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*WatchOsImageProfilesResponse_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchOsImageProfilesResponse_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchOsImageProfilesResponse_FieldSubPath) Selector

func (*WatchOsImageProfilesResponse_FieldSubPath) SplitIntoTerminalIPaths

func (fps *WatchOsImageProfilesResponse_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*WatchOsImageProfilesResponse_FieldSubPath) String

String returns path representation in proto convention

func (*WatchOsImageProfilesResponse_FieldSubPath) WithIArrayItemValue

func (*WatchOsImageProfilesResponse_FieldSubPath) WithIArrayOfValues

func (*WatchOsImageProfilesResponse_FieldSubPath) WithIValue

func (*WatchOsImageProfilesResponse_FieldSubPath) WithRawIArrayItemValue

func (fps *WatchOsImageProfilesResponse_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*WatchOsImageProfilesResponse_FieldSubPath) WithRawIArrayOfValues

func (fps *WatchOsImageProfilesResponse_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*WatchOsImageProfilesResponse_FieldSubPath) WithRawIValue

func (fps *WatchOsImageProfilesResponse_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type WatchOsImageProfilesResponse_FieldSubPathArrayItemValue

type WatchOsImageProfilesResponse_FieldSubPathArrayItemValue struct {
	WatchOsImageProfilesResponse_FieldPath
	// contains filtered or unexported fields
}

func (*WatchOsImageProfilesResponse_FieldSubPathArrayItemValue) AsPageTokenChangePathItemValue

func (*WatchOsImageProfilesResponse_FieldSubPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'WatchOsImageProfilesResponse'

func (*WatchOsImageProfilesResponse_FieldSubPathArrayItemValue) GetRawItemValue

func (fpaivs *WatchOsImageProfilesResponse_FieldSubPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored array item value

type WatchOsImageProfilesResponse_FieldSubPathArrayOfValues

type WatchOsImageProfilesResponse_FieldSubPathArrayOfValues struct {
	WatchOsImageProfilesResponse_FieldPath
	// contains filtered or unexported fields
}

func (*WatchOsImageProfilesResponse_FieldSubPathArrayOfValues) AsPageTokenChangePathArrayOfValues

func (*WatchOsImageProfilesResponse_FieldSubPathArrayOfValues) GetRawValues

func (fpsaov *WatchOsImageProfilesResponse_FieldSubPathArrayOfValues) GetRawValues() []interface{}

type WatchOsImageProfilesResponse_FieldSubPathValue

type WatchOsImageProfilesResponse_FieldSubPathValue struct {
	WatchOsImageProfilesResponse_FieldPath
	// contains filtered or unexported fields
}

func (*WatchOsImageProfilesResponse_FieldSubPathValue) AsPageTokenChangePathValue

func (*WatchOsImageProfilesResponse_FieldSubPathValue) CompareWith

func (*WatchOsImageProfilesResponse_FieldSubPathValue) CompareWithRaw

func (fpvs *WatchOsImageProfilesResponse_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*WatchOsImageProfilesResponse_FieldSubPathValue) GetRawValue

func (fpvs *WatchOsImageProfilesResponse_FieldSubPathValue) GetRawValue() interface{}

func (*WatchOsImageProfilesResponse_FieldSubPathValue) SetTo

func (*WatchOsImageProfilesResponse_FieldSubPathValue) SetToRaw

type WatchOsImageProfilesResponse_FieldTerminalPath

type WatchOsImageProfilesResponse_FieldTerminalPath struct {
	// contains filtered or unexported fields
}

func (*WatchOsImageProfilesResponse_FieldTerminalPath) ClearValue

func (*WatchOsImageProfilesResponse_FieldTerminalPath) ClearValueRaw

func (*WatchOsImageProfilesResponse_FieldTerminalPath) Get

func (fp *WatchOsImageProfilesResponse_FieldTerminalPath) Get(source *WatchOsImageProfilesResponse) (values []interface{})

Get returns all values pointed by specific field from source WatchOsImageProfilesResponse

func (*WatchOsImageProfilesResponse_FieldTerminalPath) GetDefault

func (fp *WatchOsImageProfilesResponse_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*WatchOsImageProfilesResponse_FieldTerminalPath) GetRaw

func (fp *WatchOsImageProfilesResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*WatchOsImageProfilesResponse_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source WatchOsImageProfilesResponse

func (*WatchOsImageProfilesResponse_FieldTerminalPath) GetSingleRaw

func (fp *WatchOsImageProfilesResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*WatchOsImageProfilesResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchOsImageProfilesResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchOsImageProfilesResponse_FieldTerminalPath) Selector

func (*WatchOsImageProfilesResponse_FieldTerminalPath) SplitIntoTerminalIPaths

func (*WatchOsImageProfilesResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchOsImageProfilesResponse_FieldTerminalPath) WithIArrayItemValue

func (*WatchOsImageProfilesResponse_FieldTerminalPath) WithIArrayOfValues

func (*WatchOsImageProfilesResponse_FieldTerminalPath) WithIValue

func (*WatchOsImageProfilesResponse_FieldTerminalPath) WithRawIArrayItemValue

func (fp *WatchOsImageProfilesResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*WatchOsImageProfilesResponse_FieldTerminalPath) WithRawIArrayOfValues

func (fp *WatchOsImageProfilesResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*WatchOsImageProfilesResponse_FieldTerminalPath) WithRawIValue

func (fp *WatchOsImageProfilesResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type WatchOsImageProfilesResponse_FieldTerminalPathArrayItemValue

type WatchOsImageProfilesResponse_FieldTerminalPathArrayItemValue struct {
	WatchOsImageProfilesResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchOsImageProfilesResponse_FieldTerminalPathArrayItemValue) AsOsImageProfileChangesItemValue

func (*WatchOsImageProfilesResponse_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'WatchOsImageProfilesResponse'

func (*WatchOsImageProfilesResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *WatchOsImageProfilesResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object WatchOsImageProfilesResponse as interface{}

func (*WatchOsImageProfilesResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchOsImageProfilesResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *WatchOsImageProfilesResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type WatchOsImageProfilesResponse_FieldTerminalPathArrayOfValues

type WatchOsImageProfilesResponse_FieldTerminalPathArrayOfValues struct {
	WatchOsImageProfilesResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchOsImageProfilesResponse_FieldTerminalPathArrayOfValues) AsIsCurrentArrayOfValues

func (fpaov *WatchOsImageProfilesResponse_FieldTerminalPathArrayOfValues) AsIsCurrentArrayOfValues() ([]bool, bool)

func (*WatchOsImageProfilesResponse_FieldTerminalPathArrayOfValues) AsIsHardResetArrayOfValues

func (fpaov *WatchOsImageProfilesResponse_FieldTerminalPathArrayOfValues) AsIsHardResetArrayOfValues() ([]bool, bool)

func (*WatchOsImageProfilesResponse_FieldTerminalPathArrayOfValues) AsIsSoftResetArrayOfValues

func (fpaov *WatchOsImageProfilesResponse_FieldTerminalPathArrayOfValues) AsIsSoftResetArrayOfValues() ([]bool, bool)

func (*WatchOsImageProfilesResponse_FieldTerminalPathArrayOfValues) AsOsImageProfileChangesArrayOfValues

func (fpaov *WatchOsImageProfilesResponse_FieldTerminalPathArrayOfValues) AsOsImageProfileChangesArrayOfValues() ([][]*os_image_profile.OsImageProfileChange, bool)

func (*WatchOsImageProfilesResponse_FieldTerminalPathArrayOfValues) AsPageTokenChangeArrayOfValues

func (*WatchOsImageProfilesResponse_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues

func (fpaov *WatchOsImageProfilesResponse_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues() ([]string, bool)

func (*WatchOsImageProfilesResponse_FieldTerminalPathArrayOfValues) AsSnapshotSizeArrayOfValues

func (fpaov *WatchOsImageProfilesResponse_FieldTerminalPathArrayOfValues) AsSnapshotSizeArrayOfValues() ([]int64, bool)

func (*WatchOsImageProfilesResponse_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *WatchOsImageProfilesResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type WatchOsImageProfilesResponse_FieldTerminalPathValue

type WatchOsImageProfilesResponse_FieldTerminalPathValue struct {
	WatchOsImageProfilesResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchOsImageProfilesResponse_FieldTerminalPathValue) AsIsCurrentValue

func (*WatchOsImageProfilesResponse_FieldTerminalPathValue) AsIsHardResetValue

func (fpv *WatchOsImageProfilesResponse_FieldTerminalPathValue) AsIsHardResetValue() (bool, bool)

func (*WatchOsImageProfilesResponse_FieldTerminalPathValue) AsIsSoftResetValue

func (fpv *WatchOsImageProfilesResponse_FieldTerminalPathValue) AsIsSoftResetValue() (bool, bool)

func (*WatchOsImageProfilesResponse_FieldTerminalPathValue) AsOsImageProfileChangesValue

func (*WatchOsImageProfilesResponse_FieldTerminalPathValue) AsPageTokenChangeValue

func (*WatchOsImageProfilesResponse_FieldTerminalPathValue) AsResumeTokenValue

func (*WatchOsImageProfilesResponse_FieldTerminalPathValue) AsSnapshotSizeValue

func (fpv *WatchOsImageProfilesResponse_FieldTerminalPathValue) AsSnapshotSizeValue() (int64, bool)

func (*WatchOsImageProfilesResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchOsImageProfilesResponse_FieldTerminalPathValue' with the value under path in 'WatchOsImageProfilesResponse'.

func (*WatchOsImageProfilesResponse_FieldTerminalPathValue) CompareWithRaw

func (*WatchOsImageProfilesResponse_FieldTerminalPathValue) GetRawValue

func (fpv *WatchOsImageProfilesResponse_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'WatchOsImageProfilesResponse' as interface{}

func (*WatchOsImageProfilesResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchOsImageProfilesResponse

func (*WatchOsImageProfilesResponse_FieldTerminalPathValue) SetToRaw

type WatchOsImageProfilesResponse_PageTokenChange

type WatchOsImageProfilesResponse_PageTokenChange struct {

	// New token to retrieve previous page of results.
	PrevPageToken *os_image_profile.PagerCursor `` /* 151-byte string literal not displayed */
	// New token to retrieve next page of results.
	NextPageToken *os_image_profile.PagerCursor `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*WatchOsImageProfilesResponse_PageTokenChange) Clone

func (*WatchOsImageProfilesResponse_PageTokenChange) CloneRaw

func (*WatchOsImageProfilesResponse_PageTokenChange) Descriptor

Deprecated, Use WatchOsImageProfilesResponse_PageTokenChange.ProtoReflect.Descriptor instead.

func (*WatchOsImageProfilesResponse_PageTokenChange) GetNextPageToken

func (*WatchOsImageProfilesResponse_PageTokenChange) GetPrevPageToken

func (*WatchOsImageProfilesResponse_PageTokenChange) GotenMessage

func (*WatchOsImageProfilesResponse_PageTokenChange) GotenObjectExt

func (*WatchOsImageProfilesResponse_PageTokenChange) GotenValidate

func (*WatchOsImageProfilesResponse_PageTokenChange) MakeFullFieldMask

func (*WatchOsImageProfilesResponse_PageTokenChange) MakeRawDiffFieldMask

func (*WatchOsImageProfilesResponse_PageTokenChange) MakeRawFullFieldMask

func (*WatchOsImageProfilesResponse_PageTokenChange) Marshal

func (*WatchOsImageProfilesResponse_PageTokenChange) MarshalJSON

func (*WatchOsImageProfilesResponse_PageTokenChange) Merge

func (*WatchOsImageProfilesResponse_PageTokenChange) MergeRaw

func (*WatchOsImageProfilesResponse_PageTokenChange) ProtoMessage

func (*WatchOsImageProfilesResponse_PageTokenChange) ProtoReflect

func (*WatchOsImageProfilesResponse_PageTokenChange) Reset

func (*WatchOsImageProfilesResponse_PageTokenChange) SetNextPageToken

func (*WatchOsImageProfilesResponse_PageTokenChange) SetPrevPageToken

func (*WatchOsImageProfilesResponse_PageTokenChange) String

func (*WatchOsImageProfilesResponse_PageTokenChange) Unmarshal

func (*WatchOsImageProfilesResponse_PageTokenChange) UnmarshalJSON

func (m *WatchOsImageProfilesResponse_PageTokenChange) UnmarshalJSON(data []byte) error

type WatchOsImageProfilesResponse_PageTokenChangePathSelectorNextPageToken

type WatchOsImageProfilesResponse_PageTokenChangePathSelectorNextPageToken struct{}

func (WatchOsImageProfilesResponse_PageTokenChangePathSelectorNextPageToken) FieldPath

type WatchOsImageProfilesResponse_PageTokenChangePathSelectorPrevPageToken

type WatchOsImageProfilesResponse_PageTokenChangePathSelectorPrevPageToken struct{}

func (WatchOsImageProfilesResponse_PageTokenChangePathSelectorPrevPageToken) FieldPath

type WatchOsImageProfilesResponse_PageTokenChange_FieldMask

type WatchOsImageProfilesResponse_PageTokenChange_FieldMask struct {
	Paths []WatchOsImageProfilesResponsePageTokenChange_FieldPath
}

func FullWatchOsImageProfilesResponse_PageTokenChange_FieldMask

func FullWatchOsImageProfilesResponse_PageTokenChange_FieldMask() *WatchOsImageProfilesResponse_PageTokenChange_FieldMask

func (*WatchOsImageProfilesResponse_PageTokenChange_FieldMask) AppendPath

func (*WatchOsImageProfilesResponse_PageTokenChange_FieldMask) AppendRawPath

func (*WatchOsImageProfilesResponse_PageTokenChange_FieldMask) DecodeFirestore

func (*WatchOsImageProfilesResponse_PageTokenChange_FieldMask) EncodeFirestore

firestore encoding/decoding integration

func (*WatchOsImageProfilesResponse_PageTokenChange_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchOsImageProfilesResponse_PageTokenChange_FieldMask) FromProtoFieldMask

func (fieldMask *WatchOsImageProfilesResponse_PageTokenChange_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*WatchOsImageProfilesResponse_PageTokenChange_FieldMask) GetPaths

func (*WatchOsImageProfilesResponse_PageTokenChange_FieldMask) GetRawPaths

func (*WatchOsImageProfilesResponse_PageTokenChange_FieldMask) IsFull

func (WatchOsImageProfilesResponse_PageTokenChange_FieldMask) Marshal

implement methods required by customType

func (WatchOsImageProfilesResponse_PageTokenChange_FieldMask) MarshalJSON

func (*WatchOsImageProfilesResponse_PageTokenChange_FieldMask) PathsCount

func (*WatchOsImageProfilesResponse_PageTokenChange_FieldMask) Project

func (*WatchOsImageProfilesResponse_PageTokenChange_FieldMask) ProjectRaw

func (*WatchOsImageProfilesResponse_PageTokenChange_FieldMask) ProtoMessage

func (*WatchOsImageProfilesResponse_PageTokenChange_FieldMask) ProtoReflect

func (*WatchOsImageProfilesResponse_PageTokenChange_FieldMask) Reset

func (*WatchOsImageProfilesResponse_PageTokenChange_FieldMask) Set

func (*WatchOsImageProfilesResponse_PageTokenChange_FieldMask) SetFromCliFlag

func (*WatchOsImageProfilesResponse_PageTokenChange_FieldMask) SetRaw

func (*WatchOsImageProfilesResponse_PageTokenChange_FieldMask) Size

func (*WatchOsImageProfilesResponse_PageTokenChange_FieldMask) String

func (*WatchOsImageProfilesResponse_PageTokenChange_FieldMask) SubtractRaw

func (*WatchOsImageProfilesResponse_PageTokenChange_FieldMask) ToProtoFieldMask

ToFieldMask is used for proto conversions

func (*WatchOsImageProfilesResponse_PageTokenChange_FieldMask) Unmarshal

func (*WatchOsImageProfilesResponse_PageTokenChange_FieldMask) UnmarshalJSON

func (fieldMask *WatchOsImageProfilesResponse_PageTokenChange_FieldMask) UnmarshalJSON(data []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL