Versions in this module Expand all Collapse all v0 v0.12.9 Nov 14, 2023 v0.12.8 Sep 20, 2023 v0.12.7 Sep 19, 2023 v0.12.6 Sep 19, 2023 v0.12.5 Sep 19, 2023 v0.12.4 Sep 8, 2023 v0.12.3 Aug 28, 2023 v0.12.2 Aug 11, 2023 v0.12.1 Aug 10, 2023 v0.12.0 Jul 25, 2023 v0.11.15 Jul 17, 2023 v0.11.14 Jul 12, 2023 Changes in this version + const NamePattern_Nil + func AsAnyCastAccess(access AgentSoftwareVersionAccess) gotenresource.Access + type AgentSoftwareVersion struct + Android string + Linux string + Mac string + Metadata *ntt_meta.Meta + Name *Name + Windows string + func (*AgentSoftwareVersion) Descriptor() ([]byte, []int) + func (*AgentSoftwareVersion) GotenMessage() + func (*AgentSoftwareVersion) ProtoMessage() + func (m *AgentSoftwareVersion) GetAndroid() string + func (m *AgentSoftwareVersion) GetLinux() string + func (m *AgentSoftwareVersion) GetMac() string + func (m *AgentSoftwareVersion) GetMetadata() *ntt_meta.Meta + func (m *AgentSoftwareVersion) GetName() *Name + func (m *AgentSoftwareVersion) GetWindows() string + func (m *AgentSoftwareVersion) Marshal() ([]byte, error) + func (m *AgentSoftwareVersion) MarshalJSON() ([]byte, error) + func (m *AgentSoftwareVersion) ProtoReflect() preflect.Message + func (m *AgentSoftwareVersion) Reset() + func (m *AgentSoftwareVersion) SetAndroid(fv string) + func (m *AgentSoftwareVersion) SetLinux(fv string) + func (m *AgentSoftwareVersion) SetMac(fv string) + func (m *AgentSoftwareVersion) SetMetadata(fv *ntt_meta.Meta) + func (m *AgentSoftwareVersion) SetName(fv *Name) + func (m *AgentSoftwareVersion) SetWindows(fv string) + func (m *AgentSoftwareVersion) String() string + func (m *AgentSoftwareVersion) Unmarshal(b []byte) error + func (m *AgentSoftwareVersion) UnmarshalJSON(data []byte) error + func (o *AgentSoftwareVersion) Clone() *AgentSoftwareVersion + func (o *AgentSoftwareVersion) CloneRaw() gotenobject.GotenObjectExt + func (o *AgentSoftwareVersion) GotenObjectExt() + func (o *AgentSoftwareVersion) MakeDiffFieldMask(other *AgentSoftwareVersion) *AgentSoftwareVersion_FieldMask + func (o *AgentSoftwareVersion) MakeFullFieldMask() *AgentSoftwareVersion_FieldMask + func (o *AgentSoftwareVersion) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask + func (o *AgentSoftwareVersion) MakeRawFullFieldMask() gotenobject.FieldMask + func (o *AgentSoftwareVersion) Merge(source *AgentSoftwareVersion) + func (o *AgentSoftwareVersion) MergeRaw(source gotenobject.GotenObjectExt) + func (obj *AgentSoftwareVersion) GotenValidate() error + func (r *AgentSoftwareVersion) GetRawName() gotenresource.Name + func (r *AgentSoftwareVersion) GetResourceDescriptor() gotenresource.Descriptor + func (r *AgentSoftwareVersion) MaybePopulateDefaults() error + type AgentSoftwareVersionAccess interface + BatchGetAgentSoftwareVersions func(context.Context, []*Reference, ...gotenresource.BatchGetOption) error + DeleteAgentSoftwareVersion func(context.Context, *Reference, ...gotenresource.DeleteOption) error + GetAgentSoftwareVersion func(context.Context, *GetQuery) (*AgentSoftwareVersion, error) + QueryAgentSoftwareVersions func(context.Context, *ListQuery) (*QueryResultSnapshot, error) + SaveAgentSoftwareVersion func(context.Context, *AgentSoftwareVersion, ...gotenresource.SaveOption) error + WatchAgentSoftwareVersion func(context.Context, *GetQuery, func(*AgentSoftwareVersionChange) error) error + WatchAgentSoftwareVersions func(context.Context, *WatchQuery, func(*QueryResultChange) error) error + type AgentSoftwareVersionChange struct + ChangeType isAgentSoftwareVersionChange_ChangeType + func (*AgentSoftwareVersionChange) Descriptor() ([]byte, []int) + func (*AgentSoftwareVersionChange) GotenMessage() + func (*AgentSoftwareVersionChange) ProtoMessage() + func (c *AgentSoftwareVersionChange) GetAgentSoftwareVersion() *AgentSoftwareVersion + func (c *AgentSoftwareVersionChange) GetAgentSoftwareVersionName() *Name + func (c *AgentSoftwareVersionChange) GetCurrentViewIndex() int32 + func (c *AgentSoftwareVersionChange) GetPreviousViewIndex() int32 + func (c *AgentSoftwareVersionChange) GetRawName() gotenresource.Name + func (c *AgentSoftwareVersionChange) GetRawResource() gotenresource.Resource + func (c *AgentSoftwareVersionChange) IsAdd() bool + func (c *AgentSoftwareVersionChange) IsCurrent() bool + func (c *AgentSoftwareVersionChange) IsDelete() bool + func (c *AgentSoftwareVersionChange) IsModify() bool + func (c *AgentSoftwareVersionChange) SetAddedRaw(snapshot gotenresource.Resource, idx int) + func (c *AgentSoftwareVersionChange) SetCurrentRaw(snapshot gotenresource.Resource) + func (c *AgentSoftwareVersionChange) SetDeletedRaw(name gotenresource.Name, idx int) + func (c *AgentSoftwareVersionChange) SetModifiedRaw(name gotenresource.Name, snapshot gotenresource.Resource, prevIdx int, ...) + func (m *AgentSoftwareVersionChange) GetAdded() *AgentSoftwareVersionChange_Added + func (m *AgentSoftwareVersionChange) GetChangeType() isAgentSoftwareVersionChange_ChangeType + func (m *AgentSoftwareVersionChange) GetCurrent() *AgentSoftwareVersionChange_Current + func (m *AgentSoftwareVersionChange) GetModified() *AgentSoftwareVersionChange_Modified + func (m *AgentSoftwareVersionChange) GetRemoved() *AgentSoftwareVersionChange_Removed + func (m *AgentSoftwareVersionChange) Marshal() ([]byte, error) + func (m *AgentSoftwareVersionChange) MarshalJSON() ([]byte, error) + func (m *AgentSoftwareVersionChange) ProtoReflect() preflect.Message + func (m *AgentSoftwareVersionChange) Reset() + func (m *AgentSoftwareVersionChange) SetAdded(fv *AgentSoftwareVersionChange_Added) + func (m *AgentSoftwareVersionChange) SetChangeType(ofv isAgentSoftwareVersionChange_ChangeType) + func (m *AgentSoftwareVersionChange) SetCurrent(fv *AgentSoftwareVersionChange_Current) + func (m *AgentSoftwareVersionChange) SetModified(fv *AgentSoftwareVersionChange_Modified) + func (m *AgentSoftwareVersionChange) SetRemoved(fv *AgentSoftwareVersionChange_Removed) + func (m *AgentSoftwareVersionChange) String() string + func (m *AgentSoftwareVersionChange) Unmarshal(b []byte) error + func (m *AgentSoftwareVersionChange) UnmarshalJSON(data []byte) error + func (obj *AgentSoftwareVersionChange) GotenValidate() error + type AgentSoftwareVersionChangeList []*AgentSoftwareVersionChange + func (l AgentSoftwareVersionChangeList) Append(item gotenresource.ResourceChange) gotenresource.ResourceChangeList + func (l AgentSoftwareVersionChangeList) AppendList(list gotenresource.ResourceChangeList) gotenresource.ResourceChangeList + func (l AgentSoftwareVersionChangeList) At(idx int) gotenresource.ResourceChange + func (l AgentSoftwareVersionChangeList) Length() int + func (l AgentSoftwareVersionChangeList) Set(idx int, change gotenresource.ResourceChange) + func (l AgentSoftwareVersionChangeList) Slice(first, second int) gotenresource.ResourceChangeList + type AgentSoftwareVersionChangeMap map[Name]*AgentSoftwareVersionChange + func (m AgentSoftwareVersionChangeMap) Delete(name gotenresource.Name) + func (m AgentSoftwareVersionChangeMap) ForEach(cb func(gotenresource.Name, gotenresource.ResourceChange) bool) + func (m AgentSoftwareVersionChangeMap) Get(name gotenresource.Name) gotenresource.ResourceChange + func (m AgentSoftwareVersionChangeMap) Length() int + func (m AgentSoftwareVersionChangeMap) Set(change gotenresource.ResourceChange) + type AgentSoftwareVersionChange_Added struct + AgentSoftwareVersion *AgentSoftwareVersion + ViewIndex int32 + func (*AgentSoftwareVersionChange_Added) Descriptor() ([]byte, []int) + func (*AgentSoftwareVersionChange_Added) GotenMessage() + func (*AgentSoftwareVersionChange_Added) ProtoMessage() + func (m *AgentSoftwareVersionChange_Added) GetAgentSoftwareVersion() *AgentSoftwareVersion + func (m *AgentSoftwareVersionChange_Added) GetViewIndex() int32 + func (m *AgentSoftwareVersionChange_Added) Marshal() ([]byte, error) + func (m *AgentSoftwareVersionChange_Added) MarshalJSON() ([]byte, error) + func (m *AgentSoftwareVersionChange_Added) ProtoReflect() preflect.Message + func (m *AgentSoftwareVersionChange_Added) Reset() + func (m *AgentSoftwareVersionChange_Added) SetAgentSoftwareVersion(fv *AgentSoftwareVersion) + func (m *AgentSoftwareVersionChange_Added) SetViewIndex(fv int32) + func (m *AgentSoftwareVersionChange_Added) String() string + func (m *AgentSoftwareVersionChange_Added) Unmarshal(b []byte) error + func (m *AgentSoftwareVersionChange_Added) UnmarshalJSON(data []byte) error + func (obj *AgentSoftwareVersionChange_Added) GotenValidate() error + type AgentSoftwareVersionChange_Added_ struct + Added *AgentSoftwareVersionChange_Added + type AgentSoftwareVersionChange_Current struct + AgentSoftwareVersion *AgentSoftwareVersion + func (*AgentSoftwareVersionChange_Current) Descriptor() ([]byte, []int) + func (*AgentSoftwareVersionChange_Current) GotenMessage() + func (*AgentSoftwareVersionChange_Current) ProtoMessage() + func (m *AgentSoftwareVersionChange_Current) GetAgentSoftwareVersion() *AgentSoftwareVersion + func (m *AgentSoftwareVersionChange_Current) Marshal() ([]byte, error) + func (m *AgentSoftwareVersionChange_Current) MarshalJSON() ([]byte, error) + func (m *AgentSoftwareVersionChange_Current) ProtoReflect() preflect.Message + func (m *AgentSoftwareVersionChange_Current) Reset() + func (m *AgentSoftwareVersionChange_Current) SetAgentSoftwareVersion(fv *AgentSoftwareVersion) + func (m *AgentSoftwareVersionChange_Current) String() string + func (m *AgentSoftwareVersionChange_Current) Unmarshal(b []byte) error + func (m *AgentSoftwareVersionChange_Current) UnmarshalJSON(data []byte) error + func (obj *AgentSoftwareVersionChange_Current) GotenValidate() error + type AgentSoftwareVersionChange_Current_ struct + Current *AgentSoftwareVersionChange_Current + type AgentSoftwareVersionChange_Modified struct + AgentSoftwareVersion *AgentSoftwareVersion + FieldMask *AgentSoftwareVersion_FieldMask + Name *Name + PreviousViewIndex int32 + ViewIndex int32 + func (*AgentSoftwareVersionChange_Modified) Descriptor() ([]byte, []int) + func (*AgentSoftwareVersionChange_Modified) GotenMessage() + func (*AgentSoftwareVersionChange_Modified) ProtoMessage() + func (m *AgentSoftwareVersionChange_Modified) GetAgentSoftwareVersion() *AgentSoftwareVersion + func (m *AgentSoftwareVersionChange_Modified) GetFieldMask() *AgentSoftwareVersion_FieldMask + func (m *AgentSoftwareVersionChange_Modified) GetName() *Name + func (m *AgentSoftwareVersionChange_Modified) GetPreviousViewIndex() int32 + func (m *AgentSoftwareVersionChange_Modified) GetViewIndex() int32 + func (m *AgentSoftwareVersionChange_Modified) Marshal() ([]byte, error) + func (m *AgentSoftwareVersionChange_Modified) MarshalJSON() ([]byte, error) + func (m *AgentSoftwareVersionChange_Modified) ProtoReflect() preflect.Message + func (m *AgentSoftwareVersionChange_Modified) Reset() + func (m *AgentSoftwareVersionChange_Modified) SetAgentSoftwareVersion(fv *AgentSoftwareVersion) + func (m *AgentSoftwareVersionChange_Modified) SetFieldMask(fv *AgentSoftwareVersion_FieldMask) + func (m *AgentSoftwareVersionChange_Modified) SetName(fv *Name) + func (m *AgentSoftwareVersionChange_Modified) SetPreviousViewIndex(fv int32) + func (m *AgentSoftwareVersionChange_Modified) SetViewIndex(fv int32) + func (m *AgentSoftwareVersionChange_Modified) String() string + func (m *AgentSoftwareVersionChange_Modified) Unmarshal(b []byte) error + func (m *AgentSoftwareVersionChange_Modified) UnmarshalJSON(data []byte) error + func (obj *AgentSoftwareVersionChange_Modified) GotenValidate() error + type AgentSoftwareVersionChange_Modified_ struct + Modified *AgentSoftwareVersionChange_Modified + type AgentSoftwareVersionChange_Removed struct + Name *Name + ViewIndex int32 + func (*AgentSoftwareVersionChange_Removed) Descriptor() ([]byte, []int) + func (*AgentSoftwareVersionChange_Removed) GotenMessage() + func (*AgentSoftwareVersionChange_Removed) ProtoMessage() + func (m *AgentSoftwareVersionChange_Removed) GetName() *Name + func (m *AgentSoftwareVersionChange_Removed) GetViewIndex() int32 + func (m *AgentSoftwareVersionChange_Removed) Marshal() ([]byte, error) + func (m *AgentSoftwareVersionChange_Removed) MarshalJSON() ([]byte, error) + func (m *AgentSoftwareVersionChange_Removed) ProtoReflect() preflect.Message + func (m *AgentSoftwareVersionChange_Removed) Reset() + func (m *AgentSoftwareVersionChange_Removed) SetName(fv *Name) + func (m *AgentSoftwareVersionChange_Removed) SetViewIndex(fv int32) + func (m *AgentSoftwareVersionChange_Removed) String() string + func (m *AgentSoftwareVersionChange_Removed) Unmarshal(b []byte) error + func (m *AgentSoftwareVersionChange_Removed) UnmarshalJSON(data []byte) error + func (obj *AgentSoftwareVersionChange_Removed) GotenValidate() error + type AgentSoftwareVersionChange_Removed_ struct + Removed *AgentSoftwareVersionChange_Removed + type AgentSoftwareVersionFieldPathBuilder struct + func NewAgentSoftwareVersionFieldPathBuilder() AgentSoftwareVersionFieldPathBuilder + func (AgentSoftwareVersionFieldPathBuilder) Android() AgentSoftwareVersionPathSelectorAndroid + func (AgentSoftwareVersionFieldPathBuilder) Linux() AgentSoftwareVersionPathSelectorLinux + func (AgentSoftwareVersionFieldPathBuilder) Mac() AgentSoftwareVersionPathSelectorMac + func (AgentSoftwareVersionFieldPathBuilder) Metadata() AgentSoftwareVersionPathSelectorMetadata + func (AgentSoftwareVersionFieldPathBuilder) Name() AgentSoftwareVersionPathSelectorName + func (AgentSoftwareVersionFieldPathBuilder) Windows() AgentSoftwareVersionPathSelectorWindows + type AgentSoftwareVersionList []*AgentSoftwareVersion + func (l AgentSoftwareVersionList) Append(item gotenresource.Resource) gotenresource.ResourceList + func (l AgentSoftwareVersionList) AppendList(list gotenresource.ResourceList) gotenresource.ResourceList + func (l AgentSoftwareVersionList) At(idx int) gotenresource.Resource + func (l AgentSoftwareVersionList) Length() int + func (l AgentSoftwareVersionList) Set(idx int, res gotenresource.Resource) + func (l AgentSoftwareVersionList) Slice(first, second int) gotenresource.ResourceList + type AgentSoftwareVersionMap map[Name]*AgentSoftwareVersion + func (m AgentSoftwareVersionMap) Delete(name gotenresource.Name) + func (m AgentSoftwareVersionMap) ForEach(cb func(gotenresource.Name, gotenresource.Resource) bool) + func (m AgentSoftwareVersionMap) Get(name gotenresource.Name) gotenresource.Resource + func (m AgentSoftwareVersionMap) Length() int + func (m AgentSoftwareVersionMap) Set(res gotenresource.Resource) + type AgentSoftwareVersionMapPathSelectorMetadataAnnotations struct + func (s AgentSoftwareVersionMapPathSelectorMetadataAnnotations) FieldPath() *AgentSoftwareVersion_FieldSubPath + func (s AgentSoftwareVersionMapPathSelectorMetadataAnnotations) WithArrayOfValues(values []string) *AgentSoftwareVersion_FieldSubPathArrayOfValues + func (s AgentSoftwareVersionMapPathSelectorMetadataAnnotations) WithValue(value string) *AgentSoftwareVersion_FieldSubPathValue + type AgentSoftwareVersionMapPathSelectorMetadataLabels struct + func (s AgentSoftwareVersionMapPathSelectorMetadataLabels) FieldPath() *AgentSoftwareVersion_FieldSubPath + func (s AgentSoftwareVersionMapPathSelectorMetadataLabels) WithArrayOfValues(values []string) *AgentSoftwareVersion_FieldSubPathArrayOfValues + func (s AgentSoftwareVersionMapPathSelectorMetadataLabels) WithValue(value string) *AgentSoftwareVersion_FieldSubPathValue + type AgentSoftwareVersionMapPathSelectorMetadataShards struct + func (s AgentSoftwareVersionMapPathSelectorMetadataShards) FieldPath() *AgentSoftwareVersion_FieldSubPath + func (s AgentSoftwareVersionMapPathSelectorMetadataShards) WithArrayOfValues(values []int64) *AgentSoftwareVersion_FieldSubPathArrayOfValues + func (s AgentSoftwareVersionMapPathSelectorMetadataShards) WithValue(value int64) *AgentSoftwareVersion_FieldSubPathValue + type AgentSoftwareVersionNameList []*Name + func (l AgentSoftwareVersionNameList) Append(name gotenresource.Name) gotenresource.NameList + func (l AgentSoftwareVersionNameList) AppendList(list gotenresource.NameList) gotenresource.NameList + func (l AgentSoftwareVersionNameList) At(idx int) gotenresource.Name + func (l AgentSoftwareVersionNameList) Length() int + func (l AgentSoftwareVersionNameList) Set(idx int, name gotenresource.Name) + func (l AgentSoftwareVersionNameList) Slice(first, second int) gotenresource.NameList + type AgentSoftwareVersionPathSelectorAndroid struct + func (AgentSoftwareVersionPathSelectorAndroid) FieldPath() *AgentSoftwareVersion_FieldTerminalPath + func (s AgentSoftwareVersionPathSelectorAndroid) WithArrayOfValues(values []string) *AgentSoftwareVersion_FieldTerminalPathArrayOfValues + func (s AgentSoftwareVersionPathSelectorAndroid) WithValue(value string) *AgentSoftwareVersion_FieldTerminalPathValue + type AgentSoftwareVersionPathSelectorLinux struct + func (AgentSoftwareVersionPathSelectorLinux) FieldPath() *AgentSoftwareVersion_FieldTerminalPath + func (s AgentSoftwareVersionPathSelectorLinux) WithArrayOfValues(values []string) *AgentSoftwareVersion_FieldTerminalPathArrayOfValues + func (s AgentSoftwareVersionPathSelectorLinux) WithValue(value string) *AgentSoftwareVersion_FieldTerminalPathValue + type AgentSoftwareVersionPathSelectorMac struct + func (AgentSoftwareVersionPathSelectorMac) FieldPath() *AgentSoftwareVersion_FieldTerminalPath + func (s AgentSoftwareVersionPathSelectorMac) WithArrayOfValues(values []string) *AgentSoftwareVersion_FieldTerminalPathArrayOfValues + func (s AgentSoftwareVersionPathSelectorMac) WithValue(value string) *AgentSoftwareVersion_FieldTerminalPathValue + type AgentSoftwareVersionPathSelectorMetadata struct + func (AgentSoftwareVersionPathSelectorMetadata) Annotations() AgentSoftwareVersionPathSelectorMetadataAnnotations + func (AgentSoftwareVersionPathSelectorMetadata) CreateTime() AgentSoftwareVersionPathSelectorMetadataCreateTime + func (AgentSoftwareVersionPathSelectorMetadata) DeleteTime() AgentSoftwareVersionPathSelectorMetadataDeleteTime + func (AgentSoftwareVersionPathSelectorMetadata) FieldPath() *AgentSoftwareVersion_FieldTerminalPath + func (AgentSoftwareVersionPathSelectorMetadata) Generation() AgentSoftwareVersionPathSelectorMetadataGeneration + func (AgentSoftwareVersionPathSelectorMetadata) Labels() AgentSoftwareVersionPathSelectorMetadataLabels + func (AgentSoftwareVersionPathSelectorMetadata) Lifecycle() AgentSoftwareVersionPathSelectorMetadataLifecycle + func (AgentSoftwareVersionPathSelectorMetadata) OwnerReferences() AgentSoftwareVersionPathSelectorMetadataOwnerReferences + func (AgentSoftwareVersionPathSelectorMetadata) ResourceVersion() AgentSoftwareVersionPathSelectorMetadataResourceVersion + func (AgentSoftwareVersionPathSelectorMetadata) Shards() AgentSoftwareVersionPathSelectorMetadataShards + func (AgentSoftwareVersionPathSelectorMetadata) Syncing() AgentSoftwareVersionPathSelectorMetadataSyncing + func (AgentSoftwareVersionPathSelectorMetadata) Tags() AgentSoftwareVersionPathSelectorMetadataTags + func (AgentSoftwareVersionPathSelectorMetadata) UpdateTime() AgentSoftwareVersionPathSelectorMetadataUpdateTime + func (AgentSoftwareVersionPathSelectorMetadata) Uuid() AgentSoftwareVersionPathSelectorMetadataUuid + func (AgentSoftwareVersionPathSelectorMetadata) WithSubPath(subPath ntt_meta.Meta_FieldPath) *AgentSoftwareVersion_FieldSubPath + func (s AgentSoftwareVersionPathSelectorMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *AgentSoftwareVersion_FieldTerminalPathArrayOfValues + func (s AgentSoftwareVersionPathSelectorMetadata) WithSubArrayItemValue(subPathArrayItemValue ntt_meta.Meta_FieldPathArrayItemValue) *AgentSoftwareVersion_FieldSubPathArrayItemValue + func (s AgentSoftwareVersionPathSelectorMetadata) WithSubArrayOfValues(subPathArrayOfValues ntt_meta.Meta_FieldPathArrayOfValues) *AgentSoftwareVersion_FieldSubPathArrayOfValues + func (s AgentSoftwareVersionPathSelectorMetadata) WithSubValue(subPathValue ntt_meta.Meta_FieldPathValue) *AgentSoftwareVersion_FieldSubPathValue + func (s AgentSoftwareVersionPathSelectorMetadata) WithValue(value *ntt_meta.Meta) *AgentSoftwareVersion_FieldTerminalPathValue + type AgentSoftwareVersionPathSelectorMetadataAnnotations struct + func (AgentSoftwareVersionPathSelectorMetadataAnnotations) FieldPath() *AgentSoftwareVersion_FieldSubPath + func (AgentSoftwareVersionPathSelectorMetadataAnnotations) WithKey(key string) AgentSoftwareVersionMapPathSelectorMetadataAnnotations + func (s AgentSoftwareVersionPathSelectorMetadataAnnotations) WithArrayOfValues(values []map[string]string) *AgentSoftwareVersion_FieldSubPathArrayOfValues + func (s AgentSoftwareVersionPathSelectorMetadataAnnotations) WithValue(value map[string]string) *AgentSoftwareVersion_FieldSubPathValue + type AgentSoftwareVersionPathSelectorMetadataCreateTime struct + func (AgentSoftwareVersionPathSelectorMetadataCreateTime) FieldPath() *AgentSoftwareVersion_FieldSubPath + func (s AgentSoftwareVersionPathSelectorMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *AgentSoftwareVersion_FieldSubPathArrayOfValues + func (s AgentSoftwareVersionPathSelectorMetadataCreateTime) WithValue(value *timestamp.Timestamp) *AgentSoftwareVersion_FieldSubPathValue + type AgentSoftwareVersionPathSelectorMetadataDeleteTime struct + func (AgentSoftwareVersionPathSelectorMetadataDeleteTime) FieldPath() *AgentSoftwareVersion_FieldSubPath + func (s AgentSoftwareVersionPathSelectorMetadataDeleteTime) WithArrayOfValues(values []*timestamp.Timestamp) *AgentSoftwareVersion_FieldSubPathArrayOfValues + func (s AgentSoftwareVersionPathSelectorMetadataDeleteTime) WithValue(value *timestamp.Timestamp) *AgentSoftwareVersion_FieldSubPathValue + type AgentSoftwareVersionPathSelectorMetadataGeneration struct + func (AgentSoftwareVersionPathSelectorMetadataGeneration) FieldPath() *AgentSoftwareVersion_FieldSubPath + func (s AgentSoftwareVersionPathSelectorMetadataGeneration) WithArrayOfValues(values []int64) *AgentSoftwareVersion_FieldSubPathArrayOfValues + func (s AgentSoftwareVersionPathSelectorMetadataGeneration) WithValue(value int64) *AgentSoftwareVersion_FieldSubPathValue + type AgentSoftwareVersionPathSelectorMetadataLabels struct + func (AgentSoftwareVersionPathSelectorMetadataLabels) FieldPath() *AgentSoftwareVersion_FieldSubPath + func (AgentSoftwareVersionPathSelectorMetadataLabels) WithKey(key string) AgentSoftwareVersionMapPathSelectorMetadataLabels + func (s AgentSoftwareVersionPathSelectorMetadataLabels) WithArrayOfValues(values []map[string]string) *AgentSoftwareVersion_FieldSubPathArrayOfValues + func (s AgentSoftwareVersionPathSelectorMetadataLabels) WithValue(value map[string]string) *AgentSoftwareVersion_FieldSubPathValue + type AgentSoftwareVersionPathSelectorMetadataLifecycle struct + func (AgentSoftwareVersionPathSelectorMetadataLifecycle) BlockDeletion() AgentSoftwareVersionPathSelectorMetadataLifecycleBlockDeletion + func (AgentSoftwareVersionPathSelectorMetadataLifecycle) FieldPath() *AgentSoftwareVersion_FieldSubPath + func (AgentSoftwareVersionPathSelectorMetadataLifecycle) State() AgentSoftwareVersionPathSelectorMetadataLifecycleState + func (s AgentSoftwareVersionPathSelectorMetadataLifecycle) WithArrayOfValues(values []*ntt_meta.Lifecycle) *AgentSoftwareVersion_FieldSubPathArrayOfValues + func (s AgentSoftwareVersionPathSelectorMetadataLifecycle) WithValue(value *ntt_meta.Lifecycle) *AgentSoftwareVersion_FieldSubPathValue + type AgentSoftwareVersionPathSelectorMetadataLifecycleBlockDeletion struct + func (AgentSoftwareVersionPathSelectorMetadataLifecycleBlockDeletion) FieldPath() *AgentSoftwareVersion_FieldSubPath + func (s AgentSoftwareVersionPathSelectorMetadataLifecycleBlockDeletion) WithArrayOfValues(values []bool) *AgentSoftwareVersion_FieldSubPathArrayOfValues + func (s AgentSoftwareVersionPathSelectorMetadataLifecycleBlockDeletion) WithValue(value bool) *AgentSoftwareVersion_FieldSubPathValue + type AgentSoftwareVersionPathSelectorMetadataLifecycleState struct + func (AgentSoftwareVersionPathSelectorMetadataLifecycleState) FieldPath() *AgentSoftwareVersion_FieldSubPath + func (s AgentSoftwareVersionPathSelectorMetadataLifecycleState) WithArrayOfValues(values []ntt_meta.Lifecycle_State) *AgentSoftwareVersion_FieldSubPathArrayOfValues + func (s AgentSoftwareVersionPathSelectorMetadataLifecycleState) WithValue(value ntt_meta.Lifecycle_State) *AgentSoftwareVersion_FieldSubPathValue + type AgentSoftwareVersionPathSelectorMetadataOwnerReferences struct + func (AgentSoftwareVersionPathSelectorMetadataOwnerReferences) BlockOwnerDeletion() AgentSoftwareVersionPathSelectorMetadataOwnerReferencesBlockOwnerDeletion + func (AgentSoftwareVersionPathSelectorMetadataOwnerReferences) Controller() AgentSoftwareVersionPathSelectorMetadataOwnerReferencesController + func (AgentSoftwareVersionPathSelectorMetadataOwnerReferences) FieldPath() *AgentSoftwareVersion_FieldSubPath + func (AgentSoftwareVersionPathSelectorMetadataOwnerReferences) Kind() AgentSoftwareVersionPathSelectorMetadataOwnerReferencesKind + func (AgentSoftwareVersionPathSelectorMetadataOwnerReferences) Name() AgentSoftwareVersionPathSelectorMetadataOwnerReferencesName + func (AgentSoftwareVersionPathSelectorMetadataOwnerReferences) Region() AgentSoftwareVersionPathSelectorMetadataOwnerReferencesRegion + func (AgentSoftwareVersionPathSelectorMetadataOwnerReferences) RequiresOwnerReference() AgentSoftwareVersionPathSelectorMetadataOwnerReferencesRequiresOwnerReference + func (AgentSoftwareVersionPathSelectorMetadataOwnerReferences) Version() AgentSoftwareVersionPathSelectorMetadataOwnerReferencesVersion + func (s AgentSoftwareVersionPathSelectorMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *AgentSoftwareVersion_FieldSubPathArrayOfValues + func (s AgentSoftwareVersionPathSelectorMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *AgentSoftwareVersion_FieldSubPathArrayItemValue + func (s AgentSoftwareVersionPathSelectorMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *AgentSoftwareVersion_FieldSubPathValue + type AgentSoftwareVersionPathSelectorMetadataOwnerReferencesBlockOwnerDeletion struct + func (AgentSoftwareVersionPathSelectorMetadataOwnerReferencesBlockOwnerDeletion) FieldPath() *AgentSoftwareVersion_FieldSubPath + func (s AgentSoftwareVersionPathSelectorMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *AgentSoftwareVersion_FieldSubPathArrayOfValues + func (s AgentSoftwareVersionPathSelectorMetadataOwnerReferencesBlockOwnerDeletion) WithValue(value bool) *AgentSoftwareVersion_FieldSubPathValue + type AgentSoftwareVersionPathSelectorMetadataOwnerReferencesController struct + func (AgentSoftwareVersionPathSelectorMetadataOwnerReferencesController) FieldPath() *AgentSoftwareVersion_FieldSubPath + func (s AgentSoftwareVersionPathSelectorMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *AgentSoftwareVersion_FieldSubPathArrayOfValues + func (s AgentSoftwareVersionPathSelectorMetadataOwnerReferencesController) WithValue(value bool) *AgentSoftwareVersion_FieldSubPathValue + type AgentSoftwareVersionPathSelectorMetadataOwnerReferencesKind struct + func (AgentSoftwareVersionPathSelectorMetadataOwnerReferencesKind) FieldPath() *AgentSoftwareVersion_FieldSubPath + func (s AgentSoftwareVersionPathSelectorMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *AgentSoftwareVersion_FieldSubPathArrayOfValues + func (s AgentSoftwareVersionPathSelectorMetadataOwnerReferencesKind) WithValue(value string) *AgentSoftwareVersion_FieldSubPathValue + type AgentSoftwareVersionPathSelectorMetadataOwnerReferencesName struct + func (AgentSoftwareVersionPathSelectorMetadataOwnerReferencesName) FieldPath() *AgentSoftwareVersion_FieldSubPath + func (s AgentSoftwareVersionPathSelectorMetadataOwnerReferencesName) WithArrayOfValues(values []string) *AgentSoftwareVersion_FieldSubPathArrayOfValues + func (s AgentSoftwareVersionPathSelectorMetadataOwnerReferencesName) WithValue(value string) *AgentSoftwareVersion_FieldSubPathValue + type AgentSoftwareVersionPathSelectorMetadataOwnerReferencesRegion struct + func (AgentSoftwareVersionPathSelectorMetadataOwnerReferencesRegion) FieldPath() *AgentSoftwareVersion_FieldSubPath + func (s AgentSoftwareVersionPathSelectorMetadataOwnerReferencesRegion) WithArrayOfValues(values []string) *AgentSoftwareVersion_FieldSubPathArrayOfValues + func (s AgentSoftwareVersionPathSelectorMetadataOwnerReferencesRegion) WithValue(value string) *AgentSoftwareVersion_FieldSubPathValue + type AgentSoftwareVersionPathSelectorMetadataOwnerReferencesRequiresOwnerReference struct + func (AgentSoftwareVersionPathSelectorMetadataOwnerReferencesRequiresOwnerReference) FieldPath() *AgentSoftwareVersion_FieldSubPath + func (s AgentSoftwareVersionPathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues(values []bool) *AgentSoftwareVersion_FieldSubPathArrayOfValues + func (s AgentSoftwareVersionPathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithValue(value bool) *AgentSoftwareVersion_FieldSubPathValue + type AgentSoftwareVersionPathSelectorMetadataOwnerReferencesVersion struct + func (AgentSoftwareVersionPathSelectorMetadataOwnerReferencesVersion) FieldPath() *AgentSoftwareVersion_FieldSubPath + func (s AgentSoftwareVersionPathSelectorMetadataOwnerReferencesVersion) WithArrayOfValues(values []string) *AgentSoftwareVersion_FieldSubPathArrayOfValues + func (s AgentSoftwareVersionPathSelectorMetadataOwnerReferencesVersion) WithValue(value string) *AgentSoftwareVersion_FieldSubPathValue + type AgentSoftwareVersionPathSelectorMetadataResourceVersion struct + func (AgentSoftwareVersionPathSelectorMetadataResourceVersion) FieldPath() *AgentSoftwareVersion_FieldSubPath + func (s AgentSoftwareVersionPathSelectorMetadataResourceVersion) WithArrayOfValues(values []string) *AgentSoftwareVersion_FieldSubPathArrayOfValues + func (s AgentSoftwareVersionPathSelectorMetadataResourceVersion) WithValue(value string) *AgentSoftwareVersion_FieldSubPathValue + type AgentSoftwareVersionPathSelectorMetadataShards struct + func (AgentSoftwareVersionPathSelectorMetadataShards) FieldPath() *AgentSoftwareVersion_FieldSubPath + func (AgentSoftwareVersionPathSelectorMetadataShards) WithKey(key string) AgentSoftwareVersionMapPathSelectorMetadataShards + func (s AgentSoftwareVersionPathSelectorMetadataShards) WithArrayOfValues(values []map[string]int64) *AgentSoftwareVersion_FieldSubPathArrayOfValues + func (s AgentSoftwareVersionPathSelectorMetadataShards) WithValue(value map[string]int64) *AgentSoftwareVersion_FieldSubPathValue + type AgentSoftwareVersionPathSelectorMetadataSyncing struct + func (AgentSoftwareVersionPathSelectorMetadataSyncing) FieldPath() *AgentSoftwareVersion_FieldSubPath + func (AgentSoftwareVersionPathSelectorMetadataSyncing) OwningRegion() AgentSoftwareVersionPathSelectorMetadataSyncingOwningRegion + func (AgentSoftwareVersionPathSelectorMetadataSyncing) Regions() AgentSoftwareVersionPathSelectorMetadataSyncingRegions + func (s AgentSoftwareVersionPathSelectorMetadataSyncing) WithArrayOfValues(values []*ntt_meta.SyncingMeta) *AgentSoftwareVersion_FieldSubPathArrayOfValues + func (s AgentSoftwareVersionPathSelectorMetadataSyncing) WithValue(value *ntt_meta.SyncingMeta) *AgentSoftwareVersion_FieldSubPathValue + type AgentSoftwareVersionPathSelectorMetadataSyncingOwningRegion struct + func (AgentSoftwareVersionPathSelectorMetadataSyncingOwningRegion) FieldPath() *AgentSoftwareVersion_FieldSubPath + func (s AgentSoftwareVersionPathSelectorMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *AgentSoftwareVersion_FieldSubPathArrayOfValues + func (s AgentSoftwareVersionPathSelectorMetadataSyncingOwningRegion) WithValue(value string) *AgentSoftwareVersion_FieldSubPathValue + type AgentSoftwareVersionPathSelectorMetadataSyncingRegions struct + func (AgentSoftwareVersionPathSelectorMetadataSyncingRegions) FieldPath() *AgentSoftwareVersion_FieldSubPath + func (s AgentSoftwareVersionPathSelectorMetadataSyncingRegions) WithArrayOfValues(values [][]string) *AgentSoftwareVersion_FieldSubPathArrayOfValues + func (s AgentSoftwareVersionPathSelectorMetadataSyncingRegions) WithItemValue(value string) *AgentSoftwareVersion_FieldSubPathArrayItemValue + func (s AgentSoftwareVersionPathSelectorMetadataSyncingRegions) WithValue(value []string) *AgentSoftwareVersion_FieldSubPathValue + type AgentSoftwareVersionPathSelectorMetadataTags struct + func (AgentSoftwareVersionPathSelectorMetadataTags) FieldPath() *AgentSoftwareVersion_FieldSubPath + func (s AgentSoftwareVersionPathSelectorMetadataTags) WithArrayOfValues(values [][]string) *AgentSoftwareVersion_FieldSubPathArrayOfValues + func (s AgentSoftwareVersionPathSelectorMetadataTags) WithItemValue(value string) *AgentSoftwareVersion_FieldSubPathArrayItemValue + func (s AgentSoftwareVersionPathSelectorMetadataTags) WithValue(value []string) *AgentSoftwareVersion_FieldSubPathValue + type AgentSoftwareVersionPathSelectorMetadataUpdateTime struct + func (AgentSoftwareVersionPathSelectorMetadataUpdateTime) FieldPath() *AgentSoftwareVersion_FieldSubPath + func (s AgentSoftwareVersionPathSelectorMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *AgentSoftwareVersion_FieldSubPathArrayOfValues + func (s AgentSoftwareVersionPathSelectorMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *AgentSoftwareVersion_FieldSubPathValue + type AgentSoftwareVersionPathSelectorMetadataUuid struct + func (AgentSoftwareVersionPathSelectorMetadataUuid) FieldPath() *AgentSoftwareVersion_FieldSubPath + func (s AgentSoftwareVersionPathSelectorMetadataUuid) WithArrayOfValues(values []string) *AgentSoftwareVersion_FieldSubPathArrayOfValues + func (s AgentSoftwareVersionPathSelectorMetadataUuid) WithValue(value string) *AgentSoftwareVersion_FieldSubPathValue + type AgentSoftwareVersionPathSelectorName struct + func (AgentSoftwareVersionPathSelectorName) FieldPath() *AgentSoftwareVersion_FieldTerminalPath + func (s AgentSoftwareVersionPathSelectorName) WithArrayOfValues(values []*Name) *AgentSoftwareVersion_FieldTerminalPathArrayOfValues + func (s AgentSoftwareVersionPathSelectorName) WithValue(value *Name) *AgentSoftwareVersion_FieldTerminalPathValue + type AgentSoftwareVersionPathSelectorWindows struct + func (AgentSoftwareVersionPathSelectorWindows) FieldPath() *AgentSoftwareVersion_FieldTerminalPath + func (s AgentSoftwareVersionPathSelectorWindows) WithArrayOfValues(values []string) *AgentSoftwareVersion_FieldTerminalPathArrayOfValues + func (s AgentSoftwareVersionPathSelectorWindows) WithValue(value string) *AgentSoftwareVersion_FieldTerminalPathValue + type AgentSoftwareVersionReferenceList []*Reference + func (l AgentSoftwareVersionReferenceList) Append(ref gotenresource.Reference) gotenresource.ReferenceList + func (l AgentSoftwareVersionReferenceList) AppendList(list gotenresource.ReferenceList) gotenresource.ReferenceList + func (l AgentSoftwareVersionReferenceList) At(idx int) gotenresource.Reference + func (l AgentSoftwareVersionReferenceList) Length() int + func (l AgentSoftwareVersionReferenceList) Set(idx int, ref gotenresource.Reference) + func (l AgentSoftwareVersionReferenceList) Slice(first, second int) gotenresource.ReferenceList + type AgentSoftwareVersion_FieldMask struct + Paths []AgentSoftwareVersion_FieldPath + func FullAgentSoftwareVersion_FieldMask() *AgentSoftwareVersion_FieldMask + func ResourceViewFieldMask(viewName view.View, extraMask *AgentSoftwareVersion_FieldMask) *AgentSoftwareVersion_FieldMask + func (fieldMask *AgentSoftwareVersion_FieldMask) AppendPath(path AgentSoftwareVersion_FieldPath) + func (fieldMask *AgentSoftwareVersion_FieldMask) AppendRawPath(path gotenobject.FieldPath) + func (fieldMask *AgentSoftwareVersion_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error + func (fieldMask *AgentSoftwareVersion_FieldMask) EncodeFirestore() (*firestorepb.Value, error) + func (fieldMask *AgentSoftwareVersion_FieldMask) FilterInputFields() *AgentSoftwareVersion_FieldMask + func (fieldMask *AgentSoftwareVersion_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error + func (fieldMask *AgentSoftwareVersion_FieldMask) GetPaths() []AgentSoftwareVersion_FieldPath + func (fieldMask *AgentSoftwareVersion_FieldMask) GetRawPaths() []gotenobject.FieldPath + func (fieldMask *AgentSoftwareVersion_FieldMask) IsFull() bool + func (fieldMask *AgentSoftwareVersion_FieldMask) PathsCount() int + func (fieldMask *AgentSoftwareVersion_FieldMask) Project(source *AgentSoftwareVersion) *AgentSoftwareVersion + func (fieldMask *AgentSoftwareVersion_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt + func (fieldMask *AgentSoftwareVersion_FieldMask) ProtoMessage() + func (fieldMask *AgentSoftwareVersion_FieldMask) ProtoReflect() preflect.Message + func (fieldMask *AgentSoftwareVersion_FieldMask) Reset() + func (fieldMask *AgentSoftwareVersion_FieldMask) Set(target, source *AgentSoftwareVersion) + func (fieldMask *AgentSoftwareVersion_FieldMask) SetFromCliFlag(raw string) error + func (fieldMask *AgentSoftwareVersion_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt) + func (fieldMask *AgentSoftwareVersion_FieldMask) Size() int + func (fieldMask *AgentSoftwareVersion_FieldMask) String() string + func (fieldMask *AgentSoftwareVersion_FieldMask) Subtract(other *AgentSoftwareVersion_FieldMask) *AgentSoftwareVersion_FieldMask + func (fieldMask *AgentSoftwareVersion_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask + func (fieldMask *AgentSoftwareVersion_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask + func (fieldMask *AgentSoftwareVersion_FieldMask) Unmarshal(data []byte) error + func (fieldMask *AgentSoftwareVersion_FieldMask) UnmarshalJSON(data []byte) error + func (fieldMask AgentSoftwareVersion_FieldMask) Marshal() ([]byte, error) + func (fieldMask AgentSoftwareVersion_FieldMask) MarshalJSON() ([]byte, error) + type AgentSoftwareVersion_FieldPath interface + ClearValue func(item *AgentSoftwareVersion) + Get func(source *AgentSoftwareVersion) []interface{} + GetSingle func(source *AgentSoftwareVersion) (interface{}, bool) + Selector func() AgentSoftwareVersion_FieldPathSelector + WithIArrayItemValue func(value interface{}) AgentSoftwareVersion_FieldPathArrayItemValue + WithIArrayOfValues func(values interface{}) AgentSoftwareVersion_FieldPathArrayOfValues + WithIValue func(value interface{}) AgentSoftwareVersion_FieldPathValue + func BuildAgentSoftwareVersion_FieldPath(fp gotenobject.RawFieldPath) (AgentSoftwareVersion_FieldPath, error) + func MustParseAgentSoftwareVersion_FieldPath(rawField string) AgentSoftwareVersion_FieldPath + func ParseAgentSoftwareVersion_FieldPath(rawField string) (AgentSoftwareVersion_FieldPath, error) + type AgentSoftwareVersion_FieldPathArrayItemValue interface + ContainsValue func(*AgentSoftwareVersion) bool + func MustParseAgentSoftwareVersion_FieldPathArrayItemValue(pathStr, valueStr string) AgentSoftwareVersion_FieldPathArrayItemValue + func ParseAgentSoftwareVersion_FieldPathArrayItemValue(pathStr, valueStr string) (AgentSoftwareVersion_FieldPathArrayItemValue, error) + type AgentSoftwareVersion_FieldPathArrayOfValues interface + func MustParseAgentSoftwareVersion_FieldPathArrayOfValues(pathStr, valuesStr string) AgentSoftwareVersion_FieldPathArrayOfValues + func ParseAgentSoftwareVersion_FieldPathArrayOfValues(pathStr, valuesStr string) (AgentSoftwareVersion_FieldPathArrayOfValues, error) + type AgentSoftwareVersion_FieldPathSelector int32 + const AgentSoftwareVersion_FieldPathSelectorAndroid + const AgentSoftwareVersion_FieldPathSelectorLinux + const AgentSoftwareVersion_FieldPathSelectorMac + const AgentSoftwareVersion_FieldPathSelectorMetadata + const AgentSoftwareVersion_FieldPathSelectorName + const AgentSoftwareVersion_FieldPathSelectorWindows + func (s AgentSoftwareVersion_FieldPathSelector) String() string + type AgentSoftwareVersion_FieldPathValue interface + CompareWith func(*AgentSoftwareVersion) (cmp int, comparable bool) + SetTo func(target **AgentSoftwareVersion) + func MustParseAgentSoftwareVersion_FieldPathValue(pathStr, valueStr string) AgentSoftwareVersion_FieldPathValue + func ParseAgentSoftwareVersion_FieldPathValue(pathStr, valueStr string) (AgentSoftwareVersion_FieldPathValue, error) + type AgentSoftwareVersion_FieldSubPath struct + func (fps *AgentSoftwareVersion_FieldSubPath) AsMetadataSubPath() (ntt_meta.Meta_FieldPath, bool) + func (fps *AgentSoftwareVersion_FieldSubPath) ClearValue(item *AgentSoftwareVersion) + func (fps *AgentSoftwareVersion_FieldSubPath) ClearValueRaw(item proto.Message) + func (fps *AgentSoftwareVersion_FieldSubPath) Get(source *AgentSoftwareVersion) (values []interface{}) + func (fps *AgentSoftwareVersion_FieldSubPath) GetDefault() interface{} + func (fps *AgentSoftwareVersion_FieldSubPath) GetRaw(source proto.Message) []interface{} + func (fps *AgentSoftwareVersion_FieldSubPath) GetSingle(source *AgentSoftwareVersion) (interface{}, bool) + func (fps *AgentSoftwareVersion_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool) + func (fps *AgentSoftwareVersion_FieldSubPath) IsLeaf() bool + func (fps *AgentSoftwareVersion_FieldSubPath) JSONString() string + func (fps *AgentSoftwareVersion_FieldSubPath) Selector() AgentSoftwareVersion_FieldPathSelector + func (fps *AgentSoftwareVersion_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath + func (fps *AgentSoftwareVersion_FieldSubPath) String() string + func (fps *AgentSoftwareVersion_FieldSubPath) WithIArrayItemValue(value interface{}) AgentSoftwareVersion_FieldPathArrayItemValue + func (fps *AgentSoftwareVersion_FieldSubPath) WithIArrayOfValues(values interface{}) AgentSoftwareVersion_FieldPathArrayOfValues + func (fps *AgentSoftwareVersion_FieldSubPath) WithIValue(value interface{}) AgentSoftwareVersion_FieldPathValue + func (fps *AgentSoftwareVersion_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue + func (fps *AgentSoftwareVersion_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues + func (fps *AgentSoftwareVersion_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue + type AgentSoftwareVersion_FieldSubPathArrayItemValue struct + func (fpaivs *AgentSoftwareVersion_FieldSubPathArrayItemValue) AsMetadataPathItemValue() (ntt_meta.Meta_FieldPathArrayItemValue, bool) + func (fpaivs *AgentSoftwareVersion_FieldSubPathArrayItemValue) ContainsValue(source *AgentSoftwareVersion) bool + func (fpaivs *AgentSoftwareVersion_FieldSubPathArrayItemValue) GetRawItemValue() interface{} + type AgentSoftwareVersion_FieldSubPathArrayOfValues struct + func (fpsaov *AgentSoftwareVersion_FieldSubPathArrayOfValues) AsMetadataPathArrayOfValues() (ntt_meta.Meta_FieldPathArrayOfValues, bool) + func (fpsaov *AgentSoftwareVersion_FieldSubPathArrayOfValues) GetRawValues() []interface{} + type AgentSoftwareVersion_FieldSubPathValue struct + func (fpvs *AgentSoftwareVersion_FieldSubPathValue) AsMetadataPathValue() (ntt_meta.Meta_FieldPathValue, bool) + func (fpvs *AgentSoftwareVersion_FieldSubPathValue) CompareWith(source *AgentSoftwareVersion) (int, bool) + func (fpvs *AgentSoftwareVersion_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool) + func (fpvs *AgentSoftwareVersion_FieldSubPathValue) GetRawValue() interface{} + func (fpvs *AgentSoftwareVersion_FieldSubPathValue) SetTo(target **AgentSoftwareVersion) + func (fpvs *AgentSoftwareVersion_FieldSubPathValue) SetToRaw(target proto.Message) + type AgentSoftwareVersion_FieldTerminalPath struct + func (fp *AgentSoftwareVersion_FieldTerminalPath) ClearValue(item *AgentSoftwareVersion) + func (fp *AgentSoftwareVersion_FieldTerminalPath) ClearValueRaw(item proto.Message) + func (fp *AgentSoftwareVersion_FieldTerminalPath) Get(source *AgentSoftwareVersion) (values []interface{}) + func (fp *AgentSoftwareVersion_FieldTerminalPath) GetDefault() interface{} + func (fp *AgentSoftwareVersion_FieldTerminalPath) GetRaw(source proto.Message) []interface{} + func (fp *AgentSoftwareVersion_FieldTerminalPath) GetSingle(source *AgentSoftwareVersion) (interface{}, bool) + func (fp *AgentSoftwareVersion_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool) + func (fp *AgentSoftwareVersion_FieldTerminalPath) IsLeaf() bool + func (fp *AgentSoftwareVersion_FieldTerminalPath) JSONString() string + func (fp *AgentSoftwareVersion_FieldTerminalPath) Selector() AgentSoftwareVersion_FieldPathSelector + func (fp *AgentSoftwareVersion_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath + func (fp *AgentSoftwareVersion_FieldTerminalPath) String() string + func (fp *AgentSoftwareVersion_FieldTerminalPath) WithIArrayItemValue(value interface{}) AgentSoftwareVersion_FieldPathArrayItemValue + func (fp *AgentSoftwareVersion_FieldTerminalPath) WithIArrayOfValues(values interface{}) AgentSoftwareVersion_FieldPathArrayOfValues + func (fp *AgentSoftwareVersion_FieldTerminalPath) WithIValue(value interface{}) AgentSoftwareVersion_FieldPathValue + func (fp *AgentSoftwareVersion_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue + func (fp *AgentSoftwareVersion_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues + func (fp *AgentSoftwareVersion_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue + type AgentSoftwareVersion_FieldTerminalPathArrayItemValue struct + func (fpaiv *AgentSoftwareVersion_FieldTerminalPathArrayItemValue) ContainsValue(source *AgentSoftwareVersion) bool + func (fpaiv *AgentSoftwareVersion_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{} + func (fpaiv *AgentSoftwareVersion_FieldTerminalPathArrayItemValue) GetSingle(source *AgentSoftwareVersion) (interface{}, bool) + func (fpaiv *AgentSoftwareVersion_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool) + type AgentSoftwareVersion_FieldTerminalPathArrayOfValues struct + func (fpaov *AgentSoftwareVersion_FieldTerminalPathArrayOfValues) AsAndroidArrayOfValues() ([]string, bool) + func (fpaov *AgentSoftwareVersion_FieldTerminalPathArrayOfValues) AsLinuxArrayOfValues() ([]string, bool) + func (fpaov *AgentSoftwareVersion_FieldTerminalPathArrayOfValues) AsMacArrayOfValues() ([]string, bool) + func (fpaov *AgentSoftwareVersion_FieldTerminalPathArrayOfValues) AsMetadataArrayOfValues() ([]*ntt_meta.Meta, bool) + func (fpaov *AgentSoftwareVersion_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*Name, bool) + func (fpaov *AgentSoftwareVersion_FieldTerminalPathArrayOfValues) AsWindowsArrayOfValues() ([]string, bool) + func (fpaov *AgentSoftwareVersion_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{}) + type AgentSoftwareVersion_FieldTerminalPathValue struct + func (fpv *AgentSoftwareVersion_FieldTerminalPathValue) AsAndroidValue() (string, bool) + func (fpv *AgentSoftwareVersion_FieldTerminalPathValue) AsLinuxValue() (string, bool) + func (fpv *AgentSoftwareVersion_FieldTerminalPathValue) AsMacValue() (string, bool) + func (fpv *AgentSoftwareVersion_FieldTerminalPathValue) AsMetadataValue() (*ntt_meta.Meta, bool) + func (fpv *AgentSoftwareVersion_FieldTerminalPathValue) AsNameValue() (*Name, bool) + func (fpv *AgentSoftwareVersion_FieldTerminalPathValue) AsWindowsValue() (string, bool) + func (fpv *AgentSoftwareVersion_FieldTerminalPathValue) CompareWith(source *AgentSoftwareVersion) (int, bool) + func (fpv *AgentSoftwareVersion_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool) + func (fpv *AgentSoftwareVersion_FieldTerminalPathValue) GetRawValue() interface{} + func (fpv *AgentSoftwareVersion_FieldTerminalPathValue) SetTo(target **AgentSoftwareVersion) + func (fpv *AgentSoftwareVersion_FieldTerminalPathValue) SetToRaw(target proto.Message) + type Descriptor struct + func GetDescriptor() *Descriptor + func (d *Descriptor) GetNameDescriptor() *gotenresource.NameDescriptor + func (d *Descriptor) GetResourceTypeName() *gotenresource.TypeName + func (d *Descriptor) NewGetQuery() gotenresource.GetQuery + func (d *Descriptor) NewListQuery() gotenresource.ListQuery + func (d *Descriptor) NewNameList(size, reserved int) gotenresource.NameList + func (d *Descriptor) NewParentNameList(size, reserved int) gotenresource.ParentNameList + func (d *Descriptor) NewParentReferenceList(size, reserved int) gotenresource.ParentReferenceList + func (d *Descriptor) NewQueryResultChange() gotenresource.QueryResultChange + func (d *Descriptor) NewQueryResultSnapshot() gotenresource.QueryResultSnapshot + func (d *Descriptor) NewReferenceList(size, reserved int) gotenresource.ReferenceList + func (d *Descriptor) NewResource() gotenresource.Resource + func (d *Descriptor) NewResourceChange() gotenresource.ResourceChange + func (d *Descriptor) NewResourceChangeList(size, reserved int) gotenresource.ResourceChangeList + func (d *Descriptor) NewResourceChangeMap(reserved int) gotenresource.ResourceChangeMap + func (d *Descriptor) NewResourceCursor() gotenresource.Cursor + func (d *Descriptor) NewResourceFieldMask() gotenobject.FieldMask + func (d *Descriptor) NewResourceFilter() gotenresource.Filter + func (d *Descriptor) NewResourceList(size, reserved int) gotenresource.ResourceList + func (d *Descriptor) NewResourceMap(reserved int) gotenresource.ResourceMap + func (d *Descriptor) NewResourceName() gotenresource.Name + func (d *Descriptor) NewResourceOrderBy() gotenresource.OrderBy + func (d *Descriptor) NewResourcePager() gotenresource.PagerQuery + func (d *Descriptor) NewSearchQuery() gotenresource.SearchQuery + func (d *Descriptor) NewWatchQuery() gotenresource.WatchQuery + func (d *Descriptor) ParseFieldPath(raw string) (gotenobject.FieldPath, error) + func (d *Descriptor) ParseResourceName(nameStr string) (gotenresource.Name, error) + type Filter struct + func (filter *Filter) ConvertToNative(typeDesc reflect.Type) (interface{}, error) + func (filter *Filter) ConvertToType(typeVal ref.Type) ref.Val + func (filter *Filter) DecodeFirestore(fpbv *firestorepb.Value) error + func (filter *Filter) EncodeFirestore() (*firestorepb.Value, error) + func (filter *Filter) Equal(other ref.Val) ref.Val + func (filter *Filter) Evaluate(res *AgentSoftwareVersion) bool + func (filter *Filter) EvaluateRaw(res gotenresource.Resource) bool + func (filter *Filter) FilterSlice(in []*AgentSoftwareVersion) (out []*AgentSoftwareVersion) + func (filter *Filter) GetCondition() FilterCondition + func (filter *Filter) GetRawCondition() gotenresource.FilterCondition + func (filter *Filter) HasTrait(trait int) bool + func (filter *Filter) Match(pattern ref.Val) ref.Val + func (filter *Filter) ParseProtoString(data string) error + func (filter *Filter) ProtoString() (string, error) + func (filter *Filter) Receive(function string, overload string, args []ref.Val) ref.Val + func (filter *Filter) SetFromCliFlag(raw string) error + func (filter *Filter) String() string + func (filter *Filter) Type() ref.Type + func (filter *Filter) TypeName() string + func (filter *Filter) Value() interface{} + type FilterBuilder struct + func NewAndFilterBuilder() *FilterBuilder + func NewFilterBuilder() *FilterBuilder + func NewOrFilterBuilder() *FilterBuilder + func (b *FilterBuilder) Filter() *Filter + func (b *FilterBuilder) Where(opts ...gotenfilter.FilterConditionOption) *filterCndBuilder + func (b *FilterBuilder) WherePath(fp AgentSoftwareVersion_FieldPath, opts ...gotenfilter.FilterConditionOption) *filterCndBuilderAnyPath + func (b *FilterBuilder) With(condOrBuilder FilterBuilderOrCondition, ...) *FilterBuilder + type FilterBuilderOrCondition interface + type FilterCondition interface + And func(...FilterCondition) FilterCondition + Evaluate func(res *AgentSoftwareVersion) bool + Satisfies func(other FilterCondition) bool + SpecifiesFieldPath func(fp AgentSoftwareVersion_FieldPath) bool + func AndFilterConditions(conds ...FilterCondition) FilterCondition + type FilterConditionCompare struct + Operator filterParser.CompareOperator + func (cond *FilterConditionCompare) And(conds ...FilterCondition) FilterCondition + func (cond *FilterConditionCompare) ConditionCompare() + func (cond *FilterConditionCompare) Evaluate(res *AgentSoftwareVersion) bool + func (cond *FilterConditionCompare) EvaluateRaw(res gotenresource.Resource) bool + func (cond *FilterConditionCompare) GetOperator() filterParser.CompareOperator + func (cond *FilterConditionCompare) GetRawFieldPath() gotenobject.FieldPath + func (cond *FilterConditionCompare) GetRawFieldPathValue() gotenobject.FieldPathValue + func (cond *FilterConditionCompare) Satisfies(other FilterCondition) bool + func (cond *FilterConditionCompare) SatisfiesRaw(other gotenresource.FilterCondition) bool + func (cond *FilterConditionCompare) SpecifiesFieldPath(fp AgentSoftwareVersion_FieldPath) bool + func (cond *FilterConditionCompare) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool + func (cond *FilterConditionCompare) String() string + type FilterConditionComposite struct + Conditions []FilterCondition + Operator filterParser.CompositeOperator + func (cond *FilterConditionComposite) And(conds ...FilterCondition) FilterCondition + func (cond *FilterConditionComposite) ConditionComposite() + func (cond *FilterConditionComposite) Evaluate(res *AgentSoftwareVersion) bool + func (cond *FilterConditionComposite) EvaluateRaw(res gotenresource.Resource) bool + func (cond *FilterConditionComposite) GetOperator() filterParser.CompositeOperator + func (cond *FilterConditionComposite) GetSubConditions() []gotenresource.FilterCondition + func (cond *FilterConditionComposite) Satisfies(other FilterCondition) bool + func (cond *FilterConditionComposite) SatisfiesRaw(other gotenresource.FilterCondition) bool + func (cond *FilterConditionComposite) SpecifiesFieldPath(fp AgentSoftwareVersion_FieldPath) bool + func (cond *FilterConditionComposite) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool + func (cond *FilterConditionComposite) String() string + type FilterConditionContains struct + FieldPath AgentSoftwareVersion_FieldPath + Type gotenresource.ConditionContainsType + Value AgentSoftwareVersion_FieldPathArrayItemValue + Values []AgentSoftwareVersion_FieldPathArrayItemValue + func (cond *FilterConditionContains) And(conds ...FilterCondition) FilterCondition + func (cond *FilterConditionContains) ConditionContains() + func (cond *FilterConditionContains) ConditionContainsType() gotenresource.ConditionContainsType + func (cond *FilterConditionContains) Evaluate(res *AgentSoftwareVersion) bool + func (cond *FilterConditionContains) EvaluateRaw(res gotenresource.Resource) bool + func (cond *FilterConditionContains) GetFieldPath() AgentSoftwareVersion_FieldPath + func (cond *FilterConditionContains) GetRawFieldPath() gotenobject.FieldPath + func (cond *FilterConditionContains) GetRawFieldPathItemValue() gotenobject.FieldPathArrayItemValue + func (cond *FilterConditionContains) GetRawFieldPathItemValues() (res []gotenobject.FieldPathArrayItemValue) + func (cond *FilterConditionContains) Satisfies(other FilterCondition) bool + func (cond *FilterConditionContains) SatisfiesRaw(other gotenresource.FilterCondition) bool + func (cond *FilterConditionContains) SpecifiesFieldPath(fp AgentSoftwareVersion_FieldPath) bool + func (cond *FilterConditionContains) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool + func (cond *FilterConditionContains) String() string + type FilterConditionIn struct + func (cond *FilterConditionIn) And(conds ...FilterCondition) FilterCondition + func (cond *FilterConditionIn) ConditionIn() + func (cond *FilterConditionIn) Evaluate(res *AgentSoftwareVersion) bool + func (cond *FilterConditionIn) EvaluateRaw(res gotenresource.Resource) bool + func (cond *FilterConditionIn) GetRawFieldPath() gotenobject.FieldPath + func (cond *FilterConditionIn) GetRawFieldPathArrayOfValues() gotenobject.FieldPathArrayOfValues + func (cond *FilterConditionIn) Satisfies(other FilterCondition) bool + func (cond *FilterConditionIn) SatisfiesRaw(other gotenresource.FilterCondition) bool + func (cond *FilterConditionIn) SpecifiesFieldPath(fp AgentSoftwareVersion_FieldPath) bool + func (cond *FilterConditionIn) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool + func (cond *FilterConditionIn) String() string + type FilterConditionIsNaN struct + FieldPath AgentSoftwareVersion_FieldPath + Not bool + func (cond *FilterConditionIsNaN) And(conds ...FilterCondition) FilterCondition + func (cond *FilterConditionIsNaN) ConditionIsNaN() + func (cond *FilterConditionIsNaN) Evaluate(res *AgentSoftwareVersion) bool + func (cond *FilterConditionIsNaN) EvaluateRaw(res gotenresource.Resource) bool + func (cond *FilterConditionIsNaN) GetRawFieldPath() gotenobject.FieldPath + func (cond *FilterConditionIsNaN) Satisfies(other FilterCondition) bool + func (cond *FilterConditionIsNaN) SatisfiesRaw(other gotenresource.FilterCondition) bool + func (cond *FilterConditionIsNaN) SpecifiesFieldPath(fp AgentSoftwareVersion_FieldPath) bool + func (cond *FilterConditionIsNaN) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool + func (cond *FilterConditionIsNaN) String() string + type FilterConditionIsNull struct + FieldPath AgentSoftwareVersion_FieldPath + Not bool + func (cond *FilterConditionIsNull) And(conds ...FilterCondition) FilterCondition + func (cond *FilterConditionIsNull) ConditionIsNull() + func (cond *FilterConditionIsNull) Evaluate(res *AgentSoftwareVersion) bool + func (cond *FilterConditionIsNull) EvaluateRaw(res gotenresource.Resource) bool + func (cond *FilterConditionIsNull) GetRawFieldPath() gotenobject.FieldPath + func (cond *FilterConditionIsNull) NotNull() bool + func (cond *FilterConditionIsNull) Satisfies(other FilterCondition) bool + func (cond *FilterConditionIsNull) SatisfiesRaw(other gotenresource.FilterCondition) bool + func (cond *FilterConditionIsNull) SpecifiesFieldPath(fp AgentSoftwareVersion_FieldPath) bool + func (cond *FilterConditionIsNull) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool + func (cond *FilterConditionIsNull) String() string + type FilterConditionNot struct + func (cond *FilterConditionNot) And(conds ...FilterCondition) FilterCondition + func (cond *FilterConditionNot) ConditionNot() + func (cond *FilterConditionNot) Evaluate(res *AgentSoftwareVersion) bool + func (cond *FilterConditionNot) EvaluateRaw(res gotenresource.Resource) bool + func (cond *FilterConditionNot) GetSubCondition() gotenresource.FilterCondition + func (cond *FilterConditionNot) Satisfies(other FilterCondition) bool + func (cond *FilterConditionNot) SatisfiesRaw(other gotenresource.FilterCondition) bool + func (cond *FilterConditionNot) SpecifiesFieldPath(fp AgentSoftwareVersion_FieldPath) bool + func (cond *FilterConditionNot) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool + func (cond *FilterConditionNot) String() string + type FilterConditionNotIn struct + func (cond *FilterConditionNotIn) And(conds ...FilterCondition) FilterCondition + func (cond *FilterConditionNotIn) ConditionNotIn() + func (cond *FilterConditionNotIn) Evaluate(res *AgentSoftwareVersion) bool + func (cond *FilterConditionNotIn) EvaluateRaw(res gotenresource.Resource) bool + func (cond *FilterConditionNotIn) GetRawFieldPath() gotenobject.FieldPath + func (cond *FilterConditionNotIn) GetRawFieldPathArrayOfValues() gotenobject.FieldPathArrayOfValues + func (cond *FilterConditionNotIn) Satisfies(other FilterCondition) bool + func (cond *FilterConditionNotIn) SatisfiesRaw(other gotenresource.FilterCondition) bool + func (cond *FilterConditionNotIn) SpecifiesFieldPath(fp AgentSoftwareVersion_FieldPath) bool + func (cond *FilterConditionNotIn) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool + func (cond *FilterConditionNotIn) String() string + type GetQuery struct + Mask *AgentSoftwareVersion_FieldMask + Reference *Reference + func (q *GetQuery) GetFieldMask() gotenobject.FieldMask + func (q *GetQuery) GetReference() gotenresource.Reference + func (q *GetQuery) GetResourceDescriptor() gotenresource.Descriptor + func (q *GetQuery) GotenQuery() + func (q *GetQuery) SetFieldMask(mask gotenobject.FieldMask) + func (q *GetQuery) SetReference(ref gotenresource.Reference) + func (q *GetQuery) String() string + type ListQuery struct + Filter *Filter + Mask *AgentSoftwareVersion_FieldMask + Pager *PagerQuery + WithPagingInfo bool + func (q *ListQuery) GetFieldMask() gotenobject.FieldMask + func (q *ListQuery) GetFilter() gotenresource.Filter + func (q *ListQuery) GetPager() gotenresource.PagerQuery + func (q *ListQuery) GetResourceDescriptor() gotenresource.Descriptor + func (q *ListQuery) GetWithPagingInfo() bool + func (q *ListQuery) GotenQuery() + func (q *ListQuery) SetFieldMask(mask gotenobject.FieldMask) + func (q *ListQuery) SetFilter(filter gotenresource.Filter) + func (q *ListQuery) SetPager(pager gotenresource.PagerQuery) + func (q *ListQuery) SetWithPagingInfo(with bool) + func (q *ListQuery) String() string + type Name struct + AgentSoftwareVersionId string + func MustParseName(name string) *Name + func ParseName(name string) (*Name, error) + func ParseNameOrId(nameOrId string) (*Name, error) + func (name *Name) AsRawReference() gotenresource.Reference + func (name *Name) AsReference() *Reference + func (name *Name) ConvertToNative(typeDesc reflect.Type) (interface{}, error) + func (name *Name) ConvertToType(typeVal ref.Type) ref.Val + func (name *Name) Equal(other ref.Val) ref.Val + func (name *Name) FullyQualifiedName() (string, error) + func (name *Name) GetIParentName() gotenresource.Name + func (name *Name) GetIUnderlyingParentName() gotenresource.Name + func (name *Name) GetIdParts() map[string]string + func (name *Name) GetPattern() gotenresource.NamePattern + func (name *Name) GetResourceDescriptor() gotenresource.Descriptor + func (name *Name) GetSegments() gotenresource.NameSegments + func (name *Name) GotenEqual(other interface{}) bool + func (name *Name) HasTrait(trait int) bool + func (name *Name) IsFullyQualified() bool + func (name *Name) IsSpecified() bool + func (name *Name) Match(pattern ref.Val) ref.Val + func (name *Name) Matches(other interface{}) bool + func (name *Name) ParseProtoString(data string) error + func (name *Name) ProtoString() (string, error) + func (name *Name) Receive(function string, overload string, args []ref.Val) ref.Val + func (name *Name) SetFromCliFlag(raw string) error + func (name *Name) SetFromSegments(segments gotenresource.NameSegments) error + func (name *Name) String() string + func (name *Name) Type() ref.Type + func (name *Name) TypeName() string + func (name *Name) Value() interface{} + type NameBuilder struct + func NewNameBuilder() *NameBuilder + func (b *NameBuilder) Name() *Name + func (b *NameBuilder) Reference() *Reference + func (b *NameBuilder) SetId(id string) *NameBuilder + type NamePattern struct + Pattern gotenresource.NamePattern + type OrderBy struct + OrderByFields []OrderByField + func (orderBy *OrderBy) Compare(left, right *AgentSoftwareVersion) int + func (orderBy *OrderBy) CompareRaw(left, right gotenresource.Resource) int + func (orderBy *OrderBy) GetFieldMask() *AgentSoftwareVersion_FieldMask + func (orderBy *OrderBy) GetOrderByFields() []gotenresource.OrderByField + func (orderBy *OrderBy) GetRawFieldMask() gotenobject.FieldMask + func (orderBy *OrderBy) InsertSorted(sorted AgentSoftwareVersionList, elem *AgentSoftwareVersion) (AgentSoftwareVersionList, int) + func (orderBy *OrderBy) InsertSortedRaw(sorted gotenresource.ResourceList, elem gotenresource.Resource) (gotenresource.ResourceList, int) + func (orderBy *OrderBy) ParseProtoString(data string) error + func (orderBy *OrderBy) ProtoString() (string, error) + func (orderBy *OrderBy) SetFromCliFlag(raw string) error + func (orderBy *OrderBy) Sort(results AgentSoftwareVersionList) + func (orderBy *OrderBy) SortRaw(results gotenresource.ResourceList) + func (orderBy *OrderBy) String() string + type OrderByField struct + Direction gotenresource.OrderDirection + FieldPath AgentSoftwareVersion_FieldPath + func (orderByFld *OrderByField) CompareWithDirection(left, right *AgentSoftwareVersion) int + func (orderByFld *OrderByField) GetDirection() gotenresource.OrderDirection + func (orderByFld *OrderByField) GetFieldPath() gotenobject.FieldPath + type PagerCursor struct + CursorValue gotenresource.CursorValue + Inclusion gotenresource.CursorInclusion + PageDirection gotenresource.PageDirection + func (cursor *PagerCursor) GetInclusion() gotenresource.CursorInclusion + func (cursor *PagerCursor) GetPageDirection() gotenresource.PageDirection + func (cursor *PagerCursor) GetValue() gotenresource.CursorValue + func (cursor *PagerCursor) IsEmpty() bool + func (cursor *PagerCursor) ParseProtoString(data string) (err error) + func (cursor *PagerCursor) ProtoString() (string, error) + func (cursor *PagerCursor) SetCursorValue(value gotenresource.CursorValue) + func (cursor *PagerCursor) SetFromCliFlag(raw string) error + func (cursor *PagerCursor) SetInclusion(inclusion gotenresource.CursorInclusion) + func (cursor *PagerCursor) SetPageDirection(direction gotenresource.PageDirection) + func (cursor *PagerCursor) String() string + type PagerQuery struct + Cursor *PagerCursor + Limit int + OrderBy *OrderBy + PeekForward bool + func MakePagerQuery(orderBy *OrderBy, cursor *PagerCursor, pageSize int32, peekForward bool) *PagerQuery + func (p *PagerQuery) GetCursor() gotenresource.Cursor + func (p *PagerQuery) GetLimit() int + func (p *PagerQuery) GetOrderBy() gotenresource.OrderBy + func (p *PagerQuery) GetPeekForward() bool + func (p *PagerQuery) GetResourceDescriptor() gotenresource.Descriptor + func (p *PagerQuery) PageDirection() gotenresource.PageDirection + func (p *PagerQuery) SetCursor(cursor gotenresource.Cursor) + func (p *PagerQuery) SetLimit(limit int) + func (p *PagerQuery) SetOrderBy(orderBy gotenresource.OrderBy) + func (p *PagerQuery) SetPageDirection(direction gotenresource.PageDirection) + func (p *PagerQuery) SetPeekForward(peekForward bool) + type QueryResultChange struct + Changes []*AgentSoftwareVersionChange + IsCurrent bool + IsHardReset bool + IsSoftReset bool + NextPageCursor *PagerCursor + PrevPageCursor *PagerCursor + ResumeToken string + SnapshotSize int64 + func (qr *QueryResultChange) GetIsCurrent() bool + func (qr *QueryResultChange) GetIsHardReset() bool + func (qr *QueryResultChange) GetIsSoftReset() bool + func (qr *QueryResultChange) GetNextPageCursor() gotenresource.Cursor + func (qr *QueryResultChange) GetPrevPageCursor() gotenresource.Cursor + func (qr *QueryResultChange) GetResults() gotenresource.ResourceChangeList + func (qr *QueryResultChange) GetResumeToken() string + func (qr *QueryResultChange) GetSnapshotSize() int64 + func (qr *QueryResultChange) SetCursors(nextPageCursor, prevPageCursor gotenresource.Cursor) + func (qr *QueryResultChange) SetIsCurrent() + func (qr *QueryResultChange) SetIsHardReset() + func (qr *QueryResultChange) SetIsSoftReset() + func (qr *QueryResultChange) SetResults(results gotenresource.ResourceChangeList) + func (qr *QueryResultChange) SetResumeToken(token string) + func (qr *QueryResultChange) SetSnapshotSize(size int64) + type QueryResultSnapshot struct + AgentSoftwareVersions []*AgentSoftwareVersion + CurrentOffset int32 + NextPageCursor *PagerCursor + PrevPageCursor *PagerCursor + TotalResultsCount int32 + func (qr *QueryResultSnapshot) GetNextPageCursor() gotenresource.Cursor + func (qr *QueryResultSnapshot) GetPagingInfo() (totalCount, offset int32) + func (qr *QueryResultSnapshot) GetPrevPageCursor() gotenresource.Cursor + func (qr *QueryResultSnapshot) GetResults() gotenresource.ResourceList + func (qr *QueryResultSnapshot) SetCursors(nextPageCursor, prevPageCursor gotenresource.Cursor) + func (qr *QueryResultSnapshot) SetPagingInfo(totalCount, offset int32) + func (qr *QueryResultSnapshot) SetResults(results gotenresource.ResourceList) + type Reference struct + func MakeReference(name *Name, agentSoftwareVersion *AgentSoftwareVersion) (*Reference, error) + func MustParseReference(name string) *Reference + func ParseReference(name string) (*Reference, error) + func (name *Reference) Matches(other interface{}) bool + func (ref *Reference) ClearCached() + func (ref *Reference) FullyQualifiedName() (string, error) + func (ref *Reference) GetAgentSoftwareVersion() *AgentSoftwareVersion + func (ref *Reference) GetIParentName() gotenresource.Name + func (ref *Reference) GetIUnderlyingParentName() gotenresource.Name + func (ref *Reference) GetIdParts() map[string]string + func (ref *Reference) GetPattern() gotenresource.NamePattern + func (ref *Reference) GetRawResource() gotenresource.Resource + func (ref *Reference) GetResourceDescriptor() gotenresource.Descriptor + func (ref *Reference) GetSegments() gotenresource.NameSegments + func (ref *Reference) GotenEqual(other interface{}) bool + func (ref *Reference) IsFullyQualified() bool + func (ref *Reference) IsSpecified() bool + func (ref *Reference) ParseProtoString(data string) error + func (ref *Reference) ProtoString() (string, error) + func (ref *Reference) Resolve(resolved *AgentSoftwareVersion) + func (ref *Reference) ResolveRaw(res gotenresource.Resource) error + func (ref *Reference) Resolved() bool + func (ref *Reference) SetFromCliFlag(raw string) error + func (ref *Reference) String() string + type WatchQuery struct + ChunkSize int + ResumeToken string + StartingTime *timestamppb.Timestamp + WatchType watch_type.WatchType + func (q *WatchQuery) GetMaximumChunkSize() int + func (q *WatchQuery) GetResumeToken() string + func (q *WatchQuery) GetStartingTime() *timestamppb.Timestamp + func (q *WatchQuery) GetWatchType() watch_type.WatchType + func (q *WatchQuery) SetMaximumChunkSize(chunkSize int) + func (q *WatchQuery) SetResumeToken(token string) + func (q *WatchQuery) SetStartingTime(startingTime *timestamppb.Timestamp) + func (q *WatchQuery) SetWatchType(watchType watch_type.WatchType) + func (q *WatchQuery) String() string