Documentation ¶
Index ¶
- Constants
- func AsAnyCastAccess(access MethodDescriptorAccess) gotenresource.Access
- type Descriptor
- func (d *Descriptor) GetNameDescriptor() *gotenresource.NameDescriptor
- func (d *Descriptor) GetResourceTypeName() *gotenresource.TypeName
- func (d *Descriptor) NewGetQuery() gotenresource.GetQuery
- func (d *Descriptor) NewListQuery() gotenresource.ListQuery
- func (d *Descriptor) NewNameList(size, reserved int) gotenresource.NameList
- func (d *Descriptor) NewParentNameList(size, reserved int) gotenresource.ParentNameList
- func (d *Descriptor) NewParentReferenceList(size, reserved int) gotenresource.ParentReferenceList
- func (d *Descriptor) NewQueryResultChange() gotenresource.QueryResultChange
- func (d *Descriptor) NewQueryResultSnapshot() gotenresource.QueryResultSnapshot
- func (d *Descriptor) NewReferenceList(size, reserved int) gotenresource.ReferenceList
- func (d *Descriptor) NewResource() gotenresource.Resource
- func (d *Descriptor) NewResourceChange() gotenresource.ResourceChange
- func (d *Descriptor) NewResourceChangeList(size, reserved int) gotenresource.ResourceChangeList
- func (d *Descriptor) NewResourceChangeMap(reserved int) gotenresource.ResourceChangeMap
- func (d *Descriptor) NewResourceCursor() gotenresource.Cursor
- func (d *Descriptor) NewResourceFieldMask() gotenobject.FieldMask
- func (d *Descriptor) NewResourceFilter() gotenresource.Filter
- func (d *Descriptor) NewResourceList(size, reserved int) gotenresource.ResourceList
- func (d *Descriptor) NewResourceMap(reserved int) gotenresource.ResourceMap
- func (d *Descriptor) NewResourceName() gotenresource.Name
- func (d *Descriptor) NewResourceOrderBy() gotenresource.OrderBy
- func (d *Descriptor) NewResourcePager() gotenresource.PagerQuery
- func (d *Descriptor) NewSearchQuery() gotenresource.SearchQuery
- func (d *Descriptor) NewWatchQuery() gotenresource.WatchQuery
- func (d *Descriptor) ParseFieldPath(raw string) (gotenobject.FieldPath, error)
- func (d *Descriptor) ParseResourceName(nameStr string) (gotenresource.Name, error)
- type Filter
- 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 *MethodDescriptor) bool
- func (filter *Filter) EvaluateRaw(res gotenresource.Resource) bool
- func (filter *Filter) FilterSlice(in []*MethodDescriptor) (out []*MethodDescriptor)
- 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 MethodDescriptor_FieldPath, opts ...gotenfilter.FilterConditionOption) *filterCndBuilderAnyPath
- func (b *FilterBuilder) With(condOrBuilder FilterBuilderOrCondition, ...) *FilterBuilder
- type FilterBuilderOrCondition
- type FilterCondition
- type FilterConditionCompare
- func (cond *FilterConditionCompare) And(conds ...FilterCondition) FilterCondition
- func (cond *FilterConditionCompare) ConditionCompare()
- func (cond *FilterConditionCompare) Evaluate(res *MethodDescriptor) 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 MethodDescriptor_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 *MethodDescriptor) 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 MethodDescriptor_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 *MethodDescriptor) bool
- func (cond *FilterConditionContains) EvaluateRaw(res gotenresource.Resource) bool
- func (cond *FilterConditionContains) GetFieldPath() MethodDescriptor_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 MethodDescriptor_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 *MethodDescriptor) 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 MethodDescriptor_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 *MethodDescriptor) 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 MethodDescriptor_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 *MethodDescriptor) 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 MethodDescriptor_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 *MethodDescriptor) 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 MethodDescriptor_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 *MethodDescriptor) 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 MethodDescriptor_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 MethodDescriptor
- func (o *MethodDescriptor) Clone() *MethodDescriptor
- func (o *MethodDescriptor) CloneRaw() gotenobject.GotenObjectExt
- func (*MethodDescriptor) Descriptor() ([]byte, []int)
- func (m *MethodDescriptor) GetDescription() string
- func (m *MethodDescriptor) GetDisplayName() string
- func (m *MethodDescriptor) GetLabels() []*audit_common.LabelDescriptor
- func (m *MethodDescriptor) GetMetadata() *ntt_meta.Meta
- func (m *MethodDescriptor) GetName() *Name
- func (m *MethodDescriptor) GetPromotedLabelKeySets() []*audit_common.LabelKeySet
- func (r *MethodDescriptor) GetRawName() gotenresource.Name
- func (r *MethodDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (m *MethodDescriptor) GetVersions() []string
- func (*MethodDescriptor) GotenMessage()
- func (o *MethodDescriptor) GotenObjectExt()
- func (obj *MethodDescriptor) GotenValidate() error
- func (o *MethodDescriptor) MakeDiffFieldMask(other *MethodDescriptor) *MethodDescriptor_FieldMask
- func (o *MethodDescriptor) MakeFullFieldMask() *MethodDescriptor_FieldMask
- func (o *MethodDescriptor) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *MethodDescriptor) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *MethodDescriptor) Marshal() ([]byte, error)
- func (m *MethodDescriptor) MarshalJSON() ([]byte, error)
- func (r *MethodDescriptor) MaybePopulateDefaults() error
- func (o *MethodDescriptor) Merge(source *MethodDescriptor)
- func (o *MethodDescriptor) MergeRaw(source gotenobject.GotenObjectExt)
- func (*MethodDescriptor) ProtoMessage()
- func (m *MethodDescriptor) ProtoReflect() preflect.Message
- func (m *MethodDescriptor) Reset()
- func (m *MethodDescriptor) SetDescription(fv string)
- func (m *MethodDescriptor) SetDisplayName(fv string)
- func (m *MethodDescriptor) SetLabels(fv []*audit_common.LabelDescriptor)
- func (m *MethodDescriptor) SetMetadata(fv *ntt_meta.Meta)
- func (m *MethodDescriptor) SetName(fv *Name)
- func (m *MethodDescriptor) SetPromotedLabelKeySets(fv []*audit_common.LabelKeySet)
- func (m *MethodDescriptor) SetVersions(fv []string)
- func (m *MethodDescriptor) String() string
- func (m *MethodDescriptor) Unmarshal(b []byte) error
- func (m *MethodDescriptor) UnmarshalJSON(data []byte) error
- type MethodDescriptorAccess
- type MethodDescriptorChange
- func (*MethodDescriptorChange) Descriptor() ([]byte, []int)
- func (m *MethodDescriptorChange) GetAdded() *MethodDescriptorChange_Added
- func (m *MethodDescriptorChange) GetChangeType() isMethodDescriptorChange_ChangeType
- func (m *MethodDescriptorChange) GetCurrent() *MethodDescriptorChange_Current
- func (c *MethodDescriptorChange) GetCurrentViewIndex() int32
- func (c *MethodDescriptorChange) GetMethodDescriptor() *MethodDescriptor
- func (c *MethodDescriptorChange) GetMethodDescriptorName() *Name
- func (m *MethodDescriptorChange) GetModified() *MethodDescriptorChange_Modified
- func (c *MethodDescriptorChange) GetPreviousViewIndex() int32
- func (c *MethodDescriptorChange) GetRawName() gotenresource.Name
- func (c *MethodDescriptorChange) GetRawResource() gotenresource.Resource
- func (m *MethodDescriptorChange) GetRemoved() *MethodDescriptorChange_Removed
- func (*MethodDescriptorChange) GotenMessage()
- func (obj *MethodDescriptorChange) GotenValidate() error
- func (c *MethodDescriptorChange) IsAdd() bool
- func (c *MethodDescriptorChange) IsCurrent() bool
- func (c *MethodDescriptorChange) IsDelete() bool
- func (c *MethodDescriptorChange) IsModify() bool
- func (m *MethodDescriptorChange) Marshal() ([]byte, error)
- func (m *MethodDescriptorChange) MarshalJSON() ([]byte, error)
- func (*MethodDescriptorChange) ProtoMessage()
- func (m *MethodDescriptorChange) ProtoReflect() preflect.Message
- func (m *MethodDescriptorChange) Reset()
- func (m *MethodDescriptorChange) SetAdded(fv *MethodDescriptorChange_Added)
- func (c *MethodDescriptorChange) SetAddedRaw(snapshot gotenresource.Resource, idx int)
- func (m *MethodDescriptorChange) SetChangeType(ofv isMethodDescriptorChange_ChangeType)
- func (m *MethodDescriptorChange) SetCurrent(fv *MethodDescriptorChange_Current)
- func (c *MethodDescriptorChange) SetCurrentRaw(snapshot gotenresource.Resource)
- func (c *MethodDescriptorChange) SetDeletedRaw(name gotenresource.Name, idx int)
- func (m *MethodDescriptorChange) SetModified(fv *MethodDescriptorChange_Modified)
- func (c *MethodDescriptorChange) SetModifiedRaw(name gotenresource.Name, snapshot gotenresource.Resource, prevIdx int, ...)
- func (m *MethodDescriptorChange) SetRemoved(fv *MethodDescriptorChange_Removed)
- func (m *MethodDescriptorChange) String() string
- func (m *MethodDescriptorChange) Unmarshal(b []byte) error
- func (m *MethodDescriptorChange) UnmarshalJSON(data []byte) error
- type MethodDescriptorChangeList
- func (l MethodDescriptorChangeList) Append(item gotenresource.ResourceChange) gotenresource.ResourceChangeList
- func (l MethodDescriptorChangeList) AppendList(list gotenresource.ResourceChangeList) gotenresource.ResourceChangeList
- func (l MethodDescriptorChangeList) At(idx int) gotenresource.ResourceChange
- func (l MethodDescriptorChangeList) Length() int
- func (l MethodDescriptorChangeList) Set(idx int, change gotenresource.ResourceChange)
- func (l MethodDescriptorChangeList) Slice(first, second int) gotenresource.ResourceChangeList
- type MethodDescriptorChangeMap
- func (m MethodDescriptorChangeMap) Delete(name gotenresource.Name)
- func (m MethodDescriptorChangeMap) ForEach(cb func(gotenresource.Name, gotenresource.ResourceChange) bool)
- func (m MethodDescriptorChangeMap) Get(name gotenresource.Name) gotenresource.ResourceChange
- func (m MethodDescriptorChangeMap) Length() int
- func (m MethodDescriptorChangeMap) Set(change gotenresource.ResourceChange)
- type MethodDescriptorChange_Added
- func (*MethodDescriptorChange_Added) Descriptor() ([]byte, []int)
- func (m *MethodDescriptorChange_Added) GetMethodDescriptor() *MethodDescriptor
- func (m *MethodDescriptorChange_Added) GetViewIndex() int32
- func (*MethodDescriptorChange_Added) GotenMessage()
- func (obj *MethodDescriptorChange_Added) GotenValidate() error
- func (m *MethodDescriptorChange_Added) Marshal() ([]byte, error)
- func (m *MethodDescriptorChange_Added) MarshalJSON() ([]byte, error)
- func (*MethodDescriptorChange_Added) ProtoMessage()
- func (m *MethodDescriptorChange_Added) ProtoReflect() preflect.Message
- func (m *MethodDescriptorChange_Added) Reset()
- func (m *MethodDescriptorChange_Added) SetMethodDescriptor(fv *MethodDescriptor)
- func (m *MethodDescriptorChange_Added) SetViewIndex(fv int32)
- func (m *MethodDescriptorChange_Added) String() string
- func (m *MethodDescriptorChange_Added) Unmarshal(b []byte) error
- func (m *MethodDescriptorChange_Added) UnmarshalJSON(data []byte) error
- type MethodDescriptorChange_Added_
- type MethodDescriptorChange_Current
- func (*MethodDescriptorChange_Current) Descriptor() ([]byte, []int)
- func (m *MethodDescriptorChange_Current) GetMethodDescriptor() *MethodDescriptor
- func (*MethodDescriptorChange_Current) GotenMessage()
- func (obj *MethodDescriptorChange_Current) GotenValidate() error
- func (m *MethodDescriptorChange_Current) Marshal() ([]byte, error)
- func (m *MethodDescriptorChange_Current) MarshalJSON() ([]byte, error)
- func (*MethodDescriptorChange_Current) ProtoMessage()
- func (m *MethodDescriptorChange_Current) ProtoReflect() preflect.Message
- func (m *MethodDescriptorChange_Current) Reset()
- func (m *MethodDescriptorChange_Current) SetMethodDescriptor(fv *MethodDescriptor)
- func (m *MethodDescriptorChange_Current) String() string
- func (m *MethodDescriptorChange_Current) Unmarshal(b []byte) error
- func (m *MethodDescriptorChange_Current) UnmarshalJSON(data []byte) error
- type MethodDescriptorChange_Current_
- type MethodDescriptorChange_Modified
- func (*MethodDescriptorChange_Modified) Descriptor() ([]byte, []int)
- func (m *MethodDescriptorChange_Modified) GetFieldMask() *MethodDescriptor_FieldMask
- func (m *MethodDescriptorChange_Modified) GetMethodDescriptor() *MethodDescriptor
- func (m *MethodDescriptorChange_Modified) GetName() *Name
- func (m *MethodDescriptorChange_Modified) GetPreviousViewIndex() int32
- func (m *MethodDescriptorChange_Modified) GetViewIndex() int32
- func (*MethodDescriptorChange_Modified) GotenMessage()
- func (obj *MethodDescriptorChange_Modified) GotenValidate() error
- func (m *MethodDescriptorChange_Modified) Marshal() ([]byte, error)
- func (m *MethodDescriptorChange_Modified) MarshalJSON() ([]byte, error)
- func (*MethodDescriptorChange_Modified) ProtoMessage()
- func (m *MethodDescriptorChange_Modified) ProtoReflect() preflect.Message
- func (m *MethodDescriptorChange_Modified) Reset()
- func (m *MethodDescriptorChange_Modified) SetFieldMask(fv *MethodDescriptor_FieldMask)
- func (m *MethodDescriptorChange_Modified) SetMethodDescriptor(fv *MethodDescriptor)
- func (m *MethodDescriptorChange_Modified) SetName(fv *Name)
- func (m *MethodDescriptorChange_Modified) SetPreviousViewIndex(fv int32)
- func (m *MethodDescriptorChange_Modified) SetViewIndex(fv int32)
- func (m *MethodDescriptorChange_Modified) String() string
- func (m *MethodDescriptorChange_Modified) Unmarshal(b []byte) error
- func (m *MethodDescriptorChange_Modified) UnmarshalJSON(data []byte) error
- type MethodDescriptorChange_Modified_
- type MethodDescriptorChange_Removed
- func (*MethodDescriptorChange_Removed) Descriptor() ([]byte, []int)
- func (m *MethodDescriptorChange_Removed) GetName() *Name
- func (m *MethodDescriptorChange_Removed) GetViewIndex() int32
- func (*MethodDescriptorChange_Removed) GotenMessage()
- func (obj *MethodDescriptorChange_Removed) GotenValidate() error
- func (m *MethodDescriptorChange_Removed) Marshal() ([]byte, error)
- func (m *MethodDescriptorChange_Removed) MarshalJSON() ([]byte, error)
- func (*MethodDescriptorChange_Removed) ProtoMessage()
- func (m *MethodDescriptorChange_Removed) ProtoReflect() preflect.Message
- func (m *MethodDescriptorChange_Removed) Reset()
- func (m *MethodDescriptorChange_Removed) SetName(fv *Name)
- func (m *MethodDescriptorChange_Removed) SetViewIndex(fv int32)
- func (m *MethodDescriptorChange_Removed) String() string
- func (m *MethodDescriptorChange_Removed) Unmarshal(b []byte) error
- func (m *MethodDescriptorChange_Removed) UnmarshalJSON(data []byte) error
- type MethodDescriptorChange_Removed_
- type MethodDescriptorFieldPathBuilder
- func (MethodDescriptorFieldPathBuilder) Description() MethodDescriptorPathSelectorDescription
- func (MethodDescriptorFieldPathBuilder) DisplayName() MethodDescriptorPathSelectorDisplayName
- func (MethodDescriptorFieldPathBuilder) Labels() MethodDescriptorPathSelectorLabels
- func (MethodDescriptorFieldPathBuilder) Metadata() MethodDescriptorPathSelectorMetadata
- func (MethodDescriptorFieldPathBuilder) Name() MethodDescriptorPathSelectorName
- func (MethodDescriptorFieldPathBuilder) PromotedLabelKeySets() MethodDescriptorPathSelectorPromotedLabelKeySets
- func (MethodDescriptorFieldPathBuilder) Versions() MethodDescriptorPathSelectorVersions
- type MethodDescriptorList
- func (l MethodDescriptorList) Append(item gotenresource.Resource) gotenresource.ResourceList
- func (l MethodDescriptorList) AppendList(list gotenresource.ResourceList) gotenresource.ResourceList
- func (l MethodDescriptorList) At(idx int) gotenresource.Resource
- func (l MethodDescriptorList) Length() int
- func (l MethodDescriptorList) Set(idx int, res gotenresource.Resource)
- func (l MethodDescriptorList) Slice(first, second int) gotenresource.ResourceList
- type MethodDescriptorMap
- func (m MethodDescriptorMap) Delete(name gotenresource.Name)
- func (m MethodDescriptorMap) ForEach(cb func(gotenresource.Name, gotenresource.Resource) bool)
- func (m MethodDescriptorMap) Get(name gotenresource.Name) gotenresource.Resource
- func (m MethodDescriptorMap) Length() int
- func (m MethodDescriptorMap) Set(res gotenresource.Resource)
- type MethodDescriptorMapPathSelectorMetadataAnnotations
- func (s MethodDescriptorMapPathSelectorMetadataAnnotations) FieldPath() *MethodDescriptor_FieldSubPath
- func (s MethodDescriptorMapPathSelectorMetadataAnnotations) WithArrayOfValues(values []string) *MethodDescriptor_FieldSubPathArrayOfValues
- func (s MethodDescriptorMapPathSelectorMetadataAnnotations) WithValue(value string) *MethodDescriptor_FieldSubPathValue
- type MethodDescriptorMapPathSelectorMetadataLabels
- func (s MethodDescriptorMapPathSelectorMetadataLabels) FieldPath() *MethodDescriptor_FieldSubPath
- func (s MethodDescriptorMapPathSelectorMetadataLabels) WithArrayOfValues(values []string) *MethodDescriptor_FieldSubPathArrayOfValues
- func (s MethodDescriptorMapPathSelectorMetadataLabels) WithValue(value string) *MethodDescriptor_FieldSubPathValue
- type MethodDescriptorMapPathSelectorMetadataShards
- func (s MethodDescriptorMapPathSelectorMetadataShards) FieldPath() *MethodDescriptor_FieldSubPath
- func (s MethodDescriptorMapPathSelectorMetadataShards) WithArrayOfValues(values []int64) *MethodDescriptor_FieldSubPathArrayOfValues
- func (s MethodDescriptorMapPathSelectorMetadataShards) WithValue(value int64) *MethodDescriptor_FieldSubPathValue
- type MethodDescriptorNameList
- func (l MethodDescriptorNameList) Append(name gotenresource.Name) gotenresource.NameList
- func (l MethodDescriptorNameList) AppendList(list gotenresource.NameList) gotenresource.NameList
- func (l MethodDescriptorNameList) At(idx int) gotenresource.Name
- func (l MethodDescriptorNameList) Length() int
- func (l MethodDescriptorNameList) Set(idx int, name gotenresource.Name)
- func (l MethodDescriptorNameList) Slice(first, second int) gotenresource.NameList
- type MethodDescriptorPathSelectorDescription
- func (MethodDescriptorPathSelectorDescription) FieldPath() *MethodDescriptor_FieldTerminalPath
- func (s MethodDescriptorPathSelectorDescription) WithArrayOfValues(values []string) *MethodDescriptor_FieldTerminalPathArrayOfValues
- func (s MethodDescriptorPathSelectorDescription) WithValue(value string) *MethodDescriptor_FieldTerminalPathValue
- type MethodDescriptorPathSelectorDisplayName
- func (MethodDescriptorPathSelectorDisplayName) FieldPath() *MethodDescriptor_FieldTerminalPath
- func (s MethodDescriptorPathSelectorDisplayName) WithArrayOfValues(values []string) *MethodDescriptor_FieldTerminalPathArrayOfValues
- func (s MethodDescriptorPathSelectorDisplayName) WithValue(value string) *MethodDescriptor_FieldTerminalPathValue
- type MethodDescriptorPathSelectorLabels
- func (MethodDescriptorPathSelectorLabels) FieldPath() *MethodDescriptor_FieldTerminalPath
- func (MethodDescriptorPathSelectorLabels) Key() MethodDescriptorPathSelectorLabelsKey
- func (MethodDescriptorPathSelectorLabels) Versions() MethodDescriptorPathSelectorLabelsVersions
- func (s MethodDescriptorPathSelectorLabels) WithArrayOfValues(values [][]*audit_common.LabelDescriptor) *MethodDescriptor_FieldTerminalPathArrayOfValues
- func (s MethodDescriptorPathSelectorLabels) WithItemValue(value *audit_common.LabelDescriptor) *MethodDescriptor_FieldTerminalPathArrayItemValue
- func (s MethodDescriptorPathSelectorLabels) WithSubArrayItemValue(subPathArrayItemValue audit_common.LabelDescriptor_FieldPathArrayItemValue) *MethodDescriptor_FieldSubPathArrayItemValue
- func (s MethodDescriptorPathSelectorLabels) WithSubArrayOfValues(subPathArrayOfValues audit_common.LabelDescriptor_FieldPathArrayOfValues) *MethodDescriptor_FieldSubPathArrayOfValues
- func (MethodDescriptorPathSelectorLabels) WithSubPath(subPath audit_common.LabelDescriptor_FieldPath) *MethodDescriptor_FieldSubPath
- func (s MethodDescriptorPathSelectorLabels) WithSubValue(subPathValue audit_common.LabelDescriptor_FieldPathValue) *MethodDescriptor_FieldSubPathValue
- func (s MethodDescriptorPathSelectorLabels) WithValue(value []*audit_common.LabelDescriptor) *MethodDescriptor_FieldTerminalPathValue
- type MethodDescriptorPathSelectorLabelsKey
- func (MethodDescriptorPathSelectorLabelsKey) FieldPath() *MethodDescriptor_FieldSubPath
- func (s MethodDescriptorPathSelectorLabelsKey) WithArrayOfValues(values []string) *MethodDescriptor_FieldSubPathArrayOfValues
- func (s MethodDescriptorPathSelectorLabelsKey) WithValue(value string) *MethodDescriptor_FieldSubPathValue
- type MethodDescriptorPathSelectorLabelsVersions
- func (MethodDescriptorPathSelectorLabelsVersions) FieldPath() *MethodDescriptor_FieldSubPath
- func (s MethodDescriptorPathSelectorLabelsVersions) WithArrayOfValues(values [][]string) *MethodDescriptor_FieldSubPathArrayOfValues
- func (s MethodDescriptorPathSelectorLabelsVersions) WithItemValue(value string) *MethodDescriptor_FieldSubPathArrayItemValue
- func (s MethodDescriptorPathSelectorLabelsVersions) WithValue(value []string) *MethodDescriptor_FieldSubPathValue
- type MethodDescriptorPathSelectorMetadata
- func (MethodDescriptorPathSelectorMetadata) Annotations() MethodDescriptorPathSelectorMetadataAnnotations
- func (MethodDescriptorPathSelectorMetadata) CreateTime() MethodDescriptorPathSelectorMetadataCreateTime
- func (MethodDescriptorPathSelectorMetadata) DeleteTime() MethodDescriptorPathSelectorMetadataDeleteTime
- func (MethodDescriptorPathSelectorMetadata) FieldPath() *MethodDescriptor_FieldTerminalPath
- func (MethodDescriptorPathSelectorMetadata) Generation() MethodDescriptorPathSelectorMetadataGeneration
- func (MethodDescriptorPathSelectorMetadata) Labels() MethodDescriptorPathSelectorMetadataLabels
- func (MethodDescriptorPathSelectorMetadata) Lifecycle() MethodDescriptorPathSelectorMetadataLifecycle
- func (MethodDescriptorPathSelectorMetadata) OwnerReferences() MethodDescriptorPathSelectorMetadataOwnerReferences
- func (MethodDescriptorPathSelectorMetadata) ResourceVersion() MethodDescriptorPathSelectorMetadataResourceVersion
- func (MethodDescriptorPathSelectorMetadata) Shards() MethodDescriptorPathSelectorMetadataShards
- func (MethodDescriptorPathSelectorMetadata) Syncing() MethodDescriptorPathSelectorMetadataSyncing
- func (MethodDescriptorPathSelectorMetadata) Tags() MethodDescriptorPathSelectorMetadataTags
- func (MethodDescriptorPathSelectorMetadata) UpdateTime() MethodDescriptorPathSelectorMetadataUpdateTime
- func (MethodDescriptorPathSelectorMetadata) Uuid() MethodDescriptorPathSelectorMetadataUuid
- func (s MethodDescriptorPathSelectorMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *MethodDescriptor_FieldTerminalPathArrayOfValues
- func (s MethodDescriptorPathSelectorMetadata) WithSubArrayItemValue(subPathArrayItemValue ntt_meta.Meta_FieldPathArrayItemValue) *MethodDescriptor_FieldSubPathArrayItemValue
- func (s MethodDescriptorPathSelectorMetadata) WithSubArrayOfValues(subPathArrayOfValues ntt_meta.Meta_FieldPathArrayOfValues) *MethodDescriptor_FieldSubPathArrayOfValues
- func (MethodDescriptorPathSelectorMetadata) WithSubPath(subPath ntt_meta.Meta_FieldPath) *MethodDescriptor_FieldSubPath
- func (s MethodDescriptorPathSelectorMetadata) WithSubValue(subPathValue ntt_meta.Meta_FieldPathValue) *MethodDescriptor_FieldSubPathValue
- func (s MethodDescriptorPathSelectorMetadata) WithValue(value *ntt_meta.Meta) *MethodDescriptor_FieldTerminalPathValue
- type MethodDescriptorPathSelectorMetadataAnnotations
- func (MethodDescriptorPathSelectorMetadataAnnotations) FieldPath() *MethodDescriptor_FieldSubPath
- func (s MethodDescriptorPathSelectorMetadataAnnotations) WithArrayOfValues(values []map[string]string) *MethodDescriptor_FieldSubPathArrayOfValues
- func (MethodDescriptorPathSelectorMetadataAnnotations) WithKey(key string) MethodDescriptorMapPathSelectorMetadataAnnotations
- func (s MethodDescriptorPathSelectorMetadataAnnotations) WithValue(value map[string]string) *MethodDescriptor_FieldSubPathValue
- type MethodDescriptorPathSelectorMetadataCreateTime
- func (MethodDescriptorPathSelectorMetadataCreateTime) FieldPath() *MethodDescriptor_FieldSubPath
- func (s MethodDescriptorPathSelectorMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *MethodDescriptor_FieldSubPathArrayOfValues
- func (s MethodDescriptorPathSelectorMetadataCreateTime) WithValue(value *timestamp.Timestamp) *MethodDescriptor_FieldSubPathValue
- type MethodDescriptorPathSelectorMetadataDeleteTime
- func (MethodDescriptorPathSelectorMetadataDeleteTime) FieldPath() *MethodDescriptor_FieldSubPath
- func (s MethodDescriptorPathSelectorMetadataDeleteTime) WithArrayOfValues(values []*timestamp.Timestamp) *MethodDescriptor_FieldSubPathArrayOfValues
- func (s MethodDescriptorPathSelectorMetadataDeleteTime) WithValue(value *timestamp.Timestamp) *MethodDescriptor_FieldSubPathValue
- type MethodDescriptorPathSelectorMetadataGeneration
- func (MethodDescriptorPathSelectorMetadataGeneration) FieldPath() *MethodDescriptor_FieldSubPath
- func (s MethodDescriptorPathSelectorMetadataGeneration) WithArrayOfValues(values []int64) *MethodDescriptor_FieldSubPathArrayOfValues
- func (s MethodDescriptorPathSelectorMetadataGeneration) WithValue(value int64) *MethodDescriptor_FieldSubPathValue
- type MethodDescriptorPathSelectorMetadataLabels
- func (MethodDescriptorPathSelectorMetadataLabels) FieldPath() *MethodDescriptor_FieldSubPath
- func (s MethodDescriptorPathSelectorMetadataLabels) WithArrayOfValues(values []map[string]string) *MethodDescriptor_FieldSubPathArrayOfValues
- func (MethodDescriptorPathSelectorMetadataLabels) WithKey(key string) MethodDescriptorMapPathSelectorMetadataLabels
- func (s MethodDescriptorPathSelectorMetadataLabels) WithValue(value map[string]string) *MethodDescriptor_FieldSubPathValue
- type MethodDescriptorPathSelectorMetadataLifecycle
- func (MethodDescriptorPathSelectorMetadataLifecycle) BlockDeletion() MethodDescriptorPathSelectorMetadataLifecycleBlockDeletion
- func (MethodDescriptorPathSelectorMetadataLifecycle) FieldPath() *MethodDescriptor_FieldSubPath
- func (MethodDescriptorPathSelectorMetadataLifecycle) State() MethodDescriptorPathSelectorMetadataLifecycleState
- func (s MethodDescriptorPathSelectorMetadataLifecycle) WithArrayOfValues(values []*ntt_meta.Lifecycle) *MethodDescriptor_FieldSubPathArrayOfValues
- func (s MethodDescriptorPathSelectorMetadataLifecycle) WithValue(value *ntt_meta.Lifecycle) *MethodDescriptor_FieldSubPathValue
- type MethodDescriptorPathSelectorMetadataLifecycleBlockDeletion
- func (MethodDescriptorPathSelectorMetadataLifecycleBlockDeletion) FieldPath() *MethodDescriptor_FieldSubPath
- func (s MethodDescriptorPathSelectorMetadataLifecycleBlockDeletion) WithArrayOfValues(values []bool) *MethodDescriptor_FieldSubPathArrayOfValues
- func (s MethodDescriptorPathSelectorMetadataLifecycleBlockDeletion) WithValue(value bool) *MethodDescriptor_FieldSubPathValue
- type MethodDescriptorPathSelectorMetadataLifecycleState
- func (MethodDescriptorPathSelectorMetadataLifecycleState) FieldPath() *MethodDescriptor_FieldSubPath
- func (s MethodDescriptorPathSelectorMetadataLifecycleState) WithArrayOfValues(values []ntt_meta.Lifecycle_State) *MethodDescriptor_FieldSubPathArrayOfValues
- func (s MethodDescriptorPathSelectorMetadataLifecycleState) WithValue(value ntt_meta.Lifecycle_State) *MethodDescriptor_FieldSubPathValue
- type MethodDescriptorPathSelectorMetadataOwnerReferences
- func (MethodDescriptorPathSelectorMetadataOwnerReferences) BlockOwnerDeletion() MethodDescriptorPathSelectorMetadataOwnerReferencesBlockOwnerDeletion
- func (MethodDescriptorPathSelectorMetadataOwnerReferences) Controller() MethodDescriptorPathSelectorMetadataOwnerReferencesController
- func (MethodDescriptorPathSelectorMetadataOwnerReferences) FieldPath() *MethodDescriptor_FieldSubPath
- func (MethodDescriptorPathSelectorMetadataOwnerReferences) Kind() MethodDescriptorPathSelectorMetadataOwnerReferencesKind
- func (MethodDescriptorPathSelectorMetadataOwnerReferences) Name() MethodDescriptorPathSelectorMetadataOwnerReferencesName
- func (MethodDescriptorPathSelectorMetadataOwnerReferences) Region() MethodDescriptorPathSelectorMetadataOwnerReferencesRegion
- func (MethodDescriptorPathSelectorMetadataOwnerReferences) RequiresOwnerReference() MethodDescriptorPathSelectorMetadataOwnerReferencesRequiresOwnerReference
- func (MethodDescriptorPathSelectorMetadataOwnerReferences) Version() MethodDescriptorPathSelectorMetadataOwnerReferencesVersion
- func (s MethodDescriptorPathSelectorMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *MethodDescriptor_FieldSubPathArrayOfValues
- func (s MethodDescriptorPathSelectorMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *MethodDescriptor_FieldSubPathArrayItemValue
- func (s MethodDescriptorPathSelectorMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *MethodDescriptor_FieldSubPathValue
- type MethodDescriptorPathSelectorMetadataOwnerReferencesBlockOwnerDeletion
- func (MethodDescriptorPathSelectorMetadataOwnerReferencesBlockOwnerDeletion) FieldPath() *MethodDescriptor_FieldSubPath
- func (s MethodDescriptorPathSelectorMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *MethodDescriptor_FieldSubPathArrayOfValues
- func (s MethodDescriptorPathSelectorMetadataOwnerReferencesBlockOwnerDeletion) WithValue(value bool) *MethodDescriptor_FieldSubPathValue
- type MethodDescriptorPathSelectorMetadataOwnerReferencesController
- func (MethodDescriptorPathSelectorMetadataOwnerReferencesController) FieldPath() *MethodDescriptor_FieldSubPath
- func (s MethodDescriptorPathSelectorMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *MethodDescriptor_FieldSubPathArrayOfValues
- func (s MethodDescriptorPathSelectorMetadataOwnerReferencesController) WithValue(value bool) *MethodDescriptor_FieldSubPathValue
- type MethodDescriptorPathSelectorMetadataOwnerReferencesKind
- func (MethodDescriptorPathSelectorMetadataOwnerReferencesKind) FieldPath() *MethodDescriptor_FieldSubPath
- func (s MethodDescriptorPathSelectorMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *MethodDescriptor_FieldSubPathArrayOfValues
- func (s MethodDescriptorPathSelectorMetadataOwnerReferencesKind) WithValue(value string) *MethodDescriptor_FieldSubPathValue
- type MethodDescriptorPathSelectorMetadataOwnerReferencesName
- func (MethodDescriptorPathSelectorMetadataOwnerReferencesName) FieldPath() *MethodDescriptor_FieldSubPath
- func (s MethodDescriptorPathSelectorMetadataOwnerReferencesName) WithArrayOfValues(values []string) *MethodDescriptor_FieldSubPathArrayOfValues
- func (s MethodDescriptorPathSelectorMetadataOwnerReferencesName) WithValue(value string) *MethodDescriptor_FieldSubPathValue
- type MethodDescriptorPathSelectorMetadataOwnerReferencesRegion
- func (MethodDescriptorPathSelectorMetadataOwnerReferencesRegion) FieldPath() *MethodDescriptor_FieldSubPath
- func (s MethodDescriptorPathSelectorMetadataOwnerReferencesRegion) WithArrayOfValues(values []string) *MethodDescriptor_FieldSubPathArrayOfValues
- func (s MethodDescriptorPathSelectorMetadataOwnerReferencesRegion) WithValue(value string) *MethodDescriptor_FieldSubPathValue
- type MethodDescriptorPathSelectorMetadataOwnerReferencesRequiresOwnerReference
- func (MethodDescriptorPathSelectorMetadataOwnerReferencesRequiresOwnerReference) FieldPath() *MethodDescriptor_FieldSubPath
- func (s MethodDescriptorPathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues(values []bool) *MethodDescriptor_FieldSubPathArrayOfValues
- func (s MethodDescriptorPathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithValue(value bool) *MethodDescriptor_FieldSubPathValue
- type MethodDescriptorPathSelectorMetadataOwnerReferencesVersion
- func (MethodDescriptorPathSelectorMetadataOwnerReferencesVersion) FieldPath() *MethodDescriptor_FieldSubPath
- func (s MethodDescriptorPathSelectorMetadataOwnerReferencesVersion) WithArrayOfValues(values []string) *MethodDescriptor_FieldSubPathArrayOfValues
- func (s MethodDescriptorPathSelectorMetadataOwnerReferencesVersion) WithValue(value string) *MethodDescriptor_FieldSubPathValue
- type MethodDescriptorPathSelectorMetadataResourceVersion
- func (MethodDescriptorPathSelectorMetadataResourceVersion) FieldPath() *MethodDescriptor_FieldSubPath
- func (s MethodDescriptorPathSelectorMetadataResourceVersion) WithArrayOfValues(values []string) *MethodDescriptor_FieldSubPathArrayOfValues
- func (s MethodDescriptorPathSelectorMetadataResourceVersion) WithValue(value string) *MethodDescriptor_FieldSubPathValue
- type MethodDescriptorPathSelectorMetadataShards
- func (MethodDescriptorPathSelectorMetadataShards) FieldPath() *MethodDescriptor_FieldSubPath
- func (s MethodDescriptorPathSelectorMetadataShards) WithArrayOfValues(values []map[string]int64) *MethodDescriptor_FieldSubPathArrayOfValues
- func (MethodDescriptorPathSelectorMetadataShards) WithKey(key string) MethodDescriptorMapPathSelectorMetadataShards
- func (s MethodDescriptorPathSelectorMetadataShards) WithValue(value map[string]int64) *MethodDescriptor_FieldSubPathValue
- type MethodDescriptorPathSelectorMetadataSyncing
- func (MethodDescriptorPathSelectorMetadataSyncing) FieldPath() *MethodDescriptor_FieldSubPath
- func (MethodDescriptorPathSelectorMetadataSyncing) OwningRegion() MethodDescriptorPathSelectorMetadataSyncingOwningRegion
- func (MethodDescriptorPathSelectorMetadataSyncing) Regions() MethodDescriptorPathSelectorMetadataSyncingRegions
- func (s MethodDescriptorPathSelectorMetadataSyncing) WithArrayOfValues(values []*ntt_meta.SyncingMeta) *MethodDescriptor_FieldSubPathArrayOfValues
- func (s MethodDescriptorPathSelectorMetadataSyncing) WithValue(value *ntt_meta.SyncingMeta) *MethodDescriptor_FieldSubPathValue
- type MethodDescriptorPathSelectorMetadataSyncingOwningRegion
- func (MethodDescriptorPathSelectorMetadataSyncingOwningRegion) FieldPath() *MethodDescriptor_FieldSubPath
- func (s MethodDescriptorPathSelectorMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *MethodDescriptor_FieldSubPathArrayOfValues
- func (s MethodDescriptorPathSelectorMetadataSyncingOwningRegion) WithValue(value string) *MethodDescriptor_FieldSubPathValue
- type MethodDescriptorPathSelectorMetadataSyncingRegions
- func (MethodDescriptorPathSelectorMetadataSyncingRegions) FieldPath() *MethodDescriptor_FieldSubPath
- func (s MethodDescriptorPathSelectorMetadataSyncingRegions) WithArrayOfValues(values [][]string) *MethodDescriptor_FieldSubPathArrayOfValues
- func (s MethodDescriptorPathSelectorMetadataSyncingRegions) WithItemValue(value string) *MethodDescriptor_FieldSubPathArrayItemValue
- func (s MethodDescriptorPathSelectorMetadataSyncingRegions) WithValue(value []string) *MethodDescriptor_FieldSubPathValue
- type MethodDescriptorPathSelectorMetadataTags
- func (MethodDescriptorPathSelectorMetadataTags) FieldPath() *MethodDescriptor_FieldSubPath
- func (s MethodDescriptorPathSelectorMetadataTags) WithArrayOfValues(values [][]string) *MethodDescriptor_FieldSubPathArrayOfValues
- func (s MethodDescriptorPathSelectorMetadataTags) WithItemValue(value string) *MethodDescriptor_FieldSubPathArrayItemValue
- func (s MethodDescriptorPathSelectorMetadataTags) WithValue(value []string) *MethodDescriptor_FieldSubPathValue
- type MethodDescriptorPathSelectorMetadataUpdateTime
- func (MethodDescriptorPathSelectorMetadataUpdateTime) FieldPath() *MethodDescriptor_FieldSubPath
- func (s MethodDescriptorPathSelectorMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *MethodDescriptor_FieldSubPathArrayOfValues
- func (s MethodDescriptorPathSelectorMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *MethodDescriptor_FieldSubPathValue
- type MethodDescriptorPathSelectorMetadataUuid
- func (MethodDescriptorPathSelectorMetadataUuid) FieldPath() *MethodDescriptor_FieldSubPath
- func (s MethodDescriptorPathSelectorMetadataUuid) WithArrayOfValues(values []string) *MethodDescriptor_FieldSubPathArrayOfValues
- func (s MethodDescriptorPathSelectorMetadataUuid) WithValue(value string) *MethodDescriptor_FieldSubPathValue
- type MethodDescriptorPathSelectorName
- func (MethodDescriptorPathSelectorName) FieldPath() *MethodDescriptor_FieldTerminalPath
- func (s MethodDescriptorPathSelectorName) WithArrayOfValues(values []*Name) *MethodDescriptor_FieldTerminalPathArrayOfValues
- func (s MethodDescriptorPathSelectorName) WithValue(value *Name) *MethodDescriptor_FieldTerminalPathValue
- type MethodDescriptorPathSelectorPromotedLabelKeySets
- func (MethodDescriptorPathSelectorPromotedLabelKeySets) FieldPath() *MethodDescriptor_FieldTerminalPath
- func (MethodDescriptorPathSelectorPromotedLabelKeySets) LabelKeys() MethodDescriptorPathSelectorPromotedLabelKeySetsLabelKeys
- func (MethodDescriptorPathSelectorPromotedLabelKeySets) Versions() MethodDescriptorPathSelectorPromotedLabelKeySetsVersions
- func (s MethodDescriptorPathSelectorPromotedLabelKeySets) WithArrayOfValues(values [][]*audit_common.LabelKeySet) *MethodDescriptor_FieldTerminalPathArrayOfValues
- func (s MethodDescriptorPathSelectorPromotedLabelKeySets) WithItemValue(value *audit_common.LabelKeySet) *MethodDescriptor_FieldTerminalPathArrayItemValue
- func (s MethodDescriptorPathSelectorPromotedLabelKeySets) WithSubArrayItemValue(subPathArrayItemValue audit_common.LabelKeySet_FieldPathArrayItemValue) *MethodDescriptor_FieldSubPathArrayItemValue
- func (s MethodDescriptorPathSelectorPromotedLabelKeySets) WithSubArrayOfValues(subPathArrayOfValues audit_common.LabelKeySet_FieldPathArrayOfValues) *MethodDescriptor_FieldSubPathArrayOfValues
- func (MethodDescriptorPathSelectorPromotedLabelKeySets) WithSubPath(subPath audit_common.LabelKeySet_FieldPath) *MethodDescriptor_FieldSubPath
- func (s MethodDescriptorPathSelectorPromotedLabelKeySets) WithSubValue(subPathValue audit_common.LabelKeySet_FieldPathValue) *MethodDescriptor_FieldSubPathValue
- func (s MethodDescriptorPathSelectorPromotedLabelKeySets) WithValue(value []*audit_common.LabelKeySet) *MethodDescriptor_FieldTerminalPathValue
- type MethodDescriptorPathSelectorPromotedLabelKeySetsLabelKeys
- func (MethodDescriptorPathSelectorPromotedLabelKeySetsLabelKeys) FieldPath() *MethodDescriptor_FieldSubPath
- func (s MethodDescriptorPathSelectorPromotedLabelKeySetsLabelKeys) WithArrayOfValues(values [][]string) *MethodDescriptor_FieldSubPathArrayOfValues
- func (s MethodDescriptorPathSelectorPromotedLabelKeySetsLabelKeys) WithItemValue(value string) *MethodDescriptor_FieldSubPathArrayItemValue
- func (s MethodDescriptorPathSelectorPromotedLabelKeySetsLabelKeys) WithValue(value []string) *MethodDescriptor_FieldSubPathValue
- type MethodDescriptorPathSelectorPromotedLabelKeySetsVersions
- func (MethodDescriptorPathSelectorPromotedLabelKeySetsVersions) FieldPath() *MethodDescriptor_FieldSubPath
- func (s MethodDescriptorPathSelectorPromotedLabelKeySetsVersions) WithArrayOfValues(values [][]string) *MethodDescriptor_FieldSubPathArrayOfValues
- func (s MethodDescriptorPathSelectorPromotedLabelKeySetsVersions) WithItemValue(value string) *MethodDescriptor_FieldSubPathArrayItemValue
- func (s MethodDescriptorPathSelectorPromotedLabelKeySetsVersions) WithValue(value []string) *MethodDescriptor_FieldSubPathValue
- type MethodDescriptorPathSelectorVersions
- func (MethodDescriptorPathSelectorVersions) FieldPath() *MethodDescriptor_FieldTerminalPath
- func (s MethodDescriptorPathSelectorVersions) WithArrayOfValues(values [][]string) *MethodDescriptor_FieldTerminalPathArrayOfValues
- func (s MethodDescriptorPathSelectorVersions) WithItemValue(value string) *MethodDescriptor_FieldTerminalPathArrayItemValue
- func (s MethodDescriptorPathSelectorVersions) WithValue(value []string) *MethodDescriptor_FieldTerminalPathValue
- type MethodDescriptorReferenceList
- func (l MethodDescriptorReferenceList) Append(ref gotenresource.Reference) gotenresource.ReferenceList
- func (l MethodDescriptorReferenceList) AppendList(list gotenresource.ReferenceList) gotenresource.ReferenceList
- func (l MethodDescriptorReferenceList) At(idx int) gotenresource.Reference
- func (l MethodDescriptorReferenceList) Length() int
- func (l MethodDescriptorReferenceList) Set(idx int, ref gotenresource.Reference)
- func (l MethodDescriptorReferenceList) Slice(first, second int) gotenresource.ReferenceList
- type MethodDescriptor_FieldMask
- func (fieldMask *MethodDescriptor_FieldMask) AppendPath(path MethodDescriptor_FieldPath)
- func (fieldMask *MethodDescriptor_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *MethodDescriptor_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *MethodDescriptor_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *MethodDescriptor_FieldMask) FilterInputFields() *MethodDescriptor_FieldMask
- func (fieldMask *MethodDescriptor_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *MethodDescriptor_FieldMask) GetPaths() []MethodDescriptor_FieldPath
- func (fieldMask *MethodDescriptor_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *MethodDescriptor_FieldMask) IsFull() bool
- func (fieldMask MethodDescriptor_FieldMask) Marshal() ([]byte, error)
- func (fieldMask MethodDescriptor_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *MethodDescriptor_FieldMask) PathsCount() int
- func (fieldMask *MethodDescriptor_FieldMask) Project(source *MethodDescriptor) *MethodDescriptor
- func (fieldMask *MethodDescriptor_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *MethodDescriptor_FieldMask) ProtoMessage()
- func (fieldMask *MethodDescriptor_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *MethodDescriptor_FieldMask) Reset()
- func (fieldMask *MethodDescriptor_FieldMask) Set(target, source *MethodDescriptor)
- func (fieldMask *MethodDescriptor_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *MethodDescriptor_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *MethodDescriptor_FieldMask) Size() int
- func (fieldMask *MethodDescriptor_FieldMask) String() string
- func (fieldMask *MethodDescriptor_FieldMask) Subtract(other *MethodDescriptor_FieldMask) *MethodDescriptor_FieldMask
- func (fieldMask *MethodDescriptor_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *MethodDescriptor_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *MethodDescriptor_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *MethodDescriptor_FieldMask) UnmarshalJSON(data []byte) error
- type MethodDescriptor_FieldPath
- type MethodDescriptor_FieldPathArrayItemValue
- type MethodDescriptor_FieldPathArrayOfValues
- type MethodDescriptor_FieldPathSelector
- type MethodDescriptor_FieldPathValue
- type MethodDescriptor_FieldSubPath
- func (fps *MethodDescriptor_FieldSubPath) AsLabelsSubPath() (audit_common.LabelDescriptor_FieldPath, bool)
- func (fps *MethodDescriptor_FieldSubPath) AsMetadataSubPath() (ntt_meta.Meta_FieldPath, bool)
- func (fps *MethodDescriptor_FieldSubPath) AsPromotedLabelKeySetsSubPath() (audit_common.LabelKeySet_FieldPath, bool)
- func (fps *MethodDescriptor_FieldSubPath) ClearValue(item *MethodDescriptor)
- func (fps *MethodDescriptor_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *MethodDescriptor_FieldSubPath) Get(source *MethodDescriptor) (values []interface{})
- func (fps *MethodDescriptor_FieldSubPath) GetDefault() interface{}
- func (fps *MethodDescriptor_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *MethodDescriptor_FieldSubPath) GetSingle(source *MethodDescriptor) (interface{}, bool)
- func (fps *MethodDescriptor_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *MethodDescriptor_FieldSubPath) IsLeaf() bool
- func (fps *MethodDescriptor_FieldSubPath) JSONString() string
- func (fps *MethodDescriptor_FieldSubPath) Selector() MethodDescriptor_FieldPathSelector
- func (fps *MethodDescriptor_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fps *MethodDescriptor_FieldSubPath) String() string
- func (fps *MethodDescriptor_FieldSubPath) WithIArrayItemValue(value interface{}) MethodDescriptor_FieldPathArrayItemValue
- func (fps *MethodDescriptor_FieldSubPath) WithIArrayOfValues(values interface{}) MethodDescriptor_FieldPathArrayOfValues
- func (fps *MethodDescriptor_FieldSubPath) WithIValue(value interface{}) MethodDescriptor_FieldPathValue
- func (fps *MethodDescriptor_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *MethodDescriptor_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *MethodDescriptor_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type MethodDescriptor_FieldSubPathArrayItemValue
- func (fpaivs *MethodDescriptor_FieldSubPathArrayItemValue) AsLabelsPathItemValue() (audit_common.LabelDescriptor_FieldPathArrayItemValue, bool)
- func (fpaivs *MethodDescriptor_FieldSubPathArrayItemValue) AsMetadataPathItemValue() (ntt_meta.Meta_FieldPathArrayItemValue, bool)
- func (fpaivs *MethodDescriptor_FieldSubPathArrayItemValue) AsPromotedLabelKeySetsPathItemValue() (audit_common.LabelKeySet_FieldPathArrayItemValue, bool)
- func (fpaivs *MethodDescriptor_FieldSubPathArrayItemValue) ContainsValue(source *MethodDescriptor) bool
- func (fpaivs *MethodDescriptor_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type MethodDescriptor_FieldSubPathArrayOfValues
- func (fpsaov *MethodDescriptor_FieldSubPathArrayOfValues) AsLabelsPathArrayOfValues() (audit_common.LabelDescriptor_FieldPathArrayOfValues, bool)
- func (fpsaov *MethodDescriptor_FieldSubPathArrayOfValues) AsMetadataPathArrayOfValues() (ntt_meta.Meta_FieldPathArrayOfValues, bool)
- func (fpsaov *MethodDescriptor_FieldSubPathArrayOfValues) AsPromotedLabelKeySetsPathArrayOfValues() (audit_common.LabelKeySet_FieldPathArrayOfValues, bool)
- func (fpsaov *MethodDescriptor_FieldSubPathArrayOfValues) GetRawValues() []interface{}
- type MethodDescriptor_FieldSubPathValue
- func (fpvs *MethodDescriptor_FieldSubPathValue) AsLabelsPathValue() (audit_common.LabelDescriptor_FieldPathValue, bool)
- func (fpvs *MethodDescriptor_FieldSubPathValue) AsMetadataPathValue() (ntt_meta.Meta_FieldPathValue, bool)
- func (fpvs *MethodDescriptor_FieldSubPathValue) AsPromotedLabelKeySetsPathValue() (audit_common.LabelKeySet_FieldPathValue, bool)
- func (fpvs *MethodDescriptor_FieldSubPathValue) CompareWith(source *MethodDescriptor) (int, bool)
- func (fpvs *MethodDescriptor_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *MethodDescriptor_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *MethodDescriptor_FieldSubPathValue) SetTo(target **MethodDescriptor)
- func (fpvs *MethodDescriptor_FieldSubPathValue) SetToRaw(target proto.Message)
- type MethodDescriptor_FieldTerminalPath
- func (fp *MethodDescriptor_FieldTerminalPath) ClearValue(item *MethodDescriptor)
- func (fp *MethodDescriptor_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *MethodDescriptor_FieldTerminalPath) Get(source *MethodDescriptor) (values []interface{})
- func (fp *MethodDescriptor_FieldTerminalPath) GetDefault() interface{}
- func (fp *MethodDescriptor_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *MethodDescriptor_FieldTerminalPath) GetSingle(source *MethodDescriptor) (interface{}, bool)
- func (fp *MethodDescriptor_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *MethodDescriptor_FieldTerminalPath) IsLeaf() bool
- func (fp *MethodDescriptor_FieldTerminalPath) JSONString() string
- func (fp *MethodDescriptor_FieldTerminalPath) Selector() MethodDescriptor_FieldPathSelector
- func (fp *MethodDescriptor_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *MethodDescriptor_FieldTerminalPath) String() string
- func (fp *MethodDescriptor_FieldTerminalPath) WithIArrayItemValue(value interface{}) MethodDescriptor_FieldPathArrayItemValue
- func (fp *MethodDescriptor_FieldTerminalPath) WithIArrayOfValues(values interface{}) MethodDescriptor_FieldPathArrayOfValues
- func (fp *MethodDescriptor_FieldTerminalPath) WithIValue(value interface{}) MethodDescriptor_FieldPathValue
- func (fp *MethodDescriptor_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *MethodDescriptor_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *MethodDescriptor_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type MethodDescriptor_FieldTerminalPathArrayItemValue
- func (fpaiv *MethodDescriptor_FieldTerminalPathArrayItemValue) AsLabelsItemValue() (*audit_common.LabelDescriptor, bool)
- func (fpaiv *MethodDescriptor_FieldTerminalPathArrayItemValue) AsPromotedLabelKeySetsItemValue() (*audit_common.LabelKeySet, bool)
- func (fpaiv *MethodDescriptor_FieldTerminalPathArrayItemValue) AsVersionsItemValue() (string, bool)
- func (fpaiv *MethodDescriptor_FieldTerminalPathArrayItemValue) ContainsValue(source *MethodDescriptor) bool
- func (fpaiv *MethodDescriptor_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *MethodDescriptor_FieldTerminalPathArrayItemValue) GetSingle(source *MethodDescriptor) (interface{}, bool)
- func (fpaiv *MethodDescriptor_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type MethodDescriptor_FieldTerminalPathArrayOfValues
- func (fpaov *MethodDescriptor_FieldTerminalPathArrayOfValues) AsDescriptionArrayOfValues() ([]string, bool)
- func (fpaov *MethodDescriptor_FieldTerminalPathArrayOfValues) AsDisplayNameArrayOfValues() ([]string, bool)
- func (fpaov *MethodDescriptor_FieldTerminalPathArrayOfValues) AsLabelsArrayOfValues() ([][]*audit_common.LabelDescriptor, bool)
- func (fpaov *MethodDescriptor_FieldTerminalPathArrayOfValues) AsMetadataArrayOfValues() ([]*ntt_meta.Meta, bool)
- func (fpaov *MethodDescriptor_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*Name, bool)
- func (fpaov *MethodDescriptor_FieldTerminalPathArrayOfValues) AsPromotedLabelKeySetsArrayOfValues() ([][]*audit_common.LabelKeySet, bool)
- func (fpaov *MethodDescriptor_FieldTerminalPathArrayOfValues) AsVersionsArrayOfValues() ([][]string, bool)
- func (fpaov *MethodDescriptor_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type MethodDescriptor_FieldTerminalPathValue
- func (fpv *MethodDescriptor_FieldTerminalPathValue) AsDescriptionValue() (string, bool)
- func (fpv *MethodDescriptor_FieldTerminalPathValue) AsDisplayNameValue() (string, bool)
- func (fpv *MethodDescriptor_FieldTerminalPathValue) AsLabelsValue() ([]*audit_common.LabelDescriptor, bool)
- func (fpv *MethodDescriptor_FieldTerminalPathValue) AsMetadataValue() (*ntt_meta.Meta, bool)
- func (fpv *MethodDescriptor_FieldTerminalPathValue) AsNameValue() (*Name, bool)
- func (fpv *MethodDescriptor_FieldTerminalPathValue) AsPromotedLabelKeySetsValue() ([]*audit_common.LabelKeySet, bool)
- func (fpv *MethodDescriptor_FieldTerminalPathValue) AsVersionsValue() ([]string, bool)
- func (fpv *MethodDescriptor_FieldTerminalPathValue) CompareWith(source *MethodDescriptor) (int, bool)
- func (fpv *MethodDescriptor_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *MethodDescriptor_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *MethodDescriptor_FieldTerminalPathValue) SetTo(target **MethodDescriptor)
- func (fpv *MethodDescriptor_FieldTerminalPathValue) SetToRaw(target proto.Message)
- 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 *MethodDescriptor) int
- func (orderBy *OrderBy) CompareRaw(left, right gotenresource.Resource) int
- func (orderBy *OrderBy) GetFieldMask() *MethodDescriptor_FieldMask
- func (orderBy *OrderBy) GetOrderByFields() []gotenresource.OrderByField
- func (orderBy *OrderBy) GetRawFieldMask() gotenobject.FieldMask
- func (orderBy *OrderBy) InsertSorted(sorted MethodDescriptorList, elem *MethodDescriptor) (MethodDescriptorList, 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 MethodDescriptorList)
- 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 QueryResultChange
- func (qr *QueryResultChange) GetIsCurrent() bool
- func (qr *QueryResultChange) GetIsHardReset() bool
- func (qr *QueryResultChange) GetIsSoftReset() bool
- func (qr *QueryResultChange) GetNextPageCursor() gotenresource.Cursor
- func (qr *QueryResultChange) GetPrevPageCursor() gotenresource.Cursor
- func (qr *QueryResultChange) GetResults() gotenresource.ResourceChangeList
- func (qr *QueryResultChange) GetResumeToken() string
- func (qr *QueryResultChange) GetSnapshotSize() int64
- func (qr *QueryResultChange) SetCursors(nextPageCursor, prevPageCursor gotenresource.Cursor)
- func (qr *QueryResultChange) SetIsCurrent()
- func (qr *QueryResultChange) SetIsHardReset()
- func (qr *QueryResultChange) SetIsSoftReset()
- func (qr *QueryResultChange) SetResults(results gotenresource.ResourceChangeList)
- func (qr *QueryResultChange) SetResumeToken(token string)
- func (qr *QueryResultChange) SetSnapshotSize(size int64)
- type QueryResultSnapshot
- func (qr *QueryResultSnapshot) GetNextPageCursor() gotenresource.Cursor
- func (qr *QueryResultSnapshot) GetPagingInfo() (totalCount, offset int32)
- func (qr *QueryResultSnapshot) GetPrevPageCursor() gotenresource.Cursor
- func (qr *QueryResultSnapshot) GetResults() gotenresource.ResourceList
- func (qr *QueryResultSnapshot) SetCursors(nextPageCursor, prevPageCursor gotenresource.Cursor)
- func (qr *QueryResultSnapshot) SetPagingInfo(totalCount, offset int32)
- func (qr *QueryResultSnapshot) SetResults(results gotenresource.ResourceList)
- type Reference
- func (ref *Reference) ClearCached()
- func (ref *Reference) FullyQualifiedName() (string, error)
- func (ref *Reference) GetIParentName() gotenresource.Name
- func (ref *Reference) GetIUnderlyingParentName() gotenresource.Name
- func (ref *Reference) GetIdParts() map[string]string
- func (ref *Reference) GetMethodDescriptor() *MethodDescriptor
- func (ref *Reference) GetPattern() gotenresource.NamePattern
- func (ref *Reference) GetRawResource() gotenresource.Resource
- func (ref *Reference) GetResourceDescriptor() gotenresource.Descriptor
- func (ref *Reference) GetSegments() gotenresource.NameSegments
- func (ref *Reference) GotenEqual(other interface{}) bool
- func (ref *Reference) IsFullyQualified() bool
- func (ref *Reference) IsSpecified() bool
- func (name *Reference) Matches(other interface{}) bool
- func (ref *Reference) ParseProtoString(data string) error
- func (ref *Reference) ProtoString() (string, error)
- func (ref *Reference) Resolve(resolved *MethodDescriptor)
- 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_Nil = "methodDescriptors/{method_descriptor}"
)
Variables ¶
This section is empty.
Functions ¶
func AsAnyCastAccess ¶
func AsAnyCastAccess(access MethodDescriptorAccess) gotenresource.Access
Types ¶
type Descriptor ¶
type Descriptor struct {
// contains filtered or unexported fields
}
func GetDescriptor ¶
func GetDescriptor() *Descriptor
func (*Descriptor) GetNameDescriptor ¶
func (d *Descriptor) GetNameDescriptor() *gotenresource.NameDescriptor
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 ¶ added in v0.4.16
func (d *Descriptor) NewResourceFieldMask() gotenobject.FieldMask
func (*Descriptor) NewResourceFilter ¶ added in v0.4.16
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 ¶ added in v0.4.16
func (d *Descriptor) NewResourceOrderBy() gotenresource.OrderBy
func (*Descriptor) NewResourcePager ¶ added in v0.9.0
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)
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 *MethodDescriptor) 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 []*MethodDescriptor) (out []*MethodDescriptor)
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 MethodDescriptor_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 *MethodDescriptor) bool // Whether this condition is at least as specific as other. // When true, any MethodDescriptor 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 MethodDescriptor_FieldPath) bool // contains filtered or unexported methods }
func AndFilterConditions ¶
func AndFilterConditions(conds ...FilterCondition) FilterCondition
type FilterConditionCompare ¶
type FilterConditionCompare struct { Operator filterParser.CompareOperator MethodDescriptor_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 *MethodDescriptor) 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 MethodDescriptor_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 *MethodDescriptor) 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 MethodDescriptor_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 MethodDescriptor_FieldPath Value MethodDescriptor_FieldPathArrayItemValue Values []MethodDescriptor_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 *MethodDescriptor) bool
func (*FilterConditionContains) EvaluateRaw ¶
func (cond *FilterConditionContains) EvaluateRaw(res gotenresource.Resource) bool
func (*FilterConditionContains) GetFieldPath ¶
func (cond *FilterConditionContains) GetFieldPath() MethodDescriptor_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 MethodDescriptor_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 {
MethodDescriptor_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 *MethodDescriptor) 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 MethodDescriptor_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 MethodDescriptor_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 *MethodDescriptor) 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 MethodDescriptor_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 MethodDescriptor_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 *MethodDescriptor) 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 MethodDescriptor_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 *MethodDescriptor) 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 MethodDescriptor_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 {
MethodDescriptor_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 *MethodDescriptor) 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 MethodDescriptor_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 *MethodDescriptor_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 *MethodDescriptor_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 ¶ added in v0.10.1
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 ¶ added in v0.10.1
type MethodDescriptor ¶
type MethodDescriptor struct { // Name of MethodDescriptor - contains service name and // method type name, separated by '/' sign. Example name: // "iam.edgelq.com/CreateRoleBinding" Name *Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"` // Optional. A concise name for the audited object type that might be // displayed in user interfaces. It should be a Title Cased Noun Phrase, // without any article or other determiners. DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty" firestore:"displayName"` // Optional. A detailed description of the audited method type that might // be used in documentation. Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty" firestore:"description"` // A set of labels used to describe instances of this audited // method type. For example, for "UpdateRoleBinding" we can define member // label. This can allow us to make query like "who tried to give user X // permissions to those things?" Labels []*audit_common.LabelDescriptor `protobuf:"bytes,4,rep,name=labels,proto3" json:"labels,omitempty" firestore:"labels"` // Promoted Label Key Sets allow defining multiple indexing rules for // underlying backend enabling query optimizations. PromotedLabelKeySets []*audit_common.LabelKeySet `` /* 158-byte string literal not displayed */ // List of API versions which define this method Versions []string `protobuf:"bytes,6,rep,name=versions,proto3" json:"versions,omitempty" firestore:"versions"` // Metadata Metadata *ntt_meta.Meta `protobuf:"bytes,7,opt,name=metadata,proto3" json:"metadata,omitempty" firestore:"metadata"` // contains filtered or unexported fields }
MethodDescriptor Resource
func (*MethodDescriptor) Clone ¶
func (o *MethodDescriptor) Clone() *MethodDescriptor
func (*MethodDescriptor) CloneRaw ¶
func (o *MethodDescriptor) CloneRaw() gotenobject.GotenObjectExt
func (*MethodDescriptor) Descriptor ¶
func (*MethodDescriptor) Descriptor() ([]byte, []int)
Deprecated, Use MethodDescriptor.ProtoReflect.Descriptor instead.
func (*MethodDescriptor) GetDescription ¶
func (m *MethodDescriptor) GetDescription() string
func (*MethodDescriptor) GetDisplayName ¶
func (m *MethodDescriptor) GetDisplayName() string
func (*MethodDescriptor) GetLabels ¶
func (m *MethodDescriptor) GetLabels() []*audit_common.LabelDescriptor
func (*MethodDescriptor) GetMetadata ¶
func (m *MethodDescriptor) GetMetadata() *ntt_meta.Meta
func (*MethodDescriptor) GetName ¶
func (m *MethodDescriptor) GetName() *Name
func (*MethodDescriptor) GetPromotedLabelKeySets ¶
func (m *MethodDescriptor) GetPromotedLabelKeySets() []*audit_common.LabelKeySet
func (*MethodDescriptor) GetRawName ¶
func (r *MethodDescriptor) GetRawName() gotenresource.Name
func (*MethodDescriptor) GetResourceDescriptor ¶
func (r *MethodDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*MethodDescriptor) GetVersions ¶
func (m *MethodDescriptor) GetVersions() []string
func (*MethodDescriptor) GotenMessage ¶
func (*MethodDescriptor) GotenMessage()
func (*MethodDescriptor) GotenObjectExt ¶
func (o *MethodDescriptor) GotenObjectExt()
func (*MethodDescriptor) GotenValidate ¶
func (obj *MethodDescriptor) GotenValidate() error
func (*MethodDescriptor) MakeDiffFieldMask ¶
func (o *MethodDescriptor) MakeDiffFieldMask(other *MethodDescriptor) *MethodDescriptor_FieldMask
func (*MethodDescriptor) MakeFullFieldMask ¶
func (o *MethodDescriptor) MakeFullFieldMask() *MethodDescriptor_FieldMask
func (*MethodDescriptor) MakeRawDiffFieldMask ¶
func (o *MethodDescriptor) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*MethodDescriptor) MakeRawFullFieldMask ¶
func (o *MethodDescriptor) MakeRawFullFieldMask() gotenobject.FieldMask
func (*MethodDescriptor) Marshal ¶
func (m *MethodDescriptor) Marshal() ([]byte, error)
func (*MethodDescriptor) MarshalJSON ¶
func (m *MethodDescriptor) MarshalJSON() ([]byte, error)
func (*MethodDescriptor) MaybePopulateDefaults ¶
func (r *MethodDescriptor) MaybePopulateDefaults() error
func (*MethodDescriptor) Merge ¶
func (o *MethodDescriptor) Merge(source *MethodDescriptor)
func (*MethodDescriptor) MergeRaw ¶
func (o *MethodDescriptor) MergeRaw(source gotenobject.GotenObjectExt)
func (*MethodDescriptor) ProtoMessage ¶
func (*MethodDescriptor) ProtoMessage()
func (*MethodDescriptor) ProtoReflect ¶
func (m *MethodDescriptor) ProtoReflect() preflect.Message
func (*MethodDescriptor) Reset ¶
func (m *MethodDescriptor) Reset()
func (*MethodDescriptor) SetDescription ¶
func (m *MethodDescriptor) SetDescription(fv string)
func (*MethodDescriptor) SetDisplayName ¶
func (m *MethodDescriptor) SetDisplayName(fv string)
func (*MethodDescriptor) SetLabels ¶
func (m *MethodDescriptor) SetLabels(fv []*audit_common.LabelDescriptor)
func (*MethodDescriptor) SetMetadata ¶
func (m *MethodDescriptor) SetMetadata(fv *ntt_meta.Meta)
func (*MethodDescriptor) SetName ¶
func (m *MethodDescriptor) SetName(fv *Name)
func (*MethodDescriptor) SetPromotedLabelKeySets ¶
func (m *MethodDescriptor) SetPromotedLabelKeySets(fv []*audit_common.LabelKeySet)
func (*MethodDescriptor) SetVersions ¶
func (m *MethodDescriptor) SetVersions(fv []string)
func (*MethodDescriptor) String ¶
func (m *MethodDescriptor) String() string
func (*MethodDescriptor) Unmarshal ¶
func (m *MethodDescriptor) Unmarshal(b []byte) error
func (*MethodDescriptor) UnmarshalJSON ¶
func (m *MethodDescriptor) UnmarshalJSON(data []byte) error
type MethodDescriptorAccess ¶
type MethodDescriptorAccess interface { GetMethodDescriptor(context.Context, *GetQuery) (*MethodDescriptor, error) BatchGetMethodDescriptors(context.Context, []*Reference, ...gotenresource.BatchGetOption) error QueryMethodDescriptors(context.Context, *ListQuery) (*QueryResultSnapshot, error) WatchMethodDescriptor(context.Context, *GetQuery, func(*MethodDescriptorChange) error) error WatchMethodDescriptors(context.Context, *WatchQuery, func(*QueryResultChange) error) error SaveMethodDescriptor(context.Context, *MethodDescriptor, ...gotenresource.SaveOption) error DeleteMethodDescriptor(context.Context, *Reference, ...gotenresource.DeleteOption) error }
type MethodDescriptorChange ¶
type MethodDescriptorChange struct { // MethodDescriptor change // // Types that are valid to be assigned to ChangeType: // *MethodDescriptorChange_Added_ // *MethodDescriptorChange_Modified_ // *MethodDescriptorChange_Current_ // *MethodDescriptorChange_Removed_ ChangeType isMethodDescriptorChange_ChangeType `protobuf_oneof:"change_type"` // contains filtered or unexported fields }
MethodDescriptorChange is used by Watch notifications Responses to describe change of single MethodDescriptor One of Added, Modified, Removed
func (*MethodDescriptorChange) Descriptor ¶
func (*MethodDescriptorChange) Descriptor() ([]byte, []int)
Deprecated, Use MethodDescriptorChange.ProtoReflect.Descriptor instead.
func (*MethodDescriptorChange) GetAdded ¶
func (m *MethodDescriptorChange) GetAdded() *MethodDescriptorChange_Added
func (*MethodDescriptorChange) GetChangeType ¶
func (m *MethodDescriptorChange) GetChangeType() isMethodDescriptorChange_ChangeType
func (*MethodDescriptorChange) GetCurrent ¶
func (m *MethodDescriptorChange) GetCurrent() *MethodDescriptorChange_Current
func (*MethodDescriptorChange) GetCurrentViewIndex ¶
func (c *MethodDescriptorChange) GetCurrentViewIndex() int32
func (*MethodDescriptorChange) GetMethodDescriptor ¶
func (c *MethodDescriptorChange) GetMethodDescriptor() *MethodDescriptor
func (*MethodDescriptorChange) GetMethodDescriptorName ¶
func (c *MethodDescriptorChange) GetMethodDescriptorName() *Name
func (*MethodDescriptorChange) GetModified ¶
func (m *MethodDescriptorChange) GetModified() *MethodDescriptorChange_Modified
func (*MethodDescriptorChange) GetPreviousViewIndex ¶
func (c *MethodDescriptorChange) GetPreviousViewIndex() int32
func (*MethodDescriptorChange) GetRawName ¶
func (c *MethodDescriptorChange) GetRawName() gotenresource.Name
func (*MethodDescriptorChange) GetRawResource ¶ added in v0.5.1
func (c *MethodDescriptorChange) GetRawResource() gotenresource.Resource
func (*MethodDescriptorChange) GetRemoved ¶
func (m *MethodDescriptorChange) GetRemoved() *MethodDescriptorChange_Removed
func (*MethodDescriptorChange) GotenMessage ¶
func (*MethodDescriptorChange) GotenMessage()
func (*MethodDescriptorChange) GotenValidate ¶
func (obj *MethodDescriptorChange) GotenValidate() error
func (*MethodDescriptorChange) IsAdd ¶
func (c *MethodDescriptorChange) IsAdd() bool
func (*MethodDescriptorChange) IsCurrent ¶
func (c *MethodDescriptorChange) IsCurrent() bool
func (*MethodDescriptorChange) IsDelete ¶
func (c *MethodDescriptorChange) IsDelete() bool
func (*MethodDescriptorChange) IsModify ¶
func (c *MethodDescriptorChange) IsModify() bool
func (*MethodDescriptorChange) Marshal ¶
func (m *MethodDescriptorChange) Marshal() ([]byte, error)
func (*MethodDescriptorChange) MarshalJSON ¶
func (m *MethodDescriptorChange) MarshalJSON() ([]byte, error)
func (*MethodDescriptorChange) ProtoMessage ¶
func (*MethodDescriptorChange) ProtoMessage()
func (*MethodDescriptorChange) ProtoReflect ¶
func (m *MethodDescriptorChange) ProtoReflect() preflect.Message
func (*MethodDescriptorChange) Reset ¶
func (m *MethodDescriptorChange) Reset()
func (*MethodDescriptorChange) SetAdded ¶
func (m *MethodDescriptorChange) SetAdded(fv *MethodDescriptorChange_Added)
func (*MethodDescriptorChange) SetAddedRaw ¶
func (c *MethodDescriptorChange) SetAddedRaw(snapshot gotenresource.Resource, idx int)
func (*MethodDescriptorChange) SetChangeType ¶
func (m *MethodDescriptorChange) SetChangeType(ofv isMethodDescriptorChange_ChangeType)
func (*MethodDescriptorChange) SetCurrent ¶
func (m *MethodDescriptorChange) SetCurrent(fv *MethodDescriptorChange_Current)
func (*MethodDescriptorChange) SetCurrentRaw ¶
func (c *MethodDescriptorChange) SetCurrentRaw(snapshot gotenresource.Resource)
func (*MethodDescriptorChange) SetDeletedRaw ¶
func (c *MethodDescriptorChange) SetDeletedRaw(name gotenresource.Name, idx int)
func (*MethodDescriptorChange) SetModified ¶
func (m *MethodDescriptorChange) SetModified(fv *MethodDescriptorChange_Modified)
func (*MethodDescriptorChange) SetModifiedRaw ¶
func (c *MethodDescriptorChange) SetModifiedRaw(name gotenresource.Name, snapshot gotenresource.Resource, prevIdx int, newIdx int)
func (*MethodDescriptorChange) SetRemoved ¶
func (m *MethodDescriptorChange) SetRemoved(fv *MethodDescriptorChange_Removed)
func (*MethodDescriptorChange) String ¶
func (m *MethodDescriptorChange) String() string
func (*MethodDescriptorChange) Unmarshal ¶
func (m *MethodDescriptorChange) Unmarshal(b []byte) error
func (*MethodDescriptorChange) UnmarshalJSON ¶
func (m *MethodDescriptorChange) UnmarshalJSON(data []byte) error
type MethodDescriptorChangeList ¶
type MethodDescriptorChangeList []*MethodDescriptorChange
func (MethodDescriptorChangeList) Append ¶
func (l MethodDescriptorChangeList) Append(item gotenresource.ResourceChange) gotenresource.ResourceChangeList
func (MethodDescriptorChangeList) AppendList ¶
func (l MethodDescriptorChangeList) AppendList(list gotenresource.ResourceChangeList) gotenresource.ResourceChangeList
func (MethodDescriptorChangeList) At ¶
func (l MethodDescriptorChangeList) At(idx int) gotenresource.ResourceChange
func (MethodDescriptorChangeList) Length ¶
func (l MethodDescriptorChangeList) Length() int
func (MethodDescriptorChangeList) Set ¶
func (l MethodDescriptorChangeList) Set(idx int, change gotenresource.ResourceChange)
func (MethodDescriptorChangeList) Slice ¶
func (l MethodDescriptorChangeList) Slice(first, second int) gotenresource.ResourceChangeList
type MethodDescriptorChangeMap ¶
type MethodDescriptorChangeMap map[Name]*MethodDescriptorChange
func (MethodDescriptorChangeMap) Delete ¶
func (m MethodDescriptorChangeMap) Delete(name gotenresource.Name)
func (MethodDescriptorChangeMap) ForEach ¶
func (m MethodDescriptorChangeMap) ForEach(cb func(gotenresource.Name, gotenresource.ResourceChange) bool)
func (MethodDescriptorChangeMap) Get ¶
func (m MethodDescriptorChangeMap) Get(name gotenresource.Name) gotenresource.ResourceChange
func (MethodDescriptorChangeMap) Length ¶
func (m MethodDescriptorChangeMap) Length() int
func (MethodDescriptorChangeMap) Set ¶
func (m MethodDescriptorChangeMap) Set(change gotenresource.ResourceChange)
type MethodDescriptorChange_Added ¶
type MethodDescriptorChange_Added struct { MethodDescriptor *MethodDescriptor `` /* 138-byte string literal not displayed */ // Integer describing index of added MethodDescriptor 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 }
MethodDescriptor has been added to query view
func (*MethodDescriptorChange_Added) Descriptor ¶
func (*MethodDescriptorChange_Added) Descriptor() ([]byte, []int)
Deprecated, Use MethodDescriptorChange_Added.ProtoReflect.Descriptor instead.
func (*MethodDescriptorChange_Added) GetMethodDescriptor ¶
func (m *MethodDescriptorChange_Added) GetMethodDescriptor() *MethodDescriptor
func (*MethodDescriptorChange_Added) GetViewIndex ¶
func (m *MethodDescriptorChange_Added) GetViewIndex() int32
func (*MethodDescriptorChange_Added) GotenMessage ¶
func (*MethodDescriptorChange_Added) GotenMessage()
func (*MethodDescriptorChange_Added) GotenValidate ¶
func (obj *MethodDescriptorChange_Added) GotenValidate() error
func (*MethodDescriptorChange_Added) Marshal ¶
func (m *MethodDescriptorChange_Added) Marshal() ([]byte, error)
func (*MethodDescriptorChange_Added) MarshalJSON ¶
func (m *MethodDescriptorChange_Added) MarshalJSON() ([]byte, error)
func (*MethodDescriptorChange_Added) ProtoMessage ¶
func (*MethodDescriptorChange_Added) ProtoMessage()
func (*MethodDescriptorChange_Added) ProtoReflect ¶
func (m *MethodDescriptorChange_Added) ProtoReflect() preflect.Message
func (*MethodDescriptorChange_Added) Reset ¶
func (m *MethodDescriptorChange_Added) Reset()
func (*MethodDescriptorChange_Added) SetMethodDescriptor ¶
func (m *MethodDescriptorChange_Added) SetMethodDescriptor(fv *MethodDescriptor)
func (*MethodDescriptorChange_Added) SetViewIndex ¶
func (m *MethodDescriptorChange_Added) SetViewIndex(fv int32)
func (*MethodDescriptorChange_Added) String ¶
func (m *MethodDescriptorChange_Added) String() string
func (*MethodDescriptorChange_Added) Unmarshal ¶
func (m *MethodDescriptorChange_Added) Unmarshal(b []byte) error
func (*MethodDescriptorChange_Added) UnmarshalJSON ¶
func (m *MethodDescriptorChange_Added) UnmarshalJSON(data []byte) error
type MethodDescriptorChange_Added_ ¶
type MethodDescriptorChange_Added_ struct { // Added is returned when watched document is added, either created or // enters Query view Added *MethodDescriptorChange_Added `protobuf:"bytes,1,opt,name=added,proto3,oneof" firestore:"added"` }
type MethodDescriptorChange_Current ¶
type MethodDescriptorChange_Current struct { MethodDescriptor *MethodDescriptor `` /* 138-byte string literal not displayed */ // contains filtered or unexported fields }
MethodDescriptor has been added or modified in a query view. Version used for stateless watching
func (*MethodDescriptorChange_Current) Descriptor ¶
func (*MethodDescriptorChange_Current) Descriptor() ([]byte, []int)
Deprecated, Use MethodDescriptorChange_Current.ProtoReflect.Descriptor instead.
func (*MethodDescriptorChange_Current) GetMethodDescriptor ¶
func (m *MethodDescriptorChange_Current) GetMethodDescriptor() *MethodDescriptor
func (*MethodDescriptorChange_Current) GotenMessage ¶
func (*MethodDescriptorChange_Current) GotenMessage()
func (*MethodDescriptorChange_Current) GotenValidate ¶
func (obj *MethodDescriptorChange_Current) GotenValidate() error
func (*MethodDescriptorChange_Current) Marshal ¶
func (m *MethodDescriptorChange_Current) Marshal() ([]byte, error)
func (*MethodDescriptorChange_Current) MarshalJSON ¶
func (m *MethodDescriptorChange_Current) MarshalJSON() ([]byte, error)
func (*MethodDescriptorChange_Current) ProtoMessage ¶
func (*MethodDescriptorChange_Current) ProtoMessage()
func (*MethodDescriptorChange_Current) ProtoReflect ¶
func (m *MethodDescriptorChange_Current) ProtoReflect() preflect.Message
func (*MethodDescriptorChange_Current) Reset ¶
func (m *MethodDescriptorChange_Current) Reset()
func (*MethodDescriptorChange_Current) SetMethodDescriptor ¶
func (m *MethodDescriptorChange_Current) SetMethodDescriptor(fv *MethodDescriptor)
func (*MethodDescriptorChange_Current) String ¶
func (m *MethodDescriptorChange_Current) String() string
func (*MethodDescriptorChange_Current) Unmarshal ¶
func (m *MethodDescriptorChange_Current) Unmarshal(b []byte) error
func (*MethodDescriptorChange_Current) UnmarshalJSON ¶
func (m *MethodDescriptorChange_Current) UnmarshalJSON(data []byte) error
type MethodDescriptorChange_Current_ ¶
type MethodDescriptorChange_Current_ struct { // Current is returned in stateless watch when document enters query view or // is modified within. Current *MethodDescriptorChange_Current `protobuf:"bytes,4,opt,name=current,proto3,oneof" firestore:"current"` }
type MethodDescriptorChange_Modified ¶
type MethodDescriptorChange_Modified struct { // Name of modified MethodDescriptor Name *Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"` // New version of MethodDescriptor or masked difference, depending on // mask_changes instrumentation of issued [WatchMethodDescriptorRequest] or // [WatchMethodDescriptorsRequest] MethodDescriptor *MethodDescriptor `` /* 138-byte string literal not displayed */ // Used when mask_changes is set, contains field paths of modified // properties. FieldMask *MethodDescriptor_FieldMask `` /* 148-byte string literal not displayed */ // Previous view index specifies previous position of modified // MethodDescriptor. When modification doesn't affect sorted order, value // will remain identical to [view_index]. PreviousViewIndex int32 `` /* 145-byte string literal not displayed */ // Integer specifying MethodDescriptor 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 }
MethodDescriptor changed some of it's fields - contains either full document or masked change
func (*MethodDescriptorChange_Modified) Descriptor ¶
func (*MethodDescriptorChange_Modified) Descriptor() ([]byte, []int)
Deprecated, Use MethodDescriptorChange_Modified.ProtoReflect.Descriptor instead.
func (*MethodDescriptorChange_Modified) GetFieldMask ¶
func (m *MethodDescriptorChange_Modified) GetFieldMask() *MethodDescriptor_FieldMask
func (*MethodDescriptorChange_Modified) GetMethodDescriptor ¶
func (m *MethodDescriptorChange_Modified) GetMethodDescriptor() *MethodDescriptor
func (*MethodDescriptorChange_Modified) GetName ¶
func (m *MethodDescriptorChange_Modified) GetName() *Name
func (*MethodDescriptorChange_Modified) GetPreviousViewIndex ¶
func (m *MethodDescriptorChange_Modified) GetPreviousViewIndex() int32
func (*MethodDescriptorChange_Modified) GetViewIndex ¶
func (m *MethodDescriptorChange_Modified) GetViewIndex() int32
func (*MethodDescriptorChange_Modified) GotenMessage ¶
func (*MethodDescriptorChange_Modified) GotenMessage()
func (*MethodDescriptorChange_Modified) GotenValidate ¶
func (obj *MethodDescriptorChange_Modified) GotenValidate() error
func (*MethodDescriptorChange_Modified) Marshal ¶
func (m *MethodDescriptorChange_Modified) Marshal() ([]byte, error)
func (*MethodDescriptorChange_Modified) MarshalJSON ¶
func (m *MethodDescriptorChange_Modified) MarshalJSON() ([]byte, error)
func (*MethodDescriptorChange_Modified) ProtoMessage ¶
func (*MethodDescriptorChange_Modified) ProtoMessage()
func (*MethodDescriptorChange_Modified) ProtoReflect ¶
func (m *MethodDescriptorChange_Modified) ProtoReflect() preflect.Message
func (*MethodDescriptorChange_Modified) Reset ¶
func (m *MethodDescriptorChange_Modified) Reset()
func (*MethodDescriptorChange_Modified) SetFieldMask ¶
func (m *MethodDescriptorChange_Modified) SetFieldMask(fv *MethodDescriptor_FieldMask)
func (*MethodDescriptorChange_Modified) SetMethodDescriptor ¶
func (m *MethodDescriptorChange_Modified) SetMethodDescriptor(fv *MethodDescriptor)
func (*MethodDescriptorChange_Modified) SetName ¶
func (m *MethodDescriptorChange_Modified) SetName(fv *Name)
func (*MethodDescriptorChange_Modified) SetPreviousViewIndex ¶
func (m *MethodDescriptorChange_Modified) SetPreviousViewIndex(fv int32)
func (*MethodDescriptorChange_Modified) SetViewIndex ¶
func (m *MethodDescriptorChange_Modified) SetViewIndex(fv int32)
func (*MethodDescriptorChange_Modified) String ¶
func (m *MethodDescriptorChange_Modified) String() string
func (*MethodDescriptorChange_Modified) Unmarshal ¶
func (m *MethodDescriptorChange_Modified) Unmarshal(b []byte) error
func (*MethodDescriptorChange_Modified) UnmarshalJSON ¶
func (m *MethodDescriptorChange_Modified) UnmarshalJSON(data []byte) error
type MethodDescriptorChange_Modified_ ¶
type MethodDescriptorChange_Modified_ struct { // Modified is returned when watched document is modified Modified *MethodDescriptorChange_Modified `protobuf:"bytes,2,opt,name=modified,proto3,oneof" firestore:"modified"` }
type MethodDescriptorChange_Removed ¶
type MethodDescriptorChange_Removed struct { Name *Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"` // Integer specifying removed MethodDescriptor 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 MethodDescriptor is deleted or leaves Query view
func (*MethodDescriptorChange_Removed) Descriptor ¶
func (*MethodDescriptorChange_Removed) Descriptor() ([]byte, []int)
Deprecated, Use MethodDescriptorChange_Removed.ProtoReflect.Descriptor instead.
func (*MethodDescriptorChange_Removed) GetName ¶
func (m *MethodDescriptorChange_Removed) GetName() *Name
func (*MethodDescriptorChange_Removed) GetViewIndex ¶
func (m *MethodDescriptorChange_Removed) GetViewIndex() int32
func (*MethodDescriptorChange_Removed) GotenMessage ¶
func (*MethodDescriptorChange_Removed) GotenMessage()
func (*MethodDescriptorChange_Removed) GotenValidate ¶
func (obj *MethodDescriptorChange_Removed) GotenValidate() error
func (*MethodDescriptorChange_Removed) Marshal ¶
func (m *MethodDescriptorChange_Removed) Marshal() ([]byte, error)
func (*MethodDescriptorChange_Removed) MarshalJSON ¶
func (m *MethodDescriptorChange_Removed) MarshalJSON() ([]byte, error)
func (*MethodDescriptorChange_Removed) ProtoMessage ¶
func (*MethodDescriptorChange_Removed) ProtoMessage()
func (*MethodDescriptorChange_Removed) ProtoReflect ¶
func (m *MethodDescriptorChange_Removed) ProtoReflect() preflect.Message
func (*MethodDescriptorChange_Removed) Reset ¶
func (m *MethodDescriptorChange_Removed) Reset()
func (*MethodDescriptorChange_Removed) SetName ¶
func (m *MethodDescriptorChange_Removed) SetName(fv *Name)
func (*MethodDescriptorChange_Removed) SetViewIndex ¶
func (m *MethodDescriptorChange_Removed) SetViewIndex(fv int32)
func (*MethodDescriptorChange_Removed) String ¶
func (m *MethodDescriptorChange_Removed) String() string
func (*MethodDescriptorChange_Removed) Unmarshal ¶
func (m *MethodDescriptorChange_Removed) Unmarshal(b []byte) error
func (*MethodDescriptorChange_Removed) UnmarshalJSON ¶
func (m *MethodDescriptorChange_Removed) UnmarshalJSON(data []byte) error
type MethodDescriptorChange_Removed_ ¶
type MethodDescriptorChange_Removed_ struct { // Removed is returned when MethodDescriptor is deleted or leaves Query view Removed *MethodDescriptorChange_Removed `protobuf:"bytes,3,opt,name=removed,proto3,oneof" firestore:"removed"` }
type MethodDescriptorFieldPathBuilder ¶
type MethodDescriptorFieldPathBuilder struct{}
func NewMethodDescriptorFieldPathBuilder ¶
func NewMethodDescriptorFieldPathBuilder() MethodDescriptorFieldPathBuilder
func (MethodDescriptorFieldPathBuilder) Description ¶
func (MethodDescriptorFieldPathBuilder) Description() MethodDescriptorPathSelectorDescription
func (MethodDescriptorFieldPathBuilder) DisplayName ¶
func (MethodDescriptorFieldPathBuilder) DisplayName() MethodDescriptorPathSelectorDisplayName
func (MethodDescriptorFieldPathBuilder) Labels ¶
func (MethodDescriptorFieldPathBuilder) Labels() MethodDescriptorPathSelectorLabels
func (MethodDescriptorFieldPathBuilder) Metadata ¶
func (MethodDescriptorFieldPathBuilder) Metadata() MethodDescriptorPathSelectorMetadata
func (MethodDescriptorFieldPathBuilder) PromotedLabelKeySets ¶
func (MethodDescriptorFieldPathBuilder) PromotedLabelKeySets() MethodDescriptorPathSelectorPromotedLabelKeySets
func (MethodDescriptorFieldPathBuilder) Versions ¶
func (MethodDescriptorFieldPathBuilder) Versions() MethodDescriptorPathSelectorVersions
type MethodDescriptorList ¶
type MethodDescriptorList []*MethodDescriptor
func (MethodDescriptorList) Append ¶
func (l MethodDescriptorList) Append(item gotenresource.Resource) gotenresource.ResourceList
func (MethodDescriptorList) AppendList ¶
func (l MethodDescriptorList) AppendList(list gotenresource.ResourceList) gotenresource.ResourceList
func (MethodDescriptorList) At ¶
func (l MethodDescriptorList) At(idx int) gotenresource.Resource
func (MethodDescriptorList) Length ¶
func (l MethodDescriptorList) Length() int
func (MethodDescriptorList) Set ¶
func (l MethodDescriptorList) Set(idx int, res gotenresource.Resource)
func (MethodDescriptorList) Slice ¶
func (l MethodDescriptorList) Slice(first, second int) gotenresource.ResourceList
type MethodDescriptorMap ¶
type MethodDescriptorMap map[Name]*MethodDescriptor
func (MethodDescriptorMap) Delete ¶
func (m MethodDescriptorMap) Delete(name gotenresource.Name)
func (MethodDescriptorMap) ForEach ¶
func (m MethodDescriptorMap) ForEach(cb func(gotenresource.Name, gotenresource.Resource) bool)
func (MethodDescriptorMap) Get ¶
func (m MethodDescriptorMap) Get(name gotenresource.Name) gotenresource.Resource
func (MethodDescriptorMap) Length ¶
func (m MethodDescriptorMap) Length() int
func (MethodDescriptorMap) Set ¶
func (m MethodDescriptorMap) Set(res gotenresource.Resource)
type MethodDescriptorMapPathSelectorMetadataAnnotations ¶
type MethodDescriptorMapPathSelectorMetadataAnnotations struct {
// contains filtered or unexported fields
}
func (MethodDescriptorMapPathSelectorMetadataAnnotations) FieldPath ¶
func (s MethodDescriptorMapPathSelectorMetadataAnnotations) FieldPath() *MethodDescriptor_FieldSubPath
func (MethodDescriptorMapPathSelectorMetadataAnnotations) WithArrayOfValues ¶
func (s MethodDescriptorMapPathSelectorMetadataAnnotations) WithArrayOfValues(values []string) *MethodDescriptor_FieldSubPathArrayOfValues
func (MethodDescriptorMapPathSelectorMetadataAnnotations) WithValue ¶
func (s MethodDescriptorMapPathSelectorMetadataAnnotations) WithValue(value string) *MethodDescriptor_FieldSubPathValue
type MethodDescriptorMapPathSelectorMetadataLabels ¶
type MethodDescriptorMapPathSelectorMetadataLabels struct {
// contains filtered or unexported fields
}
func (MethodDescriptorMapPathSelectorMetadataLabels) FieldPath ¶
func (s MethodDescriptorMapPathSelectorMetadataLabels) FieldPath() *MethodDescriptor_FieldSubPath
func (MethodDescriptorMapPathSelectorMetadataLabels) WithArrayOfValues ¶
func (s MethodDescriptorMapPathSelectorMetadataLabels) WithArrayOfValues(values []string) *MethodDescriptor_FieldSubPathArrayOfValues
func (MethodDescriptorMapPathSelectorMetadataLabels) WithValue ¶
func (s MethodDescriptorMapPathSelectorMetadataLabels) WithValue(value string) *MethodDescriptor_FieldSubPathValue
type MethodDescriptorMapPathSelectorMetadataShards ¶
type MethodDescriptorMapPathSelectorMetadataShards struct {
// contains filtered or unexported fields
}
func (MethodDescriptorMapPathSelectorMetadataShards) FieldPath ¶
func (s MethodDescriptorMapPathSelectorMetadataShards) FieldPath() *MethodDescriptor_FieldSubPath
func (MethodDescriptorMapPathSelectorMetadataShards) WithArrayOfValues ¶
func (s MethodDescriptorMapPathSelectorMetadataShards) WithArrayOfValues(values []int64) *MethodDescriptor_FieldSubPathArrayOfValues
func (MethodDescriptorMapPathSelectorMetadataShards) WithValue ¶
func (s MethodDescriptorMapPathSelectorMetadataShards) WithValue(value int64) *MethodDescriptor_FieldSubPathValue
type MethodDescriptorNameList ¶
type MethodDescriptorNameList []*Name
func (MethodDescriptorNameList) Append ¶
func (l MethodDescriptorNameList) Append(name gotenresource.Name) gotenresource.NameList
func (MethodDescriptorNameList) AppendList ¶
func (l MethodDescriptorNameList) AppendList(list gotenresource.NameList) gotenresource.NameList
func (MethodDescriptorNameList) At ¶
func (l MethodDescriptorNameList) At(idx int) gotenresource.Name
func (MethodDescriptorNameList) Length ¶
func (l MethodDescriptorNameList) Length() int
func (MethodDescriptorNameList) Set ¶
func (l MethodDescriptorNameList) Set(idx int, name gotenresource.Name)
func (MethodDescriptorNameList) Slice ¶
func (l MethodDescriptorNameList) Slice(first, second int) gotenresource.NameList
type MethodDescriptorPathSelectorDescription ¶
type MethodDescriptorPathSelectorDescription struct{}
func (MethodDescriptorPathSelectorDescription) FieldPath ¶
func (MethodDescriptorPathSelectorDescription) FieldPath() *MethodDescriptor_FieldTerminalPath
func (MethodDescriptorPathSelectorDescription) WithArrayOfValues ¶
func (s MethodDescriptorPathSelectorDescription) WithArrayOfValues(values []string) *MethodDescriptor_FieldTerminalPathArrayOfValues
func (MethodDescriptorPathSelectorDescription) WithValue ¶
func (s MethodDescriptorPathSelectorDescription) WithValue(value string) *MethodDescriptor_FieldTerminalPathValue
type MethodDescriptorPathSelectorDisplayName ¶
type MethodDescriptorPathSelectorDisplayName struct{}
func (MethodDescriptorPathSelectorDisplayName) FieldPath ¶
func (MethodDescriptorPathSelectorDisplayName) FieldPath() *MethodDescriptor_FieldTerminalPath
func (MethodDescriptorPathSelectorDisplayName) WithArrayOfValues ¶
func (s MethodDescriptorPathSelectorDisplayName) WithArrayOfValues(values []string) *MethodDescriptor_FieldTerminalPathArrayOfValues
func (MethodDescriptorPathSelectorDisplayName) WithValue ¶
func (s MethodDescriptorPathSelectorDisplayName) WithValue(value string) *MethodDescriptor_FieldTerminalPathValue
type MethodDescriptorPathSelectorLabels ¶
type MethodDescriptorPathSelectorLabels struct{}
func (MethodDescriptorPathSelectorLabels) FieldPath ¶
func (MethodDescriptorPathSelectorLabels) FieldPath() *MethodDescriptor_FieldTerminalPath
func (MethodDescriptorPathSelectorLabels) Versions ¶
func (MethodDescriptorPathSelectorLabels) Versions() MethodDescriptorPathSelectorLabelsVersions
func (MethodDescriptorPathSelectorLabels) WithArrayOfValues ¶
func (s MethodDescriptorPathSelectorLabels) WithArrayOfValues(values [][]*audit_common.LabelDescriptor) *MethodDescriptor_FieldTerminalPathArrayOfValues
func (MethodDescriptorPathSelectorLabels) WithItemValue ¶
func (s MethodDescriptorPathSelectorLabels) WithItemValue(value *audit_common.LabelDescriptor) *MethodDescriptor_FieldTerminalPathArrayItemValue
func (MethodDescriptorPathSelectorLabels) WithSubArrayItemValue ¶
func (s MethodDescriptorPathSelectorLabels) WithSubArrayItemValue(subPathArrayItemValue audit_common.LabelDescriptor_FieldPathArrayItemValue) *MethodDescriptor_FieldSubPathArrayItemValue
func (MethodDescriptorPathSelectorLabels) WithSubArrayOfValues ¶
func (s MethodDescriptorPathSelectorLabels) WithSubArrayOfValues(subPathArrayOfValues audit_common.LabelDescriptor_FieldPathArrayOfValues) *MethodDescriptor_FieldSubPathArrayOfValues
func (MethodDescriptorPathSelectorLabels) WithSubPath ¶
func (MethodDescriptorPathSelectorLabels) WithSubPath(subPath audit_common.LabelDescriptor_FieldPath) *MethodDescriptor_FieldSubPath
func (MethodDescriptorPathSelectorLabels) WithSubValue ¶
func (s MethodDescriptorPathSelectorLabels) WithSubValue(subPathValue audit_common.LabelDescriptor_FieldPathValue) *MethodDescriptor_FieldSubPathValue
func (MethodDescriptorPathSelectorLabels) WithValue ¶
func (s MethodDescriptorPathSelectorLabels) WithValue(value []*audit_common.LabelDescriptor) *MethodDescriptor_FieldTerminalPathValue
type MethodDescriptorPathSelectorLabelsKey ¶
type MethodDescriptorPathSelectorLabelsKey struct{}
func (MethodDescriptorPathSelectorLabelsKey) FieldPath ¶
func (MethodDescriptorPathSelectorLabelsKey) FieldPath() *MethodDescriptor_FieldSubPath
func (MethodDescriptorPathSelectorLabelsKey) WithArrayOfValues ¶
func (s MethodDescriptorPathSelectorLabelsKey) WithArrayOfValues(values []string) *MethodDescriptor_FieldSubPathArrayOfValues
func (MethodDescriptorPathSelectorLabelsKey) WithValue ¶
func (s MethodDescriptorPathSelectorLabelsKey) WithValue(value string) *MethodDescriptor_FieldSubPathValue
type MethodDescriptorPathSelectorLabelsVersions ¶
type MethodDescriptorPathSelectorLabelsVersions struct{}
func (MethodDescriptorPathSelectorLabelsVersions) FieldPath ¶
func (MethodDescriptorPathSelectorLabelsVersions) FieldPath() *MethodDescriptor_FieldSubPath
func (MethodDescriptorPathSelectorLabelsVersions) WithArrayOfValues ¶
func (s MethodDescriptorPathSelectorLabelsVersions) WithArrayOfValues(values [][]string) *MethodDescriptor_FieldSubPathArrayOfValues
func (MethodDescriptorPathSelectorLabelsVersions) WithItemValue ¶
func (s MethodDescriptorPathSelectorLabelsVersions) WithItemValue(value string) *MethodDescriptor_FieldSubPathArrayItemValue
func (MethodDescriptorPathSelectorLabelsVersions) WithValue ¶
func (s MethodDescriptorPathSelectorLabelsVersions) WithValue(value []string) *MethodDescriptor_FieldSubPathValue
type MethodDescriptorPathSelectorMetadata ¶
type MethodDescriptorPathSelectorMetadata struct{}
func (MethodDescriptorPathSelectorMetadata) Annotations ¶
func (MethodDescriptorPathSelectorMetadata) Annotations() MethodDescriptorPathSelectorMetadataAnnotations
func (MethodDescriptorPathSelectorMetadata) CreateTime ¶
func (MethodDescriptorPathSelectorMetadata) CreateTime() MethodDescriptorPathSelectorMetadataCreateTime
func (MethodDescriptorPathSelectorMetadata) DeleteTime ¶ added in v0.8.0
func (MethodDescriptorPathSelectorMetadata) DeleteTime() MethodDescriptorPathSelectorMetadataDeleteTime
func (MethodDescriptorPathSelectorMetadata) FieldPath ¶
func (MethodDescriptorPathSelectorMetadata) FieldPath() *MethodDescriptor_FieldTerminalPath
func (MethodDescriptorPathSelectorMetadata) Generation ¶
func (MethodDescriptorPathSelectorMetadata) Generation() MethodDescriptorPathSelectorMetadataGeneration
func (MethodDescriptorPathSelectorMetadata) OwnerReferences ¶
func (MethodDescriptorPathSelectorMetadata) OwnerReferences() MethodDescriptorPathSelectorMetadataOwnerReferences
func (MethodDescriptorPathSelectorMetadata) ResourceVersion ¶
func (MethodDescriptorPathSelectorMetadata) ResourceVersion() MethodDescriptorPathSelectorMetadataResourceVersion
func (MethodDescriptorPathSelectorMetadata) UpdateTime ¶
func (MethodDescriptorPathSelectorMetadata) UpdateTime() MethodDescriptorPathSelectorMetadataUpdateTime
func (MethodDescriptorPathSelectorMetadata) WithArrayOfValues ¶
func (s MethodDescriptorPathSelectorMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *MethodDescriptor_FieldTerminalPathArrayOfValues
func (MethodDescriptorPathSelectorMetadata) WithSubArrayItemValue ¶
func (s MethodDescriptorPathSelectorMetadata) WithSubArrayItemValue(subPathArrayItemValue ntt_meta.Meta_FieldPathArrayItemValue) *MethodDescriptor_FieldSubPathArrayItemValue
func (MethodDescriptorPathSelectorMetadata) WithSubArrayOfValues ¶
func (s MethodDescriptorPathSelectorMetadata) WithSubArrayOfValues(subPathArrayOfValues ntt_meta.Meta_FieldPathArrayOfValues) *MethodDescriptor_FieldSubPathArrayOfValues
func (MethodDescriptorPathSelectorMetadata) WithSubPath ¶
func (MethodDescriptorPathSelectorMetadata) WithSubPath(subPath ntt_meta.Meta_FieldPath) *MethodDescriptor_FieldSubPath
func (MethodDescriptorPathSelectorMetadata) WithSubValue ¶
func (s MethodDescriptorPathSelectorMetadata) WithSubValue(subPathValue ntt_meta.Meta_FieldPathValue) *MethodDescriptor_FieldSubPathValue
func (MethodDescriptorPathSelectorMetadata) WithValue ¶
func (s MethodDescriptorPathSelectorMetadata) WithValue(value *ntt_meta.Meta) *MethodDescriptor_FieldTerminalPathValue
type MethodDescriptorPathSelectorMetadataAnnotations ¶
type MethodDescriptorPathSelectorMetadataAnnotations struct{}
func (MethodDescriptorPathSelectorMetadataAnnotations) FieldPath ¶
func (MethodDescriptorPathSelectorMetadataAnnotations) FieldPath() *MethodDescriptor_FieldSubPath
func (MethodDescriptorPathSelectorMetadataAnnotations) WithArrayOfValues ¶
func (s MethodDescriptorPathSelectorMetadataAnnotations) WithArrayOfValues(values []map[string]string) *MethodDescriptor_FieldSubPathArrayOfValues
func (MethodDescriptorPathSelectorMetadataAnnotations) WithValue ¶
func (s MethodDescriptorPathSelectorMetadataAnnotations) WithValue(value map[string]string) *MethodDescriptor_FieldSubPathValue
type MethodDescriptorPathSelectorMetadataCreateTime ¶
type MethodDescriptorPathSelectorMetadataCreateTime struct{}
func (MethodDescriptorPathSelectorMetadataCreateTime) FieldPath ¶
func (MethodDescriptorPathSelectorMetadataCreateTime) FieldPath() *MethodDescriptor_FieldSubPath
func (MethodDescriptorPathSelectorMetadataCreateTime) WithArrayOfValues ¶
func (s MethodDescriptorPathSelectorMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *MethodDescriptor_FieldSubPathArrayOfValues
func (MethodDescriptorPathSelectorMetadataCreateTime) WithValue ¶
func (s MethodDescriptorPathSelectorMetadataCreateTime) WithValue(value *timestamp.Timestamp) *MethodDescriptor_FieldSubPathValue
type MethodDescriptorPathSelectorMetadataDeleteTime ¶ added in v0.8.0
type MethodDescriptorPathSelectorMetadataDeleteTime struct{}
func (MethodDescriptorPathSelectorMetadataDeleteTime) FieldPath ¶ added in v0.8.0
func (MethodDescriptorPathSelectorMetadataDeleteTime) FieldPath() *MethodDescriptor_FieldSubPath
func (MethodDescriptorPathSelectorMetadataDeleteTime) WithArrayOfValues ¶ added in v0.8.0
func (s MethodDescriptorPathSelectorMetadataDeleteTime) WithArrayOfValues(values []*timestamp.Timestamp) *MethodDescriptor_FieldSubPathArrayOfValues
func (MethodDescriptorPathSelectorMetadataDeleteTime) WithValue ¶ added in v0.8.0
func (s MethodDescriptorPathSelectorMetadataDeleteTime) WithValue(value *timestamp.Timestamp) *MethodDescriptor_FieldSubPathValue
type MethodDescriptorPathSelectorMetadataGeneration ¶
type MethodDescriptorPathSelectorMetadataGeneration struct{}
func (MethodDescriptorPathSelectorMetadataGeneration) FieldPath ¶
func (MethodDescriptorPathSelectorMetadataGeneration) FieldPath() *MethodDescriptor_FieldSubPath
func (MethodDescriptorPathSelectorMetadataGeneration) WithArrayOfValues ¶
func (s MethodDescriptorPathSelectorMetadataGeneration) WithArrayOfValues(values []int64) *MethodDescriptor_FieldSubPathArrayOfValues
func (MethodDescriptorPathSelectorMetadataGeneration) WithValue ¶
func (s MethodDescriptorPathSelectorMetadataGeneration) WithValue(value int64) *MethodDescriptor_FieldSubPathValue
type MethodDescriptorPathSelectorMetadataLabels ¶
type MethodDescriptorPathSelectorMetadataLabels struct{}
func (MethodDescriptorPathSelectorMetadataLabels) FieldPath ¶
func (MethodDescriptorPathSelectorMetadataLabels) FieldPath() *MethodDescriptor_FieldSubPath
func (MethodDescriptorPathSelectorMetadataLabels) WithArrayOfValues ¶
func (s MethodDescriptorPathSelectorMetadataLabels) WithArrayOfValues(values []map[string]string) *MethodDescriptor_FieldSubPathArrayOfValues
func (MethodDescriptorPathSelectorMetadataLabels) WithValue ¶
func (s MethodDescriptorPathSelectorMetadataLabels) WithValue(value map[string]string) *MethodDescriptor_FieldSubPathValue
type MethodDescriptorPathSelectorMetadataLifecycle ¶ added in v0.8.0
type MethodDescriptorPathSelectorMetadataLifecycle struct{}
func (MethodDescriptorPathSelectorMetadataLifecycle) BlockDeletion ¶ added in v0.8.0
func (MethodDescriptorPathSelectorMetadataLifecycle) FieldPath ¶ added in v0.8.0
func (MethodDescriptorPathSelectorMetadataLifecycle) FieldPath() *MethodDescriptor_FieldSubPath
func (MethodDescriptorPathSelectorMetadataLifecycle) WithArrayOfValues ¶ added in v0.8.0
func (s MethodDescriptorPathSelectorMetadataLifecycle) WithArrayOfValues(values []*ntt_meta.Lifecycle) *MethodDescriptor_FieldSubPathArrayOfValues
func (MethodDescriptorPathSelectorMetadataLifecycle) WithValue ¶ added in v0.8.0
func (s MethodDescriptorPathSelectorMetadataLifecycle) WithValue(value *ntt_meta.Lifecycle) *MethodDescriptor_FieldSubPathValue
type MethodDescriptorPathSelectorMetadataLifecycleBlockDeletion ¶ added in v0.8.0
type MethodDescriptorPathSelectorMetadataLifecycleBlockDeletion struct{}
func (MethodDescriptorPathSelectorMetadataLifecycleBlockDeletion) WithArrayOfValues ¶ added in v0.8.0
func (s MethodDescriptorPathSelectorMetadataLifecycleBlockDeletion) WithArrayOfValues(values []bool) *MethodDescriptor_FieldSubPathArrayOfValues
func (MethodDescriptorPathSelectorMetadataLifecycleBlockDeletion) WithValue ¶ added in v0.8.0
func (s MethodDescriptorPathSelectorMetadataLifecycleBlockDeletion) WithValue(value bool) *MethodDescriptor_FieldSubPathValue
type MethodDescriptorPathSelectorMetadataLifecycleState ¶ added in v0.8.0
type MethodDescriptorPathSelectorMetadataLifecycleState struct{}
func (MethodDescriptorPathSelectorMetadataLifecycleState) FieldPath ¶ added in v0.8.0
func (MethodDescriptorPathSelectorMetadataLifecycleState) FieldPath() *MethodDescriptor_FieldSubPath
func (MethodDescriptorPathSelectorMetadataLifecycleState) WithArrayOfValues ¶ added in v0.8.0
func (s MethodDescriptorPathSelectorMetadataLifecycleState) WithArrayOfValues(values []ntt_meta.Lifecycle_State) *MethodDescriptor_FieldSubPathArrayOfValues
func (MethodDescriptorPathSelectorMetadataLifecycleState) WithValue ¶ added in v0.8.0
func (s MethodDescriptorPathSelectorMetadataLifecycleState) WithValue(value ntt_meta.Lifecycle_State) *MethodDescriptor_FieldSubPathValue
type MethodDescriptorPathSelectorMetadataOwnerReferences ¶
type MethodDescriptorPathSelectorMetadataOwnerReferences struct{}
func (MethodDescriptorPathSelectorMetadataOwnerReferences) BlockOwnerDeletion ¶
func (MethodDescriptorPathSelectorMetadataOwnerReferences) Controller ¶
func (MethodDescriptorPathSelectorMetadataOwnerReferences) FieldPath ¶
func (MethodDescriptorPathSelectorMetadataOwnerReferences) FieldPath() *MethodDescriptor_FieldSubPath
func (MethodDescriptorPathSelectorMetadataOwnerReferences) RequiresOwnerReference ¶ added in v0.8.0
func (MethodDescriptorPathSelectorMetadataOwnerReferences) RequiresOwnerReference() MethodDescriptorPathSelectorMetadataOwnerReferencesRequiresOwnerReference
func (MethodDescriptorPathSelectorMetadataOwnerReferences) WithArrayOfValues ¶
func (s MethodDescriptorPathSelectorMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *MethodDescriptor_FieldSubPathArrayOfValues
func (MethodDescriptorPathSelectorMetadataOwnerReferences) WithItemValue ¶
func (s MethodDescriptorPathSelectorMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *MethodDescriptor_FieldSubPathArrayItemValue
func (MethodDescriptorPathSelectorMetadataOwnerReferences) WithValue ¶
func (s MethodDescriptorPathSelectorMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *MethodDescriptor_FieldSubPathValue
type MethodDescriptorPathSelectorMetadataOwnerReferencesBlockOwnerDeletion ¶
type MethodDescriptorPathSelectorMetadataOwnerReferencesBlockOwnerDeletion struct{}
func (MethodDescriptorPathSelectorMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues ¶
func (s MethodDescriptorPathSelectorMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *MethodDescriptor_FieldSubPathArrayOfValues
func (MethodDescriptorPathSelectorMetadataOwnerReferencesBlockOwnerDeletion) WithValue ¶
func (s MethodDescriptorPathSelectorMetadataOwnerReferencesBlockOwnerDeletion) WithValue(value bool) *MethodDescriptor_FieldSubPathValue
type MethodDescriptorPathSelectorMetadataOwnerReferencesController ¶
type MethodDescriptorPathSelectorMetadataOwnerReferencesController struct{}
func (MethodDescriptorPathSelectorMetadataOwnerReferencesController) WithArrayOfValues ¶
func (s MethodDescriptorPathSelectorMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *MethodDescriptor_FieldSubPathArrayOfValues
func (MethodDescriptorPathSelectorMetadataOwnerReferencesController) WithValue ¶
func (s MethodDescriptorPathSelectorMetadataOwnerReferencesController) WithValue(value bool) *MethodDescriptor_FieldSubPathValue
type MethodDescriptorPathSelectorMetadataOwnerReferencesKind ¶
type MethodDescriptorPathSelectorMetadataOwnerReferencesKind struct{}
func (MethodDescriptorPathSelectorMetadataOwnerReferencesKind) FieldPath ¶
func (MethodDescriptorPathSelectorMetadataOwnerReferencesKind) FieldPath() *MethodDescriptor_FieldSubPath
func (MethodDescriptorPathSelectorMetadataOwnerReferencesKind) WithArrayOfValues ¶
func (s MethodDescriptorPathSelectorMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *MethodDescriptor_FieldSubPathArrayOfValues
func (MethodDescriptorPathSelectorMetadataOwnerReferencesKind) WithValue ¶
func (s MethodDescriptorPathSelectorMetadataOwnerReferencesKind) WithValue(value string) *MethodDescriptor_FieldSubPathValue
type MethodDescriptorPathSelectorMetadataOwnerReferencesName ¶
type MethodDescriptorPathSelectorMetadataOwnerReferencesName struct{}
func (MethodDescriptorPathSelectorMetadataOwnerReferencesName) FieldPath ¶
func (MethodDescriptorPathSelectorMetadataOwnerReferencesName) FieldPath() *MethodDescriptor_FieldSubPath
func (MethodDescriptorPathSelectorMetadataOwnerReferencesName) WithArrayOfValues ¶
func (s MethodDescriptorPathSelectorMetadataOwnerReferencesName) WithArrayOfValues(values []string) *MethodDescriptor_FieldSubPathArrayOfValues
func (MethodDescriptorPathSelectorMetadataOwnerReferencesName) WithValue ¶
func (s MethodDescriptorPathSelectorMetadataOwnerReferencesName) WithValue(value string) *MethodDescriptor_FieldSubPathValue
type MethodDescriptorPathSelectorMetadataOwnerReferencesRegion ¶ added in v0.8.0
type MethodDescriptorPathSelectorMetadataOwnerReferencesRegion struct{}
func (MethodDescriptorPathSelectorMetadataOwnerReferencesRegion) WithArrayOfValues ¶ added in v0.8.0
func (s MethodDescriptorPathSelectorMetadataOwnerReferencesRegion) WithArrayOfValues(values []string) *MethodDescriptor_FieldSubPathArrayOfValues
func (MethodDescriptorPathSelectorMetadataOwnerReferencesRegion) WithValue ¶ added in v0.8.0
func (s MethodDescriptorPathSelectorMetadataOwnerReferencesRegion) WithValue(value string) *MethodDescriptor_FieldSubPathValue
type MethodDescriptorPathSelectorMetadataOwnerReferencesRequiresOwnerReference ¶ added in v0.8.0
type MethodDescriptorPathSelectorMetadataOwnerReferencesRequiresOwnerReference struct{}
func (MethodDescriptorPathSelectorMetadataOwnerReferencesRequiresOwnerReference) FieldPath ¶ added in v0.8.0
func (MethodDescriptorPathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues ¶ added in v0.8.0
func (s MethodDescriptorPathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues(values []bool) *MethodDescriptor_FieldSubPathArrayOfValues
func (MethodDescriptorPathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithValue ¶ added in v0.8.0
func (s MethodDescriptorPathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithValue(value bool) *MethodDescriptor_FieldSubPathValue
type MethodDescriptorPathSelectorMetadataOwnerReferencesVersion ¶ added in v0.8.0
type MethodDescriptorPathSelectorMetadataOwnerReferencesVersion struct{}
func (MethodDescriptorPathSelectorMetadataOwnerReferencesVersion) WithArrayOfValues ¶ added in v0.8.0
func (s MethodDescriptorPathSelectorMetadataOwnerReferencesVersion) WithArrayOfValues(values []string) *MethodDescriptor_FieldSubPathArrayOfValues
func (MethodDescriptorPathSelectorMetadataOwnerReferencesVersion) WithValue ¶ added in v0.8.0
func (s MethodDescriptorPathSelectorMetadataOwnerReferencesVersion) WithValue(value string) *MethodDescriptor_FieldSubPathValue
type MethodDescriptorPathSelectorMetadataResourceVersion ¶
type MethodDescriptorPathSelectorMetadataResourceVersion struct{}
func (MethodDescriptorPathSelectorMetadataResourceVersion) FieldPath ¶
func (MethodDescriptorPathSelectorMetadataResourceVersion) FieldPath() *MethodDescriptor_FieldSubPath
func (MethodDescriptorPathSelectorMetadataResourceVersion) WithArrayOfValues ¶
func (s MethodDescriptorPathSelectorMetadataResourceVersion) WithArrayOfValues(values []string) *MethodDescriptor_FieldSubPathArrayOfValues
func (MethodDescriptorPathSelectorMetadataResourceVersion) WithValue ¶
func (s MethodDescriptorPathSelectorMetadataResourceVersion) WithValue(value string) *MethodDescriptor_FieldSubPathValue
type MethodDescriptorPathSelectorMetadataShards ¶
type MethodDescriptorPathSelectorMetadataShards struct{}
func (MethodDescriptorPathSelectorMetadataShards) FieldPath ¶
func (MethodDescriptorPathSelectorMetadataShards) FieldPath() *MethodDescriptor_FieldSubPath
func (MethodDescriptorPathSelectorMetadataShards) WithArrayOfValues ¶
func (s MethodDescriptorPathSelectorMetadataShards) WithArrayOfValues(values []map[string]int64) *MethodDescriptor_FieldSubPathArrayOfValues
func (MethodDescriptorPathSelectorMetadataShards) WithValue ¶
func (s MethodDescriptorPathSelectorMetadataShards) WithValue(value map[string]int64) *MethodDescriptor_FieldSubPathValue
type MethodDescriptorPathSelectorMetadataSyncing ¶
type MethodDescriptorPathSelectorMetadataSyncing struct{}
func (MethodDescriptorPathSelectorMetadataSyncing) FieldPath ¶
func (MethodDescriptorPathSelectorMetadataSyncing) FieldPath() *MethodDescriptor_FieldSubPath
func (MethodDescriptorPathSelectorMetadataSyncing) OwningRegion ¶
func (MethodDescriptorPathSelectorMetadataSyncing) WithArrayOfValues ¶
func (s MethodDescriptorPathSelectorMetadataSyncing) WithArrayOfValues(values []*ntt_meta.SyncingMeta) *MethodDescriptor_FieldSubPathArrayOfValues
func (MethodDescriptorPathSelectorMetadataSyncing) WithValue ¶
func (s MethodDescriptorPathSelectorMetadataSyncing) WithValue(value *ntt_meta.SyncingMeta) *MethodDescriptor_FieldSubPathValue
type MethodDescriptorPathSelectorMetadataSyncingOwningRegion ¶
type MethodDescriptorPathSelectorMetadataSyncingOwningRegion struct{}
func (MethodDescriptorPathSelectorMetadataSyncingOwningRegion) FieldPath ¶
func (MethodDescriptorPathSelectorMetadataSyncingOwningRegion) FieldPath() *MethodDescriptor_FieldSubPath
func (MethodDescriptorPathSelectorMetadataSyncingOwningRegion) WithArrayOfValues ¶
func (s MethodDescriptorPathSelectorMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *MethodDescriptor_FieldSubPathArrayOfValues
func (MethodDescriptorPathSelectorMetadataSyncingOwningRegion) WithValue ¶
func (s MethodDescriptorPathSelectorMetadataSyncingOwningRegion) WithValue(value string) *MethodDescriptor_FieldSubPathValue
type MethodDescriptorPathSelectorMetadataSyncingRegions ¶
type MethodDescriptorPathSelectorMetadataSyncingRegions struct{}
func (MethodDescriptorPathSelectorMetadataSyncingRegions) FieldPath ¶
func (MethodDescriptorPathSelectorMetadataSyncingRegions) FieldPath() *MethodDescriptor_FieldSubPath
func (MethodDescriptorPathSelectorMetadataSyncingRegions) WithArrayOfValues ¶
func (s MethodDescriptorPathSelectorMetadataSyncingRegions) WithArrayOfValues(values [][]string) *MethodDescriptor_FieldSubPathArrayOfValues
func (MethodDescriptorPathSelectorMetadataSyncingRegions) WithItemValue ¶
func (s MethodDescriptorPathSelectorMetadataSyncingRegions) WithItemValue(value string) *MethodDescriptor_FieldSubPathArrayItemValue
func (MethodDescriptorPathSelectorMetadataSyncingRegions) WithValue ¶
func (s MethodDescriptorPathSelectorMetadataSyncingRegions) WithValue(value []string) *MethodDescriptor_FieldSubPathValue
type MethodDescriptorPathSelectorMetadataTags ¶
type MethodDescriptorPathSelectorMetadataTags struct{}
func (MethodDescriptorPathSelectorMetadataTags) FieldPath ¶
func (MethodDescriptorPathSelectorMetadataTags) FieldPath() *MethodDescriptor_FieldSubPath
func (MethodDescriptorPathSelectorMetadataTags) WithArrayOfValues ¶
func (s MethodDescriptorPathSelectorMetadataTags) WithArrayOfValues(values [][]string) *MethodDescriptor_FieldSubPathArrayOfValues
func (MethodDescriptorPathSelectorMetadataTags) WithItemValue ¶
func (s MethodDescriptorPathSelectorMetadataTags) WithItemValue(value string) *MethodDescriptor_FieldSubPathArrayItemValue
func (MethodDescriptorPathSelectorMetadataTags) WithValue ¶
func (s MethodDescriptorPathSelectorMetadataTags) WithValue(value []string) *MethodDescriptor_FieldSubPathValue
type MethodDescriptorPathSelectorMetadataUpdateTime ¶
type MethodDescriptorPathSelectorMetadataUpdateTime struct{}
func (MethodDescriptorPathSelectorMetadataUpdateTime) FieldPath ¶
func (MethodDescriptorPathSelectorMetadataUpdateTime) FieldPath() *MethodDescriptor_FieldSubPath
func (MethodDescriptorPathSelectorMetadataUpdateTime) WithArrayOfValues ¶
func (s MethodDescriptorPathSelectorMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *MethodDescriptor_FieldSubPathArrayOfValues
func (MethodDescriptorPathSelectorMetadataUpdateTime) WithValue ¶
func (s MethodDescriptorPathSelectorMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *MethodDescriptor_FieldSubPathValue
type MethodDescriptorPathSelectorMetadataUuid ¶
type MethodDescriptorPathSelectorMetadataUuid struct{}
func (MethodDescriptorPathSelectorMetadataUuid) FieldPath ¶
func (MethodDescriptorPathSelectorMetadataUuid) FieldPath() *MethodDescriptor_FieldSubPath
func (MethodDescriptorPathSelectorMetadataUuid) WithArrayOfValues ¶
func (s MethodDescriptorPathSelectorMetadataUuid) WithArrayOfValues(values []string) *MethodDescriptor_FieldSubPathArrayOfValues
func (MethodDescriptorPathSelectorMetadataUuid) WithValue ¶
func (s MethodDescriptorPathSelectorMetadataUuid) WithValue(value string) *MethodDescriptor_FieldSubPathValue
type MethodDescriptorPathSelectorName ¶
type MethodDescriptorPathSelectorName struct{}
func (MethodDescriptorPathSelectorName) FieldPath ¶
func (MethodDescriptorPathSelectorName) FieldPath() *MethodDescriptor_FieldTerminalPath
func (MethodDescriptorPathSelectorName) WithArrayOfValues ¶
func (s MethodDescriptorPathSelectorName) WithArrayOfValues(values []*Name) *MethodDescriptor_FieldTerminalPathArrayOfValues
func (MethodDescriptorPathSelectorName) WithValue ¶
func (s MethodDescriptorPathSelectorName) WithValue(value *Name) *MethodDescriptor_FieldTerminalPathValue
type MethodDescriptorPathSelectorPromotedLabelKeySets ¶
type MethodDescriptorPathSelectorPromotedLabelKeySets struct{}
func (MethodDescriptorPathSelectorPromotedLabelKeySets) FieldPath ¶
func (MethodDescriptorPathSelectorPromotedLabelKeySets) FieldPath() *MethodDescriptor_FieldTerminalPath
func (MethodDescriptorPathSelectorPromotedLabelKeySets) WithArrayOfValues ¶
func (s MethodDescriptorPathSelectorPromotedLabelKeySets) WithArrayOfValues(values [][]*audit_common.LabelKeySet) *MethodDescriptor_FieldTerminalPathArrayOfValues
func (MethodDescriptorPathSelectorPromotedLabelKeySets) WithItemValue ¶
func (s MethodDescriptorPathSelectorPromotedLabelKeySets) WithItemValue(value *audit_common.LabelKeySet) *MethodDescriptor_FieldTerminalPathArrayItemValue
func (MethodDescriptorPathSelectorPromotedLabelKeySets) WithSubArrayItemValue ¶
func (s MethodDescriptorPathSelectorPromotedLabelKeySets) WithSubArrayItemValue(subPathArrayItemValue audit_common.LabelKeySet_FieldPathArrayItemValue) *MethodDescriptor_FieldSubPathArrayItemValue
func (MethodDescriptorPathSelectorPromotedLabelKeySets) WithSubArrayOfValues ¶
func (s MethodDescriptorPathSelectorPromotedLabelKeySets) WithSubArrayOfValues(subPathArrayOfValues audit_common.LabelKeySet_FieldPathArrayOfValues) *MethodDescriptor_FieldSubPathArrayOfValues
func (MethodDescriptorPathSelectorPromotedLabelKeySets) WithSubPath ¶
func (MethodDescriptorPathSelectorPromotedLabelKeySets) WithSubPath(subPath audit_common.LabelKeySet_FieldPath) *MethodDescriptor_FieldSubPath
func (MethodDescriptorPathSelectorPromotedLabelKeySets) WithSubValue ¶
func (s MethodDescriptorPathSelectorPromotedLabelKeySets) WithSubValue(subPathValue audit_common.LabelKeySet_FieldPathValue) *MethodDescriptor_FieldSubPathValue
func (MethodDescriptorPathSelectorPromotedLabelKeySets) WithValue ¶
func (s MethodDescriptorPathSelectorPromotedLabelKeySets) WithValue(value []*audit_common.LabelKeySet) *MethodDescriptor_FieldTerminalPathValue
type MethodDescriptorPathSelectorPromotedLabelKeySetsLabelKeys ¶
type MethodDescriptorPathSelectorPromotedLabelKeySetsLabelKeys struct{}
func (MethodDescriptorPathSelectorPromotedLabelKeySetsLabelKeys) WithArrayOfValues ¶
func (s MethodDescriptorPathSelectorPromotedLabelKeySetsLabelKeys) WithArrayOfValues(values [][]string) *MethodDescriptor_FieldSubPathArrayOfValues
func (MethodDescriptorPathSelectorPromotedLabelKeySetsLabelKeys) WithItemValue ¶
func (s MethodDescriptorPathSelectorPromotedLabelKeySetsLabelKeys) WithItemValue(value string) *MethodDescriptor_FieldSubPathArrayItemValue
func (MethodDescriptorPathSelectorPromotedLabelKeySetsLabelKeys) WithValue ¶
func (s MethodDescriptorPathSelectorPromotedLabelKeySetsLabelKeys) WithValue(value []string) *MethodDescriptor_FieldSubPathValue
type MethodDescriptorPathSelectorPromotedLabelKeySetsVersions ¶
type MethodDescriptorPathSelectorPromotedLabelKeySetsVersions struct{}
func (MethodDescriptorPathSelectorPromotedLabelKeySetsVersions) WithArrayOfValues ¶
func (s MethodDescriptorPathSelectorPromotedLabelKeySetsVersions) WithArrayOfValues(values [][]string) *MethodDescriptor_FieldSubPathArrayOfValues
func (MethodDescriptorPathSelectorPromotedLabelKeySetsVersions) WithItemValue ¶
func (s MethodDescriptorPathSelectorPromotedLabelKeySetsVersions) WithItemValue(value string) *MethodDescriptor_FieldSubPathArrayItemValue
func (MethodDescriptorPathSelectorPromotedLabelKeySetsVersions) WithValue ¶
func (s MethodDescriptorPathSelectorPromotedLabelKeySetsVersions) WithValue(value []string) *MethodDescriptor_FieldSubPathValue
type MethodDescriptorPathSelectorVersions ¶
type MethodDescriptorPathSelectorVersions struct{}
func (MethodDescriptorPathSelectorVersions) FieldPath ¶
func (MethodDescriptorPathSelectorVersions) FieldPath() *MethodDescriptor_FieldTerminalPath
func (MethodDescriptorPathSelectorVersions) WithArrayOfValues ¶
func (s MethodDescriptorPathSelectorVersions) WithArrayOfValues(values [][]string) *MethodDescriptor_FieldTerminalPathArrayOfValues
func (MethodDescriptorPathSelectorVersions) WithItemValue ¶
func (s MethodDescriptorPathSelectorVersions) WithItemValue(value string) *MethodDescriptor_FieldTerminalPathArrayItemValue
func (MethodDescriptorPathSelectorVersions) WithValue ¶
func (s MethodDescriptorPathSelectorVersions) WithValue(value []string) *MethodDescriptor_FieldTerminalPathValue
type MethodDescriptorReferenceList ¶
type MethodDescriptorReferenceList []*Reference
func (MethodDescriptorReferenceList) Append ¶
func (l MethodDescriptorReferenceList) Append(ref gotenresource.Reference) gotenresource.ReferenceList
func (MethodDescriptorReferenceList) AppendList ¶
func (l MethodDescriptorReferenceList) AppendList(list gotenresource.ReferenceList) gotenresource.ReferenceList
func (MethodDescriptorReferenceList) At ¶
func (l MethodDescriptorReferenceList) At(idx int) gotenresource.Reference
func (MethodDescriptorReferenceList) Length ¶
func (l MethodDescriptorReferenceList) Length() int
func (MethodDescriptorReferenceList) Set ¶
func (l MethodDescriptorReferenceList) Set(idx int, ref gotenresource.Reference)
func (MethodDescriptorReferenceList) Slice ¶
func (l MethodDescriptorReferenceList) Slice(first, second int) gotenresource.ReferenceList
type MethodDescriptor_FieldMask ¶
type MethodDescriptor_FieldMask struct {
Paths []MethodDescriptor_FieldPath
}
func FullMethodDescriptor_FieldMask ¶
func FullMethodDescriptor_FieldMask() *MethodDescriptor_FieldMask
func ResourceViewFieldMask ¶
func ResourceViewFieldMask(viewName view.View, extraMask *MethodDescriptor_FieldMask) *MethodDescriptor_FieldMask
func (*MethodDescriptor_FieldMask) AppendPath ¶
func (fieldMask *MethodDescriptor_FieldMask) AppendPath(path MethodDescriptor_FieldPath)
func (*MethodDescriptor_FieldMask) AppendRawPath ¶
func (fieldMask *MethodDescriptor_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*MethodDescriptor_FieldMask) DecodeFirestore ¶
func (fieldMask *MethodDescriptor_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*MethodDescriptor_FieldMask) EncodeFirestore ¶
func (fieldMask *MethodDescriptor_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*MethodDescriptor_FieldMask) FilterInputFields ¶
func (fieldMask *MethodDescriptor_FieldMask) FilterInputFields() *MethodDescriptor_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*MethodDescriptor_FieldMask) FromProtoFieldMask ¶
func (fieldMask *MethodDescriptor_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*MethodDescriptor_FieldMask) GetPaths ¶
func (fieldMask *MethodDescriptor_FieldMask) GetPaths() []MethodDescriptor_FieldPath
func (*MethodDescriptor_FieldMask) GetRawPaths ¶
func (fieldMask *MethodDescriptor_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*MethodDescriptor_FieldMask) IsFull ¶
func (fieldMask *MethodDescriptor_FieldMask) IsFull() bool
func (MethodDescriptor_FieldMask) Marshal ¶
func (fieldMask MethodDescriptor_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (MethodDescriptor_FieldMask) MarshalJSON ¶
func (fieldMask MethodDescriptor_FieldMask) MarshalJSON() ([]byte, error)
func (*MethodDescriptor_FieldMask) PathsCount ¶
func (fieldMask *MethodDescriptor_FieldMask) PathsCount() int
func (*MethodDescriptor_FieldMask) Project ¶
func (fieldMask *MethodDescriptor_FieldMask) Project(source *MethodDescriptor) *MethodDescriptor
func (*MethodDescriptor_FieldMask) ProjectRaw ¶
func (fieldMask *MethodDescriptor_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*MethodDescriptor_FieldMask) ProtoMessage ¶
func (fieldMask *MethodDescriptor_FieldMask) ProtoMessage()
func (*MethodDescriptor_FieldMask) ProtoReflect ¶
func (fieldMask *MethodDescriptor_FieldMask) ProtoReflect() preflect.Message
func (*MethodDescriptor_FieldMask) Reset ¶
func (fieldMask *MethodDescriptor_FieldMask) Reset()
func (*MethodDescriptor_FieldMask) Set ¶
func (fieldMask *MethodDescriptor_FieldMask) Set(target, source *MethodDescriptor)
func (*MethodDescriptor_FieldMask) SetFromCliFlag ¶
func (fieldMask *MethodDescriptor_FieldMask) SetFromCliFlag(raw string) error
func (*MethodDescriptor_FieldMask) SetRaw ¶
func (fieldMask *MethodDescriptor_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*MethodDescriptor_FieldMask) Size ¶
func (fieldMask *MethodDescriptor_FieldMask) Size() int
func (*MethodDescriptor_FieldMask) String ¶
func (fieldMask *MethodDescriptor_FieldMask) String() string
func (*MethodDescriptor_FieldMask) Subtract ¶
func (fieldMask *MethodDescriptor_FieldMask) Subtract(other *MethodDescriptor_FieldMask) *MethodDescriptor_FieldMask
func (*MethodDescriptor_FieldMask) SubtractRaw ¶
func (fieldMask *MethodDescriptor_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*MethodDescriptor_FieldMask) ToProtoFieldMask ¶
func (fieldMask *MethodDescriptor_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*MethodDescriptor_FieldMask) Unmarshal ¶
func (fieldMask *MethodDescriptor_FieldMask) Unmarshal(data []byte) error
func (*MethodDescriptor_FieldMask) UnmarshalJSON ¶
func (fieldMask *MethodDescriptor_FieldMask) UnmarshalJSON(data []byte) error
type MethodDescriptor_FieldPath ¶
type MethodDescriptor_FieldPath interface { gotenobject.FieldPath Selector() MethodDescriptor_FieldPathSelector Get(source *MethodDescriptor) []interface{} GetSingle(source *MethodDescriptor) (interface{}, bool) ClearValue(item *MethodDescriptor) // Those methods build corresponding MethodDescriptor_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) MethodDescriptor_FieldPathValue WithIArrayOfValues(values interface{}) MethodDescriptor_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) MethodDescriptor_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildMethodDescriptor_FieldPath ¶
func BuildMethodDescriptor_FieldPath(fp gotenobject.RawFieldPath) (MethodDescriptor_FieldPath, error)
func MustParseMethodDescriptor_FieldPath ¶
func MustParseMethodDescriptor_FieldPath(rawField string) MethodDescriptor_FieldPath
func ParseMethodDescriptor_FieldPath ¶
func ParseMethodDescriptor_FieldPath(rawField string) (MethodDescriptor_FieldPath, error)
type MethodDescriptor_FieldPathArrayItemValue ¶
type MethodDescriptor_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue MethodDescriptor_FieldPath ContainsValue(*MethodDescriptor) bool }
MethodDescriptor_FieldPathArrayItemValue allows storing single item in Path-specific values for MethodDescriptor according to their type Present only for array (repeated) types.
func MustParseMethodDescriptor_FieldPathArrayItemValue ¶
func MustParseMethodDescriptor_FieldPathArrayItemValue(pathStr, valueStr string) MethodDescriptor_FieldPathArrayItemValue
func ParseMethodDescriptor_FieldPathArrayItemValue ¶
func ParseMethodDescriptor_FieldPathArrayItemValue(pathStr, valueStr string) (MethodDescriptor_FieldPathArrayItemValue, error)
ParseMethodDescriptor_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type MethodDescriptor_FieldPathArrayOfValues ¶
type MethodDescriptor_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues MethodDescriptor_FieldPath }
MethodDescriptor_FieldPathArrayOfValues allows storing slice of values for MethodDescriptor fields according to their type
func MustParseMethodDescriptor_FieldPathArrayOfValues ¶
func MustParseMethodDescriptor_FieldPathArrayOfValues(pathStr, valuesStr string) MethodDescriptor_FieldPathArrayOfValues
func ParseMethodDescriptor_FieldPathArrayOfValues ¶
func ParseMethodDescriptor_FieldPathArrayOfValues(pathStr, valuesStr string) (MethodDescriptor_FieldPathArrayOfValues, error)
type MethodDescriptor_FieldPathSelector ¶
type MethodDescriptor_FieldPathSelector int32
const ( MethodDescriptor_FieldPathSelectorName MethodDescriptor_FieldPathSelector = 0 MethodDescriptor_FieldPathSelectorDisplayName MethodDescriptor_FieldPathSelector = 1 MethodDescriptor_FieldPathSelectorDescription MethodDescriptor_FieldPathSelector = 2 MethodDescriptor_FieldPathSelectorLabels MethodDescriptor_FieldPathSelector = 3 MethodDescriptor_FieldPathSelectorPromotedLabelKeySets MethodDescriptor_FieldPathSelector = 4 MethodDescriptor_FieldPathSelectorVersions MethodDescriptor_FieldPathSelector = 5 MethodDescriptor_FieldPathSelectorMetadata MethodDescriptor_FieldPathSelector = 6 )
func (MethodDescriptor_FieldPathSelector) String ¶
func (s MethodDescriptor_FieldPathSelector) String() string
type MethodDescriptor_FieldPathValue ¶
type MethodDescriptor_FieldPathValue interface { MethodDescriptor_FieldPath gotenobject.FieldPathValue SetTo(target **MethodDescriptor) CompareWith(*MethodDescriptor) (cmp int, comparable bool) }
MethodDescriptor_FieldPathValue allows storing values for MethodDescriptor fields according to their type
func MustParseMethodDescriptor_FieldPathValue ¶
func MustParseMethodDescriptor_FieldPathValue(pathStr, valueStr string) MethodDescriptor_FieldPathValue
func ParseMethodDescriptor_FieldPathValue ¶
func ParseMethodDescriptor_FieldPathValue(pathStr, valueStr string) (MethodDescriptor_FieldPathValue, error)
type MethodDescriptor_FieldSubPath ¶
type MethodDescriptor_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*MethodDescriptor_FieldSubPath) AsLabelsSubPath ¶
func (fps *MethodDescriptor_FieldSubPath) AsLabelsSubPath() (audit_common.LabelDescriptor_FieldPath, bool)
func (*MethodDescriptor_FieldSubPath) AsMetadataSubPath ¶
func (fps *MethodDescriptor_FieldSubPath) AsMetadataSubPath() (ntt_meta.Meta_FieldPath, bool)
func (*MethodDescriptor_FieldSubPath) AsPromotedLabelKeySetsSubPath ¶
func (fps *MethodDescriptor_FieldSubPath) AsPromotedLabelKeySetsSubPath() (audit_common.LabelKeySet_FieldPath, bool)
func (*MethodDescriptor_FieldSubPath) ClearValue ¶
func (fps *MethodDescriptor_FieldSubPath) ClearValue(item *MethodDescriptor)
func (*MethodDescriptor_FieldSubPath) ClearValueRaw ¶
func (fps *MethodDescriptor_FieldSubPath) ClearValueRaw(item proto.Message)
func (*MethodDescriptor_FieldSubPath) Get ¶
func (fps *MethodDescriptor_FieldSubPath) Get(source *MethodDescriptor) (values []interface{})
Get returns all values pointed by selected field from source MethodDescriptor
func (*MethodDescriptor_FieldSubPath) GetDefault ¶
func (fps *MethodDescriptor_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*MethodDescriptor_FieldSubPath) GetRaw ¶
func (fps *MethodDescriptor_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*MethodDescriptor_FieldSubPath) GetSingle ¶
func (fps *MethodDescriptor_FieldSubPath) GetSingle(source *MethodDescriptor) (interface{}, bool)
GetSingle returns value of selected field from source MethodDescriptor
func (*MethodDescriptor_FieldSubPath) GetSingleRaw ¶
func (fps *MethodDescriptor_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*MethodDescriptor_FieldSubPath) IsLeaf ¶
func (fps *MethodDescriptor_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*MethodDescriptor_FieldSubPath) JSONString ¶
func (fps *MethodDescriptor_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*MethodDescriptor_FieldSubPath) Selector ¶
func (fps *MethodDescriptor_FieldSubPath) Selector() MethodDescriptor_FieldPathSelector
func (*MethodDescriptor_FieldSubPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fps *MethodDescriptor_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*MethodDescriptor_FieldSubPath) String ¶
func (fps *MethodDescriptor_FieldSubPath) String() string
String returns path representation in proto convention
func (*MethodDescriptor_FieldSubPath) WithIArrayItemValue ¶
func (fps *MethodDescriptor_FieldSubPath) WithIArrayItemValue(value interface{}) MethodDescriptor_FieldPathArrayItemValue
func (*MethodDescriptor_FieldSubPath) WithIArrayOfValues ¶
func (fps *MethodDescriptor_FieldSubPath) WithIArrayOfValues(values interface{}) MethodDescriptor_FieldPathArrayOfValues
func (*MethodDescriptor_FieldSubPath) WithIValue ¶
func (fps *MethodDescriptor_FieldSubPath) WithIValue(value interface{}) MethodDescriptor_FieldPathValue
func (*MethodDescriptor_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *MethodDescriptor_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*MethodDescriptor_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *MethodDescriptor_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*MethodDescriptor_FieldSubPath) WithRawIValue ¶
func (fps *MethodDescriptor_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type MethodDescriptor_FieldSubPathArrayItemValue ¶
type MethodDescriptor_FieldSubPathArrayItemValue struct { MethodDescriptor_FieldPath // contains filtered or unexported fields }
func (*MethodDescriptor_FieldSubPathArrayItemValue) AsLabelsPathItemValue ¶
func (fpaivs *MethodDescriptor_FieldSubPathArrayItemValue) AsLabelsPathItemValue() (audit_common.LabelDescriptor_FieldPathArrayItemValue, bool)
func (*MethodDescriptor_FieldSubPathArrayItemValue) AsMetadataPathItemValue ¶
func (fpaivs *MethodDescriptor_FieldSubPathArrayItemValue) AsMetadataPathItemValue() (ntt_meta.Meta_FieldPathArrayItemValue, bool)
func (*MethodDescriptor_FieldSubPathArrayItemValue) AsPromotedLabelKeySetsPathItemValue ¶
func (fpaivs *MethodDescriptor_FieldSubPathArrayItemValue) AsPromotedLabelKeySetsPathItemValue() (audit_common.LabelKeySet_FieldPathArrayItemValue, bool)
func (*MethodDescriptor_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *MethodDescriptor_FieldSubPathArrayItemValue) ContainsValue(source *MethodDescriptor) bool
Contains returns a boolean indicating if value that is being held is present in given 'MethodDescriptor'
func (*MethodDescriptor_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *MethodDescriptor_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type MethodDescriptor_FieldSubPathArrayOfValues ¶
type MethodDescriptor_FieldSubPathArrayOfValues struct { MethodDescriptor_FieldPath // contains filtered or unexported fields }
func (*MethodDescriptor_FieldSubPathArrayOfValues) AsLabelsPathArrayOfValues ¶
func (fpsaov *MethodDescriptor_FieldSubPathArrayOfValues) AsLabelsPathArrayOfValues() (audit_common.LabelDescriptor_FieldPathArrayOfValues, bool)
func (*MethodDescriptor_FieldSubPathArrayOfValues) AsMetadataPathArrayOfValues ¶
func (fpsaov *MethodDescriptor_FieldSubPathArrayOfValues) AsMetadataPathArrayOfValues() (ntt_meta.Meta_FieldPathArrayOfValues, bool)
func (*MethodDescriptor_FieldSubPathArrayOfValues) AsPromotedLabelKeySetsPathArrayOfValues ¶
func (fpsaov *MethodDescriptor_FieldSubPathArrayOfValues) AsPromotedLabelKeySetsPathArrayOfValues() (audit_common.LabelKeySet_FieldPathArrayOfValues, bool)
func (*MethodDescriptor_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *MethodDescriptor_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type MethodDescriptor_FieldSubPathValue ¶
type MethodDescriptor_FieldSubPathValue struct { MethodDescriptor_FieldPath // contains filtered or unexported fields }
func (*MethodDescriptor_FieldSubPathValue) AsLabelsPathValue ¶
func (fpvs *MethodDescriptor_FieldSubPathValue) AsLabelsPathValue() (audit_common.LabelDescriptor_FieldPathValue, bool)
func (*MethodDescriptor_FieldSubPathValue) AsMetadataPathValue ¶
func (fpvs *MethodDescriptor_FieldSubPathValue) AsMetadataPathValue() (ntt_meta.Meta_FieldPathValue, bool)
func (*MethodDescriptor_FieldSubPathValue) AsPromotedLabelKeySetsPathValue ¶
func (fpvs *MethodDescriptor_FieldSubPathValue) AsPromotedLabelKeySetsPathValue() (audit_common.LabelKeySet_FieldPathValue, bool)
func (*MethodDescriptor_FieldSubPathValue) CompareWith ¶
func (fpvs *MethodDescriptor_FieldSubPathValue) CompareWith(source *MethodDescriptor) (int, bool)
func (*MethodDescriptor_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *MethodDescriptor_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*MethodDescriptor_FieldSubPathValue) GetRawValue ¶
func (fpvs *MethodDescriptor_FieldSubPathValue) GetRawValue() interface{}
func (*MethodDescriptor_FieldSubPathValue) SetTo ¶
func (fpvs *MethodDescriptor_FieldSubPathValue) SetTo(target **MethodDescriptor)
func (*MethodDescriptor_FieldSubPathValue) SetToRaw ¶
func (fpvs *MethodDescriptor_FieldSubPathValue) SetToRaw(target proto.Message)
type MethodDescriptor_FieldTerminalPath ¶
type MethodDescriptor_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*MethodDescriptor_FieldTerminalPath) ClearValue ¶
func (fp *MethodDescriptor_FieldTerminalPath) ClearValue(item *MethodDescriptor)
func (*MethodDescriptor_FieldTerminalPath) ClearValueRaw ¶
func (fp *MethodDescriptor_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*MethodDescriptor_FieldTerminalPath) Get ¶
func (fp *MethodDescriptor_FieldTerminalPath) Get(source *MethodDescriptor) (values []interface{})
Get returns all values pointed by specific field from source MethodDescriptor
func (*MethodDescriptor_FieldTerminalPath) GetDefault ¶
func (fp *MethodDescriptor_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*MethodDescriptor_FieldTerminalPath) GetRaw ¶
func (fp *MethodDescriptor_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*MethodDescriptor_FieldTerminalPath) GetSingle ¶
func (fp *MethodDescriptor_FieldTerminalPath) GetSingle(source *MethodDescriptor) (interface{}, bool)
GetSingle returns value pointed by specific field of from source MethodDescriptor
func (*MethodDescriptor_FieldTerminalPath) GetSingleRaw ¶
func (fp *MethodDescriptor_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*MethodDescriptor_FieldTerminalPath) IsLeaf ¶
func (fp *MethodDescriptor_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*MethodDescriptor_FieldTerminalPath) JSONString ¶
func (fp *MethodDescriptor_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*MethodDescriptor_FieldTerminalPath) Selector ¶
func (fp *MethodDescriptor_FieldTerminalPath) Selector() MethodDescriptor_FieldPathSelector
func (*MethodDescriptor_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *MethodDescriptor_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*MethodDescriptor_FieldTerminalPath) String ¶
func (fp *MethodDescriptor_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*MethodDescriptor_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *MethodDescriptor_FieldTerminalPath) WithIArrayItemValue(value interface{}) MethodDescriptor_FieldPathArrayItemValue
func (*MethodDescriptor_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *MethodDescriptor_FieldTerminalPath) WithIArrayOfValues(values interface{}) MethodDescriptor_FieldPathArrayOfValues
func (*MethodDescriptor_FieldTerminalPath) WithIValue ¶
func (fp *MethodDescriptor_FieldTerminalPath) WithIValue(value interface{}) MethodDescriptor_FieldPathValue
func (*MethodDescriptor_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *MethodDescriptor_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*MethodDescriptor_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *MethodDescriptor_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*MethodDescriptor_FieldTerminalPath) WithRawIValue ¶
func (fp *MethodDescriptor_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type MethodDescriptor_FieldTerminalPathArrayItemValue ¶
type MethodDescriptor_FieldTerminalPathArrayItemValue struct { MethodDescriptor_FieldTerminalPath // contains filtered or unexported fields }
func (*MethodDescriptor_FieldTerminalPathArrayItemValue) AsLabelsItemValue ¶
func (fpaiv *MethodDescriptor_FieldTerminalPathArrayItemValue) AsLabelsItemValue() (*audit_common.LabelDescriptor, bool)
func (*MethodDescriptor_FieldTerminalPathArrayItemValue) AsPromotedLabelKeySetsItemValue ¶
func (fpaiv *MethodDescriptor_FieldTerminalPathArrayItemValue) AsPromotedLabelKeySetsItemValue() (*audit_common.LabelKeySet, bool)
func (*MethodDescriptor_FieldTerminalPathArrayItemValue) AsVersionsItemValue ¶
func (fpaiv *MethodDescriptor_FieldTerminalPathArrayItemValue) AsVersionsItemValue() (string, bool)
func (*MethodDescriptor_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *MethodDescriptor_FieldTerminalPathArrayItemValue) ContainsValue(source *MethodDescriptor) bool
Contains returns a boolean indicating if value that is being held is present in given 'MethodDescriptor'
func (*MethodDescriptor_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *MethodDescriptor_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object MethodDescriptor as interface{}
func (*MethodDescriptor_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *MethodDescriptor_FieldTerminalPathArrayItemValue) GetSingle(source *MethodDescriptor) (interface{}, bool)
func (*MethodDescriptor_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *MethodDescriptor_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type MethodDescriptor_FieldTerminalPathArrayOfValues ¶
type MethodDescriptor_FieldTerminalPathArrayOfValues struct { MethodDescriptor_FieldTerminalPath // contains filtered or unexported fields }
func (*MethodDescriptor_FieldTerminalPathArrayOfValues) AsDescriptionArrayOfValues ¶
func (fpaov *MethodDescriptor_FieldTerminalPathArrayOfValues) AsDescriptionArrayOfValues() ([]string, bool)
func (*MethodDescriptor_FieldTerminalPathArrayOfValues) AsDisplayNameArrayOfValues ¶
func (fpaov *MethodDescriptor_FieldTerminalPathArrayOfValues) AsDisplayNameArrayOfValues() ([]string, bool)
func (*MethodDescriptor_FieldTerminalPathArrayOfValues) AsLabelsArrayOfValues ¶
func (fpaov *MethodDescriptor_FieldTerminalPathArrayOfValues) AsLabelsArrayOfValues() ([][]*audit_common.LabelDescriptor, bool)
func (*MethodDescriptor_FieldTerminalPathArrayOfValues) AsMetadataArrayOfValues ¶
func (fpaov *MethodDescriptor_FieldTerminalPathArrayOfValues) AsMetadataArrayOfValues() ([]*ntt_meta.Meta, bool)
func (*MethodDescriptor_FieldTerminalPathArrayOfValues) AsNameArrayOfValues ¶
func (fpaov *MethodDescriptor_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*Name, bool)
func (*MethodDescriptor_FieldTerminalPathArrayOfValues) AsPromotedLabelKeySetsArrayOfValues ¶
func (fpaov *MethodDescriptor_FieldTerminalPathArrayOfValues) AsPromotedLabelKeySetsArrayOfValues() ([][]*audit_common.LabelKeySet, bool)
func (*MethodDescriptor_FieldTerminalPathArrayOfValues) AsVersionsArrayOfValues ¶
func (fpaov *MethodDescriptor_FieldTerminalPathArrayOfValues) AsVersionsArrayOfValues() ([][]string, bool)
func (*MethodDescriptor_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *MethodDescriptor_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type MethodDescriptor_FieldTerminalPathValue ¶
type MethodDescriptor_FieldTerminalPathValue struct { MethodDescriptor_FieldTerminalPath // contains filtered or unexported fields }
func (*MethodDescriptor_FieldTerminalPathValue) AsDescriptionValue ¶
func (fpv *MethodDescriptor_FieldTerminalPathValue) AsDescriptionValue() (string, bool)
func (*MethodDescriptor_FieldTerminalPathValue) AsDisplayNameValue ¶
func (fpv *MethodDescriptor_FieldTerminalPathValue) AsDisplayNameValue() (string, bool)
func (*MethodDescriptor_FieldTerminalPathValue) AsLabelsValue ¶
func (fpv *MethodDescriptor_FieldTerminalPathValue) AsLabelsValue() ([]*audit_common.LabelDescriptor, bool)
func (*MethodDescriptor_FieldTerminalPathValue) AsMetadataValue ¶
func (fpv *MethodDescriptor_FieldTerminalPathValue) AsMetadataValue() (*ntt_meta.Meta, bool)
func (*MethodDescriptor_FieldTerminalPathValue) AsNameValue ¶
func (fpv *MethodDescriptor_FieldTerminalPathValue) AsNameValue() (*Name, bool)
func (*MethodDescriptor_FieldTerminalPathValue) AsPromotedLabelKeySetsValue ¶
func (fpv *MethodDescriptor_FieldTerminalPathValue) AsPromotedLabelKeySetsValue() ([]*audit_common.LabelKeySet, bool)
func (*MethodDescriptor_FieldTerminalPathValue) AsVersionsValue ¶
func (fpv *MethodDescriptor_FieldTerminalPathValue) AsVersionsValue() ([]string, bool)
func (*MethodDescriptor_FieldTerminalPathValue) CompareWith ¶
func (fpv *MethodDescriptor_FieldTerminalPathValue) CompareWith(source *MethodDescriptor) (int, bool)
CompareWith compares value in the 'MethodDescriptor_FieldTerminalPathValue' with the value under path in 'MethodDescriptor'.
func (*MethodDescriptor_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *MethodDescriptor_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*MethodDescriptor_FieldTerminalPathValue) GetRawValue ¶
func (fpv *MethodDescriptor_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'MethodDescriptor' as interface{}
func (*MethodDescriptor_FieldTerminalPathValue) SetTo ¶
func (fpv *MethodDescriptor_FieldTerminalPathValue) SetTo(target **MethodDescriptor)
SetTo stores value for selected field for object MethodDescriptor
func (*MethodDescriptor_FieldTerminalPathValue) SetToRaw ¶
func (fpv *MethodDescriptor_FieldTerminalPathValue) SetToRaw(target proto.Message)
type Name ¶
type Name struct { NamePattern MethodDescriptorId string `firestore:"methodDescriptorId"` }
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 ¶ added in v0.8.0
func (name *Name) GetIParentName() gotenresource.Name
func (*Name) GetIUnderlyingParentName ¶ added in v0.8.0
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) Reference ¶
func (b *NameBuilder) Reference() *Reference
func (*NameBuilder) SetId ¶
func (b *NameBuilder) SetId(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 *MethodDescriptor) int
func (*OrderBy) CompareRaw ¶
func (orderBy *OrderBy) CompareRaw(left, right gotenresource.Resource) int
func (*OrderBy) GetFieldMask ¶
func (orderBy *OrderBy) GetFieldMask() *MethodDescriptor_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 MethodDescriptorList, elem *MethodDescriptor) (MethodDescriptorList, 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 MethodDescriptorList)
func (*OrderBy) SortRaw ¶
func (orderBy *OrderBy) SortRaw(results gotenresource.ResourceList)
type OrderByField ¶
type OrderByField struct { FieldPath MethodDescriptor_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 *MethodDescriptor) 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 ¶ added in v0.8.0
func (p *PagerQuery) SetCursor(cursor gotenresource.Cursor)
func (*PagerQuery) SetLimit ¶ added in v0.8.0
func (p *PagerQuery) SetLimit(limit int)
func (*PagerQuery) SetOrderBy ¶ added in v0.8.0
func (p *PagerQuery) SetOrderBy(orderBy gotenresource.OrderBy)
func (*PagerQuery) SetPageDirection ¶ added in v0.8.0
func (p *PagerQuery) SetPageDirection(direction gotenresource.PageDirection)
func (*PagerQuery) SetPeekForward ¶ added in v0.8.0
func (p *PagerQuery) SetPeekForward(peekForward bool)
type QueryResultChange ¶
type QueryResultChange struct { Changes []*MethodDescriptorChange 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 { MethodDescriptors []*MethodDescriptor PrevPageCursor *PagerCursor NextPageCursor *PagerCursor TotalResultsCount int32 CurrentOffset int32 }
func (*QueryResultSnapshot) GetNextPageCursor ¶
func (qr *QueryResultSnapshot) GetNextPageCursor() gotenresource.Cursor
func (*QueryResultSnapshot) GetPagingInfo ¶ added in v0.10.1
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 ¶ added in v0.10.1
func (qr *QueryResultSnapshot) SetPagingInfo(totalCount, offset int32)
func (*QueryResultSnapshot) SetResults ¶
func (qr *QueryResultSnapshot) SetResults(results gotenresource.ResourceList)
type Reference ¶
type Reference struct { Name // contains filtered or unexported fields }
func MakeReference ¶
func MakeReference(name *Name, methodDescriptor *MethodDescriptor) (*Reference, error)
func MustParseReference ¶
func ParseReference ¶
func (*Reference) ClearCached ¶
func (ref *Reference) ClearCached()
func (*Reference) FullyQualifiedName ¶
func (*Reference) GetIParentName ¶ added in v0.8.0
func (ref *Reference) GetIParentName() gotenresource.Name
func (*Reference) GetIUnderlyingParentName ¶ added in v0.8.0
func (ref *Reference) GetIUnderlyingParentName() gotenresource.Name
func (*Reference) GetIdParts ¶
func (*Reference) GetMethodDescriptor ¶
func (ref *Reference) GetMethodDescriptor() *MethodDescriptor
func (*Reference) GetPattern ¶
func (ref *Reference) GetPattern() gotenresource.NamePattern
func (*Reference) GetRawResource ¶
func (ref *Reference) GetRawResource() gotenresource.Resource
func (*Reference) GetResourceDescriptor ¶
func (ref *Reference) GetResourceDescriptor() gotenresource.Descriptor
func (*Reference) GetSegments ¶
func (ref *Reference) GetSegments() gotenresource.NameSegments
func (*Reference) GotenEqual ¶
GotenEqual returns true if other is of same type and paths are equal (implements goten.Equaler interface)
func (*Reference) IsFullyQualified ¶
func (*Reference) IsSpecified ¶
func (*Reference) Matches ¶
Matches is same as GotenEqual, but also will accept "other" if name is wildcard.
func (*Reference) ParseProtoString ¶
func (*Reference) ProtoString ¶
func (*Reference) Resolve ¶
func (ref *Reference) Resolve(resolved *MethodDescriptor)
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 ¶ added in v0.9.0
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 ¶ added in v0.9.0
func (q *WatchQuery) SetStartingTime(startingTime *timestamppb.Timestamp)
func (*WatchQuery) SetWatchType ¶
func (q *WatchQuery) SetWatchType(watchType watch_type.WatchType)
func (*WatchQuery) String ¶ added in v0.4.29
func (q *WatchQuery) String() string
Source Files ¶
- method_descriptor.pb.access.go
- method_descriptor.pb.collections.go
- method_descriptor.pb.descriptor.go
- method_descriptor.pb.fieldmask.go
- method_descriptor.pb.fieldpath.go
- method_descriptor.pb.fieldpathbuilder.go
- method_descriptor.pb.filter.go
- method_descriptor.pb.filterbuilder.go
- method_descriptor.pb.go
- method_descriptor.pb.name.go
- method_descriptor.pb.namebuilder.go
- method_descriptor.pb.object_ext.go
- method_descriptor.pb.pagination.go
- method_descriptor.pb.query.go
- method_descriptor.pb.validate.go
- method_descriptor.pb.view.go
- method_descriptor_change.pb.change.go
- method_descriptor_change.pb.go
- method_descriptor_change.pb.validate.go