agent_software_version_client

package
v0.12.9 Latest Latest
Warning

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

Go to latest
Published: Nov 14, 2023 License: Apache-2.0 Imports: 38 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AgentSoftwareVersionServiceClient

AgentSoftwareVersionServiceClient is the client API for AgentSoftwareVersionService.

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

type AgentSoftwareVersionServiceDescriptor

type AgentSoftwareVersionServiceDescriptor struct{}

func GetAgentSoftwareVersionServiceDescriptor

func GetAgentSoftwareVersionServiceDescriptor() *AgentSoftwareVersionServiceDescriptor

func (*AgentSoftwareVersionServiceDescriptor) AllMethodDescriptors

func (*AgentSoftwareVersionServiceDescriptor) GetApiName

func (*AgentSoftwareVersionServiceDescriptor) GetFullAPIName

func (d *AgentSoftwareVersionServiceDescriptor) GetFullAPIName() string

func (*AgentSoftwareVersionServiceDescriptor) GetProtoPkgName

func (d *AgentSoftwareVersionServiceDescriptor) GetProtoPkgName() string

func (*AgentSoftwareVersionServiceDescriptor) GetServiceDomain

func (d *AgentSoftwareVersionServiceDescriptor) GetServiceDomain() string

func (*AgentSoftwareVersionServiceDescriptor) GetServiceVersion

func (d *AgentSoftwareVersionServiceDescriptor) GetServiceVersion() string

type BatchGetAgentSoftwareVersionsDescriptor

type BatchGetAgentSoftwareVersionsDescriptor struct{}

func GetBatchGetAgentSoftwareVersionsDescriptor

func GetBatchGetAgentSoftwareVersionsDescriptor() *BatchGetAgentSoftwareVersionsDescriptor

func (*BatchGetAgentSoftwareVersionsDescriptor) GetApiDescriptor

func (*BatchGetAgentSoftwareVersionsDescriptor) GetApiName

func (*BatchGetAgentSoftwareVersionsDescriptor) GetClientMsgReflectHandle

func (*BatchGetAgentSoftwareVersionsDescriptor) GetFullMethodName

func (d *BatchGetAgentSoftwareVersionsDescriptor) GetFullMethodName() string

func (*BatchGetAgentSoftwareVersionsDescriptor) GetMethodName

func (*BatchGetAgentSoftwareVersionsDescriptor) GetProtoPkgName

func (d *BatchGetAgentSoftwareVersionsDescriptor) GetProtoPkgName() string

func (*BatchGetAgentSoftwareVersionsDescriptor) GetResourceDescriptor

func (*BatchGetAgentSoftwareVersionsDescriptor) GetServerMsgReflectHandle

func (*BatchGetAgentSoftwareVersionsDescriptor) GetServiceDomain

func (d *BatchGetAgentSoftwareVersionsDescriptor) GetServiceDomain() string

func (*BatchGetAgentSoftwareVersionsDescriptor) GetServiceVersion

func (d *BatchGetAgentSoftwareVersionsDescriptor) GetServiceVersion() string

func (*BatchGetAgentSoftwareVersionsDescriptor) GetVerb

func (*BatchGetAgentSoftwareVersionsDescriptor) HasResource

func (*BatchGetAgentSoftwareVersionsDescriptor) IsClientStream

func (d *BatchGetAgentSoftwareVersionsDescriptor) IsClientStream() bool

func (*BatchGetAgentSoftwareVersionsDescriptor) IsCollection

func (*BatchGetAgentSoftwareVersionsDescriptor) IsPlural

func (*BatchGetAgentSoftwareVersionsDescriptor) IsServerStream

func (d *BatchGetAgentSoftwareVersionsDescriptor) IsServerStream() bool

func (*BatchGetAgentSoftwareVersionsDescriptor) IsUnary

func (*BatchGetAgentSoftwareVersionsDescriptor) NewEmptyClientMsg

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

func (*BatchGetAgentSoftwareVersionsDescriptor) NewEmptyServerMsg

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

func (*BatchGetAgentSoftwareVersionsDescriptor) RequestHasResourceBody

func (d *BatchGetAgentSoftwareVersionsDescriptor) RequestHasResourceBody() bool

type BatchGetAgentSoftwareVersionsDescriptorClientMsgHandle

type BatchGetAgentSoftwareVersionsDescriptorClientMsgHandle struct{}

func (*BatchGetAgentSoftwareVersionsDescriptorClientMsgHandle) ExtractCollectionName

func (*BatchGetAgentSoftwareVersionsDescriptorClientMsgHandle) ExtractResourceName

func (*BatchGetAgentSoftwareVersionsDescriptorClientMsgHandle) ExtractResourceNames

type BatchGetAgentSoftwareVersionsDescriptorServerMsgHandle

type BatchGetAgentSoftwareVersionsDescriptorServerMsgHandle struct{}

func (*BatchGetAgentSoftwareVersionsDescriptorServerMsgHandle) ExtractCollectionName

func (*BatchGetAgentSoftwareVersionsDescriptorServerMsgHandle) ExtractResourceName

func (*BatchGetAgentSoftwareVersionsDescriptorServerMsgHandle) ExtractResourceNames

type BatchGetAgentSoftwareVersionsRequest

type BatchGetAgentSoftwareVersionsRequest struct {

	// Names of AgentSoftwareVersions
	Names []*agent_software_version.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 *agent_software_version.AgentSoftwareVersion_FieldMask `` /* 152-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 [BatchGetAgentSoftwareVersions][ntt.watchdog.v1alpha2.BatchGetAgentSoftwareVersions]

func (*BatchGetAgentSoftwareVersionsRequest) Clone

func (*BatchGetAgentSoftwareVersionsRequest) CloneRaw

func (*BatchGetAgentSoftwareVersionsRequest) Descriptor

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

Deprecated, Use BatchGetAgentSoftwareVersionsRequest.ProtoReflect.Descriptor instead.

func (*BatchGetAgentSoftwareVersionsRequest) GetFieldMask

func (*BatchGetAgentSoftwareVersionsRequest) GetNames

func (*BatchGetAgentSoftwareVersionsRequest) GetView

func (*BatchGetAgentSoftwareVersionsRequest) GotenMessage

func (*BatchGetAgentSoftwareVersionsRequest) GotenMessage()

func (*BatchGetAgentSoftwareVersionsRequest) GotenObjectExt

func (o *BatchGetAgentSoftwareVersionsRequest) GotenObjectExt()

func (*BatchGetAgentSoftwareVersionsRequest) GotenValidate

func (obj *BatchGetAgentSoftwareVersionsRequest) GotenValidate() error

func (*BatchGetAgentSoftwareVersionsRequest) MakeFullFieldMask

func (*BatchGetAgentSoftwareVersionsRequest) MakeRawDiffFieldMask

func (*BatchGetAgentSoftwareVersionsRequest) MakeRawFullFieldMask

func (*BatchGetAgentSoftwareVersionsRequest) Marshal

func (*BatchGetAgentSoftwareVersionsRequest) MarshalJSON

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

func (*BatchGetAgentSoftwareVersionsRequest) Merge

func (*BatchGetAgentSoftwareVersionsRequest) MergeRaw

func (*BatchGetAgentSoftwareVersionsRequest) ProtoMessage

func (*BatchGetAgentSoftwareVersionsRequest) ProtoMessage()

func (*BatchGetAgentSoftwareVersionsRequest) ProtoReflect

func (*BatchGetAgentSoftwareVersionsRequest) Reset

func (*BatchGetAgentSoftwareVersionsRequest) SetFieldMask

func (*BatchGetAgentSoftwareVersionsRequest) SetNames

func (*BatchGetAgentSoftwareVersionsRequest) SetView

func (*BatchGetAgentSoftwareVersionsRequest) String

func (*BatchGetAgentSoftwareVersionsRequest) Unmarshal

func (*BatchGetAgentSoftwareVersionsRequest) UnmarshalJSON

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

type BatchGetAgentSoftwareVersionsRequestFieldPathBuilder

type BatchGetAgentSoftwareVersionsRequestFieldPathBuilder struct{}

func (BatchGetAgentSoftwareVersionsRequestFieldPathBuilder) FieldMask

func (BatchGetAgentSoftwareVersionsRequestFieldPathBuilder) Names

func (BatchGetAgentSoftwareVersionsRequestFieldPathBuilder) View

type BatchGetAgentSoftwareVersionsRequestPathSelectorFieldMask

type BatchGetAgentSoftwareVersionsRequestPathSelectorFieldMask struct{}

func (BatchGetAgentSoftwareVersionsRequestPathSelectorFieldMask) FieldPath

type BatchGetAgentSoftwareVersionsRequestPathSelectorNames

type BatchGetAgentSoftwareVersionsRequestPathSelectorNames struct{}

func (BatchGetAgentSoftwareVersionsRequestPathSelectorNames) FieldPath

type BatchGetAgentSoftwareVersionsRequestPathSelectorView

type BatchGetAgentSoftwareVersionsRequestPathSelectorView struct{}

func (BatchGetAgentSoftwareVersionsRequestPathSelectorView) FieldPath

func (BatchGetAgentSoftwareVersionsRequestPathSelectorView) WithArrayOfValues

func (BatchGetAgentSoftwareVersionsRequestPathSelectorView) WithValue

type BatchGetAgentSoftwareVersionsRequest_FieldMask

type BatchGetAgentSoftwareVersionsRequest_FieldMask struct {
	Paths []BatchGetAgentSoftwareVersionsRequest_FieldPath
}

func FullBatchGetAgentSoftwareVersionsRequest_FieldMask

func FullBatchGetAgentSoftwareVersionsRequest_FieldMask() *BatchGetAgentSoftwareVersionsRequest_FieldMask

func (*BatchGetAgentSoftwareVersionsRequest_FieldMask) AppendPath

func (*BatchGetAgentSoftwareVersionsRequest_FieldMask) AppendRawPath

func (*BatchGetAgentSoftwareVersionsRequest_FieldMask) DecodeFirestore

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

func (*BatchGetAgentSoftwareVersionsRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*BatchGetAgentSoftwareVersionsRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*BatchGetAgentSoftwareVersionsRequest_FieldMask) FromProtoFieldMask

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

func (*BatchGetAgentSoftwareVersionsRequest_FieldMask) GetPaths

func (*BatchGetAgentSoftwareVersionsRequest_FieldMask) GetRawPaths

func (*BatchGetAgentSoftwareVersionsRequest_FieldMask) IsFull

func (BatchGetAgentSoftwareVersionsRequest_FieldMask) Marshal

implement methods required by customType

func (BatchGetAgentSoftwareVersionsRequest_FieldMask) MarshalJSON

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

func (*BatchGetAgentSoftwareVersionsRequest_FieldMask) PathsCount

func (fieldMask *BatchGetAgentSoftwareVersionsRequest_FieldMask) PathsCount() int

func (*BatchGetAgentSoftwareVersionsRequest_FieldMask) Project

func (*BatchGetAgentSoftwareVersionsRequest_FieldMask) ProjectRaw

func (*BatchGetAgentSoftwareVersionsRequest_FieldMask) ProtoMessage

func (fieldMask *BatchGetAgentSoftwareVersionsRequest_FieldMask) ProtoMessage()

func (*BatchGetAgentSoftwareVersionsRequest_FieldMask) ProtoReflect

func (*BatchGetAgentSoftwareVersionsRequest_FieldMask) Reset

func (*BatchGetAgentSoftwareVersionsRequest_FieldMask) Set

func (*BatchGetAgentSoftwareVersionsRequest_FieldMask) SetFromCliFlag

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

func (*BatchGetAgentSoftwareVersionsRequest_FieldMask) SetRaw

func (*BatchGetAgentSoftwareVersionsRequest_FieldMask) Size

func (*BatchGetAgentSoftwareVersionsRequest_FieldMask) String

func (*BatchGetAgentSoftwareVersionsRequest_FieldMask) SubtractRaw

func (*BatchGetAgentSoftwareVersionsRequest_FieldMask) ToProtoFieldMask

ToFieldMask is used for proto conversions

func (*BatchGetAgentSoftwareVersionsRequest_FieldMask) Unmarshal

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

func (*BatchGetAgentSoftwareVersionsRequest_FieldMask) UnmarshalJSON

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

type BatchGetAgentSoftwareVersionsRequest_FieldPath

type BatchGetAgentSoftwareVersionsRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() BatchGetAgentSoftwareVersionsRequest_FieldPathSelector
	Get(source *BatchGetAgentSoftwareVersionsRequest) []interface{}
	GetSingle(source *BatchGetAgentSoftwareVersionsRequest) (interface{}, bool)
	ClearValue(item *BatchGetAgentSoftwareVersionsRequest)

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

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

func MustParseBatchGetAgentSoftwareVersionsRequest_FieldPath

func MustParseBatchGetAgentSoftwareVersionsRequest_FieldPath(rawField string) BatchGetAgentSoftwareVersionsRequest_FieldPath

func ParseBatchGetAgentSoftwareVersionsRequest_FieldPath

func ParseBatchGetAgentSoftwareVersionsRequest_FieldPath(rawField string) (BatchGetAgentSoftwareVersionsRequest_FieldPath, error)

type BatchGetAgentSoftwareVersionsRequest_FieldPathArrayItemValue

type BatchGetAgentSoftwareVersionsRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	BatchGetAgentSoftwareVersionsRequest_FieldPath
	ContainsValue(*BatchGetAgentSoftwareVersionsRequest) bool
}

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

func MustParseBatchGetAgentSoftwareVersionsRequest_FieldPathArrayItemValue

func MustParseBatchGetAgentSoftwareVersionsRequest_FieldPathArrayItemValue(pathStr, valueStr string) BatchGetAgentSoftwareVersionsRequest_FieldPathArrayItemValue

func ParseBatchGetAgentSoftwareVersionsRequest_FieldPathArrayItemValue

func ParseBatchGetAgentSoftwareVersionsRequest_FieldPathArrayItemValue(pathStr, valueStr string) (BatchGetAgentSoftwareVersionsRequest_FieldPathArrayItemValue, error)

ParseBatchGetAgentSoftwareVersionsRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type BatchGetAgentSoftwareVersionsRequest_FieldPathArrayOfValues

type BatchGetAgentSoftwareVersionsRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	BatchGetAgentSoftwareVersionsRequest_FieldPath
}

BatchGetAgentSoftwareVersionsRequest_FieldPathArrayOfValues allows storing slice of values for BatchGetAgentSoftwareVersionsRequest fields according to their type

func MustParseBatchGetAgentSoftwareVersionsRequest_FieldPathArrayOfValues

func MustParseBatchGetAgentSoftwareVersionsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) BatchGetAgentSoftwareVersionsRequest_FieldPathArrayOfValues

func ParseBatchGetAgentSoftwareVersionsRequest_FieldPathArrayOfValues

func ParseBatchGetAgentSoftwareVersionsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (BatchGetAgentSoftwareVersionsRequest_FieldPathArrayOfValues, error)

type BatchGetAgentSoftwareVersionsRequest_FieldPathSelector

type BatchGetAgentSoftwareVersionsRequest_FieldPathSelector int32
const (
	BatchGetAgentSoftwareVersionsRequest_FieldPathSelectorNames     BatchGetAgentSoftwareVersionsRequest_FieldPathSelector = 0
	BatchGetAgentSoftwareVersionsRequest_FieldPathSelectorFieldMask BatchGetAgentSoftwareVersionsRequest_FieldPathSelector = 1
	BatchGetAgentSoftwareVersionsRequest_FieldPathSelectorView      BatchGetAgentSoftwareVersionsRequest_FieldPathSelector = 2
)

func (BatchGetAgentSoftwareVersionsRequest_FieldPathSelector) String

type BatchGetAgentSoftwareVersionsRequest_FieldPathValue

type BatchGetAgentSoftwareVersionsRequest_FieldPathValue interface {
	BatchGetAgentSoftwareVersionsRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **BatchGetAgentSoftwareVersionsRequest)
	CompareWith(*BatchGetAgentSoftwareVersionsRequest) (cmp int, comparable bool)
}

BatchGetAgentSoftwareVersionsRequest_FieldPathValue allows storing values for BatchGetAgentSoftwareVersionsRequest fields according to their type

func MustParseBatchGetAgentSoftwareVersionsRequest_FieldPathValue

func MustParseBatchGetAgentSoftwareVersionsRequest_FieldPathValue(pathStr, valueStr string) BatchGetAgentSoftwareVersionsRequest_FieldPathValue

func ParseBatchGetAgentSoftwareVersionsRequest_FieldPathValue

func ParseBatchGetAgentSoftwareVersionsRequest_FieldPathValue(pathStr, valueStr string) (BatchGetAgentSoftwareVersionsRequest_FieldPathValue, error)

type BatchGetAgentSoftwareVersionsRequest_FieldTerminalPath

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

func (*BatchGetAgentSoftwareVersionsRequest_FieldTerminalPath) ClearValue

func (*BatchGetAgentSoftwareVersionsRequest_FieldTerminalPath) ClearValueRaw

func (*BatchGetAgentSoftwareVersionsRequest_FieldTerminalPath) Get

Get returns all values pointed by specific field from source BatchGetAgentSoftwareVersionsRequest

func (*BatchGetAgentSoftwareVersionsRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*BatchGetAgentSoftwareVersionsRequest_FieldTerminalPath) GetRaw

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

func (*BatchGetAgentSoftwareVersionsRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source BatchGetAgentSoftwareVersionsRequest

func (*BatchGetAgentSoftwareVersionsRequest_FieldTerminalPath) GetSingleRaw

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

func (*BatchGetAgentSoftwareVersionsRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*BatchGetAgentSoftwareVersionsRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetAgentSoftwareVersionsRequest_FieldTerminalPath) Selector

func (*BatchGetAgentSoftwareVersionsRequest_FieldTerminalPath) SplitIntoTerminalIPaths

func (*BatchGetAgentSoftwareVersionsRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*BatchGetAgentSoftwareVersionsRequest_FieldTerminalPath) WithIArrayItemValue

func (*BatchGetAgentSoftwareVersionsRequest_FieldTerminalPath) WithIArrayOfValues

func (*BatchGetAgentSoftwareVersionsRequest_FieldTerminalPath) WithIValue

func (*BatchGetAgentSoftwareVersionsRequest_FieldTerminalPath) WithRawIArrayItemValue

func (*BatchGetAgentSoftwareVersionsRequest_FieldTerminalPath) WithRawIArrayOfValues

func (*BatchGetAgentSoftwareVersionsRequest_FieldTerminalPath) WithRawIValue

type BatchGetAgentSoftwareVersionsRequest_FieldTerminalPathArrayItemValue

type BatchGetAgentSoftwareVersionsRequest_FieldTerminalPathArrayItemValue struct {
	BatchGetAgentSoftwareVersionsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetAgentSoftwareVersionsRequest_FieldTerminalPathArrayItemValue) AsNamesItemValue

func (*BatchGetAgentSoftwareVersionsRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*BatchGetAgentSoftwareVersionsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*BatchGetAgentSoftwareVersionsRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*BatchGetAgentSoftwareVersionsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

type BatchGetAgentSoftwareVersionsRequest_FieldTerminalPathArrayOfValues

type BatchGetAgentSoftwareVersionsRequest_FieldTerminalPathArrayOfValues struct {
	BatchGetAgentSoftwareVersionsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetAgentSoftwareVersionsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*BatchGetAgentSoftwareVersionsRequest_FieldTerminalPathArrayOfValues) AsNamesArrayOfValues

func (*BatchGetAgentSoftwareVersionsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

func (*BatchGetAgentSoftwareVersionsRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type BatchGetAgentSoftwareVersionsRequest_FieldTerminalPathValue

type BatchGetAgentSoftwareVersionsRequest_FieldTerminalPathValue struct {
	BatchGetAgentSoftwareVersionsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetAgentSoftwareVersionsRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*BatchGetAgentSoftwareVersionsRequest_FieldTerminalPathValue) AsNamesValue

func (*BatchGetAgentSoftwareVersionsRequest_FieldTerminalPathValue) AsViewValue

func (*BatchGetAgentSoftwareVersionsRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'BatchGetAgentSoftwareVersionsRequest_FieldTerminalPathValue' with the value under path in 'BatchGetAgentSoftwareVersionsRequest'.

func (*BatchGetAgentSoftwareVersionsRequest_FieldTerminalPathValue) CompareWithRaw

func (*BatchGetAgentSoftwareVersionsRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*BatchGetAgentSoftwareVersionsRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object BatchGetAgentSoftwareVersionsRequest

func (*BatchGetAgentSoftwareVersionsRequest_FieldTerminalPathValue) SetToRaw

type BatchGetAgentSoftwareVersionsResponse

type BatchGetAgentSoftwareVersionsResponse struct {

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

BatchGetAgentSoftwareVersionsResponse

func (*BatchGetAgentSoftwareVersionsResponse) Clone

func (*BatchGetAgentSoftwareVersionsResponse) CloneRaw

func (*BatchGetAgentSoftwareVersionsResponse) Descriptor

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

Deprecated, Use BatchGetAgentSoftwareVersionsResponse.ProtoReflect.Descriptor instead.

func (*BatchGetAgentSoftwareVersionsResponse) GetAgentSoftwareVersions

func (*BatchGetAgentSoftwareVersionsResponse) GetMissing

func (*BatchGetAgentSoftwareVersionsResponse) GotenMessage

func (*BatchGetAgentSoftwareVersionsResponse) GotenMessage()

func (*BatchGetAgentSoftwareVersionsResponse) GotenObjectExt

func (o *BatchGetAgentSoftwareVersionsResponse) GotenObjectExt()

func (*BatchGetAgentSoftwareVersionsResponse) GotenValidate

func (obj *BatchGetAgentSoftwareVersionsResponse) GotenValidate() error

func (*BatchGetAgentSoftwareVersionsResponse) MakeFullFieldMask

func (*BatchGetAgentSoftwareVersionsResponse) MakeRawDiffFieldMask

func (*BatchGetAgentSoftwareVersionsResponse) MakeRawFullFieldMask

func (*BatchGetAgentSoftwareVersionsResponse) Marshal

func (*BatchGetAgentSoftwareVersionsResponse) MarshalJSON

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

func (*BatchGetAgentSoftwareVersionsResponse) Merge

func (*BatchGetAgentSoftwareVersionsResponse) MergeRaw

func (*BatchGetAgentSoftwareVersionsResponse) ProtoMessage

func (*BatchGetAgentSoftwareVersionsResponse) ProtoMessage()

func (*BatchGetAgentSoftwareVersionsResponse) ProtoReflect

func (*BatchGetAgentSoftwareVersionsResponse) Reset

func (*BatchGetAgentSoftwareVersionsResponse) SetAgentSoftwareVersions

func (*BatchGetAgentSoftwareVersionsResponse) SetMissing

func (*BatchGetAgentSoftwareVersionsResponse) String

func (*BatchGetAgentSoftwareVersionsResponse) Unmarshal

func (*BatchGetAgentSoftwareVersionsResponse) UnmarshalJSON

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

type BatchGetAgentSoftwareVersionsResponseFieldPathBuilder

type BatchGetAgentSoftwareVersionsResponseFieldPathBuilder struct{}

func (BatchGetAgentSoftwareVersionsResponseFieldPathBuilder) Missing

type BatchGetAgentSoftwareVersionsResponseMapPathSelectorAgentSoftwareVersionsMetadataAnnotations

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

func (BatchGetAgentSoftwareVersionsResponseMapPathSelectorAgentSoftwareVersionsMetadataAnnotations) FieldPath

func (BatchGetAgentSoftwareVersionsResponseMapPathSelectorAgentSoftwareVersionsMetadataAnnotations) WithArrayOfValues

func (BatchGetAgentSoftwareVersionsResponseMapPathSelectorAgentSoftwareVersionsMetadataAnnotations) WithValue

type BatchGetAgentSoftwareVersionsResponseMapPathSelectorAgentSoftwareVersionsMetadataLabels

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

func (BatchGetAgentSoftwareVersionsResponseMapPathSelectorAgentSoftwareVersionsMetadataLabels) FieldPath

func (BatchGetAgentSoftwareVersionsResponseMapPathSelectorAgentSoftwareVersionsMetadataLabels) WithArrayOfValues

func (BatchGetAgentSoftwareVersionsResponseMapPathSelectorAgentSoftwareVersionsMetadataLabels) WithValue

type BatchGetAgentSoftwareVersionsResponseMapPathSelectorAgentSoftwareVersionsMetadataShards

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

func (BatchGetAgentSoftwareVersionsResponseMapPathSelectorAgentSoftwareVersionsMetadataShards) FieldPath

func (BatchGetAgentSoftwareVersionsResponseMapPathSelectorAgentSoftwareVersionsMetadataShards) WithArrayOfValues

func (BatchGetAgentSoftwareVersionsResponseMapPathSelectorAgentSoftwareVersionsMetadataShards) WithValue

type BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersions

type BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersions struct{}

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersions) FieldPath

type BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsAndroid

type BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsAndroid struct{}

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsAndroid) FieldPath

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsAndroid) WithArrayOfValues

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsAndroid) WithValue

type BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsLinux

type BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsLinux struct{}

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsLinux) FieldPath

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsLinux) WithArrayOfValues

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsLinux) WithValue

type BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMac

type BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMac struct{}

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMac) FieldPath

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMac) WithArrayOfValues

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMac) WithValue

type BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadata

type BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadata struct{}

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadata) FieldPath

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadata) WithArrayOfValues

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadata) WithValue

type BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataAnnotations

type BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataAnnotations struct{}

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataAnnotations) FieldPath

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataAnnotations) WithArrayOfValues

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataAnnotations) WithValue

type BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataCreateTime

type BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataCreateTime struct{}

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataCreateTime) FieldPath

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataCreateTime) WithArrayOfValues

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataCreateTime) WithValue

type BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataDeleteTime

type BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataDeleteTime struct{}

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataDeleteTime) FieldPath

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataDeleteTime) WithArrayOfValues

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataDeleteTime) WithValue

type BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataGeneration

type BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataGeneration struct{}

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataGeneration) FieldPath

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataGeneration) WithArrayOfValues

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataGeneration) WithValue

type BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataLabels

type BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataLabels struct{}

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataLabels) FieldPath

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataLabels) WithArrayOfValues

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataLabels) WithValue

type BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataLifecycle

type BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataLifecycle struct{}

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataLifecycle) FieldPath

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataLifecycle) WithArrayOfValues

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataLifecycle) WithValue

type BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataLifecycleBlockDeletion

type BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataLifecycleBlockDeletion struct{}

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataLifecycleBlockDeletion) FieldPath

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataLifecycleBlockDeletion) WithArrayOfValues

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataLifecycleBlockDeletion) WithValue

type BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataLifecycleState

type BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataLifecycleState struct{}

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataLifecycleState) FieldPath

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataLifecycleState) WithArrayOfValues

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataLifecycleState) WithValue

type BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferences

type BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferences struct{}

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferences) FieldPath

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferences) WithArrayOfValues

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferences) WithItemValue

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferences) WithValue

type BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferencesBlockOwnerDeletion

type BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferencesController

type BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferencesController struct{}

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferencesController) FieldPath

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferencesController) WithArrayOfValues

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferencesController) WithValue

type BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferencesKind

type BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferencesKind struct{}

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferencesKind) FieldPath

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferencesKind) WithArrayOfValues

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferencesKind) WithValue

type BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferencesName

type BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferencesName struct{}

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferencesName) FieldPath

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferencesName) WithArrayOfValues

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferencesName) WithValue

type BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferencesRegion

type BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferencesRegion struct{}

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferencesRegion) FieldPath

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferencesRegion) WithArrayOfValues

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferencesRegion) WithValue

type BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferencesRequiresOwnerReference

type BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferencesRequiresOwnerReference struct{}

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferencesRequiresOwnerReference) FieldPath

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferencesRequiresOwnerReference) WithValue

type BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferencesVersion

type BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferencesVersion struct{}

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferencesVersion) FieldPath

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferencesVersion) WithArrayOfValues

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferencesVersion) WithValue

type BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataResourceVersion

type BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataResourceVersion struct{}

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataResourceVersion) FieldPath

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataResourceVersion) WithArrayOfValues

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataResourceVersion) WithValue

type BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataShards

type BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataShards struct{}

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataShards) FieldPath

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataShards) WithArrayOfValues

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataShards) WithValue

type BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataSyncing

type BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataSyncing struct{}

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataSyncing) FieldPath

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataSyncing) WithArrayOfValues

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataSyncing) WithValue

type BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataSyncingOwningRegion

type BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataSyncingOwningRegion struct{}

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataSyncingOwningRegion) FieldPath

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataSyncingOwningRegion) WithArrayOfValues

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataSyncingOwningRegion) WithValue

type BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataSyncingRegions

type BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataSyncingRegions struct{}

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataSyncingRegions) FieldPath

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataSyncingRegions) WithArrayOfValues

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataSyncingRegions) WithItemValue

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataSyncingRegions) WithValue

type BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataTags

type BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataTags struct{}

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataTags) FieldPath

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataTags) WithArrayOfValues

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataTags) WithItemValue

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataTags) WithValue

type BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataUpdateTime

type BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataUpdateTime struct{}

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataUpdateTime) FieldPath

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataUpdateTime) WithArrayOfValues

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataUpdateTime) WithValue

type BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataUuid

type BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataUuid struct{}

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataUuid) FieldPath

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataUuid) WithArrayOfValues

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataUuid) WithValue

type BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsName

type BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsName struct{}

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsName) FieldPath

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsName) WithArrayOfValues

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsName) WithValue

type BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsWindows

type BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsWindows struct{}

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsWindows) FieldPath

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsWindows) WithArrayOfValues

func (BatchGetAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsWindows) WithValue

type BatchGetAgentSoftwareVersionsResponsePathSelectorMissing

type BatchGetAgentSoftwareVersionsResponsePathSelectorMissing struct{}

func (BatchGetAgentSoftwareVersionsResponsePathSelectorMissing) FieldPath

type BatchGetAgentSoftwareVersionsResponse_FieldMask

type BatchGetAgentSoftwareVersionsResponse_FieldMask struct {
	Paths []BatchGetAgentSoftwareVersionsResponse_FieldPath
}

func FullBatchGetAgentSoftwareVersionsResponse_FieldMask

func FullBatchGetAgentSoftwareVersionsResponse_FieldMask() *BatchGetAgentSoftwareVersionsResponse_FieldMask

func (*BatchGetAgentSoftwareVersionsResponse_FieldMask) AppendPath

func (*BatchGetAgentSoftwareVersionsResponse_FieldMask) AppendRawPath

func (*BatchGetAgentSoftwareVersionsResponse_FieldMask) DecodeFirestore

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

func (*BatchGetAgentSoftwareVersionsResponse_FieldMask) EncodeFirestore

firestore encoding/decoding integration

func (*BatchGetAgentSoftwareVersionsResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*BatchGetAgentSoftwareVersionsResponse_FieldMask) FromProtoFieldMask

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

func (*BatchGetAgentSoftwareVersionsResponse_FieldMask) GetPaths

func (*BatchGetAgentSoftwareVersionsResponse_FieldMask) GetRawPaths

func (*BatchGetAgentSoftwareVersionsResponse_FieldMask) IsFull

func (BatchGetAgentSoftwareVersionsResponse_FieldMask) Marshal

implement methods required by customType

func (BatchGetAgentSoftwareVersionsResponse_FieldMask) MarshalJSON

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

func (*BatchGetAgentSoftwareVersionsResponse_FieldMask) PathsCount

func (fieldMask *BatchGetAgentSoftwareVersionsResponse_FieldMask) PathsCount() int

func (*BatchGetAgentSoftwareVersionsResponse_FieldMask) Project

func (*BatchGetAgentSoftwareVersionsResponse_FieldMask) ProjectRaw

func (*BatchGetAgentSoftwareVersionsResponse_FieldMask) ProtoMessage

func (fieldMask *BatchGetAgentSoftwareVersionsResponse_FieldMask) ProtoMessage()

func (*BatchGetAgentSoftwareVersionsResponse_FieldMask) ProtoReflect

func (*BatchGetAgentSoftwareVersionsResponse_FieldMask) Reset

func (*BatchGetAgentSoftwareVersionsResponse_FieldMask) Set

func (*BatchGetAgentSoftwareVersionsResponse_FieldMask) SetFromCliFlag

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

func (*BatchGetAgentSoftwareVersionsResponse_FieldMask) SetRaw

func (*BatchGetAgentSoftwareVersionsResponse_FieldMask) Size

func (*BatchGetAgentSoftwareVersionsResponse_FieldMask) String

func (*BatchGetAgentSoftwareVersionsResponse_FieldMask) SubtractRaw

func (*BatchGetAgentSoftwareVersionsResponse_FieldMask) ToProtoFieldMask

ToFieldMask is used for proto conversions

func (*BatchGetAgentSoftwareVersionsResponse_FieldMask) Unmarshal

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

func (*BatchGetAgentSoftwareVersionsResponse_FieldMask) UnmarshalJSON

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

type BatchGetAgentSoftwareVersionsResponse_FieldPath

type BatchGetAgentSoftwareVersionsResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() BatchGetAgentSoftwareVersionsResponse_FieldPathSelector
	Get(source *BatchGetAgentSoftwareVersionsResponse) []interface{}
	GetSingle(source *BatchGetAgentSoftwareVersionsResponse) (interface{}, bool)
	ClearValue(item *BatchGetAgentSoftwareVersionsResponse)

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

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

func MustParseBatchGetAgentSoftwareVersionsResponse_FieldPath

func MustParseBatchGetAgentSoftwareVersionsResponse_FieldPath(rawField string) BatchGetAgentSoftwareVersionsResponse_FieldPath

func ParseBatchGetAgentSoftwareVersionsResponse_FieldPath

func ParseBatchGetAgentSoftwareVersionsResponse_FieldPath(rawField string) (BatchGetAgentSoftwareVersionsResponse_FieldPath, error)

type BatchGetAgentSoftwareVersionsResponse_FieldPathArrayItemValue

type BatchGetAgentSoftwareVersionsResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	BatchGetAgentSoftwareVersionsResponse_FieldPath
	ContainsValue(*BatchGetAgentSoftwareVersionsResponse) bool
}

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

func MustParseBatchGetAgentSoftwareVersionsResponse_FieldPathArrayItemValue

func MustParseBatchGetAgentSoftwareVersionsResponse_FieldPathArrayItemValue(pathStr, valueStr string) BatchGetAgentSoftwareVersionsResponse_FieldPathArrayItemValue

func ParseBatchGetAgentSoftwareVersionsResponse_FieldPathArrayItemValue

func ParseBatchGetAgentSoftwareVersionsResponse_FieldPathArrayItemValue(pathStr, valueStr string) (BatchGetAgentSoftwareVersionsResponse_FieldPathArrayItemValue, error)

ParseBatchGetAgentSoftwareVersionsResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type BatchGetAgentSoftwareVersionsResponse_FieldPathArrayOfValues

type BatchGetAgentSoftwareVersionsResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	BatchGetAgentSoftwareVersionsResponse_FieldPath
}

BatchGetAgentSoftwareVersionsResponse_FieldPathArrayOfValues allows storing slice of values for BatchGetAgentSoftwareVersionsResponse fields according to their type

func MustParseBatchGetAgentSoftwareVersionsResponse_FieldPathArrayOfValues

func MustParseBatchGetAgentSoftwareVersionsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) BatchGetAgentSoftwareVersionsResponse_FieldPathArrayOfValues

func ParseBatchGetAgentSoftwareVersionsResponse_FieldPathArrayOfValues

func ParseBatchGetAgentSoftwareVersionsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (BatchGetAgentSoftwareVersionsResponse_FieldPathArrayOfValues, error)

type BatchGetAgentSoftwareVersionsResponse_FieldPathSelector

type BatchGetAgentSoftwareVersionsResponse_FieldPathSelector int32
const (
	BatchGetAgentSoftwareVersionsResponse_FieldPathSelectorAgentSoftwareVersions BatchGetAgentSoftwareVersionsResponse_FieldPathSelector = 0
	BatchGetAgentSoftwareVersionsResponse_FieldPathSelectorMissing               BatchGetAgentSoftwareVersionsResponse_FieldPathSelector = 1
)

func (BatchGetAgentSoftwareVersionsResponse_FieldPathSelector) String

type BatchGetAgentSoftwareVersionsResponse_FieldPathValue

type BatchGetAgentSoftwareVersionsResponse_FieldPathValue interface {
	BatchGetAgentSoftwareVersionsResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **BatchGetAgentSoftwareVersionsResponse)
	CompareWith(*BatchGetAgentSoftwareVersionsResponse) (cmp int, comparable bool)
}

BatchGetAgentSoftwareVersionsResponse_FieldPathValue allows storing values for BatchGetAgentSoftwareVersionsResponse fields according to their type

func MustParseBatchGetAgentSoftwareVersionsResponse_FieldPathValue

func MustParseBatchGetAgentSoftwareVersionsResponse_FieldPathValue(pathStr, valueStr string) BatchGetAgentSoftwareVersionsResponse_FieldPathValue

func ParseBatchGetAgentSoftwareVersionsResponse_FieldPathValue

func ParseBatchGetAgentSoftwareVersionsResponse_FieldPathValue(pathStr, valueStr string) (BatchGetAgentSoftwareVersionsResponse_FieldPathValue, error)

type BatchGetAgentSoftwareVersionsResponse_FieldSubPath

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

func (*BatchGetAgentSoftwareVersionsResponse_FieldSubPath) AsAgentSoftwareVersionsSubPath

func (*BatchGetAgentSoftwareVersionsResponse_FieldSubPath) ClearValue

func (*BatchGetAgentSoftwareVersionsResponse_FieldSubPath) ClearValueRaw

func (*BatchGetAgentSoftwareVersionsResponse_FieldSubPath) Get

Get returns all values pointed by selected field from source BatchGetAgentSoftwareVersionsResponse

func (*BatchGetAgentSoftwareVersionsResponse_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*BatchGetAgentSoftwareVersionsResponse_FieldSubPath) GetRaw

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

func (*BatchGetAgentSoftwareVersionsResponse_FieldSubPath) GetSingle

GetSingle returns value of selected field from source BatchGetAgentSoftwareVersionsResponse

func (*BatchGetAgentSoftwareVersionsResponse_FieldSubPath) GetSingleRaw

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

func (*BatchGetAgentSoftwareVersionsResponse_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*BatchGetAgentSoftwareVersionsResponse_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetAgentSoftwareVersionsResponse_FieldSubPath) Selector

func (*BatchGetAgentSoftwareVersionsResponse_FieldSubPath) SplitIntoTerminalIPaths

func (*BatchGetAgentSoftwareVersionsResponse_FieldSubPath) String

String returns path representation in proto convention

func (*BatchGetAgentSoftwareVersionsResponse_FieldSubPath) WithIArrayItemValue

func (*BatchGetAgentSoftwareVersionsResponse_FieldSubPath) WithIArrayOfValues

func (*BatchGetAgentSoftwareVersionsResponse_FieldSubPath) WithIValue

func (*BatchGetAgentSoftwareVersionsResponse_FieldSubPath) WithRawIArrayItemValue

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

func (*BatchGetAgentSoftwareVersionsResponse_FieldSubPath) WithRawIArrayOfValues

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

func (*BatchGetAgentSoftwareVersionsResponse_FieldSubPath) WithRawIValue

type BatchGetAgentSoftwareVersionsResponse_FieldSubPathArrayItemValue

type BatchGetAgentSoftwareVersionsResponse_FieldSubPathArrayItemValue struct {
	BatchGetAgentSoftwareVersionsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*BatchGetAgentSoftwareVersionsResponse_FieldSubPathArrayItemValue) AsAgentSoftwareVersionsPathItemValue

func (*BatchGetAgentSoftwareVersionsResponse_FieldSubPathArrayItemValue) ContainsValue

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

func (*BatchGetAgentSoftwareVersionsResponse_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type BatchGetAgentSoftwareVersionsResponse_FieldSubPathArrayOfValues

type BatchGetAgentSoftwareVersionsResponse_FieldSubPathArrayOfValues struct {
	BatchGetAgentSoftwareVersionsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*BatchGetAgentSoftwareVersionsResponse_FieldSubPathArrayOfValues) AsAgentSoftwareVersionsPathArrayOfValues

func (*BatchGetAgentSoftwareVersionsResponse_FieldSubPathArrayOfValues) GetRawValues

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

type BatchGetAgentSoftwareVersionsResponse_FieldSubPathValue

type BatchGetAgentSoftwareVersionsResponse_FieldSubPathValue struct {
	BatchGetAgentSoftwareVersionsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*BatchGetAgentSoftwareVersionsResponse_FieldSubPathValue) AsAgentSoftwareVersionsPathValue

func (*BatchGetAgentSoftwareVersionsResponse_FieldSubPathValue) CompareWith

func (*BatchGetAgentSoftwareVersionsResponse_FieldSubPathValue) CompareWithRaw

func (*BatchGetAgentSoftwareVersionsResponse_FieldSubPathValue) GetRawValue

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

func (*BatchGetAgentSoftwareVersionsResponse_FieldSubPathValue) SetTo

func (*BatchGetAgentSoftwareVersionsResponse_FieldSubPathValue) SetToRaw

type BatchGetAgentSoftwareVersionsResponse_FieldTerminalPath

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

func (*BatchGetAgentSoftwareVersionsResponse_FieldTerminalPath) ClearValue

func (*BatchGetAgentSoftwareVersionsResponse_FieldTerminalPath) ClearValueRaw

func (*BatchGetAgentSoftwareVersionsResponse_FieldTerminalPath) Get

Get returns all values pointed by specific field from source BatchGetAgentSoftwareVersionsResponse

func (*BatchGetAgentSoftwareVersionsResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*BatchGetAgentSoftwareVersionsResponse_FieldTerminalPath) GetRaw

func (*BatchGetAgentSoftwareVersionsResponse_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source BatchGetAgentSoftwareVersionsResponse

func (*BatchGetAgentSoftwareVersionsResponse_FieldTerminalPath) GetSingleRaw

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

func (*BatchGetAgentSoftwareVersionsResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*BatchGetAgentSoftwareVersionsResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetAgentSoftwareVersionsResponse_FieldTerminalPath) Selector

func (*BatchGetAgentSoftwareVersionsResponse_FieldTerminalPath) SplitIntoTerminalIPaths

func (*BatchGetAgentSoftwareVersionsResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*BatchGetAgentSoftwareVersionsResponse_FieldTerminalPath) WithIArrayItemValue

func (*BatchGetAgentSoftwareVersionsResponse_FieldTerminalPath) WithIArrayOfValues

func (*BatchGetAgentSoftwareVersionsResponse_FieldTerminalPath) WithIValue

func (*BatchGetAgentSoftwareVersionsResponse_FieldTerminalPath) WithRawIArrayItemValue

func (*BatchGetAgentSoftwareVersionsResponse_FieldTerminalPath) WithRawIArrayOfValues

func (*BatchGetAgentSoftwareVersionsResponse_FieldTerminalPath) WithRawIValue

type BatchGetAgentSoftwareVersionsResponse_FieldTerminalPathArrayItemValue

type BatchGetAgentSoftwareVersionsResponse_FieldTerminalPathArrayItemValue struct {
	BatchGetAgentSoftwareVersionsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetAgentSoftwareVersionsResponse_FieldTerminalPathArrayItemValue) AsAgentSoftwareVersionsItemValue

func (*BatchGetAgentSoftwareVersionsResponse_FieldTerminalPathArrayItemValue) AsMissingItemValue

func (*BatchGetAgentSoftwareVersionsResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*BatchGetAgentSoftwareVersionsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*BatchGetAgentSoftwareVersionsResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*BatchGetAgentSoftwareVersionsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

type BatchGetAgentSoftwareVersionsResponse_FieldTerminalPathArrayOfValues

type BatchGetAgentSoftwareVersionsResponse_FieldTerminalPathArrayOfValues struct {
	BatchGetAgentSoftwareVersionsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetAgentSoftwareVersionsResponse_FieldTerminalPathArrayOfValues) AsAgentSoftwareVersionsArrayOfValues

func (*BatchGetAgentSoftwareVersionsResponse_FieldTerminalPathArrayOfValues) AsMissingArrayOfValues

func (*BatchGetAgentSoftwareVersionsResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type BatchGetAgentSoftwareVersionsResponse_FieldTerminalPathValue

type BatchGetAgentSoftwareVersionsResponse_FieldTerminalPathValue struct {
	BatchGetAgentSoftwareVersionsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetAgentSoftwareVersionsResponse_FieldTerminalPathValue) AsAgentSoftwareVersionsValue

func (*BatchGetAgentSoftwareVersionsResponse_FieldTerminalPathValue) AsMissingValue

func (*BatchGetAgentSoftwareVersionsResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'BatchGetAgentSoftwareVersionsResponse_FieldTerminalPathValue' with the value under path in 'BatchGetAgentSoftwareVersionsResponse'.

func (*BatchGetAgentSoftwareVersionsResponse_FieldTerminalPathValue) CompareWithRaw

func (*BatchGetAgentSoftwareVersionsResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*BatchGetAgentSoftwareVersionsResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object BatchGetAgentSoftwareVersionsResponse

func (*BatchGetAgentSoftwareVersionsResponse_FieldTerminalPathValue) SetToRaw

type CreateAgentSoftwareVersionDescriptor

type CreateAgentSoftwareVersionDescriptor struct{}

func GetCreateAgentSoftwareVersionDescriptor

func GetCreateAgentSoftwareVersionDescriptor() *CreateAgentSoftwareVersionDescriptor

func (*CreateAgentSoftwareVersionDescriptor) GetApiDescriptor

func (*CreateAgentSoftwareVersionDescriptor) GetApiName

func (*CreateAgentSoftwareVersionDescriptor) GetClientMsgReflectHandle

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

func (*CreateAgentSoftwareVersionDescriptor) GetFullMethodName

func (d *CreateAgentSoftwareVersionDescriptor) GetFullMethodName() string

func (*CreateAgentSoftwareVersionDescriptor) GetMethodName

func (d *CreateAgentSoftwareVersionDescriptor) GetMethodName() string

func (*CreateAgentSoftwareVersionDescriptor) GetProtoPkgName

func (d *CreateAgentSoftwareVersionDescriptor) GetProtoPkgName() string

func (*CreateAgentSoftwareVersionDescriptor) GetResourceDescriptor

func (*CreateAgentSoftwareVersionDescriptor) GetServerMsgReflectHandle

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

func (*CreateAgentSoftwareVersionDescriptor) GetServiceDomain

func (d *CreateAgentSoftwareVersionDescriptor) GetServiceDomain() string

func (*CreateAgentSoftwareVersionDescriptor) GetServiceVersion

func (d *CreateAgentSoftwareVersionDescriptor) GetServiceVersion() string

func (*CreateAgentSoftwareVersionDescriptor) GetVerb

func (*CreateAgentSoftwareVersionDescriptor) HasResource

func (d *CreateAgentSoftwareVersionDescriptor) HasResource() bool

func (*CreateAgentSoftwareVersionDescriptor) IsClientStream

func (d *CreateAgentSoftwareVersionDescriptor) IsClientStream() bool

func (*CreateAgentSoftwareVersionDescriptor) IsCollection

func (d *CreateAgentSoftwareVersionDescriptor) IsCollection() bool

func (*CreateAgentSoftwareVersionDescriptor) IsPlural

func (*CreateAgentSoftwareVersionDescriptor) IsServerStream

func (d *CreateAgentSoftwareVersionDescriptor) IsServerStream() bool

func (*CreateAgentSoftwareVersionDescriptor) IsUnary

func (*CreateAgentSoftwareVersionDescriptor) NewEmptyClientMsg

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

func (*CreateAgentSoftwareVersionDescriptor) NewEmptyServerMsg

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

func (*CreateAgentSoftwareVersionDescriptor) RequestHasResourceBody

func (d *CreateAgentSoftwareVersionDescriptor) RequestHasResourceBody() bool

type CreateAgentSoftwareVersionDescriptorClientMsgHandle

type CreateAgentSoftwareVersionDescriptorClientMsgHandle struct{}

func (*CreateAgentSoftwareVersionDescriptorClientMsgHandle) ExtractCollectionName

func (*CreateAgentSoftwareVersionDescriptorClientMsgHandle) ExtractResourceName

func (*CreateAgentSoftwareVersionDescriptorClientMsgHandle) ExtractResourceNames

type CreateAgentSoftwareVersionDescriptorServerMsgHandle

type CreateAgentSoftwareVersionDescriptorServerMsgHandle struct{}

func (*CreateAgentSoftwareVersionDescriptorServerMsgHandle) ExtractCollectionName

func (*CreateAgentSoftwareVersionDescriptorServerMsgHandle) ExtractResourceName

func (*CreateAgentSoftwareVersionDescriptorServerMsgHandle) ExtractResourceNames

type CreateAgentSoftwareVersionRequest

type CreateAgentSoftwareVersionRequest struct {

	// AgentSoftwareVersion resource body
	AgentSoftwareVersion *agent_software_version.AgentSoftwareVersion `` /* 156-byte string literal not displayed */
	// contains filtered or unexported fields
}

Request message for method [CreateAgentSoftwareVersion][ntt.watchdog.v1alpha2.CreateAgentSoftwareVersion]

func (*CreateAgentSoftwareVersionRequest) Clone

func (*CreateAgentSoftwareVersionRequest) CloneRaw

func (*CreateAgentSoftwareVersionRequest) Descriptor

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

Deprecated, Use CreateAgentSoftwareVersionRequest.ProtoReflect.Descriptor instead.

func (*CreateAgentSoftwareVersionRequest) GetAgentSoftwareVersion

func (*CreateAgentSoftwareVersionRequest) GotenMessage

func (*CreateAgentSoftwareVersionRequest) GotenMessage()

func (*CreateAgentSoftwareVersionRequest) GotenObjectExt

func (o *CreateAgentSoftwareVersionRequest) GotenObjectExt()

func (*CreateAgentSoftwareVersionRequest) GotenValidate

func (obj *CreateAgentSoftwareVersionRequest) GotenValidate() error

func (*CreateAgentSoftwareVersionRequest) MakeFullFieldMask

func (*CreateAgentSoftwareVersionRequest) MakeRawDiffFieldMask

func (*CreateAgentSoftwareVersionRequest) MakeRawFullFieldMask

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

func (*CreateAgentSoftwareVersionRequest) Marshal

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

func (*CreateAgentSoftwareVersionRequest) MarshalJSON

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

func (*CreateAgentSoftwareVersionRequest) Merge

func (*CreateAgentSoftwareVersionRequest) MergeRaw

func (*CreateAgentSoftwareVersionRequest) ProtoMessage

func (*CreateAgentSoftwareVersionRequest) ProtoMessage()

func (*CreateAgentSoftwareVersionRequest) ProtoReflect

func (*CreateAgentSoftwareVersionRequest) Reset

func (*CreateAgentSoftwareVersionRequest) SetAgentSoftwareVersion

func (*CreateAgentSoftwareVersionRequest) String

func (*CreateAgentSoftwareVersionRequest) Unmarshal

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

func (*CreateAgentSoftwareVersionRequest) UnmarshalJSON

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

type CreateAgentSoftwareVersionRequestFieldPathBuilder

type CreateAgentSoftwareVersionRequestFieldPathBuilder struct{}

func NewCreateAgentSoftwareVersionRequestFieldPathBuilder

func NewCreateAgentSoftwareVersionRequestFieldPathBuilder() CreateAgentSoftwareVersionRequestFieldPathBuilder

func (CreateAgentSoftwareVersionRequestFieldPathBuilder) AgentSoftwareVersion

type CreateAgentSoftwareVersionRequestMapPathSelectorAgentSoftwareVersionMetadataAnnotations

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

func (CreateAgentSoftwareVersionRequestMapPathSelectorAgentSoftwareVersionMetadataAnnotations) FieldPath

func (CreateAgentSoftwareVersionRequestMapPathSelectorAgentSoftwareVersionMetadataAnnotations) WithArrayOfValues

func (CreateAgentSoftwareVersionRequestMapPathSelectorAgentSoftwareVersionMetadataAnnotations) WithValue

type CreateAgentSoftwareVersionRequestMapPathSelectorAgentSoftwareVersionMetadataLabels

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

func (CreateAgentSoftwareVersionRequestMapPathSelectorAgentSoftwareVersionMetadataLabels) FieldPath

func (CreateAgentSoftwareVersionRequestMapPathSelectorAgentSoftwareVersionMetadataLabels) WithArrayOfValues

func (CreateAgentSoftwareVersionRequestMapPathSelectorAgentSoftwareVersionMetadataLabels) WithValue

type CreateAgentSoftwareVersionRequestMapPathSelectorAgentSoftwareVersionMetadataShards

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

func (CreateAgentSoftwareVersionRequestMapPathSelectorAgentSoftwareVersionMetadataShards) FieldPath

func (CreateAgentSoftwareVersionRequestMapPathSelectorAgentSoftwareVersionMetadataShards) WithArrayOfValues

func (CreateAgentSoftwareVersionRequestMapPathSelectorAgentSoftwareVersionMetadataShards) WithValue

type CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersion

type CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersion struct{}

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersion) FieldPath

type CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionAndroid

type CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionAndroid struct{}

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionAndroid) FieldPath

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionAndroid) WithArrayOfValues

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionAndroid) WithValue

type CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionLinux

type CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionLinux struct{}

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionLinux) FieldPath

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionLinux) WithArrayOfValues

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionLinux) WithValue

type CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMac

type CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMac struct{}

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMac) FieldPath

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMac) WithArrayOfValues

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMac) WithValue

type CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadata

type CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadata struct{}

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadata) FieldPath

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadata) WithArrayOfValues

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadata) WithValue

type CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataAnnotations

type CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataAnnotations struct{}

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataAnnotations) FieldPath

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataAnnotations) WithArrayOfValues

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataAnnotations) WithValue

type CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataCreateTime

type CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataCreateTime struct{}

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataCreateTime) FieldPath

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataCreateTime) WithArrayOfValues

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataCreateTime) WithValue

type CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataDeleteTime

type CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataDeleteTime struct{}

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataDeleteTime) FieldPath

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataDeleteTime) WithArrayOfValues

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataDeleteTime) WithValue

type CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataGeneration

type CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataGeneration struct{}

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataGeneration) FieldPath

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataGeneration) WithArrayOfValues

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataGeneration) WithValue

type CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataLabels

type CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataLabels struct{}

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataLabels) FieldPath

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataLabels) WithArrayOfValues

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataLabels) WithValue

type CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataLifecycle

type CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataLifecycle struct{}

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataLifecycle) FieldPath

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataLifecycle) WithArrayOfValues

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataLifecycle) WithValue

type CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataLifecycleBlockDeletion

type CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataLifecycleBlockDeletion struct{}

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataLifecycleBlockDeletion) FieldPath

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataLifecycleBlockDeletion) WithArrayOfValues

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataLifecycleBlockDeletion) WithValue

type CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataLifecycleState

type CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataLifecycleState struct{}

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataLifecycleState) FieldPath

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataLifecycleState) WithArrayOfValues

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataLifecycleState) WithValue

type CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferences

type CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferences struct{}

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferences) FieldPath

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferences) WithArrayOfValues

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferences) WithItemValue

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferences) WithValue

type CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferencesBlockOwnerDeletion

type CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferencesController

type CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferencesController struct{}

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferencesController) FieldPath

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferencesController) WithArrayOfValues

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferencesController) WithValue

type CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferencesKind

type CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferencesKind struct{}

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferencesKind) FieldPath

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferencesKind) WithArrayOfValues

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferencesKind) WithValue

type CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferencesName

type CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferencesName struct{}

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferencesName) FieldPath

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferencesName) WithArrayOfValues

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferencesName) WithValue

type CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferencesRegion

type CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferencesRegion struct{}

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferencesRegion) FieldPath

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferencesRegion) WithArrayOfValues

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferencesRegion) WithValue

type CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferencesRequiresOwnerReference

type CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferencesRequiresOwnerReference struct{}

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferencesRequiresOwnerReference) FieldPath

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferencesRequiresOwnerReference) WithValue

type CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferencesVersion

type CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferencesVersion struct{}

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferencesVersion) FieldPath

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferencesVersion) WithArrayOfValues

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferencesVersion) WithValue

type CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataResourceVersion

type CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataResourceVersion struct{}

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataResourceVersion) FieldPath

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataResourceVersion) WithArrayOfValues

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataResourceVersion) WithValue

type CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataShards

type CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataShards struct{}

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataShards) FieldPath

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataShards) WithArrayOfValues

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataShards) WithValue

type CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataSyncing

type CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataSyncing struct{}

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataSyncing) FieldPath

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataSyncing) WithArrayOfValues

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataSyncing) WithValue

type CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataSyncingOwningRegion

type CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataSyncingOwningRegion struct{}

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataSyncingOwningRegion) FieldPath

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataSyncingOwningRegion) WithArrayOfValues

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataSyncingOwningRegion) WithValue

type CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataSyncingRegions

type CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataSyncingRegions struct{}

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataSyncingRegions) FieldPath

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataSyncingRegions) WithArrayOfValues

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataSyncingRegions) WithItemValue

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataSyncingRegions) WithValue

type CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataTags

type CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataTags struct{}

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataTags) FieldPath

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataTags) WithArrayOfValues

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataTags) WithItemValue

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataTags) WithValue

type CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataUpdateTime

type CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataUpdateTime struct{}

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataUpdateTime) FieldPath

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataUpdateTime) WithArrayOfValues

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataUpdateTime) WithValue

type CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataUuid

type CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataUuid struct{}

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataUuid) FieldPath

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataUuid) WithArrayOfValues

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataUuid) WithValue

type CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionName

type CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionName struct{}

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionName) FieldPath

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionName) WithArrayOfValues

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionName) WithValue

type CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionWindows

type CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionWindows struct{}

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionWindows) FieldPath

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionWindows) WithArrayOfValues

func (CreateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionWindows) WithValue

type CreateAgentSoftwareVersionRequest_FieldMask

type CreateAgentSoftwareVersionRequest_FieldMask struct {
	Paths []CreateAgentSoftwareVersionRequest_FieldPath
}

func FullCreateAgentSoftwareVersionRequest_FieldMask

func FullCreateAgentSoftwareVersionRequest_FieldMask() *CreateAgentSoftwareVersionRequest_FieldMask

func (*CreateAgentSoftwareVersionRequest_FieldMask) AppendPath

func (*CreateAgentSoftwareVersionRequest_FieldMask) AppendRawPath

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

func (*CreateAgentSoftwareVersionRequest_FieldMask) DecodeFirestore

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

func (*CreateAgentSoftwareVersionRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*CreateAgentSoftwareVersionRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*CreateAgentSoftwareVersionRequest_FieldMask) FromProtoFieldMask

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

func (*CreateAgentSoftwareVersionRequest_FieldMask) GetPaths

func (*CreateAgentSoftwareVersionRequest_FieldMask) GetRawPaths

func (*CreateAgentSoftwareVersionRequest_FieldMask) IsFull

func (CreateAgentSoftwareVersionRequest_FieldMask) Marshal

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

implement methods required by customType

func (CreateAgentSoftwareVersionRequest_FieldMask) MarshalJSON

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

func (*CreateAgentSoftwareVersionRequest_FieldMask) PathsCount

func (fieldMask *CreateAgentSoftwareVersionRequest_FieldMask) PathsCount() int

func (*CreateAgentSoftwareVersionRequest_FieldMask) Project

func (*CreateAgentSoftwareVersionRequest_FieldMask) ProjectRaw

func (*CreateAgentSoftwareVersionRequest_FieldMask) ProtoMessage

func (fieldMask *CreateAgentSoftwareVersionRequest_FieldMask) ProtoMessage()

func (*CreateAgentSoftwareVersionRequest_FieldMask) ProtoReflect

func (*CreateAgentSoftwareVersionRequest_FieldMask) Reset

func (*CreateAgentSoftwareVersionRequest_FieldMask) Set

func (*CreateAgentSoftwareVersionRequest_FieldMask) SetFromCliFlag

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

func (*CreateAgentSoftwareVersionRequest_FieldMask) SetRaw

func (*CreateAgentSoftwareVersionRequest_FieldMask) Size

func (*CreateAgentSoftwareVersionRequest_FieldMask) String

func (*CreateAgentSoftwareVersionRequest_FieldMask) Subtract

func (*CreateAgentSoftwareVersionRequest_FieldMask) SubtractRaw

func (*CreateAgentSoftwareVersionRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*CreateAgentSoftwareVersionRequest_FieldMask) Unmarshal

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

func (*CreateAgentSoftwareVersionRequest_FieldMask) UnmarshalJSON

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

type CreateAgentSoftwareVersionRequest_FieldPath

type CreateAgentSoftwareVersionRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() CreateAgentSoftwareVersionRequest_FieldPathSelector
	Get(source *CreateAgentSoftwareVersionRequest) []interface{}
	GetSingle(source *CreateAgentSoftwareVersionRequest) (interface{}, bool)
	ClearValue(item *CreateAgentSoftwareVersionRequest)

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

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

func MustParseCreateAgentSoftwareVersionRequest_FieldPath

func MustParseCreateAgentSoftwareVersionRequest_FieldPath(rawField string) CreateAgentSoftwareVersionRequest_FieldPath

func ParseCreateAgentSoftwareVersionRequest_FieldPath

func ParseCreateAgentSoftwareVersionRequest_FieldPath(rawField string) (CreateAgentSoftwareVersionRequest_FieldPath, error)

type CreateAgentSoftwareVersionRequest_FieldPathArrayItemValue

type CreateAgentSoftwareVersionRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	CreateAgentSoftwareVersionRequest_FieldPath
	ContainsValue(*CreateAgentSoftwareVersionRequest) bool
}

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

func MustParseCreateAgentSoftwareVersionRequest_FieldPathArrayItemValue

func MustParseCreateAgentSoftwareVersionRequest_FieldPathArrayItemValue(pathStr, valueStr string) CreateAgentSoftwareVersionRequest_FieldPathArrayItemValue

func ParseCreateAgentSoftwareVersionRequest_FieldPathArrayItemValue

func ParseCreateAgentSoftwareVersionRequest_FieldPathArrayItemValue(pathStr, valueStr string) (CreateAgentSoftwareVersionRequest_FieldPathArrayItemValue, error)

ParseCreateAgentSoftwareVersionRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type CreateAgentSoftwareVersionRequest_FieldPathArrayOfValues

type CreateAgentSoftwareVersionRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	CreateAgentSoftwareVersionRequest_FieldPath
}

CreateAgentSoftwareVersionRequest_FieldPathArrayOfValues allows storing slice of values for CreateAgentSoftwareVersionRequest fields according to their type

func MustParseCreateAgentSoftwareVersionRequest_FieldPathArrayOfValues

func MustParseCreateAgentSoftwareVersionRequest_FieldPathArrayOfValues(pathStr, valuesStr string) CreateAgentSoftwareVersionRequest_FieldPathArrayOfValues

func ParseCreateAgentSoftwareVersionRequest_FieldPathArrayOfValues

func ParseCreateAgentSoftwareVersionRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (CreateAgentSoftwareVersionRequest_FieldPathArrayOfValues, error)

type CreateAgentSoftwareVersionRequest_FieldPathSelector

type CreateAgentSoftwareVersionRequest_FieldPathSelector int32
const (
	CreateAgentSoftwareVersionRequest_FieldPathSelectorAgentSoftwareVersion CreateAgentSoftwareVersionRequest_FieldPathSelector = 0
)

func (CreateAgentSoftwareVersionRequest_FieldPathSelector) String

type CreateAgentSoftwareVersionRequest_FieldPathValue

type CreateAgentSoftwareVersionRequest_FieldPathValue interface {
	CreateAgentSoftwareVersionRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **CreateAgentSoftwareVersionRequest)
	CompareWith(*CreateAgentSoftwareVersionRequest) (cmp int, comparable bool)
}

CreateAgentSoftwareVersionRequest_FieldPathValue allows storing values for CreateAgentSoftwareVersionRequest fields according to their type

func MustParseCreateAgentSoftwareVersionRequest_FieldPathValue

func MustParseCreateAgentSoftwareVersionRequest_FieldPathValue(pathStr, valueStr string) CreateAgentSoftwareVersionRequest_FieldPathValue

func ParseCreateAgentSoftwareVersionRequest_FieldPathValue

func ParseCreateAgentSoftwareVersionRequest_FieldPathValue(pathStr, valueStr string) (CreateAgentSoftwareVersionRequest_FieldPathValue, error)

type CreateAgentSoftwareVersionRequest_FieldSubPath

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

func (*CreateAgentSoftwareVersionRequest_FieldSubPath) AsAgentSoftwareVersionSubPath

func (*CreateAgentSoftwareVersionRequest_FieldSubPath) ClearValue

func (*CreateAgentSoftwareVersionRequest_FieldSubPath) ClearValueRaw

func (*CreateAgentSoftwareVersionRequest_FieldSubPath) Get

Get returns all values pointed by selected field from source CreateAgentSoftwareVersionRequest

func (*CreateAgentSoftwareVersionRequest_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*CreateAgentSoftwareVersionRequest_FieldSubPath) GetRaw

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

func (*CreateAgentSoftwareVersionRequest_FieldSubPath) GetSingle

GetSingle returns value of selected field from source CreateAgentSoftwareVersionRequest

func (*CreateAgentSoftwareVersionRequest_FieldSubPath) GetSingleRaw

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

func (*CreateAgentSoftwareVersionRequest_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*CreateAgentSoftwareVersionRequest_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*CreateAgentSoftwareVersionRequest_FieldSubPath) Selector

func (*CreateAgentSoftwareVersionRequest_FieldSubPath) SplitIntoTerminalIPaths

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

func (*CreateAgentSoftwareVersionRequest_FieldSubPath) String

String returns path representation in proto convention

func (*CreateAgentSoftwareVersionRequest_FieldSubPath) WithIArrayItemValue

func (*CreateAgentSoftwareVersionRequest_FieldSubPath) WithIArrayOfValues

func (*CreateAgentSoftwareVersionRequest_FieldSubPath) WithIValue

func (*CreateAgentSoftwareVersionRequest_FieldSubPath) WithRawIArrayItemValue

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

func (*CreateAgentSoftwareVersionRequest_FieldSubPath) WithRawIArrayOfValues

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

func (*CreateAgentSoftwareVersionRequest_FieldSubPath) WithRawIValue

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

type CreateAgentSoftwareVersionRequest_FieldSubPathArrayItemValue

type CreateAgentSoftwareVersionRequest_FieldSubPathArrayItemValue struct {
	CreateAgentSoftwareVersionRequest_FieldPath
	// contains filtered or unexported fields
}

func (*CreateAgentSoftwareVersionRequest_FieldSubPathArrayItemValue) AsAgentSoftwareVersionPathItemValue

func (*CreateAgentSoftwareVersionRequest_FieldSubPathArrayItemValue) ContainsValue

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

func (*CreateAgentSoftwareVersionRequest_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type CreateAgentSoftwareVersionRequest_FieldSubPathArrayOfValues

type CreateAgentSoftwareVersionRequest_FieldSubPathArrayOfValues struct {
	CreateAgentSoftwareVersionRequest_FieldPath
	// contains filtered or unexported fields
}

func (*CreateAgentSoftwareVersionRequest_FieldSubPathArrayOfValues) AsAgentSoftwareVersionPathArrayOfValues

func (*CreateAgentSoftwareVersionRequest_FieldSubPathArrayOfValues) GetRawValues

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

type CreateAgentSoftwareVersionRequest_FieldSubPathValue

type CreateAgentSoftwareVersionRequest_FieldSubPathValue struct {
	CreateAgentSoftwareVersionRequest_FieldPath
	// contains filtered or unexported fields
}

func (*CreateAgentSoftwareVersionRequest_FieldSubPathValue) AsAgentSoftwareVersionPathValue

func (*CreateAgentSoftwareVersionRequest_FieldSubPathValue) CompareWith

func (*CreateAgentSoftwareVersionRequest_FieldSubPathValue) CompareWithRaw

func (*CreateAgentSoftwareVersionRequest_FieldSubPathValue) GetRawValue

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

func (*CreateAgentSoftwareVersionRequest_FieldSubPathValue) SetTo

func (*CreateAgentSoftwareVersionRequest_FieldSubPathValue) SetToRaw

type CreateAgentSoftwareVersionRequest_FieldTerminalPath

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

func (*CreateAgentSoftwareVersionRequest_FieldTerminalPath) ClearValue

func (*CreateAgentSoftwareVersionRequest_FieldTerminalPath) ClearValueRaw

func (*CreateAgentSoftwareVersionRequest_FieldTerminalPath) Get

Get returns all values pointed by specific field from source CreateAgentSoftwareVersionRequest

func (*CreateAgentSoftwareVersionRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*CreateAgentSoftwareVersionRequest_FieldTerminalPath) GetRaw

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

func (*CreateAgentSoftwareVersionRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source CreateAgentSoftwareVersionRequest

func (*CreateAgentSoftwareVersionRequest_FieldTerminalPath) GetSingleRaw

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

func (*CreateAgentSoftwareVersionRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*CreateAgentSoftwareVersionRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*CreateAgentSoftwareVersionRequest_FieldTerminalPath) Selector

func (*CreateAgentSoftwareVersionRequest_FieldTerminalPath) SplitIntoTerminalIPaths

func (*CreateAgentSoftwareVersionRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*CreateAgentSoftwareVersionRequest_FieldTerminalPath) WithIArrayItemValue

func (*CreateAgentSoftwareVersionRequest_FieldTerminalPath) WithIArrayOfValues

func (*CreateAgentSoftwareVersionRequest_FieldTerminalPath) WithIValue

func (*CreateAgentSoftwareVersionRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*CreateAgentSoftwareVersionRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*CreateAgentSoftwareVersionRequest_FieldTerminalPath) WithRawIValue

type CreateAgentSoftwareVersionRequest_FieldTerminalPathArrayItemValue

type CreateAgentSoftwareVersionRequest_FieldTerminalPathArrayItemValue struct {
	CreateAgentSoftwareVersionRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreateAgentSoftwareVersionRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*CreateAgentSoftwareVersionRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*CreateAgentSoftwareVersionRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*CreateAgentSoftwareVersionRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type CreateAgentSoftwareVersionRequest_FieldTerminalPathArrayOfValues

type CreateAgentSoftwareVersionRequest_FieldTerminalPathArrayOfValues struct {
	CreateAgentSoftwareVersionRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreateAgentSoftwareVersionRequest_FieldTerminalPathArrayOfValues) AsAgentSoftwareVersionArrayOfValues

func (*CreateAgentSoftwareVersionRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type CreateAgentSoftwareVersionRequest_FieldTerminalPathValue

type CreateAgentSoftwareVersionRequest_FieldTerminalPathValue struct {
	CreateAgentSoftwareVersionRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreateAgentSoftwareVersionRequest_FieldTerminalPathValue) AsAgentSoftwareVersionValue

func (*CreateAgentSoftwareVersionRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'CreateAgentSoftwareVersionRequest_FieldTerminalPathValue' with the value under path in 'CreateAgentSoftwareVersionRequest'.

func (*CreateAgentSoftwareVersionRequest_FieldTerminalPathValue) CompareWithRaw

func (*CreateAgentSoftwareVersionRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*CreateAgentSoftwareVersionRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object CreateAgentSoftwareVersionRequest

func (*CreateAgentSoftwareVersionRequest_FieldTerminalPathValue) SetToRaw

type DeleteAgentSoftwareVersionDescriptor

type DeleteAgentSoftwareVersionDescriptor struct{}

func GetDeleteAgentSoftwareVersionDescriptor

func GetDeleteAgentSoftwareVersionDescriptor() *DeleteAgentSoftwareVersionDescriptor

func (*DeleteAgentSoftwareVersionDescriptor) GetApiDescriptor

func (*DeleteAgentSoftwareVersionDescriptor) GetApiName

func (*DeleteAgentSoftwareVersionDescriptor) GetClientMsgReflectHandle

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

func (*DeleteAgentSoftwareVersionDescriptor) GetFullMethodName

func (d *DeleteAgentSoftwareVersionDescriptor) GetFullMethodName() string

func (*DeleteAgentSoftwareVersionDescriptor) GetMethodName

func (d *DeleteAgentSoftwareVersionDescriptor) GetMethodName() string

func (*DeleteAgentSoftwareVersionDescriptor) GetProtoPkgName

func (d *DeleteAgentSoftwareVersionDescriptor) GetProtoPkgName() string

func (*DeleteAgentSoftwareVersionDescriptor) GetResourceDescriptor

func (*DeleteAgentSoftwareVersionDescriptor) GetServerMsgReflectHandle

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

func (*DeleteAgentSoftwareVersionDescriptor) GetServiceDomain

func (d *DeleteAgentSoftwareVersionDescriptor) GetServiceDomain() string

func (*DeleteAgentSoftwareVersionDescriptor) GetServiceVersion

func (d *DeleteAgentSoftwareVersionDescriptor) GetServiceVersion() string

func (*DeleteAgentSoftwareVersionDescriptor) GetVerb

func (*DeleteAgentSoftwareVersionDescriptor) HasResource

func (d *DeleteAgentSoftwareVersionDescriptor) HasResource() bool

func (*DeleteAgentSoftwareVersionDescriptor) IsClientStream

func (d *DeleteAgentSoftwareVersionDescriptor) IsClientStream() bool

func (*DeleteAgentSoftwareVersionDescriptor) IsCollection

func (d *DeleteAgentSoftwareVersionDescriptor) IsCollection() bool

func (*DeleteAgentSoftwareVersionDescriptor) IsPlural

func (*DeleteAgentSoftwareVersionDescriptor) IsServerStream

func (d *DeleteAgentSoftwareVersionDescriptor) IsServerStream() bool

func (*DeleteAgentSoftwareVersionDescriptor) IsUnary

func (*DeleteAgentSoftwareVersionDescriptor) NewEmptyClientMsg

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

func (*DeleteAgentSoftwareVersionDescriptor) NewEmptyServerMsg

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

func (*DeleteAgentSoftwareVersionDescriptor) RequestHasResourceBody

func (d *DeleteAgentSoftwareVersionDescriptor) RequestHasResourceBody() bool

type DeleteAgentSoftwareVersionDescriptorClientMsgHandle

type DeleteAgentSoftwareVersionDescriptorClientMsgHandle struct{}

func (*DeleteAgentSoftwareVersionDescriptorClientMsgHandle) ExtractCollectionName

func (*DeleteAgentSoftwareVersionDescriptorClientMsgHandle) ExtractResourceName

func (*DeleteAgentSoftwareVersionDescriptorClientMsgHandle) ExtractResourceNames

type DeleteAgentSoftwareVersionDescriptorServerMsgHandle

type DeleteAgentSoftwareVersionDescriptorServerMsgHandle struct{}

func (*DeleteAgentSoftwareVersionDescriptorServerMsgHandle) ExtractCollectionName

func (*DeleteAgentSoftwareVersionDescriptorServerMsgHandle) ExtractResourceName

func (*DeleteAgentSoftwareVersionDescriptorServerMsgHandle) ExtractResourceNames

type DeleteAgentSoftwareVersionRequest

type DeleteAgentSoftwareVersionRequest struct {

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

Request message for method [DeleteAgentSoftwareVersion][ntt.watchdog.v1alpha2.DeleteAgentSoftwareVersion]

func (*DeleteAgentSoftwareVersionRequest) Clone

func (*DeleteAgentSoftwareVersionRequest) CloneRaw

func (*DeleteAgentSoftwareVersionRequest) Descriptor

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

Deprecated, Use DeleteAgentSoftwareVersionRequest.ProtoReflect.Descriptor instead.

func (*DeleteAgentSoftwareVersionRequest) GetName

func (*DeleteAgentSoftwareVersionRequest) GotenMessage

func (*DeleteAgentSoftwareVersionRequest) GotenMessage()

func (*DeleteAgentSoftwareVersionRequest) GotenObjectExt

func (o *DeleteAgentSoftwareVersionRequest) GotenObjectExt()

func (*DeleteAgentSoftwareVersionRequest) GotenValidate

func (obj *DeleteAgentSoftwareVersionRequest) GotenValidate() error

func (*DeleteAgentSoftwareVersionRequest) MakeFullFieldMask

func (*DeleteAgentSoftwareVersionRequest) MakeRawDiffFieldMask

func (*DeleteAgentSoftwareVersionRequest) MakeRawFullFieldMask

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

func (*DeleteAgentSoftwareVersionRequest) Marshal

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

func (*DeleteAgentSoftwareVersionRequest) MarshalJSON

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

func (*DeleteAgentSoftwareVersionRequest) Merge

func (*DeleteAgentSoftwareVersionRequest) MergeRaw

func (*DeleteAgentSoftwareVersionRequest) ProtoMessage

func (*DeleteAgentSoftwareVersionRequest) ProtoMessage()

func (*DeleteAgentSoftwareVersionRequest) ProtoReflect

func (*DeleteAgentSoftwareVersionRequest) Reset

func (*DeleteAgentSoftwareVersionRequest) SetName

func (*DeleteAgentSoftwareVersionRequest) String

func (*DeleteAgentSoftwareVersionRequest) Unmarshal

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

func (*DeleteAgentSoftwareVersionRequest) UnmarshalJSON

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

type DeleteAgentSoftwareVersionRequestFieldPathBuilder

type DeleteAgentSoftwareVersionRequestFieldPathBuilder struct{}

func NewDeleteAgentSoftwareVersionRequestFieldPathBuilder

func NewDeleteAgentSoftwareVersionRequestFieldPathBuilder() DeleteAgentSoftwareVersionRequestFieldPathBuilder

func (DeleteAgentSoftwareVersionRequestFieldPathBuilder) Name

type DeleteAgentSoftwareVersionRequestPathSelectorName

type DeleteAgentSoftwareVersionRequestPathSelectorName struct{}

func (DeleteAgentSoftwareVersionRequestPathSelectorName) FieldPath

type DeleteAgentSoftwareVersionRequest_FieldMask

type DeleteAgentSoftwareVersionRequest_FieldMask struct {
	Paths []DeleteAgentSoftwareVersionRequest_FieldPath
}

func FullDeleteAgentSoftwareVersionRequest_FieldMask

func FullDeleteAgentSoftwareVersionRequest_FieldMask() *DeleteAgentSoftwareVersionRequest_FieldMask

func (*DeleteAgentSoftwareVersionRequest_FieldMask) AppendPath

func (*DeleteAgentSoftwareVersionRequest_FieldMask) AppendRawPath

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

func (*DeleteAgentSoftwareVersionRequest_FieldMask) DecodeFirestore

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

func (*DeleteAgentSoftwareVersionRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*DeleteAgentSoftwareVersionRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*DeleteAgentSoftwareVersionRequest_FieldMask) FromProtoFieldMask

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

func (*DeleteAgentSoftwareVersionRequest_FieldMask) GetPaths

func (*DeleteAgentSoftwareVersionRequest_FieldMask) GetRawPaths

func (*DeleteAgentSoftwareVersionRequest_FieldMask) IsFull

func (DeleteAgentSoftwareVersionRequest_FieldMask) Marshal

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

implement methods required by customType

func (DeleteAgentSoftwareVersionRequest_FieldMask) MarshalJSON

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

func (*DeleteAgentSoftwareVersionRequest_FieldMask) PathsCount

func (fieldMask *DeleteAgentSoftwareVersionRequest_FieldMask) PathsCount() int

func (*DeleteAgentSoftwareVersionRequest_FieldMask) Project

func (*DeleteAgentSoftwareVersionRequest_FieldMask) ProjectRaw

func (*DeleteAgentSoftwareVersionRequest_FieldMask) ProtoMessage

func (fieldMask *DeleteAgentSoftwareVersionRequest_FieldMask) ProtoMessage()

func (*DeleteAgentSoftwareVersionRequest_FieldMask) ProtoReflect

func (*DeleteAgentSoftwareVersionRequest_FieldMask) Reset

func (*DeleteAgentSoftwareVersionRequest_FieldMask) Set

func (*DeleteAgentSoftwareVersionRequest_FieldMask) SetFromCliFlag

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

func (*DeleteAgentSoftwareVersionRequest_FieldMask) SetRaw

func (*DeleteAgentSoftwareVersionRequest_FieldMask) Size

func (*DeleteAgentSoftwareVersionRequest_FieldMask) String

func (*DeleteAgentSoftwareVersionRequest_FieldMask) Subtract

func (*DeleteAgentSoftwareVersionRequest_FieldMask) SubtractRaw

func (*DeleteAgentSoftwareVersionRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*DeleteAgentSoftwareVersionRequest_FieldMask) Unmarshal

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

func (*DeleteAgentSoftwareVersionRequest_FieldMask) UnmarshalJSON

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

type DeleteAgentSoftwareVersionRequest_FieldPath

type DeleteAgentSoftwareVersionRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() DeleteAgentSoftwareVersionRequest_FieldPathSelector
	Get(source *DeleteAgentSoftwareVersionRequest) []interface{}
	GetSingle(source *DeleteAgentSoftwareVersionRequest) (interface{}, bool)
	ClearValue(item *DeleteAgentSoftwareVersionRequest)

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

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

func MustParseDeleteAgentSoftwareVersionRequest_FieldPath

func MustParseDeleteAgentSoftwareVersionRequest_FieldPath(rawField string) DeleteAgentSoftwareVersionRequest_FieldPath

func ParseDeleteAgentSoftwareVersionRequest_FieldPath

func ParseDeleteAgentSoftwareVersionRequest_FieldPath(rawField string) (DeleteAgentSoftwareVersionRequest_FieldPath, error)

type DeleteAgentSoftwareVersionRequest_FieldPathArrayItemValue

type DeleteAgentSoftwareVersionRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	DeleteAgentSoftwareVersionRequest_FieldPath
	ContainsValue(*DeleteAgentSoftwareVersionRequest) bool
}

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

func MustParseDeleteAgentSoftwareVersionRequest_FieldPathArrayItemValue

func MustParseDeleteAgentSoftwareVersionRequest_FieldPathArrayItemValue(pathStr, valueStr string) DeleteAgentSoftwareVersionRequest_FieldPathArrayItemValue

func ParseDeleteAgentSoftwareVersionRequest_FieldPathArrayItemValue

func ParseDeleteAgentSoftwareVersionRequest_FieldPathArrayItemValue(pathStr, valueStr string) (DeleteAgentSoftwareVersionRequest_FieldPathArrayItemValue, error)

ParseDeleteAgentSoftwareVersionRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type DeleteAgentSoftwareVersionRequest_FieldPathArrayOfValues

type DeleteAgentSoftwareVersionRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	DeleteAgentSoftwareVersionRequest_FieldPath
}

DeleteAgentSoftwareVersionRequest_FieldPathArrayOfValues allows storing slice of values for DeleteAgentSoftwareVersionRequest fields according to their type

func MustParseDeleteAgentSoftwareVersionRequest_FieldPathArrayOfValues

func MustParseDeleteAgentSoftwareVersionRequest_FieldPathArrayOfValues(pathStr, valuesStr string) DeleteAgentSoftwareVersionRequest_FieldPathArrayOfValues

func ParseDeleteAgentSoftwareVersionRequest_FieldPathArrayOfValues

func ParseDeleteAgentSoftwareVersionRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (DeleteAgentSoftwareVersionRequest_FieldPathArrayOfValues, error)

type DeleteAgentSoftwareVersionRequest_FieldPathSelector

type DeleteAgentSoftwareVersionRequest_FieldPathSelector int32
const (
	DeleteAgentSoftwareVersionRequest_FieldPathSelectorName DeleteAgentSoftwareVersionRequest_FieldPathSelector = 0
)

func (DeleteAgentSoftwareVersionRequest_FieldPathSelector) String

type DeleteAgentSoftwareVersionRequest_FieldPathValue

type DeleteAgentSoftwareVersionRequest_FieldPathValue interface {
	DeleteAgentSoftwareVersionRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **DeleteAgentSoftwareVersionRequest)
	CompareWith(*DeleteAgentSoftwareVersionRequest) (cmp int, comparable bool)
}

DeleteAgentSoftwareVersionRequest_FieldPathValue allows storing values for DeleteAgentSoftwareVersionRequest fields according to their type

func MustParseDeleteAgentSoftwareVersionRequest_FieldPathValue

func MustParseDeleteAgentSoftwareVersionRequest_FieldPathValue(pathStr, valueStr string) DeleteAgentSoftwareVersionRequest_FieldPathValue

func ParseDeleteAgentSoftwareVersionRequest_FieldPathValue

func ParseDeleteAgentSoftwareVersionRequest_FieldPathValue(pathStr, valueStr string) (DeleteAgentSoftwareVersionRequest_FieldPathValue, error)

type DeleteAgentSoftwareVersionRequest_FieldTerminalPath

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

func (*DeleteAgentSoftwareVersionRequest_FieldTerminalPath) ClearValue

func (*DeleteAgentSoftwareVersionRequest_FieldTerminalPath) ClearValueRaw

func (*DeleteAgentSoftwareVersionRequest_FieldTerminalPath) Get

Get returns all values pointed by specific field from source DeleteAgentSoftwareVersionRequest

func (*DeleteAgentSoftwareVersionRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*DeleteAgentSoftwareVersionRequest_FieldTerminalPath) GetRaw

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

func (*DeleteAgentSoftwareVersionRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source DeleteAgentSoftwareVersionRequest

func (*DeleteAgentSoftwareVersionRequest_FieldTerminalPath) GetSingleRaw

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

func (*DeleteAgentSoftwareVersionRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*DeleteAgentSoftwareVersionRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*DeleteAgentSoftwareVersionRequest_FieldTerminalPath) Selector

func (*DeleteAgentSoftwareVersionRequest_FieldTerminalPath) SplitIntoTerminalIPaths

func (*DeleteAgentSoftwareVersionRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*DeleteAgentSoftwareVersionRequest_FieldTerminalPath) WithIArrayItemValue

func (*DeleteAgentSoftwareVersionRequest_FieldTerminalPath) WithIArrayOfValues

func (*DeleteAgentSoftwareVersionRequest_FieldTerminalPath) WithIValue

func (*DeleteAgentSoftwareVersionRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*DeleteAgentSoftwareVersionRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*DeleteAgentSoftwareVersionRequest_FieldTerminalPath) WithRawIValue

type DeleteAgentSoftwareVersionRequest_FieldTerminalPathArrayItemValue

type DeleteAgentSoftwareVersionRequest_FieldTerminalPathArrayItemValue struct {
	DeleteAgentSoftwareVersionRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*DeleteAgentSoftwareVersionRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*DeleteAgentSoftwareVersionRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*DeleteAgentSoftwareVersionRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*DeleteAgentSoftwareVersionRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type DeleteAgentSoftwareVersionRequest_FieldTerminalPathArrayOfValues

type DeleteAgentSoftwareVersionRequest_FieldTerminalPathArrayOfValues struct {
	DeleteAgentSoftwareVersionRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*DeleteAgentSoftwareVersionRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (*DeleteAgentSoftwareVersionRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type DeleteAgentSoftwareVersionRequest_FieldTerminalPathValue

type DeleteAgentSoftwareVersionRequest_FieldTerminalPathValue struct {
	DeleteAgentSoftwareVersionRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*DeleteAgentSoftwareVersionRequest_FieldTerminalPathValue) AsNameValue

func (*DeleteAgentSoftwareVersionRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'DeleteAgentSoftwareVersionRequest_FieldTerminalPathValue' with the value under path in 'DeleteAgentSoftwareVersionRequest'.

func (*DeleteAgentSoftwareVersionRequest_FieldTerminalPathValue) CompareWithRaw

func (*DeleteAgentSoftwareVersionRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*DeleteAgentSoftwareVersionRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object DeleteAgentSoftwareVersionRequest

func (*DeleteAgentSoftwareVersionRequest_FieldTerminalPathValue) SetToRaw

type GetAgentSoftwareVersionDescriptor

type GetAgentSoftwareVersionDescriptor struct{}

func GetGetAgentSoftwareVersionDescriptor

func GetGetAgentSoftwareVersionDescriptor() *GetAgentSoftwareVersionDescriptor

func (*GetAgentSoftwareVersionDescriptor) GetApiDescriptor

func (*GetAgentSoftwareVersionDescriptor) GetApiName

func (d *GetAgentSoftwareVersionDescriptor) GetApiName() string

func (*GetAgentSoftwareVersionDescriptor) GetClientMsgReflectHandle

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

func (*GetAgentSoftwareVersionDescriptor) GetFullMethodName

func (d *GetAgentSoftwareVersionDescriptor) GetFullMethodName() string

func (*GetAgentSoftwareVersionDescriptor) GetMethodName

func (d *GetAgentSoftwareVersionDescriptor) GetMethodName() string

func (*GetAgentSoftwareVersionDescriptor) GetProtoPkgName

func (d *GetAgentSoftwareVersionDescriptor) GetProtoPkgName() string

func (*GetAgentSoftwareVersionDescriptor) GetResourceDescriptor

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

func (*GetAgentSoftwareVersionDescriptor) GetServerMsgReflectHandle

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

func (*GetAgentSoftwareVersionDescriptor) GetServiceDomain

func (d *GetAgentSoftwareVersionDescriptor) GetServiceDomain() string

func (*GetAgentSoftwareVersionDescriptor) GetServiceVersion

func (d *GetAgentSoftwareVersionDescriptor) GetServiceVersion() string

func (*GetAgentSoftwareVersionDescriptor) GetVerb

func (*GetAgentSoftwareVersionDescriptor) HasResource

func (d *GetAgentSoftwareVersionDescriptor) HasResource() bool

func (*GetAgentSoftwareVersionDescriptor) IsClientStream

func (d *GetAgentSoftwareVersionDescriptor) IsClientStream() bool

func (*GetAgentSoftwareVersionDescriptor) IsCollection

func (d *GetAgentSoftwareVersionDescriptor) IsCollection() bool

func (*GetAgentSoftwareVersionDescriptor) IsPlural

func (*GetAgentSoftwareVersionDescriptor) IsServerStream

func (d *GetAgentSoftwareVersionDescriptor) IsServerStream() bool

func (*GetAgentSoftwareVersionDescriptor) IsUnary

func (*GetAgentSoftwareVersionDescriptor) NewEmptyClientMsg

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

func (*GetAgentSoftwareVersionDescriptor) NewEmptyServerMsg

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

func (*GetAgentSoftwareVersionDescriptor) RequestHasResourceBody

func (d *GetAgentSoftwareVersionDescriptor) RequestHasResourceBody() bool

type GetAgentSoftwareVersionDescriptorClientMsgHandle

type GetAgentSoftwareVersionDescriptorClientMsgHandle struct{}

func (*GetAgentSoftwareVersionDescriptorClientMsgHandle) ExtractCollectionName

func (*GetAgentSoftwareVersionDescriptorClientMsgHandle) ExtractResourceName

func (*GetAgentSoftwareVersionDescriptorClientMsgHandle) ExtractResourceNames

type GetAgentSoftwareVersionDescriptorServerMsgHandle

type GetAgentSoftwareVersionDescriptorServerMsgHandle struct{}

func (*GetAgentSoftwareVersionDescriptorServerMsgHandle) ExtractCollectionName

func (*GetAgentSoftwareVersionDescriptorServerMsgHandle) ExtractResourceName

func (*GetAgentSoftwareVersionDescriptorServerMsgHandle) ExtractResourceNames

type GetAgentSoftwareVersionRequest

type GetAgentSoftwareVersionRequest struct {

	// Reference of ntt.watchdog.v1alpha2.AgentSoftwareVersion
	Name *agent_software_version.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 *agent_software_version.AgentSoftwareVersion_FieldMask `` /* 152-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 [GetAgentSoftwareVersion][ntt.watchdog.v1alpha2.GetAgentSoftwareVersion]

func (*GetAgentSoftwareVersionRequest) Clone

func (*GetAgentSoftwareVersionRequest) CloneRaw

func (*GetAgentSoftwareVersionRequest) Descriptor

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

Deprecated, Use GetAgentSoftwareVersionRequest.ProtoReflect.Descriptor instead.

func (*GetAgentSoftwareVersionRequest) GetFieldMask

func (*GetAgentSoftwareVersionRequest) GetName

func (*GetAgentSoftwareVersionRequest) GetView

func (*GetAgentSoftwareVersionRequest) GotenMessage

func (*GetAgentSoftwareVersionRequest) GotenMessage()

func (*GetAgentSoftwareVersionRequest) GotenObjectExt

func (o *GetAgentSoftwareVersionRequest) GotenObjectExt()

func (*GetAgentSoftwareVersionRequest) GotenValidate

func (obj *GetAgentSoftwareVersionRequest) GotenValidate() error

func (*GetAgentSoftwareVersionRequest) MakeDiffFieldMask

func (*GetAgentSoftwareVersionRequest) MakeFullFieldMask

func (*GetAgentSoftwareVersionRequest) MakeRawDiffFieldMask

func (*GetAgentSoftwareVersionRequest) MakeRawFullFieldMask

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

func (*GetAgentSoftwareVersionRequest) Marshal

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

func (*GetAgentSoftwareVersionRequest) MarshalJSON

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

func (*GetAgentSoftwareVersionRequest) Merge

func (*GetAgentSoftwareVersionRequest) MergeRaw

func (*GetAgentSoftwareVersionRequest) ProtoMessage

func (*GetAgentSoftwareVersionRequest) ProtoMessage()

func (*GetAgentSoftwareVersionRequest) ProtoReflect

func (*GetAgentSoftwareVersionRequest) Reset

func (m *GetAgentSoftwareVersionRequest) Reset()

func (*GetAgentSoftwareVersionRequest) SetFieldMask

func (*GetAgentSoftwareVersionRequest) SetName

func (*GetAgentSoftwareVersionRequest) SetView

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

func (*GetAgentSoftwareVersionRequest) String

func (*GetAgentSoftwareVersionRequest) Unmarshal

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

func (*GetAgentSoftwareVersionRequest) UnmarshalJSON

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

type GetAgentSoftwareVersionRequestFieldPathBuilder

type GetAgentSoftwareVersionRequestFieldPathBuilder struct{}

func NewGetAgentSoftwareVersionRequestFieldPathBuilder

func NewGetAgentSoftwareVersionRequestFieldPathBuilder() GetAgentSoftwareVersionRequestFieldPathBuilder

func (GetAgentSoftwareVersionRequestFieldPathBuilder) FieldMask

func (GetAgentSoftwareVersionRequestFieldPathBuilder) Name

func (GetAgentSoftwareVersionRequestFieldPathBuilder) View

type GetAgentSoftwareVersionRequestPathSelectorFieldMask

type GetAgentSoftwareVersionRequestPathSelectorFieldMask struct{}

func (GetAgentSoftwareVersionRequestPathSelectorFieldMask) FieldPath

type GetAgentSoftwareVersionRequestPathSelectorName

type GetAgentSoftwareVersionRequestPathSelectorName struct{}

func (GetAgentSoftwareVersionRequestPathSelectorName) FieldPath

type GetAgentSoftwareVersionRequestPathSelectorView

type GetAgentSoftwareVersionRequestPathSelectorView struct{}

func (GetAgentSoftwareVersionRequestPathSelectorView) FieldPath

func (GetAgentSoftwareVersionRequestPathSelectorView) WithArrayOfValues

func (GetAgentSoftwareVersionRequestPathSelectorView) WithValue

type GetAgentSoftwareVersionRequest_FieldMask

type GetAgentSoftwareVersionRequest_FieldMask struct {
	Paths []GetAgentSoftwareVersionRequest_FieldPath
}

func FullGetAgentSoftwareVersionRequest_FieldMask

func FullGetAgentSoftwareVersionRequest_FieldMask() *GetAgentSoftwareVersionRequest_FieldMask

func (*GetAgentSoftwareVersionRequest_FieldMask) AppendPath

func (*GetAgentSoftwareVersionRequest_FieldMask) AppendRawPath

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

func (*GetAgentSoftwareVersionRequest_FieldMask) DecodeFirestore

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

func (*GetAgentSoftwareVersionRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*GetAgentSoftwareVersionRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*GetAgentSoftwareVersionRequest_FieldMask) FromProtoFieldMask

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

func (*GetAgentSoftwareVersionRequest_FieldMask) GetPaths

func (*GetAgentSoftwareVersionRequest_FieldMask) GetRawPaths

func (*GetAgentSoftwareVersionRequest_FieldMask) IsFull

func (fieldMask *GetAgentSoftwareVersionRequest_FieldMask) IsFull() bool

func (GetAgentSoftwareVersionRequest_FieldMask) Marshal

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

implement methods required by customType

func (GetAgentSoftwareVersionRequest_FieldMask) MarshalJSON

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

func (*GetAgentSoftwareVersionRequest_FieldMask) PathsCount

func (fieldMask *GetAgentSoftwareVersionRequest_FieldMask) PathsCount() int

func (*GetAgentSoftwareVersionRequest_FieldMask) Project

func (*GetAgentSoftwareVersionRequest_FieldMask) ProjectRaw

func (*GetAgentSoftwareVersionRequest_FieldMask) ProtoMessage

func (fieldMask *GetAgentSoftwareVersionRequest_FieldMask) ProtoMessage()

func (*GetAgentSoftwareVersionRequest_FieldMask) ProtoReflect

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

func (*GetAgentSoftwareVersionRequest_FieldMask) Reset

func (fieldMask *GetAgentSoftwareVersionRequest_FieldMask) Reset()

func (*GetAgentSoftwareVersionRequest_FieldMask) Set

func (*GetAgentSoftwareVersionRequest_FieldMask) SetFromCliFlag

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

func (*GetAgentSoftwareVersionRequest_FieldMask) SetRaw

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

func (*GetAgentSoftwareVersionRequest_FieldMask) Size

func (*GetAgentSoftwareVersionRequest_FieldMask) String

func (*GetAgentSoftwareVersionRequest_FieldMask) Subtract

func (*GetAgentSoftwareVersionRequest_FieldMask) SubtractRaw

func (*GetAgentSoftwareVersionRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*GetAgentSoftwareVersionRequest_FieldMask) Unmarshal

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

func (*GetAgentSoftwareVersionRequest_FieldMask) UnmarshalJSON

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

type GetAgentSoftwareVersionRequest_FieldPath

type GetAgentSoftwareVersionRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() GetAgentSoftwareVersionRequest_FieldPathSelector
	Get(source *GetAgentSoftwareVersionRequest) []interface{}
	GetSingle(source *GetAgentSoftwareVersionRequest) (interface{}, bool)
	ClearValue(item *GetAgentSoftwareVersionRequest)

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

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

func MustParseGetAgentSoftwareVersionRequest_FieldPath

func MustParseGetAgentSoftwareVersionRequest_FieldPath(rawField string) GetAgentSoftwareVersionRequest_FieldPath

func ParseGetAgentSoftwareVersionRequest_FieldPath

func ParseGetAgentSoftwareVersionRequest_FieldPath(rawField string) (GetAgentSoftwareVersionRequest_FieldPath, error)

type GetAgentSoftwareVersionRequest_FieldPathArrayItemValue

type GetAgentSoftwareVersionRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	GetAgentSoftwareVersionRequest_FieldPath
	ContainsValue(*GetAgentSoftwareVersionRequest) bool
}

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

func MustParseGetAgentSoftwareVersionRequest_FieldPathArrayItemValue

func MustParseGetAgentSoftwareVersionRequest_FieldPathArrayItemValue(pathStr, valueStr string) GetAgentSoftwareVersionRequest_FieldPathArrayItemValue

func ParseGetAgentSoftwareVersionRequest_FieldPathArrayItemValue

func ParseGetAgentSoftwareVersionRequest_FieldPathArrayItemValue(pathStr, valueStr string) (GetAgentSoftwareVersionRequest_FieldPathArrayItemValue, error)

ParseGetAgentSoftwareVersionRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type GetAgentSoftwareVersionRequest_FieldPathArrayOfValues

type GetAgentSoftwareVersionRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	GetAgentSoftwareVersionRequest_FieldPath
}

GetAgentSoftwareVersionRequest_FieldPathArrayOfValues allows storing slice of values for GetAgentSoftwareVersionRequest fields according to their type

func MustParseGetAgentSoftwareVersionRequest_FieldPathArrayOfValues

func MustParseGetAgentSoftwareVersionRequest_FieldPathArrayOfValues(pathStr, valuesStr string) GetAgentSoftwareVersionRequest_FieldPathArrayOfValues

func ParseGetAgentSoftwareVersionRequest_FieldPathArrayOfValues

func ParseGetAgentSoftwareVersionRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (GetAgentSoftwareVersionRequest_FieldPathArrayOfValues, error)

type GetAgentSoftwareVersionRequest_FieldPathSelector

type GetAgentSoftwareVersionRequest_FieldPathSelector int32
const (
	GetAgentSoftwareVersionRequest_FieldPathSelectorName      GetAgentSoftwareVersionRequest_FieldPathSelector = 0
	GetAgentSoftwareVersionRequest_FieldPathSelectorFieldMask GetAgentSoftwareVersionRequest_FieldPathSelector = 1
	GetAgentSoftwareVersionRequest_FieldPathSelectorView      GetAgentSoftwareVersionRequest_FieldPathSelector = 2
)

func (GetAgentSoftwareVersionRequest_FieldPathSelector) String

type GetAgentSoftwareVersionRequest_FieldPathValue

type GetAgentSoftwareVersionRequest_FieldPathValue interface {
	GetAgentSoftwareVersionRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **GetAgentSoftwareVersionRequest)
	CompareWith(*GetAgentSoftwareVersionRequest) (cmp int, comparable bool)
}

GetAgentSoftwareVersionRequest_FieldPathValue allows storing values for GetAgentSoftwareVersionRequest fields according to their type

func MustParseGetAgentSoftwareVersionRequest_FieldPathValue

func MustParseGetAgentSoftwareVersionRequest_FieldPathValue(pathStr, valueStr string) GetAgentSoftwareVersionRequest_FieldPathValue

func ParseGetAgentSoftwareVersionRequest_FieldPathValue

func ParseGetAgentSoftwareVersionRequest_FieldPathValue(pathStr, valueStr string) (GetAgentSoftwareVersionRequest_FieldPathValue, error)

type GetAgentSoftwareVersionRequest_FieldTerminalPath

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

func (*GetAgentSoftwareVersionRequest_FieldTerminalPath) ClearValue

func (*GetAgentSoftwareVersionRequest_FieldTerminalPath) ClearValueRaw

func (*GetAgentSoftwareVersionRequest_FieldTerminalPath) Get

Get returns all values pointed by specific field from source GetAgentSoftwareVersionRequest

func (*GetAgentSoftwareVersionRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*GetAgentSoftwareVersionRequest_FieldTerminalPath) GetRaw

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

func (*GetAgentSoftwareVersionRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source GetAgentSoftwareVersionRequest

func (*GetAgentSoftwareVersionRequest_FieldTerminalPath) GetSingleRaw

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

func (*GetAgentSoftwareVersionRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*GetAgentSoftwareVersionRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*GetAgentSoftwareVersionRequest_FieldTerminalPath) Selector

func (*GetAgentSoftwareVersionRequest_FieldTerminalPath) SplitIntoTerminalIPaths

func (*GetAgentSoftwareVersionRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*GetAgentSoftwareVersionRequest_FieldTerminalPath) WithIArrayItemValue

func (*GetAgentSoftwareVersionRequest_FieldTerminalPath) WithIArrayOfValues

func (*GetAgentSoftwareVersionRequest_FieldTerminalPath) WithIValue

func (*GetAgentSoftwareVersionRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*GetAgentSoftwareVersionRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*GetAgentSoftwareVersionRequest_FieldTerminalPath) WithRawIValue

type GetAgentSoftwareVersionRequest_FieldTerminalPathArrayItemValue

type GetAgentSoftwareVersionRequest_FieldTerminalPathArrayItemValue struct {
	GetAgentSoftwareVersionRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetAgentSoftwareVersionRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*GetAgentSoftwareVersionRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*GetAgentSoftwareVersionRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*GetAgentSoftwareVersionRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type GetAgentSoftwareVersionRequest_FieldTerminalPathArrayOfValues

type GetAgentSoftwareVersionRequest_FieldTerminalPathArrayOfValues struct {
	GetAgentSoftwareVersionRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetAgentSoftwareVersionRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*GetAgentSoftwareVersionRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (*GetAgentSoftwareVersionRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

func (*GetAgentSoftwareVersionRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type GetAgentSoftwareVersionRequest_FieldTerminalPathValue

type GetAgentSoftwareVersionRequest_FieldTerminalPathValue struct {
	GetAgentSoftwareVersionRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetAgentSoftwareVersionRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*GetAgentSoftwareVersionRequest_FieldTerminalPathValue) AsNameValue

func (*GetAgentSoftwareVersionRequest_FieldTerminalPathValue) AsViewValue

func (*GetAgentSoftwareVersionRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'GetAgentSoftwareVersionRequest_FieldTerminalPathValue' with the value under path in 'GetAgentSoftwareVersionRequest'.

func (*GetAgentSoftwareVersionRequest_FieldTerminalPathValue) CompareWithRaw

func (*GetAgentSoftwareVersionRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*GetAgentSoftwareVersionRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object GetAgentSoftwareVersionRequest

func (*GetAgentSoftwareVersionRequest_FieldTerminalPathValue) SetToRaw

type ListAgentSoftwareVersionsDescriptor

type ListAgentSoftwareVersionsDescriptor struct{}

func GetListAgentSoftwareVersionsDescriptor

func GetListAgentSoftwareVersionsDescriptor() *ListAgentSoftwareVersionsDescriptor

func (*ListAgentSoftwareVersionsDescriptor) GetApiDescriptor

func (*ListAgentSoftwareVersionsDescriptor) GetApiName

func (*ListAgentSoftwareVersionsDescriptor) GetClientMsgReflectHandle

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

func (*ListAgentSoftwareVersionsDescriptor) GetFullMethodName

func (d *ListAgentSoftwareVersionsDescriptor) GetFullMethodName() string

func (*ListAgentSoftwareVersionsDescriptor) GetMethodName

func (d *ListAgentSoftwareVersionsDescriptor) GetMethodName() string

func (*ListAgentSoftwareVersionsDescriptor) GetProtoPkgName

func (d *ListAgentSoftwareVersionsDescriptor) GetProtoPkgName() string

func (*ListAgentSoftwareVersionsDescriptor) GetResourceDescriptor

func (*ListAgentSoftwareVersionsDescriptor) GetServerMsgReflectHandle

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

func (*ListAgentSoftwareVersionsDescriptor) GetServiceDomain

func (d *ListAgentSoftwareVersionsDescriptor) GetServiceDomain() string

func (*ListAgentSoftwareVersionsDescriptor) GetServiceVersion

func (d *ListAgentSoftwareVersionsDescriptor) GetServiceVersion() string

func (*ListAgentSoftwareVersionsDescriptor) GetVerb

func (*ListAgentSoftwareVersionsDescriptor) HasResource

func (d *ListAgentSoftwareVersionsDescriptor) HasResource() bool

func (*ListAgentSoftwareVersionsDescriptor) IsClientStream

func (d *ListAgentSoftwareVersionsDescriptor) IsClientStream() bool

func (*ListAgentSoftwareVersionsDescriptor) IsCollection

func (d *ListAgentSoftwareVersionsDescriptor) IsCollection() bool

func (*ListAgentSoftwareVersionsDescriptor) IsPlural

func (*ListAgentSoftwareVersionsDescriptor) IsServerStream

func (d *ListAgentSoftwareVersionsDescriptor) IsServerStream() bool

func (*ListAgentSoftwareVersionsDescriptor) IsUnary

func (*ListAgentSoftwareVersionsDescriptor) NewEmptyClientMsg

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

func (*ListAgentSoftwareVersionsDescriptor) NewEmptyServerMsg

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

func (*ListAgentSoftwareVersionsDescriptor) RequestHasResourceBody

func (d *ListAgentSoftwareVersionsDescriptor) RequestHasResourceBody() bool

type ListAgentSoftwareVersionsDescriptorClientMsgHandle

type ListAgentSoftwareVersionsDescriptorClientMsgHandle struct{}

func (*ListAgentSoftwareVersionsDescriptorClientMsgHandle) ExtractCollectionName

func (*ListAgentSoftwareVersionsDescriptorClientMsgHandle) ExtractResourceName

func (*ListAgentSoftwareVersionsDescriptorClientMsgHandle) ExtractResourceNames

type ListAgentSoftwareVersionsDescriptorServerMsgHandle

type ListAgentSoftwareVersionsDescriptorServerMsgHandle struct{}

func (*ListAgentSoftwareVersionsDescriptorServerMsgHandle) ExtractCollectionName

func (*ListAgentSoftwareVersionsDescriptorServerMsgHandle) ExtractResourceName

func (*ListAgentSoftwareVersionsDescriptorServerMsgHandle) ExtractResourceNames

type ListAgentSoftwareVersionsRequest

type ListAgentSoftwareVersionsRequest struct {

	// Requested page size. Server may return fewer AgentSoftwareVersions 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
	// [ListAgentSoftwareVersionsResponse.next_page_token][ntt.watchdog.v1alpha2.ListAgentSoftwareVersionsResponse.next_page_token]
	PageToken *agent_software_version.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 *agent_software_version.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 *agent_software_version.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 *agent_software_version.AgentSoftwareVersion_FieldMask `` /* 152-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 [ListAgentSoftwareVersions][ntt.watchdog.v1alpha2.ListAgentSoftwareVersions]

func (*ListAgentSoftwareVersionsRequest) Clone

func (*ListAgentSoftwareVersionsRequest) CloneRaw

func (*ListAgentSoftwareVersionsRequest) Descriptor

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

Deprecated, Use ListAgentSoftwareVersionsRequest.ProtoReflect.Descriptor instead.

func (*ListAgentSoftwareVersionsRequest) GetFieldMask

func (*ListAgentSoftwareVersionsRequest) GetFilter

func (*ListAgentSoftwareVersionsRequest) GetIncludePagingInfo

func (m *ListAgentSoftwareVersionsRequest) GetIncludePagingInfo() bool

func (*ListAgentSoftwareVersionsRequest) GetOrderBy

func (*ListAgentSoftwareVersionsRequest) GetPageSize

func (m *ListAgentSoftwareVersionsRequest) GetPageSize() int32

func (*ListAgentSoftwareVersionsRequest) GetPageToken

func (*ListAgentSoftwareVersionsRequest) GetView

func (*ListAgentSoftwareVersionsRequest) GotenMessage

func (*ListAgentSoftwareVersionsRequest) GotenMessage()

func (*ListAgentSoftwareVersionsRequest) GotenObjectExt

func (o *ListAgentSoftwareVersionsRequest) GotenObjectExt()

func (*ListAgentSoftwareVersionsRequest) GotenValidate

func (obj *ListAgentSoftwareVersionsRequest) GotenValidate() error

func (*ListAgentSoftwareVersionsRequest) MakeDiffFieldMask

func (*ListAgentSoftwareVersionsRequest) MakeFullFieldMask

func (*ListAgentSoftwareVersionsRequest) MakeRawDiffFieldMask

func (*ListAgentSoftwareVersionsRequest) MakeRawFullFieldMask

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

func (*ListAgentSoftwareVersionsRequest) Marshal

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

func (*ListAgentSoftwareVersionsRequest) MarshalJSON

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

func (*ListAgentSoftwareVersionsRequest) Merge

func (*ListAgentSoftwareVersionsRequest) MergeRaw

func (*ListAgentSoftwareVersionsRequest) ProtoMessage

func (*ListAgentSoftwareVersionsRequest) ProtoMessage()

func (*ListAgentSoftwareVersionsRequest) ProtoReflect

func (*ListAgentSoftwareVersionsRequest) Reset

func (*ListAgentSoftwareVersionsRequest) SetFieldMask

func (*ListAgentSoftwareVersionsRequest) SetFilter

func (*ListAgentSoftwareVersionsRequest) SetIncludePagingInfo

func (m *ListAgentSoftwareVersionsRequest) SetIncludePagingInfo(fv bool)

func (*ListAgentSoftwareVersionsRequest) SetOrderBy

func (*ListAgentSoftwareVersionsRequest) SetPageSize

func (m *ListAgentSoftwareVersionsRequest) SetPageSize(fv int32)

func (*ListAgentSoftwareVersionsRequest) SetPageToken

func (*ListAgentSoftwareVersionsRequest) SetView

func (*ListAgentSoftwareVersionsRequest) String

func (*ListAgentSoftwareVersionsRequest) Unmarshal

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

func (*ListAgentSoftwareVersionsRequest) UnmarshalJSON

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

type ListAgentSoftwareVersionsRequestFieldPathBuilder

type ListAgentSoftwareVersionsRequestFieldPathBuilder struct{}

func NewListAgentSoftwareVersionsRequestFieldPathBuilder

func NewListAgentSoftwareVersionsRequestFieldPathBuilder() ListAgentSoftwareVersionsRequestFieldPathBuilder

func (ListAgentSoftwareVersionsRequestFieldPathBuilder) FieldMask

func (ListAgentSoftwareVersionsRequestFieldPathBuilder) Filter

func (ListAgentSoftwareVersionsRequestFieldPathBuilder) IncludePagingInfo

func (ListAgentSoftwareVersionsRequestFieldPathBuilder) OrderBy

func (ListAgentSoftwareVersionsRequestFieldPathBuilder) PageSize

func (ListAgentSoftwareVersionsRequestFieldPathBuilder) PageToken

func (ListAgentSoftwareVersionsRequestFieldPathBuilder) View

type ListAgentSoftwareVersionsRequestPathSelectorFieldMask

type ListAgentSoftwareVersionsRequestPathSelectorFieldMask struct{}

func (ListAgentSoftwareVersionsRequestPathSelectorFieldMask) FieldPath

type ListAgentSoftwareVersionsRequestPathSelectorFilter

type ListAgentSoftwareVersionsRequestPathSelectorFilter struct{}

func (ListAgentSoftwareVersionsRequestPathSelectorFilter) FieldPath

type ListAgentSoftwareVersionsRequestPathSelectorIncludePagingInfo

type ListAgentSoftwareVersionsRequestPathSelectorIncludePagingInfo struct{}

func (ListAgentSoftwareVersionsRequestPathSelectorIncludePagingInfo) FieldPath

func (ListAgentSoftwareVersionsRequestPathSelectorIncludePagingInfo) WithArrayOfValues

func (ListAgentSoftwareVersionsRequestPathSelectorIncludePagingInfo) WithValue

type ListAgentSoftwareVersionsRequestPathSelectorOrderBy

type ListAgentSoftwareVersionsRequestPathSelectorOrderBy struct{}

func (ListAgentSoftwareVersionsRequestPathSelectorOrderBy) FieldPath

type ListAgentSoftwareVersionsRequestPathSelectorPageSize

type ListAgentSoftwareVersionsRequestPathSelectorPageSize struct{}

func (ListAgentSoftwareVersionsRequestPathSelectorPageSize) FieldPath

func (ListAgentSoftwareVersionsRequestPathSelectorPageSize) WithArrayOfValues

func (ListAgentSoftwareVersionsRequestPathSelectorPageSize) WithValue

type ListAgentSoftwareVersionsRequestPathSelectorPageToken

type ListAgentSoftwareVersionsRequestPathSelectorPageToken struct{}

func (ListAgentSoftwareVersionsRequestPathSelectorPageToken) FieldPath

type ListAgentSoftwareVersionsRequestPathSelectorView

type ListAgentSoftwareVersionsRequestPathSelectorView struct{}

func (ListAgentSoftwareVersionsRequestPathSelectorView) FieldPath

func (ListAgentSoftwareVersionsRequestPathSelectorView) WithArrayOfValues

func (ListAgentSoftwareVersionsRequestPathSelectorView) WithValue

type ListAgentSoftwareVersionsRequest_FieldMask

type ListAgentSoftwareVersionsRequest_FieldMask struct {
	Paths []ListAgentSoftwareVersionsRequest_FieldPath
}

func FullListAgentSoftwareVersionsRequest_FieldMask

func FullListAgentSoftwareVersionsRequest_FieldMask() *ListAgentSoftwareVersionsRequest_FieldMask

func (*ListAgentSoftwareVersionsRequest_FieldMask) AppendPath

func (*ListAgentSoftwareVersionsRequest_FieldMask) AppendRawPath

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

func (*ListAgentSoftwareVersionsRequest_FieldMask) DecodeFirestore

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

func (*ListAgentSoftwareVersionsRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*ListAgentSoftwareVersionsRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*ListAgentSoftwareVersionsRequest_FieldMask) FromProtoFieldMask

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

func (*ListAgentSoftwareVersionsRequest_FieldMask) GetPaths

func (*ListAgentSoftwareVersionsRequest_FieldMask) GetRawPaths

func (*ListAgentSoftwareVersionsRequest_FieldMask) IsFull

func (ListAgentSoftwareVersionsRequest_FieldMask) Marshal

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

implement methods required by customType

func (ListAgentSoftwareVersionsRequest_FieldMask) MarshalJSON

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

func (*ListAgentSoftwareVersionsRequest_FieldMask) PathsCount

func (fieldMask *ListAgentSoftwareVersionsRequest_FieldMask) PathsCount() int

func (*ListAgentSoftwareVersionsRequest_FieldMask) Project

func (*ListAgentSoftwareVersionsRequest_FieldMask) ProjectRaw

func (*ListAgentSoftwareVersionsRequest_FieldMask) ProtoMessage

func (fieldMask *ListAgentSoftwareVersionsRequest_FieldMask) ProtoMessage()

func (*ListAgentSoftwareVersionsRequest_FieldMask) ProtoReflect

func (*ListAgentSoftwareVersionsRequest_FieldMask) Reset

func (fieldMask *ListAgentSoftwareVersionsRequest_FieldMask) Reset()

func (*ListAgentSoftwareVersionsRequest_FieldMask) Set

func (*ListAgentSoftwareVersionsRequest_FieldMask) SetFromCliFlag

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

func (*ListAgentSoftwareVersionsRequest_FieldMask) SetRaw

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

func (*ListAgentSoftwareVersionsRequest_FieldMask) Size

func (*ListAgentSoftwareVersionsRequest_FieldMask) String

func (*ListAgentSoftwareVersionsRequest_FieldMask) Subtract

func (*ListAgentSoftwareVersionsRequest_FieldMask) SubtractRaw

func (*ListAgentSoftwareVersionsRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*ListAgentSoftwareVersionsRequest_FieldMask) Unmarshal

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

func (*ListAgentSoftwareVersionsRequest_FieldMask) UnmarshalJSON

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

type ListAgentSoftwareVersionsRequest_FieldPath

type ListAgentSoftwareVersionsRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() ListAgentSoftwareVersionsRequest_FieldPathSelector
	Get(source *ListAgentSoftwareVersionsRequest) []interface{}
	GetSingle(source *ListAgentSoftwareVersionsRequest) (interface{}, bool)
	ClearValue(item *ListAgentSoftwareVersionsRequest)

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

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

func MustParseListAgentSoftwareVersionsRequest_FieldPath

func MustParseListAgentSoftwareVersionsRequest_FieldPath(rawField string) ListAgentSoftwareVersionsRequest_FieldPath

func ParseListAgentSoftwareVersionsRequest_FieldPath

func ParseListAgentSoftwareVersionsRequest_FieldPath(rawField string) (ListAgentSoftwareVersionsRequest_FieldPath, error)

type ListAgentSoftwareVersionsRequest_FieldPathArrayItemValue

type ListAgentSoftwareVersionsRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	ListAgentSoftwareVersionsRequest_FieldPath
	ContainsValue(*ListAgentSoftwareVersionsRequest) bool
}

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

func MustParseListAgentSoftwareVersionsRequest_FieldPathArrayItemValue

func MustParseListAgentSoftwareVersionsRequest_FieldPathArrayItemValue(pathStr, valueStr string) ListAgentSoftwareVersionsRequest_FieldPathArrayItemValue

func ParseListAgentSoftwareVersionsRequest_FieldPathArrayItemValue

func ParseListAgentSoftwareVersionsRequest_FieldPathArrayItemValue(pathStr, valueStr string) (ListAgentSoftwareVersionsRequest_FieldPathArrayItemValue, error)

ParseListAgentSoftwareVersionsRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type ListAgentSoftwareVersionsRequest_FieldPathArrayOfValues

type ListAgentSoftwareVersionsRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	ListAgentSoftwareVersionsRequest_FieldPath
}

ListAgentSoftwareVersionsRequest_FieldPathArrayOfValues allows storing slice of values for ListAgentSoftwareVersionsRequest fields according to their type

func MustParseListAgentSoftwareVersionsRequest_FieldPathArrayOfValues

func MustParseListAgentSoftwareVersionsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) ListAgentSoftwareVersionsRequest_FieldPathArrayOfValues

func ParseListAgentSoftwareVersionsRequest_FieldPathArrayOfValues

func ParseListAgentSoftwareVersionsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (ListAgentSoftwareVersionsRequest_FieldPathArrayOfValues, error)

type ListAgentSoftwareVersionsRequest_FieldPathSelector

type ListAgentSoftwareVersionsRequest_FieldPathSelector int32
const (
	ListAgentSoftwareVersionsRequest_FieldPathSelectorPageSize          ListAgentSoftwareVersionsRequest_FieldPathSelector = 0
	ListAgentSoftwareVersionsRequest_FieldPathSelectorPageToken         ListAgentSoftwareVersionsRequest_FieldPathSelector = 1
	ListAgentSoftwareVersionsRequest_FieldPathSelectorOrderBy           ListAgentSoftwareVersionsRequest_FieldPathSelector = 2
	ListAgentSoftwareVersionsRequest_FieldPathSelectorFilter            ListAgentSoftwareVersionsRequest_FieldPathSelector = 3
	ListAgentSoftwareVersionsRequest_FieldPathSelectorFieldMask         ListAgentSoftwareVersionsRequest_FieldPathSelector = 4
	ListAgentSoftwareVersionsRequest_FieldPathSelectorView              ListAgentSoftwareVersionsRequest_FieldPathSelector = 5
	ListAgentSoftwareVersionsRequest_FieldPathSelectorIncludePagingInfo ListAgentSoftwareVersionsRequest_FieldPathSelector = 6
)

func (ListAgentSoftwareVersionsRequest_FieldPathSelector) String

type ListAgentSoftwareVersionsRequest_FieldPathValue

type ListAgentSoftwareVersionsRequest_FieldPathValue interface {
	ListAgentSoftwareVersionsRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **ListAgentSoftwareVersionsRequest)
	CompareWith(*ListAgentSoftwareVersionsRequest) (cmp int, comparable bool)
}

ListAgentSoftwareVersionsRequest_FieldPathValue allows storing values for ListAgentSoftwareVersionsRequest fields according to their type

func MustParseListAgentSoftwareVersionsRequest_FieldPathValue

func MustParseListAgentSoftwareVersionsRequest_FieldPathValue(pathStr, valueStr string) ListAgentSoftwareVersionsRequest_FieldPathValue

func ParseListAgentSoftwareVersionsRequest_FieldPathValue

func ParseListAgentSoftwareVersionsRequest_FieldPathValue(pathStr, valueStr string) (ListAgentSoftwareVersionsRequest_FieldPathValue, error)

type ListAgentSoftwareVersionsRequest_FieldTerminalPath

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

func (*ListAgentSoftwareVersionsRequest_FieldTerminalPath) ClearValue

func (*ListAgentSoftwareVersionsRequest_FieldTerminalPath) ClearValueRaw

func (*ListAgentSoftwareVersionsRequest_FieldTerminalPath) Get

Get returns all values pointed by specific field from source ListAgentSoftwareVersionsRequest

func (*ListAgentSoftwareVersionsRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ListAgentSoftwareVersionsRequest_FieldTerminalPath) GetRaw

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

func (*ListAgentSoftwareVersionsRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source ListAgentSoftwareVersionsRequest

func (*ListAgentSoftwareVersionsRequest_FieldTerminalPath) GetSingleRaw

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

func (*ListAgentSoftwareVersionsRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListAgentSoftwareVersionsRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*ListAgentSoftwareVersionsRequest_FieldTerminalPath) Selector

func (*ListAgentSoftwareVersionsRequest_FieldTerminalPath) SplitIntoTerminalIPaths

func (*ListAgentSoftwareVersionsRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*ListAgentSoftwareVersionsRequest_FieldTerminalPath) WithIArrayItemValue

func (*ListAgentSoftwareVersionsRequest_FieldTerminalPath) WithIArrayOfValues

func (*ListAgentSoftwareVersionsRequest_FieldTerminalPath) WithIValue

func (*ListAgentSoftwareVersionsRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*ListAgentSoftwareVersionsRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*ListAgentSoftwareVersionsRequest_FieldTerminalPath) WithRawIValue

type ListAgentSoftwareVersionsRequest_FieldTerminalPathArrayItemValue

type ListAgentSoftwareVersionsRequest_FieldTerminalPathArrayItemValue struct {
	ListAgentSoftwareVersionsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListAgentSoftwareVersionsRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*ListAgentSoftwareVersionsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*ListAgentSoftwareVersionsRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*ListAgentSoftwareVersionsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type ListAgentSoftwareVersionsRequest_FieldTerminalPathArrayOfValues

type ListAgentSoftwareVersionsRequest_FieldTerminalPathArrayOfValues struct {
	ListAgentSoftwareVersionsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListAgentSoftwareVersionsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*ListAgentSoftwareVersionsRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues

func (*ListAgentSoftwareVersionsRequest_FieldTerminalPathArrayOfValues) AsIncludePagingInfoArrayOfValues

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

func (*ListAgentSoftwareVersionsRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues

func (*ListAgentSoftwareVersionsRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues

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

func (*ListAgentSoftwareVersionsRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues

func (*ListAgentSoftwareVersionsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

func (*ListAgentSoftwareVersionsRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type ListAgentSoftwareVersionsRequest_FieldTerminalPathValue

type ListAgentSoftwareVersionsRequest_FieldTerminalPathValue struct {
	ListAgentSoftwareVersionsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListAgentSoftwareVersionsRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*ListAgentSoftwareVersionsRequest_FieldTerminalPathValue) AsFilterValue

func (*ListAgentSoftwareVersionsRequest_FieldTerminalPathValue) AsIncludePagingInfoValue

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

func (*ListAgentSoftwareVersionsRequest_FieldTerminalPathValue) AsOrderByValue

func (*ListAgentSoftwareVersionsRequest_FieldTerminalPathValue) AsPageSizeValue

func (*ListAgentSoftwareVersionsRequest_FieldTerminalPathValue) AsPageTokenValue

func (*ListAgentSoftwareVersionsRequest_FieldTerminalPathValue) AsViewValue

func (*ListAgentSoftwareVersionsRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'ListAgentSoftwareVersionsRequest_FieldTerminalPathValue' with the value under path in 'ListAgentSoftwareVersionsRequest'.

func (*ListAgentSoftwareVersionsRequest_FieldTerminalPathValue) CompareWithRaw

func (*ListAgentSoftwareVersionsRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*ListAgentSoftwareVersionsRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object ListAgentSoftwareVersionsRequest

func (*ListAgentSoftwareVersionsRequest_FieldTerminalPathValue) SetToRaw

type ListAgentSoftwareVersionsResponse

type ListAgentSoftwareVersionsResponse struct {

	// The list of AgentSoftwareVersions
	AgentSoftwareVersions []*agent_software_version.AgentSoftwareVersion `` /* 160-byte string literal not displayed */
	// A token to retrieve previous page of results. Pass this value in the
	// [ListAgentSoftwareVersionsRequest.page_token][ntt.watchdog.v1alpha2.ListAgentSoftwareVersionsRequest.page_token]
	PrevPageToken *agent_software_version.PagerCursor `` /* 151-byte string literal not displayed */
	// A token to retrieve next page of results. Pass this value in the
	// [ListAgentSoftwareVersionsRequest.page_token][ntt.watchdog.v1alpha2.ListAgentSoftwareVersionsRequest.page_token]
	NextPageToken *agent_software_version.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 AgentSoftwareVersions 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 [ListAgentSoftwareVersions][ntt.watchdog.v1alpha2.ListAgentSoftwareVersions]

func (*ListAgentSoftwareVersionsResponse) Clone

func (*ListAgentSoftwareVersionsResponse) CloneRaw

func (*ListAgentSoftwareVersionsResponse) Descriptor

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

Deprecated, Use ListAgentSoftwareVersionsResponse.ProtoReflect.Descriptor instead.

func (*ListAgentSoftwareVersionsResponse) GetAgentSoftwareVersions

func (*ListAgentSoftwareVersionsResponse) GetCurrentOffset

func (m *ListAgentSoftwareVersionsResponse) GetCurrentOffset() int32

func (*ListAgentSoftwareVersionsResponse) GetNextPageToken

func (*ListAgentSoftwareVersionsResponse) GetPrevPageToken

func (*ListAgentSoftwareVersionsResponse) GetTotalResultsCount

func (m *ListAgentSoftwareVersionsResponse) GetTotalResultsCount() int32

func (*ListAgentSoftwareVersionsResponse) GotenMessage

func (*ListAgentSoftwareVersionsResponse) GotenMessage()

func (*ListAgentSoftwareVersionsResponse) GotenObjectExt

func (o *ListAgentSoftwareVersionsResponse) GotenObjectExt()

func (*ListAgentSoftwareVersionsResponse) GotenValidate

func (obj *ListAgentSoftwareVersionsResponse) GotenValidate() error

func (*ListAgentSoftwareVersionsResponse) MakeFullFieldMask

func (*ListAgentSoftwareVersionsResponse) MakeRawDiffFieldMask

func (*ListAgentSoftwareVersionsResponse) MakeRawFullFieldMask

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

func (*ListAgentSoftwareVersionsResponse) Marshal

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

func (*ListAgentSoftwareVersionsResponse) MarshalJSON

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

func (*ListAgentSoftwareVersionsResponse) Merge

func (*ListAgentSoftwareVersionsResponse) MergeRaw

func (*ListAgentSoftwareVersionsResponse) ProtoMessage

func (*ListAgentSoftwareVersionsResponse) ProtoMessage()

func (*ListAgentSoftwareVersionsResponse) ProtoReflect

func (*ListAgentSoftwareVersionsResponse) Reset

func (*ListAgentSoftwareVersionsResponse) SetAgentSoftwareVersions

func (*ListAgentSoftwareVersionsResponse) SetCurrentOffset

func (m *ListAgentSoftwareVersionsResponse) SetCurrentOffset(fv int32)

func (*ListAgentSoftwareVersionsResponse) SetNextPageToken

func (*ListAgentSoftwareVersionsResponse) SetPrevPageToken

func (*ListAgentSoftwareVersionsResponse) SetTotalResultsCount

func (m *ListAgentSoftwareVersionsResponse) SetTotalResultsCount(fv int32)

func (*ListAgentSoftwareVersionsResponse) String

func (*ListAgentSoftwareVersionsResponse) Unmarshal

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

func (*ListAgentSoftwareVersionsResponse) UnmarshalJSON

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

type ListAgentSoftwareVersionsResponseFieldPathBuilder

type ListAgentSoftwareVersionsResponseFieldPathBuilder struct{}

func NewListAgentSoftwareVersionsResponseFieldPathBuilder

func NewListAgentSoftwareVersionsResponseFieldPathBuilder() ListAgentSoftwareVersionsResponseFieldPathBuilder

func (ListAgentSoftwareVersionsResponseFieldPathBuilder) AgentSoftwareVersions

func (ListAgentSoftwareVersionsResponseFieldPathBuilder) CurrentOffset

func (ListAgentSoftwareVersionsResponseFieldPathBuilder) NextPageToken

func (ListAgentSoftwareVersionsResponseFieldPathBuilder) PrevPageToken

func (ListAgentSoftwareVersionsResponseFieldPathBuilder) TotalResultsCount

type ListAgentSoftwareVersionsResponseMapPathSelectorAgentSoftwareVersionsMetadataAnnotations

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

func (ListAgentSoftwareVersionsResponseMapPathSelectorAgentSoftwareVersionsMetadataAnnotations) FieldPath

func (ListAgentSoftwareVersionsResponseMapPathSelectorAgentSoftwareVersionsMetadataAnnotations) WithArrayOfValues

func (ListAgentSoftwareVersionsResponseMapPathSelectorAgentSoftwareVersionsMetadataAnnotations) WithValue

type ListAgentSoftwareVersionsResponseMapPathSelectorAgentSoftwareVersionsMetadataLabels

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

func (ListAgentSoftwareVersionsResponseMapPathSelectorAgentSoftwareVersionsMetadataLabels) FieldPath

func (ListAgentSoftwareVersionsResponseMapPathSelectorAgentSoftwareVersionsMetadataLabels) WithArrayOfValues

func (ListAgentSoftwareVersionsResponseMapPathSelectorAgentSoftwareVersionsMetadataLabels) WithValue

type ListAgentSoftwareVersionsResponseMapPathSelectorAgentSoftwareVersionsMetadataShards

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

func (ListAgentSoftwareVersionsResponseMapPathSelectorAgentSoftwareVersionsMetadataShards) FieldPath

func (ListAgentSoftwareVersionsResponseMapPathSelectorAgentSoftwareVersionsMetadataShards) WithArrayOfValues

func (ListAgentSoftwareVersionsResponseMapPathSelectorAgentSoftwareVersionsMetadataShards) WithValue

type ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersions

type ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersions struct{}

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersions) FieldPath

type ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsAndroid

type ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsAndroid struct{}

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsAndroid) FieldPath

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsAndroid) WithArrayOfValues

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsAndroid) WithValue

type ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsLinux

type ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsLinux struct{}

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsLinux) FieldPath

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsLinux) WithArrayOfValues

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsLinux) WithValue

type ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMac

type ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMac struct{}

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMac) FieldPath

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMac) WithArrayOfValues

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMac) WithValue

type ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadata

type ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadata struct{}

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadata) FieldPath

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadata) WithArrayOfValues

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadata) WithValue

type ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataAnnotations

type ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataAnnotations struct{}

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataAnnotations) FieldPath

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataAnnotations) WithArrayOfValues

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataAnnotations) WithValue

type ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataCreateTime

type ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataCreateTime struct{}

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataCreateTime) FieldPath

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataCreateTime) WithArrayOfValues

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataCreateTime) WithValue

type ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataDeleteTime

type ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataDeleteTime struct{}

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataDeleteTime) FieldPath

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataDeleteTime) WithArrayOfValues

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataDeleteTime) WithValue

type ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataGeneration

type ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataGeneration struct{}

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataGeneration) FieldPath

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataGeneration) WithArrayOfValues

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataGeneration) WithValue

type ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataLabels

type ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataLabels struct{}

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataLabels) FieldPath

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataLabels) WithArrayOfValues

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataLabels) WithValue

type ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataLifecycle

type ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataLifecycle struct{}

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataLifecycle) FieldPath

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataLifecycle) WithArrayOfValues

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataLifecycle) WithValue

type ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataLifecycleBlockDeletion

type ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataLifecycleBlockDeletion struct{}

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataLifecycleBlockDeletion) FieldPath

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataLifecycleBlockDeletion) WithArrayOfValues

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataLifecycleBlockDeletion) WithValue

type ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataLifecycleState

type ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataLifecycleState struct{}

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataLifecycleState) FieldPath

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataLifecycleState) WithArrayOfValues

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataLifecycleState) WithValue

type ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferences

type ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferences struct{}

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferences) FieldPath

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferences) WithArrayOfValues

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferences) WithItemValue

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferences) WithValue

type ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferencesBlockOwnerDeletion

type ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferencesController

type ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferencesController struct{}

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferencesController) FieldPath

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferencesController) WithArrayOfValues

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferencesController) WithValue

type ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferencesKind

type ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferencesKind struct{}

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferencesKind) FieldPath

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferencesKind) WithArrayOfValues

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferencesKind) WithValue

type ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferencesName

type ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferencesName struct{}

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferencesName) FieldPath

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferencesName) WithArrayOfValues

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferencesName) WithValue

type ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferencesRegion

type ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferencesRegion struct{}

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferencesRegion) FieldPath

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferencesRegion) WithArrayOfValues

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferencesRegion) WithValue

type ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferencesRequiresOwnerReference

type ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferencesRequiresOwnerReference struct{}

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferencesRequiresOwnerReference) FieldPath

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferencesRequiresOwnerReference) WithValue

type ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferencesVersion

type ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferencesVersion struct{}

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferencesVersion) FieldPath

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferencesVersion) WithArrayOfValues

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataOwnerReferencesVersion) WithValue

type ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataResourceVersion

type ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataResourceVersion struct{}

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataResourceVersion) FieldPath

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataResourceVersion) WithArrayOfValues

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataResourceVersion) WithValue

type ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataShards

type ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataShards struct{}

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataShards) FieldPath

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataShards) WithArrayOfValues

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataShards) WithValue

type ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataSyncing

type ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataSyncing struct{}

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataSyncing) FieldPath

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataSyncing) WithArrayOfValues

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataSyncing) WithValue

type ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataSyncingOwningRegion

type ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataSyncingOwningRegion struct{}

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataSyncingOwningRegion) FieldPath

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataSyncingOwningRegion) WithArrayOfValues

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataSyncingOwningRegion) WithValue

type ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataSyncingRegions

type ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataSyncingRegions struct{}

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataSyncingRegions) FieldPath

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataSyncingRegions) WithArrayOfValues

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataSyncingRegions) WithItemValue

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataSyncingRegions) WithValue

type ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataTags

type ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataTags struct{}

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataTags) FieldPath

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataTags) WithArrayOfValues

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataTags) WithItemValue

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataTags) WithValue

type ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataUpdateTime

type ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataUpdateTime struct{}

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataUpdateTime) FieldPath

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataUpdateTime) WithArrayOfValues

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataUpdateTime) WithValue

type ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataUuid

type ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataUuid struct{}

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataUuid) FieldPath

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataUuid) WithArrayOfValues

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsMetadataUuid) WithValue

type ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsName

type ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsName struct{}

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsName) FieldPath

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsName) WithArrayOfValues

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsName) WithValue

type ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsWindows

type ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsWindows struct{}

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsWindows) FieldPath

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsWindows) WithArrayOfValues

func (ListAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionsWindows) WithValue

type ListAgentSoftwareVersionsResponsePathSelectorCurrentOffset

type ListAgentSoftwareVersionsResponsePathSelectorCurrentOffset struct{}

func (ListAgentSoftwareVersionsResponsePathSelectorCurrentOffset) FieldPath

func (ListAgentSoftwareVersionsResponsePathSelectorCurrentOffset) WithArrayOfValues

func (ListAgentSoftwareVersionsResponsePathSelectorCurrentOffset) WithValue

type ListAgentSoftwareVersionsResponsePathSelectorNextPageToken

type ListAgentSoftwareVersionsResponsePathSelectorNextPageToken struct{}

func (ListAgentSoftwareVersionsResponsePathSelectorNextPageToken) FieldPath

type ListAgentSoftwareVersionsResponsePathSelectorPrevPageToken

type ListAgentSoftwareVersionsResponsePathSelectorPrevPageToken struct{}

func (ListAgentSoftwareVersionsResponsePathSelectorPrevPageToken) FieldPath

type ListAgentSoftwareVersionsResponsePathSelectorTotalResultsCount

type ListAgentSoftwareVersionsResponsePathSelectorTotalResultsCount struct{}

func (ListAgentSoftwareVersionsResponsePathSelectorTotalResultsCount) FieldPath

func (ListAgentSoftwareVersionsResponsePathSelectorTotalResultsCount) WithArrayOfValues

func (ListAgentSoftwareVersionsResponsePathSelectorTotalResultsCount) WithValue

type ListAgentSoftwareVersionsResponse_FieldMask

type ListAgentSoftwareVersionsResponse_FieldMask struct {
	Paths []ListAgentSoftwareVersionsResponse_FieldPath
}

func FullListAgentSoftwareVersionsResponse_FieldMask

func FullListAgentSoftwareVersionsResponse_FieldMask() *ListAgentSoftwareVersionsResponse_FieldMask

func (*ListAgentSoftwareVersionsResponse_FieldMask) AppendPath

func (*ListAgentSoftwareVersionsResponse_FieldMask) AppendRawPath

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

func (*ListAgentSoftwareVersionsResponse_FieldMask) DecodeFirestore

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

func (*ListAgentSoftwareVersionsResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*ListAgentSoftwareVersionsResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*ListAgentSoftwareVersionsResponse_FieldMask) FromProtoFieldMask

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

func (*ListAgentSoftwareVersionsResponse_FieldMask) GetPaths

func (*ListAgentSoftwareVersionsResponse_FieldMask) GetRawPaths

func (*ListAgentSoftwareVersionsResponse_FieldMask) IsFull

func (ListAgentSoftwareVersionsResponse_FieldMask) Marshal

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

implement methods required by customType

func (ListAgentSoftwareVersionsResponse_FieldMask) MarshalJSON

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

func (*ListAgentSoftwareVersionsResponse_FieldMask) PathsCount

func (fieldMask *ListAgentSoftwareVersionsResponse_FieldMask) PathsCount() int

func (*ListAgentSoftwareVersionsResponse_FieldMask) Project

func (*ListAgentSoftwareVersionsResponse_FieldMask) ProjectRaw

func (*ListAgentSoftwareVersionsResponse_FieldMask) ProtoMessage

func (fieldMask *ListAgentSoftwareVersionsResponse_FieldMask) ProtoMessage()

func (*ListAgentSoftwareVersionsResponse_FieldMask) ProtoReflect

func (*ListAgentSoftwareVersionsResponse_FieldMask) Reset

func (*ListAgentSoftwareVersionsResponse_FieldMask) Set

func (*ListAgentSoftwareVersionsResponse_FieldMask) SetFromCliFlag

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

func (*ListAgentSoftwareVersionsResponse_FieldMask) SetRaw

func (*ListAgentSoftwareVersionsResponse_FieldMask) Size

func (*ListAgentSoftwareVersionsResponse_FieldMask) String

func (*ListAgentSoftwareVersionsResponse_FieldMask) Subtract

func (*ListAgentSoftwareVersionsResponse_FieldMask) SubtractRaw

func (*ListAgentSoftwareVersionsResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*ListAgentSoftwareVersionsResponse_FieldMask) Unmarshal

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

func (*ListAgentSoftwareVersionsResponse_FieldMask) UnmarshalJSON

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

type ListAgentSoftwareVersionsResponse_FieldPath

type ListAgentSoftwareVersionsResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() ListAgentSoftwareVersionsResponse_FieldPathSelector
	Get(source *ListAgentSoftwareVersionsResponse) []interface{}
	GetSingle(source *ListAgentSoftwareVersionsResponse) (interface{}, bool)
	ClearValue(item *ListAgentSoftwareVersionsResponse)

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

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

func MustParseListAgentSoftwareVersionsResponse_FieldPath

func MustParseListAgentSoftwareVersionsResponse_FieldPath(rawField string) ListAgentSoftwareVersionsResponse_FieldPath

func ParseListAgentSoftwareVersionsResponse_FieldPath

func ParseListAgentSoftwareVersionsResponse_FieldPath(rawField string) (ListAgentSoftwareVersionsResponse_FieldPath, error)

type ListAgentSoftwareVersionsResponse_FieldPathArrayItemValue

type ListAgentSoftwareVersionsResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	ListAgentSoftwareVersionsResponse_FieldPath
	ContainsValue(*ListAgentSoftwareVersionsResponse) bool
}

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

func MustParseListAgentSoftwareVersionsResponse_FieldPathArrayItemValue

func MustParseListAgentSoftwareVersionsResponse_FieldPathArrayItemValue(pathStr, valueStr string) ListAgentSoftwareVersionsResponse_FieldPathArrayItemValue

func ParseListAgentSoftwareVersionsResponse_FieldPathArrayItemValue

func ParseListAgentSoftwareVersionsResponse_FieldPathArrayItemValue(pathStr, valueStr string) (ListAgentSoftwareVersionsResponse_FieldPathArrayItemValue, error)

ParseListAgentSoftwareVersionsResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type ListAgentSoftwareVersionsResponse_FieldPathArrayOfValues

type ListAgentSoftwareVersionsResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	ListAgentSoftwareVersionsResponse_FieldPath
}

ListAgentSoftwareVersionsResponse_FieldPathArrayOfValues allows storing slice of values for ListAgentSoftwareVersionsResponse fields according to their type

func MustParseListAgentSoftwareVersionsResponse_FieldPathArrayOfValues

func MustParseListAgentSoftwareVersionsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) ListAgentSoftwareVersionsResponse_FieldPathArrayOfValues

func ParseListAgentSoftwareVersionsResponse_FieldPathArrayOfValues

func ParseListAgentSoftwareVersionsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (ListAgentSoftwareVersionsResponse_FieldPathArrayOfValues, error)

type ListAgentSoftwareVersionsResponse_FieldPathSelector

type ListAgentSoftwareVersionsResponse_FieldPathSelector int32
const (
	ListAgentSoftwareVersionsResponse_FieldPathSelectorAgentSoftwareVersions ListAgentSoftwareVersionsResponse_FieldPathSelector = 0
	ListAgentSoftwareVersionsResponse_FieldPathSelectorPrevPageToken         ListAgentSoftwareVersionsResponse_FieldPathSelector = 1
	ListAgentSoftwareVersionsResponse_FieldPathSelectorNextPageToken         ListAgentSoftwareVersionsResponse_FieldPathSelector = 2
	ListAgentSoftwareVersionsResponse_FieldPathSelectorCurrentOffset         ListAgentSoftwareVersionsResponse_FieldPathSelector = 3
	ListAgentSoftwareVersionsResponse_FieldPathSelectorTotalResultsCount     ListAgentSoftwareVersionsResponse_FieldPathSelector = 4
)

func (ListAgentSoftwareVersionsResponse_FieldPathSelector) String

type ListAgentSoftwareVersionsResponse_FieldPathValue

type ListAgentSoftwareVersionsResponse_FieldPathValue interface {
	ListAgentSoftwareVersionsResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **ListAgentSoftwareVersionsResponse)
	CompareWith(*ListAgentSoftwareVersionsResponse) (cmp int, comparable bool)
}

ListAgentSoftwareVersionsResponse_FieldPathValue allows storing values for ListAgentSoftwareVersionsResponse fields according to their type

func MustParseListAgentSoftwareVersionsResponse_FieldPathValue

func MustParseListAgentSoftwareVersionsResponse_FieldPathValue(pathStr, valueStr string) ListAgentSoftwareVersionsResponse_FieldPathValue

func ParseListAgentSoftwareVersionsResponse_FieldPathValue

func ParseListAgentSoftwareVersionsResponse_FieldPathValue(pathStr, valueStr string) (ListAgentSoftwareVersionsResponse_FieldPathValue, error)

type ListAgentSoftwareVersionsResponse_FieldSubPath

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

func (*ListAgentSoftwareVersionsResponse_FieldSubPath) AsAgentSoftwareVersionsSubPath

func (*ListAgentSoftwareVersionsResponse_FieldSubPath) ClearValue

func (*ListAgentSoftwareVersionsResponse_FieldSubPath) ClearValueRaw

func (*ListAgentSoftwareVersionsResponse_FieldSubPath) Get

Get returns all values pointed by selected field from source ListAgentSoftwareVersionsResponse

func (*ListAgentSoftwareVersionsResponse_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ListAgentSoftwareVersionsResponse_FieldSubPath) GetRaw

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

func (*ListAgentSoftwareVersionsResponse_FieldSubPath) GetSingle

GetSingle returns value of selected field from source ListAgentSoftwareVersionsResponse

func (*ListAgentSoftwareVersionsResponse_FieldSubPath) GetSingleRaw

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

func (*ListAgentSoftwareVersionsResponse_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListAgentSoftwareVersionsResponse_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*ListAgentSoftwareVersionsResponse_FieldSubPath) Selector

func (*ListAgentSoftwareVersionsResponse_FieldSubPath) SplitIntoTerminalIPaths

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

func (*ListAgentSoftwareVersionsResponse_FieldSubPath) String

String returns path representation in proto convention

func (*ListAgentSoftwareVersionsResponse_FieldSubPath) WithIArrayItemValue

func (*ListAgentSoftwareVersionsResponse_FieldSubPath) WithIArrayOfValues

func (*ListAgentSoftwareVersionsResponse_FieldSubPath) WithIValue

func (*ListAgentSoftwareVersionsResponse_FieldSubPath) WithRawIArrayItemValue

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

func (*ListAgentSoftwareVersionsResponse_FieldSubPath) WithRawIArrayOfValues

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

func (*ListAgentSoftwareVersionsResponse_FieldSubPath) WithRawIValue

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

type ListAgentSoftwareVersionsResponse_FieldSubPathArrayItemValue

type ListAgentSoftwareVersionsResponse_FieldSubPathArrayItemValue struct {
	ListAgentSoftwareVersionsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListAgentSoftwareVersionsResponse_FieldSubPathArrayItemValue) AsAgentSoftwareVersionsPathItemValue

func (*ListAgentSoftwareVersionsResponse_FieldSubPathArrayItemValue) ContainsValue

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

func (*ListAgentSoftwareVersionsResponse_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type ListAgentSoftwareVersionsResponse_FieldSubPathArrayOfValues

type ListAgentSoftwareVersionsResponse_FieldSubPathArrayOfValues struct {
	ListAgentSoftwareVersionsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListAgentSoftwareVersionsResponse_FieldSubPathArrayOfValues) AsAgentSoftwareVersionsPathArrayOfValues

func (*ListAgentSoftwareVersionsResponse_FieldSubPathArrayOfValues) GetRawValues

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

type ListAgentSoftwareVersionsResponse_FieldSubPathValue

type ListAgentSoftwareVersionsResponse_FieldSubPathValue struct {
	ListAgentSoftwareVersionsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListAgentSoftwareVersionsResponse_FieldSubPathValue) AsAgentSoftwareVersionsPathValue

func (*ListAgentSoftwareVersionsResponse_FieldSubPathValue) CompareWith

func (*ListAgentSoftwareVersionsResponse_FieldSubPathValue) CompareWithRaw

func (*ListAgentSoftwareVersionsResponse_FieldSubPathValue) GetRawValue

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

func (*ListAgentSoftwareVersionsResponse_FieldSubPathValue) SetTo

func (*ListAgentSoftwareVersionsResponse_FieldSubPathValue) SetToRaw

type ListAgentSoftwareVersionsResponse_FieldTerminalPath

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

func (*ListAgentSoftwareVersionsResponse_FieldTerminalPath) ClearValue

func (*ListAgentSoftwareVersionsResponse_FieldTerminalPath) ClearValueRaw

func (*ListAgentSoftwareVersionsResponse_FieldTerminalPath) Get

Get returns all values pointed by specific field from source ListAgentSoftwareVersionsResponse

func (*ListAgentSoftwareVersionsResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ListAgentSoftwareVersionsResponse_FieldTerminalPath) GetRaw

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

func (*ListAgentSoftwareVersionsResponse_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source ListAgentSoftwareVersionsResponse

func (*ListAgentSoftwareVersionsResponse_FieldTerminalPath) GetSingleRaw

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

func (*ListAgentSoftwareVersionsResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListAgentSoftwareVersionsResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*ListAgentSoftwareVersionsResponse_FieldTerminalPath) Selector

func (*ListAgentSoftwareVersionsResponse_FieldTerminalPath) SplitIntoTerminalIPaths

func (*ListAgentSoftwareVersionsResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*ListAgentSoftwareVersionsResponse_FieldTerminalPath) WithIArrayItemValue

func (*ListAgentSoftwareVersionsResponse_FieldTerminalPath) WithIArrayOfValues

func (*ListAgentSoftwareVersionsResponse_FieldTerminalPath) WithIValue

func (*ListAgentSoftwareVersionsResponse_FieldTerminalPath) WithRawIArrayItemValue

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

func (*ListAgentSoftwareVersionsResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*ListAgentSoftwareVersionsResponse_FieldTerminalPath) WithRawIValue

type ListAgentSoftwareVersionsResponse_FieldTerminalPathArrayItemValue

type ListAgentSoftwareVersionsResponse_FieldTerminalPathArrayItemValue struct {
	ListAgentSoftwareVersionsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListAgentSoftwareVersionsResponse_FieldTerminalPathArrayItemValue) AsAgentSoftwareVersionsItemValue

func (*ListAgentSoftwareVersionsResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*ListAgentSoftwareVersionsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*ListAgentSoftwareVersionsResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*ListAgentSoftwareVersionsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type ListAgentSoftwareVersionsResponse_FieldTerminalPathArrayOfValues

type ListAgentSoftwareVersionsResponse_FieldTerminalPathArrayOfValues struct {
	ListAgentSoftwareVersionsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListAgentSoftwareVersionsResponse_FieldTerminalPathArrayOfValues) AsAgentSoftwareVersionsArrayOfValues

func (*ListAgentSoftwareVersionsResponse_FieldTerminalPathArrayOfValues) AsCurrentOffsetArrayOfValues

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

func (*ListAgentSoftwareVersionsResponse_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues

func (*ListAgentSoftwareVersionsResponse_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues

func (*ListAgentSoftwareVersionsResponse_FieldTerminalPathArrayOfValues) AsTotalResultsCountArrayOfValues

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

func (*ListAgentSoftwareVersionsResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type ListAgentSoftwareVersionsResponse_FieldTerminalPathValue

type ListAgentSoftwareVersionsResponse_FieldTerminalPathValue struct {
	ListAgentSoftwareVersionsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListAgentSoftwareVersionsResponse_FieldTerminalPathValue) AsAgentSoftwareVersionsValue

func (*ListAgentSoftwareVersionsResponse_FieldTerminalPathValue) AsCurrentOffsetValue

func (*ListAgentSoftwareVersionsResponse_FieldTerminalPathValue) AsNextPageTokenValue

func (*ListAgentSoftwareVersionsResponse_FieldTerminalPathValue) AsPrevPageTokenValue

func (*ListAgentSoftwareVersionsResponse_FieldTerminalPathValue) AsTotalResultsCountValue

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

func (*ListAgentSoftwareVersionsResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'ListAgentSoftwareVersionsResponse_FieldTerminalPathValue' with the value under path in 'ListAgentSoftwareVersionsResponse'.

func (*ListAgentSoftwareVersionsResponse_FieldTerminalPathValue) CompareWithRaw

func (*ListAgentSoftwareVersionsResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*ListAgentSoftwareVersionsResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object ListAgentSoftwareVersionsResponse

func (*ListAgentSoftwareVersionsResponse_FieldTerminalPathValue) SetToRaw

type UpdateAgentSoftwareVersionDescriptor

type UpdateAgentSoftwareVersionDescriptor struct{}

func GetUpdateAgentSoftwareVersionDescriptor

func GetUpdateAgentSoftwareVersionDescriptor() *UpdateAgentSoftwareVersionDescriptor

func (*UpdateAgentSoftwareVersionDescriptor) GetApiDescriptor

func (*UpdateAgentSoftwareVersionDescriptor) GetApiName

func (*UpdateAgentSoftwareVersionDescriptor) GetClientMsgReflectHandle

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

func (*UpdateAgentSoftwareVersionDescriptor) GetFullMethodName

func (d *UpdateAgentSoftwareVersionDescriptor) GetFullMethodName() string

func (*UpdateAgentSoftwareVersionDescriptor) GetMethodName

func (d *UpdateAgentSoftwareVersionDescriptor) GetMethodName() string

func (*UpdateAgentSoftwareVersionDescriptor) GetProtoPkgName

func (d *UpdateAgentSoftwareVersionDescriptor) GetProtoPkgName() string

func (*UpdateAgentSoftwareVersionDescriptor) GetResourceDescriptor

func (*UpdateAgentSoftwareVersionDescriptor) GetServerMsgReflectHandle

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

func (*UpdateAgentSoftwareVersionDescriptor) GetServiceDomain

func (d *UpdateAgentSoftwareVersionDescriptor) GetServiceDomain() string

func (*UpdateAgentSoftwareVersionDescriptor) GetServiceVersion

func (d *UpdateAgentSoftwareVersionDescriptor) GetServiceVersion() string

func (*UpdateAgentSoftwareVersionDescriptor) GetVerb

func (*UpdateAgentSoftwareVersionDescriptor) HasResource

func (d *UpdateAgentSoftwareVersionDescriptor) HasResource() bool

func (*UpdateAgentSoftwareVersionDescriptor) IsClientStream

func (d *UpdateAgentSoftwareVersionDescriptor) IsClientStream() bool

func (*UpdateAgentSoftwareVersionDescriptor) IsCollection

func (d *UpdateAgentSoftwareVersionDescriptor) IsCollection() bool

func (*UpdateAgentSoftwareVersionDescriptor) IsPlural

func (*UpdateAgentSoftwareVersionDescriptor) IsServerStream

func (d *UpdateAgentSoftwareVersionDescriptor) IsServerStream() bool

func (*UpdateAgentSoftwareVersionDescriptor) IsUnary

func (*UpdateAgentSoftwareVersionDescriptor) NewEmptyClientMsg

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

func (*UpdateAgentSoftwareVersionDescriptor) NewEmptyServerMsg

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

func (*UpdateAgentSoftwareVersionDescriptor) RequestHasResourceBody

func (d *UpdateAgentSoftwareVersionDescriptor) RequestHasResourceBody() bool

type UpdateAgentSoftwareVersionDescriptorClientMsgHandle

type UpdateAgentSoftwareVersionDescriptorClientMsgHandle struct{}

func (*UpdateAgentSoftwareVersionDescriptorClientMsgHandle) ExtractCollectionName

func (*UpdateAgentSoftwareVersionDescriptorClientMsgHandle) ExtractResourceName

func (*UpdateAgentSoftwareVersionDescriptorClientMsgHandle) ExtractResourceNames

type UpdateAgentSoftwareVersionDescriptorServerMsgHandle

type UpdateAgentSoftwareVersionDescriptorServerMsgHandle struct{}

func (*UpdateAgentSoftwareVersionDescriptorServerMsgHandle) ExtractCollectionName

func (*UpdateAgentSoftwareVersionDescriptorServerMsgHandle) ExtractResourceName

func (*UpdateAgentSoftwareVersionDescriptorServerMsgHandle) ExtractResourceNames

type UpdateAgentSoftwareVersionRequest

type UpdateAgentSoftwareVersionRequest struct {

	// AgentSoftwareVersion resource body
	AgentSoftwareVersion *agent_software_version.AgentSoftwareVersion `` /* 156-byte string literal not displayed */
	// FieldMask applied to request - change will be applied only for fields in
	// the mask
	UpdateMask *agent_software_version.AgentSoftwareVersion_FieldMask `` /* 156-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 *UpdateAgentSoftwareVersionRequest_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 [UpdateAgentSoftwareVersion][ntt.watchdog.v1alpha2.UpdateAgentSoftwareVersion]

func (*UpdateAgentSoftwareVersionRequest) Clone

func (*UpdateAgentSoftwareVersionRequest) CloneRaw

func (*UpdateAgentSoftwareVersionRequest) Descriptor

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

Deprecated, Use UpdateAgentSoftwareVersionRequest.ProtoReflect.Descriptor instead.

func (*UpdateAgentSoftwareVersionRequest) GetAgentSoftwareVersion

func (*UpdateAgentSoftwareVersionRequest) GetAllowMissing added in v0.12.5

func (m *UpdateAgentSoftwareVersionRequest) GetAllowMissing() bool

func (*UpdateAgentSoftwareVersionRequest) GetCas

func (*UpdateAgentSoftwareVersionRequest) GetUpdateMask

func (*UpdateAgentSoftwareVersionRequest) GotenMessage

func (*UpdateAgentSoftwareVersionRequest) GotenMessage()

func (*UpdateAgentSoftwareVersionRequest) GotenObjectExt

func (o *UpdateAgentSoftwareVersionRequest) GotenObjectExt()

func (*UpdateAgentSoftwareVersionRequest) GotenValidate

func (obj *UpdateAgentSoftwareVersionRequest) GotenValidate() error

func (*UpdateAgentSoftwareVersionRequest) MakeFullFieldMask

func (*UpdateAgentSoftwareVersionRequest) MakeRawDiffFieldMask

func (*UpdateAgentSoftwareVersionRequest) MakeRawFullFieldMask

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

func (*UpdateAgentSoftwareVersionRequest) Marshal

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

func (*UpdateAgentSoftwareVersionRequest) MarshalJSON

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

func (*UpdateAgentSoftwareVersionRequest) Merge

func (*UpdateAgentSoftwareVersionRequest) MergeRaw

func (*UpdateAgentSoftwareVersionRequest) ProtoMessage

func (*UpdateAgentSoftwareVersionRequest) ProtoMessage()

func (*UpdateAgentSoftwareVersionRequest) ProtoReflect

func (*UpdateAgentSoftwareVersionRequest) Reset

func (*UpdateAgentSoftwareVersionRequest) SetAgentSoftwareVersion

func (*UpdateAgentSoftwareVersionRequest) SetAllowMissing added in v0.12.5

func (m *UpdateAgentSoftwareVersionRequest) SetAllowMissing(fv bool)

func (*UpdateAgentSoftwareVersionRequest) SetCas

func (*UpdateAgentSoftwareVersionRequest) SetUpdateMask

func (*UpdateAgentSoftwareVersionRequest) String

func (*UpdateAgentSoftwareVersionRequest) Unmarshal

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

func (*UpdateAgentSoftwareVersionRequest) UnmarshalJSON

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

type UpdateAgentSoftwareVersionRequestCASFieldPathBuilder

type UpdateAgentSoftwareVersionRequestCASFieldPathBuilder struct{}

func (UpdateAgentSoftwareVersionRequestCASFieldPathBuilder) ConditionalState

func (UpdateAgentSoftwareVersionRequestCASFieldPathBuilder) FieldMask

type UpdateAgentSoftwareVersionRequestCAS_FieldPath

type UpdateAgentSoftwareVersionRequestCAS_FieldPath interface {
	gotenobject.FieldPath
	Selector() UpdateAgentSoftwareVersionRequestCAS_FieldPathSelector
	Get(source *UpdateAgentSoftwareVersionRequest_CAS) []interface{}
	GetSingle(source *UpdateAgentSoftwareVersionRequest_CAS) (interface{}, bool)
	ClearValue(item *UpdateAgentSoftwareVersionRequest_CAS)

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

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

func MustParseUpdateAgentSoftwareVersionRequestCAS_FieldPath

func MustParseUpdateAgentSoftwareVersionRequestCAS_FieldPath(rawField string) UpdateAgentSoftwareVersionRequestCAS_FieldPath

func ParseUpdateAgentSoftwareVersionRequestCAS_FieldPath

func ParseUpdateAgentSoftwareVersionRequestCAS_FieldPath(rawField string) (UpdateAgentSoftwareVersionRequestCAS_FieldPath, error)

type UpdateAgentSoftwareVersionRequestCAS_FieldPathArrayItemValue

type UpdateAgentSoftwareVersionRequestCAS_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	UpdateAgentSoftwareVersionRequestCAS_FieldPath
	ContainsValue(*UpdateAgentSoftwareVersionRequest_CAS) bool
}

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

func MustParseUpdateAgentSoftwareVersionRequestCAS_FieldPathArrayItemValue

func MustParseUpdateAgentSoftwareVersionRequestCAS_FieldPathArrayItemValue(pathStr, valueStr string) UpdateAgentSoftwareVersionRequestCAS_FieldPathArrayItemValue

func ParseUpdateAgentSoftwareVersionRequestCAS_FieldPathArrayItemValue

func ParseUpdateAgentSoftwareVersionRequestCAS_FieldPathArrayItemValue(pathStr, valueStr string) (UpdateAgentSoftwareVersionRequestCAS_FieldPathArrayItemValue, error)

ParseUpdateAgentSoftwareVersionRequestCAS_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type UpdateAgentSoftwareVersionRequestCAS_FieldPathArrayOfValues

type UpdateAgentSoftwareVersionRequestCAS_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	UpdateAgentSoftwareVersionRequestCAS_FieldPath
}

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

func MustParseUpdateAgentSoftwareVersionRequestCAS_FieldPathArrayOfValues

func MustParseUpdateAgentSoftwareVersionRequestCAS_FieldPathArrayOfValues(pathStr, valuesStr string) UpdateAgentSoftwareVersionRequestCAS_FieldPathArrayOfValues

func ParseUpdateAgentSoftwareVersionRequestCAS_FieldPathArrayOfValues

func ParseUpdateAgentSoftwareVersionRequestCAS_FieldPathArrayOfValues(pathStr, valuesStr string) (UpdateAgentSoftwareVersionRequestCAS_FieldPathArrayOfValues, error)

type UpdateAgentSoftwareVersionRequestCAS_FieldPathSelector

type UpdateAgentSoftwareVersionRequestCAS_FieldPathSelector int32
const (
	UpdateAgentSoftwareVersionRequestCAS_FieldPathSelectorConditionalState UpdateAgentSoftwareVersionRequestCAS_FieldPathSelector = 0
	UpdateAgentSoftwareVersionRequestCAS_FieldPathSelectorFieldMask        UpdateAgentSoftwareVersionRequestCAS_FieldPathSelector = 1
)

func (UpdateAgentSoftwareVersionRequestCAS_FieldPathSelector) String

type UpdateAgentSoftwareVersionRequestCAS_FieldPathValue

type UpdateAgentSoftwareVersionRequestCAS_FieldPathValue interface {
	UpdateAgentSoftwareVersionRequestCAS_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **UpdateAgentSoftwareVersionRequest_CAS)
	CompareWith(*UpdateAgentSoftwareVersionRequest_CAS) (cmp int, comparable bool)
}

UpdateAgentSoftwareVersionRequestCAS_FieldPathValue allows storing values for CAS fields according to their type

func MustParseUpdateAgentSoftwareVersionRequestCAS_FieldPathValue

func MustParseUpdateAgentSoftwareVersionRequestCAS_FieldPathValue(pathStr, valueStr string) UpdateAgentSoftwareVersionRequestCAS_FieldPathValue

func ParseUpdateAgentSoftwareVersionRequestCAS_FieldPathValue

func ParseUpdateAgentSoftwareVersionRequestCAS_FieldPathValue(pathStr, valueStr string) (UpdateAgentSoftwareVersionRequestCAS_FieldPathValue, error)

type UpdateAgentSoftwareVersionRequestCAS_FieldSubPath

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

func (*UpdateAgentSoftwareVersionRequestCAS_FieldSubPath) AsConditionalStateSubPath

func (*UpdateAgentSoftwareVersionRequestCAS_FieldSubPath) ClearValue

func (*UpdateAgentSoftwareVersionRequestCAS_FieldSubPath) ClearValueRaw

func (*UpdateAgentSoftwareVersionRequestCAS_FieldSubPath) Get

Get returns all values pointed by selected field from source UpdateAgentSoftwareVersionRequest_CAS

func (*UpdateAgentSoftwareVersionRequestCAS_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*UpdateAgentSoftwareVersionRequestCAS_FieldSubPath) GetRaw

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

func (*UpdateAgentSoftwareVersionRequestCAS_FieldSubPath) GetSingle

GetSingle returns value of selected field from source UpdateAgentSoftwareVersionRequest_CAS

func (*UpdateAgentSoftwareVersionRequestCAS_FieldSubPath) GetSingleRaw

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

func (*UpdateAgentSoftwareVersionRequestCAS_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdateAgentSoftwareVersionRequestCAS_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdateAgentSoftwareVersionRequestCAS_FieldSubPath) Selector

func (*UpdateAgentSoftwareVersionRequestCAS_FieldSubPath) SplitIntoTerminalIPaths

func (*UpdateAgentSoftwareVersionRequestCAS_FieldSubPath) String

String returns path representation in proto convention

func (*UpdateAgentSoftwareVersionRequestCAS_FieldSubPath) WithIArrayItemValue

func (*UpdateAgentSoftwareVersionRequestCAS_FieldSubPath) WithIArrayOfValues

func (*UpdateAgentSoftwareVersionRequestCAS_FieldSubPath) WithIValue

func (*UpdateAgentSoftwareVersionRequestCAS_FieldSubPath) WithRawIArrayItemValue

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

func (*UpdateAgentSoftwareVersionRequestCAS_FieldSubPath) WithRawIArrayOfValues

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

func (*UpdateAgentSoftwareVersionRequestCAS_FieldSubPath) WithRawIValue

type UpdateAgentSoftwareVersionRequestCAS_FieldSubPathArrayItemValue

type UpdateAgentSoftwareVersionRequestCAS_FieldSubPathArrayItemValue struct {
	UpdateAgentSoftwareVersionRequestCAS_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateAgentSoftwareVersionRequestCAS_FieldSubPathArrayItemValue) AsConditionalStatePathItemValue

func (*UpdateAgentSoftwareVersionRequestCAS_FieldSubPathArrayItemValue) ContainsValue

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

func (*UpdateAgentSoftwareVersionRequestCAS_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type UpdateAgentSoftwareVersionRequestCAS_FieldSubPathArrayOfValues

type UpdateAgentSoftwareVersionRequestCAS_FieldSubPathArrayOfValues struct {
	UpdateAgentSoftwareVersionRequestCAS_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateAgentSoftwareVersionRequestCAS_FieldSubPathArrayOfValues) AsConditionalStatePathArrayOfValues

func (*UpdateAgentSoftwareVersionRequestCAS_FieldSubPathArrayOfValues) GetRawValues

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

type UpdateAgentSoftwareVersionRequestCAS_FieldSubPathValue

type UpdateAgentSoftwareVersionRequestCAS_FieldSubPathValue struct {
	UpdateAgentSoftwareVersionRequestCAS_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateAgentSoftwareVersionRequestCAS_FieldSubPathValue) AsConditionalStatePathValue

func (*UpdateAgentSoftwareVersionRequestCAS_FieldSubPathValue) CompareWith

func (*UpdateAgentSoftwareVersionRequestCAS_FieldSubPathValue) CompareWithRaw

func (*UpdateAgentSoftwareVersionRequestCAS_FieldSubPathValue) GetRawValue

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

func (*UpdateAgentSoftwareVersionRequestCAS_FieldSubPathValue) SetTo

func (*UpdateAgentSoftwareVersionRequestCAS_FieldSubPathValue) SetToRaw

type UpdateAgentSoftwareVersionRequestCAS_FieldTerminalPath

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

func (*UpdateAgentSoftwareVersionRequestCAS_FieldTerminalPath) ClearValue

func (*UpdateAgentSoftwareVersionRequestCAS_FieldTerminalPath) ClearValueRaw

func (*UpdateAgentSoftwareVersionRequestCAS_FieldTerminalPath) Get

Get returns all values pointed by specific field from source UpdateAgentSoftwareVersionRequest_CAS

func (*UpdateAgentSoftwareVersionRequestCAS_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*UpdateAgentSoftwareVersionRequestCAS_FieldTerminalPath) GetRaw

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

func (*UpdateAgentSoftwareVersionRequestCAS_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source UpdateAgentSoftwareVersionRequest_CAS

func (*UpdateAgentSoftwareVersionRequestCAS_FieldTerminalPath) GetSingleRaw

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

func (*UpdateAgentSoftwareVersionRequestCAS_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdateAgentSoftwareVersionRequestCAS_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdateAgentSoftwareVersionRequestCAS_FieldTerminalPath) Selector

func (*UpdateAgentSoftwareVersionRequestCAS_FieldTerminalPath) SplitIntoTerminalIPaths

func (*UpdateAgentSoftwareVersionRequestCAS_FieldTerminalPath) String

String returns path representation in proto convention

func (*UpdateAgentSoftwareVersionRequestCAS_FieldTerminalPath) WithIArrayItemValue

func (*UpdateAgentSoftwareVersionRequestCAS_FieldTerminalPath) WithIArrayOfValues

func (*UpdateAgentSoftwareVersionRequestCAS_FieldTerminalPath) WithIValue

func (*UpdateAgentSoftwareVersionRequestCAS_FieldTerminalPath) WithRawIArrayItemValue

func (*UpdateAgentSoftwareVersionRequestCAS_FieldTerminalPath) WithRawIArrayOfValues

func (*UpdateAgentSoftwareVersionRequestCAS_FieldTerminalPath) WithRawIValue

type UpdateAgentSoftwareVersionRequestCAS_FieldTerminalPathArrayItemValue

type UpdateAgentSoftwareVersionRequestCAS_FieldTerminalPathArrayItemValue struct {
	UpdateAgentSoftwareVersionRequestCAS_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateAgentSoftwareVersionRequestCAS_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*UpdateAgentSoftwareVersionRequestCAS_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*UpdateAgentSoftwareVersionRequestCAS_FieldTerminalPathArrayItemValue) GetSingle

func (*UpdateAgentSoftwareVersionRequestCAS_FieldTerminalPathArrayItemValue) GetSingleRaw

type UpdateAgentSoftwareVersionRequestCAS_FieldTerminalPathArrayOfValues

type UpdateAgentSoftwareVersionRequestCAS_FieldTerminalPathArrayOfValues struct {
	UpdateAgentSoftwareVersionRequestCAS_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateAgentSoftwareVersionRequestCAS_FieldTerminalPathArrayOfValues) AsConditionalStateArrayOfValues

func (*UpdateAgentSoftwareVersionRequestCAS_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*UpdateAgentSoftwareVersionRequestCAS_FieldTerminalPathArrayOfValues) GetRawValues

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

type UpdateAgentSoftwareVersionRequestCAS_FieldTerminalPathValue

type UpdateAgentSoftwareVersionRequestCAS_FieldTerminalPathValue struct {
	UpdateAgentSoftwareVersionRequestCAS_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateAgentSoftwareVersionRequestCAS_FieldTerminalPathValue) AsConditionalStateValue

func (*UpdateAgentSoftwareVersionRequestCAS_FieldTerminalPathValue) AsFieldMaskValue

func (*UpdateAgentSoftwareVersionRequestCAS_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'UpdateAgentSoftwareVersionRequestCAS_FieldTerminalPathValue' with the value under path in 'UpdateAgentSoftwareVersionRequest_CAS'.

func (*UpdateAgentSoftwareVersionRequestCAS_FieldTerminalPathValue) CompareWithRaw

func (*UpdateAgentSoftwareVersionRequestCAS_FieldTerminalPathValue) GetRawValue

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

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

func (*UpdateAgentSoftwareVersionRequestCAS_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object CAS

func (*UpdateAgentSoftwareVersionRequestCAS_FieldTerminalPathValue) SetToRaw

type UpdateAgentSoftwareVersionRequestFieldPathBuilder

type UpdateAgentSoftwareVersionRequestFieldPathBuilder struct{}

func NewUpdateAgentSoftwareVersionRequestFieldPathBuilder

func NewUpdateAgentSoftwareVersionRequestFieldPathBuilder() UpdateAgentSoftwareVersionRequestFieldPathBuilder

func (UpdateAgentSoftwareVersionRequestFieldPathBuilder) AgentSoftwareVersion

func (UpdateAgentSoftwareVersionRequestFieldPathBuilder) AllowMissing added in v0.12.5

func (UpdateAgentSoftwareVersionRequestFieldPathBuilder) Cas

func (UpdateAgentSoftwareVersionRequestFieldPathBuilder) UpdateMask

type UpdateAgentSoftwareVersionRequestMapPathSelectorAgentSoftwareVersionMetadataAnnotations

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

func (UpdateAgentSoftwareVersionRequestMapPathSelectorAgentSoftwareVersionMetadataAnnotations) FieldPath

func (UpdateAgentSoftwareVersionRequestMapPathSelectorAgentSoftwareVersionMetadataAnnotations) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequestMapPathSelectorAgentSoftwareVersionMetadataAnnotations) WithValue

type UpdateAgentSoftwareVersionRequestMapPathSelectorAgentSoftwareVersionMetadataLabels

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

func (UpdateAgentSoftwareVersionRequestMapPathSelectorAgentSoftwareVersionMetadataLabels) FieldPath

func (UpdateAgentSoftwareVersionRequestMapPathSelectorAgentSoftwareVersionMetadataLabels) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequestMapPathSelectorAgentSoftwareVersionMetadataLabels) WithValue

type UpdateAgentSoftwareVersionRequestMapPathSelectorAgentSoftwareVersionMetadataShards

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

func (UpdateAgentSoftwareVersionRequestMapPathSelectorAgentSoftwareVersionMetadataShards) FieldPath

func (UpdateAgentSoftwareVersionRequestMapPathSelectorAgentSoftwareVersionMetadataShards) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequestMapPathSelectorAgentSoftwareVersionMetadataShards) WithValue

type UpdateAgentSoftwareVersionRequestMapPathSelectorCasConditionalStateMetadataAnnotations

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

func (UpdateAgentSoftwareVersionRequestMapPathSelectorCasConditionalStateMetadataAnnotations) FieldPath

func (UpdateAgentSoftwareVersionRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithValue

type UpdateAgentSoftwareVersionRequestMapPathSelectorCasConditionalStateMetadataLabels

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

func (UpdateAgentSoftwareVersionRequestMapPathSelectorCasConditionalStateMetadataLabels) FieldPath

func (UpdateAgentSoftwareVersionRequestMapPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequestMapPathSelectorCasConditionalStateMetadataLabels) WithValue

type UpdateAgentSoftwareVersionRequestMapPathSelectorCasConditionalStateMetadataShards

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

func (UpdateAgentSoftwareVersionRequestMapPathSelectorCasConditionalStateMetadataShards) FieldPath

func (UpdateAgentSoftwareVersionRequestMapPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequestMapPathSelectorCasConditionalStateMetadataShards) WithValue

type UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersion

type UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersion struct{}

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersion) FieldPath

type UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionAndroid

type UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionAndroid struct{}

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionAndroid) FieldPath

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionAndroid) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionAndroid) WithValue

type UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionLinux

type UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionLinux struct{}

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionLinux) FieldPath

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionLinux) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionLinux) WithValue

type UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMac

type UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMac struct{}

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMac) FieldPath

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMac) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMac) WithValue

type UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadata

type UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadata struct{}

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadata) FieldPath

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadata) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadata) WithValue

type UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataAnnotations

type UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataAnnotations struct{}

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataAnnotations) FieldPath

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataAnnotations) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataAnnotations) WithValue

type UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataCreateTime

type UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataCreateTime struct{}

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataCreateTime) FieldPath

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataCreateTime) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataCreateTime) WithValue

type UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataDeleteTime

type UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataDeleteTime struct{}

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataDeleteTime) FieldPath

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataDeleteTime) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataDeleteTime) WithValue

type UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataGeneration

type UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataGeneration struct{}

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataGeneration) FieldPath

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataGeneration) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataGeneration) WithValue

type UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataLabels

type UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataLabels struct{}

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataLabels) FieldPath

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataLabels) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataLabels) WithValue

type UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataLifecycle

type UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataLifecycle struct{}

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataLifecycle) FieldPath

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataLifecycle) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataLifecycle) WithValue

type UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataLifecycleBlockDeletion

type UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataLifecycleBlockDeletion struct{}

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataLifecycleBlockDeletion) FieldPath

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataLifecycleBlockDeletion) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataLifecycleBlockDeletion) WithValue

type UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataLifecycleState

type UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataLifecycleState struct{}

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataLifecycleState) FieldPath

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataLifecycleState) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataLifecycleState) WithValue

type UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferences

type UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferences struct{}

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferences) FieldPath

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferences) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferences) WithItemValue

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferences) WithValue

type UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferencesBlockOwnerDeletion

type UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferencesController

type UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferencesController struct{}

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferencesController) FieldPath

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferencesController) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferencesController) WithValue

type UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferencesKind

type UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferencesKind struct{}

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferencesKind) FieldPath

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferencesKind) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferencesKind) WithValue

type UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferencesName

type UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferencesName struct{}

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferencesName) FieldPath

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferencesName) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferencesName) WithValue

type UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferencesRegion

type UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferencesRegion struct{}

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferencesRegion) FieldPath

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferencesRegion) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferencesRegion) WithValue

type UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferencesRequiresOwnerReference

type UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferencesRequiresOwnerReference struct{}

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferencesRequiresOwnerReference) FieldPath

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferencesRequiresOwnerReference) WithValue

type UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferencesVersion

type UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferencesVersion struct{}

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferencesVersion) FieldPath

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferencesVersion) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataOwnerReferencesVersion) WithValue

type UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataResourceVersion

type UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataResourceVersion struct{}

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataResourceVersion) FieldPath

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataResourceVersion) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataResourceVersion) WithValue

type UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataShards

type UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataShards struct{}

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataShards) FieldPath

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataShards) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataShards) WithValue

type UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataSyncing

type UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataSyncing struct{}

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataSyncing) FieldPath

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataSyncing) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataSyncing) WithValue

type UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataSyncingOwningRegion

type UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataSyncingOwningRegion struct{}

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataSyncingOwningRegion) FieldPath

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataSyncingOwningRegion) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataSyncingOwningRegion) WithValue

type UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataSyncingRegions

type UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataSyncingRegions struct{}

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataSyncingRegions) FieldPath

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataSyncingRegions) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataSyncingRegions) WithItemValue

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataSyncingRegions) WithValue

type UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataTags

type UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataTags struct{}

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataTags) FieldPath

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataTags) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataTags) WithItemValue

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataTags) WithValue

type UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataUpdateTime

type UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataUpdateTime struct{}

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataUpdateTime) FieldPath

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataUpdateTime) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataUpdateTime) WithValue

type UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataUuid

type UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataUuid struct{}

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataUuid) FieldPath

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataUuid) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionMetadataUuid) WithValue

type UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionName

type UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionName struct{}

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionName) FieldPath

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionName) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionName) WithValue

type UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionWindows

type UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionWindows struct{}

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionWindows) FieldPath

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionWindows) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequestPathSelectorAgentSoftwareVersionWindows) WithValue

type UpdateAgentSoftwareVersionRequestPathSelectorAllowMissing added in v0.12.5

type UpdateAgentSoftwareVersionRequestPathSelectorAllowMissing struct{}

func (UpdateAgentSoftwareVersionRequestPathSelectorAllowMissing) FieldPath added in v0.12.5

func (UpdateAgentSoftwareVersionRequestPathSelectorAllowMissing) WithArrayOfValues added in v0.12.5

func (UpdateAgentSoftwareVersionRequestPathSelectorAllowMissing) WithValue added in v0.12.5

type UpdateAgentSoftwareVersionRequestPathSelectorCas

type UpdateAgentSoftwareVersionRequestPathSelectorCas struct{}

func (UpdateAgentSoftwareVersionRequestPathSelectorCas) ConditionalState

func (UpdateAgentSoftwareVersionRequestPathSelectorCas) FieldMask

func (UpdateAgentSoftwareVersionRequestPathSelectorCas) FieldPath

type UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalState

type UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalState struct{}

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalState) FieldPath

type UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateAndroid

type UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateAndroid struct{}

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateAndroid) FieldPath

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateAndroid) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateAndroid) WithValue

type UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateLinux

type UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateLinux struct{}

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateLinux) FieldPath

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateLinux) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateLinux) WithValue

type UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMac

type UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMac struct{}

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMac) FieldPath

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMac) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMac) WithValue

type UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadata

type UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadata struct{}

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadata) FieldPath

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadata) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadata) WithValue

type UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataAnnotations

type UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataAnnotations struct{}

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataAnnotations) FieldPath

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataAnnotations) WithValue

type UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataCreateTime

type UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataCreateTime struct{}

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataCreateTime) FieldPath

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataCreateTime) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataCreateTime) WithValue

type UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataDeleteTime

type UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataDeleteTime struct{}

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataDeleteTime) FieldPath

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataDeleteTime) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataDeleteTime) WithValue

type UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataGeneration

type UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataGeneration struct{}

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataGeneration) FieldPath

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataGeneration) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataGeneration) WithValue

type UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataLabels

type UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataLabels struct{}

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataLabels) FieldPath

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataLabels) WithValue

type UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataLifecycle

type UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataLifecycle struct{}

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataLifecycle) FieldPath

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataLifecycle) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataLifecycle) WithValue

type UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion

type UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion struct{}

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion) FieldPath

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion) WithValue

type UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataLifecycleState

type UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataLifecycleState struct{}

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataLifecycleState) FieldPath

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataLifecycleState) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataLifecycleState) WithValue

type UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataOwnerReferences

type UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataOwnerReferences struct{}

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataOwnerReferences) FieldPath

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithItemValue

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithValue

type UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion

type UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController

type UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController struct{}

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) FieldPath

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) WithValue

type UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind

type UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind struct{}

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) FieldPath

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) WithValue

type UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName

type UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName struct{}

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) FieldPath

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) WithValue

type UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion

type UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion struct{}

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion) FieldPath

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion) WithValue

type UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference

type UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference struct{}

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference) FieldPath

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithValue

type UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion

type UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion struct{}

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion) FieldPath

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion) WithValue

type UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataResourceVersion

type UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataResourceVersion struct{}

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataResourceVersion) FieldPath

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithValue

type UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataShards

type UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataShards struct{}

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataShards) FieldPath

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataShards) WithValue

type UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataSyncing

type UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataSyncing struct{}

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataSyncing) FieldPath

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataSyncing) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataSyncing) WithValue

type UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion

type UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion struct{}

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) FieldPath

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) WithValue

type UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataSyncingRegions

type UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataSyncingRegions struct{}

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataSyncingRegions) FieldPath

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithItemValue

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithValue

type UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataTags

type UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataTags struct{}

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataTags) FieldPath

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataTags) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataTags) WithItemValue

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataTags) WithValue

type UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataUpdateTime

type UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataUpdateTime struct{}

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataUpdateTime) FieldPath

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithValue

type UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataUuid

type UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataUuid struct{}

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataUuid) FieldPath

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataUuid) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateMetadataUuid) WithValue

type UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateName

type UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateName struct{}

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateName) FieldPath

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateName) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateName) WithValue

type UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateWindows

type UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateWindows struct{}

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateWindows) FieldPath

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateWindows) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequestPathSelectorCasConditionalStateWindows) WithValue

type UpdateAgentSoftwareVersionRequestPathSelectorCasFieldMask

type UpdateAgentSoftwareVersionRequestPathSelectorCasFieldMask struct{}

func (UpdateAgentSoftwareVersionRequestPathSelectorCasFieldMask) FieldPath

type UpdateAgentSoftwareVersionRequestPathSelectorUpdateMask

type UpdateAgentSoftwareVersionRequestPathSelectorUpdateMask struct{}

func (UpdateAgentSoftwareVersionRequestPathSelectorUpdateMask) FieldPath

type UpdateAgentSoftwareVersionRequest_CAS

type UpdateAgentSoftwareVersionRequest_CAS struct {

	// Conditional desired state of a resource before update.
	ConditionalState *agent_software_version.AgentSoftwareVersion `` /* 138-byte string literal not displayed */
	// Field paths from conditional state of resource server should check and
	// compare.
	FieldMask *agent_software_version.AgentSoftwareVersion_FieldMask `` /* 152-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 (*UpdateAgentSoftwareVersionRequest_CAS) Clone

func (*UpdateAgentSoftwareVersionRequest_CAS) CloneRaw

func (*UpdateAgentSoftwareVersionRequest_CAS) Descriptor

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

Deprecated, Use UpdateAgentSoftwareVersionRequest_CAS.ProtoReflect.Descriptor instead.

func (*UpdateAgentSoftwareVersionRequest_CAS) GetConditionalState

func (*UpdateAgentSoftwareVersionRequest_CAS) GetFieldMask

func (*UpdateAgentSoftwareVersionRequest_CAS) GotenMessage

func (*UpdateAgentSoftwareVersionRequest_CAS) GotenMessage()

func (*UpdateAgentSoftwareVersionRequest_CAS) GotenObjectExt

func (o *UpdateAgentSoftwareVersionRequest_CAS) GotenObjectExt()

func (*UpdateAgentSoftwareVersionRequest_CAS) GotenValidate

func (obj *UpdateAgentSoftwareVersionRequest_CAS) GotenValidate() error

func (*UpdateAgentSoftwareVersionRequest_CAS) MakeFullFieldMask

func (*UpdateAgentSoftwareVersionRequest_CAS) MakeRawDiffFieldMask

func (*UpdateAgentSoftwareVersionRequest_CAS) MakeRawFullFieldMask

func (*UpdateAgentSoftwareVersionRequest_CAS) Marshal

func (*UpdateAgentSoftwareVersionRequest_CAS) MarshalJSON

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

func (*UpdateAgentSoftwareVersionRequest_CAS) Merge

func (*UpdateAgentSoftwareVersionRequest_CAS) MergeRaw

func (*UpdateAgentSoftwareVersionRequest_CAS) ProtoMessage

func (*UpdateAgentSoftwareVersionRequest_CAS) ProtoMessage()

func (*UpdateAgentSoftwareVersionRequest_CAS) ProtoReflect

func (*UpdateAgentSoftwareVersionRequest_CAS) Reset

func (*UpdateAgentSoftwareVersionRequest_CAS) SetConditionalState

func (*UpdateAgentSoftwareVersionRequest_CAS) SetFieldMask

func (*UpdateAgentSoftwareVersionRequest_CAS) String

func (*UpdateAgentSoftwareVersionRequest_CAS) Unmarshal

func (*UpdateAgentSoftwareVersionRequest_CAS) UnmarshalJSON

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

type UpdateAgentSoftwareVersionRequest_CASMapPathSelectorConditionalStateMetadataAnnotations

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

func (UpdateAgentSoftwareVersionRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) FieldPath

func (UpdateAgentSoftwareVersionRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) WithValue

type UpdateAgentSoftwareVersionRequest_CASMapPathSelectorConditionalStateMetadataLabels

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

func (UpdateAgentSoftwareVersionRequest_CASMapPathSelectorConditionalStateMetadataLabels) FieldPath

func (UpdateAgentSoftwareVersionRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithValue

type UpdateAgentSoftwareVersionRequest_CASMapPathSelectorConditionalStateMetadataShards

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

func (UpdateAgentSoftwareVersionRequest_CASMapPathSelectorConditionalStateMetadataShards) FieldPath

func (UpdateAgentSoftwareVersionRequest_CASMapPathSelectorConditionalStateMetadataShards) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequest_CASMapPathSelectorConditionalStateMetadataShards) WithValue

type UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalState

type UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalState struct{}

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalState) FieldPath

type UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateAndroid

type UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateAndroid struct{}

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateAndroid) FieldPath

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateAndroid) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateAndroid) WithValue

type UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateLinux

type UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateLinux struct{}

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateLinux) FieldPath

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateLinux) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateLinux) WithValue

type UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMac

type UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMac struct{}

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMac) FieldPath

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMac) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMac) WithValue

type UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadata

type UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadata struct{}

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadata) FieldPath

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadata) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadata) WithValue

type UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataAnnotations

type UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataAnnotations struct{}

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataAnnotations) FieldPath

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithValue

type UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataCreateTime

type UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataCreateTime struct{}

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataCreateTime) FieldPath

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataCreateTime) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataCreateTime) WithValue

type UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataDeleteTime

type UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataDeleteTime struct{}

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataDeleteTime) FieldPath

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataDeleteTime) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataDeleteTime) WithValue

type UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataGeneration

type UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataGeneration struct{}

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataGeneration) FieldPath

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataGeneration) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataGeneration) WithValue

type UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataLabels

type UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataLabels struct{}

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataLabels) FieldPath

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataLabels) WithValue

type UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataLifecycle

type UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataLifecycle struct{}

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataLifecycle) FieldPath

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataLifecycle) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataLifecycle) WithValue

type UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion

type UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion struct{}

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion) FieldPath

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion) WithValue

type UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataLifecycleState

type UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataLifecycleState struct{}

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataLifecycleState) FieldPath

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataLifecycleState) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataLifecycleState) WithValue

type UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataOwnerReferences

type UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataOwnerReferences struct{}

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) FieldPath

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithItemValue

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithValue

type UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion

type UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController

type UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController struct{}

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) FieldPath

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) WithValue

type UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind

type UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind struct{}

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) FieldPath

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) WithValue

type UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName

type UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName struct{}

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) FieldPath

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) WithValue

type UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion

type UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion struct{}

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion) FieldPath

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion) WithValue

type UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference

type UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference struct{}

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference) FieldPath

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithValue

type UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion

type UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion struct{}

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion) FieldPath

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion) WithValue

type UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataResourceVersion

type UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataResourceVersion struct{}

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataResourceVersion) FieldPath

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataResourceVersion) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataResourceVersion) WithValue

type UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataShards

type UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataShards struct{}

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataShards) FieldPath

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataShards) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataShards) WithValue

type UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataSyncing

type UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataSyncing struct{}

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataSyncing) FieldPath

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataSyncing) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataSyncing) WithValue

type UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion

type UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion struct{}

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) FieldPath

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) WithValue

type UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataSyncingRegions

type UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataSyncingRegions struct{}

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) FieldPath

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithItemValue

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithValue

type UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataTags

type UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataTags struct{}

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataTags) FieldPath

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataTags) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataTags) WithItemValue

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataTags) WithValue

type UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataUpdateTime

type UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataUpdateTime struct{}

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataUpdateTime) FieldPath

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataUpdateTime) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataUpdateTime) WithValue

type UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataUuid

type UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataUuid struct{}

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataUuid) FieldPath

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataUuid) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateMetadataUuid) WithValue

type UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateName

type UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateName struct{}

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateName) FieldPath

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateName) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateName) WithValue

type UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateWindows

type UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateWindows struct{}

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateWindows) FieldPath

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateWindows) WithArrayOfValues

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorConditionalStateWindows) WithValue

type UpdateAgentSoftwareVersionRequest_CASPathSelectorFieldMask

type UpdateAgentSoftwareVersionRequest_CASPathSelectorFieldMask struct{}

func (UpdateAgentSoftwareVersionRequest_CASPathSelectorFieldMask) FieldPath

type UpdateAgentSoftwareVersionRequest_CAS_FieldMask

type UpdateAgentSoftwareVersionRequest_CAS_FieldMask struct {
	Paths []UpdateAgentSoftwareVersionRequestCAS_FieldPath
}

func FullUpdateAgentSoftwareVersionRequest_CAS_FieldMask

func FullUpdateAgentSoftwareVersionRequest_CAS_FieldMask() *UpdateAgentSoftwareVersionRequest_CAS_FieldMask

func (*UpdateAgentSoftwareVersionRequest_CAS_FieldMask) AppendPath

func (*UpdateAgentSoftwareVersionRequest_CAS_FieldMask) AppendRawPath

func (*UpdateAgentSoftwareVersionRequest_CAS_FieldMask) DecodeFirestore

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

func (*UpdateAgentSoftwareVersionRequest_CAS_FieldMask) EncodeFirestore

firestore encoding/decoding integration

func (*UpdateAgentSoftwareVersionRequest_CAS_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*UpdateAgentSoftwareVersionRequest_CAS_FieldMask) FromProtoFieldMask

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

func (*UpdateAgentSoftwareVersionRequest_CAS_FieldMask) GetPaths

func (*UpdateAgentSoftwareVersionRequest_CAS_FieldMask) GetRawPaths

func (*UpdateAgentSoftwareVersionRequest_CAS_FieldMask) IsFull

func (UpdateAgentSoftwareVersionRequest_CAS_FieldMask) Marshal

implement methods required by customType

func (UpdateAgentSoftwareVersionRequest_CAS_FieldMask) MarshalJSON

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

func (*UpdateAgentSoftwareVersionRequest_CAS_FieldMask) PathsCount

func (fieldMask *UpdateAgentSoftwareVersionRequest_CAS_FieldMask) PathsCount() int

func (*UpdateAgentSoftwareVersionRequest_CAS_FieldMask) Project

func (*UpdateAgentSoftwareVersionRequest_CAS_FieldMask) ProjectRaw

func (*UpdateAgentSoftwareVersionRequest_CAS_FieldMask) ProtoMessage

func (fieldMask *UpdateAgentSoftwareVersionRequest_CAS_FieldMask) ProtoMessage()

func (*UpdateAgentSoftwareVersionRequest_CAS_FieldMask) ProtoReflect

func (*UpdateAgentSoftwareVersionRequest_CAS_FieldMask) Reset

func (*UpdateAgentSoftwareVersionRequest_CAS_FieldMask) Set

func (*UpdateAgentSoftwareVersionRequest_CAS_FieldMask) SetFromCliFlag

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

func (*UpdateAgentSoftwareVersionRequest_CAS_FieldMask) SetRaw

func (*UpdateAgentSoftwareVersionRequest_CAS_FieldMask) Size

func (*UpdateAgentSoftwareVersionRequest_CAS_FieldMask) String

func (*UpdateAgentSoftwareVersionRequest_CAS_FieldMask) SubtractRaw

func (*UpdateAgentSoftwareVersionRequest_CAS_FieldMask) ToProtoFieldMask

ToFieldMask is used for proto conversions

func (*UpdateAgentSoftwareVersionRequest_CAS_FieldMask) Unmarshal

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

func (*UpdateAgentSoftwareVersionRequest_CAS_FieldMask) UnmarshalJSON

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

type UpdateAgentSoftwareVersionRequest_FieldMask

type UpdateAgentSoftwareVersionRequest_FieldMask struct {
	Paths []UpdateAgentSoftwareVersionRequest_FieldPath
}

func FullUpdateAgentSoftwareVersionRequest_FieldMask

func FullUpdateAgentSoftwareVersionRequest_FieldMask() *UpdateAgentSoftwareVersionRequest_FieldMask

func (*UpdateAgentSoftwareVersionRequest_FieldMask) AppendPath

func (*UpdateAgentSoftwareVersionRequest_FieldMask) AppendRawPath

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

func (*UpdateAgentSoftwareVersionRequest_FieldMask) DecodeFirestore

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

func (*UpdateAgentSoftwareVersionRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*UpdateAgentSoftwareVersionRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*UpdateAgentSoftwareVersionRequest_FieldMask) FromProtoFieldMask

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

func (*UpdateAgentSoftwareVersionRequest_FieldMask) GetPaths

func (*UpdateAgentSoftwareVersionRequest_FieldMask) GetRawPaths

func (*UpdateAgentSoftwareVersionRequest_FieldMask) IsFull

func (UpdateAgentSoftwareVersionRequest_FieldMask) Marshal

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

implement methods required by customType

func (UpdateAgentSoftwareVersionRequest_FieldMask) MarshalJSON

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

func (*UpdateAgentSoftwareVersionRequest_FieldMask) PathsCount

func (fieldMask *UpdateAgentSoftwareVersionRequest_FieldMask) PathsCount() int

func (*UpdateAgentSoftwareVersionRequest_FieldMask) Project

func (*UpdateAgentSoftwareVersionRequest_FieldMask) ProjectRaw

func (*UpdateAgentSoftwareVersionRequest_FieldMask) ProtoMessage

func (fieldMask *UpdateAgentSoftwareVersionRequest_FieldMask) ProtoMessage()

func (*UpdateAgentSoftwareVersionRequest_FieldMask) ProtoReflect

func (*UpdateAgentSoftwareVersionRequest_FieldMask) Reset

func (*UpdateAgentSoftwareVersionRequest_FieldMask) Set

func (*UpdateAgentSoftwareVersionRequest_FieldMask) SetFromCliFlag

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

func (*UpdateAgentSoftwareVersionRequest_FieldMask) SetRaw

func (*UpdateAgentSoftwareVersionRequest_FieldMask) Size

func (*UpdateAgentSoftwareVersionRequest_FieldMask) String

func (*UpdateAgentSoftwareVersionRequest_FieldMask) Subtract

func (*UpdateAgentSoftwareVersionRequest_FieldMask) SubtractRaw

func (*UpdateAgentSoftwareVersionRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*UpdateAgentSoftwareVersionRequest_FieldMask) Unmarshal

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

func (*UpdateAgentSoftwareVersionRequest_FieldMask) UnmarshalJSON

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

type UpdateAgentSoftwareVersionRequest_FieldPath

type UpdateAgentSoftwareVersionRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() UpdateAgentSoftwareVersionRequest_FieldPathSelector
	Get(source *UpdateAgentSoftwareVersionRequest) []interface{}
	GetSingle(source *UpdateAgentSoftwareVersionRequest) (interface{}, bool)
	ClearValue(item *UpdateAgentSoftwareVersionRequest)

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

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

func MustParseUpdateAgentSoftwareVersionRequest_FieldPath

func MustParseUpdateAgentSoftwareVersionRequest_FieldPath(rawField string) UpdateAgentSoftwareVersionRequest_FieldPath

func ParseUpdateAgentSoftwareVersionRequest_FieldPath

func ParseUpdateAgentSoftwareVersionRequest_FieldPath(rawField string) (UpdateAgentSoftwareVersionRequest_FieldPath, error)

type UpdateAgentSoftwareVersionRequest_FieldPathArrayItemValue

type UpdateAgentSoftwareVersionRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	UpdateAgentSoftwareVersionRequest_FieldPath
	ContainsValue(*UpdateAgentSoftwareVersionRequest) bool
}

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

func MustParseUpdateAgentSoftwareVersionRequest_FieldPathArrayItemValue

func MustParseUpdateAgentSoftwareVersionRequest_FieldPathArrayItemValue(pathStr, valueStr string) UpdateAgentSoftwareVersionRequest_FieldPathArrayItemValue

func ParseUpdateAgentSoftwareVersionRequest_FieldPathArrayItemValue

func ParseUpdateAgentSoftwareVersionRequest_FieldPathArrayItemValue(pathStr, valueStr string) (UpdateAgentSoftwareVersionRequest_FieldPathArrayItemValue, error)

ParseUpdateAgentSoftwareVersionRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type UpdateAgentSoftwareVersionRequest_FieldPathArrayOfValues

type UpdateAgentSoftwareVersionRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	UpdateAgentSoftwareVersionRequest_FieldPath
}

UpdateAgentSoftwareVersionRequest_FieldPathArrayOfValues allows storing slice of values for UpdateAgentSoftwareVersionRequest fields according to their type

func MustParseUpdateAgentSoftwareVersionRequest_FieldPathArrayOfValues

func MustParseUpdateAgentSoftwareVersionRequest_FieldPathArrayOfValues(pathStr, valuesStr string) UpdateAgentSoftwareVersionRequest_FieldPathArrayOfValues

func ParseUpdateAgentSoftwareVersionRequest_FieldPathArrayOfValues

func ParseUpdateAgentSoftwareVersionRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (UpdateAgentSoftwareVersionRequest_FieldPathArrayOfValues, error)

type UpdateAgentSoftwareVersionRequest_FieldPathSelector

type UpdateAgentSoftwareVersionRequest_FieldPathSelector int32
const (
	UpdateAgentSoftwareVersionRequest_FieldPathSelectorAgentSoftwareVersion UpdateAgentSoftwareVersionRequest_FieldPathSelector = 0
	UpdateAgentSoftwareVersionRequest_FieldPathSelectorUpdateMask           UpdateAgentSoftwareVersionRequest_FieldPathSelector = 1
	UpdateAgentSoftwareVersionRequest_FieldPathSelectorCas                  UpdateAgentSoftwareVersionRequest_FieldPathSelector = 2
	UpdateAgentSoftwareVersionRequest_FieldPathSelectorAllowMissing         UpdateAgentSoftwareVersionRequest_FieldPathSelector = 3
)

func (UpdateAgentSoftwareVersionRequest_FieldPathSelector) String

type UpdateAgentSoftwareVersionRequest_FieldPathValue

type UpdateAgentSoftwareVersionRequest_FieldPathValue interface {
	UpdateAgentSoftwareVersionRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **UpdateAgentSoftwareVersionRequest)
	CompareWith(*UpdateAgentSoftwareVersionRequest) (cmp int, comparable bool)
}

UpdateAgentSoftwareVersionRequest_FieldPathValue allows storing values for UpdateAgentSoftwareVersionRequest fields according to their type

func MustParseUpdateAgentSoftwareVersionRequest_FieldPathValue

func MustParseUpdateAgentSoftwareVersionRequest_FieldPathValue(pathStr, valueStr string) UpdateAgentSoftwareVersionRequest_FieldPathValue

func ParseUpdateAgentSoftwareVersionRequest_FieldPathValue

func ParseUpdateAgentSoftwareVersionRequest_FieldPathValue(pathStr, valueStr string) (UpdateAgentSoftwareVersionRequest_FieldPathValue, error)

type UpdateAgentSoftwareVersionRequest_FieldSubPath

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

func (*UpdateAgentSoftwareVersionRequest_FieldSubPath) AsAgentSoftwareVersionSubPath

func (*UpdateAgentSoftwareVersionRequest_FieldSubPath) AsCasSubPath

func (*UpdateAgentSoftwareVersionRequest_FieldSubPath) ClearValue

func (*UpdateAgentSoftwareVersionRequest_FieldSubPath) ClearValueRaw

func (*UpdateAgentSoftwareVersionRequest_FieldSubPath) Get

Get returns all values pointed by selected field from source UpdateAgentSoftwareVersionRequest

func (*UpdateAgentSoftwareVersionRequest_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*UpdateAgentSoftwareVersionRequest_FieldSubPath) GetRaw

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

func (*UpdateAgentSoftwareVersionRequest_FieldSubPath) GetSingle

GetSingle returns value of selected field from source UpdateAgentSoftwareVersionRequest

func (*UpdateAgentSoftwareVersionRequest_FieldSubPath) GetSingleRaw

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

func (*UpdateAgentSoftwareVersionRequest_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdateAgentSoftwareVersionRequest_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdateAgentSoftwareVersionRequest_FieldSubPath) Selector

func (*UpdateAgentSoftwareVersionRequest_FieldSubPath) SplitIntoTerminalIPaths

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

func (*UpdateAgentSoftwareVersionRequest_FieldSubPath) String

String returns path representation in proto convention

func (*UpdateAgentSoftwareVersionRequest_FieldSubPath) WithIArrayItemValue

func (*UpdateAgentSoftwareVersionRequest_FieldSubPath) WithIArrayOfValues

func (*UpdateAgentSoftwareVersionRequest_FieldSubPath) WithIValue

func (*UpdateAgentSoftwareVersionRequest_FieldSubPath) WithRawIArrayItemValue

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

func (*UpdateAgentSoftwareVersionRequest_FieldSubPath) WithRawIArrayOfValues

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

func (*UpdateAgentSoftwareVersionRequest_FieldSubPath) WithRawIValue

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

type UpdateAgentSoftwareVersionRequest_FieldSubPathArrayItemValue

type UpdateAgentSoftwareVersionRequest_FieldSubPathArrayItemValue struct {
	UpdateAgentSoftwareVersionRequest_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateAgentSoftwareVersionRequest_FieldSubPathArrayItemValue) AsAgentSoftwareVersionPathItemValue

func (*UpdateAgentSoftwareVersionRequest_FieldSubPathArrayItemValue) AsCasPathItemValue

func (*UpdateAgentSoftwareVersionRequest_FieldSubPathArrayItemValue) ContainsValue

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

func (*UpdateAgentSoftwareVersionRequest_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type UpdateAgentSoftwareVersionRequest_FieldSubPathArrayOfValues

type UpdateAgentSoftwareVersionRequest_FieldSubPathArrayOfValues struct {
	UpdateAgentSoftwareVersionRequest_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateAgentSoftwareVersionRequest_FieldSubPathArrayOfValues) AsAgentSoftwareVersionPathArrayOfValues

func (*UpdateAgentSoftwareVersionRequest_FieldSubPathArrayOfValues) AsCasPathArrayOfValues

func (*UpdateAgentSoftwareVersionRequest_FieldSubPathArrayOfValues) GetRawValues

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

type UpdateAgentSoftwareVersionRequest_FieldSubPathValue

type UpdateAgentSoftwareVersionRequest_FieldSubPathValue struct {
	UpdateAgentSoftwareVersionRequest_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateAgentSoftwareVersionRequest_FieldSubPathValue) AsAgentSoftwareVersionPathValue

func (*UpdateAgentSoftwareVersionRequest_FieldSubPathValue) AsCasPathValue

func (*UpdateAgentSoftwareVersionRequest_FieldSubPathValue) CompareWith

func (*UpdateAgentSoftwareVersionRequest_FieldSubPathValue) CompareWithRaw

func (*UpdateAgentSoftwareVersionRequest_FieldSubPathValue) GetRawValue

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

func (*UpdateAgentSoftwareVersionRequest_FieldSubPathValue) SetTo

func (*UpdateAgentSoftwareVersionRequest_FieldSubPathValue) SetToRaw

type UpdateAgentSoftwareVersionRequest_FieldTerminalPath

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

func (*UpdateAgentSoftwareVersionRequest_FieldTerminalPath) ClearValue

func (*UpdateAgentSoftwareVersionRequest_FieldTerminalPath) ClearValueRaw

func (*UpdateAgentSoftwareVersionRequest_FieldTerminalPath) Get

Get returns all values pointed by specific field from source UpdateAgentSoftwareVersionRequest

func (*UpdateAgentSoftwareVersionRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*UpdateAgentSoftwareVersionRequest_FieldTerminalPath) GetRaw

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

func (*UpdateAgentSoftwareVersionRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source UpdateAgentSoftwareVersionRequest

func (*UpdateAgentSoftwareVersionRequest_FieldTerminalPath) GetSingleRaw

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

func (*UpdateAgentSoftwareVersionRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdateAgentSoftwareVersionRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdateAgentSoftwareVersionRequest_FieldTerminalPath) Selector

func (*UpdateAgentSoftwareVersionRequest_FieldTerminalPath) SplitIntoTerminalIPaths

func (*UpdateAgentSoftwareVersionRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*UpdateAgentSoftwareVersionRequest_FieldTerminalPath) WithIArrayItemValue

func (*UpdateAgentSoftwareVersionRequest_FieldTerminalPath) WithIArrayOfValues

func (*UpdateAgentSoftwareVersionRequest_FieldTerminalPath) WithIValue

func (*UpdateAgentSoftwareVersionRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*UpdateAgentSoftwareVersionRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*UpdateAgentSoftwareVersionRequest_FieldTerminalPath) WithRawIValue

type UpdateAgentSoftwareVersionRequest_FieldTerminalPathArrayItemValue

type UpdateAgentSoftwareVersionRequest_FieldTerminalPathArrayItemValue struct {
	UpdateAgentSoftwareVersionRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateAgentSoftwareVersionRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*UpdateAgentSoftwareVersionRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*UpdateAgentSoftwareVersionRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*UpdateAgentSoftwareVersionRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type UpdateAgentSoftwareVersionRequest_FieldTerminalPathArrayOfValues

type UpdateAgentSoftwareVersionRequest_FieldTerminalPathArrayOfValues struct {
	UpdateAgentSoftwareVersionRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateAgentSoftwareVersionRequest_FieldTerminalPathArrayOfValues) AsAgentSoftwareVersionArrayOfValues

func (*UpdateAgentSoftwareVersionRequest_FieldTerminalPathArrayOfValues) AsAllowMissingArrayOfValues added in v0.12.5

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

func (*UpdateAgentSoftwareVersionRequest_FieldTerminalPathArrayOfValues) AsCasArrayOfValues

func (*UpdateAgentSoftwareVersionRequest_FieldTerminalPathArrayOfValues) AsUpdateMaskArrayOfValues

func (*UpdateAgentSoftwareVersionRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type UpdateAgentSoftwareVersionRequest_FieldTerminalPathValue

type UpdateAgentSoftwareVersionRequest_FieldTerminalPathValue struct {
	UpdateAgentSoftwareVersionRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateAgentSoftwareVersionRequest_FieldTerminalPathValue) AsAgentSoftwareVersionValue

func (*UpdateAgentSoftwareVersionRequest_FieldTerminalPathValue) AsAllowMissingValue added in v0.12.5

func (*UpdateAgentSoftwareVersionRequest_FieldTerminalPathValue) AsCasValue

func (*UpdateAgentSoftwareVersionRequest_FieldTerminalPathValue) AsUpdateMaskValue

func (*UpdateAgentSoftwareVersionRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'UpdateAgentSoftwareVersionRequest_FieldTerminalPathValue' with the value under path in 'UpdateAgentSoftwareVersionRequest'.

func (*UpdateAgentSoftwareVersionRequest_FieldTerminalPathValue) CompareWithRaw

func (*UpdateAgentSoftwareVersionRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*UpdateAgentSoftwareVersionRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object UpdateAgentSoftwareVersionRequest

func (*UpdateAgentSoftwareVersionRequest_FieldTerminalPathValue) SetToRaw

type WatchAgentSoftwareVersionClientStream

type WatchAgentSoftwareVersionClientStream interface {
	Recv() (*WatchAgentSoftwareVersionResponse, error)
	grpc.ClientStream
}

type WatchAgentSoftwareVersionDescriptor

type WatchAgentSoftwareVersionDescriptor struct{}

func GetWatchAgentSoftwareVersionDescriptor

func GetWatchAgentSoftwareVersionDescriptor() *WatchAgentSoftwareVersionDescriptor

func (*WatchAgentSoftwareVersionDescriptor) GetApiDescriptor

func (*WatchAgentSoftwareVersionDescriptor) GetApiName

func (*WatchAgentSoftwareVersionDescriptor) GetClientMsgReflectHandle

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

func (*WatchAgentSoftwareVersionDescriptor) GetFullMethodName

func (d *WatchAgentSoftwareVersionDescriptor) GetFullMethodName() string

func (*WatchAgentSoftwareVersionDescriptor) GetMethodName

func (d *WatchAgentSoftwareVersionDescriptor) GetMethodName() string

func (*WatchAgentSoftwareVersionDescriptor) GetProtoPkgName

func (d *WatchAgentSoftwareVersionDescriptor) GetProtoPkgName() string

func (*WatchAgentSoftwareVersionDescriptor) GetResourceDescriptor

func (*WatchAgentSoftwareVersionDescriptor) GetServerMsgReflectHandle

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

func (*WatchAgentSoftwareVersionDescriptor) GetServiceDomain

func (d *WatchAgentSoftwareVersionDescriptor) GetServiceDomain() string

func (*WatchAgentSoftwareVersionDescriptor) GetServiceVersion

func (d *WatchAgentSoftwareVersionDescriptor) GetServiceVersion() string

func (*WatchAgentSoftwareVersionDescriptor) GetVerb

func (*WatchAgentSoftwareVersionDescriptor) HasResource

func (d *WatchAgentSoftwareVersionDescriptor) HasResource() bool

func (*WatchAgentSoftwareVersionDescriptor) IsClientStream

func (d *WatchAgentSoftwareVersionDescriptor) IsClientStream() bool

func (*WatchAgentSoftwareVersionDescriptor) IsCollection

func (d *WatchAgentSoftwareVersionDescriptor) IsCollection() bool

func (*WatchAgentSoftwareVersionDescriptor) IsPlural

func (*WatchAgentSoftwareVersionDescriptor) IsServerStream

func (d *WatchAgentSoftwareVersionDescriptor) IsServerStream() bool

func (*WatchAgentSoftwareVersionDescriptor) IsUnary

func (*WatchAgentSoftwareVersionDescriptor) NewEmptyClientMsg

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

func (*WatchAgentSoftwareVersionDescriptor) NewEmptyServerMsg

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

func (*WatchAgentSoftwareVersionDescriptor) RequestHasResourceBody

func (d *WatchAgentSoftwareVersionDescriptor) RequestHasResourceBody() bool

type WatchAgentSoftwareVersionDescriptorClientMsgHandle

type WatchAgentSoftwareVersionDescriptorClientMsgHandle struct{}

func (*WatchAgentSoftwareVersionDescriptorClientMsgHandle) ExtractCollectionName

func (*WatchAgentSoftwareVersionDescriptorClientMsgHandle) ExtractResourceName

func (*WatchAgentSoftwareVersionDescriptorClientMsgHandle) ExtractResourceNames

type WatchAgentSoftwareVersionDescriptorServerMsgHandle

type WatchAgentSoftwareVersionDescriptorServerMsgHandle struct{}

func (*WatchAgentSoftwareVersionDescriptorServerMsgHandle) ExtractCollectionName

func (*WatchAgentSoftwareVersionDescriptorServerMsgHandle) ExtractResourceName

func (*WatchAgentSoftwareVersionDescriptorServerMsgHandle) ExtractResourceNames

type WatchAgentSoftwareVersionRequest

type WatchAgentSoftwareVersionRequest struct {

	// Reference to ntt.watchdog.v1alpha2.AgentSoftwareVersion
	Name *agent_software_version.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 *agent_software_version.AgentSoftwareVersion_FieldMask `` /* 152-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 [WatchAgentSoftwareVersion][ntt.watchdog.v1alpha2.WatchAgentSoftwareVersion]

func (*WatchAgentSoftwareVersionRequest) Clone

func (*WatchAgentSoftwareVersionRequest) CloneRaw

func (*WatchAgentSoftwareVersionRequest) Descriptor

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

Deprecated, Use WatchAgentSoftwareVersionRequest.ProtoReflect.Descriptor instead.

func (*WatchAgentSoftwareVersionRequest) GetFieldMask

func (*WatchAgentSoftwareVersionRequest) GetName

func (*WatchAgentSoftwareVersionRequest) GetView

func (*WatchAgentSoftwareVersionRequest) GotenMessage

func (*WatchAgentSoftwareVersionRequest) GotenMessage()

func (*WatchAgentSoftwareVersionRequest) GotenObjectExt

func (o *WatchAgentSoftwareVersionRequest) GotenObjectExt()

func (*WatchAgentSoftwareVersionRequest) GotenValidate

func (obj *WatchAgentSoftwareVersionRequest) GotenValidate() error

func (*WatchAgentSoftwareVersionRequest) MakeDiffFieldMask

func (*WatchAgentSoftwareVersionRequest) MakeFullFieldMask

func (*WatchAgentSoftwareVersionRequest) MakeRawDiffFieldMask

func (*WatchAgentSoftwareVersionRequest) MakeRawFullFieldMask

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

func (*WatchAgentSoftwareVersionRequest) Marshal

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

func (*WatchAgentSoftwareVersionRequest) MarshalJSON

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

func (*WatchAgentSoftwareVersionRequest) Merge

func (*WatchAgentSoftwareVersionRequest) MergeRaw

func (*WatchAgentSoftwareVersionRequest) ProtoMessage

func (*WatchAgentSoftwareVersionRequest) ProtoMessage()

func (*WatchAgentSoftwareVersionRequest) ProtoReflect

func (*WatchAgentSoftwareVersionRequest) Reset

func (*WatchAgentSoftwareVersionRequest) SetFieldMask

func (*WatchAgentSoftwareVersionRequest) SetName

func (*WatchAgentSoftwareVersionRequest) SetView

func (*WatchAgentSoftwareVersionRequest) String

func (*WatchAgentSoftwareVersionRequest) Unmarshal

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

func (*WatchAgentSoftwareVersionRequest) UnmarshalJSON

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

type WatchAgentSoftwareVersionRequestFieldPathBuilder

type WatchAgentSoftwareVersionRequestFieldPathBuilder struct{}

func NewWatchAgentSoftwareVersionRequestFieldPathBuilder

func NewWatchAgentSoftwareVersionRequestFieldPathBuilder() WatchAgentSoftwareVersionRequestFieldPathBuilder

func (WatchAgentSoftwareVersionRequestFieldPathBuilder) FieldMask

func (WatchAgentSoftwareVersionRequestFieldPathBuilder) Name

func (WatchAgentSoftwareVersionRequestFieldPathBuilder) View

type WatchAgentSoftwareVersionRequestPathSelectorFieldMask

type WatchAgentSoftwareVersionRequestPathSelectorFieldMask struct{}

func (WatchAgentSoftwareVersionRequestPathSelectorFieldMask) FieldPath

type WatchAgentSoftwareVersionRequestPathSelectorName

type WatchAgentSoftwareVersionRequestPathSelectorName struct{}

func (WatchAgentSoftwareVersionRequestPathSelectorName) FieldPath

type WatchAgentSoftwareVersionRequestPathSelectorView

type WatchAgentSoftwareVersionRequestPathSelectorView struct{}

func (WatchAgentSoftwareVersionRequestPathSelectorView) FieldPath

func (WatchAgentSoftwareVersionRequestPathSelectorView) WithArrayOfValues

func (WatchAgentSoftwareVersionRequestPathSelectorView) WithValue

type WatchAgentSoftwareVersionRequest_FieldMask

type WatchAgentSoftwareVersionRequest_FieldMask struct {
	Paths []WatchAgentSoftwareVersionRequest_FieldPath
}

func FullWatchAgentSoftwareVersionRequest_FieldMask

func FullWatchAgentSoftwareVersionRequest_FieldMask() *WatchAgentSoftwareVersionRequest_FieldMask

func (*WatchAgentSoftwareVersionRequest_FieldMask) AppendPath

func (*WatchAgentSoftwareVersionRequest_FieldMask) AppendRawPath

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

func (*WatchAgentSoftwareVersionRequest_FieldMask) DecodeFirestore

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

func (*WatchAgentSoftwareVersionRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchAgentSoftwareVersionRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchAgentSoftwareVersionRequest_FieldMask) FromProtoFieldMask

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

func (*WatchAgentSoftwareVersionRequest_FieldMask) GetPaths

func (*WatchAgentSoftwareVersionRequest_FieldMask) GetRawPaths

func (*WatchAgentSoftwareVersionRequest_FieldMask) IsFull

func (WatchAgentSoftwareVersionRequest_FieldMask) Marshal

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

implement methods required by customType

func (WatchAgentSoftwareVersionRequest_FieldMask) MarshalJSON

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

func (*WatchAgentSoftwareVersionRequest_FieldMask) PathsCount

func (fieldMask *WatchAgentSoftwareVersionRequest_FieldMask) PathsCount() int

func (*WatchAgentSoftwareVersionRequest_FieldMask) Project

func (*WatchAgentSoftwareVersionRequest_FieldMask) ProjectRaw

func (*WatchAgentSoftwareVersionRequest_FieldMask) ProtoMessage

func (fieldMask *WatchAgentSoftwareVersionRequest_FieldMask) ProtoMessage()

func (*WatchAgentSoftwareVersionRequest_FieldMask) ProtoReflect

func (*WatchAgentSoftwareVersionRequest_FieldMask) Reset

func (fieldMask *WatchAgentSoftwareVersionRequest_FieldMask) Reset()

func (*WatchAgentSoftwareVersionRequest_FieldMask) Set

func (*WatchAgentSoftwareVersionRequest_FieldMask) SetFromCliFlag

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

func (*WatchAgentSoftwareVersionRequest_FieldMask) SetRaw

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

func (*WatchAgentSoftwareVersionRequest_FieldMask) Size

func (*WatchAgentSoftwareVersionRequest_FieldMask) String

func (*WatchAgentSoftwareVersionRequest_FieldMask) Subtract

func (*WatchAgentSoftwareVersionRequest_FieldMask) SubtractRaw

func (*WatchAgentSoftwareVersionRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*WatchAgentSoftwareVersionRequest_FieldMask) Unmarshal

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

func (*WatchAgentSoftwareVersionRequest_FieldMask) UnmarshalJSON

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

type WatchAgentSoftwareVersionRequest_FieldPath

type WatchAgentSoftwareVersionRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchAgentSoftwareVersionRequest_FieldPathSelector
	Get(source *WatchAgentSoftwareVersionRequest) []interface{}
	GetSingle(source *WatchAgentSoftwareVersionRequest) (interface{}, bool)
	ClearValue(item *WatchAgentSoftwareVersionRequest)

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

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

func MustParseWatchAgentSoftwareVersionRequest_FieldPath

func MustParseWatchAgentSoftwareVersionRequest_FieldPath(rawField string) WatchAgentSoftwareVersionRequest_FieldPath

func ParseWatchAgentSoftwareVersionRequest_FieldPath

func ParseWatchAgentSoftwareVersionRequest_FieldPath(rawField string) (WatchAgentSoftwareVersionRequest_FieldPath, error)

type WatchAgentSoftwareVersionRequest_FieldPathArrayItemValue

type WatchAgentSoftwareVersionRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchAgentSoftwareVersionRequest_FieldPath
	ContainsValue(*WatchAgentSoftwareVersionRequest) bool
}

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

func MustParseWatchAgentSoftwareVersionRequest_FieldPathArrayItemValue

func MustParseWatchAgentSoftwareVersionRequest_FieldPathArrayItemValue(pathStr, valueStr string) WatchAgentSoftwareVersionRequest_FieldPathArrayItemValue

func ParseWatchAgentSoftwareVersionRequest_FieldPathArrayItemValue

func ParseWatchAgentSoftwareVersionRequest_FieldPathArrayItemValue(pathStr, valueStr string) (WatchAgentSoftwareVersionRequest_FieldPathArrayItemValue, error)

ParseWatchAgentSoftwareVersionRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchAgentSoftwareVersionRequest_FieldPathArrayOfValues

type WatchAgentSoftwareVersionRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchAgentSoftwareVersionRequest_FieldPath
}

WatchAgentSoftwareVersionRequest_FieldPathArrayOfValues allows storing slice of values for WatchAgentSoftwareVersionRequest fields according to their type

func MustParseWatchAgentSoftwareVersionRequest_FieldPathArrayOfValues

func MustParseWatchAgentSoftwareVersionRequest_FieldPathArrayOfValues(pathStr, valuesStr string) WatchAgentSoftwareVersionRequest_FieldPathArrayOfValues

func ParseWatchAgentSoftwareVersionRequest_FieldPathArrayOfValues

func ParseWatchAgentSoftwareVersionRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchAgentSoftwareVersionRequest_FieldPathArrayOfValues, error)

type WatchAgentSoftwareVersionRequest_FieldPathSelector

type WatchAgentSoftwareVersionRequest_FieldPathSelector int32
const (
	WatchAgentSoftwareVersionRequest_FieldPathSelectorName      WatchAgentSoftwareVersionRequest_FieldPathSelector = 0
	WatchAgentSoftwareVersionRequest_FieldPathSelectorFieldMask WatchAgentSoftwareVersionRequest_FieldPathSelector = 1
	WatchAgentSoftwareVersionRequest_FieldPathSelectorView      WatchAgentSoftwareVersionRequest_FieldPathSelector = 2
)

func (WatchAgentSoftwareVersionRequest_FieldPathSelector) String

type WatchAgentSoftwareVersionRequest_FieldPathValue

type WatchAgentSoftwareVersionRequest_FieldPathValue interface {
	WatchAgentSoftwareVersionRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchAgentSoftwareVersionRequest)
	CompareWith(*WatchAgentSoftwareVersionRequest) (cmp int, comparable bool)
}

WatchAgentSoftwareVersionRequest_FieldPathValue allows storing values for WatchAgentSoftwareVersionRequest fields according to their type

func MustParseWatchAgentSoftwareVersionRequest_FieldPathValue

func MustParseWatchAgentSoftwareVersionRequest_FieldPathValue(pathStr, valueStr string) WatchAgentSoftwareVersionRequest_FieldPathValue

func ParseWatchAgentSoftwareVersionRequest_FieldPathValue

func ParseWatchAgentSoftwareVersionRequest_FieldPathValue(pathStr, valueStr string) (WatchAgentSoftwareVersionRequest_FieldPathValue, error)

type WatchAgentSoftwareVersionRequest_FieldTerminalPath

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

func (*WatchAgentSoftwareVersionRequest_FieldTerminalPath) ClearValue

func (*WatchAgentSoftwareVersionRequest_FieldTerminalPath) ClearValueRaw

func (*WatchAgentSoftwareVersionRequest_FieldTerminalPath) Get

Get returns all values pointed by specific field from source WatchAgentSoftwareVersionRequest

func (*WatchAgentSoftwareVersionRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchAgentSoftwareVersionRequest_FieldTerminalPath) GetRaw

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

func (*WatchAgentSoftwareVersionRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source WatchAgentSoftwareVersionRequest

func (*WatchAgentSoftwareVersionRequest_FieldTerminalPath) GetSingleRaw

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

func (*WatchAgentSoftwareVersionRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchAgentSoftwareVersionRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchAgentSoftwareVersionRequest_FieldTerminalPath) Selector

func (*WatchAgentSoftwareVersionRequest_FieldTerminalPath) SplitIntoTerminalIPaths

func (*WatchAgentSoftwareVersionRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchAgentSoftwareVersionRequest_FieldTerminalPath) WithIArrayItemValue

func (*WatchAgentSoftwareVersionRequest_FieldTerminalPath) WithIArrayOfValues

func (*WatchAgentSoftwareVersionRequest_FieldTerminalPath) WithIValue

func (*WatchAgentSoftwareVersionRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*WatchAgentSoftwareVersionRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchAgentSoftwareVersionRequest_FieldTerminalPath) WithRawIValue

type WatchAgentSoftwareVersionRequest_FieldTerminalPathArrayItemValue

type WatchAgentSoftwareVersionRequest_FieldTerminalPathArrayItemValue struct {
	WatchAgentSoftwareVersionRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAgentSoftwareVersionRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchAgentSoftwareVersionRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchAgentSoftwareVersionRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchAgentSoftwareVersionRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchAgentSoftwareVersionRequest_FieldTerminalPathArrayOfValues

type WatchAgentSoftwareVersionRequest_FieldTerminalPathArrayOfValues struct {
	WatchAgentSoftwareVersionRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAgentSoftwareVersionRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*WatchAgentSoftwareVersionRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (*WatchAgentSoftwareVersionRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

func (*WatchAgentSoftwareVersionRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchAgentSoftwareVersionRequest_FieldTerminalPathValue

type WatchAgentSoftwareVersionRequest_FieldTerminalPathValue struct {
	WatchAgentSoftwareVersionRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAgentSoftwareVersionRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*WatchAgentSoftwareVersionRequest_FieldTerminalPathValue) AsNameValue

func (*WatchAgentSoftwareVersionRequest_FieldTerminalPathValue) AsViewValue

func (*WatchAgentSoftwareVersionRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchAgentSoftwareVersionRequest_FieldTerminalPathValue' with the value under path in 'WatchAgentSoftwareVersionRequest'.

func (*WatchAgentSoftwareVersionRequest_FieldTerminalPathValue) CompareWithRaw

func (*WatchAgentSoftwareVersionRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchAgentSoftwareVersionRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchAgentSoftwareVersionRequest

func (*WatchAgentSoftwareVersionRequest_FieldTerminalPathValue) SetToRaw

type WatchAgentSoftwareVersionResponse

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

WatchAgentSoftwareVersionResponse

func (*WatchAgentSoftwareVersionResponse) Clone

func (*WatchAgentSoftwareVersionResponse) CloneRaw

func (*WatchAgentSoftwareVersionResponse) Descriptor

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

Deprecated, Use WatchAgentSoftwareVersionResponse.ProtoReflect.Descriptor instead.

func (*WatchAgentSoftwareVersionResponse) GetChange

func (*WatchAgentSoftwareVersionResponse) GotenMessage

func (*WatchAgentSoftwareVersionResponse) GotenMessage()

func (*WatchAgentSoftwareVersionResponse) GotenObjectExt

func (o *WatchAgentSoftwareVersionResponse) GotenObjectExt()

func (*WatchAgentSoftwareVersionResponse) GotenValidate

func (obj *WatchAgentSoftwareVersionResponse) GotenValidate() error

func (*WatchAgentSoftwareVersionResponse) MakeFullFieldMask

func (*WatchAgentSoftwareVersionResponse) MakeRawDiffFieldMask

func (*WatchAgentSoftwareVersionResponse) MakeRawFullFieldMask

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

func (*WatchAgentSoftwareVersionResponse) Marshal

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

func (*WatchAgentSoftwareVersionResponse) MarshalJSON

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

func (*WatchAgentSoftwareVersionResponse) Merge

func (*WatchAgentSoftwareVersionResponse) MergeRaw

func (*WatchAgentSoftwareVersionResponse) ProtoMessage

func (*WatchAgentSoftwareVersionResponse) ProtoMessage()

func (*WatchAgentSoftwareVersionResponse) ProtoReflect

func (*WatchAgentSoftwareVersionResponse) Reset

func (*WatchAgentSoftwareVersionResponse) SetChange

func (*WatchAgentSoftwareVersionResponse) String

func (*WatchAgentSoftwareVersionResponse) Unmarshal

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

func (*WatchAgentSoftwareVersionResponse) UnmarshalJSON

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

type WatchAgentSoftwareVersionResponseFieldPathBuilder

type WatchAgentSoftwareVersionResponseFieldPathBuilder struct{}

func NewWatchAgentSoftwareVersionResponseFieldPathBuilder

func NewWatchAgentSoftwareVersionResponseFieldPathBuilder() WatchAgentSoftwareVersionResponseFieldPathBuilder

func (WatchAgentSoftwareVersionResponseFieldPathBuilder) Change

type WatchAgentSoftwareVersionResponsePathSelectorChange

type WatchAgentSoftwareVersionResponsePathSelectorChange struct{}

func (WatchAgentSoftwareVersionResponsePathSelectorChange) FieldPath

type WatchAgentSoftwareVersionResponse_FieldMask

type WatchAgentSoftwareVersionResponse_FieldMask struct {
	Paths []WatchAgentSoftwareVersionResponse_FieldPath
}

func FullWatchAgentSoftwareVersionResponse_FieldMask

func FullWatchAgentSoftwareVersionResponse_FieldMask() *WatchAgentSoftwareVersionResponse_FieldMask

func (*WatchAgentSoftwareVersionResponse_FieldMask) AppendPath

func (*WatchAgentSoftwareVersionResponse_FieldMask) AppendRawPath

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

func (*WatchAgentSoftwareVersionResponse_FieldMask) DecodeFirestore

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

func (*WatchAgentSoftwareVersionResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchAgentSoftwareVersionResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchAgentSoftwareVersionResponse_FieldMask) FromProtoFieldMask

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

func (*WatchAgentSoftwareVersionResponse_FieldMask) GetPaths

func (*WatchAgentSoftwareVersionResponse_FieldMask) GetRawPaths

func (*WatchAgentSoftwareVersionResponse_FieldMask) IsFull

func (WatchAgentSoftwareVersionResponse_FieldMask) Marshal

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

implement methods required by customType

func (WatchAgentSoftwareVersionResponse_FieldMask) MarshalJSON

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

func (*WatchAgentSoftwareVersionResponse_FieldMask) PathsCount

func (fieldMask *WatchAgentSoftwareVersionResponse_FieldMask) PathsCount() int

func (*WatchAgentSoftwareVersionResponse_FieldMask) Project

func (*WatchAgentSoftwareVersionResponse_FieldMask) ProjectRaw

func (*WatchAgentSoftwareVersionResponse_FieldMask) ProtoMessage

func (fieldMask *WatchAgentSoftwareVersionResponse_FieldMask) ProtoMessage()

func (*WatchAgentSoftwareVersionResponse_FieldMask) ProtoReflect

func (*WatchAgentSoftwareVersionResponse_FieldMask) Reset

func (*WatchAgentSoftwareVersionResponse_FieldMask) Set

func (*WatchAgentSoftwareVersionResponse_FieldMask) SetFromCliFlag

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

func (*WatchAgentSoftwareVersionResponse_FieldMask) SetRaw

func (*WatchAgentSoftwareVersionResponse_FieldMask) Size

func (*WatchAgentSoftwareVersionResponse_FieldMask) String

func (*WatchAgentSoftwareVersionResponse_FieldMask) Subtract

func (*WatchAgentSoftwareVersionResponse_FieldMask) SubtractRaw

func (*WatchAgentSoftwareVersionResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*WatchAgentSoftwareVersionResponse_FieldMask) Unmarshal

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

func (*WatchAgentSoftwareVersionResponse_FieldMask) UnmarshalJSON

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

type WatchAgentSoftwareVersionResponse_FieldPath

type WatchAgentSoftwareVersionResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchAgentSoftwareVersionResponse_FieldPathSelector
	Get(source *WatchAgentSoftwareVersionResponse) []interface{}
	GetSingle(source *WatchAgentSoftwareVersionResponse) (interface{}, bool)
	ClearValue(item *WatchAgentSoftwareVersionResponse)

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

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

func MustParseWatchAgentSoftwareVersionResponse_FieldPath

func MustParseWatchAgentSoftwareVersionResponse_FieldPath(rawField string) WatchAgentSoftwareVersionResponse_FieldPath

func ParseWatchAgentSoftwareVersionResponse_FieldPath

func ParseWatchAgentSoftwareVersionResponse_FieldPath(rawField string) (WatchAgentSoftwareVersionResponse_FieldPath, error)

type WatchAgentSoftwareVersionResponse_FieldPathArrayItemValue

type WatchAgentSoftwareVersionResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchAgentSoftwareVersionResponse_FieldPath
	ContainsValue(*WatchAgentSoftwareVersionResponse) bool
}

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

func MustParseWatchAgentSoftwareVersionResponse_FieldPathArrayItemValue

func MustParseWatchAgentSoftwareVersionResponse_FieldPathArrayItemValue(pathStr, valueStr string) WatchAgentSoftwareVersionResponse_FieldPathArrayItemValue

func ParseWatchAgentSoftwareVersionResponse_FieldPathArrayItemValue

func ParseWatchAgentSoftwareVersionResponse_FieldPathArrayItemValue(pathStr, valueStr string) (WatchAgentSoftwareVersionResponse_FieldPathArrayItemValue, error)

ParseWatchAgentSoftwareVersionResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchAgentSoftwareVersionResponse_FieldPathArrayOfValues

type WatchAgentSoftwareVersionResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchAgentSoftwareVersionResponse_FieldPath
}

WatchAgentSoftwareVersionResponse_FieldPathArrayOfValues allows storing slice of values for WatchAgentSoftwareVersionResponse fields according to their type

func MustParseWatchAgentSoftwareVersionResponse_FieldPathArrayOfValues

func MustParseWatchAgentSoftwareVersionResponse_FieldPathArrayOfValues(pathStr, valuesStr string) WatchAgentSoftwareVersionResponse_FieldPathArrayOfValues

func ParseWatchAgentSoftwareVersionResponse_FieldPathArrayOfValues

func ParseWatchAgentSoftwareVersionResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchAgentSoftwareVersionResponse_FieldPathArrayOfValues, error)

type WatchAgentSoftwareVersionResponse_FieldPathSelector

type WatchAgentSoftwareVersionResponse_FieldPathSelector int32
const (
	WatchAgentSoftwareVersionResponse_FieldPathSelectorChange WatchAgentSoftwareVersionResponse_FieldPathSelector = 0
)

func (WatchAgentSoftwareVersionResponse_FieldPathSelector) String

type WatchAgentSoftwareVersionResponse_FieldPathValue

type WatchAgentSoftwareVersionResponse_FieldPathValue interface {
	WatchAgentSoftwareVersionResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchAgentSoftwareVersionResponse)
	CompareWith(*WatchAgentSoftwareVersionResponse) (cmp int, comparable bool)
}

WatchAgentSoftwareVersionResponse_FieldPathValue allows storing values for WatchAgentSoftwareVersionResponse fields according to their type

func MustParseWatchAgentSoftwareVersionResponse_FieldPathValue

func MustParseWatchAgentSoftwareVersionResponse_FieldPathValue(pathStr, valueStr string) WatchAgentSoftwareVersionResponse_FieldPathValue

func ParseWatchAgentSoftwareVersionResponse_FieldPathValue

func ParseWatchAgentSoftwareVersionResponse_FieldPathValue(pathStr, valueStr string) (WatchAgentSoftwareVersionResponse_FieldPathValue, error)

type WatchAgentSoftwareVersionResponse_FieldTerminalPath

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

func (*WatchAgentSoftwareVersionResponse_FieldTerminalPath) ClearValue

func (*WatchAgentSoftwareVersionResponse_FieldTerminalPath) ClearValueRaw

func (*WatchAgentSoftwareVersionResponse_FieldTerminalPath) Get

Get returns all values pointed by specific field from source WatchAgentSoftwareVersionResponse

func (*WatchAgentSoftwareVersionResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchAgentSoftwareVersionResponse_FieldTerminalPath) GetRaw

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

func (*WatchAgentSoftwareVersionResponse_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source WatchAgentSoftwareVersionResponse

func (*WatchAgentSoftwareVersionResponse_FieldTerminalPath) GetSingleRaw

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

func (*WatchAgentSoftwareVersionResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchAgentSoftwareVersionResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchAgentSoftwareVersionResponse_FieldTerminalPath) Selector

func (*WatchAgentSoftwareVersionResponse_FieldTerminalPath) SplitIntoTerminalIPaths

func (*WatchAgentSoftwareVersionResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchAgentSoftwareVersionResponse_FieldTerminalPath) WithIArrayItemValue

func (*WatchAgentSoftwareVersionResponse_FieldTerminalPath) WithIArrayOfValues

func (*WatchAgentSoftwareVersionResponse_FieldTerminalPath) WithIValue

func (*WatchAgentSoftwareVersionResponse_FieldTerminalPath) WithRawIArrayItemValue

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

func (*WatchAgentSoftwareVersionResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchAgentSoftwareVersionResponse_FieldTerminalPath) WithRawIValue

type WatchAgentSoftwareVersionResponse_FieldTerminalPathArrayItemValue

type WatchAgentSoftwareVersionResponse_FieldTerminalPathArrayItemValue struct {
	WatchAgentSoftwareVersionResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAgentSoftwareVersionResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchAgentSoftwareVersionResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchAgentSoftwareVersionResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchAgentSoftwareVersionResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchAgentSoftwareVersionResponse_FieldTerminalPathArrayOfValues

type WatchAgentSoftwareVersionResponse_FieldTerminalPathArrayOfValues struct {
	WatchAgentSoftwareVersionResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAgentSoftwareVersionResponse_FieldTerminalPathArrayOfValues) AsChangeArrayOfValues

func (*WatchAgentSoftwareVersionResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchAgentSoftwareVersionResponse_FieldTerminalPathValue

type WatchAgentSoftwareVersionResponse_FieldTerminalPathValue struct {
	WatchAgentSoftwareVersionResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAgentSoftwareVersionResponse_FieldTerminalPathValue) AsChangeValue

func (*WatchAgentSoftwareVersionResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchAgentSoftwareVersionResponse_FieldTerminalPathValue' with the value under path in 'WatchAgentSoftwareVersionResponse'.

func (*WatchAgentSoftwareVersionResponse_FieldTerminalPathValue) CompareWithRaw

func (*WatchAgentSoftwareVersionResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchAgentSoftwareVersionResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchAgentSoftwareVersionResponse

func (*WatchAgentSoftwareVersionResponse_FieldTerminalPathValue) SetToRaw

type WatchAgentSoftwareVersionsClientStream

type WatchAgentSoftwareVersionsClientStream interface {
	Recv() (*WatchAgentSoftwareVersionsResponse, error)
	grpc.ClientStream
}

type WatchAgentSoftwareVersionsDescriptor

type WatchAgentSoftwareVersionsDescriptor struct{}

func GetWatchAgentSoftwareVersionsDescriptor

func GetWatchAgentSoftwareVersionsDescriptor() *WatchAgentSoftwareVersionsDescriptor

func (*WatchAgentSoftwareVersionsDescriptor) GetApiDescriptor

func (*WatchAgentSoftwareVersionsDescriptor) GetApiName

func (*WatchAgentSoftwareVersionsDescriptor) GetClientMsgReflectHandle

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

func (*WatchAgentSoftwareVersionsDescriptor) GetFullMethodName

func (d *WatchAgentSoftwareVersionsDescriptor) GetFullMethodName() string

func (*WatchAgentSoftwareVersionsDescriptor) GetMethodName

func (d *WatchAgentSoftwareVersionsDescriptor) GetMethodName() string

func (*WatchAgentSoftwareVersionsDescriptor) GetProtoPkgName

func (d *WatchAgentSoftwareVersionsDescriptor) GetProtoPkgName() string

func (*WatchAgentSoftwareVersionsDescriptor) GetResourceDescriptor

func (*WatchAgentSoftwareVersionsDescriptor) GetServerMsgReflectHandle

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

func (*WatchAgentSoftwareVersionsDescriptor) GetServiceDomain

func (d *WatchAgentSoftwareVersionsDescriptor) GetServiceDomain() string

func (*WatchAgentSoftwareVersionsDescriptor) GetServiceVersion

func (d *WatchAgentSoftwareVersionsDescriptor) GetServiceVersion() string

func (*WatchAgentSoftwareVersionsDescriptor) GetVerb

func (*WatchAgentSoftwareVersionsDescriptor) HasResource

func (d *WatchAgentSoftwareVersionsDescriptor) HasResource() bool

func (*WatchAgentSoftwareVersionsDescriptor) IsClientStream

func (d *WatchAgentSoftwareVersionsDescriptor) IsClientStream() bool

func (*WatchAgentSoftwareVersionsDescriptor) IsCollection

func (d *WatchAgentSoftwareVersionsDescriptor) IsCollection() bool

func (*WatchAgentSoftwareVersionsDescriptor) IsPlural

func (*WatchAgentSoftwareVersionsDescriptor) IsServerStream

func (d *WatchAgentSoftwareVersionsDescriptor) IsServerStream() bool

func (*WatchAgentSoftwareVersionsDescriptor) IsUnary

func (*WatchAgentSoftwareVersionsDescriptor) NewEmptyClientMsg

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

func (*WatchAgentSoftwareVersionsDescriptor) NewEmptyServerMsg

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

func (*WatchAgentSoftwareVersionsDescriptor) RequestHasResourceBody

func (d *WatchAgentSoftwareVersionsDescriptor) RequestHasResourceBody() bool

type WatchAgentSoftwareVersionsDescriptorClientMsgHandle

type WatchAgentSoftwareVersionsDescriptorClientMsgHandle struct{}

func (*WatchAgentSoftwareVersionsDescriptorClientMsgHandle) ExtractCollectionName

func (*WatchAgentSoftwareVersionsDescriptorClientMsgHandle) ExtractResourceName

func (*WatchAgentSoftwareVersionsDescriptorClientMsgHandle) ExtractResourceNames

type WatchAgentSoftwareVersionsDescriptorServerMsgHandle

type WatchAgentSoftwareVersionsDescriptorServerMsgHandle struct{}

func (*WatchAgentSoftwareVersionsDescriptorServerMsgHandle) ExtractCollectionName

func (*WatchAgentSoftwareVersionsDescriptorServerMsgHandle) ExtractResourceName

func (*WatchAgentSoftwareVersionsDescriptorServerMsgHandle) ExtractResourceNames

type WatchAgentSoftwareVersionsRequest

type WatchAgentSoftwareVersionsRequest 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"`
	// Requested page size. Server may return fewer AgentSoftwareVersions 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 *agent_software_version.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 *agent_software_version.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 *agent_software_version.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 AgentSoftwareVersion that
	// don't affect any of masked fields won't be sent back.
	FieldMask *agent_software_version.AgentSoftwareVersion_FieldMask `` /* 152-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
	// AgentSoftwareVersion 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 [WatchAgentSoftwareVersions][ntt.watchdog.v1alpha2.WatchAgentSoftwareVersions]

func (*WatchAgentSoftwareVersionsRequest) Clone

func (*WatchAgentSoftwareVersionsRequest) CloneRaw

func (*WatchAgentSoftwareVersionsRequest) Descriptor

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

Deprecated, Use WatchAgentSoftwareVersionsRequest.ProtoReflect.Descriptor instead.

func (*WatchAgentSoftwareVersionsRequest) GetFieldMask

func (*WatchAgentSoftwareVersionsRequest) GetFilter

func (*WatchAgentSoftwareVersionsRequest) GetMaxChunkSize

func (m *WatchAgentSoftwareVersionsRequest) GetMaxChunkSize() int32

func (*WatchAgentSoftwareVersionsRequest) GetOrderBy

func (*WatchAgentSoftwareVersionsRequest) GetPageSize

func (m *WatchAgentSoftwareVersionsRequest) GetPageSize() int32

func (*WatchAgentSoftwareVersionsRequest) GetPageToken

func (*WatchAgentSoftwareVersionsRequest) GetResumeToken

func (m *WatchAgentSoftwareVersionsRequest) GetResumeToken() string

func (*WatchAgentSoftwareVersionsRequest) GetStartingTime

func (*WatchAgentSoftwareVersionsRequest) GetType

func (*WatchAgentSoftwareVersionsRequest) GetView

func (*WatchAgentSoftwareVersionsRequest) GotenMessage

func (*WatchAgentSoftwareVersionsRequest) GotenMessage()

func (*WatchAgentSoftwareVersionsRequest) GotenObjectExt

func (o *WatchAgentSoftwareVersionsRequest) GotenObjectExt()

func (*WatchAgentSoftwareVersionsRequest) GotenValidate

func (obj *WatchAgentSoftwareVersionsRequest) GotenValidate() error

func (*WatchAgentSoftwareVersionsRequest) MakeFullFieldMask

func (*WatchAgentSoftwareVersionsRequest) MakeRawDiffFieldMask

func (*WatchAgentSoftwareVersionsRequest) MakeRawFullFieldMask

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

func (*WatchAgentSoftwareVersionsRequest) Marshal

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

func (*WatchAgentSoftwareVersionsRequest) MarshalJSON

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

func (*WatchAgentSoftwareVersionsRequest) Merge

func (*WatchAgentSoftwareVersionsRequest) MergeRaw

func (*WatchAgentSoftwareVersionsRequest) ProtoMessage

func (*WatchAgentSoftwareVersionsRequest) ProtoMessage()

func (*WatchAgentSoftwareVersionsRequest) ProtoReflect

func (*WatchAgentSoftwareVersionsRequest) Reset

func (*WatchAgentSoftwareVersionsRequest) SetFieldMask

func (*WatchAgentSoftwareVersionsRequest) SetFilter

func (*WatchAgentSoftwareVersionsRequest) SetMaxChunkSize

func (m *WatchAgentSoftwareVersionsRequest) SetMaxChunkSize(fv int32)

func (*WatchAgentSoftwareVersionsRequest) SetOrderBy

func (*WatchAgentSoftwareVersionsRequest) SetPageSize

func (m *WatchAgentSoftwareVersionsRequest) SetPageSize(fv int32)

func (*WatchAgentSoftwareVersionsRequest) SetPageToken

func (*WatchAgentSoftwareVersionsRequest) SetResumeToken

func (m *WatchAgentSoftwareVersionsRequest) SetResumeToken(fv string)

func (*WatchAgentSoftwareVersionsRequest) SetStartingTime

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

func (*WatchAgentSoftwareVersionsRequest) SetType

func (*WatchAgentSoftwareVersionsRequest) SetView

func (*WatchAgentSoftwareVersionsRequest) String

func (*WatchAgentSoftwareVersionsRequest) Unmarshal

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

func (*WatchAgentSoftwareVersionsRequest) UnmarshalJSON

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

type WatchAgentSoftwareVersionsRequestFieldPathBuilder

type WatchAgentSoftwareVersionsRequestFieldPathBuilder struct{}

func NewWatchAgentSoftwareVersionsRequestFieldPathBuilder

func NewWatchAgentSoftwareVersionsRequestFieldPathBuilder() WatchAgentSoftwareVersionsRequestFieldPathBuilder

func (WatchAgentSoftwareVersionsRequestFieldPathBuilder) FieldMask

func (WatchAgentSoftwareVersionsRequestFieldPathBuilder) Filter

func (WatchAgentSoftwareVersionsRequestFieldPathBuilder) MaxChunkSize

func (WatchAgentSoftwareVersionsRequestFieldPathBuilder) OrderBy

func (WatchAgentSoftwareVersionsRequestFieldPathBuilder) PageSize

func (WatchAgentSoftwareVersionsRequestFieldPathBuilder) PageToken

func (WatchAgentSoftwareVersionsRequestFieldPathBuilder) ResumeToken

func (WatchAgentSoftwareVersionsRequestFieldPathBuilder) StartingTime

func (WatchAgentSoftwareVersionsRequestFieldPathBuilder) Type

func (WatchAgentSoftwareVersionsRequestFieldPathBuilder) View

type WatchAgentSoftwareVersionsRequestPathSelectorFieldMask

type WatchAgentSoftwareVersionsRequestPathSelectorFieldMask struct{}

func (WatchAgentSoftwareVersionsRequestPathSelectorFieldMask) FieldPath

type WatchAgentSoftwareVersionsRequestPathSelectorFilter

type WatchAgentSoftwareVersionsRequestPathSelectorFilter struct{}

func (WatchAgentSoftwareVersionsRequestPathSelectorFilter) FieldPath

type WatchAgentSoftwareVersionsRequestPathSelectorMaxChunkSize

type WatchAgentSoftwareVersionsRequestPathSelectorMaxChunkSize struct{}

func (WatchAgentSoftwareVersionsRequestPathSelectorMaxChunkSize) FieldPath

func (WatchAgentSoftwareVersionsRequestPathSelectorMaxChunkSize) WithArrayOfValues

func (WatchAgentSoftwareVersionsRequestPathSelectorMaxChunkSize) WithValue

type WatchAgentSoftwareVersionsRequestPathSelectorOrderBy

type WatchAgentSoftwareVersionsRequestPathSelectorOrderBy struct{}

func (WatchAgentSoftwareVersionsRequestPathSelectorOrderBy) FieldPath

type WatchAgentSoftwareVersionsRequestPathSelectorPageSize

type WatchAgentSoftwareVersionsRequestPathSelectorPageSize struct{}

func (WatchAgentSoftwareVersionsRequestPathSelectorPageSize) FieldPath

func (WatchAgentSoftwareVersionsRequestPathSelectorPageSize) WithArrayOfValues

func (WatchAgentSoftwareVersionsRequestPathSelectorPageSize) WithValue

type WatchAgentSoftwareVersionsRequestPathSelectorPageToken

type WatchAgentSoftwareVersionsRequestPathSelectorPageToken struct{}

func (WatchAgentSoftwareVersionsRequestPathSelectorPageToken) FieldPath

type WatchAgentSoftwareVersionsRequestPathSelectorResumeToken

type WatchAgentSoftwareVersionsRequestPathSelectorResumeToken struct{}

func (WatchAgentSoftwareVersionsRequestPathSelectorResumeToken) FieldPath

func (WatchAgentSoftwareVersionsRequestPathSelectorResumeToken) WithArrayOfValues

func (WatchAgentSoftwareVersionsRequestPathSelectorResumeToken) WithValue

type WatchAgentSoftwareVersionsRequestPathSelectorStartingTime

type WatchAgentSoftwareVersionsRequestPathSelectorStartingTime struct{}

func (WatchAgentSoftwareVersionsRequestPathSelectorStartingTime) FieldPath

func (WatchAgentSoftwareVersionsRequestPathSelectorStartingTime) WithArrayOfValues

func (WatchAgentSoftwareVersionsRequestPathSelectorStartingTime) WithValue

type WatchAgentSoftwareVersionsRequestPathSelectorType

type WatchAgentSoftwareVersionsRequestPathSelectorType struct{}

func (WatchAgentSoftwareVersionsRequestPathSelectorType) FieldPath

func (WatchAgentSoftwareVersionsRequestPathSelectorType) WithArrayOfValues

func (WatchAgentSoftwareVersionsRequestPathSelectorType) WithValue

type WatchAgentSoftwareVersionsRequestPathSelectorView

type WatchAgentSoftwareVersionsRequestPathSelectorView struct{}

func (WatchAgentSoftwareVersionsRequestPathSelectorView) FieldPath

func (WatchAgentSoftwareVersionsRequestPathSelectorView) WithArrayOfValues

func (WatchAgentSoftwareVersionsRequestPathSelectorView) WithValue

type WatchAgentSoftwareVersionsRequest_FieldMask

type WatchAgentSoftwareVersionsRequest_FieldMask struct {
	Paths []WatchAgentSoftwareVersionsRequest_FieldPath
}

func FullWatchAgentSoftwareVersionsRequest_FieldMask

func FullWatchAgentSoftwareVersionsRequest_FieldMask() *WatchAgentSoftwareVersionsRequest_FieldMask

func (*WatchAgentSoftwareVersionsRequest_FieldMask) AppendPath

func (*WatchAgentSoftwareVersionsRequest_FieldMask) AppendRawPath

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

func (*WatchAgentSoftwareVersionsRequest_FieldMask) DecodeFirestore

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

func (*WatchAgentSoftwareVersionsRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchAgentSoftwareVersionsRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchAgentSoftwareVersionsRequest_FieldMask) FromProtoFieldMask

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

func (*WatchAgentSoftwareVersionsRequest_FieldMask) GetPaths

func (*WatchAgentSoftwareVersionsRequest_FieldMask) GetRawPaths

func (*WatchAgentSoftwareVersionsRequest_FieldMask) IsFull

func (WatchAgentSoftwareVersionsRequest_FieldMask) Marshal

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

implement methods required by customType

func (WatchAgentSoftwareVersionsRequest_FieldMask) MarshalJSON

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

func (*WatchAgentSoftwareVersionsRequest_FieldMask) PathsCount

func (fieldMask *WatchAgentSoftwareVersionsRequest_FieldMask) PathsCount() int

func (*WatchAgentSoftwareVersionsRequest_FieldMask) Project

func (*WatchAgentSoftwareVersionsRequest_FieldMask) ProjectRaw

func (*WatchAgentSoftwareVersionsRequest_FieldMask) ProtoMessage

func (fieldMask *WatchAgentSoftwareVersionsRequest_FieldMask) ProtoMessage()

func (*WatchAgentSoftwareVersionsRequest_FieldMask) ProtoReflect

func (*WatchAgentSoftwareVersionsRequest_FieldMask) Reset

func (*WatchAgentSoftwareVersionsRequest_FieldMask) Set

func (*WatchAgentSoftwareVersionsRequest_FieldMask) SetFromCliFlag

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

func (*WatchAgentSoftwareVersionsRequest_FieldMask) SetRaw

func (*WatchAgentSoftwareVersionsRequest_FieldMask) Size

func (*WatchAgentSoftwareVersionsRequest_FieldMask) String

func (*WatchAgentSoftwareVersionsRequest_FieldMask) Subtract

func (*WatchAgentSoftwareVersionsRequest_FieldMask) SubtractRaw

func (*WatchAgentSoftwareVersionsRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*WatchAgentSoftwareVersionsRequest_FieldMask) Unmarshal

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

func (*WatchAgentSoftwareVersionsRequest_FieldMask) UnmarshalJSON

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

type WatchAgentSoftwareVersionsRequest_FieldPath

type WatchAgentSoftwareVersionsRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchAgentSoftwareVersionsRequest_FieldPathSelector
	Get(source *WatchAgentSoftwareVersionsRequest) []interface{}
	GetSingle(source *WatchAgentSoftwareVersionsRequest) (interface{}, bool)
	ClearValue(item *WatchAgentSoftwareVersionsRequest)

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

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

func MustParseWatchAgentSoftwareVersionsRequest_FieldPath

func MustParseWatchAgentSoftwareVersionsRequest_FieldPath(rawField string) WatchAgentSoftwareVersionsRequest_FieldPath

func ParseWatchAgentSoftwareVersionsRequest_FieldPath

func ParseWatchAgentSoftwareVersionsRequest_FieldPath(rawField string) (WatchAgentSoftwareVersionsRequest_FieldPath, error)

type WatchAgentSoftwareVersionsRequest_FieldPathArrayItemValue

type WatchAgentSoftwareVersionsRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchAgentSoftwareVersionsRequest_FieldPath
	ContainsValue(*WatchAgentSoftwareVersionsRequest) bool
}

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

func MustParseWatchAgentSoftwareVersionsRequest_FieldPathArrayItemValue

func MustParseWatchAgentSoftwareVersionsRequest_FieldPathArrayItemValue(pathStr, valueStr string) WatchAgentSoftwareVersionsRequest_FieldPathArrayItemValue

func ParseWatchAgentSoftwareVersionsRequest_FieldPathArrayItemValue

func ParseWatchAgentSoftwareVersionsRequest_FieldPathArrayItemValue(pathStr, valueStr string) (WatchAgentSoftwareVersionsRequest_FieldPathArrayItemValue, error)

ParseWatchAgentSoftwareVersionsRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchAgentSoftwareVersionsRequest_FieldPathArrayOfValues

type WatchAgentSoftwareVersionsRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchAgentSoftwareVersionsRequest_FieldPath
}

WatchAgentSoftwareVersionsRequest_FieldPathArrayOfValues allows storing slice of values for WatchAgentSoftwareVersionsRequest fields according to their type

func MustParseWatchAgentSoftwareVersionsRequest_FieldPathArrayOfValues

func MustParseWatchAgentSoftwareVersionsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) WatchAgentSoftwareVersionsRequest_FieldPathArrayOfValues

func ParseWatchAgentSoftwareVersionsRequest_FieldPathArrayOfValues

func ParseWatchAgentSoftwareVersionsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchAgentSoftwareVersionsRequest_FieldPathArrayOfValues, error)

type WatchAgentSoftwareVersionsRequest_FieldPathSelector

type WatchAgentSoftwareVersionsRequest_FieldPathSelector int32
const (
	WatchAgentSoftwareVersionsRequest_FieldPathSelectorType         WatchAgentSoftwareVersionsRequest_FieldPathSelector = 0
	WatchAgentSoftwareVersionsRequest_FieldPathSelectorPageSize     WatchAgentSoftwareVersionsRequest_FieldPathSelector = 1
	WatchAgentSoftwareVersionsRequest_FieldPathSelectorPageToken    WatchAgentSoftwareVersionsRequest_FieldPathSelector = 2
	WatchAgentSoftwareVersionsRequest_FieldPathSelectorOrderBy      WatchAgentSoftwareVersionsRequest_FieldPathSelector = 3
	WatchAgentSoftwareVersionsRequest_FieldPathSelectorResumeToken  WatchAgentSoftwareVersionsRequest_FieldPathSelector = 4
	WatchAgentSoftwareVersionsRequest_FieldPathSelectorStartingTime WatchAgentSoftwareVersionsRequest_FieldPathSelector = 5
	WatchAgentSoftwareVersionsRequest_FieldPathSelectorFilter       WatchAgentSoftwareVersionsRequest_FieldPathSelector = 6
	WatchAgentSoftwareVersionsRequest_FieldPathSelectorFieldMask    WatchAgentSoftwareVersionsRequest_FieldPathSelector = 7
	WatchAgentSoftwareVersionsRequest_FieldPathSelectorView         WatchAgentSoftwareVersionsRequest_FieldPathSelector = 8
	WatchAgentSoftwareVersionsRequest_FieldPathSelectorMaxChunkSize WatchAgentSoftwareVersionsRequest_FieldPathSelector = 9
)

func (WatchAgentSoftwareVersionsRequest_FieldPathSelector) String

type WatchAgentSoftwareVersionsRequest_FieldPathValue

type WatchAgentSoftwareVersionsRequest_FieldPathValue interface {
	WatchAgentSoftwareVersionsRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchAgentSoftwareVersionsRequest)
	CompareWith(*WatchAgentSoftwareVersionsRequest) (cmp int, comparable bool)
}

WatchAgentSoftwareVersionsRequest_FieldPathValue allows storing values for WatchAgentSoftwareVersionsRequest fields according to their type

func MustParseWatchAgentSoftwareVersionsRequest_FieldPathValue

func MustParseWatchAgentSoftwareVersionsRequest_FieldPathValue(pathStr, valueStr string) WatchAgentSoftwareVersionsRequest_FieldPathValue

func ParseWatchAgentSoftwareVersionsRequest_FieldPathValue

func ParseWatchAgentSoftwareVersionsRequest_FieldPathValue(pathStr, valueStr string) (WatchAgentSoftwareVersionsRequest_FieldPathValue, error)

type WatchAgentSoftwareVersionsRequest_FieldTerminalPath

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

func (*WatchAgentSoftwareVersionsRequest_FieldTerminalPath) ClearValue

func (*WatchAgentSoftwareVersionsRequest_FieldTerminalPath) ClearValueRaw

func (*WatchAgentSoftwareVersionsRequest_FieldTerminalPath) Get

Get returns all values pointed by specific field from source WatchAgentSoftwareVersionsRequest

func (*WatchAgentSoftwareVersionsRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchAgentSoftwareVersionsRequest_FieldTerminalPath) GetRaw

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

func (*WatchAgentSoftwareVersionsRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source WatchAgentSoftwareVersionsRequest

func (*WatchAgentSoftwareVersionsRequest_FieldTerminalPath) GetSingleRaw

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

func (*WatchAgentSoftwareVersionsRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchAgentSoftwareVersionsRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchAgentSoftwareVersionsRequest_FieldTerminalPath) Selector

func (*WatchAgentSoftwareVersionsRequest_FieldTerminalPath) SplitIntoTerminalIPaths

func (*WatchAgentSoftwareVersionsRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchAgentSoftwareVersionsRequest_FieldTerminalPath) WithIArrayItemValue

func (*WatchAgentSoftwareVersionsRequest_FieldTerminalPath) WithIArrayOfValues

func (*WatchAgentSoftwareVersionsRequest_FieldTerminalPath) WithIValue

func (*WatchAgentSoftwareVersionsRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*WatchAgentSoftwareVersionsRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchAgentSoftwareVersionsRequest_FieldTerminalPath) WithRawIValue

type WatchAgentSoftwareVersionsRequest_FieldTerminalPathArrayItemValue

type WatchAgentSoftwareVersionsRequest_FieldTerminalPathArrayItemValue struct {
	WatchAgentSoftwareVersionsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAgentSoftwareVersionsRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchAgentSoftwareVersionsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchAgentSoftwareVersionsRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchAgentSoftwareVersionsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchAgentSoftwareVersionsRequest_FieldTerminalPathArrayOfValues

type WatchAgentSoftwareVersionsRequest_FieldTerminalPathArrayOfValues struct {
	WatchAgentSoftwareVersionsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAgentSoftwareVersionsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*WatchAgentSoftwareVersionsRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues

func (*WatchAgentSoftwareVersionsRequest_FieldTerminalPathArrayOfValues) AsMaxChunkSizeArrayOfValues

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

func (*WatchAgentSoftwareVersionsRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues

func (*WatchAgentSoftwareVersionsRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues

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

func (*WatchAgentSoftwareVersionsRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues

func (*WatchAgentSoftwareVersionsRequest_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues

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

func (*WatchAgentSoftwareVersionsRequest_FieldTerminalPathArrayOfValues) AsStartingTimeArrayOfValues

func (*WatchAgentSoftwareVersionsRequest_FieldTerminalPathArrayOfValues) AsTypeArrayOfValues

func (*WatchAgentSoftwareVersionsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

func (*WatchAgentSoftwareVersionsRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchAgentSoftwareVersionsRequest_FieldTerminalPathValue

type WatchAgentSoftwareVersionsRequest_FieldTerminalPathValue struct {
	WatchAgentSoftwareVersionsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAgentSoftwareVersionsRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*WatchAgentSoftwareVersionsRequest_FieldTerminalPathValue) AsFilterValue

func (*WatchAgentSoftwareVersionsRequest_FieldTerminalPathValue) AsMaxChunkSizeValue

func (*WatchAgentSoftwareVersionsRequest_FieldTerminalPathValue) AsOrderByValue

func (*WatchAgentSoftwareVersionsRequest_FieldTerminalPathValue) AsPageSizeValue

func (*WatchAgentSoftwareVersionsRequest_FieldTerminalPathValue) AsPageTokenValue

func (*WatchAgentSoftwareVersionsRequest_FieldTerminalPathValue) AsResumeTokenValue

func (*WatchAgentSoftwareVersionsRequest_FieldTerminalPathValue) AsStartingTimeValue

func (*WatchAgentSoftwareVersionsRequest_FieldTerminalPathValue) AsTypeValue

func (*WatchAgentSoftwareVersionsRequest_FieldTerminalPathValue) AsViewValue

func (*WatchAgentSoftwareVersionsRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchAgentSoftwareVersionsRequest_FieldTerminalPathValue' with the value under path in 'WatchAgentSoftwareVersionsRequest'.

func (*WatchAgentSoftwareVersionsRequest_FieldTerminalPathValue) CompareWithRaw

func (*WatchAgentSoftwareVersionsRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchAgentSoftwareVersionsRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchAgentSoftwareVersionsRequest

func (*WatchAgentSoftwareVersionsRequest_FieldTerminalPathValue) SetToRaw

type WatchAgentSoftwareVersionsResponse

type WatchAgentSoftwareVersionsResponse struct {

	// Changes of AgentSoftwareVersions
	AgentSoftwareVersionChanges []*agent_software_version.AgentSoftwareVersionChange `` /* 186-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 AgentSoftwareVersions 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 *WatchAgentSoftwareVersionsResponse_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 (AgentSoftwareVersions 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
}

WatchAgentSoftwareVersionsResponse

func (*WatchAgentSoftwareVersionsResponse) Clone

func (*WatchAgentSoftwareVersionsResponse) CloneRaw

func (*WatchAgentSoftwareVersionsResponse) Descriptor

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

Deprecated, Use WatchAgentSoftwareVersionsResponse.ProtoReflect.Descriptor instead.

func (*WatchAgentSoftwareVersionsResponse) GetAgentSoftwareVersionChanges

func (*WatchAgentSoftwareVersionsResponse) GetIsCurrent

func (m *WatchAgentSoftwareVersionsResponse) GetIsCurrent() bool

func (*WatchAgentSoftwareVersionsResponse) GetIsHardReset

func (m *WatchAgentSoftwareVersionsResponse) GetIsHardReset() bool

func (*WatchAgentSoftwareVersionsResponse) GetIsSoftReset

func (m *WatchAgentSoftwareVersionsResponse) GetIsSoftReset() bool

func (*WatchAgentSoftwareVersionsResponse) GetPageTokenChange

func (*WatchAgentSoftwareVersionsResponse) GetResumeToken

func (m *WatchAgentSoftwareVersionsResponse) GetResumeToken() string

func (*WatchAgentSoftwareVersionsResponse) GetSnapshotSize

func (m *WatchAgentSoftwareVersionsResponse) GetSnapshotSize() int64

func (*WatchAgentSoftwareVersionsResponse) GotenMessage

func (*WatchAgentSoftwareVersionsResponse) GotenMessage()

func (*WatchAgentSoftwareVersionsResponse) GotenObjectExt

func (o *WatchAgentSoftwareVersionsResponse) GotenObjectExt()

func (*WatchAgentSoftwareVersionsResponse) GotenValidate

func (obj *WatchAgentSoftwareVersionsResponse) GotenValidate() error

func (*WatchAgentSoftwareVersionsResponse) MakeFullFieldMask

func (*WatchAgentSoftwareVersionsResponse) MakeRawDiffFieldMask

func (*WatchAgentSoftwareVersionsResponse) MakeRawFullFieldMask

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

func (*WatchAgentSoftwareVersionsResponse) Marshal

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

func (*WatchAgentSoftwareVersionsResponse) MarshalJSON

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

func (*WatchAgentSoftwareVersionsResponse) Merge

func (*WatchAgentSoftwareVersionsResponse) MergeRaw

func (*WatchAgentSoftwareVersionsResponse) ProtoMessage

func (*WatchAgentSoftwareVersionsResponse) ProtoMessage()

func (*WatchAgentSoftwareVersionsResponse) ProtoReflect

func (*WatchAgentSoftwareVersionsResponse) Reset

func (*WatchAgentSoftwareVersionsResponse) SetAgentSoftwareVersionChanges

func (*WatchAgentSoftwareVersionsResponse) SetIsCurrent

func (m *WatchAgentSoftwareVersionsResponse) SetIsCurrent(fv bool)

func (*WatchAgentSoftwareVersionsResponse) SetIsHardReset

func (m *WatchAgentSoftwareVersionsResponse) SetIsHardReset(fv bool)

func (*WatchAgentSoftwareVersionsResponse) SetIsSoftReset

func (m *WatchAgentSoftwareVersionsResponse) SetIsSoftReset(fv bool)

func (*WatchAgentSoftwareVersionsResponse) SetPageTokenChange

func (*WatchAgentSoftwareVersionsResponse) SetResumeToken

func (m *WatchAgentSoftwareVersionsResponse) SetResumeToken(fv string)

func (*WatchAgentSoftwareVersionsResponse) SetSnapshotSize

func (m *WatchAgentSoftwareVersionsResponse) SetSnapshotSize(fv int64)

func (*WatchAgentSoftwareVersionsResponse) String

func (*WatchAgentSoftwareVersionsResponse) Unmarshal

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

func (*WatchAgentSoftwareVersionsResponse) UnmarshalJSON

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

type WatchAgentSoftwareVersionsResponseFieldPathBuilder

type WatchAgentSoftwareVersionsResponseFieldPathBuilder struct{}

func NewWatchAgentSoftwareVersionsResponseFieldPathBuilder

func NewWatchAgentSoftwareVersionsResponseFieldPathBuilder() WatchAgentSoftwareVersionsResponseFieldPathBuilder

func (WatchAgentSoftwareVersionsResponseFieldPathBuilder) IsCurrent

func (WatchAgentSoftwareVersionsResponseFieldPathBuilder) IsHardReset

func (WatchAgentSoftwareVersionsResponseFieldPathBuilder) IsSoftReset

func (WatchAgentSoftwareVersionsResponseFieldPathBuilder) PageTokenChange

func (WatchAgentSoftwareVersionsResponseFieldPathBuilder) ResumeToken

func (WatchAgentSoftwareVersionsResponseFieldPathBuilder) SnapshotSize

type WatchAgentSoftwareVersionsResponsePageTokenChangeFieldPathBuilder

type WatchAgentSoftwareVersionsResponsePageTokenChangeFieldPathBuilder struct{}

type WatchAgentSoftwareVersionsResponsePageTokenChange_FieldPath

type WatchAgentSoftwareVersionsResponsePageTokenChange_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchAgentSoftwareVersionsResponsePageTokenChange_FieldPathSelector
	Get(source *WatchAgentSoftwareVersionsResponse_PageTokenChange) []interface{}
	GetSingle(source *WatchAgentSoftwareVersionsResponse_PageTokenChange) (interface{}, bool)
	ClearValue(item *WatchAgentSoftwareVersionsResponse_PageTokenChange)

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

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

func MustParseWatchAgentSoftwareVersionsResponsePageTokenChange_FieldPath

func MustParseWatchAgentSoftwareVersionsResponsePageTokenChange_FieldPath(rawField string) WatchAgentSoftwareVersionsResponsePageTokenChange_FieldPath

func ParseWatchAgentSoftwareVersionsResponsePageTokenChange_FieldPath

func ParseWatchAgentSoftwareVersionsResponsePageTokenChange_FieldPath(rawField string) (WatchAgentSoftwareVersionsResponsePageTokenChange_FieldPath, error)

type WatchAgentSoftwareVersionsResponsePageTokenChange_FieldPathArrayItemValue

type WatchAgentSoftwareVersionsResponsePageTokenChange_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchAgentSoftwareVersionsResponsePageTokenChange_FieldPath
	ContainsValue(*WatchAgentSoftwareVersionsResponse_PageTokenChange) bool
}

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

func MustParseWatchAgentSoftwareVersionsResponsePageTokenChange_FieldPathArrayItemValue

func MustParseWatchAgentSoftwareVersionsResponsePageTokenChange_FieldPathArrayItemValue(pathStr, valueStr string) WatchAgentSoftwareVersionsResponsePageTokenChange_FieldPathArrayItemValue

func ParseWatchAgentSoftwareVersionsResponsePageTokenChange_FieldPathArrayItemValue

func ParseWatchAgentSoftwareVersionsResponsePageTokenChange_FieldPathArrayItemValue(pathStr, valueStr string) (WatchAgentSoftwareVersionsResponsePageTokenChange_FieldPathArrayItemValue, error)

ParseWatchAgentSoftwareVersionsResponsePageTokenChange_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchAgentSoftwareVersionsResponsePageTokenChange_FieldPathArrayOfValues

type WatchAgentSoftwareVersionsResponsePageTokenChange_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchAgentSoftwareVersionsResponsePageTokenChange_FieldPath
}

WatchAgentSoftwareVersionsResponsePageTokenChange_FieldPathArrayOfValues allows storing slice of values for PageTokenChange fields according to their type

func MustParseWatchAgentSoftwareVersionsResponsePageTokenChange_FieldPathArrayOfValues

func MustParseWatchAgentSoftwareVersionsResponsePageTokenChange_FieldPathArrayOfValues(pathStr, valuesStr string) WatchAgentSoftwareVersionsResponsePageTokenChange_FieldPathArrayOfValues

func ParseWatchAgentSoftwareVersionsResponsePageTokenChange_FieldPathArrayOfValues

func ParseWatchAgentSoftwareVersionsResponsePageTokenChange_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchAgentSoftwareVersionsResponsePageTokenChange_FieldPathArrayOfValues, error)

type WatchAgentSoftwareVersionsResponsePageTokenChange_FieldPathSelector

type WatchAgentSoftwareVersionsResponsePageTokenChange_FieldPathSelector int32
const (
	WatchAgentSoftwareVersionsResponsePageTokenChange_FieldPathSelectorPrevPageToken WatchAgentSoftwareVersionsResponsePageTokenChange_FieldPathSelector = 0
	WatchAgentSoftwareVersionsResponsePageTokenChange_FieldPathSelectorNextPageToken WatchAgentSoftwareVersionsResponsePageTokenChange_FieldPathSelector = 1
)

func (WatchAgentSoftwareVersionsResponsePageTokenChange_FieldPathSelector) String

type WatchAgentSoftwareVersionsResponsePageTokenChange_FieldPathValue

type WatchAgentSoftwareVersionsResponsePageTokenChange_FieldPathValue interface {
	WatchAgentSoftwareVersionsResponsePageTokenChange_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchAgentSoftwareVersionsResponse_PageTokenChange)
	CompareWith(*WatchAgentSoftwareVersionsResponse_PageTokenChange) (cmp int, comparable bool)
}

WatchAgentSoftwareVersionsResponsePageTokenChange_FieldPathValue allows storing values for PageTokenChange fields according to their type

func MustParseWatchAgentSoftwareVersionsResponsePageTokenChange_FieldPathValue

func MustParseWatchAgentSoftwareVersionsResponsePageTokenChange_FieldPathValue(pathStr, valueStr string) WatchAgentSoftwareVersionsResponsePageTokenChange_FieldPathValue

func ParseWatchAgentSoftwareVersionsResponsePageTokenChange_FieldPathValue

func ParseWatchAgentSoftwareVersionsResponsePageTokenChange_FieldPathValue(pathStr, valueStr string) (WatchAgentSoftwareVersionsResponsePageTokenChange_FieldPathValue, error)

type WatchAgentSoftwareVersionsResponsePageTokenChange_FieldTerminalPath

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

func (*WatchAgentSoftwareVersionsResponsePageTokenChange_FieldTerminalPath) ClearValue

func (*WatchAgentSoftwareVersionsResponsePageTokenChange_FieldTerminalPath) ClearValueRaw

func (*WatchAgentSoftwareVersionsResponsePageTokenChange_FieldTerminalPath) Get

Get returns all values pointed by specific field from source WatchAgentSoftwareVersionsResponse_PageTokenChange

func (*WatchAgentSoftwareVersionsResponsePageTokenChange_FieldTerminalPath) GetDefault

GetDefault returns a default value of the field type

func (*WatchAgentSoftwareVersionsResponsePageTokenChange_FieldTerminalPath) GetRaw

func (*WatchAgentSoftwareVersionsResponsePageTokenChange_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source WatchAgentSoftwareVersionsResponse_PageTokenChange

func (*WatchAgentSoftwareVersionsResponsePageTokenChange_FieldTerminalPath) GetSingleRaw

func (*WatchAgentSoftwareVersionsResponsePageTokenChange_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchAgentSoftwareVersionsResponsePageTokenChange_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchAgentSoftwareVersionsResponsePageTokenChange_FieldTerminalPath) Selector

func (*WatchAgentSoftwareVersionsResponsePageTokenChange_FieldTerminalPath) SplitIntoTerminalIPaths

func (*WatchAgentSoftwareVersionsResponsePageTokenChange_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchAgentSoftwareVersionsResponsePageTokenChange_FieldTerminalPath) WithIArrayItemValue

func (*WatchAgentSoftwareVersionsResponsePageTokenChange_FieldTerminalPath) WithIArrayOfValues

func (*WatchAgentSoftwareVersionsResponsePageTokenChange_FieldTerminalPath) WithIValue

func (*WatchAgentSoftwareVersionsResponsePageTokenChange_FieldTerminalPath) WithRawIArrayItemValue

func (*WatchAgentSoftwareVersionsResponsePageTokenChange_FieldTerminalPath) WithRawIArrayOfValues

func (*WatchAgentSoftwareVersionsResponsePageTokenChange_FieldTerminalPath) WithRawIValue

type WatchAgentSoftwareVersionsResponsePageTokenChange_FieldTerminalPathArrayItemValue

type WatchAgentSoftwareVersionsResponsePageTokenChange_FieldTerminalPathArrayItemValue struct {
	WatchAgentSoftwareVersionsResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAgentSoftwareVersionsResponsePageTokenChange_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchAgentSoftwareVersionsResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetRawItemValue

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

func (*WatchAgentSoftwareVersionsResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchAgentSoftwareVersionsResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingleRaw

type WatchAgentSoftwareVersionsResponsePageTokenChange_FieldTerminalPathArrayOfValues

type WatchAgentSoftwareVersionsResponsePageTokenChange_FieldTerminalPathArrayOfValues struct {
	WatchAgentSoftwareVersionsResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAgentSoftwareVersionsResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues

func (*WatchAgentSoftwareVersionsResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues

func (*WatchAgentSoftwareVersionsResponsePageTokenChange_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchAgentSoftwareVersionsResponsePageTokenChange_FieldTerminalPathValue

type WatchAgentSoftwareVersionsResponsePageTokenChange_FieldTerminalPathValue struct {
	WatchAgentSoftwareVersionsResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAgentSoftwareVersionsResponsePageTokenChange_FieldTerminalPathValue) AsNextPageTokenValue

func (*WatchAgentSoftwareVersionsResponsePageTokenChange_FieldTerminalPathValue) AsPrevPageTokenValue

func (*WatchAgentSoftwareVersionsResponsePageTokenChange_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchAgentSoftwareVersionsResponsePageTokenChange_FieldTerminalPathValue' with the value under path in 'WatchAgentSoftwareVersionsResponse_PageTokenChange'.

func (*WatchAgentSoftwareVersionsResponsePageTokenChange_FieldTerminalPathValue) CompareWithRaw

func (*WatchAgentSoftwareVersionsResponsePageTokenChange_FieldTerminalPathValue) GetRawValue

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

func (*WatchAgentSoftwareVersionsResponsePageTokenChange_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object PageTokenChange

func (*WatchAgentSoftwareVersionsResponsePageTokenChange_FieldTerminalPathValue) SetToRaw

type WatchAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionChanges

type WatchAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionChanges struct{}

func (WatchAgentSoftwareVersionsResponsePathSelectorAgentSoftwareVersionChanges) FieldPath

type WatchAgentSoftwareVersionsResponsePathSelectorIsCurrent

type WatchAgentSoftwareVersionsResponsePathSelectorIsCurrent struct{}

func (WatchAgentSoftwareVersionsResponsePathSelectorIsCurrent) FieldPath

func (WatchAgentSoftwareVersionsResponsePathSelectorIsCurrent) WithArrayOfValues

func (WatchAgentSoftwareVersionsResponsePathSelectorIsCurrent) WithValue

type WatchAgentSoftwareVersionsResponsePathSelectorIsHardReset

type WatchAgentSoftwareVersionsResponsePathSelectorIsHardReset struct{}

func (WatchAgentSoftwareVersionsResponsePathSelectorIsHardReset) FieldPath

func (WatchAgentSoftwareVersionsResponsePathSelectorIsHardReset) WithArrayOfValues

func (WatchAgentSoftwareVersionsResponsePathSelectorIsHardReset) WithValue

type WatchAgentSoftwareVersionsResponsePathSelectorIsSoftReset

type WatchAgentSoftwareVersionsResponsePathSelectorIsSoftReset struct{}

func (WatchAgentSoftwareVersionsResponsePathSelectorIsSoftReset) FieldPath

func (WatchAgentSoftwareVersionsResponsePathSelectorIsSoftReset) WithArrayOfValues

func (WatchAgentSoftwareVersionsResponsePathSelectorIsSoftReset) WithValue

type WatchAgentSoftwareVersionsResponsePathSelectorPageTokenChange

type WatchAgentSoftwareVersionsResponsePathSelectorPageTokenChange struct{}

func (WatchAgentSoftwareVersionsResponsePathSelectorPageTokenChange) FieldPath

type WatchAgentSoftwareVersionsResponsePathSelectorPageTokenChangeNextPageToken

type WatchAgentSoftwareVersionsResponsePathSelectorPageTokenChangeNextPageToken struct{}

func (WatchAgentSoftwareVersionsResponsePathSelectorPageTokenChangeNextPageToken) FieldPath

func (WatchAgentSoftwareVersionsResponsePathSelectorPageTokenChangeNextPageToken) WithArrayOfValues

func (WatchAgentSoftwareVersionsResponsePathSelectorPageTokenChangeNextPageToken) WithValue

type WatchAgentSoftwareVersionsResponsePathSelectorPageTokenChangePrevPageToken

type WatchAgentSoftwareVersionsResponsePathSelectorPageTokenChangePrevPageToken struct{}

func (WatchAgentSoftwareVersionsResponsePathSelectorPageTokenChangePrevPageToken) FieldPath

func (WatchAgentSoftwareVersionsResponsePathSelectorPageTokenChangePrevPageToken) WithArrayOfValues

func (WatchAgentSoftwareVersionsResponsePathSelectorPageTokenChangePrevPageToken) WithValue

type WatchAgentSoftwareVersionsResponsePathSelectorResumeToken

type WatchAgentSoftwareVersionsResponsePathSelectorResumeToken struct{}

func (WatchAgentSoftwareVersionsResponsePathSelectorResumeToken) FieldPath

func (WatchAgentSoftwareVersionsResponsePathSelectorResumeToken) WithArrayOfValues

func (WatchAgentSoftwareVersionsResponsePathSelectorResumeToken) WithValue

type WatchAgentSoftwareVersionsResponsePathSelectorSnapshotSize

type WatchAgentSoftwareVersionsResponsePathSelectorSnapshotSize struct{}

func (WatchAgentSoftwareVersionsResponsePathSelectorSnapshotSize) FieldPath

func (WatchAgentSoftwareVersionsResponsePathSelectorSnapshotSize) WithArrayOfValues

func (WatchAgentSoftwareVersionsResponsePathSelectorSnapshotSize) WithValue

type WatchAgentSoftwareVersionsResponse_FieldMask

type WatchAgentSoftwareVersionsResponse_FieldMask struct {
	Paths []WatchAgentSoftwareVersionsResponse_FieldPath
}

func FullWatchAgentSoftwareVersionsResponse_FieldMask

func FullWatchAgentSoftwareVersionsResponse_FieldMask() *WatchAgentSoftwareVersionsResponse_FieldMask

func (*WatchAgentSoftwareVersionsResponse_FieldMask) AppendPath

func (*WatchAgentSoftwareVersionsResponse_FieldMask) AppendRawPath

func (*WatchAgentSoftwareVersionsResponse_FieldMask) DecodeFirestore

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

func (*WatchAgentSoftwareVersionsResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchAgentSoftwareVersionsResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchAgentSoftwareVersionsResponse_FieldMask) FromProtoFieldMask

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

func (*WatchAgentSoftwareVersionsResponse_FieldMask) GetPaths

func (*WatchAgentSoftwareVersionsResponse_FieldMask) GetRawPaths

func (*WatchAgentSoftwareVersionsResponse_FieldMask) IsFull

func (WatchAgentSoftwareVersionsResponse_FieldMask) Marshal

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

implement methods required by customType

func (WatchAgentSoftwareVersionsResponse_FieldMask) MarshalJSON

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

func (*WatchAgentSoftwareVersionsResponse_FieldMask) PathsCount

func (fieldMask *WatchAgentSoftwareVersionsResponse_FieldMask) PathsCount() int

func (*WatchAgentSoftwareVersionsResponse_FieldMask) Project

func (*WatchAgentSoftwareVersionsResponse_FieldMask) ProjectRaw

func (*WatchAgentSoftwareVersionsResponse_FieldMask) ProtoMessage

func (fieldMask *WatchAgentSoftwareVersionsResponse_FieldMask) ProtoMessage()

func (*WatchAgentSoftwareVersionsResponse_FieldMask) ProtoReflect

func (*WatchAgentSoftwareVersionsResponse_FieldMask) Reset

func (*WatchAgentSoftwareVersionsResponse_FieldMask) Set

func (*WatchAgentSoftwareVersionsResponse_FieldMask) SetFromCliFlag

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

func (*WatchAgentSoftwareVersionsResponse_FieldMask) SetRaw

func (*WatchAgentSoftwareVersionsResponse_FieldMask) Size

func (*WatchAgentSoftwareVersionsResponse_FieldMask) String

func (*WatchAgentSoftwareVersionsResponse_FieldMask) Subtract

func (*WatchAgentSoftwareVersionsResponse_FieldMask) SubtractRaw

func (*WatchAgentSoftwareVersionsResponse_FieldMask) ToProtoFieldMask

ToFieldMask is used for proto conversions

func (*WatchAgentSoftwareVersionsResponse_FieldMask) Unmarshal

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

func (*WatchAgentSoftwareVersionsResponse_FieldMask) UnmarshalJSON

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

type WatchAgentSoftwareVersionsResponse_FieldPath

type WatchAgentSoftwareVersionsResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchAgentSoftwareVersionsResponse_FieldPathSelector
	Get(source *WatchAgentSoftwareVersionsResponse) []interface{}
	GetSingle(source *WatchAgentSoftwareVersionsResponse) (interface{}, bool)
	ClearValue(item *WatchAgentSoftwareVersionsResponse)

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

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

func MustParseWatchAgentSoftwareVersionsResponse_FieldPath

func MustParseWatchAgentSoftwareVersionsResponse_FieldPath(rawField string) WatchAgentSoftwareVersionsResponse_FieldPath

func ParseWatchAgentSoftwareVersionsResponse_FieldPath

func ParseWatchAgentSoftwareVersionsResponse_FieldPath(rawField string) (WatchAgentSoftwareVersionsResponse_FieldPath, error)

type WatchAgentSoftwareVersionsResponse_FieldPathArrayItemValue

type WatchAgentSoftwareVersionsResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchAgentSoftwareVersionsResponse_FieldPath
	ContainsValue(*WatchAgentSoftwareVersionsResponse) bool
}

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

func MustParseWatchAgentSoftwareVersionsResponse_FieldPathArrayItemValue

func MustParseWatchAgentSoftwareVersionsResponse_FieldPathArrayItemValue(pathStr, valueStr string) WatchAgentSoftwareVersionsResponse_FieldPathArrayItemValue

func ParseWatchAgentSoftwareVersionsResponse_FieldPathArrayItemValue

func ParseWatchAgentSoftwareVersionsResponse_FieldPathArrayItemValue(pathStr, valueStr string) (WatchAgentSoftwareVersionsResponse_FieldPathArrayItemValue, error)

ParseWatchAgentSoftwareVersionsResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchAgentSoftwareVersionsResponse_FieldPathArrayOfValues

type WatchAgentSoftwareVersionsResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchAgentSoftwareVersionsResponse_FieldPath
}

WatchAgentSoftwareVersionsResponse_FieldPathArrayOfValues allows storing slice of values for WatchAgentSoftwareVersionsResponse fields according to their type

func MustParseWatchAgentSoftwareVersionsResponse_FieldPathArrayOfValues

func MustParseWatchAgentSoftwareVersionsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) WatchAgentSoftwareVersionsResponse_FieldPathArrayOfValues

func ParseWatchAgentSoftwareVersionsResponse_FieldPathArrayOfValues

func ParseWatchAgentSoftwareVersionsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchAgentSoftwareVersionsResponse_FieldPathArrayOfValues, error)

type WatchAgentSoftwareVersionsResponse_FieldPathSelector

type WatchAgentSoftwareVersionsResponse_FieldPathSelector int32
const (
	WatchAgentSoftwareVersionsResponse_FieldPathSelectorAgentSoftwareVersionChanges WatchAgentSoftwareVersionsResponse_FieldPathSelector = 0
	WatchAgentSoftwareVersionsResponse_FieldPathSelectorIsCurrent                   WatchAgentSoftwareVersionsResponse_FieldPathSelector = 1
	WatchAgentSoftwareVersionsResponse_FieldPathSelectorPageTokenChange             WatchAgentSoftwareVersionsResponse_FieldPathSelector = 2
	WatchAgentSoftwareVersionsResponse_FieldPathSelectorResumeToken                 WatchAgentSoftwareVersionsResponse_FieldPathSelector = 3
	WatchAgentSoftwareVersionsResponse_FieldPathSelectorSnapshotSize                WatchAgentSoftwareVersionsResponse_FieldPathSelector = 4
	WatchAgentSoftwareVersionsResponse_FieldPathSelectorIsSoftReset                 WatchAgentSoftwareVersionsResponse_FieldPathSelector = 5
	WatchAgentSoftwareVersionsResponse_FieldPathSelectorIsHardReset                 WatchAgentSoftwareVersionsResponse_FieldPathSelector = 6
)

func (WatchAgentSoftwareVersionsResponse_FieldPathSelector) String

type WatchAgentSoftwareVersionsResponse_FieldPathValue

type WatchAgentSoftwareVersionsResponse_FieldPathValue interface {
	WatchAgentSoftwareVersionsResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchAgentSoftwareVersionsResponse)
	CompareWith(*WatchAgentSoftwareVersionsResponse) (cmp int, comparable bool)
}

WatchAgentSoftwareVersionsResponse_FieldPathValue allows storing values for WatchAgentSoftwareVersionsResponse fields according to their type

func MustParseWatchAgentSoftwareVersionsResponse_FieldPathValue

func MustParseWatchAgentSoftwareVersionsResponse_FieldPathValue(pathStr, valueStr string) WatchAgentSoftwareVersionsResponse_FieldPathValue

func ParseWatchAgentSoftwareVersionsResponse_FieldPathValue

func ParseWatchAgentSoftwareVersionsResponse_FieldPathValue(pathStr, valueStr string) (WatchAgentSoftwareVersionsResponse_FieldPathValue, error)

type WatchAgentSoftwareVersionsResponse_FieldSubPath

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

func (*WatchAgentSoftwareVersionsResponse_FieldSubPath) AsPageTokenChangeSubPath

func (*WatchAgentSoftwareVersionsResponse_FieldSubPath) ClearValue

func (*WatchAgentSoftwareVersionsResponse_FieldSubPath) ClearValueRaw

func (*WatchAgentSoftwareVersionsResponse_FieldSubPath) Get

Get returns all values pointed by selected field from source WatchAgentSoftwareVersionsResponse

func (*WatchAgentSoftwareVersionsResponse_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchAgentSoftwareVersionsResponse_FieldSubPath) GetRaw

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

func (*WatchAgentSoftwareVersionsResponse_FieldSubPath) GetSingle

GetSingle returns value of selected field from source WatchAgentSoftwareVersionsResponse

func (*WatchAgentSoftwareVersionsResponse_FieldSubPath) GetSingleRaw

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

func (*WatchAgentSoftwareVersionsResponse_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchAgentSoftwareVersionsResponse_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchAgentSoftwareVersionsResponse_FieldSubPath) Selector

func (*WatchAgentSoftwareVersionsResponse_FieldSubPath) SplitIntoTerminalIPaths

func (*WatchAgentSoftwareVersionsResponse_FieldSubPath) String

String returns path representation in proto convention

func (*WatchAgentSoftwareVersionsResponse_FieldSubPath) WithIArrayItemValue

func (*WatchAgentSoftwareVersionsResponse_FieldSubPath) WithIArrayOfValues

func (*WatchAgentSoftwareVersionsResponse_FieldSubPath) WithIValue

func (*WatchAgentSoftwareVersionsResponse_FieldSubPath) WithRawIArrayItemValue

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

func (*WatchAgentSoftwareVersionsResponse_FieldSubPath) WithRawIArrayOfValues

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

func (*WatchAgentSoftwareVersionsResponse_FieldSubPath) WithRawIValue

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

type WatchAgentSoftwareVersionsResponse_FieldSubPathArrayItemValue

type WatchAgentSoftwareVersionsResponse_FieldSubPathArrayItemValue struct {
	WatchAgentSoftwareVersionsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*WatchAgentSoftwareVersionsResponse_FieldSubPathArrayItemValue) AsPageTokenChangePathItemValue

func (*WatchAgentSoftwareVersionsResponse_FieldSubPathArrayItemValue) ContainsValue

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

func (*WatchAgentSoftwareVersionsResponse_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type WatchAgentSoftwareVersionsResponse_FieldSubPathArrayOfValues

type WatchAgentSoftwareVersionsResponse_FieldSubPathArrayOfValues struct {
	WatchAgentSoftwareVersionsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*WatchAgentSoftwareVersionsResponse_FieldSubPathArrayOfValues) AsPageTokenChangePathArrayOfValues

func (*WatchAgentSoftwareVersionsResponse_FieldSubPathArrayOfValues) GetRawValues

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

type WatchAgentSoftwareVersionsResponse_FieldSubPathValue

type WatchAgentSoftwareVersionsResponse_FieldSubPathValue struct {
	WatchAgentSoftwareVersionsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*WatchAgentSoftwareVersionsResponse_FieldSubPathValue) AsPageTokenChangePathValue

func (*WatchAgentSoftwareVersionsResponse_FieldSubPathValue) CompareWith

func (*WatchAgentSoftwareVersionsResponse_FieldSubPathValue) CompareWithRaw

func (*WatchAgentSoftwareVersionsResponse_FieldSubPathValue) GetRawValue

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

func (*WatchAgentSoftwareVersionsResponse_FieldSubPathValue) SetTo

func (*WatchAgentSoftwareVersionsResponse_FieldSubPathValue) SetToRaw

type WatchAgentSoftwareVersionsResponse_FieldTerminalPath

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

func (*WatchAgentSoftwareVersionsResponse_FieldTerminalPath) ClearValue

func (*WatchAgentSoftwareVersionsResponse_FieldTerminalPath) ClearValueRaw

func (*WatchAgentSoftwareVersionsResponse_FieldTerminalPath) Get

Get returns all values pointed by specific field from source WatchAgentSoftwareVersionsResponse

func (*WatchAgentSoftwareVersionsResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchAgentSoftwareVersionsResponse_FieldTerminalPath) GetRaw

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

func (*WatchAgentSoftwareVersionsResponse_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source WatchAgentSoftwareVersionsResponse

func (*WatchAgentSoftwareVersionsResponse_FieldTerminalPath) GetSingleRaw

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

func (*WatchAgentSoftwareVersionsResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchAgentSoftwareVersionsResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchAgentSoftwareVersionsResponse_FieldTerminalPath) Selector

func (*WatchAgentSoftwareVersionsResponse_FieldTerminalPath) SplitIntoTerminalIPaths

func (*WatchAgentSoftwareVersionsResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchAgentSoftwareVersionsResponse_FieldTerminalPath) WithIArrayItemValue

func (*WatchAgentSoftwareVersionsResponse_FieldTerminalPath) WithIArrayOfValues

func (*WatchAgentSoftwareVersionsResponse_FieldTerminalPath) WithIValue

func (*WatchAgentSoftwareVersionsResponse_FieldTerminalPath) WithRawIArrayItemValue

func (*WatchAgentSoftwareVersionsResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchAgentSoftwareVersionsResponse_FieldTerminalPath) WithRawIValue

type WatchAgentSoftwareVersionsResponse_FieldTerminalPathArrayItemValue

type WatchAgentSoftwareVersionsResponse_FieldTerminalPathArrayItemValue struct {
	WatchAgentSoftwareVersionsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAgentSoftwareVersionsResponse_FieldTerminalPathArrayItemValue) AsAgentSoftwareVersionChangesItemValue

func (*WatchAgentSoftwareVersionsResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchAgentSoftwareVersionsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchAgentSoftwareVersionsResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchAgentSoftwareVersionsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchAgentSoftwareVersionsResponse_FieldTerminalPathArrayOfValues

type WatchAgentSoftwareVersionsResponse_FieldTerminalPathArrayOfValues struct {
	WatchAgentSoftwareVersionsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAgentSoftwareVersionsResponse_FieldTerminalPathArrayOfValues) AsAgentSoftwareVersionChangesArrayOfValues

func (*WatchAgentSoftwareVersionsResponse_FieldTerminalPathArrayOfValues) AsIsCurrentArrayOfValues

func (fpaov *WatchAgentSoftwareVersionsResponse_FieldTerminalPathArrayOfValues) AsIsCurrentArrayOfValues() ([]bool, bool)

func (*WatchAgentSoftwareVersionsResponse_FieldTerminalPathArrayOfValues) AsIsHardResetArrayOfValues

func (fpaov *WatchAgentSoftwareVersionsResponse_FieldTerminalPathArrayOfValues) AsIsHardResetArrayOfValues() ([]bool, bool)

func (*WatchAgentSoftwareVersionsResponse_FieldTerminalPathArrayOfValues) AsIsSoftResetArrayOfValues

func (fpaov *WatchAgentSoftwareVersionsResponse_FieldTerminalPathArrayOfValues) AsIsSoftResetArrayOfValues() ([]bool, bool)

func (*WatchAgentSoftwareVersionsResponse_FieldTerminalPathArrayOfValues) AsPageTokenChangeArrayOfValues

func (*WatchAgentSoftwareVersionsResponse_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues

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

func (*WatchAgentSoftwareVersionsResponse_FieldTerminalPathArrayOfValues) AsSnapshotSizeArrayOfValues

func (fpaov *WatchAgentSoftwareVersionsResponse_FieldTerminalPathArrayOfValues) AsSnapshotSizeArrayOfValues() ([]int64, bool)

func (*WatchAgentSoftwareVersionsResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchAgentSoftwareVersionsResponse_FieldTerminalPathValue

type WatchAgentSoftwareVersionsResponse_FieldTerminalPathValue struct {
	WatchAgentSoftwareVersionsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAgentSoftwareVersionsResponse_FieldTerminalPathValue) AsAgentSoftwareVersionChangesValue

func (*WatchAgentSoftwareVersionsResponse_FieldTerminalPathValue) AsIsCurrentValue

func (*WatchAgentSoftwareVersionsResponse_FieldTerminalPathValue) AsIsHardResetValue

func (*WatchAgentSoftwareVersionsResponse_FieldTerminalPathValue) AsIsSoftResetValue

func (*WatchAgentSoftwareVersionsResponse_FieldTerminalPathValue) AsPageTokenChangeValue

func (*WatchAgentSoftwareVersionsResponse_FieldTerminalPathValue) AsResumeTokenValue

func (*WatchAgentSoftwareVersionsResponse_FieldTerminalPathValue) AsSnapshotSizeValue

func (*WatchAgentSoftwareVersionsResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchAgentSoftwareVersionsResponse_FieldTerminalPathValue' with the value under path in 'WatchAgentSoftwareVersionsResponse'.

func (*WatchAgentSoftwareVersionsResponse_FieldTerminalPathValue) CompareWithRaw

func (*WatchAgentSoftwareVersionsResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchAgentSoftwareVersionsResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchAgentSoftwareVersionsResponse

func (*WatchAgentSoftwareVersionsResponse_FieldTerminalPathValue) SetToRaw

type WatchAgentSoftwareVersionsResponse_PageTokenChange

type WatchAgentSoftwareVersionsResponse_PageTokenChange struct {

	// New token to retrieve previous page of results.
	PrevPageToken *agent_software_version.PagerCursor `` /* 151-byte string literal not displayed */
	// New token to retrieve next page of results.
	NextPageToken *agent_software_version.PagerCursor `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*WatchAgentSoftwareVersionsResponse_PageTokenChange) Clone

func (*WatchAgentSoftwareVersionsResponse_PageTokenChange) CloneRaw

func (*WatchAgentSoftwareVersionsResponse_PageTokenChange) Descriptor

Deprecated, Use WatchAgentSoftwareVersionsResponse_PageTokenChange.ProtoReflect.Descriptor instead.

func (*WatchAgentSoftwareVersionsResponse_PageTokenChange) GetNextPageToken

func (*WatchAgentSoftwareVersionsResponse_PageTokenChange) GetPrevPageToken

func (*WatchAgentSoftwareVersionsResponse_PageTokenChange) GotenMessage

func (*WatchAgentSoftwareVersionsResponse_PageTokenChange) GotenObjectExt

func (*WatchAgentSoftwareVersionsResponse_PageTokenChange) GotenValidate

func (*WatchAgentSoftwareVersionsResponse_PageTokenChange) MakeFullFieldMask

func (*WatchAgentSoftwareVersionsResponse_PageTokenChange) MakeRawDiffFieldMask

func (*WatchAgentSoftwareVersionsResponse_PageTokenChange) MakeRawFullFieldMask

func (*WatchAgentSoftwareVersionsResponse_PageTokenChange) Marshal

func (*WatchAgentSoftwareVersionsResponse_PageTokenChange) MarshalJSON

func (*WatchAgentSoftwareVersionsResponse_PageTokenChange) Merge

func (*WatchAgentSoftwareVersionsResponse_PageTokenChange) MergeRaw

func (*WatchAgentSoftwareVersionsResponse_PageTokenChange) ProtoMessage

func (*WatchAgentSoftwareVersionsResponse_PageTokenChange) ProtoReflect

func (*WatchAgentSoftwareVersionsResponse_PageTokenChange) Reset

func (*WatchAgentSoftwareVersionsResponse_PageTokenChange) SetNextPageToken

func (*WatchAgentSoftwareVersionsResponse_PageTokenChange) SetPrevPageToken

func (*WatchAgentSoftwareVersionsResponse_PageTokenChange) String

func (*WatchAgentSoftwareVersionsResponse_PageTokenChange) Unmarshal

func (*WatchAgentSoftwareVersionsResponse_PageTokenChange) UnmarshalJSON

type WatchAgentSoftwareVersionsResponse_PageTokenChangePathSelectorNextPageToken

type WatchAgentSoftwareVersionsResponse_PageTokenChangePathSelectorNextPageToken struct{}

func (WatchAgentSoftwareVersionsResponse_PageTokenChangePathSelectorNextPageToken) FieldPath

type WatchAgentSoftwareVersionsResponse_PageTokenChangePathSelectorPrevPageToken

type WatchAgentSoftwareVersionsResponse_PageTokenChangePathSelectorPrevPageToken struct{}

func (WatchAgentSoftwareVersionsResponse_PageTokenChangePathSelectorPrevPageToken) FieldPath

type WatchAgentSoftwareVersionsResponse_PageTokenChange_FieldMask

type WatchAgentSoftwareVersionsResponse_PageTokenChange_FieldMask struct {
	Paths []WatchAgentSoftwareVersionsResponsePageTokenChange_FieldPath
}

func (*WatchAgentSoftwareVersionsResponse_PageTokenChange_FieldMask) AppendPath

func (*WatchAgentSoftwareVersionsResponse_PageTokenChange_FieldMask) AppendRawPath

func (*WatchAgentSoftwareVersionsResponse_PageTokenChange_FieldMask) DecodeFirestore

func (*WatchAgentSoftwareVersionsResponse_PageTokenChange_FieldMask) EncodeFirestore

firestore encoding/decoding integration

func (*WatchAgentSoftwareVersionsResponse_PageTokenChange_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchAgentSoftwareVersionsResponse_PageTokenChange_FieldMask) FromProtoFieldMask

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

func (*WatchAgentSoftwareVersionsResponse_PageTokenChange_FieldMask) GetPaths

func (*WatchAgentSoftwareVersionsResponse_PageTokenChange_FieldMask) GetRawPaths

func (*WatchAgentSoftwareVersionsResponse_PageTokenChange_FieldMask) IsFull

func (WatchAgentSoftwareVersionsResponse_PageTokenChange_FieldMask) Marshal

implement methods required by customType

func (WatchAgentSoftwareVersionsResponse_PageTokenChange_FieldMask) MarshalJSON

func (*WatchAgentSoftwareVersionsResponse_PageTokenChange_FieldMask) PathsCount

func (*WatchAgentSoftwareVersionsResponse_PageTokenChange_FieldMask) ProjectRaw

func (*WatchAgentSoftwareVersionsResponse_PageTokenChange_FieldMask) ProtoMessage

func (*WatchAgentSoftwareVersionsResponse_PageTokenChange_FieldMask) ProtoReflect

func (*WatchAgentSoftwareVersionsResponse_PageTokenChange_FieldMask) Reset

func (*WatchAgentSoftwareVersionsResponse_PageTokenChange_FieldMask) Set

func (*WatchAgentSoftwareVersionsResponse_PageTokenChange_FieldMask) SetFromCliFlag

func (*WatchAgentSoftwareVersionsResponse_PageTokenChange_FieldMask) SetRaw

func (*WatchAgentSoftwareVersionsResponse_PageTokenChange_FieldMask) Size

func (*WatchAgentSoftwareVersionsResponse_PageTokenChange_FieldMask) String

func (*WatchAgentSoftwareVersionsResponse_PageTokenChange_FieldMask) SubtractRaw

func (*WatchAgentSoftwareVersionsResponse_PageTokenChange_FieldMask) ToProtoFieldMask

ToFieldMask is used for proto conversions

func (*WatchAgentSoftwareVersionsResponse_PageTokenChange_FieldMask) Unmarshal

func (*WatchAgentSoftwareVersionsResponse_PageTokenChange_FieldMask) UnmarshalJSON

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL