Documentation ¶
Index ¶
- Constants
- Variables
- func AsAnyCastAccess(access DeploymentAccess) gotenresource.Access
- func CompareDbDataVersions(left, right DbDataVersion) int
- func IsDbDataVersionSmaller(left, right DbDataVersion) bool
- type DbDataVersion
- type Deployment
- func (o *Deployment) Clone() *Deployment
- func (o *Deployment) CloneRaw() gotenobject.GotenObjectExt
- func (*Deployment) Descriptor() ([]byte, []int)
- func (r *Deployment) EnsureMetadata() *meta.Meta
- func (m *Deployment) GetAutomaticVersionSwitch() bool
- func (m *Deployment) GetCurrentVersion() string
- func (m *Deployment) GetDataUpdateStatuses() []*Deployment_DbUpdateTaskStatus
- func (m *Deployment) GetDbDataVersion() string
- func (m *Deployment) GetEnvRegistryGeneration() int32
- func (m *Deployment) GetIsDisabled() bool
- func (m *Deployment) GetLocalNetworkId() string
- func (m *Deployment) GetLocation() *Deployment_Location
- func (m *Deployment) GetMetadata() *meta.Meta
- func (m *Deployment) GetName() *Name
- func (m *Deployment) GetPrivateDomain() string
- func (m *Deployment) GetPublicDomain() string
- func (r *Deployment) GetRawName() gotenresource.Name
- func (m *Deployment) GetRegion() *region.Reference
- func (r *Deployment) GetResourceDescriptor() gotenresource.Descriptor
- func (m *Deployment) GetServiceName() string
- func (m *Deployment) GetUpgradeState() *Deployment_UpgradeState
- func (*Deployment) GotenMessage()
- func (o *Deployment) GotenObjectExt()
- func (obj *Deployment) GotenValidate() error
- func (o *Deployment) MakeDiffFieldMask(other *Deployment) *Deployment_FieldMask
- func (o *Deployment) MakeFullFieldMask() *Deployment_FieldMask
- func (o *Deployment) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *Deployment) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *Deployment) Marshal() ([]byte, error)
- func (m *Deployment) MarshalJSON() ([]byte, error)
- func (r *Deployment) MaybePopulateDefaults() error
- func (o *Deployment) Merge(source *Deployment)
- func (o *Deployment) MergeRaw(source gotenobject.GotenObjectExt)
- func (*Deployment) ProtoMessage()
- func (m *Deployment) ProtoReflect() preflect.Message
- func (m *Deployment) Reset()
- func (m *Deployment) SetAutomaticVersionSwitch(fv bool)
- func (m *Deployment) SetCurrentVersion(fv string)
- func (m *Deployment) SetDataUpdateStatuses(fv []*Deployment_DbUpdateTaskStatus)
- func (m *Deployment) SetDbDataVersion(fv string)
- func (m *Deployment) SetEnvRegistryGeneration(fv int32)
- func (m *Deployment) SetIsDisabled(fv bool)
- func (m *Deployment) SetLocalNetworkId(fv string)
- func (m *Deployment) SetLocation(fv *Deployment_Location)
- func (m *Deployment) SetMetadata(fv *meta.Meta)
- func (m *Deployment) SetName(fv *Name)
- func (m *Deployment) SetPrivateDomain(fv string)
- func (m *Deployment) SetPublicDomain(fv string)
- func (m *Deployment) SetRegion(fv *region.Reference)
- func (m *Deployment) SetServiceName(fv string)
- func (m *Deployment) SetUpgradeState(fv *Deployment_UpgradeState)
- func (m *Deployment) String() string
- func (m *Deployment) Unmarshal(b []byte) error
- func (m *Deployment) UnmarshalJSON(data []byte) error
- type DeploymentAccess
- type DeploymentChange
- func (*DeploymentChange) Descriptor() ([]byte, []int)
- func (m *DeploymentChange) GetAdded() *DeploymentChange_Added
- func (m *DeploymentChange) GetChangeType() isDeploymentChange_ChangeType
- func (m *DeploymentChange) GetCurrent() *DeploymentChange_Current
- func (c *DeploymentChange) GetCurrentViewIndex() int32
- func (c *DeploymentChange) GetDeployment() *Deployment
- func (c *DeploymentChange) GetDeploymentName() *Name
- func (m *DeploymentChange) GetModified() *DeploymentChange_Modified
- func (c *DeploymentChange) GetPreviousViewIndex() int32
- func (c *DeploymentChange) GetRawName() gotenresource.Name
- func (c *DeploymentChange) GetRawResource() gotenresource.Resource
- func (m *DeploymentChange) GetRemoved() *DeploymentChange_Removed
- func (*DeploymentChange) GotenMessage()
- func (obj *DeploymentChange) GotenValidate() error
- func (c *DeploymentChange) IsAdd() bool
- func (c *DeploymentChange) IsCurrent() bool
- func (c *DeploymentChange) IsDelete() bool
- func (c *DeploymentChange) IsModify() bool
- func (m *DeploymentChange) Marshal() ([]byte, error)
- func (m *DeploymentChange) MarshalJSON() ([]byte, error)
- func (*DeploymentChange) ProtoMessage()
- func (m *DeploymentChange) ProtoReflect() preflect.Message
- func (m *DeploymentChange) Reset()
- func (m *DeploymentChange) SetAdded(fv *DeploymentChange_Added)
- func (c *DeploymentChange) SetAddedRaw(snapshot gotenresource.Resource, idx int)
- func (m *DeploymentChange) SetChangeType(ofv isDeploymentChange_ChangeType)
- func (m *DeploymentChange) SetCurrent(fv *DeploymentChange_Current)
- func (c *DeploymentChange) SetCurrentRaw(snapshot gotenresource.Resource)
- func (c *DeploymentChange) SetDeletedRaw(name gotenresource.Name, idx int)
- func (m *DeploymentChange) SetModified(fv *DeploymentChange_Modified)
- func (c *DeploymentChange) SetModifiedRaw(name gotenresource.Name, snapshot gotenresource.Resource, prevIdx int, ...)
- func (m *DeploymentChange) SetRemoved(fv *DeploymentChange_Removed)
- func (m *DeploymentChange) String() string
- func (m *DeploymentChange) Unmarshal(b []byte) error
- func (m *DeploymentChange) UnmarshalJSON(data []byte) error
- type DeploymentChangeList
- func (l DeploymentChangeList) Append(item gotenresource.ResourceChange) gotenresource.ResourceChangeList
- func (l DeploymentChangeList) AppendList(list gotenresource.ResourceChangeList) gotenresource.ResourceChangeList
- func (l DeploymentChangeList) At(idx int) gotenresource.ResourceChange
- func (l DeploymentChangeList) Length() int
- func (l DeploymentChangeList) Set(idx int, change gotenresource.ResourceChange)
- func (l DeploymentChangeList) Slice(first, second int) gotenresource.ResourceChangeList
- type DeploymentChangeMap
- func (m DeploymentChangeMap) Delete(name gotenresource.Name)
- func (m DeploymentChangeMap) ForEach(cb func(gotenresource.Name, gotenresource.ResourceChange) bool)
- func (m DeploymentChangeMap) Get(name gotenresource.Name) gotenresource.ResourceChange
- func (m DeploymentChangeMap) Length() int
- func (m DeploymentChangeMap) Set(change gotenresource.ResourceChange)
- type DeploymentChange_Added
- func (*DeploymentChange_Added) Descriptor() ([]byte, []int)
- func (m *DeploymentChange_Added) GetDeployment() *Deployment
- func (m *DeploymentChange_Added) GetViewIndex() int32
- func (*DeploymentChange_Added) GotenMessage()
- func (obj *DeploymentChange_Added) GotenValidate() error
- func (m *DeploymentChange_Added) Marshal() ([]byte, error)
- func (m *DeploymentChange_Added) MarshalJSON() ([]byte, error)
- func (*DeploymentChange_Added) ProtoMessage()
- func (m *DeploymentChange_Added) ProtoReflect() preflect.Message
- func (m *DeploymentChange_Added) Reset()
- func (m *DeploymentChange_Added) SetDeployment(fv *Deployment)
- func (m *DeploymentChange_Added) SetViewIndex(fv int32)
- func (m *DeploymentChange_Added) String() string
- func (m *DeploymentChange_Added) Unmarshal(b []byte) error
- func (m *DeploymentChange_Added) UnmarshalJSON(data []byte) error
- type DeploymentChange_Added_
- type DeploymentChange_Current
- func (*DeploymentChange_Current) Descriptor() ([]byte, []int)
- func (m *DeploymentChange_Current) GetDeployment() *Deployment
- func (*DeploymentChange_Current) GotenMessage()
- func (obj *DeploymentChange_Current) GotenValidate() error
- func (m *DeploymentChange_Current) Marshal() ([]byte, error)
- func (m *DeploymentChange_Current) MarshalJSON() ([]byte, error)
- func (*DeploymentChange_Current) ProtoMessage()
- func (m *DeploymentChange_Current) ProtoReflect() preflect.Message
- func (m *DeploymentChange_Current) Reset()
- func (m *DeploymentChange_Current) SetDeployment(fv *Deployment)
- func (m *DeploymentChange_Current) String() string
- func (m *DeploymentChange_Current) Unmarshal(b []byte) error
- func (m *DeploymentChange_Current) UnmarshalJSON(data []byte) error
- type DeploymentChange_Current_
- type DeploymentChange_Modified
- func (*DeploymentChange_Modified) Descriptor() ([]byte, []int)
- func (m *DeploymentChange_Modified) GetDeployment() *Deployment
- func (m *DeploymentChange_Modified) GetFieldMask() *Deployment_FieldMask
- func (m *DeploymentChange_Modified) GetName() *Name
- func (m *DeploymentChange_Modified) GetPreviousViewIndex() int32
- func (m *DeploymentChange_Modified) GetViewIndex() int32
- func (*DeploymentChange_Modified) GotenMessage()
- func (obj *DeploymentChange_Modified) GotenValidate() error
- func (m *DeploymentChange_Modified) Marshal() ([]byte, error)
- func (m *DeploymentChange_Modified) MarshalJSON() ([]byte, error)
- func (*DeploymentChange_Modified) ProtoMessage()
- func (m *DeploymentChange_Modified) ProtoReflect() preflect.Message
- func (m *DeploymentChange_Modified) Reset()
- func (m *DeploymentChange_Modified) SetDeployment(fv *Deployment)
- func (m *DeploymentChange_Modified) SetFieldMask(fv *Deployment_FieldMask)
- func (m *DeploymentChange_Modified) SetName(fv *Name)
- func (m *DeploymentChange_Modified) SetPreviousViewIndex(fv int32)
- func (m *DeploymentChange_Modified) SetViewIndex(fv int32)
- func (m *DeploymentChange_Modified) String() string
- func (m *DeploymentChange_Modified) Unmarshal(b []byte) error
- func (m *DeploymentChange_Modified) UnmarshalJSON(data []byte) error
- type DeploymentChange_Modified_
- type DeploymentChange_Removed
- func (*DeploymentChange_Removed) Descriptor() ([]byte, []int)
- func (m *DeploymentChange_Removed) GetName() *Name
- func (m *DeploymentChange_Removed) GetViewIndex() int32
- func (*DeploymentChange_Removed) GotenMessage()
- func (obj *DeploymentChange_Removed) GotenValidate() error
- func (m *DeploymentChange_Removed) Marshal() ([]byte, error)
- func (m *DeploymentChange_Removed) MarshalJSON() ([]byte, error)
- func (*DeploymentChange_Removed) ProtoMessage()
- func (m *DeploymentChange_Removed) ProtoReflect() preflect.Message
- func (m *DeploymentChange_Removed) Reset()
- func (m *DeploymentChange_Removed) SetName(fv *Name)
- func (m *DeploymentChange_Removed) SetViewIndex(fv int32)
- func (m *DeploymentChange_Removed) String() string
- func (m *DeploymentChange_Removed) Unmarshal(b []byte) error
- func (m *DeploymentChange_Removed) UnmarshalJSON(data []byte) error
- type DeploymentChange_Removed_
- type DeploymentDbUpdateTaskStatusFieldPathBuilder
- func (DeploymentDbUpdateTaskStatusFieldPathBuilder) ProgressBar() Deployment_DbUpdateTaskStatusPathSelectorProgressBar
- func (DeploymentDbUpdateTaskStatusFieldPathBuilder) ReadyShards() Deployment_DbUpdateTaskStatusPathSelectorReadyShards
- func (DeploymentDbUpdateTaskStatusFieldPathBuilder) ShardsCount() Deployment_DbUpdateTaskStatusPathSelectorShardsCount
- func (DeploymentDbUpdateTaskStatusFieldPathBuilder) TargetVersion() Deployment_DbUpdateTaskStatusPathSelectorTargetVersion
- func (DeploymentDbUpdateTaskStatusFieldPathBuilder) TaskTag() Deployment_DbUpdateTaskStatusPathSelectorTaskTag
- type DeploymentDbUpdateTaskStatus_FieldPath
- func BuildDeploymentDbUpdateTaskStatus_FieldPath(fp gotenobject.RawFieldPath) (DeploymentDbUpdateTaskStatus_FieldPath, error)
- func MustParseDeploymentDbUpdateTaskStatus_FieldPath(rawField string) DeploymentDbUpdateTaskStatus_FieldPath
- func ParseDeploymentDbUpdateTaskStatus_FieldPath(rawField string) (DeploymentDbUpdateTaskStatus_FieldPath, error)
- type DeploymentDbUpdateTaskStatus_FieldPathArrayItemValue
- type DeploymentDbUpdateTaskStatus_FieldPathArrayOfValues
- type DeploymentDbUpdateTaskStatus_FieldPathSelector
- type DeploymentDbUpdateTaskStatus_FieldPathValue
- type DeploymentDbUpdateTaskStatus_FieldTerminalPath
- func (fp *DeploymentDbUpdateTaskStatus_FieldTerminalPath) ClearValue(item *Deployment_DbUpdateTaskStatus)
- func (fp *DeploymentDbUpdateTaskStatus_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *DeploymentDbUpdateTaskStatus_FieldTerminalPath) Get(source *Deployment_DbUpdateTaskStatus) (values []interface{})
- func (fp *DeploymentDbUpdateTaskStatus_FieldTerminalPath) GetDefault() interface{}
- func (fp *DeploymentDbUpdateTaskStatus_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *DeploymentDbUpdateTaskStatus_FieldTerminalPath) GetSingle(source *Deployment_DbUpdateTaskStatus) (interface{}, bool)
- func (fp *DeploymentDbUpdateTaskStatus_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *DeploymentDbUpdateTaskStatus_FieldTerminalPath) IsLeaf() bool
- func (fp *DeploymentDbUpdateTaskStatus_FieldTerminalPath) JSONString() string
- func (fp *DeploymentDbUpdateTaskStatus_FieldTerminalPath) Selector() DeploymentDbUpdateTaskStatus_FieldPathSelector
- func (fp *DeploymentDbUpdateTaskStatus_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *DeploymentDbUpdateTaskStatus_FieldTerminalPath) String() string
- func (fp *DeploymentDbUpdateTaskStatus_FieldTerminalPath) WithIArrayItemValue(value interface{}) DeploymentDbUpdateTaskStatus_FieldPathArrayItemValue
- func (fp *DeploymentDbUpdateTaskStatus_FieldTerminalPath) WithIArrayOfValues(values interface{}) DeploymentDbUpdateTaskStatus_FieldPathArrayOfValues
- func (fp *DeploymentDbUpdateTaskStatus_FieldTerminalPath) WithIValue(value interface{}) DeploymentDbUpdateTaskStatus_FieldPathValue
- func (fp *DeploymentDbUpdateTaskStatus_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *DeploymentDbUpdateTaskStatus_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *DeploymentDbUpdateTaskStatus_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type DeploymentDbUpdateTaskStatus_FieldTerminalPathArrayItemValue
- func (fpaiv *DeploymentDbUpdateTaskStatus_FieldTerminalPathArrayItemValue) AsProgressBarItemValue() (*structpb.Struct, bool)
- func (fpaiv *DeploymentDbUpdateTaskStatus_FieldTerminalPathArrayItemValue) AsReadyShardsItemValue() (int64, bool)
- func (fpaiv *DeploymentDbUpdateTaskStatus_FieldTerminalPathArrayItemValue) ContainsValue(source *Deployment_DbUpdateTaskStatus) bool
- func (fpaiv *DeploymentDbUpdateTaskStatus_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *DeploymentDbUpdateTaskStatus_FieldTerminalPathArrayItemValue) GetSingle(source *Deployment_DbUpdateTaskStatus) (interface{}, bool)
- func (fpaiv *DeploymentDbUpdateTaskStatus_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type DeploymentDbUpdateTaskStatus_FieldTerminalPathArrayOfValues
- func (fpaov *DeploymentDbUpdateTaskStatus_FieldTerminalPathArrayOfValues) AsProgressBarArrayOfValues() ([][]*structpb.Struct, bool)
- func (fpaov *DeploymentDbUpdateTaskStatus_FieldTerminalPathArrayOfValues) AsReadyShardsArrayOfValues() ([][]int64, bool)
- func (fpaov *DeploymentDbUpdateTaskStatus_FieldTerminalPathArrayOfValues) AsShardsCountArrayOfValues() ([]int64, bool)
- func (fpaov *DeploymentDbUpdateTaskStatus_FieldTerminalPathArrayOfValues) AsTargetVersionArrayOfValues() ([]string, bool)
- func (fpaov *DeploymentDbUpdateTaskStatus_FieldTerminalPathArrayOfValues) AsTaskTagArrayOfValues() ([]string, bool)
- func (fpaov *DeploymentDbUpdateTaskStatus_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type DeploymentDbUpdateTaskStatus_FieldTerminalPathValue
- func (fpv *DeploymentDbUpdateTaskStatus_FieldTerminalPathValue) AsProgressBarValue() ([]*structpb.Struct, bool)
- func (fpv *DeploymentDbUpdateTaskStatus_FieldTerminalPathValue) AsReadyShardsValue() ([]int64, bool)
- func (fpv *DeploymentDbUpdateTaskStatus_FieldTerminalPathValue) AsShardsCountValue() (int64, bool)
- func (fpv *DeploymentDbUpdateTaskStatus_FieldTerminalPathValue) AsTargetVersionValue() (string, bool)
- func (fpv *DeploymentDbUpdateTaskStatus_FieldTerminalPathValue) AsTaskTagValue() (string, bool)
- func (fpv *DeploymentDbUpdateTaskStatus_FieldTerminalPathValue) CompareWith(source *Deployment_DbUpdateTaskStatus) (int, bool)
- func (fpv *DeploymentDbUpdateTaskStatus_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *DeploymentDbUpdateTaskStatus_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *DeploymentDbUpdateTaskStatus_FieldTerminalPathValue) SetTo(target **Deployment_DbUpdateTaskStatus)
- func (fpv *DeploymentDbUpdateTaskStatus_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type DeploymentFieldPathBuilder
- func (DeploymentFieldPathBuilder) AutomaticVersionSwitch() DeploymentPathSelectorAutomaticVersionSwitch
- func (DeploymentFieldPathBuilder) CurrentVersion() DeploymentPathSelectorCurrentVersion
- func (DeploymentFieldPathBuilder) DataUpdateStatuses() DeploymentPathSelectorDataUpdateStatuses
- func (DeploymentFieldPathBuilder) DbDataVersion() DeploymentPathSelectorDbDataVersion
- func (DeploymentFieldPathBuilder) EnvRegistryGeneration() DeploymentPathSelectorEnvRegistryGeneration
- func (DeploymentFieldPathBuilder) IsDisabled() DeploymentPathSelectorIsDisabled
- func (DeploymentFieldPathBuilder) LocalNetworkId() DeploymentPathSelectorLocalNetworkId
- func (DeploymentFieldPathBuilder) Location() DeploymentPathSelectorLocation
- func (DeploymentFieldPathBuilder) Metadata() DeploymentPathSelectorMetadata
- func (DeploymentFieldPathBuilder) Name() DeploymentPathSelectorName
- func (DeploymentFieldPathBuilder) PrivateDomain() DeploymentPathSelectorPrivateDomain
- func (DeploymentFieldPathBuilder) PublicDomain() DeploymentPathSelectorPublicDomain
- func (DeploymentFieldPathBuilder) Region() DeploymentPathSelectorRegion
- func (DeploymentFieldPathBuilder) ServiceName() DeploymentPathSelectorServiceName
- func (DeploymentFieldPathBuilder) UpgradeState() DeploymentPathSelectorUpgradeState
- type DeploymentList
- func (l DeploymentList) Append(item gotenresource.Resource) gotenresource.ResourceList
- func (l DeploymentList) AppendList(list gotenresource.ResourceList) gotenresource.ResourceList
- func (l DeploymentList) At(idx int) gotenresource.Resource
- func (l DeploymentList) Length() int
- func (l DeploymentList) Set(idx int, res gotenresource.Resource)
- func (l DeploymentList) Slice(first, second int) gotenresource.ResourceList
- type DeploymentLocationFieldPathBuilder
- func (DeploymentLocationFieldPathBuilder) Agglomeration() Deployment_LocationPathSelectorAgglomeration
- func (DeploymentLocationFieldPathBuilder) City() Deployment_LocationPathSelectorCity
- func (DeploymentLocationFieldPathBuilder) Cloud() Deployment_LocationPathSelectorCloud
- func (DeploymentLocationFieldPathBuilder) Continent() Deployment_LocationPathSelectorContinent
- func (DeploymentLocationFieldPathBuilder) Country() Deployment_LocationPathSelectorCountry
- type DeploymentLocation_FieldPath
- type DeploymentLocation_FieldPathArrayItemValue
- type DeploymentLocation_FieldPathArrayOfValues
- type DeploymentLocation_FieldPathSelector
- type DeploymentLocation_FieldPathValue
- type DeploymentLocation_FieldTerminalPath
- func (fp *DeploymentLocation_FieldTerminalPath) ClearValue(item *Deployment_Location)
- func (fp *DeploymentLocation_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *DeploymentLocation_FieldTerminalPath) Get(source *Deployment_Location) (values []interface{})
- func (fp *DeploymentLocation_FieldTerminalPath) GetDefault() interface{}
- func (fp *DeploymentLocation_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *DeploymentLocation_FieldTerminalPath) GetSingle(source *Deployment_Location) (interface{}, bool)
- func (fp *DeploymentLocation_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *DeploymentLocation_FieldTerminalPath) IsLeaf() bool
- func (fp *DeploymentLocation_FieldTerminalPath) JSONString() string
- func (fp *DeploymentLocation_FieldTerminalPath) Selector() DeploymentLocation_FieldPathSelector
- func (fp *DeploymentLocation_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *DeploymentLocation_FieldTerminalPath) String() string
- func (fp *DeploymentLocation_FieldTerminalPath) WithIArrayItemValue(value interface{}) DeploymentLocation_FieldPathArrayItemValue
- func (fp *DeploymentLocation_FieldTerminalPath) WithIArrayOfValues(values interface{}) DeploymentLocation_FieldPathArrayOfValues
- func (fp *DeploymentLocation_FieldTerminalPath) WithIValue(value interface{}) DeploymentLocation_FieldPathValue
- func (fp *DeploymentLocation_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *DeploymentLocation_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *DeploymentLocation_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type DeploymentLocation_FieldTerminalPathArrayItemValue
- func (fpaiv *DeploymentLocation_FieldTerminalPathArrayItemValue) ContainsValue(source *Deployment_Location) bool
- func (fpaiv *DeploymentLocation_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *DeploymentLocation_FieldTerminalPathArrayItemValue) GetSingle(source *Deployment_Location) (interface{}, bool)
- func (fpaiv *DeploymentLocation_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type DeploymentLocation_FieldTerminalPathArrayOfValues
- func (fpaov *DeploymentLocation_FieldTerminalPathArrayOfValues) AsAgglomerationArrayOfValues() ([]string, bool)
- func (fpaov *DeploymentLocation_FieldTerminalPathArrayOfValues) AsCityArrayOfValues() ([]string, bool)
- func (fpaov *DeploymentLocation_FieldTerminalPathArrayOfValues) AsCloudArrayOfValues() ([]string, bool)
- func (fpaov *DeploymentLocation_FieldTerminalPathArrayOfValues) AsContinentArrayOfValues() ([]string, bool)
- func (fpaov *DeploymentLocation_FieldTerminalPathArrayOfValues) AsCountryArrayOfValues() ([]string, bool)
- func (fpaov *DeploymentLocation_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type DeploymentLocation_FieldTerminalPathValue
- func (fpv *DeploymentLocation_FieldTerminalPathValue) AsAgglomerationValue() (string, bool)
- func (fpv *DeploymentLocation_FieldTerminalPathValue) AsCityValue() (string, bool)
- func (fpv *DeploymentLocation_FieldTerminalPathValue) AsCloudValue() (string, bool)
- func (fpv *DeploymentLocation_FieldTerminalPathValue) AsContinentValue() (string, bool)
- func (fpv *DeploymentLocation_FieldTerminalPathValue) AsCountryValue() (string, bool)
- func (fpv *DeploymentLocation_FieldTerminalPathValue) CompareWith(source *Deployment_Location) (int, bool)
- func (fpv *DeploymentLocation_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *DeploymentLocation_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *DeploymentLocation_FieldTerminalPathValue) SetTo(target **Deployment_Location)
- func (fpv *DeploymentLocation_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type DeploymentMap
- func (m DeploymentMap) Delete(name gotenresource.Name)
- func (m DeploymentMap) ForEach(cb func(gotenresource.Name, gotenresource.Resource) bool)
- func (m DeploymentMap) Get(name gotenresource.Name) gotenresource.Resource
- func (m DeploymentMap) Length() int
- func (m DeploymentMap) Set(res gotenresource.Resource)
- type DeploymentMapPathSelectorMetadataAnnotations
- func (s DeploymentMapPathSelectorMetadataAnnotations) FieldPath() *Deployment_FieldSubPath
- func (s DeploymentMapPathSelectorMetadataAnnotations) WithArrayOfValues(values []string) *Deployment_FieldSubPathArrayOfValues
- func (s DeploymentMapPathSelectorMetadataAnnotations) WithValue(value string) *Deployment_FieldSubPathValue
- type DeploymentMapPathSelectorMetadataLabels
- func (s DeploymentMapPathSelectorMetadataLabels) FieldPath() *Deployment_FieldSubPath
- func (s DeploymentMapPathSelectorMetadataLabels) WithArrayOfValues(values []string) *Deployment_FieldSubPathArrayOfValues
- func (s DeploymentMapPathSelectorMetadataLabels) WithValue(value string) *Deployment_FieldSubPathValue
- type DeploymentMapPathSelectorMetadataShards
- func (s DeploymentMapPathSelectorMetadataShards) FieldPath() *Deployment_FieldSubPath
- func (s DeploymentMapPathSelectorMetadataShards) WithArrayOfValues(values []int64) *Deployment_FieldSubPathArrayOfValues
- func (s DeploymentMapPathSelectorMetadataShards) WithValue(value int64) *Deployment_FieldSubPathValue
- type DeploymentNameList
- func (l DeploymentNameList) Append(name gotenresource.Name) gotenresource.NameList
- func (l DeploymentNameList) AppendList(list gotenresource.NameList) gotenresource.NameList
- func (l DeploymentNameList) At(idx int) gotenresource.Name
- func (l DeploymentNameList) Length() int
- func (l DeploymentNameList) Set(idx int, name gotenresource.Name)
- func (l DeploymentNameList) Slice(first, second int) gotenresource.NameList
- type DeploymentParentNameList
- func (l DeploymentParentNameList) Append(name gotenresource.Name) gotenresource.ParentNameList
- func (l DeploymentParentNameList) AppendList(list gotenresource.ParentNameList) gotenresource.ParentNameList
- func (l DeploymentParentNameList) At(idx int) gotenresource.Name
- func (l DeploymentParentNameList) Length() int
- func (l DeploymentParentNameList) Set(idx int, name gotenresource.Name)
- func (l DeploymentParentNameList) Slice(first, second int) gotenresource.ParentNameList
- type DeploymentParentReferenceList
- func (l DeploymentParentReferenceList) Append(ref gotenresource.Reference) gotenresource.ParentReferenceList
- func (l DeploymentParentReferenceList) AppendList(list gotenresource.ParentReferenceList) gotenresource.ParentReferenceList
- func (l DeploymentParentReferenceList) At(idx int) gotenresource.Reference
- func (l DeploymentParentReferenceList) Length() int
- func (l DeploymentParentReferenceList) Set(idx int, ref gotenresource.Reference)
- func (l DeploymentParentReferenceList) Slice(first, second int) gotenresource.ParentReferenceList
- type DeploymentPathSelectorAutomaticVersionSwitch
- func (DeploymentPathSelectorAutomaticVersionSwitch) FieldPath() *Deployment_FieldTerminalPath
- func (s DeploymentPathSelectorAutomaticVersionSwitch) WithArrayOfValues(values []bool) *Deployment_FieldTerminalPathArrayOfValues
- func (s DeploymentPathSelectorAutomaticVersionSwitch) WithValue(value bool) *Deployment_FieldTerminalPathValue
- type DeploymentPathSelectorCurrentVersion
- func (DeploymentPathSelectorCurrentVersion) FieldPath() *Deployment_FieldTerminalPath
- func (s DeploymentPathSelectorCurrentVersion) WithArrayOfValues(values []string) *Deployment_FieldTerminalPathArrayOfValues
- func (s DeploymentPathSelectorCurrentVersion) WithValue(value string) *Deployment_FieldTerminalPathValue
- type DeploymentPathSelectorDataUpdateStatuses
- func (DeploymentPathSelectorDataUpdateStatuses) FieldPath() *Deployment_FieldTerminalPath
- func (DeploymentPathSelectorDataUpdateStatuses) ProgressBar() DeploymentPathSelectorDataUpdateStatusesProgressBar
- func (DeploymentPathSelectorDataUpdateStatuses) ReadyShards() DeploymentPathSelectorDataUpdateStatusesReadyShards
- func (DeploymentPathSelectorDataUpdateStatuses) ShardsCount() DeploymentPathSelectorDataUpdateStatusesShardsCount
- func (DeploymentPathSelectorDataUpdateStatuses) TargetVersion() DeploymentPathSelectorDataUpdateStatusesTargetVersion
- func (DeploymentPathSelectorDataUpdateStatuses) TaskTag() DeploymentPathSelectorDataUpdateStatusesTaskTag
- func (s DeploymentPathSelectorDataUpdateStatuses) WithArrayOfValues(values [][]*Deployment_DbUpdateTaskStatus) *Deployment_FieldTerminalPathArrayOfValues
- func (s DeploymentPathSelectorDataUpdateStatuses) WithItemValue(value *Deployment_DbUpdateTaskStatus) *Deployment_FieldTerminalPathArrayItemValue
- func (s DeploymentPathSelectorDataUpdateStatuses) WithSubArrayItemValue(subPathArrayItemValue DeploymentDbUpdateTaskStatus_FieldPathArrayItemValue) *Deployment_FieldSubPathArrayItemValue
- func (s DeploymentPathSelectorDataUpdateStatuses) WithSubArrayOfValues(subPathArrayOfValues DeploymentDbUpdateTaskStatus_FieldPathArrayOfValues) *Deployment_FieldSubPathArrayOfValues
- func (DeploymentPathSelectorDataUpdateStatuses) WithSubPath(subPath DeploymentDbUpdateTaskStatus_FieldPath) *Deployment_FieldSubPath
- func (s DeploymentPathSelectorDataUpdateStatuses) WithSubValue(subPathValue DeploymentDbUpdateTaskStatus_FieldPathValue) *Deployment_FieldSubPathValue
- func (s DeploymentPathSelectorDataUpdateStatuses) WithValue(value []*Deployment_DbUpdateTaskStatus) *Deployment_FieldTerminalPathValue
- type DeploymentPathSelectorDataUpdateStatusesProgressBar
- func (DeploymentPathSelectorDataUpdateStatusesProgressBar) FieldPath() *Deployment_FieldSubPath
- func (s DeploymentPathSelectorDataUpdateStatusesProgressBar) WithArrayOfValues(values [][]*structpb.Struct) *Deployment_FieldSubPathArrayOfValues
- func (s DeploymentPathSelectorDataUpdateStatusesProgressBar) WithItemValue(value *structpb.Struct) *Deployment_FieldSubPathArrayItemValue
- func (s DeploymentPathSelectorDataUpdateStatusesProgressBar) WithValue(value []*structpb.Struct) *Deployment_FieldSubPathValue
- type DeploymentPathSelectorDataUpdateStatusesReadyShards
- func (DeploymentPathSelectorDataUpdateStatusesReadyShards) FieldPath() *Deployment_FieldSubPath
- func (s DeploymentPathSelectorDataUpdateStatusesReadyShards) WithArrayOfValues(values [][]int64) *Deployment_FieldSubPathArrayOfValues
- func (s DeploymentPathSelectorDataUpdateStatusesReadyShards) WithItemValue(value int64) *Deployment_FieldSubPathArrayItemValue
- func (s DeploymentPathSelectorDataUpdateStatusesReadyShards) WithValue(value []int64) *Deployment_FieldSubPathValue
- type DeploymentPathSelectorDataUpdateStatusesShardsCount
- func (DeploymentPathSelectorDataUpdateStatusesShardsCount) FieldPath() *Deployment_FieldSubPath
- func (s DeploymentPathSelectorDataUpdateStatusesShardsCount) WithArrayOfValues(values []int64) *Deployment_FieldSubPathArrayOfValues
- func (s DeploymentPathSelectorDataUpdateStatusesShardsCount) WithValue(value int64) *Deployment_FieldSubPathValue
- type DeploymentPathSelectorDataUpdateStatusesTargetVersion
- func (DeploymentPathSelectorDataUpdateStatusesTargetVersion) FieldPath() *Deployment_FieldSubPath
- func (s DeploymentPathSelectorDataUpdateStatusesTargetVersion) WithArrayOfValues(values []string) *Deployment_FieldSubPathArrayOfValues
- func (s DeploymentPathSelectorDataUpdateStatusesTargetVersion) WithValue(value string) *Deployment_FieldSubPathValue
- type DeploymentPathSelectorDataUpdateStatusesTaskTag
- func (DeploymentPathSelectorDataUpdateStatusesTaskTag) FieldPath() *Deployment_FieldSubPath
- func (s DeploymentPathSelectorDataUpdateStatusesTaskTag) WithArrayOfValues(values []string) *Deployment_FieldSubPathArrayOfValues
- func (s DeploymentPathSelectorDataUpdateStatusesTaskTag) WithValue(value string) *Deployment_FieldSubPathValue
- type DeploymentPathSelectorDbDataVersion
- func (DeploymentPathSelectorDbDataVersion) FieldPath() *Deployment_FieldTerminalPath
- func (s DeploymentPathSelectorDbDataVersion) WithArrayOfValues(values []string) *Deployment_FieldTerminalPathArrayOfValues
- func (s DeploymentPathSelectorDbDataVersion) WithValue(value string) *Deployment_FieldTerminalPathValue
- type DeploymentPathSelectorEnvRegistryGeneration
- func (DeploymentPathSelectorEnvRegistryGeneration) FieldPath() *Deployment_FieldTerminalPath
- func (s DeploymentPathSelectorEnvRegistryGeneration) WithArrayOfValues(values []int32) *Deployment_FieldTerminalPathArrayOfValues
- func (s DeploymentPathSelectorEnvRegistryGeneration) WithValue(value int32) *Deployment_FieldTerminalPathValue
- type DeploymentPathSelectorIsDisabled
- type DeploymentPathSelectorLocalNetworkId
- func (DeploymentPathSelectorLocalNetworkId) FieldPath() *Deployment_FieldTerminalPath
- func (s DeploymentPathSelectorLocalNetworkId) WithArrayOfValues(values []string) *Deployment_FieldTerminalPathArrayOfValues
- func (s DeploymentPathSelectorLocalNetworkId) WithValue(value string) *Deployment_FieldTerminalPathValue
- type DeploymentPathSelectorLocation
- func (DeploymentPathSelectorLocation) Agglomeration() DeploymentPathSelectorLocationAgglomeration
- func (DeploymentPathSelectorLocation) City() DeploymentPathSelectorLocationCity
- func (DeploymentPathSelectorLocation) Cloud() DeploymentPathSelectorLocationCloud
- func (DeploymentPathSelectorLocation) Continent() DeploymentPathSelectorLocationContinent
- func (DeploymentPathSelectorLocation) Country() DeploymentPathSelectorLocationCountry
- func (DeploymentPathSelectorLocation) FieldPath() *Deployment_FieldTerminalPath
- func (s DeploymentPathSelectorLocation) WithArrayOfValues(values []*Deployment_Location) *Deployment_FieldTerminalPathArrayOfValues
- func (s DeploymentPathSelectorLocation) WithSubArrayItemValue(subPathArrayItemValue DeploymentLocation_FieldPathArrayItemValue) *Deployment_FieldSubPathArrayItemValue
- func (s DeploymentPathSelectorLocation) WithSubArrayOfValues(subPathArrayOfValues DeploymentLocation_FieldPathArrayOfValues) *Deployment_FieldSubPathArrayOfValues
- func (DeploymentPathSelectorLocation) WithSubPath(subPath DeploymentLocation_FieldPath) *Deployment_FieldSubPath
- func (s DeploymentPathSelectorLocation) WithSubValue(subPathValue DeploymentLocation_FieldPathValue) *Deployment_FieldSubPathValue
- func (s DeploymentPathSelectorLocation) WithValue(value *Deployment_Location) *Deployment_FieldTerminalPathValue
- type DeploymentPathSelectorLocationAgglomeration
- func (DeploymentPathSelectorLocationAgglomeration) FieldPath() *Deployment_FieldSubPath
- func (s DeploymentPathSelectorLocationAgglomeration) WithArrayOfValues(values []string) *Deployment_FieldSubPathArrayOfValues
- func (s DeploymentPathSelectorLocationAgglomeration) WithValue(value string) *Deployment_FieldSubPathValue
- type DeploymentPathSelectorLocationCity
- type DeploymentPathSelectorLocationCloud
- type DeploymentPathSelectorLocationContinent
- func (DeploymentPathSelectorLocationContinent) FieldPath() *Deployment_FieldSubPath
- func (s DeploymentPathSelectorLocationContinent) WithArrayOfValues(values []string) *Deployment_FieldSubPathArrayOfValues
- func (s DeploymentPathSelectorLocationContinent) WithValue(value string) *Deployment_FieldSubPathValue
- type DeploymentPathSelectorLocationCountry
- func (DeploymentPathSelectorLocationCountry) FieldPath() *Deployment_FieldSubPath
- func (s DeploymentPathSelectorLocationCountry) WithArrayOfValues(values []string) *Deployment_FieldSubPathArrayOfValues
- func (s DeploymentPathSelectorLocationCountry) WithValue(value string) *Deployment_FieldSubPathValue
- type DeploymentPathSelectorMetadata
- func (DeploymentPathSelectorMetadata) Annotations() DeploymentPathSelectorMetadataAnnotations
- func (DeploymentPathSelectorMetadata) CreateTime() DeploymentPathSelectorMetadataCreateTime
- func (DeploymentPathSelectorMetadata) DeleteTime() DeploymentPathSelectorMetadataDeleteTime
- func (DeploymentPathSelectorMetadata) FieldPath() *Deployment_FieldTerminalPath
- func (DeploymentPathSelectorMetadata) Generation() DeploymentPathSelectorMetadataGeneration
- func (DeploymentPathSelectorMetadata) Labels() DeploymentPathSelectorMetadataLabels
- func (DeploymentPathSelectorMetadata) Lifecycle() DeploymentPathSelectorMetadataLifecycle
- func (DeploymentPathSelectorMetadata) OwnerReferences() DeploymentPathSelectorMetadataOwnerReferences
- func (DeploymentPathSelectorMetadata) ResourceVersion() DeploymentPathSelectorMetadataResourceVersion
- func (DeploymentPathSelectorMetadata) Services() DeploymentPathSelectorMetadataServices
- func (DeploymentPathSelectorMetadata) Shards() DeploymentPathSelectorMetadataShards
- func (DeploymentPathSelectorMetadata) Syncing() DeploymentPathSelectorMetadataSyncing
- func (DeploymentPathSelectorMetadata) Tags() DeploymentPathSelectorMetadataTags
- func (DeploymentPathSelectorMetadata) UpdateTime() DeploymentPathSelectorMetadataUpdateTime
- func (DeploymentPathSelectorMetadata) Uuid() DeploymentPathSelectorMetadataUuid
- func (s DeploymentPathSelectorMetadata) WithArrayOfValues(values []*meta.Meta) *Deployment_FieldTerminalPathArrayOfValues
- func (s DeploymentPathSelectorMetadata) WithSubArrayItemValue(subPathArrayItemValue meta.Meta_FieldPathArrayItemValue) *Deployment_FieldSubPathArrayItemValue
- func (s DeploymentPathSelectorMetadata) WithSubArrayOfValues(subPathArrayOfValues meta.Meta_FieldPathArrayOfValues) *Deployment_FieldSubPathArrayOfValues
- func (DeploymentPathSelectorMetadata) WithSubPath(subPath meta.Meta_FieldPath) *Deployment_FieldSubPath
- func (s DeploymentPathSelectorMetadata) WithSubValue(subPathValue meta.Meta_FieldPathValue) *Deployment_FieldSubPathValue
- func (s DeploymentPathSelectorMetadata) WithValue(value *meta.Meta) *Deployment_FieldTerminalPathValue
- type DeploymentPathSelectorMetadataAnnotations
- func (DeploymentPathSelectorMetadataAnnotations) FieldPath() *Deployment_FieldSubPath
- func (s DeploymentPathSelectorMetadataAnnotations) WithArrayOfValues(values []map[string]string) *Deployment_FieldSubPathArrayOfValues
- func (DeploymentPathSelectorMetadataAnnotations) WithKey(key string) DeploymentMapPathSelectorMetadataAnnotations
- func (s DeploymentPathSelectorMetadataAnnotations) WithValue(value map[string]string) *Deployment_FieldSubPathValue
- type DeploymentPathSelectorMetadataCreateTime
- func (DeploymentPathSelectorMetadataCreateTime) FieldPath() *Deployment_FieldSubPath
- func (s DeploymentPathSelectorMetadataCreateTime) WithArrayOfValues(values []*timestamppb.Timestamp) *Deployment_FieldSubPathArrayOfValues
- func (s DeploymentPathSelectorMetadataCreateTime) WithValue(value *timestamppb.Timestamp) *Deployment_FieldSubPathValue
- type DeploymentPathSelectorMetadataDeleteTime
- func (DeploymentPathSelectorMetadataDeleteTime) FieldPath() *Deployment_FieldSubPath
- func (s DeploymentPathSelectorMetadataDeleteTime) WithArrayOfValues(values []*timestamppb.Timestamp) *Deployment_FieldSubPathArrayOfValues
- func (s DeploymentPathSelectorMetadataDeleteTime) WithValue(value *timestamppb.Timestamp) *Deployment_FieldSubPathValue
- type DeploymentPathSelectorMetadataGeneration
- func (DeploymentPathSelectorMetadataGeneration) FieldPath() *Deployment_FieldSubPath
- func (s DeploymentPathSelectorMetadataGeneration) WithArrayOfValues(values []int64) *Deployment_FieldSubPathArrayOfValues
- func (s DeploymentPathSelectorMetadataGeneration) WithValue(value int64) *Deployment_FieldSubPathValue
- type DeploymentPathSelectorMetadataLabels
- func (DeploymentPathSelectorMetadataLabels) FieldPath() *Deployment_FieldSubPath
- func (s DeploymentPathSelectorMetadataLabels) WithArrayOfValues(values []map[string]string) *Deployment_FieldSubPathArrayOfValues
- func (DeploymentPathSelectorMetadataLabels) WithKey(key string) DeploymentMapPathSelectorMetadataLabels
- func (s DeploymentPathSelectorMetadataLabels) WithValue(value map[string]string) *Deployment_FieldSubPathValue
- type DeploymentPathSelectorMetadataLifecycle
- func (DeploymentPathSelectorMetadataLifecycle) BlockDeletion() DeploymentPathSelectorMetadataLifecycleBlockDeletion
- func (DeploymentPathSelectorMetadataLifecycle) FieldPath() *Deployment_FieldSubPath
- func (DeploymentPathSelectorMetadataLifecycle) State() DeploymentPathSelectorMetadataLifecycleState
- func (s DeploymentPathSelectorMetadataLifecycle) WithArrayOfValues(values []*meta.Lifecycle) *Deployment_FieldSubPathArrayOfValues
- func (s DeploymentPathSelectorMetadataLifecycle) WithValue(value *meta.Lifecycle) *Deployment_FieldSubPathValue
- type DeploymentPathSelectorMetadataLifecycleBlockDeletion
- func (DeploymentPathSelectorMetadataLifecycleBlockDeletion) FieldPath() *Deployment_FieldSubPath
- func (s DeploymentPathSelectorMetadataLifecycleBlockDeletion) WithArrayOfValues(values []bool) *Deployment_FieldSubPathArrayOfValues
- func (s DeploymentPathSelectorMetadataLifecycleBlockDeletion) WithValue(value bool) *Deployment_FieldSubPathValue
- type DeploymentPathSelectorMetadataLifecycleState
- func (DeploymentPathSelectorMetadataLifecycleState) FieldPath() *Deployment_FieldSubPath
- func (s DeploymentPathSelectorMetadataLifecycleState) WithArrayOfValues(values []meta.Lifecycle_State) *Deployment_FieldSubPathArrayOfValues
- func (s DeploymentPathSelectorMetadataLifecycleState) WithValue(value meta.Lifecycle_State) *Deployment_FieldSubPathValue
- type DeploymentPathSelectorMetadataOwnerReferences
- func (DeploymentPathSelectorMetadataOwnerReferences) Controller() DeploymentPathSelectorMetadataOwnerReferencesController
- func (DeploymentPathSelectorMetadataOwnerReferences) FieldPath() *Deployment_FieldSubPath
- func (DeploymentPathSelectorMetadataOwnerReferences) Kind() DeploymentPathSelectorMetadataOwnerReferencesKind
- func (DeploymentPathSelectorMetadataOwnerReferences) Name() DeploymentPathSelectorMetadataOwnerReferencesName
- func (DeploymentPathSelectorMetadataOwnerReferences) Region() DeploymentPathSelectorMetadataOwnerReferencesRegion
- func (DeploymentPathSelectorMetadataOwnerReferences) RequiresOwnerReference() DeploymentPathSelectorMetadataOwnerReferencesRequiresOwnerReference
- func (DeploymentPathSelectorMetadataOwnerReferences) Version() DeploymentPathSelectorMetadataOwnerReferencesVersion
- func (s DeploymentPathSelectorMetadataOwnerReferences) WithArrayOfValues(values [][]*meta.OwnerReference) *Deployment_FieldSubPathArrayOfValues
- func (s DeploymentPathSelectorMetadataOwnerReferences) WithItemValue(value *meta.OwnerReference) *Deployment_FieldSubPathArrayItemValue
- func (s DeploymentPathSelectorMetadataOwnerReferences) WithValue(value []*meta.OwnerReference) *Deployment_FieldSubPathValue
- type DeploymentPathSelectorMetadataOwnerReferencesController
- func (DeploymentPathSelectorMetadataOwnerReferencesController) FieldPath() *Deployment_FieldSubPath
- func (s DeploymentPathSelectorMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *Deployment_FieldSubPathArrayOfValues
- func (s DeploymentPathSelectorMetadataOwnerReferencesController) WithValue(value bool) *Deployment_FieldSubPathValue
- type DeploymentPathSelectorMetadataOwnerReferencesKind
- func (DeploymentPathSelectorMetadataOwnerReferencesKind) FieldPath() *Deployment_FieldSubPath
- func (s DeploymentPathSelectorMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *Deployment_FieldSubPathArrayOfValues
- func (s DeploymentPathSelectorMetadataOwnerReferencesKind) WithValue(value string) *Deployment_FieldSubPathValue
- type DeploymentPathSelectorMetadataOwnerReferencesName
- func (DeploymentPathSelectorMetadataOwnerReferencesName) FieldPath() *Deployment_FieldSubPath
- func (s DeploymentPathSelectorMetadataOwnerReferencesName) WithArrayOfValues(values []string) *Deployment_FieldSubPathArrayOfValues
- func (s DeploymentPathSelectorMetadataOwnerReferencesName) WithValue(value string) *Deployment_FieldSubPathValue
- type DeploymentPathSelectorMetadataOwnerReferencesRegion
- func (DeploymentPathSelectorMetadataOwnerReferencesRegion) FieldPath() *Deployment_FieldSubPath
- func (s DeploymentPathSelectorMetadataOwnerReferencesRegion) WithArrayOfValues(values []string) *Deployment_FieldSubPathArrayOfValues
- func (s DeploymentPathSelectorMetadataOwnerReferencesRegion) WithValue(value string) *Deployment_FieldSubPathValue
- type DeploymentPathSelectorMetadataOwnerReferencesRequiresOwnerReference
- func (DeploymentPathSelectorMetadataOwnerReferencesRequiresOwnerReference) FieldPath() *Deployment_FieldSubPath
- func (s DeploymentPathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues(values []bool) *Deployment_FieldSubPathArrayOfValues
- func (s DeploymentPathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithValue(value bool) *Deployment_FieldSubPathValue
- type DeploymentPathSelectorMetadataOwnerReferencesVersion
- func (DeploymentPathSelectorMetadataOwnerReferencesVersion) FieldPath() *Deployment_FieldSubPath
- func (s DeploymentPathSelectorMetadataOwnerReferencesVersion) WithArrayOfValues(values []string) *Deployment_FieldSubPathArrayOfValues
- func (s DeploymentPathSelectorMetadataOwnerReferencesVersion) WithValue(value string) *Deployment_FieldSubPathValue
- type DeploymentPathSelectorMetadataResourceVersion
- func (DeploymentPathSelectorMetadataResourceVersion) FieldPath() *Deployment_FieldSubPath
- func (s DeploymentPathSelectorMetadataResourceVersion) WithArrayOfValues(values []string) *Deployment_FieldSubPathArrayOfValues
- func (s DeploymentPathSelectorMetadataResourceVersion) WithValue(value string) *Deployment_FieldSubPathValue
- type DeploymentPathSelectorMetadataServices
- func (DeploymentPathSelectorMetadataServices) AllowedServices() DeploymentPathSelectorMetadataServicesAllowedServices
- func (DeploymentPathSelectorMetadataServices) FieldPath() *Deployment_FieldSubPath
- func (DeploymentPathSelectorMetadataServices) OwningService() DeploymentPathSelectorMetadataServicesOwningService
- func (s DeploymentPathSelectorMetadataServices) WithArrayOfValues(values []*meta.ServicesInfo) *Deployment_FieldSubPathArrayOfValues
- func (s DeploymentPathSelectorMetadataServices) WithValue(value *meta.ServicesInfo) *Deployment_FieldSubPathValue
- type DeploymentPathSelectorMetadataServicesAllowedServices
- func (DeploymentPathSelectorMetadataServicesAllowedServices) FieldPath() *Deployment_FieldSubPath
- func (s DeploymentPathSelectorMetadataServicesAllowedServices) WithArrayOfValues(values [][]string) *Deployment_FieldSubPathArrayOfValues
- func (s DeploymentPathSelectorMetadataServicesAllowedServices) WithItemValue(value string) *Deployment_FieldSubPathArrayItemValue
- func (s DeploymentPathSelectorMetadataServicesAllowedServices) WithValue(value []string) *Deployment_FieldSubPathValue
- type DeploymentPathSelectorMetadataServicesOwningService
- func (DeploymentPathSelectorMetadataServicesOwningService) FieldPath() *Deployment_FieldSubPath
- func (s DeploymentPathSelectorMetadataServicesOwningService) WithArrayOfValues(values []string) *Deployment_FieldSubPathArrayOfValues
- func (s DeploymentPathSelectorMetadataServicesOwningService) WithValue(value string) *Deployment_FieldSubPathValue
- type DeploymentPathSelectorMetadataShards
- func (DeploymentPathSelectorMetadataShards) FieldPath() *Deployment_FieldSubPath
- func (s DeploymentPathSelectorMetadataShards) WithArrayOfValues(values []map[string]int64) *Deployment_FieldSubPathArrayOfValues
- func (DeploymentPathSelectorMetadataShards) WithKey(key string) DeploymentMapPathSelectorMetadataShards
- func (s DeploymentPathSelectorMetadataShards) WithValue(value map[string]int64) *Deployment_FieldSubPathValue
- type DeploymentPathSelectorMetadataSyncing
- func (DeploymentPathSelectorMetadataSyncing) FieldPath() *Deployment_FieldSubPath
- func (DeploymentPathSelectorMetadataSyncing) OwningRegion() DeploymentPathSelectorMetadataSyncingOwningRegion
- func (DeploymentPathSelectorMetadataSyncing) Regions() DeploymentPathSelectorMetadataSyncingRegions
- func (s DeploymentPathSelectorMetadataSyncing) WithArrayOfValues(values []*meta.SyncingMeta) *Deployment_FieldSubPathArrayOfValues
- func (s DeploymentPathSelectorMetadataSyncing) WithValue(value *meta.SyncingMeta) *Deployment_FieldSubPathValue
- type DeploymentPathSelectorMetadataSyncingOwningRegion
- func (DeploymentPathSelectorMetadataSyncingOwningRegion) FieldPath() *Deployment_FieldSubPath
- func (s DeploymentPathSelectorMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *Deployment_FieldSubPathArrayOfValues
- func (s DeploymentPathSelectorMetadataSyncingOwningRegion) WithValue(value string) *Deployment_FieldSubPathValue
- type DeploymentPathSelectorMetadataSyncingRegions
- func (DeploymentPathSelectorMetadataSyncingRegions) FieldPath() *Deployment_FieldSubPath
- func (s DeploymentPathSelectorMetadataSyncingRegions) WithArrayOfValues(values [][]string) *Deployment_FieldSubPathArrayOfValues
- func (s DeploymentPathSelectorMetadataSyncingRegions) WithItemValue(value string) *Deployment_FieldSubPathArrayItemValue
- func (s DeploymentPathSelectorMetadataSyncingRegions) WithValue(value []string) *Deployment_FieldSubPathValue
- type DeploymentPathSelectorMetadataTags
- func (DeploymentPathSelectorMetadataTags) FieldPath() *Deployment_FieldSubPath
- func (s DeploymentPathSelectorMetadataTags) WithArrayOfValues(values [][]string) *Deployment_FieldSubPathArrayOfValues
- func (s DeploymentPathSelectorMetadataTags) WithItemValue(value string) *Deployment_FieldSubPathArrayItemValue
- func (s DeploymentPathSelectorMetadataTags) WithValue(value []string) *Deployment_FieldSubPathValue
- type DeploymentPathSelectorMetadataUpdateTime
- func (DeploymentPathSelectorMetadataUpdateTime) FieldPath() *Deployment_FieldSubPath
- func (s DeploymentPathSelectorMetadataUpdateTime) WithArrayOfValues(values []*timestamppb.Timestamp) *Deployment_FieldSubPathArrayOfValues
- func (s DeploymentPathSelectorMetadataUpdateTime) WithValue(value *timestamppb.Timestamp) *Deployment_FieldSubPathValue
- type DeploymentPathSelectorMetadataUuid
- type DeploymentPathSelectorName
- type DeploymentPathSelectorPrivateDomain
- func (DeploymentPathSelectorPrivateDomain) FieldPath() *Deployment_FieldTerminalPath
- func (s DeploymentPathSelectorPrivateDomain) WithArrayOfValues(values []string) *Deployment_FieldTerminalPathArrayOfValues
- func (s DeploymentPathSelectorPrivateDomain) WithValue(value string) *Deployment_FieldTerminalPathValue
- type DeploymentPathSelectorPublicDomain
- func (DeploymentPathSelectorPublicDomain) FieldPath() *Deployment_FieldTerminalPath
- func (s DeploymentPathSelectorPublicDomain) WithArrayOfValues(values []string) *Deployment_FieldTerminalPathArrayOfValues
- func (s DeploymentPathSelectorPublicDomain) WithValue(value string) *Deployment_FieldTerminalPathValue
- type DeploymentPathSelectorRegion
- func (DeploymentPathSelectorRegion) FieldPath() *Deployment_FieldTerminalPath
- func (s DeploymentPathSelectorRegion) WithArrayOfValues(values []*region.Reference) *Deployment_FieldTerminalPathArrayOfValues
- func (s DeploymentPathSelectorRegion) WithValue(value *region.Reference) *Deployment_FieldTerminalPathValue
- type DeploymentPathSelectorServiceName
- func (DeploymentPathSelectorServiceName) FieldPath() *Deployment_FieldTerminalPath
- func (s DeploymentPathSelectorServiceName) WithArrayOfValues(values []string) *Deployment_FieldTerminalPathArrayOfValues
- func (s DeploymentPathSelectorServiceName) WithValue(value string) *Deployment_FieldTerminalPathValue
- type DeploymentPathSelectorUpgradeState
- func (DeploymentPathSelectorUpgradeState) DbDataTargetVersion() DeploymentPathSelectorUpgradeStateDbDataTargetVersion
- func (DeploymentPathSelectorUpgradeState) FieldPath() *Deployment_FieldTerminalPath
- func (DeploymentPathSelectorUpgradeState) PendingShards() DeploymentPathSelectorUpgradeStatePendingShards
- func (DeploymentPathSelectorUpgradeState) ReadyShards() DeploymentPathSelectorUpgradeStateReadyShards
- func (DeploymentPathSelectorUpgradeState) Stage() DeploymentPathSelectorUpgradeStateStage
- func (DeploymentPathSelectorUpgradeState) TargetVersion() DeploymentPathSelectorUpgradeStateTargetVersion
- func (s DeploymentPathSelectorUpgradeState) WithArrayOfValues(values []*Deployment_UpgradeState) *Deployment_FieldTerminalPathArrayOfValues
- func (s DeploymentPathSelectorUpgradeState) WithSubArrayItemValue(subPathArrayItemValue DeploymentUpgradeState_FieldPathArrayItemValue) *Deployment_FieldSubPathArrayItemValue
- func (s DeploymentPathSelectorUpgradeState) WithSubArrayOfValues(subPathArrayOfValues DeploymentUpgradeState_FieldPathArrayOfValues) *Deployment_FieldSubPathArrayOfValues
- func (DeploymentPathSelectorUpgradeState) WithSubPath(subPath DeploymentUpgradeState_FieldPath) *Deployment_FieldSubPath
- func (s DeploymentPathSelectorUpgradeState) WithSubValue(subPathValue DeploymentUpgradeState_FieldPathValue) *Deployment_FieldSubPathValue
- func (s DeploymentPathSelectorUpgradeState) WithValue(value *Deployment_UpgradeState) *Deployment_FieldTerminalPathValue
- type DeploymentPathSelectorUpgradeStateDbDataTargetVersion
- func (DeploymentPathSelectorUpgradeStateDbDataTargetVersion) FieldPath() *Deployment_FieldSubPath
- func (s DeploymentPathSelectorUpgradeStateDbDataTargetVersion) WithArrayOfValues(values []string) *Deployment_FieldSubPathArrayOfValues
- func (s DeploymentPathSelectorUpgradeStateDbDataTargetVersion) WithValue(value string) *Deployment_FieldSubPathValue
- type DeploymentPathSelectorUpgradeStatePendingShards
- func (DeploymentPathSelectorUpgradeStatePendingShards) FieldPath() *Deployment_FieldSubPath
- func (s DeploymentPathSelectorUpgradeStatePendingShards) WithArrayOfValues(values [][]int64) *Deployment_FieldSubPathArrayOfValues
- func (s DeploymentPathSelectorUpgradeStatePendingShards) WithItemValue(value int64) *Deployment_FieldSubPathArrayItemValue
- func (s DeploymentPathSelectorUpgradeStatePendingShards) WithValue(value []int64) *Deployment_FieldSubPathValue
- type DeploymentPathSelectorUpgradeStateReadyShards
- func (DeploymentPathSelectorUpgradeStateReadyShards) FieldPath() *Deployment_FieldSubPath
- func (s DeploymentPathSelectorUpgradeStateReadyShards) WithArrayOfValues(values [][]int64) *Deployment_FieldSubPathArrayOfValues
- func (s DeploymentPathSelectorUpgradeStateReadyShards) WithItemValue(value int64) *Deployment_FieldSubPathArrayItemValue
- func (s DeploymentPathSelectorUpgradeStateReadyShards) WithValue(value []int64) *Deployment_FieldSubPathValue
- type DeploymentPathSelectorUpgradeStateStage
- func (DeploymentPathSelectorUpgradeStateStage) FieldPath() *Deployment_FieldSubPath
- func (s DeploymentPathSelectorUpgradeStateStage) WithArrayOfValues(values []Deployment_UpgradeState_Stage) *Deployment_FieldSubPathArrayOfValues
- func (s DeploymentPathSelectorUpgradeStateStage) WithValue(value Deployment_UpgradeState_Stage) *Deployment_FieldSubPathValue
- type DeploymentPathSelectorUpgradeStateTargetVersion
- func (DeploymentPathSelectorUpgradeStateTargetVersion) FieldPath() *Deployment_FieldSubPath
- func (s DeploymentPathSelectorUpgradeStateTargetVersion) WithArrayOfValues(values []string) *Deployment_FieldSubPathArrayOfValues
- func (s DeploymentPathSelectorUpgradeStateTargetVersion) WithValue(value string) *Deployment_FieldSubPathValue
- type DeploymentReferenceList
- func (l DeploymentReferenceList) Append(ref gotenresource.Reference) gotenresource.ReferenceList
- func (l DeploymentReferenceList) AppendList(list gotenresource.ReferenceList) gotenresource.ReferenceList
- func (l DeploymentReferenceList) At(idx int) gotenresource.Reference
- func (l DeploymentReferenceList) Length() int
- func (l DeploymentReferenceList) Set(idx int, ref gotenresource.Reference)
- func (l DeploymentReferenceList) Slice(first, second int) gotenresource.ReferenceList
- type DeploymentUpgradeStateFieldPathBuilder
- func (DeploymentUpgradeStateFieldPathBuilder) DbDataTargetVersion() Deployment_UpgradeStatePathSelectorDbDataTargetVersion
- func (DeploymentUpgradeStateFieldPathBuilder) PendingShards() Deployment_UpgradeStatePathSelectorPendingShards
- func (DeploymentUpgradeStateFieldPathBuilder) ReadyShards() Deployment_UpgradeStatePathSelectorReadyShards
- func (DeploymentUpgradeStateFieldPathBuilder) Stage() Deployment_UpgradeStatePathSelectorStage
- func (DeploymentUpgradeStateFieldPathBuilder) TargetVersion() Deployment_UpgradeStatePathSelectorTargetVersion
- type DeploymentUpgradeState_FieldPath
- func BuildDeploymentUpgradeState_FieldPath(fp gotenobject.RawFieldPath) (DeploymentUpgradeState_FieldPath, error)
- func MustParseDeploymentUpgradeState_FieldPath(rawField string) DeploymentUpgradeState_FieldPath
- func ParseDeploymentUpgradeState_FieldPath(rawField string) (DeploymentUpgradeState_FieldPath, error)
- type DeploymentUpgradeState_FieldPathArrayItemValue
- type DeploymentUpgradeState_FieldPathArrayOfValues
- type DeploymentUpgradeState_FieldPathSelector
- type DeploymentUpgradeState_FieldPathValue
- type DeploymentUpgradeState_FieldTerminalPath
- func (fp *DeploymentUpgradeState_FieldTerminalPath) ClearValue(item *Deployment_UpgradeState)
- func (fp *DeploymentUpgradeState_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *DeploymentUpgradeState_FieldTerminalPath) Get(source *Deployment_UpgradeState) (values []interface{})
- func (fp *DeploymentUpgradeState_FieldTerminalPath) GetDefault() interface{}
- func (fp *DeploymentUpgradeState_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *DeploymentUpgradeState_FieldTerminalPath) GetSingle(source *Deployment_UpgradeState) (interface{}, bool)
- func (fp *DeploymentUpgradeState_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *DeploymentUpgradeState_FieldTerminalPath) IsLeaf() bool
- func (fp *DeploymentUpgradeState_FieldTerminalPath) JSONString() string
- func (fp *DeploymentUpgradeState_FieldTerminalPath) Selector() DeploymentUpgradeState_FieldPathSelector
- func (fp *DeploymentUpgradeState_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *DeploymentUpgradeState_FieldTerminalPath) String() string
- func (fp *DeploymentUpgradeState_FieldTerminalPath) WithIArrayItemValue(value interface{}) DeploymentUpgradeState_FieldPathArrayItemValue
- func (fp *DeploymentUpgradeState_FieldTerminalPath) WithIArrayOfValues(values interface{}) DeploymentUpgradeState_FieldPathArrayOfValues
- func (fp *DeploymentUpgradeState_FieldTerminalPath) WithIValue(value interface{}) DeploymentUpgradeState_FieldPathValue
- func (fp *DeploymentUpgradeState_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *DeploymentUpgradeState_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *DeploymentUpgradeState_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type DeploymentUpgradeState_FieldTerminalPathArrayItemValue
- func (fpaiv *DeploymentUpgradeState_FieldTerminalPathArrayItemValue) AsPendingShardsItemValue() (int64, bool)
- func (fpaiv *DeploymentUpgradeState_FieldTerminalPathArrayItemValue) AsReadyShardsItemValue() (int64, bool)
- func (fpaiv *DeploymentUpgradeState_FieldTerminalPathArrayItemValue) ContainsValue(source *Deployment_UpgradeState) bool
- func (fpaiv *DeploymentUpgradeState_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *DeploymentUpgradeState_FieldTerminalPathArrayItemValue) GetSingle(source *Deployment_UpgradeState) (interface{}, bool)
- func (fpaiv *DeploymentUpgradeState_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type DeploymentUpgradeState_FieldTerminalPathArrayOfValues
- func (fpaov *DeploymentUpgradeState_FieldTerminalPathArrayOfValues) AsDbDataTargetVersionArrayOfValues() ([]string, bool)
- func (fpaov *DeploymentUpgradeState_FieldTerminalPathArrayOfValues) AsPendingShardsArrayOfValues() ([][]int64, bool)
- func (fpaov *DeploymentUpgradeState_FieldTerminalPathArrayOfValues) AsReadyShardsArrayOfValues() ([][]int64, bool)
- func (fpaov *DeploymentUpgradeState_FieldTerminalPathArrayOfValues) AsStageArrayOfValues() ([]Deployment_UpgradeState_Stage, bool)
- func (fpaov *DeploymentUpgradeState_FieldTerminalPathArrayOfValues) AsTargetVersionArrayOfValues() ([]string, bool)
- func (fpaov *DeploymentUpgradeState_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type DeploymentUpgradeState_FieldTerminalPathValue
- func (fpv *DeploymentUpgradeState_FieldTerminalPathValue) AsDbDataTargetVersionValue() (string, bool)
- func (fpv *DeploymentUpgradeState_FieldTerminalPathValue) AsPendingShardsValue() ([]int64, bool)
- func (fpv *DeploymentUpgradeState_FieldTerminalPathValue) AsReadyShardsValue() ([]int64, bool)
- func (fpv *DeploymentUpgradeState_FieldTerminalPathValue) AsStageValue() (Deployment_UpgradeState_Stage, bool)
- func (fpv *DeploymentUpgradeState_FieldTerminalPathValue) AsTargetVersionValue() (string, bool)
- func (fpv *DeploymentUpgradeState_FieldTerminalPathValue) CompareWith(source *Deployment_UpgradeState) (int, bool)
- func (fpv *DeploymentUpgradeState_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *DeploymentUpgradeState_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *DeploymentUpgradeState_FieldTerminalPathValue) SetTo(target **Deployment_UpgradeState)
- func (fpv *DeploymentUpgradeState_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type Deployment_DbUpdateTaskStatus
- func (o *Deployment_DbUpdateTaskStatus) Clone() *Deployment_DbUpdateTaskStatus
- func (o *Deployment_DbUpdateTaskStatus) CloneRaw() gotenobject.GotenObjectExt
- func (*Deployment_DbUpdateTaskStatus) Descriptor() ([]byte, []int)
- func (m *Deployment_DbUpdateTaskStatus) GetProgressBar() []*structpb.Struct
- func (m *Deployment_DbUpdateTaskStatus) GetReadyShards() []int64
- func (m *Deployment_DbUpdateTaskStatus) GetShardsCount() int64
- func (m *Deployment_DbUpdateTaskStatus) GetTargetVersion() string
- func (m *Deployment_DbUpdateTaskStatus) GetTaskTag() string
- func (*Deployment_DbUpdateTaskStatus) GotenMessage()
- func (o *Deployment_DbUpdateTaskStatus) GotenObjectExt()
- func (obj *Deployment_DbUpdateTaskStatus) GotenValidate() error
- func (o *Deployment_DbUpdateTaskStatus) MakeDiffFieldMask(other *Deployment_DbUpdateTaskStatus) *Deployment_DbUpdateTaskStatus_FieldMask
- func (o *Deployment_DbUpdateTaskStatus) MakeFullFieldMask() *Deployment_DbUpdateTaskStatus_FieldMask
- func (o *Deployment_DbUpdateTaskStatus) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *Deployment_DbUpdateTaskStatus) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *Deployment_DbUpdateTaskStatus) Marshal() ([]byte, error)
- func (m *Deployment_DbUpdateTaskStatus) MarshalJSON() ([]byte, error)
- func (o *Deployment_DbUpdateTaskStatus) Merge(source *Deployment_DbUpdateTaskStatus)
- func (o *Deployment_DbUpdateTaskStatus) MergeRaw(source gotenobject.GotenObjectExt)
- func (*Deployment_DbUpdateTaskStatus) ProtoMessage()
- func (m *Deployment_DbUpdateTaskStatus) ProtoReflect() preflect.Message
- func (m *Deployment_DbUpdateTaskStatus) Reset()
- func (m *Deployment_DbUpdateTaskStatus) SetProgressBar(fv []*structpb.Struct)
- func (m *Deployment_DbUpdateTaskStatus) SetReadyShards(fv []int64)
- func (m *Deployment_DbUpdateTaskStatus) SetShardsCount(fv int64)
- func (m *Deployment_DbUpdateTaskStatus) SetTargetVersion(fv string)
- func (m *Deployment_DbUpdateTaskStatus) SetTaskTag(fv string)
- func (m *Deployment_DbUpdateTaskStatus) String() string
- func (m *Deployment_DbUpdateTaskStatus) Unmarshal(b []byte) error
- func (m *Deployment_DbUpdateTaskStatus) UnmarshalJSON(data []byte) error
- type Deployment_DbUpdateTaskStatusPathSelectorProgressBar
- func (Deployment_DbUpdateTaskStatusPathSelectorProgressBar) FieldPath() *DeploymentDbUpdateTaskStatus_FieldTerminalPath
- func (s Deployment_DbUpdateTaskStatusPathSelectorProgressBar) WithArrayOfValues(values [][]*structpb.Struct) *DeploymentDbUpdateTaskStatus_FieldTerminalPathArrayOfValues
- func (s Deployment_DbUpdateTaskStatusPathSelectorProgressBar) WithItemValue(value *structpb.Struct) *DeploymentDbUpdateTaskStatus_FieldTerminalPathArrayItemValue
- func (s Deployment_DbUpdateTaskStatusPathSelectorProgressBar) WithValue(value []*structpb.Struct) *DeploymentDbUpdateTaskStatus_FieldTerminalPathValue
- type Deployment_DbUpdateTaskStatusPathSelectorReadyShards
- func (Deployment_DbUpdateTaskStatusPathSelectorReadyShards) FieldPath() *DeploymentDbUpdateTaskStatus_FieldTerminalPath
- func (s Deployment_DbUpdateTaskStatusPathSelectorReadyShards) WithArrayOfValues(values [][]int64) *DeploymentDbUpdateTaskStatus_FieldTerminalPathArrayOfValues
- func (s Deployment_DbUpdateTaskStatusPathSelectorReadyShards) WithItemValue(value int64) *DeploymentDbUpdateTaskStatus_FieldTerminalPathArrayItemValue
- func (s Deployment_DbUpdateTaskStatusPathSelectorReadyShards) WithValue(value []int64) *DeploymentDbUpdateTaskStatus_FieldTerminalPathValue
- type Deployment_DbUpdateTaskStatusPathSelectorShardsCount
- func (Deployment_DbUpdateTaskStatusPathSelectorShardsCount) FieldPath() *DeploymentDbUpdateTaskStatus_FieldTerminalPath
- func (s Deployment_DbUpdateTaskStatusPathSelectorShardsCount) WithArrayOfValues(values []int64) *DeploymentDbUpdateTaskStatus_FieldTerminalPathArrayOfValues
- func (s Deployment_DbUpdateTaskStatusPathSelectorShardsCount) WithValue(value int64) *DeploymentDbUpdateTaskStatus_FieldTerminalPathValue
- type Deployment_DbUpdateTaskStatusPathSelectorTargetVersion
- func (Deployment_DbUpdateTaskStatusPathSelectorTargetVersion) FieldPath() *DeploymentDbUpdateTaskStatus_FieldTerminalPath
- func (s Deployment_DbUpdateTaskStatusPathSelectorTargetVersion) WithArrayOfValues(values []string) *DeploymentDbUpdateTaskStatus_FieldTerminalPathArrayOfValues
- func (s Deployment_DbUpdateTaskStatusPathSelectorTargetVersion) WithValue(value string) *DeploymentDbUpdateTaskStatus_FieldTerminalPathValue
- type Deployment_DbUpdateTaskStatusPathSelectorTaskTag
- func (Deployment_DbUpdateTaskStatusPathSelectorTaskTag) FieldPath() *DeploymentDbUpdateTaskStatus_FieldTerminalPath
- func (s Deployment_DbUpdateTaskStatusPathSelectorTaskTag) WithArrayOfValues(values []string) *DeploymentDbUpdateTaskStatus_FieldTerminalPathArrayOfValues
- func (s Deployment_DbUpdateTaskStatusPathSelectorTaskTag) WithValue(value string) *DeploymentDbUpdateTaskStatus_FieldTerminalPathValue
- type Deployment_DbUpdateTaskStatus_FieldMask
- func (fieldMask *Deployment_DbUpdateTaskStatus_FieldMask) AppendPath(path DeploymentDbUpdateTaskStatus_FieldPath)
- func (fieldMask *Deployment_DbUpdateTaskStatus_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *Deployment_DbUpdateTaskStatus_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *Deployment_DbUpdateTaskStatus_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *Deployment_DbUpdateTaskStatus_FieldMask) FilterInputFields() *Deployment_DbUpdateTaskStatus_FieldMask
- func (fieldMask *Deployment_DbUpdateTaskStatus_FieldMask) FromProtoFieldMask(protoFieldMask *googlefieldmaskpb.FieldMask) error
- func (fieldMask *Deployment_DbUpdateTaskStatus_FieldMask) GetPaths() []DeploymentDbUpdateTaskStatus_FieldPath
- func (fieldMask *Deployment_DbUpdateTaskStatus_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *Deployment_DbUpdateTaskStatus_FieldMask) IsFull() bool
- func (fieldMask Deployment_DbUpdateTaskStatus_FieldMask) Marshal() ([]byte, error)
- func (fieldMask Deployment_DbUpdateTaskStatus_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *Deployment_DbUpdateTaskStatus_FieldMask) PathsCount() int
- func (fieldMask *Deployment_DbUpdateTaskStatus_FieldMask) Project(source *Deployment_DbUpdateTaskStatus) *Deployment_DbUpdateTaskStatus
- func (fieldMask *Deployment_DbUpdateTaskStatus_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *Deployment_DbUpdateTaskStatus_FieldMask) ProtoMessage()
- func (fieldMask *Deployment_DbUpdateTaskStatus_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *Deployment_DbUpdateTaskStatus_FieldMask) Reset()
- func (fieldMask *Deployment_DbUpdateTaskStatus_FieldMask) Set(target, source *Deployment_DbUpdateTaskStatus)
- func (fieldMask *Deployment_DbUpdateTaskStatus_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *Deployment_DbUpdateTaskStatus_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *Deployment_DbUpdateTaskStatus_FieldMask) Size() int
- func (fieldMask *Deployment_DbUpdateTaskStatus_FieldMask) String() string
- func (fieldMask *Deployment_DbUpdateTaskStatus_FieldMask) Subtract(other *Deployment_DbUpdateTaskStatus_FieldMask) *Deployment_DbUpdateTaskStatus_FieldMask
- func (fieldMask *Deployment_DbUpdateTaskStatus_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *Deployment_DbUpdateTaskStatus_FieldMask) ToProtoFieldMask() *googlefieldmaskpb.FieldMask
- func (fieldMask *Deployment_DbUpdateTaskStatus_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *Deployment_DbUpdateTaskStatus_FieldMask) UnmarshalJSON(data []byte) error
- type Deployment_FieldMask
- func (fieldMask *Deployment_FieldMask) AppendPath(path Deployment_FieldPath)
- func (fieldMask *Deployment_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *Deployment_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *Deployment_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *Deployment_FieldMask) FilterInputFields() *Deployment_FieldMask
- func (fieldMask *Deployment_FieldMask) FromProtoFieldMask(protoFieldMask *googlefieldmaskpb.FieldMask) error
- func (fieldMask *Deployment_FieldMask) GetPaths() []Deployment_FieldPath
- func (fieldMask *Deployment_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *Deployment_FieldMask) IsFull() bool
- func (fieldMask Deployment_FieldMask) Marshal() ([]byte, error)
- func (fieldMask Deployment_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *Deployment_FieldMask) PathsCount() int
- func (fieldMask *Deployment_FieldMask) Project(source *Deployment) *Deployment
- func (fieldMask *Deployment_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *Deployment_FieldMask) ProtoMessage()
- func (fieldMask *Deployment_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *Deployment_FieldMask) Reset()
- func (fieldMask *Deployment_FieldMask) Set(target, source *Deployment)
- func (fieldMask *Deployment_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *Deployment_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *Deployment_FieldMask) Size() int
- func (fieldMask *Deployment_FieldMask) String() string
- func (fieldMask *Deployment_FieldMask) Subtract(other *Deployment_FieldMask) *Deployment_FieldMask
- func (fieldMask *Deployment_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *Deployment_FieldMask) ToProtoFieldMask() *googlefieldmaskpb.FieldMask
- func (fieldMask *Deployment_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *Deployment_FieldMask) UnmarshalJSON(data []byte) error
- type Deployment_FieldPath
- type Deployment_FieldPathArrayItemValue
- type Deployment_FieldPathArrayOfValues
- type Deployment_FieldPathSelector
- type Deployment_FieldPathValue
- type Deployment_FieldSubPath
- func (fps *Deployment_FieldSubPath) AsDataUpdateStatusesSubPath() (DeploymentDbUpdateTaskStatus_FieldPath, bool)
- func (fps *Deployment_FieldSubPath) AsLocationSubPath() (DeploymentLocation_FieldPath, bool)
- func (fps *Deployment_FieldSubPath) AsMetadataSubPath() (meta.Meta_FieldPath, bool)
- func (fps *Deployment_FieldSubPath) AsUpgradeStateSubPath() (DeploymentUpgradeState_FieldPath, bool)
- func (fps *Deployment_FieldSubPath) ClearValue(item *Deployment)
- func (fps *Deployment_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *Deployment_FieldSubPath) Get(source *Deployment) (values []interface{})
- func (fps *Deployment_FieldSubPath) GetDefault() interface{}
- func (fps *Deployment_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *Deployment_FieldSubPath) GetSingle(source *Deployment) (interface{}, bool)
- func (fps *Deployment_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *Deployment_FieldSubPath) IsLeaf() bool
- func (fps *Deployment_FieldSubPath) JSONString() string
- func (fps *Deployment_FieldSubPath) Selector() Deployment_FieldPathSelector
- func (fps *Deployment_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fps *Deployment_FieldSubPath) String() string
- func (fps *Deployment_FieldSubPath) WithIArrayItemValue(value interface{}) Deployment_FieldPathArrayItemValue
- func (fps *Deployment_FieldSubPath) WithIArrayOfValues(values interface{}) Deployment_FieldPathArrayOfValues
- func (fps *Deployment_FieldSubPath) WithIValue(value interface{}) Deployment_FieldPathValue
- func (fps *Deployment_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *Deployment_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *Deployment_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type Deployment_FieldSubPathArrayItemValue
- func (fpaivs *Deployment_FieldSubPathArrayItemValue) AsDataUpdateStatusesPathItemValue() (DeploymentDbUpdateTaskStatus_FieldPathArrayItemValue, bool)
- func (fpaivs *Deployment_FieldSubPathArrayItemValue) AsLocationPathItemValue() (DeploymentLocation_FieldPathArrayItemValue, bool)
- func (fpaivs *Deployment_FieldSubPathArrayItemValue) AsMetadataPathItemValue() (meta.Meta_FieldPathArrayItemValue, bool)
- func (fpaivs *Deployment_FieldSubPathArrayItemValue) AsUpgradeStatePathItemValue() (DeploymentUpgradeState_FieldPathArrayItemValue, bool)
- func (fpaivs *Deployment_FieldSubPathArrayItemValue) ContainsValue(source *Deployment) bool
- func (fpaivs *Deployment_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type Deployment_FieldSubPathArrayOfValues
- func (fpsaov *Deployment_FieldSubPathArrayOfValues) AsDataUpdateStatusesPathArrayOfValues() (DeploymentDbUpdateTaskStatus_FieldPathArrayOfValues, bool)
- func (fpsaov *Deployment_FieldSubPathArrayOfValues) AsLocationPathArrayOfValues() (DeploymentLocation_FieldPathArrayOfValues, bool)
- func (fpsaov *Deployment_FieldSubPathArrayOfValues) AsMetadataPathArrayOfValues() (meta.Meta_FieldPathArrayOfValues, bool)
- func (fpsaov *Deployment_FieldSubPathArrayOfValues) AsUpgradeStatePathArrayOfValues() (DeploymentUpgradeState_FieldPathArrayOfValues, bool)
- func (fpsaov *Deployment_FieldSubPathArrayOfValues) GetRawValues() []interface{}
- type Deployment_FieldSubPathValue
- func (fpvs *Deployment_FieldSubPathValue) AsDataUpdateStatusesPathValue() (DeploymentDbUpdateTaskStatus_FieldPathValue, bool)
- func (fpvs *Deployment_FieldSubPathValue) AsLocationPathValue() (DeploymentLocation_FieldPathValue, bool)
- func (fpvs *Deployment_FieldSubPathValue) AsMetadataPathValue() (meta.Meta_FieldPathValue, bool)
- func (fpvs *Deployment_FieldSubPathValue) AsUpgradeStatePathValue() (DeploymentUpgradeState_FieldPathValue, bool)
- func (fpvs *Deployment_FieldSubPathValue) CompareWith(source *Deployment) (int, bool)
- func (fpvs *Deployment_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *Deployment_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *Deployment_FieldSubPathValue) SetTo(target **Deployment)
- func (fpvs *Deployment_FieldSubPathValue) SetToRaw(target proto.Message)
- type Deployment_FieldTerminalPath
- func (fp *Deployment_FieldTerminalPath) ClearValue(item *Deployment)
- func (fp *Deployment_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *Deployment_FieldTerminalPath) Get(source *Deployment) (values []interface{})
- func (fp *Deployment_FieldTerminalPath) GetDefault() interface{}
- func (fp *Deployment_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *Deployment_FieldTerminalPath) GetSingle(source *Deployment) (interface{}, bool)
- func (fp *Deployment_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *Deployment_FieldTerminalPath) IsLeaf() bool
- func (fp *Deployment_FieldTerminalPath) JSONString() string
- func (fp *Deployment_FieldTerminalPath) Selector() Deployment_FieldPathSelector
- func (fp *Deployment_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *Deployment_FieldTerminalPath) String() string
- func (fp *Deployment_FieldTerminalPath) WithIArrayItemValue(value interface{}) Deployment_FieldPathArrayItemValue
- func (fp *Deployment_FieldTerminalPath) WithIArrayOfValues(values interface{}) Deployment_FieldPathArrayOfValues
- func (fp *Deployment_FieldTerminalPath) WithIValue(value interface{}) Deployment_FieldPathValue
- func (fp *Deployment_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *Deployment_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *Deployment_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type Deployment_FieldTerminalPathArrayItemValue
- func (fpaiv *Deployment_FieldTerminalPathArrayItemValue) AsDataUpdateStatusesItemValue() (*Deployment_DbUpdateTaskStatus, bool)
- func (fpaiv *Deployment_FieldTerminalPathArrayItemValue) ContainsValue(source *Deployment) bool
- func (fpaiv *Deployment_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *Deployment_FieldTerminalPathArrayItemValue) GetSingle(source *Deployment) (interface{}, bool)
- func (fpaiv *Deployment_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type Deployment_FieldTerminalPathArrayOfValues
- func (fpaov *Deployment_FieldTerminalPathArrayOfValues) AsAutomaticVersionSwitchArrayOfValues() ([]bool, bool)
- func (fpaov *Deployment_FieldTerminalPathArrayOfValues) AsCurrentVersionArrayOfValues() ([]string, bool)
- func (fpaov *Deployment_FieldTerminalPathArrayOfValues) AsDataUpdateStatusesArrayOfValues() ([][]*Deployment_DbUpdateTaskStatus, bool)
- func (fpaov *Deployment_FieldTerminalPathArrayOfValues) AsDbDataVersionArrayOfValues() ([]string, bool)
- func (fpaov *Deployment_FieldTerminalPathArrayOfValues) AsEnvRegistryGenerationArrayOfValues() ([]int32, bool)
- func (fpaov *Deployment_FieldTerminalPathArrayOfValues) AsIsDisabledArrayOfValues() ([]bool, bool)
- func (fpaov *Deployment_FieldTerminalPathArrayOfValues) AsLocalNetworkIdArrayOfValues() ([]string, bool)
- func (fpaov *Deployment_FieldTerminalPathArrayOfValues) AsLocationArrayOfValues() ([]*Deployment_Location, bool)
- func (fpaov *Deployment_FieldTerminalPathArrayOfValues) AsMetadataArrayOfValues() ([]*meta.Meta, bool)
- func (fpaov *Deployment_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*Name, bool)
- func (fpaov *Deployment_FieldTerminalPathArrayOfValues) AsPrivateDomainArrayOfValues() ([]string, bool)
- func (fpaov *Deployment_FieldTerminalPathArrayOfValues) AsPublicDomainArrayOfValues() ([]string, bool)
- func (fpaov *Deployment_FieldTerminalPathArrayOfValues) AsRegionArrayOfValues() ([]*region.Reference, bool)
- func (fpaov *Deployment_FieldTerminalPathArrayOfValues) AsServiceNameArrayOfValues() ([]string, bool)
- func (fpaov *Deployment_FieldTerminalPathArrayOfValues) AsUpgradeStateArrayOfValues() ([]*Deployment_UpgradeState, bool)
- func (fpaov *Deployment_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type Deployment_FieldTerminalPathValue
- func (fpv *Deployment_FieldTerminalPathValue) AsAutomaticVersionSwitchValue() (bool, bool)
- func (fpv *Deployment_FieldTerminalPathValue) AsCurrentVersionValue() (string, bool)
- func (fpv *Deployment_FieldTerminalPathValue) AsDataUpdateStatusesValue() ([]*Deployment_DbUpdateTaskStatus, bool)
- func (fpv *Deployment_FieldTerminalPathValue) AsDbDataVersionValue() (string, bool)
- func (fpv *Deployment_FieldTerminalPathValue) AsEnvRegistryGenerationValue() (int32, bool)
- func (fpv *Deployment_FieldTerminalPathValue) AsIsDisabledValue() (bool, bool)
- func (fpv *Deployment_FieldTerminalPathValue) AsLocalNetworkIdValue() (string, bool)
- func (fpv *Deployment_FieldTerminalPathValue) AsLocationValue() (*Deployment_Location, bool)
- func (fpv *Deployment_FieldTerminalPathValue) AsMetadataValue() (*meta.Meta, bool)
- func (fpv *Deployment_FieldTerminalPathValue) AsNameValue() (*Name, bool)
- func (fpv *Deployment_FieldTerminalPathValue) AsPrivateDomainValue() (string, bool)
- func (fpv *Deployment_FieldTerminalPathValue) AsPublicDomainValue() (string, bool)
- func (fpv *Deployment_FieldTerminalPathValue) AsRegionValue() (*region.Reference, bool)
- func (fpv *Deployment_FieldTerminalPathValue) AsServiceNameValue() (string, bool)
- func (fpv *Deployment_FieldTerminalPathValue) AsUpgradeStateValue() (*Deployment_UpgradeState, bool)
- func (fpv *Deployment_FieldTerminalPathValue) CompareWith(source *Deployment) (int, bool)
- func (fpv *Deployment_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *Deployment_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *Deployment_FieldTerminalPathValue) SetTo(target **Deployment)
- func (fpv *Deployment_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type Deployment_Location
- func (o *Deployment_Location) Clone() *Deployment_Location
- func (o *Deployment_Location) CloneRaw() gotenobject.GotenObjectExt
- func (*Deployment_Location) Descriptor() ([]byte, []int)
- func (m *Deployment_Location) GetAgglomeration() string
- func (m *Deployment_Location) GetCity() string
- func (m *Deployment_Location) GetCloud() string
- func (m *Deployment_Location) GetContinent() string
- func (m *Deployment_Location) GetCountry() string
- func (*Deployment_Location) GotenMessage()
- func (o *Deployment_Location) GotenObjectExt()
- func (obj *Deployment_Location) GotenValidate() error
- func (o *Deployment_Location) MakeDiffFieldMask(other *Deployment_Location) *Deployment_Location_FieldMask
- func (o *Deployment_Location) MakeFullFieldMask() *Deployment_Location_FieldMask
- func (o *Deployment_Location) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *Deployment_Location) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *Deployment_Location) Marshal() ([]byte, error)
- func (m *Deployment_Location) MarshalJSON() ([]byte, error)
- func (o *Deployment_Location) Merge(source *Deployment_Location)
- func (o *Deployment_Location) MergeRaw(source gotenobject.GotenObjectExt)
- func (*Deployment_Location) ProtoMessage()
- func (m *Deployment_Location) ProtoReflect() preflect.Message
- func (m *Deployment_Location) Reset()
- func (m *Deployment_Location) SetAgglomeration(fv string)
- func (m *Deployment_Location) SetCity(fv string)
- func (m *Deployment_Location) SetCloud(fv string)
- func (m *Deployment_Location) SetContinent(fv string)
- func (m *Deployment_Location) SetCountry(fv string)
- func (m *Deployment_Location) String() string
- func (m *Deployment_Location) Unmarshal(b []byte) error
- func (m *Deployment_Location) UnmarshalJSON(data []byte) error
- type Deployment_LocationPathSelectorAgglomeration
- func (Deployment_LocationPathSelectorAgglomeration) FieldPath() *DeploymentLocation_FieldTerminalPath
- func (s Deployment_LocationPathSelectorAgglomeration) WithArrayOfValues(values []string) *DeploymentLocation_FieldTerminalPathArrayOfValues
- func (s Deployment_LocationPathSelectorAgglomeration) WithValue(value string) *DeploymentLocation_FieldTerminalPathValue
- type Deployment_LocationPathSelectorCity
- func (Deployment_LocationPathSelectorCity) FieldPath() *DeploymentLocation_FieldTerminalPath
- func (s Deployment_LocationPathSelectorCity) WithArrayOfValues(values []string) *DeploymentLocation_FieldTerminalPathArrayOfValues
- func (s Deployment_LocationPathSelectorCity) WithValue(value string) *DeploymentLocation_FieldTerminalPathValue
- type Deployment_LocationPathSelectorCloud
- func (Deployment_LocationPathSelectorCloud) FieldPath() *DeploymentLocation_FieldTerminalPath
- func (s Deployment_LocationPathSelectorCloud) WithArrayOfValues(values []string) *DeploymentLocation_FieldTerminalPathArrayOfValues
- func (s Deployment_LocationPathSelectorCloud) WithValue(value string) *DeploymentLocation_FieldTerminalPathValue
- type Deployment_LocationPathSelectorContinent
- func (Deployment_LocationPathSelectorContinent) FieldPath() *DeploymentLocation_FieldTerminalPath
- func (s Deployment_LocationPathSelectorContinent) WithArrayOfValues(values []string) *DeploymentLocation_FieldTerminalPathArrayOfValues
- func (s Deployment_LocationPathSelectorContinent) WithValue(value string) *DeploymentLocation_FieldTerminalPathValue
- type Deployment_LocationPathSelectorCountry
- func (Deployment_LocationPathSelectorCountry) FieldPath() *DeploymentLocation_FieldTerminalPath
- func (s Deployment_LocationPathSelectorCountry) WithArrayOfValues(values []string) *DeploymentLocation_FieldTerminalPathArrayOfValues
- func (s Deployment_LocationPathSelectorCountry) WithValue(value string) *DeploymentLocation_FieldTerminalPathValue
- type Deployment_Location_FieldMask
- func (fieldMask *Deployment_Location_FieldMask) AppendPath(path DeploymentLocation_FieldPath)
- func (fieldMask *Deployment_Location_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *Deployment_Location_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *Deployment_Location_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *Deployment_Location_FieldMask) FilterInputFields() *Deployment_Location_FieldMask
- func (fieldMask *Deployment_Location_FieldMask) FromProtoFieldMask(protoFieldMask *googlefieldmaskpb.FieldMask) error
- func (fieldMask *Deployment_Location_FieldMask) GetPaths() []DeploymentLocation_FieldPath
- func (fieldMask *Deployment_Location_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *Deployment_Location_FieldMask) IsFull() bool
- func (fieldMask Deployment_Location_FieldMask) Marshal() ([]byte, error)
- func (fieldMask Deployment_Location_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *Deployment_Location_FieldMask) PathsCount() int
- func (fieldMask *Deployment_Location_FieldMask) Project(source *Deployment_Location) *Deployment_Location
- func (fieldMask *Deployment_Location_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *Deployment_Location_FieldMask) ProtoMessage()
- func (fieldMask *Deployment_Location_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *Deployment_Location_FieldMask) Reset()
- func (fieldMask *Deployment_Location_FieldMask) Set(target, source *Deployment_Location)
- func (fieldMask *Deployment_Location_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *Deployment_Location_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *Deployment_Location_FieldMask) Size() int
- func (fieldMask *Deployment_Location_FieldMask) String() string
- func (fieldMask *Deployment_Location_FieldMask) Subtract(other *Deployment_Location_FieldMask) *Deployment_Location_FieldMask
- func (fieldMask *Deployment_Location_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *Deployment_Location_FieldMask) ToProtoFieldMask() *googlefieldmaskpb.FieldMask
- func (fieldMask *Deployment_Location_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *Deployment_Location_FieldMask) UnmarshalJSON(data []byte) error
- type Deployment_UpgradeState
- func (o *Deployment_UpgradeState) Clone() *Deployment_UpgradeState
- func (o *Deployment_UpgradeState) CloneRaw() gotenobject.GotenObjectExt
- func (*Deployment_UpgradeState) Descriptor() ([]byte, []int)
- func (m *Deployment_UpgradeState) GetDbDataTargetVersion() string
- func (m *Deployment_UpgradeState) GetPendingShards() []int64
- func (m *Deployment_UpgradeState) GetReadyShards() []int64
- func (m *Deployment_UpgradeState) GetStage() Deployment_UpgradeState_Stage
- func (m *Deployment_UpgradeState) GetTargetVersion() string
- func (*Deployment_UpgradeState) GotenMessage()
- func (o *Deployment_UpgradeState) GotenObjectExt()
- func (obj *Deployment_UpgradeState) GotenValidate() error
- func (o *Deployment_UpgradeState) MakeDiffFieldMask(other *Deployment_UpgradeState) *Deployment_UpgradeState_FieldMask
- func (o *Deployment_UpgradeState) MakeFullFieldMask() *Deployment_UpgradeState_FieldMask
- func (o *Deployment_UpgradeState) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *Deployment_UpgradeState) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *Deployment_UpgradeState) Marshal() ([]byte, error)
- func (m *Deployment_UpgradeState) MarshalJSON() ([]byte, error)
- func (o *Deployment_UpgradeState) Merge(source *Deployment_UpgradeState)
- func (o *Deployment_UpgradeState) MergeRaw(source gotenobject.GotenObjectExt)
- func (*Deployment_UpgradeState) ProtoMessage()
- func (m *Deployment_UpgradeState) ProtoReflect() preflect.Message
- func (m *Deployment_UpgradeState) Reset()
- func (m *Deployment_UpgradeState) SetDbDataTargetVersion(fv string)
- func (m *Deployment_UpgradeState) SetPendingShards(fv []int64)
- func (m *Deployment_UpgradeState) SetReadyShards(fv []int64)
- func (m *Deployment_UpgradeState) SetStage(fv Deployment_UpgradeState_Stage)
- func (m *Deployment_UpgradeState) SetTargetVersion(fv string)
- func (m *Deployment_UpgradeState) String() string
- func (m *Deployment_UpgradeState) Unmarshal(b []byte) error
- func (m *Deployment_UpgradeState) UnmarshalJSON(data []byte) error
- type Deployment_UpgradeStatePathSelectorDbDataTargetVersion
- func (Deployment_UpgradeStatePathSelectorDbDataTargetVersion) FieldPath() *DeploymentUpgradeState_FieldTerminalPath
- func (s Deployment_UpgradeStatePathSelectorDbDataTargetVersion) WithArrayOfValues(values []string) *DeploymentUpgradeState_FieldTerminalPathArrayOfValues
- func (s Deployment_UpgradeStatePathSelectorDbDataTargetVersion) WithValue(value string) *DeploymentUpgradeState_FieldTerminalPathValue
- type Deployment_UpgradeStatePathSelectorPendingShards
- func (Deployment_UpgradeStatePathSelectorPendingShards) FieldPath() *DeploymentUpgradeState_FieldTerminalPath
- func (s Deployment_UpgradeStatePathSelectorPendingShards) WithArrayOfValues(values [][]int64) *DeploymentUpgradeState_FieldTerminalPathArrayOfValues
- func (s Deployment_UpgradeStatePathSelectorPendingShards) WithItemValue(value int64) *DeploymentUpgradeState_FieldTerminalPathArrayItemValue
- func (s Deployment_UpgradeStatePathSelectorPendingShards) WithValue(value []int64) *DeploymentUpgradeState_FieldTerminalPathValue
- type Deployment_UpgradeStatePathSelectorReadyShards
- func (Deployment_UpgradeStatePathSelectorReadyShards) FieldPath() *DeploymentUpgradeState_FieldTerminalPath
- func (s Deployment_UpgradeStatePathSelectorReadyShards) WithArrayOfValues(values [][]int64) *DeploymentUpgradeState_FieldTerminalPathArrayOfValues
- func (s Deployment_UpgradeStatePathSelectorReadyShards) WithItemValue(value int64) *DeploymentUpgradeState_FieldTerminalPathArrayItemValue
- func (s Deployment_UpgradeStatePathSelectorReadyShards) WithValue(value []int64) *DeploymentUpgradeState_FieldTerminalPathValue
- type Deployment_UpgradeStatePathSelectorStage
- func (Deployment_UpgradeStatePathSelectorStage) FieldPath() *DeploymentUpgradeState_FieldTerminalPath
- func (s Deployment_UpgradeStatePathSelectorStage) WithArrayOfValues(values []Deployment_UpgradeState_Stage) *DeploymentUpgradeState_FieldTerminalPathArrayOfValues
- func (s Deployment_UpgradeStatePathSelectorStage) WithValue(value Deployment_UpgradeState_Stage) *DeploymentUpgradeState_FieldTerminalPathValue
- type Deployment_UpgradeStatePathSelectorTargetVersion
- func (Deployment_UpgradeStatePathSelectorTargetVersion) FieldPath() *DeploymentUpgradeState_FieldTerminalPath
- func (s Deployment_UpgradeStatePathSelectorTargetVersion) WithArrayOfValues(values []string) *DeploymentUpgradeState_FieldTerminalPathArrayOfValues
- func (s Deployment_UpgradeStatePathSelectorTargetVersion) WithValue(value string) *DeploymentUpgradeState_FieldTerminalPathValue
- type Deployment_UpgradeState_FieldMask
- func (fieldMask *Deployment_UpgradeState_FieldMask) AppendPath(path DeploymentUpgradeState_FieldPath)
- func (fieldMask *Deployment_UpgradeState_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *Deployment_UpgradeState_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *Deployment_UpgradeState_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *Deployment_UpgradeState_FieldMask) FilterInputFields() *Deployment_UpgradeState_FieldMask
- func (fieldMask *Deployment_UpgradeState_FieldMask) FromProtoFieldMask(protoFieldMask *googlefieldmaskpb.FieldMask) error
- func (fieldMask *Deployment_UpgradeState_FieldMask) GetPaths() []DeploymentUpgradeState_FieldPath
- func (fieldMask *Deployment_UpgradeState_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *Deployment_UpgradeState_FieldMask) IsFull() bool
- func (fieldMask Deployment_UpgradeState_FieldMask) Marshal() ([]byte, error)
- func (fieldMask Deployment_UpgradeState_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *Deployment_UpgradeState_FieldMask) PathsCount() int
- func (fieldMask *Deployment_UpgradeState_FieldMask) Project(source *Deployment_UpgradeState) *Deployment_UpgradeState
- func (fieldMask *Deployment_UpgradeState_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *Deployment_UpgradeState_FieldMask) ProtoMessage()
- func (fieldMask *Deployment_UpgradeState_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *Deployment_UpgradeState_FieldMask) Reset()
- func (fieldMask *Deployment_UpgradeState_FieldMask) Set(target, source *Deployment_UpgradeState)
- func (fieldMask *Deployment_UpgradeState_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *Deployment_UpgradeState_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *Deployment_UpgradeState_FieldMask) Size() int
- func (fieldMask *Deployment_UpgradeState_FieldMask) String() string
- func (fieldMask *Deployment_UpgradeState_FieldMask) Subtract(other *Deployment_UpgradeState_FieldMask) *Deployment_UpgradeState_FieldMask
- func (fieldMask *Deployment_UpgradeState_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *Deployment_UpgradeState_FieldMask) ToProtoFieldMask() *googlefieldmaskpb.FieldMask
- func (fieldMask *Deployment_UpgradeState_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *Deployment_UpgradeState_FieldMask) UnmarshalJSON(data []byte) error
- type Deployment_UpgradeState_Stage
- func (Deployment_UpgradeState_Stage) Descriptor() preflect.EnumDescriptor
- func (x Deployment_UpgradeState_Stage) Enum() *Deployment_UpgradeState_Stage
- func (Deployment_UpgradeState_Stage) EnumDescriptor() ([]byte, []int)
- func (x Deployment_UpgradeState_Stage) Number() preflect.EnumNumber
- func (x Deployment_UpgradeState_Stage) String() string
- func (Deployment_UpgradeState_Stage) Type() preflect.EnumType
- type Descriptor
- func (d *Descriptor) CanBeParentless() bool
- func (d *Descriptor) GetNameDescriptor() *gotenresource.NameDescriptor
- func (d *Descriptor) GetParentResDescriptors() []gotenresource.Descriptor
- 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)
- func (d *Descriptor) SupportsMetadata() bool
- type Filter
- 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 *Deployment) bool
- func (filter *Filter) EvaluateRaw(res gotenresource.Resource) bool
- func (filter *Filter) FilterSlice(in []*Deployment) (out []*Deployment)
- 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
- func (b *FilterBuilder) Filter() *Filter
- func (b *FilterBuilder) Where(opts ...gotenfilter.FilterConditionOption) *filterCndBuilder
- func (b *FilterBuilder) WherePath(fp Deployment_FieldPath, opts ...gotenfilter.FilterConditionOption) *filterCndBuilderAnyPath
- func (b *FilterBuilder) With(condOrBuilder FilterBuilderOrCondition, ...) *FilterBuilder
- type FilterBuilderOrCondition
- type FilterCondition
- type FilterConditionCompare
- func (cond *FilterConditionCompare) And(conds ...FilterCondition) FilterCondition
- func (cond *FilterConditionCompare) ConditionCompare()
- func (cond *FilterConditionCompare) Evaluate(res *Deployment) 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 Deployment_FieldPath) bool
- func (cond *FilterConditionCompare) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool
- func (cond *FilterConditionCompare) String() string
- type FilterConditionComposite
- func (cond *FilterConditionComposite) And(conds ...FilterCondition) FilterCondition
- func (cond *FilterConditionComposite) ConditionComposite()
- func (cond *FilterConditionComposite) Evaluate(res *Deployment) 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 Deployment_FieldPath) bool
- func (cond *FilterConditionComposite) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool
- func (cond *FilterConditionComposite) String() string
- type FilterConditionContains
- func (cond *FilterConditionContains) And(conds ...FilterCondition) FilterCondition
- func (cond *FilterConditionContains) ConditionContains()
- func (cond *FilterConditionContains) ConditionContainsType() gotenresource.ConditionContainsType
- func (cond *FilterConditionContains) Evaluate(res *Deployment) bool
- func (cond *FilterConditionContains) EvaluateRaw(res gotenresource.Resource) bool
- func (cond *FilterConditionContains) GetFieldPath() Deployment_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 Deployment_FieldPath) bool
- func (cond *FilterConditionContains) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool
- func (cond *FilterConditionContains) String() string
- type FilterConditionIn
- func (cond *FilterConditionIn) And(conds ...FilterCondition) FilterCondition
- func (cond *FilterConditionIn) ConditionIn()
- func (cond *FilterConditionIn) Evaluate(res *Deployment) 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 Deployment_FieldPath) bool
- func (cond *FilterConditionIn) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool
- func (cond *FilterConditionIn) String() string
- type FilterConditionIsNaN
- func (cond *FilterConditionIsNaN) And(conds ...FilterCondition) FilterCondition
- func (cond *FilterConditionIsNaN) ConditionIsNaN()
- func (cond *FilterConditionIsNaN) Evaluate(res *Deployment) 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 Deployment_FieldPath) bool
- func (cond *FilterConditionIsNaN) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool
- func (cond *FilterConditionIsNaN) String() string
- type FilterConditionIsNull
- func (cond *FilterConditionIsNull) And(conds ...FilterCondition) FilterCondition
- func (cond *FilterConditionIsNull) ConditionIsNull()
- func (cond *FilterConditionIsNull) Evaluate(res *Deployment) 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 Deployment_FieldPath) bool
- func (cond *FilterConditionIsNull) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool
- func (cond *FilterConditionIsNull) String() string
- type FilterConditionNot
- func (cond *FilterConditionNot) And(conds ...FilterCondition) FilterCondition
- func (cond *FilterConditionNot) ConditionNot()
- func (cond *FilterConditionNot) Evaluate(res *Deployment) 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 Deployment_FieldPath) bool
- func (cond *FilterConditionNot) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool
- func (cond *FilterConditionNot) String() string
- type FilterConditionNotIn
- func (cond *FilterConditionNotIn) And(conds ...FilterCondition) FilterCondition
- func (cond *FilterConditionNotIn) ConditionNotIn()
- func (cond *FilterConditionNotIn) Evaluate(res *Deployment) 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 Deployment_FieldPath) bool
- func (cond *FilterConditionNotIn) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool
- func (cond *FilterConditionNotIn) String() string
- type GetQuery
- 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
- 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
- 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) GetServiceName() *service.Name
- 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
- func (b *NameBuilder) Name() *Name
- func (b *NameBuilder) Parent() *ParentName
- func (b *NameBuilder) ParentReference() *ParentReference
- func (b *NameBuilder) Reference() *Reference
- func (b *NameBuilder) SetId(id string) *NameBuilder
- func (b *NameBuilder) SetService(parent *service.Name) *NameBuilder
- func (b *NameBuilder) SetServiceId(id string) *NameBuilder
- type NamePattern
- type OrderBy
- func (orderBy *OrderBy) Compare(left, right *Deployment) int
- func (orderBy *OrderBy) CompareRaw(left, right gotenresource.Resource) int
- func (orderBy *OrderBy) GetFieldMask() *Deployment_FieldMask
- func (orderBy *OrderBy) GetOrderByFields() []gotenresource.OrderByField
- func (orderBy *OrderBy) GetRawFieldMask() gotenobject.FieldMask
- func (orderBy *OrderBy) InsertSorted(sorted DeploymentList, elem *Deployment) (DeploymentList, 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 DeploymentList)
- func (orderBy *OrderBy) SortRaw(results gotenresource.ResourceList)
- func (orderBy *OrderBy) String() string
- type OrderByField
- type PagerCursor
- 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
- 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 ParentName
- func (name *ParentName) AsRawReference() gotenresource.Reference
- func (name *ParentName) AsReference() *ParentReference
- func (name *ParentName) ConvertToNative(typeDesc reflect.Type) (interface{}, error)
- func (name *ParentName) ConvertToType(typeVal ref.Type) ref.Val
- func (name *ParentName) DescendsFrom(ancestor string) bool
- func (name *ParentName) Equal(other ref.Val) ref.Val
- func (name *ParentName) FullyQualifiedName() (string, error)
- func (name *ParentName) GetIParentName() gotenresource.Name
- func (name *ParentName) GetIUnderlyingParentName() gotenresource.Name
- func (name *ParentName) GetIdParts() map[string]string
- func (name *ParentName) GetPattern() gotenresource.NamePattern
- func (name *ParentName) GetResourceDescriptor() gotenresource.Descriptor
- func (name *ParentName) GetSegments() gotenresource.NameSegments
- func (name *ParentName) GetServiceName() *service.Name
- func (name *ParentName) GotenEqual(other interface{}) bool
- func (name *ParentName) HasTrait(trait int) bool
- func (name *ParentName) IsFullyQualified() bool
- func (name *ParentName) IsSpecified() bool
- func (name *ParentName) Match(pattern ref.Val) ref.Val
- func (name *ParentName) Matches(other interface{}) bool
- func (name *ParentName) ParseProtoString(data string) error
- func (name *ParentName) ProtoString() (string, error)
- func (name *ParentName) Receive(function string, overload string, args []ref.Val) ref.Val
- func (name *ParentName) SetFromCliFlag(raw string) error
- func (name *ParentName) SetFromSegments(segments gotenresource.NameSegments) error
- func (name *ParentName) String() string
- func (name *ParentName) Type() ref.Type
- func (name *ParentName) TypeName() string
- func (name *ParentName) Value() interface{}
- type ParentReference
- func (ref *ParentReference) ClearCached()
- func (ref *ParentReference) GetIParentName() gotenresource.Name
- func (ref *ParentReference) GetIUnderlyingParentName() gotenresource.Name
- func (ref *ParentReference) GetIdParts() map[string]string
- func (ref *ParentReference) GetPattern() gotenresource.NamePattern
- func (ref *ParentReference) GetRawResource() gotenresource.Resource
- func (ref *ParentReference) GetResourceDescriptor() gotenresource.Descriptor
- func (ref *ParentReference) GetSegments() gotenresource.NameSegments
- func (ref *ParentReference) GetService() *service.Service
- func (ref *ParentReference) GetServiceReference() *service.Reference
- func (ref *ParentReference) GetUnderlyingReference() gotenresource.Reference
- func (ref *ParentReference) GotenEqual(other interface{}) bool
- func (ref *ParentReference) IsFullyQualified() bool
- func (ref *ParentReference) IsSpecified() bool
- func (name *ParentReference) Matches(other interface{}) bool
- func (ref *ParentReference) ParseProtoString(data string) error
- func (ref *ParentReference) ProtoString() (string, error)
- func (ref *ParentReference) ResolveRaw(res gotenresource.Resource) error
- func (ref *ParentReference) Resolved() bool
- func (ref *ParentReference) SetFromCliFlag(raw string) error
- func (ref *ParentReference) String() string
- type QueryResultChange
- 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
- 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
- func (ref *Reference) ClearCached()
- func (ref *Reference) FullyQualifiedName() (string, error)
- func (ref *Reference) GetDeployment() *Deployment
- 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 (name *Reference) Matches(other interface{}) bool
- func (ref *Reference) ParseProtoString(data string) error
- func (ref *Reference) ProtoString() (string, error)
- func (ref *Reference) Resolve(resolved *Deployment)
- 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
- 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
Constants ¶
const (
NamePattern_Service = "services/{service}/deployments/{deployment}"
)
Variables ¶
var ( Deployment_UpgradeState_Stage_name = map[int32]string{ 0: "READY", 1: "INITIAL_SYNCING", 2: "SWITCHING", } Deployment_UpgradeState_Stage_value = map[string]int32{ "READY": 0, "INITIAL_SYNCING": 1, "SWITCHING": 2, } )
Functions ¶
func AsAnyCastAccess ¶
func AsAnyCastAccess(access DeploymentAccess) gotenresource.Access
func CompareDbDataVersions ¶ added in v1.4.0
func CompareDbDataVersions(left, right DbDataVersion) int
func IsDbDataVersionSmaller ¶ added in v1.4.0
func IsDbDataVersionSmaller(left, right DbDataVersion) bool
Types ¶
type DbDataVersion ¶ added in v1.4.0
type DbDataVersion []int
func ParseAsDbDataVersion ¶ added in v1.4.0
func ParseAsDbDataVersion(dataVersion string) (DbDataVersion, error)
type Deployment ¶
type Deployment struct { // Name of Deployment // ID must be exactly same as region ID it belongs to - it is populated // automatically by Goten components. Name *Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"` // Metadata is an object with information like create, update and delete time // (for async deleted resources), has user labels/annotations, sharding // information, multi-region syncing information and may have non-schema // owners (useful for taking ownership of resources belonging to lower level // services by higher ones). Metadata *meta.Meta `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty" firestore:"metadata"` // Service display name - it is lowerCamelCase of service name, but not // domain. It is taken from api-skeleton file, under "service.name" path. ServiceName string `protobuf:"bytes,3,opt,name=service_name,json=serviceName,proto3" json:"service_name,omitempty" firestore:"serviceName"` // Informs in which region cluster running this deployment is located. Region *region.Reference `protobuf:"bytes,4,opt,customtype=Reference,name=region,proto3" json:"region,omitempty" firestore:"region"` // Public domain indicates under which public address service in this // particular region can be accessed. PublicDomain string `protobuf:"bytes,5,opt,name=public_domain,json=publicDomain,proto3" json:"public_domain,omitempty" firestore:"publicDomain"` // Private domain indicates how to access this service within local private // network. However, this address should not be available for anyone outside // network. It is only to be used by other service deployments that run within // same private network for better performance purposes (less hops). It should // be used in conjunction with field local_network_id. PrivateDomain string `` /* 126-byte string literal not displayed */ // Local network identifier - it can be mostly anything, however if two // deployments for different services hold same value in same region, then // Goten components will try to optimize access by using private_domain field // instead of public_domain. LocalNetworkId string `` /* 132-byte string literal not displayed */ // Location of given deployment. This value is likely to be equal for all // deployments using same underlying cluster. It may be used by Goten to // optimize multi-region routing. Location *Deployment_Location `protobuf:"bytes,8,opt,name=location,proto3" json:"location,omitempty" firestore:"location"` // Whether this deployment is disabled. It does not trigger any deployment // deletion - it will just notify others (in different regions) that its // no longer available and no request should be routed there. It can // be used as first step to delete deployment. IsDisabled bool `protobuf:"varint,9,opt,name=is_disabled,json=isDisabled,proto3" json:"is_disabled,omitempty" firestore:"isDisabled"` // Generation number used by EnvRegistry config to generate this resource. EnvRegistryGeneration int32 `` /* 162-byte string literal not displayed */ // The current version of the service. Note this MAY not be the newest // version! At the very least, if there was a fresh db upgrade, it will be old // version till automatic upgrade finishes (or manual switch happens). CurrentVersion string `` /* 131-byte string literal not displayed */ // If true, then switch to the new version will be automatic (if there is // newer), once db upgrade finishes. Otherwise it will require manual call // from operator. AutomaticVersionSwitch bool `` /* 166-byte string literal not displayed */ // Current state of the upgrade task. UpgradeState *Deployment_UpgradeState `protobuf:"bytes,13,opt,name=upgrade_state,json=upgradeState,proto3" json:"upgrade_state,omitempty" firestore:"upgradeState"` // Current version of data in the database, it must follow convention // v<Number>.<Number>... (may be more numbers). When deployment is created // first time, value is set to the current value. If non-empty lower // value is detected, db-controller may run update task locally. This is // not to confuse with "current_version" field, which describes API version. // This field is for controlling smaller in-place data automatic updates. // If not populated, then "current"/"newest" should be assumed. It means // that no update tasks were ever needed as well. DbDataVersion string `` /* 129-byte string literal not displayed */ // Tagged update statuses. DataUpdateStatuses []*Deployment_DbUpdateTaskStatus `` /* 149-byte string literal not displayed */ // contains filtered or unexported fields }
Deployment Resource describes deployment of service in specific regional cluster (may be multi-zonal). It contains accessibility details.
func (*Deployment) Clone ¶
func (o *Deployment) Clone() *Deployment
func (*Deployment) CloneRaw ¶
func (o *Deployment) CloneRaw() gotenobject.GotenObjectExt
func (*Deployment) Descriptor ¶
func (*Deployment) Descriptor() ([]byte, []int)
Deprecated, Use Deployment.ProtoReflect.Descriptor instead.
func (*Deployment) EnsureMetadata ¶
func (r *Deployment) EnsureMetadata() *meta.Meta
func (*Deployment) GetAutomaticVersionSwitch ¶
func (m *Deployment) GetAutomaticVersionSwitch() bool
func (*Deployment) GetCurrentVersion ¶
func (m *Deployment) GetCurrentVersion() string
func (*Deployment) GetDataUpdateStatuses ¶ added in v1.4.0
func (m *Deployment) GetDataUpdateStatuses() []*Deployment_DbUpdateTaskStatus
func (*Deployment) GetDbDataVersion ¶ added in v1.4.0
func (m *Deployment) GetDbDataVersion() string
func (*Deployment) GetEnvRegistryGeneration ¶
func (m *Deployment) GetEnvRegistryGeneration() int32
func (*Deployment) GetIsDisabled ¶
func (m *Deployment) GetIsDisabled() bool
func (*Deployment) GetLocalNetworkId ¶
func (m *Deployment) GetLocalNetworkId() string
func (*Deployment) GetLocation ¶
func (m *Deployment) GetLocation() *Deployment_Location
func (*Deployment) GetMetadata ¶
func (m *Deployment) GetMetadata() *meta.Meta
func (*Deployment) GetName ¶
func (m *Deployment) GetName() *Name
func (*Deployment) GetPrivateDomain ¶
func (m *Deployment) GetPrivateDomain() string
func (*Deployment) GetPublicDomain ¶
func (m *Deployment) GetPublicDomain() string
func (*Deployment) GetRawName ¶
func (r *Deployment) GetRawName() gotenresource.Name
func (*Deployment) GetRegion ¶
func (m *Deployment) GetRegion() *region.Reference
func (*Deployment) GetResourceDescriptor ¶
func (r *Deployment) GetResourceDescriptor() gotenresource.Descriptor
func (*Deployment) GetServiceName ¶
func (m *Deployment) GetServiceName() string
func (*Deployment) GetUpgradeState ¶
func (m *Deployment) GetUpgradeState() *Deployment_UpgradeState
func (*Deployment) GotenMessage ¶
func (*Deployment) GotenMessage()
func (*Deployment) GotenObjectExt ¶
func (o *Deployment) GotenObjectExt()
func (*Deployment) GotenValidate ¶
func (obj *Deployment) GotenValidate() error
func (*Deployment) MakeDiffFieldMask ¶
func (o *Deployment) MakeDiffFieldMask(other *Deployment) *Deployment_FieldMask
func (*Deployment) MakeFullFieldMask ¶
func (o *Deployment) MakeFullFieldMask() *Deployment_FieldMask
func (*Deployment) MakeRawDiffFieldMask ¶
func (o *Deployment) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*Deployment) MakeRawFullFieldMask ¶
func (o *Deployment) MakeRawFullFieldMask() gotenobject.FieldMask
func (*Deployment) Marshal ¶
func (m *Deployment) Marshal() ([]byte, error)
func (*Deployment) MarshalJSON ¶
func (m *Deployment) MarshalJSON() ([]byte, error)
func (*Deployment) MaybePopulateDefaults ¶
func (r *Deployment) MaybePopulateDefaults() error
func (*Deployment) Merge ¶
func (o *Deployment) Merge(source *Deployment)
func (*Deployment) MergeRaw ¶
func (o *Deployment) MergeRaw(source gotenobject.GotenObjectExt)
func (*Deployment) ProtoMessage ¶
func (*Deployment) ProtoMessage()
func (*Deployment) ProtoReflect ¶
func (m *Deployment) ProtoReflect() preflect.Message
func (*Deployment) Reset ¶
func (m *Deployment) Reset()
func (*Deployment) SetAutomaticVersionSwitch ¶
func (m *Deployment) SetAutomaticVersionSwitch(fv bool)
func (*Deployment) SetCurrentVersion ¶
func (m *Deployment) SetCurrentVersion(fv string)
func (*Deployment) SetDataUpdateStatuses ¶ added in v1.4.0
func (m *Deployment) SetDataUpdateStatuses(fv []*Deployment_DbUpdateTaskStatus)
func (*Deployment) SetDbDataVersion ¶ added in v1.4.0
func (m *Deployment) SetDbDataVersion(fv string)
func (*Deployment) SetEnvRegistryGeneration ¶
func (m *Deployment) SetEnvRegistryGeneration(fv int32)
func (*Deployment) SetIsDisabled ¶
func (m *Deployment) SetIsDisabled(fv bool)
func (*Deployment) SetLocalNetworkId ¶
func (m *Deployment) SetLocalNetworkId(fv string)
func (*Deployment) SetLocation ¶
func (m *Deployment) SetLocation(fv *Deployment_Location)
func (*Deployment) SetMetadata ¶
func (m *Deployment) SetMetadata(fv *meta.Meta)
func (*Deployment) SetName ¶
func (m *Deployment) SetName(fv *Name)
func (*Deployment) SetPrivateDomain ¶
func (m *Deployment) SetPrivateDomain(fv string)
func (*Deployment) SetPublicDomain ¶
func (m *Deployment) SetPublicDomain(fv string)
func (*Deployment) SetRegion ¶
func (m *Deployment) SetRegion(fv *region.Reference)
func (*Deployment) SetServiceName ¶
func (m *Deployment) SetServiceName(fv string)
func (*Deployment) SetUpgradeState ¶
func (m *Deployment) SetUpgradeState(fv *Deployment_UpgradeState)
func (*Deployment) String ¶
func (m *Deployment) String() string
func (*Deployment) Unmarshal ¶
func (m *Deployment) Unmarshal(b []byte) error
func (*Deployment) UnmarshalJSON ¶
func (m *Deployment) UnmarshalJSON(data []byte) error
type DeploymentAccess ¶
type DeploymentAccess interface { GetDeployment(context.Context, *GetQuery) (*Deployment, error) BatchGetDeployments(context.Context, []*Reference, ...gotenresource.BatchGetOption) error QueryDeployments(context.Context, *ListQuery) (*QueryResultSnapshot, error) WatchDeployment(context.Context, *GetQuery, func(*DeploymentChange) error) error WatchDeployments(context.Context, *WatchQuery, func(*QueryResultChange) error) error SaveDeployment(context.Context, *Deployment, ...gotenresource.SaveOption) error DeleteDeployment(context.Context, *Reference, ...gotenresource.DeleteOption) error }
type DeploymentChange ¶
type DeploymentChange struct { // Deployment change // // Types that are valid to be assigned to ChangeType: // *DeploymentChange_Added_ // *DeploymentChange_Modified_ // *DeploymentChange_Current_ // *DeploymentChange_Removed_ ChangeType isDeploymentChange_ChangeType `protobuf_oneof:"change_type"` // contains filtered or unexported fields }
DeploymentChange is used by Watch notifications Responses to describe change of single Deployment One of Added, Modified, Removed
func (*DeploymentChange) Descriptor ¶
func (*DeploymentChange) Descriptor() ([]byte, []int)
Deprecated, Use DeploymentChange.ProtoReflect.Descriptor instead.
func (*DeploymentChange) GetAdded ¶
func (m *DeploymentChange) GetAdded() *DeploymentChange_Added
func (*DeploymentChange) GetChangeType ¶
func (m *DeploymentChange) GetChangeType() isDeploymentChange_ChangeType
func (*DeploymentChange) GetCurrent ¶
func (m *DeploymentChange) GetCurrent() *DeploymentChange_Current
func (*DeploymentChange) GetCurrentViewIndex ¶
func (c *DeploymentChange) GetCurrentViewIndex() int32
func (*DeploymentChange) GetDeployment ¶
func (c *DeploymentChange) GetDeployment() *Deployment
func (*DeploymentChange) GetDeploymentName ¶
func (c *DeploymentChange) GetDeploymentName() *Name
func (*DeploymentChange) GetModified ¶
func (m *DeploymentChange) GetModified() *DeploymentChange_Modified
func (*DeploymentChange) GetPreviousViewIndex ¶
func (c *DeploymentChange) GetPreviousViewIndex() int32
func (*DeploymentChange) GetRawName ¶
func (c *DeploymentChange) GetRawName() gotenresource.Name
func (*DeploymentChange) GetRawResource ¶
func (c *DeploymentChange) GetRawResource() gotenresource.Resource
func (*DeploymentChange) GetRemoved ¶
func (m *DeploymentChange) GetRemoved() *DeploymentChange_Removed
func (*DeploymentChange) GotenMessage ¶
func (*DeploymentChange) GotenMessage()
func (*DeploymentChange) GotenValidate ¶
func (obj *DeploymentChange) GotenValidate() error
func (*DeploymentChange) IsAdd ¶
func (c *DeploymentChange) IsAdd() bool
func (*DeploymentChange) IsCurrent ¶
func (c *DeploymentChange) IsCurrent() bool
func (*DeploymentChange) IsDelete ¶
func (c *DeploymentChange) IsDelete() bool
func (*DeploymentChange) IsModify ¶
func (c *DeploymentChange) IsModify() bool
func (*DeploymentChange) Marshal ¶
func (m *DeploymentChange) Marshal() ([]byte, error)
func (*DeploymentChange) MarshalJSON ¶
func (m *DeploymentChange) MarshalJSON() ([]byte, error)
func (*DeploymentChange) ProtoMessage ¶
func (*DeploymentChange) ProtoMessage()
func (*DeploymentChange) ProtoReflect ¶
func (m *DeploymentChange) ProtoReflect() preflect.Message
func (*DeploymentChange) Reset ¶
func (m *DeploymentChange) Reset()
func (*DeploymentChange) SetAdded ¶
func (m *DeploymentChange) SetAdded(fv *DeploymentChange_Added)
func (*DeploymentChange) SetAddedRaw ¶
func (c *DeploymentChange) SetAddedRaw(snapshot gotenresource.Resource, idx int)
func (*DeploymentChange) SetChangeType ¶
func (m *DeploymentChange) SetChangeType(ofv isDeploymentChange_ChangeType)
func (*DeploymentChange) SetCurrent ¶
func (m *DeploymentChange) SetCurrent(fv *DeploymentChange_Current)
func (*DeploymentChange) SetCurrentRaw ¶
func (c *DeploymentChange) SetCurrentRaw(snapshot gotenresource.Resource)
func (*DeploymentChange) SetDeletedRaw ¶
func (c *DeploymentChange) SetDeletedRaw(name gotenresource.Name, idx int)
func (*DeploymentChange) SetModified ¶
func (m *DeploymentChange) SetModified(fv *DeploymentChange_Modified)
func (*DeploymentChange) SetModifiedRaw ¶
func (c *DeploymentChange) SetModifiedRaw(name gotenresource.Name, snapshot gotenresource.Resource, prevIdx int, newIdx int)
func (*DeploymentChange) SetRemoved ¶
func (m *DeploymentChange) SetRemoved(fv *DeploymentChange_Removed)
func (*DeploymentChange) String ¶
func (m *DeploymentChange) String() string
func (*DeploymentChange) Unmarshal ¶
func (m *DeploymentChange) Unmarshal(b []byte) error
func (*DeploymentChange) UnmarshalJSON ¶
func (m *DeploymentChange) UnmarshalJSON(data []byte) error
type DeploymentChangeList ¶
type DeploymentChangeList []*DeploymentChange
func (DeploymentChangeList) Append ¶
func (l DeploymentChangeList) Append(item gotenresource.ResourceChange) gotenresource.ResourceChangeList
func (DeploymentChangeList) AppendList ¶
func (l DeploymentChangeList) AppendList(list gotenresource.ResourceChangeList) gotenresource.ResourceChangeList
func (DeploymentChangeList) At ¶
func (l DeploymentChangeList) At(idx int) gotenresource.ResourceChange
func (DeploymentChangeList) Length ¶
func (l DeploymentChangeList) Length() int
func (DeploymentChangeList) Set ¶
func (l DeploymentChangeList) Set(idx int, change gotenresource.ResourceChange)
func (DeploymentChangeList) Slice ¶
func (l DeploymentChangeList) Slice(first, second int) gotenresource.ResourceChangeList
type DeploymentChangeMap ¶
type DeploymentChangeMap map[Name]*DeploymentChange
func (DeploymentChangeMap) Delete ¶
func (m DeploymentChangeMap) Delete(name gotenresource.Name)
func (DeploymentChangeMap) ForEach ¶
func (m DeploymentChangeMap) ForEach(cb func(gotenresource.Name, gotenresource.ResourceChange) bool)
func (DeploymentChangeMap) Get ¶
func (m DeploymentChangeMap) Get(name gotenresource.Name) gotenresource.ResourceChange
func (DeploymentChangeMap) Length ¶
func (m DeploymentChangeMap) Length() int
func (DeploymentChangeMap) Set ¶
func (m DeploymentChangeMap) Set(change gotenresource.ResourceChange)
type DeploymentChange_Added ¶
type DeploymentChange_Added struct { Deployment *Deployment `protobuf:"bytes,1,opt,name=deployment,proto3" json:"deployment,omitempty" firestore:"deployment"` // Integer describing index of added Deployment in resulting query view. ViewIndex int32 `protobuf:"varint,2,opt,name=view_index,json=viewIndex,proto3" json:"view_index,omitempty" firestore:"viewIndex"` // contains filtered or unexported fields }
Deployment has been added to query view
func (*DeploymentChange_Added) Descriptor ¶
func (*DeploymentChange_Added) Descriptor() ([]byte, []int)
Deprecated, Use DeploymentChange_Added.ProtoReflect.Descriptor instead.
func (*DeploymentChange_Added) GetDeployment ¶
func (m *DeploymentChange_Added) GetDeployment() *Deployment
func (*DeploymentChange_Added) GetViewIndex ¶
func (m *DeploymentChange_Added) GetViewIndex() int32
func (*DeploymentChange_Added) GotenMessage ¶
func (*DeploymentChange_Added) GotenMessage()
func (*DeploymentChange_Added) GotenValidate ¶
func (obj *DeploymentChange_Added) GotenValidate() error
func (*DeploymentChange_Added) Marshal ¶
func (m *DeploymentChange_Added) Marshal() ([]byte, error)
func (*DeploymentChange_Added) MarshalJSON ¶
func (m *DeploymentChange_Added) MarshalJSON() ([]byte, error)
func (*DeploymentChange_Added) ProtoMessage ¶
func (*DeploymentChange_Added) ProtoMessage()
func (*DeploymentChange_Added) ProtoReflect ¶
func (m *DeploymentChange_Added) ProtoReflect() preflect.Message
func (*DeploymentChange_Added) Reset ¶
func (m *DeploymentChange_Added) Reset()
func (*DeploymentChange_Added) SetDeployment ¶
func (m *DeploymentChange_Added) SetDeployment(fv *Deployment)
func (*DeploymentChange_Added) SetViewIndex ¶
func (m *DeploymentChange_Added) SetViewIndex(fv int32)
func (*DeploymentChange_Added) String ¶
func (m *DeploymentChange_Added) String() string
func (*DeploymentChange_Added) Unmarshal ¶
func (m *DeploymentChange_Added) Unmarshal(b []byte) error
func (*DeploymentChange_Added) UnmarshalJSON ¶
func (m *DeploymentChange_Added) UnmarshalJSON(data []byte) error
type DeploymentChange_Added_ ¶
type DeploymentChange_Added_ struct { // Added is returned when watched document is added, either created or // enters Query view Added *DeploymentChange_Added `protobuf:"bytes,1,opt,name=added,proto3,oneof" firestore:"added"` }
type DeploymentChange_Current ¶
type DeploymentChange_Current struct { Deployment *Deployment `protobuf:"bytes,1,opt,name=deployment,proto3" json:"deployment,omitempty" firestore:"deployment"` // contains filtered or unexported fields }
Deployment has been added or modified in a query view. Version used for stateless watching
func (*DeploymentChange_Current) Descriptor ¶
func (*DeploymentChange_Current) Descriptor() ([]byte, []int)
Deprecated, Use DeploymentChange_Current.ProtoReflect.Descriptor instead.
func (*DeploymentChange_Current) GetDeployment ¶
func (m *DeploymentChange_Current) GetDeployment() *Deployment
func (*DeploymentChange_Current) GotenMessage ¶
func (*DeploymentChange_Current) GotenMessage()
func (*DeploymentChange_Current) GotenValidate ¶
func (obj *DeploymentChange_Current) GotenValidate() error
func (*DeploymentChange_Current) Marshal ¶
func (m *DeploymentChange_Current) Marshal() ([]byte, error)
func (*DeploymentChange_Current) MarshalJSON ¶
func (m *DeploymentChange_Current) MarshalJSON() ([]byte, error)
func (*DeploymentChange_Current) ProtoMessage ¶
func (*DeploymentChange_Current) ProtoMessage()
func (*DeploymentChange_Current) ProtoReflect ¶
func (m *DeploymentChange_Current) ProtoReflect() preflect.Message
func (*DeploymentChange_Current) Reset ¶
func (m *DeploymentChange_Current) Reset()
func (*DeploymentChange_Current) SetDeployment ¶
func (m *DeploymentChange_Current) SetDeployment(fv *Deployment)
func (*DeploymentChange_Current) String ¶
func (m *DeploymentChange_Current) String() string
func (*DeploymentChange_Current) Unmarshal ¶
func (m *DeploymentChange_Current) Unmarshal(b []byte) error
func (*DeploymentChange_Current) UnmarshalJSON ¶
func (m *DeploymentChange_Current) UnmarshalJSON(data []byte) error
type DeploymentChange_Current_ ¶
type DeploymentChange_Current_ struct { // Current is returned in stateless watch when document enters query view or // is modified within. Current *DeploymentChange_Current `protobuf:"bytes,4,opt,name=current,proto3,oneof" firestore:"current"` }
type DeploymentChange_Modified ¶
type DeploymentChange_Modified struct { // Name of modified Deployment Name *Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"` // New version of Deployment or masked difference, depending on mask_changes // instrumentation of issued [WatchDeploymentRequest] or // [WatchDeploymentsRequest] Deployment *Deployment `protobuf:"bytes,2,opt,name=deployment,proto3" json:"deployment,omitempty" firestore:"deployment"` // Used when mask_changes is set, contains field paths of modified // properties. FieldMask *Deployment_FieldMask `` /* 142-byte string literal not displayed */ // Previous view index specifies previous position of modified Deployment. // When modification doesn't affect sorted order, value will remain // identical to [view_index]. PreviousViewIndex int32 `` /* 145-byte string literal not displayed */ // Integer specifying Deployment new index in resulting query view. ViewIndex int32 `protobuf:"varint,5,opt,name=view_index,json=viewIndex,proto3" json:"view_index,omitempty" firestore:"viewIndex"` // contains filtered or unexported fields }
Deployment changed some of it's fields - contains either full document or masked change
func (*DeploymentChange_Modified) Descriptor ¶
func (*DeploymentChange_Modified) Descriptor() ([]byte, []int)
Deprecated, Use DeploymentChange_Modified.ProtoReflect.Descriptor instead.
func (*DeploymentChange_Modified) GetDeployment ¶
func (m *DeploymentChange_Modified) GetDeployment() *Deployment
func (*DeploymentChange_Modified) GetFieldMask ¶
func (m *DeploymentChange_Modified) GetFieldMask() *Deployment_FieldMask
func (*DeploymentChange_Modified) GetName ¶
func (m *DeploymentChange_Modified) GetName() *Name
func (*DeploymentChange_Modified) GetPreviousViewIndex ¶
func (m *DeploymentChange_Modified) GetPreviousViewIndex() int32
func (*DeploymentChange_Modified) GetViewIndex ¶
func (m *DeploymentChange_Modified) GetViewIndex() int32
func (*DeploymentChange_Modified) GotenMessage ¶
func (*DeploymentChange_Modified) GotenMessage()
func (*DeploymentChange_Modified) GotenValidate ¶
func (obj *DeploymentChange_Modified) GotenValidate() error
func (*DeploymentChange_Modified) Marshal ¶
func (m *DeploymentChange_Modified) Marshal() ([]byte, error)
func (*DeploymentChange_Modified) MarshalJSON ¶
func (m *DeploymentChange_Modified) MarshalJSON() ([]byte, error)
func (*DeploymentChange_Modified) ProtoMessage ¶
func (*DeploymentChange_Modified) ProtoMessage()
func (*DeploymentChange_Modified) ProtoReflect ¶
func (m *DeploymentChange_Modified) ProtoReflect() preflect.Message
func (*DeploymentChange_Modified) Reset ¶
func (m *DeploymentChange_Modified) Reset()
func (*DeploymentChange_Modified) SetDeployment ¶
func (m *DeploymentChange_Modified) SetDeployment(fv *Deployment)
func (*DeploymentChange_Modified) SetFieldMask ¶
func (m *DeploymentChange_Modified) SetFieldMask(fv *Deployment_FieldMask)
func (*DeploymentChange_Modified) SetName ¶
func (m *DeploymentChange_Modified) SetName(fv *Name)
func (*DeploymentChange_Modified) SetPreviousViewIndex ¶
func (m *DeploymentChange_Modified) SetPreviousViewIndex(fv int32)
func (*DeploymentChange_Modified) SetViewIndex ¶
func (m *DeploymentChange_Modified) SetViewIndex(fv int32)
func (*DeploymentChange_Modified) String ¶
func (m *DeploymentChange_Modified) String() string
func (*DeploymentChange_Modified) Unmarshal ¶
func (m *DeploymentChange_Modified) Unmarshal(b []byte) error
func (*DeploymentChange_Modified) UnmarshalJSON ¶
func (m *DeploymentChange_Modified) UnmarshalJSON(data []byte) error
type DeploymentChange_Modified_ ¶
type DeploymentChange_Modified_ struct { // Modified is returned when watched document is modified Modified *DeploymentChange_Modified `protobuf:"bytes,2,opt,name=modified,proto3,oneof" firestore:"modified"` }
type DeploymentChange_Removed ¶
type DeploymentChange_Removed struct { Name *Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"` // Integer specifying removed Deployment index. Not populated in stateless // watch type. ViewIndex int32 `protobuf:"varint,2,opt,name=view_index,json=viewIndex,proto3" json:"view_index,omitempty" firestore:"viewIndex"` // contains filtered or unexported fields }
Removed is returned when Deployment is deleted or leaves Query view
func (*DeploymentChange_Removed) Descriptor ¶
func (*DeploymentChange_Removed) Descriptor() ([]byte, []int)
Deprecated, Use DeploymentChange_Removed.ProtoReflect.Descriptor instead.
func (*DeploymentChange_Removed) GetName ¶
func (m *DeploymentChange_Removed) GetName() *Name
func (*DeploymentChange_Removed) GetViewIndex ¶
func (m *DeploymentChange_Removed) GetViewIndex() int32
func (*DeploymentChange_Removed) GotenMessage ¶
func (*DeploymentChange_Removed) GotenMessage()
func (*DeploymentChange_Removed) GotenValidate ¶
func (obj *DeploymentChange_Removed) GotenValidate() error
func (*DeploymentChange_Removed) Marshal ¶
func (m *DeploymentChange_Removed) Marshal() ([]byte, error)
func (*DeploymentChange_Removed) MarshalJSON ¶
func (m *DeploymentChange_Removed) MarshalJSON() ([]byte, error)
func (*DeploymentChange_Removed) ProtoMessage ¶
func (*DeploymentChange_Removed) ProtoMessage()
func (*DeploymentChange_Removed) ProtoReflect ¶
func (m *DeploymentChange_Removed) ProtoReflect() preflect.Message
func (*DeploymentChange_Removed) Reset ¶
func (m *DeploymentChange_Removed) Reset()
func (*DeploymentChange_Removed) SetName ¶
func (m *DeploymentChange_Removed) SetName(fv *Name)
func (*DeploymentChange_Removed) SetViewIndex ¶
func (m *DeploymentChange_Removed) SetViewIndex(fv int32)
func (*DeploymentChange_Removed) String ¶
func (m *DeploymentChange_Removed) String() string
func (*DeploymentChange_Removed) Unmarshal ¶
func (m *DeploymentChange_Removed) Unmarshal(b []byte) error
func (*DeploymentChange_Removed) UnmarshalJSON ¶
func (m *DeploymentChange_Removed) UnmarshalJSON(data []byte) error
type DeploymentChange_Removed_ ¶
type DeploymentChange_Removed_ struct { // Removed is returned when Deployment is deleted or leaves Query view Removed *DeploymentChange_Removed `protobuf:"bytes,3,opt,name=removed,proto3,oneof" firestore:"removed"` }
type DeploymentDbUpdateTaskStatusFieldPathBuilder ¶ added in v1.4.0
type DeploymentDbUpdateTaskStatusFieldPathBuilder struct{}
func NewDeploymentDbUpdateTaskStatusFieldPathBuilder ¶ added in v1.4.0
func NewDeploymentDbUpdateTaskStatusFieldPathBuilder() DeploymentDbUpdateTaskStatusFieldPathBuilder
func (DeploymentDbUpdateTaskStatusFieldPathBuilder) ProgressBar ¶ added in v1.4.0
func (DeploymentDbUpdateTaskStatusFieldPathBuilder) ReadyShards ¶ added in v1.4.0
func (DeploymentDbUpdateTaskStatusFieldPathBuilder) ShardsCount ¶ added in v1.4.0
func (DeploymentDbUpdateTaskStatusFieldPathBuilder) TargetVersion ¶ added in v1.4.0
type DeploymentDbUpdateTaskStatus_FieldPath ¶ added in v1.4.0
type DeploymentDbUpdateTaskStatus_FieldPath interface { gotenobject.FieldPath Selector() DeploymentDbUpdateTaskStatus_FieldPathSelector Get(source *Deployment_DbUpdateTaskStatus) []interface{} GetSingle(source *Deployment_DbUpdateTaskStatus) (interface{}, bool) ClearValue(item *Deployment_DbUpdateTaskStatus) // Those methods build corresponding DeploymentDbUpdateTaskStatus_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) DeploymentDbUpdateTaskStatus_FieldPathValue WithIArrayOfValues(values interface{}) DeploymentDbUpdateTaskStatus_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) DeploymentDbUpdateTaskStatus_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildDeploymentDbUpdateTaskStatus_FieldPath ¶ added in v1.4.0
func BuildDeploymentDbUpdateTaskStatus_FieldPath(fp gotenobject.RawFieldPath) (DeploymentDbUpdateTaskStatus_FieldPath, error)
func MustParseDeploymentDbUpdateTaskStatus_FieldPath ¶ added in v1.4.0
func MustParseDeploymentDbUpdateTaskStatus_FieldPath(rawField string) DeploymentDbUpdateTaskStatus_FieldPath
func ParseDeploymentDbUpdateTaskStatus_FieldPath ¶ added in v1.4.0
func ParseDeploymentDbUpdateTaskStatus_FieldPath(rawField string) (DeploymentDbUpdateTaskStatus_FieldPath, error)
type DeploymentDbUpdateTaskStatus_FieldPathArrayItemValue ¶ added in v1.4.0
type DeploymentDbUpdateTaskStatus_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue DeploymentDbUpdateTaskStatus_FieldPath ContainsValue(*Deployment_DbUpdateTaskStatus) bool }
DeploymentDbUpdateTaskStatus_FieldPathArrayItemValue allows storing single item in Path-specific values for DbUpdateTaskStatus according to their type Present only for array (repeated) types.
func MustParseDeploymentDbUpdateTaskStatus_FieldPathArrayItemValue ¶ added in v1.4.0
func MustParseDeploymentDbUpdateTaskStatus_FieldPathArrayItemValue(pathStr, valueStr string) DeploymentDbUpdateTaskStatus_FieldPathArrayItemValue
func ParseDeploymentDbUpdateTaskStatus_FieldPathArrayItemValue ¶ added in v1.4.0
func ParseDeploymentDbUpdateTaskStatus_FieldPathArrayItemValue(pathStr, valueStr string) (DeploymentDbUpdateTaskStatus_FieldPathArrayItemValue, error)
ParseDeploymentDbUpdateTaskStatus_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type DeploymentDbUpdateTaskStatus_FieldPathArrayOfValues ¶ added in v1.4.0
type DeploymentDbUpdateTaskStatus_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues DeploymentDbUpdateTaskStatus_FieldPath }
DeploymentDbUpdateTaskStatus_FieldPathArrayOfValues allows storing slice of values for DbUpdateTaskStatus fields according to their type
func MustParseDeploymentDbUpdateTaskStatus_FieldPathArrayOfValues ¶ added in v1.4.0
func MustParseDeploymentDbUpdateTaskStatus_FieldPathArrayOfValues(pathStr, valuesStr string) DeploymentDbUpdateTaskStatus_FieldPathArrayOfValues
func ParseDeploymentDbUpdateTaskStatus_FieldPathArrayOfValues ¶ added in v1.4.0
func ParseDeploymentDbUpdateTaskStatus_FieldPathArrayOfValues(pathStr, valuesStr string) (DeploymentDbUpdateTaskStatus_FieldPathArrayOfValues, error)
type DeploymentDbUpdateTaskStatus_FieldPathSelector ¶ added in v1.4.0
type DeploymentDbUpdateTaskStatus_FieldPathSelector int32
const ( DeploymentDbUpdateTaskStatus_FieldPathSelectorTaskTag DeploymentDbUpdateTaskStatus_FieldPathSelector = 0 DeploymentDbUpdateTaskStatus_FieldPathSelectorShardsCount DeploymentDbUpdateTaskStatus_FieldPathSelector = 1 DeploymentDbUpdateTaskStatus_FieldPathSelectorReadyShards DeploymentDbUpdateTaskStatus_FieldPathSelector = 2 DeploymentDbUpdateTaskStatus_FieldPathSelectorTargetVersion DeploymentDbUpdateTaskStatus_FieldPathSelector = 3 DeploymentDbUpdateTaskStatus_FieldPathSelectorProgressBar DeploymentDbUpdateTaskStatus_FieldPathSelector = 4 )
func (DeploymentDbUpdateTaskStatus_FieldPathSelector) String ¶ added in v1.4.0
func (s DeploymentDbUpdateTaskStatus_FieldPathSelector) String() string
type DeploymentDbUpdateTaskStatus_FieldPathValue ¶ added in v1.4.0
type DeploymentDbUpdateTaskStatus_FieldPathValue interface { DeploymentDbUpdateTaskStatus_FieldPath gotenobject.FieldPathValue SetTo(target **Deployment_DbUpdateTaskStatus) CompareWith(*Deployment_DbUpdateTaskStatus) (cmp int, comparable bool) }
DeploymentDbUpdateTaskStatus_FieldPathValue allows storing values for DbUpdateTaskStatus fields according to their type
func MustParseDeploymentDbUpdateTaskStatus_FieldPathValue ¶ added in v1.4.0
func MustParseDeploymentDbUpdateTaskStatus_FieldPathValue(pathStr, valueStr string) DeploymentDbUpdateTaskStatus_FieldPathValue
func ParseDeploymentDbUpdateTaskStatus_FieldPathValue ¶ added in v1.4.0
func ParseDeploymentDbUpdateTaskStatus_FieldPathValue(pathStr, valueStr string) (DeploymentDbUpdateTaskStatus_FieldPathValue, error)
type DeploymentDbUpdateTaskStatus_FieldTerminalPath ¶ added in v1.4.0
type DeploymentDbUpdateTaskStatus_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*DeploymentDbUpdateTaskStatus_FieldTerminalPath) ClearValue ¶ added in v1.4.0
func (fp *DeploymentDbUpdateTaskStatus_FieldTerminalPath) ClearValue(item *Deployment_DbUpdateTaskStatus)
func (*DeploymentDbUpdateTaskStatus_FieldTerminalPath) ClearValueRaw ¶ added in v1.4.0
func (fp *DeploymentDbUpdateTaskStatus_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*DeploymentDbUpdateTaskStatus_FieldTerminalPath) Get ¶ added in v1.4.0
func (fp *DeploymentDbUpdateTaskStatus_FieldTerminalPath) Get(source *Deployment_DbUpdateTaskStatus) (values []interface{})
Get returns all values pointed by specific field from source Deployment_DbUpdateTaskStatus
func (*DeploymentDbUpdateTaskStatus_FieldTerminalPath) GetDefault ¶ added in v1.4.0
func (fp *DeploymentDbUpdateTaskStatus_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*DeploymentDbUpdateTaskStatus_FieldTerminalPath) GetRaw ¶ added in v1.4.0
func (fp *DeploymentDbUpdateTaskStatus_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*DeploymentDbUpdateTaskStatus_FieldTerminalPath) GetSingle ¶ added in v1.4.0
func (fp *DeploymentDbUpdateTaskStatus_FieldTerminalPath) GetSingle(source *Deployment_DbUpdateTaskStatus) (interface{}, bool)
GetSingle returns value pointed by specific field of from source Deployment_DbUpdateTaskStatus
func (*DeploymentDbUpdateTaskStatus_FieldTerminalPath) GetSingleRaw ¶ added in v1.4.0
func (fp *DeploymentDbUpdateTaskStatus_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*DeploymentDbUpdateTaskStatus_FieldTerminalPath) IsLeaf ¶ added in v1.4.0
func (fp *DeploymentDbUpdateTaskStatus_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*DeploymentDbUpdateTaskStatus_FieldTerminalPath) JSONString ¶ added in v1.4.0
func (fp *DeploymentDbUpdateTaskStatus_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*DeploymentDbUpdateTaskStatus_FieldTerminalPath) Selector ¶ added in v1.4.0
func (fp *DeploymentDbUpdateTaskStatus_FieldTerminalPath) Selector() DeploymentDbUpdateTaskStatus_FieldPathSelector
func (*DeploymentDbUpdateTaskStatus_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v1.4.0
func (fp *DeploymentDbUpdateTaskStatus_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*DeploymentDbUpdateTaskStatus_FieldTerminalPath) String ¶ added in v1.4.0
func (fp *DeploymentDbUpdateTaskStatus_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*DeploymentDbUpdateTaskStatus_FieldTerminalPath) WithIArrayItemValue ¶ added in v1.4.0
func (fp *DeploymentDbUpdateTaskStatus_FieldTerminalPath) WithIArrayItemValue(value interface{}) DeploymentDbUpdateTaskStatus_FieldPathArrayItemValue
func (*DeploymentDbUpdateTaskStatus_FieldTerminalPath) WithIArrayOfValues ¶ added in v1.4.0
func (fp *DeploymentDbUpdateTaskStatus_FieldTerminalPath) WithIArrayOfValues(values interface{}) DeploymentDbUpdateTaskStatus_FieldPathArrayOfValues
func (*DeploymentDbUpdateTaskStatus_FieldTerminalPath) WithIValue ¶ added in v1.4.0
func (fp *DeploymentDbUpdateTaskStatus_FieldTerminalPath) WithIValue(value interface{}) DeploymentDbUpdateTaskStatus_FieldPathValue
func (*DeploymentDbUpdateTaskStatus_FieldTerminalPath) WithRawIArrayItemValue ¶ added in v1.4.0
func (fp *DeploymentDbUpdateTaskStatus_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*DeploymentDbUpdateTaskStatus_FieldTerminalPath) WithRawIArrayOfValues ¶ added in v1.4.0
func (fp *DeploymentDbUpdateTaskStatus_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*DeploymentDbUpdateTaskStatus_FieldTerminalPath) WithRawIValue ¶ added in v1.4.0
func (fp *DeploymentDbUpdateTaskStatus_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type DeploymentDbUpdateTaskStatus_FieldTerminalPathArrayItemValue ¶ added in v1.4.0
type DeploymentDbUpdateTaskStatus_FieldTerminalPathArrayItemValue struct { DeploymentDbUpdateTaskStatus_FieldTerminalPath // contains filtered or unexported fields }
func (*DeploymentDbUpdateTaskStatus_FieldTerminalPathArrayItemValue) AsProgressBarItemValue ¶ added in v1.4.0
func (fpaiv *DeploymentDbUpdateTaskStatus_FieldTerminalPathArrayItemValue) AsProgressBarItemValue() (*structpb.Struct, bool)
func (*DeploymentDbUpdateTaskStatus_FieldTerminalPathArrayItemValue) AsReadyShardsItemValue ¶ added in v1.4.0
func (fpaiv *DeploymentDbUpdateTaskStatus_FieldTerminalPathArrayItemValue) AsReadyShardsItemValue() (int64, bool)
func (*DeploymentDbUpdateTaskStatus_FieldTerminalPathArrayItemValue) ContainsValue ¶ added in v1.4.0
func (fpaiv *DeploymentDbUpdateTaskStatus_FieldTerminalPathArrayItemValue) ContainsValue(source *Deployment_DbUpdateTaskStatus) bool
Contains returns a boolean indicating if value that is being held is present in given 'DbUpdateTaskStatus'
func (*DeploymentDbUpdateTaskStatus_FieldTerminalPathArrayItemValue) GetRawItemValue ¶ added in v1.4.0
func (fpaiv *DeploymentDbUpdateTaskStatus_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object Deployment_DbUpdateTaskStatus as interface{}
func (*DeploymentDbUpdateTaskStatus_FieldTerminalPathArrayItemValue) GetSingle ¶ added in v1.4.0
func (fpaiv *DeploymentDbUpdateTaskStatus_FieldTerminalPathArrayItemValue) GetSingle(source *Deployment_DbUpdateTaskStatus) (interface{}, bool)
func (*DeploymentDbUpdateTaskStatus_FieldTerminalPathArrayItemValue) GetSingleRaw ¶ added in v1.4.0
func (fpaiv *DeploymentDbUpdateTaskStatus_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type DeploymentDbUpdateTaskStatus_FieldTerminalPathArrayOfValues ¶ added in v1.4.0
type DeploymentDbUpdateTaskStatus_FieldTerminalPathArrayOfValues struct { DeploymentDbUpdateTaskStatus_FieldTerminalPath // contains filtered or unexported fields }
func (*DeploymentDbUpdateTaskStatus_FieldTerminalPathArrayOfValues) AsProgressBarArrayOfValues ¶ added in v1.4.0
func (fpaov *DeploymentDbUpdateTaskStatus_FieldTerminalPathArrayOfValues) AsProgressBarArrayOfValues() ([][]*structpb.Struct, bool)
func (*DeploymentDbUpdateTaskStatus_FieldTerminalPathArrayOfValues) AsReadyShardsArrayOfValues ¶ added in v1.4.0
func (fpaov *DeploymentDbUpdateTaskStatus_FieldTerminalPathArrayOfValues) AsReadyShardsArrayOfValues() ([][]int64, bool)
func (*DeploymentDbUpdateTaskStatus_FieldTerminalPathArrayOfValues) AsShardsCountArrayOfValues ¶ added in v1.4.0
func (fpaov *DeploymentDbUpdateTaskStatus_FieldTerminalPathArrayOfValues) AsShardsCountArrayOfValues() ([]int64, bool)
func (*DeploymentDbUpdateTaskStatus_FieldTerminalPathArrayOfValues) AsTargetVersionArrayOfValues ¶ added in v1.4.0
func (fpaov *DeploymentDbUpdateTaskStatus_FieldTerminalPathArrayOfValues) AsTargetVersionArrayOfValues() ([]string, bool)
func (*DeploymentDbUpdateTaskStatus_FieldTerminalPathArrayOfValues) AsTaskTagArrayOfValues ¶ added in v1.4.0
func (fpaov *DeploymentDbUpdateTaskStatus_FieldTerminalPathArrayOfValues) AsTaskTagArrayOfValues() ([]string, bool)
func (*DeploymentDbUpdateTaskStatus_FieldTerminalPathArrayOfValues) GetRawValues ¶ added in v1.4.0
func (fpaov *DeploymentDbUpdateTaskStatus_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type DeploymentDbUpdateTaskStatus_FieldTerminalPathValue ¶ added in v1.4.0
type DeploymentDbUpdateTaskStatus_FieldTerminalPathValue struct { DeploymentDbUpdateTaskStatus_FieldTerminalPath // contains filtered or unexported fields }
func (*DeploymentDbUpdateTaskStatus_FieldTerminalPathValue) AsProgressBarValue ¶ added in v1.4.0
func (fpv *DeploymentDbUpdateTaskStatus_FieldTerminalPathValue) AsProgressBarValue() ([]*structpb.Struct, bool)
func (*DeploymentDbUpdateTaskStatus_FieldTerminalPathValue) AsReadyShardsValue ¶ added in v1.4.0
func (fpv *DeploymentDbUpdateTaskStatus_FieldTerminalPathValue) AsReadyShardsValue() ([]int64, bool)
func (*DeploymentDbUpdateTaskStatus_FieldTerminalPathValue) AsShardsCountValue ¶ added in v1.4.0
func (fpv *DeploymentDbUpdateTaskStatus_FieldTerminalPathValue) AsShardsCountValue() (int64, bool)
func (*DeploymentDbUpdateTaskStatus_FieldTerminalPathValue) AsTargetVersionValue ¶ added in v1.4.0
func (fpv *DeploymentDbUpdateTaskStatus_FieldTerminalPathValue) AsTargetVersionValue() (string, bool)
func (*DeploymentDbUpdateTaskStatus_FieldTerminalPathValue) AsTaskTagValue ¶ added in v1.4.0
func (fpv *DeploymentDbUpdateTaskStatus_FieldTerminalPathValue) AsTaskTagValue() (string, bool)
func (*DeploymentDbUpdateTaskStatus_FieldTerminalPathValue) CompareWith ¶ added in v1.4.0
func (fpv *DeploymentDbUpdateTaskStatus_FieldTerminalPathValue) CompareWith(source *Deployment_DbUpdateTaskStatus) (int, bool)
CompareWith compares value in the 'DeploymentDbUpdateTaskStatus_FieldTerminalPathValue' with the value under path in 'Deployment_DbUpdateTaskStatus'.
func (*DeploymentDbUpdateTaskStatus_FieldTerminalPathValue) CompareWithRaw ¶ added in v1.4.0
func (fpv *DeploymentDbUpdateTaskStatus_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*DeploymentDbUpdateTaskStatus_FieldTerminalPathValue) GetRawValue ¶ added in v1.4.0
func (fpv *DeploymentDbUpdateTaskStatus_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'DbUpdateTaskStatus' as interface{}
func (*DeploymentDbUpdateTaskStatus_FieldTerminalPathValue) SetTo ¶ added in v1.4.0
func (fpv *DeploymentDbUpdateTaskStatus_FieldTerminalPathValue) SetTo(target **Deployment_DbUpdateTaskStatus)
SetTo stores value for selected field for object DbUpdateTaskStatus
func (*DeploymentDbUpdateTaskStatus_FieldTerminalPathValue) SetToRaw ¶ added in v1.4.0
func (fpv *DeploymentDbUpdateTaskStatus_FieldTerminalPathValue) SetToRaw(target proto.Message)
type DeploymentFieldPathBuilder ¶
type DeploymentFieldPathBuilder struct{}
func NewDeploymentFieldPathBuilder ¶
func NewDeploymentFieldPathBuilder() DeploymentFieldPathBuilder
func (DeploymentFieldPathBuilder) AutomaticVersionSwitch ¶
func (DeploymentFieldPathBuilder) AutomaticVersionSwitch() DeploymentPathSelectorAutomaticVersionSwitch
func (DeploymentFieldPathBuilder) CurrentVersion ¶
func (DeploymentFieldPathBuilder) CurrentVersion() DeploymentPathSelectorCurrentVersion
func (DeploymentFieldPathBuilder) DataUpdateStatuses ¶ added in v1.4.0
func (DeploymentFieldPathBuilder) DataUpdateStatuses() DeploymentPathSelectorDataUpdateStatuses
func (DeploymentFieldPathBuilder) DbDataVersion ¶ added in v1.4.0
func (DeploymentFieldPathBuilder) DbDataVersion() DeploymentPathSelectorDbDataVersion
func (DeploymentFieldPathBuilder) EnvRegistryGeneration ¶
func (DeploymentFieldPathBuilder) EnvRegistryGeneration() DeploymentPathSelectorEnvRegistryGeneration
func (DeploymentFieldPathBuilder) IsDisabled ¶
func (DeploymentFieldPathBuilder) IsDisabled() DeploymentPathSelectorIsDisabled
func (DeploymentFieldPathBuilder) LocalNetworkId ¶
func (DeploymentFieldPathBuilder) LocalNetworkId() DeploymentPathSelectorLocalNetworkId
func (DeploymentFieldPathBuilder) Location ¶
func (DeploymentFieldPathBuilder) Location() DeploymentPathSelectorLocation
func (DeploymentFieldPathBuilder) Metadata ¶
func (DeploymentFieldPathBuilder) Metadata() DeploymentPathSelectorMetadata
func (DeploymentFieldPathBuilder) Name ¶
func (DeploymentFieldPathBuilder) Name() DeploymentPathSelectorName
func (DeploymentFieldPathBuilder) PrivateDomain ¶
func (DeploymentFieldPathBuilder) PrivateDomain() DeploymentPathSelectorPrivateDomain
func (DeploymentFieldPathBuilder) PublicDomain ¶
func (DeploymentFieldPathBuilder) PublicDomain() DeploymentPathSelectorPublicDomain
func (DeploymentFieldPathBuilder) Region ¶
func (DeploymentFieldPathBuilder) Region() DeploymentPathSelectorRegion
func (DeploymentFieldPathBuilder) ServiceName ¶
func (DeploymentFieldPathBuilder) ServiceName() DeploymentPathSelectorServiceName
func (DeploymentFieldPathBuilder) UpgradeState ¶
func (DeploymentFieldPathBuilder) UpgradeState() DeploymentPathSelectorUpgradeState
type DeploymentList ¶
type DeploymentList []*Deployment
func (DeploymentList) Append ¶
func (l DeploymentList) Append(item gotenresource.Resource) gotenresource.ResourceList
func (DeploymentList) AppendList ¶
func (l DeploymentList) AppendList(list gotenresource.ResourceList) gotenresource.ResourceList
func (DeploymentList) At ¶
func (l DeploymentList) At(idx int) gotenresource.Resource
func (DeploymentList) Length ¶
func (l DeploymentList) Length() int
func (DeploymentList) Set ¶
func (l DeploymentList) Set(idx int, res gotenresource.Resource)
func (DeploymentList) Slice ¶
func (l DeploymentList) Slice(first, second int) gotenresource.ResourceList
type DeploymentLocationFieldPathBuilder ¶
type DeploymentLocationFieldPathBuilder struct{}
func NewDeploymentLocationFieldPathBuilder ¶
func NewDeploymentLocationFieldPathBuilder() DeploymentLocationFieldPathBuilder
func (DeploymentLocationFieldPathBuilder) Agglomeration ¶
func (DeploymentLocationFieldPathBuilder) Agglomeration() Deployment_LocationPathSelectorAgglomeration
func (DeploymentLocationFieldPathBuilder) Continent ¶
func (DeploymentLocationFieldPathBuilder) Continent() Deployment_LocationPathSelectorContinent
func (DeploymentLocationFieldPathBuilder) Country ¶
func (DeploymentLocationFieldPathBuilder) Country() Deployment_LocationPathSelectorCountry
type DeploymentLocation_FieldPath ¶
type DeploymentLocation_FieldPath interface { gotenobject.FieldPath Selector() DeploymentLocation_FieldPathSelector Get(source *Deployment_Location) []interface{} GetSingle(source *Deployment_Location) (interface{}, bool) ClearValue(item *Deployment_Location) // Those methods build corresponding DeploymentLocation_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) DeploymentLocation_FieldPathValue WithIArrayOfValues(values interface{}) DeploymentLocation_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) DeploymentLocation_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildDeploymentLocation_FieldPath ¶
func BuildDeploymentLocation_FieldPath(fp gotenobject.RawFieldPath) (DeploymentLocation_FieldPath, error)
func MustParseDeploymentLocation_FieldPath ¶
func MustParseDeploymentLocation_FieldPath(rawField string) DeploymentLocation_FieldPath
func ParseDeploymentLocation_FieldPath ¶
func ParseDeploymentLocation_FieldPath(rawField string) (DeploymentLocation_FieldPath, error)
type DeploymentLocation_FieldPathArrayItemValue ¶
type DeploymentLocation_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue DeploymentLocation_FieldPath ContainsValue(*Deployment_Location) bool }
DeploymentLocation_FieldPathArrayItemValue allows storing single item in Path-specific values for Location according to their type Present only for array (repeated) types.
func MustParseDeploymentLocation_FieldPathArrayItemValue ¶
func MustParseDeploymentLocation_FieldPathArrayItemValue(pathStr, valueStr string) DeploymentLocation_FieldPathArrayItemValue
func ParseDeploymentLocation_FieldPathArrayItemValue ¶
func ParseDeploymentLocation_FieldPathArrayItemValue(pathStr, valueStr string) (DeploymentLocation_FieldPathArrayItemValue, error)
ParseDeploymentLocation_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type DeploymentLocation_FieldPathArrayOfValues ¶
type DeploymentLocation_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues DeploymentLocation_FieldPath }
DeploymentLocation_FieldPathArrayOfValues allows storing slice of values for Location fields according to their type
func MustParseDeploymentLocation_FieldPathArrayOfValues ¶
func MustParseDeploymentLocation_FieldPathArrayOfValues(pathStr, valuesStr string) DeploymentLocation_FieldPathArrayOfValues
func ParseDeploymentLocation_FieldPathArrayOfValues ¶
func ParseDeploymentLocation_FieldPathArrayOfValues(pathStr, valuesStr string) (DeploymentLocation_FieldPathArrayOfValues, error)
type DeploymentLocation_FieldPathSelector ¶
type DeploymentLocation_FieldPathSelector int32
const ( DeploymentLocation_FieldPathSelectorContinent DeploymentLocation_FieldPathSelector = 0 DeploymentLocation_FieldPathSelectorCountry DeploymentLocation_FieldPathSelector = 1 DeploymentLocation_FieldPathSelectorAgglomeration DeploymentLocation_FieldPathSelector = 2 DeploymentLocation_FieldPathSelectorCity DeploymentLocation_FieldPathSelector = 3 DeploymentLocation_FieldPathSelectorCloud DeploymentLocation_FieldPathSelector = 4 )
func (DeploymentLocation_FieldPathSelector) String ¶
func (s DeploymentLocation_FieldPathSelector) String() string
type DeploymentLocation_FieldPathValue ¶
type DeploymentLocation_FieldPathValue interface { DeploymentLocation_FieldPath gotenobject.FieldPathValue SetTo(target **Deployment_Location) CompareWith(*Deployment_Location) (cmp int, comparable bool) }
DeploymentLocation_FieldPathValue allows storing values for Location fields according to their type
func MustParseDeploymentLocation_FieldPathValue ¶
func MustParseDeploymentLocation_FieldPathValue(pathStr, valueStr string) DeploymentLocation_FieldPathValue
func ParseDeploymentLocation_FieldPathValue ¶
func ParseDeploymentLocation_FieldPathValue(pathStr, valueStr string) (DeploymentLocation_FieldPathValue, error)
type DeploymentLocation_FieldTerminalPath ¶
type DeploymentLocation_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*DeploymentLocation_FieldTerminalPath) ClearValue ¶
func (fp *DeploymentLocation_FieldTerminalPath) ClearValue(item *Deployment_Location)
func (*DeploymentLocation_FieldTerminalPath) ClearValueRaw ¶
func (fp *DeploymentLocation_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*DeploymentLocation_FieldTerminalPath) Get ¶
func (fp *DeploymentLocation_FieldTerminalPath) Get(source *Deployment_Location) (values []interface{})
Get returns all values pointed by specific field from source Deployment_Location
func (*DeploymentLocation_FieldTerminalPath) GetDefault ¶
func (fp *DeploymentLocation_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*DeploymentLocation_FieldTerminalPath) GetRaw ¶
func (fp *DeploymentLocation_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*DeploymentLocation_FieldTerminalPath) GetSingle ¶
func (fp *DeploymentLocation_FieldTerminalPath) GetSingle(source *Deployment_Location) (interface{}, bool)
GetSingle returns value pointed by specific field of from source Deployment_Location
func (*DeploymentLocation_FieldTerminalPath) GetSingleRaw ¶
func (fp *DeploymentLocation_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*DeploymentLocation_FieldTerminalPath) IsLeaf ¶
func (fp *DeploymentLocation_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*DeploymentLocation_FieldTerminalPath) JSONString ¶
func (fp *DeploymentLocation_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*DeploymentLocation_FieldTerminalPath) Selector ¶
func (fp *DeploymentLocation_FieldTerminalPath) Selector() DeploymentLocation_FieldPathSelector
func (*DeploymentLocation_FieldTerminalPath) SplitIntoTerminalIPaths ¶
func (fp *DeploymentLocation_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*DeploymentLocation_FieldTerminalPath) String ¶
func (fp *DeploymentLocation_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*DeploymentLocation_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *DeploymentLocation_FieldTerminalPath) WithIArrayItemValue(value interface{}) DeploymentLocation_FieldPathArrayItemValue
func (*DeploymentLocation_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *DeploymentLocation_FieldTerminalPath) WithIArrayOfValues(values interface{}) DeploymentLocation_FieldPathArrayOfValues
func (*DeploymentLocation_FieldTerminalPath) WithIValue ¶
func (fp *DeploymentLocation_FieldTerminalPath) WithIValue(value interface{}) DeploymentLocation_FieldPathValue
func (*DeploymentLocation_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *DeploymentLocation_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*DeploymentLocation_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *DeploymentLocation_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*DeploymentLocation_FieldTerminalPath) WithRawIValue ¶
func (fp *DeploymentLocation_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type DeploymentLocation_FieldTerminalPathArrayItemValue ¶
type DeploymentLocation_FieldTerminalPathArrayItemValue struct { DeploymentLocation_FieldTerminalPath // contains filtered or unexported fields }
func (*DeploymentLocation_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *DeploymentLocation_FieldTerminalPathArrayItemValue) ContainsValue(source *Deployment_Location) bool
Contains returns a boolean indicating if value that is being held is present in given 'Location'
func (*DeploymentLocation_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *DeploymentLocation_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object Deployment_Location as interface{}
func (*DeploymentLocation_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *DeploymentLocation_FieldTerminalPathArrayItemValue) GetSingle(source *Deployment_Location) (interface{}, bool)
func (*DeploymentLocation_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *DeploymentLocation_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type DeploymentLocation_FieldTerminalPathArrayOfValues ¶
type DeploymentLocation_FieldTerminalPathArrayOfValues struct { DeploymentLocation_FieldTerminalPath // contains filtered or unexported fields }
func (*DeploymentLocation_FieldTerminalPathArrayOfValues) AsAgglomerationArrayOfValues ¶
func (fpaov *DeploymentLocation_FieldTerminalPathArrayOfValues) AsAgglomerationArrayOfValues() ([]string, bool)
func (*DeploymentLocation_FieldTerminalPathArrayOfValues) AsCityArrayOfValues ¶
func (fpaov *DeploymentLocation_FieldTerminalPathArrayOfValues) AsCityArrayOfValues() ([]string, bool)
func (*DeploymentLocation_FieldTerminalPathArrayOfValues) AsCloudArrayOfValues ¶
func (fpaov *DeploymentLocation_FieldTerminalPathArrayOfValues) AsCloudArrayOfValues() ([]string, bool)
func (*DeploymentLocation_FieldTerminalPathArrayOfValues) AsContinentArrayOfValues ¶
func (fpaov *DeploymentLocation_FieldTerminalPathArrayOfValues) AsContinentArrayOfValues() ([]string, bool)
func (*DeploymentLocation_FieldTerminalPathArrayOfValues) AsCountryArrayOfValues ¶
func (fpaov *DeploymentLocation_FieldTerminalPathArrayOfValues) AsCountryArrayOfValues() ([]string, bool)
func (*DeploymentLocation_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *DeploymentLocation_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type DeploymentLocation_FieldTerminalPathValue ¶
type DeploymentLocation_FieldTerminalPathValue struct { DeploymentLocation_FieldTerminalPath // contains filtered or unexported fields }
func (*DeploymentLocation_FieldTerminalPathValue) AsAgglomerationValue ¶
func (fpv *DeploymentLocation_FieldTerminalPathValue) AsAgglomerationValue() (string, bool)
func (*DeploymentLocation_FieldTerminalPathValue) AsCityValue ¶
func (fpv *DeploymentLocation_FieldTerminalPathValue) AsCityValue() (string, bool)
func (*DeploymentLocation_FieldTerminalPathValue) AsCloudValue ¶
func (fpv *DeploymentLocation_FieldTerminalPathValue) AsCloudValue() (string, bool)
func (*DeploymentLocation_FieldTerminalPathValue) AsContinentValue ¶
func (fpv *DeploymentLocation_FieldTerminalPathValue) AsContinentValue() (string, bool)
func (*DeploymentLocation_FieldTerminalPathValue) AsCountryValue ¶
func (fpv *DeploymentLocation_FieldTerminalPathValue) AsCountryValue() (string, bool)
func (*DeploymentLocation_FieldTerminalPathValue) CompareWith ¶
func (fpv *DeploymentLocation_FieldTerminalPathValue) CompareWith(source *Deployment_Location) (int, bool)
CompareWith compares value in the 'DeploymentLocation_FieldTerminalPathValue' with the value under path in 'Deployment_Location'.
func (*DeploymentLocation_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *DeploymentLocation_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*DeploymentLocation_FieldTerminalPathValue) GetRawValue ¶
func (fpv *DeploymentLocation_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'Location' as interface{}
func (*DeploymentLocation_FieldTerminalPathValue) SetTo ¶
func (fpv *DeploymentLocation_FieldTerminalPathValue) SetTo(target **Deployment_Location)
SetTo stores value for selected field for object Location
func (*DeploymentLocation_FieldTerminalPathValue) SetToRaw ¶
func (fpv *DeploymentLocation_FieldTerminalPathValue) SetToRaw(target proto.Message)
type DeploymentMap ¶
type DeploymentMap map[Name]*Deployment
func (DeploymentMap) Delete ¶
func (m DeploymentMap) Delete(name gotenresource.Name)
func (DeploymentMap) ForEach ¶
func (m DeploymentMap) ForEach(cb func(gotenresource.Name, gotenresource.Resource) bool)
func (DeploymentMap) Get ¶
func (m DeploymentMap) Get(name gotenresource.Name) gotenresource.Resource
func (DeploymentMap) Length ¶
func (m DeploymentMap) Length() int
func (DeploymentMap) Set ¶
func (m DeploymentMap) Set(res gotenresource.Resource)
type DeploymentMapPathSelectorMetadataAnnotations ¶
type DeploymentMapPathSelectorMetadataAnnotations struct {
// contains filtered or unexported fields
}
func (DeploymentMapPathSelectorMetadataAnnotations) FieldPath ¶
func (s DeploymentMapPathSelectorMetadataAnnotations) FieldPath() *Deployment_FieldSubPath
func (DeploymentMapPathSelectorMetadataAnnotations) WithArrayOfValues ¶
func (s DeploymentMapPathSelectorMetadataAnnotations) WithArrayOfValues(values []string) *Deployment_FieldSubPathArrayOfValues
func (DeploymentMapPathSelectorMetadataAnnotations) WithValue ¶
func (s DeploymentMapPathSelectorMetadataAnnotations) WithValue(value string) *Deployment_FieldSubPathValue
type DeploymentMapPathSelectorMetadataLabels ¶
type DeploymentMapPathSelectorMetadataLabels struct {
// contains filtered or unexported fields
}
func (DeploymentMapPathSelectorMetadataLabels) FieldPath ¶
func (s DeploymentMapPathSelectorMetadataLabels) FieldPath() *Deployment_FieldSubPath
func (DeploymentMapPathSelectorMetadataLabels) WithArrayOfValues ¶
func (s DeploymentMapPathSelectorMetadataLabels) WithArrayOfValues(values []string) *Deployment_FieldSubPathArrayOfValues
func (DeploymentMapPathSelectorMetadataLabels) WithValue ¶
func (s DeploymentMapPathSelectorMetadataLabels) WithValue(value string) *Deployment_FieldSubPathValue
type DeploymentMapPathSelectorMetadataShards ¶
type DeploymentMapPathSelectorMetadataShards struct {
// contains filtered or unexported fields
}
func (DeploymentMapPathSelectorMetadataShards) FieldPath ¶
func (s DeploymentMapPathSelectorMetadataShards) FieldPath() *Deployment_FieldSubPath
func (DeploymentMapPathSelectorMetadataShards) WithArrayOfValues ¶
func (s DeploymentMapPathSelectorMetadataShards) WithArrayOfValues(values []int64) *Deployment_FieldSubPathArrayOfValues
func (DeploymentMapPathSelectorMetadataShards) WithValue ¶
func (s DeploymentMapPathSelectorMetadataShards) WithValue(value int64) *Deployment_FieldSubPathValue
type DeploymentNameList ¶
type DeploymentNameList []*Name
func (DeploymentNameList) Append ¶
func (l DeploymentNameList) Append(name gotenresource.Name) gotenresource.NameList
func (DeploymentNameList) AppendList ¶
func (l DeploymentNameList) AppendList(list gotenresource.NameList) gotenresource.NameList
func (DeploymentNameList) At ¶
func (l DeploymentNameList) At(idx int) gotenresource.Name
func (DeploymentNameList) Length ¶
func (l DeploymentNameList) Length() int
func (DeploymentNameList) Set ¶
func (l DeploymentNameList) Set(idx int, name gotenresource.Name)
func (DeploymentNameList) Slice ¶
func (l DeploymentNameList) Slice(first, second int) gotenresource.NameList
type DeploymentParentNameList ¶
type DeploymentParentNameList []*ParentName
func (DeploymentParentNameList) Append ¶
func (l DeploymentParentNameList) Append(name gotenresource.Name) gotenresource.ParentNameList
func (DeploymentParentNameList) AppendList ¶
func (l DeploymentParentNameList) AppendList(list gotenresource.ParentNameList) gotenresource.ParentNameList
func (DeploymentParentNameList) At ¶
func (l DeploymentParentNameList) At(idx int) gotenresource.Name
func (DeploymentParentNameList) Length ¶
func (l DeploymentParentNameList) Length() int
func (DeploymentParentNameList) Set ¶
func (l DeploymentParentNameList) Set(idx int, name gotenresource.Name)
func (DeploymentParentNameList) Slice ¶
func (l DeploymentParentNameList) Slice(first, second int) gotenresource.ParentNameList
type DeploymentParentReferenceList ¶
type DeploymentParentReferenceList []*ParentReference
func (DeploymentParentReferenceList) Append ¶
func (l DeploymentParentReferenceList) Append(ref gotenresource.Reference) gotenresource.ParentReferenceList
func (DeploymentParentReferenceList) AppendList ¶
func (l DeploymentParentReferenceList) AppendList(list gotenresource.ParentReferenceList) gotenresource.ParentReferenceList
func (DeploymentParentReferenceList) At ¶
func (l DeploymentParentReferenceList) At(idx int) gotenresource.Reference
func (DeploymentParentReferenceList) Length ¶
func (l DeploymentParentReferenceList) Length() int
func (DeploymentParentReferenceList) Set ¶
func (l DeploymentParentReferenceList) Set(idx int, ref gotenresource.Reference)
func (DeploymentParentReferenceList) Slice ¶
func (l DeploymentParentReferenceList) Slice(first, second int) gotenresource.ParentReferenceList
type DeploymentPathSelectorAutomaticVersionSwitch ¶
type DeploymentPathSelectorAutomaticVersionSwitch struct{}
func (DeploymentPathSelectorAutomaticVersionSwitch) FieldPath ¶
func (DeploymentPathSelectorAutomaticVersionSwitch) FieldPath() *Deployment_FieldTerminalPath
func (DeploymentPathSelectorAutomaticVersionSwitch) WithArrayOfValues ¶
func (s DeploymentPathSelectorAutomaticVersionSwitch) WithArrayOfValues(values []bool) *Deployment_FieldTerminalPathArrayOfValues
func (DeploymentPathSelectorAutomaticVersionSwitch) WithValue ¶
func (s DeploymentPathSelectorAutomaticVersionSwitch) WithValue(value bool) *Deployment_FieldTerminalPathValue
type DeploymentPathSelectorCurrentVersion ¶
type DeploymentPathSelectorCurrentVersion struct{}
func (DeploymentPathSelectorCurrentVersion) FieldPath ¶
func (DeploymentPathSelectorCurrentVersion) FieldPath() *Deployment_FieldTerminalPath
func (DeploymentPathSelectorCurrentVersion) WithArrayOfValues ¶
func (s DeploymentPathSelectorCurrentVersion) WithArrayOfValues(values []string) *Deployment_FieldTerminalPathArrayOfValues
func (DeploymentPathSelectorCurrentVersion) WithValue ¶
func (s DeploymentPathSelectorCurrentVersion) WithValue(value string) *Deployment_FieldTerminalPathValue
type DeploymentPathSelectorDataUpdateStatuses ¶ added in v1.4.0
type DeploymentPathSelectorDataUpdateStatuses struct{}
func (DeploymentPathSelectorDataUpdateStatuses) FieldPath ¶ added in v1.4.0
func (DeploymentPathSelectorDataUpdateStatuses) FieldPath() *Deployment_FieldTerminalPath
func (DeploymentPathSelectorDataUpdateStatuses) ProgressBar ¶ added in v1.4.0
func (DeploymentPathSelectorDataUpdateStatuses) ReadyShards ¶ added in v1.4.0
func (DeploymentPathSelectorDataUpdateStatuses) ShardsCount ¶ added in v1.4.0
func (DeploymentPathSelectorDataUpdateStatuses) TargetVersion ¶ added in v1.4.0
func (DeploymentPathSelectorDataUpdateStatuses) TargetVersion() DeploymentPathSelectorDataUpdateStatusesTargetVersion
func (DeploymentPathSelectorDataUpdateStatuses) WithArrayOfValues ¶ added in v1.4.0
func (s DeploymentPathSelectorDataUpdateStatuses) WithArrayOfValues(values [][]*Deployment_DbUpdateTaskStatus) *Deployment_FieldTerminalPathArrayOfValues
func (DeploymentPathSelectorDataUpdateStatuses) WithItemValue ¶ added in v1.4.0
func (s DeploymentPathSelectorDataUpdateStatuses) WithItemValue(value *Deployment_DbUpdateTaskStatus) *Deployment_FieldTerminalPathArrayItemValue
func (DeploymentPathSelectorDataUpdateStatuses) WithSubArrayItemValue ¶ added in v1.4.0
func (s DeploymentPathSelectorDataUpdateStatuses) WithSubArrayItemValue(subPathArrayItemValue DeploymentDbUpdateTaskStatus_FieldPathArrayItemValue) *Deployment_FieldSubPathArrayItemValue
func (DeploymentPathSelectorDataUpdateStatuses) WithSubArrayOfValues ¶ added in v1.4.0
func (s DeploymentPathSelectorDataUpdateStatuses) WithSubArrayOfValues(subPathArrayOfValues DeploymentDbUpdateTaskStatus_FieldPathArrayOfValues) *Deployment_FieldSubPathArrayOfValues
func (DeploymentPathSelectorDataUpdateStatuses) WithSubPath ¶ added in v1.4.0
func (DeploymentPathSelectorDataUpdateStatuses) WithSubPath(subPath DeploymentDbUpdateTaskStatus_FieldPath) *Deployment_FieldSubPath
func (DeploymentPathSelectorDataUpdateStatuses) WithSubValue ¶ added in v1.4.0
func (s DeploymentPathSelectorDataUpdateStatuses) WithSubValue(subPathValue DeploymentDbUpdateTaskStatus_FieldPathValue) *Deployment_FieldSubPathValue
func (DeploymentPathSelectorDataUpdateStatuses) WithValue ¶ added in v1.4.0
func (s DeploymentPathSelectorDataUpdateStatuses) WithValue(value []*Deployment_DbUpdateTaskStatus) *Deployment_FieldTerminalPathValue
type DeploymentPathSelectorDataUpdateStatusesProgressBar ¶ added in v1.4.0
type DeploymentPathSelectorDataUpdateStatusesProgressBar struct{}
func (DeploymentPathSelectorDataUpdateStatusesProgressBar) FieldPath ¶ added in v1.4.0
func (DeploymentPathSelectorDataUpdateStatusesProgressBar) FieldPath() *Deployment_FieldSubPath
func (DeploymentPathSelectorDataUpdateStatusesProgressBar) WithArrayOfValues ¶ added in v1.4.0
func (s DeploymentPathSelectorDataUpdateStatusesProgressBar) WithArrayOfValues(values [][]*structpb.Struct) *Deployment_FieldSubPathArrayOfValues
func (DeploymentPathSelectorDataUpdateStatusesProgressBar) WithItemValue ¶ added in v1.4.0
func (s DeploymentPathSelectorDataUpdateStatusesProgressBar) WithItemValue(value *structpb.Struct) *Deployment_FieldSubPathArrayItemValue
func (DeploymentPathSelectorDataUpdateStatusesProgressBar) WithValue ¶ added in v1.4.0
func (s DeploymentPathSelectorDataUpdateStatusesProgressBar) WithValue(value []*structpb.Struct) *Deployment_FieldSubPathValue
type DeploymentPathSelectorDataUpdateStatusesReadyShards ¶ added in v1.4.0
type DeploymentPathSelectorDataUpdateStatusesReadyShards struct{}
func (DeploymentPathSelectorDataUpdateStatusesReadyShards) FieldPath ¶ added in v1.4.0
func (DeploymentPathSelectorDataUpdateStatusesReadyShards) FieldPath() *Deployment_FieldSubPath
func (DeploymentPathSelectorDataUpdateStatusesReadyShards) WithArrayOfValues ¶ added in v1.4.0
func (s DeploymentPathSelectorDataUpdateStatusesReadyShards) WithArrayOfValues(values [][]int64) *Deployment_FieldSubPathArrayOfValues
func (DeploymentPathSelectorDataUpdateStatusesReadyShards) WithItemValue ¶ added in v1.4.0
func (s DeploymentPathSelectorDataUpdateStatusesReadyShards) WithItemValue(value int64) *Deployment_FieldSubPathArrayItemValue
func (DeploymentPathSelectorDataUpdateStatusesReadyShards) WithValue ¶ added in v1.4.0
func (s DeploymentPathSelectorDataUpdateStatusesReadyShards) WithValue(value []int64) *Deployment_FieldSubPathValue
type DeploymentPathSelectorDataUpdateStatusesShardsCount ¶ added in v1.4.0
type DeploymentPathSelectorDataUpdateStatusesShardsCount struct{}
func (DeploymentPathSelectorDataUpdateStatusesShardsCount) FieldPath ¶ added in v1.4.0
func (DeploymentPathSelectorDataUpdateStatusesShardsCount) FieldPath() *Deployment_FieldSubPath
func (DeploymentPathSelectorDataUpdateStatusesShardsCount) WithArrayOfValues ¶ added in v1.4.0
func (s DeploymentPathSelectorDataUpdateStatusesShardsCount) WithArrayOfValues(values []int64) *Deployment_FieldSubPathArrayOfValues
func (DeploymentPathSelectorDataUpdateStatusesShardsCount) WithValue ¶ added in v1.4.0
func (s DeploymentPathSelectorDataUpdateStatusesShardsCount) WithValue(value int64) *Deployment_FieldSubPathValue
type DeploymentPathSelectorDataUpdateStatusesTargetVersion ¶ added in v1.4.0
type DeploymentPathSelectorDataUpdateStatusesTargetVersion struct{}
func (DeploymentPathSelectorDataUpdateStatusesTargetVersion) FieldPath ¶ added in v1.4.0
func (DeploymentPathSelectorDataUpdateStatusesTargetVersion) FieldPath() *Deployment_FieldSubPath
func (DeploymentPathSelectorDataUpdateStatusesTargetVersion) WithArrayOfValues ¶ added in v1.4.0
func (s DeploymentPathSelectorDataUpdateStatusesTargetVersion) WithArrayOfValues(values []string) *Deployment_FieldSubPathArrayOfValues
func (DeploymentPathSelectorDataUpdateStatusesTargetVersion) WithValue ¶ added in v1.4.0
func (s DeploymentPathSelectorDataUpdateStatusesTargetVersion) WithValue(value string) *Deployment_FieldSubPathValue
type DeploymentPathSelectorDataUpdateStatusesTaskTag ¶ added in v1.4.0
type DeploymentPathSelectorDataUpdateStatusesTaskTag struct{}
func (DeploymentPathSelectorDataUpdateStatusesTaskTag) FieldPath ¶ added in v1.4.0
func (DeploymentPathSelectorDataUpdateStatusesTaskTag) FieldPath() *Deployment_FieldSubPath
func (DeploymentPathSelectorDataUpdateStatusesTaskTag) WithArrayOfValues ¶ added in v1.4.0
func (s DeploymentPathSelectorDataUpdateStatusesTaskTag) WithArrayOfValues(values []string) *Deployment_FieldSubPathArrayOfValues
func (DeploymentPathSelectorDataUpdateStatusesTaskTag) WithValue ¶ added in v1.4.0
func (s DeploymentPathSelectorDataUpdateStatusesTaskTag) WithValue(value string) *Deployment_FieldSubPathValue
type DeploymentPathSelectorDbDataVersion ¶ added in v1.4.0
type DeploymentPathSelectorDbDataVersion struct{}
func (DeploymentPathSelectorDbDataVersion) FieldPath ¶ added in v1.4.0
func (DeploymentPathSelectorDbDataVersion) FieldPath() *Deployment_FieldTerminalPath
func (DeploymentPathSelectorDbDataVersion) WithArrayOfValues ¶ added in v1.4.0
func (s DeploymentPathSelectorDbDataVersion) WithArrayOfValues(values []string) *Deployment_FieldTerminalPathArrayOfValues
func (DeploymentPathSelectorDbDataVersion) WithValue ¶ added in v1.4.0
func (s DeploymentPathSelectorDbDataVersion) WithValue(value string) *Deployment_FieldTerminalPathValue
type DeploymentPathSelectorEnvRegistryGeneration ¶
type DeploymentPathSelectorEnvRegistryGeneration struct{}
func (DeploymentPathSelectorEnvRegistryGeneration) FieldPath ¶
func (DeploymentPathSelectorEnvRegistryGeneration) FieldPath() *Deployment_FieldTerminalPath
func (DeploymentPathSelectorEnvRegistryGeneration) WithArrayOfValues ¶
func (s DeploymentPathSelectorEnvRegistryGeneration) WithArrayOfValues(values []int32) *Deployment_FieldTerminalPathArrayOfValues
func (DeploymentPathSelectorEnvRegistryGeneration) WithValue ¶
func (s DeploymentPathSelectorEnvRegistryGeneration) WithValue(value int32) *Deployment_FieldTerminalPathValue
type DeploymentPathSelectorIsDisabled ¶
type DeploymentPathSelectorIsDisabled struct{}
func (DeploymentPathSelectorIsDisabled) FieldPath ¶
func (DeploymentPathSelectorIsDisabled) FieldPath() *Deployment_FieldTerminalPath
func (DeploymentPathSelectorIsDisabled) WithArrayOfValues ¶
func (s DeploymentPathSelectorIsDisabled) WithArrayOfValues(values []bool) *Deployment_FieldTerminalPathArrayOfValues
func (DeploymentPathSelectorIsDisabled) WithValue ¶
func (s DeploymentPathSelectorIsDisabled) WithValue(value bool) *Deployment_FieldTerminalPathValue
type DeploymentPathSelectorLocalNetworkId ¶
type DeploymentPathSelectorLocalNetworkId struct{}
func (DeploymentPathSelectorLocalNetworkId) FieldPath ¶
func (DeploymentPathSelectorLocalNetworkId) FieldPath() *Deployment_FieldTerminalPath
func (DeploymentPathSelectorLocalNetworkId) WithArrayOfValues ¶
func (s DeploymentPathSelectorLocalNetworkId) WithArrayOfValues(values []string) *Deployment_FieldTerminalPathArrayOfValues
func (DeploymentPathSelectorLocalNetworkId) WithValue ¶
func (s DeploymentPathSelectorLocalNetworkId) WithValue(value string) *Deployment_FieldTerminalPathValue
type DeploymentPathSelectorLocation ¶
type DeploymentPathSelectorLocation struct{}
func (DeploymentPathSelectorLocation) Agglomeration ¶
func (DeploymentPathSelectorLocation) Agglomeration() DeploymentPathSelectorLocationAgglomeration
func (DeploymentPathSelectorLocation) Continent ¶
func (DeploymentPathSelectorLocation) Continent() DeploymentPathSelectorLocationContinent
func (DeploymentPathSelectorLocation) Country ¶
func (DeploymentPathSelectorLocation) Country() DeploymentPathSelectorLocationCountry
func (DeploymentPathSelectorLocation) FieldPath ¶
func (DeploymentPathSelectorLocation) FieldPath() *Deployment_FieldTerminalPath
func (DeploymentPathSelectorLocation) WithArrayOfValues ¶
func (s DeploymentPathSelectorLocation) WithArrayOfValues(values []*Deployment_Location) *Deployment_FieldTerminalPathArrayOfValues
func (DeploymentPathSelectorLocation) WithSubArrayItemValue ¶
func (s DeploymentPathSelectorLocation) WithSubArrayItemValue(subPathArrayItemValue DeploymentLocation_FieldPathArrayItemValue) *Deployment_FieldSubPathArrayItemValue
func (DeploymentPathSelectorLocation) WithSubArrayOfValues ¶
func (s DeploymentPathSelectorLocation) WithSubArrayOfValues(subPathArrayOfValues DeploymentLocation_FieldPathArrayOfValues) *Deployment_FieldSubPathArrayOfValues
func (DeploymentPathSelectorLocation) WithSubPath ¶
func (DeploymentPathSelectorLocation) WithSubPath(subPath DeploymentLocation_FieldPath) *Deployment_FieldSubPath
func (DeploymentPathSelectorLocation) WithSubValue ¶
func (s DeploymentPathSelectorLocation) WithSubValue(subPathValue DeploymentLocation_FieldPathValue) *Deployment_FieldSubPathValue
func (DeploymentPathSelectorLocation) WithValue ¶
func (s DeploymentPathSelectorLocation) WithValue(value *Deployment_Location) *Deployment_FieldTerminalPathValue
type DeploymentPathSelectorLocationAgglomeration ¶
type DeploymentPathSelectorLocationAgglomeration struct{}
func (DeploymentPathSelectorLocationAgglomeration) FieldPath ¶
func (DeploymentPathSelectorLocationAgglomeration) FieldPath() *Deployment_FieldSubPath
func (DeploymentPathSelectorLocationAgglomeration) WithArrayOfValues ¶
func (s DeploymentPathSelectorLocationAgglomeration) WithArrayOfValues(values []string) *Deployment_FieldSubPathArrayOfValues
func (DeploymentPathSelectorLocationAgglomeration) WithValue ¶
func (s DeploymentPathSelectorLocationAgglomeration) WithValue(value string) *Deployment_FieldSubPathValue
type DeploymentPathSelectorLocationCity ¶
type DeploymentPathSelectorLocationCity struct{}
func (DeploymentPathSelectorLocationCity) FieldPath ¶
func (DeploymentPathSelectorLocationCity) FieldPath() *Deployment_FieldSubPath
func (DeploymentPathSelectorLocationCity) WithArrayOfValues ¶
func (s DeploymentPathSelectorLocationCity) WithArrayOfValues(values []string) *Deployment_FieldSubPathArrayOfValues
func (DeploymentPathSelectorLocationCity) WithValue ¶
func (s DeploymentPathSelectorLocationCity) WithValue(value string) *Deployment_FieldSubPathValue
type DeploymentPathSelectorLocationCloud ¶
type DeploymentPathSelectorLocationCloud struct{}
func (DeploymentPathSelectorLocationCloud) FieldPath ¶
func (DeploymentPathSelectorLocationCloud) FieldPath() *Deployment_FieldSubPath
func (DeploymentPathSelectorLocationCloud) WithArrayOfValues ¶
func (s DeploymentPathSelectorLocationCloud) WithArrayOfValues(values []string) *Deployment_FieldSubPathArrayOfValues
func (DeploymentPathSelectorLocationCloud) WithValue ¶
func (s DeploymentPathSelectorLocationCloud) WithValue(value string) *Deployment_FieldSubPathValue
type DeploymentPathSelectorLocationContinent ¶
type DeploymentPathSelectorLocationContinent struct{}
func (DeploymentPathSelectorLocationContinent) FieldPath ¶
func (DeploymentPathSelectorLocationContinent) FieldPath() *Deployment_FieldSubPath
func (DeploymentPathSelectorLocationContinent) WithArrayOfValues ¶
func (s DeploymentPathSelectorLocationContinent) WithArrayOfValues(values []string) *Deployment_FieldSubPathArrayOfValues
func (DeploymentPathSelectorLocationContinent) WithValue ¶
func (s DeploymentPathSelectorLocationContinent) WithValue(value string) *Deployment_FieldSubPathValue
type DeploymentPathSelectorLocationCountry ¶
type DeploymentPathSelectorLocationCountry struct{}
func (DeploymentPathSelectorLocationCountry) FieldPath ¶
func (DeploymentPathSelectorLocationCountry) FieldPath() *Deployment_FieldSubPath
func (DeploymentPathSelectorLocationCountry) WithArrayOfValues ¶
func (s DeploymentPathSelectorLocationCountry) WithArrayOfValues(values []string) *Deployment_FieldSubPathArrayOfValues
func (DeploymentPathSelectorLocationCountry) WithValue ¶
func (s DeploymentPathSelectorLocationCountry) WithValue(value string) *Deployment_FieldSubPathValue
type DeploymentPathSelectorMetadata ¶
type DeploymentPathSelectorMetadata struct{}
func (DeploymentPathSelectorMetadata) Annotations ¶
func (DeploymentPathSelectorMetadata) Annotations() DeploymentPathSelectorMetadataAnnotations
func (DeploymentPathSelectorMetadata) CreateTime ¶
func (DeploymentPathSelectorMetadata) CreateTime() DeploymentPathSelectorMetadataCreateTime
func (DeploymentPathSelectorMetadata) DeleteTime ¶
func (DeploymentPathSelectorMetadata) DeleteTime() DeploymentPathSelectorMetadataDeleteTime
func (DeploymentPathSelectorMetadata) FieldPath ¶
func (DeploymentPathSelectorMetadata) FieldPath() *Deployment_FieldTerminalPath
func (DeploymentPathSelectorMetadata) Generation ¶
func (DeploymentPathSelectorMetadata) Generation() DeploymentPathSelectorMetadataGeneration
func (DeploymentPathSelectorMetadata) Labels ¶
func (DeploymentPathSelectorMetadata) Labels() DeploymentPathSelectorMetadataLabels
func (DeploymentPathSelectorMetadata) Lifecycle ¶
func (DeploymentPathSelectorMetadata) Lifecycle() DeploymentPathSelectorMetadataLifecycle
func (DeploymentPathSelectorMetadata) OwnerReferences ¶
func (DeploymentPathSelectorMetadata) OwnerReferences() DeploymentPathSelectorMetadataOwnerReferences
func (DeploymentPathSelectorMetadata) ResourceVersion ¶
func (DeploymentPathSelectorMetadata) ResourceVersion() DeploymentPathSelectorMetadataResourceVersion
func (DeploymentPathSelectorMetadata) Services ¶
func (DeploymentPathSelectorMetadata) Services() DeploymentPathSelectorMetadataServices
func (DeploymentPathSelectorMetadata) Shards ¶
func (DeploymentPathSelectorMetadata) Shards() DeploymentPathSelectorMetadataShards
func (DeploymentPathSelectorMetadata) Syncing ¶
func (DeploymentPathSelectorMetadata) Syncing() DeploymentPathSelectorMetadataSyncing
func (DeploymentPathSelectorMetadata) UpdateTime ¶
func (DeploymentPathSelectorMetadata) UpdateTime() DeploymentPathSelectorMetadataUpdateTime
func (DeploymentPathSelectorMetadata) WithArrayOfValues ¶
func (s DeploymentPathSelectorMetadata) WithArrayOfValues(values []*meta.Meta) *Deployment_FieldTerminalPathArrayOfValues
func (DeploymentPathSelectorMetadata) WithSubArrayItemValue ¶
func (s DeploymentPathSelectorMetadata) WithSubArrayItemValue(subPathArrayItemValue meta.Meta_FieldPathArrayItemValue) *Deployment_FieldSubPathArrayItemValue
func (DeploymentPathSelectorMetadata) WithSubArrayOfValues ¶
func (s DeploymentPathSelectorMetadata) WithSubArrayOfValues(subPathArrayOfValues meta.Meta_FieldPathArrayOfValues) *Deployment_FieldSubPathArrayOfValues
func (DeploymentPathSelectorMetadata) WithSubPath ¶
func (DeploymentPathSelectorMetadata) WithSubPath(subPath meta.Meta_FieldPath) *Deployment_FieldSubPath
func (DeploymentPathSelectorMetadata) WithSubValue ¶
func (s DeploymentPathSelectorMetadata) WithSubValue(subPathValue meta.Meta_FieldPathValue) *Deployment_FieldSubPathValue
func (DeploymentPathSelectorMetadata) WithValue ¶
func (s DeploymentPathSelectorMetadata) WithValue(value *meta.Meta) *Deployment_FieldTerminalPathValue
type DeploymentPathSelectorMetadataAnnotations ¶
type DeploymentPathSelectorMetadataAnnotations struct{}
func (DeploymentPathSelectorMetadataAnnotations) FieldPath ¶
func (DeploymentPathSelectorMetadataAnnotations) FieldPath() *Deployment_FieldSubPath
func (DeploymentPathSelectorMetadataAnnotations) WithArrayOfValues ¶
func (s DeploymentPathSelectorMetadataAnnotations) WithArrayOfValues(values []map[string]string) *Deployment_FieldSubPathArrayOfValues
func (DeploymentPathSelectorMetadataAnnotations) WithValue ¶
func (s DeploymentPathSelectorMetadataAnnotations) WithValue(value map[string]string) *Deployment_FieldSubPathValue
type DeploymentPathSelectorMetadataCreateTime ¶
type DeploymentPathSelectorMetadataCreateTime struct{}
func (DeploymentPathSelectorMetadataCreateTime) FieldPath ¶
func (DeploymentPathSelectorMetadataCreateTime) FieldPath() *Deployment_FieldSubPath
func (DeploymentPathSelectorMetadataCreateTime) WithArrayOfValues ¶
func (s DeploymentPathSelectorMetadataCreateTime) WithArrayOfValues(values []*timestamppb.Timestamp) *Deployment_FieldSubPathArrayOfValues
func (DeploymentPathSelectorMetadataCreateTime) WithValue ¶
func (s DeploymentPathSelectorMetadataCreateTime) WithValue(value *timestamppb.Timestamp) *Deployment_FieldSubPathValue
type DeploymentPathSelectorMetadataDeleteTime ¶
type DeploymentPathSelectorMetadataDeleteTime struct{}
func (DeploymentPathSelectorMetadataDeleteTime) FieldPath ¶
func (DeploymentPathSelectorMetadataDeleteTime) FieldPath() *Deployment_FieldSubPath
func (DeploymentPathSelectorMetadataDeleteTime) WithArrayOfValues ¶
func (s DeploymentPathSelectorMetadataDeleteTime) WithArrayOfValues(values []*timestamppb.Timestamp) *Deployment_FieldSubPathArrayOfValues
func (DeploymentPathSelectorMetadataDeleteTime) WithValue ¶
func (s DeploymentPathSelectorMetadataDeleteTime) WithValue(value *timestamppb.Timestamp) *Deployment_FieldSubPathValue
type DeploymentPathSelectorMetadataGeneration ¶
type DeploymentPathSelectorMetadataGeneration struct{}
func (DeploymentPathSelectorMetadataGeneration) FieldPath ¶
func (DeploymentPathSelectorMetadataGeneration) FieldPath() *Deployment_FieldSubPath
func (DeploymentPathSelectorMetadataGeneration) WithArrayOfValues ¶
func (s DeploymentPathSelectorMetadataGeneration) WithArrayOfValues(values []int64) *Deployment_FieldSubPathArrayOfValues
func (DeploymentPathSelectorMetadataGeneration) WithValue ¶
func (s DeploymentPathSelectorMetadataGeneration) WithValue(value int64) *Deployment_FieldSubPathValue
type DeploymentPathSelectorMetadataLabels ¶
type DeploymentPathSelectorMetadataLabels struct{}
func (DeploymentPathSelectorMetadataLabels) FieldPath ¶
func (DeploymentPathSelectorMetadataLabels) FieldPath() *Deployment_FieldSubPath
func (DeploymentPathSelectorMetadataLabels) WithArrayOfValues ¶
func (s DeploymentPathSelectorMetadataLabels) WithArrayOfValues(values []map[string]string) *Deployment_FieldSubPathArrayOfValues
func (DeploymentPathSelectorMetadataLabels) WithKey ¶
func (DeploymentPathSelectorMetadataLabels) WithKey(key string) DeploymentMapPathSelectorMetadataLabels
func (DeploymentPathSelectorMetadataLabels) WithValue ¶
func (s DeploymentPathSelectorMetadataLabels) WithValue(value map[string]string) *Deployment_FieldSubPathValue
type DeploymentPathSelectorMetadataLifecycle ¶
type DeploymentPathSelectorMetadataLifecycle struct{}
func (DeploymentPathSelectorMetadataLifecycle) BlockDeletion ¶
func (DeploymentPathSelectorMetadataLifecycle) BlockDeletion() DeploymentPathSelectorMetadataLifecycleBlockDeletion
func (DeploymentPathSelectorMetadataLifecycle) FieldPath ¶
func (DeploymentPathSelectorMetadataLifecycle) FieldPath() *Deployment_FieldSubPath
func (DeploymentPathSelectorMetadataLifecycle) WithArrayOfValues ¶
func (s DeploymentPathSelectorMetadataLifecycle) WithArrayOfValues(values []*meta.Lifecycle) *Deployment_FieldSubPathArrayOfValues
func (DeploymentPathSelectorMetadataLifecycle) WithValue ¶
func (s DeploymentPathSelectorMetadataLifecycle) WithValue(value *meta.Lifecycle) *Deployment_FieldSubPathValue
type DeploymentPathSelectorMetadataLifecycleBlockDeletion ¶
type DeploymentPathSelectorMetadataLifecycleBlockDeletion struct{}
func (DeploymentPathSelectorMetadataLifecycleBlockDeletion) FieldPath ¶
func (DeploymentPathSelectorMetadataLifecycleBlockDeletion) FieldPath() *Deployment_FieldSubPath
func (DeploymentPathSelectorMetadataLifecycleBlockDeletion) WithArrayOfValues ¶
func (s DeploymentPathSelectorMetadataLifecycleBlockDeletion) WithArrayOfValues(values []bool) *Deployment_FieldSubPathArrayOfValues
func (DeploymentPathSelectorMetadataLifecycleBlockDeletion) WithValue ¶
func (s DeploymentPathSelectorMetadataLifecycleBlockDeletion) WithValue(value bool) *Deployment_FieldSubPathValue
type DeploymentPathSelectorMetadataLifecycleState ¶
type DeploymentPathSelectorMetadataLifecycleState struct{}
func (DeploymentPathSelectorMetadataLifecycleState) FieldPath ¶
func (DeploymentPathSelectorMetadataLifecycleState) FieldPath() *Deployment_FieldSubPath
func (DeploymentPathSelectorMetadataLifecycleState) WithArrayOfValues ¶
func (s DeploymentPathSelectorMetadataLifecycleState) WithArrayOfValues(values []meta.Lifecycle_State) *Deployment_FieldSubPathArrayOfValues
func (DeploymentPathSelectorMetadataLifecycleState) WithValue ¶
func (s DeploymentPathSelectorMetadataLifecycleState) WithValue(value meta.Lifecycle_State) *Deployment_FieldSubPathValue
type DeploymentPathSelectorMetadataOwnerReferences ¶
type DeploymentPathSelectorMetadataOwnerReferences struct{}
func (DeploymentPathSelectorMetadataOwnerReferences) Controller ¶
func (DeploymentPathSelectorMetadataOwnerReferences) FieldPath ¶
func (DeploymentPathSelectorMetadataOwnerReferences) FieldPath() *Deployment_FieldSubPath
func (DeploymentPathSelectorMetadataOwnerReferences) RequiresOwnerReference ¶
func (DeploymentPathSelectorMetadataOwnerReferences) RequiresOwnerReference() DeploymentPathSelectorMetadataOwnerReferencesRequiresOwnerReference
func (DeploymentPathSelectorMetadataOwnerReferences) WithArrayOfValues ¶
func (s DeploymentPathSelectorMetadataOwnerReferences) WithArrayOfValues(values [][]*meta.OwnerReference) *Deployment_FieldSubPathArrayOfValues
func (DeploymentPathSelectorMetadataOwnerReferences) WithItemValue ¶
func (s DeploymentPathSelectorMetadataOwnerReferences) WithItemValue(value *meta.OwnerReference) *Deployment_FieldSubPathArrayItemValue
func (DeploymentPathSelectorMetadataOwnerReferences) WithValue ¶
func (s DeploymentPathSelectorMetadataOwnerReferences) WithValue(value []*meta.OwnerReference) *Deployment_FieldSubPathValue
type DeploymentPathSelectorMetadataOwnerReferencesController ¶
type DeploymentPathSelectorMetadataOwnerReferencesController struct{}
func (DeploymentPathSelectorMetadataOwnerReferencesController) FieldPath ¶
func (DeploymentPathSelectorMetadataOwnerReferencesController) FieldPath() *Deployment_FieldSubPath
func (DeploymentPathSelectorMetadataOwnerReferencesController) WithArrayOfValues ¶
func (s DeploymentPathSelectorMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *Deployment_FieldSubPathArrayOfValues
func (DeploymentPathSelectorMetadataOwnerReferencesController) WithValue ¶
func (s DeploymentPathSelectorMetadataOwnerReferencesController) WithValue(value bool) *Deployment_FieldSubPathValue
type DeploymentPathSelectorMetadataOwnerReferencesKind ¶
type DeploymentPathSelectorMetadataOwnerReferencesKind struct{}
func (DeploymentPathSelectorMetadataOwnerReferencesKind) FieldPath ¶
func (DeploymentPathSelectorMetadataOwnerReferencesKind) FieldPath() *Deployment_FieldSubPath
func (DeploymentPathSelectorMetadataOwnerReferencesKind) WithArrayOfValues ¶
func (s DeploymentPathSelectorMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *Deployment_FieldSubPathArrayOfValues
func (DeploymentPathSelectorMetadataOwnerReferencesKind) WithValue ¶
func (s DeploymentPathSelectorMetadataOwnerReferencesKind) WithValue(value string) *Deployment_FieldSubPathValue
type DeploymentPathSelectorMetadataOwnerReferencesName ¶
type DeploymentPathSelectorMetadataOwnerReferencesName struct{}
func (DeploymentPathSelectorMetadataOwnerReferencesName) FieldPath ¶
func (DeploymentPathSelectorMetadataOwnerReferencesName) FieldPath() *Deployment_FieldSubPath
func (DeploymentPathSelectorMetadataOwnerReferencesName) WithArrayOfValues ¶
func (s DeploymentPathSelectorMetadataOwnerReferencesName) WithArrayOfValues(values []string) *Deployment_FieldSubPathArrayOfValues
func (DeploymentPathSelectorMetadataOwnerReferencesName) WithValue ¶
func (s DeploymentPathSelectorMetadataOwnerReferencesName) WithValue(value string) *Deployment_FieldSubPathValue
type DeploymentPathSelectorMetadataOwnerReferencesRegion ¶
type DeploymentPathSelectorMetadataOwnerReferencesRegion struct{}
func (DeploymentPathSelectorMetadataOwnerReferencesRegion) FieldPath ¶
func (DeploymentPathSelectorMetadataOwnerReferencesRegion) FieldPath() *Deployment_FieldSubPath
func (DeploymentPathSelectorMetadataOwnerReferencesRegion) WithArrayOfValues ¶
func (s DeploymentPathSelectorMetadataOwnerReferencesRegion) WithArrayOfValues(values []string) *Deployment_FieldSubPathArrayOfValues
func (DeploymentPathSelectorMetadataOwnerReferencesRegion) WithValue ¶
func (s DeploymentPathSelectorMetadataOwnerReferencesRegion) WithValue(value string) *Deployment_FieldSubPathValue
type DeploymentPathSelectorMetadataOwnerReferencesRequiresOwnerReference ¶
type DeploymentPathSelectorMetadataOwnerReferencesRequiresOwnerReference struct{}
func (DeploymentPathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues ¶
func (s DeploymentPathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues(values []bool) *Deployment_FieldSubPathArrayOfValues
func (DeploymentPathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithValue ¶
func (s DeploymentPathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithValue(value bool) *Deployment_FieldSubPathValue
type DeploymentPathSelectorMetadataOwnerReferencesVersion ¶
type DeploymentPathSelectorMetadataOwnerReferencesVersion struct{}
func (DeploymentPathSelectorMetadataOwnerReferencesVersion) FieldPath ¶
func (DeploymentPathSelectorMetadataOwnerReferencesVersion) FieldPath() *Deployment_FieldSubPath
func (DeploymentPathSelectorMetadataOwnerReferencesVersion) WithArrayOfValues ¶
func (s DeploymentPathSelectorMetadataOwnerReferencesVersion) WithArrayOfValues(values []string) *Deployment_FieldSubPathArrayOfValues
func (DeploymentPathSelectorMetadataOwnerReferencesVersion) WithValue ¶
func (s DeploymentPathSelectorMetadataOwnerReferencesVersion) WithValue(value string) *Deployment_FieldSubPathValue
type DeploymentPathSelectorMetadataResourceVersion ¶
type DeploymentPathSelectorMetadataResourceVersion struct{}
func (DeploymentPathSelectorMetadataResourceVersion) FieldPath ¶
func (DeploymentPathSelectorMetadataResourceVersion) FieldPath() *Deployment_FieldSubPath
func (DeploymentPathSelectorMetadataResourceVersion) WithArrayOfValues ¶
func (s DeploymentPathSelectorMetadataResourceVersion) WithArrayOfValues(values []string) *Deployment_FieldSubPathArrayOfValues
func (DeploymentPathSelectorMetadataResourceVersion) WithValue ¶
func (s DeploymentPathSelectorMetadataResourceVersion) WithValue(value string) *Deployment_FieldSubPathValue
type DeploymentPathSelectorMetadataServices ¶
type DeploymentPathSelectorMetadataServices struct{}
func (DeploymentPathSelectorMetadataServices) AllowedServices ¶
func (DeploymentPathSelectorMetadataServices) AllowedServices() DeploymentPathSelectorMetadataServicesAllowedServices
func (DeploymentPathSelectorMetadataServices) FieldPath ¶
func (DeploymentPathSelectorMetadataServices) FieldPath() *Deployment_FieldSubPath
func (DeploymentPathSelectorMetadataServices) OwningService ¶
func (DeploymentPathSelectorMetadataServices) OwningService() DeploymentPathSelectorMetadataServicesOwningService
func (DeploymentPathSelectorMetadataServices) WithArrayOfValues ¶
func (s DeploymentPathSelectorMetadataServices) WithArrayOfValues(values []*meta.ServicesInfo) *Deployment_FieldSubPathArrayOfValues
func (DeploymentPathSelectorMetadataServices) WithValue ¶
func (s DeploymentPathSelectorMetadataServices) WithValue(value *meta.ServicesInfo) *Deployment_FieldSubPathValue
type DeploymentPathSelectorMetadataServicesAllowedServices ¶
type DeploymentPathSelectorMetadataServicesAllowedServices struct{}
func (DeploymentPathSelectorMetadataServicesAllowedServices) FieldPath ¶
func (DeploymentPathSelectorMetadataServicesAllowedServices) FieldPath() *Deployment_FieldSubPath
func (DeploymentPathSelectorMetadataServicesAllowedServices) WithArrayOfValues ¶
func (s DeploymentPathSelectorMetadataServicesAllowedServices) WithArrayOfValues(values [][]string) *Deployment_FieldSubPathArrayOfValues
func (DeploymentPathSelectorMetadataServicesAllowedServices) WithItemValue ¶
func (s DeploymentPathSelectorMetadataServicesAllowedServices) WithItemValue(value string) *Deployment_FieldSubPathArrayItemValue
func (DeploymentPathSelectorMetadataServicesAllowedServices) WithValue ¶
func (s DeploymentPathSelectorMetadataServicesAllowedServices) WithValue(value []string) *Deployment_FieldSubPathValue
type DeploymentPathSelectorMetadataServicesOwningService ¶
type DeploymentPathSelectorMetadataServicesOwningService struct{}
func (DeploymentPathSelectorMetadataServicesOwningService) FieldPath ¶
func (DeploymentPathSelectorMetadataServicesOwningService) FieldPath() *Deployment_FieldSubPath
func (DeploymentPathSelectorMetadataServicesOwningService) WithArrayOfValues ¶
func (s DeploymentPathSelectorMetadataServicesOwningService) WithArrayOfValues(values []string) *Deployment_FieldSubPathArrayOfValues
func (DeploymentPathSelectorMetadataServicesOwningService) WithValue ¶
func (s DeploymentPathSelectorMetadataServicesOwningService) WithValue(value string) *Deployment_FieldSubPathValue
type DeploymentPathSelectorMetadataShards ¶
type DeploymentPathSelectorMetadataShards struct{}
func (DeploymentPathSelectorMetadataShards) FieldPath ¶
func (DeploymentPathSelectorMetadataShards) FieldPath() *Deployment_FieldSubPath
func (DeploymentPathSelectorMetadataShards) WithArrayOfValues ¶
func (s DeploymentPathSelectorMetadataShards) WithArrayOfValues(values []map[string]int64) *Deployment_FieldSubPathArrayOfValues
func (DeploymentPathSelectorMetadataShards) WithKey ¶
func (DeploymentPathSelectorMetadataShards) WithKey(key string) DeploymentMapPathSelectorMetadataShards
func (DeploymentPathSelectorMetadataShards) WithValue ¶
func (s DeploymentPathSelectorMetadataShards) WithValue(value map[string]int64) *Deployment_FieldSubPathValue
type DeploymentPathSelectorMetadataSyncing ¶
type DeploymentPathSelectorMetadataSyncing struct{}
func (DeploymentPathSelectorMetadataSyncing) FieldPath ¶
func (DeploymentPathSelectorMetadataSyncing) FieldPath() *Deployment_FieldSubPath
func (DeploymentPathSelectorMetadataSyncing) OwningRegion ¶
func (DeploymentPathSelectorMetadataSyncing) OwningRegion() DeploymentPathSelectorMetadataSyncingOwningRegion
func (DeploymentPathSelectorMetadataSyncing) WithArrayOfValues ¶
func (s DeploymentPathSelectorMetadataSyncing) WithArrayOfValues(values []*meta.SyncingMeta) *Deployment_FieldSubPathArrayOfValues
func (DeploymentPathSelectorMetadataSyncing) WithValue ¶
func (s DeploymentPathSelectorMetadataSyncing) WithValue(value *meta.SyncingMeta) *Deployment_FieldSubPathValue
type DeploymentPathSelectorMetadataSyncingOwningRegion ¶
type DeploymentPathSelectorMetadataSyncingOwningRegion struct{}
func (DeploymentPathSelectorMetadataSyncingOwningRegion) FieldPath ¶
func (DeploymentPathSelectorMetadataSyncingOwningRegion) FieldPath() *Deployment_FieldSubPath
func (DeploymentPathSelectorMetadataSyncingOwningRegion) WithArrayOfValues ¶
func (s DeploymentPathSelectorMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *Deployment_FieldSubPathArrayOfValues
func (DeploymentPathSelectorMetadataSyncingOwningRegion) WithValue ¶
func (s DeploymentPathSelectorMetadataSyncingOwningRegion) WithValue(value string) *Deployment_FieldSubPathValue
type DeploymentPathSelectorMetadataSyncingRegions ¶
type DeploymentPathSelectorMetadataSyncingRegions struct{}
func (DeploymentPathSelectorMetadataSyncingRegions) FieldPath ¶
func (DeploymentPathSelectorMetadataSyncingRegions) FieldPath() *Deployment_FieldSubPath
func (DeploymentPathSelectorMetadataSyncingRegions) WithArrayOfValues ¶
func (s DeploymentPathSelectorMetadataSyncingRegions) WithArrayOfValues(values [][]string) *Deployment_FieldSubPathArrayOfValues
func (DeploymentPathSelectorMetadataSyncingRegions) WithItemValue ¶
func (s DeploymentPathSelectorMetadataSyncingRegions) WithItemValue(value string) *Deployment_FieldSubPathArrayItemValue
func (DeploymentPathSelectorMetadataSyncingRegions) WithValue ¶
func (s DeploymentPathSelectorMetadataSyncingRegions) WithValue(value []string) *Deployment_FieldSubPathValue
type DeploymentPathSelectorMetadataTags ¶
type DeploymentPathSelectorMetadataTags struct{}
func (DeploymentPathSelectorMetadataTags) FieldPath ¶
func (DeploymentPathSelectorMetadataTags) FieldPath() *Deployment_FieldSubPath
func (DeploymentPathSelectorMetadataTags) WithArrayOfValues ¶
func (s DeploymentPathSelectorMetadataTags) WithArrayOfValues(values [][]string) *Deployment_FieldSubPathArrayOfValues
func (DeploymentPathSelectorMetadataTags) WithItemValue ¶
func (s DeploymentPathSelectorMetadataTags) WithItemValue(value string) *Deployment_FieldSubPathArrayItemValue
func (DeploymentPathSelectorMetadataTags) WithValue ¶
func (s DeploymentPathSelectorMetadataTags) WithValue(value []string) *Deployment_FieldSubPathValue
type DeploymentPathSelectorMetadataUpdateTime ¶
type DeploymentPathSelectorMetadataUpdateTime struct{}
func (DeploymentPathSelectorMetadataUpdateTime) FieldPath ¶
func (DeploymentPathSelectorMetadataUpdateTime) FieldPath() *Deployment_FieldSubPath
func (DeploymentPathSelectorMetadataUpdateTime) WithArrayOfValues ¶
func (s DeploymentPathSelectorMetadataUpdateTime) WithArrayOfValues(values []*timestamppb.Timestamp) *Deployment_FieldSubPathArrayOfValues
func (DeploymentPathSelectorMetadataUpdateTime) WithValue ¶
func (s DeploymentPathSelectorMetadataUpdateTime) WithValue(value *timestamppb.Timestamp) *Deployment_FieldSubPathValue
type DeploymentPathSelectorMetadataUuid ¶
type DeploymentPathSelectorMetadataUuid struct{}
func (DeploymentPathSelectorMetadataUuid) FieldPath ¶
func (DeploymentPathSelectorMetadataUuid) FieldPath() *Deployment_FieldSubPath
func (DeploymentPathSelectorMetadataUuid) WithArrayOfValues ¶
func (s DeploymentPathSelectorMetadataUuid) WithArrayOfValues(values []string) *Deployment_FieldSubPathArrayOfValues
func (DeploymentPathSelectorMetadataUuid) WithValue ¶
func (s DeploymentPathSelectorMetadataUuid) WithValue(value string) *Deployment_FieldSubPathValue
type DeploymentPathSelectorName ¶
type DeploymentPathSelectorName struct{}
func (DeploymentPathSelectorName) FieldPath ¶
func (DeploymentPathSelectorName) FieldPath() *Deployment_FieldTerminalPath
func (DeploymentPathSelectorName) WithArrayOfValues ¶
func (s DeploymentPathSelectorName) WithArrayOfValues(values []*Name) *Deployment_FieldTerminalPathArrayOfValues
func (DeploymentPathSelectorName) WithValue ¶
func (s DeploymentPathSelectorName) WithValue(value *Name) *Deployment_FieldTerminalPathValue
type DeploymentPathSelectorPrivateDomain ¶
type DeploymentPathSelectorPrivateDomain struct{}
func (DeploymentPathSelectorPrivateDomain) FieldPath ¶
func (DeploymentPathSelectorPrivateDomain) FieldPath() *Deployment_FieldTerminalPath
func (DeploymentPathSelectorPrivateDomain) WithArrayOfValues ¶
func (s DeploymentPathSelectorPrivateDomain) WithArrayOfValues(values []string) *Deployment_FieldTerminalPathArrayOfValues
func (DeploymentPathSelectorPrivateDomain) WithValue ¶
func (s DeploymentPathSelectorPrivateDomain) WithValue(value string) *Deployment_FieldTerminalPathValue
type DeploymentPathSelectorPublicDomain ¶
type DeploymentPathSelectorPublicDomain struct{}
func (DeploymentPathSelectorPublicDomain) FieldPath ¶
func (DeploymentPathSelectorPublicDomain) FieldPath() *Deployment_FieldTerminalPath
func (DeploymentPathSelectorPublicDomain) WithArrayOfValues ¶
func (s DeploymentPathSelectorPublicDomain) WithArrayOfValues(values []string) *Deployment_FieldTerminalPathArrayOfValues
func (DeploymentPathSelectorPublicDomain) WithValue ¶
func (s DeploymentPathSelectorPublicDomain) WithValue(value string) *Deployment_FieldTerminalPathValue
type DeploymentPathSelectorRegion ¶
type DeploymentPathSelectorRegion struct{}
func (DeploymentPathSelectorRegion) FieldPath ¶
func (DeploymentPathSelectorRegion) FieldPath() *Deployment_FieldTerminalPath
func (DeploymentPathSelectorRegion) WithArrayOfValues ¶
func (s DeploymentPathSelectorRegion) WithArrayOfValues(values []*region.Reference) *Deployment_FieldTerminalPathArrayOfValues
func (DeploymentPathSelectorRegion) WithValue ¶
func (s DeploymentPathSelectorRegion) WithValue(value *region.Reference) *Deployment_FieldTerminalPathValue
type DeploymentPathSelectorServiceName ¶
type DeploymentPathSelectorServiceName struct{}
func (DeploymentPathSelectorServiceName) FieldPath ¶
func (DeploymentPathSelectorServiceName) FieldPath() *Deployment_FieldTerminalPath
func (DeploymentPathSelectorServiceName) WithArrayOfValues ¶
func (s DeploymentPathSelectorServiceName) WithArrayOfValues(values []string) *Deployment_FieldTerminalPathArrayOfValues
func (DeploymentPathSelectorServiceName) WithValue ¶
func (s DeploymentPathSelectorServiceName) WithValue(value string) *Deployment_FieldTerminalPathValue
type DeploymentPathSelectorUpgradeState ¶
type DeploymentPathSelectorUpgradeState struct{}
func (DeploymentPathSelectorUpgradeState) DbDataTargetVersion ¶ added in v1.4.0
func (DeploymentPathSelectorUpgradeState) DbDataTargetVersion() DeploymentPathSelectorUpgradeStateDbDataTargetVersion
func (DeploymentPathSelectorUpgradeState) FieldPath ¶
func (DeploymentPathSelectorUpgradeState) FieldPath() *Deployment_FieldTerminalPath
func (DeploymentPathSelectorUpgradeState) PendingShards ¶
func (DeploymentPathSelectorUpgradeState) PendingShards() DeploymentPathSelectorUpgradeStatePendingShards
func (DeploymentPathSelectorUpgradeState) ReadyShards ¶
func (DeploymentPathSelectorUpgradeState) ReadyShards() DeploymentPathSelectorUpgradeStateReadyShards
func (DeploymentPathSelectorUpgradeState) TargetVersion ¶
func (DeploymentPathSelectorUpgradeState) TargetVersion() DeploymentPathSelectorUpgradeStateTargetVersion
func (DeploymentPathSelectorUpgradeState) WithArrayOfValues ¶
func (s DeploymentPathSelectorUpgradeState) WithArrayOfValues(values []*Deployment_UpgradeState) *Deployment_FieldTerminalPathArrayOfValues
func (DeploymentPathSelectorUpgradeState) WithSubArrayItemValue ¶
func (s DeploymentPathSelectorUpgradeState) WithSubArrayItemValue(subPathArrayItemValue DeploymentUpgradeState_FieldPathArrayItemValue) *Deployment_FieldSubPathArrayItemValue
func (DeploymentPathSelectorUpgradeState) WithSubArrayOfValues ¶
func (s DeploymentPathSelectorUpgradeState) WithSubArrayOfValues(subPathArrayOfValues DeploymentUpgradeState_FieldPathArrayOfValues) *Deployment_FieldSubPathArrayOfValues
func (DeploymentPathSelectorUpgradeState) WithSubPath ¶
func (DeploymentPathSelectorUpgradeState) WithSubPath(subPath DeploymentUpgradeState_FieldPath) *Deployment_FieldSubPath
func (DeploymentPathSelectorUpgradeState) WithSubValue ¶
func (s DeploymentPathSelectorUpgradeState) WithSubValue(subPathValue DeploymentUpgradeState_FieldPathValue) *Deployment_FieldSubPathValue
func (DeploymentPathSelectorUpgradeState) WithValue ¶
func (s DeploymentPathSelectorUpgradeState) WithValue(value *Deployment_UpgradeState) *Deployment_FieldTerminalPathValue
type DeploymentPathSelectorUpgradeStateDbDataTargetVersion ¶ added in v1.4.0
type DeploymentPathSelectorUpgradeStateDbDataTargetVersion struct{}
func (DeploymentPathSelectorUpgradeStateDbDataTargetVersion) FieldPath ¶ added in v1.4.0
func (DeploymentPathSelectorUpgradeStateDbDataTargetVersion) FieldPath() *Deployment_FieldSubPath
func (DeploymentPathSelectorUpgradeStateDbDataTargetVersion) WithArrayOfValues ¶ added in v1.4.0
func (s DeploymentPathSelectorUpgradeStateDbDataTargetVersion) WithArrayOfValues(values []string) *Deployment_FieldSubPathArrayOfValues
func (DeploymentPathSelectorUpgradeStateDbDataTargetVersion) WithValue ¶ added in v1.4.0
func (s DeploymentPathSelectorUpgradeStateDbDataTargetVersion) WithValue(value string) *Deployment_FieldSubPathValue
type DeploymentPathSelectorUpgradeStatePendingShards ¶
type DeploymentPathSelectorUpgradeStatePendingShards struct{}
func (DeploymentPathSelectorUpgradeStatePendingShards) FieldPath ¶
func (DeploymentPathSelectorUpgradeStatePendingShards) FieldPath() *Deployment_FieldSubPath
func (DeploymentPathSelectorUpgradeStatePendingShards) WithArrayOfValues ¶
func (s DeploymentPathSelectorUpgradeStatePendingShards) WithArrayOfValues(values [][]int64) *Deployment_FieldSubPathArrayOfValues
func (DeploymentPathSelectorUpgradeStatePendingShards) WithItemValue ¶
func (s DeploymentPathSelectorUpgradeStatePendingShards) WithItemValue(value int64) *Deployment_FieldSubPathArrayItemValue
func (DeploymentPathSelectorUpgradeStatePendingShards) WithValue ¶
func (s DeploymentPathSelectorUpgradeStatePendingShards) WithValue(value []int64) *Deployment_FieldSubPathValue
type DeploymentPathSelectorUpgradeStateReadyShards ¶
type DeploymentPathSelectorUpgradeStateReadyShards struct{}
func (DeploymentPathSelectorUpgradeStateReadyShards) FieldPath ¶
func (DeploymentPathSelectorUpgradeStateReadyShards) FieldPath() *Deployment_FieldSubPath
func (DeploymentPathSelectorUpgradeStateReadyShards) WithArrayOfValues ¶
func (s DeploymentPathSelectorUpgradeStateReadyShards) WithArrayOfValues(values [][]int64) *Deployment_FieldSubPathArrayOfValues
func (DeploymentPathSelectorUpgradeStateReadyShards) WithItemValue ¶
func (s DeploymentPathSelectorUpgradeStateReadyShards) WithItemValue(value int64) *Deployment_FieldSubPathArrayItemValue
func (DeploymentPathSelectorUpgradeStateReadyShards) WithValue ¶
func (s DeploymentPathSelectorUpgradeStateReadyShards) WithValue(value []int64) *Deployment_FieldSubPathValue
type DeploymentPathSelectorUpgradeStateStage ¶
type DeploymentPathSelectorUpgradeStateStage struct{}
func (DeploymentPathSelectorUpgradeStateStage) FieldPath ¶
func (DeploymentPathSelectorUpgradeStateStage) FieldPath() *Deployment_FieldSubPath
func (DeploymentPathSelectorUpgradeStateStage) WithArrayOfValues ¶
func (s DeploymentPathSelectorUpgradeStateStage) WithArrayOfValues(values []Deployment_UpgradeState_Stage) *Deployment_FieldSubPathArrayOfValues
func (DeploymentPathSelectorUpgradeStateStage) WithValue ¶
func (s DeploymentPathSelectorUpgradeStateStage) WithValue(value Deployment_UpgradeState_Stage) *Deployment_FieldSubPathValue
type DeploymentPathSelectorUpgradeStateTargetVersion ¶
type DeploymentPathSelectorUpgradeStateTargetVersion struct{}
func (DeploymentPathSelectorUpgradeStateTargetVersion) FieldPath ¶
func (DeploymentPathSelectorUpgradeStateTargetVersion) FieldPath() *Deployment_FieldSubPath
func (DeploymentPathSelectorUpgradeStateTargetVersion) WithArrayOfValues ¶
func (s DeploymentPathSelectorUpgradeStateTargetVersion) WithArrayOfValues(values []string) *Deployment_FieldSubPathArrayOfValues
func (DeploymentPathSelectorUpgradeStateTargetVersion) WithValue ¶
func (s DeploymentPathSelectorUpgradeStateTargetVersion) WithValue(value string) *Deployment_FieldSubPathValue
type DeploymentReferenceList ¶
type DeploymentReferenceList []*Reference
func (DeploymentReferenceList) Append ¶
func (l DeploymentReferenceList) Append(ref gotenresource.Reference) gotenresource.ReferenceList
func (DeploymentReferenceList) AppendList ¶
func (l DeploymentReferenceList) AppendList(list gotenresource.ReferenceList) gotenresource.ReferenceList
func (DeploymentReferenceList) At ¶
func (l DeploymentReferenceList) At(idx int) gotenresource.Reference
func (DeploymentReferenceList) Length ¶
func (l DeploymentReferenceList) Length() int
func (DeploymentReferenceList) Set ¶
func (l DeploymentReferenceList) Set(idx int, ref gotenresource.Reference)
func (DeploymentReferenceList) Slice ¶
func (l DeploymentReferenceList) Slice(first, second int) gotenresource.ReferenceList
type DeploymentUpgradeStateFieldPathBuilder ¶
type DeploymentUpgradeStateFieldPathBuilder struct{}
func NewDeploymentUpgradeStateFieldPathBuilder ¶
func NewDeploymentUpgradeStateFieldPathBuilder() DeploymentUpgradeStateFieldPathBuilder
func (DeploymentUpgradeStateFieldPathBuilder) DbDataTargetVersion ¶ added in v1.4.0
func (DeploymentUpgradeStateFieldPathBuilder) DbDataTargetVersion() Deployment_UpgradeStatePathSelectorDbDataTargetVersion
func (DeploymentUpgradeStateFieldPathBuilder) PendingShards ¶
func (DeploymentUpgradeStateFieldPathBuilder) PendingShards() Deployment_UpgradeStatePathSelectorPendingShards
func (DeploymentUpgradeStateFieldPathBuilder) ReadyShards ¶
func (DeploymentUpgradeStateFieldPathBuilder) ReadyShards() Deployment_UpgradeStatePathSelectorReadyShards
func (DeploymentUpgradeStateFieldPathBuilder) TargetVersion ¶
func (DeploymentUpgradeStateFieldPathBuilder) TargetVersion() Deployment_UpgradeStatePathSelectorTargetVersion
type DeploymentUpgradeState_FieldPath ¶
type DeploymentUpgradeState_FieldPath interface { gotenobject.FieldPath Selector() DeploymentUpgradeState_FieldPathSelector Get(source *Deployment_UpgradeState) []interface{} GetSingle(source *Deployment_UpgradeState) (interface{}, bool) ClearValue(item *Deployment_UpgradeState) // Those methods build corresponding DeploymentUpgradeState_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) DeploymentUpgradeState_FieldPathValue WithIArrayOfValues(values interface{}) DeploymentUpgradeState_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) DeploymentUpgradeState_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildDeploymentUpgradeState_FieldPath ¶
func BuildDeploymentUpgradeState_FieldPath(fp gotenobject.RawFieldPath) (DeploymentUpgradeState_FieldPath, error)
func MustParseDeploymentUpgradeState_FieldPath ¶
func MustParseDeploymentUpgradeState_FieldPath(rawField string) DeploymentUpgradeState_FieldPath
func ParseDeploymentUpgradeState_FieldPath ¶
func ParseDeploymentUpgradeState_FieldPath(rawField string) (DeploymentUpgradeState_FieldPath, error)
type DeploymentUpgradeState_FieldPathArrayItemValue ¶
type DeploymentUpgradeState_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue DeploymentUpgradeState_FieldPath ContainsValue(*Deployment_UpgradeState) bool }
DeploymentUpgradeState_FieldPathArrayItemValue allows storing single item in Path-specific values for UpgradeState according to their type Present only for array (repeated) types.
func MustParseDeploymentUpgradeState_FieldPathArrayItemValue ¶
func MustParseDeploymentUpgradeState_FieldPathArrayItemValue(pathStr, valueStr string) DeploymentUpgradeState_FieldPathArrayItemValue
func ParseDeploymentUpgradeState_FieldPathArrayItemValue ¶
func ParseDeploymentUpgradeState_FieldPathArrayItemValue(pathStr, valueStr string) (DeploymentUpgradeState_FieldPathArrayItemValue, error)
ParseDeploymentUpgradeState_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type DeploymentUpgradeState_FieldPathArrayOfValues ¶
type DeploymentUpgradeState_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues DeploymentUpgradeState_FieldPath }
DeploymentUpgradeState_FieldPathArrayOfValues allows storing slice of values for UpgradeState fields according to their type
func MustParseDeploymentUpgradeState_FieldPathArrayOfValues ¶
func MustParseDeploymentUpgradeState_FieldPathArrayOfValues(pathStr, valuesStr string) DeploymentUpgradeState_FieldPathArrayOfValues
func ParseDeploymentUpgradeState_FieldPathArrayOfValues ¶
func ParseDeploymentUpgradeState_FieldPathArrayOfValues(pathStr, valuesStr string) (DeploymentUpgradeState_FieldPathArrayOfValues, error)
type DeploymentUpgradeState_FieldPathSelector ¶
type DeploymentUpgradeState_FieldPathSelector int32
const ( DeploymentUpgradeState_FieldPathSelectorTargetVersion DeploymentUpgradeState_FieldPathSelector = 0 DeploymentUpgradeState_FieldPathSelectorReadyShards DeploymentUpgradeState_FieldPathSelector = 1 DeploymentUpgradeState_FieldPathSelectorPendingShards DeploymentUpgradeState_FieldPathSelector = 2 DeploymentUpgradeState_FieldPathSelectorStage DeploymentUpgradeState_FieldPathSelector = 3 DeploymentUpgradeState_FieldPathSelectorDbDataTargetVersion DeploymentUpgradeState_FieldPathSelector = 4 )
func (DeploymentUpgradeState_FieldPathSelector) String ¶
func (s DeploymentUpgradeState_FieldPathSelector) String() string
type DeploymentUpgradeState_FieldPathValue ¶
type DeploymentUpgradeState_FieldPathValue interface { DeploymentUpgradeState_FieldPath gotenobject.FieldPathValue SetTo(target **Deployment_UpgradeState) CompareWith(*Deployment_UpgradeState) (cmp int, comparable bool) }
DeploymentUpgradeState_FieldPathValue allows storing values for UpgradeState fields according to their type
func MustParseDeploymentUpgradeState_FieldPathValue ¶
func MustParseDeploymentUpgradeState_FieldPathValue(pathStr, valueStr string) DeploymentUpgradeState_FieldPathValue
func ParseDeploymentUpgradeState_FieldPathValue ¶
func ParseDeploymentUpgradeState_FieldPathValue(pathStr, valueStr string) (DeploymentUpgradeState_FieldPathValue, error)
type DeploymentUpgradeState_FieldTerminalPath ¶
type DeploymentUpgradeState_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*DeploymentUpgradeState_FieldTerminalPath) ClearValue ¶
func (fp *DeploymentUpgradeState_FieldTerminalPath) ClearValue(item *Deployment_UpgradeState)
func (*DeploymentUpgradeState_FieldTerminalPath) ClearValueRaw ¶
func (fp *DeploymentUpgradeState_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*DeploymentUpgradeState_FieldTerminalPath) Get ¶
func (fp *DeploymentUpgradeState_FieldTerminalPath) Get(source *Deployment_UpgradeState) (values []interface{})
Get returns all values pointed by specific field from source Deployment_UpgradeState
func (*DeploymentUpgradeState_FieldTerminalPath) GetDefault ¶
func (fp *DeploymentUpgradeState_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*DeploymentUpgradeState_FieldTerminalPath) GetRaw ¶
func (fp *DeploymentUpgradeState_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*DeploymentUpgradeState_FieldTerminalPath) GetSingle ¶
func (fp *DeploymentUpgradeState_FieldTerminalPath) GetSingle(source *Deployment_UpgradeState) (interface{}, bool)
GetSingle returns value pointed by specific field of from source Deployment_UpgradeState
func (*DeploymentUpgradeState_FieldTerminalPath) GetSingleRaw ¶
func (fp *DeploymentUpgradeState_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*DeploymentUpgradeState_FieldTerminalPath) IsLeaf ¶
func (fp *DeploymentUpgradeState_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*DeploymentUpgradeState_FieldTerminalPath) JSONString ¶
func (fp *DeploymentUpgradeState_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*DeploymentUpgradeState_FieldTerminalPath) Selector ¶
func (fp *DeploymentUpgradeState_FieldTerminalPath) Selector() DeploymentUpgradeState_FieldPathSelector
func (*DeploymentUpgradeState_FieldTerminalPath) SplitIntoTerminalIPaths ¶
func (fp *DeploymentUpgradeState_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*DeploymentUpgradeState_FieldTerminalPath) String ¶
func (fp *DeploymentUpgradeState_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*DeploymentUpgradeState_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *DeploymentUpgradeState_FieldTerminalPath) WithIArrayItemValue(value interface{}) DeploymentUpgradeState_FieldPathArrayItemValue
func (*DeploymentUpgradeState_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *DeploymentUpgradeState_FieldTerminalPath) WithIArrayOfValues(values interface{}) DeploymentUpgradeState_FieldPathArrayOfValues
func (*DeploymentUpgradeState_FieldTerminalPath) WithIValue ¶
func (fp *DeploymentUpgradeState_FieldTerminalPath) WithIValue(value interface{}) DeploymentUpgradeState_FieldPathValue
func (*DeploymentUpgradeState_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *DeploymentUpgradeState_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*DeploymentUpgradeState_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *DeploymentUpgradeState_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*DeploymentUpgradeState_FieldTerminalPath) WithRawIValue ¶
func (fp *DeploymentUpgradeState_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type DeploymentUpgradeState_FieldTerminalPathArrayItemValue ¶
type DeploymentUpgradeState_FieldTerminalPathArrayItemValue struct { DeploymentUpgradeState_FieldTerminalPath // contains filtered or unexported fields }
func (*DeploymentUpgradeState_FieldTerminalPathArrayItemValue) AsPendingShardsItemValue ¶
func (fpaiv *DeploymentUpgradeState_FieldTerminalPathArrayItemValue) AsPendingShardsItemValue() (int64, bool)
func (*DeploymentUpgradeState_FieldTerminalPathArrayItemValue) AsReadyShardsItemValue ¶
func (fpaiv *DeploymentUpgradeState_FieldTerminalPathArrayItemValue) AsReadyShardsItemValue() (int64, bool)
func (*DeploymentUpgradeState_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *DeploymentUpgradeState_FieldTerminalPathArrayItemValue) ContainsValue(source *Deployment_UpgradeState) bool
Contains returns a boolean indicating if value that is being held is present in given 'UpgradeState'
func (*DeploymentUpgradeState_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *DeploymentUpgradeState_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object Deployment_UpgradeState as interface{}
func (*DeploymentUpgradeState_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *DeploymentUpgradeState_FieldTerminalPathArrayItemValue) GetSingle(source *Deployment_UpgradeState) (interface{}, bool)
func (*DeploymentUpgradeState_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *DeploymentUpgradeState_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type DeploymentUpgradeState_FieldTerminalPathArrayOfValues ¶
type DeploymentUpgradeState_FieldTerminalPathArrayOfValues struct { DeploymentUpgradeState_FieldTerminalPath // contains filtered or unexported fields }
func (*DeploymentUpgradeState_FieldTerminalPathArrayOfValues) AsDbDataTargetVersionArrayOfValues ¶ added in v1.4.0
func (fpaov *DeploymentUpgradeState_FieldTerminalPathArrayOfValues) AsDbDataTargetVersionArrayOfValues() ([]string, bool)
func (*DeploymentUpgradeState_FieldTerminalPathArrayOfValues) AsPendingShardsArrayOfValues ¶
func (fpaov *DeploymentUpgradeState_FieldTerminalPathArrayOfValues) AsPendingShardsArrayOfValues() ([][]int64, bool)
func (*DeploymentUpgradeState_FieldTerminalPathArrayOfValues) AsReadyShardsArrayOfValues ¶
func (fpaov *DeploymentUpgradeState_FieldTerminalPathArrayOfValues) AsReadyShardsArrayOfValues() ([][]int64, bool)
func (*DeploymentUpgradeState_FieldTerminalPathArrayOfValues) AsStageArrayOfValues ¶
func (fpaov *DeploymentUpgradeState_FieldTerminalPathArrayOfValues) AsStageArrayOfValues() ([]Deployment_UpgradeState_Stage, bool)
func (*DeploymentUpgradeState_FieldTerminalPathArrayOfValues) AsTargetVersionArrayOfValues ¶
func (fpaov *DeploymentUpgradeState_FieldTerminalPathArrayOfValues) AsTargetVersionArrayOfValues() ([]string, bool)
func (*DeploymentUpgradeState_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *DeploymentUpgradeState_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type DeploymentUpgradeState_FieldTerminalPathValue ¶
type DeploymentUpgradeState_FieldTerminalPathValue struct { DeploymentUpgradeState_FieldTerminalPath // contains filtered or unexported fields }
func (*DeploymentUpgradeState_FieldTerminalPathValue) AsDbDataTargetVersionValue ¶ added in v1.4.0
func (fpv *DeploymentUpgradeState_FieldTerminalPathValue) AsDbDataTargetVersionValue() (string, bool)
func (*DeploymentUpgradeState_FieldTerminalPathValue) AsPendingShardsValue ¶
func (fpv *DeploymentUpgradeState_FieldTerminalPathValue) AsPendingShardsValue() ([]int64, bool)
func (*DeploymentUpgradeState_FieldTerminalPathValue) AsReadyShardsValue ¶
func (fpv *DeploymentUpgradeState_FieldTerminalPathValue) AsReadyShardsValue() ([]int64, bool)
func (*DeploymentUpgradeState_FieldTerminalPathValue) AsStageValue ¶
func (fpv *DeploymentUpgradeState_FieldTerminalPathValue) AsStageValue() (Deployment_UpgradeState_Stage, bool)
func (*DeploymentUpgradeState_FieldTerminalPathValue) AsTargetVersionValue ¶
func (fpv *DeploymentUpgradeState_FieldTerminalPathValue) AsTargetVersionValue() (string, bool)
func (*DeploymentUpgradeState_FieldTerminalPathValue) CompareWith ¶
func (fpv *DeploymentUpgradeState_FieldTerminalPathValue) CompareWith(source *Deployment_UpgradeState) (int, bool)
CompareWith compares value in the 'DeploymentUpgradeState_FieldTerminalPathValue' with the value under path in 'Deployment_UpgradeState'.
func (*DeploymentUpgradeState_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *DeploymentUpgradeState_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*DeploymentUpgradeState_FieldTerminalPathValue) GetRawValue ¶
func (fpv *DeploymentUpgradeState_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'UpgradeState' as interface{}
func (*DeploymentUpgradeState_FieldTerminalPathValue) SetTo ¶
func (fpv *DeploymentUpgradeState_FieldTerminalPathValue) SetTo(target **Deployment_UpgradeState)
SetTo stores value for selected field for object UpgradeState
func (*DeploymentUpgradeState_FieldTerminalPathValue) SetToRaw ¶
func (fpv *DeploymentUpgradeState_FieldTerminalPathValue) SetToRaw(target proto.Message)
type Deployment_DbUpdateTaskStatus ¶ added in v1.4.0
type Deployment_DbUpdateTaskStatus struct { // Identifying tag TaskTag string `protobuf:"bytes,1,opt,name=task_tag,json=taskTag,proto3" json:"task_tag,omitempty" firestore:"taskTag"` // Shards count ShardsCount int64 `protobuf:"varint,2,opt,name=shards_count,json=shardsCount,proto3" json:"shards_count,omitempty" firestore:"shardsCount"` // List of completed shards ReadyShards []int64 `` /* 126-byte string literal not displayed */ // Target data version TargetVersion string `` /* 126-byte string literal not displayed */ // Optional generic data submitted by task handler, in case of // resharding/controller reboot. ProgressBar []*structpb.Struct `protobuf:"bytes,5,rep,name=progress_bar,json=progressBar,proto3" json:"progress_bar,omitempty" firestore:"progressBar"` // contains filtered or unexported fields }
func (*Deployment_DbUpdateTaskStatus) Clone ¶ added in v1.4.0
func (o *Deployment_DbUpdateTaskStatus) Clone() *Deployment_DbUpdateTaskStatus
func (*Deployment_DbUpdateTaskStatus) CloneRaw ¶ added in v1.4.0
func (o *Deployment_DbUpdateTaskStatus) CloneRaw() gotenobject.GotenObjectExt
func (*Deployment_DbUpdateTaskStatus) Descriptor ¶ added in v1.4.0
func (*Deployment_DbUpdateTaskStatus) Descriptor() ([]byte, []int)
Deprecated, Use Deployment_DbUpdateTaskStatus.ProtoReflect.Descriptor instead.
func (*Deployment_DbUpdateTaskStatus) GetProgressBar ¶ added in v1.4.0
func (m *Deployment_DbUpdateTaskStatus) GetProgressBar() []*structpb.Struct
func (*Deployment_DbUpdateTaskStatus) GetReadyShards ¶ added in v1.4.0
func (m *Deployment_DbUpdateTaskStatus) GetReadyShards() []int64
func (*Deployment_DbUpdateTaskStatus) GetShardsCount ¶ added in v1.4.0
func (m *Deployment_DbUpdateTaskStatus) GetShardsCount() int64
func (*Deployment_DbUpdateTaskStatus) GetTargetVersion ¶ added in v1.4.0
func (m *Deployment_DbUpdateTaskStatus) GetTargetVersion() string
func (*Deployment_DbUpdateTaskStatus) GetTaskTag ¶ added in v1.4.0
func (m *Deployment_DbUpdateTaskStatus) GetTaskTag() string
func (*Deployment_DbUpdateTaskStatus) GotenMessage ¶ added in v1.4.0
func (*Deployment_DbUpdateTaskStatus) GotenMessage()
func (*Deployment_DbUpdateTaskStatus) GotenObjectExt ¶ added in v1.4.0
func (o *Deployment_DbUpdateTaskStatus) GotenObjectExt()
func (*Deployment_DbUpdateTaskStatus) GotenValidate ¶ added in v1.4.0
func (obj *Deployment_DbUpdateTaskStatus) GotenValidate() error
func (*Deployment_DbUpdateTaskStatus) MakeDiffFieldMask ¶ added in v1.4.0
func (o *Deployment_DbUpdateTaskStatus) MakeDiffFieldMask(other *Deployment_DbUpdateTaskStatus) *Deployment_DbUpdateTaskStatus_FieldMask
func (*Deployment_DbUpdateTaskStatus) MakeFullFieldMask ¶ added in v1.4.0
func (o *Deployment_DbUpdateTaskStatus) MakeFullFieldMask() *Deployment_DbUpdateTaskStatus_FieldMask
func (*Deployment_DbUpdateTaskStatus) MakeRawDiffFieldMask ¶ added in v1.4.0
func (o *Deployment_DbUpdateTaskStatus) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*Deployment_DbUpdateTaskStatus) MakeRawFullFieldMask ¶ added in v1.4.0
func (o *Deployment_DbUpdateTaskStatus) MakeRawFullFieldMask() gotenobject.FieldMask
func (*Deployment_DbUpdateTaskStatus) Marshal ¶ added in v1.4.0
func (m *Deployment_DbUpdateTaskStatus) Marshal() ([]byte, error)
func (*Deployment_DbUpdateTaskStatus) MarshalJSON ¶ added in v1.4.0
func (m *Deployment_DbUpdateTaskStatus) MarshalJSON() ([]byte, error)
func (*Deployment_DbUpdateTaskStatus) Merge ¶ added in v1.4.0
func (o *Deployment_DbUpdateTaskStatus) Merge(source *Deployment_DbUpdateTaskStatus)
func (*Deployment_DbUpdateTaskStatus) MergeRaw ¶ added in v1.4.0
func (o *Deployment_DbUpdateTaskStatus) MergeRaw(source gotenobject.GotenObjectExt)
func (*Deployment_DbUpdateTaskStatus) ProtoMessage ¶ added in v1.4.0
func (*Deployment_DbUpdateTaskStatus) ProtoMessage()
func (*Deployment_DbUpdateTaskStatus) ProtoReflect ¶ added in v1.4.0
func (m *Deployment_DbUpdateTaskStatus) ProtoReflect() preflect.Message
func (*Deployment_DbUpdateTaskStatus) Reset ¶ added in v1.4.0
func (m *Deployment_DbUpdateTaskStatus) Reset()
func (*Deployment_DbUpdateTaskStatus) SetProgressBar ¶ added in v1.4.0
func (m *Deployment_DbUpdateTaskStatus) SetProgressBar(fv []*structpb.Struct)
func (*Deployment_DbUpdateTaskStatus) SetReadyShards ¶ added in v1.4.0
func (m *Deployment_DbUpdateTaskStatus) SetReadyShards(fv []int64)
func (*Deployment_DbUpdateTaskStatus) SetShardsCount ¶ added in v1.4.0
func (m *Deployment_DbUpdateTaskStatus) SetShardsCount(fv int64)
func (*Deployment_DbUpdateTaskStatus) SetTargetVersion ¶ added in v1.4.0
func (m *Deployment_DbUpdateTaskStatus) SetTargetVersion(fv string)
func (*Deployment_DbUpdateTaskStatus) SetTaskTag ¶ added in v1.4.0
func (m *Deployment_DbUpdateTaskStatus) SetTaskTag(fv string)
func (*Deployment_DbUpdateTaskStatus) String ¶ added in v1.4.0
func (m *Deployment_DbUpdateTaskStatus) String() string
func (*Deployment_DbUpdateTaskStatus) Unmarshal ¶ added in v1.4.0
func (m *Deployment_DbUpdateTaskStatus) Unmarshal(b []byte) error
func (*Deployment_DbUpdateTaskStatus) UnmarshalJSON ¶ added in v1.4.0
func (m *Deployment_DbUpdateTaskStatus) UnmarshalJSON(data []byte) error
type Deployment_DbUpdateTaskStatusPathSelectorProgressBar ¶ added in v1.4.0
type Deployment_DbUpdateTaskStatusPathSelectorProgressBar struct{}
func (Deployment_DbUpdateTaskStatusPathSelectorProgressBar) WithArrayOfValues ¶ added in v1.4.0
func (s Deployment_DbUpdateTaskStatusPathSelectorProgressBar) WithArrayOfValues(values [][]*structpb.Struct) *DeploymentDbUpdateTaskStatus_FieldTerminalPathArrayOfValues
func (Deployment_DbUpdateTaskStatusPathSelectorProgressBar) WithItemValue ¶ added in v1.4.0
func (s Deployment_DbUpdateTaskStatusPathSelectorProgressBar) WithItemValue(value *structpb.Struct) *DeploymentDbUpdateTaskStatus_FieldTerminalPathArrayItemValue
func (Deployment_DbUpdateTaskStatusPathSelectorProgressBar) WithValue ¶ added in v1.4.0
func (s Deployment_DbUpdateTaskStatusPathSelectorProgressBar) WithValue(value []*structpb.Struct) *DeploymentDbUpdateTaskStatus_FieldTerminalPathValue
type Deployment_DbUpdateTaskStatusPathSelectorReadyShards ¶ added in v1.4.0
type Deployment_DbUpdateTaskStatusPathSelectorReadyShards struct{}
func (Deployment_DbUpdateTaskStatusPathSelectorReadyShards) WithArrayOfValues ¶ added in v1.4.0
func (s Deployment_DbUpdateTaskStatusPathSelectorReadyShards) WithArrayOfValues(values [][]int64) *DeploymentDbUpdateTaskStatus_FieldTerminalPathArrayOfValues
func (Deployment_DbUpdateTaskStatusPathSelectorReadyShards) WithItemValue ¶ added in v1.4.0
func (s Deployment_DbUpdateTaskStatusPathSelectorReadyShards) WithItemValue(value int64) *DeploymentDbUpdateTaskStatus_FieldTerminalPathArrayItemValue
func (Deployment_DbUpdateTaskStatusPathSelectorReadyShards) WithValue ¶ added in v1.4.0
func (s Deployment_DbUpdateTaskStatusPathSelectorReadyShards) WithValue(value []int64) *DeploymentDbUpdateTaskStatus_FieldTerminalPathValue
type Deployment_DbUpdateTaskStatusPathSelectorShardsCount ¶ added in v1.4.0
type Deployment_DbUpdateTaskStatusPathSelectorShardsCount struct{}
func (Deployment_DbUpdateTaskStatusPathSelectorShardsCount) WithArrayOfValues ¶ added in v1.4.0
func (s Deployment_DbUpdateTaskStatusPathSelectorShardsCount) WithArrayOfValues(values []int64) *DeploymentDbUpdateTaskStatus_FieldTerminalPathArrayOfValues
func (Deployment_DbUpdateTaskStatusPathSelectorShardsCount) WithValue ¶ added in v1.4.0
func (s Deployment_DbUpdateTaskStatusPathSelectorShardsCount) WithValue(value int64) *DeploymentDbUpdateTaskStatus_FieldTerminalPathValue
type Deployment_DbUpdateTaskStatusPathSelectorTargetVersion ¶ added in v1.4.0
type Deployment_DbUpdateTaskStatusPathSelectorTargetVersion struct{}
func (Deployment_DbUpdateTaskStatusPathSelectorTargetVersion) WithArrayOfValues ¶ added in v1.4.0
func (s Deployment_DbUpdateTaskStatusPathSelectorTargetVersion) WithArrayOfValues(values []string) *DeploymentDbUpdateTaskStatus_FieldTerminalPathArrayOfValues
func (Deployment_DbUpdateTaskStatusPathSelectorTargetVersion) WithValue ¶ added in v1.4.0
func (s Deployment_DbUpdateTaskStatusPathSelectorTargetVersion) WithValue(value string) *DeploymentDbUpdateTaskStatus_FieldTerminalPathValue
type Deployment_DbUpdateTaskStatusPathSelectorTaskTag ¶ added in v1.4.0
type Deployment_DbUpdateTaskStatusPathSelectorTaskTag struct{}
func (Deployment_DbUpdateTaskStatusPathSelectorTaskTag) WithArrayOfValues ¶ added in v1.4.0
func (s Deployment_DbUpdateTaskStatusPathSelectorTaskTag) WithArrayOfValues(values []string) *DeploymentDbUpdateTaskStatus_FieldTerminalPathArrayOfValues
func (Deployment_DbUpdateTaskStatusPathSelectorTaskTag) WithValue ¶ added in v1.4.0
func (s Deployment_DbUpdateTaskStatusPathSelectorTaskTag) WithValue(value string) *DeploymentDbUpdateTaskStatus_FieldTerminalPathValue
type Deployment_DbUpdateTaskStatus_FieldMask ¶ added in v1.4.0
type Deployment_DbUpdateTaskStatus_FieldMask struct {
Paths []DeploymentDbUpdateTaskStatus_FieldPath
}
func FullDeployment_DbUpdateTaskStatus_FieldMask ¶ added in v1.4.0
func FullDeployment_DbUpdateTaskStatus_FieldMask() *Deployment_DbUpdateTaskStatus_FieldMask
func (*Deployment_DbUpdateTaskStatus_FieldMask) AppendPath ¶ added in v1.4.0
func (fieldMask *Deployment_DbUpdateTaskStatus_FieldMask) AppendPath(path DeploymentDbUpdateTaskStatus_FieldPath)
func (*Deployment_DbUpdateTaskStatus_FieldMask) AppendRawPath ¶ added in v1.4.0
func (fieldMask *Deployment_DbUpdateTaskStatus_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*Deployment_DbUpdateTaskStatus_FieldMask) DecodeFirestore ¶ added in v1.4.0
func (fieldMask *Deployment_DbUpdateTaskStatus_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*Deployment_DbUpdateTaskStatus_FieldMask) EncodeFirestore ¶ added in v1.4.0
func (fieldMask *Deployment_DbUpdateTaskStatus_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*Deployment_DbUpdateTaskStatus_FieldMask) FilterInputFields ¶ added in v1.4.0
func (fieldMask *Deployment_DbUpdateTaskStatus_FieldMask) FilterInputFields() *Deployment_DbUpdateTaskStatus_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*Deployment_DbUpdateTaskStatus_FieldMask) FromProtoFieldMask ¶ added in v1.4.0
func (fieldMask *Deployment_DbUpdateTaskStatus_FieldMask) FromProtoFieldMask(protoFieldMask *googlefieldmaskpb.FieldMask) error
func (*Deployment_DbUpdateTaskStatus_FieldMask) GetPaths ¶ added in v1.4.0
func (fieldMask *Deployment_DbUpdateTaskStatus_FieldMask) GetPaths() []DeploymentDbUpdateTaskStatus_FieldPath
func (*Deployment_DbUpdateTaskStatus_FieldMask) GetRawPaths ¶ added in v1.4.0
func (fieldMask *Deployment_DbUpdateTaskStatus_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*Deployment_DbUpdateTaskStatus_FieldMask) IsFull ¶ added in v1.4.0
func (fieldMask *Deployment_DbUpdateTaskStatus_FieldMask) IsFull() bool
func (Deployment_DbUpdateTaskStatus_FieldMask) Marshal ¶ added in v1.4.0
func (fieldMask Deployment_DbUpdateTaskStatus_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (Deployment_DbUpdateTaskStatus_FieldMask) MarshalJSON ¶ added in v1.4.0
func (fieldMask Deployment_DbUpdateTaskStatus_FieldMask) MarshalJSON() ([]byte, error)
func (*Deployment_DbUpdateTaskStatus_FieldMask) PathsCount ¶ added in v1.4.0
func (fieldMask *Deployment_DbUpdateTaskStatus_FieldMask) PathsCount() int
func (*Deployment_DbUpdateTaskStatus_FieldMask) Project ¶ added in v1.4.0
func (fieldMask *Deployment_DbUpdateTaskStatus_FieldMask) Project(source *Deployment_DbUpdateTaskStatus) *Deployment_DbUpdateTaskStatus
func (*Deployment_DbUpdateTaskStatus_FieldMask) ProjectRaw ¶ added in v1.4.0
func (fieldMask *Deployment_DbUpdateTaskStatus_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*Deployment_DbUpdateTaskStatus_FieldMask) ProtoMessage ¶ added in v1.4.0
func (fieldMask *Deployment_DbUpdateTaskStatus_FieldMask) ProtoMessage()
func (*Deployment_DbUpdateTaskStatus_FieldMask) ProtoReflect ¶ added in v1.4.0
func (fieldMask *Deployment_DbUpdateTaskStatus_FieldMask) ProtoReflect() preflect.Message
func (*Deployment_DbUpdateTaskStatus_FieldMask) Reset ¶ added in v1.4.0
func (fieldMask *Deployment_DbUpdateTaskStatus_FieldMask) Reset()
func (*Deployment_DbUpdateTaskStatus_FieldMask) Set ¶ added in v1.4.0
func (fieldMask *Deployment_DbUpdateTaskStatus_FieldMask) Set(target, source *Deployment_DbUpdateTaskStatus)
func (*Deployment_DbUpdateTaskStatus_FieldMask) SetFromCliFlag ¶ added in v1.4.0
func (fieldMask *Deployment_DbUpdateTaskStatus_FieldMask) SetFromCliFlag(raw string) error
func (*Deployment_DbUpdateTaskStatus_FieldMask) SetRaw ¶ added in v1.4.0
func (fieldMask *Deployment_DbUpdateTaskStatus_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*Deployment_DbUpdateTaskStatus_FieldMask) Size ¶ added in v1.4.0
func (fieldMask *Deployment_DbUpdateTaskStatus_FieldMask) Size() int
func (*Deployment_DbUpdateTaskStatus_FieldMask) String ¶ added in v1.4.0
func (fieldMask *Deployment_DbUpdateTaskStatus_FieldMask) String() string
func (*Deployment_DbUpdateTaskStatus_FieldMask) Subtract ¶ added in v1.4.0
func (fieldMask *Deployment_DbUpdateTaskStatus_FieldMask) Subtract(other *Deployment_DbUpdateTaskStatus_FieldMask) *Deployment_DbUpdateTaskStatus_FieldMask
func (*Deployment_DbUpdateTaskStatus_FieldMask) SubtractRaw ¶ added in v1.4.0
func (fieldMask *Deployment_DbUpdateTaskStatus_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*Deployment_DbUpdateTaskStatus_FieldMask) ToProtoFieldMask ¶ added in v1.4.0
func (fieldMask *Deployment_DbUpdateTaskStatus_FieldMask) ToProtoFieldMask() *googlefieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*Deployment_DbUpdateTaskStatus_FieldMask) Unmarshal ¶ added in v1.4.0
func (fieldMask *Deployment_DbUpdateTaskStatus_FieldMask) Unmarshal(data []byte) error
func (*Deployment_DbUpdateTaskStatus_FieldMask) UnmarshalJSON ¶ added in v1.4.0
func (fieldMask *Deployment_DbUpdateTaskStatus_FieldMask) UnmarshalJSON(data []byte) error
type Deployment_FieldMask ¶
type Deployment_FieldMask struct {
Paths []Deployment_FieldPath
}
func FullDeployment_FieldMask ¶
func FullDeployment_FieldMask() *Deployment_FieldMask
func ResourceViewFieldMask ¶
func ResourceViewFieldMask(viewName view.View, extraMask *Deployment_FieldMask) *Deployment_FieldMask
func (*Deployment_FieldMask) AppendPath ¶
func (fieldMask *Deployment_FieldMask) AppendPath(path Deployment_FieldPath)
func (*Deployment_FieldMask) AppendRawPath ¶
func (fieldMask *Deployment_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*Deployment_FieldMask) DecodeFirestore ¶
func (fieldMask *Deployment_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*Deployment_FieldMask) EncodeFirestore ¶
func (fieldMask *Deployment_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*Deployment_FieldMask) FilterInputFields ¶
func (fieldMask *Deployment_FieldMask) FilterInputFields() *Deployment_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*Deployment_FieldMask) FromProtoFieldMask ¶
func (fieldMask *Deployment_FieldMask) FromProtoFieldMask(protoFieldMask *googlefieldmaskpb.FieldMask) error
func (*Deployment_FieldMask) GetPaths ¶
func (fieldMask *Deployment_FieldMask) GetPaths() []Deployment_FieldPath
func (*Deployment_FieldMask) GetRawPaths ¶
func (fieldMask *Deployment_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*Deployment_FieldMask) IsFull ¶
func (fieldMask *Deployment_FieldMask) IsFull() bool
func (Deployment_FieldMask) Marshal ¶
func (fieldMask Deployment_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (Deployment_FieldMask) MarshalJSON ¶
func (fieldMask Deployment_FieldMask) MarshalJSON() ([]byte, error)
func (*Deployment_FieldMask) PathsCount ¶
func (fieldMask *Deployment_FieldMask) PathsCount() int
func (*Deployment_FieldMask) Project ¶
func (fieldMask *Deployment_FieldMask) Project(source *Deployment) *Deployment
func (*Deployment_FieldMask) ProjectRaw ¶
func (fieldMask *Deployment_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*Deployment_FieldMask) ProtoMessage ¶
func (fieldMask *Deployment_FieldMask) ProtoMessage()
func (*Deployment_FieldMask) ProtoReflect ¶
func (fieldMask *Deployment_FieldMask) ProtoReflect() preflect.Message
func (*Deployment_FieldMask) Reset ¶
func (fieldMask *Deployment_FieldMask) Reset()
func (*Deployment_FieldMask) Set ¶
func (fieldMask *Deployment_FieldMask) Set(target, source *Deployment)
func (*Deployment_FieldMask) SetFromCliFlag ¶
func (fieldMask *Deployment_FieldMask) SetFromCliFlag(raw string) error
func (*Deployment_FieldMask) SetRaw ¶
func (fieldMask *Deployment_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*Deployment_FieldMask) Size ¶
func (fieldMask *Deployment_FieldMask) Size() int
func (*Deployment_FieldMask) String ¶
func (fieldMask *Deployment_FieldMask) String() string
func (*Deployment_FieldMask) Subtract ¶
func (fieldMask *Deployment_FieldMask) Subtract(other *Deployment_FieldMask) *Deployment_FieldMask
func (*Deployment_FieldMask) SubtractRaw ¶
func (fieldMask *Deployment_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*Deployment_FieldMask) ToProtoFieldMask ¶
func (fieldMask *Deployment_FieldMask) ToProtoFieldMask() *googlefieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*Deployment_FieldMask) Unmarshal ¶
func (fieldMask *Deployment_FieldMask) Unmarshal(data []byte) error
func (*Deployment_FieldMask) UnmarshalJSON ¶
func (fieldMask *Deployment_FieldMask) UnmarshalJSON(data []byte) error
type Deployment_FieldPath ¶
type Deployment_FieldPath interface { gotenobject.FieldPath Selector() Deployment_FieldPathSelector Get(source *Deployment) []interface{} GetSingle(source *Deployment) (interface{}, bool) ClearValue(item *Deployment) // Those methods build corresponding Deployment_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) Deployment_FieldPathValue WithIArrayOfValues(values interface{}) Deployment_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) Deployment_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildDeployment_FieldPath ¶
func BuildDeployment_FieldPath(fp gotenobject.RawFieldPath) (Deployment_FieldPath, error)
func MustParseDeployment_FieldPath ¶
func MustParseDeployment_FieldPath(rawField string) Deployment_FieldPath
func ParseDeployment_FieldPath ¶
func ParseDeployment_FieldPath(rawField string) (Deployment_FieldPath, error)
type Deployment_FieldPathArrayItemValue ¶
type Deployment_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue Deployment_FieldPath ContainsValue(*Deployment) bool }
Deployment_FieldPathArrayItemValue allows storing single item in Path-specific values for Deployment according to their type Present only for array (repeated) types.
func MustParseDeployment_FieldPathArrayItemValue ¶
func MustParseDeployment_FieldPathArrayItemValue(pathStr, valueStr string) Deployment_FieldPathArrayItemValue
func ParseDeployment_FieldPathArrayItemValue ¶
func ParseDeployment_FieldPathArrayItemValue(pathStr, valueStr string) (Deployment_FieldPathArrayItemValue, error)
ParseDeployment_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type Deployment_FieldPathArrayOfValues ¶
type Deployment_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues Deployment_FieldPath }
Deployment_FieldPathArrayOfValues allows storing slice of values for Deployment fields according to their type
func MustParseDeployment_FieldPathArrayOfValues ¶
func MustParseDeployment_FieldPathArrayOfValues(pathStr, valuesStr string) Deployment_FieldPathArrayOfValues
func ParseDeployment_FieldPathArrayOfValues ¶
func ParseDeployment_FieldPathArrayOfValues(pathStr, valuesStr string) (Deployment_FieldPathArrayOfValues, error)
type Deployment_FieldPathSelector ¶
type Deployment_FieldPathSelector int32
const ( Deployment_FieldPathSelectorName Deployment_FieldPathSelector = 0 Deployment_FieldPathSelectorMetadata Deployment_FieldPathSelector = 1 Deployment_FieldPathSelectorServiceName Deployment_FieldPathSelector = 2 Deployment_FieldPathSelectorRegion Deployment_FieldPathSelector = 3 Deployment_FieldPathSelectorPublicDomain Deployment_FieldPathSelector = 4 Deployment_FieldPathSelectorPrivateDomain Deployment_FieldPathSelector = 5 Deployment_FieldPathSelectorLocalNetworkId Deployment_FieldPathSelector = 6 Deployment_FieldPathSelectorLocation Deployment_FieldPathSelector = 7 Deployment_FieldPathSelectorIsDisabled Deployment_FieldPathSelector = 8 Deployment_FieldPathSelectorEnvRegistryGeneration Deployment_FieldPathSelector = 9 Deployment_FieldPathSelectorCurrentVersion Deployment_FieldPathSelector = 10 Deployment_FieldPathSelectorAutomaticVersionSwitch Deployment_FieldPathSelector = 11 Deployment_FieldPathSelectorUpgradeState Deployment_FieldPathSelector = 12 Deployment_FieldPathSelectorDbDataVersion Deployment_FieldPathSelector = 13 Deployment_FieldPathSelectorDataUpdateStatuses Deployment_FieldPathSelector = 14 )
func (Deployment_FieldPathSelector) String ¶
func (s Deployment_FieldPathSelector) String() string
type Deployment_FieldPathValue ¶
type Deployment_FieldPathValue interface { Deployment_FieldPath gotenobject.FieldPathValue SetTo(target **Deployment) CompareWith(*Deployment) (cmp int, comparable bool) }
Deployment_FieldPathValue allows storing values for Deployment fields according to their type
func MustParseDeployment_FieldPathValue ¶
func MustParseDeployment_FieldPathValue(pathStr, valueStr string) Deployment_FieldPathValue
func ParseDeployment_FieldPathValue ¶
func ParseDeployment_FieldPathValue(pathStr, valueStr string) (Deployment_FieldPathValue, error)
type Deployment_FieldSubPath ¶
type Deployment_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*Deployment_FieldSubPath) AsDataUpdateStatusesSubPath ¶ added in v1.4.0
func (fps *Deployment_FieldSubPath) AsDataUpdateStatusesSubPath() (DeploymentDbUpdateTaskStatus_FieldPath, bool)
func (*Deployment_FieldSubPath) AsLocationSubPath ¶
func (fps *Deployment_FieldSubPath) AsLocationSubPath() (DeploymentLocation_FieldPath, bool)
func (*Deployment_FieldSubPath) AsMetadataSubPath ¶
func (fps *Deployment_FieldSubPath) AsMetadataSubPath() (meta.Meta_FieldPath, bool)
func (*Deployment_FieldSubPath) AsUpgradeStateSubPath ¶
func (fps *Deployment_FieldSubPath) AsUpgradeStateSubPath() (DeploymentUpgradeState_FieldPath, bool)
func (*Deployment_FieldSubPath) ClearValue ¶
func (fps *Deployment_FieldSubPath) ClearValue(item *Deployment)
func (*Deployment_FieldSubPath) ClearValueRaw ¶
func (fps *Deployment_FieldSubPath) ClearValueRaw(item proto.Message)
func (*Deployment_FieldSubPath) Get ¶
func (fps *Deployment_FieldSubPath) Get(source *Deployment) (values []interface{})
Get returns all values pointed by selected field from source Deployment
func (*Deployment_FieldSubPath) GetDefault ¶
func (fps *Deployment_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*Deployment_FieldSubPath) GetRaw ¶
func (fps *Deployment_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*Deployment_FieldSubPath) GetSingle ¶
func (fps *Deployment_FieldSubPath) GetSingle(source *Deployment) (interface{}, bool)
GetSingle returns value of selected field from source Deployment
func (*Deployment_FieldSubPath) GetSingleRaw ¶
func (fps *Deployment_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*Deployment_FieldSubPath) IsLeaf ¶
func (fps *Deployment_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*Deployment_FieldSubPath) JSONString ¶
func (fps *Deployment_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*Deployment_FieldSubPath) Selector ¶
func (fps *Deployment_FieldSubPath) Selector() Deployment_FieldPathSelector
func (*Deployment_FieldSubPath) SplitIntoTerminalIPaths ¶
func (fps *Deployment_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*Deployment_FieldSubPath) String ¶
func (fps *Deployment_FieldSubPath) String() string
String returns path representation in proto convention
func (*Deployment_FieldSubPath) WithIArrayItemValue ¶
func (fps *Deployment_FieldSubPath) WithIArrayItemValue(value interface{}) Deployment_FieldPathArrayItemValue
func (*Deployment_FieldSubPath) WithIArrayOfValues ¶
func (fps *Deployment_FieldSubPath) WithIArrayOfValues(values interface{}) Deployment_FieldPathArrayOfValues
func (*Deployment_FieldSubPath) WithIValue ¶
func (fps *Deployment_FieldSubPath) WithIValue(value interface{}) Deployment_FieldPathValue
func (*Deployment_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *Deployment_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*Deployment_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *Deployment_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*Deployment_FieldSubPath) WithRawIValue ¶
func (fps *Deployment_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type Deployment_FieldSubPathArrayItemValue ¶
type Deployment_FieldSubPathArrayItemValue struct { Deployment_FieldPath // contains filtered or unexported fields }
func (*Deployment_FieldSubPathArrayItemValue) AsDataUpdateStatusesPathItemValue ¶ added in v1.4.0
func (fpaivs *Deployment_FieldSubPathArrayItemValue) AsDataUpdateStatusesPathItemValue() (DeploymentDbUpdateTaskStatus_FieldPathArrayItemValue, bool)
func (*Deployment_FieldSubPathArrayItemValue) AsLocationPathItemValue ¶
func (fpaivs *Deployment_FieldSubPathArrayItemValue) AsLocationPathItemValue() (DeploymentLocation_FieldPathArrayItemValue, bool)
func (*Deployment_FieldSubPathArrayItemValue) AsMetadataPathItemValue ¶
func (fpaivs *Deployment_FieldSubPathArrayItemValue) AsMetadataPathItemValue() (meta.Meta_FieldPathArrayItemValue, bool)
func (*Deployment_FieldSubPathArrayItemValue) AsUpgradeStatePathItemValue ¶
func (fpaivs *Deployment_FieldSubPathArrayItemValue) AsUpgradeStatePathItemValue() (DeploymentUpgradeState_FieldPathArrayItemValue, bool)
func (*Deployment_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *Deployment_FieldSubPathArrayItemValue) ContainsValue(source *Deployment) bool
Contains returns a boolean indicating if value that is being held is present in given 'Deployment'
func (*Deployment_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *Deployment_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type Deployment_FieldSubPathArrayOfValues ¶
type Deployment_FieldSubPathArrayOfValues struct { Deployment_FieldPath // contains filtered or unexported fields }
func (*Deployment_FieldSubPathArrayOfValues) AsDataUpdateStatusesPathArrayOfValues ¶ added in v1.4.0
func (fpsaov *Deployment_FieldSubPathArrayOfValues) AsDataUpdateStatusesPathArrayOfValues() (DeploymentDbUpdateTaskStatus_FieldPathArrayOfValues, bool)
func (*Deployment_FieldSubPathArrayOfValues) AsLocationPathArrayOfValues ¶
func (fpsaov *Deployment_FieldSubPathArrayOfValues) AsLocationPathArrayOfValues() (DeploymentLocation_FieldPathArrayOfValues, bool)
func (*Deployment_FieldSubPathArrayOfValues) AsMetadataPathArrayOfValues ¶
func (fpsaov *Deployment_FieldSubPathArrayOfValues) AsMetadataPathArrayOfValues() (meta.Meta_FieldPathArrayOfValues, bool)
func (*Deployment_FieldSubPathArrayOfValues) AsUpgradeStatePathArrayOfValues ¶
func (fpsaov *Deployment_FieldSubPathArrayOfValues) AsUpgradeStatePathArrayOfValues() (DeploymentUpgradeState_FieldPathArrayOfValues, bool)
func (*Deployment_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *Deployment_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type Deployment_FieldSubPathValue ¶
type Deployment_FieldSubPathValue struct { Deployment_FieldPath // contains filtered or unexported fields }
func (*Deployment_FieldSubPathValue) AsDataUpdateStatusesPathValue ¶ added in v1.4.0
func (fpvs *Deployment_FieldSubPathValue) AsDataUpdateStatusesPathValue() (DeploymentDbUpdateTaskStatus_FieldPathValue, bool)
func (*Deployment_FieldSubPathValue) AsLocationPathValue ¶
func (fpvs *Deployment_FieldSubPathValue) AsLocationPathValue() (DeploymentLocation_FieldPathValue, bool)
func (*Deployment_FieldSubPathValue) AsMetadataPathValue ¶
func (fpvs *Deployment_FieldSubPathValue) AsMetadataPathValue() (meta.Meta_FieldPathValue, bool)
func (*Deployment_FieldSubPathValue) AsUpgradeStatePathValue ¶
func (fpvs *Deployment_FieldSubPathValue) AsUpgradeStatePathValue() (DeploymentUpgradeState_FieldPathValue, bool)
func (*Deployment_FieldSubPathValue) CompareWith ¶
func (fpvs *Deployment_FieldSubPathValue) CompareWith(source *Deployment) (int, bool)
func (*Deployment_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *Deployment_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*Deployment_FieldSubPathValue) GetRawValue ¶
func (fpvs *Deployment_FieldSubPathValue) GetRawValue() interface{}
func (*Deployment_FieldSubPathValue) SetTo ¶
func (fpvs *Deployment_FieldSubPathValue) SetTo(target **Deployment)
func (*Deployment_FieldSubPathValue) SetToRaw ¶
func (fpvs *Deployment_FieldSubPathValue) SetToRaw(target proto.Message)
type Deployment_FieldTerminalPath ¶
type Deployment_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*Deployment_FieldTerminalPath) ClearValue ¶
func (fp *Deployment_FieldTerminalPath) ClearValue(item *Deployment)
func (*Deployment_FieldTerminalPath) ClearValueRaw ¶
func (fp *Deployment_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*Deployment_FieldTerminalPath) Get ¶
func (fp *Deployment_FieldTerminalPath) Get(source *Deployment) (values []interface{})
Get returns all values pointed by specific field from source Deployment
func (*Deployment_FieldTerminalPath) GetDefault ¶
func (fp *Deployment_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*Deployment_FieldTerminalPath) GetRaw ¶
func (fp *Deployment_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*Deployment_FieldTerminalPath) GetSingle ¶
func (fp *Deployment_FieldTerminalPath) GetSingle(source *Deployment) (interface{}, bool)
GetSingle returns value pointed by specific field of from source Deployment
func (*Deployment_FieldTerminalPath) GetSingleRaw ¶
func (fp *Deployment_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*Deployment_FieldTerminalPath) IsLeaf ¶
func (fp *Deployment_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*Deployment_FieldTerminalPath) JSONString ¶
func (fp *Deployment_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*Deployment_FieldTerminalPath) Selector ¶
func (fp *Deployment_FieldTerminalPath) Selector() Deployment_FieldPathSelector
func (*Deployment_FieldTerminalPath) SplitIntoTerminalIPaths ¶
func (fp *Deployment_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*Deployment_FieldTerminalPath) String ¶
func (fp *Deployment_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*Deployment_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *Deployment_FieldTerminalPath) WithIArrayItemValue(value interface{}) Deployment_FieldPathArrayItemValue
func (*Deployment_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *Deployment_FieldTerminalPath) WithIArrayOfValues(values interface{}) Deployment_FieldPathArrayOfValues
func (*Deployment_FieldTerminalPath) WithIValue ¶
func (fp *Deployment_FieldTerminalPath) WithIValue(value interface{}) Deployment_FieldPathValue
func (*Deployment_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *Deployment_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*Deployment_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *Deployment_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*Deployment_FieldTerminalPath) WithRawIValue ¶
func (fp *Deployment_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type Deployment_FieldTerminalPathArrayItemValue ¶
type Deployment_FieldTerminalPathArrayItemValue struct { Deployment_FieldTerminalPath // contains filtered or unexported fields }
func (*Deployment_FieldTerminalPathArrayItemValue) AsDataUpdateStatusesItemValue ¶ added in v1.4.0
func (fpaiv *Deployment_FieldTerminalPathArrayItemValue) AsDataUpdateStatusesItemValue() (*Deployment_DbUpdateTaskStatus, bool)
func (*Deployment_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *Deployment_FieldTerminalPathArrayItemValue) ContainsValue(source *Deployment) bool
Contains returns a boolean indicating if value that is being held is present in given 'Deployment'
func (*Deployment_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *Deployment_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object Deployment as interface{}
func (*Deployment_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *Deployment_FieldTerminalPathArrayItemValue) GetSingle(source *Deployment) (interface{}, bool)
func (*Deployment_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *Deployment_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type Deployment_FieldTerminalPathArrayOfValues ¶
type Deployment_FieldTerminalPathArrayOfValues struct { Deployment_FieldTerminalPath // contains filtered or unexported fields }
func (*Deployment_FieldTerminalPathArrayOfValues) AsAutomaticVersionSwitchArrayOfValues ¶
func (fpaov *Deployment_FieldTerminalPathArrayOfValues) AsAutomaticVersionSwitchArrayOfValues() ([]bool, bool)
func (*Deployment_FieldTerminalPathArrayOfValues) AsCurrentVersionArrayOfValues ¶
func (fpaov *Deployment_FieldTerminalPathArrayOfValues) AsCurrentVersionArrayOfValues() ([]string, bool)
func (*Deployment_FieldTerminalPathArrayOfValues) AsDataUpdateStatusesArrayOfValues ¶ added in v1.4.0
func (fpaov *Deployment_FieldTerminalPathArrayOfValues) AsDataUpdateStatusesArrayOfValues() ([][]*Deployment_DbUpdateTaskStatus, bool)
func (*Deployment_FieldTerminalPathArrayOfValues) AsDbDataVersionArrayOfValues ¶ added in v1.4.0
func (fpaov *Deployment_FieldTerminalPathArrayOfValues) AsDbDataVersionArrayOfValues() ([]string, bool)
func (*Deployment_FieldTerminalPathArrayOfValues) AsEnvRegistryGenerationArrayOfValues ¶
func (fpaov *Deployment_FieldTerminalPathArrayOfValues) AsEnvRegistryGenerationArrayOfValues() ([]int32, bool)
func (*Deployment_FieldTerminalPathArrayOfValues) AsIsDisabledArrayOfValues ¶
func (fpaov *Deployment_FieldTerminalPathArrayOfValues) AsIsDisabledArrayOfValues() ([]bool, bool)
func (*Deployment_FieldTerminalPathArrayOfValues) AsLocalNetworkIdArrayOfValues ¶
func (fpaov *Deployment_FieldTerminalPathArrayOfValues) AsLocalNetworkIdArrayOfValues() ([]string, bool)
func (*Deployment_FieldTerminalPathArrayOfValues) AsLocationArrayOfValues ¶
func (fpaov *Deployment_FieldTerminalPathArrayOfValues) AsLocationArrayOfValues() ([]*Deployment_Location, bool)
func (*Deployment_FieldTerminalPathArrayOfValues) AsMetadataArrayOfValues ¶
func (fpaov *Deployment_FieldTerminalPathArrayOfValues) AsMetadataArrayOfValues() ([]*meta.Meta, bool)
func (*Deployment_FieldTerminalPathArrayOfValues) AsNameArrayOfValues ¶
func (fpaov *Deployment_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*Name, bool)
func (*Deployment_FieldTerminalPathArrayOfValues) AsPrivateDomainArrayOfValues ¶
func (fpaov *Deployment_FieldTerminalPathArrayOfValues) AsPrivateDomainArrayOfValues() ([]string, bool)
func (*Deployment_FieldTerminalPathArrayOfValues) AsPublicDomainArrayOfValues ¶
func (fpaov *Deployment_FieldTerminalPathArrayOfValues) AsPublicDomainArrayOfValues() ([]string, bool)
func (*Deployment_FieldTerminalPathArrayOfValues) AsRegionArrayOfValues ¶
func (fpaov *Deployment_FieldTerminalPathArrayOfValues) AsRegionArrayOfValues() ([]*region.Reference, bool)
func (*Deployment_FieldTerminalPathArrayOfValues) AsServiceNameArrayOfValues ¶
func (fpaov *Deployment_FieldTerminalPathArrayOfValues) AsServiceNameArrayOfValues() ([]string, bool)
func (*Deployment_FieldTerminalPathArrayOfValues) AsUpgradeStateArrayOfValues ¶
func (fpaov *Deployment_FieldTerminalPathArrayOfValues) AsUpgradeStateArrayOfValues() ([]*Deployment_UpgradeState, bool)
func (*Deployment_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *Deployment_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type Deployment_FieldTerminalPathValue ¶
type Deployment_FieldTerminalPathValue struct { Deployment_FieldTerminalPath // contains filtered or unexported fields }
func (*Deployment_FieldTerminalPathValue) AsAutomaticVersionSwitchValue ¶
func (fpv *Deployment_FieldTerminalPathValue) AsAutomaticVersionSwitchValue() (bool, bool)
func (*Deployment_FieldTerminalPathValue) AsCurrentVersionValue ¶
func (fpv *Deployment_FieldTerminalPathValue) AsCurrentVersionValue() (string, bool)
func (*Deployment_FieldTerminalPathValue) AsDataUpdateStatusesValue ¶ added in v1.4.0
func (fpv *Deployment_FieldTerminalPathValue) AsDataUpdateStatusesValue() ([]*Deployment_DbUpdateTaskStatus, bool)
func (*Deployment_FieldTerminalPathValue) AsDbDataVersionValue ¶ added in v1.4.0
func (fpv *Deployment_FieldTerminalPathValue) AsDbDataVersionValue() (string, bool)
func (*Deployment_FieldTerminalPathValue) AsEnvRegistryGenerationValue ¶
func (fpv *Deployment_FieldTerminalPathValue) AsEnvRegistryGenerationValue() (int32, bool)
func (*Deployment_FieldTerminalPathValue) AsIsDisabledValue ¶
func (fpv *Deployment_FieldTerminalPathValue) AsIsDisabledValue() (bool, bool)
func (*Deployment_FieldTerminalPathValue) AsLocalNetworkIdValue ¶
func (fpv *Deployment_FieldTerminalPathValue) AsLocalNetworkIdValue() (string, bool)
func (*Deployment_FieldTerminalPathValue) AsLocationValue ¶
func (fpv *Deployment_FieldTerminalPathValue) AsLocationValue() (*Deployment_Location, bool)
func (*Deployment_FieldTerminalPathValue) AsMetadataValue ¶
func (fpv *Deployment_FieldTerminalPathValue) AsMetadataValue() (*meta.Meta, bool)
func (*Deployment_FieldTerminalPathValue) AsNameValue ¶
func (fpv *Deployment_FieldTerminalPathValue) AsNameValue() (*Name, bool)
func (*Deployment_FieldTerminalPathValue) AsPrivateDomainValue ¶
func (fpv *Deployment_FieldTerminalPathValue) AsPrivateDomainValue() (string, bool)
func (*Deployment_FieldTerminalPathValue) AsPublicDomainValue ¶
func (fpv *Deployment_FieldTerminalPathValue) AsPublicDomainValue() (string, bool)
func (*Deployment_FieldTerminalPathValue) AsRegionValue ¶
func (fpv *Deployment_FieldTerminalPathValue) AsRegionValue() (*region.Reference, bool)
func (*Deployment_FieldTerminalPathValue) AsServiceNameValue ¶
func (fpv *Deployment_FieldTerminalPathValue) AsServiceNameValue() (string, bool)
func (*Deployment_FieldTerminalPathValue) AsUpgradeStateValue ¶
func (fpv *Deployment_FieldTerminalPathValue) AsUpgradeStateValue() (*Deployment_UpgradeState, bool)
func (*Deployment_FieldTerminalPathValue) CompareWith ¶
func (fpv *Deployment_FieldTerminalPathValue) CompareWith(source *Deployment) (int, bool)
CompareWith compares value in the 'Deployment_FieldTerminalPathValue' with the value under path in 'Deployment'.
func (*Deployment_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *Deployment_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*Deployment_FieldTerminalPathValue) GetRawValue ¶
func (fpv *Deployment_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'Deployment' as interface{}
func (*Deployment_FieldTerminalPathValue) SetTo ¶
func (fpv *Deployment_FieldTerminalPathValue) SetTo(target **Deployment)
SetTo stores value for selected field for object Deployment
func (*Deployment_FieldTerminalPathValue) SetToRaw ¶
func (fpv *Deployment_FieldTerminalPathValue) SetToRaw(target proto.Message)
type Deployment_Location ¶
type Deployment_Location struct { // Continent Continent string `protobuf:"bytes,1,opt,name=continent,proto3" json:"continent,omitempty" firestore:"continent"` // Country Country string `protobuf:"bytes,2,opt,name=country,proto3" json:"country,omitempty" firestore:"country"` // Agglomeration Agglomeration string `protobuf:"bytes,3,opt,name=agglomeration,proto3" json:"agglomeration,omitempty" firestore:"agglomeration"` // City City string `protobuf:"bytes,4,opt,name=city,proto3" json:"city,omitempty" firestore:"city"` // Cloud provider (like GCP, Azure, AWS...) Cloud string `protobuf:"bytes,5,opt,name=cloud,proto3" json:"cloud,omitempty" firestore:"cloud"` // contains filtered or unexported fields }
Location describes deployment location of this deployment. It may be used for multi-region routing to help determine closest deployment.
func (*Deployment_Location) Clone ¶
func (o *Deployment_Location) Clone() *Deployment_Location
func (*Deployment_Location) CloneRaw ¶
func (o *Deployment_Location) CloneRaw() gotenobject.GotenObjectExt
func (*Deployment_Location) Descriptor ¶
func (*Deployment_Location) Descriptor() ([]byte, []int)
Deprecated, Use Deployment_Location.ProtoReflect.Descriptor instead.
func (*Deployment_Location) GetAgglomeration ¶
func (m *Deployment_Location) GetAgglomeration() string
func (*Deployment_Location) GetCity ¶
func (m *Deployment_Location) GetCity() string
func (*Deployment_Location) GetCloud ¶
func (m *Deployment_Location) GetCloud() string
func (*Deployment_Location) GetContinent ¶
func (m *Deployment_Location) GetContinent() string
func (*Deployment_Location) GetCountry ¶
func (m *Deployment_Location) GetCountry() string
func (*Deployment_Location) GotenMessage ¶
func (*Deployment_Location) GotenMessage()
func (*Deployment_Location) GotenObjectExt ¶
func (o *Deployment_Location) GotenObjectExt()
func (*Deployment_Location) GotenValidate ¶
func (obj *Deployment_Location) GotenValidate() error
func (*Deployment_Location) MakeDiffFieldMask ¶
func (o *Deployment_Location) MakeDiffFieldMask(other *Deployment_Location) *Deployment_Location_FieldMask
func (*Deployment_Location) MakeFullFieldMask ¶
func (o *Deployment_Location) MakeFullFieldMask() *Deployment_Location_FieldMask
func (*Deployment_Location) MakeRawDiffFieldMask ¶
func (o *Deployment_Location) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*Deployment_Location) MakeRawFullFieldMask ¶
func (o *Deployment_Location) MakeRawFullFieldMask() gotenobject.FieldMask
func (*Deployment_Location) Marshal ¶
func (m *Deployment_Location) Marshal() ([]byte, error)
func (*Deployment_Location) MarshalJSON ¶
func (m *Deployment_Location) MarshalJSON() ([]byte, error)
func (*Deployment_Location) Merge ¶
func (o *Deployment_Location) Merge(source *Deployment_Location)
func (*Deployment_Location) MergeRaw ¶
func (o *Deployment_Location) MergeRaw(source gotenobject.GotenObjectExt)
func (*Deployment_Location) ProtoMessage ¶
func (*Deployment_Location) ProtoMessage()
func (*Deployment_Location) ProtoReflect ¶
func (m *Deployment_Location) ProtoReflect() preflect.Message
func (*Deployment_Location) Reset ¶
func (m *Deployment_Location) Reset()
func (*Deployment_Location) SetAgglomeration ¶
func (m *Deployment_Location) SetAgglomeration(fv string)
func (*Deployment_Location) SetCity ¶
func (m *Deployment_Location) SetCity(fv string)
func (*Deployment_Location) SetCloud ¶
func (m *Deployment_Location) SetCloud(fv string)
func (*Deployment_Location) SetContinent ¶
func (m *Deployment_Location) SetContinent(fv string)
func (*Deployment_Location) SetCountry ¶
func (m *Deployment_Location) SetCountry(fv string)
func (*Deployment_Location) String ¶
func (m *Deployment_Location) String() string
func (*Deployment_Location) Unmarshal ¶
func (m *Deployment_Location) Unmarshal(b []byte) error
func (*Deployment_Location) UnmarshalJSON ¶
func (m *Deployment_Location) UnmarshalJSON(data []byte) error
type Deployment_LocationPathSelectorAgglomeration ¶
type Deployment_LocationPathSelectorAgglomeration struct{}
func (Deployment_LocationPathSelectorAgglomeration) FieldPath ¶
func (Deployment_LocationPathSelectorAgglomeration) FieldPath() *DeploymentLocation_FieldTerminalPath
func (Deployment_LocationPathSelectorAgglomeration) WithArrayOfValues ¶
func (s Deployment_LocationPathSelectorAgglomeration) WithArrayOfValues(values []string) *DeploymentLocation_FieldTerminalPathArrayOfValues
func (Deployment_LocationPathSelectorAgglomeration) WithValue ¶
func (s Deployment_LocationPathSelectorAgglomeration) WithValue(value string) *DeploymentLocation_FieldTerminalPathValue
type Deployment_LocationPathSelectorCity ¶
type Deployment_LocationPathSelectorCity struct{}
func (Deployment_LocationPathSelectorCity) FieldPath ¶
func (Deployment_LocationPathSelectorCity) FieldPath() *DeploymentLocation_FieldTerminalPath
func (Deployment_LocationPathSelectorCity) WithArrayOfValues ¶
func (s Deployment_LocationPathSelectorCity) WithArrayOfValues(values []string) *DeploymentLocation_FieldTerminalPathArrayOfValues
func (Deployment_LocationPathSelectorCity) WithValue ¶
func (s Deployment_LocationPathSelectorCity) WithValue(value string) *DeploymentLocation_FieldTerminalPathValue
type Deployment_LocationPathSelectorCloud ¶
type Deployment_LocationPathSelectorCloud struct{}
func (Deployment_LocationPathSelectorCloud) FieldPath ¶
func (Deployment_LocationPathSelectorCloud) FieldPath() *DeploymentLocation_FieldTerminalPath
func (Deployment_LocationPathSelectorCloud) WithArrayOfValues ¶
func (s Deployment_LocationPathSelectorCloud) WithArrayOfValues(values []string) *DeploymentLocation_FieldTerminalPathArrayOfValues
func (Deployment_LocationPathSelectorCloud) WithValue ¶
func (s Deployment_LocationPathSelectorCloud) WithValue(value string) *DeploymentLocation_FieldTerminalPathValue
type Deployment_LocationPathSelectorContinent ¶
type Deployment_LocationPathSelectorContinent struct{}
func (Deployment_LocationPathSelectorContinent) FieldPath ¶
func (Deployment_LocationPathSelectorContinent) FieldPath() *DeploymentLocation_FieldTerminalPath
func (Deployment_LocationPathSelectorContinent) WithArrayOfValues ¶
func (s Deployment_LocationPathSelectorContinent) WithArrayOfValues(values []string) *DeploymentLocation_FieldTerminalPathArrayOfValues
func (Deployment_LocationPathSelectorContinent) WithValue ¶
func (s Deployment_LocationPathSelectorContinent) WithValue(value string) *DeploymentLocation_FieldTerminalPathValue
type Deployment_LocationPathSelectorCountry ¶
type Deployment_LocationPathSelectorCountry struct{}
func (Deployment_LocationPathSelectorCountry) FieldPath ¶
func (Deployment_LocationPathSelectorCountry) FieldPath() *DeploymentLocation_FieldTerminalPath
func (Deployment_LocationPathSelectorCountry) WithArrayOfValues ¶
func (s Deployment_LocationPathSelectorCountry) WithArrayOfValues(values []string) *DeploymentLocation_FieldTerminalPathArrayOfValues
func (Deployment_LocationPathSelectorCountry) WithValue ¶
func (s Deployment_LocationPathSelectorCountry) WithValue(value string) *DeploymentLocation_FieldTerminalPathValue
type Deployment_Location_FieldMask ¶
type Deployment_Location_FieldMask struct {
Paths []DeploymentLocation_FieldPath
}
func FullDeployment_Location_FieldMask ¶
func FullDeployment_Location_FieldMask() *Deployment_Location_FieldMask
func (*Deployment_Location_FieldMask) AppendPath ¶
func (fieldMask *Deployment_Location_FieldMask) AppendPath(path DeploymentLocation_FieldPath)
func (*Deployment_Location_FieldMask) AppendRawPath ¶
func (fieldMask *Deployment_Location_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*Deployment_Location_FieldMask) DecodeFirestore ¶
func (fieldMask *Deployment_Location_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*Deployment_Location_FieldMask) EncodeFirestore ¶
func (fieldMask *Deployment_Location_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*Deployment_Location_FieldMask) FilterInputFields ¶
func (fieldMask *Deployment_Location_FieldMask) FilterInputFields() *Deployment_Location_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*Deployment_Location_FieldMask) FromProtoFieldMask ¶
func (fieldMask *Deployment_Location_FieldMask) FromProtoFieldMask(protoFieldMask *googlefieldmaskpb.FieldMask) error
func (*Deployment_Location_FieldMask) GetPaths ¶
func (fieldMask *Deployment_Location_FieldMask) GetPaths() []DeploymentLocation_FieldPath
func (*Deployment_Location_FieldMask) GetRawPaths ¶
func (fieldMask *Deployment_Location_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*Deployment_Location_FieldMask) IsFull ¶
func (fieldMask *Deployment_Location_FieldMask) IsFull() bool
func (Deployment_Location_FieldMask) Marshal ¶
func (fieldMask Deployment_Location_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (Deployment_Location_FieldMask) MarshalJSON ¶
func (fieldMask Deployment_Location_FieldMask) MarshalJSON() ([]byte, error)
func (*Deployment_Location_FieldMask) PathsCount ¶
func (fieldMask *Deployment_Location_FieldMask) PathsCount() int
func (*Deployment_Location_FieldMask) Project ¶
func (fieldMask *Deployment_Location_FieldMask) Project(source *Deployment_Location) *Deployment_Location
func (*Deployment_Location_FieldMask) ProjectRaw ¶
func (fieldMask *Deployment_Location_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*Deployment_Location_FieldMask) ProtoMessage ¶
func (fieldMask *Deployment_Location_FieldMask) ProtoMessage()
func (*Deployment_Location_FieldMask) ProtoReflect ¶
func (fieldMask *Deployment_Location_FieldMask) ProtoReflect() preflect.Message
func (*Deployment_Location_FieldMask) Reset ¶
func (fieldMask *Deployment_Location_FieldMask) Reset()
func (*Deployment_Location_FieldMask) Set ¶
func (fieldMask *Deployment_Location_FieldMask) Set(target, source *Deployment_Location)
func (*Deployment_Location_FieldMask) SetFromCliFlag ¶
func (fieldMask *Deployment_Location_FieldMask) SetFromCliFlag(raw string) error
func (*Deployment_Location_FieldMask) SetRaw ¶
func (fieldMask *Deployment_Location_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*Deployment_Location_FieldMask) Size ¶
func (fieldMask *Deployment_Location_FieldMask) Size() int
func (*Deployment_Location_FieldMask) String ¶
func (fieldMask *Deployment_Location_FieldMask) String() string
func (*Deployment_Location_FieldMask) Subtract ¶
func (fieldMask *Deployment_Location_FieldMask) Subtract(other *Deployment_Location_FieldMask) *Deployment_Location_FieldMask
func (*Deployment_Location_FieldMask) SubtractRaw ¶
func (fieldMask *Deployment_Location_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*Deployment_Location_FieldMask) ToProtoFieldMask ¶
func (fieldMask *Deployment_Location_FieldMask) ToProtoFieldMask() *googlefieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*Deployment_Location_FieldMask) Unmarshal ¶
func (fieldMask *Deployment_Location_FieldMask) Unmarshal(data []byte) error
func (*Deployment_Location_FieldMask) UnmarshalJSON ¶
func (fieldMask *Deployment_Location_FieldMask) UnmarshalJSON(data []byte) error
type Deployment_UpgradeState ¶
type Deployment_UpgradeState struct { TargetVersion string `` /* 126-byte string literal not displayed */ ReadyShards []int64 `` /* 126-byte string literal not displayed */ PendingShards []int64 `` /* 134-byte string literal not displayed */ Stage Deployment_UpgradeState_Stage `` /* 131-byte string literal not displayed */ // Value to switch once update is completed for db_data_version value. DbDataTargetVersion string `` /* 154-byte string literal not displayed */ // contains filtered or unexported fields }
UpgradeState describes current state of database upgrade.
func (*Deployment_UpgradeState) Clone ¶
func (o *Deployment_UpgradeState) Clone() *Deployment_UpgradeState
func (*Deployment_UpgradeState) CloneRaw ¶
func (o *Deployment_UpgradeState) CloneRaw() gotenobject.GotenObjectExt
func (*Deployment_UpgradeState) Descriptor ¶
func (*Deployment_UpgradeState) Descriptor() ([]byte, []int)
Deprecated, Use Deployment_UpgradeState.ProtoReflect.Descriptor instead.
func (*Deployment_UpgradeState) GetDbDataTargetVersion ¶ added in v1.4.0
func (m *Deployment_UpgradeState) GetDbDataTargetVersion() string
func (*Deployment_UpgradeState) GetPendingShards ¶
func (m *Deployment_UpgradeState) GetPendingShards() []int64
func (*Deployment_UpgradeState) GetReadyShards ¶
func (m *Deployment_UpgradeState) GetReadyShards() []int64
func (*Deployment_UpgradeState) GetStage ¶
func (m *Deployment_UpgradeState) GetStage() Deployment_UpgradeState_Stage
func (*Deployment_UpgradeState) GetTargetVersion ¶
func (m *Deployment_UpgradeState) GetTargetVersion() string
func (*Deployment_UpgradeState) GotenMessage ¶
func (*Deployment_UpgradeState) GotenMessage()
func (*Deployment_UpgradeState) GotenObjectExt ¶
func (o *Deployment_UpgradeState) GotenObjectExt()
func (*Deployment_UpgradeState) GotenValidate ¶
func (obj *Deployment_UpgradeState) GotenValidate() error
func (*Deployment_UpgradeState) MakeDiffFieldMask ¶
func (o *Deployment_UpgradeState) MakeDiffFieldMask(other *Deployment_UpgradeState) *Deployment_UpgradeState_FieldMask
func (*Deployment_UpgradeState) MakeFullFieldMask ¶
func (o *Deployment_UpgradeState) MakeFullFieldMask() *Deployment_UpgradeState_FieldMask
func (*Deployment_UpgradeState) MakeRawDiffFieldMask ¶
func (o *Deployment_UpgradeState) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*Deployment_UpgradeState) MakeRawFullFieldMask ¶
func (o *Deployment_UpgradeState) MakeRawFullFieldMask() gotenobject.FieldMask
func (*Deployment_UpgradeState) Marshal ¶
func (m *Deployment_UpgradeState) Marshal() ([]byte, error)
func (*Deployment_UpgradeState) MarshalJSON ¶
func (m *Deployment_UpgradeState) MarshalJSON() ([]byte, error)
func (*Deployment_UpgradeState) Merge ¶
func (o *Deployment_UpgradeState) Merge(source *Deployment_UpgradeState)
func (*Deployment_UpgradeState) MergeRaw ¶
func (o *Deployment_UpgradeState) MergeRaw(source gotenobject.GotenObjectExt)
func (*Deployment_UpgradeState) ProtoMessage ¶
func (*Deployment_UpgradeState) ProtoMessage()
func (*Deployment_UpgradeState) ProtoReflect ¶
func (m *Deployment_UpgradeState) ProtoReflect() preflect.Message
func (*Deployment_UpgradeState) Reset ¶
func (m *Deployment_UpgradeState) Reset()
func (*Deployment_UpgradeState) SetDbDataTargetVersion ¶ added in v1.4.0
func (m *Deployment_UpgradeState) SetDbDataTargetVersion(fv string)
func (*Deployment_UpgradeState) SetPendingShards ¶
func (m *Deployment_UpgradeState) SetPendingShards(fv []int64)
func (*Deployment_UpgradeState) SetReadyShards ¶
func (m *Deployment_UpgradeState) SetReadyShards(fv []int64)
func (*Deployment_UpgradeState) SetStage ¶
func (m *Deployment_UpgradeState) SetStage(fv Deployment_UpgradeState_Stage)
func (*Deployment_UpgradeState) SetTargetVersion ¶
func (m *Deployment_UpgradeState) SetTargetVersion(fv string)
func (*Deployment_UpgradeState) String ¶
func (m *Deployment_UpgradeState) String() string
func (*Deployment_UpgradeState) Unmarshal ¶
func (m *Deployment_UpgradeState) Unmarshal(b []byte) error
func (*Deployment_UpgradeState) UnmarshalJSON ¶
func (m *Deployment_UpgradeState) UnmarshalJSON(data []byte) error
type Deployment_UpgradeStatePathSelectorDbDataTargetVersion ¶ added in v1.4.0
type Deployment_UpgradeStatePathSelectorDbDataTargetVersion struct{}
func (Deployment_UpgradeStatePathSelectorDbDataTargetVersion) WithArrayOfValues ¶ added in v1.4.0
func (s Deployment_UpgradeStatePathSelectorDbDataTargetVersion) WithArrayOfValues(values []string) *DeploymentUpgradeState_FieldTerminalPathArrayOfValues
func (Deployment_UpgradeStatePathSelectorDbDataTargetVersion) WithValue ¶ added in v1.4.0
func (s Deployment_UpgradeStatePathSelectorDbDataTargetVersion) WithValue(value string) *DeploymentUpgradeState_FieldTerminalPathValue
type Deployment_UpgradeStatePathSelectorPendingShards ¶
type Deployment_UpgradeStatePathSelectorPendingShards struct{}
func (Deployment_UpgradeStatePathSelectorPendingShards) WithArrayOfValues ¶
func (s Deployment_UpgradeStatePathSelectorPendingShards) WithArrayOfValues(values [][]int64) *DeploymentUpgradeState_FieldTerminalPathArrayOfValues
func (Deployment_UpgradeStatePathSelectorPendingShards) WithItemValue ¶
func (s Deployment_UpgradeStatePathSelectorPendingShards) WithItemValue(value int64) *DeploymentUpgradeState_FieldTerminalPathArrayItemValue
func (Deployment_UpgradeStatePathSelectorPendingShards) WithValue ¶
func (s Deployment_UpgradeStatePathSelectorPendingShards) WithValue(value []int64) *DeploymentUpgradeState_FieldTerminalPathValue
type Deployment_UpgradeStatePathSelectorReadyShards ¶
type Deployment_UpgradeStatePathSelectorReadyShards struct{}
func (Deployment_UpgradeStatePathSelectorReadyShards) WithArrayOfValues ¶
func (s Deployment_UpgradeStatePathSelectorReadyShards) WithArrayOfValues(values [][]int64) *DeploymentUpgradeState_FieldTerminalPathArrayOfValues
func (Deployment_UpgradeStatePathSelectorReadyShards) WithItemValue ¶
func (s Deployment_UpgradeStatePathSelectorReadyShards) WithItemValue(value int64) *DeploymentUpgradeState_FieldTerminalPathArrayItemValue
func (Deployment_UpgradeStatePathSelectorReadyShards) WithValue ¶
func (s Deployment_UpgradeStatePathSelectorReadyShards) WithValue(value []int64) *DeploymentUpgradeState_FieldTerminalPathValue
type Deployment_UpgradeStatePathSelectorStage ¶
type Deployment_UpgradeStatePathSelectorStage struct{}
func (Deployment_UpgradeStatePathSelectorStage) FieldPath ¶
func (Deployment_UpgradeStatePathSelectorStage) FieldPath() *DeploymentUpgradeState_FieldTerminalPath
func (Deployment_UpgradeStatePathSelectorStage) WithArrayOfValues ¶
func (s Deployment_UpgradeStatePathSelectorStage) WithArrayOfValues(values []Deployment_UpgradeState_Stage) *DeploymentUpgradeState_FieldTerminalPathArrayOfValues
func (Deployment_UpgradeStatePathSelectorStage) WithValue ¶
func (s Deployment_UpgradeStatePathSelectorStage) WithValue(value Deployment_UpgradeState_Stage) *DeploymentUpgradeState_FieldTerminalPathValue
type Deployment_UpgradeStatePathSelectorTargetVersion ¶
type Deployment_UpgradeStatePathSelectorTargetVersion struct{}
func (Deployment_UpgradeStatePathSelectorTargetVersion) WithArrayOfValues ¶
func (s Deployment_UpgradeStatePathSelectorTargetVersion) WithArrayOfValues(values []string) *DeploymentUpgradeState_FieldTerminalPathArrayOfValues
func (Deployment_UpgradeStatePathSelectorTargetVersion) WithValue ¶
func (s Deployment_UpgradeStatePathSelectorTargetVersion) WithValue(value string) *DeploymentUpgradeState_FieldTerminalPathValue
type Deployment_UpgradeState_FieldMask ¶
type Deployment_UpgradeState_FieldMask struct {
Paths []DeploymentUpgradeState_FieldPath
}
func FullDeployment_UpgradeState_FieldMask ¶
func FullDeployment_UpgradeState_FieldMask() *Deployment_UpgradeState_FieldMask
func (*Deployment_UpgradeState_FieldMask) AppendPath ¶
func (fieldMask *Deployment_UpgradeState_FieldMask) AppendPath(path DeploymentUpgradeState_FieldPath)
func (*Deployment_UpgradeState_FieldMask) AppendRawPath ¶
func (fieldMask *Deployment_UpgradeState_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*Deployment_UpgradeState_FieldMask) DecodeFirestore ¶
func (fieldMask *Deployment_UpgradeState_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*Deployment_UpgradeState_FieldMask) EncodeFirestore ¶
func (fieldMask *Deployment_UpgradeState_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*Deployment_UpgradeState_FieldMask) FilterInputFields ¶
func (fieldMask *Deployment_UpgradeState_FieldMask) FilterInputFields() *Deployment_UpgradeState_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*Deployment_UpgradeState_FieldMask) FromProtoFieldMask ¶
func (fieldMask *Deployment_UpgradeState_FieldMask) FromProtoFieldMask(protoFieldMask *googlefieldmaskpb.FieldMask) error
func (*Deployment_UpgradeState_FieldMask) GetPaths ¶
func (fieldMask *Deployment_UpgradeState_FieldMask) GetPaths() []DeploymentUpgradeState_FieldPath
func (*Deployment_UpgradeState_FieldMask) GetRawPaths ¶
func (fieldMask *Deployment_UpgradeState_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*Deployment_UpgradeState_FieldMask) IsFull ¶
func (fieldMask *Deployment_UpgradeState_FieldMask) IsFull() bool
func (Deployment_UpgradeState_FieldMask) Marshal ¶
func (fieldMask Deployment_UpgradeState_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (Deployment_UpgradeState_FieldMask) MarshalJSON ¶
func (fieldMask Deployment_UpgradeState_FieldMask) MarshalJSON() ([]byte, error)
func (*Deployment_UpgradeState_FieldMask) PathsCount ¶
func (fieldMask *Deployment_UpgradeState_FieldMask) PathsCount() int
func (*Deployment_UpgradeState_FieldMask) Project ¶
func (fieldMask *Deployment_UpgradeState_FieldMask) Project(source *Deployment_UpgradeState) *Deployment_UpgradeState
func (*Deployment_UpgradeState_FieldMask) ProjectRaw ¶
func (fieldMask *Deployment_UpgradeState_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*Deployment_UpgradeState_FieldMask) ProtoMessage ¶
func (fieldMask *Deployment_UpgradeState_FieldMask) ProtoMessage()
func (*Deployment_UpgradeState_FieldMask) ProtoReflect ¶
func (fieldMask *Deployment_UpgradeState_FieldMask) ProtoReflect() preflect.Message
func (*Deployment_UpgradeState_FieldMask) Reset ¶
func (fieldMask *Deployment_UpgradeState_FieldMask) Reset()
func (*Deployment_UpgradeState_FieldMask) Set ¶
func (fieldMask *Deployment_UpgradeState_FieldMask) Set(target, source *Deployment_UpgradeState)
func (*Deployment_UpgradeState_FieldMask) SetFromCliFlag ¶
func (fieldMask *Deployment_UpgradeState_FieldMask) SetFromCliFlag(raw string) error
func (*Deployment_UpgradeState_FieldMask) SetRaw ¶
func (fieldMask *Deployment_UpgradeState_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*Deployment_UpgradeState_FieldMask) Size ¶
func (fieldMask *Deployment_UpgradeState_FieldMask) Size() int
func (*Deployment_UpgradeState_FieldMask) String ¶
func (fieldMask *Deployment_UpgradeState_FieldMask) String() string
func (*Deployment_UpgradeState_FieldMask) Subtract ¶
func (fieldMask *Deployment_UpgradeState_FieldMask) Subtract(other *Deployment_UpgradeState_FieldMask) *Deployment_UpgradeState_FieldMask
func (*Deployment_UpgradeState_FieldMask) SubtractRaw ¶
func (fieldMask *Deployment_UpgradeState_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*Deployment_UpgradeState_FieldMask) ToProtoFieldMask ¶
func (fieldMask *Deployment_UpgradeState_FieldMask) ToProtoFieldMask() *googlefieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*Deployment_UpgradeState_FieldMask) Unmarshal ¶
func (fieldMask *Deployment_UpgradeState_FieldMask) Unmarshal(data []byte) error
func (*Deployment_UpgradeState_FieldMask) UnmarshalJSON ¶
func (fieldMask *Deployment_UpgradeState_FieldMask) UnmarshalJSON(data []byte) error
type Deployment_UpgradeState_Stage ¶
type Deployment_UpgradeState_Stage int32
const ( Deployment_UpgradeState_READY Deployment_UpgradeState_Stage = 0 Deployment_UpgradeState_INITIAL_SYNCING Deployment_UpgradeState_Stage = 1 Deployment_UpgradeState_SWITCHING Deployment_UpgradeState_Stage = 2 )
func (Deployment_UpgradeState_Stage) Descriptor ¶
func (Deployment_UpgradeState_Stage) Descriptor() preflect.EnumDescriptor
func (Deployment_UpgradeState_Stage) Enum ¶
func (x Deployment_UpgradeState_Stage) Enum() *Deployment_UpgradeState_Stage
func (Deployment_UpgradeState_Stage) EnumDescriptor ¶
func (Deployment_UpgradeState_Stage) EnumDescriptor() ([]byte, []int)
Deprecated, Use Deployment_UpgradeState_Stage.ProtoReflect.Descriptor instead.
func (Deployment_UpgradeState_Stage) Number ¶
func (x Deployment_UpgradeState_Stage) Number() preflect.EnumNumber
func (Deployment_UpgradeState_Stage) String ¶
func (x Deployment_UpgradeState_Stage) String() string
func (Deployment_UpgradeState_Stage) Type ¶
func (Deployment_UpgradeState_Stage) Type() preflect.EnumType
type Descriptor ¶
type Descriptor struct {
// contains filtered or unexported fields
}
func GetDescriptor ¶
func GetDescriptor() *Descriptor
func (*Descriptor) CanBeParentless ¶
func (d *Descriptor) CanBeParentless() bool
func (*Descriptor) GetNameDescriptor ¶
func (d *Descriptor) GetNameDescriptor() *gotenresource.NameDescriptor
func (*Descriptor) GetParentResDescriptors ¶
func (d *Descriptor) GetParentResDescriptors() []gotenresource.Descriptor
func (*Descriptor) GetResourceTypeName ¶
func (d *Descriptor) GetResourceTypeName() *gotenresource.TypeName
func (*Descriptor) NewGetQuery ¶
func (d *Descriptor) NewGetQuery() gotenresource.GetQuery
func (*Descriptor) NewListQuery ¶
func (d *Descriptor) NewListQuery() gotenresource.ListQuery
func (*Descriptor) NewNameList ¶
func (d *Descriptor) NewNameList(size, reserved int) gotenresource.NameList
func (*Descriptor) NewParentNameList ¶
func (d *Descriptor) NewParentNameList(size, reserved int) gotenresource.ParentNameList
func (*Descriptor) NewParentReferenceList ¶
func (d *Descriptor) NewParentReferenceList(size, reserved int) gotenresource.ParentReferenceList
func (*Descriptor) NewQueryResultChange ¶
func (d *Descriptor) NewQueryResultChange() gotenresource.QueryResultChange
func (*Descriptor) NewQueryResultSnapshot ¶
func (d *Descriptor) NewQueryResultSnapshot() gotenresource.QueryResultSnapshot
func (*Descriptor) NewReferenceList ¶
func (d *Descriptor) NewReferenceList(size, reserved int) gotenresource.ReferenceList
func (*Descriptor) NewResource ¶
func (d *Descriptor) NewResource() gotenresource.Resource
func (*Descriptor) NewResourceChange ¶
func (d *Descriptor) NewResourceChange() gotenresource.ResourceChange
func (*Descriptor) NewResourceChangeList ¶
func (d *Descriptor) NewResourceChangeList(size, reserved int) gotenresource.ResourceChangeList
func (*Descriptor) NewResourceChangeMap ¶
func (d *Descriptor) NewResourceChangeMap(reserved int) gotenresource.ResourceChangeMap
func (*Descriptor) NewResourceCursor ¶
func (d *Descriptor) NewResourceCursor() gotenresource.Cursor
func (*Descriptor) NewResourceFieldMask ¶
func (d *Descriptor) NewResourceFieldMask() gotenobject.FieldMask
func (*Descriptor) NewResourceFilter ¶
func (d *Descriptor) NewResourceFilter() gotenresource.Filter
func (*Descriptor) NewResourceList ¶
func (d *Descriptor) NewResourceList(size, reserved int) gotenresource.ResourceList
func (*Descriptor) NewResourceMap ¶
func (d *Descriptor) NewResourceMap(reserved int) gotenresource.ResourceMap
func (*Descriptor) NewResourceName ¶
func (d *Descriptor) NewResourceName() gotenresource.Name
func (*Descriptor) NewResourceOrderBy ¶
func (d *Descriptor) NewResourceOrderBy() gotenresource.OrderBy
func (*Descriptor) NewResourcePager ¶
func (d *Descriptor) NewResourcePager() gotenresource.PagerQuery
func (*Descriptor) NewSearchQuery ¶
func (d *Descriptor) NewSearchQuery() gotenresource.SearchQuery
func (*Descriptor) NewWatchQuery ¶
func (d *Descriptor) NewWatchQuery() gotenresource.WatchQuery
func (*Descriptor) ParseFieldPath ¶
func (d *Descriptor) ParseFieldPath(raw string) (gotenobject.FieldPath, error)
func (*Descriptor) ParseResourceName ¶
func (d *Descriptor) ParseResourceName(nameStr string) (gotenresource.Name, error)
func (*Descriptor) SupportsMetadata ¶
func (d *Descriptor) SupportsMetadata() bool
type Filter ¶
type Filter struct {
FilterCondition
}
func (*Filter) ConvertToNative ¶
func (*Filter) DecodeFirestore ¶
func (filter *Filter) DecodeFirestore(fpbv *firestorepb.Value) error
func (*Filter) EncodeFirestore ¶
func (filter *Filter) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*Filter) Evaluate ¶
func (filter *Filter) Evaluate(res *Deployment) bool
Evaluate is a wrapper on FilterCondition, which also handles nil pointer
func (*Filter) EvaluateRaw ¶
func (filter *Filter) EvaluateRaw(res gotenresource.Resource) bool
func (*Filter) FilterSlice ¶
func (filter *Filter) FilterSlice(in []*Deployment) (out []*Deployment)
FilterSlice is a helper for filtering arrays
func (*Filter) GetCondition ¶
func (filter *Filter) GetCondition() FilterCondition
GetCondition is a getter of FilterCondition, which also handles nil pointer
func (*Filter) GetRawCondition ¶
func (filter *Filter) GetRawCondition() gotenresource.FilterCondition
func (*Filter) ParseProtoString ¶
func (*Filter) ProtoString ¶
func (*Filter) SetFromCliFlag ¶
type FilterBuilder ¶
type FilterBuilder struct {
// contains filtered or unexported fields
}
func NewAndFilterBuilder ¶
func NewAndFilterBuilder() *FilterBuilder
func NewFilterBuilder ¶
func NewFilterBuilder() *FilterBuilder
func NewOrFilterBuilder ¶
func NewOrFilterBuilder() *FilterBuilder
func (*FilterBuilder) Filter ¶
func (b *FilterBuilder) Filter() *Filter
func (*FilterBuilder) Where ¶
func (b *FilterBuilder) Where(opts ...gotenfilter.FilterConditionOption) *filterCndBuilder
func (*FilterBuilder) WherePath ¶
func (b *FilterBuilder) WherePath(fp Deployment_FieldPath, opts ...gotenfilter.FilterConditionOption) *filterCndBuilderAnyPath
func (*FilterBuilder) With ¶
func (b *FilterBuilder) With(condOrBuilder FilterBuilderOrCondition, opts ...gotenfilter.FilterConditionOption) *FilterBuilder
type FilterBuilderOrCondition ¶
type FilterBuilderOrCondition interface {
// contains filtered or unexported methods
}
type FilterCondition ¶
type FilterCondition interface { gotenresource.FilterCondition And(...FilterCondition) FilterCondition Evaluate(res *Deployment) bool // Whether this condition is at least as specific as other. // When true, any Deployment that passes this condition will also pass other condition. Satisfies(other FilterCondition) bool // Checks whether condition specifies given field path // Useful for blacklisting protected paths in iam policy conditions SpecifiesFieldPath(fp Deployment_FieldPath) bool // contains filtered or unexported methods }
func AndFilterConditions ¶
func AndFilterConditions(conds ...FilterCondition) FilterCondition
type FilterConditionCompare ¶
type FilterConditionCompare struct { Operator filterParser.CompareOperator Deployment_FieldPathValue }
func (*FilterConditionCompare) And ¶
func (cond *FilterConditionCompare) And(conds ...FilterCondition) FilterCondition
func (*FilterConditionCompare) ConditionCompare ¶
func (cond *FilterConditionCompare) ConditionCompare()
func (*FilterConditionCompare) Evaluate ¶
func (cond *FilterConditionCompare) Evaluate(res *Deployment) bool
func (*FilterConditionCompare) EvaluateRaw ¶
func (cond *FilterConditionCompare) EvaluateRaw(res gotenresource.Resource) bool
func (*FilterConditionCompare) GetOperator ¶
func (cond *FilterConditionCompare) GetOperator() filterParser.CompareOperator
func (*FilterConditionCompare) GetRawFieldPath ¶
func (cond *FilterConditionCompare) GetRawFieldPath() gotenobject.FieldPath
func (*FilterConditionCompare) GetRawFieldPathValue ¶
func (cond *FilterConditionCompare) GetRawFieldPathValue() gotenobject.FieldPathValue
func (*FilterConditionCompare) Satisfies ¶
func (cond *FilterConditionCompare) Satisfies(other FilterCondition) bool
func (*FilterConditionCompare) SatisfiesRaw ¶
func (cond *FilterConditionCompare) SatisfiesRaw(other gotenresource.FilterCondition) bool
func (*FilterConditionCompare) SpecifiesFieldPath ¶
func (cond *FilterConditionCompare) SpecifiesFieldPath(fp Deployment_FieldPath) bool
func (*FilterConditionCompare) SpecifiesRawFieldPath ¶
func (cond *FilterConditionCompare) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool
func (*FilterConditionCompare) String ¶
func (cond *FilterConditionCompare) String() string
type FilterConditionComposite ¶
type FilterConditionComposite struct { Operator filterParser.CompositeOperator Conditions []FilterCondition }
func (*FilterConditionComposite) And ¶
func (cond *FilterConditionComposite) And(conds ...FilterCondition) FilterCondition
func (*FilterConditionComposite) ConditionComposite ¶
func (cond *FilterConditionComposite) ConditionComposite()
func (*FilterConditionComposite) Evaluate ¶
func (cond *FilterConditionComposite) Evaluate(res *Deployment) bool
func (*FilterConditionComposite) EvaluateRaw ¶
func (cond *FilterConditionComposite) EvaluateRaw(res gotenresource.Resource) bool
func (*FilterConditionComposite) GetOperator ¶
func (cond *FilterConditionComposite) GetOperator() filterParser.CompositeOperator
func (*FilterConditionComposite) GetSubConditions ¶
func (cond *FilterConditionComposite) GetSubConditions() []gotenresource.FilterCondition
func (*FilterConditionComposite) Satisfies ¶
func (cond *FilterConditionComposite) Satisfies(other FilterCondition) bool
func (*FilterConditionComposite) SatisfiesRaw ¶
func (cond *FilterConditionComposite) SatisfiesRaw(other gotenresource.FilterCondition) bool
func (*FilterConditionComposite) SpecifiesFieldPath ¶
func (cond *FilterConditionComposite) SpecifiesFieldPath(fp Deployment_FieldPath) bool
func (*FilterConditionComposite) SpecifiesRawFieldPath ¶
func (cond *FilterConditionComposite) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool
func (*FilterConditionComposite) String ¶
func (cond *FilterConditionComposite) String() string
type FilterConditionContains ¶
type FilterConditionContains struct { Type gotenresource.ConditionContainsType FieldPath Deployment_FieldPath Value Deployment_FieldPathArrayItemValue Values []Deployment_FieldPathArrayItemValue }
func (*FilterConditionContains) And ¶
func (cond *FilterConditionContains) And(conds ...FilterCondition) FilterCondition
func (*FilterConditionContains) ConditionContains ¶
func (cond *FilterConditionContains) ConditionContains()
func (*FilterConditionContains) ConditionContainsType ¶
func (cond *FilterConditionContains) ConditionContainsType() gotenresource.ConditionContainsType
func (*FilterConditionContains) Evaluate ¶
func (cond *FilterConditionContains) Evaluate(res *Deployment) bool
func (*FilterConditionContains) EvaluateRaw ¶
func (cond *FilterConditionContains) EvaluateRaw(res gotenresource.Resource) bool
func (*FilterConditionContains) GetFieldPath ¶
func (cond *FilterConditionContains) GetFieldPath() Deployment_FieldPath
func (*FilterConditionContains) GetRawFieldPath ¶
func (cond *FilterConditionContains) GetRawFieldPath() gotenobject.FieldPath
func (*FilterConditionContains) GetRawFieldPathItemValue ¶
func (cond *FilterConditionContains) GetRawFieldPathItemValue() gotenobject.FieldPathArrayItemValue
func (*FilterConditionContains) GetRawFieldPathItemValues ¶
func (cond *FilterConditionContains) GetRawFieldPathItemValues() (res []gotenobject.FieldPathArrayItemValue)
func (*FilterConditionContains) Satisfies ¶
func (cond *FilterConditionContains) Satisfies(other FilterCondition) bool
func (*FilterConditionContains) SatisfiesRaw ¶
func (cond *FilterConditionContains) SatisfiesRaw(other gotenresource.FilterCondition) bool
func (*FilterConditionContains) SpecifiesFieldPath ¶
func (cond *FilterConditionContains) SpecifiesFieldPath(fp Deployment_FieldPath) bool
func (*FilterConditionContains) SpecifiesRawFieldPath ¶
func (cond *FilterConditionContains) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool
func (*FilterConditionContains) String ¶
func (cond *FilterConditionContains) String() string
type FilterConditionIn ¶
type FilterConditionIn struct {
Deployment_FieldPathArrayOfValues
}
func (*FilterConditionIn) And ¶
func (cond *FilterConditionIn) And(conds ...FilterCondition) FilterCondition
func (*FilterConditionIn) ConditionIn ¶
func (cond *FilterConditionIn) ConditionIn()
func (*FilterConditionIn) Evaluate ¶
func (cond *FilterConditionIn) Evaluate(res *Deployment) bool
func (*FilterConditionIn) EvaluateRaw ¶
func (cond *FilterConditionIn) EvaluateRaw(res gotenresource.Resource) bool
func (*FilterConditionIn) GetRawFieldPath ¶
func (cond *FilterConditionIn) GetRawFieldPath() gotenobject.FieldPath
func (*FilterConditionIn) GetRawFieldPathArrayOfValues ¶
func (cond *FilterConditionIn) GetRawFieldPathArrayOfValues() gotenobject.FieldPathArrayOfValues
func (*FilterConditionIn) Satisfies ¶
func (cond *FilterConditionIn) Satisfies(other FilterCondition) bool
func (*FilterConditionIn) SatisfiesRaw ¶
func (cond *FilterConditionIn) SatisfiesRaw(other gotenresource.FilterCondition) bool
func (*FilterConditionIn) SpecifiesFieldPath ¶
func (cond *FilterConditionIn) SpecifiesFieldPath(fp Deployment_FieldPath) bool
func (*FilterConditionIn) SpecifiesRawFieldPath ¶
func (cond *FilterConditionIn) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool
func (*FilterConditionIn) String ¶
func (cond *FilterConditionIn) String() string
type FilterConditionIsNaN ¶
type FilterConditionIsNaN struct { Not bool FieldPath Deployment_FieldPath }
func (*FilterConditionIsNaN) And ¶
func (cond *FilterConditionIsNaN) And(conds ...FilterCondition) FilterCondition
func (*FilterConditionIsNaN) ConditionIsNaN ¶
func (cond *FilterConditionIsNaN) ConditionIsNaN()
func (*FilterConditionIsNaN) Evaluate ¶
func (cond *FilterConditionIsNaN) Evaluate(res *Deployment) bool
func (*FilterConditionIsNaN) EvaluateRaw ¶
func (cond *FilterConditionIsNaN) EvaluateRaw(res gotenresource.Resource) bool
func (*FilterConditionIsNaN) GetRawFieldPath ¶
func (cond *FilterConditionIsNaN) GetRawFieldPath() gotenobject.FieldPath
func (*FilterConditionIsNaN) Satisfies ¶
func (cond *FilterConditionIsNaN) Satisfies(other FilterCondition) bool
func (*FilterConditionIsNaN) SatisfiesRaw ¶
func (cond *FilterConditionIsNaN) SatisfiesRaw(other gotenresource.FilterCondition) bool
func (*FilterConditionIsNaN) SpecifiesFieldPath ¶
func (cond *FilterConditionIsNaN) SpecifiesFieldPath(fp Deployment_FieldPath) bool
func (*FilterConditionIsNaN) SpecifiesRawFieldPath ¶
func (cond *FilterConditionIsNaN) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool
func (*FilterConditionIsNaN) String ¶
func (cond *FilterConditionIsNaN) String() string
type FilterConditionIsNull ¶
type FilterConditionIsNull struct { Not bool FieldPath Deployment_FieldPath }
func (*FilterConditionIsNull) And ¶
func (cond *FilterConditionIsNull) And(conds ...FilterCondition) FilterCondition
func (*FilterConditionIsNull) ConditionIsNull ¶
func (cond *FilterConditionIsNull) ConditionIsNull()
func (*FilterConditionIsNull) Evaluate ¶
func (cond *FilterConditionIsNull) Evaluate(res *Deployment) bool
func (*FilterConditionIsNull) EvaluateRaw ¶
func (cond *FilterConditionIsNull) EvaluateRaw(res gotenresource.Resource) bool
func (*FilterConditionIsNull) GetRawFieldPath ¶
func (cond *FilterConditionIsNull) GetRawFieldPath() gotenobject.FieldPath
func (*FilterConditionIsNull) NotNull ¶
func (cond *FilterConditionIsNull) NotNull() bool
func (*FilterConditionIsNull) Satisfies ¶
func (cond *FilterConditionIsNull) Satisfies(other FilterCondition) bool
func (*FilterConditionIsNull) SatisfiesRaw ¶
func (cond *FilterConditionIsNull) SatisfiesRaw(other gotenresource.FilterCondition) bool
func (*FilterConditionIsNull) SpecifiesFieldPath ¶
func (cond *FilterConditionIsNull) SpecifiesFieldPath(fp Deployment_FieldPath) bool
func (*FilterConditionIsNull) SpecifiesRawFieldPath ¶
func (cond *FilterConditionIsNull) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool
func (*FilterConditionIsNull) String ¶
func (cond *FilterConditionIsNull) String() string
type FilterConditionNot ¶
type FilterConditionNot struct {
FilterCondition
}
func (*FilterConditionNot) And ¶
func (cond *FilterConditionNot) And(conds ...FilterCondition) FilterCondition
func (*FilterConditionNot) ConditionNot ¶
func (cond *FilterConditionNot) ConditionNot()
func (*FilterConditionNot) Evaluate ¶
func (cond *FilterConditionNot) Evaluate(res *Deployment) bool
func (*FilterConditionNot) EvaluateRaw ¶
func (cond *FilterConditionNot) EvaluateRaw(res gotenresource.Resource) bool
func (*FilterConditionNot) GetSubCondition ¶
func (cond *FilterConditionNot) GetSubCondition() gotenresource.FilterCondition
func (*FilterConditionNot) Satisfies ¶
func (cond *FilterConditionNot) Satisfies(other FilterCondition) bool
func (*FilterConditionNot) SatisfiesRaw ¶
func (cond *FilterConditionNot) SatisfiesRaw(other gotenresource.FilterCondition) bool
func (*FilterConditionNot) SpecifiesFieldPath ¶
func (cond *FilterConditionNot) SpecifiesFieldPath(fp Deployment_FieldPath) bool
func (*FilterConditionNot) SpecifiesRawFieldPath ¶
func (cond *FilterConditionNot) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool
func (*FilterConditionNot) String ¶
func (cond *FilterConditionNot) String() string
type FilterConditionNotIn ¶
type FilterConditionNotIn struct {
Deployment_FieldPathArrayOfValues
}
func (*FilterConditionNotIn) And ¶
func (cond *FilterConditionNotIn) And(conds ...FilterCondition) FilterCondition
func (*FilterConditionNotIn) ConditionNotIn ¶
func (cond *FilterConditionNotIn) ConditionNotIn()
func (*FilterConditionNotIn) Evaluate ¶
func (cond *FilterConditionNotIn) Evaluate(res *Deployment) bool
func (*FilterConditionNotIn) EvaluateRaw ¶
func (cond *FilterConditionNotIn) EvaluateRaw(res gotenresource.Resource) bool
func (*FilterConditionNotIn) GetRawFieldPath ¶
func (cond *FilterConditionNotIn) GetRawFieldPath() gotenobject.FieldPath
func (*FilterConditionNotIn) GetRawFieldPathArrayOfValues ¶
func (cond *FilterConditionNotIn) GetRawFieldPathArrayOfValues() gotenobject.FieldPathArrayOfValues
func (*FilterConditionNotIn) Satisfies ¶
func (cond *FilterConditionNotIn) Satisfies(other FilterCondition) bool
func (*FilterConditionNotIn) SatisfiesRaw ¶
func (cond *FilterConditionNotIn) SatisfiesRaw(other gotenresource.FilterCondition) bool
func (*FilterConditionNotIn) SpecifiesFieldPath ¶
func (cond *FilterConditionNotIn) SpecifiesFieldPath(fp Deployment_FieldPath) bool
func (*FilterConditionNotIn) SpecifiesRawFieldPath ¶
func (cond *FilterConditionNotIn) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool
func (*FilterConditionNotIn) String ¶
func (cond *FilterConditionNotIn) String() string
type GetQuery ¶
type GetQuery struct { Reference *Reference Mask *Deployment_FieldMask }
func (*GetQuery) GetFieldMask ¶
func (q *GetQuery) GetFieldMask() gotenobject.FieldMask
func (*GetQuery) GetReference ¶
func (q *GetQuery) GetReference() gotenresource.Reference
func (*GetQuery) GetResourceDescriptor ¶
func (q *GetQuery) GetResourceDescriptor() gotenresource.Descriptor
func (*GetQuery) GotenQuery ¶
func (q *GetQuery) GotenQuery()
func (*GetQuery) SetFieldMask ¶
func (q *GetQuery) SetFieldMask(mask gotenobject.FieldMask)
func (*GetQuery) SetReference ¶
func (q *GetQuery) SetReference(ref gotenresource.Reference)
type ListQuery ¶
type ListQuery struct { Filter *Filter Pager *PagerQuery Mask *Deployment_FieldMask WithPagingInfo bool }
func (*ListQuery) GetFieldMask ¶
func (q *ListQuery) GetFieldMask() gotenobject.FieldMask
func (*ListQuery) GetFilter ¶
func (q *ListQuery) GetFilter() gotenresource.Filter
func (*ListQuery) GetPager ¶
func (q *ListQuery) GetPager() gotenresource.PagerQuery
func (*ListQuery) GetResourceDescriptor ¶
func (q *ListQuery) GetResourceDescriptor() gotenresource.Descriptor
func (*ListQuery) GetWithPagingInfo ¶
func (*ListQuery) GotenQuery ¶
func (q *ListQuery) GotenQuery()
func (*ListQuery) SetFieldMask ¶
func (q *ListQuery) SetFieldMask(mask gotenobject.FieldMask)
func (*ListQuery) SetFilter ¶
func (q *ListQuery) SetFilter(filter gotenresource.Filter)
func (*ListQuery) SetPager ¶
func (q *ListQuery) SetPager(pager gotenresource.PagerQuery)
func (*ListQuery) SetWithPagingInfo ¶
type Name ¶
type Name struct { ParentName DeploymentId string `firestore:"deploymentId"` }
func MustParseName ¶
func ParseNameOrId ¶
func (*Name) AsRawReference ¶
func (name *Name) AsRawReference() gotenresource.Reference
func (*Name) AsReference ¶
func (*Name) ConvertToNative ¶
func (*Name) FullyQualifiedName ¶
func (*Name) GetIParentName ¶
func (name *Name) GetIParentName() gotenresource.Name
func (*Name) GetIUnderlyingParentName ¶
func (name *Name) GetIUnderlyingParentName() gotenresource.Name
func (*Name) GetIdParts ¶
func (*Name) GetPattern ¶
func (name *Name) GetPattern() gotenresource.NamePattern
func (*Name) GetResourceDescriptor ¶
func (name *Name) GetResourceDescriptor() gotenresource.Descriptor
func (*Name) GetSegments ¶
func (name *Name) GetSegments() gotenresource.NameSegments
func (*Name) GetServiceName ¶
func (*Name) GotenEqual ¶
GotenEqual returns true if other is of same type and paths are equal (implements goten.Equaler interface)
func (*Name) IsFullyQualified ¶
func (*Name) IsSpecified ¶
func (*Name) Matches ¶
Matches is same as GotenEqual, but also will accept "other" if name is wildcard.
func (*Name) ParseProtoString ¶
func (*Name) ProtoString ¶
func (*Name) SetFromCliFlag ¶
implement CustomTypeCliValue method
func (*Name) SetFromSegments ¶
func (name *Name) SetFromSegments(segments gotenresource.NameSegments) error
type NameBuilder ¶
type NameBuilder struct {
// contains filtered or unexported fields
}
func NewNameBuilder ¶
func NewNameBuilder() *NameBuilder
func (*NameBuilder) Name ¶
func (b *NameBuilder) Name() *Name
func (*NameBuilder) Parent ¶
func (b *NameBuilder) Parent() *ParentName
func (*NameBuilder) ParentReference ¶
func (b *NameBuilder) ParentReference() *ParentReference
func (*NameBuilder) Reference ¶
func (b *NameBuilder) Reference() *Reference
func (*NameBuilder) SetId ¶
func (b *NameBuilder) SetId(id string) *NameBuilder
func (*NameBuilder) SetService ¶
func (b *NameBuilder) SetService(parent *service.Name) *NameBuilder
func (*NameBuilder) SetServiceId ¶
func (b *NameBuilder) SetServiceId(id string) *NameBuilder
type NamePattern ¶
type NamePattern struct {
Pattern gotenresource.NamePattern `firestore:"pattern"`
}
type OrderBy ¶
type OrderBy struct {
OrderByFields []OrderByField
}
OrderBy Is string encoded Custom Protobuf type, which handles "order_by" field order_by consists of coma delimited OrderBy specs, which denote ordering priority, e.g. "state.value asc, state.capacity desc"
func (*OrderBy) Compare ¶
func (orderBy *OrderBy) Compare(left, right *Deployment) int
func (*OrderBy) CompareRaw ¶
func (orderBy *OrderBy) CompareRaw(left, right gotenresource.Resource) int
func (*OrderBy) GetFieldMask ¶
func (orderBy *OrderBy) GetFieldMask() *Deployment_FieldMask
func (*OrderBy) GetOrderByFields ¶
func (orderBy *OrderBy) GetOrderByFields() []gotenresource.OrderByField
func (*OrderBy) GetRawFieldMask ¶
func (orderBy *OrderBy) GetRawFieldMask() gotenobject.FieldMask
func (*OrderBy) InsertSorted ¶
func (orderBy *OrderBy) InsertSorted(sorted DeploymentList, elem *Deployment) (DeploymentList, int)
func (*OrderBy) InsertSortedRaw ¶
func (orderBy *OrderBy) InsertSortedRaw(sorted gotenresource.ResourceList, elem gotenresource.Resource) (gotenresource.ResourceList, int)
func (*OrderBy) ParseProtoString ¶
func (*OrderBy) ProtoString ¶
func (*OrderBy) SetFromCliFlag ¶
func (*OrderBy) Sort ¶
func (orderBy *OrderBy) Sort(results DeploymentList)
func (*OrderBy) SortRaw ¶
func (orderBy *OrderBy) SortRaw(results gotenresource.ResourceList)
type OrderByField ¶
type OrderByField struct { FieldPath Deployment_FieldPath Direction gotenresource.OrderDirection }
OrderByField is single item in order_by specification it's string format is composed of 2 white-space separated values: - fieldPath and direction, e.g. "state.capacity desc". if direction is not provided, it defaults to "asc" (ascending)
func (*OrderByField) CompareWithDirection ¶
func (orderByFld *OrderByField) CompareWithDirection(left, right *Deployment) int
func (*OrderByField) GetDirection ¶
func (orderByFld *OrderByField) GetDirection() gotenresource.OrderDirection
func (*OrderByField) GetFieldPath ¶
func (orderByFld *OrderByField) GetFieldPath() gotenobject.FieldPath
type PagerCursor ¶
type PagerCursor struct { CursorValue gotenresource.CursorValue Inclusion gotenresource.CursorInclusion PageDirection gotenresource.PageDirection }
PagerCursor is protobuf Custom Type, which (de)serializes "string page_token" for API List processing Database adapter implementation must use this cursor when Paginating list views Token is composed of 3 values (dot separated in serialized form) - CursorValue: Backend-specific value of the cursor. - PageDirection: either l (left) or r (right), which hints DB Adapter whether Snapshot marks Start or End of result - Inclusion: either i (inclusive) or e (exclusive) - Whether cursor marks exact point or right before/after (depending on direction)
func (*PagerCursor) GetInclusion ¶
func (cursor *PagerCursor) GetInclusion() gotenresource.CursorInclusion
func (*PagerCursor) GetPageDirection ¶
func (cursor *PagerCursor) GetPageDirection() gotenresource.PageDirection
func (*PagerCursor) GetValue ¶
func (cursor *PagerCursor) GetValue() gotenresource.CursorValue
func (*PagerCursor) IsEmpty ¶
func (cursor *PagerCursor) IsEmpty() bool
func (*PagerCursor) ParseProtoString ¶
func (cursor *PagerCursor) ParseProtoString(data string) (err error)
func (*PagerCursor) ProtoString ¶
func (cursor *PagerCursor) ProtoString() (string, error)
func (*PagerCursor) SetCursorValue ¶
func (cursor *PagerCursor) SetCursorValue(value gotenresource.CursorValue)
func (*PagerCursor) SetFromCliFlag ¶
func (cursor *PagerCursor) SetFromCliFlag(raw string) error
func (*PagerCursor) SetInclusion ¶
func (cursor *PagerCursor) SetInclusion(inclusion gotenresource.CursorInclusion)
func (*PagerCursor) SetPageDirection ¶
func (cursor *PagerCursor) SetPageDirection(direction gotenresource.PageDirection)
func (*PagerCursor) String ¶
func (cursor *PagerCursor) String() string
type PagerQuery ¶
type PagerQuery struct { OrderBy *OrderBy Cursor *PagerCursor Limit int PeekForward bool }
PagerQuery is main struct used for assisting server and database to perform Pagination
func MakePagerQuery ¶
func MakePagerQuery(orderBy *OrderBy, cursor *PagerCursor, pageSize int32, peekForward bool) *PagerQuery
MakePagerQuery builds pager from API data and applies defaults
func (*PagerQuery) GetCursor ¶
func (p *PagerQuery) GetCursor() gotenresource.Cursor
func (*PagerQuery) GetLimit ¶
func (p *PagerQuery) GetLimit() int
func (*PagerQuery) GetOrderBy ¶
func (p *PagerQuery) GetOrderBy() gotenresource.OrderBy
func (*PagerQuery) GetPeekForward ¶
func (p *PagerQuery) GetPeekForward() bool
func (*PagerQuery) GetResourceDescriptor ¶
func (p *PagerQuery) GetResourceDescriptor() gotenresource.Descriptor
func (*PagerQuery) PageDirection ¶
func (p *PagerQuery) PageDirection() gotenresource.PageDirection
func (*PagerQuery) SetCursor ¶
func (p *PagerQuery) SetCursor(cursor gotenresource.Cursor)
func (*PagerQuery) SetLimit ¶
func (p *PagerQuery) SetLimit(limit int)
func (*PagerQuery) SetOrderBy ¶
func (p *PagerQuery) SetOrderBy(orderBy gotenresource.OrderBy)
func (*PagerQuery) SetPageDirection ¶
func (p *PagerQuery) SetPageDirection(direction gotenresource.PageDirection)
func (*PagerQuery) SetPeekForward ¶
func (p *PagerQuery) SetPeekForward(peekForward bool)
type ParentName ¶
type ParentName struct { NamePattern ServiceId string `firestore:"serviceId"` }
func MustParseParentName ¶
func MustParseParentName(name string) *ParentName
func ParseParentName ¶
func ParseParentName(name string) (*ParentName, error)
func (*ParentName) AsRawReference ¶
func (name *ParentName) AsRawReference() gotenresource.Reference
func (*ParentName) AsReference ¶
func (name *ParentName) AsReference() *ParentReference
func (*ParentName) ConvertToNative ¶
func (name *ParentName) ConvertToNative(typeDesc reflect.Type) (interface{}, error)
func (*ParentName) ConvertToType ¶
func (name *ParentName) ConvertToType(typeVal ref.Type) ref.Val
func (*ParentName) DescendsFrom ¶
func (name *ParentName) DescendsFrom(ancestor string) bool
func (*ParentName) FullyQualifiedName ¶
func (name *ParentName) FullyQualifiedName() (string, error)
func (*ParentName) GetIParentName ¶
func (name *ParentName) GetIParentName() gotenresource.Name
func (*ParentName) GetIUnderlyingParentName ¶
func (name *ParentName) GetIUnderlyingParentName() gotenresource.Name
func (*ParentName) GetIdParts ¶
func (name *ParentName) GetIdParts() map[string]string
func (*ParentName) GetPattern ¶
func (name *ParentName) GetPattern() gotenresource.NamePattern
func (*ParentName) GetResourceDescriptor ¶
func (name *ParentName) GetResourceDescriptor() gotenresource.Descriptor
func (*ParentName) GetSegments ¶
func (name *ParentName) GetSegments() gotenresource.NameSegments
func (*ParentName) GetServiceName ¶
func (name *ParentName) GetServiceName() *service.Name
func (*ParentName) GotenEqual ¶
func (name *ParentName) GotenEqual(other interface{}) bool
GotenEqual returns true if other is of same type and paths are equal (implements goten.Equaler interface)
func (*ParentName) HasTrait ¶
func (name *ParentName) HasTrait(trait int) bool
func (*ParentName) IsFullyQualified ¶
func (name *ParentName) IsFullyQualified() bool
func (*ParentName) IsSpecified ¶
func (name *ParentName) IsSpecified() bool
func (*ParentName) Matches ¶
func (name *ParentName) Matches(other interface{}) bool
Matches is same as GotenEqual, but also will accept "other" if name is wildcard.
func (*ParentName) ParseProtoString ¶
func (name *ParentName) ParseProtoString(data string) error
func (*ParentName) ProtoString ¶
func (name *ParentName) ProtoString() (string, error)
func (*ParentName) SetFromCliFlag ¶
func (name *ParentName) SetFromCliFlag(raw string) error
implement CustomTypeCliValue method
func (*ParentName) SetFromSegments ¶
func (name *ParentName) SetFromSegments(segments gotenresource.NameSegments) error
func (*ParentName) String ¶
func (name *ParentName) String() string
func (*ParentName) Type ¶
func (name *ParentName) Type() ref.Type
func (*ParentName) TypeName ¶
func (name *ParentName) TypeName() string
func (*ParentName) Value ¶
func (name *ParentName) Value() interface{}
type ParentReference ¶
type ParentReference struct { ParentName // contains filtered or unexported fields }
func MakeParentReference ¶
func MakeParentReference(name *ParentName) (*ParentReference, error)
func MustParseParentReference ¶
func MustParseParentReference(name string) *ParentReference
func ParseParentReference ¶
func ParseParentReference(name string) (*ParentReference, error)
func (*ParentReference) ClearCached ¶
func (ref *ParentReference) ClearCached()
func (*ParentReference) GetIParentName ¶
func (ref *ParentReference) GetIParentName() gotenresource.Name
func (*ParentReference) GetIUnderlyingParentName ¶
func (ref *ParentReference) GetIUnderlyingParentName() gotenresource.Name
func (*ParentReference) GetIdParts ¶
func (ref *ParentReference) GetIdParts() map[string]string
func (*ParentReference) GetPattern ¶
func (ref *ParentReference) GetPattern() gotenresource.NamePattern
func (*ParentReference) GetRawResource ¶
func (ref *ParentReference) GetRawResource() gotenresource.Resource
func (*ParentReference) GetResourceDescriptor ¶
func (ref *ParentReference) GetResourceDescriptor() gotenresource.Descriptor
func (*ParentReference) GetSegments ¶
func (ref *ParentReference) GetSegments() gotenresource.NameSegments
func (*ParentReference) GetService ¶
func (ref *ParentReference) GetService() *service.Service
func (*ParentReference) GetServiceReference ¶
func (ref *ParentReference) GetServiceReference() *service.Reference
func (*ParentReference) GetUnderlyingReference ¶
func (ref *ParentReference) GetUnderlyingReference() gotenresource.Reference
func (*ParentReference) GotenEqual ¶
func (ref *ParentReference) GotenEqual(other interface{}) bool
GotenEqual returns true if other is of same type and paths are equal (implements goten.Equaler interface)
func (*ParentReference) IsFullyQualified ¶
func (ref *ParentReference) IsFullyQualified() bool
func (*ParentReference) IsSpecified ¶
func (ref *ParentReference) IsSpecified() bool
func (*ParentReference) Matches ¶
func (name *ParentReference) Matches(other interface{}) bool
Matches is same as GotenEqual, but also will accept "other" if name is wildcard.
func (*ParentReference) ParseProtoString ¶
func (ref *ParentReference) ParseProtoString(data string) error
func (*ParentReference) ProtoString ¶
func (ref *ParentReference) ProtoString() (string, error)
func (*ParentReference) ResolveRaw ¶
func (ref *ParentReference) ResolveRaw(res gotenresource.Resource) error
func (*ParentReference) Resolved ¶
func (ref *ParentReference) Resolved() bool
func (*ParentReference) SetFromCliFlag ¶
func (ref *ParentReference) SetFromCliFlag(raw string) error
implement CustomTypeCliValue method
func (*ParentReference) String ¶
func (ref *ParentReference) String() string
type QueryResultChange ¶
type QueryResultChange struct { Changes []*DeploymentChange PrevPageCursor *PagerCursor NextPageCursor *PagerCursor ResumeToken string IsCurrent bool IsHardReset bool IsSoftReset bool SnapshotSize int64 }
func (*QueryResultChange) GetIsCurrent ¶
func (qr *QueryResultChange) GetIsCurrent() bool
func (*QueryResultChange) GetIsHardReset ¶
func (qr *QueryResultChange) GetIsHardReset() bool
func (*QueryResultChange) GetIsSoftReset ¶
func (qr *QueryResultChange) GetIsSoftReset() bool
func (*QueryResultChange) GetNextPageCursor ¶
func (qr *QueryResultChange) GetNextPageCursor() gotenresource.Cursor
func (*QueryResultChange) GetPrevPageCursor ¶
func (qr *QueryResultChange) GetPrevPageCursor() gotenresource.Cursor
func (*QueryResultChange) GetResults ¶
func (qr *QueryResultChange) GetResults() gotenresource.ResourceChangeList
func (*QueryResultChange) GetResumeToken ¶
func (qr *QueryResultChange) GetResumeToken() string
func (*QueryResultChange) GetSnapshotSize ¶
func (qr *QueryResultChange) GetSnapshotSize() int64
func (*QueryResultChange) SetCursors ¶
func (qr *QueryResultChange) SetCursors(nextPageCursor, prevPageCursor gotenresource.Cursor)
func (*QueryResultChange) SetIsCurrent ¶
func (qr *QueryResultChange) SetIsCurrent()
func (*QueryResultChange) SetIsHardReset ¶
func (qr *QueryResultChange) SetIsHardReset()
func (*QueryResultChange) SetIsSoftReset ¶
func (qr *QueryResultChange) SetIsSoftReset()
func (*QueryResultChange) SetResults ¶
func (qr *QueryResultChange) SetResults(results gotenresource.ResourceChangeList)
func (*QueryResultChange) SetResumeToken ¶
func (qr *QueryResultChange) SetResumeToken(token string)
func (*QueryResultChange) SetSnapshotSize ¶
func (qr *QueryResultChange) SetSnapshotSize(size int64)
type QueryResultSnapshot ¶
type QueryResultSnapshot struct { Deployments []*Deployment PrevPageCursor *PagerCursor NextPageCursor *PagerCursor TotalResultsCount int32 CurrentOffset int32 }
func (*QueryResultSnapshot) GetNextPageCursor ¶
func (qr *QueryResultSnapshot) GetNextPageCursor() gotenresource.Cursor
func (*QueryResultSnapshot) GetPagingInfo ¶
func (qr *QueryResultSnapshot) GetPagingInfo() (totalCount, offset int32)
func (*QueryResultSnapshot) GetPrevPageCursor ¶
func (qr *QueryResultSnapshot) GetPrevPageCursor() gotenresource.Cursor
func (*QueryResultSnapshot) GetResults ¶
func (qr *QueryResultSnapshot) GetResults() gotenresource.ResourceList
func (*QueryResultSnapshot) SetCursors ¶
func (qr *QueryResultSnapshot) SetCursors(nextPageCursor, prevPageCursor gotenresource.Cursor)
func (*QueryResultSnapshot) SetPagingInfo ¶
func (qr *QueryResultSnapshot) SetPagingInfo(totalCount, offset int32)
func (*QueryResultSnapshot) SetResults ¶
func (qr *QueryResultSnapshot) SetResults(results gotenresource.ResourceList)
type Reference ¶
type Reference struct { Name // contains filtered or unexported fields }
func MakeReference ¶
func MakeReference(name *Name, deployment *Deployment) (*Reference, error)
func MustParseReference ¶
func ParseReference ¶
func (*Reference) ClearCached ¶
func (ref *Reference) ClearCached()
func (*Reference) FullyQualifiedName ¶
func (*Reference) GetDeployment ¶
func (ref *Reference) GetDeployment() *Deployment
func (*Reference) GetIParentName ¶
func (ref *Reference) GetIParentName() gotenresource.Name
func (*Reference) GetIUnderlyingParentName ¶
func (ref *Reference) GetIUnderlyingParentName() gotenresource.Name
func (*Reference) GetIdParts ¶
func (*Reference) GetPattern ¶
func (ref *Reference) GetPattern() gotenresource.NamePattern
func (*Reference) GetRawResource ¶
func (ref *Reference) GetRawResource() gotenresource.Resource
func (*Reference) GetResourceDescriptor ¶
func (ref *Reference) GetResourceDescriptor() gotenresource.Descriptor
func (*Reference) GetSegments ¶
func (ref *Reference) GetSegments() gotenresource.NameSegments
func (*Reference) GotenEqual ¶
GotenEqual returns true if other is of same type and paths are equal (implements goten.Equaler interface)
func (*Reference) IsFullyQualified ¶
func (*Reference) IsSpecified ¶
func (*Reference) Matches ¶
Matches is same as GotenEqual, but also will accept "other" if name is wildcard.
func (*Reference) ParseProtoString ¶
func (*Reference) ProtoString ¶
func (*Reference) Resolve ¶
func (ref *Reference) Resolve(resolved *Deployment)
func (*Reference) ResolveRaw ¶
func (ref *Reference) ResolveRaw(res gotenresource.Resource) error
func (*Reference) SetFromCliFlag ¶
implement CustomTypeCliValue method
type WatchQuery ¶
type WatchQuery struct { ListQuery WatchType watch_type.WatchType ChunkSize int ResumeToken string StartingTime *timestamppb.Timestamp }
func (*WatchQuery) GetMaximumChunkSize ¶
func (q *WatchQuery) GetMaximumChunkSize() int
func (*WatchQuery) GetResumeToken ¶
func (q *WatchQuery) GetResumeToken() string
func (*WatchQuery) GetStartingTime ¶
func (q *WatchQuery) GetStartingTime() *timestamppb.Timestamp
func (*WatchQuery) GetWatchType ¶
func (q *WatchQuery) GetWatchType() watch_type.WatchType
func (*WatchQuery) SetMaximumChunkSize ¶
func (q *WatchQuery) SetMaximumChunkSize(chunkSize int)
func (*WatchQuery) SetResumeToken ¶
func (q *WatchQuery) SetResumeToken(token string)
func (*WatchQuery) SetStartingTime ¶
func (q *WatchQuery) SetStartingTime(startingTime *timestamppb.Timestamp)
func (*WatchQuery) SetWatchType ¶
func (q *WatchQuery) SetWatchType(watchType watch_type.WatchType)
func (*WatchQuery) String ¶
func (q *WatchQuery) String() string
Source Files ¶
- deployment.go
- deployment.pb.access.go
- deployment.pb.collections.go
- deployment.pb.descriptor.go
- deployment.pb.fieldmask.go
- deployment.pb.fieldpath.go
- deployment.pb.fieldpathbuilder.go
- deployment.pb.filter.go
- deployment.pb.filterbuilder.go
- deployment.pb.go
- deployment.pb.name.go
- deployment.pb.namebuilder.go
- deployment.pb.object_ext.go
- deployment.pb.pagination.go
- deployment.pb.parentname.go
- deployment.pb.query.go
- deployment.pb.validate.go
- deployment.pb.view.go
- deployment_change.pb.change.go
- deployment_change.pb.go
- deployment_change.pb.validate.go