Documentation ¶
Index ¶
- Constants
- func AsAnyCastAccess(access RecoveryStoreShardingInfoAccess) gotenresource.Access
- 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 *RecoveryStoreShardingInfo) bool
- func (filter *Filter) EvaluateRaw(res gotenresource.Resource) bool
- func (filter *Filter) FilterSlice(in []*RecoveryStoreShardingInfo) (out []*RecoveryStoreShardingInfo)
- 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 RecoveryStoreShardingInfo_FieldPath, ...) *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 *RecoveryStoreShardingInfo) 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 RecoveryStoreShardingInfo_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 *RecoveryStoreShardingInfo) 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 RecoveryStoreShardingInfo_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 *RecoveryStoreShardingInfo) bool
- func (cond *FilterConditionContains) EvaluateRaw(res gotenresource.Resource) bool
- func (cond *FilterConditionContains) GetFieldPath() RecoveryStoreShardingInfo_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 RecoveryStoreShardingInfo_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 *RecoveryStoreShardingInfo) 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 RecoveryStoreShardingInfo_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 *RecoveryStoreShardingInfo) 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 RecoveryStoreShardingInfo_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 *RecoveryStoreShardingInfo) 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 RecoveryStoreShardingInfo_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 *RecoveryStoreShardingInfo) 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 RecoveryStoreShardingInfo_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 *RecoveryStoreShardingInfo) 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 RecoveryStoreShardingInfo_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) 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
- type NamePattern
- type OrderBy
- func (orderBy *OrderBy) Compare(left, right *RecoveryStoreShardingInfo) int
- func (orderBy *OrderBy) CompareRaw(left, right gotenresource.Resource) int
- func (orderBy *OrderBy) GetFieldMask() *RecoveryStoreShardingInfo_FieldMask
- func (orderBy *OrderBy) GetOrderByFields() []gotenresource.OrderByField
- func (orderBy *OrderBy) GetRawFieldMask() gotenobject.FieldMask
- func (orderBy *OrderBy) InsertSorted(sorted RecoveryStoreShardingInfoList, elem *RecoveryStoreShardingInfo) (RecoveryStoreShardingInfoList, 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 RecoveryStoreShardingInfoList)
- 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) 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) 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 RecoveryStoreShardingInfo
- func (o *RecoveryStoreShardingInfo) Clone() *RecoveryStoreShardingInfo
- func (o *RecoveryStoreShardingInfo) CloneRaw() gotenobject.GotenObjectExt
- func (*RecoveryStoreShardingInfo) Descriptor() ([]byte, []int)
- func (r *RecoveryStoreShardingInfo) EnsureMetadata() *meta.Meta
- func (m *RecoveryStoreShardingInfo) GetMetadata() *meta.Meta
- func (m *RecoveryStoreShardingInfo) GetName() *Name
- func (r *RecoveryStoreShardingInfo) GetRawName() gotenresource.Name
- func (r *RecoveryStoreShardingInfo) GetResourceDescriptor() gotenresource.Descriptor
- func (m *RecoveryStoreShardingInfo) GetSpec() *RecoveryStoreShardingInfo_ShardingSpec
- func (m *RecoveryStoreShardingInfo) GetValidityPeriod() *RecoveryStoreShardingInfo_ValidityPeriod
- func (*RecoveryStoreShardingInfo) GotenMessage()
- func (o *RecoveryStoreShardingInfo) GotenObjectExt()
- func (obj *RecoveryStoreShardingInfo) GotenValidate() error
- func (o *RecoveryStoreShardingInfo) MakeDiffFieldMask(other *RecoveryStoreShardingInfo) *RecoveryStoreShardingInfo_FieldMask
- func (o *RecoveryStoreShardingInfo) MakeFullFieldMask() *RecoveryStoreShardingInfo_FieldMask
- func (o *RecoveryStoreShardingInfo) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *RecoveryStoreShardingInfo) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *RecoveryStoreShardingInfo) Marshal() ([]byte, error)
- func (m *RecoveryStoreShardingInfo) MarshalJSON() ([]byte, error)
- func (r *RecoveryStoreShardingInfo) MaybePopulateDefaults() error
- func (o *RecoveryStoreShardingInfo) Merge(source *RecoveryStoreShardingInfo)
- func (o *RecoveryStoreShardingInfo) MergeRaw(source gotenobject.GotenObjectExt)
- func (*RecoveryStoreShardingInfo) ProtoMessage()
- func (m *RecoveryStoreShardingInfo) ProtoReflect() preflect.Message
- func (m *RecoveryStoreShardingInfo) Reset()
- func (m *RecoveryStoreShardingInfo) SetMetadata(fv *meta.Meta)
- func (m *RecoveryStoreShardingInfo) SetName(fv *Name)
- func (m *RecoveryStoreShardingInfo) SetSpec(fv *RecoveryStoreShardingInfo_ShardingSpec)
- func (m *RecoveryStoreShardingInfo) SetValidityPeriod(fv *RecoveryStoreShardingInfo_ValidityPeriod)
- func (m *RecoveryStoreShardingInfo) String() string
- func (m *RecoveryStoreShardingInfo) Unmarshal(b []byte) error
- func (m *RecoveryStoreShardingInfo) UnmarshalJSON(data []byte) error
- type RecoveryStoreShardingInfoAccess
- type RecoveryStoreShardingInfoChange
- func (*RecoveryStoreShardingInfoChange) Descriptor() ([]byte, []int)
- func (m *RecoveryStoreShardingInfoChange) GetAdded() *RecoveryStoreShardingInfoChange_Added
- func (m *RecoveryStoreShardingInfoChange) GetChangeType() isRecoveryStoreShardingInfoChange_ChangeType
- func (m *RecoveryStoreShardingInfoChange) GetCurrent() *RecoveryStoreShardingInfoChange_Current
- func (c *RecoveryStoreShardingInfoChange) GetCurrentViewIndex() int32
- func (m *RecoveryStoreShardingInfoChange) GetModified() *RecoveryStoreShardingInfoChange_Modified
- func (c *RecoveryStoreShardingInfoChange) GetPreviousViewIndex() int32
- func (c *RecoveryStoreShardingInfoChange) GetRawName() gotenresource.Name
- func (c *RecoveryStoreShardingInfoChange) GetRawResource() gotenresource.Resource
- func (c *RecoveryStoreShardingInfoChange) GetRecoveryStoreShardingInfo() *RecoveryStoreShardingInfo
- func (c *RecoveryStoreShardingInfoChange) GetRecoveryStoreShardingInfoName() *Name
- func (m *RecoveryStoreShardingInfoChange) GetRemoved() *RecoveryStoreShardingInfoChange_Removed
- func (*RecoveryStoreShardingInfoChange) GotenMessage()
- func (obj *RecoveryStoreShardingInfoChange) GotenValidate() error
- func (c *RecoveryStoreShardingInfoChange) IsAdd() bool
- func (c *RecoveryStoreShardingInfoChange) IsCurrent() bool
- func (c *RecoveryStoreShardingInfoChange) IsDelete() bool
- func (c *RecoveryStoreShardingInfoChange) IsModify() bool
- func (m *RecoveryStoreShardingInfoChange) Marshal() ([]byte, error)
- func (m *RecoveryStoreShardingInfoChange) MarshalJSON() ([]byte, error)
- func (*RecoveryStoreShardingInfoChange) ProtoMessage()
- func (m *RecoveryStoreShardingInfoChange) ProtoReflect() preflect.Message
- func (m *RecoveryStoreShardingInfoChange) Reset()
- func (m *RecoveryStoreShardingInfoChange) SetAdded(fv *RecoveryStoreShardingInfoChange_Added)
- func (c *RecoveryStoreShardingInfoChange) SetAddedRaw(snapshot gotenresource.Resource, idx int)
- func (m *RecoveryStoreShardingInfoChange) SetChangeType(ofv isRecoveryStoreShardingInfoChange_ChangeType)
- func (m *RecoveryStoreShardingInfoChange) SetCurrent(fv *RecoveryStoreShardingInfoChange_Current)
- func (c *RecoveryStoreShardingInfoChange) SetCurrentRaw(snapshot gotenresource.Resource)
- func (c *RecoveryStoreShardingInfoChange) SetDeletedRaw(name gotenresource.Name, idx int)
- func (m *RecoveryStoreShardingInfoChange) SetModified(fv *RecoveryStoreShardingInfoChange_Modified)
- func (c *RecoveryStoreShardingInfoChange) SetModifiedRaw(name gotenresource.Name, snapshot gotenresource.Resource, prevIdx int, ...)
- func (m *RecoveryStoreShardingInfoChange) SetRemoved(fv *RecoveryStoreShardingInfoChange_Removed)
- func (m *RecoveryStoreShardingInfoChange) String() string
- func (m *RecoveryStoreShardingInfoChange) Unmarshal(b []byte) error
- func (m *RecoveryStoreShardingInfoChange) UnmarshalJSON(data []byte) error
- type RecoveryStoreShardingInfoChangeList
- func (l RecoveryStoreShardingInfoChangeList) Append(item gotenresource.ResourceChange) gotenresource.ResourceChangeList
- func (l RecoveryStoreShardingInfoChangeList) AppendList(list gotenresource.ResourceChangeList) gotenresource.ResourceChangeList
- func (l RecoveryStoreShardingInfoChangeList) At(idx int) gotenresource.ResourceChange
- func (l RecoveryStoreShardingInfoChangeList) Length() int
- func (l RecoveryStoreShardingInfoChangeList) Set(idx int, change gotenresource.ResourceChange)
- func (l RecoveryStoreShardingInfoChangeList) Slice(first, second int) gotenresource.ResourceChangeList
- type RecoveryStoreShardingInfoChangeMap
- func (m RecoveryStoreShardingInfoChangeMap) Delete(name gotenresource.Name)
- func (m RecoveryStoreShardingInfoChangeMap) ForEach(cb func(gotenresource.Name, gotenresource.ResourceChange) bool)
- func (m RecoveryStoreShardingInfoChangeMap) Get(name gotenresource.Name) gotenresource.ResourceChange
- func (m RecoveryStoreShardingInfoChangeMap) Length() int
- func (m RecoveryStoreShardingInfoChangeMap) Set(change gotenresource.ResourceChange)
- type RecoveryStoreShardingInfoChange_Added
- func (*RecoveryStoreShardingInfoChange_Added) Descriptor() ([]byte, []int)
- func (m *RecoveryStoreShardingInfoChange_Added) GetRecoveryStoreShardingInfo() *RecoveryStoreShardingInfo
- func (m *RecoveryStoreShardingInfoChange_Added) GetViewIndex() int32
- func (*RecoveryStoreShardingInfoChange_Added) GotenMessage()
- func (obj *RecoveryStoreShardingInfoChange_Added) GotenValidate() error
- func (m *RecoveryStoreShardingInfoChange_Added) Marshal() ([]byte, error)
- func (m *RecoveryStoreShardingInfoChange_Added) MarshalJSON() ([]byte, error)
- func (*RecoveryStoreShardingInfoChange_Added) ProtoMessage()
- func (m *RecoveryStoreShardingInfoChange_Added) ProtoReflect() preflect.Message
- func (m *RecoveryStoreShardingInfoChange_Added) Reset()
- func (m *RecoveryStoreShardingInfoChange_Added) SetRecoveryStoreShardingInfo(fv *RecoveryStoreShardingInfo)
- func (m *RecoveryStoreShardingInfoChange_Added) SetViewIndex(fv int32)
- func (m *RecoveryStoreShardingInfoChange_Added) String() string
- func (m *RecoveryStoreShardingInfoChange_Added) Unmarshal(b []byte) error
- func (m *RecoveryStoreShardingInfoChange_Added) UnmarshalJSON(data []byte) error
- type RecoveryStoreShardingInfoChange_Added_
- type RecoveryStoreShardingInfoChange_Current
- func (*RecoveryStoreShardingInfoChange_Current) Descriptor() ([]byte, []int)
- func (m *RecoveryStoreShardingInfoChange_Current) GetRecoveryStoreShardingInfo() *RecoveryStoreShardingInfo
- func (*RecoveryStoreShardingInfoChange_Current) GotenMessage()
- func (obj *RecoveryStoreShardingInfoChange_Current) GotenValidate() error
- func (m *RecoveryStoreShardingInfoChange_Current) Marshal() ([]byte, error)
- func (m *RecoveryStoreShardingInfoChange_Current) MarshalJSON() ([]byte, error)
- func (*RecoveryStoreShardingInfoChange_Current) ProtoMessage()
- func (m *RecoveryStoreShardingInfoChange_Current) ProtoReflect() preflect.Message
- func (m *RecoveryStoreShardingInfoChange_Current) Reset()
- func (m *RecoveryStoreShardingInfoChange_Current) SetRecoveryStoreShardingInfo(fv *RecoveryStoreShardingInfo)
- func (m *RecoveryStoreShardingInfoChange_Current) String() string
- func (m *RecoveryStoreShardingInfoChange_Current) Unmarshal(b []byte) error
- func (m *RecoveryStoreShardingInfoChange_Current) UnmarshalJSON(data []byte) error
- type RecoveryStoreShardingInfoChange_Current_
- type RecoveryStoreShardingInfoChange_Modified
- func (*RecoveryStoreShardingInfoChange_Modified) Descriptor() ([]byte, []int)
- func (m *RecoveryStoreShardingInfoChange_Modified) GetFieldMask() *RecoveryStoreShardingInfo_FieldMask
- func (m *RecoveryStoreShardingInfoChange_Modified) GetName() *Name
- func (m *RecoveryStoreShardingInfoChange_Modified) GetPreviousViewIndex() int32
- func (m *RecoveryStoreShardingInfoChange_Modified) GetRecoveryStoreShardingInfo() *RecoveryStoreShardingInfo
- func (m *RecoveryStoreShardingInfoChange_Modified) GetViewIndex() int32
- func (*RecoveryStoreShardingInfoChange_Modified) GotenMessage()
- func (obj *RecoveryStoreShardingInfoChange_Modified) GotenValidate() error
- func (m *RecoveryStoreShardingInfoChange_Modified) Marshal() ([]byte, error)
- func (m *RecoveryStoreShardingInfoChange_Modified) MarshalJSON() ([]byte, error)
- func (*RecoveryStoreShardingInfoChange_Modified) ProtoMessage()
- func (m *RecoveryStoreShardingInfoChange_Modified) ProtoReflect() preflect.Message
- func (m *RecoveryStoreShardingInfoChange_Modified) Reset()
- func (m *RecoveryStoreShardingInfoChange_Modified) SetFieldMask(fv *RecoveryStoreShardingInfo_FieldMask)
- func (m *RecoveryStoreShardingInfoChange_Modified) SetName(fv *Name)
- func (m *RecoveryStoreShardingInfoChange_Modified) SetPreviousViewIndex(fv int32)
- func (m *RecoveryStoreShardingInfoChange_Modified) SetRecoveryStoreShardingInfo(fv *RecoveryStoreShardingInfo)
- func (m *RecoveryStoreShardingInfoChange_Modified) SetViewIndex(fv int32)
- func (m *RecoveryStoreShardingInfoChange_Modified) String() string
- func (m *RecoveryStoreShardingInfoChange_Modified) Unmarshal(b []byte) error
- func (m *RecoveryStoreShardingInfoChange_Modified) UnmarshalJSON(data []byte) error
- type RecoveryStoreShardingInfoChange_Modified_
- type RecoveryStoreShardingInfoChange_Removed
- func (*RecoveryStoreShardingInfoChange_Removed) Descriptor() ([]byte, []int)
- func (m *RecoveryStoreShardingInfoChange_Removed) GetName() *Name
- func (m *RecoveryStoreShardingInfoChange_Removed) GetViewIndex() int32
- func (*RecoveryStoreShardingInfoChange_Removed) GotenMessage()
- func (obj *RecoveryStoreShardingInfoChange_Removed) GotenValidate() error
- func (m *RecoveryStoreShardingInfoChange_Removed) Marshal() ([]byte, error)
- func (m *RecoveryStoreShardingInfoChange_Removed) MarshalJSON() ([]byte, error)
- func (*RecoveryStoreShardingInfoChange_Removed) ProtoMessage()
- func (m *RecoveryStoreShardingInfoChange_Removed) ProtoReflect() preflect.Message
- func (m *RecoveryStoreShardingInfoChange_Removed) Reset()
- func (m *RecoveryStoreShardingInfoChange_Removed) SetName(fv *Name)
- func (m *RecoveryStoreShardingInfoChange_Removed) SetViewIndex(fv int32)
- func (m *RecoveryStoreShardingInfoChange_Removed) String() string
- func (m *RecoveryStoreShardingInfoChange_Removed) Unmarshal(b []byte) error
- func (m *RecoveryStoreShardingInfoChange_Removed) UnmarshalJSON(data []byte) error
- type RecoveryStoreShardingInfoChange_Removed_
- type RecoveryStoreShardingInfoFieldPathBuilder
- func (RecoveryStoreShardingInfoFieldPathBuilder) Metadata() RecoveryStoreShardingInfoPathSelectorMetadata
- func (RecoveryStoreShardingInfoFieldPathBuilder) Name() RecoveryStoreShardingInfoPathSelectorName
- func (RecoveryStoreShardingInfoFieldPathBuilder) Spec() RecoveryStoreShardingInfoPathSelectorSpec
- func (RecoveryStoreShardingInfoFieldPathBuilder) ValidityPeriod() RecoveryStoreShardingInfoPathSelectorValidityPeriod
- type RecoveryStoreShardingInfoList
- func (l RecoveryStoreShardingInfoList) Append(item gotenresource.Resource) gotenresource.ResourceList
- func (l RecoveryStoreShardingInfoList) AppendList(list gotenresource.ResourceList) gotenresource.ResourceList
- func (l RecoveryStoreShardingInfoList) At(idx int) gotenresource.Resource
- func (l RecoveryStoreShardingInfoList) Length() int
- func (l RecoveryStoreShardingInfoList) Set(idx int, res gotenresource.Resource)
- func (l RecoveryStoreShardingInfoList) Slice(first, second int) gotenresource.ResourceList
- type RecoveryStoreShardingInfoMap
- func (m RecoveryStoreShardingInfoMap) Delete(name gotenresource.Name)
- func (m RecoveryStoreShardingInfoMap) ForEach(cb func(gotenresource.Name, gotenresource.Resource) bool)
- func (m RecoveryStoreShardingInfoMap) Get(name gotenresource.Name) gotenresource.Resource
- func (m RecoveryStoreShardingInfoMap) Length() int
- func (m RecoveryStoreShardingInfoMap) Set(res gotenresource.Resource)
- type RecoveryStoreShardingInfoMapPathSelectorMetadataAnnotations
- func (s RecoveryStoreShardingInfoMapPathSelectorMetadataAnnotations) FieldPath() *RecoveryStoreShardingInfo_FieldSubPath
- func (s RecoveryStoreShardingInfoMapPathSelectorMetadataAnnotations) WithArrayOfValues(values []string) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
- func (s RecoveryStoreShardingInfoMapPathSelectorMetadataAnnotations) WithValue(value string) *RecoveryStoreShardingInfo_FieldSubPathValue
- type RecoveryStoreShardingInfoMapPathSelectorMetadataLabels
- func (s RecoveryStoreShardingInfoMapPathSelectorMetadataLabels) FieldPath() *RecoveryStoreShardingInfo_FieldSubPath
- func (s RecoveryStoreShardingInfoMapPathSelectorMetadataLabels) WithArrayOfValues(values []string) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
- func (s RecoveryStoreShardingInfoMapPathSelectorMetadataLabels) WithValue(value string) *RecoveryStoreShardingInfo_FieldSubPathValue
- type RecoveryStoreShardingInfoMapPathSelectorMetadataShards
- func (s RecoveryStoreShardingInfoMapPathSelectorMetadataShards) FieldPath() *RecoveryStoreShardingInfo_FieldSubPath
- func (s RecoveryStoreShardingInfoMapPathSelectorMetadataShards) WithArrayOfValues(values []int64) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
- func (s RecoveryStoreShardingInfoMapPathSelectorMetadataShards) WithValue(value int64) *RecoveryStoreShardingInfo_FieldSubPathValue
- type RecoveryStoreShardingInfoNameList
- func (l RecoveryStoreShardingInfoNameList) Append(name gotenresource.Name) gotenresource.NameList
- func (l RecoveryStoreShardingInfoNameList) AppendList(list gotenresource.NameList) gotenresource.NameList
- func (l RecoveryStoreShardingInfoNameList) At(idx int) gotenresource.Name
- func (l RecoveryStoreShardingInfoNameList) Length() int
- func (l RecoveryStoreShardingInfoNameList) Set(idx int, name gotenresource.Name)
- func (l RecoveryStoreShardingInfoNameList) Slice(first, second int) gotenresource.NameList
- type RecoveryStoreShardingInfoParentNameList
- func (l RecoveryStoreShardingInfoParentNameList) Append(name gotenresource.Name) gotenresource.ParentNameList
- func (l RecoveryStoreShardingInfoParentNameList) AppendList(list gotenresource.ParentNameList) gotenresource.ParentNameList
- func (l RecoveryStoreShardingInfoParentNameList) At(idx int) gotenresource.Name
- func (l RecoveryStoreShardingInfoParentNameList) Length() int
- func (l RecoveryStoreShardingInfoParentNameList) Set(idx int, name gotenresource.Name)
- func (l RecoveryStoreShardingInfoParentNameList) Slice(first, second int) gotenresource.ParentNameList
- type RecoveryStoreShardingInfoParentReferenceList
- func (l RecoveryStoreShardingInfoParentReferenceList) Append(ref gotenresource.Reference) gotenresource.ParentReferenceList
- func (l RecoveryStoreShardingInfoParentReferenceList) AppendList(list gotenresource.ParentReferenceList) gotenresource.ParentReferenceList
- func (l RecoveryStoreShardingInfoParentReferenceList) At(idx int) gotenresource.Reference
- func (l RecoveryStoreShardingInfoParentReferenceList) Length() int
- func (l RecoveryStoreShardingInfoParentReferenceList) Set(idx int, ref gotenresource.Reference)
- func (l RecoveryStoreShardingInfoParentReferenceList) Slice(first, second int) gotenresource.ParentReferenceList
- type RecoveryStoreShardingInfoPathSelectorMetadata
- func (RecoveryStoreShardingInfoPathSelectorMetadata) Annotations() RecoveryStoreShardingInfoPathSelectorMetadataAnnotations
- func (RecoveryStoreShardingInfoPathSelectorMetadata) CreateTime() RecoveryStoreShardingInfoPathSelectorMetadataCreateTime
- func (RecoveryStoreShardingInfoPathSelectorMetadata) DeleteTime() RecoveryStoreShardingInfoPathSelectorMetadataDeleteTime
- func (RecoveryStoreShardingInfoPathSelectorMetadata) FieldPath() *RecoveryStoreShardingInfo_FieldTerminalPath
- func (RecoveryStoreShardingInfoPathSelectorMetadata) Generation() RecoveryStoreShardingInfoPathSelectorMetadataGeneration
- func (RecoveryStoreShardingInfoPathSelectorMetadata) Labels() RecoveryStoreShardingInfoPathSelectorMetadataLabels
- func (RecoveryStoreShardingInfoPathSelectorMetadata) Lifecycle() RecoveryStoreShardingInfoPathSelectorMetadataLifecycle
- func (RecoveryStoreShardingInfoPathSelectorMetadata) OwnerReferences() RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferences
- func (RecoveryStoreShardingInfoPathSelectorMetadata) ResourceVersion() RecoveryStoreShardingInfoPathSelectorMetadataResourceVersion
- func (RecoveryStoreShardingInfoPathSelectorMetadata) Services() RecoveryStoreShardingInfoPathSelectorMetadataServices
- func (RecoveryStoreShardingInfoPathSelectorMetadata) Shards() RecoveryStoreShardingInfoPathSelectorMetadataShards
- func (RecoveryStoreShardingInfoPathSelectorMetadata) Syncing() RecoveryStoreShardingInfoPathSelectorMetadataSyncing
- func (RecoveryStoreShardingInfoPathSelectorMetadata) Tags() RecoveryStoreShardingInfoPathSelectorMetadataTags
- func (RecoveryStoreShardingInfoPathSelectorMetadata) UpdateTime() RecoveryStoreShardingInfoPathSelectorMetadataUpdateTime
- func (RecoveryStoreShardingInfoPathSelectorMetadata) Uuid() RecoveryStoreShardingInfoPathSelectorMetadataUuid
- func (s RecoveryStoreShardingInfoPathSelectorMetadata) WithArrayOfValues(values []*meta.Meta) *RecoveryStoreShardingInfo_FieldTerminalPathArrayOfValues
- func (s RecoveryStoreShardingInfoPathSelectorMetadata) WithSubArrayItemValue(subPathArrayItemValue meta.Meta_FieldPathArrayItemValue) *RecoveryStoreShardingInfo_FieldSubPathArrayItemValue
- func (s RecoveryStoreShardingInfoPathSelectorMetadata) WithSubArrayOfValues(subPathArrayOfValues meta.Meta_FieldPathArrayOfValues) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
- func (RecoveryStoreShardingInfoPathSelectorMetadata) WithSubPath(subPath meta.Meta_FieldPath) *RecoveryStoreShardingInfo_FieldSubPath
- func (s RecoveryStoreShardingInfoPathSelectorMetadata) WithSubValue(subPathValue meta.Meta_FieldPathValue) *RecoveryStoreShardingInfo_FieldSubPathValue
- func (s RecoveryStoreShardingInfoPathSelectorMetadata) WithValue(value *meta.Meta) *RecoveryStoreShardingInfo_FieldTerminalPathValue
- type RecoveryStoreShardingInfoPathSelectorMetadataAnnotations
- func (RecoveryStoreShardingInfoPathSelectorMetadataAnnotations) FieldPath() *RecoveryStoreShardingInfo_FieldSubPath
- func (s RecoveryStoreShardingInfoPathSelectorMetadataAnnotations) WithArrayOfValues(values []map[string]string) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
- func (RecoveryStoreShardingInfoPathSelectorMetadataAnnotations) WithKey(key string) RecoveryStoreShardingInfoMapPathSelectorMetadataAnnotations
- func (s RecoveryStoreShardingInfoPathSelectorMetadataAnnotations) WithValue(value map[string]string) *RecoveryStoreShardingInfo_FieldSubPathValue
- type RecoveryStoreShardingInfoPathSelectorMetadataCreateTime
- func (RecoveryStoreShardingInfoPathSelectorMetadataCreateTime) FieldPath() *RecoveryStoreShardingInfo_FieldSubPath
- func (s RecoveryStoreShardingInfoPathSelectorMetadataCreateTime) WithArrayOfValues(values []*timestamppb.Timestamp) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
- func (s RecoveryStoreShardingInfoPathSelectorMetadataCreateTime) WithValue(value *timestamppb.Timestamp) *RecoveryStoreShardingInfo_FieldSubPathValue
- type RecoveryStoreShardingInfoPathSelectorMetadataDeleteTime
- func (RecoveryStoreShardingInfoPathSelectorMetadataDeleteTime) FieldPath() *RecoveryStoreShardingInfo_FieldSubPath
- func (s RecoveryStoreShardingInfoPathSelectorMetadataDeleteTime) WithArrayOfValues(values []*timestamppb.Timestamp) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
- func (s RecoveryStoreShardingInfoPathSelectorMetadataDeleteTime) WithValue(value *timestamppb.Timestamp) *RecoveryStoreShardingInfo_FieldSubPathValue
- type RecoveryStoreShardingInfoPathSelectorMetadataGeneration
- func (RecoveryStoreShardingInfoPathSelectorMetadataGeneration) FieldPath() *RecoveryStoreShardingInfo_FieldSubPath
- func (s RecoveryStoreShardingInfoPathSelectorMetadataGeneration) WithArrayOfValues(values []int64) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
- func (s RecoveryStoreShardingInfoPathSelectorMetadataGeneration) WithValue(value int64) *RecoveryStoreShardingInfo_FieldSubPathValue
- type RecoveryStoreShardingInfoPathSelectorMetadataLabels
- func (RecoveryStoreShardingInfoPathSelectorMetadataLabels) FieldPath() *RecoveryStoreShardingInfo_FieldSubPath
- func (s RecoveryStoreShardingInfoPathSelectorMetadataLabels) WithArrayOfValues(values []map[string]string) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
- func (RecoveryStoreShardingInfoPathSelectorMetadataLabels) WithKey(key string) RecoveryStoreShardingInfoMapPathSelectorMetadataLabels
- func (s RecoveryStoreShardingInfoPathSelectorMetadataLabels) WithValue(value map[string]string) *RecoveryStoreShardingInfo_FieldSubPathValue
- type RecoveryStoreShardingInfoPathSelectorMetadataLifecycle
- func (RecoveryStoreShardingInfoPathSelectorMetadataLifecycle) BlockDeletion() RecoveryStoreShardingInfoPathSelectorMetadataLifecycleBlockDeletion
- func (RecoveryStoreShardingInfoPathSelectorMetadataLifecycle) FieldPath() *RecoveryStoreShardingInfo_FieldSubPath
- func (RecoveryStoreShardingInfoPathSelectorMetadataLifecycle) State() RecoveryStoreShardingInfoPathSelectorMetadataLifecycleState
- func (s RecoveryStoreShardingInfoPathSelectorMetadataLifecycle) WithArrayOfValues(values []*meta.Lifecycle) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
- func (s RecoveryStoreShardingInfoPathSelectorMetadataLifecycle) WithValue(value *meta.Lifecycle) *RecoveryStoreShardingInfo_FieldSubPathValue
- type RecoveryStoreShardingInfoPathSelectorMetadataLifecycleBlockDeletion
- func (RecoveryStoreShardingInfoPathSelectorMetadataLifecycleBlockDeletion) FieldPath() *RecoveryStoreShardingInfo_FieldSubPath
- func (s RecoveryStoreShardingInfoPathSelectorMetadataLifecycleBlockDeletion) WithArrayOfValues(values []bool) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
- func (s RecoveryStoreShardingInfoPathSelectorMetadataLifecycleBlockDeletion) WithValue(value bool) *RecoveryStoreShardingInfo_FieldSubPathValue
- type RecoveryStoreShardingInfoPathSelectorMetadataLifecycleState
- func (RecoveryStoreShardingInfoPathSelectorMetadataLifecycleState) FieldPath() *RecoveryStoreShardingInfo_FieldSubPath
- func (s RecoveryStoreShardingInfoPathSelectorMetadataLifecycleState) WithArrayOfValues(values []meta.Lifecycle_State) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
- func (s RecoveryStoreShardingInfoPathSelectorMetadataLifecycleState) WithValue(value meta.Lifecycle_State) *RecoveryStoreShardingInfo_FieldSubPathValue
- type RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferences
- func (RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferences) Controller() RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferencesController
- func (RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferences) FieldPath() *RecoveryStoreShardingInfo_FieldSubPath
- func (RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferences) Kind() RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferencesKind
- func (RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferences) Name() RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferencesName
- func (RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferences) Region() RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferencesRegion
- func (RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferences) RequiresOwnerReference() ...
- func (RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferences) Version() RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferencesVersion
- func (s RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferences) WithArrayOfValues(values [][]*meta.OwnerReference) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
- func (s RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferences) WithItemValue(value *meta.OwnerReference) *RecoveryStoreShardingInfo_FieldSubPathArrayItemValue
- func (s RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferences) WithValue(value []*meta.OwnerReference) *RecoveryStoreShardingInfo_FieldSubPathValue
- type RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferencesController
- func (RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferencesController) FieldPath() *RecoveryStoreShardingInfo_FieldSubPath
- func (s RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
- func (s RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferencesController) WithValue(value bool) *RecoveryStoreShardingInfo_FieldSubPathValue
- type RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferencesKind
- func (RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferencesKind) FieldPath() *RecoveryStoreShardingInfo_FieldSubPath
- func (s RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
- func (s RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferencesKind) WithValue(value string) *RecoveryStoreShardingInfo_FieldSubPathValue
- type RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferencesName
- func (RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferencesName) FieldPath() *RecoveryStoreShardingInfo_FieldSubPath
- func (s RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferencesName) WithArrayOfValues(values []string) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
- func (s RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferencesName) WithValue(value string) *RecoveryStoreShardingInfo_FieldSubPathValue
- type RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferencesRegion
- func (RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferencesRegion) FieldPath() *RecoveryStoreShardingInfo_FieldSubPath
- func (s RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferencesRegion) WithArrayOfValues(values []string) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
- func (s RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferencesRegion) WithValue(value string) *RecoveryStoreShardingInfo_FieldSubPathValue
- type RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferencesRequiresOwnerReference
- func (RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferencesRequiresOwnerReference) FieldPath() *RecoveryStoreShardingInfo_FieldSubPath
- func (s RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues(values []bool) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
- func (s RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithValue(value bool) *RecoveryStoreShardingInfo_FieldSubPathValue
- type RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferencesVersion
- func (RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferencesVersion) FieldPath() *RecoveryStoreShardingInfo_FieldSubPath
- func (s RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferencesVersion) WithArrayOfValues(values []string) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
- func (s RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferencesVersion) WithValue(value string) *RecoveryStoreShardingInfo_FieldSubPathValue
- type RecoveryStoreShardingInfoPathSelectorMetadataResourceVersion
- func (RecoveryStoreShardingInfoPathSelectorMetadataResourceVersion) FieldPath() *RecoveryStoreShardingInfo_FieldSubPath
- func (s RecoveryStoreShardingInfoPathSelectorMetadataResourceVersion) WithArrayOfValues(values []string) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
- func (s RecoveryStoreShardingInfoPathSelectorMetadataResourceVersion) WithValue(value string) *RecoveryStoreShardingInfo_FieldSubPathValue
- type RecoveryStoreShardingInfoPathSelectorMetadataServices
- func (RecoveryStoreShardingInfoPathSelectorMetadataServices) AllowedServices() RecoveryStoreShardingInfoPathSelectorMetadataServicesAllowedServices
- func (RecoveryStoreShardingInfoPathSelectorMetadataServices) FieldPath() *RecoveryStoreShardingInfo_FieldSubPath
- func (RecoveryStoreShardingInfoPathSelectorMetadataServices) OwningService() RecoveryStoreShardingInfoPathSelectorMetadataServicesOwningService
- func (s RecoveryStoreShardingInfoPathSelectorMetadataServices) WithArrayOfValues(values []*meta.ServicesInfo) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
- func (s RecoveryStoreShardingInfoPathSelectorMetadataServices) WithValue(value *meta.ServicesInfo) *RecoveryStoreShardingInfo_FieldSubPathValue
- type RecoveryStoreShardingInfoPathSelectorMetadataServicesAllowedServices
- func (RecoveryStoreShardingInfoPathSelectorMetadataServicesAllowedServices) FieldPath() *RecoveryStoreShardingInfo_FieldSubPath
- func (s RecoveryStoreShardingInfoPathSelectorMetadataServicesAllowedServices) WithArrayOfValues(values [][]string) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
- func (s RecoveryStoreShardingInfoPathSelectorMetadataServicesAllowedServices) WithItemValue(value string) *RecoveryStoreShardingInfo_FieldSubPathArrayItemValue
- func (s RecoveryStoreShardingInfoPathSelectorMetadataServicesAllowedServices) WithValue(value []string) *RecoveryStoreShardingInfo_FieldSubPathValue
- type RecoveryStoreShardingInfoPathSelectorMetadataServicesOwningService
- func (RecoveryStoreShardingInfoPathSelectorMetadataServicesOwningService) FieldPath() *RecoveryStoreShardingInfo_FieldSubPath
- func (s RecoveryStoreShardingInfoPathSelectorMetadataServicesOwningService) WithArrayOfValues(values []string) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
- func (s RecoveryStoreShardingInfoPathSelectorMetadataServicesOwningService) WithValue(value string) *RecoveryStoreShardingInfo_FieldSubPathValue
- type RecoveryStoreShardingInfoPathSelectorMetadataShards
- func (RecoveryStoreShardingInfoPathSelectorMetadataShards) FieldPath() *RecoveryStoreShardingInfo_FieldSubPath
- func (s RecoveryStoreShardingInfoPathSelectorMetadataShards) WithArrayOfValues(values []map[string]int64) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
- func (RecoveryStoreShardingInfoPathSelectorMetadataShards) WithKey(key string) RecoveryStoreShardingInfoMapPathSelectorMetadataShards
- func (s RecoveryStoreShardingInfoPathSelectorMetadataShards) WithValue(value map[string]int64) *RecoveryStoreShardingInfo_FieldSubPathValue
- type RecoveryStoreShardingInfoPathSelectorMetadataSyncing
- func (RecoveryStoreShardingInfoPathSelectorMetadataSyncing) FieldPath() *RecoveryStoreShardingInfo_FieldSubPath
- func (RecoveryStoreShardingInfoPathSelectorMetadataSyncing) OwningRegion() RecoveryStoreShardingInfoPathSelectorMetadataSyncingOwningRegion
- func (RecoveryStoreShardingInfoPathSelectorMetadataSyncing) Regions() RecoveryStoreShardingInfoPathSelectorMetadataSyncingRegions
- func (s RecoveryStoreShardingInfoPathSelectorMetadataSyncing) WithArrayOfValues(values []*meta.SyncingMeta) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
- func (s RecoveryStoreShardingInfoPathSelectorMetadataSyncing) WithValue(value *meta.SyncingMeta) *RecoveryStoreShardingInfo_FieldSubPathValue
- type RecoveryStoreShardingInfoPathSelectorMetadataSyncingOwningRegion
- func (RecoveryStoreShardingInfoPathSelectorMetadataSyncingOwningRegion) FieldPath() *RecoveryStoreShardingInfo_FieldSubPath
- func (s RecoveryStoreShardingInfoPathSelectorMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
- func (s RecoveryStoreShardingInfoPathSelectorMetadataSyncingOwningRegion) WithValue(value string) *RecoveryStoreShardingInfo_FieldSubPathValue
- type RecoveryStoreShardingInfoPathSelectorMetadataSyncingRegions
- func (RecoveryStoreShardingInfoPathSelectorMetadataSyncingRegions) FieldPath() *RecoveryStoreShardingInfo_FieldSubPath
- func (s RecoveryStoreShardingInfoPathSelectorMetadataSyncingRegions) WithArrayOfValues(values [][]string) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
- func (s RecoveryStoreShardingInfoPathSelectorMetadataSyncingRegions) WithItemValue(value string) *RecoveryStoreShardingInfo_FieldSubPathArrayItemValue
- func (s RecoveryStoreShardingInfoPathSelectorMetadataSyncingRegions) WithValue(value []string) *RecoveryStoreShardingInfo_FieldSubPathValue
- type RecoveryStoreShardingInfoPathSelectorMetadataTags
- func (RecoveryStoreShardingInfoPathSelectorMetadataTags) FieldPath() *RecoveryStoreShardingInfo_FieldSubPath
- func (s RecoveryStoreShardingInfoPathSelectorMetadataTags) WithArrayOfValues(values [][]string) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
- func (s RecoveryStoreShardingInfoPathSelectorMetadataTags) WithItemValue(value string) *RecoveryStoreShardingInfo_FieldSubPathArrayItemValue
- func (s RecoveryStoreShardingInfoPathSelectorMetadataTags) WithValue(value []string) *RecoveryStoreShardingInfo_FieldSubPathValue
- type RecoveryStoreShardingInfoPathSelectorMetadataUpdateTime
- func (RecoveryStoreShardingInfoPathSelectorMetadataUpdateTime) FieldPath() *RecoveryStoreShardingInfo_FieldSubPath
- func (s RecoveryStoreShardingInfoPathSelectorMetadataUpdateTime) WithArrayOfValues(values []*timestamppb.Timestamp) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
- func (s RecoveryStoreShardingInfoPathSelectorMetadataUpdateTime) WithValue(value *timestamppb.Timestamp) *RecoveryStoreShardingInfo_FieldSubPathValue
- type RecoveryStoreShardingInfoPathSelectorMetadataUuid
- func (RecoveryStoreShardingInfoPathSelectorMetadataUuid) FieldPath() *RecoveryStoreShardingInfo_FieldSubPath
- func (s RecoveryStoreShardingInfoPathSelectorMetadataUuid) WithArrayOfValues(values []string) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
- func (s RecoveryStoreShardingInfoPathSelectorMetadataUuid) WithValue(value string) *RecoveryStoreShardingInfo_FieldSubPathValue
- type RecoveryStoreShardingInfoPathSelectorName
- func (RecoveryStoreShardingInfoPathSelectorName) FieldPath() *RecoveryStoreShardingInfo_FieldTerminalPath
- func (s RecoveryStoreShardingInfoPathSelectorName) WithArrayOfValues(values []*Name) *RecoveryStoreShardingInfo_FieldTerminalPathArrayOfValues
- func (s RecoveryStoreShardingInfoPathSelectorName) WithValue(value *Name) *RecoveryStoreShardingInfo_FieldTerminalPathValue
- type RecoveryStoreShardingInfoPathSelectorSpec
- func (RecoveryStoreShardingInfoPathSelectorSpec) FieldPath() *RecoveryStoreShardingInfo_FieldTerminalPath
- func (RecoveryStoreShardingInfoPathSelectorSpec) ShardsCount() RecoveryStoreShardingInfoPathSelectorSpecShardsCount
- func (RecoveryStoreShardingInfoPathSelectorSpec) TsBlobPeriod() RecoveryStoreShardingInfoPathSelectorSpecTsBlobPeriod
- func (s RecoveryStoreShardingInfoPathSelectorSpec) WithArrayOfValues(values []*RecoveryStoreShardingInfo_ShardingSpec) *RecoveryStoreShardingInfo_FieldTerminalPathArrayOfValues
- func (s RecoveryStoreShardingInfoPathSelectorSpec) WithSubArrayItemValue(...) *RecoveryStoreShardingInfo_FieldSubPathArrayItemValue
- func (s RecoveryStoreShardingInfoPathSelectorSpec) WithSubArrayOfValues(...) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
- func (RecoveryStoreShardingInfoPathSelectorSpec) WithSubPath(subPath RecoveryStoreShardingInfoShardingSpec_FieldPath) *RecoveryStoreShardingInfo_FieldSubPath
- func (s RecoveryStoreShardingInfoPathSelectorSpec) WithSubValue(subPathValue RecoveryStoreShardingInfoShardingSpec_FieldPathValue) *RecoveryStoreShardingInfo_FieldSubPathValue
- func (s RecoveryStoreShardingInfoPathSelectorSpec) WithValue(value *RecoveryStoreShardingInfo_ShardingSpec) *RecoveryStoreShardingInfo_FieldTerminalPathValue
- type RecoveryStoreShardingInfoPathSelectorSpecShardsCount
- func (RecoveryStoreShardingInfoPathSelectorSpecShardsCount) FieldPath() *RecoveryStoreShardingInfo_FieldSubPath
- func (s RecoveryStoreShardingInfoPathSelectorSpecShardsCount) WithArrayOfValues(values []uint32) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
- func (s RecoveryStoreShardingInfoPathSelectorSpecShardsCount) WithValue(value uint32) *RecoveryStoreShardingInfo_FieldSubPathValue
- type RecoveryStoreShardingInfoPathSelectorSpecTsBlobPeriod
- func (RecoveryStoreShardingInfoPathSelectorSpecTsBlobPeriod) FieldPath() *RecoveryStoreShardingInfo_FieldSubPath
- func (s RecoveryStoreShardingInfoPathSelectorSpecTsBlobPeriod) WithArrayOfValues(values []*durationpb.Duration) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
- func (s RecoveryStoreShardingInfoPathSelectorSpecTsBlobPeriod) WithValue(value *durationpb.Duration) *RecoveryStoreShardingInfo_FieldSubPathValue
- type RecoveryStoreShardingInfoPathSelectorValidityPeriod
- func (RecoveryStoreShardingInfoPathSelectorValidityPeriod) EndTime() RecoveryStoreShardingInfoPathSelectorValidityPeriodEndTime
- func (RecoveryStoreShardingInfoPathSelectorValidityPeriod) FieldPath() *RecoveryStoreShardingInfo_FieldTerminalPath
- func (RecoveryStoreShardingInfoPathSelectorValidityPeriod) StartTime() RecoveryStoreShardingInfoPathSelectorValidityPeriodStartTime
- func (s RecoveryStoreShardingInfoPathSelectorValidityPeriod) WithArrayOfValues(values []*RecoveryStoreShardingInfo_ValidityPeriod) *RecoveryStoreShardingInfo_FieldTerminalPathArrayOfValues
- func (s RecoveryStoreShardingInfoPathSelectorValidityPeriod) WithSubArrayItemValue(...) *RecoveryStoreShardingInfo_FieldSubPathArrayItemValue
- func (s RecoveryStoreShardingInfoPathSelectorValidityPeriod) WithSubArrayOfValues(...) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
- func (RecoveryStoreShardingInfoPathSelectorValidityPeriod) WithSubPath(subPath RecoveryStoreShardingInfoValidityPeriod_FieldPath) *RecoveryStoreShardingInfo_FieldSubPath
- func (s RecoveryStoreShardingInfoPathSelectorValidityPeriod) WithSubValue(subPathValue RecoveryStoreShardingInfoValidityPeriod_FieldPathValue) *RecoveryStoreShardingInfo_FieldSubPathValue
- func (s RecoveryStoreShardingInfoPathSelectorValidityPeriod) WithValue(value *RecoveryStoreShardingInfo_ValidityPeriod) *RecoveryStoreShardingInfo_FieldTerminalPathValue
- type RecoveryStoreShardingInfoPathSelectorValidityPeriodEndTime
- func (RecoveryStoreShardingInfoPathSelectorValidityPeriodEndTime) FieldPath() *RecoveryStoreShardingInfo_FieldSubPath
- func (s RecoveryStoreShardingInfoPathSelectorValidityPeriodEndTime) WithArrayOfValues(values []*timestamppb.Timestamp) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
- func (s RecoveryStoreShardingInfoPathSelectorValidityPeriodEndTime) WithValue(value *timestamppb.Timestamp) *RecoveryStoreShardingInfo_FieldSubPathValue
- type RecoveryStoreShardingInfoPathSelectorValidityPeriodStartTime
- func (RecoveryStoreShardingInfoPathSelectorValidityPeriodStartTime) FieldPath() *RecoveryStoreShardingInfo_FieldSubPath
- func (s RecoveryStoreShardingInfoPathSelectorValidityPeriodStartTime) WithArrayOfValues(values []*timestamppb.Timestamp) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
- func (s RecoveryStoreShardingInfoPathSelectorValidityPeriodStartTime) WithValue(value *timestamppb.Timestamp) *RecoveryStoreShardingInfo_FieldSubPathValue
- type RecoveryStoreShardingInfoReferenceList
- func (l RecoveryStoreShardingInfoReferenceList) Append(ref gotenresource.Reference) gotenresource.ReferenceList
- func (l RecoveryStoreShardingInfoReferenceList) AppendList(list gotenresource.ReferenceList) gotenresource.ReferenceList
- func (l RecoveryStoreShardingInfoReferenceList) At(idx int) gotenresource.Reference
- func (l RecoveryStoreShardingInfoReferenceList) Length() int
- func (l RecoveryStoreShardingInfoReferenceList) Set(idx int, ref gotenresource.Reference)
- func (l RecoveryStoreShardingInfoReferenceList) Slice(first, second int) gotenresource.ReferenceList
- type RecoveryStoreShardingInfoShardingSpecFieldPathBuilder
- type RecoveryStoreShardingInfoShardingSpec_FieldPath
- func BuildRecoveryStoreShardingInfoShardingSpec_FieldPath(fp gotenobject.RawFieldPath) (RecoveryStoreShardingInfoShardingSpec_FieldPath, error)
- func MustParseRecoveryStoreShardingInfoShardingSpec_FieldPath(rawField string) RecoveryStoreShardingInfoShardingSpec_FieldPath
- func ParseRecoveryStoreShardingInfoShardingSpec_FieldPath(rawField string) (RecoveryStoreShardingInfoShardingSpec_FieldPath, error)
- type RecoveryStoreShardingInfoShardingSpec_FieldPathArrayItemValue
- func MustParseRecoveryStoreShardingInfoShardingSpec_FieldPathArrayItemValue(pathStr, valueStr string) RecoveryStoreShardingInfoShardingSpec_FieldPathArrayItemValue
- func ParseRecoveryStoreShardingInfoShardingSpec_FieldPathArrayItemValue(pathStr, valueStr string) (RecoveryStoreShardingInfoShardingSpec_FieldPathArrayItemValue, error)
- type RecoveryStoreShardingInfoShardingSpec_FieldPathArrayOfValues
- func MustParseRecoveryStoreShardingInfoShardingSpec_FieldPathArrayOfValues(pathStr, valuesStr string) RecoveryStoreShardingInfoShardingSpec_FieldPathArrayOfValues
- func ParseRecoveryStoreShardingInfoShardingSpec_FieldPathArrayOfValues(pathStr, valuesStr string) (RecoveryStoreShardingInfoShardingSpec_FieldPathArrayOfValues, error)
- type RecoveryStoreShardingInfoShardingSpec_FieldPathSelector
- type RecoveryStoreShardingInfoShardingSpec_FieldPathValue
- type RecoveryStoreShardingInfoShardingSpec_FieldTerminalPath
- func (fp *RecoveryStoreShardingInfoShardingSpec_FieldTerminalPath) ClearValue(item *RecoveryStoreShardingInfo_ShardingSpec)
- func (fp *RecoveryStoreShardingInfoShardingSpec_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *RecoveryStoreShardingInfoShardingSpec_FieldTerminalPath) Get(source *RecoveryStoreShardingInfo_ShardingSpec) (values []interface{})
- func (fp *RecoveryStoreShardingInfoShardingSpec_FieldTerminalPath) GetDefault() interface{}
- func (fp *RecoveryStoreShardingInfoShardingSpec_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *RecoveryStoreShardingInfoShardingSpec_FieldTerminalPath) GetSingle(source *RecoveryStoreShardingInfo_ShardingSpec) (interface{}, bool)
- func (fp *RecoveryStoreShardingInfoShardingSpec_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *RecoveryStoreShardingInfoShardingSpec_FieldTerminalPath) IsLeaf() bool
- func (fp *RecoveryStoreShardingInfoShardingSpec_FieldTerminalPath) JSONString() string
- func (fp *RecoveryStoreShardingInfoShardingSpec_FieldTerminalPath) Selector() RecoveryStoreShardingInfoShardingSpec_FieldPathSelector
- func (fp *RecoveryStoreShardingInfoShardingSpec_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *RecoveryStoreShardingInfoShardingSpec_FieldTerminalPath) String() string
- func (fp *RecoveryStoreShardingInfoShardingSpec_FieldTerminalPath) WithIArrayItemValue(value interface{}) RecoveryStoreShardingInfoShardingSpec_FieldPathArrayItemValue
- func (fp *RecoveryStoreShardingInfoShardingSpec_FieldTerminalPath) WithIArrayOfValues(values interface{}) RecoveryStoreShardingInfoShardingSpec_FieldPathArrayOfValues
- func (fp *RecoveryStoreShardingInfoShardingSpec_FieldTerminalPath) WithIValue(value interface{}) RecoveryStoreShardingInfoShardingSpec_FieldPathValue
- func (fp *RecoveryStoreShardingInfoShardingSpec_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *RecoveryStoreShardingInfoShardingSpec_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *RecoveryStoreShardingInfoShardingSpec_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type RecoveryStoreShardingInfoShardingSpec_FieldTerminalPathArrayItemValue
- func (fpaiv *RecoveryStoreShardingInfoShardingSpec_FieldTerminalPathArrayItemValue) ContainsValue(source *RecoveryStoreShardingInfo_ShardingSpec) bool
- func (fpaiv *RecoveryStoreShardingInfoShardingSpec_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *RecoveryStoreShardingInfoShardingSpec_FieldTerminalPathArrayItemValue) GetSingle(source *RecoveryStoreShardingInfo_ShardingSpec) (interface{}, bool)
- func (fpaiv *RecoveryStoreShardingInfoShardingSpec_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type RecoveryStoreShardingInfoShardingSpec_FieldTerminalPathArrayOfValues
- func (fpaov *RecoveryStoreShardingInfoShardingSpec_FieldTerminalPathArrayOfValues) AsShardsCountArrayOfValues() ([]uint32, bool)
- func (fpaov *RecoveryStoreShardingInfoShardingSpec_FieldTerminalPathArrayOfValues) AsTsBlobPeriodArrayOfValues() ([]*durationpb.Duration, bool)
- func (fpaov *RecoveryStoreShardingInfoShardingSpec_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type RecoveryStoreShardingInfoShardingSpec_FieldTerminalPathValue
- func (fpv *RecoveryStoreShardingInfoShardingSpec_FieldTerminalPathValue) AsShardsCountValue() (uint32, bool)
- func (fpv *RecoveryStoreShardingInfoShardingSpec_FieldTerminalPathValue) AsTsBlobPeriodValue() (*durationpb.Duration, bool)
- func (fpv *RecoveryStoreShardingInfoShardingSpec_FieldTerminalPathValue) CompareWith(source *RecoveryStoreShardingInfo_ShardingSpec) (int, bool)
- func (fpv *RecoveryStoreShardingInfoShardingSpec_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *RecoveryStoreShardingInfoShardingSpec_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *RecoveryStoreShardingInfoShardingSpec_FieldTerminalPathValue) SetTo(target **RecoveryStoreShardingInfo_ShardingSpec)
- func (fpv *RecoveryStoreShardingInfoShardingSpec_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type RecoveryStoreShardingInfoValidityPeriodFieldPathBuilder
- type RecoveryStoreShardingInfoValidityPeriod_FieldPath
- func BuildRecoveryStoreShardingInfoValidityPeriod_FieldPath(fp gotenobject.RawFieldPath) (RecoveryStoreShardingInfoValidityPeriod_FieldPath, error)
- func MustParseRecoveryStoreShardingInfoValidityPeriod_FieldPath(rawField string) RecoveryStoreShardingInfoValidityPeriod_FieldPath
- func ParseRecoveryStoreShardingInfoValidityPeriod_FieldPath(rawField string) (RecoveryStoreShardingInfoValidityPeriod_FieldPath, error)
- type RecoveryStoreShardingInfoValidityPeriod_FieldPathArrayItemValue
- func MustParseRecoveryStoreShardingInfoValidityPeriod_FieldPathArrayItemValue(pathStr, valueStr string) RecoveryStoreShardingInfoValidityPeriod_FieldPathArrayItemValue
- func ParseRecoveryStoreShardingInfoValidityPeriod_FieldPathArrayItemValue(pathStr, valueStr string) (RecoveryStoreShardingInfoValidityPeriod_FieldPathArrayItemValue, error)
- type RecoveryStoreShardingInfoValidityPeriod_FieldPathArrayOfValues
- func MustParseRecoveryStoreShardingInfoValidityPeriod_FieldPathArrayOfValues(pathStr, valuesStr string) RecoveryStoreShardingInfoValidityPeriod_FieldPathArrayOfValues
- func ParseRecoveryStoreShardingInfoValidityPeriod_FieldPathArrayOfValues(pathStr, valuesStr string) (RecoveryStoreShardingInfoValidityPeriod_FieldPathArrayOfValues, error)
- type RecoveryStoreShardingInfoValidityPeriod_FieldPathSelector
- type RecoveryStoreShardingInfoValidityPeriod_FieldPathValue
- func MustParseRecoveryStoreShardingInfoValidityPeriod_FieldPathValue(pathStr, valueStr string) RecoveryStoreShardingInfoValidityPeriod_FieldPathValue
- func ParseRecoveryStoreShardingInfoValidityPeriod_FieldPathValue(pathStr, valueStr string) (RecoveryStoreShardingInfoValidityPeriod_FieldPathValue, error)
- type RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPath
- func (fp *RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPath) ClearValue(item *RecoveryStoreShardingInfo_ValidityPeriod)
- func (fp *RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPath) Get(source *RecoveryStoreShardingInfo_ValidityPeriod) (values []interface{})
- func (fp *RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPath) GetDefault() interface{}
- func (fp *RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPath) GetSingle(source *RecoveryStoreShardingInfo_ValidityPeriod) (interface{}, bool)
- func (fp *RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPath) IsLeaf() bool
- func (fp *RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPath) JSONString() string
- func (fp *RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPath) Selector() RecoveryStoreShardingInfoValidityPeriod_FieldPathSelector
- func (fp *RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPath) String() string
- func (fp *RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPath) WithIArrayItemValue(value interface{}) RecoveryStoreShardingInfoValidityPeriod_FieldPathArrayItemValue
- func (fp *RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPath) WithIArrayOfValues(values interface{}) RecoveryStoreShardingInfoValidityPeriod_FieldPathArrayOfValues
- func (fp *RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPath) WithIValue(value interface{}) RecoveryStoreShardingInfoValidityPeriod_FieldPathValue
- func (fp *RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPathArrayItemValue
- func (fpaiv *RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPathArrayItemValue) ContainsValue(source *RecoveryStoreShardingInfo_ValidityPeriod) bool
- func (fpaiv *RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPathArrayItemValue) GetSingle(source *RecoveryStoreShardingInfo_ValidityPeriod) (interface{}, bool)
- func (fpaiv *RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPathArrayOfValues
- func (fpaov *RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPathArrayOfValues) AsEndTimeArrayOfValues() ([]*timestamppb.Timestamp, bool)
- func (fpaov *RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPathArrayOfValues) AsStartTimeArrayOfValues() ([]*timestamppb.Timestamp, bool)
- func (fpaov *RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPathValue
- func (fpv *RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPathValue) AsEndTimeValue() (*timestamppb.Timestamp, bool)
- func (fpv *RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPathValue) AsStartTimeValue() (*timestamppb.Timestamp, bool)
- func (fpv *RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPathValue) CompareWith(source *RecoveryStoreShardingInfo_ValidityPeriod) (int, bool)
- func (fpv *RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPathValue) SetTo(target **RecoveryStoreShardingInfo_ValidityPeriod)
- func (fpv *RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type RecoveryStoreShardingInfo_FieldMask
- func (fieldMask *RecoveryStoreShardingInfo_FieldMask) AppendPath(path RecoveryStoreShardingInfo_FieldPath)
- func (fieldMask *RecoveryStoreShardingInfo_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *RecoveryStoreShardingInfo_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *RecoveryStoreShardingInfo_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *RecoveryStoreShardingInfo_FieldMask) FilterInputFields() *RecoveryStoreShardingInfo_FieldMask
- func (fieldMask *RecoveryStoreShardingInfo_FieldMask) FromProtoFieldMask(protoFieldMask *googlefieldmaskpb.FieldMask) error
- func (fieldMask *RecoveryStoreShardingInfo_FieldMask) GetPaths() []RecoveryStoreShardingInfo_FieldPath
- func (fieldMask *RecoveryStoreShardingInfo_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *RecoveryStoreShardingInfo_FieldMask) IsFull() bool
- func (fieldMask RecoveryStoreShardingInfo_FieldMask) Marshal() ([]byte, error)
- func (fieldMask RecoveryStoreShardingInfo_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *RecoveryStoreShardingInfo_FieldMask) PathsCount() int
- func (fieldMask *RecoveryStoreShardingInfo_FieldMask) Project(source *RecoveryStoreShardingInfo) *RecoveryStoreShardingInfo
- func (fieldMask *RecoveryStoreShardingInfo_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *RecoveryStoreShardingInfo_FieldMask) ProtoMessage()
- func (fieldMask *RecoveryStoreShardingInfo_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *RecoveryStoreShardingInfo_FieldMask) Reset()
- func (fieldMask *RecoveryStoreShardingInfo_FieldMask) Set(target, source *RecoveryStoreShardingInfo)
- func (fieldMask *RecoveryStoreShardingInfo_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *RecoveryStoreShardingInfo_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *RecoveryStoreShardingInfo_FieldMask) Size() int
- func (fieldMask *RecoveryStoreShardingInfo_FieldMask) String() string
- func (fieldMask *RecoveryStoreShardingInfo_FieldMask) Subtract(other *RecoveryStoreShardingInfo_FieldMask) *RecoveryStoreShardingInfo_FieldMask
- func (fieldMask *RecoveryStoreShardingInfo_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *RecoveryStoreShardingInfo_FieldMask) ToProtoFieldMask() *googlefieldmaskpb.FieldMask
- func (fieldMask *RecoveryStoreShardingInfo_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *RecoveryStoreShardingInfo_FieldMask) UnmarshalJSON(data []byte) error
- type RecoveryStoreShardingInfo_FieldPath
- func BuildRecoveryStoreShardingInfo_FieldPath(fp gotenobject.RawFieldPath) (RecoveryStoreShardingInfo_FieldPath, error)
- func MustParseRecoveryStoreShardingInfo_FieldPath(rawField string) RecoveryStoreShardingInfo_FieldPath
- func ParseRecoveryStoreShardingInfo_FieldPath(rawField string) (RecoveryStoreShardingInfo_FieldPath, error)
- type RecoveryStoreShardingInfo_FieldPathArrayItemValue
- type RecoveryStoreShardingInfo_FieldPathArrayOfValues
- type RecoveryStoreShardingInfo_FieldPathSelector
- type RecoveryStoreShardingInfo_FieldPathValue
- type RecoveryStoreShardingInfo_FieldSubPath
- func (fps *RecoveryStoreShardingInfo_FieldSubPath) AsMetadataSubPath() (meta.Meta_FieldPath, bool)
- func (fps *RecoveryStoreShardingInfo_FieldSubPath) AsSpecSubPath() (RecoveryStoreShardingInfoShardingSpec_FieldPath, bool)
- func (fps *RecoveryStoreShardingInfo_FieldSubPath) AsValidityPeriodSubPath() (RecoveryStoreShardingInfoValidityPeriod_FieldPath, bool)
- func (fps *RecoveryStoreShardingInfo_FieldSubPath) ClearValue(item *RecoveryStoreShardingInfo)
- func (fps *RecoveryStoreShardingInfo_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *RecoveryStoreShardingInfo_FieldSubPath) Get(source *RecoveryStoreShardingInfo) (values []interface{})
- func (fps *RecoveryStoreShardingInfo_FieldSubPath) GetDefault() interface{}
- func (fps *RecoveryStoreShardingInfo_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *RecoveryStoreShardingInfo_FieldSubPath) GetSingle(source *RecoveryStoreShardingInfo) (interface{}, bool)
- func (fps *RecoveryStoreShardingInfo_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *RecoveryStoreShardingInfo_FieldSubPath) IsLeaf() bool
- func (fps *RecoveryStoreShardingInfo_FieldSubPath) JSONString() string
- func (fps *RecoveryStoreShardingInfo_FieldSubPath) Selector() RecoveryStoreShardingInfo_FieldPathSelector
- func (fps *RecoveryStoreShardingInfo_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fps *RecoveryStoreShardingInfo_FieldSubPath) String() string
- func (fps *RecoveryStoreShardingInfo_FieldSubPath) WithIArrayItemValue(value interface{}) RecoveryStoreShardingInfo_FieldPathArrayItemValue
- func (fps *RecoveryStoreShardingInfo_FieldSubPath) WithIArrayOfValues(values interface{}) RecoveryStoreShardingInfo_FieldPathArrayOfValues
- func (fps *RecoveryStoreShardingInfo_FieldSubPath) WithIValue(value interface{}) RecoveryStoreShardingInfo_FieldPathValue
- func (fps *RecoveryStoreShardingInfo_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *RecoveryStoreShardingInfo_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *RecoveryStoreShardingInfo_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type RecoveryStoreShardingInfo_FieldSubPathArrayItemValue
- func (fpaivs *RecoveryStoreShardingInfo_FieldSubPathArrayItemValue) AsMetadataPathItemValue() (meta.Meta_FieldPathArrayItemValue, bool)
- func (fpaivs *RecoveryStoreShardingInfo_FieldSubPathArrayItemValue) AsSpecPathItemValue() (RecoveryStoreShardingInfoShardingSpec_FieldPathArrayItemValue, bool)
- func (fpaivs *RecoveryStoreShardingInfo_FieldSubPathArrayItemValue) AsValidityPeriodPathItemValue() (RecoveryStoreShardingInfoValidityPeriod_FieldPathArrayItemValue, bool)
- func (fpaivs *RecoveryStoreShardingInfo_FieldSubPathArrayItemValue) ContainsValue(source *RecoveryStoreShardingInfo) bool
- func (fpaivs *RecoveryStoreShardingInfo_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
- func (fpsaov *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues) AsMetadataPathArrayOfValues() (meta.Meta_FieldPathArrayOfValues, bool)
- func (fpsaov *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues) AsSpecPathArrayOfValues() (RecoveryStoreShardingInfoShardingSpec_FieldPathArrayOfValues, bool)
- func (fpsaov *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues) AsValidityPeriodPathArrayOfValues() (RecoveryStoreShardingInfoValidityPeriod_FieldPathArrayOfValues, bool)
- func (fpsaov *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues) GetRawValues() []interface{}
- type RecoveryStoreShardingInfo_FieldSubPathValue
- func (fpvs *RecoveryStoreShardingInfo_FieldSubPathValue) AsMetadataPathValue() (meta.Meta_FieldPathValue, bool)
- func (fpvs *RecoveryStoreShardingInfo_FieldSubPathValue) AsSpecPathValue() (RecoveryStoreShardingInfoShardingSpec_FieldPathValue, bool)
- func (fpvs *RecoveryStoreShardingInfo_FieldSubPathValue) AsValidityPeriodPathValue() (RecoveryStoreShardingInfoValidityPeriod_FieldPathValue, bool)
- func (fpvs *RecoveryStoreShardingInfo_FieldSubPathValue) CompareWith(source *RecoveryStoreShardingInfo) (int, bool)
- func (fpvs *RecoveryStoreShardingInfo_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *RecoveryStoreShardingInfo_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *RecoveryStoreShardingInfo_FieldSubPathValue) SetTo(target **RecoveryStoreShardingInfo)
- func (fpvs *RecoveryStoreShardingInfo_FieldSubPathValue) SetToRaw(target proto.Message)
- type RecoveryStoreShardingInfo_FieldTerminalPath
- func (fp *RecoveryStoreShardingInfo_FieldTerminalPath) ClearValue(item *RecoveryStoreShardingInfo)
- func (fp *RecoveryStoreShardingInfo_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *RecoveryStoreShardingInfo_FieldTerminalPath) Get(source *RecoveryStoreShardingInfo) (values []interface{})
- func (fp *RecoveryStoreShardingInfo_FieldTerminalPath) GetDefault() interface{}
- func (fp *RecoveryStoreShardingInfo_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *RecoveryStoreShardingInfo_FieldTerminalPath) GetSingle(source *RecoveryStoreShardingInfo) (interface{}, bool)
- func (fp *RecoveryStoreShardingInfo_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *RecoveryStoreShardingInfo_FieldTerminalPath) IsLeaf() bool
- func (fp *RecoveryStoreShardingInfo_FieldTerminalPath) JSONString() string
- func (fp *RecoveryStoreShardingInfo_FieldTerminalPath) Selector() RecoveryStoreShardingInfo_FieldPathSelector
- func (fp *RecoveryStoreShardingInfo_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *RecoveryStoreShardingInfo_FieldTerminalPath) String() string
- func (fp *RecoveryStoreShardingInfo_FieldTerminalPath) WithIArrayItemValue(value interface{}) RecoveryStoreShardingInfo_FieldPathArrayItemValue
- func (fp *RecoveryStoreShardingInfo_FieldTerminalPath) WithIArrayOfValues(values interface{}) RecoveryStoreShardingInfo_FieldPathArrayOfValues
- func (fp *RecoveryStoreShardingInfo_FieldTerminalPath) WithIValue(value interface{}) RecoveryStoreShardingInfo_FieldPathValue
- func (fp *RecoveryStoreShardingInfo_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *RecoveryStoreShardingInfo_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *RecoveryStoreShardingInfo_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type RecoveryStoreShardingInfo_FieldTerminalPathArrayItemValue
- func (fpaiv *RecoveryStoreShardingInfo_FieldTerminalPathArrayItemValue) ContainsValue(source *RecoveryStoreShardingInfo) bool
- func (fpaiv *RecoveryStoreShardingInfo_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *RecoveryStoreShardingInfo_FieldTerminalPathArrayItemValue) GetSingle(source *RecoveryStoreShardingInfo) (interface{}, bool)
- func (fpaiv *RecoveryStoreShardingInfo_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type RecoveryStoreShardingInfo_FieldTerminalPathArrayOfValues
- func (fpaov *RecoveryStoreShardingInfo_FieldTerminalPathArrayOfValues) AsMetadataArrayOfValues() ([]*meta.Meta, bool)
- func (fpaov *RecoveryStoreShardingInfo_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*Name, bool)
- func (fpaov *RecoveryStoreShardingInfo_FieldTerminalPathArrayOfValues) AsSpecArrayOfValues() ([]*RecoveryStoreShardingInfo_ShardingSpec, bool)
- func (fpaov *RecoveryStoreShardingInfo_FieldTerminalPathArrayOfValues) AsValidityPeriodArrayOfValues() ([]*RecoveryStoreShardingInfo_ValidityPeriod, bool)
- func (fpaov *RecoveryStoreShardingInfo_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type RecoveryStoreShardingInfo_FieldTerminalPathValue
- func (fpv *RecoveryStoreShardingInfo_FieldTerminalPathValue) AsMetadataValue() (*meta.Meta, bool)
- func (fpv *RecoveryStoreShardingInfo_FieldTerminalPathValue) AsNameValue() (*Name, bool)
- func (fpv *RecoveryStoreShardingInfo_FieldTerminalPathValue) AsSpecValue() (*RecoveryStoreShardingInfo_ShardingSpec, bool)
- func (fpv *RecoveryStoreShardingInfo_FieldTerminalPathValue) AsValidityPeriodValue() (*RecoveryStoreShardingInfo_ValidityPeriod, bool)
- func (fpv *RecoveryStoreShardingInfo_FieldTerminalPathValue) CompareWith(source *RecoveryStoreShardingInfo) (int, bool)
- func (fpv *RecoveryStoreShardingInfo_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *RecoveryStoreShardingInfo_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *RecoveryStoreShardingInfo_FieldTerminalPathValue) SetTo(target **RecoveryStoreShardingInfo)
- func (fpv *RecoveryStoreShardingInfo_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type RecoveryStoreShardingInfo_ShardingSpec
- func (o *RecoveryStoreShardingInfo_ShardingSpec) Clone() *RecoveryStoreShardingInfo_ShardingSpec
- func (o *RecoveryStoreShardingInfo_ShardingSpec) CloneRaw() gotenobject.GotenObjectExt
- func (*RecoveryStoreShardingInfo_ShardingSpec) Descriptor() ([]byte, []int)
- func (m *RecoveryStoreShardingInfo_ShardingSpec) GetShardsCount() uint32
- func (m *RecoveryStoreShardingInfo_ShardingSpec) GetTsBlobPeriod() *durationpb.Duration
- func (*RecoveryStoreShardingInfo_ShardingSpec) GotenMessage()
- func (o *RecoveryStoreShardingInfo_ShardingSpec) GotenObjectExt()
- func (obj *RecoveryStoreShardingInfo_ShardingSpec) GotenValidate() error
- func (o *RecoveryStoreShardingInfo_ShardingSpec) MakeDiffFieldMask(other *RecoveryStoreShardingInfo_ShardingSpec) *RecoveryStoreShardingInfo_ShardingSpec_FieldMask
- func (o *RecoveryStoreShardingInfo_ShardingSpec) MakeFullFieldMask() *RecoveryStoreShardingInfo_ShardingSpec_FieldMask
- func (o *RecoveryStoreShardingInfo_ShardingSpec) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *RecoveryStoreShardingInfo_ShardingSpec) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *RecoveryStoreShardingInfo_ShardingSpec) Marshal() ([]byte, error)
- func (m *RecoveryStoreShardingInfo_ShardingSpec) MarshalJSON() ([]byte, error)
- func (o *RecoveryStoreShardingInfo_ShardingSpec) Merge(source *RecoveryStoreShardingInfo_ShardingSpec)
- func (o *RecoveryStoreShardingInfo_ShardingSpec) MergeRaw(source gotenobject.GotenObjectExt)
- func (*RecoveryStoreShardingInfo_ShardingSpec) ProtoMessage()
- func (m *RecoveryStoreShardingInfo_ShardingSpec) ProtoReflect() preflect.Message
- func (m *RecoveryStoreShardingInfo_ShardingSpec) Reset()
- func (m *RecoveryStoreShardingInfo_ShardingSpec) SetShardsCount(fv uint32)
- func (m *RecoveryStoreShardingInfo_ShardingSpec) SetTsBlobPeriod(fv *durationpb.Duration)
- func (m *RecoveryStoreShardingInfo_ShardingSpec) String() string
- func (m *RecoveryStoreShardingInfo_ShardingSpec) Unmarshal(b []byte) error
- func (m *RecoveryStoreShardingInfo_ShardingSpec) UnmarshalJSON(data []byte) error
- type RecoveryStoreShardingInfo_ShardingSpecPathSelectorShardsCount
- func (RecoveryStoreShardingInfo_ShardingSpecPathSelectorShardsCount) FieldPath() *RecoveryStoreShardingInfoShardingSpec_FieldTerminalPath
- func (s RecoveryStoreShardingInfo_ShardingSpecPathSelectorShardsCount) WithArrayOfValues(values []uint32) *RecoveryStoreShardingInfoShardingSpec_FieldTerminalPathArrayOfValues
- func (s RecoveryStoreShardingInfo_ShardingSpecPathSelectorShardsCount) WithValue(value uint32) *RecoveryStoreShardingInfoShardingSpec_FieldTerminalPathValue
- type RecoveryStoreShardingInfo_ShardingSpecPathSelectorTsBlobPeriod
- func (RecoveryStoreShardingInfo_ShardingSpecPathSelectorTsBlobPeriod) FieldPath() *RecoveryStoreShardingInfoShardingSpec_FieldTerminalPath
- func (s RecoveryStoreShardingInfo_ShardingSpecPathSelectorTsBlobPeriod) WithArrayOfValues(values []*durationpb.Duration) *RecoveryStoreShardingInfoShardingSpec_FieldTerminalPathArrayOfValues
- func (s RecoveryStoreShardingInfo_ShardingSpecPathSelectorTsBlobPeriod) WithValue(value *durationpb.Duration) *RecoveryStoreShardingInfoShardingSpec_FieldTerminalPathValue
- type RecoveryStoreShardingInfo_ShardingSpec_FieldMask
- func (fieldMask *RecoveryStoreShardingInfo_ShardingSpec_FieldMask) AppendPath(path RecoveryStoreShardingInfoShardingSpec_FieldPath)
- func (fieldMask *RecoveryStoreShardingInfo_ShardingSpec_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *RecoveryStoreShardingInfo_ShardingSpec_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *RecoveryStoreShardingInfo_ShardingSpec_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *RecoveryStoreShardingInfo_ShardingSpec_FieldMask) FilterInputFields() *RecoveryStoreShardingInfo_ShardingSpec_FieldMask
- func (fieldMask *RecoveryStoreShardingInfo_ShardingSpec_FieldMask) FromProtoFieldMask(protoFieldMask *googlefieldmaskpb.FieldMask) error
- func (fieldMask *RecoveryStoreShardingInfo_ShardingSpec_FieldMask) GetPaths() []RecoveryStoreShardingInfoShardingSpec_FieldPath
- func (fieldMask *RecoveryStoreShardingInfo_ShardingSpec_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *RecoveryStoreShardingInfo_ShardingSpec_FieldMask) IsFull() bool
- func (fieldMask RecoveryStoreShardingInfo_ShardingSpec_FieldMask) Marshal() ([]byte, error)
- func (fieldMask RecoveryStoreShardingInfo_ShardingSpec_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *RecoveryStoreShardingInfo_ShardingSpec_FieldMask) PathsCount() int
- func (fieldMask *RecoveryStoreShardingInfo_ShardingSpec_FieldMask) Project(source *RecoveryStoreShardingInfo_ShardingSpec) *RecoveryStoreShardingInfo_ShardingSpec
- func (fieldMask *RecoveryStoreShardingInfo_ShardingSpec_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *RecoveryStoreShardingInfo_ShardingSpec_FieldMask) ProtoMessage()
- func (fieldMask *RecoveryStoreShardingInfo_ShardingSpec_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *RecoveryStoreShardingInfo_ShardingSpec_FieldMask) Reset()
- func (fieldMask *RecoveryStoreShardingInfo_ShardingSpec_FieldMask) Set(target, source *RecoveryStoreShardingInfo_ShardingSpec)
- func (fieldMask *RecoveryStoreShardingInfo_ShardingSpec_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *RecoveryStoreShardingInfo_ShardingSpec_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *RecoveryStoreShardingInfo_ShardingSpec_FieldMask) Size() int
- func (fieldMask *RecoveryStoreShardingInfo_ShardingSpec_FieldMask) String() string
- func (fieldMask *RecoveryStoreShardingInfo_ShardingSpec_FieldMask) Subtract(other *RecoveryStoreShardingInfo_ShardingSpec_FieldMask) *RecoveryStoreShardingInfo_ShardingSpec_FieldMask
- func (fieldMask *RecoveryStoreShardingInfo_ShardingSpec_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *RecoveryStoreShardingInfo_ShardingSpec_FieldMask) ToProtoFieldMask() *googlefieldmaskpb.FieldMask
- func (fieldMask *RecoveryStoreShardingInfo_ShardingSpec_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *RecoveryStoreShardingInfo_ShardingSpec_FieldMask) UnmarshalJSON(data []byte) error
- type RecoveryStoreShardingInfo_ValidityPeriod
- func (o *RecoveryStoreShardingInfo_ValidityPeriod) Clone() *RecoveryStoreShardingInfo_ValidityPeriod
- func (o *RecoveryStoreShardingInfo_ValidityPeriod) CloneRaw() gotenobject.GotenObjectExt
- func (*RecoveryStoreShardingInfo_ValidityPeriod) Descriptor() ([]byte, []int)
- func (m *RecoveryStoreShardingInfo_ValidityPeriod) GetEndTime() *timestamppb.Timestamp
- func (m *RecoveryStoreShardingInfo_ValidityPeriod) GetStartTime() *timestamppb.Timestamp
- func (*RecoveryStoreShardingInfo_ValidityPeriod) GotenMessage()
- func (o *RecoveryStoreShardingInfo_ValidityPeriod) GotenObjectExt()
- func (obj *RecoveryStoreShardingInfo_ValidityPeriod) GotenValidate() error
- func (o *RecoveryStoreShardingInfo_ValidityPeriod) MakeDiffFieldMask(other *RecoveryStoreShardingInfo_ValidityPeriod) *RecoveryStoreShardingInfo_ValidityPeriod_FieldMask
- func (o *RecoveryStoreShardingInfo_ValidityPeriod) MakeFullFieldMask() *RecoveryStoreShardingInfo_ValidityPeriod_FieldMask
- func (o *RecoveryStoreShardingInfo_ValidityPeriod) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *RecoveryStoreShardingInfo_ValidityPeriod) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *RecoveryStoreShardingInfo_ValidityPeriod) Marshal() ([]byte, error)
- func (m *RecoveryStoreShardingInfo_ValidityPeriod) MarshalJSON() ([]byte, error)
- func (o *RecoveryStoreShardingInfo_ValidityPeriod) Merge(source *RecoveryStoreShardingInfo_ValidityPeriod)
- func (o *RecoveryStoreShardingInfo_ValidityPeriod) MergeRaw(source gotenobject.GotenObjectExt)
- func (*RecoveryStoreShardingInfo_ValidityPeriod) ProtoMessage()
- func (m *RecoveryStoreShardingInfo_ValidityPeriod) ProtoReflect() preflect.Message
- func (m *RecoveryStoreShardingInfo_ValidityPeriod) Reset()
- func (m *RecoveryStoreShardingInfo_ValidityPeriod) SetEndTime(fv *timestamppb.Timestamp)
- func (m *RecoveryStoreShardingInfo_ValidityPeriod) SetStartTime(fv *timestamppb.Timestamp)
- func (m *RecoveryStoreShardingInfo_ValidityPeriod) String() string
- func (m *RecoveryStoreShardingInfo_ValidityPeriod) Unmarshal(b []byte) error
- func (m *RecoveryStoreShardingInfo_ValidityPeriod) UnmarshalJSON(data []byte) error
- type RecoveryStoreShardingInfo_ValidityPeriodPathSelectorEndTime
- func (RecoveryStoreShardingInfo_ValidityPeriodPathSelectorEndTime) FieldPath() *RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPath
- func (s RecoveryStoreShardingInfo_ValidityPeriodPathSelectorEndTime) WithArrayOfValues(values []*timestamppb.Timestamp) *RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPathArrayOfValues
- func (s RecoveryStoreShardingInfo_ValidityPeriodPathSelectorEndTime) WithValue(value *timestamppb.Timestamp) *RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPathValue
- type RecoveryStoreShardingInfo_ValidityPeriodPathSelectorStartTime
- func (RecoveryStoreShardingInfo_ValidityPeriodPathSelectorStartTime) FieldPath() *RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPath
- func (s RecoveryStoreShardingInfo_ValidityPeriodPathSelectorStartTime) WithArrayOfValues(values []*timestamppb.Timestamp) *RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPathArrayOfValues
- func (s RecoveryStoreShardingInfo_ValidityPeriodPathSelectorStartTime) WithValue(value *timestamppb.Timestamp) *RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPathValue
- type RecoveryStoreShardingInfo_ValidityPeriod_FieldMask
- func (fieldMask *RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) AppendPath(path RecoveryStoreShardingInfoValidityPeriod_FieldPath)
- func (fieldMask *RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) FilterInputFields() *RecoveryStoreShardingInfo_ValidityPeriod_FieldMask
- func (fieldMask *RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) FromProtoFieldMask(protoFieldMask *googlefieldmaskpb.FieldMask) error
- func (fieldMask *RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) GetPaths() []RecoveryStoreShardingInfoValidityPeriod_FieldPath
- func (fieldMask *RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) IsFull() bool
- func (fieldMask RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) Marshal() ([]byte, error)
- func (fieldMask RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) PathsCount() int
- func (fieldMask *RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) Project(source *RecoveryStoreShardingInfo_ValidityPeriod) *RecoveryStoreShardingInfo_ValidityPeriod
- func (fieldMask *RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) ProtoMessage()
- func (fieldMask *RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) Reset()
- func (fieldMask *RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) Set(target, source *RecoveryStoreShardingInfo_ValidityPeriod)
- func (fieldMask *RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) Size() int
- func (fieldMask *RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) String() string
- func (fieldMask *RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) Subtract(other *RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) *RecoveryStoreShardingInfo_ValidityPeriod_FieldMask
- func (fieldMask *RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) ToProtoFieldMask() *googlefieldmaskpb.FieldMask
- func (fieldMask *RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) UnmarshalJSON(data []byte) error
- type Reference
- func (ref *Reference) ClearCached()
- func (ref *Reference) FullyQualifiedName() (string, error)
- 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) GetRecoveryStoreShardingInfo() *RecoveryStoreShardingInfo
- 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 *RecoveryStoreShardingInfo)
- 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_Region = "regions/{region}/recoveryStoreShardingInfos/{recovery_store_sharding_info}"
)
Variables ¶
This section is empty.
Functions ¶
func AsAnyCastAccess ¶
func AsAnyCastAccess(access RecoveryStoreShardingInfoAccess) gotenresource.Access
Types ¶
type Descriptor ¶
type Descriptor struct {
// contains filtered or unexported fields
}
func GetDescriptor ¶
func GetDescriptor() *Descriptor
func (*Descriptor) CanBeParentless ¶ added in v1.0.21
func (d *Descriptor) CanBeParentless() bool
func (*Descriptor) GetNameDescriptor ¶
func (d *Descriptor) GetNameDescriptor() *gotenresource.NameDescriptor
func (*Descriptor) GetParentResDescriptors ¶ added in v1.0.21
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 ¶ added in v1.0.21
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 *RecoveryStoreShardingInfo) 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 []*RecoveryStoreShardingInfo) (out []*RecoveryStoreShardingInfo)
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 RecoveryStoreShardingInfo_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 *RecoveryStoreShardingInfo) bool // Whether this condition is at least as specific as other. // When true, any RecoveryStoreShardingInfo 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 RecoveryStoreShardingInfo_FieldPath) bool // contains filtered or unexported methods }
func AndFilterConditions ¶
func AndFilterConditions(conds ...FilterCondition) FilterCondition
type FilterConditionCompare ¶
type FilterConditionCompare struct { Operator filterParser.CompareOperator RecoveryStoreShardingInfo_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 *RecoveryStoreShardingInfo) 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 RecoveryStoreShardingInfo_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 *RecoveryStoreShardingInfo) 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 RecoveryStoreShardingInfo_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 RecoveryStoreShardingInfo_FieldPath Value RecoveryStoreShardingInfo_FieldPathArrayItemValue Values []RecoveryStoreShardingInfo_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 *RecoveryStoreShardingInfo) bool
func (*FilterConditionContains) EvaluateRaw ¶
func (cond *FilterConditionContains) EvaluateRaw(res gotenresource.Resource) bool
func (*FilterConditionContains) GetFieldPath ¶
func (cond *FilterConditionContains) GetFieldPath() RecoveryStoreShardingInfo_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 RecoveryStoreShardingInfo_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 {
RecoveryStoreShardingInfo_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 *RecoveryStoreShardingInfo) 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 RecoveryStoreShardingInfo_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 RecoveryStoreShardingInfo_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 *RecoveryStoreShardingInfo) 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 RecoveryStoreShardingInfo_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 RecoveryStoreShardingInfo_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 *RecoveryStoreShardingInfo) 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 RecoveryStoreShardingInfo_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 *RecoveryStoreShardingInfo) 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 RecoveryStoreShardingInfo_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 {
RecoveryStoreShardingInfo_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 *RecoveryStoreShardingInfo) 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 RecoveryStoreShardingInfo_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 *RecoveryStoreShardingInfo_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 *RecoveryStoreShardingInfo_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 RecoveryStoreShardingInfoId string `firestore:"recoveryStoreShardingInfoId"` }
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) 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) SetRegionId ¶
func (b *NameBuilder) SetRegionId(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 *RecoveryStoreShardingInfo) int
func (*OrderBy) CompareRaw ¶
func (orderBy *OrderBy) CompareRaw(left, right gotenresource.Resource) int
func (*OrderBy) GetFieldMask ¶
func (orderBy *OrderBy) GetFieldMask() *RecoveryStoreShardingInfo_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 RecoveryStoreShardingInfoList, elem *RecoveryStoreShardingInfo) (RecoveryStoreShardingInfoList, 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 RecoveryStoreShardingInfoList)
func (*OrderBy) SortRaw ¶
func (orderBy *OrderBy) SortRaw(results gotenresource.ResourceList)
type OrderByField ¶
type OrderByField struct { FieldPath RecoveryStoreShardingInfo_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 *RecoveryStoreShardingInfo) 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 RegionId string `firestore:"regionId"` }
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 ¶ added in v1.0.21
func (name *ParentName) ConvertToNative(typeDesc reflect.Type) (interface{}, error)
func (*ParentName) ConvertToType ¶ added in v1.0.21
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) 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 ¶ added in v1.0.21
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 ¶ added in v1.0.21
func (name *ParentName) Type() ref.Type
func (*ParentName) TypeName ¶ added in v1.0.21
func (name *ParentName) TypeName() string
func (*ParentName) Value ¶ added in v1.0.21
func (name *ParentName) Value() interface{}
type ParentReference ¶
type ParentReference struct {
ParentName
}
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) 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 []*RecoveryStoreShardingInfoChange 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 { RecoveryStoreShardingInfos []*RecoveryStoreShardingInfo 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 RecoveryStoreShardingInfo ¶
type RecoveryStoreShardingInfo struct { // Name of RecoveryStoreShardingInfo // When creating a new instance, this field is optional and if not provided, // it will be generated automatically. Last ID segment must conform to the // following regex: [a-zA-Z0-9_.-]{1,128} Name *Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"` // Period during which this sharding spec is valid. ValidityPeriod *RecoveryStoreShardingInfo_ValidityPeriod `` /* 130-byte string literal not displayed */ // Sharding spec for given validity period. Spec *RecoveryStoreShardingInfo_ShardingSpec `protobuf:"bytes,3,opt,name=spec,proto3" json:"spec,omitempty" firestore:"spec"` // metadata Metadata *meta.Meta `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty" firestore:"metadata"` // contains filtered or unexported fields }
RecoveryStoreShardingInfo Resource
func (*RecoveryStoreShardingInfo) Clone ¶
func (o *RecoveryStoreShardingInfo) Clone() *RecoveryStoreShardingInfo
func (*RecoveryStoreShardingInfo) CloneRaw ¶
func (o *RecoveryStoreShardingInfo) CloneRaw() gotenobject.GotenObjectExt
func (*RecoveryStoreShardingInfo) Descriptor ¶
func (*RecoveryStoreShardingInfo) Descriptor() ([]byte, []int)
Deprecated, Use RecoveryStoreShardingInfo.ProtoReflect.Descriptor instead.
func (*RecoveryStoreShardingInfo) EnsureMetadata ¶ added in v1.0.21
func (r *RecoveryStoreShardingInfo) EnsureMetadata() *meta.Meta
func (*RecoveryStoreShardingInfo) GetMetadata ¶
func (m *RecoveryStoreShardingInfo) GetMetadata() *meta.Meta
func (*RecoveryStoreShardingInfo) GetName ¶
func (m *RecoveryStoreShardingInfo) GetName() *Name
func (*RecoveryStoreShardingInfo) GetRawName ¶
func (r *RecoveryStoreShardingInfo) GetRawName() gotenresource.Name
func (*RecoveryStoreShardingInfo) GetResourceDescriptor ¶
func (r *RecoveryStoreShardingInfo) GetResourceDescriptor() gotenresource.Descriptor
func (*RecoveryStoreShardingInfo) GetSpec ¶
func (m *RecoveryStoreShardingInfo) GetSpec() *RecoveryStoreShardingInfo_ShardingSpec
func (*RecoveryStoreShardingInfo) GetValidityPeriod ¶
func (m *RecoveryStoreShardingInfo) GetValidityPeriod() *RecoveryStoreShardingInfo_ValidityPeriod
func (*RecoveryStoreShardingInfo) GotenMessage ¶
func (*RecoveryStoreShardingInfo) GotenMessage()
func (*RecoveryStoreShardingInfo) GotenObjectExt ¶
func (o *RecoveryStoreShardingInfo) GotenObjectExt()
func (*RecoveryStoreShardingInfo) GotenValidate ¶
func (obj *RecoveryStoreShardingInfo) GotenValidate() error
func (*RecoveryStoreShardingInfo) MakeDiffFieldMask ¶
func (o *RecoveryStoreShardingInfo) MakeDiffFieldMask(other *RecoveryStoreShardingInfo) *RecoveryStoreShardingInfo_FieldMask
func (*RecoveryStoreShardingInfo) MakeFullFieldMask ¶
func (o *RecoveryStoreShardingInfo) MakeFullFieldMask() *RecoveryStoreShardingInfo_FieldMask
func (*RecoveryStoreShardingInfo) MakeRawDiffFieldMask ¶
func (o *RecoveryStoreShardingInfo) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*RecoveryStoreShardingInfo) MakeRawFullFieldMask ¶
func (o *RecoveryStoreShardingInfo) MakeRawFullFieldMask() gotenobject.FieldMask
func (*RecoveryStoreShardingInfo) Marshal ¶
func (m *RecoveryStoreShardingInfo) Marshal() ([]byte, error)
func (*RecoveryStoreShardingInfo) MarshalJSON ¶
func (m *RecoveryStoreShardingInfo) MarshalJSON() ([]byte, error)
func (*RecoveryStoreShardingInfo) MaybePopulateDefaults ¶
func (r *RecoveryStoreShardingInfo) MaybePopulateDefaults() error
func (*RecoveryStoreShardingInfo) Merge ¶
func (o *RecoveryStoreShardingInfo) Merge(source *RecoveryStoreShardingInfo)
func (*RecoveryStoreShardingInfo) MergeRaw ¶
func (o *RecoveryStoreShardingInfo) MergeRaw(source gotenobject.GotenObjectExt)
func (*RecoveryStoreShardingInfo) ProtoMessage ¶
func (*RecoveryStoreShardingInfo) ProtoMessage()
func (*RecoveryStoreShardingInfo) ProtoReflect ¶
func (m *RecoveryStoreShardingInfo) ProtoReflect() preflect.Message
func (*RecoveryStoreShardingInfo) Reset ¶
func (m *RecoveryStoreShardingInfo) Reset()
func (*RecoveryStoreShardingInfo) SetMetadata ¶
func (m *RecoveryStoreShardingInfo) SetMetadata(fv *meta.Meta)
func (*RecoveryStoreShardingInfo) SetName ¶
func (m *RecoveryStoreShardingInfo) SetName(fv *Name)
func (*RecoveryStoreShardingInfo) SetSpec ¶
func (m *RecoveryStoreShardingInfo) SetSpec(fv *RecoveryStoreShardingInfo_ShardingSpec)
func (*RecoveryStoreShardingInfo) SetValidityPeriod ¶
func (m *RecoveryStoreShardingInfo) SetValidityPeriod(fv *RecoveryStoreShardingInfo_ValidityPeriod)
func (*RecoveryStoreShardingInfo) String ¶
func (m *RecoveryStoreShardingInfo) String() string
func (*RecoveryStoreShardingInfo) Unmarshal ¶
func (m *RecoveryStoreShardingInfo) Unmarshal(b []byte) error
func (*RecoveryStoreShardingInfo) UnmarshalJSON ¶
func (m *RecoveryStoreShardingInfo) UnmarshalJSON(data []byte) error
type RecoveryStoreShardingInfoAccess ¶
type RecoveryStoreShardingInfoAccess interface { GetRecoveryStoreShardingInfo(context.Context, *GetQuery) (*RecoveryStoreShardingInfo, error) BatchGetRecoveryStoreShardingInfos(context.Context, []*Reference, ...gotenresource.BatchGetOption) error QueryRecoveryStoreShardingInfos(context.Context, *ListQuery) (*QueryResultSnapshot, error) WatchRecoveryStoreShardingInfo(context.Context, *GetQuery, func(*RecoveryStoreShardingInfoChange) error) error WatchRecoveryStoreShardingInfos(context.Context, *WatchQuery, func(*QueryResultChange) error) error SaveRecoveryStoreShardingInfo(context.Context, *RecoveryStoreShardingInfo, ...gotenresource.SaveOption) error DeleteRecoveryStoreShardingInfo(context.Context, *Reference, ...gotenresource.DeleteOption) error }
type RecoveryStoreShardingInfoChange ¶
type RecoveryStoreShardingInfoChange struct { // RecoveryStoreShardingInfo change // // Types that are valid to be assigned to ChangeType: // *RecoveryStoreShardingInfoChange_Added_ // *RecoveryStoreShardingInfoChange_Modified_ // *RecoveryStoreShardingInfoChange_Current_ // *RecoveryStoreShardingInfoChange_Removed_ ChangeType isRecoveryStoreShardingInfoChange_ChangeType `protobuf_oneof:"change_type"` // contains filtered or unexported fields }
RecoveryStoreShardingInfoChange is used by Watch notifications Responses to describe change of single RecoveryStoreShardingInfo One of Added, Modified, Removed
func (*RecoveryStoreShardingInfoChange) Descriptor ¶
func (*RecoveryStoreShardingInfoChange) Descriptor() ([]byte, []int)
Deprecated, Use RecoveryStoreShardingInfoChange.ProtoReflect.Descriptor instead.
func (*RecoveryStoreShardingInfoChange) GetAdded ¶
func (m *RecoveryStoreShardingInfoChange) GetAdded() *RecoveryStoreShardingInfoChange_Added
func (*RecoveryStoreShardingInfoChange) GetChangeType ¶
func (m *RecoveryStoreShardingInfoChange) GetChangeType() isRecoveryStoreShardingInfoChange_ChangeType
func (*RecoveryStoreShardingInfoChange) GetCurrent ¶
func (m *RecoveryStoreShardingInfoChange) GetCurrent() *RecoveryStoreShardingInfoChange_Current
func (*RecoveryStoreShardingInfoChange) GetCurrentViewIndex ¶
func (c *RecoveryStoreShardingInfoChange) GetCurrentViewIndex() int32
func (*RecoveryStoreShardingInfoChange) GetModified ¶
func (m *RecoveryStoreShardingInfoChange) GetModified() *RecoveryStoreShardingInfoChange_Modified
func (*RecoveryStoreShardingInfoChange) GetPreviousViewIndex ¶
func (c *RecoveryStoreShardingInfoChange) GetPreviousViewIndex() int32
func (*RecoveryStoreShardingInfoChange) GetRawName ¶
func (c *RecoveryStoreShardingInfoChange) GetRawName() gotenresource.Name
func (*RecoveryStoreShardingInfoChange) GetRawResource ¶
func (c *RecoveryStoreShardingInfoChange) GetRawResource() gotenresource.Resource
func (*RecoveryStoreShardingInfoChange) GetRecoveryStoreShardingInfo ¶
func (c *RecoveryStoreShardingInfoChange) GetRecoveryStoreShardingInfo() *RecoveryStoreShardingInfo
func (*RecoveryStoreShardingInfoChange) GetRecoveryStoreShardingInfoName ¶
func (c *RecoveryStoreShardingInfoChange) GetRecoveryStoreShardingInfoName() *Name
func (*RecoveryStoreShardingInfoChange) GetRemoved ¶
func (m *RecoveryStoreShardingInfoChange) GetRemoved() *RecoveryStoreShardingInfoChange_Removed
func (*RecoveryStoreShardingInfoChange) GotenMessage ¶
func (*RecoveryStoreShardingInfoChange) GotenMessage()
func (*RecoveryStoreShardingInfoChange) GotenValidate ¶
func (obj *RecoveryStoreShardingInfoChange) GotenValidate() error
func (*RecoveryStoreShardingInfoChange) IsAdd ¶
func (c *RecoveryStoreShardingInfoChange) IsAdd() bool
func (*RecoveryStoreShardingInfoChange) IsCurrent ¶
func (c *RecoveryStoreShardingInfoChange) IsCurrent() bool
func (*RecoveryStoreShardingInfoChange) IsDelete ¶
func (c *RecoveryStoreShardingInfoChange) IsDelete() bool
func (*RecoveryStoreShardingInfoChange) IsModify ¶
func (c *RecoveryStoreShardingInfoChange) IsModify() bool
func (*RecoveryStoreShardingInfoChange) Marshal ¶
func (m *RecoveryStoreShardingInfoChange) Marshal() ([]byte, error)
func (*RecoveryStoreShardingInfoChange) MarshalJSON ¶
func (m *RecoveryStoreShardingInfoChange) MarshalJSON() ([]byte, error)
func (*RecoveryStoreShardingInfoChange) ProtoMessage ¶
func (*RecoveryStoreShardingInfoChange) ProtoMessage()
func (*RecoveryStoreShardingInfoChange) ProtoReflect ¶
func (m *RecoveryStoreShardingInfoChange) ProtoReflect() preflect.Message
func (*RecoveryStoreShardingInfoChange) Reset ¶
func (m *RecoveryStoreShardingInfoChange) Reset()
func (*RecoveryStoreShardingInfoChange) SetAdded ¶
func (m *RecoveryStoreShardingInfoChange) SetAdded(fv *RecoveryStoreShardingInfoChange_Added)
func (*RecoveryStoreShardingInfoChange) SetAddedRaw ¶
func (c *RecoveryStoreShardingInfoChange) SetAddedRaw(snapshot gotenresource.Resource, idx int)
func (*RecoveryStoreShardingInfoChange) SetChangeType ¶
func (m *RecoveryStoreShardingInfoChange) SetChangeType(ofv isRecoveryStoreShardingInfoChange_ChangeType)
func (*RecoveryStoreShardingInfoChange) SetCurrent ¶
func (m *RecoveryStoreShardingInfoChange) SetCurrent(fv *RecoveryStoreShardingInfoChange_Current)
func (*RecoveryStoreShardingInfoChange) SetCurrentRaw ¶
func (c *RecoveryStoreShardingInfoChange) SetCurrentRaw(snapshot gotenresource.Resource)
func (*RecoveryStoreShardingInfoChange) SetDeletedRaw ¶
func (c *RecoveryStoreShardingInfoChange) SetDeletedRaw(name gotenresource.Name, idx int)
func (*RecoveryStoreShardingInfoChange) SetModified ¶
func (m *RecoveryStoreShardingInfoChange) SetModified(fv *RecoveryStoreShardingInfoChange_Modified)
func (*RecoveryStoreShardingInfoChange) SetModifiedRaw ¶
func (c *RecoveryStoreShardingInfoChange) SetModifiedRaw(name gotenresource.Name, snapshot gotenresource.Resource, prevIdx int, newIdx int)
func (*RecoveryStoreShardingInfoChange) SetRemoved ¶
func (m *RecoveryStoreShardingInfoChange) SetRemoved(fv *RecoveryStoreShardingInfoChange_Removed)
func (*RecoveryStoreShardingInfoChange) String ¶
func (m *RecoveryStoreShardingInfoChange) String() string
func (*RecoveryStoreShardingInfoChange) Unmarshal ¶
func (m *RecoveryStoreShardingInfoChange) Unmarshal(b []byte) error
func (*RecoveryStoreShardingInfoChange) UnmarshalJSON ¶
func (m *RecoveryStoreShardingInfoChange) UnmarshalJSON(data []byte) error
type RecoveryStoreShardingInfoChangeList ¶
type RecoveryStoreShardingInfoChangeList []*RecoveryStoreShardingInfoChange
func (RecoveryStoreShardingInfoChangeList) Append ¶
func (l RecoveryStoreShardingInfoChangeList) Append(item gotenresource.ResourceChange) gotenresource.ResourceChangeList
func (RecoveryStoreShardingInfoChangeList) AppendList ¶
func (l RecoveryStoreShardingInfoChangeList) AppendList(list gotenresource.ResourceChangeList) gotenresource.ResourceChangeList
func (RecoveryStoreShardingInfoChangeList) At ¶
func (l RecoveryStoreShardingInfoChangeList) At(idx int) gotenresource.ResourceChange
func (RecoveryStoreShardingInfoChangeList) Length ¶
func (l RecoveryStoreShardingInfoChangeList) Length() int
func (RecoveryStoreShardingInfoChangeList) Set ¶
func (l RecoveryStoreShardingInfoChangeList) Set(idx int, change gotenresource.ResourceChange)
func (RecoveryStoreShardingInfoChangeList) Slice ¶
func (l RecoveryStoreShardingInfoChangeList) Slice(first, second int) gotenresource.ResourceChangeList
type RecoveryStoreShardingInfoChangeMap ¶
type RecoveryStoreShardingInfoChangeMap map[Name]*RecoveryStoreShardingInfoChange
func (RecoveryStoreShardingInfoChangeMap) Delete ¶
func (m RecoveryStoreShardingInfoChangeMap) Delete(name gotenresource.Name)
func (RecoveryStoreShardingInfoChangeMap) ForEach ¶
func (m RecoveryStoreShardingInfoChangeMap) ForEach(cb func(gotenresource.Name, gotenresource.ResourceChange) bool)
func (RecoveryStoreShardingInfoChangeMap) Get ¶
func (m RecoveryStoreShardingInfoChangeMap) Get(name gotenresource.Name) gotenresource.ResourceChange
func (RecoveryStoreShardingInfoChangeMap) Length ¶
func (m RecoveryStoreShardingInfoChangeMap) Length() int
func (RecoveryStoreShardingInfoChangeMap) Set ¶
func (m RecoveryStoreShardingInfoChangeMap) Set(change gotenresource.ResourceChange)
type RecoveryStoreShardingInfoChange_Added ¶
type RecoveryStoreShardingInfoChange_Added struct { RecoveryStoreShardingInfo *RecoveryStoreShardingInfo `` /* 178-byte string literal not displayed */ // Integer describing index of added RecoveryStoreShardingInfo 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 }
RecoveryStoreShardingInfo has been added to query view
func (*RecoveryStoreShardingInfoChange_Added) Descriptor ¶
func (*RecoveryStoreShardingInfoChange_Added) Descriptor() ([]byte, []int)
Deprecated, Use RecoveryStoreShardingInfoChange_Added.ProtoReflect.Descriptor instead.
func (*RecoveryStoreShardingInfoChange_Added) GetRecoveryStoreShardingInfo ¶
func (m *RecoveryStoreShardingInfoChange_Added) GetRecoveryStoreShardingInfo() *RecoveryStoreShardingInfo
func (*RecoveryStoreShardingInfoChange_Added) GetViewIndex ¶
func (m *RecoveryStoreShardingInfoChange_Added) GetViewIndex() int32
func (*RecoveryStoreShardingInfoChange_Added) GotenMessage ¶
func (*RecoveryStoreShardingInfoChange_Added) GotenMessage()
func (*RecoveryStoreShardingInfoChange_Added) GotenValidate ¶
func (obj *RecoveryStoreShardingInfoChange_Added) GotenValidate() error
func (*RecoveryStoreShardingInfoChange_Added) Marshal ¶
func (m *RecoveryStoreShardingInfoChange_Added) Marshal() ([]byte, error)
func (*RecoveryStoreShardingInfoChange_Added) MarshalJSON ¶
func (m *RecoveryStoreShardingInfoChange_Added) MarshalJSON() ([]byte, error)
func (*RecoveryStoreShardingInfoChange_Added) ProtoMessage ¶
func (*RecoveryStoreShardingInfoChange_Added) ProtoMessage()
func (*RecoveryStoreShardingInfoChange_Added) ProtoReflect ¶
func (m *RecoveryStoreShardingInfoChange_Added) ProtoReflect() preflect.Message
func (*RecoveryStoreShardingInfoChange_Added) Reset ¶
func (m *RecoveryStoreShardingInfoChange_Added) Reset()
func (*RecoveryStoreShardingInfoChange_Added) SetRecoveryStoreShardingInfo ¶
func (m *RecoveryStoreShardingInfoChange_Added) SetRecoveryStoreShardingInfo(fv *RecoveryStoreShardingInfo)
func (*RecoveryStoreShardingInfoChange_Added) SetViewIndex ¶
func (m *RecoveryStoreShardingInfoChange_Added) SetViewIndex(fv int32)
func (*RecoveryStoreShardingInfoChange_Added) String ¶
func (m *RecoveryStoreShardingInfoChange_Added) String() string
func (*RecoveryStoreShardingInfoChange_Added) Unmarshal ¶
func (m *RecoveryStoreShardingInfoChange_Added) Unmarshal(b []byte) error
func (*RecoveryStoreShardingInfoChange_Added) UnmarshalJSON ¶
func (m *RecoveryStoreShardingInfoChange_Added) UnmarshalJSON(data []byte) error
type RecoveryStoreShardingInfoChange_Added_ ¶
type RecoveryStoreShardingInfoChange_Added_ struct { // Added is returned when watched document is added, either created or // enters Query view Added *RecoveryStoreShardingInfoChange_Added `protobuf:"bytes,1,opt,name=added,proto3,oneof" firestore:"added"` }
type RecoveryStoreShardingInfoChange_Current ¶
type RecoveryStoreShardingInfoChange_Current struct { RecoveryStoreShardingInfo *RecoveryStoreShardingInfo `` /* 178-byte string literal not displayed */ // contains filtered or unexported fields }
RecoveryStoreShardingInfo has been added or modified in a query view. Version used for stateless watching
func (*RecoveryStoreShardingInfoChange_Current) Descriptor ¶
func (*RecoveryStoreShardingInfoChange_Current) Descriptor() ([]byte, []int)
Deprecated, Use RecoveryStoreShardingInfoChange_Current.ProtoReflect.Descriptor instead.
func (*RecoveryStoreShardingInfoChange_Current) GetRecoveryStoreShardingInfo ¶
func (m *RecoveryStoreShardingInfoChange_Current) GetRecoveryStoreShardingInfo() *RecoveryStoreShardingInfo
func (*RecoveryStoreShardingInfoChange_Current) GotenMessage ¶
func (*RecoveryStoreShardingInfoChange_Current) GotenMessage()
func (*RecoveryStoreShardingInfoChange_Current) GotenValidate ¶
func (obj *RecoveryStoreShardingInfoChange_Current) GotenValidate() error
func (*RecoveryStoreShardingInfoChange_Current) Marshal ¶
func (m *RecoveryStoreShardingInfoChange_Current) Marshal() ([]byte, error)
func (*RecoveryStoreShardingInfoChange_Current) MarshalJSON ¶
func (m *RecoveryStoreShardingInfoChange_Current) MarshalJSON() ([]byte, error)
func (*RecoveryStoreShardingInfoChange_Current) ProtoMessage ¶
func (*RecoveryStoreShardingInfoChange_Current) ProtoMessage()
func (*RecoveryStoreShardingInfoChange_Current) ProtoReflect ¶
func (m *RecoveryStoreShardingInfoChange_Current) ProtoReflect() preflect.Message
func (*RecoveryStoreShardingInfoChange_Current) Reset ¶
func (m *RecoveryStoreShardingInfoChange_Current) Reset()
func (*RecoveryStoreShardingInfoChange_Current) SetRecoveryStoreShardingInfo ¶
func (m *RecoveryStoreShardingInfoChange_Current) SetRecoveryStoreShardingInfo(fv *RecoveryStoreShardingInfo)
func (*RecoveryStoreShardingInfoChange_Current) String ¶
func (m *RecoveryStoreShardingInfoChange_Current) String() string
func (*RecoveryStoreShardingInfoChange_Current) Unmarshal ¶
func (m *RecoveryStoreShardingInfoChange_Current) Unmarshal(b []byte) error
func (*RecoveryStoreShardingInfoChange_Current) UnmarshalJSON ¶
func (m *RecoveryStoreShardingInfoChange_Current) UnmarshalJSON(data []byte) error
type RecoveryStoreShardingInfoChange_Current_ ¶
type RecoveryStoreShardingInfoChange_Current_ struct { // Current is returned in stateless watch when document enters query view or // is modified within. Current *RecoveryStoreShardingInfoChange_Current `protobuf:"bytes,4,opt,name=current,proto3,oneof" firestore:"current"` }
type RecoveryStoreShardingInfoChange_Modified ¶
type RecoveryStoreShardingInfoChange_Modified struct { // Name of modified RecoveryStoreShardingInfo Name *Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"` // New version of RecoveryStoreShardingInfo or masked difference, depending // on mask_changes instrumentation of issued // [WatchRecoveryStoreShardingInfoRequest] or // [WatchRecoveryStoreShardingInfosRequest] RecoveryStoreShardingInfo *RecoveryStoreShardingInfo `` /* 178-byte string literal not displayed */ // Used when mask_changes is set, contains field paths of modified // properties. FieldMask *RecoveryStoreShardingInfo_FieldMask `` /* 157-byte string literal not displayed */ // Previous view index specifies previous position of modified // RecoveryStoreShardingInfo. When modification doesn't affect sorted order, // value will remain identical to [view_index]. PreviousViewIndex int32 `` /* 145-byte string literal not displayed */ // Integer specifying RecoveryStoreShardingInfo 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 }
RecoveryStoreShardingInfo changed some of it's fields - contains either full document or masked change
func (*RecoveryStoreShardingInfoChange_Modified) Descriptor ¶
func (*RecoveryStoreShardingInfoChange_Modified) Descriptor() ([]byte, []int)
Deprecated, Use RecoveryStoreShardingInfoChange_Modified.ProtoReflect.Descriptor instead.
func (*RecoveryStoreShardingInfoChange_Modified) GetFieldMask ¶
func (m *RecoveryStoreShardingInfoChange_Modified) GetFieldMask() *RecoveryStoreShardingInfo_FieldMask
func (*RecoveryStoreShardingInfoChange_Modified) GetName ¶
func (m *RecoveryStoreShardingInfoChange_Modified) GetName() *Name
func (*RecoveryStoreShardingInfoChange_Modified) GetPreviousViewIndex ¶
func (m *RecoveryStoreShardingInfoChange_Modified) GetPreviousViewIndex() int32
func (*RecoveryStoreShardingInfoChange_Modified) GetRecoveryStoreShardingInfo ¶
func (m *RecoveryStoreShardingInfoChange_Modified) GetRecoveryStoreShardingInfo() *RecoveryStoreShardingInfo
func (*RecoveryStoreShardingInfoChange_Modified) GetViewIndex ¶
func (m *RecoveryStoreShardingInfoChange_Modified) GetViewIndex() int32
func (*RecoveryStoreShardingInfoChange_Modified) GotenMessage ¶
func (*RecoveryStoreShardingInfoChange_Modified) GotenMessage()
func (*RecoveryStoreShardingInfoChange_Modified) GotenValidate ¶
func (obj *RecoveryStoreShardingInfoChange_Modified) GotenValidate() error
func (*RecoveryStoreShardingInfoChange_Modified) Marshal ¶
func (m *RecoveryStoreShardingInfoChange_Modified) Marshal() ([]byte, error)
func (*RecoveryStoreShardingInfoChange_Modified) MarshalJSON ¶
func (m *RecoveryStoreShardingInfoChange_Modified) MarshalJSON() ([]byte, error)
func (*RecoveryStoreShardingInfoChange_Modified) ProtoMessage ¶
func (*RecoveryStoreShardingInfoChange_Modified) ProtoMessage()
func (*RecoveryStoreShardingInfoChange_Modified) ProtoReflect ¶
func (m *RecoveryStoreShardingInfoChange_Modified) ProtoReflect() preflect.Message
func (*RecoveryStoreShardingInfoChange_Modified) Reset ¶
func (m *RecoveryStoreShardingInfoChange_Modified) Reset()
func (*RecoveryStoreShardingInfoChange_Modified) SetFieldMask ¶
func (m *RecoveryStoreShardingInfoChange_Modified) SetFieldMask(fv *RecoveryStoreShardingInfo_FieldMask)
func (*RecoveryStoreShardingInfoChange_Modified) SetName ¶
func (m *RecoveryStoreShardingInfoChange_Modified) SetName(fv *Name)
func (*RecoveryStoreShardingInfoChange_Modified) SetPreviousViewIndex ¶
func (m *RecoveryStoreShardingInfoChange_Modified) SetPreviousViewIndex(fv int32)
func (*RecoveryStoreShardingInfoChange_Modified) SetRecoveryStoreShardingInfo ¶
func (m *RecoveryStoreShardingInfoChange_Modified) SetRecoveryStoreShardingInfo(fv *RecoveryStoreShardingInfo)
func (*RecoveryStoreShardingInfoChange_Modified) SetViewIndex ¶
func (m *RecoveryStoreShardingInfoChange_Modified) SetViewIndex(fv int32)
func (*RecoveryStoreShardingInfoChange_Modified) String ¶
func (m *RecoveryStoreShardingInfoChange_Modified) String() string
func (*RecoveryStoreShardingInfoChange_Modified) Unmarshal ¶
func (m *RecoveryStoreShardingInfoChange_Modified) Unmarshal(b []byte) error
func (*RecoveryStoreShardingInfoChange_Modified) UnmarshalJSON ¶
func (m *RecoveryStoreShardingInfoChange_Modified) UnmarshalJSON(data []byte) error
type RecoveryStoreShardingInfoChange_Modified_ ¶
type RecoveryStoreShardingInfoChange_Modified_ struct { // Modified is returned when watched document is modified Modified *RecoveryStoreShardingInfoChange_Modified `protobuf:"bytes,2,opt,name=modified,proto3,oneof" firestore:"modified"` }
type RecoveryStoreShardingInfoChange_Removed ¶
type RecoveryStoreShardingInfoChange_Removed struct { Name *Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"` // Integer specifying removed RecoveryStoreShardingInfo 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 RecoveryStoreShardingInfo is deleted or leaves Query view
func (*RecoveryStoreShardingInfoChange_Removed) Descriptor ¶
func (*RecoveryStoreShardingInfoChange_Removed) Descriptor() ([]byte, []int)
Deprecated, Use RecoveryStoreShardingInfoChange_Removed.ProtoReflect.Descriptor instead.
func (*RecoveryStoreShardingInfoChange_Removed) GetName ¶
func (m *RecoveryStoreShardingInfoChange_Removed) GetName() *Name
func (*RecoveryStoreShardingInfoChange_Removed) GetViewIndex ¶
func (m *RecoveryStoreShardingInfoChange_Removed) GetViewIndex() int32
func (*RecoveryStoreShardingInfoChange_Removed) GotenMessage ¶
func (*RecoveryStoreShardingInfoChange_Removed) GotenMessage()
func (*RecoveryStoreShardingInfoChange_Removed) GotenValidate ¶
func (obj *RecoveryStoreShardingInfoChange_Removed) GotenValidate() error
func (*RecoveryStoreShardingInfoChange_Removed) Marshal ¶
func (m *RecoveryStoreShardingInfoChange_Removed) Marshal() ([]byte, error)
func (*RecoveryStoreShardingInfoChange_Removed) MarshalJSON ¶
func (m *RecoveryStoreShardingInfoChange_Removed) MarshalJSON() ([]byte, error)
func (*RecoveryStoreShardingInfoChange_Removed) ProtoMessage ¶
func (*RecoveryStoreShardingInfoChange_Removed) ProtoMessage()
func (*RecoveryStoreShardingInfoChange_Removed) ProtoReflect ¶
func (m *RecoveryStoreShardingInfoChange_Removed) ProtoReflect() preflect.Message
func (*RecoveryStoreShardingInfoChange_Removed) Reset ¶
func (m *RecoveryStoreShardingInfoChange_Removed) Reset()
func (*RecoveryStoreShardingInfoChange_Removed) SetName ¶
func (m *RecoveryStoreShardingInfoChange_Removed) SetName(fv *Name)
func (*RecoveryStoreShardingInfoChange_Removed) SetViewIndex ¶
func (m *RecoveryStoreShardingInfoChange_Removed) SetViewIndex(fv int32)
func (*RecoveryStoreShardingInfoChange_Removed) String ¶
func (m *RecoveryStoreShardingInfoChange_Removed) String() string
func (*RecoveryStoreShardingInfoChange_Removed) Unmarshal ¶
func (m *RecoveryStoreShardingInfoChange_Removed) Unmarshal(b []byte) error
func (*RecoveryStoreShardingInfoChange_Removed) UnmarshalJSON ¶
func (m *RecoveryStoreShardingInfoChange_Removed) UnmarshalJSON(data []byte) error
type RecoveryStoreShardingInfoChange_Removed_ ¶
type RecoveryStoreShardingInfoChange_Removed_ struct { // Removed is returned when RecoveryStoreShardingInfo is deleted or leaves // Query view Removed *RecoveryStoreShardingInfoChange_Removed `protobuf:"bytes,3,opt,name=removed,proto3,oneof" firestore:"removed"` }
type RecoveryStoreShardingInfoFieldPathBuilder ¶
type RecoveryStoreShardingInfoFieldPathBuilder struct{}
func NewRecoveryStoreShardingInfoFieldPathBuilder ¶
func NewRecoveryStoreShardingInfoFieldPathBuilder() RecoveryStoreShardingInfoFieldPathBuilder
func (RecoveryStoreShardingInfoFieldPathBuilder) ValidityPeriod ¶
func (RecoveryStoreShardingInfoFieldPathBuilder) ValidityPeriod() RecoveryStoreShardingInfoPathSelectorValidityPeriod
type RecoveryStoreShardingInfoList ¶
type RecoveryStoreShardingInfoList []*RecoveryStoreShardingInfo
func (RecoveryStoreShardingInfoList) Append ¶
func (l RecoveryStoreShardingInfoList) Append(item gotenresource.Resource) gotenresource.ResourceList
func (RecoveryStoreShardingInfoList) AppendList ¶
func (l RecoveryStoreShardingInfoList) AppendList(list gotenresource.ResourceList) gotenresource.ResourceList
func (RecoveryStoreShardingInfoList) At ¶
func (l RecoveryStoreShardingInfoList) At(idx int) gotenresource.Resource
func (RecoveryStoreShardingInfoList) Length ¶
func (l RecoveryStoreShardingInfoList) Length() int
func (RecoveryStoreShardingInfoList) Set ¶
func (l RecoveryStoreShardingInfoList) Set(idx int, res gotenresource.Resource)
func (RecoveryStoreShardingInfoList) Slice ¶
func (l RecoveryStoreShardingInfoList) Slice(first, second int) gotenresource.ResourceList
type RecoveryStoreShardingInfoMap ¶
type RecoveryStoreShardingInfoMap map[Name]*RecoveryStoreShardingInfo
func (RecoveryStoreShardingInfoMap) Delete ¶
func (m RecoveryStoreShardingInfoMap) Delete(name gotenresource.Name)
func (RecoveryStoreShardingInfoMap) ForEach ¶
func (m RecoveryStoreShardingInfoMap) ForEach(cb func(gotenresource.Name, gotenresource.Resource) bool)
func (RecoveryStoreShardingInfoMap) Get ¶
func (m RecoveryStoreShardingInfoMap) Get(name gotenresource.Name) gotenresource.Resource
func (RecoveryStoreShardingInfoMap) Length ¶
func (m RecoveryStoreShardingInfoMap) Length() int
func (RecoveryStoreShardingInfoMap) Set ¶
func (m RecoveryStoreShardingInfoMap) Set(res gotenresource.Resource)
type RecoveryStoreShardingInfoMapPathSelectorMetadataAnnotations ¶
type RecoveryStoreShardingInfoMapPathSelectorMetadataAnnotations struct {
// contains filtered or unexported fields
}
func (RecoveryStoreShardingInfoMapPathSelectorMetadataAnnotations) WithArrayOfValues ¶
func (s RecoveryStoreShardingInfoMapPathSelectorMetadataAnnotations) WithArrayOfValues(values []string) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
func (RecoveryStoreShardingInfoMapPathSelectorMetadataAnnotations) WithValue ¶
func (s RecoveryStoreShardingInfoMapPathSelectorMetadataAnnotations) WithValue(value string) *RecoveryStoreShardingInfo_FieldSubPathValue
type RecoveryStoreShardingInfoMapPathSelectorMetadataLabels ¶
type RecoveryStoreShardingInfoMapPathSelectorMetadataLabels struct {
// contains filtered or unexported fields
}
func (RecoveryStoreShardingInfoMapPathSelectorMetadataLabels) FieldPath ¶
func (s RecoveryStoreShardingInfoMapPathSelectorMetadataLabels) FieldPath() *RecoveryStoreShardingInfo_FieldSubPath
func (RecoveryStoreShardingInfoMapPathSelectorMetadataLabels) WithArrayOfValues ¶
func (s RecoveryStoreShardingInfoMapPathSelectorMetadataLabels) WithArrayOfValues(values []string) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
func (RecoveryStoreShardingInfoMapPathSelectorMetadataLabels) WithValue ¶
func (s RecoveryStoreShardingInfoMapPathSelectorMetadataLabels) WithValue(value string) *RecoveryStoreShardingInfo_FieldSubPathValue
type RecoveryStoreShardingInfoMapPathSelectorMetadataShards ¶
type RecoveryStoreShardingInfoMapPathSelectorMetadataShards struct {
// contains filtered or unexported fields
}
func (RecoveryStoreShardingInfoMapPathSelectorMetadataShards) FieldPath ¶
func (s RecoveryStoreShardingInfoMapPathSelectorMetadataShards) FieldPath() *RecoveryStoreShardingInfo_FieldSubPath
func (RecoveryStoreShardingInfoMapPathSelectorMetadataShards) WithArrayOfValues ¶
func (s RecoveryStoreShardingInfoMapPathSelectorMetadataShards) WithArrayOfValues(values []int64) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
func (RecoveryStoreShardingInfoMapPathSelectorMetadataShards) WithValue ¶
func (s RecoveryStoreShardingInfoMapPathSelectorMetadataShards) WithValue(value int64) *RecoveryStoreShardingInfo_FieldSubPathValue
type RecoveryStoreShardingInfoNameList ¶
type RecoveryStoreShardingInfoNameList []*Name
func (RecoveryStoreShardingInfoNameList) Append ¶
func (l RecoveryStoreShardingInfoNameList) Append(name gotenresource.Name) gotenresource.NameList
func (RecoveryStoreShardingInfoNameList) AppendList ¶
func (l RecoveryStoreShardingInfoNameList) AppendList(list gotenresource.NameList) gotenresource.NameList
func (RecoveryStoreShardingInfoNameList) At ¶
func (l RecoveryStoreShardingInfoNameList) At(idx int) gotenresource.Name
func (RecoveryStoreShardingInfoNameList) Length ¶
func (l RecoveryStoreShardingInfoNameList) Length() int
func (RecoveryStoreShardingInfoNameList) Set ¶
func (l RecoveryStoreShardingInfoNameList) Set(idx int, name gotenresource.Name)
func (RecoveryStoreShardingInfoNameList) Slice ¶
func (l RecoveryStoreShardingInfoNameList) Slice(first, second int) gotenresource.NameList
type RecoveryStoreShardingInfoParentNameList ¶
type RecoveryStoreShardingInfoParentNameList []*ParentName
func (RecoveryStoreShardingInfoParentNameList) Append ¶
func (l RecoveryStoreShardingInfoParentNameList) Append(name gotenresource.Name) gotenresource.ParentNameList
func (RecoveryStoreShardingInfoParentNameList) AppendList ¶
func (l RecoveryStoreShardingInfoParentNameList) AppendList(list gotenresource.ParentNameList) gotenresource.ParentNameList
func (RecoveryStoreShardingInfoParentNameList) At ¶
func (l RecoveryStoreShardingInfoParentNameList) At(idx int) gotenresource.Name
func (RecoveryStoreShardingInfoParentNameList) Length ¶
func (l RecoveryStoreShardingInfoParentNameList) Length() int
func (RecoveryStoreShardingInfoParentNameList) Set ¶
func (l RecoveryStoreShardingInfoParentNameList) Set(idx int, name gotenresource.Name)
func (RecoveryStoreShardingInfoParentNameList) Slice ¶
func (l RecoveryStoreShardingInfoParentNameList) Slice(first, second int) gotenresource.ParentNameList
type RecoveryStoreShardingInfoParentReferenceList ¶
type RecoveryStoreShardingInfoParentReferenceList []*ParentReference
func (RecoveryStoreShardingInfoParentReferenceList) Append ¶
func (l RecoveryStoreShardingInfoParentReferenceList) Append(ref gotenresource.Reference) gotenresource.ParentReferenceList
func (RecoveryStoreShardingInfoParentReferenceList) AppendList ¶
func (l RecoveryStoreShardingInfoParentReferenceList) AppendList(list gotenresource.ParentReferenceList) gotenresource.ParentReferenceList
func (RecoveryStoreShardingInfoParentReferenceList) At ¶
func (l RecoveryStoreShardingInfoParentReferenceList) At(idx int) gotenresource.Reference
func (RecoveryStoreShardingInfoParentReferenceList) Length ¶
func (l RecoveryStoreShardingInfoParentReferenceList) Length() int
func (RecoveryStoreShardingInfoParentReferenceList) Set ¶
func (l RecoveryStoreShardingInfoParentReferenceList) Set(idx int, ref gotenresource.Reference)
func (RecoveryStoreShardingInfoParentReferenceList) Slice ¶
func (l RecoveryStoreShardingInfoParentReferenceList) Slice(first, second int) gotenresource.ParentReferenceList
type RecoveryStoreShardingInfoPathSelectorMetadata ¶
type RecoveryStoreShardingInfoPathSelectorMetadata struct{}
func (RecoveryStoreShardingInfoPathSelectorMetadata) Annotations ¶
func (RecoveryStoreShardingInfoPathSelectorMetadata) CreateTime ¶
func (RecoveryStoreShardingInfoPathSelectorMetadata) DeleteTime ¶
func (RecoveryStoreShardingInfoPathSelectorMetadata) Generation ¶
func (RecoveryStoreShardingInfoPathSelectorMetadata) OwnerReferences ¶
func (RecoveryStoreShardingInfoPathSelectorMetadata) ResourceVersion ¶
func (RecoveryStoreShardingInfoPathSelectorMetadata) UpdateTime ¶
func (RecoveryStoreShardingInfoPathSelectorMetadata) WithArrayOfValues ¶
func (s RecoveryStoreShardingInfoPathSelectorMetadata) WithArrayOfValues(values []*meta.Meta) *RecoveryStoreShardingInfo_FieldTerminalPathArrayOfValues
func (RecoveryStoreShardingInfoPathSelectorMetadata) WithSubArrayItemValue ¶
func (s RecoveryStoreShardingInfoPathSelectorMetadata) WithSubArrayItemValue(subPathArrayItemValue meta.Meta_FieldPathArrayItemValue) *RecoveryStoreShardingInfo_FieldSubPathArrayItemValue
func (RecoveryStoreShardingInfoPathSelectorMetadata) WithSubArrayOfValues ¶
func (s RecoveryStoreShardingInfoPathSelectorMetadata) WithSubArrayOfValues(subPathArrayOfValues meta.Meta_FieldPathArrayOfValues) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
func (RecoveryStoreShardingInfoPathSelectorMetadata) WithSubPath ¶
func (RecoveryStoreShardingInfoPathSelectorMetadata) WithSubPath(subPath meta.Meta_FieldPath) *RecoveryStoreShardingInfo_FieldSubPath
func (RecoveryStoreShardingInfoPathSelectorMetadata) WithSubValue ¶
func (s RecoveryStoreShardingInfoPathSelectorMetadata) WithSubValue(subPathValue meta.Meta_FieldPathValue) *RecoveryStoreShardingInfo_FieldSubPathValue
func (RecoveryStoreShardingInfoPathSelectorMetadata) WithValue ¶
func (s RecoveryStoreShardingInfoPathSelectorMetadata) WithValue(value *meta.Meta) *RecoveryStoreShardingInfo_FieldTerminalPathValue
type RecoveryStoreShardingInfoPathSelectorMetadataAnnotations ¶
type RecoveryStoreShardingInfoPathSelectorMetadataAnnotations struct{}
func (RecoveryStoreShardingInfoPathSelectorMetadataAnnotations) WithArrayOfValues ¶
func (s RecoveryStoreShardingInfoPathSelectorMetadataAnnotations) WithArrayOfValues(values []map[string]string) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
func (RecoveryStoreShardingInfoPathSelectorMetadataAnnotations) WithValue ¶
func (s RecoveryStoreShardingInfoPathSelectorMetadataAnnotations) WithValue(value map[string]string) *RecoveryStoreShardingInfo_FieldSubPathValue
type RecoveryStoreShardingInfoPathSelectorMetadataCreateTime ¶
type RecoveryStoreShardingInfoPathSelectorMetadataCreateTime struct{}
func (RecoveryStoreShardingInfoPathSelectorMetadataCreateTime) WithArrayOfValues ¶
func (s RecoveryStoreShardingInfoPathSelectorMetadataCreateTime) WithArrayOfValues(values []*timestamppb.Timestamp) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
func (RecoveryStoreShardingInfoPathSelectorMetadataCreateTime) WithValue ¶
func (s RecoveryStoreShardingInfoPathSelectorMetadataCreateTime) WithValue(value *timestamppb.Timestamp) *RecoveryStoreShardingInfo_FieldSubPathValue
type RecoveryStoreShardingInfoPathSelectorMetadataDeleteTime ¶
type RecoveryStoreShardingInfoPathSelectorMetadataDeleteTime struct{}
func (RecoveryStoreShardingInfoPathSelectorMetadataDeleteTime) WithArrayOfValues ¶
func (s RecoveryStoreShardingInfoPathSelectorMetadataDeleteTime) WithArrayOfValues(values []*timestamppb.Timestamp) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
func (RecoveryStoreShardingInfoPathSelectorMetadataDeleteTime) WithValue ¶
func (s RecoveryStoreShardingInfoPathSelectorMetadataDeleteTime) WithValue(value *timestamppb.Timestamp) *RecoveryStoreShardingInfo_FieldSubPathValue
type RecoveryStoreShardingInfoPathSelectorMetadataGeneration ¶
type RecoveryStoreShardingInfoPathSelectorMetadataGeneration struct{}
func (RecoveryStoreShardingInfoPathSelectorMetadataGeneration) WithArrayOfValues ¶
func (s RecoveryStoreShardingInfoPathSelectorMetadataGeneration) WithArrayOfValues(values []int64) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
func (RecoveryStoreShardingInfoPathSelectorMetadataGeneration) WithValue ¶
func (s RecoveryStoreShardingInfoPathSelectorMetadataGeneration) WithValue(value int64) *RecoveryStoreShardingInfo_FieldSubPathValue
type RecoveryStoreShardingInfoPathSelectorMetadataLabels ¶
type RecoveryStoreShardingInfoPathSelectorMetadataLabels struct{}
func (RecoveryStoreShardingInfoPathSelectorMetadataLabels) WithArrayOfValues ¶
func (s RecoveryStoreShardingInfoPathSelectorMetadataLabels) WithArrayOfValues(values []map[string]string) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
func (RecoveryStoreShardingInfoPathSelectorMetadataLabels) WithValue ¶
func (s RecoveryStoreShardingInfoPathSelectorMetadataLabels) WithValue(value map[string]string) *RecoveryStoreShardingInfo_FieldSubPathValue
type RecoveryStoreShardingInfoPathSelectorMetadataLifecycle ¶
type RecoveryStoreShardingInfoPathSelectorMetadataLifecycle struct{}
func (RecoveryStoreShardingInfoPathSelectorMetadataLifecycle) BlockDeletion ¶
func (RecoveryStoreShardingInfoPathSelectorMetadataLifecycle) WithArrayOfValues ¶
func (s RecoveryStoreShardingInfoPathSelectorMetadataLifecycle) WithArrayOfValues(values []*meta.Lifecycle) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
func (RecoveryStoreShardingInfoPathSelectorMetadataLifecycle) WithValue ¶
func (s RecoveryStoreShardingInfoPathSelectorMetadataLifecycle) WithValue(value *meta.Lifecycle) *RecoveryStoreShardingInfo_FieldSubPathValue
type RecoveryStoreShardingInfoPathSelectorMetadataLifecycleBlockDeletion ¶
type RecoveryStoreShardingInfoPathSelectorMetadataLifecycleBlockDeletion struct{}
func (RecoveryStoreShardingInfoPathSelectorMetadataLifecycleBlockDeletion) WithArrayOfValues ¶
func (s RecoveryStoreShardingInfoPathSelectorMetadataLifecycleBlockDeletion) WithArrayOfValues(values []bool) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
func (RecoveryStoreShardingInfoPathSelectorMetadataLifecycleBlockDeletion) WithValue ¶
func (s RecoveryStoreShardingInfoPathSelectorMetadataLifecycleBlockDeletion) WithValue(value bool) *RecoveryStoreShardingInfo_FieldSubPathValue
type RecoveryStoreShardingInfoPathSelectorMetadataLifecycleState ¶
type RecoveryStoreShardingInfoPathSelectorMetadataLifecycleState struct{}
func (RecoveryStoreShardingInfoPathSelectorMetadataLifecycleState) WithArrayOfValues ¶
func (s RecoveryStoreShardingInfoPathSelectorMetadataLifecycleState) WithArrayOfValues(values []meta.Lifecycle_State) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
type RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferences ¶
type RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferences struct{}
func (RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferences) Controller ¶
func (RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferences) RequiresOwnerReference ¶
func (RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferences) WithArrayOfValues ¶
func (s RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferences) WithArrayOfValues(values [][]*meta.OwnerReference) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
func (RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferences) WithItemValue ¶
func (s RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferences) WithItemValue(value *meta.OwnerReference) *RecoveryStoreShardingInfo_FieldSubPathArrayItemValue
func (RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferences) WithValue ¶
func (s RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferences) WithValue(value []*meta.OwnerReference) *RecoveryStoreShardingInfo_FieldSubPathValue
type RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferencesController ¶
type RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferencesController struct{}
func (RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferencesController) WithArrayOfValues ¶
func (s RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
type RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferencesKind ¶
type RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferencesKind struct{}
func (RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferencesKind) WithArrayOfValues ¶
func (s RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
func (RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferencesKind) WithValue ¶
func (s RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferencesKind) WithValue(value string) *RecoveryStoreShardingInfo_FieldSubPathValue
type RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferencesName ¶
type RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferencesName struct{}
func (RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferencesName) WithArrayOfValues ¶
func (s RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferencesName) WithArrayOfValues(values []string) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
func (RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferencesName) WithValue ¶
func (s RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferencesName) WithValue(value string) *RecoveryStoreShardingInfo_FieldSubPathValue
type RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferencesRegion ¶
type RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferencesRegion struct{}
func (RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferencesRegion) WithArrayOfValues ¶
func (s RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferencesRegion) WithArrayOfValues(values []string) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
func (RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferencesRegion) WithValue ¶
func (s RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferencesRegion) WithValue(value string) *RecoveryStoreShardingInfo_FieldSubPathValue
type RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferencesRequiresOwnerReference ¶
type RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferencesRequiresOwnerReference struct{}
func (RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferencesRequiresOwnerReference) FieldPath ¶
func (RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues ¶
func (s RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues(values []bool) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
type RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferencesVersion ¶
type RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferencesVersion struct{}
func (RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferencesVersion) WithArrayOfValues ¶
func (s RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferencesVersion) WithArrayOfValues(values []string) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
func (RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferencesVersion) WithValue ¶
func (s RecoveryStoreShardingInfoPathSelectorMetadataOwnerReferencesVersion) WithValue(value string) *RecoveryStoreShardingInfo_FieldSubPathValue
type RecoveryStoreShardingInfoPathSelectorMetadataResourceVersion ¶
type RecoveryStoreShardingInfoPathSelectorMetadataResourceVersion struct{}
func (RecoveryStoreShardingInfoPathSelectorMetadataResourceVersion) WithArrayOfValues ¶
func (s RecoveryStoreShardingInfoPathSelectorMetadataResourceVersion) WithArrayOfValues(values []string) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
func (RecoveryStoreShardingInfoPathSelectorMetadataResourceVersion) WithValue ¶
func (s RecoveryStoreShardingInfoPathSelectorMetadataResourceVersion) WithValue(value string) *RecoveryStoreShardingInfo_FieldSubPathValue
type RecoveryStoreShardingInfoPathSelectorMetadataServices ¶ added in v1.0.21
type RecoveryStoreShardingInfoPathSelectorMetadataServices struct{}
func (RecoveryStoreShardingInfoPathSelectorMetadataServices) AllowedServices ¶ added in v1.0.21
func (RecoveryStoreShardingInfoPathSelectorMetadataServices) OwningService ¶ added in v1.0.21
func (RecoveryStoreShardingInfoPathSelectorMetadataServices) WithArrayOfValues ¶ added in v1.0.21
func (s RecoveryStoreShardingInfoPathSelectorMetadataServices) WithArrayOfValues(values []*meta.ServicesInfo) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
func (RecoveryStoreShardingInfoPathSelectorMetadataServices) WithValue ¶ added in v1.0.21
func (s RecoveryStoreShardingInfoPathSelectorMetadataServices) WithValue(value *meta.ServicesInfo) *RecoveryStoreShardingInfo_FieldSubPathValue
type RecoveryStoreShardingInfoPathSelectorMetadataServicesAllowedServices ¶ added in v1.0.21
type RecoveryStoreShardingInfoPathSelectorMetadataServicesAllowedServices struct{}
func (RecoveryStoreShardingInfoPathSelectorMetadataServicesAllowedServices) FieldPath ¶ added in v1.0.21
func (RecoveryStoreShardingInfoPathSelectorMetadataServicesAllowedServices) WithArrayOfValues ¶ added in v1.0.21
func (s RecoveryStoreShardingInfoPathSelectorMetadataServicesAllowedServices) WithArrayOfValues(values [][]string) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
func (RecoveryStoreShardingInfoPathSelectorMetadataServicesAllowedServices) WithItemValue ¶ added in v1.0.21
func (s RecoveryStoreShardingInfoPathSelectorMetadataServicesAllowedServices) WithItemValue(value string) *RecoveryStoreShardingInfo_FieldSubPathArrayItemValue
func (RecoveryStoreShardingInfoPathSelectorMetadataServicesAllowedServices) WithValue ¶ added in v1.0.21
func (s RecoveryStoreShardingInfoPathSelectorMetadataServicesAllowedServices) WithValue(value []string) *RecoveryStoreShardingInfo_FieldSubPathValue
type RecoveryStoreShardingInfoPathSelectorMetadataServicesOwningService ¶ added in v1.0.21
type RecoveryStoreShardingInfoPathSelectorMetadataServicesOwningService struct{}
func (RecoveryStoreShardingInfoPathSelectorMetadataServicesOwningService) FieldPath ¶ added in v1.0.21
func (RecoveryStoreShardingInfoPathSelectorMetadataServicesOwningService) WithArrayOfValues ¶ added in v1.0.21
func (s RecoveryStoreShardingInfoPathSelectorMetadataServicesOwningService) WithArrayOfValues(values []string) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
func (RecoveryStoreShardingInfoPathSelectorMetadataServicesOwningService) WithValue ¶ added in v1.0.21
func (s RecoveryStoreShardingInfoPathSelectorMetadataServicesOwningService) WithValue(value string) *RecoveryStoreShardingInfo_FieldSubPathValue
type RecoveryStoreShardingInfoPathSelectorMetadataShards ¶
type RecoveryStoreShardingInfoPathSelectorMetadataShards struct{}
func (RecoveryStoreShardingInfoPathSelectorMetadataShards) WithArrayOfValues ¶
func (s RecoveryStoreShardingInfoPathSelectorMetadataShards) WithArrayOfValues(values []map[string]int64) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
func (RecoveryStoreShardingInfoPathSelectorMetadataShards) WithValue ¶
func (s RecoveryStoreShardingInfoPathSelectorMetadataShards) WithValue(value map[string]int64) *RecoveryStoreShardingInfo_FieldSubPathValue
type RecoveryStoreShardingInfoPathSelectorMetadataSyncing ¶
type RecoveryStoreShardingInfoPathSelectorMetadataSyncing struct{}
func (RecoveryStoreShardingInfoPathSelectorMetadataSyncing) OwningRegion ¶
func (RecoveryStoreShardingInfoPathSelectorMetadataSyncing) WithArrayOfValues ¶
func (s RecoveryStoreShardingInfoPathSelectorMetadataSyncing) WithArrayOfValues(values []*meta.SyncingMeta) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
func (RecoveryStoreShardingInfoPathSelectorMetadataSyncing) WithValue ¶
func (s RecoveryStoreShardingInfoPathSelectorMetadataSyncing) WithValue(value *meta.SyncingMeta) *RecoveryStoreShardingInfo_FieldSubPathValue
type RecoveryStoreShardingInfoPathSelectorMetadataSyncingOwningRegion ¶
type RecoveryStoreShardingInfoPathSelectorMetadataSyncingOwningRegion struct{}
func (RecoveryStoreShardingInfoPathSelectorMetadataSyncingOwningRegion) WithArrayOfValues ¶
func (s RecoveryStoreShardingInfoPathSelectorMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
func (RecoveryStoreShardingInfoPathSelectorMetadataSyncingOwningRegion) WithValue ¶
func (s RecoveryStoreShardingInfoPathSelectorMetadataSyncingOwningRegion) WithValue(value string) *RecoveryStoreShardingInfo_FieldSubPathValue
type RecoveryStoreShardingInfoPathSelectorMetadataSyncingRegions ¶
type RecoveryStoreShardingInfoPathSelectorMetadataSyncingRegions struct{}
func (RecoveryStoreShardingInfoPathSelectorMetadataSyncingRegions) WithArrayOfValues ¶
func (s RecoveryStoreShardingInfoPathSelectorMetadataSyncingRegions) WithArrayOfValues(values [][]string) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
func (RecoveryStoreShardingInfoPathSelectorMetadataSyncingRegions) WithItemValue ¶
func (s RecoveryStoreShardingInfoPathSelectorMetadataSyncingRegions) WithItemValue(value string) *RecoveryStoreShardingInfo_FieldSubPathArrayItemValue
func (RecoveryStoreShardingInfoPathSelectorMetadataSyncingRegions) WithValue ¶
func (s RecoveryStoreShardingInfoPathSelectorMetadataSyncingRegions) WithValue(value []string) *RecoveryStoreShardingInfo_FieldSubPathValue
type RecoveryStoreShardingInfoPathSelectorMetadataTags ¶
type RecoveryStoreShardingInfoPathSelectorMetadataTags struct{}
func (RecoveryStoreShardingInfoPathSelectorMetadataTags) WithArrayOfValues ¶
func (s RecoveryStoreShardingInfoPathSelectorMetadataTags) WithArrayOfValues(values [][]string) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
func (RecoveryStoreShardingInfoPathSelectorMetadataTags) WithItemValue ¶
func (s RecoveryStoreShardingInfoPathSelectorMetadataTags) WithItemValue(value string) *RecoveryStoreShardingInfo_FieldSubPathArrayItemValue
func (RecoveryStoreShardingInfoPathSelectorMetadataTags) WithValue ¶
func (s RecoveryStoreShardingInfoPathSelectorMetadataTags) WithValue(value []string) *RecoveryStoreShardingInfo_FieldSubPathValue
type RecoveryStoreShardingInfoPathSelectorMetadataUpdateTime ¶
type RecoveryStoreShardingInfoPathSelectorMetadataUpdateTime struct{}
func (RecoveryStoreShardingInfoPathSelectorMetadataUpdateTime) WithArrayOfValues ¶
func (s RecoveryStoreShardingInfoPathSelectorMetadataUpdateTime) WithArrayOfValues(values []*timestamppb.Timestamp) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
func (RecoveryStoreShardingInfoPathSelectorMetadataUpdateTime) WithValue ¶
func (s RecoveryStoreShardingInfoPathSelectorMetadataUpdateTime) WithValue(value *timestamppb.Timestamp) *RecoveryStoreShardingInfo_FieldSubPathValue
type RecoveryStoreShardingInfoPathSelectorMetadataUuid ¶
type RecoveryStoreShardingInfoPathSelectorMetadataUuid struct{}
func (RecoveryStoreShardingInfoPathSelectorMetadataUuid) WithArrayOfValues ¶
func (s RecoveryStoreShardingInfoPathSelectorMetadataUuid) WithArrayOfValues(values []string) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
func (RecoveryStoreShardingInfoPathSelectorMetadataUuid) WithValue ¶
func (s RecoveryStoreShardingInfoPathSelectorMetadataUuid) WithValue(value string) *RecoveryStoreShardingInfo_FieldSubPathValue
type RecoveryStoreShardingInfoPathSelectorName ¶
type RecoveryStoreShardingInfoPathSelectorName struct{}
func (RecoveryStoreShardingInfoPathSelectorName) FieldPath ¶
func (RecoveryStoreShardingInfoPathSelectorName) FieldPath() *RecoveryStoreShardingInfo_FieldTerminalPath
func (RecoveryStoreShardingInfoPathSelectorName) WithArrayOfValues ¶
func (s RecoveryStoreShardingInfoPathSelectorName) WithArrayOfValues(values []*Name) *RecoveryStoreShardingInfo_FieldTerminalPathArrayOfValues
func (RecoveryStoreShardingInfoPathSelectorName) WithValue ¶
func (s RecoveryStoreShardingInfoPathSelectorName) WithValue(value *Name) *RecoveryStoreShardingInfo_FieldTerminalPathValue
type RecoveryStoreShardingInfoPathSelectorSpec ¶
type RecoveryStoreShardingInfoPathSelectorSpec struct{}
func (RecoveryStoreShardingInfoPathSelectorSpec) FieldPath ¶
func (RecoveryStoreShardingInfoPathSelectorSpec) FieldPath() *RecoveryStoreShardingInfo_FieldTerminalPath
func (RecoveryStoreShardingInfoPathSelectorSpec) ShardsCount ¶
func (RecoveryStoreShardingInfoPathSelectorSpec) TsBlobPeriod ¶
func (RecoveryStoreShardingInfoPathSelectorSpec) WithArrayOfValues ¶
func (s RecoveryStoreShardingInfoPathSelectorSpec) WithArrayOfValues(values []*RecoveryStoreShardingInfo_ShardingSpec) *RecoveryStoreShardingInfo_FieldTerminalPathArrayOfValues
func (RecoveryStoreShardingInfoPathSelectorSpec) WithSubArrayItemValue ¶
func (s RecoveryStoreShardingInfoPathSelectorSpec) WithSubArrayItemValue(subPathArrayItemValue RecoveryStoreShardingInfoShardingSpec_FieldPathArrayItemValue) *RecoveryStoreShardingInfo_FieldSubPathArrayItemValue
func (RecoveryStoreShardingInfoPathSelectorSpec) WithSubArrayOfValues ¶
func (s RecoveryStoreShardingInfoPathSelectorSpec) WithSubArrayOfValues(subPathArrayOfValues RecoveryStoreShardingInfoShardingSpec_FieldPathArrayOfValues) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
func (RecoveryStoreShardingInfoPathSelectorSpec) WithSubPath ¶
func (RecoveryStoreShardingInfoPathSelectorSpec) WithSubValue ¶
func (s RecoveryStoreShardingInfoPathSelectorSpec) WithSubValue(subPathValue RecoveryStoreShardingInfoShardingSpec_FieldPathValue) *RecoveryStoreShardingInfo_FieldSubPathValue
type RecoveryStoreShardingInfoPathSelectorSpecShardsCount ¶
type RecoveryStoreShardingInfoPathSelectorSpecShardsCount struct{}
func (RecoveryStoreShardingInfoPathSelectorSpecShardsCount) WithArrayOfValues ¶
func (s RecoveryStoreShardingInfoPathSelectorSpecShardsCount) WithArrayOfValues(values []uint32) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
func (RecoveryStoreShardingInfoPathSelectorSpecShardsCount) WithValue ¶
func (s RecoveryStoreShardingInfoPathSelectorSpecShardsCount) WithValue(value uint32) *RecoveryStoreShardingInfo_FieldSubPathValue
type RecoveryStoreShardingInfoPathSelectorSpecTsBlobPeriod ¶
type RecoveryStoreShardingInfoPathSelectorSpecTsBlobPeriod struct{}
func (RecoveryStoreShardingInfoPathSelectorSpecTsBlobPeriod) WithArrayOfValues ¶
func (s RecoveryStoreShardingInfoPathSelectorSpecTsBlobPeriod) WithArrayOfValues(values []*durationpb.Duration) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
func (RecoveryStoreShardingInfoPathSelectorSpecTsBlobPeriod) WithValue ¶
func (s RecoveryStoreShardingInfoPathSelectorSpecTsBlobPeriod) WithValue(value *durationpb.Duration) *RecoveryStoreShardingInfo_FieldSubPathValue
type RecoveryStoreShardingInfoPathSelectorValidityPeriod ¶
type RecoveryStoreShardingInfoPathSelectorValidityPeriod struct{}
func (RecoveryStoreShardingInfoPathSelectorValidityPeriod) WithArrayOfValues ¶
func (s RecoveryStoreShardingInfoPathSelectorValidityPeriod) WithArrayOfValues(values []*RecoveryStoreShardingInfo_ValidityPeriod) *RecoveryStoreShardingInfo_FieldTerminalPathArrayOfValues
func (RecoveryStoreShardingInfoPathSelectorValidityPeriod) WithSubArrayItemValue ¶
func (s RecoveryStoreShardingInfoPathSelectorValidityPeriod) WithSubArrayItemValue(subPathArrayItemValue RecoveryStoreShardingInfoValidityPeriod_FieldPathArrayItemValue) *RecoveryStoreShardingInfo_FieldSubPathArrayItemValue
func (RecoveryStoreShardingInfoPathSelectorValidityPeriod) WithSubArrayOfValues ¶
func (s RecoveryStoreShardingInfoPathSelectorValidityPeriod) WithSubArrayOfValues(subPathArrayOfValues RecoveryStoreShardingInfoValidityPeriod_FieldPathArrayOfValues) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
func (RecoveryStoreShardingInfoPathSelectorValidityPeriod) WithSubPath ¶
func (RecoveryStoreShardingInfoPathSelectorValidityPeriod) WithSubValue ¶
func (s RecoveryStoreShardingInfoPathSelectorValidityPeriod) WithSubValue(subPathValue RecoveryStoreShardingInfoValidityPeriod_FieldPathValue) *RecoveryStoreShardingInfo_FieldSubPathValue
type RecoveryStoreShardingInfoPathSelectorValidityPeriodEndTime ¶
type RecoveryStoreShardingInfoPathSelectorValidityPeriodEndTime struct{}
func (RecoveryStoreShardingInfoPathSelectorValidityPeriodEndTime) WithArrayOfValues ¶
func (s RecoveryStoreShardingInfoPathSelectorValidityPeriodEndTime) WithArrayOfValues(values []*timestamppb.Timestamp) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
func (RecoveryStoreShardingInfoPathSelectorValidityPeriodEndTime) WithValue ¶
func (s RecoveryStoreShardingInfoPathSelectorValidityPeriodEndTime) WithValue(value *timestamppb.Timestamp) *RecoveryStoreShardingInfo_FieldSubPathValue
type RecoveryStoreShardingInfoPathSelectorValidityPeriodStartTime ¶
type RecoveryStoreShardingInfoPathSelectorValidityPeriodStartTime struct{}
func (RecoveryStoreShardingInfoPathSelectorValidityPeriodStartTime) WithArrayOfValues ¶
func (s RecoveryStoreShardingInfoPathSelectorValidityPeriodStartTime) WithArrayOfValues(values []*timestamppb.Timestamp) *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues
func (RecoveryStoreShardingInfoPathSelectorValidityPeriodStartTime) WithValue ¶
func (s RecoveryStoreShardingInfoPathSelectorValidityPeriodStartTime) WithValue(value *timestamppb.Timestamp) *RecoveryStoreShardingInfo_FieldSubPathValue
type RecoveryStoreShardingInfoReferenceList ¶
type RecoveryStoreShardingInfoReferenceList []*Reference
func (RecoveryStoreShardingInfoReferenceList) Append ¶
func (l RecoveryStoreShardingInfoReferenceList) Append(ref gotenresource.Reference) gotenresource.ReferenceList
func (RecoveryStoreShardingInfoReferenceList) AppendList ¶
func (l RecoveryStoreShardingInfoReferenceList) AppendList(list gotenresource.ReferenceList) gotenresource.ReferenceList
func (RecoveryStoreShardingInfoReferenceList) At ¶
func (l RecoveryStoreShardingInfoReferenceList) At(idx int) gotenresource.Reference
func (RecoveryStoreShardingInfoReferenceList) Length ¶
func (l RecoveryStoreShardingInfoReferenceList) Length() int
func (RecoveryStoreShardingInfoReferenceList) Set ¶
func (l RecoveryStoreShardingInfoReferenceList) Set(idx int, ref gotenresource.Reference)
func (RecoveryStoreShardingInfoReferenceList) Slice ¶
func (l RecoveryStoreShardingInfoReferenceList) Slice(first, second int) gotenresource.ReferenceList
type RecoveryStoreShardingInfoShardingSpecFieldPathBuilder ¶
type RecoveryStoreShardingInfoShardingSpecFieldPathBuilder struct{}
func NewRecoveryStoreShardingInfoShardingSpecFieldPathBuilder ¶
func NewRecoveryStoreShardingInfoShardingSpecFieldPathBuilder() RecoveryStoreShardingInfoShardingSpecFieldPathBuilder
func (RecoveryStoreShardingInfoShardingSpecFieldPathBuilder) ShardsCount ¶
func (RecoveryStoreShardingInfoShardingSpecFieldPathBuilder) TsBlobPeriod ¶
type RecoveryStoreShardingInfoShardingSpec_FieldPath ¶
type RecoveryStoreShardingInfoShardingSpec_FieldPath interface { gotenobject.FieldPath Selector() RecoveryStoreShardingInfoShardingSpec_FieldPathSelector Get(source *RecoveryStoreShardingInfo_ShardingSpec) []interface{} GetSingle(source *RecoveryStoreShardingInfo_ShardingSpec) (interface{}, bool) ClearValue(item *RecoveryStoreShardingInfo_ShardingSpec) // Those methods build corresponding RecoveryStoreShardingInfoShardingSpec_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) RecoveryStoreShardingInfoShardingSpec_FieldPathValue WithIArrayOfValues(values interface{}) RecoveryStoreShardingInfoShardingSpec_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) RecoveryStoreShardingInfoShardingSpec_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildRecoveryStoreShardingInfoShardingSpec_FieldPath ¶
func BuildRecoveryStoreShardingInfoShardingSpec_FieldPath(fp gotenobject.RawFieldPath) (RecoveryStoreShardingInfoShardingSpec_FieldPath, error)
func MustParseRecoveryStoreShardingInfoShardingSpec_FieldPath ¶
func MustParseRecoveryStoreShardingInfoShardingSpec_FieldPath(rawField string) RecoveryStoreShardingInfoShardingSpec_FieldPath
func ParseRecoveryStoreShardingInfoShardingSpec_FieldPath ¶
func ParseRecoveryStoreShardingInfoShardingSpec_FieldPath(rawField string) (RecoveryStoreShardingInfoShardingSpec_FieldPath, error)
type RecoveryStoreShardingInfoShardingSpec_FieldPathArrayItemValue ¶
type RecoveryStoreShardingInfoShardingSpec_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue RecoveryStoreShardingInfoShardingSpec_FieldPath ContainsValue(*RecoveryStoreShardingInfo_ShardingSpec) bool }
RecoveryStoreShardingInfoShardingSpec_FieldPathArrayItemValue allows storing single item in Path-specific values for ShardingSpec according to their type Present only for array (repeated) types.
func MustParseRecoveryStoreShardingInfoShardingSpec_FieldPathArrayItemValue ¶
func MustParseRecoveryStoreShardingInfoShardingSpec_FieldPathArrayItemValue(pathStr, valueStr string) RecoveryStoreShardingInfoShardingSpec_FieldPathArrayItemValue
func ParseRecoveryStoreShardingInfoShardingSpec_FieldPathArrayItemValue ¶
func ParseRecoveryStoreShardingInfoShardingSpec_FieldPathArrayItemValue(pathStr, valueStr string) (RecoveryStoreShardingInfoShardingSpec_FieldPathArrayItemValue, error)
ParseRecoveryStoreShardingInfoShardingSpec_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type RecoveryStoreShardingInfoShardingSpec_FieldPathArrayOfValues ¶
type RecoveryStoreShardingInfoShardingSpec_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues RecoveryStoreShardingInfoShardingSpec_FieldPath }
RecoveryStoreShardingInfoShardingSpec_FieldPathArrayOfValues allows storing slice of values for ShardingSpec fields according to their type
func MustParseRecoveryStoreShardingInfoShardingSpec_FieldPathArrayOfValues ¶
func MustParseRecoveryStoreShardingInfoShardingSpec_FieldPathArrayOfValues(pathStr, valuesStr string) RecoveryStoreShardingInfoShardingSpec_FieldPathArrayOfValues
func ParseRecoveryStoreShardingInfoShardingSpec_FieldPathArrayOfValues ¶
func ParseRecoveryStoreShardingInfoShardingSpec_FieldPathArrayOfValues(pathStr, valuesStr string) (RecoveryStoreShardingInfoShardingSpec_FieldPathArrayOfValues, error)
type RecoveryStoreShardingInfoShardingSpec_FieldPathSelector ¶
type RecoveryStoreShardingInfoShardingSpec_FieldPathSelector int32
const ( RecoveryStoreShardingInfoShardingSpec_FieldPathSelectorTsBlobPeriod RecoveryStoreShardingInfoShardingSpec_FieldPathSelector = 0 RecoveryStoreShardingInfoShardingSpec_FieldPathSelectorShardsCount RecoveryStoreShardingInfoShardingSpec_FieldPathSelector = 1 )
func (RecoveryStoreShardingInfoShardingSpec_FieldPathSelector) String ¶
func (s RecoveryStoreShardingInfoShardingSpec_FieldPathSelector) String() string
type RecoveryStoreShardingInfoShardingSpec_FieldPathValue ¶
type RecoveryStoreShardingInfoShardingSpec_FieldPathValue interface { RecoveryStoreShardingInfoShardingSpec_FieldPath gotenobject.FieldPathValue SetTo(target **RecoveryStoreShardingInfo_ShardingSpec) CompareWith(*RecoveryStoreShardingInfo_ShardingSpec) (cmp int, comparable bool) }
RecoveryStoreShardingInfoShardingSpec_FieldPathValue allows storing values for ShardingSpec fields according to their type
func MustParseRecoveryStoreShardingInfoShardingSpec_FieldPathValue ¶
func MustParseRecoveryStoreShardingInfoShardingSpec_FieldPathValue(pathStr, valueStr string) RecoveryStoreShardingInfoShardingSpec_FieldPathValue
func ParseRecoveryStoreShardingInfoShardingSpec_FieldPathValue ¶
func ParseRecoveryStoreShardingInfoShardingSpec_FieldPathValue(pathStr, valueStr string) (RecoveryStoreShardingInfoShardingSpec_FieldPathValue, error)
type RecoveryStoreShardingInfoShardingSpec_FieldTerminalPath ¶
type RecoveryStoreShardingInfoShardingSpec_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*RecoveryStoreShardingInfoShardingSpec_FieldTerminalPath) ClearValue ¶
func (fp *RecoveryStoreShardingInfoShardingSpec_FieldTerminalPath) ClearValue(item *RecoveryStoreShardingInfo_ShardingSpec)
func (*RecoveryStoreShardingInfoShardingSpec_FieldTerminalPath) ClearValueRaw ¶
func (fp *RecoveryStoreShardingInfoShardingSpec_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*RecoveryStoreShardingInfoShardingSpec_FieldTerminalPath) Get ¶
func (fp *RecoveryStoreShardingInfoShardingSpec_FieldTerminalPath) Get(source *RecoveryStoreShardingInfo_ShardingSpec) (values []interface{})
Get returns all values pointed by specific field from source RecoveryStoreShardingInfo_ShardingSpec
func (*RecoveryStoreShardingInfoShardingSpec_FieldTerminalPath) GetDefault ¶
func (fp *RecoveryStoreShardingInfoShardingSpec_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*RecoveryStoreShardingInfoShardingSpec_FieldTerminalPath) GetRaw ¶
func (fp *RecoveryStoreShardingInfoShardingSpec_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*RecoveryStoreShardingInfoShardingSpec_FieldTerminalPath) GetSingle ¶
func (fp *RecoveryStoreShardingInfoShardingSpec_FieldTerminalPath) GetSingle(source *RecoveryStoreShardingInfo_ShardingSpec) (interface{}, bool)
GetSingle returns value pointed by specific field of from source RecoveryStoreShardingInfo_ShardingSpec
func (*RecoveryStoreShardingInfoShardingSpec_FieldTerminalPath) GetSingleRaw ¶
func (fp *RecoveryStoreShardingInfoShardingSpec_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*RecoveryStoreShardingInfoShardingSpec_FieldTerminalPath) IsLeaf ¶
func (fp *RecoveryStoreShardingInfoShardingSpec_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*RecoveryStoreShardingInfoShardingSpec_FieldTerminalPath) JSONString ¶
func (fp *RecoveryStoreShardingInfoShardingSpec_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*RecoveryStoreShardingInfoShardingSpec_FieldTerminalPath) SplitIntoTerminalIPaths ¶
func (fp *RecoveryStoreShardingInfoShardingSpec_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*RecoveryStoreShardingInfoShardingSpec_FieldTerminalPath) String ¶
func (fp *RecoveryStoreShardingInfoShardingSpec_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*RecoveryStoreShardingInfoShardingSpec_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *RecoveryStoreShardingInfoShardingSpec_FieldTerminalPath) WithIArrayItemValue(value interface{}) RecoveryStoreShardingInfoShardingSpec_FieldPathArrayItemValue
func (*RecoveryStoreShardingInfoShardingSpec_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *RecoveryStoreShardingInfoShardingSpec_FieldTerminalPath) WithIArrayOfValues(values interface{}) RecoveryStoreShardingInfoShardingSpec_FieldPathArrayOfValues
func (*RecoveryStoreShardingInfoShardingSpec_FieldTerminalPath) WithIValue ¶
func (fp *RecoveryStoreShardingInfoShardingSpec_FieldTerminalPath) WithIValue(value interface{}) RecoveryStoreShardingInfoShardingSpec_FieldPathValue
func (*RecoveryStoreShardingInfoShardingSpec_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *RecoveryStoreShardingInfoShardingSpec_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*RecoveryStoreShardingInfoShardingSpec_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *RecoveryStoreShardingInfoShardingSpec_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*RecoveryStoreShardingInfoShardingSpec_FieldTerminalPath) WithRawIValue ¶
func (fp *RecoveryStoreShardingInfoShardingSpec_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type RecoveryStoreShardingInfoShardingSpec_FieldTerminalPathArrayItemValue ¶
type RecoveryStoreShardingInfoShardingSpec_FieldTerminalPathArrayItemValue struct { RecoveryStoreShardingInfoShardingSpec_FieldTerminalPath // contains filtered or unexported fields }
func (*RecoveryStoreShardingInfoShardingSpec_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *RecoveryStoreShardingInfoShardingSpec_FieldTerminalPathArrayItemValue) ContainsValue(source *RecoveryStoreShardingInfo_ShardingSpec) bool
Contains returns a boolean indicating if value that is being held is present in given 'ShardingSpec'
func (*RecoveryStoreShardingInfoShardingSpec_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *RecoveryStoreShardingInfoShardingSpec_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object RecoveryStoreShardingInfo_ShardingSpec as interface{}
func (*RecoveryStoreShardingInfoShardingSpec_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *RecoveryStoreShardingInfoShardingSpec_FieldTerminalPathArrayItemValue) GetSingle(source *RecoveryStoreShardingInfo_ShardingSpec) (interface{}, bool)
func (*RecoveryStoreShardingInfoShardingSpec_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *RecoveryStoreShardingInfoShardingSpec_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type RecoveryStoreShardingInfoShardingSpec_FieldTerminalPathArrayOfValues ¶
type RecoveryStoreShardingInfoShardingSpec_FieldTerminalPathArrayOfValues struct { RecoveryStoreShardingInfoShardingSpec_FieldTerminalPath // contains filtered or unexported fields }
func (*RecoveryStoreShardingInfoShardingSpec_FieldTerminalPathArrayOfValues) AsShardsCountArrayOfValues ¶
func (fpaov *RecoveryStoreShardingInfoShardingSpec_FieldTerminalPathArrayOfValues) AsShardsCountArrayOfValues() ([]uint32, bool)
func (*RecoveryStoreShardingInfoShardingSpec_FieldTerminalPathArrayOfValues) AsTsBlobPeriodArrayOfValues ¶
func (fpaov *RecoveryStoreShardingInfoShardingSpec_FieldTerminalPathArrayOfValues) AsTsBlobPeriodArrayOfValues() ([]*durationpb.Duration, bool)
func (*RecoveryStoreShardingInfoShardingSpec_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *RecoveryStoreShardingInfoShardingSpec_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type RecoveryStoreShardingInfoShardingSpec_FieldTerminalPathValue ¶
type RecoveryStoreShardingInfoShardingSpec_FieldTerminalPathValue struct { RecoveryStoreShardingInfoShardingSpec_FieldTerminalPath // contains filtered or unexported fields }
func (*RecoveryStoreShardingInfoShardingSpec_FieldTerminalPathValue) AsShardsCountValue ¶
func (fpv *RecoveryStoreShardingInfoShardingSpec_FieldTerminalPathValue) AsShardsCountValue() (uint32, bool)
func (*RecoveryStoreShardingInfoShardingSpec_FieldTerminalPathValue) AsTsBlobPeriodValue ¶
func (fpv *RecoveryStoreShardingInfoShardingSpec_FieldTerminalPathValue) AsTsBlobPeriodValue() (*durationpb.Duration, bool)
func (*RecoveryStoreShardingInfoShardingSpec_FieldTerminalPathValue) CompareWith ¶
func (fpv *RecoveryStoreShardingInfoShardingSpec_FieldTerminalPathValue) CompareWith(source *RecoveryStoreShardingInfo_ShardingSpec) (int, bool)
CompareWith compares value in the 'RecoveryStoreShardingInfoShardingSpec_FieldTerminalPathValue' with the value under path in 'RecoveryStoreShardingInfo_ShardingSpec'.
func (*RecoveryStoreShardingInfoShardingSpec_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *RecoveryStoreShardingInfoShardingSpec_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*RecoveryStoreShardingInfoShardingSpec_FieldTerminalPathValue) GetRawValue ¶
func (fpv *RecoveryStoreShardingInfoShardingSpec_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'ShardingSpec' as interface{}
func (*RecoveryStoreShardingInfoShardingSpec_FieldTerminalPathValue) SetTo ¶
func (fpv *RecoveryStoreShardingInfoShardingSpec_FieldTerminalPathValue) SetTo(target **RecoveryStoreShardingInfo_ShardingSpec)
SetTo stores value for selected field for object ShardingSpec
func (*RecoveryStoreShardingInfoShardingSpec_FieldTerminalPathValue) SetToRaw ¶
func (fpv *RecoveryStoreShardingInfoShardingSpec_FieldTerminalPathValue) SetToRaw(target proto.Message)
type RecoveryStoreShardingInfoValidityPeriodFieldPathBuilder ¶
type RecoveryStoreShardingInfoValidityPeriodFieldPathBuilder struct{}
func NewRecoveryStoreShardingInfoValidityPeriodFieldPathBuilder ¶
func NewRecoveryStoreShardingInfoValidityPeriodFieldPathBuilder() RecoveryStoreShardingInfoValidityPeriodFieldPathBuilder
type RecoveryStoreShardingInfoValidityPeriod_FieldPath ¶
type RecoveryStoreShardingInfoValidityPeriod_FieldPath interface { gotenobject.FieldPath Selector() RecoveryStoreShardingInfoValidityPeriod_FieldPathSelector Get(source *RecoveryStoreShardingInfo_ValidityPeriod) []interface{} GetSingle(source *RecoveryStoreShardingInfo_ValidityPeriod) (interface{}, bool) ClearValue(item *RecoveryStoreShardingInfo_ValidityPeriod) // Those methods build corresponding RecoveryStoreShardingInfoValidityPeriod_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) RecoveryStoreShardingInfoValidityPeriod_FieldPathValue WithIArrayOfValues(values interface{}) RecoveryStoreShardingInfoValidityPeriod_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) RecoveryStoreShardingInfoValidityPeriod_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildRecoveryStoreShardingInfoValidityPeriod_FieldPath ¶
func BuildRecoveryStoreShardingInfoValidityPeriod_FieldPath(fp gotenobject.RawFieldPath) (RecoveryStoreShardingInfoValidityPeriod_FieldPath, error)
func MustParseRecoveryStoreShardingInfoValidityPeriod_FieldPath ¶
func MustParseRecoveryStoreShardingInfoValidityPeriod_FieldPath(rawField string) RecoveryStoreShardingInfoValidityPeriod_FieldPath
func ParseRecoveryStoreShardingInfoValidityPeriod_FieldPath ¶
func ParseRecoveryStoreShardingInfoValidityPeriod_FieldPath(rawField string) (RecoveryStoreShardingInfoValidityPeriod_FieldPath, error)
type RecoveryStoreShardingInfoValidityPeriod_FieldPathArrayItemValue ¶
type RecoveryStoreShardingInfoValidityPeriod_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue RecoveryStoreShardingInfoValidityPeriod_FieldPath ContainsValue(*RecoveryStoreShardingInfo_ValidityPeriod) bool }
RecoveryStoreShardingInfoValidityPeriod_FieldPathArrayItemValue allows storing single item in Path-specific values for ValidityPeriod according to their type Present only for array (repeated) types.
func MustParseRecoveryStoreShardingInfoValidityPeriod_FieldPathArrayItemValue ¶
func MustParseRecoveryStoreShardingInfoValidityPeriod_FieldPathArrayItemValue(pathStr, valueStr string) RecoveryStoreShardingInfoValidityPeriod_FieldPathArrayItemValue
func ParseRecoveryStoreShardingInfoValidityPeriod_FieldPathArrayItemValue ¶
func ParseRecoveryStoreShardingInfoValidityPeriod_FieldPathArrayItemValue(pathStr, valueStr string) (RecoveryStoreShardingInfoValidityPeriod_FieldPathArrayItemValue, error)
ParseRecoveryStoreShardingInfoValidityPeriod_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type RecoveryStoreShardingInfoValidityPeriod_FieldPathArrayOfValues ¶
type RecoveryStoreShardingInfoValidityPeriod_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues RecoveryStoreShardingInfoValidityPeriod_FieldPath }
RecoveryStoreShardingInfoValidityPeriod_FieldPathArrayOfValues allows storing slice of values for ValidityPeriod fields according to their type
func MustParseRecoveryStoreShardingInfoValidityPeriod_FieldPathArrayOfValues ¶
func MustParseRecoveryStoreShardingInfoValidityPeriod_FieldPathArrayOfValues(pathStr, valuesStr string) RecoveryStoreShardingInfoValidityPeriod_FieldPathArrayOfValues
func ParseRecoveryStoreShardingInfoValidityPeriod_FieldPathArrayOfValues ¶
func ParseRecoveryStoreShardingInfoValidityPeriod_FieldPathArrayOfValues(pathStr, valuesStr string) (RecoveryStoreShardingInfoValidityPeriod_FieldPathArrayOfValues, error)
type RecoveryStoreShardingInfoValidityPeriod_FieldPathSelector ¶
type RecoveryStoreShardingInfoValidityPeriod_FieldPathSelector int32
const ( RecoveryStoreShardingInfoValidityPeriod_FieldPathSelectorStartTime RecoveryStoreShardingInfoValidityPeriod_FieldPathSelector = 0 RecoveryStoreShardingInfoValidityPeriod_FieldPathSelectorEndTime RecoveryStoreShardingInfoValidityPeriod_FieldPathSelector = 1 )
func (RecoveryStoreShardingInfoValidityPeriod_FieldPathSelector) String ¶
func (s RecoveryStoreShardingInfoValidityPeriod_FieldPathSelector) String() string
type RecoveryStoreShardingInfoValidityPeriod_FieldPathValue ¶
type RecoveryStoreShardingInfoValidityPeriod_FieldPathValue interface { RecoveryStoreShardingInfoValidityPeriod_FieldPath gotenobject.FieldPathValue SetTo(target **RecoveryStoreShardingInfo_ValidityPeriod) CompareWith(*RecoveryStoreShardingInfo_ValidityPeriod) (cmp int, comparable bool) }
RecoveryStoreShardingInfoValidityPeriod_FieldPathValue allows storing values for ValidityPeriod fields according to their type
func MustParseRecoveryStoreShardingInfoValidityPeriod_FieldPathValue ¶
func MustParseRecoveryStoreShardingInfoValidityPeriod_FieldPathValue(pathStr, valueStr string) RecoveryStoreShardingInfoValidityPeriod_FieldPathValue
func ParseRecoveryStoreShardingInfoValidityPeriod_FieldPathValue ¶
func ParseRecoveryStoreShardingInfoValidityPeriod_FieldPathValue(pathStr, valueStr string) (RecoveryStoreShardingInfoValidityPeriod_FieldPathValue, error)
type RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPath ¶
type RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPath) ClearValue ¶
func (fp *RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPath) ClearValue(item *RecoveryStoreShardingInfo_ValidityPeriod)
func (*RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPath) ClearValueRaw ¶
func (fp *RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPath) Get ¶
func (fp *RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPath) Get(source *RecoveryStoreShardingInfo_ValidityPeriod) (values []interface{})
Get returns all values pointed by specific field from source RecoveryStoreShardingInfo_ValidityPeriod
func (*RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPath) GetDefault ¶
func (fp *RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPath) GetRaw ¶
func (fp *RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPath) GetSingle ¶
func (fp *RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPath) GetSingle(source *RecoveryStoreShardingInfo_ValidityPeriod) (interface{}, bool)
GetSingle returns value pointed by specific field of from source RecoveryStoreShardingInfo_ValidityPeriod
func (*RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPath) GetSingleRaw ¶
func (fp *RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPath) IsLeaf ¶
func (fp *RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPath) JSONString ¶
func (fp *RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPath) SplitIntoTerminalIPaths ¶
func (fp *RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPath) String ¶
func (fp *RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPath) WithIArrayItemValue(value interface{}) RecoveryStoreShardingInfoValidityPeriod_FieldPathArrayItemValue
func (*RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPath) WithIArrayOfValues(values interface{}) RecoveryStoreShardingInfoValidityPeriod_FieldPathArrayOfValues
func (*RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPath) WithIValue ¶
func (fp *RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPath) WithIValue(value interface{}) RecoveryStoreShardingInfoValidityPeriod_FieldPathValue
func (*RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPath) WithRawIValue ¶
func (fp *RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPathArrayItemValue ¶
type RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPathArrayItemValue struct { RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPath // contains filtered or unexported fields }
func (*RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPathArrayItemValue) ContainsValue(source *RecoveryStoreShardingInfo_ValidityPeriod) bool
Contains returns a boolean indicating if value that is being held is present in given 'ValidityPeriod'
func (*RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object RecoveryStoreShardingInfo_ValidityPeriod as interface{}
func (*RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPathArrayItemValue) GetSingle(source *RecoveryStoreShardingInfo_ValidityPeriod) (interface{}, bool)
func (*RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPathArrayOfValues ¶
type RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPathArrayOfValues struct { RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPath // contains filtered or unexported fields }
func (*RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPathArrayOfValues) AsEndTimeArrayOfValues ¶
func (fpaov *RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPathArrayOfValues) AsEndTimeArrayOfValues() ([]*timestamppb.Timestamp, bool)
func (*RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPathArrayOfValues) AsStartTimeArrayOfValues ¶
func (fpaov *RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPathArrayOfValues) AsStartTimeArrayOfValues() ([]*timestamppb.Timestamp, bool)
func (*RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPathValue ¶
type RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPathValue struct { RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPath // contains filtered or unexported fields }
func (*RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPathValue) AsEndTimeValue ¶
func (fpv *RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPathValue) AsEndTimeValue() (*timestamppb.Timestamp, bool)
func (*RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPathValue) AsStartTimeValue ¶
func (fpv *RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPathValue) AsStartTimeValue() (*timestamppb.Timestamp, bool)
func (*RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPathValue) CompareWith ¶
func (fpv *RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPathValue) CompareWith(source *RecoveryStoreShardingInfo_ValidityPeriod) (int, bool)
CompareWith compares value in the 'RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPathValue' with the value under path in 'RecoveryStoreShardingInfo_ValidityPeriod'.
func (*RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPathValue) GetRawValue ¶
func (fpv *RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'ValidityPeriod' as interface{}
func (*RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPathValue) SetTo ¶
func (fpv *RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPathValue) SetTo(target **RecoveryStoreShardingInfo_ValidityPeriod)
SetTo stores value for selected field for object ValidityPeriod
func (*RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPathValue) SetToRaw ¶
func (fpv *RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPathValue) SetToRaw(target proto.Message)
type RecoveryStoreShardingInfo_FieldMask ¶
type RecoveryStoreShardingInfo_FieldMask struct {
Paths []RecoveryStoreShardingInfo_FieldPath
}
func FullRecoveryStoreShardingInfo_FieldMask ¶
func FullRecoveryStoreShardingInfo_FieldMask() *RecoveryStoreShardingInfo_FieldMask
func ResourceViewFieldMask ¶
func ResourceViewFieldMask(viewName view.View, extraMask *RecoveryStoreShardingInfo_FieldMask) *RecoveryStoreShardingInfo_FieldMask
func (*RecoveryStoreShardingInfo_FieldMask) AppendPath ¶
func (fieldMask *RecoveryStoreShardingInfo_FieldMask) AppendPath(path RecoveryStoreShardingInfo_FieldPath)
func (*RecoveryStoreShardingInfo_FieldMask) AppendRawPath ¶
func (fieldMask *RecoveryStoreShardingInfo_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*RecoveryStoreShardingInfo_FieldMask) DecodeFirestore ¶
func (fieldMask *RecoveryStoreShardingInfo_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*RecoveryStoreShardingInfo_FieldMask) EncodeFirestore ¶
func (fieldMask *RecoveryStoreShardingInfo_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*RecoveryStoreShardingInfo_FieldMask) FilterInputFields ¶
func (fieldMask *RecoveryStoreShardingInfo_FieldMask) FilterInputFields() *RecoveryStoreShardingInfo_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*RecoveryStoreShardingInfo_FieldMask) FromProtoFieldMask ¶
func (fieldMask *RecoveryStoreShardingInfo_FieldMask) FromProtoFieldMask(protoFieldMask *googlefieldmaskpb.FieldMask) error
func (*RecoveryStoreShardingInfo_FieldMask) GetPaths ¶
func (fieldMask *RecoveryStoreShardingInfo_FieldMask) GetPaths() []RecoveryStoreShardingInfo_FieldPath
func (*RecoveryStoreShardingInfo_FieldMask) GetRawPaths ¶
func (fieldMask *RecoveryStoreShardingInfo_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*RecoveryStoreShardingInfo_FieldMask) IsFull ¶
func (fieldMask *RecoveryStoreShardingInfo_FieldMask) IsFull() bool
func (RecoveryStoreShardingInfo_FieldMask) Marshal ¶
func (fieldMask RecoveryStoreShardingInfo_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (RecoveryStoreShardingInfo_FieldMask) MarshalJSON ¶
func (fieldMask RecoveryStoreShardingInfo_FieldMask) MarshalJSON() ([]byte, error)
func (*RecoveryStoreShardingInfo_FieldMask) PathsCount ¶
func (fieldMask *RecoveryStoreShardingInfo_FieldMask) PathsCount() int
func (*RecoveryStoreShardingInfo_FieldMask) Project ¶
func (fieldMask *RecoveryStoreShardingInfo_FieldMask) Project(source *RecoveryStoreShardingInfo) *RecoveryStoreShardingInfo
func (*RecoveryStoreShardingInfo_FieldMask) ProjectRaw ¶
func (fieldMask *RecoveryStoreShardingInfo_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*RecoveryStoreShardingInfo_FieldMask) ProtoMessage ¶
func (fieldMask *RecoveryStoreShardingInfo_FieldMask) ProtoMessage()
func (*RecoveryStoreShardingInfo_FieldMask) ProtoReflect ¶
func (fieldMask *RecoveryStoreShardingInfo_FieldMask) ProtoReflect() preflect.Message
func (*RecoveryStoreShardingInfo_FieldMask) Reset ¶
func (fieldMask *RecoveryStoreShardingInfo_FieldMask) Reset()
func (*RecoveryStoreShardingInfo_FieldMask) Set ¶
func (fieldMask *RecoveryStoreShardingInfo_FieldMask) Set(target, source *RecoveryStoreShardingInfo)
func (*RecoveryStoreShardingInfo_FieldMask) SetFromCliFlag ¶
func (fieldMask *RecoveryStoreShardingInfo_FieldMask) SetFromCliFlag(raw string) error
func (*RecoveryStoreShardingInfo_FieldMask) SetRaw ¶
func (fieldMask *RecoveryStoreShardingInfo_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*RecoveryStoreShardingInfo_FieldMask) Size ¶
func (fieldMask *RecoveryStoreShardingInfo_FieldMask) Size() int
func (*RecoveryStoreShardingInfo_FieldMask) String ¶
func (fieldMask *RecoveryStoreShardingInfo_FieldMask) String() string
func (*RecoveryStoreShardingInfo_FieldMask) Subtract ¶
func (fieldMask *RecoveryStoreShardingInfo_FieldMask) Subtract(other *RecoveryStoreShardingInfo_FieldMask) *RecoveryStoreShardingInfo_FieldMask
func (*RecoveryStoreShardingInfo_FieldMask) SubtractRaw ¶
func (fieldMask *RecoveryStoreShardingInfo_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*RecoveryStoreShardingInfo_FieldMask) ToProtoFieldMask ¶
func (fieldMask *RecoveryStoreShardingInfo_FieldMask) ToProtoFieldMask() *googlefieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*RecoveryStoreShardingInfo_FieldMask) Unmarshal ¶
func (fieldMask *RecoveryStoreShardingInfo_FieldMask) Unmarshal(data []byte) error
func (*RecoveryStoreShardingInfo_FieldMask) UnmarshalJSON ¶
func (fieldMask *RecoveryStoreShardingInfo_FieldMask) UnmarshalJSON(data []byte) error
type RecoveryStoreShardingInfo_FieldPath ¶
type RecoveryStoreShardingInfo_FieldPath interface { gotenobject.FieldPath Selector() RecoveryStoreShardingInfo_FieldPathSelector Get(source *RecoveryStoreShardingInfo) []interface{} GetSingle(source *RecoveryStoreShardingInfo) (interface{}, bool) ClearValue(item *RecoveryStoreShardingInfo) // Those methods build corresponding RecoveryStoreShardingInfo_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) RecoveryStoreShardingInfo_FieldPathValue WithIArrayOfValues(values interface{}) RecoveryStoreShardingInfo_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) RecoveryStoreShardingInfo_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildRecoveryStoreShardingInfo_FieldPath ¶
func BuildRecoveryStoreShardingInfo_FieldPath(fp gotenobject.RawFieldPath) (RecoveryStoreShardingInfo_FieldPath, error)
func MustParseRecoveryStoreShardingInfo_FieldPath ¶
func MustParseRecoveryStoreShardingInfo_FieldPath(rawField string) RecoveryStoreShardingInfo_FieldPath
func ParseRecoveryStoreShardingInfo_FieldPath ¶
func ParseRecoveryStoreShardingInfo_FieldPath(rawField string) (RecoveryStoreShardingInfo_FieldPath, error)
type RecoveryStoreShardingInfo_FieldPathArrayItemValue ¶
type RecoveryStoreShardingInfo_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue RecoveryStoreShardingInfo_FieldPath ContainsValue(*RecoveryStoreShardingInfo) bool }
RecoveryStoreShardingInfo_FieldPathArrayItemValue allows storing single item in Path-specific values for RecoveryStoreShardingInfo according to their type Present only for array (repeated) types.
func MustParseRecoveryStoreShardingInfo_FieldPathArrayItemValue ¶
func MustParseRecoveryStoreShardingInfo_FieldPathArrayItemValue(pathStr, valueStr string) RecoveryStoreShardingInfo_FieldPathArrayItemValue
func ParseRecoveryStoreShardingInfo_FieldPathArrayItemValue ¶
func ParseRecoveryStoreShardingInfo_FieldPathArrayItemValue(pathStr, valueStr string) (RecoveryStoreShardingInfo_FieldPathArrayItemValue, error)
ParseRecoveryStoreShardingInfo_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type RecoveryStoreShardingInfo_FieldPathArrayOfValues ¶
type RecoveryStoreShardingInfo_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues RecoveryStoreShardingInfo_FieldPath }
RecoveryStoreShardingInfo_FieldPathArrayOfValues allows storing slice of values for RecoveryStoreShardingInfo fields according to their type
func MustParseRecoveryStoreShardingInfo_FieldPathArrayOfValues ¶
func MustParseRecoveryStoreShardingInfo_FieldPathArrayOfValues(pathStr, valuesStr string) RecoveryStoreShardingInfo_FieldPathArrayOfValues
func ParseRecoveryStoreShardingInfo_FieldPathArrayOfValues ¶
func ParseRecoveryStoreShardingInfo_FieldPathArrayOfValues(pathStr, valuesStr string) (RecoveryStoreShardingInfo_FieldPathArrayOfValues, error)
type RecoveryStoreShardingInfo_FieldPathSelector ¶
type RecoveryStoreShardingInfo_FieldPathSelector int32
const ( RecoveryStoreShardingInfo_FieldPathSelectorName RecoveryStoreShardingInfo_FieldPathSelector = 0 RecoveryStoreShardingInfo_FieldPathSelectorValidityPeriod RecoveryStoreShardingInfo_FieldPathSelector = 1 RecoveryStoreShardingInfo_FieldPathSelectorSpec RecoveryStoreShardingInfo_FieldPathSelector = 2 RecoveryStoreShardingInfo_FieldPathSelectorMetadata RecoveryStoreShardingInfo_FieldPathSelector = 3 )
func (RecoveryStoreShardingInfo_FieldPathSelector) String ¶
func (s RecoveryStoreShardingInfo_FieldPathSelector) String() string
type RecoveryStoreShardingInfo_FieldPathValue ¶
type RecoveryStoreShardingInfo_FieldPathValue interface { RecoveryStoreShardingInfo_FieldPath gotenobject.FieldPathValue SetTo(target **RecoveryStoreShardingInfo) CompareWith(*RecoveryStoreShardingInfo) (cmp int, comparable bool) }
RecoveryStoreShardingInfo_FieldPathValue allows storing values for RecoveryStoreShardingInfo fields according to their type
func MustParseRecoveryStoreShardingInfo_FieldPathValue ¶
func MustParseRecoveryStoreShardingInfo_FieldPathValue(pathStr, valueStr string) RecoveryStoreShardingInfo_FieldPathValue
func ParseRecoveryStoreShardingInfo_FieldPathValue ¶
func ParseRecoveryStoreShardingInfo_FieldPathValue(pathStr, valueStr string) (RecoveryStoreShardingInfo_FieldPathValue, error)
type RecoveryStoreShardingInfo_FieldSubPath ¶
type RecoveryStoreShardingInfo_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*RecoveryStoreShardingInfo_FieldSubPath) AsMetadataSubPath ¶
func (fps *RecoveryStoreShardingInfo_FieldSubPath) AsMetadataSubPath() (meta.Meta_FieldPath, bool)
func (*RecoveryStoreShardingInfo_FieldSubPath) AsSpecSubPath ¶
func (fps *RecoveryStoreShardingInfo_FieldSubPath) AsSpecSubPath() (RecoveryStoreShardingInfoShardingSpec_FieldPath, bool)
func (*RecoveryStoreShardingInfo_FieldSubPath) AsValidityPeriodSubPath ¶
func (fps *RecoveryStoreShardingInfo_FieldSubPath) AsValidityPeriodSubPath() (RecoveryStoreShardingInfoValidityPeriod_FieldPath, bool)
func (*RecoveryStoreShardingInfo_FieldSubPath) ClearValue ¶
func (fps *RecoveryStoreShardingInfo_FieldSubPath) ClearValue(item *RecoveryStoreShardingInfo)
func (*RecoveryStoreShardingInfo_FieldSubPath) ClearValueRaw ¶
func (fps *RecoveryStoreShardingInfo_FieldSubPath) ClearValueRaw(item proto.Message)
func (*RecoveryStoreShardingInfo_FieldSubPath) Get ¶
func (fps *RecoveryStoreShardingInfo_FieldSubPath) Get(source *RecoveryStoreShardingInfo) (values []interface{})
Get returns all values pointed by selected field from source RecoveryStoreShardingInfo
func (*RecoveryStoreShardingInfo_FieldSubPath) GetDefault ¶
func (fps *RecoveryStoreShardingInfo_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*RecoveryStoreShardingInfo_FieldSubPath) GetRaw ¶
func (fps *RecoveryStoreShardingInfo_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*RecoveryStoreShardingInfo_FieldSubPath) GetSingle ¶
func (fps *RecoveryStoreShardingInfo_FieldSubPath) GetSingle(source *RecoveryStoreShardingInfo) (interface{}, bool)
GetSingle returns value of selected field from source RecoveryStoreShardingInfo
func (*RecoveryStoreShardingInfo_FieldSubPath) GetSingleRaw ¶
func (fps *RecoveryStoreShardingInfo_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*RecoveryStoreShardingInfo_FieldSubPath) IsLeaf ¶
func (fps *RecoveryStoreShardingInfo_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*RecoveryStoreShardingInfo_FieldSubPath) JSONString ¶
func (fps *RecoveryStoreShardingInfo_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*RecoveryStoreShardingInfo_FieldSubPath) Selector ¶
func (fps *RecoveryStoreShardingInfo_FieldSubPath) Selector() RecoveryStoreShardingInfo_FieldPathSelector
func (*RecoveryStoreShardingInfo_FieldSubPath) SplitIntoTerminalIPaths ¶
func (fps *RecoveryStoreShardingInfo_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*RecoveryStoreShardingInfo_FieldSubPath) String ¶
func (fps *RecoveryStoreShardingInfo_FieldSubPath) String() string
String returns path representation in proto convention
func (*RecoveryStoreShardingInfo_FieldSubPath) WithIArrayItemValue ¶
func (fps *RecoveryStoreShardingInfo_FieldSubPath) WithIArrayItemValue(value interface{}) RecoveryStoreShardingInfo_FieldPathArrayItemValue
func (*RecoveryStoreShardingInfo_FieldSubPath) WithIArrayOfValues ¶
func (fps *RecoveryStoreShardingInfo_FieldSubPath) WithIArrayOfValues(values interface{}) RecoveryStoreShardingInfo_FieldPathArrayOfValues
func (*RecoveryStoreShardingInfo_FieldSubPath) WithIValue ¶
func (fps *RecoveryStoreShardingInfo_FieldSubPath) WithIValue(value interface{}) RecoveryStoreShardingInfo_FieldPathValue
func (*RecoveryStoreShardingInfo_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *RecoveryStoreShardingInfo_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*RecoveryStoreShardingInfo_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *RecoveryStoreShardingInfo_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*RecoveryStoreShardingInfo_FieldSubPath) WithRawIValue ¶
func (fps *RecoveryStoreShardingInfo_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type RecoveryStoreShardingInfo_FieldSubPathArrayItemValue ¶
type RecoveryStoreShardingInfo_FieldSubPathArrayItemValue struct { RecoveryStoreShardingInfo_FieldPath // contains filtered or unexported fields }
func (*RecoveryStoreShardingInfo_FieldSubPathArrayItemValue) AsMetadataPathItemValue ¶
func (fpaivs *RecoveryStoreShardingInfo_FieldSubPathArrayItemValue) AsMetadataPathItemValue() (meta.Meta_FieldPathArrayItemValue, bool)
func (*RecoveryStoreShardingInfo_FieldSubPathArrayItemValue) AsSpecPathItemValue ¶
func (fpaivs *RecoveryStoreShardingInfo_FieldSubPathArrayItemValue) AsSpecPathItemValue() (RecoveryStoreShardingInfoShardingSpec_FieldPathArrayItemValue, bool)
func (*RecoveryStoreShardingInfo_FieldSubPathArrayItemValue) AsValidityPeriodPathItemValue ¶
func (fpaivs *RecoveryStoreShardingInfo_FieldSubPathArrayItemValue) AsValidityPeriodPathItemValue() (RecoveryStoreShardingInfoValidityPeriod_FieldPathArrayItemValue, bool)
func (*RecoveryStoreShardingInfo_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *RecoveryStoreShardingInfo_FieldSubPathArrayItemValue) ContainsValue(source *RecoveryStoreShardingInfo) bool
Contains returns a boolean indicating if value that is being held is present in given 'RecoveryStoreShardingInfo'
func (*RecoveryStoreShardingInfo_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *RecoveryStoreShardingInfo_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type RecoveryStoreShardingInfo_FieldSubPathArrayOfValues ¶
type RecoveryStoreShardingInfo_FieldSubPathArrayOfValues struct { RecoveryStoreShardingInfo_FieldPath // contains filtered or unexported fields }
func (*RecoveryStoreShardingInfo_FieldSubPathArrayOfValues) AsMetadataPathArrayOfValues ¶
func (fpsaov *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues) AsMetadataPathArrayOfValues() (meta.Meta_FieldPathArrayOfValues, bool)
func (*RecoveryStoreShardingInfo_FieldSubPathArrayOfValues) AsSpecPathArrayOfValues ¶
func (fpsaov *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues) AsSpecPathArrayOfValues() (RecoveryStoreShardingInfoShardingSpec_FieldPathArrayOfValues, bool)
func (*RecoveryStoreShardingInfo_FieldSubPathArrayOfValues) AsValidityPeriodPathArrayOfValues ¶
func (fpsaov *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues) AsValidityPeriodPathArrayOfValues() (RecoveryStoreShardingInfoValidityPeriod_FieldPathArrayOfValues, bool)
func (*RecoveryStoreShardingInfo_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *RecoveryStoreShardingInfo_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type RecoveryStoreShardingInfo_FieldSubPathValue ¶
type RecoveryStoreShardingInfo_FieldSubPathValue struct { RecoveryStoreShardingInfo_FieldPath // contains filtered or unexported fields }
func (*RecoveryStoreShardingInfo_FieldSubPathValue) AsMetadataPathValue ¶
func (fpvs *RecoveryStoreShardingInfo_FieldSubPathValue) AsMetadataPathValue() (meta.Meta_FieldPathValue, bool)
func (*RecoveryStoreShardingInfo_FieldSubPathValue) AsSpecPathValue ¶
func (fpvs *RecoveryStoreShardingInfo_FieldSubPathValue) AsSpecPathValue() (RecoveryStoreShardingInfoShardingSpec_FieldPathValue, bool)
func (*RecoveryStoreShardingInfo_FieldSubPathValue) AsValidityPeriodPathValue ¶
func (fpvs *RecoveryStoreShardingInfo_FieldSubPathValue) AsValidityPeriodPathValue() (RecoveryStoreShardingInfoValidityPeriod_FieldPathValue, bool)
func (*RecoveryStoreShardingInfo_FieldSubPathValue) CompareWith ¶
func (fpvs *RecoveryStoreShardingInfo_FieldSubPathValue) CompareWith(source *RecoveryStoreShardingInfo) (int, bool)
func (*RecoveryStoreShardingInfo_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *RecoveryStoreShardingInfo_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*RecoveryStoreShardingInfo_FieldSubPathValue) GetRawValue ¶
func (fpvs *RecoveryStoreShardingInfo_FieldSubPathValue) GetRawValue() interface{}
func (*RecoveryStoreShardingInfo_FieldSubPathValue) SetTo ¶
func (fpvs *RecoveryStoreShardingInfo_FieldSubPathValue) SetTo(target **RecoveryStoreShardingInfo)
func (*RecoveryStoreShardingInfo_FieldSubPathValue) SetToRaw ¶
func (fpvs *RecoveryStoreShardingInfo_FieldSubPathValue) SetToRaw(target proto.Message)
type RecoveryStoreShardingInfo_FieldTerminalPath ¶
type RecoveryStoreShardingInfo_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*RecoveryStoreShardingInfo_FieldTerminalPath) ClearValue ¶
func (fp *RecoveryStoreShardingInfo_FieldTerminalPath) ClearValue(item *RecoveryStoreShardingInfo)
func (*RecoveryStoreShardingInfo_FieldTerminalPath) ClearValueRaw ¶
func (fp *RecoveryStoreShardingInfo_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*RecoveryStoreShardingInfo_FieldTerminalPath) Get ¶
func (fp *RecoveryStoreShardingInfo_FieldTerminalPath) Get(source *RecoveryStoreShardingInfo) (values []interface{})
Get returns all values pointed by specific field from source RecoveryStoreShardingInfo
func (*RecoveryStoreShardingInfo_FieldTerminalPath) GetDefault ¶
func (fp *RecoveryStoreShardingInfo_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*RecoveryStoreShardingInfo_FieldTerminalPath) GetRaw ¶
func (fp *RecoveryStoreShardingInfo_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*RecoveryStoreShardingInfo_FieldTerminalPath) GetSingle ¶
func (fp *RecoveryStoreShardingInfo_FieldTerminalPath) GetSingle(source *RecoveryStoreShardingInfo) (interface{}, bool)
GetSingle returns value pointed by specific field of from source RecoveryStoreShardingInfo
func (*RecoveryStoreShardingInfo_FieldTerminalPath) GetSingleRaw ¶
func (fp *RecoveryStoreShardingInfo_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*RecoveryStoreShardingInfo_FieldTerminalPath) IsLeaf ¶
func (fp *RecoveryStoreShardingInfo_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*RecoveryStoreShardingInfo_FieldTerminalPath) JSONString ¶
func (fp *RecoveryStoreShardingInfo_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*RecoveryStoreShardingInfo_FieldTerminalPath) Selector ¶
func (fp *RecoveryStoreShardingInfo_FieldTerminalPath) Selector() RecoveryStoreShardingInfo_FieldPathSelector
func (*RecoveryStoreShardingInfo_FieldTerminalPath) SplitIntoTerminalIPaths ¶
func (fp *RecoveryStoreShardingInfo_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*RecoveryStoreShardingInfo_FieldTerminalPath) String ¶
func (fp *RecoveryStoreShardingInfo_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*RecoveryStoreShardingInfo_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *RecoveryStoreShardingInfo_FieldTerminalPath) WithIArrayItemValue(value interface{}) RecoveryStoreShardingInfo_FieldPathArrayItemValue
func (*RecoveryStoreShardingInfo_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *RecoveryStoreShardingInfo_FieldTerminalPath) WithIArrayOfValues(values interface{}) RecoveryStoreShardingInfo_FieldPathArrayOfValues
func (*RecoveryStoreShardingInfo_FieldTerminalPath) WithIValue ¶
func (fp *RecoveryStoreShardingInfo_FieldTerminalPath) WithIValue(value interface{}) RecoveryStoreShardingInfo_FieldPathValue
func (*RecoveryStoreShardingInfo_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *RecoveryStoreShardingInfo_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*RecoveryStoreShardingInfo_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *RecoveryStoreShardingInfo_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*RecoveryStoreShardingInfo_FieldTerminalPath) WithRawIValue ¶
func (fp *RecoveryStoreShardingInfo_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type RecoveryStoreShardingInfo_FieldTerminalPathArrayItemValue ¶
type RecoveryStoreShardingInfo_FieldTerminalPathArrayItemValue struct { RecoveryStoreShardingInfo_FieldTerminalPath // contains filtered or unexported fields }
func (*RecoveryStoreShardingInfo_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *RecoveryStoreShardingInfo_FieldTerminalPathArrayItemValue) ContainsValue(source *RecoveryStoreShardingInfo) bool
Contains returns a boolean indicating if value that is being held is present in given 'RecoveryStoreShardingInfo'
func (*RecoveryStoreShardingInfo_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *RecoveryStoreShardingInfo_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object RecoveryStoreShardingInfo as interface{}
func (*RecoveryStoreShardingInfo_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *RecoveryStoreShardingInfo_FieldTerminalPathArrayItemValue) GetSingle(source *RecoveryStoreShardingInfo) (interface{}, bool)
func (*RecoveryStoreShardingInfo_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *RecoveryStoreShardingInfo_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type RecoveryStoreShardingInfo_FieldTerminalPathArrayOfValues ¶
type RecoveryStoreShardingInfo_FieldTerminalPathArrayOfValues struct { RecoveryStoreShardingInfo_FieldTerminalPath // contains filtered or unexported fields }
func (*RecoveryStoreShardingInfo_FieldTerminalPathArrayOfValues) AsMetadataArrayOfValues ¶
func (fpaov *RecoveryStoreShardingInfo_FieldTerminalPathArrayOfValues) AsMetadataArrayOfValues() ([]*meta.Meta, bool)
func (*RecoveryStoreShardingInfo_FieldTerminalPathArrayOfValues) AsNameArrayOfValues ¶
func (fpaov *RecoveryStoreShardingInfo_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*Name, bool)
func (*RecoveryStoreShardingInfo_FieldTerminalPathArrayOfValues) AsSpecArrayOfValues ¶
func (fpaov *RecoveryStoreShardingInfo_FieldTerminalPathArrayOfValues) AsSpecArrayOfValues() ([]*RecoveryStoreShardingInfo_ShardingSpec, bool)
func (*RecoveryStoreShardingInfo_FieldTerminalPathArrayOfValues) AsValidityPeriodArrayOfValues ¶
func (fpaov *RecoveryStoreShardingInfo_FieldTerminalPathArrayOfValues) AsValidityPeriodArrayOfValues() ([]*RecoveryStoreShardingInfo_ValidityPeriod, bool)
func (*RecoveryStoreShardingInfo_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *RecoveryStoreShardingInfo_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type RecoveryStoreShardingInfo_FieldTerminalPathValue ¶
type RecoveryStoreShardingInfo_FieldTerminalPathValue struct { RecoveryStoreShardingInfo_FieldTerminalPath // contains filtered or unexported fields }
func (*RecoveryStoreShardingInfo_FieldTerminalPathValue) AsMetadataValue ¶
func (fpv *RecoveryStoreShardingInfo_FieldTerminalPathValue) AsMetadataValue() (*meta.Meta, bool)
func (*RecoveryStoreShardingInfo_FieldTerminalPathValue) AsNameValue ¶
func (fpv *RecoveryStoreShardingInfo_FieldTerminalPathValue) AsNameValue() (*Name, bool)
func (*RecoveryStoreShardingInfo_FieldTerminalPathValue) AsSpecValue ¶
func (fpv *RecoveryStoreShardingInfo_FieldTerminalPathValue) AsSpecValue() (*RecoveryStoreShardingInfo_ShardingSpec, bool)
func (*RecoveryStoreShardingInfo_FieldTerminalPathValue) AsValidityPeriodValue ¶
func (fpv *RecoveryStoreShardingInfo_FieldTerminalPathValue) AsValidityPeriodValue() (*RecoveryStoreShardingInfo_ValidityPeriod, bool)
func (*RecoveryStoreShardingInfo_FieldTerminalPathValue) CompareWith ¶
func (fpv *RecoveryStoreShardingInfo_FieldTerminalPathValue) CompareWith(source *RecoveryStoreShardingInfo) (int, bool)
CompareWith compares value in the 'RecoveryStoreShardingInfo_FieldTerminalPathValue' with the value under path in 'RecoveryStoreShardingInfo'.
func (*RecoveryStoreShardingInfo_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *RecoveryStoreShardingInfo_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*RecoveryStoreShardingInfo_FieldTerminalPathValue) GetRawValue ¶
func (fpv *RecoveryStoreShardingInfo_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'RecoveryStoreShardingInfo' as interface{}
func (*RecoveryStoreShardingInfo_FieldTerminalPathValue) SetTo ¶
func (fpv *RecoveryStoreShardingInfo_FieldTerminalPathValue) SetTo(target **RecoveryStoreShardingInfo)
SetTo stores value for selected field for object RecoveryStoreShardingInfo
func (*RecoveryStoreShardingInfo_FieldTerminalPathValue) SetToRaw ¶
func (fpv *RecoveryStoreShardingInfo_FieldTerminalPathValue) SetToRaw(target proto.Message)
type RecoveryStoreShardingInfo_ShardingSpec ¶
type RecoveryStoreShardingInfo_ShardingSpec struct { // Defines period of time series points in a single blob. TsBlobPeriod *durationpb.Duration `protobuf:"bytes,1,opt,name=ts_blob_period,json=tsBlobPeriod,proto3" json:"ts_blob_period,omitempty" firestore:"tsBlobPeriod"` // Number of shards (by key) in given shard period ShardsCount uint32 `protobuf:"varint,2,opt,name=shards_count,json=shardsCount,proto3" json:"shards_count,omitempty" firestore:"shardsCount"` // contains filtered or unexported fields }
Sharding spec defines how time series points is divided across two dimensions: key (shards_count) and time (ts_blob_period).
func (*RecoveryStoreShardingInfo_ShardingSpec) Clone ¶
func (o *RecoveryStoreShardingInfo_ShardingSpec) Clone() *RecoveryStoreShardingInfo_ShardingSpec
func (*RecoveryStoreShardingInfo_ShardingSpec) CloneRaw ¶
func (o *RecoveryStoreShardingInfo_ShardingSpec) CloneRaw() gotenobject.GotenObjectExt
func (*RecoveryStoreShardingInfo_ShardingSpec) Descriptor ¶
func (*RecoveryStoreShardingInfo_ShardingSpec) Descriptor() ([]byte, []int)
Deprecated, Use RecoveryStoreShardingInfo_ShardingSpec.ProtoReflect.Descriptor instead.
func (*RecoveryStoreShardingInfo_ShardingSpec) GetShardsCount ¶
func (m *RecoveryStoreShardingInfo_ShardingSpec) GetShardsCount() uint32
func (*RecoveryStoreShardingInfo_ShardingSpec) GetTsBlobPeriod ¶
func (m *RecoveryStoreShardingInfo_ShardingSpec) GetTsBlobPeriod() *durationpb.Duration
func (*RecoveryStoreShardingInfo_ShardingSpec) GotenMessage ¶
func (*RecoveryStoreShardingInfo_ShardingSpec) GotenMessage()
func (*RecoveryStoreShardingInfo_ShardingSpec) GotenObjectExt ¶
func (o *RecoveryStoreShardingInfo_ShardingSpec) GotenObjectExt()
func (*RecoveryStoreShardingInfo_ShardingSpec) GotenValidate ¶
func (obj *RecoveryStoreShardingInfo_ShardingSpec) GotenValidate() error
func (*RecoveryStoreShardingInfo_ShardingSpec) MakeDiffFieldMask ¶
func (o *RecoveryStoreShardingInfo_ShardingSpec) MakeDiffFieldMask(other *RecoveryStoreShardingInfo_ShardingSpec) *RecoveryStoreShardingInfo_ShardingSpec_FieldMask
func (*RecoveryStoreShardingInfo_ShardingSpec) MakeFullFieldMask ¶
func (o *RecoveryStoreShardingInfo_ShardingSpec) MakeFullFieldMask() *RecoveryStoreShardingInfo_ShardingSpec_FieldMask
func (*RecoveryStoreShardingInfo_ShardingSpec) MakeRawDiffFieldMask ¶
func (o *RecoveryStoreShardingInfo_ShardingSpec) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*RecoveryStoreShardingInfo_ShardingSpec) MakeRawFullFieldMask ¶
func (o *RecoveryStoreShardingInfo_ShardingSpec) MakeRawFullFieldMask() gotenobject.FieldMask
func (*RecoveryStoreShardingInfo_ShardingSpec) Marshal ¶
func (m *RecoveryStoreShardingInfo_ShardingSpec) Marshal() ([]byte, error)
func (*RecoveryStoreShardingInfo_ShardingSpec) MarshalJSON ¶
func (m *RecoveryStoreShardingInfo_ShardingSpec) MarshalJSON() ([]byte, error)
func (*RecoveryStoreShardingInfo_ShardingSpec) Merge ¶
func (o *RecoveryStoreShardingInfo_ShardingSpec) Merge(source *RecoveryStoreShardingInfo_ShardingSpec)
func (*RecoveryStoreShardingInfo_ShardingSpec) MergeRaw ¶
func (o *RecoveryStoreShardingInfo_ShardingSpec) MergeRaw(source gotenobject.GotenObjectExt)
func (*RecoveryStoreShardingInfo_ShardingSpec) ProtoMessage ¶
func (*RecoveryStoreShardingInfo_ShardingSpec) ProtoMessage()
func (*RecoveryStoreShardingInfo_ShardingSpec) ProtoReflect ¶
func (m *RecoveryStoreShardingInfo_ShardingSpec) ProtoReflect() preflect.Message
func (*RecoveryStoreShardingInfo_ShardingSpec) Reset ¶
func (m *RecoveryStoreShardingInfo_ShardingSpec) Reset()
func (*RecoveryStoreShardingInfo_ShardingSpec) SetShardsCount ¶
func (m *RecoveryStoreShardingInfo_ShardingSpec) SetShardsCount(fv uint32)
func (*RecoveryStoreShardingInfo_ShardingSpec) SetTsBlobPeriod ¶
func (m *RecoveryStoreShardingInfo_ShardingSpec) SetTsBlobPeriod(fv *durationpb.Duration)
func (*RecoveryStoreShardingInfo_ShardingSpec) String ¶
func (m *RecoveryStoreShardingInfo_ShardingSpec) String() string
func (*RecoveryStoreShardingInfo_ShardingSpec) Unmarshal ¶
func (m *RecoveryStoreShardingInfo_ShardingSpec) Unmarshal(b []byte) error
func (*RecoveryStoreShardingInfo_ShardingSpec) UnmarshalJSON ¶
func (m *RecoveryStoreShardingInfo_ShardingSpec) UnmarshalJSON(data []byte) error
type RecoveryStoreShardingInfo_ShardingSpecPathSelectorShardsCount ¶
type RecoveryStoreShardingInfo_ShardingSpecPathSelectorShardsCount struct{}
func (RecoveryStoreShardingInfo_ShardingSpecPathSelectorShardsCount) WithArrayOfValues ¶
func (s RecoveryStoreShardingInfo_ShardingSpecPathSelectorShardsCount) WithArrayOfValues(values []uint32) *RecoveryStoreShardingInfoShardingSpec_FieldTerminalPathArrayOfValues
type RecoveryStoreShardingInfo_ShardingSpecPathSelectorTsBlobPeriod ¶
type RecoveryStoreShardingInfo_ShardingSpecPathSelectorTsBlobPeriod struct{}
func (RecoveryStoreShardingInfo_ShardingSpecPathSelectorTsBlobPeriod) WithArrayOfValues ¶
func (s RecoveryStoreShardingInfo_ShardingSpecPathSelectorTsBlobPeriod) WithArrayOfValues(values []*durationpb.Duration) *RecoveryStoreShardingInfoShardingSpec_FieldTerminalPathArrayOfValues
type RecoveryStoreShardingInfo_ShardingSpec_FieldMask ¶
type RecoveryStoreShardingInfo_ShardingSpec_FieldMask struct {
Paths []RecoveryStoreShardingInfoShardingSpec_FieldPath
}
func FullRecoveryStoreShardingInfo_ShardingSpec_FieldMask ¶
func FullRecoveryStoreShardingInfo_ShardingSpec_FieldMask() *RecoveryStoreShardingInfo_ShardingSpec_FieldMask
func (*RecoveryStoreShardingInfo_ShardingSpec_FieldMask) AppendPath ¶
func (fieldMask *RecoveryStoreShardingInfo_ShardingSpec_FieldMask) AppendPath(path RecoveryStoreShardingInfoShardingSpec_FieldPath)
func (*RecoveryStoreShardingInfo_ShardingSpec_FieldMask) AppendRawPath ¶
func (fieldMask *RecoveryStoreShardingInfo_ShardingSpec_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*RecoveryStoreShardingInfo_ShardingSpec_FieldMask) DecodeFirestore ¶
func (fieldMask *RecoveryStoreShardingInfo_ShardingSpec_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*RecoveryStoreShardingInfo_ShardingSpec_FieldMask) EncodeFirestore ¶
func (fieldMask *RecoveryStoreShardingInfo_ShardingSpec_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*RecoveryStoreShardingInfo_ShardingSpec_FieldMask) FilterInputFields ¶
func (fieldMask *RecoveryStoreShardingInfo_ShardingSpec_FieldMask) FilterInputFields() *RecoveryStoreShardingInfo_ShardingSpec_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*RecoveryStoreShardingInfo_ShardingSpec_FieldMask) FromProtoFieldMask ¶
func (fieldMask *RecoveryStoreShardingInfo_ShardingSpec_FieldMask) FromProtoFieldMask(protoFieldMask *googlefieldmaskpb.FieldMask) error
func (*RecoveryStoreShardingInfo_ShardingSpec_FieldMask) GetPaths ¶
func (fieldMask *RecoveryStoreShardingInfo_ShardingSpec_FieldMask) GetPaths() []RecoveryStoreShardingInfoShardingSpec_FieldPath
func (*RecoveryStoreShardingInfo_ShardingSpec_FieldMask) GetRawPaths ¶
func (fieldMask *RecoveryStoreShardingInfo_ShardingSpec_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*RecoveryStoreShardingInfo_ShardingSpec_FieldMask) IsFull ¶
func (fieldMask *RecoveryStoreShardingInfo_ShardingSpec_FieldMask) IsFull() bool
func (RecoveryStoreShardingInfo_ShardingSpec_FieldMask) Marshal ¶
func (fieldMask RecoveryStoreShardingInfo_ShardingSpec_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (RecoveryStoreShardingInfo_ShardingSpec_FieldMask) MarshalJSON ¶
func (fieldMask RecoveryStoreShardingInfo_ShardingSpec_FieldMask) MarshalJSON() ([]byte, error)
func (*RecoveryStoreShardingInfo_ShardingSpec_FieldMask) PathsCount ¶
func (fieldMask *RecoveryStoreShardingInfo_ShardingSpec_FieldMask) PathsCount() int
func (*RecoveryStoreShardingInfo_ShardingSpec_FieldMask) Project ¶
func (fieldMask *RecoveryStoreShardingInfo_ShardingSpec_FieldMask) Project(source *RecoveryStoreShardingInfo_ShardingSpec) *RecoveryStoreShardingInfo_ShardingSpec
func (*RecoveryStoreShardingInfo_ShardingSpec_FieldMask) ProjectRaw ¶
func (fieldMask *RecoveryStoreShardingInfo_ShardingSpec_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*RecoveryStoreShardingInfo_ShardingSpec_FieldMask) ProtoMessage ¶
func (fieldMask *RecoveryStoreShardingInfo_ShardingSpec_FieldMask) ProtoMessage()
func (*RecoveryStoreShardingInfo_ShardingSpec_FieldMask) ProtoReflect ¶
func (fieldMask *RecoveryStoreShardingInfo_ShardingSpec_FieldMask) ProtoReflect() preflect.Message
func (*RecoveryStoreShardingInfo_ShardingSpec_FieldMask) Reset ¶
func (fieldMask *RecoveryStoreShardingInfo_ShardingSpec_FieldMask) Reset()
func (*RecoveryStoreShardingInfo_ShardingSpec_FieldMask) Set ¶
func (fieldMask *RecoveryStoreShardingInfo_ShardingSpec_FieldMask) Set(target, source *RecoveryStoreShardingInfo_ShardingSpec)
func (*RecoveryStoreShardingInfo_ShardingSpec_FieldMask) SetFromCliFlag ¶
func (fieldMask *RecoveryStoreShardingInfo_ShardingSpec_FieldMask) SetFromCliFlag(raw string) error
func (*RecoveryStoreShardingInfo_ShardingSpec_FieldMask) SetRaw ¶
func (fieldMask *RecoveryStoreShardingInfo_ShardingSpec_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*RecoveryStoreShardingInfo_ShardingSpec_FieldMask) Size ¶
func (fieldMask *RecoveryStoreShardingInfo_ShardingSpec_FieldMask) Size() int
func (*RecoveryStoreShardingInfo_ShardingSpec_FieldMask) String ¶
func (fieldMask *RecoveryStoreShardingInfo_ShardingSpec_FieldMask) String() string
func (*RecoveryStoreShardingInfo_ShardingSpec_FieldMask) Subtract ¶
func (fieldMask *RecoveryStoreShardingInfo_ShardingSpec_FieldMask) Subtract(other *RecoveryStoreShardingInfo_ShardingSpec_FieldMask) *RecoveryStoreShardingInfo_ShardingSpec_FieldMask
func (*RecoveryStoreShardingInfo_ShardingSpec_FieldMask) SubtractRaw ¶
func (fieldMask *RecoveryStoreShardingInfo_ShardingSpec_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*RecoveryStoreShardingInfo_ShardingSpec_FieldMask) ToProtoFieldMask ¶
func (fieldMask *RecoveryStoreShardingInfo_ShardingSpec_FieldMask) ToProtoFieldMask() *googlefieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*RecoveryStoreShardingInfo_ShardingSpec_FieldMask) Unmarshal ¶
func (fieldMask *RecoveryStoreShardingInfo_ShardingSpec_FieldMask) Unmarshal(data []byte) error
func (*RecoveryStoreShardingInfo_ShardingSpec_FieldMask) UnmarshalJSON ¶
func (fieldMask *RecoveryStoreShardingInfo_ShardingSpec_FieldMask) UnmarshalJSON(data []byte) error
type RecoveryStoreShardingInfo_ValidityPeriod ¶
type RecoveryStoreShardingInfo_ValidityPeriod struct { // Start time of validity period. StartTime *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty" firestore:"startTime"` // End time of validity period. EndTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty" firestore:"endTime"` // contains filtered or unexported fields }
Validity period specifies for which period of time this sharding spec is valid.
func (*RecoveryStoreShardingInfo_ValidityPeriod) Clone ¶
func (o *RecoveryStoreShardingInfo_ValidityPeriod) Clone() *RecoveryStoreShardingInfo_ValidityPeriod
func (*RecoveryStoreShardingInfo_ValidityPeriod) CloneRaw ¶
func (o *RecoveryStoreShardingInfo_ValidityPeriod) CloneRaw() gotenobject.GotenObjectExt
func (*RecoveryStoreShardingInfo_ValidityPeriod) Descriptor ¶
func (*RecoveryStoreShardingInfo_ValidityPeriod) Descriptor() ([]byte, []int)
Deprecated, Use RecoveryStoreShardingInfo_ValidityPeriod.ProtoReflect.Descriptor instead.
func (*RecoveryStoreShardingInfo_ValidityPeriod) GetEndTime ¶
func (m *RecoveryStoreShardingInfo_ValidityPeriod) GetEndTime() *timestamppb.Timestamp
func (*RecoveryStoreShardingInfo_ValidityPeriod) GetStartTime ¶
func (m *RecoveryStoreShardingInfo_ValidityPeriod) GetStartTime() *timestamppb.Timestamp
func (*RecoveryStoreShardingInfo_ValidityPeriod) GotenMessage ¶
func (*RecoveryStoreShardingInfo_ValidityPeriod) GotenMessage()
func (*RecoveryStoreShardingInfo_ValidityPeriod) GotenObjectExt ¶
func (o *RecoveryStoreShardingInfo_ValidityPeriod) GotenObjectExt()
func (*RecoveryStoreShardingInfo_ValidityPeriod) GotenValidate ¶
func (obj *RecoveryStoreShardingInfo_ValidityPeriod) GotenValidate() error
func (*RecoveryStoreShardingInfo_ValidityPeriod) MakeDiffFieldMask ¶
func (o *RecoveryStoreShardingInfo_ValidityPeriod) MakeDiffFieldMask(other *RecoveryStoreShardingInfo_ValidityPeriod) *RecoveryStoreShardingInfo_ValidityPeriod_FieldMask
func (*RecoveryStoreShardingInfo_ValidityPeriod) MakeFullFieldMask ¶
func (o *RecoveryStoreShardingInfo_ValidityPeriod) MakeFullFieldMask() *RecoveryStoreShardingInfo_ValidityPeriod_FieldMask
func (*RecoveryStoreShardingInfo_ValidityPeriod) MakeRawDiffFieldMask ¶
func (o *RecoveryStoreShardingInfo_ValidityPeriod) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*RecoveryStoreShardingInfo_ValidityPeriod) MakeRawFullFieldMask ¶
func (o *RecoveryStoreShardingInfo_ValidityPeriod) MakeRawFullFieldMask() gotenobject.FieldMask
func (*RecoveryStoreShardingInfo_ValidityPeriod) Marshal ¶
func (m *RecoveryStoreShardingInfo_ValidityPeriod) Marshal() ([]byte, error)
func (*RecoveryStoreShardingInfo_ValidityPeriod) MarshalJSON ¶
func (m *RecoveryStoreShardingInfo_ValidityPeriod) MarshalJSON() ([]byte, error)
func (*RecoveryStoreShardingInfo_ValidityPeriod) Merge ¶
func (o *RecoveryStoreShardingInfo_ValidityPeriod) Merge(source *RecoveryStoreShardingInfo_ValidityPeriod)
func (*RecoveryStoreShardingInfo_ValidityPeriod) MergeRaw ¶
func (o *RecoveryStoreShardingInfo_ValidityPeriod) MergeRaw(source gotenobject.GotenObjectExt)
func (*RecoveryStoreShardingInfo_ValidityPeriod) ProtoMessage ¶
func (*RecoveryStoreShardingInfo_ValidityPeriod) ProtoMessage()
func (*RecoveryStoreShardingInfo_ValidityPeriod) ProtoReflect ¶
func (m *RecoveryStoreShardingInfo_ValidityPeriod) ProtoReflect() preflect.Message
func (*RecoveryStoreShardingInfo_ValidityPeriod) Reset ¶
func (m *RecoveryStoreShardingInfo_ValidityPeriod) Reset()
func (*RecoveryStoreShardingInfo_ValidityPeriod) SetEndTime ¶
func (m *RecoveryStoreShardingInfo_ValidityPeriod) SetEndTime(fv *timestamppb.Timestamp)
func (*RecoveryStoreShardingInfo_ValidityPeriod) SetStartTime ¶
func (m *RecoveryStoreShardingInfo_ValidityPeriod) SetStartTime(fv *timestamppb.Timestamp)
func (*RecoveryStoreShardingInfo_ValidityPeriod) String ¶
func (m *RecoveryStoreShardingInfo_ValidityPeriod) String() string
func (*RecoveryStoreShardingInfo_ValidityPeriod) Unmarshal ¶
func (m *RecoveryStoreShardingInfo_ValidityPeriod) Unmarshal(b []byte) error
func (*RecoveryStoreShardingInfo_ValidityPeriod) UnmarshalJSON ¶
func (m *RecoveryStoreShardingInfo_ValidityPeriod) UnmarshalJSON(data []byte) error
type RecoveryStoreShardingInfo_ValidityPeriodPathSelectorEndTime ¶
type RecoveryStoreShardingInfo_ValidityPeriodPathSelectorEndTime struct{}
func (RecoveryStoreShardingInfo_ValidityPeriodPathSelectorEndTime) WithArrayOfValues ¶
func (s RecoveryStoreShardingInfo_ValidityPeriodPathSelectorEndTime) WithArrayOfValues(values []*timestamppb.Timestamp) *RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPathArrayOfValues
type RecoveryStoreShardingInfo_ValidityPeriodPathSelectorStartTime ¶
type RecoveryStoreShardingInfo_ValidityPeriodPathSelectorStartTime struct{}
func (RecoveryStoreShardingInfo_ValidityPeriodPathSelectorStartTime) WithArrayOfValues ¶
func (s RecoveryStoreShardingInfo_ValidityPeriodPathSelectorStartTime) WithArrayOfValues(values []*timestamppb.Timestamp) *RecoveryStoreShardingInfoValidityPeriod_FieldTerminalPathArrayOfValues
type RecoveryStoreShardingInfo_ValidityPeriod_FieldMask ¶
type RecoveryStoreShardingInfo_ValidityPeriod_FieldMask struct {
Paths []RecoveryStoreShardingInfoValidityPeriod_FieldPath
}
func FullRecoveryStoreShardingInfo_ValidityPeriod_FieldMask ¶
func FullRecoveryStoreShardingInfo_ValidityPeriod_FieldMask() *RecoveryStoreShardingInfo_ValidityPeriod_FieldMask
func (*RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) AppendPath ¶
func (fieldMask *RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) AppendPath(path RecoveryStoreShardingInfoValidityPeriod_FieldPath)
func (*RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) AppendRawPath ¶
func (fieldMask *RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) DecodeFirestore ¶
func (fieldMask *RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) EncodeFirestore ¶
func (fieldMask *RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) FilterInputFields ¶
func (fieldMask *RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) FilterInputFields() *RecoveryStoreShardingInfo_ValidityPeriod_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) FromProtoFieldMask ¶
func (fieldMask *RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) FromProtoFieldMask(protoFieldMask *googlefieldmaskpb.FieldMask) error
func (*RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) GetPaths ¶
func (fieldMask *RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) GetPaths() []RecoveryStoreShardingInfoValidityPeriod_FieldPath
func (*RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) GetRawPaths ¶
func (fieldMask *RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) IsFull ¶
func (fieldMask *RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) IsFull() bool
func (RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) Marshal ¶
func (fieldMask RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) MarshalJSON ¶
func (fieldMask RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) MarshalJSON() ([]byte, error)
func (*RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) PathsCount ¶
func (fieldMask *RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) PathsCount() int
func (*RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) Project ¶
func (fieldMask *RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) Project(source *RecoveryStoreShardingInfo_ValidityPeriod) *RecoveryStoreShardingInfo_ValidityPeriod
func (*RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) ProjectRaw ¶
func (fieldMask *RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) ProtoMessage ¶
func (fieldMask *RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) ProtoMessage()
func (*RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) ProtoReflect ¶
func (fieldMask *RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) ProtoReflect() preflect.Message
func (*RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) Reset ¶
func (fieldMask *RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) Reset()
func (*RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) Set ¶
func (fieldMask *RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) Set(target, source *RecoveryStoreShardingInfo_ValidityPeriod)
func (*RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) SetFromCliFlag ¶
func (fieldMask *RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) SetFromCliFlag(raw string) error
func (*RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) SetRaw ¶
func (fieldMask *RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) Size ¶
func (fieldMask *RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) Size() int
func (*RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) String ¶
func (fieldMask *RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) String() string
func (*RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) Subtract ¶
func (fieldMask *RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) Subtract(other *RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) *RecoveryStoreShardingInfo_ValidityPeriod_FieldMask
func (*RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) SubtractRaw ¶
func (fieldMask *RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) ToProtoFieldMask ¶
func (fieldMask *RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) ToProtoFieldMask() *googlefieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) Unmarshal ¶
func (fieldMask *RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) Unmarshal(data []byte) error
func (*RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) UnmarshalJSON ¶
func (fieldMask *RecoveryStoreShardingInfo_ValidityPeriod_FieldMask) UnmarshalJSON(data []byte) error
type Reference ¶
type Reference struct { Name // contains filtered or unexported fields }
func MakeReference ¶
func MakeReference(name *Name, recoveryStoreShardingInfo *RecoveryStoreShardingInfo) (*Reference, error)
func MustParseReference ¶
func ParseReference ¶
func (*Reference) ClearCached ¶
func (ref *Reference) ClearCached()
func (*Reference) FullyQualifiedName ¶
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) GetRecoveryStoreShardingInfo ¶
func (ref *Reference) GetRecoveryStoreShardingInfo() *RecoveryStoreShardingInfo
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 *RecoveryStoreShardingInfo)
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 ¶
- recovery_store_sharding_info.pb.access.go
- recovery_store_sharding_info.pb.collections.go
- recovery_store_sharding_info.pb.descriptor.go
- recovery_store_sharding_info.pb.fieldmask.go
- recovery_store_sharding_info.pb.fieldpath.go
- recovery_store_sharding_info.pb.fieldpathbuilder.go
- recovery_store_sharding_info.pb.filter.go
- recovery_store_sharding_info.pb.filterbuilder.go
- recovery_store_sharding_info.pb.go
- recovery_store_sharding_info.pb.name.go
- recovery_store_sharding_info.pb.namebuilder.go
- recovery_store_sharding_info.pb.object_ext.go
- recovery_store_sharding_info.pb.pagination.go
- recovery_store_sharding_info.pb.parentname.go
- recovery_store_sharding_info.pb.query.go
- recovery_store_sharding_info.pb.validate.go
- recovery_store_sharding_info.pb.view.go
- recovery_store_sharding_info_change.pb.change.go
- recovery_store_sharding_info_change.pb.go
- recovery_store_sharding_info_change.pb.validate.go