Documentation ¶
Index ¶
- type BatchGetGroupsDescriptor
- func (d *BatchGetGroupsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *BatchGetGroupsDescriptor) GetApiName() string
- func (d *BatchGetGroupsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *BatchGetGroupsDescriptor) GetFullMethodName() string
- func (d *BatchGetGroupsDescriptor) GetMethodName() string
- func (d *BatchGetGroupsDescriptor) GetProtoPkgName() string
- func (d *BatchGetGroupsDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *BatchGetGroupsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *BatchGetGroupsDescriptor) GetServiceDomain() string
- func (d *BatchGetGroupsDescriptor) GetServiceVersion() string
- func (d *BatchGetGroupsDescriptor) GetVerb() string
- func (d *BatchGetGroupsDescriptor) HasResource() bool
- func (d *BatchGetGroupsDescriptor) IsClientStream() bool
- func (d *BatchGetGroupsDescriptor) IsCollection() bool
- func (d *BatchGetGroupsDescriptor) IsPlural() bool
- func (d *BatchGetGroupsDescriptor) IsServerStream() bool
- func (d *BatchGetGroupsDescriptor) IsUnary() bool
- func (d *BatchGetGroupsDescriptor) NewEmptyClientMsg() proto.Message
- func (d *BatchGetGroupsDescriptor) NewEmptyServerMsg() proto.Message
- func (d *BatchGetGroupsDescriptor) RequestHasResourceBody() bool
- type BatchGetGroupsDescriptorClientMsgHandle
- func (h *BatchGetGroupsDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *BatchGetGroupsDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *BatchGetGroupsDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type BatchGetGroupsDescriptorServerMsgHandle
- func (h *BatchGetGroupsDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *BatchGetGroupsDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *BatchGetGroupsDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type BatchGetGroupsRequest
- func (o *BatchGetGroupsRequest) Clone() *BatchGetGroupsRequest
- func (o *BatchGetGroupsRequest) CloneRaw() gotenobject.GotenObjectExt
- func (*BatchGetGroupsRequest) Descriptor() ([]byte, []int)
- func (m *BatchGetGroupsRequest) GetFieldMask() *group.Group_FieldMask
- func (m *BatchGetGroupsRequest) GetNames() []*group.Reference
- func (m *BatchGetGroupsRequest) GetView() view.View
- func (*BatchGetGroupsRequest) GotenMessage()
- func (o *BatchGetGroupsRequest) GotenObjectExt()
- func (obj *BatchGetGroupsRequest) GotenValidate() error
- func (o *BatchGetGroupsRequest) MakeDiffFieldMask(other *BatchGetGroupsRequest) *BatchGetGroupsRequest_FieldMask
- func (o *BatchGetGroupsRequest) MakeFullFieldMask() *BatchGetGroupsRequest_FieldMask
- func (o *BatchGetGroupsRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *BatchGetGroupsRequest) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *BatchGetGroupsRequest) Marshal() ([]byte, error)
- func (m *BatchGetGroupsRequest) MarshalJSON() ([]byte, error)
- func (o *BatchGetGroupsRequest) Merge(source *BatchGetGroupsRequest)
- func (o *BatchGetGroupsRequest) MergeRaw(source gotenobject.GotenObjectExt)
- func (*BatchGetGroupsRequest) ProtoMessage()
- func (m *BatchGetGroupsRequest) ProtoReflect() preflect.Message
- func (m *BatchGetGroupsRequest) Reset()
- func (m *BatchGetGroupsRequest) SetFieldMask(fv *group.Group_FieldMask)
- func (m *BatchGetGroupsRequest) SetNames(fv []*group.Reference)
- func (m *BatchGetGroupsRequest) SetView(fv view.View)
- func (m *BatchGetGroupsRequest) String() string
- func (m *BatchGetGroupsRequest) Unmarshal(b []byte) error
- func (m *BatchGetGroupsRequest) UnmarshalJSON(data []byte) error
- type BatchGetGroupsRequestFieldPathBuilder
- type BatchGetGroupsRequestPathSelectorFieldMask
- func (BatchGetGroupsRequestPathSelectorFieldMask) FieldPath() *BatchGetGroupsRequest_FieldTerminalPath
- func (s BatchGetGroupsRequestPathSelectorFieldMask) WithArrayOfValues(values []*group.Group_FieldMask) *BatchGetGroupsRequest_FieldTerminalPathArrayOfValues
- func (s BatchGetGroupsRequestPathSelectorFieldMask) WithValue(value *group.Group_FieldMask) *BatchGetGroupsRequest_FieldTerminalPathValue
- type BatchGetGroupsRequestPathSelectorNames
- func (BatchGetGroupsRequestPathSelectorNames) FieldPath() *BatchGetGroupsRequest_FieldTerminalPath
- func (s BatchGetGroupsRequestPathSelectorNames) WithArrayOfValues(values [][]*group.Reference) *BatchGetGroupsRequest_FieldTerminalPathArrayOfValues
- func (s BatchGetGroupsRequestPathSelectorNames) WithItemValue(value *group.Reference) *BatchGetGroupsRequest_FieldTerminalPathArrayItemValue
- func (s BatchGetGroupsRequestPathSelectorNames) WithValue(value []*group.Reference) *BatchGetGroupsRequest_FieldTerminalPathValue
- type BatchGetGroupsRequestPathSelectorView
- func (BatchGetGroupsRequestPathSelectorView) FieldPath() *BatchGetGroupsRequest_FieldTerminalPath
- func (s BatchGetGroupsRequestPathSelectorView) WithArrayOfValues(values []view.View) *BatchGetGroupsRequest_FieldTerminalPathArrayOfValues
- func (s BatchGetGroupsRequestPathSelectorView) WithValue(value view.View) *BatchGetGroupsRequest_FieldTerminalPathValue
- type BatchGetGroupsRequest_FieldMask
- func (fieldMask *BatchGetGroupsRequest_FieldMask) AppendPath(path BatchGetGroupsRequest_FieldPath)
- func (fieldMask *BatchGetGroupsRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *BatchGetGroupsRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *BatchGetGroupsRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *BatchGetGroupsRequest_FieldMask) FilterInputFields() *BatchGetGroupsRequest_FieldMask
- func (fieldMask *BatchGetGroupsRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *BatchGetGroupsRequest_FieldMask) GetPaths() []BatchGetGroupsRequest_FieldPath
- func (fieldMask *BatchGetGroupsRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *BatchGetGroupsRequest_FieldMask) IsFull() bool
- func (fieldMask BatchGetGroupsRequest_FieldMask) Marshal() ([]byte, error)
- func (fieldMask BatchGetGroupsRequest_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *BatchGetGroupsRequest_FieldMask) PathsCount() int
- func (fieldMask *BatchGetGroupsRequest_FieldMask) Project(source *BatchGetGroupsRequest) *BatchGetGroupsRequest
- func (fieldMask *BatchGetGroupsRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *BatchGetGroupsRequest_FieldMask) ProtoMessage()
- func (fieldMask *BatchGetGroupsRequest_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *BatchGetGroupsRequest_FieldMask) Reset()
- func (fieldMask *BatchGetGroupsRequest_FieldMask) Set(target, source *BatchGetGroupsRequest)
- func (fieldMask *BatchGetGroupsRequest_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *BatchGetGroupsRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *BatchGetGroupsRequest_FieldMask) Size() int
- func (fieldMask *BatchGetGroupsRequest_FieldMask) String() string
- func (fieldMask *BatchGetGroupsRequest_FieldMask) Subtract(other *BatchGetGroupsRequest_FieldMask) *BatchGetGroupsRequest_FieldMask
- func (fieldMask *BatchGetGroupsRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *BatchGetGroupsRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *BatchGetGroupsRequest_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *BatchGetGroupsRequest_FieldMask) UnmarshalJSON(data []byte) error
- type BatchGetGroupsRequest_FieldPath
- func BuildBatchGetGroupsRequest_FieldPath(fp gotenobject.RawFieldPath) (BatchGetGroupsRequest_FieldPath, error)
- func MustParseBatchGetGroupsRequest_FieldPath(rawField string) BatchGetGroupsRequest_FieldPath
- func ParseBatchGetGroupsRequest_FieldPath(rawField string) (BatchGetGroupsRequest_FieldPath, error)
- type BatchGetGroupsRequest_FieldPathArrayItemValue
- type BatchGetGroupsRequest_FieldPathArrayOfValues
- type BatchGetGroupsRequest_FieldPathSelector
- type BatchGetGroupsRequest_FieldPathValue
- type BatchGetGroupsRequest_FieldTerminalPath
- func (fp *BatchGetGroupsRequest_FieldTerminalPath) ClearValue(item *BatchGetGroupsRequest)
- func (fp *BatchGetGroupsRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *BatchGetGroupsRequest_FieldTerminalPath) Get(source *BatchGetGroupsRequest) (values []interface{})
- func (fp *BatchGetGroupsRequest_FieldTerminalPath) GetDefault() interface{}
- func (fp *BatchGetGroupsRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *BatchGetGroupsRequest_FieldTerminalPath) GetSingle(source *BatchGetGroupsRequest) (interface{}, bool)
- func (fp *BatchGetGroupsRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *BatchGetGroupsRequest_FieldTerminalPath) IsLeaf() bool
- func (fp *BatchGetGroupsRequest_FieldTerminalPath) JSONString() string
- func (fp *BatchGetGroupsRequest_FieldTerminalPath) Selector() BatchGetGroupsRequest_FieldPathSelector
- func (fp *BatchGetGroupsRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *BatchGetGroupsRequest_FieldTerminalPath) String() string
- func (fp *BatchGetGroupsRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) BatchGetGroupsRequest_FieldPathArrayItemValue
- func (fp *BatchGetGroupsRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) BatchGetGroupsRequest_FieldPathArrayOfValues
- func (fp *BatchGetGroupsRequest_FieldTerminalPath) WithIValue(value interface{}) BatchGetGroupsRequest_FieldPathValue
- func (fp *BatchGetGroupsRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *BatchGetGroupsRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *BatchGetGroupsRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type BatchGetGroupsRequest_FieldTerminalPathArrayItemValue
- func (fpaiv *BatchGetGroupsRequest_FieldTerminalPathArrayItemValue) AsNamesItemValue() (*group.Reference, bool)
- func (fpaiv *BatchGetGroupsRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *BatchGetGroupsRequest) bool
- func (fpaiv *BatchGetGroupsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *BatchGetGroupsRequest_FieldTerminalPathArrayItemValue) GetSingle(source *BatchGetGroupsRequest) (interface{}, bool)
- func (fpaiv *BatchGetGroupsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type BatchGetGroupsRequest_FieldTerminalPathArrayOfValues
- func (fpaov *BatchGetGroupsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*group.Group_FieldMask, bool)
- func (fpaov *BatchGetGroupsRequest_FieldTerminalPathArrayOfValues) AsNamesArrayOfValues() ([][]*group.Reference, bool)
- func (fpaov *BatchGetGroupsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)
- func (fpaov *BatchGetGroupsRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type BatchGetGroupsRequest_FieldTerminalPathValue
- func (fpv *BatchGetGroupsRequest_FieldTerminalPathValue) AsFieldMaskValue() (*group.Group_FieldMask, bool)
- func (fpv *BatchGetGroupsRequest_FieldTerminalPathValue) AsNamesValue() ([]*group.Reference, bool)
- func (fpv *BatchGetGroupsRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)
- func (fpv *BatchGetGroupsRequest_FieldTerminalPathValue) CompareWith(source *BatchGetGroupsRequest) (int, bool)
- func (fpv *BatchGetGroupsRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *BatchGetGroupsRequest_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *BatchGetGroupsRequest_FieldTerminalPathValue) SetTo(target **BatchGetGroupsRequest)
- func (fpv *BatchGetGroupsRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type BatchGetGroupsResponse
- func (o *BatchGetGroupsResponse) Clone() *BatchGetGroupsResponse
- func (o *BatchGetGroupsResponse) CloneRaw() gotenobject.GotenObjectExt
- func (*BatchGetGroupsResponse) Descriptor() ([]byte, []int)
- func (m *BatchGetGroupsResponse) GetGroups() []*group.Group
- func (m *BatchGetGroupsResponse) GetMissing() []*group.Reference
- func (*BatchGetGroupsResponse) GotenMessage()
- func (o *BatchGetGroupsResponse) GotenObjectExt()
- func (obj *BatchGetGroupsResponse) GotenValidate() error
- func (o *BatchGetGroupsResponse) MakeDiffFieldMask(other *BatchGetGroupsResponse) *BatchGetGroupsResponse_FieldMask
- func (o *BatchGetGroupsResponse) MakeFullFieldMask() *BatchGetGroupsResponse_FieldMask
- func (o *BatchGetGroupsResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *BatchGetGroupsResponse) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *BatchGetGroupsResponse) Marshal() ([]byte, error)
- func (m *BatchGetGroupsResponse) MarshalJSON() ([]byte, error)
- func (o *BatchGetGroupsResponse) Merge(source *BatchGetGroupsResponse)
- func (o *BatchGetGroupsResponse) MergeRaw(source gotenobject.GotenObjectExt)
- func (*BatchGetGroupsResponse) ProtoMessage()
- func (m *BatchGetGroupsResponse) ProtoReflect() preflect.Message
- func (m *BatchGetGroupsResponse) Reset()
- func (m *BatchGetGroupsResponse) SetGroups(fv []*group.Group)
- func (m *BatchGetGroupsResponse) SetMissing(fv []*group.Reference)
- func (m *BatchGetGroupsResponse) String() string
- func (m *BatchGetGroupsResponse) Unmarshal(b []byte) error
- func (m *BatchGetGroupsResponse) UnmarshalJSON(data []byte) error
- type BatchGetGroupsResponseFieldPathBuilder
- type BatchGetGroupsResponseMapPathSelectorGroupsMetadataAnnotations
- func (s BatchGetGroupsResponseMapPathSelectorGroupsMetadataAnnotations) FieldPath() *BatchGetGroupsResponse_FieldSubPath
- func (s BatchGetGroupsResponseMapPathSelectorGroupsMetadataAnnotations) WithArrayOfValues(values []string) *BatchGetGroupsResponse_FieldSubPathArrayOfValues
- func (s BatchGetGroupsResponseMapPathSelectorGroupsMetadataAnnotations) WithValue(value string) *BatchGetGroupsResponse_FieldSubPathValue
- type BatchGetGroupsResponseMapPathSelectorGroupsMetadataLabels
- func (s BatchGetGroupsResponseMapPathSelectorGroupsMetadataLabels) FieldPath() *BatchGetGroupsResponse_FieldSubPath
- func (s BatchGetGroupsResponseMapPathSelectorGroupsMetadataLabels) WithArrayOfValues(values []string) *BatchGetGroupsResponse_FieldSubPathArrayOfValues
- func (s BatchGetGroupsResponseMapPathSelectorGroupsMetadataLabels) WithValue(value string) *BatchGetGroupsResponse_FieldSubPathValue
- type BatchGetGroupsResponseMapPathSelectorGroupsMetadataShards
- func (s BatchGetGroupsResponseMapPathSelectorGroupsMetadataShards) FieldPath() *BatchGetGroupsResponse_FieldSubPath
- func (s BatchGetGroupsResponseMapPathSelectorGroupsMetadataShards) WithArrayOfValues(values []int64) *BatchGetGroupsResponse_FieldSubPathArrayOfValues
- func (s BatchGetGroupsResponseMapPathSelectorGroupsMetadataShards) WithValue(value int64) *BatchGetGroupsResponse_FieldSubPathValue
- type BatchGetGroupsResponsePathSelectorGroups
- func (BatchGetGroupsResponsePathSelectorGroups) DisplayName() BatchGetGroupsResponsePathSelectorGroupsDisplayName
- func (BatchGetGroupsResponsePathSelectorGroups) Email() BatchGetGroupsResponsePathSelectorGroupsEmail
- func (BatchGetGroupsResponsePathSelectorGroups) FieldPath() *BatchGetGroupsResponse_FieldTerminalPath
- func (BatchGetGroupsResponsePathSelectorGroups) Metadata() BatchGetGroupsResponsePathSelectorGroupsMetadata
- func (BatchGetGroupsResponsePathSelectorGroups) Name() BatchGetGroupsResponsePathSelectorGroupsName
- func (s BatchGetGroupsResponsePathSelectorGroups) WithArrayOfValues(values [][]*group.Group) *BatchGetGroupsResponse_FieldTerminalPathArrayOfValues
- func (s BatchGetGroupsResponsePathSelectorGroups) WithItemValue(value *group.Group) *BatchGetGroupsResponse_FieldTerminalPathArrayItemValue
- func (s BatchGetGroupsResponsePathSelectorGroups) WithSubArrayItemValue(subPathArrayItemValue group.Group_FieldPathArrayItemValue) *BatchGetGroupsResponse_FieldSubPathArrayItemValue
- func (s BatchGetGroupsResponsePathSelectorGroups) WithSubArrayOfValues(subPathArrayOfValues group.Group_FieldPathArrayOfValues) *BatchGetGroupsResponse_FieldSubPathArrayOfValues
- func (BatchGetGroupsResponsePathSelectorGroups) WithSubPath(subPath group.Group_FieldPath) *BatchGetGroupsResponse_FieldSubPath
- func (s BatchGetGroupsResponsePathSelectorGroups) WithSubValue(subPathValue group.Group_FieldPathValue) *BatchGetGroupsResponse_FieldSubPathValue
- func (s BatchGetGroupsResponsePathSelectorGroups) WithValue(value []*group.Group) *BatchGetGroupsResponse_FieldTerminalPathValue
- type BatchGetGroupsResponsePathSelectorGroupsDisplayName
- func (BatchGetGroupsResponsePathSelectorGroupsDisplayName) FieldPath() *BatchGetGroupsResponse_FieldSubPath
- func (s BatchGetGroupsResponsePathSelectorGroupsDisplayName) WithArrayOfValues(values []string) *BatchGetGroupsResponse_FieldSubPathArrayOfValues
- func (s BatchGetGroupsResponsePathSelectorGroupsDisplayName) WithValue(value string) *BatchGetGroupsResponse_FieldSubPathValue
- type BatchGetGroupsResponsePathSelectorGroupsEmail
- func (BatchGetGroupsResponsePathSelectorGroupsEmail) FieldPath() *BatchGetGroupsResponse_FieldSubPath
- func (s BatchGetGroupsResponsePathSelectorGroupsEmail) WithArrayOfValues(values []string) *BatchGetGroupsResponse_FieldSubPathArrayOfValues
- func (s BatchGetGroupsResponsePathSelectorGroupsEmail) WithValue(value string) *BatchGetGroupsResponse_FieldSubPathValue
- type BatchGetGroupsResponsePathSelectorGroupsMetadata
- func (BatchGetGroupsResponsePathSelectorGroupsMetadata) Annotations() BatchGetGroupsResponsePathSelectorGroupsMetadataAnnotations
- func (BatchGetGroupsResponsePathSelectorGroupsMetadata) CreateTime() BatchGetGroupsResponsePathSelectorGroupsMetadataCreateTime
- func (BatchGetGroupsResponsePathSelectorGroupsMetadata) DeleteTime() BatchGetGroupsResponsePathSelectorGroupsMetadataDeleteTime
- func (BatchGetGroupsResponsePathSelectorGroupsMetadata) FieldPath() *BatchGetGroupsResponse_FieldSubPath
- func (BatchGetGroupsResponsePathSelectorGroupsMetadata) Generation() BatchGetGroupsResponsePathSelectorGroupsMetadataGeneration
- func (BatchGetGroupsResponsePathSelectorGroupsMetadata) Labels() BatchGetGroupsResponsePathSelectorGroupsMetadataLabels
- func (BatchGetGroupsResponsePathSelectorGroupsMetadata) Lifecycle() BatchGetGroupsResponsePathSelectorGroupsMetadataLifecycle
- func (BatchGetGroupsResponsePathSelectorGroupsMetadata) OwnerReferences() BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferences
- func (BatchGetGroupsResponsePathSelectorGroupsMetadata) ResourceVersion() BatchGetGroupsResponsePathSelectorGroupsMetadataResourceVersion
- func (BatchGetGroupsResponsePathSelectorGroupsMetadata) Shards() BatchGetGroupsResponsePathSelectorGroupsMetadataShards
- func (BatchGetGroupsResponsePathSelectorGroupsMetadata) Syncing() BatchGetGroupsResponsePathSelectorGroupsMetadataSyncing
- func (BatchGetGroupsResponsePathSelectorGroupsMetadata) Tags() BatchGetGroupsResponsePathSelectorGroupsMetadataTags
- func (BatchGetGroupsResponsePathSelectorGroupsMetadata) UpdateTime() BatchGetGroupsResponsePathSelectorGroupsMetadataUpdateTime
- func (BatchGetGroupsResponsePathSelectorGroupsMetadata) Uuid() BatchGetGroupsResponsePathSelectorGroupsMetadataUuid
- func (s BatchGetGroupsResponsePathSelectorGroupsMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *BatchGetGroupsResponse_FieldSubPathArrayOfValues
- func (s BatchGetGroupsResponsePathSelectorGroupsMetadata) WithValue(value *ntt_meta.Meta) *BatchGetGroupsResponse_FieldSubPathValue
- type BatchGetGroupsResponsePathSelectorGroupsMetadataAnnotations
- func (BatchGetGroupsResponsePathSelectorGroupsMetadataAnnotations) FieldPath() *BatchGetGroupsResponse_FieldSubPath
- func (s BatchGetGroupsResponsePathSelectorGroupsMetadataAnnotations) WithArrayOfValues(values []map[string]string) *BatchGetGroupsResponse_FieldSubPathArrayOfValues
- func (BatchGetGroupsResponsePathSelectorGroupsMetadataAnnotations) WithKey(key string) BatchGetGroupsResponseMapPathSelectorGroupsMetadataAnnotations
- func (s BatchGetGroupsResponsePathSelectorGroupsMetadataAnnotations) WithValue(value map[string]string) *BatchGetGroupsResponse_FieldSubPathValue
- type BatchGetGroupsResponsePathSelectorGroupsMetadataCreateTime
- func (BatchGetGroupsResponsePathSelectorGroupsMetadataCreateTime) FieldPath() *BatchGetGroupsResponse_FieldSubPath
- func (s BatchGetGroupsResponsePathSelectorGroupsMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *BatchGetGroupsResponse_FieldSubPathArrayOfValues
- func (s BatchGetGroupsResponsePathSelectorGroupsMetadataCreateTime) WithValue(value *timestamp.Timestamp) *BatchGetGroupsResponse_FieldSubPathValue
- type BatchGetGroupsResponsePathSelectorGroupsMetadataDeleteTime
- func (BatchGetGroupsResponsePathSelectorGroupsMetadataDeleteTime) FieldPath() *BatchGetGroupsResponse_FieldSubPath
- func (s BatchGetGroupsResponsePathSelectorGroupsMetadataDeleteTime) WithArrayOfValues(values []*timestamp.Timestamp) *BatchGetGroupsResponse_FieldSubPathArrayOfValues
- func (s BatchGetGroupsResponsePathSelectorGroupsMetadataDeleteTime) WithValue(value *timestamp.Timestamp) *BatchGetGroupsResponse_FieldSubPathValue
- type BatchGetGroupsResponsePathSelectorGroupsMetadataGeneration
- func (BatchGetGroupsResponsePathSelectorGroupsMetadataGeneration) FieldPath() *BatchGetGroupsResponse_FieldSubPath
- func (s BatchGetGroupsResponsePathSelectorGroupsMetadataGeneration) WithArrayOfValues(values []int64) *BatchGetGroupsResponse_FieldSubPathArrayOfValues
- func (s BatchGetGroupsResponsePathSelectorGroupsMetadataGeneration) WithValue(value int64) *BatchGetGroupsResponse_FieldSubPathValue
- type BatchGetGroupsResponsePathSelectorGroupsMetadataLabels
- func (BatchGetGroupsResponsePathSelectorGroupsMetadataLabels) FieldPath() *BatchGetGroupsResponse_FieldSubPath
- func (s BatchGetGroupsResponsePathSelectorGroupsMetadataLabels) WithArrayOfValues(values []map[string]string) *BatchGetGroupsResponse_FieldSubPathArrayOfValues
- func (BatchGetGroupsResponsePathSelectorGroupsMetadataLabels) WithKey(key string) BatchGetGroupsResponseMapPathSelectorGroupsMetadataLabels
- func (s BatchGetGroupsResponsePathSelectorGroupsMetadataLabels) WithValue(value map[string]string) *BatchGetGroupsResponse_FieldSubPathValue
- type BatchGetGroupsResponsePathSelectorGroupsMetadataLifecycle
- func (BatchGetGroupsResponsePathSelectorGroupsMetadataLifecycle) BlockDeletion() BatchGetGroupsResponsePathSelectorGroupsMetadataLifecycleBlockDeletion
- func (BatchGetGroupsResponsePathSelectorGroupsMetadataLifecycle) FieldPath() *BatchGetGroupsResponse_FieldSubPath
- func (BatchGetGroupsResponsePathSelectorGroupsMetadataLifecycle) State() BatchGetGroupsResponsePathSelectorGroupsMetadataLifecycleState
- func (s BatchGetGroupsResponsePathSelectorGroupsMetadataLifecycle) WithArrayOfValues(values []*ntt_meta.Lifecycle) *BatchGetGroupsResponse_FieldSubPathArrayOfValues
- func (s BatchGetGroupsResponsePathSelectorGroupsMetadataLifecycle) WithValue(value *ntt_meta.Lifecycle) *BatchGetGroupsResponse_FieldSubPathValue
- type BatchGetGroupsResponsePathSelectorGroupsMetadataLifecycleBlockDeletion
- func (BatchGetGroupsResponsePathSelectorGroupsMetadataLifecycleBlockDeletion) FieldPath() *BatchGetGroupsResponse_FieldSubPath
- func (s BatchGetGroupsResponsePathSelectorGroupsMetadataLifecycleBlockDeletion) WithArrayOfValues(values []bool) *BatchGetGroupsResponse_FieldSubPathArrayOfValues
- func (s BatchGetGroupsResponsePathSelectorGroupsMetadataLifecycleBlockDeletion) WithValue(value bool) *BatchGetGroupsResponse_FieldSubPathValue
- type BatchGetGroupsResponsePathSelectorGroupsMetadataLifecycleState
- func (BatchGetGroupsResponsePathSelectorGroupsMetadataLifecycleState) FieldPath() *BatchGetGroupsResponse_FieldSubPath
- func (s BatchGetGroupsResponsePathSelectorGroupsMetadataLifecycleState) WithArrayOfValues(values []ntt_meta.Lifecycle_State) *BatchGetGroupsResponse_FieldSubPathArrayOfValues
- func (s BatchGetGroupsResponsePathSelectorGroupsMetadataLifecycleState) WithValue(value ntt_meta.Lifecycle_State) *BatchGetGroupsResponse_FieldSubPathValue
- type BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferences
- func (BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferences) BlockOwnerDeletion() ...
- func (BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferences) Controller() BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesController
- func (BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferences) FieldPath() *BatchGetGroupsResponse_FieldSubPath
- func (BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferences) Kind() BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesKind
- func (BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferences) Name() BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesName
- func (BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferences) Region() BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesRegion
- func (BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferences) RequiresOwnerReference() ...
- func (BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferences) Version() BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesVersion
- func (s BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *BatchGetGroupsResponse_FieldSubPathArrayOfValues
- func (s BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *BatchGetGroupsResponse_FieldSubPathArrayItemValue
- func (s BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *BatchGetGroupsResponse_FieldSubPathValue
- type BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesBlockOwnerDeletion
- func (BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesBlockOwnerDeletion) FieldPath() *BatchGetGroupsResponse_FieldSubPath
- func (s BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *BatchGetGroupsResponse_FieldSubPathArrayOfValues
- func (s BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesBlockOwnerDeletion) WithValue(value bool) *BatchGetGroupsResponse_FieldSubPathValue
- type BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesController
- func (BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesController) FieldPath() *BatchGetGroupsResponse_FieldSubPath
- func (s BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *BatchGetGroupsResponse_FieldSubPathArrayOfValues
- func (s BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesController) WithValue(value bool) *BatchGetGroupsResponse_FieldSubPathValue
- type BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesKind
- func (BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesKind) FieldPath() *BatchGetGroupsResponse_FieldSubPath
- func (s BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *BatchGetGroupsResponse_FieldSubPathArrayOfValues
- func (s BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesKind) WithValue(value string) *BatchGetGroupsResponse_FieldSubPathValue
- type BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesName
- func (BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesName) FieldPath() *BatchGetGroupsResponse_FieldSubPath
- func (s BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesName) WithArrayOfValues(values []string) *BatchGetGroupsResponse_FieldSubPathArrayOfValues
- func (s BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesName) WithValue(value string) *BatchGetGroupsResponse_FieldSubPathValue
- type BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesRegion
- func (BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesRegion) FieldPath() *BatchGetGroupsResponse_FieldSubPath
- func (s BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesRegion) WithArrayOfValues(values []string) *BatchGetGroupsResponse_FieldSubPathArrayOfValues
- func (s BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesRegion) WithValue(value string) *BatchGetGroupsResponse_FieldSubPathValue
- type BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesRequiresOwnerReference
- func (BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesRequiresOwnerReference) FieldPath() *BatchGetGroupsResponse_FieldSubPath
- func (s BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues(values []bool) *BatchGetGroupsResponse_FieldSubPathArrayOfValues
- func (s BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesRequiresOwnerReference) WithValue(value bool) *BatchGetGroupsResponse_FieldSubPathValue
- type BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesVersion
- func (BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesVersion) FieldPath() *BatchGetGroupsResponse_FieldSubPath
- func (s BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesVersion) WithArrayOfValues(values []string) *BatchGetGroupsResponse_FieldSubPathArrayOfValues
- func (s BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesVersion) WithValue(value string) *BatchGetGroupsResponse_FieldSubPathValue
- type BatchGetGroupsResponsePathSelectorGroupsMetadataResourceVersion
- func (BatchGetGroupsResponsePathSelectorGroupsMetadataResourceVersion) FieldPath() *BatchGetGroupsResponse_FieldSubPath
- func (s BatchGetGroupsResponsePathSelectorGroupsMetadataResourceVersion) WithArrayOfValues(values []string) *BatchGetGroupsResponse_FieldSubPathArrayOfValues
- func (s BatchGetGroupsResponsePathSelectorGroupsMetadataResourceVersion) WithValue(value string) *BatchGetGroupsResponse_FieldSubPathValue
- type BatchGetGroupsResponsePathSelectorGroupsMetadataShards
- func (BatchGetGroupsResponsePathSelectorGroupsMetadataShards) FieldPath() *BatchGetGroupsResponse_FieldSubPath
- func (s BatchGetGroupsResponsePathSelectorGroupsMetadataShards) WithArrayOfValues(values []map[string]int64) *BatchGetGroupsResponse_FieldSubPathArrayOfValues
- func (BatchGetGroupsResponsePathSelectorGroupsMetadataShards) WithKey(key string) BatchGetGroupsResponseMapPathSelectorGroupsMetadataShards
- func (s BatchGetGroupsResponsePathSelectorGroupsMetadataShards) WithValue(value map[string]int64) *BatchGetGroupsResponse_FieldSubPathValue
- type BatchGetGroupsResponsePathSelectorGroupsMetadataSyncing
- func (BatchGetGroupsResponsePathSelectorGroupsMetadataSyncing) FieldPath() *BatchGetGroupsResponse_FieldSubPath
- func (BatchGetGroupsResponsePathSelectorGroupsMetadataSyncing) OwningRegion() BatchGetGroupsResponsePathSelectorGroupsMetadataSyncingOwningRegion
- func (BatchGetGroupsResponsePathSelectorGroupsMetadataSyncing) Regions() BatchGetGroupsResponsePathSelectorGroupsMetadataSyncingRegions
- func (s BatchGetGroupsResponsePathSelectorGroupsMetadataSyncing) WithArrayOfValues(values []*ntt_meta.SyncingMeta) *BatchGetGroupsResponse_FieldSubPathArrayOfValues
- func (s BatchGetGroupsResponsePathSelectorGroupsMetadataSyncing) WithValue(value *ntt_meta.SyncingMeta) *BatchGetGroupsResponse_FieldSubPathValue
- type BatchGetGroupsResponsePathSelectorGroupsMetadataSyncingOwningRegion
- func (BatchGetGroupsResponsePathSelectorGroupsMetadataSyncingOwningRegion) FieldPath() *BatchGetGroupsResponse_FieldSubPath
- func (s BatchGetGroupsResponsePathSelectorGroupsMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *BatchGetGroupsResponse_FieldSubPathArrayOfValues
- func (s BatchGetGroupsResponsePathSelectorGroupsMetadataSyncingOwningRegion) WithValue(value string) *BatchGetGroupsResponse_FieldSubPathValue
- type BatchGetGroupsResponsePathSelectorGroupsMetadataSyncingRegions
- func (BatchGetGroupsResponsePathSelectorGroupsMetadataSyncingRegions) FieldPath() *BatchGetGroupsResponse_FieldSubPath
- func (s BatchGetGroupsResponsePathSelectorGroupsMetadataSyncingRegions) WithArrayOfValues(values [][]string) *BatchGetGroupsResponse_FieldSubPathArrayOfValues
- func (s BatchGetGroupsResponsePathSelectorGroupsMetadataSyncingRegions) WithItemValue(value string) *BatchGetGroupsResponse_FieldSubPathArrayItemValue
- func (s BatchGetGroupsResponsePathSelectorGroupsMetadataSyncingRegions) WithValue(value []string) *BatchGetGroupsResponse_FieldSubPathValue
- type BatchGetGroupsResponsePathSelectorGroupsMetadataTags
- func (BatchGetGroupsResponsePathSelectorGroupsMetadataTags) FieldPath() *BatchGetGroupsResponse_FieldSubPath
- func (s BatchGetGroupsResponsePathSelectorGroupsMetadataTags) WithArrayOfValues(values [][]string) *BatchGetGroupsResponse_FieldSubPathArrayOfValues
- func (s BatchGetGroupsResponsePathSelectorGroupsMetadataTags) WithItemValue(value string) *BatchGetGroupsResponse_FieldSubPathArrayItemValue
- func (s BatchGetGroupsResponsePathSelectorGroupsMetadataTags) WithValue(value []string) *BatchGetGroupsResponse_FieldSubPathValue
- type BatchGetGroupsResponsePathSelectorGroupsMetadataUpdateTime
- func (BatchGetGroupsResponsePathSelectorGroupsMetadataUpdateTime) FieldPath() *BatchGetGroupsResponse_FieldSubPath
- func (s BatchGetGroupsResponsePathSelectorGroupsMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *BatchGetGroupsResponse_FieldSubPathArrayOfValues
- func (s BatchGetGroupsResponsePathSelectorGroupsMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *BatchGetGroupsResponse_FieldSubPathValue
- type BatchGetGroupsResponsePathSelectorGroupsMetadataUuid
- func (BatchGetGroupsResponsePathSelectorGroupsMetadataUuid) FieldPath() *BatchGetGroupsResponse_FieldSubPath
- func (s BatchGetGroupsResponsePathSelectorGroupsMetadataUuid) WithArrayOfValues(values []string) *BatchGetGroupsResponse_FieldSubPathArrayOfValues
- func (s BatchGetGroupsResponsePathSelectorGroupsMetadataUuid) WithValue(value string) *BatchGetGroupsResponse_FieldSubPathValue
- type BatchGetGroupsResponsePathSelectorGroupsName
- func (BatchGetGroupsResponsePathSelectorGroupsName) FieldPath() *BatchGetGroupsResponse_FieldSubPath
- func (s BatchGetGroupsResponsePathSelectorGroupsName) WithArrayOfValues(values []*group.Name) *BatchGetGroupsResponse_FieldSubPathArrayOfValues
- func (s BatchGetGroupsResponsePathSelectorGroupsName) WithValue(value *group.Name) *BatchGetGroupsResponse_FieldSubPathValue
- type BatchGetGroupsResponsePathSelectorMissing
- func (BatchGetGroupsResponsePathSelectorMissing) FieldPath() *BatchGetGroupsResponse_FieldTerminalPath
- func (s BatchGetGroupsResponsePathSelectorMissing) WithArrayOfValues(values [][]*group.Reference) *BatchGetGroupsResponse_FieldTerminalPathArrayOfValues
- func (s BatchGetGroupsResponsePathSelectorMissing) WithItemValue(value *group.Reference) *BatchGetGroupsResponse_FieldTerminalPathArrayItemValue
- func (s BatchGetGroupsResponsePathSelectorMissing) WithValue(value []*group.Reference) *BatchGetGroupsResponse_FieldTerminalPathValue
- type BatchGetGroupsResponse_FieldMask
- func (fieldMask *BatchGetGroupsResponse_FieldMask) AppendPath(path BatchGetGroupsResponse_FieldPath)
- func (fieldMask *BatchGetGroupsResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *BatchGetGroupsResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *BatchGetGroupsResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *BatchGetGroupsResponse_FieldMask) FilterInputFields() *BatchGetGroupsResponse_FieldMask
- func (fieldMask *BatchGetGroupsResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *BatchGetGroupsResponse_FieldMask) GetPaths() []BatchGetGroupsResponse_FieldPath
- func (fieldMask *BatchGetGroupsResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *BatchGetGroupsResponse_FieldMask) IsFull() bool
- func (fieldMask BatchGetGroupsResponse_FieldMask) Marshal() ([]byte, error)
- func (fieldMask BatchGetGroupsResponse_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *BatchGetGroupsResponse_FieldMask) PathsCount() int
- func (fieldMask *BatchGetGroupsResponse_FieldMask) Project(source *BatchGetGroupsResponse) *BatchGetGroupsResponse
- func (fieldMask *BatchGetGroupsResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *BatchGetGroupsResponse_FieldMask) ProtoMessage()
- func (fieldMask *BatchGetGroupsResponse_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *BatchGetGroupsResponse_FieldMask) Reset()
- func (fieldMask *BatchGetGroupsResponse_FieldMask) Set(target, source *BatchGetGroupsResponse)
- func (fieldMask *BatchGetGroupsResponse_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *BatchGetGroupsResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *BatchGetGroupsResponse_FieldMask) Size() int
- func (fieldMask *BatchGetGroupsResponse_FieldMask) String() string
- func (fieldMask *BatchGetGroupsResponse_FieldMask) Subtract(other *BatchGetGroupsResponse_FieldMask) *BatchGetGroupsResponse_FieldMask
- func (fieldMask *BatchGetGroupsResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *BatchGetGroupsResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *BatchGetGroupsResponse_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *BatchGetGroupsResponse_FieldMask) UnmarshalJSON(data []byte) error
- type BatchGetGroupsResponse_FieldPath
- func BuildBatchGetGroupsResponse_FieldPath(fp gotenobject.RawFieldPath) (BatchGetGroupsResponse_FieldPath, error)
- func MustParseBatchGetGroupsResponse_FieldPath(rawField string) BatchGetGroupsResponse_FieldPath
- func ParseBatchGetGroupsResponse_FieldPath(rawField string) (BatchGetGroupsResponse_FieldPath, error)
- type BatchGetGroupsResponse_FieldPathArrayItemValue
- type BatchGetGroupsResponse_FieldPathArrayOfValues
- type BatchGetGroupsResponse_FieldPathSelector
- type BatchGetGroupsResponse_FieldPathValue
- type BatchGetGroupsResponse_FieldSubPath
- func (fps *BatchGetGroupsResponse_FieldSubPath) AsGroupsSubPath() (group.Group_FieldPath, bool)
- func (fps *BatchGetGroupsResponse_FieldSubPath) ClearValue(item *BatchGetGroupsResponse)
- func (fps *BatchGetGroupsResponse_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *BatchGetGroupsResponse_FieldSubPath) Get(source *BatchGetGroupsResponse) (values []interface{})
- func (fps *BatchGetGroupsResponse_FieldSubPath) GetDefault() interface{}
- func (fps *BatchGetGroupsResponse_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *BatchGetGroupsResponse_FieldSubPath) GetSingle(source *BatchGetGroupsResponse) (interface{}, bool)
- func (fps *BatchGetGroupsResponse_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *BatchGetGroupsResponse_FieldSubPath) IsLeaf() bool
- func (fps *BatchGetGroupsResponse_FieldSubPath) JSONString() string
- func (fps *BatchGetGroupsResponse_FieldSubPath) Selector() BatchGetGroupsResponse_FieldPathSelector
- func (fps *BatchGetGroupsResponse_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fps *BatchGetGroupsResponse_FieldSubPath) String() string
- func (fps *BatchGetGroupsResponse_FieldSubPath) WithIArrayItemValue(value interface{}) BatchGetGroupsResponse_FieldPathArrayItemValue
- func (fps *BatchGetGroupsResponse_FieldSubPath) WithIArrayOfValues(values interface{}) BatchGetGroupsResponse_FieldPathArrayOfValues
- func (fps *BatchGetGroupsResponse_FieldSubPath) WithIValue(value interface{}) BatchGetGroupsResponse_FieldPathValue
- func (fps *BatchGetGroupsResponse_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *BatchGetGroupsResponse_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *BatchGetGroupsResponse_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type BatchGetGroupsResponse_FieldSubPathArrayItemValue
- func (fpaivs *BatchGetGroupsResponse_FieldSubPathArrayItemValue) AsGroupsPathItemValue() (group.Group_FieldPathArrayItemValue, bool)
- func (fpaivs *BatchGetGroupsResponse_FieldSubPathArrayItemValue) ContainsValue(source *BatchGetGroupsResponse) bool
- func (fpaivs *BatchGetGroupsResponse_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type BatchGetGroupsResponse_FieldSubPathArrayOfValues
- type BatchGetGroupsResponse_FieldSubPathValue
- func (fpvs *BatchGetGroupsResponse_FieldSubPathValue) AsGroupsPathValue() (group.Group_FieldPathValue, bool)
- func (fpvs *BatchGetGroupsResponse_FieldSubPathValue) CompareWith(source *BatchGetGroupsResponse) (int, bool)
- func (fpvs *BatchGetGroupsResponse_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *BatchGetGroupsResponse_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *BatchGetGroupsResponse_FieldSubPathValue) SetTo(target **BatchGetGroupsResponse)
- func (fpvs *BatchGetGroupsResponse_FieldSubPathValue) SetToRaw(target proto.Message)
- type BatchGetGroupsResponse_FieldTerminalPath
- func (fp *BatchGetGroupsResponse_FieldTerminalPath) ClearValue(item *BatchGetGroupsResponse)
- func (fp *BatchGetGroupsResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *BatchGetGroupsResponse_FieldTerminalPath) Get(source *BatchGetGroupsResponse) (values []interface{})
- func (fp *BatchGetGroupsResponse_FieldTerminalPath) GetDefault() interface{}
- func (fp *BatchGetGroupsResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *BatchGetGroupsResponse_FieldTerminalPath) GetSingle(source *BatchGetGroupsResponse) (interface{}, bool)
- func (fp *BatchGetGroupsResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *BatchGetGroupsResponse_FieldTerminalPath) IsLeaf() bool
- func (fp *BatchGetGroupsResponse_FieldTerminalPath) JSONString() string
- func (fp *BatchGetGroupsResponse_FieldTerminalPath) Selector() BatchGetGroupsResponse_FieldPathSelector
- func (fp *BatchGetGroupsResponse_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *BatchGetGroupsResponse_FieldTerminalPath) String() string
- func (fp *BatchGetGroupsResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) BatchGetGroupsResponse_FieldPathArrayItemValue
- func (fp *BatchGetGroupsResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) BatchGetGroupsResponse_FieldPathArrayOfValues
- func (fp *BatchGetGroupsResponse_FieldTerminalPath) WithIValue(value interface{}) BatchGetGroupsResponse_FieldPathValue
- func (fp *BatchGetGroupsResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *BatchGetGroupsResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *BatchGetGroupsResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type BatchGetGroupsResponse_FieldTerminalPathArrayItemValue
- func (fpaiv *BatchGetGroupsResponse_FieldTerminalPathArrayItemValue) AsGroupsItemValue() (*group.Group, bool)
- func (fpaiv *BatchGetGroupsResponse_FieldTerminalPathArrayItemValue) AsMissingItemValue() (*group.Reference, bool)
- func (fpaiv *BatchGetGroupsResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *BatchGetGroupsResponse) bool
- func (fpaiv *BatchGetGroupsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *BatchGetGroupsResponse_FieldTerminalPathArrayItemValue) GetSingle(source *BatchGetGroupsResponse) (interface{}, bool)
- func (fpaiv *BatchGetGroupsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type BatchGetGroupsResponse_FieldTerminalPathArrayOfValues
- func (fpaov *BatchGetGroupsResponse_FieldTerminalPathArrayOfValues) AsGroupsArrayOfValues() ([][]*group.Group, bool)
- func (fpaov *BatchGetGroupsResponse_FieldTerminalPathArrayOfValues) AsMissingArrayOfValues() ([][]*group.Reference, bool)
- func (fpaov *BatchGetGroupsResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type BatchGetGroupsResponse_FieldTerminalPathValue
- func (fpv *BatchGetGroupsResponse_FieldTerminalPathValue) AsGroupsValue() ([]*group.Group, bool)
- func (fpv *BatchGetGroupsResponse_FieldTerminalPathValue) AsMissingValue() ([]*group.Reference, bool)
- func (fpv *BatchGetGroupsResponse_FieldTerminalPathValue) CompareWith(source *BatchGetGroupsResponse) (int, bool)
- func (fpv *BatchGetGroupsResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *BatchGetGroupsResponse_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *BatchGetGroupsResponse_FieldTerminalPathValue) SetTo(target **BatchGetGroupsResponse)
- func (fpv *BatchGetGroupsResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type CreateGroupDescriptor
- func (d *CreateGroupDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *CreateGroupDescriptor) GetApiName() string
- func (d *CreateGroupDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *CreateGroupDescriptor) GetFullMethodName() string
- func (d *CreateGroupDescriptor) GetMethodName() string
- func (d *CreateGroupDescriptor) GetProtoPkgName() string
- func (d *CreateGroupDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *CreateGroupDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *CreateGroupDescriptor) GetServiceDomain() string
- func (d *CreateGroupDescriptor) GetServiceVersion() string
- func (d *CreateGroupDescriptor) GetVerb() string
- func (d *CreateGroupDescriptor) HasResource() bool
- func (d *CreateGroupDescriptor) IsClientStream() bool
- func (d *CreateGroupDescriptor) IsCollection() bool
- func (d *CreateGroupDescriptor) IsPlural() bool
- func (d *CreateGroupDescriptor) IsServerStream() bool
- func (d *CreateGroupDescriptor) IsUnary() bool
- func (d *CreateGroupDescriptor) NewEmptyClientMsg() proto.Message
- func (d *CreateGroupDescriptor) NewEmptyServerMsg() proto.Message
- func (d *CreateGroupDescriptor) RequestHasResourceBody() bool
- type CreateGroupDescriptorClientMsgHandle
- func (h *CreateGroupDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *CreateGroupDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *CreateGroupDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type CreateGroupDescriptorServerMsgHandle
- func (h *CreateGroupDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *CreateGroupDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *CreateGroupDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type CreateGroupRequest
- func (o *CreateGroupRequest) Clone() *CreateGroupRequest
- func (o *CreateGroupRequest) CloneRaw() gotenobject.GotenObjectExt
- func (*CreateGroupRequest) Descriptor() ([]byte, []int)
- func (m *CreateGroupRequest) GetGroup() *group.Group
- func (m *CreateGroupRequest) GetParent() *group.ParentReference
- func (*CreateGroupRequest) GotenMessage()
- func (o *CreateGroupRequest) GotenObjectExt()
- func (obj *CreateGroupRequest) GotenValidate() error
- func (o *CreateGroupRequest) MakeDiffFieldMask(other *CreateGroupRequest) *CreateGroupRequest_FieldMask
- func (o *CreateGroupRequest) MakeFullFieldMask() *CreateGroupRequest_FieldMask
- func (o *CreateGroupRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *CreateGroupRequest) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *CreateGroupRequest) Marshal() ([]byte, error)
- func (m *CreateGroupRequest) MarshalJSON() ([]byte, error)
- func (o *CreateGroupRequest) Merge(source *CreateGroupRequest)
- func (o *CreateGroupRequest) MergeRaw(source gotenobject.GotenObjectExt)
- func (*CreateGroupRequest) ProtoMessage()
- func (m *CreateGroupRequest) ProtoReflect() preflect.Message
- func (m *CreateGroupRequest) Reset()
- func (m *CreateGroupRequest) SetGroup(fv *group.Group)
- func (m *CreateGroupRequest) SetParent(fv *group.ParentReference)
- func (m *CreateGroupRequest) String() string
- func (m *CreateGroupRequest) Unmarshal(b []byte) error
- func (m *CreateGroupRequest) UnmarshalJSON(data []byte) error
- type CreateGroupRequestFieldPathBuilder
- type CreateGroupRequestMapPathSelectorGroupMetadataAnnotations
- func (s CreateGroupRequestMapPathSelectorGroupMetadataAnnotations) FieldPath() *CreateGroupRequest_FieldSubPath
- func (s CreateGroupRequestMapPathSelectorGroupMetadataAnnotations) WithArrayOfValues(values []string) *CreateGroupRequest_FieldSubPathArrayOfValues
- func (s CreateGroupRequestMapPathSelectorGroupMetadataAnnotations) WithValue(value string) *CreateGroupRequest_FieldSubPathValue
- type CreateGroupRequestMapPathSelectorGroupMetadataLabels
- func (s CreateGroupRequestMapPathSelectorGroupMetadataLabels) FieldPath() *CreateGroupRequest_FieldSubPath
- func (s CreateGroupRequestMapPathSelectorGroupMetadataLabels) WithArrayOfValues(values []string) *CreateGroupRequest_FieldSubPathArrayOfValues
- func (s CreateGroupRequestMapPathSelectorGroupMetadataLabels) WithValue(value string) *CreateGroupRequest_FieldSubPathValue
- type CreateGroupRequestMapPathSelectorGroupMetadataShards
- func (s CreateGroupRequestMapPathSelectorGroupMetadataShards) FieldPath() *CreateGroupRequest_FieldSubPath
- func (s CreateGroupRequestMapPathSelectorGroupMetadataShards) WithArrayOfValues(values []int64) *CreateGroupRequest_FieldSubPathArrayOfValues
- func (s CreateGroupRequestMapPathSelectorGroupMetadataShards) WithValue(value int64) *CreateGroupRequest_FieldSubPathValue
- type CreateGroupRequestPathSelectorGroup
- func (CreateGroupRequestPathSelectorGroup) DisplayName() CreateGroupRequestPathSelectorGroupDisplayName
- func (CreateGroupRequestPathSelectorGroup) Email() CreateGroupRequestPathSelectorGroupEmail
- func (CreateGroupRequestPathSelectorGroup) FieldPath() *CreateGroupRequest_FieldTerminalPath
- func (CreateGroupRequestPathSelectorGroup) Metadata() CreateGroupRequestPathSelectorGroupMetadata
- func (CreateGroupRequestPathSelectorGroup) Name() CreateGroupRequestPathSelectorGroupName
- func (s CreateGroupRequestPathSelectorGroup) WithArrayOfValues(values []*group.Group) *CreateGroupRequest_FieldTerminalPathArrayOfValues
- func (s CreateGroupRequestPathSelectorGroup) WithSubArrayItemValue(subPathArrayItemValue group.Group_FieldPathArrayItemValue) *CreateGroupRequest_FieldSubPathArrayItemValue
- func (s CreateGroupRequestPathSelectorGroup) WithSubArrayOfValues(subPathArrayOfValues group.Group_FieldPathArrayOfValues) *CreateGroupRequest_FieldSubPathArrayOfValues
- func (CreateGroupRequestPathSelectorGroup) WithSubPath(subPath group.Group_FieldPath) *CreateGroupRequest_FieldSubPath
- func (s CreateGroupRequestPathSelectorGroup) WithSubValue(subPathValue group.Group_FieldPathValue) *CreateGroupRequest_FieldSubPathValue
- func (s CreateGroupRequestPathSelectorGroup) WithValue(value *group.Group) *CreateGroupRequest_FieldTerminalPathValue
- type CreateGroupRequestPathSelectorGroupDisplayName
- func (CreateGroupRequestPathSelectorGroupDisplayName) FieldPath() *CreateGroupRequest_FieldSubPath
- func (s CreateGroupRequestPathSelectorGroupDisplayName) WithArrayOfValues(values []string) *CreateGroupRequest_FieldSubPathArrayOfValues
- func (s CreateGroupRequestPathSelectorGroupDisplayName) WithValue(value string) *CreateGroupRequest_FieldSubPathValue
- type CreateGroupRequestPathSelectorGroupEmail
- func (CreateGroupRequestPathSelectorGroupEmail) FieldPath() *CreateGroupRequest_FieldSubPath
- func (s CreateGroupRequestPathSelectorGroupEmail) WithArrayOfValues(values []string) *CreateGroupRequest_FieldSubPathArrayOfValues
- func (s CreateGroupRequestPathSelectorGroupEmail) WithValue(value string) *CreateGroupRequest_FieldSubPathValue
- type CreateGroupRequestPathSelectorGroupMetadata
- func (CreateGroupRequestPathSelectorGroupMetadata) Annotations() CreateGroupRequestPathSelectorGroupMetadataAnnotations
- func (CreateGroupRequestPathSelectorGroupMetadata) CreateTime() CreateGroupRequestPathSelectorGroupMetadataCreateTime
- func (CreateGroupRequestPathSelectorGroupMetadata) DeleteTime() CreateGroupRequestPathSelectorGroupMetadataDeleteTime
- func (CreateGroupRequestPathSelectorGroupMetadata) FieldPath() *CreateGroupRequest_FieldSubPath
- func (CreateGroupRequestPathSelectorGroupMetadata) Generation() CreateGroupRequestPathSelectorGroupMetadataGeneration
- func (CreateGroupRequestPathSelectorGroupMetadata) Labels() CreateGroupRequestPathSelectorGroupMetadataLabels
- func (CreateGroupRequestPathSelectorGroupMetadata) Lifecycle() CreateGroupRequestPathSelectorGroupMetadataLifecycle
- func (CreateGroupRequestPathSelectorGroupMetadata) OwnerReferences() CreateGroupRequestPathSelectorGroupMetadataOwnerReferences
- func (CreateGroupRequestPathSelectorGroupMetadata) ResourceVersion() CreateGroupRequestPathSelectorGroupMetadataResourceVersion
- func (CreateGroupRequestPathSelectorGroupMetadata) Shards() CreateGroupRequestPathSelectorGroupMetadataShards
- func (CreateGroupRequestPathSelectorGroupMetadata) Syncing() CreateGroupRequestPathSelectorGroupMetadataSyncing
- func (CreateGroupRequestPathSelectorGroupMetadata) Tags() CreateGroupRequestPathSelectorGroupMetadataTags
- func (CreateGroupRequestPathSelectorGroupMetadata) UpdateTime() CreateGroupRequestPathSelectorGroupMetadataUpdateTime
- func (CreateGroupRequestPathSelectorGroupMetadata) Uuid() CreateGroupRequestPathSelectorGroupMetadataUuid
- func (s CreateGroupRequestPathSelectorGroupMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *CreateGroupRequest_FieldSubPathArrayOfValues
- func (s CreateGroupRequestPathSelectorGroupMetadata) WithValue(value *ntt_meta.Meta) *CreateGroupRequest_FieldSubPathValue
- type CreateGroupRequestPathSelectorGroupMetadataAnnotations
- func (CreateGroupRequestPathSelectorGroupMetadataAnnotations) FieldPath() *CreateGroupRequest_FieldSubPath
- func (s CreateGroupRequestPathSelectorGroupMetadataAnnotations) WithArrayOfValues(values []map[string]string) *CreateGroupRequest_FieldSubPathArrayOfValues
- func (CreateGroupRequestPathSelectorGroupMetadataAnnotations) WithKey(key string) CreateGroupRequestMapPathSelectorGroupMetadataAnnotations
- func (s CreateGroupRequestPathSelectorGroupMetadataAnnotations) WithValue(value map[string]string) *CreateGroupRequest_FieldSubPathValue
- type CreateGroupRequestPathSelectorGroupMetadataCreateTime
- func (CreateGroupRequestPathSelectorGroupMetadataCreateTime) FieldPath() *CreateGroupRequest_FieldSubPath
- func (s CreateGroupRequestPathSelectorGroupMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *CreateGroupRequest_FieldSubPathArrayOfValues
- func (s CreateGroupRequestPathSelectorGroupMetadataCreateTime) WithValue(value *timestamp.Timestamp) *CreateGroupRequest_FieldSubPathValue
- type CreateGroupRequestPathSelectorGroupMetadataDeleteTime
- func (CreateGroupRequestPathSelectorGroupMetadataDeleteTime) FieldPath() *CreateGroupRequest_FieldSubPath
- func (s CreateGroupRequestPathSelectorGroupMetadataDeleteTime) WithArrayOfValues(values []*timestamp.Timestamp) *CreateGroupRequest_FieldSubPathArrayOfValues
- func (s CreateGroupRequestPathSelectorGroupMetadataDeleteTime) WithValue(value *timestamp.Timestamp) *CreateGroupRequest_FieldSubPathValue
- type CreateGroupRequestPathSelectorGroupMetadataGeneration
- func (CreateGroupRequestPathSelectorGroupMetadataGeneration) FieldPath() *CreateGroupRequest_FieldSubPath
- func (s CreateGroupRequestPathSelectorGroupMetadataGeneration) WithArrayOfValues(values []int64) *CreateGroupRequest_FieldSubPathArrayOfValues
- func (s CreateGroupRequestPathSelectorGroupMetadataGeneration) WithValue(value int64) *CreateGroupRequest_FieldSubPathValue
- type CreateGroupRequestPathSelectorGroupMetadataLabels
- func (CreateGroupRequestPathSelectorGroupMetadataLabels) FieldPath() *CreateGroupRequest_FieldSubPath
- func (s CreateGroupRequestPathSelectorGroupMetadataLabels) WithArrayOfValues(values []map[string]string) *CreateGroupRequest_FieldSubPathArrayOfValues
- func (CreateGroupRequestPathSelectorGroupMetadataLabels) WithKey(key string) CreateGroupRequestMapPathSelectorGroupMetadataLabels
- func (s CreateGroupRequestPathSelectorGroupMetadataLabels) WithValue(value map[string]string) *CreateGroupRequest_FieldSubPathValue
- type CreateGroupRequestPathSelectorGroupMetadataLifecycle
- func (CreateGroupRequestPathSelectorGroupMetadataLifecycle) BlockDeletion() CreateGroupRequestPathSelectorGroupMetadataLifecycleBlockDeletion
- func (CreateGroupRequestPathSelectorGroupMetadataLifecycle) FieldPath() *CreateGroupRequest_FieldSubPath
- func (CreateGroupRequestPathSelectorGroupMetadataLifecycle) State() CreateGroupRequestPathSelectorGroupMetadataLifecycleState
- func (s CreateGroupRequestPathSelectorGroupMetadataLifecycle) WithArrayOfValues(values []*ntt_meta.Lifecycle) *CreateGroupRequest_FieldSubPathArrayOfValues
- func (s CreateGroupRequestPathSelectorGroupMetadataLifecycle) WithValue(value *ntt_meta.Lifecycle) *CreateGroupRequest_FieldSubPathValue
- type CreateGroupRequestPathSelectorGroupMetadataLifecycleBlockDeletion
- func (CreateGroupRequestPathSelectorGroupMetadataLifecycleBlockDeletion) FieldPath() *CreateGroupRequest_FieldSubPath
- func (s CreateGroupRequestPathSelectorGroupMetadataLifecycleBlockDeletion) WithArrayOfValues(values []bool) *CreateGroupRequest_FieldSubPathArrayOfValues
- func (s CreateGroupRequestPathSelectorGroupMetadataLifecycleBlockDeletion) WithValue(value bool) *CreateGroupRequest_FieldSubPathValue
- type CreateGroupRequestPathSelectorGroupMetadataLifecycleState
- func (CreateGroupRequestPathSelectorGroupMetadataLifecycleState) FieldPath() *CreateGroupRequest_FieldSubPath
- func (s CreateGroupRequestPathSelectorGroupMetadataLifecycleState) WithArrayOfValues(values []ntt_meta.Lifecycle_State) *CreateGroupRequest_FieldSubPathArrayOfValues
- func (s CreateGroupRequestPathSelectorGroupMetadataLifecycleState) WithValue(value ntt_meta.Lifecycle_State) *CreateGroupRequest_FieldSubPathValue
- type CreateGroupRequestPathSelectorGroupMetadataOwnerReferences
- func (CreateGroupRequestPathSelectorGroupMetadataOwnerReferences) BlockOwnerDeletion() CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesBlockOwnerDeletion
- func (CreateGroupRequestPathSelectorGroupMetadataOwnerReferences) Controller() CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesController
- func (CreateGroupRequestPathSelectorGroupMetadataOwnerReferences) FieldPath() *CreateGroupRequest_FieldSubPath
- func (CreateGroupRequestPathSelectorGroupMetadataOwnerReferences) Kind() CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesKind
- func (CreateGroupRequestPathSelectorGroupMetadataOwnerReferences) Name() CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesName
- func (CreateGroupRequestPathSelectorGroupMetadataOwnerReferences) Region() CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesRegion
- func (CreateGroupRequestPathSelectorGroupMetadataOwnerReferences) RequiresOwnerReference() ...
- func (CreateGroupRequestPathSelectorGroupMetadataOwnerReferences) Version() CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesVersion
- func (s CreateGroupRequestPathSelectorGroupMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *CreateGroupRequest_FieldSubPathArrayOfValues
- func (s CreateGroupRequestPathSelectorGroupMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *CreateGroupRequest_FieldSubPathArrayItemValue
- func (s CreateGroupRequestPathSelectorGroupMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *CreateGroupRequest_FieldSubPathValue
- type CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesBlockOwnerDeletion
- func (CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesBlockOwnerDeletion) FieldPath() *CreateGroupRequest_FieldSubPath
- func (s CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *CreateGroupRequest_FieldSubPathArrayOfValues
- func (s CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesBlockOwnerDeletion) WithValue(value bool) *CreateGroupRequest_FieldSubPathValue
- type CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesController
- func (CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesController) FieldPath() *CreateGroupRequest_FieldSubPath
- func (s CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *CreateGroupRequest_FieldSubPathArrayOfValues
- func (s CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesController) WithValue(value bool) *CreateGroupRequest_FieldSubPathValue
- type CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesKind
- func (CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesKind) FieldPath() *CreateGroupRequest_FieldSubPath
- func (s CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *CreateGroupRequest_FieldSubPathArrayOfValues
- func (s CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesKind) WithValue(value string) *CreateGroupRequest_FieldSubPathValue
- type CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesName
- func (CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesName) FieldPath() *CreateGroupRequest_FieldSubPath
- func (s CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesName) WithArrayOfValues(values []string) *CreateGroupRequest_FieldSubPathArrayOfValues
- func (s CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesName) WithValue(value string) *CreateGroupRequest_FieldSubPathValue
- type CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesRegion
- func (CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesRegion) FieldPath() *CreateGroupRequest_FieldSubPath
- func (s CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesRegion) WithArrayOfValues(values []string) *CreateGroupRequest_FieldSubPathArrayOfValues
- func (s CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesRegion) WithValue(value string) *CreateGroupRequest_FieldSubPathValue
- type CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesRequiresOwnerReference
- func (CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesRequiresOwnerReference) FieldPath() *CreateGroupRequest_FieldSubPath
- func (s CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues(values []bool) *CreateGroupRequest_FieldSubPathArrayOfValues
- func (s CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesRequiresOwnerReference) WithValue(value bool) *CreateGroupRequest_FieldSubPathValue
- type CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesVersion
- func (CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesVersion) FieldPath() *CreateGroupRequest_FieldSubPath
- func (s CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesVersion) WithArrayOfValues(values []string) *CreateGroupRequest_FieldSubPathArrayOfValues
- func (s CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesVersion) WithValue(value string) *CreateGroupRequest_FieldSubPathValue
- type CreateGroupRequestPathSelectorGroupMetadataResourceVersion
- func (CreateGroupRequestPathSelectorGroupMetadataResourceVersion) FieldPath() *CreateGroupRequest_FieldSubPath
- func (s CreateGroupRequestPathSelectorGroupMetadataResourceVersion) WithArrayOfValues(values []string) *CreateGroupRequest_FieldSubPathArrayOfValues
- func (s CreateGroupRequestPathSelectorGroupMetadataResourceVersion) WithValue(value string) *CreateGroupRequest_FieldSubPathValue
- type CreateGroupRequestPathSelectorGroupMetadataShards
- func (CreateGroupRequestPathSelectorGroupMetadataShards) FieldPath() *CreateGroupRequest_FieldSubPath
- func (s CreateGroupRequestPathSelectorGroupMetadataShards) WithArrayOfValues(values []map[string]int64) *CreateGroupRequest_FieldSubPathArrayOfValues
- func (CreateGroupRequestPathSelectorGroupMetadataShards) WithKey(key string) CreateGroupRequestMapPathSelectorGroupMetadataShards
- func (s CreateGroupRequestPathSelectorGroupMetadataShards) WithValue(value map[string]int64) *CreateGroupRequest_FieldSubPathValue
- type CreateGroupRequestPathSelectorGroupMetadataSyncing
- func (CreateGroupRequestPathSelectorGroupMetadataSyncing) FieldPath() *CreateGroupRequest_FieldSubPath
- func (CreateGroupRequestPathSelectorGroupMetadataSyncing) OwningRegion() CreateGroupRequestPathSelectorGroupMetadataSyncingOwningRegion
- func (CreateGroupRequestPathSelectorGroupMetadataSyncing) Regions() CreateGroupRequestPathSelectorGroupMetadataSyncingRegions
- func (s CreateGroupRequestPathSelectorGroupMetadataSyncing) WithArrayOfValues(values []*ntt_meta.SyncingMeta) *CreateGroupRequest_FieldSubPathArrayOfValues
- func (s CreateGroupRequestPathSelectorGroupMetadataSyncing) WithValue(value *ntt_meta.SyncingMeta) *CreateGroupRequest_FieldSubPathValue
- type CreateGroupRequestPathSelectorGroupMetadataSyncingOwningRegion
- func (CreateGroupRequestPathSelectorGroupMetadataSyncingOwningRegion) FieldPath() *CreateGroupRequest_FieldSubPath
- func (s CreateGroupRequestPathSelectorGroupMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *CreateGroupRequest_FieldSubPathArrayOfValues
- func (s CreateGroupRequestPathSelectorGroupMetadataSyncingOwningRegion) WithValue(value string) *CreateGroupRequest_FieldSubPathValue
- type CreateGroupRequestPathSelectorGroupMetadataSyncingRegions
- func (CreateGroupRequestPathSelectorGroupMetadataSyncingRegions) FieldPath() *CreateGroupRequest_FieldSubPath
- func (s CreateGroupRequestPathSelectorGroupMetadataSyncingRegions) WithArrayOfValues(values [][]string) *CreateGroupRequest_FieldSubPathArrayOfValues
- func (s CreateGroupRequestPathSelectorGroupMetadataSyncingRegions) WithItemValue(value string) *CreateGroupRequest_FieldSubPathArrayItemValue
- func (s CreateGroupRequestPathSelectorGroupMetadataSyncingRegions) WithValue(value []string) *CreateGroupRequest_FieldSubPathValue
- type CreateGroupRequestPathSelectorGroupMetadataTags
- func (CreateGroupRequestPathSelectorGroupMetadataTags) FieldPath() *CreateGroupRequest_FieldSubPath
- func (s CreateGroupRequestPathSelectorGroupMetadataTags) WithArrayOfValues(values [][]string) *CreateGroupRequest_FieldSubPathArrayOfValues
- func (s CreateGroupRequestPathSelectorGroupMetadataTags) WithItemValue(value string) *CreateGroupRequest_FieldSubPathArrayItemValue
- func (s CreateGroupRequestPathSelectorGroupMetadataTags) WithValue(value []string) *CreateGroupRequest_FieldSubPathValue
- type CreateGroupRequestPathSelectorGroupMetadataUpdateTime
- func (CreateGroupRequestPathSelectorGroupMetadataUpdateTime) FieldPath() *CreateGroupRequest_FieldSubPath
- func (s CreateGroupRequestPathSelectorGroupMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *CreateGroupRequest_FieldSubPathArrayOfValues
- func (s CreateGroupRequestPathSelectorGroupMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *CreateGroupRequest_FieldSubPathValue
- type CreateGroupRequestPathSelectorGroupMetadataUuid
- func (CreateGroupRequestPathSelectorGroupMetadataUuid) FieldPath() *CreateGroupRequest_FieldSubPath
- func (s CreateGroupRequestPathSelectorGroupMetadataUuid) WithArrayOfValues(values []string) *CreateGroupRequest_FieldSubPathArrayOfValues
- func (s CreateGroupRequestPathSelectorGroupMetadataUuid) WithValue(value string) *CreateGroupRequest_FieldSubPathValue
- type CreateGroupRequestPathSelectorGroupName
- func (CreateGroupRequestPathSelectorGroupName) FieldPath() *CreateGroupRequest_FieldSubPath
- func (s CreateGroupRequestPathSelectorGroupName) WithArrayOfValues(values []*group.Name) *CreateGroupRequest_FieldSubPathArrayOfValues
- func (s CreateGroupRequestPathSelectorGroupName) WithValue(value *group.Name) *CreateGroupRequest_FieldSubPathValue
- type CreateGroupRequestPathSelectorParent
- func (CreateGroupRequestPathSelectorParent) FieldPath() *CreateGroupRequest_FieldTerminalPath
- func (s CreateGroupRequestPathSelectorParent) WithArrayOfValues(values []*group.ParentReference) *CreateGroupRequest_FieldTerminalPathArrayOfValues
- func (s CreateGroupRequestPathSelectorParent) WithValue(value *group.ParentReference) *CreateGroupRequest_FieldTerminalPathValue
- type CreateGroupRequest_FieldMask
- func (fieldMask *CreateGroupRequest_FieldMask) AppendPath(path CreateGroupRequest_FieldPath)
- func (fieldMask *CreateGroupRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *CreateGroupRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *CreateGroupRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *CreateGroupRequest_FieldMask) FilterInputFields() *CreateGroupRequest_FieldMask
- func (fieldMask *CreateGroupRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *CreateGroupRequest_FieldMask) GetPaths() []CreateGroupRequest_FieldPath
- func (fieldMask *CreateGroupRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *CreateGroupRequest_FieldMask) IsFull() bool
- func (fieldMask CreateGroupRequest_FieldMask) Marshal() ([]byte, error)
- func (fieldMask CreateGroupRequest_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *CreateGroupRequest_FieldMask) PathsCount() int
- func (fieldMask *CreateGroupRequest_FieldMask) Project(source *CreateGroupRequest) *CreateGroupRequest
- func (fieldMask *CreateGroupRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *CreateGroupRequest_FieldMask) ProtoMessage()
- func (fieldMask *CreateGroupRequest_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *CreateGroupRequest_FieldMask) Reset()
- func (fieldMask *CreateGroupRequest_FieldMask) Set(target, source *CreateGroupRequest)
- func (fieldMask *CreateGroupRequest_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *CreateGroupRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *CreateGroupRequest_FieldMask) Size() int
- func (fieldMask *CreateGroupRequest_FieldMask) String() string
- func (fieldMask *CreateGroupRequest_FieldMask) Subtract(other *CreateGroupRequest_FieldMask) *CreateGroupRequest_FieldMask
- func (fieldMask *CreateGroupRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *CreateGroupRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *CreateGroupRequest_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *CreateGroupRequest_FieldMask) UnmarshalJSON(data []byte) error
- type CreateGroupRequest_FieldPath
- type CreateGroupRequest_FieldPathArrayItemValue
- type CreateGroupRequest_FieldPathArrayOfValues
- type CreateGroupRequest_FieldPathSelector
- type CreateGroupRequest_FieldPathValue
- type CreateGroupRequest_FieldSubPath
- func (fps *CreateGroupRequest_FieldSubPath) AsGroupSubPath() (group.Group_FieldPath, bool)
- func (fps *CreateGroupRequest_FieldSubPath) ClearValue(item *CreateGroupRequest)
- func (fps *CreateGroupRequest_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *CreateGroupRequest_FieldSubPath) Get(source *CreateGroupRequest) (values []interface{})
- func (fps *CreateGroupRequest_FieldSubPath) GetDefault() interface{}
- func (fps *CreateGroupRequest_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *CreateGroupRequest_FieldSubPath) GetSingle(source *CreateGroupRequest) (interface{}, bool)
- func (fps *CreateGroupRequest_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *CreateGroupRequest_FieldSubPath) IsLeaf() bool
- func (fps *CreateGroupRequest_FieldSubPath) JSONString() string
- func (fps *CreateGroupRequest_FieldSubPath) Selector() CreateGroupRequest_FieldPathSelector
- func (fps *CreateGroupRequest_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fps *CreateGroupRequest_FieldSubPath) String() string
- func (fps *CreateGroupRequest_FieldSubPath) WithIArrayItemValue(value interface{}) CreateGroupRequest_FieldPathArrayItemValue
- func (fps *CreateGroupRequest_FieldSubPath) WithIArrayOfValues(values interface{}) CreateGroupRequest_FieldPathArrayOfValues
- func (fps *CreateGroupRequest_FieldSubPath) WithIValue(value interface{}) CreateGroupRequest_FieldPathValue
- func (fps *CreateGroupRequest_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *CreateGroupRequest_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *CreateGroupRequest_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type CreateGroupRequest_FieldSubPathArrayItemValue
- func (fpaivs *CreateGroupRequest_FieldSubPathArrayItemValue) AsGroupPathItemValue() (group.Group_FieldPathArrayItemValue, bool)
- func (fpaivs *CreateGroupRequest_FieldSubPathArrayItemValue) ContainsValue(source *CreateGroupRequest) bool
- func (fpaivs *CreateGroupRequest_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type CreateGroupRequest_FieldSubPathArrayOfValues
- type CreateGroupRequest_FieldSubPathValue
- func (fpvs *CreateGroupRequest_FieldSubPathValue) AsGroupPathValue() (group.Group_FieldPathValue, bool)
- func (fpvs *CreateGroupRequest_FieldSubPathValue) CompareWith(source *CreateGroupRequest) (int, bool)
- func (fpvs *CreateGroupRequest_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *CreateGroupRequest_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *CreateGroupRequest_FieldSubPathValue) SetTo(target **CreateGroupRequest)
- func (fpvs *CreateGroupRequest_FieldSubPathValue) SetToRaw(target proto.Message)
- type CreateGroupRequest_FieldTerminalPath
- func (fp *CreateGroupRequest_FieldTerminalPath) ClearValue(item *CreateGroupRequest)
- func (fp *CreateGroupRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *CreateGroupRequest_FieldTerminalPath) Get(source *CreateGroupRequest) (values []interface{})
- func (fp *CreateGroupRequest_FieldTerminalPath) GetDefault() interface{}
- func (fp *CreateGroupRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *CreateGroupRequest_FieldTerminalPath) GetSingle(source *CreateGroupRequest) (interface{}, bool)
- func (fp *CreateGroupRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *CreateGroupRequest_FieldTerminalPath) IsLeaf() bool
- func (fp *CreateGroupRequest_FieldTerminalPath) JSONString() string
- func (fp *CreateGroupRequest_FieldTerminalPath) Selector() CreateGroupRequest_FieldPathSelector
- func (fp *CreateGroupRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *CreateGroupRequest_FieldTerminalPath) String() string
- func (fp *CreateGroupRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) CreateGroupRequest_FieldPathArrayItemValue
- func (fp *CreateGroupRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) CreateGroupRequest_FieldPathArrayOfValues
- func (fp *CreateGroupRequest_FieldTerminalPath) WithIValue(value interface{}) CreateGroupRequest_FieldPathValue
- func (fp *CreateGroupRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *CreateGroupRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *CreateGroupRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type CreateGroupRequest_FieldTerminalPathArrayItemValue
- func (fpaiv *CreateGroupRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *CreateGroupRequest) bool
- func (fpaiv *CreateGroupRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *CreateGroupRequest_FieldTerminalPathArrayItemValue) GetSingle(source *CreateGroupRequest) (interface{}, bool)
- func (fpaiv *CreateGroupRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type CreateGroupRequest_FieldTerminalPathArrayOfValues
- func (fpaov *CreateGroupRequest_FieldTerminalPathArrayOfValues) AsGroupArrayOfValues() ([]*group.Group, bool)
- func (fpaov *CreateGroupRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues() ([]*group.ParentReference, bool)
- func (fpaov *CreateGroupRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type CreateGroupRequest_FieldTerminalPathValue
- func (fpv *CreateGroupRequest_FieldTerminalPathValue) AsGroupValue() (*group.Group, bool)
- func (fpv *CreateGroupRequest_FieldTerminalPathValue) AsParentValue() (*group.ParentReference, bool)
- func (fpv *CreateGroupRequest_FieldTerminalPathValue) CompareWith(source *CreateGroupRequest) (int, bool)
- func (fpv *CreateGroupRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *CreateGroupRequest_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *CreateGroupRequest_FieldTerminalPathValue) SetTo(target **CreateGroupRequest)
- func (fpv *CreateGroupRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type DeleteGroupDescriptor
- func (d *DeleteGroupDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *DeleteGroupDescriptor) GetApiName() string
- func (d *DeleteGroupDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *DeleteGroupDescriptor) GetFullMethodName() string
- func (d *DeleteGroupDescriptor) GetMethodName() string
- func (d *DeleteGroupDescriptor) GetProtoPkgName() string
- func (d *DeleteGroupDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *DeleteGroupDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *DeleteGroupDescriptor) GetServiceDomain() string
- func (d *DeleteGroupDescriptor) GetServiceVersion() string
- func (d *DeleteGroupDescriptor) GetVerb() string
- func (d *DeleteGroupDescriptor) HasResource() bool
- func (d *DeleteGroupDescriptor) IsClientStream() bool
- func (d *DeleteGroupDescriptor) IsCollection() bool
- func (d *DeleteGroupDescriptor) IsPlural() bool
- func (d *DeleteGroupDescriptor) IsServerStream() bool
- func (d *DeleteGroupDescriptor) IsUnary() bool
- func (d *DeleteGroupDescriptor) NewEmptyClientMsg() proto.Message
- func (d *DeleteGroupDescriptor) NewEmptyServerMsg() proto.Message
- func (d *DeleteGroupDescriptor) RequestHasResourceBody() bool
- type DeleteGroupDescriptorClientMsgHandle
- func (h *DeleteGroupDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *DeleteGroupDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *DeleteGroupDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type DeleteGroupDescriptorServerMsgHandle
- func (h *DeleteGroupDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *DeleteGroupDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *DeleteGroupDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type DeleteGroupRequest
- func (o *DeleteGroupRequest) Clone() *DeleteGroupRequest
- func (o *DeleteGroupRequest) CloneRaw() gotenobject.GotenObjectExt
- func (*DeleteGroupRequest) Descriptor() ([]byte, []int)
- func (m *DeleteGroupRequest) GetName() *group.Reference
- func (*DeleteGroupRequest) GotenMessage()
- func (o *DeleteGroupRequest) GotenObjectExt()
- func (obj *DeleteGroupRequest) GotenValidate() error
- func (o *DeleteGroupRequest) MakeDiffFieldMask(other *DeleteGroupRequest) *DeleteGroupRequest_FieldMask
- func (o *DeleteGroupRequest) MakeFullFieldMask() *DeleteGroupRequest_FieldMask
- func (o *DeleteGroupRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *DeleteGroupRequest) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *DeleteGroupRequest) Marshal() ([]byte, error)
- func (m *DeleteGroupRequest) MarshalJSON() ([]byte, error)
- func (o *DeleteGroupRequest) Merge(source *DeleteGroupRequest)
- func (o *DeleteGroupRequest) MergeRaw(source gotenobject.GotenObjectExt)
- func (*DeleteGroupRequest) ProtoMessage()
- func (m *DeleteGroupRequest) ProtoReflect() preflect.Message
- func (m *DeleteGroupRequest) Reset()
- func (m *DeleteGroupRequest) SetName(fv *group.Reference)
- func (m *DeleteGroupRequest) String() string
- func (m *DeleteGroupRequest) Unmarshal(b []byte) error
- func (m *DeleteGroupRequest) UnmarshalJSON(data []byte) error
- type DeleteGroupRequestFieldPathBuilder
- type DeleteGroupRequestPathSelectorName
- func (DeleteGroupRequestPathSelectorName) FieldPath() *DeleteGroupRequest_FieldTerminalPath
- func (s DeleteGroupRequestPathSelectorName) WithArrayOfValues(values []*group.Reference) *DeleteGroupRequest_FieldTerminalPathArrayOfValues
- func (s DeleteGroupRequestPathSelectorName) WithValue(value *group.Reference) *DeleteGroupRequest_FieldTerminalPathValue
- type DeleteGroupRequest_FieldMask
- func (fieldMask *DeleteGroupRequest_FieldMask) AppendPath(path DeleteGroupRequest_FieldPath)
- func (fieldMask *DeleteGroupRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *DeleteGroupRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *DeleteGroupRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *DeleteGroupRequest_FieldMask) FilterInputFields() *DeleteGroupRequest_FieldMask
- func (fieldMask *DeleteGroupRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *DeleteGroupRequest_FieldMask) GetPaths() []DeleteGroupRequest_FieldPath
- func (fieldMask *DeleteGroupRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *DeleteGroupRequest_FieldMask) IsFull() bool
- func (fieldMask DeleteGroupRequest_FieldMask) Marshal() ([]byte, error)
- func (fieldMask DeleteGroupRequest_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *DeleteGroupRequest_FieldMask) PathsCount() int
- func (fieldMask *DeleteGroupRequest_FieldMask) Project(source *DeleteGroupRequest) *DeleteGroupRequest
- func (fieldMask *DeleteGroupRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *DeleteGroupRequest_FieldMask) ProtoMessage()
- func (fieldMask *DeleteGroupRequest_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *DeleteGroupRequest_FieldMask) Reset()
- func (fieldMask *DeleteGroupRequest_FieldMask) Set(target, source *DeleteGroupRequest)
- func (fieldMask *DeleteGroupRequest_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *DeleteGroupRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *DeleteGroupRequest_FieldMask) Size() int
- func (fieldMask *DeleteGroupRequest_FieldMask) String() string
- func (fieldMask *DeleteGroupRequest_FieldMask) Subtract(other *DeleteGroupRequest_FieldMask) *DeleteGroupRequest_FieldMask
- func (fieldMask *DeleteGroupRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *DeleteGroupRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *DeleteGroupRequest_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *DeleteGroupRequest_FieldMask) UnmarshalJSON(data []byte) error
- type DeleteGroupRequest_FieldPath
- type DeleteGroupRequest_FieldPathArrayItemValue
- type DeleteGroupRequest_FieldPathArrayOfValues
- type DeleteGroupRequest_FieldPathSelector
- type DeleteGroupRequest_FieldPathValue
- type DeleteGroupRequest_FieldTerminalPath
- func (fp *DeleteGroupRequest_FieldTerminalPath) ClearValue(item *DeleteGroupRequest)
- func (fp *DeleteGroupRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *DeleteGroupRequest_FieldTerminalPath) Get(source *DeleteGroupRequest) (values []interface{})
- func (fp *DeleteGroupRequest_FieldTerminalPath) GetDefault() interface{}
- func (fp *DeleteGroupRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *DeleteGroupRequest_FieldTerminalPath) GetSingle(source *DeleteGroupRequest) (interface{}, bool)
- func (fp *DeleteGroupRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *DeleteGroupRequest_FieldTerminalPath) IsLeaf() bool
- func (fp *DeleteGroupRequest_FieldTerminalPath) JSONString() string
- func (fp *DeleteGroupRequest_FieldTerminalPath) Selector() DeleteGroupRequest_FieldPathSelector
- func (fp *DeleteGroupRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *DeleteGroupRequest_FieldTerminalPath) String() string
- func (fp *DeleteGroupRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) DeleteGroupRequest_FieldPathArrayItemValue
- func (fp *DeleteGroupRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) DeleteGroupRequest_FieldPathArrayOfValues
- func (fp *DeleteGroupRequest_FieldTerminalPath) WithIValue(value interface{}) DeleteGroupRequest_FieldPathValue
- func (fp *DeleteGroupRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *DeleteGroupRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *DeleteGroupRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type DeleteGroupRequest_FieldTerminalPathArrayItemValue
- func (fpaiv *DeleteGroupRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *DeleteGroupRequest) bool
- func (fpaiv *DeleteGroupRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *DeleteGroupRequest_FieldTerminalPathArrayItemValue) GetSingle(source *DeleteGroupRequest) (interface{}, bool)
- func (fpaiv *DeleteGroupRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type DeleteGroupRequest_FieldTerminalPathArrayOfValues
- type DeleteGroupRequest_FieldTerminalPathValue
- func (fpv *DeleteGroupRequest_FieldTerminalPathValue) AsNameValue() (*group.Reference, bool)
- func (fpv *DeleteGroupRequest_FieldTerminalPathValue) CompareWith(source *DeleteGroupRequest) (int, bool)
- func (fpv *DeleteGroupRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *DeleteGroupRequest_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *DeleteGroupRequest_FieldTerminalPathValue) SetTo(target **DeleteGroupRequest)
- func (fpv *DeleteGroupRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type GetGroupDescriptor
- func (d *GetGroupDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *GetGroupDescriptor) GetApiName() string
- func (d *GetGroupDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *GetGroupDescriptor) GetFullMethodName() string
- func (d *GetGroupDescriptor) GetMethodName() string
- func (d *GetGroupDescriptor) GetProtoPkgName() string
- func (d *GetGroupDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *GetGroupDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *GetGroupDescriptor) GetServiceDomain() string
- func (d *GetGroupDescriptor) GetServiceVersion() string
- func (d *GetGroupDescriptor) GetVerb() string
- func (d *GetGroupDescriptor) HasResource() bool
- func (d *GetGroupDescriptor) IsClientStream() bool
- func (d *GetGroupDescriptor) IsCollection() bool
- func (d *GetGroupDescriptor) IsPlural() bool
- func (d *GetGroupDescriptor) IsServerStream() bool
- func (d *GetGroupDescriptor) IsUnary() bool
- func (d *GetGroupDescriptor) NewEmptyClientMsg() proto.Message
- func (d *GetGroupDescriptor) NewEmptyServerMsg() proto.Message
- func (d *GetGroupDescriptor) RequestHasResourceBody() bool
- type GetGroupDescriptorClientMsgHandle
- func (h *GetGroupDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *GetGroupDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *GetGroupDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type GetGroupDescriptorServerMsgHandle
- func (h *GetGroupDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *GetGroupDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *GetGroupDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type GetGroupRequest
- func (o *GetGroupRequest) Clone() *GetGroupRequest
- func (o *GetGroupRequest) CloneRaw() gotenobject.GotenObjectExt
- func (*GetGroupRequest) Descriptor() ([]byte, []int)
- func (m *GetGroupRequest) GetFieldMask() *group.Group_FieldMask
- func (m *GetGroupRequest) GetName() *group.Reference
- func (m *GetGroupRequest) GetView() view.View
- func (*GetGroupRequest) GotenMessage()
- func (o *GetGroupRequest) GotenObjectExt()
- func (obj *GetGroupRequest) GotenValidate() error
- func (o *GetGroupRequest) MakeDiffFieldMask(other *GetGroupRequest) *GetGroupRequest_FieldMask
- func (o *GetGroupRequest) MakeFullFieldMask() *GetGroupRequest_FieldMask
- func (o *GetGroupRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *GetGroupRequest) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *GetGroupRequest) Marshal() ([]byte, error)
- func (m *GetGroupRequest) MarshalJSON() ([]byte, error)
- func (o *GetGroupRequest) Merge(source *GetGroupRequest)
- func (o *GetGroupRequest) MergeRaw(source gotenobject.GotenObjectExt)
- func (*GetGroupRequest) ProtoMessage()
- func (m *GetGroupRequest) ProtoReflect() preflect.Message
- func (m *GetGroupRequest) Reset()
- func (m *GetGroupRequest) SetFieldMask(fv *group.Group_FieldMask)
- func (m *GetGroupRequest) SetName(fv *group.Reference)
- func (m *GetGroupRequest) SetView(fv view.View)
- func (m *GetGroupRequest) String() string
- func (m *GetGroupRequest) Unmarshal(b []byte) error
- func (m *GetGroupRequest) UnmarshalJSON(data []byte) error
- type GetGroupRequestFieldPathBuilder
- type GetGroupRequestPathSelectorFieldMask
- func (GetGroupRequestPathSelectorFieldMask) FieldPath() *GetGroupRequest_FieldTerminalPath
- func (s GetGroupRequestPathSelectorFieldMask) WithArrayOfValues(values []*group.Group_FieldMask) *GetGroupRequest_FieldTerminalPathArrayOfValues
- func (s GetGroupRequestPathSelectorFieldMask) WithValue(value *group.Group_FieldMask) *GetGroupRequest_FieldTerminalPathValue
- type GetGroupRequestPathSelectorName
- func (GetGroupRequestPathSelectorName) FieldPath() *GetGroupRequest_FieldTerminalPath
- func (s GetGroupRequestPathSelectorName) WithArrayOfValues(values []*group.Reference) *GetGroupRequest_FieldTerminalPathArrayOfValues
- func (s GetGroupRequestPathSelectorName) WithValue(value *group.Reference) *GetGroupRequest_FieldTerminalPathValue
- type GetGroupRequestPathSelectorView
- func (GetGroupRequestPathSelectorView) FieldPath() *GetGroupRequest_FieldTerminalPath
- func (s GetGroupRequestPathSelectorView) WithArrayOfValues(values []view.View) *GetGroupRequest_FieldTerminalPathArrayOfValues
- func (s GetGroupRequestPathSelectorView) WithValue(value view.View) *GetGroupRequest_FieldTerminalPathValue
- type GetGroupRequest_FieldMask
- func (fieldMask *GetGroupRequest_FieldMask) AppendPath(path GetGroupRequest_FieldPath)
- func (fieldMask *GetGroupRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *GetGroupRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *GetGroupRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *GetGroupRequest_FieldMask) FilterInputFields() *GetGroupRequest_FieldMask
- func (fieldMask *GetGroupRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *GetGroupRequest_FieldMask) GetPaths() []GetGroupRequest_FieldPath
- func (fieldMask *GetGroupRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *GetGroupRequest_FieldMask) IsFull() bool
- func (fieldMask GetGroupRequest_FieldMask) Marshal() ([]byte, error)
- func (fieldMask GetGroupRequest_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *GetGroupRequest_FieldMask) PathsCount() int
- func (fieldMask *GetGroupRequest_FieldMask) Project(source *GetGroupRequest) *GetGroupRequest
- func (fieldMask *GetGroupRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *GetGroupRequest_FieldMask) ProtoMessage()
- func (fieldMask *GetGroupRequest_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *GetGroupRequest_FieldMask) Reset()
- func (fieldMask *GetGroupRequest_FieldMask) Set(target, source *GetGroupRequest)
- func (fieldMask *GetGroupRequest_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *GetGroupRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *GetGroupRequest_FieldMask) Size() int
- func (fieldMask *GetGroupRequest_FieldMask) String() string
- func (fieldMask *GetGroupRequest_FieldMask) Subtract(other *GetGroupRequest_FieldMask) *GetGroupRequest_FieldMask
- func (fieldMask *GetGroupRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *GetGroupRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *GetGroupRequest_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *GetGroupRequest_FieldMask) UnmarshalJSON(data []byte) error
- type GetGroupRequest_FieldPath
- type GetGroupRequest_FieldPathArrayItemValue
- type GetGroupRequest_FieldPathArrayOfValues
- type GetGroupRequest_FieldPathSelector
- type GetGroupRequest_FieldPathValue
- type GetGroupRequest_FieldTerminalPath
- func (fp *GetGroupRequest_FieldTerminalPath) ClearValue(item *GetGroupRequest)
- func (fp *GetGroupRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *GetGroupRequest_FieldTerminalPath) Get(source *GetGroupRequest) (values []interface{})
- func (fp *GetGroupRequest_FieldTerminalPath) GetDefault() interface{}
- func (fp *GetGroupRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *GetGroupRequest_FieldTerminalPath) GetSingle(source *GetGroupRequest) (interface{}, bool)
- func (fp *GetGroupRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *GetGroupRequest_FieldTerminalPath) IsLeaf() bool
- func (fp *GetGroupRequest_FieldTerminalPath) JSONString() string
- func (fp *GetGroupRequest_FieldTerminalPath) Selector() GetGroupRequest_FieldPathSelector
- func (fp *GetGroupRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *GetGroupRequest_FieldTerminalPath) String() string
- func (fp *GetGroupRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) GetGroupRequest_FieldPathArrayItemValue
- func (fp *GetGroupRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) GetGroupRequest_FieldPathArrayOfValues
- func (fp *GetGroupRequest_FieldTerminalPath) WithIValue(value interface{}) GetGroupRequest_FieldPathValue
- func (fp *GetGroupRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *GetGroupRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *GetGroupRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type GetGroupRequest_FieldTerminalPathArrayItemValue
- func (fpaiv *GetGroupRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *GetGroupRequest) bool
- func (fpaiv *GetGroupRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *GetGroupRequest_FieldTerminalPathArrayItemValue) GetSingle(source *GetGroupRequest) (interface{}, bool)
- func (fpaiv *GetGroupRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type GetGroupRequest_FieldTerminalPathArrayOfValues
- func (fpaov *GetGroupRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*group.Group_FieldMask, bool)
- func (fpaov *GetGroupRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*group.Reference, bool)
- func (fpaov *GetGroupRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)
- func (fpaov *GetGroupRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type GetGroupRequest_FieldTerminalPathValue
- func (fpv *GetGroupRequest_FieldTerminalPathValue) AsFieldMaskValue() (*group.Group_FieldMask, bool)
- func (fpv *GetGroupRequest_FieldTerminalPathValue) AsNameValue() (*group.Reference, bool)
- func (fpv *GetGroupRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)
- func (fpv *GetGroupRequest_FieldTerminalPathValue) CompareWith(source *GetGroupRequest) (int, bool)
- func (fpv *GetGroupRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *GetGroupRequest_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *GetGroupRequest_FieldTerminalPathValue) SetTo(target **GetGroupRequest)
- func (fpv *GetGroupRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type GroupServiceClient
- type GroupServiceDescriptor
- func (d *GroupServiceDescriptor) AllMethodDescriptors() []gotenclient.MethodDescriptor
- func (d *GroupServiceDescriptor) GetApiName() string
- func (d *GroupServiceDescriptor) GetFullAPIName() string
- func (d *GroupServiceDescriptor) GetProtoPkgName() string
- func (d *GroupServiceDescriptor) GetServiceDomain() string
- func (d *GroupServiceDescriptor) GetServiceVersion() string
- type ListGroupsDescriptor
- func (d *ListGroupsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *ListGroupsDescriptor) GetApiName() string
- func (d *ListGroupsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *ListGroupsDescriptor) GetFullMethodName() string
- func (d *ListGroupsDescriptor) GetMethodName() string
- func (d *ListGroupsDescriptor) GetProtoPkgName() string
- func (d *ListGroupsDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *ListGroupsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *ListGroupsDescriptor) GetServiceDomain() string
- func (d *ListGroupsDescriptor) GetServiceVersion() string
- func (d *ListGroupsDescriptor) GetVerb() string
- func (d *ListGroupsDescriptor) HasResource() bool
- func (d *ListGroupsDescriptor) IsClientStream() bool
- func (d *ListGroupsDescriptor) IsCollection() bool
- func (d *ListGroupsDescriptor) IsPlural() bool
- func (d *ListGroupsDescriptor) IsServerStream() bool
- func (d *ListGroupsDescriptor) IsUnary() bool
- func (d *ListGroupsDescriptor) NewEmptyClientMsg() proto.Message
- func (d *ListGroupsDescriptor) NewEmptyServerMsg() proto.Message
- func (d *ListGroupsDescriptor) RequestHasResourceBody() bool
- type ListGroupsDescriptorClientMsgHandle
- func (h *ListGroupsDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *ListGroupsDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *ListGroupsDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type ListGroupsDescriptorServerMsgHandle
- func (h *ListGroupsDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *ListGroupsDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *ListGroupsDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type ListGroupsRequest
- func (o *ListGroupsRequest) Clone() *ListGroupsRequest
- func (o *ListGroupsRequest) CloneRaw() gotenobject.GotenObjectExt
- func (*ListGroupsRequest) Descriptor() ([]byte, []int)
- func (m *ListGroupsRequest) GetFieldMask() *group.Group_FieldMask
- func (m *ListGroupsRequest) GetFilter() *group.Filter
- func (m *ListGroupsRequest) GetIncludePagingInfo() bool
- func (m *ListGroupsRequest) GetOrderBy() *group.OrderBy
- func (m *ListGroupsRequest) GetPageSize() int32
- func (m *ListGroupsRequest) GetPageToken() *group.PagerCursor
- func (m *ListGroupsRequest) GetParent() *group.ParentName
- func (m *ListGroupsRequest) GetView() view.View
- func (*ListGroupsRequest) GotenMessage()
- func (o *ListGroupsRequest) GotenObjectExt()
- func (obj *ListGroupsRequest) GotenValidate() error
- func (o *ListGroupsRequest) MakeDiffFieldMask(other *ListGroupsRequest) *ListGroupsRequest_FieldMask
- func (o *ListGroupsRequest) MakeFullFieldMask() *ListGroupsRequest_FieldMask
- func (o *ListGroupsRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *ListGroupsRequest) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *ListGroupsRequest) Marshal() ([]byte, error)
- func (m *ListGroupsRequest) MarshalJSON() ([]byte, error)
- func (o *ListGroupsRequest) Merge(source *ListGroupsRequest)
- func (o *ListGroupsRequest) MergeRaw(source gotenobject.GotenObjectExt)
- func (*ListGroupsRequest) ProtoMessage()
- func (m *ListGroupsRequest) ProtoReflect() preflect.Message
- func (m *ListGroupsRequest) Reset()
- func (m *ListGroupsRequest) SetFieldMask(fv *group.Group_FieldMask)
- func (m *ListGroupsRequest) SetFilter(fv *group.Filter)
- func (m *ListGroupsRequest) SetIncludePagingInfo(fv bool)
- func (m *ListGroupsRequest) SetOrderBy(fv *group.OrderBy)
- func (m *ListGroupsRequest) SetPageSize(fv int32)
- func (m *ListGroupsRequest) SetPageToken(fv *group.PagerCursor)
- func (m *ListGroupsRequest) SetParent(fv *group.ParentName)
- func (m *ListGroupsRequest) SetView(fv view.View)
- func (m *ListGroupsRequest) String() string
- func (m *ListGroupsRequest) Unmarshal(b []byte) error
- func (m *ListGroupsRequest) UnmarshalJSON(data []byte) error
- type ListGroupsRequestFieldPathBuilder
- func (ListGroupsRequestFieldPathBuilder) FieldMask() ListGroupsRequestPathSelectorFieldMask
- func (ListGroupsRequestFieldPathBuilder) Filter() ListGroupsRequestPathSelectorFilter
- func (ListGroupsRequestFieldPathBuilder) IncludePagingInfo() ListGroupsRequestPathSelectorIncludePagingInfo
- func (ListGroupsRequestFieldPathBuilder) OrderBy() ListGroupsRequestPathSelectorOrderBy
- func (ListGroupsRequestFieldPathBuilder) PageSize() ListGroupsRequestPathSelectorPageSize
- func (ListGroupsRequestFieldPathBuilder) PageToken() ListGroupsRequestPathSelectorPageToken
- func (ListGroupsRequestFieldPathBuilder) Parent() ListGroupsRequestPathSelectorParent
- func (ListGroupsRequestFieldPathBuilder) View() ListGroupsRequestPathSelectorView
- type ListGroupsRequestPathSelectorFieldMask
- func (ListGroupsRequestPathSelectorFieldMask) FieldPath() *ListGroupsRequest_FieldTerminalPath
- func (s ListGroupsRequestPathSelectorFieldMask) WithArrayOfValues(values []*group.Group_FieldMask) *ListGroupsRequest_FieldTerminalPathArrayOfValues
- func (s ListGroupsRequestPathSelectorFieldMask) WithValue(value *group.Group_FieldMask) *ListGroupsRequest_FieldTerminalPathValue
- type ListGroupsRequestPathSelectorFilter
- func (ListGroupsRequestPathSelectorFilter) FieldPath() *ListGroupsRequest_FieldTerminalPath
- func (s ListGroupsRequestPathSelectorFilter) WithArrayOfValues(values []*group.Filter) *ListGroupsRequest_FieldTerminalPathArrayOfValues
- func (s ListGroupsRequestPathSelectorFilter) WithValue(value *group.Filter) *ListGroupsRequest_FieldTerminalPathValue
- type ListGroupsRequestPathSelectorIncludePagingInfo
- func (ListGroupsRequestPathSelectorIncludePagingInfo) FieldPath() *ListGroupsRequest_FieldTerminalPath
- func (s ListGroupsRequestPathSelectorIncludePagingInfo) WithArrayOfValues(values []bool) *ListGroupsRequest_FieldTerminalPathArrayOfValues
- func (s ListGroupsRequestPathSelectorIncludePagingInfo) WithValue(value bool) *ListGroupsRequest_FieldTerminalPathValue
- type ListGroupsRequestPathSelectorOrderBy
- func (ListGroupsRequestPathSelectorOrderBy) FieldPath() *ListGroupsRequest_FieldTerminalPath
- func (s ListGroupsRequestPathSelectorOrderBy) WithArrayOfValues(values []*group.OrderBy) *ListGroupsRequest_FieldTerminalPathArrayOfValues
- func (s ListGroupsRequestPathSelectorOrderBy) WithValue(value *group.OrderBy) *ListGroupsRequest_FieldTerminalPathValue
- type ListGroupsRequestPathSelectorPageSize
- func (ListGroupsRequestPathSelectorPageSize) FieldPath() *ListGroupsRequest_FieldTerminalPath
- func (s ListGroupsRequestPathSelectorPageSize) WithArrayOfValues(values []int32) *ListGroupsRequest_FieldTerminalPathArrayOfValues
- func (s ListGroupsRequestPathSelectorPageSize) WithValue(value int32) *ListGroupsRequest_FieldTerminalPathValue
- type ListGroupsRequestPathSelectorPageToken
- func (ListGroupsRequestPathSelectorPageToken) FieldPath() *ListGroupsRequest_FieldTerminalPath
- func (s ListGroupsRequestPathSelectorPageToken) WithArrayOfValues(values []*group.PagerCursor) *ListGroupsRequest_FieldTerminalPathArrayOfValues
- func (s ListGroupsRequestPathSelectorPageToken) WithValue(value *group.PagerCursor) *ListGroupsRequest_FieldTerminalPathValue
- type ListGroupsRequestPathSelectorParent
- func (ListGroupsRequestPathSelectorParent) FieldPath() *ListGroupsRequest_FieldTerminalPath
- func (s ListGroupsRequestPathSelectorParent) WithArrayOfValues(values []*group.ParentName) *ListGroupsRequest_FieldTerminalPathArrayOfValues
- func (s ListGroupsRequestPathSelectorParent) WithValue(value *group.ParentName) *ListGroupsRequest_FieldTerminalPathValue
- type ListGroupsRequestPathSelectorView
- func (ListGroupsRequestPathSelectorView) FieldPath() *ListGroupsRequest_FieldTerminalPath
- func (s ListGroupsRequestPathSelectorView) WithArrayOfValues(values []view.View) *ListGroupsRequest_FieldTerminalPathArrayOfValues
- func (s ListGroupsRequestPathSelectorView) WithValue(value view.View) *ListGroupsRequest_FieldTerminalPathValue
- type ListGroupsRequest_FieldMask
- func (fieldMask *ListGroupsRequest_FieldMask) AppendPath(path ListGroupsRequest_FieldPath)
- func (fieldMask *ListGroupsRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *ListGroupsRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *ListGroupsRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *ListGroupsRequest_FieldMask) FilterInputFields() *ListGroupsRequest_FieldMask
- func (fieldMask *ListGroupsRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *ListGroupsRequest_FieldMask) GetPaths() []ListGroupsRequest_FieldPath
- func (fieldMask *ListGroupsRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *ListGroupsRequest_FieldMask) IsFull() bool
- func (fieldMask ListGroupsRequest_FieldMask) Marshal() ([]byte, error)
- func (fieldMask ListGroupsRequest_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *ListGroupsRequest_FieldMask) PathsCount() int
- func (fieldMask *ListGroupsRequest_FieldMask) Project(source *ListGroupsRequest) *ListGroupsRequest
- func (fieldMask *ListGroupsRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *ListGroupsRequest_FieldMask) ProtoMessage()
- func (fieldMask *ListGroupsRequest_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *ListGroupsRequest_FieldMask) Reset()
- func (fieldMask *ListGroupsRequest_FieldMask) Set(target, source *ListGroupsRequest)
- func (fieldMask *ListGroupsRequest_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *ListGroupsRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *ListGroupsRequest_FieldMask) Size() int
- func (fieldMask *ListGroupsRequest_FieldMask) String() string
- func (fieldMask *ListGroupsRequest_FieldMask) Subtract(other *ListGroupsRequest_FieldMask) *ListGroupsRequest_FieldMask
- func (fieldMask *ListGroupsRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *ListGroupsRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *ListGroupsRequest_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *ListGroupsRequest_FieldMask) UnmarshalJSON(data []byte) error
- type ListGroupsRequest_FieldPath
- type ListGroupsRequest_FieldPathArrayItemValue
- type ListGroupsRequest_FieldPathArrayOfValues
- type ListGroupsRequest_FieldPathSelector
- type ListGroupsRequest_FieldPathValue
- type ListGroupsRequest_FieldTerminalPath
- func (fp *ListGroupsRequest_FieldTerminalPath) ClearValue(item *ListGroupsRequest)
- func (fp *ListGroupsRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *ListGroupsRequest_FieldTerminalPath) Get(source *ListGroupsRequest) (values []interface{})
- func (fp *ListGroupsRequest_FieldTerminalPath) GetDefault() interface{}
- func (fp *ListGroupsRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *ListGroupsRequest_FieldTerminalPath) GetSingle(source *ListGroupsRequest) (interface{}, bool)
- func (fp *ListGroupsRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *ListGroupsRequest_FieldTerminalPath) IsLeaf() bool
- func (fp *ListGroupsRequest_FieldTerminalPath) JSONString() string
- func (fp *ListGroupsRequest_FieldTerminalPath) Selector() ListGroupsRequest_FieldPathSelector
- func (fp *ListGroupsRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *ListGroupsRequest_FieldTerminalPath) String() string
- func (fp *ListGroupsRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) ListGroupsRequest_FieldPathArrayItemValue
- func (fp *ListGroupsRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) ListGroupsRequest_FieldPathArrayOfValues
- func (fp *ListGroupsRequest_FieldTerminalPath) WithIValue(value interface{}) ListGroupsRequest_FieldPathValue
- func (fp *ListGroupsRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *ListGroupsRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *ListGroupsRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ListGroupsRequest_FieldTerminalPathArrayItemValue
- func (fpaiv *ListGroupsRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *ListGroupsRequest) bool
- func (fpaiv *ListGroupsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *ListGroupsRequest_FieldTerminalPathArrayItemValue) GetSingle(source *ListGroupsRequest) (interface{}, bool)
- func (fpaiv *ListGroupsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type ListGroupsRequest_FieldTerminalPathArrayOfValues
- func (fpaov *ListGroupsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*group.Group_FieldMask, bool)
- func (fpaov *ListGroupsRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues() ([]*group.Filter, bool)
- func (fpaov *ListGroupsRequest_FieldTerminalPathArrayOfValues) AsIncludePagingInfoArrayOfValues() ([]bool, bool)
- func (fpaov *ListGroupsRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues() ([]*group.OrderBy, bool)
- func (fpaov *ListGroupsRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues() ([]int32, bool)
- func (fpaov *ListGroupsRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues() ([]*group.PagerCursor, bool)
- func (fpaov *ListGroupsRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues() ([]*group.ParentName, bool)
- func (fpaov *ListGroupsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)
- func (fpaov *ListGroupsRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type ListGroupsRequest_FieldTerminalPathValue
- func (fpv *ListGroupsRequest_FieldTerminalPathValue) AsFieldMaskValue() (*group.Group_FieldMask, bool)
- func (fpv *ListGroupsRequest_FieldTerminalPathValue) AsFilterValue() (*group.Filter, bool)
- func (fpv *ListGroupsRequest_FieldTerminalPathValue) AsIncludePagingInfoValue() (bool, bool)
- func (fpv *ListGroupsRequest_FieldTerminalPathValue) AsOrderByValue() (*group.OrderBy, bool)
- func (fpv *ListGroupsRequest_FieldTerminalPathValue) AsPageSizeValue() (int32, bool)
- func (fpv *ListGroupsRequest_FieldTerminalPathValue) AsPageTokenValue() (*group.PagerCursor, bool)
- func (fpv *ListGroupsRequest_FieldTerminalPathValue) AsParentValue() (*group.ParentName, bool)
- func (fpv *ListGroupsRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)
- func (fpv *ListGroupsRequest_FieldTerminalPathValue) CompareWith(source *ListGroupsRequest) (int, bool)
- func (fpv *ListGroupsRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *ListGroupsRequest_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *ListGroupsRequest_FieldTerminalPathValue) SetTo(target **ListGroupsRequest)
- func (fpv *ListGroupsRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type ListGroupsResponse
- func (o *ListGroupsResponse) Clone() *ListGroupsResponse
- func (o *ListGroupsResponse) CloneRaw() gotenobject.GotenObjectExt
- func (*ListGroupsResponse) Descriptor() ([]byte, []int)
- func (m *ListGroupsResponse) GetCurrentOffset() int32
- func (m *ListGroupsResponse) GetGroups() []*group.Group
- func (m *ListGroupsResponse) GetNextPageToken() *group.PagerCursor
- func (m *ListGroupsResponse) GetPrevPageToken() *group.PagerCursor
- func (m *ListGroupsResponse) GetTotalResultsCount() int32
- func (*ListGroupsResponse) GotenMessage()
- func (o *ListGroupsResponse) GotenObjectExt()
- func (obj *ListGroupsResponse) GotenValidate() error
- func (o *ListGroupsResponse) MakeDiffFieldMask(other *ListGroupsResponse) *ListGroupsResponse_FieldMask
- func (o *ListGroupsResponse) MakeFullFieldMask() *ListGroupsResponse_FieldMask
- func (o *ListGroupsResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *ListGroupsResponse) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *ListGroupsResponse) Marshal() ([]byte, error)
- func (m *ListGroupsResponse) MarshalJSON() ([]byte, error)
- func (o *ListGroupsResponse) Merge(source *ListGroupsResponse)
- func (o *ListGroupsResponse) MergeRaw(source gotenobject.GotenObjectExt)
- func (*ListGroupsResponse) ProtoMessage()
- func (m *ListGroupsResponse) ProtoReflect() preflect.Message
- func (m *ListGroupsResponse) Reset()
- func (m *ListGroupsResponse) SetCurrentOffset(fv int32)
- func (m *ListGroupsResponse) SetGroups(fv []*group.Group)
- func (m *ListGroupsResponse) SetNextPageToken(fv *group.PagerCursor)
- func (m *ListGroupsResponse) SetPrevPageToken(fv *group.PagerCursor)
- func (m *ListGroupsResponse) SetTotalResultsCount(fv int32)
- func (m *ListGroupsResponse) String() string
- func (m *ListGroupsResponse) Unmarshal(b []byte) error
- func (m *ListGroupsResponse) UnmarshalJSON(data []byte) error
- type ListGroupsResponseFieldPathBuilder
- func (ListGroupsResponseFieldPathBuilder) CurrentOffset() ListGroupsResponsePathSelectorCurrentOffset
- func (ListGroupsResponseFieldPathBuilder) Groups() ListGroupsResponsePathSelectorGroups
- func (ListGroupsResponseFieldPathBuilder) NextPageToken() ListGroupsResponsePathSelectorNextPageToken
- func (ListGroupsResponseFieldPathBuilder) PrevPageToken() ListGroupsResponsePathSelectorPrevPageToken
- func (ListGroupsResponseFieldPathBuilder) TotalResultsCount() ListGroupsResponsePathSelectorTotalResultsCount
- type ListGroupsResponseMapPathSelectorGroupsMetadataAnnotations
- func (s ListGroupsResponseMapPathSelectorGroupsMetadataAnnotations) FieldPath() *ListGroupsResponse_FieldSubPath
- func (s ListGroupsResponseMapPathSelectorGroupsMetadataAnnotations) WithArrayOfValues(values []string) *ListGroupsResponse_FieldSubPathArrayOfValues
- func (s ListGroupsResponseMapPathSelectorGroupsMetadataAnnotations) WithValue(value string) *ListGroupsResponse_FieldSubPathValue
- type ListGroupsResponseMapPathSelectorGroupsMetadataLabels
- func (s ListGroupsResponseMapPathSelectorGroupsMetadataLabels) FieldPath() *ListGroupsResponse_FieldSubPath
- func (s ListGroupsResponseMapPathSelectorGroupsMetadataLabels) WithArrayOfValues(values []string) *ListGroupsResponse_FieldSubPathArrayOfValues
- func (s ListGroupsResponseMapPathSelectorGroupsMetadataLabels) WithValue(value string) *ListGroupsResponse_FieldSubPathValue
- type ListGroupsResponseMapPathSelectorGroupsMetadataShards
- func (s ListGroupsResponseMapPathSelectorGroupsMetadataShards) FieldPath() *ListGroupsResponse_FieldSubPath
- func (s ListGroupsResponseMapPathSelectorGroupsMetadataShards) WithArrayOfValues(values []int64) *ListGroupsResponse_FieldSubPathArrayOfValues
- func (s ListGroupsResponseMapPathSelectorGroupsMetadataShards) WithValue(value int64) *ListGroupsResponse_FieldSubPathValue
- type ListGroupsResponsePathSelectorCurrentOffset
- func (ListGroupsResponsePathSelectorCurrentOffset) FieldPath() *ListGroupsResponse_FieldTerminalPath
- func (s ListGroupsResponsePathSelectorCurrentOffset) WithArrayOfValues(values []int32) *ListGroupsResponse_FieldTerminalPathArrayOfValues
- func (s ListGroupsResponsePathSelectorCurrentOffset) WithValue(value int32) *ListGroupsResponse_FieldTerminalPathValue
- type ListGroupsResponsePathSelectorGroups
- func (ListGroupsResponsePathSelectorGroups) DisplayName() ListGroupsResponsePathSelectorGroupsDisplayName
- func (ListGroupsResponsePathSelectorGroups) Email() ListGroupsResponsePathSelectorGroupsEmail
- func (ListGroupsResponsePathSelectorGroups) FieldPath() *ListGroupsResponse_FieldTerminalPath
- func (ListGroupsResponsePathSelectorGroups) Metadata() ListGroupsResponsePathSelectorGroupsMetadata
- func (ListGroupsResponsePathSelectorGroups) Name() ListGroupsResponsePathSelectorGroupsName
- func (s ListGroupsResponsePathSelectorGroups) WithArrayOfValues(values [][]*group.Group) *ListGroupsResponse_FieldTerminalPathArrayOfValues
- func (s ListGroupsResponsePathSelectorGroups) WithItemValue(value *group.Group) *ListGroupsResponse_FieldTerminalPathArrayItemValue
- func (s ListGroupsResponsePathSelectorGroups) WithSubArrayItemValue(subPathArrayItemValue group.Group_FieldPathArrayItemValue) *ListGroupsResponse_FieldSubPathArrayItemValue
- func (s ListGroupsResponsePathSelectorGroups) WithSubArrayOfValues(subPathArrayOfValues group.Group_FieldPathArrayOfValues) *ListGroupsResponse_FieldSubPathArrayOfValues
- func (ListGroupsResponsePathSelectorGroups) WithSubPath(subPath group.Group_FieldPath) *ListGroupsResponse_FieldSubPath
- func (s ListGroupsResponsePathSelectorGroups) WithSubValue(subPathValue group.Group_FieldPathValue) *ListGroupsResponse_FieldSubPathValue
- func (s ListGroupsResponsePathSelectorGroups) WithValue(value []*group.Group) *ListGroupsResponse_FieldTerminalPathValue
- type ListGroupsResponsePathSelectorGroupsDisplayName
- func (ListGroupsResponsePathSelectorGroupsDisplayName) FieldPath() *ListGroupsResponse_FieldSubPath
- func (s ListGroupsResponsePathSelectorGroupsDisplayName) WithArrayOfValues(values []string) *ListGroupsResponse_FieldSubPathArrayOfValues
- func (s ListGroupsResponsePathSelectorGroupsDisplayName) WithValue(value string) *ListGroupsResponse_FieldSubPathValue
- type ListGroupsResponsePathSelectorGroupsEmail
- func (ListGroupsResponsePathSelectorGroupsEmail) FieldPath() *ListGroupsResponse_FieldSubPath
- func (s ListGroupsResponsePathSelectorGroupsEmail) WithArrayOfValues(values []string) *ListGroupsResponse_FieldSubPathArrayOfValues
- func (s ListGroupsResponsePathSelectorGroupsEmail) WithValue(value string) *ListGroupsResponse_FieldSubPathValue
- type ListGroupsResponsePathSelectorGroupsMetadata
- func (ListGroupsResponsePathSelectorGroupsMetadata) Annotations() ListGroupsResponsePathSelectorGroupsMetadataAnnotations
- func (ListGroupsResponsePathSelectorGroupsMetadata) CreateTime() ListGroupsResponsePathSelectorGroupsMetadataCreateTime
- func (ListGroupsResponsePathSelectorGroupsMetadata) DeleteTime() ListGroupsResponsePathSelectorGroupsMetadataDeleteTime
- func (ListGroupsResponsePathSelectorGroupsMetadata) FieldPath() *ListGroupsResponse_FieldSubPath
- func (ListGroupsResponsePathSelectorGroupsMetadata) Generation() ListGroupsResponsePathSelectorGroupsMetadataGeneration
- func (ListGroupsResponsePathSelectorGroupsMetadata) Labels() ListGroupsResponsePathSelectorGroupsMetadataLabels
- func (ListGroupsResponsePathSelectorGroupsMetadata) Lifecycle() ListGroupsResponsePathSelectorGroupsMetadataLifecycle
- func (ListGroupsResponsePathSelectorGroupsMetadata) OwnerReferences() ListGroupsResponsePathSelectorGroupsMetadataOwnerReferences
- func (ListGroupsResponsePathSelectorGroupsMetadata) ResourceVersion() ListGroupsResponsePathSelectorGroupsMetadataResourceVersion
- func (ListGroupsResponsePathSelectorGroupsMetadata) Shards() ListGroupsResponsePathSelectorGroupsMetadataShards
- func (ListGroupsResponsePathSelectorGroupsMetadata) Syncing() ListGroupsResponsePathSelectorGroupsMetadataSyncing
- func (ListGroupsResponsePathSelectorGroupsMetadata) Tags() ListGroupsResponsePathSelectorGroupsMetadataTags
- func (ListGroupsResponsePathSelectorGroupsMetadata) UpdateTime() ListGroupsResponsePathSelectorGroupsMetadataUpdateTime
- func (ListGroupsResponsePathSelectorGroupsMetadata) Uuid() ListGroupsResponsePathSelectorGroupsMetadataUuid
- func (s ListGroupsResponsePathSelectorGroupsMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *ListGroupsResponse_FieldSubPathArrayOfValues
- func (s ListGroupsResponsePathSelectorGroupsMetadata) WithValue(value *ntt_meta.Meta) *ListGroupsResponse_FieldSubPathValue
- type ListGroupsResponsePathSelectorGroupsMetadataAnnotations
- func (ListGroupsResponsePathSelectorGroupsMetadataAnnotations) FieldPath() *ListGroupsResponse_FieldSubPath
- func (s ListGroupsResponsePathSelectorGroupsMetadataAnnotations) WithArrayOfValues(values []map[string]string) *ListGroupsResponse_FieldSubPathArrayOfValues
- func (ListGroupsResponsePathSelectorGroupsMetadataAnnotations) WithKey(key string) ListGroupsResponseMapPathSelectorGroupsMetadataAnnotations
- func (s ListGroupsResponsePathSelectorGroupsMetadataAnnotations) WithValue(value map[string]string) *ListGroupsResponse_FieldSubPathValue
- type ListGroupsResponsePathSelectorGroupsMetadataCreateTime
- func (ListGroupsResponsePathSelectorGroupsMetadataCreateTime) FieldPath() *ListGroupsResponse_FieldSubPath
- func (s ListGroupsResponsePathSelectorGroupsMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *ListGroupsResponse_FieldSubPathArrayOfValues
- func (s ListGroupsResponsePathSelectorGroupsMetadataCreateTime) WithValue(value *timestamp.Timestamp) *ListGroupsResponse_FieldSubPathValue
- type ListGroupsResponsePathSelectorGroupsMetadataDeleteTime
- func (ListGroupsResponsePathSelectorGroupsMetadataDeleteTime) FieldPath() *ListGroupsResponse_FieldSubPath
- func (s ListGroupsResponsePathSelectorGroupsMetadataDeleteTime) WithArrayOfValues(values []*timestamp.Timestamp) *ListGroupsResponse_FieldSubPathArrayOfValues
- func (s ListGroupsResponsePathSelectorGroupsMetadataDeleteTime) WithValue(value *timestamp.Timestamp) *ListGroupsResponse_FieldSubPathValue
- type ListGroupsResponsePathSelectorGroupsMetadataGeneration
- func (ListGroupsResponsePathSelectorGroupsMetadataGeneration) FieldPath() *ListGroupsResponse_FieldSubPath
- func (s ListGroupsResponsePathSelectorGroupsMetadataGeneration) WithArrayOfValues(values []int64) *ListGroupsResponse_FieldSubPathArrayOfValues
- func (s ListGroupsResponsePathSelectorGroupsMetadataGeneration) WithValue(value int64) *ListGroupsResponse_FieldSubPathValue
- type ListGroupsResponsePathSelectorGroupsMetadataLabels
- func (ListGroupsResponsePathSelectorGroupsMetadataLabels) FieldPath() *ListGroupsResponse_FieldSubPath
- func (s ListGroupsResponsePathSelectorGroupsMetadataLabels) WithArrayOfValues(values []map[string]string) *ListGroupsResponse_FieldSubPathArrayOfValues
- func (ListGroupsResponsePathSelectorGroupsMetadataLabels) WithKey(key string) ListGroupsResponseMapPathSelectorGroupsMetadataLabels
- func (s ListGroupsResponsePathSelectorGroupsMetadataLabels) WithValue(value map[string]string) *ListGroupsResponse_FieldSubPathValue
- type ListGroupsResponsePathSelectorGroupsMetadataLifecycle
- func (ListGroupsResponsePathSelectorGroupsMetadataLifecycle) BlockDeletion() ListGroupsResponsePathSelectorGroupsMetadataLifecycleBlockDeletion
- func (ListGroupsResponsePathSelectorGroupsMetadataLifecycle) FieldPath() *ListGroupsResponse_FieldSubPath
- func (ListGroupsResponsePathSelectorGroupsMetadataLifecycle) State() ListGroupsResponsePathSelectorGroupsMetadataLifecycleState
- func (s ListGroupsResponsePathSelectorGroupsMetadataLifecycle) WithArrayOfValues(values []*ntt_meta.Lifecycle) *ListGroupsResponse_FieldSubPathArrayOfValues
- func (s ListGroupsResponsePathSelectorGroupsMetadataLifecycle) WithValue(value *ntt_meta.Lifecycle) *ListGroupsResponse_FieldSubPathValue
- type ListGroupsResponsePathSelectorGroupsMetadataLifecycleBlockDeletion
- func (ListGroupsResponsePathSelectorGroupsMetadataLifecycleBlockDeletion) FieldPath() *ListGroupsResponse_FieldSubPath
- func (s ListGroupsResponsePathSelectorGroupsMetadataLifecycleBlockDeletion) WithArrayOfValues(values []bool) *ListGroupsResponse_FieldSubPathArrayOfValues
- func (s ListGroupsResponsePathSelectorGroupsMetadataLifecycleBlockDeletion) WithValue(value bool) *ListGroupsResponse_FieldSubPathValue
- type ListGroupsResponsePathSelectorGroupsMetadataLifecycleState
- func (ListGroupsResponsePathSelectorGroupsMetadataLifecycleState) FieldPath() *ListGroupsResponse_FieldSubPath
- func (s ListGroupsResponsePathSelectorGroupsMetadataLifecycleState) WithArrayOfValues(values []ntt_meta.Lifecycle_State) *ListGroupsResponse_FieldSubPathArrayOfValues
- func (s ListGroupsResponsePathSelectorGroupsMetadataLifecycleState) WithValue(value ntt_meta.Lifecycle_State) *ListGroupsResponse_FieldSubPathValue
- type ListGroupsResponsePathSelectorGroupsMetadataOwnerReferences
- func (ListGroupsResponsePathSelectorGroupsMetadataOwnerReferences) BlockOwnerDeletion() ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesBlockOwnerDeletion
- func (ListGroupsResponsePathSelectorGroupsMetadataOwnerReferences) Controller() ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesController
- func (ListGroupsResponsePathSelectorGroupsMetadataOwnerReferences) FieldPath() *ListGroupsResponse_FieldSubPath
- func (ListGroupsResponsePathSelectorGroupsMetadataOwnerReferences) Kind() ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesKind
- func (ListGroupsResponsePathSelectorGroupsMetadataOwnerReferences) Name() ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesName
- func (ListGroupsResponsePathSelectorGroupsMetadataOwnerReferences) Region() ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesRegion
- func (ListGroupsResponsePathSelectorGroupsMetadataOwnerReferences) RequiresOwnerReference() ...
- func (ListGroupsResponsePathSelectorGroupsMetadataOwnerReferences) Version() ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesVersion
- func (s ListGroupsResponsePathSelectorGroupsMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *ListGroupsResponse_FieldSubPathArrayOfValues
- func (s ListGroupsResponsePathSelectorGroupsMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *ListGroupsResponse_FieldSubPathArrayItemValue
- func (s ListGroupsResponsePathSelectorGroupsMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *ListGroupsResponse_FieldSubPathValue
- type ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesBlockOwnerDeletion
- func (ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesBlockOwnerDeletion) FieldPath() *ListGroupsResponse_FieldSubPath
- func (s ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *ListGroupsResponse_FieldSubPathArrayOfValues
- func (s ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesBlockOwnerDeletion) WithValue(value bool) *ListGroupsResponse_FieldSubPathValue
- type ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesController
- func (ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesController) FieldPath() *ListGroupsResponse_FieldSubPath
- func (s ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *ListGroupsResponse_FieldSubPathArrayOfValues
- func (s ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesController) WithValue(value bool) *ListGroupsResponse_FieldSubPathValue
- type ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesKind
- func (ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesKind) FieldPath() *ListGroupsResponse_FieldSubPath
- func (s ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *ListGroupsResponse_FieldSubPathArrayOfValues
- func (s ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesKind) WithValue(value string) *ListGroupsResponse_FieldSubPathValue
- type ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesName
- func (ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesName) FieldPath() *ListGroupsResponse_FieldSubPath
- func (s ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesName) WithArrayOfValues(values []string) *ListGroupsResponse_FieldSubPathArrayOfValues
- func (s ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesName) WithValue(value string) *ListGroupsResponse_FieldSubPathValue
- type ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesRegion
- func (ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesRegion) FieldPath() *ListGroupsResponse_FieldSubPath
- func (s ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesRegion) WithArrayOfValues(values []string) *ListGroupsResponse_FieldSubPathArrayOfValues
- func (s ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesRegion) WithValue(value string) *ListGroupsResponse_FieldSubPathValue
- type ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesRequiresOwnerReference
- func (ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesRequiresOwnerReference) FieldPath() *ListGroupsResponse_FieldSubPath
- func (s ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues(values []bool) *ListGroupsResponse_FieldSubPathArrayOfValues
- func (s ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesRequiresOwnerReference) WithValue(value bool) *ListGroupsResponse_FieldSubPathValue
- type ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesVersion
- func (ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesVersion) FieldPath() *ListGroupsResponse_FieldSubPath
- func (s ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesVersion) WithArrayOfValues(values []string) *ListGroupsResponse_FieldSubPathArrayOfValues
- func (s ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesVersion) WithValue(value string) *ListGroupsResponse_FieldSubPathValue
- type ListGroupsResponsePathSelectorGroupsMetadataResourceVersion
- func (ListGroupsResponsePathSelectorGroupsMetadataResourceVersion) FieldPath() *ListGroupsResponse_FieldSubPath
- func (s ListGroupsResponsePathSelectorGroupsMetadataResourceVersion) WithArrayOfValues(values []string) *ListGroupsResponse_FieldSubPathArrayOfValues
- func (s ListGroupsResponsePathSelectorGroupsMetadataResourceVersion) WithValue(value string) *ListGroupsResponse_FieldSubPathValue
- type ListGroupsResponsePathSelectorGroupsMetadataShards
- func (ListGroupsResponsePathSelectorGroupsMetadataShards) FieldPath() *ListGroupsResponse_FieldSubPath
- func (s ListGroupsResponsePathSelectorGroupsMetadataShards) WithArrayOfValues(values []map[string]int64) *ListGroupsResponse_FieldSubPathArrayOfValues
- func (ListGroupsResponsePathSelectorGroupsMetadataShards) WithKey(key string) ListGroupsResponseMapPathSelectorGroupsMetadataShards
- func (s ListGroupsResponsePathSelectorGroupsMetadataShards) WithValue(value map[string]int64) *ListGroupsResponse_FieldSubPathValue
- type ListGroupsResponsePathSelectorGroupsMetadataSyncing
- func (ListGroupsResponsePathSelectorGroupsMetadataSyncing) FieldPath() *ListGroupsResponse_FieldSubPath
- func (ListGroupsResponsePathSelectorGroupsMetadataSyncing) OwningRegion() ListGroupsResponsePathSelectorGroupsMetadataSyncingOwningRegion
- func (ListGroupsResponsePathSelectorGroupsMetadataSyncing) Regions() ListGroupsResponsePathSelectorGroupsMetadataSyncingRegions
- func (s ListGroupsResponsePathSelectorGroupsMetadataSyncing) WithArrayOfValues(values []*ntt_meta.SyncingMeta) *ListGroupsResponse_FieldSubPathArrayOfValues
- func (s ListGroupsResponsePathSelectorGroupsMetadataSyncing) WithValue(value *ntt_meta.SyncingMeta) *ListGroupsResponse_FieldSubPathValue
- type ListGroupsResponsePathSelectorGroupsMetadataSyncingOwningRegion
- func (ListGroupsResponsePathSelectorGroupsMetadataSyncingOwningRegion) FieldPath() *ListGroupsResponse_FieldSubPath
- func (s ListGroupsResponsePathSelectorGroupsMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *ListGroupsResponse_FieldSubPathArrayOfValues
- func (s ListGroupsResponsePathSelectorGroupsMetadataSyncingOwningRegion) WithValue(value string) *ListGroupsResponse_FieldSubPathValue
- type ListGroupsResponsePathSelectorGroupsMetadataSyncingRegions
- func (ListGroupsResponsePathSelectorGroupsMetadataSyncingRegions) FieldPath() *ListGroupsResponse_FieldSubPath
- func (s ListGroupsResponsePathSelectorGroupsMetadataSyncingRegions) WithArrayOfValues(values [][]string) *ListGroupsResponse_FieldSubPathArrayOfValues
- func (s ListGroupsResponsePathSelectorGroupsMetadataSyncingRegions) WithItemValue(value string) *ListGroupsResponse_FieldSubPathArrayItemValue
- func (s ListGroupsResponsePathSelectorGroupsMetadataSyncingRegions) WithValue(value []string) *ListGroupsResponse_FieldSubPathValue
- type ListGroupsResponsePathSelectorGroupsMetadataTags
- func (ListGroupsResponsePathSelectorGroupsMetadataTags) FieldPath() *ListGroupsResponse_FieldSubPath
- func (s ListGroupsResponsePathSelectorGroupsMetadataTags) WithArrayOfValues(values [][]string) *ListGroupsResponse_FieldSubPathArrayOfValues
- func (s ListGroupsResponsePathSelectorGroupsMetadataTags) WithItemValue(value string) *ListGroupsResponse_FieldSubPathArrayItemValue
- func (s ListGroupsResponsePathSelectorGroupsMetadataTags) WithValue(value []string) *ListGroupsResponse_FieldSubPathValue
- type ListGroupsResponsePathSelectorGroupsMetadataUpdateTime
- func (ListGroupsResponsePathSelectorGroupsMetadataUpdateTime) FieldPath() *ListGroupsResponse_FieldSubPath
- func (s ListGroupsResponsePathSelectorGroupsMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *ListGroupsResponse_FieldSubPathArrayOfValues
- func (s ListGroupsResponsePathSelectorGroupsMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *ListGroupsResponse_FieldSubPathValue
- type ListGroupsResponsePathSelectorGroupsMetadataUuid
- func (ListGroupsResponsePathSelectorGroupsMetadataUuid) FieldPath() *ListGroupsResponse_FieldSubPath
- func (s ListGroupsResponsePathSelectorGroupsMetadataUuid) WithArrayOfValues(values []string) *ListGroupsResponse_FieldSubPathArrayOfValues
- func (s ListGroupsResponsePathSelectorGroupsMetadataUuid) WithValue(value string) *ListGroupsResponse_FieldSubPathValue
- type ListGroupsResponsePathSelectorGroupsName
- func (ListGroupsResponsePathSelectorGroupsName) FieldPath() *ListGroupsResponse_FieldSubPath
- func (s ListGroupsResponsePathSelectorGroupsName) WithArrayOfValues(values []*group.Name) *ListGroupsResponse_FieldSubPathArrayOfValues
- func (s ListGroupsResponsePathSelectorGroupsName) WithValue(value *group.Name) *ListGroupsResponse_FieldSubPathValue
- type ListGroupsResponsePathSelectorNextPageToken
- func (ListGroupsResponsePathSelectorNextPageToken) FieldPath() *ListGroupsResponse_FieldTerminalPath
- func (s ListGroupsResponsePathSelectorNextPageToken) WithArrayOfValues(values []*group.PagerCursor) *ListGroupsResponse_FieldTerminalPathArrayOfValues
- func (s ListGroupsResponsePathSelectorNextPageToken) WithValue(value *group.PagerCursor) *ListGroupsResponse_FieldTerminalPathValue
- type ListGroupsResponsePathSelectorPrevPageToken
- func (ListGroupsResponsePathSelectorPrevPageToken) FieldPath() *ListGroupsResponse_FieldTerminalPath
- func (s ListGroupsResponsePathSelectorPrevPageToken) WithArrayOfValues(values []*group.PagerCursor) *ListGroupsResponse_FieldTerminalPathArrayOfValues
- func (s ListGroupsResponsePathSelectorPrevPageToken) WithValue(value *group.PagerCursor) *ListGroupsResponse_FieldTerminalPathValue
- type ListGroupsResponsePathSelectorTotalResultsCount
- func (ListGroupsResponsePathSelectorTotalResultsCount) FieldPath() *ListGroupsResponse_FieldTerminalPath
- func (s ListGroupsResponsePathSelectorTotalResultsCount) WithArrayOfValues(values []int32) *ListGroupsResponse_FieldTerminalPathArrayOfValues
- func (s ListGroupsResponsePathSelectorTotalResultsCount) WithValue(value int32) *ListGroupsResponse_FieldTerminalPathValue
- type ListGroupsResponse_FieldMask
- func (fieldMask *ListGroupsResponse_FieldMask) AppendPath(path ListGroupsResponse_FieldPath)
- func (fieldMask *ListGroupsResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *ListGroupsResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *ListGroupsResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *ListGroupsResponse_FieldMask) FilterInputFields() *ListGroupsResponse_FieldMask
- func (fieldMask *ListGroupsResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *ListGroupsResponse_FieldMask) GetPaths() []ListGroupsResponse_FieldPath
- func (fieldMask *ListGroupsResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *ListGroupsResponse_FieldMask) IsFull() bool
- func (fieldMask ListGroupsResponse_FieldMask) Marshal() ([]byte, error)
- func (fieldMask ListGroupsResponse_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *ListGroupsResponse_FieldMask) PathsCount() int
- func (fieldMask *ListGroupsResponse_FieldMask) Project(source *ListGroupsResponse) *ListGroupsResponse
- func (fieldMask *ListGroupsResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *ListGroupsResponse_FieldMask) ProtoMessage()
- func (fieldMask *ListGroupsResponse_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *ListGroupsResponse_FieldMask) Reset()
- func (fieldMask *ListGroupsResponse_FieldMask) Set(target, source *ListGroupsResponse)
- func (fieldMask *ListGroupsResponse_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *ListGroupsResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *ListGroupsResponse_FieldMask) Size() int
- func (fieldMask *ListGroupsResponse_FieldMask) String() string
- func (fieldMask *ListGroupsResponse_FieldMask) Subtract(other *ListGroupsResponse_FieldMask) *ListGroupsResponse_FieldMask
- func (fieldMask *ListGroupsResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *ListGroupsResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *ListGroupsResponse_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *ListGroupsResponse_FieldMask) UnmarshalJSON(data []byte) error
- type ListGroupsResponse_FieldPath
- type ListGroupsResponse_FieldPathArrayItemValue
- type ListGroupsResponse_FieldPathArrayOfValues
- type ListGroupsResponse_FieldPathSelector
- type ListGroupsResponse_FieldPathValue
- type ListGroupsResponse_FieldSubPath
- func (fps *ListGroupsResponse_FieldSubPath) AsGroupsSubPath() (group.Group_FieldPath, bool)
- func (fps *ListGroupsResponse_FieldSubPath) ClearValue(item *ListGroupsResponse)
- func (fps *ListGroupsResponse_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *ListGroupsResponse_FieldSubPath) Get(source *ListGroupsResponse) (values []interface{})
- func (fps *ListGroupsResponse_FieldSubPath) GetDefault() interface{}
- func (fps *ListGroupsResponse_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *ListGroupsResponse_FieldSubPath) GetSingle(source *ListGroupsResponse) (interface{}, bool)
- func (fps *ListGroupsResponse_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *ListGroupsResponse_FieldSubPath) IsLeaf() bool
- func (fps *ListGroupsResponse_FieldSubPath) JSONString() string
- func (fps *ListGroupsResponse_FieldSubPath) Selector() ListGroupsResponse_FieldPathSelector
- func (fps *ListGroupsResponse_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fps *ListGroupsResponse_FieldSubPath) String() string
- func (fps *ListGroupsResponse_FieldSubPath) WithIArrayItemValue(value interface{}) ListGroupsResponse_FieldPathArrayItemValue
- func (fps *ListGroupsResponse_FieldSubPath) WithIArrayOfValues(values interface{}) ListGroupsResponse_FieldPathArrayOfValues
- func (fps *ListGroupsResponse_FieldSubPath) WithIValue(value interface{}) ListGroupsResponse_FieldPathValue
- func (fps *ListGroupsResponse_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *ListGroupsResponse_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *ListGroupsResponse_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ListGroupsResponse_FieldSubPathArrayItemValue
- func (fpaivs *ListGroupsResponse_FieldSubPathArrayItemValue) AsGroupsPathItemValue() (group.Group_FieldPathArrayItemValue, bool)
- func (fpaivs *ListGroupsResponse_FieldSubPathArrayItemValue) ContainsValue(source *ListGroupsResponse) bool
- func (fpaivs *ListGroupsResponse_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type ListGroupsResponse_FieldSubPathArrayOfValues
- type ListGroupsResponse_FieldSubPathValue
- func (fpvs *ListGroupsResponse_FieldSubPathValue) AsGroupsPathValue() (group.Group_FieldPathValue, bool)
- func (fpvs *ListGroupsResponse_FieldSubPathValue) CompareWith(source *ListGroupsResponse) (int, bool)
- func (fpvs *ListGroupsResponse_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *ListGroupsResponse_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *ListGroupsResponse_FieldSubPathValue) SetTo(target **ListGroupsResponse)
- func (fpvs *ListGroupsResponse_FieldSubPathValue) SetToRaw(target proto.Message)
- type ListGroupsResponse_FieldTerminalPath
- func (fp *ListGroupsResponse_FieldTerminalPath) ClearValue(item *ListGroupsResponse)
- func (fp *ListGroupsResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *ListGroupsResponse_FieldTerminalPath) Get(source *ListGroupsResponse) (values []interface{})
- func (fp *ListGroupsResponse_FieldTerminalPath) GetDefault() interface{}
- func (fp *ListGroupsResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *ListGroupsResponse_FieldTerminalPath) GetSingle(source *ListGroupsResponse) (interface{}, bool)
- func (fp *ListGroupsResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *ListGroupsResponse_FieldTerminalPath) IsLeaf() bool
- func (fp *ListGroupsResponse_FieldTerminalPath) JSONString() string
- func (fp *ListGroupsResponse_FieldTerminalPath) Selector() ListGroupsResponse_FieldPathSelector
- func (fp *ListGroupsResponse_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *ListGroupsResponse_FieldTerminalPath) String() string
- func (fp *ListGroupsResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) ListGroupsResponse_FieldPathArrayItemValue
- func (fp *ListGroupsResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) ListGroupsResponse_FieldPathArrayOfValues
- func (fp *ListGroupsResponse_FieldTerminalPath) WithIValue(value interface{}) ListGroupsResponse_FieldPathValue
- func (fp *ListGroupsResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *ListGroupsResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *ListGroupsResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ListGroupsResponse_FieldTerminalPathArrayItemValue
- func (fpaiv *ListGroupsResponse_FieldTerminalPathArrayItemValue) AsGroupsItemValue() (*group.Group, bool)
- func (fpaiv *ListGroupsResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *ListGroupsResponse) bool
- func (fpaiv *ListGroupsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *ListGroupsResponse_FieldTerminalPathArrayItemValue) GetSingle(source *ListGroupsResponse) (interface{}, bool)
- func (fpaiv *ListGroupsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type ListGroupsResponse_FieldTerminalPathArrayOfValues
- func (fpaov *ListGroupsResponse_FieldTerminalPathArrayOfValues) AsCurrentOffsetArrayOfValues() ([]int32, bool)
- func (fpaov *ListGroupsResponse_FieldTerminalPathArrayOfValues) AsGroupsArrayOfValues() ([][]*group.Group, bool)
- func (fpaov *ListGroupsResponse_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues() ([]*group.PagerCursor, bool)
- func (fpaov *ListGroupsResponse_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues() ([]*group.PagerCursor, bool)
- func (fpaov *ListGroupsResponse_FieldTerminalPathArrayOfValues) AsTotalResultsCountArrayOfValues() ([]int32, bool)
- func (fpaov *ListGroupsResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type ListGroupsResponse_FieldTerminalPathValue
- func (fpv *ListGroupsResponse_FieldTerminalPathValue) AsCurrentOffsetValue() (int32, bool)
- func (fpv *ListGroupsResponse_FieldTerminalPathValue) AsGroupsValue() ([]*group.Group, bool)
- func (fpv *ListGroupsResponse_FieldTerminalPathValue) AsNextPageTokenValue() (*group.PagerCursor, bool)
- func (fpv *ListGroupsResponse_FieldTerminalPathValue) AsPrevPageTokenValue() (*group.PagerCursor, bool)
- func (fpv *ListGroupsResponse_FieldTerminalPathValue) AsTotalResultsCountValue() (int32, bool)
- func (fpv *ListGroupsResponse_FieldTerminalPathValue) CompareWith(source *ListGroupsResponse) (int, bool)
- func (fpv *ListGroupsResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *ListGroupsResponse_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *ListGroupsResponse_FieldTerminalPathValue) SetTo(target **ListGroupsResponse)
- func (fpv *ListGroupsResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type UpdateGroupDescriptor
- func (d *UpdateGroupDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *UpdateGroupDescriptor) GetApiName() string
- func (d *UpdateGroupDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *UpdateGroupDescriptor) GetFullMethodName() string
- func (d *UpdateGroupDescriptor) GetMethodName() string
- func (d *UpdateGroupDescriptor) GetProtoPkgName() string
- func (d *UpdateGroupDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *UpdateGroupDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *UpdateGroupDescriptor) GetServiceDomain() string
- func (d *UpdateGroupDescriptor) GetServiceVersion() string
- func (d *UpdateGroupDescriptor) GetVerb() string
- func (d *UpdateGroupDescriptor) HasResource() bool
- func (d *UpdateGroupDescriptor) IsClientStream() bool
- func (d *UpdateGroupDescriptor) IsCollection() bool
- func (d *UpdateGroupDescriptor) IsPlural() bool
- func (d *UpdateGroupDescriptor) IsServerStream() bool
- func (d *UpdateGroupDescriptor) IsUnary() bool
- func (d *UpdateGroupDescriptor) NewEmptyClientMsg() proto.Message
- func (d *UpdateGroupDescriptor) NewEmptyServerMsg() proto.Message
- func (d *UpdateGroupDescriptor) RequestHasResourceBody() bool
- type UpdateGroupDescriptorClientMsgHandle
- func (h *UpdateGroupDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *UpdateGroupDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *UpdateGroupDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type UpdateGroupDescriptorServerMsgHandle
- func (h *UpdateGroupDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *UpdateGroupDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *UpdateGroupDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type UpdateGroupRequest
- func (o *UpdateGroupRequest) Clone() *UpdateGroupRequest
- func (o *UpdateGroupRequest) CloneRaw() gotenobject.GotenObjectExt
- func (*UpdateGroupRequest) Descriptor() ([]byte, []int)
- func (m *UpdateGroupRequest) GetAllowMissing() bool
- func (m *UpdateGroupRequest) GetCas() *UpdateGroupRequest_CAS
- func (m *UpdateGroupRequest) GetGroup() *group.Group
- func (m *UpdateGroupRequest) GetUpdateMask() *group.Group_FieldMask
- func (*UpdateGroupRequest) GotenMessage()
- func (o *UpdateGroupRequest) GotenObjectExt()
- func (obj *UpdateGroupRequest) GotenValidate() error
- func (o *UpdateGroupRequest) MakeDiffFieldMask(other *UpdateGroupRequest) *UpdateGroupRequest_FieldMask
- func (o *UpdateGroupRequest) MakeFullFieldMask() *UpdateGroupRequest_FieldMask
- func (o *UpdateGroupRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *UpdateGroupRequest) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *UpdateGroupRequest) Marshal() ([]byte, error)
- func (m *UpdateGroupRequest) MarshalJSON() ([]byte, error)
- func (o *UpdateGroupRequest) Merge(source *UpdateGroupRequest)
- func (o *UpdateGroupRequest) MergeRaw(source gotenobject.GotenObjectExt)
- func (*UpdateGroupRequest) ProtoMessage()
- func (m *UpdateGroupRequest) ProtoReflect() preflect.Message
- func (m *UpdateGroupRequest) Reset()
- func (m *UpdateGroupRequest) SetAllowMissing(fv bool)
- func (m *UpdateGroupRequest) SetCas(fv *UpdateGroupRequest_CAS)
- func (m *UpdateGroupRequest) SetGroup(fv *group.Group)
- func (m *UpdateGroupRequest) SetUpdateMask(fv *group.Group_FieldMask)
- func (m *UpdateGroupRequest) String() string
- func (m *UpdateGroupRequest) Unmarshal(b []byte) error
- func (m *UpdateGroupRequest) UnmarshalJSON(data []byte) error
- type UpdateGroupRequestCASFieldPathBuilder
- type UpdateGroupRequestCAS_FieldPath
- func BuildUpdateGroupRequestCAS_FieldPath(fp gotenobject.RawFieldPath) (UpdateGroupRequestCAS_FieldPath, error)
- func MustParseUpdateGroupRequestCAS_FieldPath(rawField string) UpdateGroupRequestCAS_FieldPath
- func ParseUpdateGroupRequestCAS_FieldPath(rawField string) (UpdateGroupRequestCAS_FieldPath, error)
- type UpdateGroupRequestCAS_FieldPathArrayItemValue
- type UpdateGroupRequestCAS_FieldPathArrayOfValues
- type UpdateGroupRequestCAS_FieldPathSelector
- type UpdateGroupRequestCAS_FieldPathValue
- type UpdateGroupRequestCAS_FieldSubPath
- func (fps *UpdateGroupRequestCAS_FieldSubPath) AsConditionalStateSubPath() (group.Group_FieldPath, bool)
- func (fps *UpdateGroupRequestCAS_FieldSubPath) ClearValue(item *UpdateGroupRequest_CAS)
- func (fps *UpdateGroupRequestCAS_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *UpdateGroupRequestCAS_FieldSubPath) Get(source *UpdateGroupRequest_CAS) (values []interface{})
- func (fps *UpdateGroupRequestCAS_FieldSubPath) GetDefault() interface{}
- func (fps *UpdateGroupRequestCAS_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *UpdateGroupRequestCAS_FieldSubPath) GetSingle(source *UpdateGroupRequest_CAS) (interface{}, bool)
- func (fps *UpdateGroupRequestCAS_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *UpdateGroupRequestCAS_FieldSubPath) IsLeaf() bool
- func (fps *UpdateGroupRequestCAS_FieldSubPath) JSONString() string
- func (fps *UpdateGroupRequestCAS_FieldSubPath) Selector() UpdateGroupRequestCAS_FieldPathSelector
- func (fps *UpdateGroupRequestCAS_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fps *UpdateGroupRequestCAS_FieldSubPath) String() string
- func (fps *UpdateGroupRequestCAS_FieldSubPath) WithIArrayItemValue(value interface{}) UpdateGroupRequestCAS_FieldPathArrayItemValue
- func (fps *UpdateGroupRequestCAS_FieldSubPath) WithIArrayOfValues(values interface{}) UpdateGroupRequestCAS_FieldPathArrayOfValues
- func (fps *UpdateGroupRequestCAS_FieldSubPath) WithIValue(value interface{}) UpdateGroupRequestCAS_FieldPathValue
- func (fps *UpdateGroupRequestCAS_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *UpdateGroupRequestCAS_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *UpdateGroupRequestCAS_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type UpdateGroupRequestCAS_FieldSubPathArrayItemValue
- func (fpaivs *UpdateGroupRequestCAS_FieldSubPathArrayItemValue) AsConditionalStatePathItemValue() (group.Group_FieldPathArrayItemValue, bool)
- func (fpaivs *UpdateGroupRequestCAS_FieldSubPathArrayItemValue) ContainsValue(source *UpdateGroupRequest_CAS) bool
- func (fpaivs *UpdateGroupRequestCAS_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type UpdateGroupRequestCAS_FieldSubPathArrayOfValues
- type UpdateGroupRequestCAS_FieldSubPathValue
- func (fpvs *UpdateGroupRequestCAS_FieldSubPathValue) AsConditionalStatePathValue() (group.Group_FieldPathValue, bool)
- func (fpvs *UpdateGroupRequestCAS_FieldSubPathValue) CompareWith(source *UpdateGroupRequest_CAS) (int, bool)
- func (fpvs *UpdateGroupRequestCAS_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *UpdateGroupRequestCAS_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *UpdateGroupRequestCAS_FieldSubPathValue) SetTo(target **UpdateGroupRequest_CAS)
- func (fpvs *UpdateGroupRequestCAS_FieldSubPathValue) SetToRaw(target proto.Message)
- type UpdateGroupRequestCAS_FieldTerminalPath
- func (fp *UpdateGroupRequestCAS_FieldTerminalPath) ClearValue(item *UpdateGroupRequest_CAS)
- func (fp *UpdateGroupRequestCAS_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *UpdateGroupRequestCAS_FieldTerminalPath) Get(source *UpdateGroupRequest_CAS) (values []interface{})
- func (fp *UpdateGroupRequestCAS_FieldTerminalPath) GetDefault() interface{}
- func (fp *UpdateGroupRequestCAS_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *UpdateGroupRequestCAS_FieldTerminalPath) GetSingle(source *UpdateGroupRequest_CAS) (interface{}, bool)
- func (fp *UpdateGroupRequestCAS_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *UpdateGroupRequestCAS_FieldTerminalPath) IsLeaf() bool
- func (fp *UpdateGroupRequestCAS_FieldTerminalPath) JSONString() string
- func (fp *UpdateGroupRequestCAS_FieldTerminalPath) Selector() UpdateGroupRequestCAS_FieldPathSelector
- func (fp *UpdateGroupRequestCAS_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *UpdateGroupRequestCAS_FieldTerminalPath) String() string
- func (fp *UpdateGroupRequestCAS_FieldTerminalPath) WithIArrayItemValue(value interface{}) UpdateGroupRequestCAS_FieldPathArrayItemValue
- func (fp *UpdateGroupRequestCAS_FieldTerminalPath) WithIArrayOfValues(values interface{}) UpdateGroupRequestCAS_FieldPathArrayOfValues
- func (fp *UpdateGroupRequestCAS_FieldTerminalPath) WithIValue(value interface{}) UpdateGroupRequestCAS_FieldPathValue
- func (fp *UpdateGroupRequestCAS_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *UpdateGroupRequestCAS_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *UpdateGroupRequestCAS_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type UpdateGroupRequestCAS_FieldTerminalPathArrayItemValue
- func (fpaiv *UpdateGroupRequestCAS_FieldTerminalPathArrayItemValue) ContainsValue(source *UpdateGroupRequest_CAS) bool
- func (fpaiv *UpdateGroupRequestCAS_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *UpdateGroupRequestCAS_FieldTerminalPathArrayItemValue) GetSingle(source *UpdateGroupRequest_CAS) (interface{}, bool)
- func (fpaiv *UpdateGroupRequestCAS_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type UpdateGroupRequestCAS_FieldTerminalPathArrayOfValues
- func (fpaov *UpdateGroupRequestCAS_FieldTerminalPathArrayOfValues) AsConditionalStateArrayOfValues() ([]*group.Group, bool)
- func (fpaov *UpdateGroupRequestCAS_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*group.Group_FieldMask, bool)
- func (fpaov *UpdateGroupRequestCAS_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type UpdateGroupRequestCAS_FieldTerminalPathValue
- func (fpv *UpdateGroupRequestCAS_FieldTerminalPathValue) AsConditionalStateValue() (*group.Group, bool)
- func (fpv *UpdateGroupRequestCAS_FieldTerminalPathValue) AsFieldMaskValue() (*group.Group_FieldMask, bool)
- func (fpv *UpdateGroupRequestCAS_FieldTerminalPathValue) CompareWith(source *UpdateGroupRequest_CAS) (int, bool)
- func (fpv *UpdateGroupRequestCAS_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *UpdateGroupRequestCAS_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *UpdateGroupRequestCAS_FieldTerminalPathValue) SetTo(target **UpdateGroupRequest_CAS)
- func (fpv *UpdateGroupRequestCAS_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type UpdateGroupRequestFieldPathBuilder
- func (UpdateGroupRequestFieldPathBuilder) AllowMissing() UpdateGroupRequestPathSelectorAllowMissing
- func (UpdateGroupRequestFieldPathBuilder) Cas() UpdateGroupRequestPathSelectorCas
- func (UpdateGroupRequestFieldPathBuilder) Group() UpdateGroupRequestPathSelectorGroup
- func (UpdateGroupRequestFieldPathBuilder) UpdateMask() UpdateGroupRequestPathSelectorUpdateMask
- type UpdateGroupRequestMapPathSelectorCasConditionalStateMetadataAnnotations
- func (s UpdateGroupRequestMapPathSelectorCasConditionalStateMetadataAnnotations) FieldPath() *UpdateGroupRequest_FieldSubPath
- func (s UpdateGroupRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues(values []string) *UpdateGroupRequest_FieldSubPathArrayOfValues
- func (s UpdateGroupRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithValue(value string) *UpdateGroupRequest_FieldSubPathValue
- type UpdateGroupRequestMapPathSelectorCasConditionalStateMetadataLabels
- func (s UpdateGroupRequestMapPathSelectorCasConditionalStateMetadataLabels) FieldPath() *UpdateGroupRequest_FieldSubPath
- func (s UpdateGroupRequestMapPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues(values []string) *UpdateGroupRequest_FieldSubPathArrayOfValues
- func (s UpdateGroupRequestMapPathSelectorCasConditionalStateMetadataLabels) WithValue(value string) *UpdateGroupRequest_FieldSubPathValue
- type UpdateGroupRequestMapPathSelectorCasConditionalStateMetadataShards
- func (s UpdateGroupRequestMapPathSelectorCasConditionalStateMetadataShards) FieldPath() *UpdateGroupRequest_FieldSubPath
- func (s UpdateGroupRequestMapPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues(values []int64) *UpdateGroupRequest_FieldSubPathArrayOfValues
- func (s UpdateGroupRequestMapPathSelectorCasConditionalStateMetadataShards) WithValue(value int64) *UpdateGroupRequest_FieldSubPathValue
- type UpdateGroupRequestMapPathSelectorGroupMetadataAnnotations
- func (s UpdateGroupRequestMapPathSelectorGroupMetadataAnnotations) FieldPath() *UpdateGroupRequest_FieldSubPath
- func (s UpdateGroupRequestMapPathSelectorGroupMetadataAnnotations) WithArrayOfValues(values []string) *UpdateGroupRequest_FieldSubPathArrayOfValues
- func (s UpdateGroupRequestMapPathSelectorGroupMetadataAnnotations) WithValue(value string) *UpdateGroupRequest_FieldSubPathValue
- type UpdateGroupRequestMapPathSelectorGroupMetadataLabels
- func (s UpdateGroupRequestMapPathSelectorGroupMetadataLabels) FieldPath() *UpdateGroupRequest_FieldSubPath
- func (s UpdateGroupRequestMapPathSelectorGroupMetadataLabels) WithArrayOfValues(values []string) *UpdateGroupRequest_FieldSubPathArrayOfValues
- func (s UpdateGroupRequestMapPathSelectorGroupMetadataLabels) WithValue(value string) *UpdateGroupRequest_FieldSubPathValue
- type UpdateGroupRequestMapPathSelectorGroupMetadataShards
- func (s UpdateGroupRequestMapPathSelectorGroupMetadataShards) FieldPath() *UpdateGroupRequest_FieldSubPath
- func (s UpdateGroupRequestMapPathSelectorGroupMetadataShards) WithArrayOfValues(values []int64) *UpdateGroupRequest_FieldSubPathArrayOfValues
- func (s UpdateGroupRequestMapPathSelectorGroupMetadataShards) WithValue(value int64) *UpdateGroupRequest_FieldSubPathValue
- type UpdateGroupRequestPathSelectorAllowMissing
- func (UpdateGroupRequestPathSelectorAllowMissing) FieldPath() *UpdateGroupRequest_FieldTerminalPath
- func (s UpdateGroupRequestPathSelectorAllowMissing) WithArrayOfValues(values []bool) *UpdateGroupRequest_FieldTerminalPathArrayOfValues
- func (s UpdateGroupRequestPathSelectorAllowMissing) WithValue(value bool) *UpdateGroupRequest_FieldTerminalPathValue
- type UpdateGroupRequestPathSelectorCas
- func (UpdateGroupRequestPathSelectorCas) ConditionalState() UpdateGroupRequestPathSelectorCasConditionalState
- func (UpdateGroupRequestPathSelectorCas) FieldMask() UpdateGroupRequestPathSelectorCasFieldMask
- func (UpdateGroupRequestPathSelectorCas) FieldPath() *UpdateGroupRequest_FieldTerminalPath
- func (s UpdateGroupRequestPathSelectorCas) WithArrayOfValues(values []*UpdateGroupRequest_CAS) *UpdateGroupRequest_FieldTerminalPathArrayOfValues
- func (s UpdateGroupRequestPathSelectorCas) WithSubArrayItemValue(subPathArrayItemValue UpdateGroupRequestCAS_FieldPathArrayItemValue) *UpdateGroupRequest_FieldSubPathArrayItemValue
- func (s UpdateGroupRequestPathSelectorCas) WithSubArrayOfValues(subPathArrayOfValues UpdateGroupRequestCAS_FieldPathArrayOfValues) *UpdateGroupRequest_FieldSubPathArrayOfValues
- func (UpdateGroupRequestPathSelectorCas) WithSubPath(subPath UpdateGroupRequestCAS_FieldPath) *UpdateGroupRequest_FieldSubPath
- func (s UpdateGroupRequestPathSelectorCas) WithSubValue(subPathValue UpdateGroupRequestCAS_FieldPathValue) *UpdateGroupRequest_FieldSubPathValue
- func (s UpdateGroupRequestPathSelectorCas) WithValue(value *UpdateGroupRequest_CAS) *UpdateGroupRequest_FieldTerminalPathValue
- type UpdateGroupRequestPathSelectorCasConditionalState
- func (UpdateGroupRequestPathSelectorCasConditionalState) DisplayName() UpdateGroupRequestPathSelectorCasConditionalStateDisplayName
- func (UpdateGroupRequestPathSelectorCasConditionalState) Email() UpdateGroupRequestPathSelectorCasConditionalStateEmail
- func (UpdateGroupRequestPathSelectorCasConditionalState) FieldPath() *UpdateGroupRequest_FieldSubPath
- func (UpdateGroupRequestPathSelectorCasConditionalState) Metadata() UpdateGroupRequestPathSelectorCasConditionalStateMetadata
- func (UpdateGroupRequestPathSelectorCasConditionalState) Name() UpdateGroupRequestPathSelectorCasConditionalStateName
- func (s UpdateGroupRequestPathSelectorCasConditionalState) WithArrayOfValues(values []*group.Group) *UpdateGroupRequest_FieldSubPathArrayOfValues
- func (s UpdateGroupRequestPathSelectorCasConditionalState) WithValue(value *group.Group) *UpdateGroupRequest_FieldSubPathValue
- type UpdateGroupRequestPathSelectorCasConditionalStateDisplayName
- func (UpdateGroupRequestPathSelectorCasConditionalStateDisplayName) FieldPath() *UpdateGroupRequest_FieldSubPath
- func (s UpdateGroupRequestPathSelectorCasConditionalStateDisplayName) WithArrayOfValues(values []string) *UpdateGroupRequest_FieldSubPathArrayOfValues
- func (s UpdateGroupRequestPathSelectorCasConditionalStateDisplayName) WithValue(value string) *UpdateGroupRequest_FieldSubPathValue
- type UpdateGroupRequestPathSelectorCasConditionalStateEmail
- func (UpdateGroupRequestPathSelectorCasConditionalStateEmail) FieldPath() *UpdateGroupRequest_FieldSubPath
- func (s UpdateGroupRequestPathSelectorCasConditionalStateEmail) WithArrayOfValues(values []string) *UpdateGroupRequest_FieldSubPathArrayOfValues
- func (s UpdateGroupRequestPathSelectorCasConditionalStateEmail) WithValue(value string) *UpdateGroupRequest_FieldSubPathValue
- type UpdateGroupRequestPathSelectorCasConditionalStateMetadata
- func (UpdateGroupRequestPathSelectorCasConditionalStateMetadata) Annotations() UpdateGroupRequestPathSelectorCasConditionalStateMetadataAnnotations
- func (UpdateGroupRequestPathSelectorCasConditionalStateMetadata) CreateTime() UpdateGroupRequestPathSelectorCasConditionalStateMetadataCreateTime
- func (UpdateGroupRequestPathSelectorCasConditionalStateMetadata) DeleteTime() UpdateGroupRequestPathSelectorCasConditionalStateMetadataDeleteTime
- func (UpdateGroupRequestPathSelectorCasConditionalStateMetadata) FieldPath() *UpdateGroupRequest_FieldSubPath
- func (UpdateGroupRequestPathSelectorCasConditionalStateMetadata) Generation() UpdateGroupRequestPathSelectorCasConditionalStateMetadataGeneration
- func (UpdateGroupRequestPathSelectorCasConditionalStateMetadata) Labels() UpdateGroupRequestPathSelectorCasConditionalStateMetadataLabels
- func (UpdateGroupRequestPathSelectorCasConditionalStateMetadata) Lifecycle() UpdateGroupRequestPathSelectorCasConditionalStateMetadataLifecycle
- func (UpdateGroupRequestPathSelectorCasConditionalStateMetadata) OwnerReferences() UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferences
- func (UpdateGroupRequestPathSelectorCasConditionalStateMetadata) ResourceVersion() UpdateGroupRequestPathSelectorCasConditionalStateMetadataResourceVersion
- func (UpdateGroupRequestPathSelectorCasConditionalStateMetadata) Shards() UpdateGroupRequestPathSelectorCasConditionalStateMetadataShards
- func (UpdateGroupRequestPathSelectorCasConditionalStateMetadata) Syncing() UpdateGroupRequestPathSelectorCasConditionalStateMetadataSyncing
- func (UpdateGroupRequestPathSelectorCasConditionalStateMetadata) Tags() UpdateGroupRequestPathSelectorCasConditionalStateMetadataTags
- func (UpdateGroupRequestPathSelectorCasConditionalStateMetadata) UpdateTime() UpdateGroupRequestPathSelectorCasConditionalStateMetadataUpdateTime
- func (UpdateGroupRequestPathSelectorCasConditionalStateMetadata) Uuid() UpdateGroupRequestPathSelectorCasConditionalStateMetadataUuid
- func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *UpdateGroupRequest_FieldSubPathArrayOfValues
- func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadata) WithValue(value *ntt_meta.Meta) *UpdateGroupRequest_FieldSubPathValue
- type UpdateGroupRequestPathSelectorCasConditionalStateMetadataAnnotations
- func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataAnnotations) FieldPath() *UpdateGroupRequest_FieldSubPath
- func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues(values []map[string]string) *UpdateGroupRequest_FieldSubPathArrayOfValues
- func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataAnnotations) WithKey(key string) UpdateGroupRequestMapPathSelectorCasConditionalStateMetadataAnnotations
- func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataAnnotations) WithValue(value map[string]string) *UpdateGroupRequest_FieldSubPathValue
- type UpdateGroupRequestPathSelectorCasConditionalStateMetadataCreateTime
- func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataCreateTime) FieldPath() *UpdateGroupRequest_FieldSubPath
- func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateGroupRequest_FieldSubPathArrayOfValues
- func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataCreateTime) WithValue(value *timestamp.Timestamp) *UpdateGroupRequest_FieldSubPathValue
- type UpdateGroupRequestPathSelectorCasConditionalStateMetadataDeleteTime
- func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataDeleteTime) FieldPath() *UpdateGroupRequest_FieldSubPath
- func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataDeleteTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateGroupRequest_FieldSubPathArrayOfValues
- func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataDeleteTime) WithValue(value *timestamp.Timestamp) *UpdateGroupRequest_FieldSubPathValue
- type UpdateGroupRequestPathSelectorCasConditionalStateMetadataGeneration
- func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataGeneration) FieldPath() *UpdateGroupRequest_FieldSubPath
- func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataGeneration) WithArrayOfValues(values []int64) *UpdateGroupRequest_FieldSubPathArrayOfValues
- func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataGeneration) WithValue(value int64) *UpdateGroupRequest_FieldSubPathValue
- type UpdateGroupRequestPathSelectorCasConditionalStateMetadataLabels
- func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataLabels) FieldPath() *UpdateGroupRequest_FieldSubPath
- func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues(values []map[string]string) *UpdateGroupRequest_FieldSubPathArrayOfValues
- func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataLabels) WithKey(key string) UpdateGroupRequestMapPathSelectorCasConditionalStateMetadataLabels
- func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataLabels) WithValue(value map[string]string) *UpdateGroupRequest_FieldSubPathValue
- type UpdateGroupRequestPathSelectorCasConditionalStateMetadataLifecycle
- func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataLifecycle) BlockDeletion() ...
- func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataLifecycle) FieldPath() *UpdateGroupRequest_FieldSubPath
- func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataLifecycle) State() UpdateGroupRequestPathSelectorCasConditionalStateMetadataLifecycleState
- func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataLifecycle) WithArrayOfValues(values []*ntt_meta.Lifecycle) *UpdateGroupRequest_FieldSubPathArrayOfValues
- func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataLifecycle) WithValue(value *ntt_meta.Lifecycle) *UpdateGroupRequest_FieldSubPathValue
- type UpdateGroupRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion
- func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion) FieldPath() *UpdateGroupRequest_FieldSubPath
- func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion) WithArrayOfValues(values []bool) *UpdateGroupRequest_FieldSubPathArrayOfValues
- func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion) WithValue(value bool) *UpdateGroupRequest_FieldSubPathValue
- type UpdateGroupRequestPathSelectorCasConditionalStateMetadataLifecycleState
- func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataLifecycleState) FieldPath() *UpdateGroupRequest_FieldSubPath
- func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataLifecycleState) WithArrayOfValues(values []ntt_meta.Lifecycle_State) *UpdateGroupRequest_FieldSubPathArrayOfValues
- func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataLifecycleState) WithValue(value ntt_meta.Lifecycle_State) *UpdateGroupRequest_FieldSubPathValue
- type UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferences
- func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferences) BlockOwnerDeletion() ...
- func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferences) Controller() ...
- func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferences) FieldPath() *UpdateGroupRequest_FieldSubPath
- func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferences) Kind() UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind
- func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferences) Name() UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName
- func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferences) Region() UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion
- func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferences) RequiresOwnerReference() ...
- func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferences) Version() ...
- func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *UpdateGroupRequest_FieldSubPathArrayOfValues
- func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *UpdateGroupRequest_FieldSubPathArrayItemValue
- func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *UpdateGroupRequest_FieldSubPathValue
- type UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion
- func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) FieldPath() *UpdateGroupRequest_FieldSubPath
- func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *UpdateGroupRequest_FieldSubPathArrayOfValues
- func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithValue(value bool) *UpdateGroupRequest_FieldSubPathValue
- type UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController
- func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) FieldPath() *UpdateGroupRequest_FieldSubPath
- func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *UpdateGroupRequest_FieldSubPathArrayOfValues
- func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) WithValue(value bool) *UpdateGroupRequest_FieldSubPathValue
- type UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind
- func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) FieldPath() *UpdateGroupRequest_FieldSubPath
- func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *UpdateGroupRequest_FieldSubPathArrayOfValues
- func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) WithValue(value string) *UpdateGroupRequest_FieldSubPathValue
- type UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName
- func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) FieldPath() *UpdateGroupRequest_FieldSubPath
- func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) WithArrayOfValues(values []string) *UpdateGroupRequest_FieldSubPathArrayOfValues
- func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) WithValue(value string) *UpdateGroupRequest_FieldSubPathValue
- type UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion
- func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion) FieldPath() *UpdateGroupRequest_FieldSubPath
- func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion) WithArrayOfValues(values []string) *UpdateGroupRequest_FieldSubPathArrayOfValues
- func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion) WithValue(value string) *UpdateGroupRequest_FieldSubPathValue
- type UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference
- func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference) FieldPath() *UpdateGroupRequest_FieldSubPath
- func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues(values []bool) *UpdateGroupRequest_FieldSubPathArrayOfValues
- func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithValue(value bool) *UpdateGroupRequest_FieldSubPathValue
- type UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion
- func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion) FieldPath() *UpdateGroupRequest_FieldSubPath
- func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion) WithArrayOfValues(values []string) *UpdateGroupRequest_FieldSubPathArrayOfValues
- func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion) WithValue(value string) *UpdateGroupRequest_FieldSubPathValue
- type UpdateGroupRequestPathSelectorCasConditionalStateMetadataResourceVersion
- func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataResourceVersion) FieldPath() *UpdateGroupRequest_FieldSubPath
- func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithArrayOfValues(values []string) *UpdateGroupRequest_FieldSubPathArrayOfValues
- func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithValue(value string) *UpdateGroupRequest_FieldSubPathValue
- type UpdateGroupRequestPathSelectorCasConditionalStateMetadataShards
- func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataShards) FieldPath() *UpdateGroupRequest_FieldSubPath
- func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues(values []map[string]int64) *UpdateGroupRequest_FieldSubPathArrayOfValues
- func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataShards) WithKey(key string) UpdateGroupRequestMapPathSelectorCasConditionalStateMetadataShards
- func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataShards) WithValue(value map[string]int64) *UpdateGroupRequest_FieldSubPathValue
- type UpdateGroupRequestPathSelectorCasConditionalStateMetadataSyncing
- func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataSyncing) FieldPath() *UpdateGroupRequest_FieldSubPath
- func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataSyncing) OwningRegion() UpdateGroupRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion
- func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataSyncing) Regions() UpdateGroupRequestPathSelectorCasConditionalStateMetadataSyncingRegions
- func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataSyncing) WithArrayOfValues(values []*ntt_meta.SyncingMeta) *UpdateGroupRequest_FieldSubPathArrayOfValues
- func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataSyncing) WithValue(value *ntt_meta.SyncingMeta) *UpdateGroupRequest_FieldSubPathValue
- type UpdateGroupRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion
- func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) FieldPath() *UpdateGroupRequest_FieldSubPath
- func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *UpdateGroupRequest_FieldSubPathArrayOfValues
- func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) WithValue(value string) *UpdateGroupRequest_FieldSubPathValue
- type UpdateGroupRequestPathSelectorCasConditionalStateMetadataSyncingRegions
- func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataSyncingRegions) FieldPath() *UpdateGroupRequest_FieldSubPath
- func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithArrayOfValues(values [][]string) *UpdateGroupRequest_FieldSubPathArrayOfValues
- func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithItemValue(value string) *UpdateGroupRequest_FieldSubPathArrayItemValue
- func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithValue(value []string) *UpdateGroupRequest_FieldSubPathValue
- type UpdateGroupRequestPathSelectorCasConditionalStateMetadataTags
- func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataTags) FieldPath() *UpdateGroupRequest_FieldSubPath
- func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataTags) WithArrayOfValues(values [][]string) *UpdateGroupRequest_FieldSubPathArrayOfValues
- func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataTags) WithItemValue(value string) *UpdateGroupRequest_FieldSubPathArrayItemValue
- func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataTags) WithValue(value []string) *UpdateGroupRequest_FieldSubPathValue
- type UpdateGroupRequestPathSelectorCasConditionalStateMetadataUpdateTime
- func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataUpdateTime) FieldPath() *UpdateGroupRequest_FieldSubPath
- func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateGroupRequest_FieldSubPathArrayOfValues
- func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *UpdateGroupRequest_FieldSubPathValue
- type UpdateGroupRequestPathSelectorCasConditionalStateMetadataUuid
- func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataUuid) FieldPath() *UpdateGroupRequest_FieldSubPath
- func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataUuid) WithArrayOfValues(values []string) *UpdateGroupRequest_FieldSubPathArrayOfValues
- func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataUuid) WithValue(value string) *UpdateGroupRequest_FieldSubPathValue
- type UpdateGroupRequestPathSelectorCasConditionalStateName
- func (UpdateGroupRequestPathSelectorCasConditionalStateName) FieldPath() *UpdateGroupRequest_FieldSubPath
- func (s UpdateGroupRequestPathSelectorCasConditionalStateName) WithArrayOfValues(values []*group.Name) *UpdateGroupRequest_FieldSubPathArrayOfValues
- func (s UpdateGroupRequestPathSelectorCasConditionalStateName) WithValue(value *group.Name) *UpdateGroupRequest_FieldSubPathValue
- type UpdateGroupRequestPathSelectorCasFieldMask
- func (UpdateGroupRequestPathSelectorCasFieldMask) FieldPath() *UpdateGroupRequest_FieldSubPath
- func (s UpdateGroupRequestPathSelectorCasFieldMask) WithArrayOfValues(values []*group.Group_FieldMask) *UpdateGroupRequest_FieldSubPathArrayOfValues
- func (s UpdateGroupRequestPathSelectorCasFieldMask) WithValue(value *group.Group_FieldMask) *UpdateGroupRequest_FieldSubPathValue
- type UpdateGroupRequestPathSelectorGroup
- func (UpdateGroupRequestPathSelectorGroup) DisplayName() UpdateGroupRequestPathSelectorGroupDisplayName
- func (UpdateGroupRequestPathSelectorGroup) Email() UpdateGroupRequestPathSelectorGroupEmail
- func (UpdateGroupRequestPathSelectorGroup) FieldPath() *UpdateGroupRequest_FieldTerminalPath
- func (UpdateGroupRequestPathSelectorGroup) Metadata() UpdateGroupRequestPathSelectorGroupMetadata
- func (UpdateGroupRequestPathSelectorGroup) Name() UpdateGroupRequestPathSelectorGroupName
- func (s UpdateGroupRequestPathSelectorGroup) WithArrayOfValues(values []*group.Group) *UpdateGroupRequest_FieldTerminalPathArrayOfValues
- func (s UpdateGroupRequestPathSelectorGroup) WithSubArrayItemValue(subPathArrayItemValue group.Group_FieldPathArrayItemValue) *UpdateGroupRequest_FieldSubPathArrayItemValue
- func (s UpdateGroupRequestPathSelectorGroup) WithSubArrayOfValues(subPathArrayOfValues group.Group_FieldPathArrayOfValues) *UpdateGroupRequest_FieldSubPathArrayOfValues
- func (UpdateGroupRequestPathSelectorGroup) WithSubPath(subPath group.Group_FieldPath) *UpdateGroupRequest_FieldSubPath
- func (s UpdateGroupRequestPathSelectorGroup) WithSubValue(subPathValue group.Group_FieldPathValue) *UpdateGroupRequest_FieldSubPathValue
- func (s UpdateGroupRequestPathSelectorGroup) WithValue(value *group.Group) *UpdateGroupRequest_FieldTerminalPathValue
- type UpdateGroupRequestPathSelectorGroupDisplayName
- func (UpdateGroupRequestPathSelectorGroupDisplayName) FieldPath() *UpdateGroupRequest_FieldSubPath
- func (s UpdateGroupRequestPathSelectorGroupDisplayName) WithArrayOfValues(values []string) *UpdateGroupRequest_FieldSubPathArrayOfValues
- func (s UpdateGroupRequestPathSelectorGroupDisplayName) WithValue(value string) *UpdateGroupRequest_FieldSubPathValue
- type UpdateGroupRequestPathSelectorGroupEmail
- func (UpdateGroupRequestPathSelectorGroupEmail) FieldPath() *UpdateGroupRequest_FieldSubPath
- func (s UpdateGroupRequestPathSelectorGroupEmail) WithArrayOfValues(values []string) *UpdateGroupRequest_FieldSubPathArrayOfValues
- func (s UpdateGroupRequestPathSelectorGroupEmail) WithValue(value string) *UpdateGroupRequest_FieldSubPathValue
- type UpdateGroupRequestPathSelectorGroupMetadata
- func (UpdateGroupRequestPathSelectorGroupMetadata) Annotations() UpdateGroupRequestPathSelectorGroupMetadataAnnotations
- func (UpdateGroupRequestPathSelectorGroupMetadata) CreateTime() UpdateGroupRequestPathSelectorGroupMetadataCreateTime
- func (UpdateGroupRequestPathSelectorGroupMetadata) DeleteTime() UpdateGroupRequestPathSelectorGroupMetadataDeleteTime
- func (UpdateGroupRequestPathSelectorGroupMetadata) FieldPath() *UpdateGroupRequest_FieldSubPath
- func (UpdateGroupRequestPathSelectorGroupMetadata) Generation() UpdateGroupRequestPathSelectorGroupMetadataGeneration
- func (UpdateGroupRequestPathSelectorGroupMetadata) Labels() UpdateGroupRequestPathSelectorGroupMetadataLabels
- func (UpdateGroupRequestPathSelectorGroupMetadata) Lifecycle() UpdateGroupRequestPathSelectorGroupMetadataLifecycle
- func (UpdateGroupRequestPathSelectorGroupMetadata) OwnerReferences() UpdateGroupRequestPathSelectorGroupMetadataOwnerReferences
- func (UpdateGroupRequestPathSelectorGroupMetadata) ResourceVersion() UpdateGroupRequestPathSelectorGroupMetadataResourceVersion
- func (UpdateGroupRequestPathSelectorGroupMetadata) Shards() UpdateGroupRequestPathSelectorGroupMetadataShards
- func (UpdateGroupRequestPathSelectorGroupMetadata) Syncing() UpdateGroupRequestPathSelectorGroupMetadataSyncing
- func (UpdateGroupRequestPathSelectorGroupMetadata) Tags() UpdateGroupRequestPathSelectorGroupMetadataTags
- func (UpdateGroupRequestPathSelectorGroupMetadata) UpdateTime() UpdateGroupRequestPathSelectorGroupMetadataUpdateTime
- func (UpdateGroupRequestPathSelectorGroupMetadata) Uuid() UpdateGroupRequestPathSelectorGroupMetadataUuid
- func (s UpdateGroupRequestPathSelectorGroupMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *UpdateGroupRequest_FieldSubPathArrayOfValues
- func (s UpdateGroupRequestPathSelectorGroupMetadata) WithValue(value *ntt_meta.Meta) *UpdateGroupRequest_FieldSubPathValue
- type UpdateGroupRequestPathSelectorGroupMetadataAnnotations
- func (UpdateGroupRequestPathSelectorGroupMetadataAnnotations) FieldPath() *UpdateGroupRequest_FieldSubPath
- func (s UpdateGroupRequestPathSelectorGroupMetadataAnnotations) WithArrayOfValues(values []map[string]string) *UpdateGroupRequest_FieldSubPathArrayOfValues
- func (UpdateGroupRequestPathSelectorGroupMetadataAnnotations) WithKey(key string) UpdateGroupRequestMapPathSelectorGroupMetadataAnnotations
- func (s UpdateGroupRequestPathSelectorGroupMetadataAnnotations) WithValue(value map[string]string) *UpdateGroupRequest_FieldSubPathValue
- type UpdateGroupRequestPathSelectorGroupMetadataCreateTime
- func (UpdateGroupRequestPathSelectorGroupMetadataCreateTime) FieldPath() *UpdateGroupRequest_FieldSubPath
- func (s UpdateGroupRequestPathSelectorGroupMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateGroupRequest_FieldSubPathArrayOfValues
- func (s UpdateGroupRequestPathSelectorGroupMetadataCreateTime) WithValue(value *timestamp.Timestamp) *UpdateGroupRequest_FieldSubPathValue
- type UpdateGroupRequestPathSelectorGroupMetadataDeleteTime
- func (UpdateGroupRequestPathSelectorGroupMetadataDeleteTime) FieldPath() *UpdateGroupRequest_FieldSubPath
- func (s UpdateGroupRequestPathSelectorGroupMetadataDeleteTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateGroupRequest_FieldSubPathArrayOfValues
- func (s UpdateGroupRequestPathSelectorGroupMetadataDeleteTime) WithValue(value *timestamp.Timestamp) *UpdateGroupRequest_FieldSubPathValue
- type UpdateGroupRequestPathSelectorGroupMetadataGeneration
- func (UpdateGroupRequestPathSelectorGroupMetadataGeneration) FieldPath() *UpdateGroupRequest_FieldSubPath
- func (s UpdateGroupRequestPathSelectorGroupMetadataGeneration) WithArrayOfValues(values []int64) *UpdateGroupRequest_FieldSubPathArrayOfValues
- func (s UpdateGroupRequestPathSelectorGroupMetadataGeneration) WithValue(value int64) *UpdateGroupRequest_FieldSubPathValue
- type UpdateGroupRequestPathSelectorGroupMetadataLabels
- func (UpdateGroupRequestPathSelectorGroupMetadataLabels) FieldPath() *UpdateGroupRequest_FieldSubPath
- func (s UpdateGroupRequestPathSelectorGroupMetadataLabels) WithArrayOfValues(values []map[string]string) *UpdateGroupRequest_FieldSubPathArrayOfValues
- func (UpdateGroupRequestPathSelectorGroupMetadataLabels) WithKey(key string) UpdateGroupRequestMapPathSelectorGroupMetadataLabels
- func (s UpdateGroupRequestPathSelectorGroupMetadataLabels) WithValue(value map[string]string) *UpdateGroupRequest_FieldSubPathValue
- type UpdateGroupRequestPathSelectorGroupMetadataLifecycle
- func (UpdateGroupRequestPathSelectorGroupMetadataLifecycle) BlockDeletion() UpdateGroupRequestPathSelectorGroupMetadataLifecycleBlockDeletion
- func (UpdateGroupRequestPathSelectorGroupMetadataLifecycle) FieldPath() *UpdateGroupRequest_FieldSubPath
- func (UpdateGroupRequestPathSelectorGroupMetadataLifecycle) State() UpdateGroupRequestPathSelectorGroupMetadataLifecycleState
- func (s UpdateGroupRequestPathSelectorGroupMetadataLifecycle) WithArrayOfValues(values []*ntt_meta.Lifecycle) *UpdateGroupRequest_FieldSubPathArrayOfValues
- func (s UpdateGroupRequestPathSelectorGroupMetadataLifecycle) WithValue(value *ntt_meta.Lifecycle) *UpdateGroupRequest_FieldSubPathValue
- type UpdateGroupRequestPathSelectorGroupMetadataLifecycleBlockDeletion
- func (UpdateGroupRequestPathSelectorGroupMetadataLifecycleBlockDeletion) FieldPath() *UpdateGroupRequest_FieldSubPath
- func (s UpdateGroupRequestPathSelectorGroupMetadataLifecycleBlockDeletion) WithArrayOfValues(values []bool) *UpdateGroupRequest_FieldSubPathArrayOfValues
- func (s UpdateGroupRequestPathSelectorGroupMetadataLifecycleBlockDeletion) WithValue(value bool) *UpdateGroupRequest_FieldSubPathValue
- type UpdateGroupRequestPathSelectorGroupMetadataLifecycleState
- func (UpdateGroupRequestPathSelectorGroupMetadataLifecycleState) FieldPath() *UpdateGroupRequest_FieldSubPath
- func (s UpdateGroupRequestPathSelectorGroupMetadataLifecycleState) WithArrayOfValues(values []ntt_meta.Lifecycle_State) *UpdateGroupRequest_FieldSubPathArrayOfValues
- func (s UpdateGroupRequestPathSelectorGroupMetadataLifecycleState) WithValue(value ntt_meta.Lifecycle_State) *UpdateGroupRequest_FieldSubPathValue
- type UpdateGroupRequestPathSelectorGroupMetadataOwnerReferences
- func (UpdateGroupRequestPathSelectorGroupMetadataOwnerReferences) BlockOwnerDeletion() UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesBlockOwnerDeletion
- func (UpdateGroupRequestPathSelectorGroupMetadataOwnerReferences) Controller() UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesController
- func (UpdateGroupRequestPathSelectorGroupMetadataOwnerReferences) FieldPath() *UpdateGroupRequest_FieldSubPath
- func (UpdateGroupRequestPathSelectorGroupMetadataOwnerReferences) Kind() UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesKind
- func (UpdateGroupRequestPathSelectorGroupMetadataOwnerReferences) Name() UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesName
- func (UpdateGroupRequestPathSelectorGroupMetadataOwnerReferences) Region() UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesRegion
- func (UpdateGroupRequestPathSelectorGroupMetadataOwnerReferences) RequiresOwnerReference() ...
- func (UpdateGroupRequestPathSelectorGroupMetadataOwnerReferences) Version() UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesVersion
- func (s UpdateGroupRequestPathSelectorGroupMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *UpdateGroupRequest_FieldSubPathArrayOfValues
- func (s UpdateGroupRequestPathSelectorGroupMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *UpdateGroupRequest_FieldSubPathArrayItemValue
- func (s UpdateGroupRequestPathSelectorGroupMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *UpdateGroupRequest_FieldSubPathValue
- type UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesBlockOwnerDeletion
- func (UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesBlockOwnerDeletion) FieldPath() *UpdateGroupRequest_FieldSubPath
- func (s UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *UpdateGroupRequest_FieldSubPathArrayOfValues
- func (s UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesBlockOwnerDeletion) WithValue(value bool) *UpdateGroupRequest_FieldSubPathValue
- type UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesController
- func (UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesController) FieldPath() *UpdateGroupRequest_FieldSubPath
- func (s UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *UpdateGroupRequest_FieldSubPathArrayOfValues
- func (s UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesController) WithValue(value bool) *UpdateGroupRequest_FieldSubPathValue
- type UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesKind
- func (UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesKind) FieldPath() *UpdateGroupRequest_FieldSubPath
- func (s UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *UpdateGroupRequest_FieldSubPathArrayOfValues
- func (s UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesKind) WithValue(value string) *UpdateGroupRequest_FieldSubPathValue
- type UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesName
- func (UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesName) FieldPath() *UpdateGroupRequest_FieldSubPath
- func (s UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesName) WithArrayOfValues(values []string) *UpdateGroupRequest_FieldSubPathArrayOfValues
- func (s UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesName) WithValue(value string) *UpdateGroupRequest_FieldSubPathValue
- type UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesRegion
- func (UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesRegion) FieldPath() *UpdateGroupRequest_FieldSubPath
- func (s UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesRegion) WithArrayOfValues(values []string) *UpdateGroupRequest_FieldSubPathArrayOfValues
- func (s UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesRegion) WithValue(value string) *UpdateGroupRequest_FieldSubPathValue
- type UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesRequiresOwnerReference
- func (UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesRequiresOwnerReference) FieldPath() *UpdateGroupRequest_FieldSubPath
- func (s UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues(values []bool) *UpdateGroupRequest_FieldSubPathArrayOfValues
- func (s UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesRequiresOwnerReference) WithValue(value bool) *UpdateGroupRequest_FieldSubPathValue
- type UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesVersion
- func (UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesVersion) FieldPath() *UpdateGroupRequest_FieldSubPath
- func (s UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesVersion) WithArrayOfValues(values []string) *UpdateGroupRequest_FieldSubPathArrayOfValues
- func (s UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesVersion) WithValue(value string) *UpdateGroupRequest_FieldSubPathValue
- type UpdateGroupRequestPathSelectorGroupMetadataResourceVersion
- func (UpdateGroupRequestPathSelectorGroupMetadataResourceVersion) FieldPath() *UpdateGroupRequest_FieldSubPath
- func (s UpdateGroupRequestPathSelectorGroupMetadataResourceVersion) WithArrayOfValues(values []string) *UpdateGroupRequest_FieldSubPathArrayOfValues
- func (s UpdateGroupRequestPathSelectorGroupMetadataResourceVersion) WithValue(value string) *UpdateGroupRequest_FieldSubPathValue
- type UpdateGroupRequestPathSelectorGroupMetadataShards
- func (UpdateGroupRequestPathSelectorGroupMetadataShards) FieldPath() *UpdateGroupRequest_FieldSubPath
- func (s UpdateGroupRequestPathSelectorGroupMetadataShards) WithArrayOfValues(values []map[string]int64) *UpdateGroupRequest_FieldSubPathArrayOfValues
- func (UpdateGroupRequestPathSelectorGroupMetadataShards) WithKey(key string) UpdateGroupRequestMapPathSelectorGroupMetadataShards
- func (s UpdateGroupRequestPathSelectorGroupMetadataShards) WithValue(value map[string]int64) *UpdateGroupRequest_FieldSubPathValue
- type UpdateGroupRequestPathSelectorGroupMetadataSyncing
- func (UpdateGroupRequestPathSelectorGroupMetadataSyncing) FieldPath() *UpdateGroupRequest_FieldSubPath
- func (UpdateGroupRequestPathSelectorGroupMetadataSyncing) OwningRegion() UpdateGroupRequestPathSelectorGroupMetadataSyncingOwningRegion
- func (UpdateGroupRequestPathSelectorGroupMetadataSyncing) Regions() UpdateGroupRequestPathSelectorGroupMetadataSyncingRegions
- func (s UpdateGroupRequestPathSelectorGroupMetadataSyncing) WithArrayOfValues(values []*ntt_meta.SyncingMeta) *UpdateGroupRequest_FieldSubPathArrayOfValues
- func (s UpdateGroupRequestPathSelectorGroupMetadataSyncing) WithValue(value *ntt_meta.SyncingMeta) *UpdateGroupRequest_FieldSubPathValue
- type UpdateGroupRequestPathSelectorGroupMetadataSyncingOwningRegion
- func (UpdateGroupRequestPathSelectorGroupMetadataSyncingOwningRegion) FieldPath() *UpdateGroupRequest_FieldSubPath
- func (s UpdateGroupRequestPathSelectorGroupMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *UpdateGroupRequest_FieldSubPathArrayOfValues
- func (s UpdateGroupRequestPathSelectorGroupMetadataSyncingOwningRegion) WithValue(value string) *UpdateGroupRequest_FieldSubPathValue
- type UpdateGroupRequestPathSelectorGroupMetadataSyncingRegions
- func (UpdateGroupRequestPathSelectorGroupMetadataSyncingRegions) FieldPath() *UpdateGroupRequest_FieldSubPath
- func (s UpdateGroupRequestPathSelectorGroupMetadataSyncingRegions) WithArrayOfValues(values [][]string) *UpdateGroupRequest_FieldSubPathArrayOfValues
- func (s UpdateGroupRequestPathSelectorGroupMetadataSyncingRegions) WithItemValue(value string) *UpdateGroupRequest_FieldSubPathArrayItemValue
- func (s UpdateGroupRequestPathSelectorGroupMetadataSyncingRegions) WithValue(value []string) *UpdateGroupRequest_FieldSubPathValue
- type UpdateGroupRequestPathSelectorGroupMetadataTags
- func (UpdateGroupRequestPathSelectorGroupMetadataTags) FieldPath() *UpdateGroupRequest_FieldSubPath
- func (s UpdateGroupRequestPathSelectorGroupMetadataTags) WithArrayOfValues(values [][]string) *UpdateGroupRequest_FieldSubPathArrayOfValues
- func (s UpdateGroupRequestPathSelectorGroupMetadataTags) WithItemValue(value string) *UpdateGroupRequest_FieldSubPathArrayItemValue
- func (s UpdateGroupRequestPathSelectorGroupMetadataTags) WithValue(value []string) *UpdateGroupRequest_FieldSubPathValue
- type UpdateGroupRequestPathSelectorGroupMetadataUpdateTime
- func (UpdateGroupRequestPathSelectorGroupMetadataUpdateTime) FieldPath() *UpdateGroupRequest_FieldSubPath
- func (s UpdateGroupRequestPathSelectorGroupMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateGroupRequest_FieldSubPathArrayOfValues
- func (s UpdateGroupRequestPathSelectorGroupMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *UpdateGroupRequest_FieldSubPathValue
- type UpdateGroupRequestPathSelectorGroupMetadataUuid
- func (UpdateGroupRequestPathSelectorGroupMetadataUuid) FieldPath() *UpdateGroupRequest_FieldSubPath
- func (s UpdateGroupRequestPathSelectorGroupMetadataUuid) WithArrayOfValues(values []string) *UpdateGroupRequest_FieldSubPathArrayOfValues
- func (s UpdateGroupRequestPathSelectorGroupMetadataUuid) WithValue(value string) *UpdateGroupRequest_FieldSubPathValue
- type UpdateGroupRequestPathSelectorGroupName
- func (UpdateGroupRequestPathSelectorGroupName) FieldPath() *UpdateGroupRequest_FieldSubPath
- func (s UpdateGroupRequestPathSelectorGroupName) WithArrayOfValues(values []*group.Name) *UpdateGroupRequest_FieldSubPathArrayOfValues
- func (s UpdateGroupRequestPathSelectorGroupName) WithValue(value *group.Name) *UpdateGroupRequest_FieldSubPathValue
- type UpdateGroupRequestPathSelectorUpdateMask
- func (UpdateGroupRequestPathSelectorUpdateMask) FieldPath() *UpdateGroupRequest_FieldTerminalPath
- func (s UpdateGroupRequestPathSelectorUpdateMask) WithArrayOfValues(values []*group.Group_FieldMask) *UpdateGroupRequest_FieldTerminalPathArrayOfValues
- func (s UpdateGroupRequestPathSelectorUpdateMask) WithValue(value *group.Group_FieldMask) *UpdateGroupRequest_FieldTerminalPathValue
- type UpdateGroupRequest_CAS
- func (o *UpdateGroupRequest_CAS) Clone() *UpdateGroupRequest_CAS
- func (o *UpdateGroupRequest_CAS) CloneRaw() gotenobject.GotenObjectExt
- func (*UpdateGroupRequest_CAS) Descriptor() ([]byte, []int)
- func (m *UpdateGroupRequest_CAS) GetConditionalState() *group.Group
- func (m *UpdateGroupRequest_CAS) GetFieldMask() *group.Group_FieldMask
- func (*UpdateGroupRequest_CAS) GotenMessage()
- func (o *UpdateGroupRequest_CAS) GotenObjectExt()
- func (obj *UpdateGroupRequest_CAS) GotenValidate() error
- func (o *UpdateGroupRequest_CAS) MakeDiffFieldMask(other *UpdateGroupRequest_CAS) *UpdateGroupRequest_CAS_FieldMask
- func (o *UpdateGroupRequest_CAS) MakeFullFieldMask() *UpdateGroupRequest_CAS_FieldMask
- func (o *UpdateGroupRequest_CAS) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *UpdateGroupRequest_CAS) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *UpdateGroupRequest_CAS) Marshal() ([]byte, error)
- func (m *UpdateGroupRequest_CAS) MarshalJSON() ([]byte, error)
- func (o *UpdateGroupRequest_CAS) Merge(source *UpdateGroupRequest_CAS)
- func (o *UpdateGroupRequest_CAS) MergeRaw(source gotenobject.GotenObjectExt)
- func (*UpdateGroupRequest_CAS) ProtoMessage()
- func (m *UpdateGroupRequest_CAS) ProtoReflect() preflect.Message
- func (m *UpdateGroupRequest_CAS) Reset()
- func (m *UpdateGroupRequest_CAS) SetConditionalState(fv *group.Group)
- func (m *UpdateGroupRequest_CAS) SetFieldMask(fv *group.Group_FieldMask)
- func (m *UpdateGroupRequest_CAS) String() string
- func (m *UpdateGroupRequest_CAS) Unmarshal(b []byte) error
- func (m *UpdateGroupRequest_CAS) UnmarshalJSON(data []byte) error
- type UpdateGroupRequest_CASMapPathSelectorConditionalStateMetadataAnnotations
- func (s UpdateGroupRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) FieldPath() *UpdateGroupRequestCAS_FieldSubPath
- func (s UpdateGroupRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues(values []string) *UpdateGroupRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateGroupRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) WithValue(value string) *UpdateGroupRequestCAS_FieldSubPathValue
- type UpdateGroupRequest_CASMapPathSelectorConditionalStateMetadataLabels
- func (s UpdateGroupRequest_CASMapPathSelectorConditionalStateMetadataLabels) FieldPath() *UpdateGroupRequestCAS_FieldSubPath
- func (s UpdateGroupRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithArrayOfValues(values []string) *UpdateGroupRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateGroupRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithValue(value string) *UpdateGroupRequestCAS_FieldSubPathValue
- type UpdateGroupRequest_CASMapPathSelectorConditionalStateMetadataShards
- func (s UpdateGroupRequest_CASMapPathSelectorConditionalStateMetadataShards) FieldPath() *UpdateGroupRequestCAS_FieldSubPath
- func (s UpdateGroupRequest_CASMapPathSelectorConditionalStateMetadataShards) WithArrayOfValues(values []int64) *UpdateGroupRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateGroupRequest_CASMapPathSelectorConditionalStateMetadataShards) WithValue(value int64) *UpdateGroupRequestCAS_FieldSubPathValue
- type UpdateGroupRequest_CASPathSelectorConditionalState
- func (UpdateGroupRequest_CASPathSelectorConditionalState) DisplayName() UpdateGroupRequest_CASPathSelectorConditionalStateDisplayName
- func (UpdateGroupRequest_CASPathSelectorConditionalState) Email() UpdateGroupRequest_CASPathSelectorConditionalStateEmail
- func (UpdateGroupRequest_CASPathSelectorConditionalState) FieldPath() *UpdateGroupRequestCAS_FieldTerminalPath
- func (UpdateGroupRequest_CASPathSelectorConditionalState) Metadata() UpdateGroupRequest_CASPathSelectorConditionalStateMetadata
- func (UpdateGroupRequest_CASPathSelectorConditionalState) Name() UpdateGroupRequest_CASPathSelectorConditionalStateName
- func (s UpdateGroupRequest_CASPathSelectorConditionalState) WithArrayOfValues(values []*group.Group) *UpdateGroupRequestCAS_FieldTerminalPathArrayOfValues
- func (s UpdateGroupRequest_CASPathSelectorConditionalState) WithSubArrayItemValue(subPathArrayItemValue group.Group_FieldPathArrayItemValue) *UpdateGroupRequestCAS_FieldSubPathArrayItemValue
- func (s UpdateGroupRequest_CASPathSelectorConditionalState) WithSubArrayOfValues(subPathArrayOfValues group.Group_FieldPathArrayOfValues) *UpdateGroupRequestCAS_FieldSubPathArrayOfValues
- func (UpdateGroupRequest_CASPathSelectorConditionalState) WithSubPath(subPath group.Group_FieldPath) *UpdateGroupRequestCAS_FieldSubPath
- func (s UpdateGroupRequest_CASPathSelectorConditionalState) WithSubValue(subPathValue group.Group_FieldPathValue) *UpdateGroupRequestCAS_FieldSubPathValue
- func (s UpdateGroupRequest_CASPathSelectorConditionalState) WithValue(value *group.Group) *UpdateGroupRequestCAS_FieldTerminalPathValue
- type UpdateGroupRequest_CASPathSelectorConditionalStateDisplayName
- func (UpdateGroupRequest_CASPathSelectorConditionalStateDisplayName) FieldPath() *UpdateGroupRequestCAS_FieldSubPath
- func (s UpdateGroupRequest_CASPathSelectorConditionalStateDisplayName) WithArrayOfValues(values []string) *UpdateGroupRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateGroupRequest_CASPathSelectorConditionalStateDisplayName) WithValue(value string) *UpdateGroupRequestCAS_FieldSubPathValue
- type UpdateGroupRequest_CASPathSelectorConditionalStateEmail
- func (UpdateGroupRequest_CASPathSelectorConditionalStateEmail) FieldPath() *UpdateGroupRequestCAS_FieldSubPath
- func (s UpdateGroupRequest_CASPathSelectorConditionalStateEmail) WithArrayOfValues(values []string) *UpdateGroupRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateGroupRequest_CASPathSelectorConditionalStateEmail) WithValue(value string) *UpdateGroupRequestCAS_FieldSubPathValue
- type UpdateGroupRequest_CASPathSelectorConditionalStateMetadata
- func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadata) Annotations() UpdateGroupRequest_CASPathSelectorConditionalStateMetadataAnnotations
- func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadata) CreateTime() UpdateGroupRequest_CASPathSelectorConditionalStateMetadataCreateTime
- func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadata) DeleteTime() UpdateGroupRequest_CASPathSelectorConditionalStateMetadataDeleteTime
- func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadata) FieldPath() *UpdateGroupRequestCAS_FieldSubPath
- func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadata) Generation() UpdateGroupRequest_CASPathSelectorConditionalStateMetadataGeneration
- func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadata) Labels() UpdateGroupRequest_CASPathSelectorConditionalStateMetadataLabels
- func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadata) Lifecycle() UpdateGroupRequest_CASPathSelectorConditionalStateMetadataLifecycle
- func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadata) OwnerReferences() UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferences
- func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadata) ResourceVersion() UpdateGroupRequest_CASPathSelectorConditionalStateMetadataResourceVersion
- func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadata) Shards() UpdateGroupRequest_CASPathSelectorConditionalStateMetadataShards
- func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadata) Syncing() UpdateGroupRequest_CASPathSelectorConditionalStateMetadataSyncing
- func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadata) Tags() UpdateGroupRequest_CASPathSelectorConditionalStateMetadataTags
- func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadata) UpdateTime() UpdateGroupRequest_CASPathSelectorConditionalStateMetadataUpdateTime
- func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadata) Uuid() UpdateGroupRequest_CASPathSelectorConditionalStateMetadataUuid
- func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *UpdateGroupRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadata) WithValue(value *ntt_meta.Meta) *UpdateGroupRequestCAS_FieldSubPathValue
- type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataAnnotations
- func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataAnnotations) FieldPath() *UpdateGroupRequestCAS_FieldSubPath
- func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues(values []map[string]string) *UpdateGroupRequestCAS_FieldSubPathArrayOfValues
- func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithKey(key string) UpdateGroupRequest_CASMapPathSelectorConditionalStateMetadataAnnotations
- func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithValue(value map[string]string) *UpdateGroupRequestCAS_FieldSubPathValue
- type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataCreateTime
- func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataCreateTime) FieldPath() *UpdateGroupRequestCAS_FieldSubPath
- func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateGroupRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataCreateTime) WithValue(value *timestamp.Timestamp) *UpdateGroupRequestCAS_FieldSubPathValue
- type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataDeleteTime
- func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataDeleteTime) FieldPath() *UpdateGroupRequestCAS_FieldSubPath
- func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataDeleteTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateGroupRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataDeleteTime) WithValue(value *timestamp.Timestamp) *UpdateGroupRequestCAS_FieldSubPathValue
- type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataGeneration
- func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataGeneration) FieldPath() *UpdateGroupRequestCAS_FieldSubPath
- func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataGeneration) WithArrayOfValues(values []int64) *UpdateGroupRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataGeneration) WithValue(value int64) *UpdateGroupRequestCAS_FieldSubPathValue
- type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataLabels
- func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataLabels) FieldPath() *UpdateGroupRequestCAS_FieldSubPath
- func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataLabels) WithArrayOfValues(values []map[string]string) *UpdateGroupRequestCAS_FieldSubPathArrayOfValues
- func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataLabels) WithKey(key string) UpdateGroupRequest_CASMapPathSelectorConditionalStateMetadataLabels
- func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataLabels) WithValue(value map[string]string) *UpdateGroupRequestCAS_FieldSubPathValue
- type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataLifecycle
- func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataLifecycle) BlockDeletion() ...
- func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataLifecycle) FieldPath() *UpdateGroupRequestCAS_FieldSubPath
- func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataLifecycle) State() UpdateGroupRequest_CASPathSelectorConditionalStateMetadataLifecycleState
- func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataLifecycle) WithArrayOfValues(values []*ntt_meta.Lifecycle) *UpdateGroupRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataLifecycle) WithValue(value *ntt_meta.Lifecycle) *UpdateGroupRequestCAS_FieldSubPathValue
- type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion
- func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion) FieldPath() *UpdateGroupRequestCAS_FieldSubPath
- func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion) WithArrayOfValues(values []bool) *UpdateGroupRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion) WithValue(value bool) *UpdateGroupRequestCAS_FieldSubPathValue
- type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataLifecycleState
- func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataLifecycleState) FieldPath() *UpdateGroupRequestCAS_FieldSubPath
- func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataLifecycleState) WithArrayOfValues(values []ntt_meta.Lifecycle_State) *UpdateGroupRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataLifecycleState) WithValue(value ntt_meta.Lifecycle_State) *UpdateGroupRequestCAS_FieldSubPathValue
- type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferences
- func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) BlockOwnerDeletion() ...
- func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) Controller() ...
- func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) FieldPath() *UpdateGroupRequestCAS_FieldSubPath
- func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) Kind() UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind
- func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) Name() UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName
- func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) Region() ...
- func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) RequiresOwnerReference() ...
- func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) Version() ...
- func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *UpdateGroupRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *UpdateGroupRequestCAS_FieldSubPathArrayItemValue
- func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *UpdateGroupRequestCAS_FieldSubPathValue
- type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion
- func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) FieldPath() *UpdateGroupRequestCAS_FieldSubPath
- func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *UpdateGroupRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithValue(value bool) *UpdateGroupRequestCAS_FieldSubPathValue
- type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController
- func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) FieldPath() *UpdateGroupRequestCAS_FieldSubPath
- func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *UpdateGroupRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) WithValue(value bool) *UpdateGroupRequestCAS_FieldSubPathValue
- type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind
- func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) FieldPath() *UpdateGroupRequestCAS_FieldSubPath
- func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *UpdateGroupRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) WithValue(value string) *UpdateGroupRequestCAS_FieldSubPathValue
- type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName
- func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) FieldPath() *UpdateGroupRequestCAS_FieldSubPath
- func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) WithArrayOfValues(values []string) *UpdateGroupRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) WithValue(value string) *UpdateGroupRequestCAS_FieldSubPathValue
- type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion
- func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion) FieldPath() *UpdateGroupRequestCAS_FieldSubPath
- func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion) WithArrayOfValues(values []string) *UpdateGroupRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion) WithValue(value string) *UpdateGroupRequestCAS_FieldSubPathValue
- type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference
- func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference) FieldPath() *UpdateGroupRequestCAS_FieldSubPath
- func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues(values []bool) *UpdateGroupRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithValue(value bool) *UpdateGroupRequestCAS_FieldSubPathValue
- type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion
- func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion) FieldPath() *UpdateGroupRequestCAS_FieldSubPath
- func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion) WithArrayOfValues(values []string) *UpdateGroupRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion) WithValue(value string) *UpdateGroupRequestCAS_FieldSubPathValue
- type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataResourceVersion
- func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataResourceVersion) FieldPath() *UpdateGroupRequestCAS_FieldSubPath
- func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataResourceVersion) WithArrayOfValues(values []string) *UpdateGroupRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataResourceVersion) WithValue(value string) *UpdateGroupRequestCAS_FieldSubPathValue
- type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataShards
- func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataShards) FieldPath() *UpdateGroupRequestCAS_FieldSubPath
- func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataShards) WithArrayOfValues(values []map[string]int64) *UpdateGroupRequestCAS_FieldSubPathArrayOfValues
- func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataShards) WithKey(key string) UpdateGroupRequest_CASMapPathSelectorConditionalStateMetadataShards
- func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataShards) WithValue(value map[string]int64) *UpdateGroupRequestCAS_FieldSubPathValue
- type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataSyncing
- func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataSyncing) FieldPath() *UpdateGroupRequestCAS_FieldSubPath
- func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataSyncing) OwningRegion() UpdateGroupRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion
- func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataSyncing) Regions() UpdateGroupRequest_CASPathSelectorConditionalStateMetadataSyncingRegions
- func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataSyncing) WithArrayOfValues(values []*ntt_meta.SyncingMeta) *UpdateGroupRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataSyncing) WithValue(value *ntt_meta.SyncingMeta) *UpdateGroupRequestCAS_FieldSubPathValue
- type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion
- func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) FieldPath() *UpdateGroupRequestCAS_FieldSubPath
- func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *UpdateGroupRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) WithValue(value string) *UpdateGroupRequestCAS_FieldSubPathValue
- type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataSyncingRegions
- func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) FieldPath() *UpdateGroupRequestCAS_FieldSubPath
- func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithArrayOfValues(values [][]string) *UpdateGroupRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithItemValue(value string) *UpdateGroupRequestCAS_FieldSubPathArrayItemValue
- func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithValue(value []string) *UpdateGroupRequestCAS_FieldSubPathValue
- type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataTags
- func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataTags) FieldPath() *UpdateGroupRequestCAS_FieldSubPath
- func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataTags) WithArrayOfValues(values [][]string) *UpdateGroupRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataTags) WithItemValue(value string) *UpdateGroupRequestCAS_FieldSubPathArrayItemValue
- func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataTags) WithValue(value []string) *UpdateGroupRequestCAS_FieldSubPathValue
- type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataUpdateTime
- func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataUpdateTime) FieldPath() *UpdateGroupRequestCAS_FieldSubPath
- func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateGroupRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *UpdateGroupRequestCAS_FieldSubPathValue
- type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataUuid
- func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataUuid) FieldPath() *UpdateGroupRequestCAS_FieldSubPath
- func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataUuid) WithArrayOfValues(values []string) *UpdateGroupRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataUuid) WithValue(value string) *UpdateGroupRequestCAS_FieldSubPathValue
- type UpdateGroupRequest_CASPathSelectorConditionalStateName
- func (UpdateGroupRequest_CASPathSelectorConditionalStateName) FieldPath() *UpdateGroupRequestCAS_FieldSubPath
- func (s UpdateGroupRequest_CASPathSelectorConditionalStateName) WithArrayOfValues(values []*group.Name) *UpdateGroupRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateGroupRequest_CASPathSelectorConditionalStateName) WithValue(value *group.Name) *UpdateGroupRequestCAS_FieldSubPathValue
- type UpdateGroupRequest_CASPathSelectorFieldMask
- func (UpdateGroupRequest_CASPathSelectorFieldMask) FieldPath() *UpdateGroupRequestCAS_FieldTerminalPath
- func (s UpdateGroupRequest_CASPathSelectorFieldMask) WithArrayOfValues(values []*group.Group_FieldMask) *UpdateGroupRequestCAS_FieldTerminalPathArrayOfValues
- func (s UpdateGroupRequest_CASPathSelectorFieldMask) WithValue(value *group.Group_FieldMask) *UpdateGroupRequestCAS_FieldTerminalPathValue
- type UpdateGroupRequest_CAS_FieldMask
- func (fieldMask *UpdateGroupRequest_CAS_FieldMask) AppendPath(path UpdateGroupRequestCAS_FieldPath)
- func (fieldMask *UpdateGroupRequest_CAS_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *UpdateGroupRequest_CAS_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *UpdateGroupRequest_CAS_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *UpdateGroupRequest_CAS_FieldMask) FilterInputFields() *UpdateGroupRequest_CAS_FieldMask
- func (fieldMask *UpdateGroupRequest_CAS_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *UpdateGroupRequest_CAS_FieldMask) GetPaths() []UpdateGroupRequestCAS_FieldPath
- func (fieldMask *UpdateGroupRequest_CAS_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *UpdateGroupRequest_CAS_FieldMask) IsFull() bool
- func (fieldMask UpdateGroupRequest_CAS_FieldMask) Marshal() ([]byte, error)
- func (fieldMask UpdateGroupRequest_CAS_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *UpdateGroupRequest_CAS_FieldMask) PathsCount() int
- func (fieldMask *UpdateGroupRequest_CAS_FieldMask) Project(source *UpdateGroupRequest_CAS) *UpdateGroupRequest_CAS
- func (fieldMask *UpdateGroupRequest_CAS_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *UpdateGroupRequest_CAS_FieldMask) ProtoMessage()
- func (fieldMask *UpdateGroupRequest_CAS_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *UpdateGroupRequest_CAS_FieldMask) Reset()
- func (fieldMask *UpdateGroupRequest_CAS_FieldMask) Set(target, source *UpdateGroupRequest_CAS)
- func (fieldMask *UpdateGroupRequest_CAS_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *UpdateGroupRequest_CAS_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *UpdateGroupRequest_CAS_FieldMask) Size() int
- func (fieldMask *UpdateGroupRequest_CAS_FieldMask) String() string
- func (fieldMask *UpdateGroupRequest_CAS_FieldMask) Subtract(other *UpdateGroupRequest_CAS_FieldMask) *UpdateGroupRequest_CAS_FieldMask
- func (fieldMask *UpdateGroupRequest_CAS_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *UpdateGroupRequest_CAS_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *UpdateGroupRequest_CAS_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *UpdateGroupRequest_CAS_FieldMask) UnmarshalJSON(data []byte) error
- type UpdateGroupRequest_FieldMask
- func (fieldMask *UpdateGroupRequest_FieldMask) AppendPath(path UpdateGroupRequest_FieldPath)
- func (fieldMask *UpdateGroupRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *UpdateGroupRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *UpdateGroupRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *UpdateGroupRequest_FieldMask) FilterInputFields() *UpdateGroupRequest_FieldMask
- func (fieldMask *UpdateGroupRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *UpdateGroupRequest_FieldMask) GetPaths() []UpdateGroupRequest_FieldPath
- func (fieldMask *UpdateGroupRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *UpdateGroupRequest_FieldMask) IsFull() bool
- func (fieldMask UpdateGroupRequest_FieldMask) Marshal() ([]byte, error)
- func (fieldMask UpdateGroupRequest_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *UpdateGroupRequest_FieldMask) PathsCount() int
- func (fieldMask *UpdateGroupRequest_FieldMask) Project(source *UpdateGroupRequest) *UpdateGroupRequest
- func (fieldMask *UpdateGroupRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *UpdateGroupRequest_FieldMask) ProtoMessage()
- func (fieldMask *UpdateGroupRequest_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *UpdateGroupRequest_FieldMask) Reset()
- func (fieldMask *UpdateGroupRequest_FieldMask) Set(target, source *UpdateGroupRequest)
- func (fieldMask *UpdateGroupRequest_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *UpdateGroupRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *UpdateGroupRequest_FieldMask) Size() int
- func (fieldMask *UpdateGroupRequest_FieldMask) String() string
- func (fieldMask *UpdateGroupRequest_FieldMask) Subtract(other *UpdateGroupRequest_FieldMask) *UpdateGroupRequest_FieldMask
- func (fieldMask *UpdateGroupRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *UpdateGroupRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *UpdateGroupRequest_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *UpdateGroupRequest_FieldMask) UnmarshalJSON(data []byte) error
- type UpdateGroupRequest_FieldPath
- type UpdateGroupRequest_FieldPathArrayItemValue
- type UpdateGroupRequest_FieldPathArrayOfValues
- type UpdateGroupRequest_FieldPathSelector
- type UpdateGroupRequest_FieldPathValue
- type UpdateGroupRequest_FieldSubPath
- func (fps *UpdateGroupRequest_FieldSubPath) AsCasSubPath() (UpdateGroupRequestCAS_FieldPath, bool)
- func (fps *UpdateGroupRequest_FieldSubPath) AsGroupSubPath() (group.Group_FieldPath, bool)
- func (fps *UpdateGroupRequest_FieldSubPath) ClearValue(item *UpdateGroupRequest)
- func (fps *UpdateGroupRequest_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *UpdateGroupRequest_FieldSubPath) Get(source *UpdateGroupRequest) (values []interface{})
- func (fps *UpdateGroupRequest_FieldSubPath) GetDefault() interface{}
- func (fps *UpdateGroupRequest_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *UpdateGroupRequest_FieldSubPath) GetSingle(source *UpdateGroupRequest) (interface{}, bool)
- func (fps *UpdateGroupRequest_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *UpdateGroupRequest_FieldSubPath) IsLeaf() bool
- func (fps *UpdateGroupRequest_FieldSubPath) JSONString() string
- func (fps *UpdateGroupRequest_FieldSubPath) Selector() UpdateGroupRequest_FieldPathSelector
- func (fps *UpdateGroupRequest_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fps *UpdateGroupRequest_FieldSubPath) String() string
- func (fps *UpdateGroupRequest_FieldSubPath) WithIArrayItemValue(value interface{}) UpdateGroupRequest_FieldPathArrayItemValue
- func (fps *UpdateGroupRequest_FieldSubPath) WithIArrayOfValues(values interface{}) UpdateGroupRequest_FieldPathArrayOfValues
- func (fps *UpdateGroupRequest_FieldSubPath) WithIValue(value interface{}) UpdateGroupRequest_FieldPathValue
- func (fps *UpdateGroupRequest_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *UpdateGroupRequest_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *UpdateGroupRequest_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type UpdateGroupRequest_FieldSubPathArrayItemValue
- func (fpaivs *UpdateGroupRequest_FieldSubPathArrayItemValue) AsCasPathItemValue() (UpdateGroupRequestCAS_FieldPathArrayItemValue, bool)
- func (fpaivs *UpdateGroupRequest_FieldSubPathArrayItemValue) AsGroupPathItemValue() (group.Group_FieldPathArrayItemValue, bool)
- func (fpaivs *UpdateGroupRequest_FieldSubPathArrayItemValue) ContainsValue(source *UpdateGroupRequest) bool
- func (fpaivs *UpdateGroupRequest_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type UpdateGroupRequest_FieldSubPathArrayOfValues
- func (fpsaov *UpdateGroupRequest_FieldSubPathArrayOfValues) AsCasPathArrayOfValues() (UpdateGroupRequestCAS_FieldPathArrayOfValues, bool)
- func (fpsaov *UpdateGroupRequest_FieldSubPathArrayOfValues) AsGroupPathArrayOfValues() (group.Group_FieldPathArrayOfValues, bool)
- func (fpsaov *UpdateGroupRequest_FieldSubPathArrayOfValues) GetRawValues() []interface{}
- type UpdateGroupRequest_FieldSubPathValue
- func (fpvs *UpdateGroupRequest_FieldSubPathValue) AsCasPathValue() (UpdateGroupRequestCAS_FieldPathValue, bool)
- func (fpvs *UpdateGroupRequest_FieldSubPathValue) AsGroupPathValue() (group.Group_FieldPathValue, bool)
- func (fpvs *UpdateGroupRequest_FieldSubPathValue) CompareWith(source *UpdateGroupRequest) (int, bool)
- func (fpvs *UpdateGroupRequest_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *UpdateGroupRequest_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *UpdateGroupRequest_FieldSubPathValue) SetTo(target **UpdateGroupRequest)
- func (fpvs *UpdateGroupRequest_FieldSubPathValue) SetToRaw(target proto.Message)
- type UpdateGroupRequest_FieldTerminalPath
- func (fp *UpdateGroupRequest_FieldTerminalPath) ClearValue(item *UpdateGroupRequest)
- func (fp *UpdateGroupRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *UpdateGroupRequest_FieldTerminalPath) Get(source *UpdateGroupRequest) (values []interface{})
- func (fp *UpdateGroupRequest_FieldTerminalPath) GetDefault() interface{}
- func (fp *UpdateGroupRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *UpdateGroupRequest_FieldTerminalPath) GetSingle(source *UpdateGroupRequest) (interface{}, bool)
- func (fp *UpdateGroupRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *UpdateGroupRequest_FieldTerminalPath) IsLeaf() bool
- func (fp *UpdateGroupRequest_FieldTerminalPath) JSONString() string
- func (fp *UpdateGroupRequest_FieldTerminalPath) Selector() UpdateGroupRequest_FieldPathSelector
- func (fp *UpdateGroupRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *UpdateGroupRequest_FieldTerminalPath) String() string
- func (fp *UpdateGroupRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) UpdateGroupRequest_FieldPathArrayItemValue
- func (fp *UpdateGroupRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) UpdateGroupRequest_FieldPathArrayOfValues
- func (fp *UpdateGroupRequest_FieldTerminalPath) WithIValue(value interface{}) UpdateGroupRequest_FieldPathValue
- func (fp *UpdateGroupRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *UpdateGroupRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *UpdateGroupRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type UpdateGroupRequest_FieldTerminalPathArrayItemValue
- func (fpaiv *UpdateGroupRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *UpdateGroupRequest) bool
- func (fpaiv *UpdateGroupRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *UpdateGroupRequest_FieldTerminalPathArrayItemValue) GetSingle(source *UpdateGroupRequest) (interface{}, bool)
- func (fpaiv *UpdateGroupRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type UpdateGroupRequest_FieldTerminalPathArrayOfValues
- func (fpaov *UpdateGroupRequest_FieldTerminalPathArrayOfValues) AsAllowMissingArrayOfValues() ([]bool, bool)
- func (fpaov *UpdateGroupRequest_FieldTerminalPathArrayOfValues) AsCasArrayOfValues() ([]*UpdateGroupRequest_CAS, bool)
- func (fpaov *UpdateGroupRequest_FieldTerminalPathArrayOfValues) AsGroupArrayOfValues() ([]*group.Group, bool)
- func (fpaov *UpdateGroupRequest_FieldTerminalPathArrayOfValues) AsUpdateMaskArrayOfValues() ([]*group.Group_FieldMask, bool)
- func (fpaov *UpdateGroupRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type UpdateGroupRequest_FieldTerminalPathValue
- func (fpv *UpdateGroupRequest_FieldTerminalPathValue) AsAllowMissingValue() (bool, bool)
- func (fpv *UpdateGroupRequest_FieldTerminalPathValue) AsCasValue() (*UpdateGroupRequest_CAS, bool)
- func (fpv *UpdateGroupRequest_FieldTerminalPathValue) AsGroupValue() (*group.Group, bool)
- func (fpv *UpdateGroupRequest_FieldTerminalPathValue) AsUpdateMaskValue() (*group.Group_FieldMask, bool)
- func (fpv *UpdateGroupRequest_FieldTerminalPathValue) CompareWith(source *UpdateGroupRequest) (int, bool)
- func (fpv *UpdateGroupRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *UpdateGroupRequest_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *UpdateGroupRequest_FieldTerminalPathValue) SetTo(target **UpdateGroupRequest)
- func (fpv *UpdateGroupRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type WatchGroupClientStream
- type WatchGroupDescriptor
- func (d *WatchGroupDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *WatchGroupDescriptor) GetApiName() string
- func (d *WatchGroupDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *WatchGroupDescriptor) GetFullMethodName() string
- func (d *WatchGroupDescriptor) GetMethodName() string
- func (d *WatchGroupDescriptor) GetProtoPkgName() string
- func (d *WatchGroupDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *WatchGroupDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *WatchGroupDescriptor) GetServiceDomain() string
- func (d *WatchGroupDescriptor) GetServiceVersion() string
- func (d *WatchGroupDescriptor) GetVerb() string
- func (d *WatchGroupDescriptor) HasResource() bool
- func (d *WatchGroupDescriptor) IsClientStream() bool
- func (d *WatchGroupDescriptor) IsCollection() bool
- func (d *WatchGroupDescriptor) IsPlural() bool
- func (d *WatchGroupDescriptor) IsServerStream() bool
- func (d *WatchGroupDescriptor) IsUnary() bool
- func (d *WatchGroupDescriptor) NewEmptyClientMsg() proto.Message
- func (d *WatchGroupDescriptor) NewEmptyServerMsg() proto.Message
- func (d *WatchGroupDescriptor) RequestHasResourceBody() bool
- type WatchGroupDescriptorClientMsgHandle
- func (h *WatchGroupDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *WatchGroupDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *WatchGroupDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type WatchGroupDescriptorServerMsgHandle
- func (h *WatchGroupDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *WatchGroupDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *WatchGroupDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type WatchGroupRequest
- func (o *WatchGroupRequest) Clone() *WatchGroupRequest
- func (o *WatchGroupRequest) CloneRaw() gotenobject.GotenObjectExt
- func (*WatchGroupRequest) Descriptor() ([]byte, []int)
- func (m *WatchGroupRequest) GetFieldMask() *group.Group_FieldMask
- func (m *WatchGroupRequest) GetName() *group.Reference
- func (m *WatchGroupRequest) GetView() view.View
- func (*WatchGroupRequest) GotenMessage()
- func (o *WatchGroupRequest) GotenObjectExt()
- func (obj *WatchGroupRequest) GotenValidate() error
- func (o *WatchGroupRequest) MakeDiffFieldMask(other *WatchGroupRequest) *WatchGroupRequest_FieldMask
- func (o *WatchGroupRequest) MakeFullFieldMask() *WatchGroupRequest_FieldMask
- func (o *WatchGroupRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *WatchGroupRequest) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *WatchGroupRequest) Marshal() ([]byte, error)
- func (m *WatchGroupRequest) MarshalJSON() ([]byte, error)
- func (o *WatchGroupRequest) Merge(source *WatchGroupRequest)
- func (o *WatchGroupRequest) MergeRaw(source gotenobject.GotenObjectExt)
- func (*WatchGroupRequest) ProtoMessage()
- func (m *WatchGroupRequest) ProtoReflect() preflect.Message
- func (m *WatchGroupRequest) Reset()
- func (m *WatchGroupRequest) SetFieldMask(fv *group.Group_FieldMask)
- func (m *WatchGroupRequest) SetName(fv *group.Reference)
- func (m *WatchGroupRequest) SetView(fv view.View)
- func (m *WatchGroupRequest) String() string
- func (m *WatchGroupRequest) Unmarshal(b []byte) error
- func (m *WatchGroupRequest) UnmarshalJSON(data []byte) error
- type WatchGroupRequestFieldPathBuilder
- type WatchGroupRequestPathSelectorFieldMask
- func (WatchGroupRequestPathSelectorFieldMask) FieldPath() *WatchGroupRequest_FieldTerminalPath
- func (s WatchGroupRequestPathSelectorFieldMask) WithArrayOfValues(values []*group.Group_FieldMask) *WatchGroupRequest_FieldTerminalPathArrayOfValues
- func (s WatchGroupRequestPathSelectorFieldMask) WithValue(value *group.Group_FieldMask) *WatchGroupRequest_FieldTerminalPathValue
- type WatchGroupRequestPathSelectorName
- func (WatchGroupRequestPathSelectorName) FieldPath() *WatchGroupRequest_FieldTerminalPath
- func (s WatchGroupRequestPathSelectorName) WithArrayOfValues(values []*group.Reference) *WatchGroupRequest_FieldTerminalPathArrayOfValues
- func (s WatchGroupRequestPathSelectorName) WithValue(value *group.Reference) *WatchGroupRequest_FieldTerminalPathValue
- type WatchGroupRequestPathSelectorView
- func (WatchGroupRequestPathSelectorView) FieldPath() *WatchGroupRequest_FieldTerminalPath
- func (s WatchGroupRequestPathSelectorView) WithArrayOfValues(values []view.View) *WatchGroupRequest_FieldTerminalPathArrayOfValues
- func (s WatchGroupRequestPathSelectorView) WithValue(value view.View) *WatchGroupRequest_FieldTerminalPathValue
- type WatchGroupRequest_FieldMask
- func (fieldMask *WatchGroupRequest_FieldMask) AppendPath(path WatchGroupRequest_FieldPath)
- func (fieldMask *WatchGroupRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *WatchGroupRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *WatchGroupRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *WatchGroupRequest_FieldMask) FilterInputFields() *WatchGroupRequest_FieldMask
- func (fieldMask *WatchGroupRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *WatchGroupRequest_FieldMask) GetPaths() []WatchGroupRequest_FieldPath
- func (fieldMask *WatchGroupRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *WatchGroupRequest_FieldMask) IsFull() bool
- func (fieldMask WatchGroupRequest_FieldMask) Marshal() ([]byte, error)
- func (fieldMask WatchGroupRequest_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *WatchGroupRequest_FieldMask) PathsCount() int
- func (fieldMask *WatchGroupRequest_FieldMask) Project(source *WatchGroupRequest) *WatchGroupRequest
- func (fieldMask *WatchGroupRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *WatchGroupRequest_FieldMask) ProtoMessage()
- func (fieldMask *WatchGroupRequest_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *WatchGroupRequest_FieldMask) Reset()
- func (fieldMask *WatchGroupRequest_FieldMask) Set(target, source *WatchGroupRequest)
- func (fieldMask *WatchGroupRequest_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *WatchGroupRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *WatchGroupRequest_FieldMask) Size() int
- func (fieldMask *WatchGroupRequest_FieldMask) String() string
- func (fieldMask *WatchGroupRequest_FieldMask) Subtract(other *WatchGroupRequest_FieldMask) *WatchGroupRequest_FieldMask
- func (fieldMask *WatchGroupRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *WatchGroupRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *WatchGroupRequest_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *WatchGroupRequest_FieldMask) UnmarshalJSON(data []byte) error
- type WatchGroupRequest_FieldPath
- type WatchGroupRequest_FieldPathArrayItemValue
- type WatchGroupRequest_FieldPathArrayOfValues
- type WatchGroupRequest_FieldPathSelector
- type WatchGroupRequest_FieldPathValue
- type WatchGroupRequest_FieldTerminalPath
- func (fp *WatchGroupRequest_FieldTerminalPath) ClearValue(item *WatchGroupRequest)
- func (fp *WatchGroupRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *WatchGroupRequest_FieldTerminalPath) Get(source *WatchGroupRequest) (values []interface{})
- func (fp *WatchGroupRequest_FieldTerminalPath) GetDefault() interface{}
- func (fp *WatchGroupRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *WatchGroupRequest_FieldTerminalPath) GetSingle(source *WatchGroupRequest) (interface{}, bool)
- func (fp *WatchGroupRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *WatchGroupRequest_FieldTerminalPath) IsLeaf() bool
- func (fp *WatchGroupRequest_FieldTerminalPath) JSONString() string
- func (fp *WatchGroupRequest_FieldTerminalPath) Selector() WatchGroupRequest_FieldPathSelector
- func (fp *WatchGroupRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *WatchGroupRequest_FieldTerminalPath) String() string
- func (fp *WatchGroupRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) WatchGroupRequest_FieldPathArrayItemValue
- func (fp *WatchGroupRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchGroupRequest_FieldPathArrayOfValues
- func (fp *WatchGroupRequest_FieldTerminalPath) WithIValue(value interface{}) WatchGroupRequest_FieldPathValue
- func (fp *WatchGroupRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *WatchGroupRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *WatchGroupRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type WatchGroupRequest_FieldTerminalPathArrayItemValue
- func (fpaiv *WatchGroupRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *WatchGroupRequest) bool
- func (fpaiv *WatchGroupRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *WatchGroupRequest_FieldTerminalPathArrayItemValue) GetSingle(source *WatchGroupRequest) (interface{}, bool)
- func (fpaiv *WatchGroupRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type WatchGroupRequest_FieldTerminalPathArrayOfValues
- func (fpaov *WatchGroupRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*group.Group_FieldMask, bool)
- func (fpaov *WatchGroupRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*group.Reference, bool)
- func (fpaov *WatchGroupRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)
- func (fpaov *WatchGroupRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type WatchGroupRequest_FieldTerminalPathValue
- func (fpv *WatchGroupRequest_FieldTerminalPathValue) AsFieldMaskValue() (*group.Group_FieldMask, bool)
- func (fpv *WatchGroupRequest_FieldTerminalPathValue) AsNameValue() (*group.Reference, bool)
- func (fpv *WatchGroupRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)
- func (fpv *WatchGroupRequest_FieldTerminalPathValue) CompareWith(source *WatchGroupRequest) (int, bool)
- func (fpv *WatchGroupRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *WatchGroupRequest_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *WatchGroupRequest_FieldTerminalPathValue) SetTo(target **WatchGroupRequest)
- func (fpv *WatchGroupRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type WatchGroupResponse
- func (o *WatchGroupResponse) Clone() *WatchGroupResponse
- func (o *WatchGroupResponse) CloneRaw() gotenobject.GotenObjectExt
- func (*WatchGroupResponse) Descriptor() ([]byte, []int)
- func (m *WatchGroupResponse) GetChange() *group.GroupChange
- func (*WatchGroupResponse) GotenMessage()
- func (o *WatchGroupResponse) GotenObjectExt()
- func (obj *WatchGroupResponse) GotenValidate() error
- func (o *WatchGroupResponse) MakeDiffFieldMask(other *WatchGroupResponse) *WatchGroupResponse_FieldMask
- func (o *WatchGroupResponse) MakeFullFieldMask() *WatchGroupResponse_FieldMask
- func (o *WatchGroupResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *WatchGroupResponse) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *WatchGroupResponse) Marshal() ([]byte, error)
- func (m *WatchGroupResponse) MarshalJSON() ([]byte, error)
- func (o *WatchGroupResponse) Merge(source *WatchGroupResponse)
- func (o *WatchGroupResponse) MergeRaw(source gotenobject.GotenObjectExt)
- func (*WatchGroupResponse) ProtoMessage()
- func (m *WatchGroupResponse) ProtoReflect() preflect.Message
- func (m *WatchGroupResponse) Reset()
- func (m *WatchGroupResponse) SetChange(fv *group.GroupChange)
- func (m *WatchGroupResponse) String() string
- func (m *WatchGroupResponse) Unmarshal(b []byte) error
- func (m *WatchGroupResponse) UnmarshalJSON(data []byte) error
- type WatchGroupResponseFieldPathBuilder
- type WatchGroupResponsePathSelectorChange
- func (WatchGroupResponsePathSelectorChange) FieldPath() *WatchGroupResponse_FieldTerminalPath
- func (s WatchGroupResponsePathSelectorChange) WithArrayOfValues(values []*group.GroupChange) *WatchGroupResponse_FieldTerminalPathArrayOfValues
- func (s WatchGroupResponsePathSelectorChange) WithValue(value *group.GroupChange) *WatchGroupResponse_FieldTerminalPathValue
- type WatchGroupResponse_FieldMask
- func (fieldMask *WatchGroupResponse_FieldMask) AppendPath(path WatchGroupResponse_FieldPath)
- func (fieldMask *WatchGroupResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *WatchGroupResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *WatchGroupResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *WatchGroupResponse_FieldMask) FilterInputFields() *WatchGroupResponse_FieldMask
- func (fieldMask *WatchGroupResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *WatchGroupResponse_FieldMask) GetPaths() []WatchGroupResponse_FieldPath
- func (fieldMask *WatchGroupResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *WatchGroupResponse_FieldMask) IsFull() bool
- func (fieldMask WatchGroupResponse_FieldMask) Marshal() ([]byte, error)
- func (fieldMask WatchGroupResponse_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *WatchGroupResponse_FieldMask) PathsCount() int
- func (fieldMask *WatchGroupResponse_FieldMask) Project(source *WatchGroupResponse) *WatchGroupResponse
- func (fieldMask *WatchGroupResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *WatchGroupResponse_FieldMask) ProtoMessage()
- func (fieldMask *WatchGroupResponse_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *WatchGroupResponse_FieldMask) Reset()
- func (fieldMask *WatchGroupResponse_FieldMask) Set(target, source *WatchGroupResponse)
- func (fieldMask *WatchGroupResponse_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *WatchGroupResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *WatchGroupResponse_FieldMask) Size() int
- func (fieldMask *WatchGroupResponse_FieldMask) String() string
- func (fieldMask *WatchGroupResponse_FieldMask) Subtract(other *WatchGroupResponse_FieldMask) *WatchGroupResponse_FieldMask
- func (fieldMask *WatchGroupResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *WatchGroupResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *WatchGroupResponse_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *WatchGroupResponse_FieldMask) UnmarshalJSON(data []byte) error
- type WatchGroupResponse_FieldPath
- type WatchGroupResponse_FieldPathArrayItemValue
- type WatchGroupResponse_FieldPathArrayOfValues
- type WatchGroupResponse_FieldPathSelector
- type WatchGroupResponse_FieldPathValue
- type WatchGroupResponse_FieldTerminalPath
- func (fp *WatchGroupResponse_FieldTerminalPath) ClearValue(item *WatchGroupResponse)
- func (fp *WatchGroupResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *WatchGroupResponse_FieldTerminalPath) Get(source *WatchGroupResponse) (values []interface{})
- func (fp *WatchGroupResponse_FieldTerminalPath) GetDefault() interface{}
- func (fp *WatchGroupResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *WatchGroupResponse_FieldTerminalPath) GetSingle(source *WatchGroupResponse) (interface{}, bool)
- func (fp *WatchGroupResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *WatchGroupResponse_FieldTerminalPath) IsLeaf() bool
- func (fp *WatchGroupResponse_FieldTerminalPath) JSONString() string
- func (fp *WatchGroupResponse_FieldTerminalPath) Selector() WatchGroupResponse_FieldPathSelector
- func (fp *WatchGroupResponse_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *WatchGroupResponse_FieldTerminalPath) String() string
- func (fp *WatchGroupResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) WatchGroupResponse_FieldPathArrayItemValue
- func (fp *WatchGroupResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchGroupResponse_FieldPathArrayOfValues
- func (fp *WatchGroupResponse_FieldTerminalPath) WithIValue(value interface{}) WatchGroupResponse_FieldPathValue
- func (fp *WatchGroupResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *WatchGroupResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *WatchGroupResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type WatchGroupResponse_FieldTerminalPathArrayItemValue
- func (fpaiv *WatchGroupResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *WatchGroupResponse) bool
- func (fpaiv *WatchGroupResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *WatchGroupResponse_FieldTerminalPathArrayItemValue) GetSingle(source *WatchGroupResponse) (interface{}, bool)
- func (fpaiv *WatchGroupResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type WatchGroupResponse_FieldTerminalPathArrayOfValues
- type WatchGroupResponse_FieldTerminalPathValue
- func (fpv *WatchGroupResponse_FieldTerminalPathValue) AsChangeValue() (*group.GroupChange, bool)
- func (fpv *WatchGroupResponse_FieldTerminalPathValue) CompareWith(source *WatchGroupResponse) (int, bool)
- func (fpv *WatchGroupResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *WatchGroupResponse_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *WatchGroupResponse_FieldTerminalPathValue) SetTo(target **WatchGroupResponse)
- func (fpv *WatchGroupResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type WatchGroupsClientStream
- type WatchGroupsDescriptor
- func (d *WatchGroupsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *WatchGroupsDescriptor) GetApiName() string
- func (d *WatchGroupsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *WatchGroupsDescriptor) GetFullMethodName() string
- func (d *WatchGroupsDescriptor) GetMethodName() string
- func (d *WatchGroupsDescriptor) GetProtoPkgName() string
- func (d *WatchGroupsDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *WatchGroupsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *WatchGroupsDescriptor) GetServiceDomain() string
- func (d *WatchGroupsDescriptor) GetServiceVersion() string
- func (d *WatchGroupsDescriptor) GetVerb() string
- func (d *WatchGroupsDescriptor) HasResource() bool
- func (d *WatchGroupsDescriptor) IsClientStream() bool
- func (d *WatchGroupsDescriptor) IsCollection() bool
- func (d *WatchGroupsDescriptor) IsPlural() bool
- func (d *WatchGroupsDescriptor) IsServerStream() bool
- func (d *WatchGroupsDescriptor) IsUnary() bool
- func (d *WatchGroupsDescriptor) NewEmptyClientMsg() proto.Message
- func (d *WatchGroupsDescriptor) NewEmptyServerMsg() proto.Message
- func (d *WatchGroupsDescriptor) RequestHasResourceBody() bool
- type WatchGroupsDescriptorClientMsgHandle
- func (h *WatchGroupsDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *WatchGroupsDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *WatchGroupsDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type WatchGroupsDescriptorServerMsgHandle
- func (h *WatchGroupsDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *WatchGroupsDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *WatchGroupsDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type WatchGroupsRequest
- func (o *WatchGroupsRequest) Clone() *WatchGroupsRequest
- func (o *WatchGroupsRequest) CloneRaw() gotenobject.GotenObjectExt
- func (*WatchGroupsRequest) Descriptor() ([]byte, []int)
- func (m *WatchGroupsRequest) GetFieldMask() *group.Group_FieldMask
- func (m *WatchGroupsRequest) GetFilter() *group.Filter
- func (m *WatchGroupsRequest) GetMaxChunkSize() int32
- func (m *WatchGroupsRequest) GetOrderBy() *group.OrderBy
- func (m *WatchGroupsRequest) GetPageSize() int32
- func (m *WatchGroupsRequest) GetPageToken() *group.PagerCursor
- func (m *WatchGroupsRequest) GetParent() *group.ParentReference
- func (m *WatchGroupsRequest) GetResumeToken() string
- func (m *WatchGroupsRequest) GetStartingTime() *timestamp.Timestamp
- func (m *WatchGroupsRequest) GetType() watch_type.WatchType
- func (m *WatchGroupsRequest) GetView() view.View
- func (*WatchGroupsRequest) GotenMessage()
- func (o *WatchGroupsRequest) GotenObjectExt()
- func (obj *WatchGroupsRequest) GotenValidate() error
- func (o *WatchGroupsRequest) MakeDiffFieldMask(other *WatchGroupsRequest) *WatchGroupsRequest_FieldMask
- func (o *WatchGroupsRequest) MakeFullFieldMask() *WatchGroupsRequest_FieldMask
- func (o *WatchGroupsRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *WatchGroupsRequest) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *WatchGroupsRequest) Marshal() ([]byte, error)
- func (m *WatchGroupsRequest) MarshalJSON() ([]byte, error)
- func (o *WatchGroupsRequest) Merge(source *WatchGroupsRequest)
- func (o *WatchGroupsRequest) MergeRaw(source gotenobject.GotenObjectExt)
- func (*WatchGroupsRequest) ProtoMessage()
- func (m *WatchGroupsRequest) ProtoReflect() preflect.Message
- func (m *WatchGroupsRequest) Reset()
- func (m *WatchGroupsRequest) SetFieldMask(fv *group.Group_FieldMask)
- func (m *WatchGroupsRequest) SetFilter(fv *group.Filter)
- func (m *WatchGroupsRequest) SetMaxChunkSize(fv int32)
- func (m *WatchGroupsRequest) SetOrderBy(fv *group.OrderBy)
- func (m *WatchGroupsRequest) SetPageSize(fv int32)
- func (m *WatchGroupsRequest) SetPageToken(fv *group.PagerCursor)
- func (m *WatchGroupsRequest) SetParent(fv *group.ParentReference)
- func (m *WatchGroupsRequest) SetResumeToken(fv string)
- func (m *WatchGroupsRequest) SetStartingTime(fv *timestamp.Timestamp)
- func (m *WatchGroupsRequest) SetType(fv watch_type.WatchType)
- func (m *WatchGroupsRequest) SetView(fv view.View)
- func (m *WatchGroupsRequest) String() string
- func (m *WatchGroupsRequest) Unmarshal(b []byte) error
- func (m *WatchGroupsRequest) UnmarshalJSON(data []byte) error
- type WatchGroupsRequestFieldPathBuilder
- func (WatchGroupsRequestFieldPathBuilder) FieldMask() WatchGroupsRequestPathSelectorFieldMask
- func (WatchGroupsRequestFieldPathBuilder) Filter() WatchGroupsRequestPathSelectorFilter
- func (WatchGroupsRequestFieldPathBuilder) MaxChunkSize() WatchGroupsRequestPathSelectorMaxChunkSize
- func (WatchGroupsRequestFieldPathBuilder) OrderBy() WatchGroupsRequestPathSelectorOrderBy
- func (WatchGroupsRequestFieldPathBuilder) PageSize() WatchGroupsRequestPathSelectorPageSize
- func (WatchGroupsRequestFieldPathBuilder) PageToken() WatchGroupsRequestPathSelectorPageToken
- func (WatchGroupsRequestFieldPathBuilder) Parent() WatchGroupsRequestPathSelectorParent
- func (WatchGroupsRequestFieldPathBuilder) ResumeToken() WatchGroupsRequestPathSelectorResumeToken
- func (WatchGroupsRequestFieldPathBuilder) StartingTime() WatchGroupsRequestPathSelectorStartingTime
- func (WatchGroupsRequestFieldPathBuilder) Type() WatchGroupsRequestPathSelectorType
- func (WatchGroupsRequestFieldPathBuilder) View() WatchGroupsRequestPathSelectorView
- type WatchGroupsRequestPathSelectorFieldMask
- func (WatchGroupsRequestPathSelectorFieldMask) FieldPath() *WatchGroupsRequest_FieldTerminalPath
- func (s WatchGroupsRequestPathSelectorFieldMask) WithArrayOfValues(values []*group.Group_FieldMask) *WatchGroupsRequest_FieldTerminalPathArrayOfValues
- func (s WatchGroupsRequestPathSelectorFieldMask) WithValue(value *group.Group_FieldMask) *WatchGroupsRequest_FieldTerminalPathValue
- type WatchGroupsRequestPathSelectorFilter
- func (WatchGroupsRequestPathSelectorFilter) FieldPath() *WatchGroupsRequest_FieldTerminalPath
- func (s WatchGroupsRequestPathSelectorFilter) WithArrayOfValues(values []*group.Filter) *WatchGroupsRequest_FieldTerminalPathArrayOfValues
- func (s WatchGroupsRequestPathSelectorFilter) WithValue(value *group.Filter) *WatchGroupsRequest_FieldTerminalPathValue
- type WatchGroupsRequestPathSelectorMaxChunkSize
- func (WatchGroupsRequestPathSelectorMaxChunkSize) FieldPath() *WatchGroupsRequest_FieldTerminalPath
- func (s WatchGroupsRequestPathSelectorMaxChunkSize) WithArrayOfValues(values []int32) *WatchGroupsRequest_FieldTerminalPathArrayOfValues
- func (s WatchGroupsRequestPathSelectorMaxChunkSize) WithValue(value int32) *WatchGroupsRequest_FieldTerminalPathValue
- type WatchGroupsRequestPathSelectorOrderBy
- func (WatchGroupsRequestPathSelectorOrderBy) FieldPath() *WatchGroupsRequest_FieldTerminalPath
- func (s WatchGroupsRequestPathSelectorOrderBy) WithArrayOfValues(values []*group.OrderBy) *WatchGroupsRequest_FieldTerminalPathArrayOfValues
- func (s WatchGroupsRequestPathSelectorOrderBy) WithValue(value *group.OrderBy) *WatchGroupsRequest_FieldTerminalPathValue
- type WatchGroupsRequestPathSelectorPageSize
- func (WatchGroupsRequestPathSelectorPageSize) FieldPath() *WatchGroupsRequest_FieldTerminalPath
- func (s WatchGroupsRequestPathSelectorPageSize) WithArrayOfValues(values []int32) *WatchGroupsRequest_FieldTerminalPathArrayOfValues
- func (s WatchGroupsRequestPathSelectorPageSize) WithValue(value int32) *WatchGroupsRequest_FieldTerminalPathValue
- type WatchGroupsRequestPathSelectorPageToken
- func (WatchGroupsRequestPathSelectorPageToken) FieldPath() *WatchGroupsRequest_FieldTerminalPath
- func (s WatchGroupsRequestPathSelectorPageToken) WithArrayOfValues(values []*group.PagerCursor) *WatchGroupsRequest_FieldTerminalPathArrayOfValues
- func (s WatchGroupsRequestPathSelectorPageToken) WithValue(value *group.PagerCursor) *WatchGroupsRequest_FieldTerminalPathValue
- type WatchGroupsRequestPathSelectorParent
- func (WatchGroupsRequestPathSelectorParent) FieldPath() *WatchGroupsRequest_FieldTerminalPath
- func (s WatchGroupsRequestPathSelectorParent) WithArrayOfValues(values []*group.ParentReference) *WatchGroupsRequest_FieldTerminalPathArrayOfValues
- func (s WatchGroupsRequestPathSelectorParent) WithValue(value *group.ParentReference) *WatchGroupsRequest_FieldTerminalPathValue
- type WatchGroupsRequestPathSelectorResumeToken
- func (WatchGroupsRequestPathSelectorResumeToken) FieldPath() *WatchGroupsRequest_FieldTerminalPath
- func (s WatchGroupsRequestPathSelectorResumeToken) WithArrayOfValues(values []string) *WatchGroupsRequest_FieldTerminalPathArrayOfValues
- func (s WatchGroupsRequestPathSelectorResumeToken) WithValue(value string) *WatchGroupsRequest_FieldTerminalPathValue
- type WatchGroupsRequestPathSelectorStartingTime
- func (WatchGroupsRequestPathSelectorStartingTime) FieldPath() *WatchGroupsRequest_FieldTerminalPath
- func (s WatchGroupsRequestPathSelectorStartingTime) WithArrayOfValues(values []*timestamp.Timestamp) *WatchGroupsRequest_FieldTerminalPathArrayOfValues
- func (s WatchGroupsRequestPathSelectorStartingTime) WithValue(value *timestamp.Timestamp) *WatchGroupsRequest_FieldTerminalPathValue
- type WatchGroupsRequestPathSelectorType
- func (WatchGroupsRequestPathSelectorType) FieldPath() *WatchGroupsRequest_FieldTerminalPath
- func (s WatchGroupsRequestPathSelectorType) WithArrayOfValues(values []watch_type.WatchType) *WatchGroupsRequest_FieldTerminalPathArrayOfValues
- func (s WatchGroupsRequestPathSelectorType) WithValue(value watch_type.WatchType) *WatchGroupsRequest_FieldTerminalPathValue
- type WatchGroupsRequestPathSelectorView
- func (WatchGroupsRequestPathSelectorView) FieldPath() *WatchGroupsRequest_FieldTerminalPath
- func (s WatchGroupsRequestPathSelectorView) WithArrayOfValues(values []view.View) *WatchGroupsRequest_FieldTerminalPathArrayOfValues
- func (s WatchGroupsRequestPathSelectorView) WithValue(value view.View) *WatchGroupsRequest_FieldTerminalPathValue
- type WatchGroupsRequest_FieldMask
- func (fieldMask *WatchGroupsRequest_FieldMask) AppendPath(path WatchGroupsRequest_FieldPath)
- func (fieldMask *WatchGroupsRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *WatchGroupsRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *WatchGroupsRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *WatchGroupsRequest_FieldMask) FilterInputFields() *WatchGroupsRequest_FieldMask
- func (fieldMask *WatchGroupsRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *WatchGroupsRequest_FieldMask) GetPaths() []WatchGroupsRequest_FieldPath
- func (fieldMask *WatchGroupsRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *WatchGroupsRequest_FieldMask) IsFull() bool
- func (fieldMask WatchGroupsRequest_FieldMask) Marshal() ([]byte, error)
- func (fieldMask WatchGroupsRequest_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *WatchGroupsRequest_FieldMask) PathsCount() int
- func (fieldMask *WatchGroupsRequest_FieldMask) Project(source *WatchGroupsRequest) *WatchGroupsRequest
- func (fieldMask *WatchGroupsRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *WatchGroupsRequest_FieldMask) ProtoMessage()
- func (fieldMask *WatchGroupsRequest_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *WatchGroupsRequest_FieldMask) Reset()
- func (fieldMask *WatchGroupsRequest_FieldMask) Set(target, source *WatchGroupsRequest)
- func (fieldMask *WatchGroupsRequest_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *WatchGroupsRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *WatchGroupsRequest_FieldMask) Size() int
- func (fieldMask *WatchGroupsRequest_FieldMask) String() string
- func (fieldMask *WatchGroupsRequest_FieldMask) Subtract(other *WatchGroupsRequest_FieldMask) *WatchGroupsRequest_FieldMask
- func (fieldMask *WatchGroupsRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *WatchGroupsRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *WatchGroupsRequest_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *WatchGroupsRequest_FieldMask) UnmarshalJSON(data []byte) error
- type WatchGroupsRequest_FieldPath
- type WatchGroupsRequest_FieldPathArrayItemValue
- type WatchGroupsRequest_FieldPathArrayOfValues
- type WatchGroupsRequest_FieldPathSelector
- type WatchGroupsRequest_FieldPathValue
- type WatchGroupsRequest_FieldTerminalPath
- func (fp *WatchGroupsRequest_FieldTerminalPath) ClearValue(item *WatchGroupsRequest)
- func (fp *WatchGroupsRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *WatchGroupsRequest_FieldTerminalPath) Get(source *WatchGroupsRequest) (values []interface{})
- func (fp *WatchGroupsRequest_FieldTerminalPath) GetDefault() interface{}
- func (fp *WatchGroupsRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *WatchGroupsRequest_FieldTerminalPath) GetSingle(source *WatchGroupsRequest) (interface{}, bool)
- func (fp *WatchGroupsRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *WatchGroupsRequest_FieldTerminalPath) IsLeaf() bool
- func (fp *WatchGroupsRequest_FieldTerminalPath) JSONString() string
- func (fp *WatchGroupsRequest_FieldTerminalPath) Selector() WatchGroupsRequest_FieldPathSelector
- func (fp *WatchGroupsRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *WatchGroupsRequest_FieldTerminalPath) String() string
- func (fp *WatchGroupsRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) WatchGroupsRequest_FieldPathArrayItemValue
- func (fp *WatchGroupsRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchGroupsRequest_FieldPathArrayOfValues
- func (fp *WatchGroupsRequest_FieldTerminalPath) WithIValue(value interface{}) WatchGroupsRequest_FieldPathValue
- func (fp *WatchGroupsRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *WatchGroupsRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *WatchGroupsRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type WatchGroupsRequest_FieldTerminalPathArrayItemValue
- func (fpaiv *WatchGroupsRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *WatchGroupsRequest) bool
- func (fpaiv *WatchGroupsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *WatchGroupsRequest_FieldTerminalPathArrayItemValue) GetSingle(source *WatchGroupsRequest) (interface{}, bool)
- func (fpaiv *WatchGroupsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type WatchGroupsRequest_FieldTerminalPathArrayOfValues
- func (fpaov *WatchGroupsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*group.Group_FieldMask, bool)
- func (fpaov *WatchGroupsRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues() ([]*group.Filter, bool)
- func (fpaov *WatchGroupsRequest_FieldTerminalPathArrayOfValues) AsMaxChunkSizeArrayOfValues() ([]int32, bool)
- func (fpaov *WatchGroupsRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues() ([]*group.OrderBy, bool)
- func (fpaov *WatchGroupsRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues() ([]int32, bool)
- func (fpaov *WatchGroupsRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues() ([]*group.PagerCursor, bool)
- func (fpaov *WatchGroupsRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues() ([]*group.ParentReference, bool)
- func (fpaov *WatchGroupsRequest_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues() ([]string, bool)
- func (fpaov *WatchGroupsRequest_FieldTerminalPathArrayOfValues) AsStartingTimeArrayOfValues() ([]*timestamp.Timestamp, bool)
- func (fpaov *WatchGroupsRequest_FieldTerminalPathArrayOfValues) AsTypeArrayOfValues() ([]watch_type.WatchType, bool)
- func (fpaov *WatchGroupsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)
- func (fpaov *WatchGroupsRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type WatchGroupsRequest_FieldTerminalPathValue
- func (fpv *WatchGroupsRequest_FieldTerminalPathValue) AsFieldMaskValue() (*group.Group_FieldMask, bool)
- func (fpv *WatchGroupsRequest_FieldTerminalPathValue) AsFilterValue() (*group.Filter, bool)
- func (fpv *WatchGroupsRequest_FieldTerminalPathValue) AsMaxChunkSizeValue() (int32, bool)
- func (fpv *WatchGroupsRequest_FieldTerminalPathValue) AsOrderByValue() (*group.OrderBy, bool)
- func (fpv *WatchGroupsRequest_FieldTerminalPathValue) AsPageSizeValue() (int32, bool)
- func (fpv *WatchGroupsRequest_FieldTerminalPathValue) AsPageTokenValue() (*group.PagerCursor, bool)
- func (fpv *WatchGroupsRequest_FieldTerminalPathValue) AsParentValue() (*group.ParentReference, bool)
- func (fpv *WatchGroupsRequest_FieldTerminalPathValue) AsResumeTokenValue() (string, bool)
- func (fpv *WatchGroupsRequest_FieldTerminalPathValue) AsStartingTimeValue() (*timestamp.Timestamp, bool)
- func (fpv *WatchGroupsRequest_FieldTerminalPathValue) AsTypeValue() (watch_type.WatchType, bool)
- func (fpv *WatchGroupsRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)
- func (fpv *WatchGroupsRequest_FieldTerminalPathValue) CompareWith(source *WatchGroupsRequest) (int, bool)
- func (fpv *WatchGroupsRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *WatchGroupsRequest_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *WatchGroupsRequest_FieldTerminalPathValue) SetTo(target **WatchGroupsRequest)
- func (fpv *WatchGroupsRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type WatchGroupsResponse
- func (o *WatchGroupsResponse) Clone() *WatchGroupsResponse
- func (o *WatchGroupsResponse) CloneRaw() gotenobject.GotenObjectExt
- func (*WatchGroupsResponse) Descriptor() ([]byte, []int)
- func (m *WatchGroupsResponse) GetGroupChanges() []*group.GroupChange
- func (m *WatchGroupsResponse) GetIsCurrent() bool
- func (m *WatchGroupsResponse) GetIsHardReset() bool
- func (m *WatchGroupsResponse) GetIsSoftReset() bool
- func (m *WatchGroupsResponse) GetPageTokenChange() *WatchGroupsResponse_PageTokenChange
- func (m *WatchGroupsResponse) GetResumeToken() string
- func (m *WatchGroupsResponse) GetSnapshotSize() int64
- func (*WatchGroupsResponse) GotenMessage()
- func (o *WatchGroupsResponse) GotenObjectExt()
- func (obj *WatchGroupsResponse) GotenValidate() error
- func (o *WatchGroupsResponse) MakeDiffFieldMask(other *WatchGroupsResponse) *WatchGroupsResponse_FieldMask
- func (o *WatchGroupsResponse) MakeFullFieldMask() *WatchGroupsResponse_FieldMask
- func (o *WatchGroupsResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *WatchGroupsResponse) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *WatchGroupsResponse) Marshal() ([]byte, error)
- func (m *WatchGroupsResponse) MarshalJSON() ([]byte, error)
- func (o *WatchGroupsResponse) Merge(source *WatchGroupsResponse)
- func (o *WatchGroupsResponse) MergeRaw(source gotenobject.GotenObjectExt)
- func (*WatchGroupsResponse) ProtoMessage()
- func (m *WatchGroupsResponse) ProtoReflect() preflect.Message
- func (m *WatchGroupsResponse) Reset()
- func (m *WatchGroupsResponse) SetGroupChanges(fv []*group.GroupChange)
- func (m *WatchGroupsResponse) SetIsCurrent(fv bool)
- func (m *WatchGroupsResponse) SetIsHardReset(fv bool)
- func (m *WatchGroupsResponse) SetIsSoftReset(fv bool)
- func (m *WatchGroupsResponse) SetPageTokenChange(fv *WatchGroupsResponse_PageTokenChange)
- func (m *WatchGroupsResponse) SetResumeToken(fv string)
- func (m *WatchGroupsResponse) SetSnapshotSize(fv int64)
- func (m *WatchGroupsResponse) String() string
- func (m *WatchGroupsResponse) Unmarshal(b []byte) error
- func (m *WatchGroupsResponse) UnmarshalJSON(data []byte) error
- type WatchGroupsResponseFieldPathBuilder
- func (WatchGroupsResponseFieldPathBuilder) GroupChanges() WatchGroupsResponsePathSelectorGroupChanges
- func (WatchGroupsResponseFieldPathBuilder) IsCurrent() WatchGroupsResponsePathSelectorIsCurrent
- func (WatchGroupsResponseFieldPathBuilder) IsHardReset() WatchGroupsResponsePathSelectorIsHardReset
- func (WatchGroupsResponseFieldPathBuilder) IsSoftReset() WatchGroupsResponsePathSelectorIsSoftReset
- func (WatchGroupsResponseFieldPathBuilder) PageTokenChange() WatchGroupsResponsePathSelectorPageTokenChange
- func (WatchGroupsResponseFieldPathBuilder) ResumeToken() WatchGroupsResponsePathSelectorResumeToken
- func (WatchGroupsResponseFieldPathBuilder) SnapshotSize() WatchGroupsResponsePathSelectorSnapshotSize
- type WatchGroupsResponsePageTokenChangeFieldPathBuilder
- type WatchGroupsResponsePageTokenChange_FieldPath
- func BuildWatchGroupsResponsePageTokenChange_FieldPath(fp gotenobject.RawFieldPath) (WatchGroupsResponsePageTokenChange_FieldPath, error)
- func MustParseWatchGroupsResponsePageTokenChange_FieldPath(rawField string) WatchGroupsResponsePageTokenChange_FieldPath
- func ParseWatchGroupsResponsePageTokenChange_FieldPath(rawField string) (WatchGroupsResponsePageTokenChange_FieldPath, error)
- type WatchGroupsResponsePageTokenChange_FieldPathArrayItemValue
- func MustParseWatchGroupsResponsePageTokenChange_FieldPathArrayItemValue(pathStr, valueStr string) WatchGroupsResponsePageTokenChange_FieldPathArrayItemValue
- func ParseWatchGroupsResponsePageTokenChange_FieldPathArrayItemValue(pathStr, valueStr string) (WatchGroupsResponsePageTokenChange_FieldPathArrayItemValue, error)
- type WatchGroupsResponsePageTokenChange_FieldPathArrayOfValues
- func MustParseWatchGroupsResponsePageTokenChange_FieldPathArrayOfValues(pathStr, valuesStr string) WatchGroupsResponsePageTokenChange_FieldPathArrayOfValues
- func ParseWatchGroupsResponsePageTokenChange_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchGroupsResponsePageTokenChange_FieldPathArrayOfValues, error)
- type WatchGroupsResponsePageTokenChange_FieldPathSelector
- type WatchGroupsResponsePageTokenChange_FieldPathValue
- type WatchGroupsResponsePageTokenChange_FieldTerminalPath
- func (fp *WatchGroupsResponsePageTokenChange_FieldTerminalPath) ClearValue(item *WatchGroupsResponse_PageTokenChange)
- func (fp *WatchGroupsResponsePageTokenChange_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *WatchGroupsResponsePageTokenChange_FieldTerminalPath) Get(source *WatchGroupsResponse_PageTokenChange) (values []interface{})
- func (fp *WatchGroupsResponsePageTokenChange_FieldTerminalPath) GetDefault() interface{}
- func (fp *WatchGroupsResponsePageTokenChange_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *WatchGroupsResponsePageTokenChange_FieldTerminalPath) GetSingle(source *WatchGroupsResponse_PageTokenChange) (interface{}, bool)
- func (fp *WatchGroupsResponsePageTokenChange_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *WatchGroupsResponsePageTokenChange_FieldTerminalPath) IsLeaf() bool
- func (fp *WatchGroupsResponsePageTokenChange_FieldTerminalPath) JSONString() string
- func (fp *WatchGroupsResponsePageTokenChange_FieldTerminalPath) Selector() WatchGroupsResponsePageTokenChange_FieldPathSelector
- func (fp *WatchGroupsResponsePageTokenChange_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *WatchGroupsResponsePageTokenChange_FieldTerminalPath) String() string
- func (fp *WatchGroupsResponsePageTokenChange_FieldTerminalPath) WithIArrayItemValue(value interface{}) WatchGroupsResponsePageTokenChange_FieldPathArrayItemValue
- func (fp *WatchGroupsResponsePageTokenChange_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchGroupsResponsePageTokenChange_FieldPathArrayOfValues
- func (fp *WatchGroupsResponsePageTokenChange_FieldTerminalPath) WithIValue(value interface{}) WatchGroupsResponsePageTokenChange_FieldPathValue
- func (fp *WatchGroupsResponsePageTokenChange_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *WatchGroupsResponsePageTokenChange_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *WatchGroupsResponsePageTokenChange_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type WatchGroupsResponsePageTokenChange_FieldTerminalPathArrayItemValue
- func (fpaiv *WatchGroupsResponsePageTokenChange_FieldTerminalPathArrayItemValue) ContainsValue(source *WatchGroupsResponse_PageTokenChange) bool
- func (fpaiv *WatchGroupsResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *WatchGroupsResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingle(source *WatchGroupsResponse_PageTokenChange) (interface{}, bool)
- func (fpaiv *WatchGroupsResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type WatchGroupsResponsePageTokenChange_FieldTerminalPathArrayOfValues
- func (fpaov *WatchGroupsResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues() ([]*group.PagerCursor, bool)
- func (fpaov *WatchGroupsResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues() ([]*group.PagerCursor, bool)
- func (fpaov *WatchGroupsResponsePageTokenChange_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type WatchGroupsResponsePageTokenChange_FieldTerminalPathValue
- func (fpv *WatchGroupsResponsePageTokenChange_FieldTerminalPathValue) AsNextPageTokenValue() (*group.PagerCursor, bool)
- func (fpv *WatchGroupsResponsePageTokenChange_FieldTerminalPathValue) AsPrevPageTokenValue() (*group.PagerCursor, bool)
- func (fpv *WatchGroupsResponsePageTokenChange_FieldTerminalPathValue) CompareWith(source *WatchGroupsResponse_PageTokenChange) (int, bool)
- func (fpv *WatchGroupsResponsePageTokenChange_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *WatchGroupsResponsePageTokenChange_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *WatchGroupsResponsePageTokenChange_FieldTerminalPathValue) SetTo(target **WatchGroupsResponse_PageTokenChange)
- func (fpv *WatchGroupsResponsePageTokenChange_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type WatchGroupsResponsePathSelectorGroupChanges
- func (WatchGroupsResponsePathSelectorGroupChanges) FieldPath() *WatchGroupsResponse_FieldTerminalPath
- func (s WatchGroupsResponsePathSelectorGroupChanges) WithArrayOfValues(values [][]*group.GroupChange) *WatchGroupsResponse_FieldTerminalPathArrayOfValues
- func (s WatchGroupsResponsePathSelectorGroupChanges) WithItemValue(value *group.GroupChange) *WatchGroupsResponse_FieldTerminalPathArrayItemValue
- func (s WatchGroupsResponsePathSelectorGroupChanges) WithValue(value []*group.GroupChange) *WatchGroupsResponse_FieldTerminalPathValue
- type WatchGroupsResponsePathSelectorIsCurrent
- func (WatchGroupsResponsePathSelectorIsCurrent) FieldPath() *WatchGroupsResponse_FieldTerminalPath
- func (s WatchGroupsResponsePathSelectorIsCurrent) WithArrayOfValues(values []bool) *WatchGroupsResponse_FieldTerminalPathArrayOfValues
- func (s WatchGroupsResponsePathSelectorIsCurrent) WithValue(value bool) *WatchGroupsResponse_FieldTerminalPathValue
- type WatchGroupsResponsePathSelectorIsHardReset
- func (WatchGroupsResponsePathSelectorIsHardReset) FieldPath() *WatchGroupsResponse_FieldTerminalPath
- func (s WatchGroupsResponsePathSelectorIsHardReset) WithArrayOfValues(values []bool) *WatchGroupsResponse_FieldTerminalPathArrayOfValues
- func (s WatchGroupsResponsePathSelectorIsHardReset) WithValue(value bool) *WatchGroupsResponse_FieldTerminalPathValue
- type WatchGroupsResponsePathSelectorIsSoftReset
- func (WatchGroupsResponsePathSelectorIsSoftReset) FieldPath() *WatchGroupsResponse_FieldTerminalPath
- func (s WatchGroupsResponsePathSelectorIsSoftReset) WithArrayOfValues(values []bool) *WatchGroupsResponse_FieldTerminalPathArrayOfValues
- func (s WatchGroupsResponsePathSelectorIsSoftReset) WithValue(value bool) *WatchGroupsResponse_FieldTerminalPathValue
- type WatchGroupsResponsePathSelectorPageTokenChange
- func (WatchGroupsResponsePathSelectorPageTokenChange) FieldPath() *WatchGroupsResponse_FieldTerminalPath
- func (WatchGroupsResponsePathSelectorPageTokenChange) NextPageToken() WatchGroupsResponsePathSelectorPageTokenChangeNextPageToken
- func (WatchGroupsResponsePathSelectorPageTokenChange) PrevPageToken() WatchGroupsResponsePathSelectorPageTokenChangePrevPageToken
- func (s WatchGroupsResponsePathSelectorPageTokenChange) WithArrayOfValues(values []*WatchGroupsResponse_PageTokenChange) *WatchGroupsResponse_FieldTerminalPathArrayOfValues
- func (s WatchGroupsResponsePathSelectorPageTokenChange) WithSubArrayItemValue(...) *WatchGroupsResponse_FieldSubPathArrayItemValue
- func (s WatchGroupsResponsePathSelectorPageTokenChange) WithSubArrayOfValues(subPathArrayOfValues WatchGroupsResponsePageTokenChange_FieldPathArrayOfValues) *WatchGroupsResponse_FieldSubPathArrayOfValues
- func (WatchGroupsResponsePathSelectorPageTokenChange) WithSubPath(subPath WatchGroupsResponsePageTokenChange_FieldPath) *WatchGroupsResponse_FieldSubPath
- func (s WatchGroupsResponsePathSelectorPageTokenChange) WithSubValue(subPathValue WatchGroupsResponsePageTokenChange_FieldPathValue) *WatchGroupsResponse_FieldSubPathValue
- func (s WatchGroupsResponsePathSelectorPageTokenChange) WithValue(value *WatchGroupsResponse_PageTokenChange) *WatchGroupsResponse_FieldTerminalPathValue
- type WatchGroupsResponsePathSelectorPageTokenChangeNextPageToken
- func (WatchGroupsResponsePathSelectorPageTokenChangeNextPageToken) FieldPath() *WatchGroupsResponse_FieldSubPath
- func (s WatchGroupsResponsePathSelectorPageTokenChangeNextPageToken) WithArrayOfValues(values []*group.PagerCursor) *WatchGroupsResponse_FieldSubPathArrayOfValues
- func (s WatchGroupsResponsePathSelectorPageTokenChangeNextPageToken) WithValue(value *group.PagerCursor) *WatchGroupsResponse_FieldSubPathValue
- type WatchGroupsResponsePathSelectorPageTokenChangePrevPageToken
- func (WatchGroupsResponsePathSelectorPageTokenChangePrevPageToken) FieldPath() *WatchGroupsResponse_FieldSubPath
- func (s WatchGroupsResponsePathSelectorPageTokenChangePrevPageToken) WithArrayOfValues(values []*group.PagerCursor) *WatchGroupsResponse_FieldSubPathArrayOfValues
- func (s WatchGroupsResponsePathSelectorPageTokenChangePrevPageToken) WithValue(value *group.PagerCursor) *WatchGroupsResponse_FieldSubPathValue
- type WatchGroupsResponsePathSelectorResumeToken
- func (WatchGroupsResponsePathSelectorResumeToken) FieldPath() *WatchGroupsResponse_FieldTerminalPath
- func (s WatchGroupsResponsePathSelectorResumeToken) WithArrayOfValues(values []string) *WatchGroupsResponse_FieldTerminalPathArrayOfValues
- func (s WatchGroupsResponsePathSelectorResumeToken) WithValue(value string) *WatchGroupsResponse_FieldTerminalPathValue
- type WatchGroupsResponsePathSelectorSnapshotSize
- func (WatchGroupsResponsePathSelectorSnapshotSize) FieldPath() *WatchGroupsResponse_FieldTerminalPath
- func (s WatchGroupsResponsePathSelectorSnapshotSize) WithArrayOfValues(values []int64) *WatchGroupsResponse_FieldTerminalPathArrayOfValues
- func (s WatchGroupsResponsePathSelectorSnapshotSize) WithValue(value int64) *WatchGroupsResponse_FieldTerminalPathValue
- type WatchGroupsResponse_FieldMask
- func (fieldMask *WatchGroupsResponse_FieldMask) AppendPath(path WatchGroupsResponse_FieldPath)
- func (fieldMask *WatchGroupsResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *WatchGroupsResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *WatchGroupsResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *WatchGroupsResponse_FieldMask) FilterInputFields() *WatchGroupsResponse_FieldMask
- func (fieldMask *WatchGroupsResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *WatchGroupsResponse_FieldMask) GetPaths() []WatchGroupsResponse_FieldPath
- func (fieldMask *WatchGroupsResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *WatchGroupsResponse_FieldMask) IsFull() bool
- func (fieldMask WatchGroupsResponse_FieldMask) Marshal() ([]byte, error)
- func (fieldMask WatchGroupsResponse_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *WatchGroupsResponse_FieldMask) PathsCount() int
- func (fieldMask *WatchGroupsResponse_FieldMask) Project(source *WatchGroupsResponse) *WatchGroupsResponse
- func (fieldMask *WatchGroupsResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *WatchGroupsResponse_FieldMask) ProtoMessage()
- func (fieldMask *WatchGroupsResponse_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *WatchGroupsResponse_FieldMask) Reset()
- func (fieldMask *WatchGroupsResponse_FieldMask) Set(target, source *WatchGroupsResponse)
- func (fieldMask *WatchGroupsResponse_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *WatchGroupsResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *WatchGroupsResponse_FieldMask) Size() int
- func (fieldMask *WatchGroupsResponse_FieldMask) String() string
- func (fieldMask *WatchGroupsResponse_FieldMask) Subtract(other *WatchGroupsResponse_FieldMask) *WatchGroupsResponse_FieldMask
- func (fieldMask *WatchGroupsResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *WatchGroupsResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *WatchGroupsResponse_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *WatchGroupsResponse_FieldMask) UnmarshalJSON(data []byte) error
- type WatchGroupsResponse_FieldPath
- type WatchGroupsResponse_FieldPathArrayItemValue
- type WatchGroupsResponse_FieldPathArrayOfValues
- type WatchGroupsResponse_FieldPathSelector
- type WatchGroupsResponse_FieldPathValue
- type WatchGroupsResponse_FieldSubPath
- func (fps *WatchGroupsResponse_FieldSubPath) AsPageTokenChangeSubPath() (WatchGroupsResponsePageTokenChange_FieldPath, bool)
- func (fps *WatchGroupsResponse_FieldSubPath) ClearValue(item *WatchGroupsResponse)
- func (fps *WatchGroupsResponse_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *WatchGroupsResponse_FieldSubPath) Get(source *WatchGroupsResponse) (values []interface{})
- func (fps *WatchGroupsResponse_FieldSubPath) GetDefault() interface{}
- func (fps *WatchGroupsResponse_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *WatchGroupsResponse_FieldSubPath) GetSingle(source *WatchGroupsResponse) (interface{}, bool)
- func (fps *WatchGroupsResponse_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *WatchGroupsResponse_FieldSubPath) IsLeaf() bool
- func (fps *WatchGroupsResponse_FieldSubPath) JSONString() string
- func (fps *WatchGroupsResponse_FieldSubPath) Selector() WatchGroupsResponse_FieldPathSelector
- func (fps *WatchGroupsResponse_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fps *WatchGroupsResponse_FieldSubPath) String() string
- func (fps *WatchGroupsResponse_FieldSubPath) WithIArrayItemValue(value interface{}) WatchGroupsResponse_FieldPathArrayItemValue
- func (fps *WatchGroupsResponse_FieldSubPath) WithIArrayOfValues(values interface{}) WatchGroupsResponse_FieldPathArrayOfValues
- func (fps *WatchGroupsResponse_FieldSubPath) WithIValue(value interface{}) WatchGroupsResponse_FieldPathValue
- func (fps *WatchGroupsResponse_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *WatchGroupsResponse_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *WatchGroupsResponse_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type WatchGroupsResponse_FieldSubPathArrayItemValue
- func (fpaivs *WatchGroupsResponse_FieldSubPathArrayItemValue) AsPageTokenChangePathItemValue() (WatchGroupsResponsePageTokenChange_FieldPathArrayItemValue, bool)
- func (fpaivs *WatchGroupsResponse_FieldSubPathArrayItemValue) ContainsValue(source *WatchGroupsResponse) bool
- func (fpaivs *WatchGroupsResponse_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type WatchGroupsResponse_FieldSubPathArrayOfValues
- type WatchGroupsResponse_FieldSubPathValue
- func (fpvs *WatchGroupsResponse_FieldSubPathValue) AsPageTokenChangePathValue() (WatchGroupsResponsePageTokenChange_FieldPathValue, bool)
- func (fpvs *WatchGroupsResponse_FieldSubPathValue) CompareWith(source *WatchGroupsResponse) (int, bool)
- func (fpvs *WatchGroupsResponse_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *WatchGroupsResponse_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *WatchGroupsResponse_FieldSubPathValue) SetTo(target **WatchGroupsResponse)
- func (fpvs *WatchGroupsResponse_FieldSubPathValue) SetToRaw(target proto.Message)
- type WatchGroupsResponse_FieldTerminalPath
- func (fp *WatchGroupsResponse_FieldTerminalPath) ClearValue(item *WatchGroupsResponse)
- func (fp *WatchGroupsResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *WatchGroupsResponse_FieldTerminalPath) Get(source *WatchGroupsResponse) (values []interface{})
- func (fp *WatchGroupsResponse_FieldTerminalPath) GetDefault() interface{}
- func (fp *WatchGroupsResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *WatchGroupsResponse_FieldTerminalPath) GetSingle(source *WatchGroupsResponse) (interface{}, bool)
- func (fp *WatchGroupsResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *WatchGroupsResponse_FieldTerminalPath) IsLeaf() bool
- func (fp *WatchGroupsResponse_FieldTerminalPath) JSONString() string
- func (fp *WatchGroupsResponse_FieldTerminalPath) Selector() WatchGroupsResponse_FieldPathSelector
- func (fp *WatchGroupsResponse_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *WatchGroupsResponse_FieldTerminalPath) String() string
- func (fp *WatchGroupsResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) WatchGroupsResponse_FieldPathArrayItemValue
- func (fp *WatchGroupsResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchGroupsResponse_FieldPathArrayOfValues
- func (fp *WatchGroupsResponse_FieldTerminalPath) WithIValue(value interface{}) WatchGroupsResponse_FieldPathValue
- func (fp *WatchGroupsResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *WatchGroupsResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *WatchGroupsResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type WatchGroupsResponse_FieldTerminalPathArrayItemValue
- func (fpaiv *WatchGroupsResponse_FieldTerminalPathArrayItemValue) AsGroupChangesItemValue() (*group.GroupChange, bool)
- func (fpaiv *WatchGroupsResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *WatchGroupsResponse) bool
- func (fpaiv *WatchGroupsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *WatchGroupsResponse_FieldTerminalPathArrayItemValue) GetSingle(source *WatchGroupsResponse) (interface{}, bool)
- func (fpaiv *WatchGroupsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type WatchGroupsResponse_FieldTerminalPathArrayOfValues
- func (fpaov *WatchGroupsResponse_FieldTerminalPathArrayOfValues) AsGroupChangesArrayOfValues() ([][]*group.GroupChange, bool)
- func (fpaov *WatchGroupsResponse_FieldTerminalPathArrayOfValues) AsIsCurrentArrayOfValues() ([]bool, bool)
- func (fpaov *WatchGroupsResponse_FieldTerminalPathArrayOfValues) AsIsHardResetArrayOfValues() ([]bool, bool)
- func (fpaov *WatchGroupsResponse_FieldTerminalPathArrayOfValues) AsIsSoftResetArrayOfValues() ([]bool, bool)
- func (fpaov *WatchGroupsResponse_FieldTerminalPathArrayOfValues) AsPageTokenChangeArrayOfValues() ([]*WatchGroupsResponse_PageTokenChange, bool)
- func (fpaov *WatchGroupsResponse_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues() ([]string, bool)
- func (fpaov *WatchGroupsResponse_FieldTerminalPathArrayOfValues) AsSnapshotSizeArrayOfValues() ([]int64, bool)
- func (fpaov *WatchGroupsResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type WatchGroupsResponse_FieldTerminalPathValue
- func (fpv *WatchGroupsResponse_FieldTerminalPathValue) AsGroupChangesValue() ([]*group.GroupChange, bool)
- func (fpv *WatchGroupsResponse_FieldTerminalPathValue) AsIsCurrentValue() (bool, bool)
- func (fpv *WatchGroupsResponse_FieldTerminalPathValue) AsIsHardResetValue() (bool, bool)
- func (fpv *WatchGroupsResponse_FieldTerminalPathValue) AsIsSoftResetValue() (bool, bool)
- func (fpv *WatchGroupsResponse_FieldTerminalPathValue) AsPageTokenChangeValue() (*WatchGroupsResponse_PageTokenChange, bool)
- func (fpv *WatchGroupsResponse_FieldTerminalPathValue) AsResumeTokenValue() (string, bool)
- func (fpv *WatchGroupsResponse_FieldTerminalPathValue) AsSnapshotSizeValue() (int64, bool)
- func (fpv *WatchGroupsResponse_FieldTerminalPathValue) CompareWith(source *WatchGroupsResponse) (int, bool)
- func (fpv *WatchGroupsResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *WatchGroupsResponse_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *WatchGroupsResponse_FieldTerminalPathValue) SetTo(target **WatchGroupsResponse)
- func (fpv *WatchGroupsResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type WatchGroupsResponse_PageTokenChange
- func (o *WatchGroupsResponse_PageTokenChange) Clone() *WatchGroupsResponse_PageTokenChange
- func (o *WatchGroupsResponse_PageTokenChange) CloneRaw() gotenobject.GotenObjectExt
- func (*WatchGroupsResponse_PageTokenChange) Descriptor() ([]byte, []int)
- func (m *WatchGroupsResponse_PageTokenChange) GetNextPageToken() *group.PagerCursor
- func (m *WatchGroupsResponse_PageTokenChange) GetPrevPageToken() *group.PagerCursor
- func (*WatchGroupsResponse_PageTokenChange) GotenMessage()
- func (o *WatchGroupsResponse_PageTokenChange) GotenObjectExt()
- func (obj *WatchGroupsResponse_PageTokenChange) GotenValidate() error
- func (o *WatchGroupsResponse_PageTokenChange) MakeDiffFieldMask(other *WatchGroupsResponse_PageTokenChange) *WatchGroupsResponse_PageTokenChange_FieldMask
- func (o *WatchGroupsResponse_PageTokenChange) MakeFullFieldMask() *WatchGroupsResponse_PageTokenChange_FieldMask
- func (o *WatchGroupsResponse_PageTokenChange) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *WatchGroupsResponse_PageTokenChange) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *WatchGroupsResponse_PageTokenChange) Marshal() ([]byte, error)
- func (m *WatchGroupsResponse_PageTokenChange) MarshalJSON() ([]byte, error)
- func (o *WatchGroupsResponse_PageTokenChange) Merge(source *WatchGroupsResponse_PageTokenChange)
- func (o *WatchGroupsResponse_PageTokenChange) MergeRaw(source gotenobject.GotenObjectExt)
- func (*WatchGroupsResponse_PageTokenChange) ProtoMessage()
- func (m *WatchGroupsResponse_PageTokenChange) ProtoReflect() preflect.Message
- func (m *WatchGroupsResponse_PageTokenChange) Reset()
- func (m *WatchGroupsResponse_PageTokenChange) SetNextPageToken(fv *group.PagerCursor)
- func (m *WatchGroupsResponse_PageTokenChange) SetPrevPageToken(fv *group.PagerCursor)
- func (m *WatchGroupsResponse_PageTokenChange) String() string
- func (m *WatchGroupsResponse_PageTokenChange) Unmarshal(b []byte) error
- func (m *WatchGroupsResponse_PageTokenChange) UnmarshalJSON(data []byte) error
- type WatchGroupsResponse_PageTokenChangePathSelectorNextPageToken
- func (WatchGroupsResponse_PageTokenChangePathSelectorNextPageToken) FieldPath() *WatchGroupsResponsePageTokenChange_FieldTerminalPath
- func (s WatchGroupsResponse_PageTokenChangePathSelectorNextPageToken) WithArrayOfValues(values []*group.PagerCursor) *WatchGroupsResponsePageTokenChange_FieldTerminalPathArrayOfValues
- func (s WatchGroupsResponse_PageTokenChangePathSelectorNextPageToken) WithValue(value *group.PagerCursor) *WatchGroupsResponsePageTokenChange_FieldTerminalPathValue
- type WatchGroupsResponse_PageTokenChangePathSelectorPrevPageToken
- func (WatchGroupsResponse_PageTokenChangePathSelectorPrevPageToken) FieldPath() *WatchGroupsResponsePageTokenChange_FieldTerminalPath
- func (s WatchGroupsResponse_PageTokenChangePathSelectorPrevPageToken) WithArrayOfValues(values []*group.PagerCursor) *WatchGroupsResponsePageTokenChange_FieldTerminalPathArrayOfValues
- func (s WatchGroupsResponse_PageTokenChangePathSelectorPrevPageToken) WithValue(value *group.PagerCursor) *WatchGroupsResponsePageTokenChange_FieldTerminalPathValue
- type WatchGroupsResponse_PageTokenChange_FieldMask
- func (fieldMask *WatchGroupsResponse_PageTokenChange_FieldMask) AppendPath(path WatchGroupsResponsePageTokenChange_FieldPath)
- func (fieldMask *WatchGroupsResponse_PageTokenChange_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *WatchGroupsResponse_PageTokenChange_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *WatchGroupsResponse_PageTokenChange_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *WatchGroupsResponse_PageTokenChange_FieldMask) FilterInputFields() *WatchGroupsResponse_PageTokenChange_FieldMask
- func (fieldMask *WatchGroupsResponse_PageTokenChange_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *WatchGroupsResponse_PageTokenChange_FieldMask) GetPaths() []WatchGroupsResponsePageTokenChange_FieldPath
- func (fieldMask *WatchGroupsResponse_PageTokenChange_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *WatchGroupsResponse_PageTokenChange_FieldMask) IsFull() bool
- func (fieldMask WatchGroupsResponse_PageTokenChange_FieldMask) Marshal() ([]byte, error)
- func (fieldMask WatchGroupsResponse_PageTokenChange_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *WatchGroupsResponse_PageTokenChange_FieldMask) PathsCount() int
- func (fieldMask *WatchGroupsResponse_PageTokenChange_FieldMask) Project(source *WatchGroupsResponse_PageTokenChange) *WatchGroupsResponse_PageTokenChange
- func (fieldMask *WatchGroupsResponse_PageTokenChange_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *WatchGroupsResponse_PageTokenChange_FieldMask) ProtoMessage()
- func (fieldMask *WatchGroupsResponse_PageTokenChange_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *WatchGroupsResponse_PageTokenChange_FieldMask) Reset()
- func (fieldMask *WatchGroupsResponse_PageTokenChange_FieldMask) Set(target, source *WatchGroupsResponse_PageTokenChange)
- func (fieldMask *WatchGroupsResponse_PageTokenChange_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *WatchGroupsResponse_PageTokenChange_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *WatchGroupsResponse_PageTokenChange_FieldMask) Size() int
- func (fieldMask *WatchGroupsResponse_PageTokenChange_FieldMask) String() string
- func (fieldMask *WatchGroupsResponse_PageTokenChange_FieldMask) Subtract(other *WatchGroupsResponse_PageTokenChange_FieldMask) *WatchGroupsResponse_PageTokenChange_FieldMask
- func (fieldMask *WatchGroupsResponse_PageTokenChange_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *WatchGroupsResponse_PageTokenChange_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *WatchGroupsResponse_PageTokenChange_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *WatchGroupsResponse_PageTokenChange_FieldMask) UnmarshalJSON(data []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BatchGetGroupsDescriptor ¶ added in v0.4.28
type BatchGetGroupsDescriptor struct{}
func GetBatchGetGroupsDescriptor ¶ added in v0.4.28
func GetBatchGetGroupsDescriptor() *BatchGetGroupsDescriptor
func (*BatchGetGroupsDescriptor) GetApiDescriptor ¶ added in v0.4.28
func (d *BatchGetGroupsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*BatchGetGroupsDescriptor) GetApiName ¶ added in v0.4.28
func (d *BatchGetGroupsDescriptor) GetApiName() string
func (*BatchGetGroupsDescriptor) GetClientMsgReflectHandle ¶ added in v0.4.28
func (d *BatchGetGroupsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*BatchGetGroupsDescriptor) GetFullMethodName ¶ added in v0.4.28
func (d *BatchGetGroupsDescriptor) GetFullMethodName() string
func (*BatchGetGroupsDescriptor) GetMethodName ¶ added in v0.4.28
func (d *BatchGetGroupsDescriptor) GetMethodName() string
func (*BatchGetGroupsDescriptor) GetProtoPkgName ¶ added in v0.4.28
func (d *BatchGetGroupsDescriptor) GetProtoPkgName() string
func (*BatchGetGroupsDescriptor) GetResourceDescriptor ¶ added in v0.4.30
func (d *BatchGetGroupsDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*BatchGetGroupsDescriptor) GetServerMsgReflectHandle ¶ added in v0.4.28
func (d *BatchGetGroupsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*BatchGetGroupsDescriptor) GetServiceDomain ¶ added in v0.4.28
func (d *BatchGetGroupsDescriptor) GetServiceDomain() string
func (*BatchGetGroupsDescriptor) GetServiceVersion ¶ added in v0.4.28
func (d *BatchGetGroupsDescriptor) GetServiceVersion() string
func (*BatchGetGroupsDescriptor) GetVerb ¶ added in v0.4.28
func (d *BatchGetGroupsDescriptor) GetVerb() string
func (*BatchGetGroupsDescriptor) HasResource ¶ added in v0.4.30
func (d *BatchGetGroupsDescriptor) HasResource() bool
func (*BatchGetGroupsDescriptor) IsClientStream ¶ added in v0.4.28
func (d *BatchGetGroupsDescriptor) IsClientStream() bool
func (*BatchGetGroupsDescriptor) IsCollection ¶ added in v0.4.30
func (d *BatchGetGroupsDescriptor) IsCollection() bool
func (*BatchGetGroupsDescriptor) IsPlural ¶ added in v0.4.30
func (d *BatchGetGroupsDescriptor) IsPlural() bool
func (*BatchGetGroupsDescriptor) IsServerStream ¶ added in v0.4.28
func (d *BatchGetGroupsDescriptor) IsServerStream() bool
func (*BatchGetGroupsDescriptor) IsUnary ¶ added in v0.4.28
func (d *BatchGetGroupsDescriptor) IsUnary() bool
func (*BatchGetGroupsDescriptor) NewEmptyClientMsg ¶ added in v0.4.28
func (d *BatchGetGroupsDescriptor) NewEmptyClientMsg() proto.Message
func (*BatchGetGroupsDescriptor) NewEmptyServerMsg ¶ added in v0.4.28
func (d *BatchGetGroupsDescriptor) NewEmptyServerMsg() proto.Message
func (*BatchGetGroupsDescriptor) RequestHasResourceBody ¶ added in v0.4.28
func (d *BatchGetGroupsDescriptor) RequestHasResourceBody() bool
type BatchGetGroupsDescriptorClientMsgHandle ¶ added in v0.4.28
type BatchGetGroupsDescriptorClientMsgHandle struct{}
func (*BatchGetGroupsDescriptorClientMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *BatchGetGroupsDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*BatchGetGroupsDescriptorClientMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *BatchGetGroupsDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*BatchGetGroupsDescriptorClientMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *BatchGetGroupsDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type BatchGetGroupsDescriptorServerMsgHandle ¶ added in v0.4.28
type BatchGetGroupsDescriptorServerMsgHandle struct{}
func (*BatchGetGroupsDescriptorServerMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *BatchGetGroupsDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*BatchGetGroupsDescriptorServerMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *BatchGetGroupsDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*BatchGetGroupsDescriptorServerMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *BatchGetGroupsDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type BatchGetGroupsRequest ¶
type BatchGetGroupsRequest struct { // Names of Groups Names []*group.Reference `protobuf:"bytes,2,rep,customtype=Reference,name=names,proto3" json:"names,omitempty" firestore:"names"` // A list of extra fields to be obtained for each response item on top of // fields defined by request field view FieldMask *group.Group_FieldMask `` /* 137-byte string literal not displayed */ // View defines list of standard response fields present in response items. // Additional fields can be amended by request field field_mask View view.View `protobuf:"varint,4,opt,name=view,proto3,enum=goten.view.View" json:"view,omitempty" firestore:"view"` // contains filtered or unexported fields }
Request message for method [BatchGetGroups][ntt.iam.v1alpha.BatchGetGroups]
func (*BatchGetGroupsRequest) Clone ¶
func (o *BatchGetGroupsRequest) Clone() *BatchGetGroupsRequest
func (*BatchGetGroupsRequest) CloneRaw ¶
func (o *BatchGetGroupsRequest) CloneRaw() gotenobject.GotenObjectExt
func (*BatchGetGroupsRequest) Descriptor ¶
func (*BatchGetGroupsRequest) Descriptor() ([]byte, []int)
Deprecated, Use BatchGetGroupsRequest.ProtoReflect.Descriptor instead.
func (*BatchGetGroupsRequest) GetFieldMask ¶
func (m *BatchGetGroupsRequest) GetFieldMask() *group.Group_FieldMask
func (*BatchGetGroupsRequest) GetNames ¶
func (m *BatchGetGroupsRequest) GetNames() []*group.Reference
func (*BatchGetGroupsRequest) GetView ¶
func (m *BatchGetGroupsRequest) GetView() view.View
func (*BatchGetGroupsRequest) GotenMessage ¶
func (*BatchGetGroupsRequest) GotenMessage()
func (*BatchGetGroupsRequest) GotenObjectExt ¶
func (o *BatchGetGroupsRequest) GotenObjectExt()
func (*BatchGetGroupsRequest) GotenValidate ¶
func (obj *BatchGetGroupsRequest) GotenValidate() error
func (*BatchGetGroupsRequest) MakeDiffFieldMask ¶
func (o *BatchGetGroupsRequest) MakeDiffFieldMask(other *BatchGetGroupsRequest) *BatchGetGroupsRequest_FieldMask
func (*BatchGetGroupsRequest) MakeFullFieldMask ¶
func (o *BatchGetGroupsRequest) MakeFullFieldMask() *BatchGetGroupsRequest_FieldMask
func (*BatchGetGroupsRequest) MakeRawDiffFieldMask ¶
func (o *BatchGetGroupsRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*BatchGetGroupsRequest) MakeRawFullFieldMask ¶
func (o *BatchGetGroupsRequest) MakeRawFullFieldMask() gotenobject.FieldMask
func (*BatchGetGroupsRequest) Marshal ¶
func (m *BatchGetGroupsRequest) Marshal() ([]byte, error)
func (*BatchGetGroupsRequest) MarshalJSON ¶
func (m *BatchGetGroupsRequest) MarshalJSON() ([]byte, error)
func (*BatchGetGroupsRequest) Merge ¶
func (o *BatchGetGroupsRequest) Merge(source *BatchGetGroupsRequest)
func (*BatchGetGroupsRequest) MergeRaw ¶
func (o *BatchGetGroupsRequest) MergeRaw(source gotenobject.GotenObjectExt)
func (*BatchGetGroupsRequest) ProtoMessage ¶
func (*BatchGetGroupsRequest) ProtoMessage()
func (*BatchGetGroupsRequest) ProtoReflect ¶
func (m *BatchGetGroupsRequest) ProtoReflect() preflect.Message
func (*BatchGetGroupsRequest) Reset ¶
func (m *BatchGetGroupsRequest) Reset()
func (*BatchGetGroupsRequest) SetFieldMask ¶
func (m *BatchGetGroupsRequest) SetFieldMask(fv *group.Group_FieldMask)
func (*BatchGetGroupsRequest) SetNames ¶
func (m *BatchGetGroupsRequest) SetNames(fv []*group.Reference)
func (*BatchGetGroupsRequest) SetView ¶
func (m *BatchGetGroupsRequest) SetView(fv view.View)
func (*BatchGetGroupsRequest) String ¶
func (m *BatchGetGroupsRequest) String() string
func (*BatchGetGroupsRequest) Unmarshal ¶
func (m *BatchGetGroupsRequest) Unmarshal(b []byte) error
func (*BatchGetGroupsRequest) UnmarshalJSON ¶
func (m *BatchGetGroupsRequest) UnmarshalJSON(data []byte) error
type BatchGetGroupsRequestFieldPathBuilder ¶
type BatchGetGroupsRequestFieldPathBuilder struct{}
func NewBatchGetGroupsRequestFieldPathBuilder ¶
func NewBatchGetGroupsRequestFieldPathBuilder() BatchGetGroupsRequestFieldPathBuilder
func (BatchGetGroupsRequestFieldPathBuilder) FieldMask ¶
func (BatchGetGroupsRequestFieldPathBuilder) FieldMask() BatchGetGroupsRequestPathSelectorFieldMask
type BatchGetGroupsRequestPathSelectorFieldMask ¶
type BatchGetGroupsRequestPathSelectorFieldMask struct{}
func (BatchGetGroupsRequestPathSelectorFieldMask) FieldPath ¶
func (BatchGetGroupsRequestPathSelectorFieldMask) FieldPath() *BatchGetGroupsRequest_FieldTerminalPath
func (BatchGetGroupsRequestPathSelectorFieldMask) WithArrayOfValues ¶
func (s BatchGetGroupsRequestPathSelectorFieldMask) WithArrayOfValues(values []*group.Group_FieldMask) *BatchGetGroupsRequest_FieldTerminalPathArrayOfValues
func (BatchGetGroupsRequestPathSelectorFieldMask) WithValue ¶
func (s BatchGetGroupsRequestPathSelectorFieldMask) WithValue(value *group.Group_FieldMask) *BatchGetGroupsRequest_FieldTerminalPathValue
type BatchGetGroupsRequestPathSelectorNames ¶
type BatchGetGroupsRequestPathSelectorNames struct{}
func (BatchGetGroupsRequestPathSelectorNames) FieldPath ¶
func (BatchGetGroupsRequestPathSelectorNames) FieldPath() *BatchGetGroupsRequest_FieldTerminalPath
func (BatchGetGroupsRequestPathSelectorNames) WithArrayOfValues ¶
func (s BatchGetGroupsRequestPathSelectorNames) WithArrayOfValues(values [][]*group.Reference) *BatchGetGroupsRequest_FieldTerminalPathArrayOfValues
func (BatchGetGroupsRequestPathSelectorNames) WithItemValue ¶
func (s BatchGetGroupsRequestPathSelectorNames) WithItemValue(value *group.Reference) *BatchGetGroupsRequest_FieldTerminalPathArrayItemValue
func (BatchGetGroupsRequestPathSelectorNames) WithValue ¶
func (s BatchGetGroupsRequestPathSelectorNames) WithValue(value []*group.Reference) *BatchGetGroupsRequest_FieldTerminalPathValue
type BatchGetGroupsRequestPathSelectorView ¶
type BatchGetGroupsRequestPathSelectorView struct{}
func (BatchGetGroupsRequestPathSelectorView) FieldPath ¶
func (BatchGetGroupsRequestPathSelectorView) FieldPath() *BatchGetGroupsRequest_FieldTerminalPath
func (BatchGetGroupsRequestPathSelectorView) WithArrayOfValues ¶
func (s BatchGetGroupsRequestPathSelectorView) WithArrayOfValues(values []view.View) *BatchGetGroupsRequest_FieldTerminalPathArrayOfValues
func (BatchGetGroupsRequestPathSelectorView) WithValue ¶
func (s BatchGetGroupsRequestPathSelectorView) WithValue(value view.View) *BatchGetGroupsRequest_FieldTerminalPathValue
type BatchGetGroupsRequest_FieldMask ¶
type BatchGetGroupsRequest_FieldMask struct {
Paths []BatchGetGroupsRequest_FieldPath
}
func FullBatchGetGroupsRequest_FieldMask ¶
func FullBatchGetGroupsRequest_FieldMask() *BatchGetGroupsRequest_FieldMask
func (*BatchGetGroupsRequest_FieldMask) AppendPath ¶
func (fieldMask *BatchGetGroupsRequest_FieldMask) AppendPath(path BatchGetGroupsRequest_FieldPath)
func (*BatchGetGroupsRequest_FieldMask) AppendRawPath ¶
func (fieldMask *BatchGetGroupsRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*BatchGetGroupsRequest_FieldMask) DecodeFirestore ¶
func (fieldMask *BatchGetGroupsRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*BatchGetGroupsRequest_FieldMask) EncodeFirestore ¶
func (fieldMask *BatchGetGroupsRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*BatchGetGroupsRequest_FieldMask) FilterInputFields ¶
func (fieldMask *BatchGetGroupsRequest_FieldMask) FilterInputFields() *BatchGetGroupsRequest_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*BatchGetGroupsRequest_FieldMask) FromProtoFieldMask ¶
func (fieldMask *BatchGetGroupsRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*BatchGetGroupsRequest_FieldMask) GetPaths ¶
func (fieldMask *BatchGetGroupsRequest_FieldMask) GetPaths() []BatchGetGroupsRequest_FieldPath
func (*BatchGetGroupsRequest_FieldMask) GetRawPaths ¶
func (fieldMask *BatchGetGroupsRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*BatchGetGroupsRequest_FieldMask) IsFull ¶
func (fieldMask *BatchGetGroupsRequest_FieldMask) IsFull() bool
func (BatchGetGroupsRequest_FieldMask) Marshal ¶
func (fieldMask BatchGetGroupsRequest_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (BatchGetGroupsRequest_FieldMask) MarshalJSON ¶
func (fieldMask BatchGetGroupsRequest_FieldMask) MarshalJSON() ([]byte, error)
func (*BatchGetGroupsRequest_FieldMask) PathsCount ¶
func (fieldMask *BatchGetGroupsRequest_FieldMask) PathsCount() int
func (*BatchGetGroupsRequest_FieldMask) Project ¶
func (fieldMask *BatchGetGroupsRequest_FieldMask) Project(source *BatchGetGroupsRequest) *BatchGetGroupsRequest
func (*BatchGetGroupsRequest_FieldMask) ProjectRaw ¶
func (fieldMask *BatchGetGroupsRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*BatchGetGroupsRequest_FieldMask) ProtoMessage ¶
func (fieldMask *BatchGetGroupsRequest_FieldMask) ProtoMessage()
func (*BatchGetGroupsRequest_FieldMask) ProtoReflect ¶
func (fieldMask *BatchGetGroupsRequest_FieldMask) ProtoReflect() preflect.Message
func (*BatchGetGroupsRequest_FieldMask) Reset ¶
func (fieldMask *BatchGetGroupsRequest_FieldMask) Reset()
func (*BatchGetGroupsRequest_FieldMask) Set ¶
func (fieldMask *BatchGetGroupsRequest_FieldMask) Set(target, source *BatchGetGroupsRequest)
func (*BatchGetGroupsRequest_FieldMask) SetFromCliFlag ¶
func (fieldMask *BatchGetGroupsRequest_FieldMask) SetFromCliFlag(raw string) error
func (*BatchGetGroupsRequest_FieldMask) SetRaw ¶
func (fieldMask *BatchGetGroupsRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*BatchGetGroupsRequest_FieldMask) Size ¶
func (fieldMask *BatchGetGroupsRequest_FieldMask) Size() int
func (*BatchGetGroupsRequest_FieldMask) String ¶
func (fieldMask *BatchGetGroupsRequest_FieldMask) String() string
func (*BatchGetGroupsRequest_FieldMask) Subtract ¶
func (fieldMask *BatchGetGroupsRequest_FieldMask) Subtract(other *BatchGetGroupsRequest_FieldMask) *BatchGetGroupsRequest_FieldMask
func (*BatchGetGroupsRequest_FieldMask) SubtractRaw ¶
func (fieldMask *BatchGetGroupsRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*BatchGetGroupsRequest_FieldMask) ToProtoFieldMask ¶
func (fieldMask *BatchGetGroupsRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*BatchGetGroupsRequest_FieldMask) Unmarshal ¶
func (fieldMask *BatchGetGroupsRequest_FieldMask) Unmarshal(data []byte) error
func (*BatchGetGroupsRequest_FieldMask) UnmarshalJSON ¶
func (fieldMask *BatchGetGroupsRequest_FieldMask) UnmarshalJSON(data []byte) error
type BatchGetGroupsRequest_FieldPath ¶
type BatchGetGroupsRequest_FieldPath interface { gotenobject.FieldPath Selector() BatchGetGroupsRequest_FieldPathSelector Get(source *BatchGetGroupsRequest) []interface{} GetSingle(source *BatchGetGroupsRequest) (interface{}, bool) ClearValue(item *BatchGetGroupsRequest) // Those methods build corresponding BatchGetGroupsRequest_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) BatchGetGroupsRequest_FieldPathValue WithIArrayOfValues(values interface{}) BatchGetGroupsRequest_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) BatchGetGroupsRequest_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildBatchGetGroupsRequest_FieldPath ¶
func BuildBatchGetGroupsRequest_FieldPath(fp gotenobject.RawFieldPath) (BatchGetGroupsRequest_FieldPath, error)
func MustParseBatchGetGroupsRequest_FieldPath ¶
func MustParseBatchGetGroupsRequest_FieldPath(rawField string) BatchGetGroupsRequest_FieldPath
func ParseBatchGetGroupsRequest_FieldPath ¶
func ParseBatchGetGroupsRequest_FieldPath(rawField string) (BatchGetGroupsRequest_FieldPath, error)
type BatchGetGroupsRequest_FieldPathArrayItemValue ¶
type BatchGetGroupsRequest_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue BatchGetGroupsRequest_FieldPath ContainsValue(*BatchGetGroupsRequest) bool }
BatchGetGroupsRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for BatchGetGroupsRequest according to their type Present only for array (repeated) types.
func MustParseBatchGetGroupsRequest_FieldPathArrayItemValue ¶
func MustParseBatchGetGroupsRequest_FieldPathArrayItemValue(pathStr, valueStr string) BatchGetGroupsRequest_FieldPathArrayItemValue
func ParseBatchGetGroupsRequest_FieldPathArrayItemValue ¶
func ParseBatchGetGroupsRequest_FieldPathArrayItemValue(pathStr, valueStr string) (BatchGetGroupsRequest_FieldPathArrayItemValue, error)
ParseBatchGetGroupsRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type BatchGetGroupsRequest_FieldPathArrayOfValues ¶
type BatchGetGroupsRequest_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues BatchGetGroupsRequest_FieldPath }
BatchGetGroupsRequest_FieldPathArrayOfValues allows storing slice of values for BatchGetGroupsRequest fields according to their type
func MustParseBatchGetGroupsRequest_FieldPathArrayOfValues ¶
func MustParseBatchGetGroupsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) BatchGetGroupsRequest_FieldPathArrayOfValues
func ParseBatchGetGroupsRequest_FieldPathArrayOfValues ¶
func ParseBatchGetGroupsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (BatchGetGroupsRequest_FieldPathArrayOfValues, error)
type BatchGetGroupsRequest_FieldPathSelector ¶
type BatchGetGroupsRequest_FieldPathSelector int32
const ( BatchGetGroupsRequest_FieldPathSelectorNames BatchGetGroupsRequest_FieldPathSelector = 0 BatchGetGroupsRequest_FieldPathSelectorFieldMask BatchGetGroupsRequest_FieldPathSelector = 1 BatchGetGroupsRequest_FieldPathSelectorView BatchGetGroupsRequest_FieldPathSelector = 2 )
func (BatchGetGroupsRequest_FieldPathSelector) String ¶
func (s BatchGetGroupsRequest_FieldPathSelector) String() string
type BatchGetGroupsRequest_FieldPathValue ¶
type BatchGetGroupsRequest_FieldPathValue interface { BatchGetGroupsRequest_FieldPath gotenobject.FieldPathValue SetTo(target **BatchGetGroupsRequest) CompareWith(*BatchGetGroupsRequest) (cmp int, comparable bool) }
BatchGetGroupsRequest_FieldPathValue allows storing values for BatchGetGroupsRequest fields according to their type
func MustParseBatchGetGroupsRequest_FieldPathValue ¶
func MustParseBatchGetGroupsRequest_FieldPathValue(pathStr, valueStr string) BatchGetGroupsRequest_FieldPathValue
func ParseBatchGetGroupsRequest_FieldPathValue ¶
func ParseBatchGetGroupsRequest_FieldPathValue(pathStr, valueStr string) (BatchGetGroupsRequest_FieldPathValue, error)
type BatchGetGroupsRequest_FieldTerminalPath ¶
type BatchGetGroupsRequest_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*BatchGetGroupsRequest_FieldTerminalPath) ClearValue ¶
func (fp *BatchGetGroupsRequest_FieldTerminalPath) ClearValue(item *BatchGetGroupsRequest)
func (*BatchGetGroupsRequest_FieldTerminalPath) ClearValueRaw ¶
func (fp *BatchGetGroupsRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*BatchGetGroupsRequest_FieldTerminalPath) Get ¶
func (fp *BatchGetGroupsRequest_FieldTerminalPath) Get(source *BatchGetGroupsRequest) (values []interface{})
Get returns all values pointed by specific field from source BatchGetGroupsRequest
func (*BatchGetGroupsRequest_FieldTerminalPath) GetDefault ¶
func (fp *BatchGetGroupsRequest_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*BatchGetGroupsRequest_FieldTerminalPath) GetRaw ¶
func (fp *BatchGetGroupsRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*BatchGetGroupsRequest_FieldTerminalPath) GetSingle ¶
func (fp *BatchGetGroupsRequest_FieldTerminalPath) GetSingle(source *BatchGetGroupsRequest) (interface{}, bool)
GetSingle returns value pointed by specific field of from source BatchGetGroupsRequest
func (*BatchGetGroupsRequest_FieldTerminalPath) GetSingleRaw ¶
func (fp *BatchGetGroupsRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*BatchGetGroupsRequest_FieldTerminalPath) IsLeaf ¶
func (fp *BatchGetGroupsRequest_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*BatchGetGroupsRequest_FieldTerminalPath) JSONString ¶
func (fp *BatchGetGroupsRequest_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*BatchGetGroupsRequest_FieldTerminalPath) Selector ¶
func (fp *BatchGetGroupsRequest_FieldTerminalPath) Selector() BatchGetGroupsRequest_FieldPathSelector
func (*BatchGetGroupsRequest_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *BatchGetGroupsRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*BatchGetGroupsRequest_FieldTerminalPath) String ¶
func (fp *BatchGetGroupsRequest_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*BatchGetGroupsRequest_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *BatchGetGroupsRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) BatchGetGroupsRequest_FieldPathArrayItemValue
func (*BatchGetGroupsRequest_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *BatchGetGroupsRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) BatchGetGroupsRequest_FieldPathArrayOfValues
func (*BatchGetGroupsRequest_FieldTerminalPath) WithIValue ¶
func (fp *BatchGetGroupsRequest_FieldTerminalPath) WithIValue(value interface{}) BatchGetGroupsRequest_FieldPathValue
func (*BatchGetGroupsRequest_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *BatchGetGroupsRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*BatchGetGroupsRequest_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *BatchGetGroupsRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*BatchGetGroupsRequest_FieldTerminalPath) WithRawIValue ¶
func (fp *BatchGetGroupsRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type BatchGetGroupsRequest_FieldTerminalPathArrayItemValue ¶
type BatchGetGroupsRequest_FieldTerminalPathArrayItemValue struct { BatchGetGroupsRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*BatchGetGroupsRequest_FieldTerminalPathArrayItemValue) AsNamesItemValue ¶
func (fpaiv *BatchGetGroupsRequest_FieldTerminalPathArrayItemValue) AsNamesItemValue() (*group.Reference, bool)
func (*BatchGetGroupsRequest_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *BatchGetGroupsRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *BatchGetGroupsRequest) bool
Contains returns a boolean indicating if value that is being held is present in given 'BatchGetGroupsRequest'
func (*BatchGetGroupsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *BatchGetGroupsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object BatchGetGroupsRequest as interface{}
func (*BatchGetGroupsRequest_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *BatchGetGroupsRequest_FieldTerminalPathArrayItemValue) GetSingle(source *BatchGetGroupsRequest) (interface{}, bool)
func (*BatchGetGroupsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *BatchGetGroupsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type BatchGetGroupsRequest_FieldTerminalPathArrayOfValues ¶
type BatchGetGroupsRequest_FieldTerminalPathArrayOfValues struct { BatchGetGroupsRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*BatchGetGroupsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues ¶
func (fpaov *BatchGetGroupsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*group.Group_FieldMask, bool)
func (*BatchGetGroupsRequest_FieldTerminalPathArrayOfValues) AsNamesArrayOfValues ¶
func (fpaov *BatchGetGroupsRequest_FieldTerminalPathArrayOfValues) AsNamesArrayOfValues() ([][]*group.Reference, bool)
func (*BatchGetGroupsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues ¶
func (fpaov *BatchGetGroupsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)
func (*BatchGetGroupsRequest_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *BatchGetGroupsRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type BatchGetGroupsRequest_FieldTerminalPathValue ¶
type BatchGetGroupsRequest_FieldTerminalPathValue struct { BatchGetGroupsRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*BatchGetGroupsRequest_FieldTerminalPathValue) AsFieldMaskValue ¶
func (fpv *BatchGetGroupsRequest_FieldTerminalPathValue) AsFieldMaskValue() (*group.Group_FieldMask, bool)
func (*BatchGetGroupsRequest_FieldTerminalPathValue) AsNamesValue ¶
func (fpv *BatchGetGroupsRequest_FieldTerminalPathValue) AsNamesValue() ([]*group.Reference, bool)
func (*BatchGetGroupsRequest_FieldTerminalPathValue) AsViewValue ¶
func (fpv *BatchGetGroupsRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)
func (*BatchGetGroupsRequest_FieldTerminalPathValue) CompareWith ¶
func (fpv *BatchGetGroupsRequest_FieldTerminalPathValue) CompareWith(source *BatchGetGroupsRequest) (int, bool)
CompareWith compares value in the 'BatchGetGroupsRequest_FieldTerminalPathValue' with the value under path in 'BatchGetGroupsRequest'.
func (*BatchGetGroupsRequest_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *BatchGetGroupsRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*BatchGetGroupsRequest_FieldTerminalPathValue) GetRawValue ¶
func (fpv *BatchGetGroupsRequest_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'BatchGetGroupsRequest' as interface{}
func (*BatchGetGroupsRequest_FieldTerminalPathValue) SetTo ¶
func (fpv *BatchGetGroupsRequest_FieldTerminalPathValue) SetTo(target **BatchGetGroupsRequest)
SetTo stores value for selected field for object BatchGetGroupsRequest
func (*BatchGetGroupsRequest_FieldTerminalPathValue) SetToRaw ¶
func (fpv *BatchGetGroupsRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
type BatchGetGroupsResponse ¶
type BatchGetGroupsResponse struct { // found Groups Groups []*group.Group `protobuf:"bytes,1,rep,name=groups,proto3" json:"groups,omitempty" firestore:"groups"` // list of not found Groups Missing []*group.Reference `protobuf:"bytes,2,rep,customtype=Reference,name=missing,proto3" json:"missing,omitempty" firestore:"missing"` // contains filtered or unexported fields }
BatchGetGroupsResponse
func (*BatchGetGroupsResponse) Clone ¶
func (o *BatchGetGroupsResponse) Clone() *BatchGetGroupsResponse
func (*BatchGetGroupsResponse) CloneRaw ¶
func (o *BatchGetGroupsResponse) CloneRaw() gotenobject.GotenObjectExt
func (*BatchGetGroupsResponse) Descriptor ¶
func (*BatchGetGroupsResponse) Descriptor() ([]byte, []int)
Deprecated, Use BatchGetGroupsResponse.ProtoReflect.Descriptor instead.
func (*BatchGetGroupsResponse) GetGroups ¶
func (m *BatchGetGroupsResponse) GetGroups() []*group.Group
func (*BatchGetGroupsResponse) GetMissing ¶
func (m *BatchGetGroupsResponse) GetMissing() []*group.Reference
func (*BatchGetGroupsResponse) GotenMessage ¶
func (*BatchGetGroupsResponse) GotenMessage()
func (*BatchGetGroupsResponse) GotenObjectExt ¶
func (o *BatchGetGroupsResponse) GotenObjectExt()
func (*BatchGetGroupsResponse) GotenValidate ¶
func (obj *BatchGetGroupsResponse) GotenValidate() error
func (*BatchGetGroupsResponse) MakeDiffFieldMask ¶
func (o *BatchGetGroupsResponse) MakeDiffFieldMask(other *BatchGetGroupsResponse) *BatchGetGroupsResponse_FieldMask
func (*BatchGetGroupsResponse) MakeFullFieldMask ¶
func (o *BatchGetGroupsResponse) MakeFullFieldMask() *BatchGetGroupsResponse_FieldMask
func (*BatchGetGroupsResponse) MakeRawDiffFieldMask ¶
func (o *BatchGetGroupsResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*BatchGetGroupsResponse) MakeRawFullFieldMask ¶
func (o *BatchGetGroupsResponse) MakeRawFullFieldMask() gotenobject.FieldMask
func (*BatchGetGroupsResponse) Marshal ¶
func (m *BatchGetGroupsResponse) Marshal() ([]byte, error)
func (*BatchGetGroupsResponse) MarshalJSON ¶
func (m *BatchGetGroupsResponse) MarshalJSON() ([]byte, error)
func (*BatchGetGroupsResponse) Merge ¶
func (o *BatchGetGroupsResponse) Merge(source *BatchGetGroupsResponse)
func (*BatchGetGroupsResponse) MergeRaw ¶
func (o *BatchGetGroupsResponse) MergeRaw(source gotenobject.GotenObjectExt)
func (*BatchGetGroupsResponse) ProtoMessage ¶
func (*BatchGetGroupsResponse) ProtoMessage()
func (*BatchGetGroupsResponse) ProtoReflect ¶
func (m *BatchGetGroupsResponse) ProtoReflect() preflect.Message
func (*BatchGetGroupsResponse) Reset ¶
func (m *BatchGetGroupsResponse) Reset()
func (*BatchGetGroupsResponse) SetGroups ¶
func (m *BatchGetGroupsResponse) SetGroups(fv []*group.Group)
func (*BatchGetGroupsResponse) SetMissing ¶
func (m *BatchGetGroupsResponse) SetMissing(fv []*group.Reference)
func (*BatchGetGroupsResponse) String ¶
func (m *BatchGetGroupsResponse) String() string
func (*BatchGetGroupsResponse) Unmarshal ¶
func (m *BatchGetGroupsResponse) Unmarshal(b []byte) error
func (*BatchGetGroupsResponse) UnmarshalJSON ¶
func (m *BatchGetGroupsResponse) UnmarshalJSON(data []byte) error
type BatchGetGroupsResponseFieldPathBuilder ¶
type BatchGetGroupsResponseFieldPathBuilder struct{}
func NewBatchGetGroupsResponseFieldPathBuilder ¶
func NewBatchGetGroupsResponseFieldPathBuilder() BatchGetGroupsResponseFieldPathBuilder
type BatchGetGroupsResponseMapPathSelectorGroupsMetadataAnnotations ¶
type BatchGetGroupsResponseMapPathSelectorGroupsMetadataAnnotations struct {
// contains filtered or unexported fields
}
func (BatchGetGroupsResponseMapPathSelectorGroupsMetadataAnnotations) WithArrayOfValues ¶
func (s BatchGetGroupsResponseMapPathSelectorGroupsMetadataAnnotations) WithArrayOfValues(values []string) *BatchGetGroupsResponse_FieldSubPathArrayOfValues
func (BatchGetGroupsResponseMapPathSelectorGroupsMetadataAnnotations) WithValue ¶
func (s BatchGetGroupsResponseMapPathSelectorGroupsMetadataAnnotations) WithValue(value string) *BatchGetGroupsResponse_FieldSubPathValue
type BatchGetGroupsResponseMapPathSelectorGroupsMetadataLabels ¶
type BatchGetGroupsResponseMapPathSelectorGroupsMetadataLabels struct {
// contains filtered or unexported fields
}
func (BatchGetGroupsResponseMapPathSelectorGroupsMetadataLabels) FieldPath ¶
func (s BatchGetGroupsResponseMapPathSelectorGroupsMetadataLabels) FieldPath() *BatchGetGroupsResponse_FieldSubPath
func (BatchGetGroupsResponseMapPathSelectorGroupsMetadataLabels) WithArrayOfValues ¶
func (s BatchGetGroupsResponseMapPathSelectorGroupsMetadataLabels) WithArrayOfValues(values []string) *BatchGetGroupsResponse_FieldSubPathArrayOfValues
func (BatchGetGroupsResponseMapPathSelectorGroupsMetadataLabels) WithValue ¶
func (s BatchGetGroupsResponseMapPathSelectorGroupsMetadataLabels) WithValue(value string) *BatchGetGroupsResponse_FieldSubPathValue
type BatchGetGroupsResponseMapPathSelectorGroupsMetadataShards ¶
type BatchGetGroupsResponseMapPathSelectorGroupsMetadataShards struct {
// contains filtered or unexported fields
}
func (BatchGetGroupsResponseMapPathSelectorGroupsMetadataShards) FieldPath ¶
func (s BatchGetGroupsResponseMapPathSelectorGroupsMetadataShards) FieldPath() *BatchGetGroupsResponse_FieldSubPath
func (BatchGetGroupsResponseMapPathSelectorGroupsMetadataShards) WithArrayOfValues ¶
func (s BatchGetGroupsResponseMapPathSelectorGroupsMetadataShards) WithArrayOfValues(values []int64) *BatchGetGroupsResponse_FieldSubPathArrayOfValues
func (BatchGetGroupsResponseMapPathSelectorGroupsMetadataShards) WithValue ¶
func (s BatchGetGroupsResponseMapPathSelectorGroupsMetadataShards) WithValue(value int64) *BatchGetGroupsResponse_FieldSubPathValue
type BatchGetGroupsResponsePathSelectorGroups ¶
type BatchGetGroupsResponsePathSelectorGroups struct{}
func (BatchGetGroupsResponsePathSelectorGroups) DisplayName ¶
func (BatchGetGroupsResponsePathSelectorGroups) FieldPath ¶
func (BatchGetGroupsResponsePathSelectorGroups) FieldPath() *BatchGetGroupsResponse_FieldTerminalPath
func (BatchGetGroupsResponsePathSelectorGroups) WithArrayOfValues ¶
func (s BatchGetGroupsResponsePathSelectorGroups) WithArrayOfValues(values [][]*group.Group) *BatchGetGroupsResponse_FieldTerminalPathArrayOfValues
func (BatchGetGroupsResponsePathSelectorGroups) WithItemValue ¶
func (s BatchGetGroupsResponsePathSelectorGroups) WithItemValue(value *group.Group) *BatchGetGroupsResponse_FieldTerminalPathArrayItemValue
func (BatchGetGroupsResponsePathSelectorGroups) WithSubArrayItemValue ¶
func (s BatchGetGroupsResponsePathSelectorGroups) WithSubArrayItemValue(subPathArrayItemValue group.Group_FieldPathArrayItemValue) *BatchGetGroupsResponse_FieldSubPathArrayItemValue
func (BatchGetGroupsResponsePathSelectorGroups) WithSubArrayOfValues ¶
func (s BatchGetGroupsResponsePathSelectorGroups) WithSubArrayOfValues(subPathArrayOfValues group.Group_FieldPathArrayOfValues) *BatchGetGroupsResponse_FieldSubPathArrayOfValues
func (BatchGetGroupsResponsePathSelectorGroups) WithSubPath ¶
func (BatchGetGroupsResponsePathSelectorGroups) WithSubPath(subPath group.Group_FieldPath) *BatchGetGroupsResponse_FieldSubPath
func (BatchGetGroupsResponsePathSelectorGroups) WithSubValue ¶
func (s BatchGetGroupsResponsePathSelectorGroups) WithSubValue(subPathValue group.Group_FieldPathValue) *BatchGetGroupsResponse_FieldSubPathValue
func (BatchGetGroupsResponsePathSelectorGroups) WithValue ¶
func (s BatchGetGroupsResponsePathSelectorGroups) WithValue(value []*group.Group) *BatchGetGroupsResponse_FieldTerminalPathValue
type BatchGetGroupsResponsePathSelectorGroupsDisplayName ¶
type BatchGetGroupsResponsePathSelectorGroupsDisplayName struct{}
func (BatchGetGroupsResponsePathSelectorGroupsDisplayName) WithArrayOfValues ¶
func (s BatchGetGroupsResponsePathSelectorGroupsDisplayName) WithArrayOfValues(values []string) *BatchGetGroupsResponse_FieldSubPathArrayOfValues
func (BatchGetGroupsResponsePathSelectorGroupsDisplayName) WithValue ¶
func (s BatchGetGroupsResponsePathSelectorGroupsDisplayName) WithValue(value string) *BatchGetGroupsResponse_FieldSubPathValue
type BatchGetGroupsResponsePathSelectorGroupsEmail ¶
type BatchGetGroupsResponsePathSelectorGroupsEmail struct{}
func (BatchGetGroupsResponsePathSelectorGroupsEmail) FieldPath ¶
func (BatchGetGroupsResponsePathSelectorGroupsEmail) FieldPath() *BatchGetGroupsResponse_FieldSubPath
func (BatchGetGroupsResponsePathSelectorGroupsEmail) WithArrayOfValues ¶
func (s BatchGetGroupsResponsePathSelectorGroupsEmail) WithArrayOfValues(values []string) *BatchGetGroupsResponse_FieldSubPathArrayOfValues
func (BatchGetGroupsResponsePathSelectorGroupsEmail) WithValue ¶
func (s BatchGetGroupsResponsePathSelectorGroupsEmail) WithValue(value string) *BatchGetGroupsResponse_FieldSubPathValue
type BatchGetGroupsResponsePathSelectorGroupsMetadata ¶
type BatchGetGroupsResponsePathSelectorGroupsMetadata struct{}
func (BatchGetGroupsResponsePathSelectorGroupsMetadata) Annotations ¶
func (BatchGetGroupsResponsePathSelectorGroupsMetadata) CreateTime ¶
func (BatchGetGroupsResponsePathSelectorGroupsMetadata) DeleteTime ¶ added in v0.8.0
func (BatchGetGroupsResponsePathSelectorGroupsMetadata) FieldPath ¶
func (BatchGetGroupsResponsePathSelectorGroupsMetadata) FieldPath() *BatchGetGroupsResponse_FieldSubPath
func (BatchGetGroupsResponsePathSelectorGroupsMetadata) Generation ¶
func (BatchGetGroupsResponsePathSelectorGroupsMetadata) OwnerReferences ¶
func (BatchGetGroupsResponsePathSelectorGroupsMetadata) ResourceVersion ¶
func (BatchGetGroupsResponsePathSelectorGroupsMetadata) UpdateTime ¶
func (BatchGetGroupsResponsePathSelectorGroupsMetadata) WithArrayOfValues ¶
func (s BatchGetGroupsResponsePathSelectorGroupsMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *BatchGetGroupsResponse_FieldSubPathArrayOfValues
func (BatchGetGroupsResponsePathSelectorGroupsMetadata) WithValue ¶
func (s BatchGetGroupsResponsePathSelectorGroupsMetadata) WithValue(value *ntt_meta.Meta) *BatchGetGroupsResponse_FieldSubPathValue
type BatchGetGroupsResponsePathSelectorGroupsMetadataAnnotations ¶
type BatchGetGroupsResponsePathSelectorGroupsMetadataAnnotations struct{}
func (BatchGetGroupsResponsePathSelectorGroupsMetadataAnnotations) WithArrayOfValues ¶
func (s BatchGetGroupsResponsePathSelectorGroupsMetadataAnnotations) WithArrayOfValues(values []map[string]string) *BatchGetGroupsResponse_FieldSubPathArrayOfValues
func (BatchGetGroupsResponsePathSelectorGroupsMetadataAnnotations) WithValue ¶
func (s BatchGetGroupsResponsePathSelectorGroupsMetadataAnnotations) WithValue(value map[string]string) *BatchGetGroupsResponse_FieldSubPathValue
type BatchGetGroupsResponsePathSelectorGroupsMetadataCreateTime ¶
type BatchGetGroupsResponsePathSelectorGroupsMetadataCreateTime struct{}
func (BatchGetGroupsResponsePathSelectorGroupsMetadataCreateTime) WithArrayOfValues ¶
func (s BatchGetGroupsResponsePathSelectorGroupsMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *BatchGetGroupsResponse_FieldSubPathArrayOfValues
func (BatchGetGroupsResponsePathSelectorGroupsMetadataCreateTime) WithValue ¶
func (s BatchGetGroupsResponsePathSelectorGroupsMetadataCreateTime) WithValue(value *timestamp.Timestamp) *BatchGetGroupsResponse_FieldSubPathValue
type BatchGetGroupsResponsePathSelectorGroupsMetadataDeleteTime ¶ added in v0.8.0
type BatchGetGroupsResponsePathSelectorGroupsMetadataDeleteTime struct{}
func (BatchGetGroupsResponsePathSelectorGroupsMetadataDeleteTime) WithArrayOfValues ¶ added in v0.8.0
func (s BatchGetGroupsResponsePathSelectorGroupsMetadataDeleteTime) WithArrayOfValues(values []*timestamp.Timestamp) *BatchGetGroupsResponse_FieldSubPathArrayOfValues
func (BatchGetGroupsResponsePathSelectorGroupsMetadataDeleteTime) WithValue ¶ added in v0.8.0
func (s BatchGetGroupsResponsePathSelectorGroupsMetadataDeleteTime) WithValue(value *timestamp.Timestamp) *BatchGetGroupsResponse_FieldSubPathValue
type BatchGetGroupsResponsePathSelectorGroupsMetadataGeneration ¶
type BatchGetGroupsResponsePathSelectorGroupsMetadataGeneration struct{}
func (BatchGetGroupsResponsePathSelectorGroupsMetadataGeneration) WithArrayOfValues ¶
func (s BatchGetGroupsResponsePathSelectorGroupsMetadataGeneration) WithArrayOfValues(values []int64) *BatchGetGroupsResponse_FieldSubPathArrayOfValues
func (BatchGetGroupsResponsePathSelectorGroupsMetadataGeneration) WithValue ¶
func (s BatchGetGroupsResponsePathSelectorGroupsMetadataGeneration) WithValue(value int64) *BatchGetGroupsResponse_FieldSubPathValue
type BatchGetGroupsResponsePathSelectorGroupsMetadataLabels ¶
type BatchGetGroupsResponsePathSelectorGroupsMetadataLabels struct{}
func (BatchGetGroupsResponsePathSelectorGroupsMetadataLabels) WithArrayOfValues ¶
func (s BatchGetGroupsResponsePathSelectorGroupsMetadataLabels) WithArrayOfValues(values []map[string]string) *BatchGetGroupsResponse_FieldSubPathArrayOfValues
func (BatchGetGroupsResponsePathSelectorGroupsMetadataLabels) WithValue ¶
func (s BatchGetGroupsResponsePathSelectorGroupsMetadataLabels) WithValue(value map[string]string) *BatchGetGroupsResponse_FieldSubPathValue
type BatchGetGroupsResponsePathSelectorGroupsMetadataLifecycle ¶ added in v0.8.0
type BatchGetGroupsResponsePathSelectorGroupsMetadataLifecycle struct{}
func (BatchGetGroupsResponsePathSelectorGroupsMetadataLifecycle) BlockDeletion ¶ added in v0.8.0
func (BatchGetGroupsResponsePathSelectorGroupsMetadataLifecycle) WithArrayOfValues ¶ added in v0.8.0
func (s BatchGetGroupsResponsePathSelectorGroupsMetadataLifecycle) WithArrayOfValues(values []*ntt_meta.Lifecycle) *BatchGetGroupsResponse_FieldSubPathArrayOfValues
func (BatchGetGroupsResponsePathSelectorGroupsMetadataLifecycle) WithValue ¶ added in v0.8.0
func (s BatchGetGroupsResponsePathSelectorGroupsMetadataLifecycle) WithValue(value *ntt_meta.Lifecycle) *BatchGetGroupsResponse_FieldSubPathValue
type BatchGetGroupsResponsePathSelectorGroupsMetadataLifecycleBlockDeletion ¶ added in v0.8.0
type BatchGetGroupsResponsePathSelectorGroupsMetadataLifecycleBlockDeletion struct{}
func (BatchGetGroupsResponsePathSelectorGroupsMetadataLifecycleBlockDeletion) FieldPath ¶ added in v0.8.0
func (BatchGetGroupsResponsePathSelectorGroupsMetadataLifecycleBlockDeletion) WithArrayOfValues ¶ added in v0.8.0
func (s BatchGetGroupsResponsePathSelectorGroupsMetadataLifecycleBlockDeletion) WithArrayOfValues(values []bool) *BatchGetGroupsResponse_FieldSubPathArrayOfValues
func (BatchGetGroupsResponsePathSelectorGroupsMetadataLifecycleBlockDeletion) WithValue ¶ added in v0.8.0
func (s BatchGetGroupsResponsePathSelectorGroupsMetadataLifecycleBlockDeletion) WithValue(value bool) *BatchGetGroupsResponse_FieldSubPathValue
type BatchGetGroupsResponsePathSelectorGroupsMetadataLifecycleState ¶ added in v0.8.0
type BatchGetGroupsResponsePathSelectorGroupsMetadataLifecycleState struct{}
func (BatchGetGroupsResponsePathSelectorGroupsMetadataLifecycleState) WithArrayOfValues ¶ added in v0.8.0
func (s BatchGetGroupsResponsePathSelectorGroupsMetadataLifecycleState) WithArrayOfValues(values []ntt_meta.Lifecycle_State) *BatchGetGroupsResponse_FieldSubPathArrayOfValues
type BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferences ¶
type BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferences struct{}
func (BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferences) BlockOwnerDeletion ¶
func (BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferences) Controller ¶
func (BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferences) RequiresOwnerReference ¶ added in v0.8.0
func (BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferences) WithArrayOfValues ¶
func (s BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *BatchGetGroupsResponse_FieldSubPathArrayOfValues
func (BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferences) WithItemValue ¶
func (s BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *BatchGetGroupsResponse_FieldSubPathArrayItemValue
func (BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferences) WithValue ¶
func (s BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *BatchGetGroupsResponse_FieldSubPathValue
type BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesBlockOwnerDeletion ¶
type BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesBlockOwnerDeletion struct{}
func (BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesBlockOwnerDeletion) FieldPath ¶
func (BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues ¶
func (s BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *BatchGetGroupsResponse_FieldSubPathArrayOfValues
type BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesController ¶
type BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesController struct{}
func (BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesController) WithArrayOfValues ¶
func (s BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *BatchGetGroupsResponse_FieldSubPathArrayOfValues
type BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesKind ¶
type BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesKind struct{}
func (BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesKind) WithArrayOfValues ¶
func (s BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *BatchGetGroupsResponse_FieldSubPathArrayOfValues
func (BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesKind) WithValue ¶
func (s BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesKind) WithValue(value string) *BatchGetGroupsResponse_FieldSubPathValue
type BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesName ¶
type BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesName struct{}
func (BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesName) WithArrayOfValues ¶
func (s BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesName) WithArrayOfValues(values []string) *BatchGetGroupsResponse_FieldSubPathArrayOfValues
func (BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesName) WithValue ¶
func (s BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesName) WithValue(value string) *BatchGetGroupsResponse_FieldSubPathValue
type BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesRegion ¶ added in v0.8.0
type BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesRegion struct{}
func (BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesRegion) FieldPath ¶ added in v0.8.0
func (BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesRegion) WithArrayOfValues ¶ added in v0.8.0
func (s BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesRegion) WithArrayOfValues(values []string) *BatchGetGroupsResponse_FieldSubPathArrayOfValues
func (BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesRegion) WithValue ¶ added in v0.8.0
func (s BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesRegion) WithValue(value string) *BatchGetGroupsResponse_FieldSubPathValue
type BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesRequiresOwnerReference ¶ added in v0.8.0
type BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesRequiresOwnerReference struct{}
func (BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesRequiresOwnerReference) FieldPath ¶ added in v0.8.0
func (BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues ¶ added in v0.8.0
func (s BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues(values []bool) *BatchGetGroupsResponse_FieldSubPathArrayOfValues
type BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesVersion ¶ added in v0.8.0
type BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesVersion struct{}
func (BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesVersion) FieldPath ¶ added in v0.8.0
func (BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesVersion) WithArrayOfValues ¶ added in v0.8.0
func (s BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesVersion) WithArrayOfValues(values []string) *BatchGetGroupsResponse_FieldSubPathArrayOfValues
func (BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesVersion) WithValue ¶ added in v0.8.0
func (s BatchGetGroupsResponsePathSelectorGroupsMetadataOwnerReferencesVersion) WithValue(value string) *BatchGetGroupsResponse_FieldSubPathValue
type BatchGetGroupsResponsePathSelectorGroupsMetadataResourceVersion ¶
type BatchGetGroupsResponsePathSelectorGroupsMetadataResourceVersion struct{}
func (BatchGetGroupsResponsePathSelectorGroupsMetadataResourceVersion) WithArrayOfValues ¶
func (s BatchGetGroupsResponsePathSelectorGroupsMetadataResourceVersion) WithArrayOfValues(values []string) *BatchGetGroupsResponse_FieldSubPathArrayOfValues
func (BatchGetGroupsResponsePathSelectorGroupsMetadataResourceVersion) WithValue ¶
func (s BatchGetGroupsResponsePathSelectorGroupsMetadataResourceVersion) WithValue(value string) *BatchGetGroupsResponse_FieldSubPathValue
type BatchGetGroupsResponsePathSelectorGroupsMetadataShards ¶
type BatchGetGroupsResponsePathSelectorGroupsMetadataShards struct{}
func (BatchGetGroupsResponsePathSelectorGroupsMetadataShards) WithArrayOfValues ¶
func (s BatchGetGroupsResponsePathSelectorGroupsMetadataShards) WithArrayOfValues(values []map[string]int64) *BatchGetGroupsResponse_FieldSubPathArrayOfValues
func (BatchGetGroupsResponsePathSelectorGroupsMetadataShards) WithValue ¶
func (s BatchGetGroupsResponsePathSelectorGroupsMetadataShards) WithValue(value map[string]int64) *BatchGetGroupsResponse_FieldSubPathValue
type BatchGetGroupsResponsePathSelectorGroupsMetadataSyncing ¶
type BatchGetGroupsResponsePathSelectorGroupsMetadataSyncing struct{}
func (BatchGetGroupsResponsePathSelectorGroupsMetadataSyncing) OwningRegion ¶
func (BatchGetGroupsResponsePathSelectorGroupsMetadataSyncing) WithArrayOfValues ¶
func (s BatchGetGroupsResponsePathSelectorGroupsMetadataSyncing) WithArrayOfValues(values []*ntt_meta.SyncingMeta) *BatchGetGroupsResponse_FieldSubPathArrayOfValues
func (BatchGetGroupsResponsePathSelectorGroupsMetadataSyncing) WithValue ¶
func (s BatchGetGroupsResponsePathSelectorGroupsMetadataSyncing) WithValue(value *ntt_meta.SyncingMeta) *BatchGetGroupsResponse_FieldSubPathValue
type BatchGetGroupsResponsePathSelectorGroupsMetadataSyncingOwningRegion ¶
type BatchGetGroupsResponsePathSelectorGroupsMetadataSyncingOwningRegion struct{}
func (BatchGetGroupsResponsePathSelectorGroupsMetadataSyncingOwningRegion) WithArrayOfValues ¶
func (s BatchGetGroupsResponsePathSelectorGroupsMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *BatchGetGroupsResponse_FieldSubPathArrayOfValues
func (BatchGetGroupsResponsePathSelectorGroupsMetadataSyncingOwningRegion) WithValue ¶
func (s BatchGetGroupsResponsePathSelectorGroupsMetadataSyncingOwningRegion) WithValue(value string) *BatchGetGroupsResponse_FieldSubPathValue
type BatchGetGroupsResponsePathSelectorGroupsMetadataSyncingRegions ¶
type BatchGetGroupsResponsePathSelectorGroupsMetadataSyncingRegions struct{}
func (BatchGetGroupsResponsePathSelectorGroupsMetadataSyncingRegions) WithArrayOfValues ¶
func (s BatchGetGroupsResponsePathSelectorGroupsMetadataSyncingRegions) WithArrayOfValues(values [][]string) *BatchGetGroupsResponse_FieldSubPathArrayOfValues
func (BatchGetGroupsResponsePathSelectorGroupsMetadataSyncingRegions) WithItemValue ¶
func (s BatchGetGroupsResponsePathSelectorGroupsMetadataSyncingRegions) WithItemValue(value string) *BatchGetGroupsResponse_FieldSubPathArrayItemValue
func (BatchGetGroupsResponsePathSelectorGroupsMetadataSyncingRegions) WithValue ¶
func (s BatchGetGroupsResponsePathSelectorGroupsMetadataSyncingRegions) WithValue(value []string) *BatchGetGroupsResponse_FieldSubPathValue
type BatchGetGroupsResponsePathSelectorGroupsMetadataTags ¶
type BatchGetGroupsResponsePathSelectorGroupsMetadataTags struct{}
func (BatchGetGroupsResponsePathSelectorGroupsMetadataTags) WithArrayOfValues ¶
func (s BatchGetGroupsResponsePathSelectorGroupsMetadataTags) WithArrayOfValues(values [][]string) *BatchGetGroupsResponse_FieldSubPathArrayOfValues
func (BatchGetGroupsResponsePathSelectorGroupsMetadataTags) WithItemValue ¶
func (s BatchGetGroupsResponsePathSelectorGroupsMetadataTags) WithItemValue(value string) *BatchGetGroupsResponse_FieldSubPathArrayItemValue
func (BatchGetGroupsResponsePathSelectorGroupsMetadataTags) WithValue ¶
func (s BatchGetGroupsResponsePathSelectorGroupsMetadataTags) WithValue(value []string) *BatchGetGroupsResponse_FieldSubPathValue
type BatchGetGroupsResponsePathSelectorGroupsMetadataUpdateTime ¶
type BatchGetGroupsResponsePathSelectorGroupsMetadataUpdateTime struct{}
func (BatchGetGroupsResponsePathSelectorGroupsMetadataUpdateTime) WithArrayOfValues ¶
func (s BatchGetGroupsResponsePathSelectorGroupsMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *BatchGetGroupsResponse_FieldSubPathArrayOfValues
func (BatchGetGroupsResponsePathSelectorGroupsMetadataUpdateTime) WithValue ¶
func (s BatchGetGroupsResponsePathSelectorGroupsMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *BatchGetGroupsResponse_FieldSubPathValue
type BatchGetGroupsResponsePathSelectorGroupsMetadataUuid ¶
type BatchGetGroupsResponsePathSelectorGroupsMetadataUuid struct{}
func (BatchGetGroupsResponsePathSelectorGroupsMetadataUuid) WithArrayOfValues ¶
func (s BatchGetGroupsResponsePathSelectorGroupsMetadataUuid) WithArrayOfValues(values []string) *BatchGetGroupsResponse_FieldSubPathArrayOfValues
func (BatchGetGroupsResponsePathSelectorGroupsMetadataUuid) WithValue ¶
func (s BatchGetGroupsResponsePathSelectorGroupsMetadataUuid) WithValue(value string) *BatchGetGroupsResponse_FieldSubPathValue
type BatchGetGroupsResponsePathSelectorGroupsName ¶
type BatchGetGroupsResponsePathSelectorGroupsName struct{}
func (BatchGetGroupsResponsePathSelectorGroupsName) FieldPath ¶
func (BatchGetGroupsResponsePathSelectorGroupsName) FieldPath() *BatchGetGroupsResponse_FieldSubPath
func (BatchGetGroupsResponsePathSelectorGroupsName) WithArrayOfValues ¶
func (s BatchGetGroupsResponsePathSelectorGroupsName) WithArrayOfValues(values []*group.Name) *BatchGetGroupsResponse_FieldSubPathArrayOfValues
func (BatchGetGroupsResponsePathSelectorGroupsName) WithValue ¶
func (s BatchGetGroupsResponsePathSelectorGroupsName) WithValue(value *group.Name) *BatchGetGroupsResponse_FieldSubPathValue
type BatchGetGroupsResponsePathSelectorMissing ¶
type BatchGetGroupsResponsePathSelectorMissing struct{}
func (BatchGetGroupsResponsePathSelectorMissing) FieldPath ¶
func (BatchGetGroupsResponsePathSelectorMissing) FieldPath() *BatchGetGroupsResponse_FieldTerminalPath
func (BatchGetGroupsResponsePathSelectorMissing) WithArrayOfValues ¶
func (s BatchGetGroupsResponsePathSelectorMissing) WithArrayOfValues(values [][]*group.Reference) *BatchGetGroupsResponse_FieldTerminalPathArrayOfValues
func (BatchGetGroupsResponsePathSelectorMissing) WithItemValue ¶
func (s BatchGetGroupsResponsePathSelectorMissing) WithItemValue(value *group.Reference) *BatchGetGroupsResponse_FieldTerminalPathArrayItemValue
func (BatchGetGroupsResponsePathSelectorMissing) WithValue ¶
func (s BatchGetGroupsResponsePathSelectorMissing) WithValue(value []*group.Reference) *BatchGetGroupsResponse_FieldTerminalPathValue
type BatchGetGroupsResponse_FieldMask ¶
type BatchGetGroupsResponse_FieldMask struct {
Paths []BatchGetGroupsResponse_FieldPath
}
func FullBatchGetGroupsResponse_FieldMask ¶
func FullBatchGetGroupsResponse_FieldMask() *BatchGetGroupsResponse_FieldMask
func (*BatchGetGroupsResponse_FieldMask) AppendPath ¶
func (fieldMask *BatchGetGroupsResponse_FieldMask) AppendPath(path BatchGetGroupsResponse_FieldPath)
func (*BatchGetGroupsResponse_FieldMask) AppendRawPath ¶
func (fieldMask *BatchGetGroupsResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*BatchGetGroupsResponse_FieldMask) DecodeFirestore ¶
func (fieldMask *BatchGetGroupsResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*BatchGetGroupsResponse_FieldMask) EncodeFirestore ¶
func (fieldMask *BatchGetGroupsResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*BatchGetGroupsResponse_FieldMask) FilterInputFields ¶
func (fieldMask *BatchGetGroupsResponse_FieldMask) FilterInputFields() *BatchGetGroupsResponse_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*BatchGetGroupsResponse_FieldMask) FromProtoFieldMask ¶
func (fieldMask *BatchGetGroupsResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*BatchGetGroupsResponse_FieldMask) GetPaths ¶
func (fieldMask *BatchGetGroupsResponse_FieldMask) GetPaths() []BatchGetGroupsResponse_FieldPath
func (*BatchGetGroupsResponse_FieldMask) GetRawPaths ¶
func (fieldMask *BatchGetGroupsResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*BatchGetGroupsResponse_FieldMask) IsFull ¶
func (fieldMask *BatchGetGroupsResponse_FieldMask) IsFull() bool
func (BatchGetGroupsResponse_FieldMask) Marshal ¶
func (fieldMask BatchGetGroupsResponse_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (BatchGetGroupsResponse_FieldMask) MarshalJSON ¶
func (fieldMask BatchGetGroupsResponse_FieldMask) MarshalJSON() ([]byte, error)
func (*BatchGetGroupsResponse_FieldMask) PathsCount ¶
func (fieldMask *BatchGetGroupsResponse_FieldMask) PathsCount() int
func (*BatchGetGroupsResponse_FieldMask) Project ¶
func (fieldMask *BatchGetGroupsResponse_FieldMask) Project(source *BatchGetGroupsResponse) *BatchGetGroupsResponse
func (*BatchGetGroupsResponse_FieldMask) ProjectRaw ¶
func (fieldMask *BatchGetGroupsResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*BatchGetGroupsResponse_FieldMask) ProtoMessage ¶
func (fieldMask *BatchGetGroupsResponse_FieldMask) ProtoMessage()
func (*BatchGetGroupsResponse_FieldMask) ProtoReflect ¶
func (fieldMask *BatchGetGroupsResponse_FieldMask) ProtoReflect() preflect.Message
func (*BatchGetGroupsResponse_FieldMask) Reset ¶
func (fieldMask *BatchGetGroupsResponse_FieldMask) Reset()
func (*BatchGetGroupsResponse_FieldMask) Set ¶
func (fieldMask *BatchGetGroupsResponse_FieldMask) Set(target, source *BatchGetGroupsResponse)
func (*BatchGetGroupsResponse_FieldMask) SetFromCliFlag ¶
func (fieldMask *BatchGetGroupsResponse_FieldMask) SetFromCliFlag(raw string) error
func (*BatchGetGroupsResponse_FieldMask) SetRaw ¶
func (fieldMask *BatchGetGroupsResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*BatchGetGroupsResponse_FieldMask) Size ¶
func (fieldMask *BatchGetGroupsResponse_FieldMask) Size() int
func (*BatchGetGroupsResponse_FieldMask) String ¶
func (fieldMask *BatchGetGroupsResponse_FieldMask) String() string
func (*BatchGetGroupsResponse_FieldMask) Subtract ¶
func (fieldMask *BatchGetGroupsResponse_FieldMask) Subtract(other *BatchGetGroupsResponse_FieldMask) *BatchGetGroupsResponse_FieldMask
func (*BatchGetGroupsResponse_FieldMask) SubtractRaw ¶
func (fieldMask *BatchGetGroupsResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*BatchGetGroupsResponse_FieldMask) ToProtoFieldMask ¶
func (fieldMask *BatchGetGroupsResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*BatchGetGroupsResponse_FieldMask) Unmarshal ¶
func (fieldMask *BatchGetGroupsResponse_FieldMask) Unmarshal(data []byte) error
func (*BatchGetGroupsResponse_FieldMask) UnmarshalJSON ¶
func (fieldMask *BatchGetGroupsResponse_FieldMask) UnmarshalJSON(data []byte) error
type BatchGetGroupsResponse_FieldPath ¶
type BatchGetGroupsResponse_FieldPath interface { gotenobject.FieldPath Selector() BatchGetGroupsResponse_FieldPathSelector Get(source *BatchGetGroupsResponse) []interface{} GetSingle(source *BatchGetGroupsResponse) (interface{}, bool) ClearValue(item *BatchGetGroupsResponse) // Those methods build corresponding BatchGetGroupsResponse_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) BatchGetGroupsResponse_FieldPathValue WithIArrayOfValues(values interface{}) BatchGetGroupsResponse_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) BatchGetGroupsResponse_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildBatchGetGroupsResponse_FieldPath ¶
func BuildBatchGetGroupsResponse_FieldPath(fp gotenobject.RawFieldPath) (BatchGetGroupsResponse_FieldPath, error)
func MustParseBatchGetGroupsResponse_FieldPath ¶
func MustParseBatchGetGroupsResponse_FieldPath(rawField string) BatchGetGroupsResponse_FieldPath
func ParseBatchGetGroupsResponse_FieldPath ¶
func ParseBatchGetGroupsResponse_FieldPath(rawField string) (BatchGetGroupsResponse_FieldPath, error)
type BatchGetGroupsResponse_FieldPathArrayItemValue ¶
type BatchGetGroupsResponse_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue BatchGetGroupsResponse_FieldPath ContainsValue(*BatchGetGroupsResponse) bool }
BatchGetGroupsResponse_FieldPathArrayItemValue allows storing single item in Path-specific values for BatchGetGroupsResponse according to their type Present only for array (repeated) types.
func MustParseBatchGetGroupsResponse_FieldPathArrayItemValue ¶
func MustParseBatchGetGroupsResponse_FieldPathArrayItemValue(pathStr, valueStr string) BatchGetGroupsResponse_FieldPathArrayItemValue
func ParseBatchGetGroupsResponse_FieldPathArrayItemValue ¶
func ParseBatchGetGroupsResponse_FieldPathArrayItemValue(pathStr, valueStr string) (BatchGetGroupsResponse_FieldPathArrayItemValue, error)
ParseBatchGetGroupsResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type BatchGetGroupsResponse_FieldPathArrayOfValues ¶
type BatchGetGroupsResponse_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues BatchGetGroupsResponse_FieldPath }
BatchGetGroupsResponse_FieldPathArrayOfValues allows storing slice of values for BatchGetGroupsResponse fields according to their type
func MustParseBatchGetGroupsResponse_FieldPathArrayOfValues ¶
func MustParseBatchGetGroupsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) BatchGetGroupsResponse_FieldPathArrayOfValues
func ParseBatchGetGroupsResponse_FieldPathArrayOfValues ¶
func ParseBatchGetGroupsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (BatchGetGroupsResponse_FieldPathArrayOfValues, error)
type BatchGetGroupsResponse_FieldPathSelector ¶
type BatchGetGroupsResponse_FieldPathSelector int32
const ( BatchGetGroupsResponse_FieldPathSelectorGroups BatchGetGroupsResponse_FieldPathSelector = 0 BatchGetGroupsResponse_FieldPathSelectorMissing BatchGetGroupsResponse_FieldPathSelector = 1 )
func (BatchGetGroupsResponse_FieldPathSelector) String ¶
func (s BatchGetGroupsResponse_FieldPathSelector) String() string
type BatchGetGroupsResponse_FieldPathValue ¶
type BatchGetGroupsResponse_FieldPathValue interface { BatchGetGroupsResponse_FieldPath gotenobject.FieldPathValue SetTo(target **BatchGetGroupsResponse) CompareWith(*BatchGetGroupsResponse) (cmp int, comparable bool) }
BatchGetGroupsResponse_FieldPathValue allows storing values for BatchGetGroupsResponse fields according to their type
func MustParseBatchGetGroupsResponse_FieldPathValue ¶
func MustParseBatchGetGroupsResponse_FieldPathValue(pathStr, valueStr string) BatchGetGroupsResponse_FieldPathValue
func ParseBatchGetGroupsResponse_FieldPathValue ¶
func ParseBatchGetGroupsResponse_FieldPathValue(pathStr, valueStr string) (BatchGetGroupsResponse_FieldPathValue, error)
type BatchGetGroupsResponse_FieldSubPath ¶
type BatchGetGroupsResponse_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*BatchGetGroupsResponse_FieldSubPath) AsGroupsSubPath ¶
func (fps *BatchGetGroupsResponse_FieldSubPath) AsGroupsSubPath() (group.Group_FieldPath, bool)
func (*BatchGetGroupsResponse_FieldSubPath) ClearValue ¶
func (fps *BatchGetGroupsResponse_FieldSubPath) ClearValue(item *BatchGetGroupsResponse)
func (*BatchGetGroupsResponse_FieldSubPath) ClearValueRaw ¶
func (fps *BatchGetGroupsResponse_FieldSubPath) ClearValueRaw(item proto.Message)
func (*BatchGetGroupsResponse_FieldSubPath) Get ¶
func (fps *BatchGetGroupsResponse_FieldSubPath) Get(source *BatchGetGroupsResponse) (values []interface{})
Get returns all values pointed by selected field from source BatchGetGroupsResponse
func (*BatchGetGroupsResponse_FieldSubPath) GetDefault ¶
func (fps *BatchGetGroupsResponse_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*BatchGetGroupsResponse_FieldSubPath) GetRaw ¶
func (fps *BatchGetGroupsResponse_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*BatchGetGroupsResponse_FieldSubPath) GetSingle ¶
func (fps *BatchGetGroupsResponse_FieldSubPath) GetSingle(source *BatchGetGroupsResponse) (interface{}, bool)
GetSingle returns value of selected field from source BatchGetGroupsResponse
func (*BatchGetGroupsResponse_FieldSubPath) GetSingleRaw ¶
func (fps *BatchGetGroupsResponse_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*BatchGetGroupsResponse_FieldSubPath) IsLeaf ¶
func (fps *BatchGetGroupsResponse_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*BatchGetGroupsResponse_FieldSubPath) JSONString ¶
func (fps *BatchGetGroupsResponse_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*BatchGetGroupsResponse_FieldSubPath) Selector ¶
func (fps *BatchGetGroupsResponse_FieldSubPath) Selector() BatchGetGroupsResponse_FieldPathSelector
func (*BatchGetGroupsResponse_FieldSubPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fps *BatchGetGroupsResponse_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*BatchGetGroupsResponse_FieldSubPath) String ¶
func (fps *BatchGetGroupsResponse_FieldSubPath) String() string
String returns path representation in proto convention
func (*BatchGetGroupsResponse_FieldSubPath) WithIArrayItemValue ¶
func (fps *BatchGetGroupsResponse_FieldSubPath) WithIArrayItemValue(value interface{}) BatchGetGroupsResponse_FieldPathArrayItemValue
func (*BatchGetGroupsResponse_FieldSubPath) WithIArrayOfValues ¶
func (fps *BatchGetGroupsResponse_FieldSubPath) WithIArrayOfValues(values interface{}) BatchGetGroupsResponse_FieldPathArrayOfValues
func (*BatchGetGroupsResponse_FieldSubPath) WithIValue ¶
func (fps *BatchGetGroupsResponse_FieldSubPath) WithIValue(value interface{}) BatchGetGroupsResponse_FieldPathValue
func (*BatchGetGroupsResponse_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *BatchGetGroupsResponse_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*BatchGetGroupsResponse_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *BatchGetGroupsResponse_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*BatchGetGroupsResponse_FieldSubPath) WithRawIValue ¶
func (fps *BatchGetGroupsResponse_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type BatchGetGroupsResponse_FieldSubPathArrayItemValue ¶
type BatchGetGroupsResponse_FieldSubPathArrayItemValue struct { BatchGetGroupsResponse_FieldPath // contains filtered or unexported fields }
func (*BatchGetGroupsResponse_FieldSubPathArrayItemValue) AsGroupsPathItemValue ¶
func (fpaivs *BatchGetGroupsResponse_FieldSubPathArrayItemValue) AsGroupsPathItemValue() (group.Group_FieldPathArrayItemValue, bool)
func (*BatchGetGroupsResponse_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *BatchGetGroupsResponse_FieldSubPathArrayItemValue) ContainsValue(source *BatchGetGroupsResponse) bool
Contains returns a boolean indicating if value that is being held is present in given 'BatchGetGroupsResponse'
func (*BatchGetGroupsResponse_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *BatchGetGroupsResponse_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type BatchGetGroupsResponse_FieldSubPathArrayOfValues ¶
type BatchGetGroupsResponse_FieldSubPathArrayOfValues struct { BatchGetGroupsResponse_FieldPath // contains filtered or unexported fields }
func (*BatchGetGroupsResponse_FieldSubPathArrayOfValues) AsGroupsPathArrayOfValues ¶
func (fpsaov *BatchGetGroupsResponse_FieldSubPathArrayOfValues) AsGroupsPathArrayOfValues() (group.Group_FieldPathArrayOfValues, bool)
func (*BatchGetGroupsResponse_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *BatchGetGroupsResponse_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type BatchGetGroupsResponse_FieldSubPathValue ¶
type BatchGetGroupsResponse_FieldSubPathValue struct { BatchGetGroupsResponse_FieldPath // contains filtered or unexported fields }
func (*BatchGetGroupsResponse_FieldSubPathValue) AsGroupsPathValue ¶
func (fpvs *BatchGetGroupsResponse_FieldSubPathValue) AsGroupsPathValue() (group.Group_FieldPathValue, bool)
func (*BatchGetGroupsResponse_FieldSubPathValue) CompareWith ¶
func (fpvs *BatchGetGroupsResponse_FieldSubPathValue) CompareWith(source *BatchGetGroupsResponse) (int, bool)
func (*BatchGetGroupsResponse_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *BatchGetGroupsResponse_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*BatchGetGroupsResponse_FieldSubPathValue) GetRawValue ¶
func (fpvs *BatchGetGroupsResponse_FieldSubPathValue) GetRawValue() interface{}
func (*BatchGetGroupsResponse_FieldSubPathValue) SetTo ¶
func (fpvs *BatchGetGroupsResponse_FieldSubPathValue) SetTo(target **BatchGetGroupsResponse)
func (*BatchGetGroupsResponse_FieldSubPathValue) SetToRaw ¶
func (fpvs *BatchGetGroupsResponse_FieldSubPathValue) SetToRaw(target proto.Message)
type BatchGetGroupsResponse_FieldTerminalPath ¶
type BatchGetGroupsResponse_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*BatchGetGroupsResponse_FieldTerminalPath) ClearValue ¶
func (fp *BatchGetGroupsResponse_FieldTerminalPath) ClearValue(item *BatchGetGroupsResponse)
func (*BatchGetGroupsResponse_FieldTerminalPath) ClearValueRaw ¶
func (fp *BatchGetGroupsResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*BatchGetGroupsResponse_FieldTerminalPath) Get ¶
func (fp *BatchGetGroupsResponse_FieldTerminalPath) Get(source *BatchGetGroupsResponse) (values []interface{})
Get returns all values pointed by specific field from source BatchGetGroupsResponse
func (*BatchGetGroupsResponse_FieldTerminalPath) GetDefault ¶
func (fp *BatchGetGroupsResponse_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*BatchGetGroupsResponse_FieldTerminalPath) GetRaw ¶
func (fp *BatchGetGroupsResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*BatchGetGroupsResponse_FieldTerminalPath) GetSingle ¶
func (fp *BatchGetGroupsResponse_FieldTerminalPath) GetSingle(source *BatchGetGroupsResponse) (interface{}, bool)
GetSingle returns value pointed by specific field of from source BatchGetGroupsResponse
func (*BatchGetGroupsResponse_FieldTerminalPath) GetSingleRaw ¶
func (fp *BatchGetGroupsResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*BatchGetGroupsResponse_FieldTerminalPath) IsLeaf ¶
func (fp *BatchGetGroupsResponse_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*BatchGetGroupsResponse_FieldTerminalPath) JSONString ¶
func (fp *BatchGetGroupsResponse_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*BatchGetGroupsResponse_FieldTerminalPath) Selector ¶
func (fp *BatchGetGroupsResponse_FieldTerminalPath) Selector() BatchGetGroupsResponse_FieldPathSelector
func (*BatchGetGroupsResponse_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *BatchGetGroupsResponse_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*BatchGetGroupsResponse_FieldTerminalPath) String ¶
func (fp *BatchGetGroupsResponse_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*BatchGetGroupsResponse_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *BatchGetGroupsResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) BatchGetGroupsResponse_FieldPathArrayItemValue
func (*BatchGetGroupsResponse_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *BatchGetGroupsResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) BatchGetGroupsResponse_FieldPathArrayOfValues
func (*BatchGetGroupsResponse_FieldTerminalPath) WithIValue ¶
func (fp *BatchGetGroupsResponse_FieldTerminalPath) WithIValue(value interface{}) BatchGetGroupsResponse_FieldPathValue
func (*BatchGetGroupsResponse_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *BatchGetGroupsResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*BatchGetGroupsResponse_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *BatchGetGroupsResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*BatchGetGroupsResponse_FieldTerminalPath) WithRawIValue ¶
func (fp *BatchGetGroupsResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type BatchGetGroupsResponse_FieldTerminalPathArrayItemValue ¶
type BatchGetGroupsResponse_FieldTerminalPathArrayItemValue struct { BatchGetGroupsResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*BatchGetGroupsResponse_FieldTerminalPathArrayItemValue) AsGroupsItemValue ¶
func (fpaiv *BatchGetGroupsResponse_FieldTerminalPathArrayItemValue) AsGroupsItemValue() (*group.Group, bool)
func (*BatchGetGroupsResponse_FieldTerminalPathArrayItemValue) AsMissingItemValue ¶
func (fpaiv *BatchGetGroupsResponse_FieldTerminalPathArrayItemValue) AsMissingItemValue() (*group.Reference, bool)
func (*BatchGetGroupsResponse_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *BatchGetGroupsResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *BatchGetGroupsResponse) bool
Contains returns a boolean indicating if value that is being held is present in given 'BatchGetGroupsResponse'
func (*BatchGetGroupsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *BatchGetGroupsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object BatchGetGroupsResponse as interface{}
func (*BatchGetGroupsResponse_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *BatchGetGroupsResponse_FieldTerminalPathArrayItemValue) GetSingle(source *BatchGetGroupsResponse) (interface{}, bool)
func (*BatchGetGroupsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *BatchGetGroupsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type BatchGetGroupsResponse_FieldTerminalPathArrayOfValues ¶
type BatchGetGroupsResponse_FieldTerminalPathArrayOfValues struct { BatchGetGroupsResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*BatchGetGroupsResponse_FieldTerminalPathArrayOfValues) AsGroupsArrayOfValues ¶
func (fpaov *BatchGetGroupsResponse_FieldTerminalPathArrayOfValues) AsGroupsArrayOfValues() ([][]*group.Group, bool)
func (*BatchGetGroupsResponse_FieldTerminalPathArrayOfValues) AsMissingArrayOfValues ¶
func (fpaov *BatchGetGroupsResponse_FieldTerminalPathArrayOfValues) AsMissingArrayOfValues() ([][]*group.Reference, bool)
func (*BatchGetGroupsResponse_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *BatchGetGroupsResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type BatchGetGroupsResponse_FieldTerminalPathValue ¶
type BatchGetGroupsResponse_FieldTerminalPathValue struct { BatchGetGroupsResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*BatchGetGroupsResponse_FieldTerminalPathValue) AsGroupsValue ¶
func (fpv *BatchGetGroupsResponse_FieldTerminalPathValue) AsGroupsValue() ([]*group.Group, bool)
func (*BatchGetGroupsResponse_FieldTerminalPathValue) AsMissingValue ¶
func (fpv *BatchGetGroupsResponse_FieldTerminalPathValue) AsMissingValue() ([]*group.Reference, bool)
func (*BatchGetGroupsResponse_FieldTerminalPathValue) CompareWith ¶
func (fpv *BatchGetGroupsResponse_FieldTerminalPathValue) CompareWith(source *BatchGetGroupsResponse) (int, bool)
CompareWith compares value in the 'BatchGetGroupsResponse_FieldTerminalPathValue' with the value under path in 'BatchGetGroupsResponse'.
func (*BatchGetGroupsResponse_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *BatchGetGroupsResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*BatchGetGroupsResponse_FieldTerminalPathValue) GetRawValue ¶
func (fpv *BatchGetGroupsResponse_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'BatchGetGroupsResponse' as interface{}
func (*BatchGetGroupsResponse_FieldTerminalPathValue) SetTo ¶
func (fpv *BatchGetGroupsResponse_FieldTerminalPathValue) SetTo(target **BatchGetGroupsResponse)
SetTo stores value for selected field for object BatchGetGroupsResponse
func (*BatchGetGroupsResponse_FieldTerminalPathValue) SetToRaw ¶
func (fpv *BatchGetGroupsResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
type CreateGroupDescriptor ¶ added in v0.4.28
type CreateGroupDescriptor struct{}
func GetCreateGroupDescriptor ¶ added in v0.4.28
func GetCreateGroupDescriptor() *CreateGroupDescriptor
func (*CreateGroupDescriptor) GetApiDescriptor ¶ added in v0.4.28
func (d *CreateGroupDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*CreateGroupDescriptor) GetApiName ¶ added in v0.4.28
func (d *CreateGroupDescriptor) GetApiName() string
func (*CreateGroupDescriptor) GetClientMsgReflectHandle ¶ added in v0.4.28
func (d *CreateGroupDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*CreateGroupDescriptor) GetFullMethodName ¶ added in v0.4.28
func (d *CreateGroupDescriptor) GetFullMethodName() string
func (*CreateGroupDescriptor) GetMethodName ¶ added in v0.4.28
func (d *CreateGroupDescriptor) GetMethodName() string
func (*CreateGroupDescriptor) GetProtoPkgName ¶ added in v0.4.28
func (d *CreateGroupDescriptor) GetProtoPkgName() string
func (*CreateGroupDescriptor) GetResourceDescriptor ¶ added in v0.4.30
func (d *CreateGroupDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*CreateGroupDescriptor) GetServerMsgReflectHandle ¶ added in v0.4.28
func (d *CreateGroupDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*CreateGroupDescriptor) GetServiceDomain ¶ added in v0.4.28
func (d *CreateGroupDescriptor) GetServiceDomain() string
func (*CreateGroupDescriptor) GetServiceVersion ¶ added in v0.4.28
func (d *CreateGroupDescriptor) GetServiceVersion() string
func (*CreateGroupDescriptor) GetVerb ¶ added in v0.4.28
func (d *CreateGroupDescriptor) GetVerb() string
func (*CreateGroupDescriptor) HasResource ¶ added in v0.4.30
func (d *CreateGroupDescriptor) HasResource() bool
func (*CreateGroupDescriptor) IsClientStream ¶ added in v0.4.28
func (d *CreateGroupDescriptor) IsClientStream() bool
func (*CreateGroupDescriptor) IsCollection ¶ added in v0.4.30
func (d *CreateGroupDescriptor) IsCollection() bool
func (*CreateGroupDescriptor) IsPlural ¶ added in v0.4.30
func (d *CreateGroupDescriptor) IsPlural() bool
func (*CreateGroupDescriptor) IsServerStream ¶ added in v0.4.28
func (d *CreateGroupDescriptor) IsServerStream() bool
func (*CreateGroupDescriptor) IsUnary ¶ added in v0.4.28
func (d *CreateGroupDescriptor) IsUnary() bool
func (*CreateGroupDescriptor) NewEmptyClientMsg ¶ added in v0.4.28
func (d *CreateGroupDescriptor) NewEmptyClientMsg() proto.Message
func (*CreateGroupDescriptor) NewEmptyServerMsg ¶ added in v0.4.28
func (d *CreateGroupDescriptor) NewEmptyServerMsg() proto.Message
func (*CreateGroupDescriptor) RequestHasResourceBody ¶ added in v0.4.28
func (d *CreateGroupDescriptor) RequestHasResourceBody() bool
type CreateGroupDescriptorClientMsgHandle ¶ added in v0.4.28
type CreateGroupDescriptorClientMsgHandle struct{}
func (*CreateGroupDescriptorClientMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *CreateGroupDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*CreateGroupDescriptorClientMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *CreateGroupDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*CreateGroupDescriptorClientMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *CreateGroupDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type CreateGroupDescriptorServerMsgHandle ¶ added in v0.4.28
type CreateGroupDescriptorServerMsgHandle struct{}
func (*CreateGroupDescriptorServerMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *CreateGroupDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*CreateGroupDescriptorServerMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *CreateGroupDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*CreateGroupDescriptorServerMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *CreateGroupDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type CreateGroupRequest ¶
type CreateGroupRequest struct { // Parent reference of ntt.iam.v1alpha.Group Parent *group.ParentReference `protobuf:"bytes,1,opt,customtype=ParentReference,name=parent,proto3" json:"parent,omitempty" firestore:"parent"` // Group resource body Group *group.Group `protobuf:"bytes,2,opt,name=group,proto3" json:"group,omitempty" firestore:"group"` // contains filtered or unexported fields }
Request message for method [CreateGroup][ntt.iam.v1alpha.CreateGroup]
func (*CreateGroupRequest) Clone ¶
func (o *CreateGroupRequest) Clone() *CreateGroupRequest
func (*CreateGroupRequest) CloneRaw ¶
func (o *CreateGroupRequest) CloneRaw() gotenobject.GotenObjectExt
func (*CreateGroupRequest) Descriptor ¶
func (*CreateGroupRequest) Descriptor() ([]byte, []int)
Deprecated, Use CreateGroupRequest.ProtoReflect.Descriptor instead.
func (*CreateGroupRequest) GetGroup ¶
func (m *CreateGroupRequest) GetGroup() *group.Group
func (*CreateGroupRequest) GetParent ¶
func (m *CreateGroupRequest) GetParent() *group.ParentReference
func (*CreateGroupRequest) GotenMessage ¶
func (*CreateGroupRequest) GotenMessage()
func (*CreateGroupRequest) GotenObjectExt ¶
func (o *CreateGroupRequest) GotenObjectExt()
func (*CreateGroupRequest) GotenValidate ¶
func (obj *CreateGroupRequest) GotenValidate() error
func (*CreateGroupRequest) MakeDiffFieldMask ¶
func (o *CreateGroupRequest) MakeDiffFieldMask(other *CreateGroupRequest) *CreateGroupRequest_FieldMask
func (*CreateGroupRequest) MakeFullFieldMask ¶
func (o *CreateGroupRequest) MakeFullFieldMask() *CreateGroupRequest_FieldMask
func (*CreateGroupRequest) MakeRawDiffFieldMask ¶
func (o *CreateGroupRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*CreateGroupRequest) MakeRawFullFieldMask ¶
func (o *CreateGroupRequest) MakeRawFullFieldMask() gotenobject.FieldMask
func (*CreateGroupRequest) Marshal ¶
func (m *CreateGroupRequest) Marshal() ([]byte, error)
func (*CreateGroupRequest) MarshalJSON ¶
func (m *CreateGroupRequest) MarshalJSON() ([]byte, error)
func (*CreateGroupRequest) Merge ¶
func (o *CreateGroupRequest) Merge(source *CreateGroupRequest)
func (*CreateGroupRequest) MergeRaw ¶
func (o *CreateGroupRequest) MergeRaw(source gotenobject.GotenObjectExt)
func (*CreateGroupRequest) ProtoMessage ¶
func (*CreateGroupRequest) ProtoMessage()
func (*CreateGroupRequest) ProtoReflect ¶
func (m *CreateGroupRequest) ProtoReflect() preflect.Message
func (*CreateGroupRequest) Reset ¶
func (m *CreateGroupRequest) Reset()
func (*CreateGroupRequest) SetGroup ¶
func (m *CreateGroupRequest) SetGroup(fv *group.Group)
func (*CreateGroupRequest) SetParent ¶
func (m *CreateGroupRequest) SetParent(fv *group.ParentReference)
func (*CreateGroupRequest) String ¶
func (m *CreateGroupRequest) String() string
func (*CreateGroupRequest) Unmarshal ¶
func (m *CreateGroupRequest) Unmarshal(b []byte) error
func (*CreateGroupRequest) UnmarshalJSON ¶
func (m *CreateGroupRequest) UnmarshalJSON(data []byte) error
type CreateGroupRequestFieldPathBuilder ¶
type CreateGroupRequestFieldPathBuilder struct{}
func NewCreateGroupRequestFieldPathBuilder ¶
func NewCreateGroupRequestFieldPathBuilder() CreateGroupRequestFieldPathBuilder
type CreateGroupRequestMapPathSelectorGroupMetadataAnnotations ¶
type CreateGroupRequestMapPathSelectorGroupMetadataAnnotations struct {
// contains filtered or unexported fields
}
func (CreateGroupRequestMapPathSelectorGroupMetadataAnnotations) FieldPath ¶
func (s CreateGroupRequestMapPathSelectorGroupMetadataAnnotations) FieldPath() *CreateGroupRequest_FieldSubPath
func (CreateGroupRequestMapPathSelectorGroupMetadataAnnotations) WithArrayOfValues ¶
func (s CreateGroupRequestMapPathSelectorGroupMetadataAnnotations) WithArrayOfValues(values []string) *CreateGroupRequest_FieldSubPathArrayOfValues
func (CreateGroupRequestMapPathSelectorGroupMetadataAnnotations) WithValue ¶
func (s CreateGroupRequestMapPathSelectorGroupMetadataAnnotations) WithValue(value string) *CreateGroupRequest_FieldSubPathValue
type CreateGroupRequestMapPathSelectorGroupMetadataLabels ¶
type CreateGroupRequestMapPathSelectorGroupMetadataLabels struct {
// contains filtered or unexported fields
}
func (CreateGroupRequestMapPathSelectorGroupMetadataLabels) FieldPath ¶
func (s CreateGroupRequestMapPathSelectorGroupMetadataLabels) FieldPath() *CreateGroupRequest_FieldSubPath
func (CreateGroupRequestMapPathSelectorGroupMetadataLabels) WithArrayOfValues ¶
func (s CreateGroupRequestMapPathSelectorGroupMetadataLabels) WithArrayOfValues(values []string) *CreateGroupRequest_FieldSubPathArrayOfValues
func (CreateGroupRequestMapPathSelectorGroupMetadataLabels) WithValue ¶
func (s CreateGroupRequestMapPathSelectorGroupMetadataLabels) WithValue(value string) *CreateGroupRequest_FieldSubPathValue
type CreateGroupRequestMapPathSelectorGroupMetadataShards ¶
type CreateGroupRequestMapPathSelectorGroupMetadataShards struct {
// contains filtered or unexported fields
}
func (CreateGroupRequestMapPathSelectorGroupMetadataShards) FieldPath ¶
func (s CreateGroupRequestMapPathSelectorGroupMetadataShards) FieldPath() *CreateGroupRequest_FieldSubPath
func (CreateGroupRequestMapPathSelectorGroupMetadataShards) WithArrayOfValues ¶
func (s CreateGroupRequestMapPathSelectorGroupMetadataShards) WithArrayOfValues(values []int64) *CreateGroupRequest_FieldSubPathArrayOfValues
func (CreateGroupRequestMapPathSelectorGroupMetadataShards) WithValue ¶
func (s CreateGroupRequestMapPathSelectorGroupMetadataShards) WithValue(value int64) *CreateGroupRequest_FieldSubPathValue
type CreateGroupRequestPathSelectorGroup ¶
type CreateGroupRequestPathSelectorGroup struct{}
func (CreateGroupRequestPathSelectorGroup) DisplayName ¶
func (CreateGroupRequestPathSelectorGroup) DisplayName() CreateGroupRequestPathSelectorGroupDisplayName
func (CreateGroupRequestPathSelectorGroup) FieldPath ¶
func (CreateGroupRequestPathSelectorGroup) FieldPath() *CreateGroupRequest_FieldTerminalPath
func (CreateGroupRequestPathSelectorGroup) WithArrayOfValues ¶
func (s CreateGroupRequestPathSelectorGroup) WithArrayOfValues(values []*group.Group) *CreateGroupRequest_FieldTerminalPathArrayOfValues
func (CreateGroupRequestPathSelectorGroup) WithSubArrayItemValue ¶
func (s CreateGroupRequestPathSelectorGroup) WithSubArrayItemValue(subPathArrayItemValue group.Group_FieldPathArrayItemValue) *CreateGroupRequest_FieldSubPathArrayItemValue
func (CreateGroupRequestPathSelectorGroup) WithSubArrayOfValues ¶
func (s CreateGroupRequestPathSelectorGroup) WithSubArrayOfValues(subPathArrayOfValues group.Group_FieldPathArrayOfValues) *CreateGroupRequest_FieldSubPathArrayOfValues
func (CreateGroupRequestPathSelectorGroup) WithSubPath ¶
func (CreateGroupRequestPathSelectorGroup) WithSubPath(subPath group.Group_FieldPath) *CreateGroupRequest_FieldSubPath
func (CreateGroupRequestPathSelectorGroup) WithSubValue ¶
func (s CreateGroupRequestPathSelectorGroup) WithSubValue(subPathValue group.Group_FieldPathValue) *CreateGroupRequest_FieldSubPathValue
func (CreateGroupRequestPathSelectorGroup) WithValue ¶
func (s CreateGroupRequestPathSelectorGroup) WithValue(value *group.Group) *CreateGroupRequest_FieldTerminalPathValue
type CreateGroupRequestPathSelectorGroupDisplayName ¶
type CreateGroupRequestPathSelectorGroupDisplayName struct{}
func (CreateGroupRequestPathSelectorGroupDisplayName) FieldPath ¶
func (CreateGroupRequestPathSelectorGroupDisplayName) FieldPath() *CreateGroupRequest_FieldSubPath
func (CreateGroupRequestPathSelectorGroupDisplayName) WithArrayOfValues ¶
func (s CreateGroupRequestPathSelectorGroupDisplayName) WithArrayOfValues(values []string) *CreateGroupRequest_FieldSubPathArrayOfValues
func (CreateGroupRequestPathSelectorGroupDisplayName) WithValue ¶
func (s CreateGroupRequestPathSelectorGroupDisplayName) WithValue(value string) *CreateGroupRequest_FieldSubPathValue
type CreateGroupRequestPathSelectorGroupEmail ¶
type CreateGroupRequestPathSelectorGroupEmail struct{}
func (CreateGroupRequestPathSelectorGroupEmail) FieldPath ¶
func (CreateGroupRequestPathSelectorGroupEmail) FieldPath() *CreateGroupRequest_FieldSubPath
func (CreateGroupRequestPathSelectorGroupEmail) WithArrayOfValues ¶
func (s CreateGroupRequestPathSelectorGroupEmail) WithArrayOfValues(values []string) *CreateGroupRequest_FieldSubPathArrayOfValues
func (CreateGroupRequestPathSelectorGroupEmail) WithValue ¶
func (s CreateGroupRequestPathSelectorGroupEmail) WithValue(value string) *CreateGroupRequest_FieldSubPathValue
type CreateGroupRequestPathSelectorGroupMetadata ¶
type CreateGroupRequestPathSelectorGroupMetadata struct{}
func (CreateGroupRequestPathSelectorGroupMetadata) Annotations ¶
func (CreateGroupRequestPathSelectorGroupMetadata) CreateTime ¶
func (CreateGroupRequestPathSelectorGroupMetadata) DeleteTime ¶ added in v0.8.0
func (CreateGroupRequestPathSelectorGroupMetadata) FieldPath ¶
func (CreateGroupRequestPathSelectorGroupMetadata) FieldPath() *CreateGroupRequest_FieldSubPath
func (CreateGroupRequestPathSelectorGroupMetadata) Generation ¶
func (CreateGroupRequestPathSelectorGroupMetadata) OwnerReferences ¶
func (CreateGroupRequestPathSelectorGroupMetadata) OwnerReferences() CreateGroupRequestPathSelectorGroupMetadataOwnerReferences
func (CreateGroupRequestPathSelectorGroupMetadata) ResourceVersion ¶
func (CreateGroupRequestPathSelectorGroupMetadata) ResourceVersion() CreateGroupRequestPathSelectorGroupMetadataResourceVersion
func (CreateGroupRequestPathSelectorGroupMetadata) UpdateTime ¶
func (CreateGroupRequestPathSelectorGroupMetadata) WithArrayOfValues ¶
func (s CreateGroupRequestPathSelectorGroupMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *CreateGroupRequest_FieldSubPathArrayOfValues
func (CreateGroupRequestPathSelectorGroupMetadata) WithValue ¶
func (s CreateGroupRequestPathSelectorGroupMetadata) WithValue(value *ntt_meta.Meta) *CreateGroupRequest_FieldSubPathValue
type CreateGroupRequestPathSelectorGroupMetadataAnnotations ¶
type CreateGroupRequestPathSelectorGroupMetadataAnnotations struct{}
func (CreateGroupRequestPathSelectorGroupMetadataAnnotations) WithArrayOfValues ¶
func (s CreateGroupRequestPathSelectorGroupMetadataAnnotations) WithArrayOfValues(values []map[string]string) *CreateGroupRequest_FieldSubPathArrayOfValues
func (CreateGroupRequestPathSelectorGroupMetadataAnnotations) WithValue ¶
func (s CreateGroupRequestPathSelectorGroupMetadataAnnotations) WithValue(value map[string]string) *CreateGroupRequest_FieldSubPathValue
type CreateGroupRequestPathSelectorGroupMetadataCreateTime ¶
type CreateGroupRequestPathSelectorGroupMetadataCreateTime struct{}
func (CreateGroupRequestPathSelectorGroupMetadataCreateTime) FieldPath ¶
func (CreateGroupRequestPathSelectorGroupMetadataCreateTime) FieldPath() *CreateGroupRequest_FieldSubPath
func (CreateGroupRequestPathSelectorGroupMetadataCreateTime) WithArrayOfValues ¶
func (s CreateGroupRequestPathSelectorGroupMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *CreateGroupRequest_FieldSubPathArrayOfValues
func (CreateGroupRequestPathSelectorGroupMetadataCreateTime) WithValue ¶
func (s CreateGroupRequestPathSelectorGroupMetadataCreateTime) WithValue(value *timestamp.Timestamp) *CreateGroupRequest_FieldSubPathValue
type CreateGroupRequestPathSelectorGroupMetadataDeleteTime ¶ added in v0.8.0
type CreateGroupRequestPathSelectorGroupMetadataDeleteTime struct{}
func (CreateGroupRequestPathSelectorGroupMetadataDeleteTime) FieldPath ¶ added in v0.8.0
func (CreateGroupRequestPathSelectorGroupMetadataDeleteTime) FieldPath() *CreateGroupRequest_FieldSubPath
func (CreateGroupRequestPathSelectorGroupMetadataDeleteTime) WithArrayOfValues ¶ added in v0.8.0
func (s CreateGroupRequestPathSelectorGroupMetadataDeleteTime) WithArrayOfValues(values []*timestamp.Timestamp) *CreateGroupRequest_FieldSubPathArrayOfValues
func (CreateGroupRequestPathSelectorGroupMetadataDeleteTime) WithValue ¶ added in v0.8.0
func (s CreateGroupRequestPathSelectorGroupMetadataDeleteTime) WithValue(value *timestamp.Timestamp) *CreateGroupRequest_FieldSubPathValue
type CreateGroupRequestPathSelectorGroupMetadataGeneration ¶
type CreateGroupRequestPathSelectorGroupMetadataGeneration struct{}
func (CreateGroupRequestPathSelectorGroupMetadataGeneration) FieldPath ¶
func (CreateGroupRequestPathSelectorGroupMetadataGeneration) FieldPath() *CreateGroupRequest_FieldSubPath
func (CreateGroupRequestPathSelectorGroupMetadataGeneration) WithArrayOfValues ¶
func (s CreateGroupRequestPathSelectorGroupMetadataGeneration) WithArrayOfValues(values []int64) *CreateGroupRequest_FieldSubPathArrayOfValues
func (CreateGroupRequestPathSelectorGroupMetadataGeneration) WithValue ¶
func (s CreateGroupRequestPathSelectorGroupMetadataGeneration) WithValue(value int64) *CreateGroupRequest_FieldSubPathValue
type CreateGroupRequestPathSelectorGroupMetadataLabels ¶
type CreateGroupRequestPathSelectorGroupMetadataLabels struct{}
func (CreateGroupRequestPathSelectorGroupMetadataLabels) FieldPath ¶
func (CreateGroupRequestPathSelectorGroupMetadataLabels) FieldPath() *CreateGroupRequest_FieldSubPath
func (CreateGroupRequestPathSelectorGroupMetadataLabels) WithArrayOfValues ¶
func (s CreateGroupRequestPathSelectorGroupMetadataLabels) WithArrayOfValues(values []map[string]string) *CreateGroupRequest_FieldSubPathArrayOfValues
func (CreateGroupRequestPathSelectorGroupMetadataLabels) WithValue ¶
func (s CreateGroupRequestPathSelectorGroupMetadataLabels) WithValue(value map[string]string) *CreateGroupRequest_FieldSubPathValue
type CreateGroupRequestPathSelectorGroupMetadataLifecycle ¶ added in v0.8.0
type CreateGroupRequestPathSelectorGroupMetadataLifecycle struct{}
func (CreateGroupRequestPathSelectorGroupMetadataLifecycle) BlockDeletion ¶ added in v0.8.0
func (CreateGroupRequestPathSelectorGroupMetadataLifecycle) FieldPath ¶ added in v0.8.0
func (CreateGroupRequestPathSelectorGroupMetadataLifecycle) FieldPath() *CreateGroupRequest_FieldSubPath
func (CreateGroupRequestPathSelectorGroupMetadataLifecycle) WithArrayOfValues ¶ added in v0.8.0
func (s CreateGroupRequestPathSelectorGroupMetadataLifecycle) WithArrayOfValues(values []*ntt_meta.Lifecycle) *CreateGroupRequest_FieldSubPathArrayOfValues
func (CreateGroupRequestPathSelectorGroupMetadataLifecycle) WithValue ¶ added in v0.8.0
func (s CreateGroupRequestPathSelectorGroupMetadataLifecycle) WithValue(value *ntt_meta.Lifecycle) *CreateGroupRequest_FieldSubPathValue
type CreateGroupRequestPathSelectorGroupMetadataLifecycleBlockDeletion ¶ added in v0.8.0
type CreateGroupRequestPathSelectorGroupMetadataLifecycleBlockDeletion struct{}
func (CreateGroupRequestPathSelectorGroupMetadataLifecycleBlockDeletion) FieldPath ¶ added in v0.8.0
func (CreateGroupRequestPathSelectorGroupMetadataLifecycleBlockDeletion) WithArrayOfValues ¶ added in v0.8.0
func (s CreateGroupRequestPathSelectorGroupMetadataLifecycleBlockDeletion) WithArrayOfValues(values []bool) *CreateGroupRequest_FieldSubPathArrayOfValues
func (CreateGroupRequestPathSelectorGroupMetadataLifecycleBlockDeletion) WithValue ¶ added in v0.8.0
func (s CreateGroupRequestPathSelectorGroupMetadataLifecycleBlockDeletion) WithValue(value bool) *CreateGroupRequest_FieldSubPathValue
type CreateGroupRequestPathSelectorGroupMetadataLifecycleState ¶ added in v0.8.0
type CreateGroupRequestPathSelectorGroupMetadataLifecycleState struct{}
func (CreateGroupRequestPathSelectorGroupMetadataLifecycleState) WithArrayOfValues ¶ added in v0.8.0
func (s CreateGroupRequestPathSelectorGroupMetadataLifecycleState) WithArrayOfValues(values []ntt_meta.Lifecycle_State) *CreateGroupRequest_FieldSubPathArrayOfValues
func (CreateGroupRequestPathSelectorGroupMetadataLifecycleState) WithValue ¶ added in v0.8.0
func (s CreateGroupRequestPathSelectorGroupMetadataLifecycleState) WithValue(value ntt_meta.Lifecycle_State) *CreateGroupRequest_FieldSubPathValue
type CreateGroupRequestPathSelectorGroupMetadataOwnerReferences ¶
type CreateGroupRequestPathSelectorGroupMetadataOwnerReferences struct{}
func (CreateGroupRequestPathSelectorGroupMetadataOwnerReferences) BlockOwnerDeletion ¶
func (CreateGroupRequestPathSelectorGroupMetadataOwnerReferences) Controller ¶
func (CreateGroupRequestPathSelectorGroupMetadataOwnerReferences) RequiresOwnerReference ¶ added in v0.8.0
func (CreateGroupRequestPathSelectorGroupMetadataOwnerReferences) WithArrayOfValues ¶
func (s CreateGroupRequestPathSelectorGroupMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *CreateGroupRequest_FieldSubPathArrayOfValues
func (CreateGroupRequestPathSelectorGroupMetadataOwnerReferences) WithItemValue ¶
func (s CreateGroupRequestPathSelectorGroupMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *CreateGroupRequest_FieldSubPathArrayItemValue
func (CreateGroupRequestPathSelectorGroupMetadataOwnerReferences) WithValue ¶
func (s CreateGroupRequestPathSelectorGroupMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *CreateGroupRequest_FieldSubPathValue
type CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesBlockOwnerDeletion ¶
type CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesBlockOwnerDeletion struct{}
func (CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues ¶
func (s CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *CreateGroupRequest_FieldSubPathArrayOfValues
func (CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesBlockOwnerDeletion) WithValue ¶
func (s CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesBlockOwnerDeletion) WithValue(value bool) *CreateGroupRequest_FieldSubPathValue
type CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesController ¶
type CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesController struct{}
func (CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesController) WithArrayOfValues ¶
func (s CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *CreateGroupRequest_FieldSubPathArrayOfValues
func (CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesController) WithValue ¶
func (s CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesController) WithValue(value bool) *CreateGroupRequest_FieldSubPathValue
type CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesKind ¶
type CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesKind struct{}
func (CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesKind) WithArrayOfValues ¶
func (s CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *CreateGroupRequest_FieldSubPathArrayOfValues
func (CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesKind) WithValue ¶
func (s CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesKind) WithValue(value string) *CreateGroupRequest_FieldSubPathValue
type CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesName ¶
type CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesName struct{}
func (CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesName) WithArrayOfValues ¶
func (s CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesName) WithArrayOfValues(values []string) *CreateGroupRequest_FieldSubPathArrayOfValues
func (CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesName) WithValue ¶
func (s CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesName) WithValue(value string) *CreateGroupRequest_FieldSubPathValue
type CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesRegion ¶ added in v0.8.0
type CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesRegion struct{}
func (CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesRegion) WithArrayOfValues ¶ added in v0.8.0
func (s CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesRegion) WithArrayOfValues(values []string) *CreateGroupRequest_FieldSubPathArrayOfValues
func (CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesRegion) WithValue ¶ added in v0.8.0
func (s CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesRegion) WithValue(value string) *CreateGroupRequest_FieldSubPathValue
type CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesRequiresOwnerReference ¶ added in v0.8.0
type CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesRequiresOwnerReference struct{}
func (CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesRequiresOwnerReference) FieldPath ¶ added in v0.8.0
func (CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues ¶ added in v0.8.0
func (s CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues(values []bool) *CreateGroupRequest_FieldSubPathArrayOfValues
type CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesVersion ¶ added in v0.8.0
type CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesVersion struct{}
func (CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesVersion) FieldPath ¶ added in v0.8.0
func (CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesVersion) WithArrayOfValues ¶ added in v0.8.0
func (s CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesVersion) WithArrayOfValues(values []string) *CreateGroupRequest_FieldSubPathArrayOfValues
func (CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesVersion) WithValue ¶ added in v0.8.0
func (s CreateGroupRequestPathSelectorGroupMetadataOwnerReferencesVersion) WithValue(value string) *CreateGroupRequest_FieldSubPathValue
type CreateGroupRequestPathSelectorGroupMetadataResourceVersion ¶
type CreateGroupRequestPathSelectorGroupMetadataResourceVersion struct{}
func (CreateGroupRequestPathSelectorGroupMetadataResourceVersion) WithArrayOfValues ¶
func (s CreateGroupRequestPathSelectorGroupMetadataResourceVersion) WithArrayOfValues(values []string) *CreateGroupRequest_FieldSubPathArrayOfValues
func (CreateGroupRequestPathSelectorGroupMetadataResourceVersion) WithValue ¶
func (s CreateGroupRequestPathSelectorGroupMetadataResourceVersion) WithValue(value string) *CreateGroupRequest_FieldSubPathValue
type CreateGroupRequestPathSelectorGroupMetadataShards ¶
type CreateGroupRequestPathSelectorGroupMetadataShards struct{}
func (CreateGroupRequestPathSelectorGroupMetadataShards) FieldPath ¶
func (CreateGroupRequestPathSelectorGroupMetadataShards) FieldPath() *CreateGroupRequest_FieldSubPath
func (CreateGroupRequestPathSelectorGroupMetadataShards) WithArrayOfValues ¶
func (s CreateGroupRequestPathSelectorGroupMetadataShards) WithArrayOfValues(values []map[string]int64) *CreateGroupRequest_FieldSubPathArrayOfValues
func (CreateGroupRequestPathSelectorGroupMetadataShards) WithValue ¶
func (s CreateGroupRequestPathSelectorGroupMetadataShards) WithValue(value map[string]int64) *CreateGroupRequest_FieldSubPathValue
type CreateGroupRequestPathSelectorGroupMetadataSyncing ¶
type CreateGroupRequestPathSelectorGroupMetadataSyncing struct{}
func (CreateGroupRequestPathSelectorGroupMetadataSyncing) FieldPath ¶
func (CreateGroupRequestPathSelectorGroupMetadataSyncing) FieldPath() *CreateGroupRequest_FieldSubPath
func (CreateGroupRequestPathSelectorGroupMetadataSyncing) OwningRegion ¶
func (CreateGroupRequestPathSelectorGroupMetadataSyncing) WithArrayOfValues ¶
func (s CreateGroupRequestPathSelectorGroupMetadataSyncing) WithArrayOfValues(values []*ntt_meta.SyncingMeta) *CreateGroupRequest_FieldSubPathArrayOfValues
func (CreateGroupRequestPathSelectorGroupMetadataSyncing) WithValue ¶
func (s CreateGroupRequestPathSelectorGroupMetadataSyncing) WithValue(value *ntt_meta.SyncingMeta) *CreateGroupRequest_FieldSubPathValue
type CreateGroupRequestPathSelectorGroupMetadataSyncingOwningRegion ¶
type CreateGroupRequestPathSelectorGroupMetadataSyncingOwningRegion struct{}
func (CreateGroupRequestPathSelectorGroupMetadataSyncingOwningRegion) WithArrayOfValues ¶
func (s CreateGroupRequestPathSelectorGroupMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *CreateGroupRequest_FieldSubPathArrayOfValues
func (CreateGroupRequestPathSelectorGroupMetadataSyncingOwningRegion) WithValue ¶
func (s CreateGroupRequestPathSelectorGroupMetadataSyncingOwningRegion) WithValue(value string) *CreateGroupRequest_FieldSubPathValue
type CreateGroupRequestPathSelectorGroupMetadataSyncingRegions ¶
type CreateGroupRequestPathSelectorGroupMetadataSyncingRegions struct{}
func (CreateGroupRequestPathSelectorGroupMetadataSyncingRegions) WithArrayOfValues ¶
func (s CreateGroupRequestPathSelectorGroupMetadataSyncingRegions) WithArrayOfValues(values [][]string) *CreateGroupRequest_FieldSubPathArrayOfValues
func (CreateGroupRequestPathSelectorGroupMetadataSyncingRegions) WithItemValue ¶
func (s CreateGroupRequestPathSelectorGroupMetadataSyncingRegions) WithItemValue(value string) *CreateGroupRequest_FieldSubPathArrayItemValue
func (CreateGroupRequestPathSelectorGroupMetadataSyncingRegions) WithValue ¶
func (s CreateGroupRequestPathSelectorGroupMetadataSyncingRegions) WithValue(value []string) *CreateGroupRequest_FieldSubPathValue
type CreateGroupRequestPathSelectorGroupMetadataTags ¶
type CreateGroupRequestPathSelectorGroupMetadataTags struct{}
func (CreateGroupRequestPathSelectorGroupMetadataTags) FieldPath ¶
func (CreateGroupRequestPathSelectorGroupMetadataTags) FieldPath() *CreateGroupRequest_FieldSubPath
func (CreateGroupRequestPathSelectorGroupMetadataTags) WithArrayOfValues ¶
func (s CreateGroupRequestPathSelectorGroupMetadataTags) WithArrayOfValues(values [][]string) *CreateGroupRequest_FieldSubPathArrayOfValues
func (CreateGroupRequestPathSelectorGroupMetadataTags) WithItemValue ¶
func (s CreateGroupRequestPathSelectorGroupMetadataTags) WithItemValue(value string) *CreateGroupRequest_FieldSubPathArrayItemValue
func (CreateGroupRequestPathSelectorGroupMetadataTags) WithValue ¶
func (s CreateGroupRequestPathSelectorGroupMetadataTags) WithValue(value []string) *CreateGroupRequest_FieldSubPathValue
type CreateGroupRequestPathSelectorGroupMetadataUpdateTime ¶
type CreateGroupRequestPathSelectorGroupMetadataUpdateTime struct{}
func (CreateGroupRequestPathSelectorGroupMetadataUpdateTime) FieldPath ¶
func (CreateGroupRequestPathSelectorGroupMetadataUpdateTime) FieldPath() *CreateGroupRequest_FieldSubPath
func (CreateGroupRequestPathSelectorGroupMetadataUpdateTime) WithArrayOfValues ¶
func (s CreateGroupRequestPathSelectorGroupMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *CreateGroupRequest_FieldSubPathArrayOfValues
func (CreateGroupRequestPathSelectorGroupMetadataUpdateTime) WithValue ¶
func (s CreateGroupRequestPathSelectorGroupMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *CreateGroupRequest_FieldSubPathValue
type CreateGroupRequestPathSelectorGroupMetadataUuid ¶
type CreateGroupRequestPathSelectorGroupMetadataUuid struct{}
func (CreateGroupRequestPathSelectorGroupMetadataUuid) FieldPath ¶
func (CreateGroupRequestPathSelectorGroupMetadataUuid) FieldPath() *CreateGroupRequest_FieldSubPath
func (CreateGroupRequestPathSelectorGroupMetadataUuid) WithArrayOfValues ¶
func (s CreateGroupRequestPathSelectorGroupMetadataUuid) WithArrayOfValues(values []string) *CreateGroupRequest_FieldSubPathArrayOfValues
func (CreateGroupRequestPathSelectorGroupMetadataUuid) WithValue ¶
func (s CreateGroupRequestPathSelectorGroupMetadataUuid) WithValue(value string) *CreateGroupRequest_FieldSubPathValue
type CreateGroupRequestPathSelectorGroupName ¶
type CreateGroupRequestPathSelectorGroupName struct{}
func (CreateGroupRequestPathSelectorGroupName) FieldPath ¶
func (CreateGroupRequestPathSelectorGroupName) FieldPath() *CreateGroupRequest_FieldSubPath
func (CreateGroupRequestPathSelectorGroupName) WithArrayOfValues ¶
func (s CreateGroupRequestPathSelectorGroupName) WithArrayOfValues(values []*group.Name) *CreateGroupRequest_FieldSubPathArrayOfValues
func (CreateGroupRequestPathSelectorGroupName) WithValue ¶
func (s CreateGroupRequestPathSelectorGroupName) WithValue(value *group.Name) *CreateGroupRequest_FieldSubPathValue
type CreateGroupRequestPathSelectorParent ¶
type CreateGroupRequestPathSelectorParent struct{}
func (CreateGroupRequestPathSelectorParent) FieldPath ¶
func (CreateGroupRequestPathSelectorParent) FieldPath() *CreateGroupRequest_FieldTerminalPath
func (CreateGroupRequestPathSelectorParent) WithArrayOfValues ¶
func (s CreateGroupRequestPathSelectorParent) WithArrayOfValues(values []*group.ParentReference) *CreateGroupRequest_FieldTerminalPathArrayOfValues
func (CreateGroupRequestPathSelectorParent) WithValue ¶
func (s CreateGroupRequestPathSelectorParent) WithValue(value *group.ParentReference) *CreateGroupRequest_FieldTerminalPathValue
type CreateGroupRequest_FieldMask ¶
type CreateGroupRequest_FieldMask struct {
Paths []CreateGroupRequest_FieldPath
}
func FullCreateGroupRequest_FieldMask ¶
func FullCreateGroupRequest_FieldMask() *CreateGroupRequest_FieldMask
func (*CreateGroupRequest_FieldMask) AppendPath ¶
func (fieldMask *CreateGroupRequest_FieldMask) AppendPath(path CreateGroupRequest_FieldPath)
func (*CreateGroupRequest_FieldMask) AppendRawPath ¶
func (fieldMask *CreateGroupRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*CreateGroupRequest_FieldMask) DecodeFirestore ¶
func (fieldMask *CreateGroupRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*CreateGroupRequest_FieldMask) EncodeFirestore ¶
func (fieldMask *CreateGroupRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*CreateGroupRequest_FieldMask) FilterInputFields ¶
func (fieldMask *CreateGroupRequest_FieldMask) FilterInputFields() *CreateGroupRequest_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*CreateGroupRequest_FieldMask) FromProtoFieldMask ¶
func (fieldMask *CreateGroupRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*CreateGroupRequest_FieldMask) GetPaths ¶
func (fieldMask *CreateGroupRequest_FieldMask) GetPaths() []CreateGroupRequest_FieldPath
func (*CreateGroupRequest_FieldMask) GetRawPaths ¶
func (fieldMask *CreateGroupRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*CreateGroupRequest_FieldMask) IsFull ¶
func (fieldMask *CreateGroupRequest_FieldMask) IsFull() bool
func (CreateGroupRequest_FieldMask) Marshal ¶
func (fieldMask CreateGroupRequest_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (CreateGroupRequest_FieldMask) MarshalJSON ¶
func (fieldMask CreateGroupRequest_FieldMask) MarshalJSON() ([]byte, error)
func (*CreateGroupRequest_FieldMask) PathsCount ¶
func (fieldMask *CreateGroupRequest_FieldMask) PathsCount() int
func (*CreateGroupRequest_FieldMask) Project ¶
func (fieldMask *CreateGroupRequest_FieldMask) Project(source *CreateGroupRequest) *CreateGroupRequest
func (*CreateGroupRequest_FieldMask) ProjectRaw ¶
func (fieldMask *CreateGroupRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*CreateGroupRequest_FieldMask) ProtoMessage ¶
func (fieldMask *CreateGroupRequest_FieldMask) ProtoMessage()
func (*CreateGroupRequest_FieldMask) ProtoReflect ¶
func (fieldMask *CreateGroupRequest_FieldMask) ProtoReflect() preflect.Message
func (*CreateGroupRequest_FieldMask) Reset ¶
func (fieldMask *CreateGroupRequest_FieldMask) Reset()
func (*CreateGroupRequest_FieldMask) Set ¶
func (fieldMask *CreateGroupRequest_FieldMask) Set(target, source *CreateGroupRequest)
func (*CreateGroupRequest_FieldMask) SetFromCliFlag ¶
func (fieldMask *CreateGroupRequest_FieldMask) SetFromCliFlag(raw string) error
func (*CreateGroupRequest_FieldMask) SetRaw ¶
func (fieldMask *CreateGroupRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*CreateGroupRequest_FieldMask) Size ¶
func (fieldMask *CreateGroupRequest_FieldMask) Size() int
func (*CreateGroupRequest_FieldMask) String ¶
func (fieldMask *CreateGroupRequest_FieldMask) String() string
func (*CreateGroupRequest_FieldMask) Subtract ¶
func (fieldMask *CreateGroupRequest_FieldMask) Subtract(other *CreateGroupRequest_FieldMask) *CreateGroupRequest_FieldMask
func (*CreateGroupRequest_FieldMask) SubtractRaw ¶
func (fieldMask *CreateGroupRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*CreateGroupRequest_FieldMask) ToProtoFieldMask ¶
func (fieldMask *CreateGroupRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*CreateGroupRequest_FieldMask) Unmarshal ¶
func (fieldMask *CreateGroupRequest_FieldMask) Unmarshal(data []byte) error
func (*CreateGroupRequest_FieldMask) UnmarshalJSON ¶
func (fieldMask *CreateGroupRequest_FieldMask) UnmarshalJSON(data []byte) error
type CreateGroupRequest_FieldPath ¶
type CreateGroupRequest_FieldPath interface { gotenobject.FieldPath Selector() CreateGroupRequest_FieldPathSelector Get(source *CreateGroupRequest) []interface{} GetSingle(source *CreateGroupRequest) (interface{}, bool) ClearValue(item *CreateGroupRequest) // Those methods build corresponding CreateGroupRequest_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) CreateGroupRequest_FieldPathValue WithIArrayOfValues(values interface{}) CreateGroupRequest_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) CreateGroupRequest_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildCreateGroupRequest_FieldPath ¶
func BuildCreateGroupRequest_FieldPath(fp gotenobject.RawFieldPath) (CreateGroupRequest_FieldPath, error)
func MustParseCreateGroupRequest_FieldPath ¶
func MustParseCreateGroupRequest_FieldPath(rawField string) CreateGroupRequest_FieldPath
func ParseCreateGroupRequest_FieldPath ¶
func ParseCreateGroupRequest_FieldPath(rawField string) (CreateGroupRequest_FieldPath, error)
type CreateGroupRequest_FieldPathArrayItemValue ¶
type CreateGroupRequest_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue CreateGroupRequest_FieldPath ContainsValue(*CreateGroupRequest) bool }
CreateGroupRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for CreateGroupRequest according to their type Present only for array (repeated) types.
func MustParseCreateGroupRequest_FieldPathArrayItemValue ¶
func MustParseCreateGroupRequest_FieldPathArrayItemValue(pathStr, valueStr string) CreateGroupRequest_FieldPathArrayItemValue
func ParseCreateGroupRequest_FieldPathArrayItemValue ¶
func ParseCreateGroupRequest_FieldPathArrayItemValue(pathStr, valueStr string) (CreateGroupRequest_FieldPathArrayItemValue, error)
ParseCreateGroupRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type CreateGroupRequest_FieldPathArrayOfValues ¶
type CreateGroupRequest_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues CreateGroupRequest_FieldPath }
CreateGroupRequest_FieldPathArrayOfValues allows storing slice of values for CreateGroupRequest fields according to their type
func MustParseCreateGroupRequest_FieldPathArrayOfValues ¶
func MustParseCreateGroupRequest_FieldPathArrayOfValues(pathStr, valuesStr string) CreateGroupRequest_FieldPathArrayOfValues
func ParseCreateGroupRequest_FieldPathArrayOfValues ¶
func ParseCreateGroupRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (CreateGroupRequest_FieldPathArrayOfValues, error)
type CreateGroupRequest_FieldPathSelector ¶
type CreateGroupRequest_FieldPathSelector int32
const ( CreateGroupRequest_FieldPathSelectorParent CreateGroupRequest_FieldPathSelector = 0 CreateGroupRequest_FieldPathSelectorGroup CreateGroupRequest_FieldPathSelector = 1 )
func (CreateGroupRequest_FieldPathSelector) String ¶
func (s CreateGroupRequest_FieldPathSelector) String() string
type CreateGroupRequest_FieldPathValue ¶
type CreateGroupRequest_FieldPathValue interface { CreateGroupRequest_FieldPath gotenobject.FieldPathValue SetTo(target **CreateGroupRequest) CompareWith(*CreateGroupRequest) (cmp int, comparable bool) }
CreateGroupRequest_FieldPathValue allows storing values for CreateGroupRequest fields according to their type
func MustParseCreateGroupRequest_FieldPathValue ¶
func MustParseCreateGroupRequest_FieldPathValue(pathStr, valueStr string) CreateGroupRequest_FieldPathValue
func ParseCreateGroupRequest_FieldPathValue ¶
func ParseCreateGroupRequest_FieldPathValue(pathStr, valueStr string) (CreateGroupRequest_FieldPathValue, error)
type CreateGroupRequest_FieldSubPath ¶
type CreateGroupRequest_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*CreateGroupRequest_FieldSubPath) AsGroupSubPath ¶
func (fps *CreateGroupRequest_FieldSubPath) AsGroupSubPath() (group.Group_FieldPath, bool)
func (*CreateGroupRequest_FieldSubPath) ClearValue ¶
func (fps *CreateGroupRequest_FieldSubPath) ClearValue(item *CreateGroupRequest)
func (*CreateGroupRequest_FieldSubPath) ClearValueRaw ¶
func (fps *CreateGroupRequest_FieldSubPath) ClearValueRaw(item proto.Message)
func (*CreateGroupRequest_FieldSubPath) Get ¶
func (fps *CreateGroupRequest_FieldSubPath) Get(source *CreateGroupRequest) (values []interface{})
Get returns all values pointed by selected field from source CreateGroupRequest
func (*CreateGroupRequest_FieldSubPath) GetDefault ¶
func (fps *CreateGroupRequest_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*CreateGroupRequest_FieldSubPath) GetRaw ¶
func (fps *CreateGroupRequest_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*CreateGroupRequest_FieldSubPath) GetSingle ¶
func (fps *CreateGroupRequest_FieldSubPath) GetSingle(source *CreateGroupRequest) (interface{}, bool)
GetSingle returns value of selected field from source CreateGroupRequest
func (*CreateGroupRequest_FieldSubPath) GetSingleRaw ¶
func (fps *CreateGroupRequest_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*CreateGroupRequest_FieldSubPath) IsLeaf ¶
func (fps *CreateGroupRequest_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*CreateGroupRequest_FieldSubPath) JSONString ¶
func (fps *CreateGroupRequest_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*CreateGroupRequest_FieldSubPath) Selector ¶
func (fps *CreateGroupRequest_FieldSubPath) Selector() CreateGroupRequest_FieldPathSelector
func (*CreateGroupRequest_FieldSubPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fps *CreateGroupRequest_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*CreateGroupRequest_FieldSubPath) String ¶
func (fps *CreateGroupRequest_FieldSubPath) String() string
String returns path representation in proto convention
func (*CreateGroupRequest_FieldSubPath) WithIArrayItemValue ¶
func (fps *CreateGroupRequest_FieldSubPath) WithIArrayItemValue(value interface{}) CreateGroupRequest_FieldPathArrayItemValue
func (*CreateGroupRequest_FieldSubPath) WithIArrayOfValues ¶
func (fps *CreateGroupRequest_FieldSubPath) WithIArrayOfValues(values interface{}) CreateGroupRequest_FieldPathArrayOfValues
func (*CreateGroupRequest_FieldSubPath) WithIValue ¶
func (fps *CreateGroupRequest_FieldSubPath) WithIValue(value interface{}) CreateGroupRequest_FieldPathValue
func (*CreateGroupRequest_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *CreateGroupRequest_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*CreateGroupRequest_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *CreateGroupRequest_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*CreateGroupRequest_FieldSubPath) WithRawIValue ¶
func (fps *CreateGroupRequest_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type CreateGroupRequest_FieldSubPathArrayItemValue ¶
type CreateGroupRequest_FieldSubPathArrayItemValue struct { CreateGroupRequest_FieldPath // contains filtered or unexported fields }
func (*CreateGroupRequest_FieldSubPathArrayItemValue) AsGroupPathItemValue ¶
func (fpaivs *CreateGroupRequest_FieldSubPathArrayItemValue) AsGroupPathItemValue() (group.Group_FieldPathArrayItemValue, bool)
func (*CreateGroupRequest_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *CreateGroupRequest_FieldSubPathArrayItemValue) ContainsValue(source *CreateGroupRequest) bool
Contains returns a boolean indicating if value that is being held is present in given 'CreateGroupRequest'
func (*CreateGroupRequest_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *CreateGroupRequest_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type CreateGroupRequest_FieldSubPathArrayOfValues ¶
type CreateGroupRequest_FieldSubPathArrayOfValues struct { CreateGroupRequest_FieldPath // contains filtered or unexported fields }
func (*CreateGroupRequest_FieldSubPathArrayOfValues) AsGroupPathArrayOfValues ¶
func (fpsaov *CreateGroupRequest_FieldSubPathArrayOfValues) AsGroupPathArrayOfValues() (group.Group_FieldPathArrayOfValues, bool)
func (*CreateGroupRequest_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *CreateGroupRequest_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type CreateGroupRequest_FieldSubPathValue ¶
type CreateGroupRequest_FieldSubPathValue struct { CreateGroupRequest_FieldPath // contains filtered or unexported fields }
func (*CreateGroupRequest_FieldSubPathValue) AsGroupPathValue ¶
func (fpvs *CreateGroupRequest_FieldSubPathValue) AsGroupPathValue() (group.Group_FieldPathValue, bool)
func (*CreateGroupRequest_FieldSubPathValue) CompareWith ¶
func (fpvs *CreateGroupRequest_FieldSubPathValue) CompareWith(source *CreateGroupRequest) (int, bool)
func (*CreateGroupRequest_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *CreateGroupRequest_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*CreateGroupRequest_FieldSubPathValue) GetRawValue ¶
func (fpvs *CreateGroupRequest_FieldSubPathValue) GetRawValue() interface{}
func (*CreateGroupRequest_FieldSubPathValue) SetTo ¶
func (fpvs *CreateGroupRequest_FieldSubPathValue) SetTo(target **CreateGroupRequest)
func (*CreateGroupRequest_FieldSubPathValue) SetToRaw ¶
func (fpvs *CreateGroupRequest_FieldSubPathValue) SetToRaw(target proto.Message)
type CreateGroupRequest_FieldTerminalPath ¶
type CreateGroupRequest_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*CreateGroupRequest_FieldTerminalPath) ClearValue ¶
func (fp *CreateGroupRequest_FieldTerminalPath) ClearValue(item *CreateGroupRequest)
func (*CreateGroupRequest_FieldTerminalPath) ClearValueRaw ¶
func (fp *CreateGroupRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*CreateGroupRequest_FieldTerminalPath) Get ¶
func (fp *CreateGroupRequest_FieldTerminalPath) Get(source *CreateGroupRequest) (values []interface{})
Get returns all values pointed by specific field from source CreateGroupRequest
func (*CreateGroupRequest_FieldTerminalPath) GetDefault ¶
func (fp *CreateGroupRequest_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*CreateGroupRequest_FieldTerminalPath) GetRaw ¶
func (fp *CreateGroupRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*CreateGroupRequest_FieldTerminalPath) GetSingle ¶
func (fp *CreateGroupRequest_FieldTerminalPath) GetSingle(source *CreateGroupRequest) (interface{}, bool)
GetSingle returns value pointed by specific field of from source CreateGroupRequest
func (*CreateGroupRequest_FieldTerminalPath) GetSingleRaw ¶
func (fp *CreateGroupRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*CreateGroupRequest_FieldTerminalPath) IsLeaf ¶
func (fp *CreateGroupRequest_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*CreateGroupRequest_FieldTerminalPath) JSONString ¶
func (fp *CreateGroupRequest_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*CreateGroupRequest_FieldTerminalPath) Selector ¶
func (fp *CreateGroupRequest_FieldTerminalPath) Selector() CreateGroupRequest_FieldPathSelector
func (*CreateGroupRequest_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *CreateGroupRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*CreateGroupRequest_FieldTerminalPath) String ¶
func (fp *CreateGroupRequest_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*CreateGroupRequest_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *CreateGroupRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) CreateGroupRequest_FieldPathArrayItemValue
func (*CreateGroupRequest_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *CreateGroupRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) CreateGroupRequest_FieldPathArrayOfValues
func (*CreateGroupRequest_FieldTerminalPath) WithIValue ¶
func (fp *CreateGroupRequest_FieldTerminalPath) WithIValue(value interface{}) CreateGroupRequest_FieldPathValue
func (*CreateGroupRequest_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *CreateGroupRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*CreateGroupRequest_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *CreateGroupRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*CreateGroupRequest_FieldTerminalPath) WithRawIValue ¶
func (fp *CreateGroupRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type CreateGroupRequest_FieldTerminalPathArrayItemValue ¶
type CreateGroupRequest_FieldTerminalPathArrayItemValue struct { CreateGroupRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*CreateGroupRequest_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *CreateGroupRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *CreateGroupRequest) bool
Contains returns a boolean indicating if value that is being held is present in given 'CreateGroupRequest'
func (*CreateGroupRequest_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *CreateGroupRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object CreateGroupRequest as interface{}
func (*CreateGroupRequest_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *CreateGroupRequest_FieldTerminalPathArrayItemValue) GetSingle(source *CreateGroupRequest) (interface{}, bool)
func (*CreateGroupRequest_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *CreateGroupRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type CreateGroupRequest_FieldTerminalPathArrayOfValues ¶
type CreateGroupRequest_FieldTerminalPathArrayOfValues struct { CreateGroupRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*CreateGroupRequest_FieldTerminalPathArrayOfValues) AsGroupArrayOfValues ¶
func (fpaov *CreateGroupRequest_FieldTerminalPathArrayOfValues) AsGroupArrayOfValues() ([]*group.Group, bool)
func (*CreateGroupRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues ¶
func (fpaov *CreateGroupRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues() ([]*group.ParentReference, bool)
func (*CreateGroupRequest_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *CreateGroupRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type CreateGroupRequest_FieldTerminalPathValue ¶
type CreateGroupRequest_FieldTerminalPathValue struct { CreateGroupRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*CreateGroupRequest_FieldTerminalPathValue) AsGroupValue ¶
func (fpv *CreateGroupRequest_FieldTerminalPathValue) AsGroupValue() (*group.Group, bool)
func (*CreateGroupRequest_FieldTerminalPathValue) AsParentValue ¶
func (fpv *CreateGroupRequest_FieldTerminalPathValue) AsParentValue() (*group.ParentReference, bool)
func (*CreateGroupRequest_FieldTerminalPathValue) CompareWith ¶
func (fpv *CreateGroupRequest_FieldTerminalPathValue) CompareWith(source *CreateGroupRequest) (int, bool)
CompareWith compares value in the 'CreateGroupRequest_FieldTerminalPathValue' with the value under path in 'CreateGroupRequest'.
func (*CreateGroupRequest_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *CreateGroupRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*CreateGroupRequest_FieldTerminalPathValue) GetRawValue ¶
func (fpv *CreateGroupRequest_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'CreateGroupRequest' as interface{}
func (*CreateGroupRequest_FieldTerminalPathValue) SetTo ¶
func (fpv *CreateGroupRequest_FieldTerminalPathValue) SetTo(target **CreateGroupRequest)
SetTo stores value for selected field for object CreateGroupRequest
func (*CreateGroupRequest_FieldTerminalPathValue) SetToRaw ¶
func (fpv *CreateGroupRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
type DeleteGroupDescriptor ¶ added in v0.4.28
type DeleteGroupDescriptor struct{}
func GetDeleteGroupDescriptor ¶ added in v0.4.28
func GetDeleteGroupDescriptor() *DeleteGroupDescriptor
func (*DeleteGroupDescriptor) GetApiDescriptor ¶ added in v0.4.28
func (d *DeleteGroupDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*DeleteGroupDescriptor) GetApiName ¶ added in v0.4.28
func (d *DeleteGroupDescriptor) GetApiName() string
func (*DeleteGroupDescriptor) GetClientMsgReflectHandle ¶ added in v0.4.28
func (d *DeleteGroupDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*DeleteGroupDescriptor) GetFullMethodName ¶ added in v0.4.28
func (d *DeleteGroupDescriptor) GetFullMethodName() string
func (*DeleteGroupDescriptor) GetMethodName ¶ added in v0.4.28
func (d *DeleteGroupDescriptor) GetMethodName() string
func (*DeleteGroupDescriptor) GetProtoPkgName ¶ added in v0.4.28
func (d *DeleteGroupDescriptor) GetProtoPkgName() string
func (*DeleteGroupDescriptor) GetResourceDescriptor ¶ added in v0.4.30
func (d *DeleteGroupDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*DeleteGroupDescriptor) GetServerMsgReflectHandle ¶ added in v0.4.28
func (d *DeleteGroupDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*DeleteGroupDescriptor) GetServiceDomain ¶ added in v0.4.28
func (d *DeleteGroupDescriptor) GetServiceDomain() string
func (*DeleteGroupDescriptor) GetServiceVersion ¶ added in v0.4.28
func (d *DeleteGroupDescriptor) GetServiceVersion() string
func (*DeleteGroupDescriptor) GetVerb ¶ added in v0.4.28
func (d *DeleteGroupDescriptor) GetVerb() string
func (*DeleteGroupDescriptor) HasResource ¶ added in v0.4.30
func (d *DeleteGroupDescriptor) HasResource() bool
func (*DeleteGroupDescriptor) IsClientStream ¶ added in v0.4.28
func (d *DeleteGroupDescriptor) IsClientStream() bool
func (*DeleteGroupDescriptor) IsCollection ¶ added in v0.4.30
func (d *DeleteGroupDescriptor) IsCollection() bool
func (*DeleteGroupDescriptor) IsPlural ¶ added in v0.4.30
func (d *DeleteGroupDescriptor) IsPlural() bool
func (*DeleteGroupDescriptor) IsServerStream ¶ added in v0.4.28
func (d *DeleteGroupDescriptor) IsServerStream() bool
func (*DeleteGroupDescriptor) IsUnary ¶ added in v0.4.28
func (d *DeleteGroupDescriptor) IsUnary() bool
func (*DeleteGroupDescriptor) NewEmptyClientMsg ¶ added in v0.4.28
func (d *DeleteGroupDescriptor) NewEmptyClientMsg() proto.Message
func (*DeleteGroupDescriptor) NewEmptyServerMsg ¶ added in v0.4.28
func (d *DeleteGroupDescriptor) NewEmptyServerMsg() proto.Message
func (*DeleteGroupDescriptor) RequestHasResourceBody ¶ added in v0.4.28
func (d *DeleteGroupDescriptor) RequestHasResourceBody() bool
type DeleteGroupDescriptorClientMsgHandle ¶ added in v0.4.28
type DeleteGroupDescriptorClientMsgHandle struct{}
func (*DeleteGroupDescriptorClientMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *DeleteGroupDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*DeleteGroupDescriptorClientMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *DeleteGroupDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*DeleteGroupDescriptorClientMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *DeleteGroupDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type DeleteGroupDescriptorServerMsgHandle ¶ added in v0.4.28
type DeleteGroupDescriptorServerMsgHandle struct{}
func (*DeleteGroupDescriptorServerMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *DeleteGroupDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*DeleteGroupDescriptorServerMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *DeleteGroupDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*DeleteGroupDescriptorServerMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *DeleteGroupDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type DeleteGroupRequest ¶
type DeleteGroupRequest struct { // Reference of ntt.iam.v1alpha.Group Name *group.Reference `protobuf:"bytes,1,opt,customtype=Reference,name=name,proto3" json:"name,omitempty" firestore:"name"` // contains filtered or unexported fields }
Request message for method [DeleteGroup][ntt.iam.v1alpha.DeleteGroup]
func (*DeleteGroupRequest) Clone ¶
func (o *DeleteGroupRequest) Clone() *DeleteGroupRequest
func (*DeleteGroupRequest) CloneRaw ¶
func (o *DeleteGroupRequest) CloneRaw() gotenobject.GotenObjectExt
func (*DeleteGroupRequest) Descriptor ¶
func (*DeleteGroupRequest) Descriptor() ([]byte, []int)
Deprecated, Use DeleteGroupRequest.ProtoReflect.Descriptor instead.
func (*DeleteGroupRequest) GetName ¶
func (m *DeleteGroupRequest) GetName() *group.Reference
func (*DeleteGroupRequest) GotenMessage ¶
func (*DeleteGroupRequest) GotenMessage()
func (*DeleteGroupRequest) GotenObjectExt ¶
func (o *DeleteGroupRequest) GotenObjectExt()
func (*DeleteGroupRequest) GotenValidate ¶
func (obj *DeleteGroupRequest) GotenValidate() error
func (*DeleteGroupRequest) MakeDiffFieldMask ¶
func (o *DeleteGroupRequest) MakeDiffFieldMask(other *DeleteGroupRequest) *DeleteGroupRequest_FieldMask
func (*DeleteGroupRequest) MakeFullFieldMask ¶
func (o *DeleteGroupRequest) MakeFullFieldMask() *DeleteGroupRequest_FieldMask
func (*DeleteGroupRequest) MakeRawDiffFieldMask ¶
func (o *DeleteGroupRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*DeleteGroupRequest) MakeRawFullFieldMask ¶
func (o *DeleteGroupRequest) MakeRawFullFieldMask() gotenobject.FieldMask
func (*DeleteGroupRequest) Marshal ¶
func (m *DeleteGroupRequest) Marshal() ([]byte, error)
func (*DeleteGroupRequest) MarshalJSON ¶
func (m *DeleteGroupRequest) MarshalJSON() ([]byte, error)
func (*DeleteGroupRequest) Merge ¶
func (o *DeleteGroupRequest) Merge(source *DeleteGroupRequest)
func (*DeleteGroupRequest) MergeRaw ¶
func (o *DeleteGroupRequest) MergeRaw(source gotenobject.GotenObjectExt)
func (*DeleteGroupRequest) ProtoMessage ¶
func (*DeleteGroupRequest) ProtoMessage()
func (*DeleteGroupRequest) ProtoReflect ¶
func (m *DeleteGroupRequest) ProtoReflect() preflect.Message
func (*DeleteGroupRequest) Reset ¶
func (m *DeleteGroupRequest) Reset()
func (*DeleteGroupRequest) SetName ¶
func (m *DeleteGroupRequest) SetName(fv *group.Reference)
func (*DeleteGroupRequest) String ¶
func (m *DeleteGroupRequest) String() string
func (*DeleteGroupRequest) Unmarshal ¶
func (m *DeleteGroupRequest) Unmarshal(b []byte) error
func (*DeleteGroupRequest) UnmarshalJSON ¶
func (m *DeleteGroupRequest) UnmarshalJSON(data []byte) error
type DeleteGroupRequestFieldPathBuilder ¶
type DeleteGroupRequestFieldPathBuilder struct{}
func NewDeleteGroupRequestFieldPathBuilder ¶
func NewDeleteGroupRequestFieldPathBuilder() DeleteGroupRequestFieldPathBuilder
type DeleteGroupRequestPathSelectorName ¶
type DeleteGroupRequestPathSelectorName struct{}
func (DeleteGroupRequestPathSelectorName) FieldPath ¶
func (DeleteGroupRequestPathSelectorName) FieldPath() *DeleteGroupRequest_FieldTerminalPath
func (DeleteGroupRequestPathSelectorName) WithArrayOfValues ¶
func (s DeleteGroupRequestPathSelectorName) WithArrayOfValues(values []*group.Reference) *DeleteGroupRequest_FieldTerminalPathArrayOfValues
func (DeleteGroupRequestPathSelectorName) WithValue ¶
func (s DeleteGroupRequestPathSelectorName) WithValue(value *group.Reference) *DeleteGroupRequest_FieldTerminalPathValue
type DeleteGroupRequest_FieldMask ¶
type DeleteGroupRequest_FieldMask struct {
Paths []DeleteGroupRequest_FieldPath
}
func FullDeleteGroupRequest_FieldMask ¶
func FullDeleteGroupRequest_FieldMask() *DeleteGroupRequest_FieldMask
func (*DeleteGroupRequest_FieldMask) AppendPath ¶
func (fieldMask *DeleteGroupRequest_FieldMask) AppendPath(path DeleteGroupRequest_FieldPath)
func (*DeleteGroupRequest_FieldMask) AppendRawPath ¶
func (fieldMask *DeleteGroupRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*DeleteGroupRequest_FieldMask) DecodeFirestore ¶
func (fieldMask *DeleteGroupRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*DeleteGroupRequest_FieldMask) EncodeFirestore ¶
func (fieldMask *DeleteGroupRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*DeleteGroupRequest_FieldMask) FilterInputFields ¶
func (fieldMask *DeleteGroupRequest_FieldMask) FilterInputFields() *DeleteGroupRequest_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*DeleteGroupRequest_FieldMask) FromProtoFieldMask ¶
func (fieldMask *DeleteGroupRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*DeleteGroupRequest_FieldMask) GetPaths ¶
func (fieldMask *DeleteGroupRequest_FieldMask) GetPaths() []DeleteGroupRequest_FieldPath
func (*DeleteGroupRequest_FieldMask) GetRawPaths ¶
func (fieldMask *DeleteGroupRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*DeleteGroupRequest_FieldMask) IsFull ¶
func (fieldMask *DeleteGroupRequest_FieldMask) IsFull() bool
func (DeleteGroupRequest_FieldMask) Marshal ¶
func (fieldMask DeleteGroupRequest_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (DeleteGroupRequest_FieldMask) MarshalJSON ¶
func (fieldMask DeleteGroupRequest_FieldMask) MarshalJSON() ([]byte, error)
func (*DeleteGroupRequest_FieldMask) PathsCount ¶
func (fieldMask *DeleteGroupRequest_FieldMask) PathsCount() int
func (*DeleteGroupRequest_FieldMask) Project ¶
func (fieldMask *DeleteGroupRequest_FieldMask) Project(source *DeleteGroupRequest) *DeleteGroupRequest
func (*DeleteGroupRequest_FieldMask) ProjectRaw ¶
func (fieldMask *DeleteGroupRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*DeleteGroupRequest_FieldMask) ProtoMessage ¶
func (fieldMask *DeleteGroupRequest_FieldMask) ProtoMessage()
func (*DeleteGroupRequest_FieldMask) ProtoReflect ¶
func (fieldMask *DeleteGroupRequest_FieldMask) ProtoReflect() preflect.Message
func (*DeleteGroupRequest_FieldMask) Reset ¶
func (fieldMask *DeleteGroupRequest_FieldMask) Reset()
func (*DeleteGroupRequest_FieldMask) Set ¶
func (fieldMask *DeleteGroupRequest_FieldMask) Set(target, source *DeleteGroupRequest)
func (*DeleteGroupRequest_FieldMask) SetFromCliFlag ¶
func (fieldMask *DeleteGroupRequest_FieldMask) SetFromCliFlag(raw string) error
func (*DeleteGroupRequest_FieldMask) SetRaw ¶
func (fieldMask *DeleteGroupRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*DeleteGroupRequest_FieldMask) Size ¶
func (fieldMask *DeleteGroupRequest_FieldMask) Size() int
func (*DeleteGroupRequest_FieldMask) String ¶
func (fieldMask *DeleteGroupRequest_FieldMask) String() string
func (*DeleteGroupRequest_FieldMask) Subtract ¶
func (fieldMask *DeleteGroupRequest_FieldMask) Subtract(other *DeleteGroupRequest_FieldMask) *DeleteGroupRequest_FieldMask
func (*DeleteGroupRequest_FieldMask) SubtractRaw ¶
func (fieldMask *DeleteGroupRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*DeleteGroupRequest_FieldMask) ToProtoFieldMask ¶
func (fieldMask *DeleteGroupRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*DeleteGroupRequest_FieldMask) Unmarshal ¶
func (fieldMask *DeleteGroupRequest_FieldMask) Unmarshal(data []byte) error
func (*DeleteGroupRequest_FieldMask) UnmarshalJSON ¶
func (fieldMask *DeleteGroupRequest_FieldMask) UnmarshalJSON(data []byte) error
type DeleteGroupRequest_FieldPath ¶
type DeleteGroupRequest_FieldPath interface { gotenobject.FieldPath Selector() DeleteGroupRequest_FieldPathSelector Get(source *DeleteGroupRequest) []interface{} GetSingle(source *DeleteGroupRequest) (interface{}, bool) ClearValue(item *DeleteGroupRequest) // Those methods build corresponding DeleteGroupRequest_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) DeleteGroupRequest_FieldPathValue WithIArrayOfValues(values interface{}) DeleteGroupRequest_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) DeleteGroupRequest_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildDeleteGroupRequest_FieldPath ¶
func BuildDeleteGroupRequest_FieldPath(fp gotenobject.RawFieldPath) (DeleteGroupRequest_FieldPath, error)
func MustParseDeleteGroupRequest_FieldPath ¶
func MustParseDeleteGroupRequest_FieldPath(rawField string) DeleteGroupRequest_FieldPath
func ParseDeleteGroupRequest_FieldPath ¶
func ParseDeleteGroupRequest_FieldPath(rawField string) (DeleteGroupRequest_FieldPath, error)
type DeleteGroupRequest_FieldPathArrayItemValue ¶
type DeleteGroupRequest_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue DeleteGroupRequest_FieldPath ContainsValue(*DeleteGroupRequest) bool }
DeleteGroupRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for DeleteGroupRequest according to their type Present only for array (repeated) types.
func MustParseDeleteGroupRequest_FieldPathArrayItemValue ¶
func MustParseDeleteGroupRequest_FieldPathArrayItemValue(pathStr, valueStr string) DeleteGroupRequest_FieldPathArrayItemValue
func ParseDeleteGroupRequest_FieldPathArrayItemValue ¶
func ParseDeleteGroupRequest_FieldPathArrayItemValue(pathStr, valueStr string) (DeleteGroupRequest_FieldPathArrayItemValue, error)
ParseDeleteGroupRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type DeleteGroupRequest_FieldPathArrayOfValues ¶
type DeleteGroupRequest_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues DeleteGroupRequest_FieldPath }
DeleteGroupRequest_FieldPathArrayOfValues allows storing slice of values for DeleteGroupRequest fields according to their type
func MustParseDeleteGroupRequest_FieldPathArrayOfValues ¶
func MustParseDeleteGroupRequest_FieldPathArrayOfValues(pathStr, valuesStr string) DeleteGroupRequest_FieldPathArrayOfValues
func ParseDeleteGroupRequest_FieldPathArrayOfValues ¶
func ParseDeleteGroupRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (DeleteGroupRequest_FieldPathArrayOfValues, error)
type DeleteGroupRequest_FieldPathSelector ¶
type DeleteGroupRequest_FieldPathSelector int32
const (
DeleteGroupRequest_FieldPathSelectorName DeleteGroupRequest_FieldPathSelector = 0
)
func (DeleteGroupRequest_FieldPathSelector) String ¶
func (s DeleteGroupRequest_FieldPathSelector) String() string
type DeleteGroupRequest_FieldPathValue ¶
type DeleteGroupRequest_FieldPathValue interface { DeleteGroupRequest_FieldPath gotenobject.FieldPathValue SetTo(target **DeleteGroupRequest) CompareWith(*DeleteGroupRequest) (cmp int, comparable bool) }
DeleteGroupRequest_FieldPathValue allows storing values for DeleteGroupRequest fields according to their type
func MustParseDeleteGroupRequest_FieldPathValue ¶
func MustParseDeleteGroupRequest_FieldPathValue(pathStr, valueStr string) DeleteGroupRequest_FieldPathValue
func ParseDeleteGroupRequest_FieldPathValue ¶
func ParseDeleteGroupRequest_FieldPathValue(pathStr, valueStr string) (DeleteGroupRequest_FieldPathValue, error)
type DeleteGroupRequest_FieldTerminalPath ¶
type DeleteGroupRequest_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*DeleteGroupRequest_FieldTerminalPath) ClearValue ¶
func (fp *DeleteGroupRequest_FieldTerminalPath) ClearValue(item *DeleteGroupRequest)
func (*DeleteGroupRequest_FieldTerminalPath) ClearValueRaw ¶
func (fp *DeleteGroupRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*DeleteGroupRequest_FieldTerminalPath) Get ¶
func (fp *DeleteGroupRequest_FieldTerminalPath) Get(source *DeleteGroupRequest) (values []interface{})
Get returns all values pointed by specific field from source DeleteGroupRequest
func (*DeleteGroupRequest_FieldTerminalPath) GetDefault ¶
func (fp *DeleteGroupRequest_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*DeleteGroupRequest_FieldTerminalPath) GetRaw ¶
func (fp *DeleteGroupRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*DeleteGroupRequest_FieldTerminalPath) GetSingle ¶
func (fp *DeleteGroupRequest_FieldTerminalPath) GetSingle(source *DeleteGroupRequest) (interface{}, bool)
GetSingle returns value pointed by specific field of from source DeleteGroupRequest
func (*DeleteGroupRequest_FieldTerminalPath) GetSingleRaw ¶
func (fp *DeleteGroupRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*DeleteGroupRequest_FieldTerminalPath) IsLeaf ¶
func (fp *DeleteGroupRequest_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*DeleteGroupRequest_FieldTerminalPath) JSONString ¶
func (fp *DeleteGroupRequest_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*DeleteGroupRequest_FieldTerminalPath) Selector ¶
func (fp *DeleteGroupRequest_FieldTerminalPath) Selector() DeleteGroupRequest_FieldPathSelector
func (*DeleteGroupRequest_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *DeleteGroupRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*DeleteGroupRequest_FieldTerminalPath) String ¶
func (fp *DeleteGroupRequest_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*DeleteGroupRequest_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *DeleteGroupRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) DeleteGroupRequest_FieldPathArrayItemValue
func (*DeleteGroupRequest_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *DeleteGroupRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) DeleteGroupRequest_FieldPathArrayOfValues
func (*DeleteGroupRequest_FieldTerminalPath) WithIValue ¶
func (fp *DeleteGroupRequest_FieldTerminalPath) WithIValue(value interface{}) DeleteGroupRequest_FieldPathValue
func (*DeleteGroupRequest_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *DeleteGroupRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*DeleteGroupRequest_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *DeleteGroupRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*DeleteGroupRequest_FieldTerminalPath) WithRawIValue ¶
func (fp *DeleteGroupRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type DeleteGroupRequest_FieldTerminalPathArrayItemValue ¶
type DeleteGroupRequest_FieldTerminalPathArrayItemValue struct { DeleteGroupRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*DeleteGroupRequest_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *DeleteGroupRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *DeleteGroupRequest) bool
Contains returns a boolean indicating if value that is being held is present in given 'DeleteGroupRequest'
func (*DeleteGroupRequest_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *DeleteGroupRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object DeleteGroupRequest as interface{}
func (*DeleteGroupRequest_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *DeleteGroupRequest_FieldTerminalPathArrayItemValue) GetSingle(source *DeleteGroupRequest) (interface{}, bool)
func (*DeleteGroupRequest_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *DeleteGroupRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type DeleteGroupRequest_FieldTerminalPathArrayOfValues ¶
type DeleteGroupRequest_FieldTerminalPathArrayOfValues struct { DeleteGroupRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*DeleteGroupRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues ¶
func (fpaov *DeleteGroupRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*group.Reference, bool)
func (*DeleteGroupRequest_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *DeleteGroupRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type DeleteGroupRequest_FieldTerminalPathValue ¶
type DeleteGroupRequest_FieldTerminalPathValue struct { DeleteGroupRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*DeleteGroupRequest_FieldTerminalPathValue) AsNameValue ¶
func (fpv *DeleteGroupRequest_FieldTerminalPathValue) AsNameValue() (*group.Reference, bool)
func (*DeleteGroupRequest_FieldTerminalPathValue) CompareWith ¶
func (fpv *DeleteGroupRequest_FieldTerminalPathValue) CompareWith(source *DeleteGroupRequest) (int, bool)
CompareWith compares value in the 'DeleteGroupRequest_FieldTerminalPathValue' with the value under path in 'DeleteGroupRequest'.
func (*DeleteGroupRequest_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *DeleteGroupRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*DeleteGroupRequest_FieldTerminalPathValue) GetRawValue ¶
func (fpv *DeleteGroupRequest_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'DeleteGroupRequest' as interface{}
func (*DeleteGroupRequest_FieldTerminalPathValue) SetTo ¶
func (fpv *DeleteGroupRequest_FieldTerminalPathValue) SetTo(target **DeleteGroupRequest)
SetTo stores value for selected field for object DeleteGroupRequest
func (*DeleteGroupRequest_FieldTerminalPathValue) SetToRaw ¶
func (fpv *DeleteGroupRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
type GetGroupDescriptor ¶ added in v0.4.28
type GetGroupDescriptor struct{}
func GetGetGroupDescriptor ¶ added in v0.4.28
func GetGetGroupDescriptor() *GetGroupDescriptor
func (*GetGroupDescriptor) GetApiDescriptor ¶ added in v0.4.28
func (d *GetGroupDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*GetGroupDescriptor) GetApiName ¶ added in v0.4.28
func (d *GetGroupDescriptor) GetApiName() string
func (*GetGroupDescriptor) GetClientMsgReflectHandle ¶ added in v0.4.28
func (d *GetGroupDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*GetGroupDescriptor) GetFullMethodName ¶ added in v0.4.28
func (d *GetGroupDescriptor) GetFullMethodName() string
func (*GetGroupDescriptor) GetMethodName ¶ added in v0.4.28
func (d *GetGroupDescriptor) GetMethodName() string
func (*GetGroupDescriptor) GetProtoPkgName ¶ added in v0.4.28
func (d *GetGroupDescriptor) GetProtoPkgName() string
func (*GetGroupDescriptor) GetResourceDescriptor ¶ added in v0.4.30
func (d *GetGroupDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*GetGroupDescriptor) GetServerMsgReflectHandle ¶ added in v0.4.28
func (d *GetGroupDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*GetGroupDescriptor) GetServiceDomain ¶ added in v0.4.28
func (d *GetGroupDescriptor) GetServiceDomain() string
func (*GetGroupDescriptor) GetServiceVersion ¶ added in v0.4.28
func (d *GetGroupDescriptor) GetServiceVersion() string
func (*GetGroupDescriptor) GetVerb ¶ added in v0.4.28
func (d *GetGroupDescriptor) GetVerb() string
func (*GetGroupDescriptor) HasResource ¶ added in v0.4.30
func (d *GetGroupDescriptor) HasResource() bool
func (*GetGroupDescriptor) IsClientStream ¶ added in v0.4.28
func (d *GetGroupDescriptor) IsClientStream() bool
func (*GetGroupDescriptor) IsCollection ¶ added in v0.4.30
func (d *GetGroupDescriptor) IsCollection() bool
func (*GetGroupDescriptor) IsPlural ¶ added in v0.4.30
func (d *GetGroupDescriptor) IsPlural() bool
func (*GetGroupDescriptor) IsServerStream ¶ added in v0.4.28
func (d *GetGroupDescriptor) IsServerStream() bool
func (*GetGroupDescriptor) IsUnary ¶ added in v0.4.28
func (d *GetGroupDescriptor) IsUnary() bool
func (*GetGroupDescriptor) NewEmptyClientMsg ¶ added in v0.4.28
func (d *GetGroupDescriptor) NewEmptyClientMsg() proto.Message
func (*GetGroupDescriptor) NewEmptyServerMsg ¶ added in v0.4.28
func (d *GetGroupDescriptor) NewEmptyServerMsg() proto.Message
func (*GetGroupDescriptor) RequestHasResourceBody ¶ added in v0.4.28
func (d *GetGroupDescriptor) RequestHasResourceBody() bool
type GetGroupDescriptorClientMsgHandle ¶ added in v0.4.28
type GetGroupDescriptorClientMsgHandle struct{}
func (*GetGroupDescriptorClientMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *GetGroupDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*GetGroupDescriptorClientMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *GetGroupDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*GetGroupDescriptorClientMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *GetGroupDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type GetGroupDescriptorServerMsgHandle ¶ added in v0.4.28
type GetGroupDescriptorServerMsgHandle struct{}
func (*GetGroupDescriptorServerMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *GetGroupDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*GetGroupDescriptorServerMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *GetGroupDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*GetGroupDescriptorServerMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *GetGroupDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type GetGroupRequest ¶
type GetGroupRequest struct { // Reference of ntt.iam.v1alpha.Group Name *group.Reference `protobuf:"bytes,1,opt,customtype=Reference,name=name,proto3" json:"name,omitempty" firestore:"name"` // A list of extra fields to be obtained for each response item on top of // fields defined by request field view FieldMask *group.Group_FieldMask `` /* 137-byte string literal not displayed */ // View defines list of standard response fields present in response items. // Additional fields can be amended by request field field_mask View view.View `protobuf:"varint,4,opt,name=view,proto3,enum=goten.view.View" json:"view,omitempty" firestore:"view"` // contains filtered or unexported fields }
Request message for method [GetGroup][ntt.iam.v1alpha.GetGroup]
func (*GetGroupRequest) Clone ¶
func (o *GetGroupRequest) Clone() *GetGroupRequest
func (*GetGroupRequest) CloneRaw ¶
func (o *GetGroupRequest) CloneRaw() gotenobject.GotenObjectExt
func (*GetGroupRequest) Descriptor ¶
func (*GetGroupRequest) Descriptor() ([]byte, []int)
Deprecated, Use GetGroupRequest.ProtoReflect.Descriptor instead.
func (*GetGroupRequest) GetFieldMask ¶
func (m *GetGroupRequest) GetFieldMask() *group.Group_FieldMask
func (*GetGroupRequest) GetName ¶
func (m *GetGroupRequest) GetName() *group.Reference
func (*GetGroupRequest) GetView ¶
func (m *GetGroupRequest) GetView() view.View
func (*GetGroupRequest) GotenMessage ¶
func (*GetGroupRequest) GotenMessage()
func (*GetGroupRequest) GotenObjectExt ¶
func (o *GetGroupRequest) GotenObjectExt()
func (*GetGroupRequest) GotenValidate ¶
func (obj *GetGroupRequest) GotenValidate() error
func (*GetGroupRequest) MakeDiffFieldMask ¶
func (o *GetGroupRequest) MakeDiffFieldMask(other *GetGroupRequest) *GetGroupRequest_FieldMask
func (*GetGroupRequest) MakeFullFieldMask ¶
func (o *GetGroupRequest) MakeFullFieldMask() *GetGroupRequest_FieldMask
func (*GetGroupRequest) MakeRawDiffFieldMask ¶
func (o *GetGroupRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*GetGroupRequest) MakeRawFullFieldMask ¶
func (o *GetGroupRequest) MakeRawFullFieldMask() gotenobject.FieldMask
func (*GetGroupRequest) Marshal ¶
func (m *GetGroupRequest) Marshal() ([]byte, error)
func (*GetGroupRequest) MarshalJSON ¶
func (m *GetGroupRequest) MarshalJSON() ([]byte, error)
func (*GetGroupRequest) Merge ¶
func (o *GetGroupRequest) Merge(source *GetGroupRequest)
func (*GetGroupRequest) MergeRaw ¶
func (o *GetGroupRequest) MergeRaw(source gotenobject.GotenObjectExt)
func (*GetGroupRequest) ProtoMessage ¶
func (*GetGroupRequest) ProtoMessage()
func (*GetGroupRequest) ProtoReflect ¶
func (m *GetGroupRequest) ProtoReflect() preflect.Message
func (*GetGroupRequest) Reset ¶
func (m *GetGroupRequest) Reset()
func (*GetGroupRequest) SetFieldMask ¶
func (m *GetGroupRequest) SetFieldMask(fv *group.Group_FieldMask)
func (*GetGroupRequest) SetName ¶
func (m *GetGroupRequest) SetName(fv *group.Reference)
func (*GetGroupRequest) SetView ¶
func (m *GetGroupRequest) SetView(fv view.View)
func (*GetGroupRequest) String ¶
func (m *GetGroupRequest) String() string
func (*GetGroupRequest) Unmarshal ¶
func (m *GetGroupRequest) Unmarshal(b []byte) error
func (*GetGroupRequest) UnmarshalJSON ¶
func (m *GetGroupRequest) UnmarshalJSON(data []byte) error
type GetGroupRequestFieldPathBuilder ¶
type GetGroupRequestFieldPathBuilder struct{}
func NewGetGroupRequestFieldPathBuilder ¶
func NewGetGroupRequestFieldPathBuilder() GetGroupRequestFieldPathBuilder
func (GetGroupRequestFieldPathBuilder) FieldMask ¶
func (GetGroupRequestFieldPathBuilder) FieldMask() GetGroupRequestPathSelectorFieldMask
type GetGroupRequestPathSelectorFieldMask ¶
type GetGroupRequestPathSelectorFieldMask struct{}
func (GetGroupRequestPathSelectorFieldMask) FieldPath ¶
func (GetGroupRequestPathSelectorFieldMask) FieldPath() *GetGroupRequest_FieldTerminalPath
func (GetGroupRequestPathSelectorFieldMask) WithArrayOfValues ¶
func (s GetGroupRequestPathSelectorFieldMask) WithArrayOfValues(values []*group.Group_FieldMask) *GetGroupRequest_FieldTerminalPathArrayOfValues
func (GetGroupRequestPathSelectorFieldMask) WithValue ¶
func (s GetGroupRequestPathSelectorFieldMask) WithValue(value *group.Group_FieldMask) *GetGroupRequest_FieldTerminalPathValue
type GetGroupRequestPathSelectorName ¶
type GetGroupRequestPathSelectorName struct{}
func (GetGroupRequestPathSelectorName) FieldPath ¶
func (GetGroupRequestPathSelectorName) FieldPath() *GetGroupRequest_FieldTerminalPath
func (GetGroupRequestPathSelectorName) WithArrayOfValues ¶
func (s GetGroupRequestPathSelectorName) WithArrayOfValues(values []*group.Reference) *GetGroupRequest_FieldTerminalPathArrayOfValues
func (GetGroupRequestPathSelectorName) WithValue ¶
func (s GetGroupRequestPathSelectorName) WithValue(value *group.Reference) *GetGroupRequest_FieldTerminalPathValue
type GetGroupRequestPathSelectorView ¶
type GetGroupRequestPathSelectorView struct{}
func (GetGroupRequestPathSelectorView) FieldPath ¶
func (GetGroupRequestPathSelectorView) FieldPath() *GetGroupRequest_FieldTerminalPath
func (GetGroupRequestPathSelectorView) WithArrayOfValues ¶
func (s GetGroupRequestPathSelectorView) WithArrayOfValues(values []view.View) *GetGroupRequest_FieldTerminalPathArrayOfValues
func (GetGroupRequestPathSelectorView) WithValue ¶
func (s GetGroupRequestPathSelectorView) WithValue(value view.View) *GetGroupRequest_FieldTerminalPathValue
type GetGroupRequest_FieldMask ¶
type GetGroupRequest_FieldMask struct {
Paths []GetGroupRequest_FieldPath
}
func FullGetGroupRequest_FieldMask ¶
func FullGetGroupRequest_FieldMask() *GetGroupRequest_FieldMask
func (*GetGroupRequest_FieldMask) AppendPath ¶
func (fieldMask *GetGroupRequest_FieldMask) AppendPath(path GetGroupRequest_FieldPath)
func (*GetGroupRequest_FieldMask) AppendRawPath ¶
func (fieldMask *GetGroupRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*GetGroupRequest_FieldMask) DecodeFirestore ¶
func (fieldMask *GetGroupRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*GetGroupRequest_FieldMask) EncodeFirestore ¶
func (fieldMask *GetGroupRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*GetGroupRequest_FieldMask) FilterInputFields ¶
func (fieldMask *GetGroupRequest_FieldMask) FilterInputFields() *GetGroupRequest_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*GetGroupRequest_FieldMask) FromProtoFieldMask ¶
func (fieldMask *GetGroupRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*GetGroupRequest_FieldMask) GetPaths ¶
func (fieldMask *GetGroupRequest_FieldMask) GetPaths() []GetGroupRequest_FieldPath
func (*GetGroupRequest_FieldMask) GetRawPaths ¶
func (fieldMask *GetGroupRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*GetGroupRequest_FieldMask) IsFull ¶
func (fieldMask *GetGroupRequest_FieldMask) IsFull() bool
func (GetGroupRequest_FieldMask) Marshal ¶
func (fieldMask GetGroupRequest_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (GetGroupRequest_FieldMask) MarshalJSON ¶
func (fieldMask GetGroupRequest_FieldMask) MarshalJSON() ([]byte, error)
func (*GetGroupRequest_FieldMask) PathsCount ¶
func (fieldMask *GetGroupRequest_FieldMask) PathsCount() int
func (*GetGroupRequest_FieldMask) Project ¶
func (fieldMask *GetGroupRequest_FieldMask) Project(source *GetGroupRequest) *GetGroupRequest
func (*GetGroupRequest_FieldMask) ProjectRaw ¶
func (fieldMask *GetGroupRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*GetGroupRequest_FieldMask) ProtoMessage ¶
func (fieldMask *GetGroupRequest_FieldMask) ProtoMessage()
func (*GetGroupRequest_FieldMask) ProtoReflect ¶
func (fieldMask *GetGroupRequest_FieldMask) ProtoReflect() preflect.Message
func (*GetGroupRequest_FieldMask) Reset ¶
func (fieldMask *GetGroupRequest_FieldMask) Reset()
func (*GetGroupRequest_FieldMask) Set ¶
func (fieldMask *GetGroupRequest_FieldMask) Set(target, source *GetGroupRequest)
func (*GetGroupRequest_FieldMask) SetFromCliFlag ¶
func (fieldMask *GetGroupRequest_FieldMask) SetFromCliFlag(raw string) error
func (*GetGroupRequest_FieldMask) SetRaw ¶
func (fieldMask *GetGroupRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*GetGroupRequest_FieldMask) Size ¶
func (fieldMask *GetGroupRequest_FieldMask) Size() int
func (*GetGroupRequest_FieldMask) String ¶
func (fieldMask *GetGroupRequest_FieldMask) String() string
func (*GetGroupRequest_FieldMask) Subtract ¶
func (fieldMask *GetGroupRequest_FieldMask) Subtract(other *GetGroupRequest_FieldMask) *GetGroupRequest_FieldMask
func (*GetGroupRequest_FieldMask) SubtractRaw ¶
func (fieldMask *GetGroupRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*GetGroupRequest_FieldMask) ToProtoFieldMask ¶
func (fieldMask *GetGroupRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*GetGroupRequest_FieldMask) Unmarshal ¶
func (fieldMask *GetGroupRequest_FieldMask) Unmarshal(data []byte) error
func (*GetGroupRequest_FieldMask) UnmarshalJSON ¶
func (fieldMask *GetGroupRequest_FieldMask) UnmarshalJSON(data []byte) error
type GetGroupRequest_FieldPath ¶
type GetGroupRequest_FieldPath interface { gotenobject.FieldPath Selector() GetGroupRequest_FieldPathSelector Get(source *GetGroupRequest) []interface{} GetSingle(source *GetGroupRequest) (interface{}, bool) ClearValue(item *GetGroupRequest) // Those methods build corresponding GetGroupRequest_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) GetGroupRequest_FieldPathValue WithIArrayOfValues(values interface{}) GetGroupRequest_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) GetGroupRequest_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildGetGroupRequest_FieldPath ¶
func BuildGetGroupRequest_FieldPath(fp gotenobject.RawFieldPath) (GetGroupRequest_FieldPath, error)
func MustParseGetGroupRequest_FieldPath ¶
func MustParseGetGroupRequest_FieldPath(rawField string) GetGroupRequest_FieldPath
func ParseGetGroupRequest_FieldPath ¶
func ParseGetGroupRequest_FieldPath(rawField string) (GetGroupRequest_FieldPath, error)
type GetGroupRequest_FieldPathArrayItemValue ¶
type GetGroupRequest_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue GetGroupRequest_FieldPath ContainsValue(*GetGroupRequest) bool }
GetGroupRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for GetGroupRequest according to their type Present only for array (repeated) types.
func MustParseGetGroupRequest_FieldPathArrayItemValue ¶
func MustParseGetGroupRequest_FieldPathArrayItemValue(pathStr, valueStr string) GetGroupRequest_FieldPathArrayItemValue
func ParseGetGroupRequest_FieldPathArrayItemValue ¶
func ParseGetGroupRequest_FieldPathArrayItemValue(pathStr, valueStr string) (GetGroupRequest_FieldPathArrayItemValue, error)
ParseGetGroupRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type GetGroupRequest_FieldPathArrayOfValues ¶
type GetGroupRequest_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues GetGroupRequest_FieldPath }
GetGroupRequest_FieldPathArrayOfValues allows storing slice of values for GetGroupRequest fields according to their type
func MustParseGetGroupRequest_FieldPathArrayOfValues ¶
func MustParseGetGroupRequest_FieldPathArrayOfValues(pathStr, valuesStr string) GetGroupRequest_FieldPathArrayOfValues
func ParseGetGroupRequest_FieldPathArrayOfValues ¶
func ParseGetGroupRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (GetGroupRequest_FieldPathArrayOfValues, error)
type GetGroupRequest_FieldPathSelector ¶
type GetGroupRequest_FieldPathSelector int32
const ( GetGroupRequest_FieldPathSelectorName GetGroupRequest_FieldPathSelector = 0 GetGroupRequest_FieldPathSelectorFieldMask GetGroupRequest_FieldPathSelector = 1 GetGroupRequest_FieldPathSelectorView GetGroupRequest_FieldPathSelector = 2 )
func (GetGroupRequest_FieldPathSelector) String ¶
func (s GetGroupRequest_FieldPathSelector) String() string
type GetGroupRequest_FieldPathValue ¶
type GetGroupRequest_FieldPathValue interface { GetGroupRequest_FieldPath gotenobject.FieldPathValue SetTo(target **GetGroupRequest) CompareWith(*GetGroupRequest) (cmp int, comparable bool) }
GetGroupRequest_FieldPathValue allows storing values for GetGroupRequest fields according to their type
func MustParseGetGroupRequest_FieldPathValue ¶
func MustParseGetGroupRequest_FieldPathValue(pathStr, valueStr string) GetGroupRequest_FieldPathValue
func ParseGetGroupRequest_FieldPathValue ¶
func ParseGetGroupRequest_FieldPathValue(pathStr, valueStr string) (GetGroupRequest_FieldPathValue, error)
type GetGroupRequest_FieldTerminalPath ¶
type GetGroupRequest_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*GetGroupRequest_FieldTerminalPath) ClearValue ¶
func (fp *GetGroupRequest_FieldTerminalPath) ClearValue(item *GetGroupRequest)
func (*GetGroupRequest_FieldTerminalPath) ClearValueRaw ¶
func (fp *GetGroupRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*GetGroupRequest_FieldTerminalPath) Get ¶
func (fp *GetGroupRequest_FieldTerminalPath) Get(source *GetGroupRequest) (values []interface{})
Get returns all values pointed by specific field from source GetGroupRequest
func (*GetGroupRequest_FieldTerminalPath) GetDefault ¶
func (fp *GetGroupRequest_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*GetGroupRequest_FieldTerminalPath) GetRaw ¶
func (fp *GetGroupRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*GetGroupRequest_FieldTerminalPath) GetSingle ¶
func (fp *GetGroupRequest_FieldTerminalPath) GetSingle(source *GetGroupRequest) (interface{}, bool)
GetSingle returns value pointed by specific field of from source GetGroupRequest
func (*GetGroupRequest_FieldTerminalPath) GetSingleRaw ¶
func (fp *GetGroupRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*GetGroupRequest_FieldTerminalPath) IsLeaf ¶
func (fp *GetGroupRequest_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*GetGroupRequest_FieldTerminalPath) JSONString ¶
func (fp *GetGroupRequest_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*GetGroupRequest_FieldTerminalPath) Selector ¶
func (fp *GetGroupRequest_FieldTerminalPath) Selector() GetGroupRequest_FieldPathSelector
func (*GetGroupRequest_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *GetGroupRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*GetGroupRequest_FieldTerminalPath) String ¶
func (fp *GetGroupRequest_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*GetGroupRequest_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *GetGroupRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) GetGroupRequest_FieldPathArrayItemValue
func (*GetGroupRequest_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *GetGroupRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) GetGroupRequest_FieldPathArrayOfValues
func (*GetGroupRequest_FieldTerminalPath) WithIValue ¶
func (fp *GetGroupRequest_FieldTerminalPath) WithIValue(value interface{}) GetGroupRequest_FieldPathValue
func (*GetGroupRequest_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *GetGroupRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*GetGroupRequest_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *GetGroupRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*GetGroupRequest_FieldTerminalPath) WithRawIValue ¶
func (fp *GetGroupRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type GetGroupRequest_FieldTerminalPathArrayItemValue ¶
type GetGroupRequest_FieldTerminalPathArrayItemValue struct { GetGroupRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*GetGroupRequest_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *GetGroupRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *GetGroupRequest) bool
Contains returns a boolean indicating if value that is being held is present in given 'GetGroupRequest'
func (*GetGroupRequest_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *GetGroupRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object GetGroupRequest as interface{}
func (*GetGroupRequest_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *GetGroupRequest_FieldTerminalPathArrayItemValue) GetSingle(source *GetGroupRequest) (interface{}, bool)
func (*GetGroupRequest_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *GetGroupRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type GetGroupRequest_FieldTerminalPathArrayOfValues ¶
type GetGroupRequest_FieldTerminalPathArrayOfValues struct { GetGroupRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*GetGroupRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues ¶
func (fpaov *GetGroupRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*group.Group_FieldMask, bool)
func (*GetGroupRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues ¶
func (fpaov *GetGroupRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*group.Reference, bool)
func (*GetGroupRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues ¶
func (fpaov *GetGroupRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)
func (*GetGroupRequest_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *GetGroupRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type GetGroupRequest_FieldTerminalPathValue ¶
type GetGroupRequest_FieldTerminalPathValue struct { GetGroupRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*GetGroupRequest_FieldTerminalPathValue) AsFieldMaskValue ¶
func (fpv *GetGroupRequest_FieldTerminalPathValue) AsFieldMaskValue() (*group.Group_FieldMask, bool)
func (*GetGroupRequest_FieldTerminalPathValue) AsNameValue ¶
func (fpv *GetGroupRequest_FieldTerminalPathValue) AsNameValue() (*group.Reference, bool)
func (*GetGroupRequest_FieldTerminalPathValue) AsViewValue ¶
func (fpv *GetGroupRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)
func (*GetGroupRequest_FieldTerminalPathValue) CompareWith ¶
func (fpv *GetGroupRequest_FieldTerminalPathValue) CompareWith(source *GetGroupRequest) (int, bool)
CompareWith compares value in the 'GetGroupRequest_FieldTerminalPathValue' with the value under path in 'GetGroupRequest'.
func (*GetGroupRequest_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *GetGroupRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*GetGroupRequest_FieldTerminalPathValue) GetRawValue ¶
func (fpv *GetGroupRequest_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'GetGroupRequest' as interface{}
func (*GetGroupRequest_FieldTerminalPathValue) SetTo ¶
func (fpv *GetGroupRequest_FieldTerminalPathValue) SetTo(target **GetGroupRequest)
SetTo stores value for selected field for object GetGroupRequest
func (*GetGroupRequest_FieldTerminalPathValue) SetToRaw ¶
func (fpv *GetGroupRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
type GroupServiceClient ¶
type GroupServiceClient interface { GetGroup(ctx context.Context, in *GetGroupRequest, opts ...grpc.CallOption) (*group.Group, error) BatchGetGroups(ctx context.Context, in *BatchGetGroupsRequest, opts ...grpc.CallOption) (*BatchGetGroupsResponse, error) ListGroups(ctx context.Context, in *ListGroupsRequest, opts ...grpc.CallOption) (*ListGroupsResponse, error) WatchGroup(ctx context.Context, in *WatchGroupRequest, opts ...grpc.CallOption) (WatchGroupClientStream, error) WatchGroups(ctx context.Context, in *WatchGroupsRequest, opts ...grpc.CallOption) (WatchGroupsClientStream, error) CreateGroup(ctx context.Context, in *CreateGroupRequest, opts ...grpc.CallOption) (*group.Group, error) UpdateGroup(ctx context.Context, in *UpdateGroupRequest, opts ...grpc.CallOption) (*group.Group, error) DeleteGroup(ctx context.Context, in *DeleteGroupRequest, opts ...grpc.CallOption) (*empty.Empty, error) }
GroupServiceClient is the client API for GroupService.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewGroupServiceClient ¶
func NewGroupServiceClient(cc grpc.ClientConnInterface) GroupServiceClient
type GroupServiceDescriptor ¶ added in v0.4.28
type GroupServiceDescriptor struct{}
func GetGroupServiceDescriptor ¶ added in v0.4.28
func GetGroupServiceDescriptor() *GroupServiceDescriptor
func (*GroupServiceDescriptor) AllMethodDescriptors ¶ added in v0.4.28
func (d *GroupServiceDescriptor) AllMethodDescriptors() []gotenclient.MethodDescriptor
func (*GroupServiceDescriptor) GetApiName ¶ added in v0.4.28
func (d *GroupServiceDescriptor) GetApiName() string
func (*GroupServiceDescriptor) GetFullAPIName ¶ added in v0.4.28
func (d *GroupServiceDescriptor) GetFullAPIName() string
func (*GroupServiceDescriptor) GetProtoPkgName ¶ added in v0.4.28
func (d *GroupServiceDescriptor) GetProtoPkgName() string
func (*GroupServiceDescriptor) GetServiceDomain ¶ added in v0.4.28
func (d *GroupServiceDescriptor) GetServiceDomain() string
func (*GroupServiceDescriptor) GetServiceVersion ¶ added in v0.4.28
func (d *GroupServiceDescriptor) GetServiceVersion() string
type ListGroupsDescriptor ¶ added in v0.4.28
type ListGroupsDescriptor struct{}
func GetListGroupsDescriptor ¶ added in v0.4.28
func GetListGroupsDescriptor() *ListGroupsDescriptor
func (*ListGroupsDescriptor) GetApiDescriptor ¶ added in v0.4.28
func (d *ListGroupsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*ListGroupsDescriptor) GetApiName ¶ added in v0.4.28
func (d *ListGroupsDescriptor) GetApiName() string
func (*ListGroupsDescriptor) GetClientMsgReflectHandle ¶ added in v0.4.28
func (d *ListGroupsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*ListGroupsDescriptor) GetFullMethodName ¶ added in v0.4.28
func (d *ListGroupsDescriptor) GetFullMethodName() string
func (*ListGroupsDescriptor) GetMethodName ¶ added in v0.4.28
func (d *ListGroupsDescriptor) GetMethodName() string
func (*ListGroupsDescriptor) GetProtoPkgName ¶ added in v0.4.28
func (d *ListGroupsDescriptor) GetProtoPkgName() string
func (*ListGroupsDescriptor) GetResourceDescriptor ¶ added in v0.4.30
func (d *ListGroupsDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*ListGroupsDescriptor) GetServerMsgReflectHandle ¶ added in v0.4.28
func (d *ListGroupsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*ListGroupsDescriptor) GetServiceDomain ¶ added in v0.4.28
func (d *ListGroupsDescriptor) GetServiceDomain() string
func (*ListGroupsDescriptor) GetServiceVersion ¶ added in v0.4.28
func (d *ListGroupsDescriptor) GetServiceVersion() string
func (*ListGroupsDescriptor) GetVerb ¶ added in v0.4.28
func (d *ListGroupsDescriptor) GetVerb() string
func (*ListGroupsDescriptor) HasResource ¶ added in v0.4.30
func (d *ListGroupsDescriptor) HasResource() bool
func (*ListGroupsDescriptor) IsClientStream ¶ added in v0.4.28
func (d *ListGroupsDescriptor) IsClientStream() bool
func (*ListGroupsDescriptor) IsCollection ¶ added in v0.4.30
func (d *ListGroupsDescriptor) IsCollection() bool
func (*ListGroupsDescriptor) IsPlural ¶ added in v0.4.30
func (d *ListGroupsDescriptor) IsPlural() bool
func (*ListGroupsDescriptor) IsServerStream ¶ added in v0.4.28
func (d *ListGroupsDescriptor) IsServerStream() bool
func (*ListGroupsDescriptor) IsUnary ¶ added in v0.4.28
func (d *ListGroupsDescriptor) IsUnary() bool
func (*ListGroupsDescriptor) NewEmptyClientMsg ¶ added in v0.4.28
func (d *ListGroupsDescriptor) NewEmptyClientMsg() proto.Message
func (*ListGroupsDescriptor) NewEmptyServerMsg ¶ added in v0.4.28
func (d *ListGroupsDescriptor) NewEmptyServerMsg() proto.Message
func (*ListGroupsDescriptor) RequestHasResourceBody ¶ added in v0.4.28
func (d *ListGroupsDescriptor) RequestHasResourceBody() bool
type ListGroupsDescriptorClientMsgHandle ¶ added in v0.4.28
type ListGroupsDescriptorClientMsgHandle struct{}
func (*ListGroupsDescriptorClientMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *ListGroupsDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*ListGroupsDescriptorClientMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *ListGroupsDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*ListGroupsDescriptorClientMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *ListGroupsDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type ListGroupsDescriptorServerMsgHandle ¶ added in v0.4.28
type ListGroupsDescriptorServerMsgHandle struct{}
func (*ListGroupsDescriptorServerMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *ListGroupsDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*ListGroupsDescriptorServerMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *ListGroupsDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*ListGroupsDescriptorServerMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *ListGroupsDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type ListGroupsRequest ¶
type ListGroupsRequest struct { // Parent name of ntt.iam.v1alpha.Group Parent *group.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"` // Requested page size. Server may return fewer Groups than requested. // If unspecified, server will pick an appropriate default. PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty" firestore:"pageSize"` // A token identifying a page of results the server should return. // Typically, this is the value of // [ListGroupsResponse.next_page_token][ntt.iam.v1alpha.ListGroupsResponse.next_page_token] PageToken *group.PagerCursor `` /* 133-byte string literal not displayed */ // Order By - // https://cloud.google.com/apis/design/design_patterns#list_pagination list // of field path with order directive, either 'asc' or 'desc'. If direction is // not provided, 'asc' is assumed. e.g. "state.nested_field asc, // state.something.else desc, theme" OrderBy *group.OrderBy `protobuf:"bytes,4,opt,customtype=OrderBy,name=order_by,json=orderBy,proto3" json:"order_by,omitempty" firestore:"orderBy"` // Filter - filter results by field criteria. Simplified SQL-like syntax with // following operators: // <=, >=, =, !=, <, >, LIKE, CONTAINS (aliases CONTAIN, HAS, HAVE), IN, IS // [NOT] NULL | NaN . Combine conditions with OR | AND example: 'meta.labels // CONTAINS "severity:important" OR (state.last_error_time > // "2018-11-15T10:00:00Z" AND state.status = "ERROR")' Filter *group.Filter `protobuf:"bytes,5,opt,customtype=Filter,name=filter,proto3" json:"filter,omitempty" firestore:"filter"` // A list of extra fields to be obtained for each response item on top of // fields defined by request field view FieldMask *group.Group_FieldMask `` /* 137-byte string literal not displayed */ // View defines list of standard response fields present in response items. // Additional fields can be amended by request field field_mask View view.View `protobuf:"varint,7,opt,name=view,proto3,enum=goten.view.View" json:"view,omitempty" firestore:"view"` // Indicates if list response should contain total count and offset (fields // current_offset and total_results_count). IncludePagingInfo bool `` /* 145-byte string literal not displayed */ // contains filtered or unexported fields }
Request message for method [ListGroups][ntt.iam.v1alpha.ListGroups]
func (*ListGroupsRequest) Clone ¶
func (o *ListGroupsRequest) Clone() *ListGroupsRequest
func (*ListGroupsRequest) CloneRaw ¶
func (o *ListGroupsRequest) CloneRaw() gotenobject.GotenObjectExt
func (*ListGroupsRequest) Descriptor ¶
func (*ListGroupsRequest) Descriptor() ([]byte, []int)
Deprecated, Use ListGroupsRequest.ProtoReflect.Descriptor instead.
func (*ListGroupsRequest) GetFieldMask ¶
func (m *ListGroupsRequest) GetFieldMask() *group.Group_FieldMask
func (*ListGroupsRequest) GetFilter ¶
func (m *ListGroupsRequest) GetFilter() *group.Filter
func (*ListGroupsRequest) GetIncludePagingInfo ¶ added in v0.10.1
func (m *ListGroupsRequest) GetIncludePagingInfo() bool
func (*ListGroupsRequest) GetOrderBy ¶
func (m *ListGroupsRequest) GetOrderBy() *group.OrderBy
func (*ListGroupsRequest) GetPageSize ¶
func (m *ListGroupsRequest) GetPageSize() int32
func (*ListGroupsRequest) GetPageToken ¶
func (m *ListGroupsRequest) GetPageToken() *group.PagerCursor
func (*ListGroupsRequest) GetParent ¶
func (m *ListGroupsRequest) GetParent() *group.ParentName
func (*ListGroupsRequest) GetView ¶
func (m *ListGroupsRequest) GetView() view.View
func (*ListGroupsRequest) GotenMessage ¶
func (*ListGroupsRequest) GotenMessage()
func (*ListGroupsRequest) GotenObjectExt ¶
func (o *ListGroupsRequest) GotenObjectExt()
func (*ListGroupsRequest) GotenValidate ¶
func (obj *ListGroupsRequest) GotenValidate() error
func (*ListGroupsRequest) MakeDiffFieldMask ¶
func (o *ListGroupsRequest) MakeDiffFieldMask(other *ListGroupsRequest) *ListGroupsRequest_FieldMask
func (*ListGroupsRequest) MakeFullFieldMask ¶
func (o *ListGroupsRequest) MakeFullFieldMask() *ListGroupsRequest_FieldMask
func (*ListGroupsRequest) MakeRawDiffFieldMask ¶
func (o *ListGroupsRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*ListGroupsRequest) MakeRawFullFieldMask ¶
func (o *ListGroupsRequest) MakeRawFullFieldMask() gotenobject.FieldMask
func (*ListGroupsRequest) Marshal ¶
func (m *ListGroupsRequest) Marshal() ([]byte, error)
func (*ListGroupsRequest) MarshalJSON ¶
func (m *ListGroupsRequest) MarshalJSON() ([]byte, error)
func (*ListGroupsRequest) Merge ¶
func (o *ListGroupsRequest) Merge(source *ListGroupsRequest)
func (*ListGroupsRequest) MergeRaw ¶
func (o *ListGroupsRequest) MergeRaw(source gotenobject.GotenObjectExt)
func (*ListGroupsRequest) ProtoMessage ¶
func (*ListGroupsRequest) ProtoMessage()
func (*ListGroupsRequest) ProtoReflect ¶
func (m *ListGroupsRequest) ProtoReflect() preflect.Message
func (*ListGroupsRequest) Reset ¶
func (m *ListGroupsRequest) Reset()
func (*ListGroupsRequest) SetFieldMask ¶
func (m *ListGroupsRequest) SetFieldMask(fv *group.Group_FieldMask)
func (*ListGroupsRequest) SetFilter ¶
func (m *ListGroupsRequest) SetFilter(fv *group.Filter)
func (*ListGroupsRequest) SetIncludePagingInfo ¶ added in v0.10.1
func (m *ListGroupsRequest) SetIncludePagingInfo(fv bool)
func (*ListGroupsRequest) SetOrderBy ¶
func (m *ListGroupsRequest) SetOrderBy(fv *group.OrderBy)
func (*ListGroupsRequest) SetPageSize ¶
func (m *ListGroupsRequest) SetPageSize(fv int32)
func (*ListGroupsRequest) SetPageToken ¶
func (m *ListGroupsRequest) SetPageToken(fv *group.PagerCursor)
func (*ListGroupsRequest) SetParent ¶
func (m *ListGroupsRequest) SetParent(fv *group.ParentName)
func (*ListGroupsRequest) SetView ¶
func (m *ListGroupsRequest) SetView(fv view.View)
func (*ListGroupsRequest) String ¶
func (m *ListGroupsRequest) String() string
func (*ListGroupsRequest) Unmarshal ¶
func (m *ListGroupsRequest) Unmarshal(b []byte) error
func (*ListGroupsRequest) UnmarshalJSON ¶
func (m *ListGroupsRequest) UnmarshalJSON(data []byte) error
type ListGroupsRequestFieldPathBuilder ¶
type ListGroupsRequestFieldPathBuilder struct{}
func NewListGroupsRequestFieldPathBuilder ¶
func NewListGroupsRequestFieldPathBuilder() ListGroupsRequestFieldPathBuilder
func (ListGroupsRequestFieldPathBuilder) FieldMask ¶
func (ListGroupsRequestFieldPathBuilder) FieldMask() ListGroupsRequestPathSelectorFieldMask
func (ListGroupsRequestFieldPathBuilder) Filter ¶
func (ListGroupsRequestFieldPathBuilder) Filter() ListGroupsRequestPathSelectorFilter
func (ListGroupsRequestFieldPathBuilder) IncludePagingInfo ¶ added in v0.10.1
func (ListGroupsRequestFieldPathBuilder) IncludePagingInfo() ListGroupsRequestPathSelectorIncludePagingInfo
func (ListGroupsRequestFieldPathBuilder) OrderBy ¶
func (ListGroupsRequestFieldPathBuilder) OrderBy() ListGroupsRequestPathSelectorOrderBy
func (ListGroupsRequestFieldPathBuilder) PageSize ¶
func (ListGroupsRequestFieldPathBuilder) PageSize() ListGroupsRequestPathSelectorPageSize
func (ListGroupsRequestFieldPathBuilder) PageToken ¶
func (ListGroupsRequestFieldPathBuilder) PageToken() ListGroupsRequestPathSelectorPageToken
func (ListGroupsRequestFieldPathBuilder) Parent ¶
func (ListGroupsRequestFieldPathBuilder) Parent() ListGroupsRequestPathSelectorParent
type ListGroupsRequestPathSelectorFieldMask ¶
type ListGroupsRequestPathSelectorFieldMask struct{}
func (ListGroupsRequestPathSelectorFieldMask) FieldPath ¶
func (ListGroupsRequestPathSelectorFieldMask) FieldPath() *ListGroupsRequest_FieldTerminalPath
func (ListGroupsRequestPathSelectorFieldMask) WithArrayOfValues ¶
func (s ListGroupsRequestPathSelectorFieldMask) WithArrayOfValues(values []*group.Group_FieldMask) *ListGroupsRequest_FieldTerminalPathArrayOfValues
func (ListGroupsRequestPathSelectorFieldMask) WithValue ¶
func (s ListGroupsRequestPathSelectorFieldMask) WithValue(value *group.Group_FieldMask) *ListGroupsRequest_FieldTerminalPathValue
type ListGroupsRequestPathSelectorFilter ¶
type ListGroupsRequestPathSelectorFilter struct{}
func (ListGroupsRequestPathSelectorFilter) FieldPath ¶
func (ListGroupsRequestPathSelectorFilter) FieldPath() *ListGroupsRequest_FieldTerminalPath
func (ListGroupsRequestPathSelectorFilter) WithArrayOfValues ¶
func (s ListGroupsRequestPathSelectorFilter) WithArrayOfValues(values []*group.Filter) *ListGroupsRequest_FieldTerminalPathArrayOfValues
func (ListGroupsRequestPathSelectorFilter) WithValue ¶
func (s ListGroupsRequestPathSelectorFilter) WithValue(value *group.Filter) *ListGroupsRequest_FieldTerminalPathValue
type ListGroupsRequestPathSelectorIncludePagingInfo ¶ added in v0.10.1
type ListGroupsRequestPathSelectorIncludePagingInfo struct{}
func (ListGroupsRequestPathSelectorIncludePagingInfo) FieldPath ¶ added in v0.10.1
func (ListGroupsRequestPathSelectorIncludePagingInfo) FieldPath() *ListGroupsRequest_FieldTerminalPath
func (ListGroupsRequestPathSelectorIncludePagingInfo) WithArrayOfValues ¶ added in v0.10.1
func (s ListGroupsRequestPathSelectorIncludePagingInfo) WithArrayOfValues(values []bool) *ListGroupsRequest_FieldTerminalPathArrayOfValues
func (ListGroupsRequestPathSelectorIncludePagingInfo) WithValue ¶ added in v0.10.1
func (s ListGroupsRequestPathSelectorIncludePagingInfo) WithValue(value bool) *ListGroupsRequest_FieldTerminalPathValue
type ListGroupsRequestPathSelectorOrderBy ¶
type ListGroupsRequestPathSelectorOrderBy struct{}
func (ListGroupsRequestPathSelectorOrderBy) FieldPath ¶
func (ListGroupsRequestPathSelectorOrderBy) FieldPath() *ListGroupsRequest_FieldTerminalPath
func (ListGroupsRequestPathSelectorOrderBy) WithArrayOfValues ¶
func (s ListGroupsRequestPathSelectorOrderBy) WithArrayOfValues(values []*group.OrderBy) *ListGroupsRequest_FieldTerminalPathArrayOfValues
func (ListGroupsRequestPathSelectorOrderBy) WithValue ¶
func (s ListGroupsRequestPathSelectorOrderBy) WithValue(value *group.OrderBy) *ListGroupsRequest_FieldTerminalPathValue
type ListGroupsRequestPathSelectorPageSize ¶
type ListGroupsRequestPathSelectorPageSize struct{}
func (ListGroupsRequestPathSelectorPageSize) FieldPath ¶
func (ListGroupsRequestPathSelectorPageSize) FieldPath() *ListGroupsRequest_FieldTerminalPath
func (ListGroupsRequestPathSelectorPageSize) WithArrayOfValues ¶
func (s ListGroupsRequestPathSelectorPageSize) WithArrayOfValues(values []int32) *ListGroupsRequest_FieldTerminalPathArrayOfValues
func (ListGroupsRequestPathSelectorPageSize) WithValue ¶
func (s ListGroupsRequestPathSelectorPageSize) WithValue(value int32) *ListGroupsRequest_FieldTerminalPathValue
type ListGroupsRequestPathSelectorPageToken ¶
type ListGroupsRequestPathSelectorPageToken struct{}
func (ListGroupsRequestPathSelectorPageToken) FieldPath ¶
func (ListGroupsRequestPathSelectorPageToken) FieldPath() *ListGroupsRequest_FieldTerminalPath
func (ListGroupsRequestPathSelectorPageToken) WithArrayOfValues ¶
func (s ListGroupsRequestPathSelectorPageToken) WithArrayOfValues(values []*group.PagerCursor) *ListGroupsRequest_FieldTerminalPathArrayOfValues
func (ListGroupsRequestPathSelectorPageToken) WithValue ¶
func (s ListGroupsRequestPathSelectorPageToken) WithValue(value *group.PagerCursor) *ListGroupsRequest_FieldTerminalPathValue
type ListGroupsRequestPathSelectorParent ¶
type ListGroupsRequestPathSelectorParent struct{}
func (ListGroupsRequestPathSelectorParent) FieldPath ¶
func (ListGroupsRequestPathSelectorParent) FieldPath() *ListGroupsRequest_FieldTerminalPath
func (ListGroupsRequestPathSelectorParent) WithArrayOfValues ¶
func (s ListGroupsRequestPathSelectorParent) WithArrayOfValues(values []*group.ParentName) *ListGroupsRequest_FieldTerminalPathArrayOfValues
func (ListGroupsRequestPathSelectorParent) WithValue ¶
func (s ListGroupsRequestPathSelectorParent) WithValue(value *group.ParentName) *ListGroupsRequest_FieldTerminalPathValue
type ListGroupsRequestPathSelectorView ¶
type ListGroupsRequestPathSelectorView struct{}
func (ListGroupsRequestPathSelectorView) FieldPath ¶
func (ListGroupsRequestPathSelectorView) FieldPath() *ListGroupsRequest_FieldTerminalPath
func (ListGroupsRequestPathSelectorView) WithArrayOfValues ¶
func (s ListGroupsRequestPathSelectorView) WithArrayOfValues(values []view.View) *ListGroupsRequest_FieldTerminalPathArrayOfValues
func (ListGroupsRequestPathSelectorView) WithValue ¶
func (s ListGroupsRequestPathSelectorView) WithValue(value view.View) *ListGroupsRequest_FieldTerminalPathValue
type ListGroupsRequest_FieldMask ¶
type ListGroupsRequest_FieldMask struct {
Paths []ListGroupsRequest_FieldPath
}
func FullListGroupsRequest_FieldMask ¶
func FullListGroupsRequest_FieldMask() *ListGroupsRequest_FieldMask
func (*ListGroupsRequest_FieldMask) AppendPath ¶
func (fieldMask *ListGroupsRequest_FieldMask) AppendPath(path ListGroupsRequest_FieldPath)
func (*ListGroupsRequest_FieldMask) AppendRawPath ¶
func (fieldMask *ListGroupsRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*ListGroupsRequest_FieldMask) DecodeFirestore ¶
func (fieldMask *ListGroupsRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*ListGroupsRequest_FieldMask) EncodeFirestore ¶
func (fieldMask *ListGroupsRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*ListGroupsRequest_FieldMask) FilterInputFields ¶
func (fieldMask *ListGroupsRequest_FieldMask) FilterInputFields() *ListGroupsRequest_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*ListGroupsRequest_FieldMask) FromProtoFieldMask ¶
func (fieldMask *ListGroupsRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*ListGroupsRequest_FieldMask) GetPaths ¶
func (fieldMask *ListGroupsRequest_FieldMask) GetPaths() []ListGroupsRequest_FieldPath
func (*ListGroupsRequest_FieldMask) GetRawPaths ¶
func (fieldMask *ListGroupsRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*ListGroupsRequest_FieldMask) IsFull ¶
func (fieldMask *ListGroupsRequest_FieldMask) IsFull() bool
func (ListGroupsRequest_FieldMask) Marshal ¶
func (fieldMask ListGroupsRequest_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (ListGroupsRequest_FieldMask) MarshalJSON ¶
func (fieldMask ListGroupsRequest_FieldMask) MarshalJSON() ([]byte, error)
func (*ListGroupsRequest_FieldMask) PathsCount ¶
func (fieldMask *ListGroupsRequest_FieldMask) PathsCount() int
func (*ListGroupsRequest_FieldMask) Project ¶
func (fieldMask *ListGroupsRequest_FieldMask) Project(source *ListGroupsRequest) *ListGroupsRequest
func (*ListGroupsRequest_FieldMask) ProjectRaw ¶
func (fieldMask *ListGroupsRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*ListGroupsRequest_FieldMask) ProtoMessage ¶
func (fieldMask *ListGroupsRequest_FieldMask) ProtoMessage()
func (*ListGroupsRequest_FieldMask) ProtoReflect ¶
func (fieldMask *ListGroupsRequest_FieldMask) ProtoReflect() preflect.Message
func (*ListGroupsRequest_FieldMask) Reset ¶
func (fieldMask *ListGroupsRequest_FieldMask) Reset()
func (*ListGroupsRequest_FieldMask) Set ¶
func (fieldMask *ListGroupsRequest_FieldMask) Set(target, source *ListGroupsRequest)
func (*ListGroupsRequest_FieldMask) SetFromCliFlag ¶
func (fieldMask *ListGroupsRequest_FieldMask) SetFromCliFlag(raw string) error
func (*ListGroupsRequest_FieldMask) SetRaw ¶
func (fieldMask *ListGroupsRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*ListGroupsRequest_FieldMask) Size ¶
func (fieldMask *ListGroupsRequest_FieldMask) Size() int
func (*ListGroupsRequest_FieldMask) String ¶
func (fieldMask *ListGroupsRequest_FieldMask) String() string
func (*ListGroupsRequest_FieldMask) Subtract ¶
func (fieldMask *ListGroupsRequest_FieldMask) Subtract(other *ListGroupsRequest_FieldMask) *ListGroupsRequest_FieldMask
func (*ListGroupsRequest_FieldMask) SubtractRaw ¶
func (fieldMask *ListGroupsRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*ListGroupsRequest_FieldMask) ToProtoFieldMask ¶
func (fieldMask *ListGroupsRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*ListGroupsRequest_FieldMask) Unmarshal ¶
func (fieldMask *ListGroupsRequest_FieldMask) Unmarshal(data []byte) error
func (*ListGroupsRequest_FieldMask) UnmarshalJSON ¶
func (fieldMask *ListGroupsRequest_FieldMask) UnmarshalJSON(data []byte) error
type ListGroupsRequest_FieldPath ¶
type ListGroupsRequest_FieldPath interface { gotenobject.FieldPath Selector() ListGroupsRequest_FieldPathSelector Get(source *ListGroupsRequest) []interface{} GetSingle(source *ListGroupsRequest) (interface{}, bool) ClearValue(item *ListGroupsRequest) // Those methods build corresponding ListGroupsRequest_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) ListGroupsRequest_FieldPathValue WithIArrayOfValues(values interface{}) ListGroupsRequest_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) ListGroupsRequest_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildListGroupsRequest_FieldPath ¶
func BuildListGroupsRequest_FieldPath(fp gotenobject.RawFieldPath) (ListGroupsRequest_FieldPath, error)
func MustParseListGroupsRequest_FieldPath ¶
func MustParseListGroupsRequest_FieldPath(rawField string) ListGroupsRequest_FieldPath
func ParseListGroupsRequest_FieldPath ¶
func ParseListGroupsRequest_FieldPath(rawField string) (ListGroupsRequest_FieldPath, error)
type ListGroupsRequest_FieldPathArrayItemValue ¶
type ListGroupsRequest_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue ListGroupsRequest_FieldPath ContainsValue(*ListGroupsRequest) bool }
ListGroupsRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for ListGroupsRequest according to their type Present only for array (repeated) types.
func MustParseListGroupsRequest_FieldPathArrayItemValue ¶
func MustParseListGroupsRequest_FieldPathArrayItemValue(pathStr, valueStr string) ListGroupsRequest_FieldPathArrayItemValue
func ParseListGroupsRequest_FieldPathArrayItemValue ¶
func ParseListGroupsRequest_FieldPathArrayItemValue(pathStr, valueStr string) (ListGroupsRequest_FieldPathArrayItemValue, error)
ParseListGroupsRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type ListGroupsRequest_FieldPathArrayOfValues ¶
type ListGroupsRequest_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues ListGroupsRequest_FieldPath }
ListGroupsRequest_FieldPathArrayOfValues allows storing slice of values for ListGroupsRequest fields according to their type
func MustParseListGroupsRequest_FieldPathArrayOfValues ¶
func MustParseListGroupsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) ListGroupsRequest_FieldPathArrayOfValues
func ParseListGroupsRequest_FieldPathArrayOfValues ¶
func ParseListGroupsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (ListGroupsRequest_FieldPathArrayOfValues, error)
type ListGroupsRequest_FieldPathSelector ¶
type ListGroupsRequest_FieldPathSelector int32
const ( ListGroupsRequest_FieldPathSelectorParent ListGroupsRequest_FieldPathSelector = 0 ListGroupsRequest_FieldPathSelectorPageSize ListGroupsRequest_FieldPathSelector = 1 ListGroupsRequest_FieldPathSelectorPageToken ListGroupsRequest_FieldPathSelector = 2 ListGroupsRequest_FieldPathSelectorOrderBy ListGroupsRequest_FieldPathSelector = 3 ListGroupsRequest_FieldPathSelectorFilter ListGroupsRequest_FieldPathSelector = 4 ListGroupsRequest_FieldPathSelectorFieldMask ListGroupsRequest_FieldPathSelector = 5 ListGroupsRequest_FieldPathSelectorView ListGroupsRequest_FieldPathSelector = 6 ListGroupsRequest_FieldPathSelectorIncludePagingInfo ListGroupsRequest_FieldPathSelector = 7 )
func (ListGroupsRequest_FieldPathSelector) String ¶
func (s ListGroupsRequest_FieldPathSelector) String() string
type ListGroupsRequest_FieldPathValue ¶
type ListGroupsRequest_FieldPathValue interface { ListGroupsRequest_FieldPath gotenobject.FieldPathValue SetTo(target **ListGroupsRequest) CompareWith(*ListGroupsRequest) (cmp int, comparable bool) }
ListGroupsRequest_FieldPathValue allows storing values for ListGroupsRequest fields according to their type
func MustParseListGroupsRequest_FieldPathValue ¶
func MustParseListGroupsRequest_FieldPathValue(pathStr, valueStr string) ListGroupsRequest_FieldPathValue
func ParseListGroupsRequest_FieldPathValue ¶
func ParseListGroupsRequest_FieldPathValue(pathStr, valueStr string) (ListGroupsRequest_FieldPathValue, error)
type ListGroupsRequest_FieldTerminalPath ¶
type ListGroupsRequest_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*ListGroupsRequest_FieldTerminalPath) ClearValue ¶
func (fp *ListGroupsRequest_FieldTerminalPath) ClearValue(item *ListGroupsRequest)
func (*ListGroupsRequest_FieldTerminalPath) ClearValueRaw ¶
func (fp *ListGroupsRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*ListGroupsRequest_FieldTerminalPath) Get ¶
func (fp *ListGroupsRequest_FieldTerminalPath) Get(source *ListGroupsRequest) (values []interface{})
Get returns all values pointed by specific field from source ListGroupsRequest
func (*ListGroupsRequest_FieldTerminalPath) GetDefault ¶
func (fp *ListGroupsRequest_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ListGroupsRequest_FieldTerminalPath) GetRaw ¶
func (fp *ListGroupsRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*ListGroupsRequest_FieldTerminalPath) GetSingle ¶
func (fp *ListGroupsRequest_FieldTerminalPath) GetSingle(source *ListGroupsRequest) (interface{}, bool)
GetSingle returns value pointed by specific field of from source ListGroupsRequest
func (*ListGroupsRequest_FieldTerminalPath) GetSingleRaw ¶
func (fp *ListGroupsRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ListGroupsRequest_FieldTerminalPath) IsLeaf ¶
func (fp *ListGroupsRequest_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ListGroupsRequest_FieldTerminalPath) JSONString ¶
func (fp *ListGroupsRequest_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ListGroupsRequest_FieldTerminalPath) Selector ¶
func (fp *ListGroupsRequest_FieldTerminalPath) Selector() ListGroupsRequest_FieldPathSelector
func (*ListGroupsRequest_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *ListGroupsRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ListGroupsRequest_FieldTerminalPath) String ¶
func (fp *ListGroupsRequest_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*ListGroupsRequest_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *ListGroupsRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) ListGroupsRequest_FieldPathArrayItemValue
func (*ListGroupsRequest_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *ListGroupsRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) ListGroupsRequest_FieldPathArrayOfValues
func (*ListGroupsRequest_FieldTerminalPath) WithIValue ¶
func (fp *ListGroupsRequest_FieldTerminalPath) WithIValue(value interface{}) ListGroupsRequest_FieldPathValue
func (*ListGroupsRequest_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *ListGroupsRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ListGroupsRequest_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *ListGroupsRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ListGroupsRequest_FieldTerminalPath) WithRawIValue ¶
func (fp *ListGroupsRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ListGroupsRequest_FieldTerminalPathArrayItemValue ¶
type ListGroupsRequest_FieldTerminalPathArrayItemValue struct { ListGroupsRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*ListGroupsRequest_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *ListGroupsRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *ListGroupsRequest) bool
Contains returns a boolean indicating if value that is being held is present in given 'ListGroupsRequest'
func (*ListGroupsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *ListGroupsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object ListGroupsRequest as interface{}
func (*ListGroupsRequest_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *ListGroupsRequest_FieldTerminalPathArrayItemValue) GetSingle(source *ListGroupsRequest) (interface{}, bool)
func (*ListGroupsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *ListGroupsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type ListGroupsRequest_FieldTerminalPathArrayOfValues ¶
type ListGroupsRequest_FieldTerminalPathArrayOfValues struct { ListGroupsRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*ListGroupsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues ¶
func (fpaov *ListGroupsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*group.Group_FieldMask, bool)
func (*ListGroupsRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues ¶
func (fpaov *ListGroupsRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues() ([]*group.Filter, bool)
func (*ListGroupsRequest_FieldTerminalPathArrayOfValues) AsIncludePagingInfoArrayOfValues ¶ added in v0.10.1
func (fpaov *ListGroupsRequest_FieldTerminalPathArrayOfValues) AsIncludePagingInfoArrayOfValues() ([]bool, bool)
func (*ListGroupsRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues ¶
func (fpaov *ListGroupsRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues() ([]*group.OrderBy, bool)
func (*ListGroupsRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues ¶
func (fpaov *ListGroupsRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues() ([]int32, bool)
func (*ListGroupsRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues ¶
func (fpaov *ListGroupsRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues() ([]*group.PagerCursor, bool)
func (*ListGroupsRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues ¶
func (fpaov *ListGroupsRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues() ([]*group.ParentName, bool)
func (*ListGroupsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues ¶
func (fpaov *ListGroupsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)
func (*ListGroupsRequest_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *ListGroupsRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type ListGroupsRequest_FieldTerminalPathValue ¶
type ListGroupsRequest_FieldTerminalPathValue struct { ListGroupsRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*ListGroupsRequest_FieldTerminalPathValue) AsFieldMaskValue ¶
func (fpv *ListGroupsRequest_FieldTerminalPathValue) AsFieldMaskValue() (*group.Group_FieldMask, bool)
func (*ListGroupsRequest_FieldTerminalPathValue) AsFilterValue ¶
func (fpv *ListGroupsRequest_FieldTerminalPathValue) AsFilterValue() (*group.Filter, bool)
func (*ListGroupsRequest_FieldTerminalPathValue) AsIncludePagingInfoValue ¶ added in v0.10.1
func (fpv *ListGroupsRequest_FieldTerminalPathValue) AsIncludePagingInfoValue() (bool, bool)
func (*ListGroupsRequest_FieldTerminalPathValue) AsOrderByValue ¶
func (fpv *ListGroupsRequest_FieldTerminalPathValue) AsOrderByValue() (*group.OrderBy, bool)
func (*ListGroupsRequest_FieldTerminalPathValue) AsPageSizeValue ¶
func (fpv *ListGroupsRequest_FieldTerminalPathValue) AsPageSizeValue() (int32, bool)
func (*ListGroupsRequest_FieldTerminalPathValue) AsPageTokenValue ¶
func (fpv *ListGroupsRequest_FieldTerminalPathValue) AsPageTokenValue() (*group.PagerCursor, bool)
func (*ListGroupsRequest_FieldTerminalPathValue) AsParentValue ¶
func (fpv *ListGroupsRequest_FieldTerminalPathValue) AsParentValue() (*group.ParentName, bool)
func (*ListGroupsRequest_FieldTerminalPathValue) AsViewValue ¶
func (fpv *ListGroupsRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)
func (*ListGroupsRequest_FieldTerminalPathValue) CompareWith ¶
func (fpv *ListGroupsRequest_FieldTerminalPathValue) CompareWith(source *ListGroupsRequest) (int, bool)
CompareWith compares value in the 'ListGroupsRequest_FieldTerminalPathValue' with the value under path in 'ListGroupsRequest'.
func (*ListGroupsRequest_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *ListGroupsRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ListGroupsRequest_FieldTerminalPathValue) GetRawValue ¶
func (fpv *ListGroupsRequest_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'ListGroupsRequest' as interface{}
func (*ListGroupsRequest_FieldTerminalPathValue) SetTo ¶
func (fpv *ListGroupsRequest_FieldTerminalPathValue) SetTo(target **ListGroupsRequest)
SetTo stores value for selected field for object ListGroupsRequest
func (*ListGroupsRequest_FieldTerminalPathValue) SetToRaw ¶
func (fpv *ListGroupsRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
type ListGroupsResponse ¶
type ListGroupsResponse struct { // The list of Groups Groups []*group.Group `protobuf:"bytes,1,rep,name=groups,proto3" json:"groups,omitempty" firestore:"groups"` // A token to retrieve previous page of results. Pass this value in the // [ListGroupsRequest.page_token][ntt.iam.v1alpha.ListGroupsRequest.page_token] PrevPageToken *group.PagerCursor `` /* 151-byte string literal not displayed */ // A token to retrieve next page of results. Pass this value in the // [ListGroupsRequest.page_token][ntt.iam.v1alpha.ListGroupsRequest.page_token] NextPageToken *group.PagerCursor `` /* 151-byte string literal not displayed */ // Current offset from the first page or 0 if no page tokens were given, // paging info was not requested or there was an error while trying to get // it). Page index can be computed from offset and limit provided in a // request. CurrentOffset int32 `` /* 127-byte string literal not displayed */ // Number of total Groups across all pages or 0, if there are no items, paging // info was not requested or there was an error while trying to get it. TotalResultsCount int32 `` /* 145-byte string literal not displayed */ // contains filtered or unexported fields }
Request message for method [ListGroups][ntt.iam.v1alpha.ListGroups]
func (*ListGroupsResponse) Clone ¶
func (o *ListGroupsResponse) Clone() *ListGroupsResponse
func (*ListGroupsResponse) CloneRaw ¶
func (o *ListGroupsResponse) CloneRaw() gotenobject.GotenObjectExt
func (*ListGroupsResponse) Descriptor ¶
func (*ListGroupsResponse) Descriptor() ([]byte, []int)
Deprecated, Use ListGroupsResponse.ProtoReflect.Descriptor instead.
func (*ListGroupsResponse) GetCurrentOffset ¶ added in v0.10.1
func (m *ListGroupsResponse) GetCurrentOffset() int32
func (*ListGroupsResponse) GetGroups ¶
func (m *ListGroupsResponse) GetGroups() []*group.Group
func (*ListGroupsResponse) GetNextPageToken ¶
func (m *ListGroupsResponse) GetNextPageToken() *group.PagerCursor
func (*ListGroupsResponse) GetPrevPageToken ¶
func (m *ListGroupsResponse) GetPrevPageToken() *group.PagerCursor
func (*ListGroupsResponse) GetTotalResultsCount ¶ added in v0.10.1
func (m *ListGroupsResponse) GetTotalResultsCount() int32
func (*ListGroupsResponse) GotenMessage ¶
func (*ListGroupsResponse) GotenMessage()
func (*ListGroupsResponse) GotenObjectExt ¶
func (o *ListGroupsResponse) GotenObjectExt()
func (*ListGroupsResponse) GotenValidate ¶
func (obj *ListGroupsResponse) GotenValidate() error
func (*ListGroupsResponse) MakeDiffFieldMask ¶
func (o *ListGroupsResponse) MakeDiffFieldMask(other *ListGroupsResponse) *ListGroupsResponse_FieldMask
func (*ListGroupsResponse) MakeFullFieldMask ¶
func (o *ListGroupsResponse) MakeFullFieldMask() *ListGroupsResponse_FieldMask
func (*ListGroupsResponse) MakeRawDiffFieldMask ¶
func (o *ListGroupsResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*ListGroupsResponse) MakeRawFullFieldMask ¶
func (o *ListGroupsResponse) MakeRawFullFieldMask() gotenobject.FieldMask
func (*ListGroupsResponse) Marshal ¶
func (m *ListGroupsResponse) Marshal() ([]byte, error)
func (*ListGroupsResponse) MarshalJSON ¶
func (m *ListGroupsResponse) MarshalJSON() ([]byte, error)
func (*ListGroupsResponse) Merge ¶
func (o *ListGroupsResponse) Merge(source *ListGroupsResponse)
func (*ListGroupsResponse) MergeRaw ¶
func (o *ListGroupsResponse) MergeRaw(source gotenobject.GotenObjectExt)
func (*ListGroupsResponse) ProtoMessage ¶
func (*ListGroupsResponse) ProtoMessage()
func (*ListGroupsResponse) ProtoReflect ¶
func (m *ListGroupsResponse) ProtoReflect() preflect.Message
func (*ListGroupsResponse) Reset ¶
func (m *ListGroupsResponse) Reset()
func (*ListGroupsResponse) SetCurrentOffset ¶ added in v0.10.1
func (m *ListGroupsResponse) SetCurrentOffset(fv int32)
func (*ListGroupsResponse) SetGroups ¶
func (m *ListGroupsResponse) SetGroups(fv []*group.Group)
func (*ListGroupsResponse) SetNextPageToken ¶
func (m *ListGroupsResponse) SetNextPageToken(fv *group.PagerCursor)
func (*ListGroupsResponse) SetPrevPageToken ¶
func (m *ListGroupsResponse) SetPrevPageToken(fv *group.PagerCursor)
func (*ListGroupsResponse) SetTotalResultsCount ¶ added in v0.10.1
func (m *ListGroupsResponse) SetTotalResultsCount(fv int32)
func (*ListGroupsResponse) String ¶
func (m *ListGroupsResponse) String() string
func (*ListGroupsResponse) Unmarshal ¶
func (m *ListGroupsResponse) Unmarshal(b []byte) error
func (*ListGroupsResponse) UnmarshalJSON ¶
func (m *ListGroupsResponse) UnmarshalJSON(data []byte) error
type ListGroupsResponseFieldPathBuilder ¶
type ListGroupsResponseFieldPathBuilder struct{}
func NewListGroupsResponseFieldPathBuilder ¶
func NewListGroupsResponseFieldPathBuilder() ListGroupsResponseFieldPathBuilder
func (ListGroupsResponseFieldPathBuilder) CurrentOffset ¶ added in v0.10.1
func (ListGroupsResponseFieldPathBuilder) CurrentOffset() ListGroupsResponsePathSelectorCurrentOffset
func (ListGroupsResponseFieldPathBuilder) NextPageToken ¶
func (ListGroupsResponseFieldPathBuilder) NextPageToken() ListGroupsResponsePathSelectorNextPageToken
func (ListGroupsResponseFieldPathBuilder) PrevPageToken ¶
func (ListGroupsResponseFieldPathBuilder) PrevPageToken() ListGroupsResponsePathSelectorPrevPageToken
func (ListGroupsResponseFieldPathBuilder) TotalResultsCount ¶ added in v0.10.1
func (ListGroupsResponseFieldPathBuilder) TotalResultsCount() ListGroupsResponsePathSelectorTotalResultsCount
type ListGroupsResponseMapPathSelectorGroupsMetadataAnnotations ¶
type ListGroupsResponseMapPathSelectorGroupsMetadataAnnotations struct {
// contains filtered or unexported fields
}
func (ListGroupsResponseMapPathSelectorGroupsMetadataAnnotations) FieldPath ¶
func (s ListGroupsResponseMapPathSelectorGroupsMetadataAnnotations) FieldPath() *ListGroupsResponse_FieldSubPath
func (ListGroupsResponseMapPathSelectorGroupsMetadataAnnotations) WithArrayOfValues ¶
func (s ListGroupsResponseMapPathSelectorGroupsMetadataAnnotations) WithArrayOfValues(values []string) *ListGroupsResponse_FieldSubPathArrayOfValues
func (ListGroupsResponseMapPathSelectorGroupsMetadataAnnotations) WithValue ¶
func (s ListGroupsResponseMapPathSelectorGroupsMetadataAnnotations) WithValue(value string) *ListGroupsResponse_FieldSubPathValue
type ListGroupsResponseMapPathSelectorGroupsMetadataLabels ¶
type ListGroupsResponseMapPathSelectorGroupsMetadataLabels struct {
// contains filtered or unexported fields
}
func (ListGroupsResponseMapPathSelectorGroupsMetadataLabels) FieldPath ¶
func (s ListGroupsResponseMapPathSelectorGroupsMetadataLabels) FieldPath() *ListGroupsResponse_FieldSubPath
func (ListGroupsResponseMapPathSelectorGroupsMetadataLabels) WithArrayOfValues ¶
func (s ListGroupsResponseMapPathSelectorGroupsMetadataLabels) WithArrayOfValues(values []string) *ListGroupsResponse_FieldSubPathArrayOfValues
func (ListGroupsResponseMapPathSelectorGroupsMetadataLabels) WithValue ¶
func (s ListGroupsResponseMapPathSelectorGroupsMetadataLabels) WithValue(value string) *ListGroupsResponse_FieldSubPathValue
type ListGroupsResponseMapPathSelectorGroupsMetadataShards ¶
type ListGroupsResponseMapPathSelectorGroupsMetadataShards struct {
// contains filtered or unexported fields
}
func (ListGroupsResponseMapPathSelectorGroupsMetadataShards) FieldPath ¶
func (s ListGroupsResponseMapPathSelectorGroupsMetadataShards) FieldPath() *ListGroupsResponse_FieldSubPath
func (ListGroupsResponseMapPathSelectorGroupsMetadataShards) WithArrayOfValues ¶
func (s ListGroupsResponseMapPathSelectorGroupsMetadataShards) WithArrayOfValues(values []int64) *ListGroupsResponse_FieldSubPathArrayOfValues
func (ListGroupsResponseMapPathSelectorGroupsMetadataShards) WithValue ¶
func (s ListGroupsResponseMapPathSelectorGroupsMetadataShards) WithValue(value int64) *ListGroupsResponse_FieldSubPathValue
type ListGroupsResponsePathSelectorCurrentOffset ¶ added in v0.10.1
type ListGroupsResponsePathSelectorCurrentOffset struct{}
func (ListGroupsResponsePathSelectorCurrentOffset) FieldPath ¶ added in v0.10.1
func (ListGroupsResponsePathSelectorCurrentOffset) FieldPath() *ListGroupsResponse_FieldTerminalPath
func (ListGroupsResponsePathSelectorCurrentOffset) WithArrayOfValues ¶ added in v0.10.1
func (s ListGroupsResponsePathSelectorCurrentOffset) WithArrayOfValues(values []int32) *ListGroupsResponse_FieldTerminalPathArrayOfValues
func (ListGroupsResponsePathSelectorCurrentOffset) WithValue ¶ added in v0.10.1
func (s ListGroupsResponsePathSelectorCurrentOffset) WithValue(value int32) *ListGroupsResponse_FieldTerminalPathValue
type ListGroupsResponsePathSelectorGroups ¶
type ListGroupsResponsePathSelectorGroups struct{}
func (ListGroupsResponsePathSelectorGroups) DisplayName ¶
func (ListGroupsResponsePathSelectorGroups) DisplayName() ListGroupsResponsePathSelectorGroupsDisplayName
func (ListGroupsResponsePathSelectorGroups) FieldPath ¶
func (ListGroupsResponsePathSelectorGroups) FieldPath() *ListGroupsResponse_FieldTerminalPath
func (ListGroupsResponsePathSelectorGroups) WithArrayOfValues ¶
func (s ListGroupsResponsePathSelectorGroups) WithArrayOfValues(values [][]*group.Group) *ListGroupsResponse_FieldTerminalPathArrayOfValues
func (ListGroupsResponsePathSelectorGroups) WithItemValue ¶
func (s ListGroupsResponsePathSelectorGroups) WithItemValue(value *group.Group) *ListGroupsResponse_FieldTerminalPathArrayItemValue
func (ListGroupsResponsePathSelectorGroups) WithSubArrayItemValue ¶
func (s ListGroupsResponsePathSelectorGroups) WithSubArrayItemValue(subPathArrayItemValue group.Group_FieldPathArrayItemValue) *ListGroupsResponse_FieldSubPathArrayItemValue
func (ListGroupsResponsePathSelectorGroups) WithSubArrayOfValues ¶
func (s ListGroupsResponsePathSelectorGroups) WithSubArrayOfValues(subPathArrayOfValues group.Group_FieldPathArrayOfValues) *ListGroupsResponse_FieldSubPathArrayOfValues
func (ListGroupsResponsePathSelectorGroups) WithSubPath ¶
func (ListGroupsResponsePathSelectorGroups) WithSubPath(subPath group.Group_FieldPath) *ListGroupsResponse_FieldSubPath
func (ListGroupsResponsePathSelectorGroups) WithSubValue ¶
func (s ListGroupsResponsePathSelectorGroups) WithSubValue(subPathValue group.Group_FieldPathValue) *ListGroupsResponse_FieldSubPathValue
func (ListGroupsResponsePathSelectorGroups) WithValue ¶
func (s ListGroupsResponsePathSelectorGroups) WithValue(value []*group.Group) *ListGroupsResponse_FieldTerminalPathValue
type ListGroupsResponsePathSelectorGroupsDisplayName ¶
type ListGroupsResponsePathSelectorGroupsDisplayName struct{}
func (ListGroupsResponsePathSelectorGroupsDisplayName) FieldPath ¶
func (ListGroupsResponsePathSelectorGroupsDisplayName) FieldPath() *ListGroupsResponse_FieldSubPath
func (ListGroupsResponsePathSelectorGroupsDisplayName) WithArrayOfValues ¶
func (s ListGroupsResponsePathSelectorGroupsDisplayName) WithArrayOfValues(values []string) *ListGroupsResponse_FieldSubPathArrayOfValues
func (ListGroupsResponsePathSelectorGroupsDisplayName) WithValue ¶
func (s ListGroupsResponsePathSelectorGroupsDisplayName) WithValue(value string) *ListGroupsResponse_FieldSubPathValue
type ListGroupsResponsePathSelectorGroupsEmail ¶
type ListGroupsResponsePathSelectorGroupsEmail struct{}
func (ListGroupsResponsePathSelectorGroupsEmail) FieldPath ¶
func (ListGroupsResponsePathSelectorGroupsEmail) FieldPath() *ListGroupsResponse_FieldSubPath
func (ListGroupsResponsePathSelectorGroupsEmail) WithArrayOfValues ¶
func (s ListGroupsResponsePathSelectorGroupsEmail) WithArrayOfValues(values []string) *ListGroupsResponse_FieldSubPathArrayOfValues
func (ListGroupsResponsePathSelectorGroupsEmail) WithValue ¶
func (s ListGroupsResponsePathSelectorGroupsEmail) WithValue(value string) *ListGroupsResponse_FieldSubPathValue
type ListGroupsResponsePathSelectorGroupsMetadata ¶
type ListGroupsResponsePathSelectorGroupsMetadata struct{}
func (ListGroupsResponsePathSelectorGroupsMetadata) Annotations ¶
func (ListGroupsResponsePathSelectorGroupsMetadata) CreateTime ¶
func (ListGroupsResponsePathSelectorGroupsMetadata) DeleteTime ¶ added in v0.8.0
func (ListGroupsResponsePathSelectorGroupsMetadata) FieldPath ¶
func (ListGroupsResponsePathSelectorGroupsMetadata) FieldPath() *ListGroupsResponse_FieldSubPath
func (ListGroupsResponsePathSelectorGroupsMetadata) Generation ¶
func (ListGroupsResponsePathSelectorGroupsMetadata) OwnerReferences ¶
func (ListGroupsResponsePathSelectorGroupsMetadata) OwnerReferences() ListGroupsResponsePathSelectorGroupsMetadataOwnerReferences
func (ListGroupsResponsePathSelectorGroupsMetadata) ResourceVersion ¶
func (ListGroupsResponsePathSelectorGroupsMetadata) ResourceVersion() ListGroupsResponsePathSelectorGroupsMetadataResourceVersion
func (ListGroupsResponsePathSelectorGroupsMetadata) UpdateTime ¶
func (ListGroupsResponsePathSelectorGroupsMetadata) WithArrayOfValues ¶
func (s ListGroupsResponsePathSelectorGroupsMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *ListGroupsResponse_FieldSubPathArrayOfValues
func (ListGroupsResponsePathSelectorGroupsMetadata) WithValue ¶
func (s ListGroupsResponsePathSelectorGroupsMetadata) WithValue(value *ntt_meta.Meta) *ListGroupsResponse_FieldSubPathValue
type ListGroupsResponsePathSelectorGroupsMetadataAnnotations ¶
type ListGroupsResponsePathSelectorGroupsMetadataAnnotations struct{}
func (ListGroupsResponsePathSelectorGroupsMetadataAnnotations) WithArrayOfValues ¶
func (s ListGroupsResponsePathSelectorGroupsMetadataAnnotations) WithArrayOfValues(values []map[string]string) *ListGroupsResponse_FieldSubPathArrayOfValues
func (ListGroupsResponsePathSelectorGroupsMetadataAnnotations) WithValue ¶
func (s ListGroupsResponsePathSelectorGroupsMetadataAnnotations) WithValue(value map[string]string) *ListGroupsResponse_FieldSubPathValue
type ListGroupsResponsePathSelectorGroupsMetadataCreateTime ¶
type ListGroupsResponsePathSelectorGroupsMetadataCreateTime struct{}
func (ListGroupsResponsePathSelectorGroupsMetadataCreateTime) WithArrayOfValues ¶
func (s ListGroupsResponsePathSelectorGroupsMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *ListGroupsResponse_FieldSubPathArrayOfValues
func (ListGroupsResponsePathSelectorGroupsMetadataCreateTime) WithValue ¶
func (s ListGroupsResponsePathSelectorGroupsMetadataCreateTime) WithValue(value *timestamp.Timestamp) *ListGroupsResponse_FieldSubPathValue
type ListGroupsResponsePathSelectorGroupsMetadataDeleteTime ¶ added in v0.8.0
type ListGroupsResponsePathSelectorGroupsMetadataDeleteTime struct{}
func (ListGroupsResponsePathSelectorGroupsMetadataDeleteTime) WithArrayOfValues ¶ added in v0.8.0
func (s ListGroupsResponsePathSelectorGroupsMetadataDeleteTime) WithArrayOfValues(values []*timestamp.Timestamp) *ListGroupsResponse_FieldSubPathArrayOfValues
func (ListGroupsResponsePathSelectorGroupsMetadataDeleteTime) WithValue ¶ added in v0.8.0
func (s ListGroupsResponsePathSelectorGroupsMetadataDeleteTime) WithValue(value *timestamp.Timestamp) *ListGroupsResponse_FieldSubPathValue
type ListGroupsResponsePathSelectorGroupsMetadataGeneration ¶
type ListGroupsResponsePathSelectorGroupsMetadataGeneration struct{}
func (ListGroupsResponsePathSelectorGroupsMetadataGeneration) WithArrayOfValues ¶
func (s ListGroupsResponsePathSelectorGroupsMetadataGeneration) WithArrayOfValues(values []int64) *ListGroupsResponse_FieldSubPathArrayOfValues
func (ListGroupsResponsePathSelectorGroupsMetadataGeneration) WithValue ¶
func (s ListGroupsResponsePathSelectorGroupsMetadataGeneration) WithValue(value int64) *ListGroupsResponse_FieldSubPathValue
type ListGroupsResponsePathSelectorGroupsMetadataLabels ¶
type ListGroupsResponsePathSelectorGroupsMetadataLabels struct{}
func (ListGroupsResponsePathSelectorGroupsMetadataLabels) FieldPath ¶
func (ListGroupsResponsePathSelectorGroupsMetadataLabels) FieldPath() *ListGroupsResponse_FieldSubPath
func (ListGroupsResponsePathSelectorGroupsMetadataLabels) WithArrayOfValues ¶
func (s ListGroupsResponsePathSelectorGroupsMetadataLabels) WithArrayOfValues(values []map[string]string) *ListGroupsResponse_FieldSubPathArrayOfValues
func (ListGroupsResponsePathSelectorGroupsMetadataLabels) WithValue ¶
func (s ListGroupsResponsePathSelectorGroupsMetadataLabels) WithValue(value map[string]string) *ListGroupsResponse_FieldSubPathValue
type ListGroupsResponsePathSelectorGroupsMetadataLifecycle ¶ added in v0.8.0
type ListGroupsResponsePathSelectorGroupsMetadataLifecycle struct{}
func (ListGroupsResponsePathSelectorGroupsMetadataLifecycle) BlockDeletion ¶ added in v0.8.0
func (ListGroupsResponsePathSelectorGroupsMetadataLifecycle) FieldPath ¶ added in v0.8.0
func (ListGroupsResponsePathSelectorGroupsMetadataLifecycle) FieldPath() *ListGroupsResponse_FieldSubPath
func (ListGroupsResponsePathSelectorGroupsMetadataLifecycle) WithArrayOfValues ¶ added in v0.8.0
func (s ListGroupsResponsePathSelectorGroupsMetadataLifecycle) WithArrayOfValues(values []*ntt_meta.Lifecycle) *ListGroupsResponse_FieldSubPathArrayOfValues
func (ListGroupsResponsePathSelectorGroupsMetadataLifecycle) WithValue ¶ added in v0.8.0
func (s ListGroupsResponsePathSelectorGroupsMetadataLifecycle) WithValue(value *ntt_meta.Lifecycle) *ListGroupsResponse_FieldSubPathValue
type ListGroupsResponsePathSelectorGroupsMetadataLifecycleBlockDeletion ¶ added in v0.8.0
type ListGroupsResponsePathSelectorGroupsMetadataLifecycleBlockDeletion struct{}
func (ListGroupsResponsePathSelectorGroupsMetadataLifecycleBlockDeletion) FieldPath ¶ added in v0.8.0
func (ListGroupsResponsePathSelectorGroupsMetadataLifecycleBlockDeletion) WithArrayOfValues ¶ added in v0.8.0
func (s ListGroupsResponsePathSelectorGroupsMetadataLifecycleBlockDeletion) WithArrayOfValues(values []bool) *ListGroupsResponse_FieldSubPathArrayOfValues
func (ListGroupsResponsePathSelectorGroupsMetadataLifecycleBlockDeletion) WithValue ¶ added in v0.8.0
func (s ListGroupsResponsePathSelectorGroupsMetadataLifecycleBlockDeletion) WithValue(value bool) *ListGroupsResponse_FieldSubPathValue
type ListGroupsResponsePathSelectorGroupsMetadataLifecycleState ¶ added in v0.8.0
type ListGroupsResponsePathSelectorGroupsMetadataLifecycleState struct{}
func (ListGroupsResponsePathSelectorGroupsMetadataLifecycleState) WithArrayOfValues ¶ added in v0.8.0
func (s ListGroupsResponsePathSelectorGroupsMetadataLifecycleState) WithArrayOfValues(values []ntt_meta.Lifecycle_State) *ListGroupsResponse_FieldSubPathArrayOfValues
func (ListGroupsResponsePathSelectorGroupsMetadataLifecycleState) WithValue ¶ added in v0.8.0
func (s ListGroupsResponsePathSelectorGroupsMetadataLifecycleState) WithValue(value ntt_meta.Lifecycle_State) *ListGroupsResponse_FieldSubPathValue
type ListGroupsResponsePathSelectorGroupsMetadataOwnerReferences ¶
type ListGroupsResponsePathSelectorGroupsMetadataOwnerReferences struct{}
func (ListGroupsResponsePathSelectorGroupsMetadataOwnerReferences) BlockOwnerDeletion ¶
func (ListGroupsResponsePathSelectorGroupsMetadataOwnerReferences) Controller ¶
func (ListGroupsResponsePathSelectorGroupsMetadataOwnerReferences) RequiresOwnerReference ¶ added in v0.8.0
func (ListGroupsResponsePathSelectorGroupsMetadataOwnerReferences) WithArrayOfValues ¶
func (s ListGroupsResponsePathSelectorGroupsMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *ListGroupsResponse_FieldSubPathArrayOfValues
func (ListGroupsResponsePathSelectorGroupsMetadataOwnerReferences) WithItemValue ¶
func (s ListGroupsResponsePathSelectorGroupsMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *ListGroupsResponse_FieldSubPathArrayItemValue
func (ListGroupsResponsePathSelectorGroupsMetadataOwnerReferences) WithValue ¶
func (s ListGroupsResponsePathSelectorGroupsMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *ListGroupsResponse_FieldSubPathValue
type ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesBlockOwnerDeletion ¶
type ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesBlockOwnerDeletion struct{}
func (ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues ¶
func (s ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *ListGroupsResponse_FieldSubPathArrayOfValues
type ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesController ¶
type ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesController struct{}
func (ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesController) WithArrayOfValues ¶
func (s ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *ListGroupsResponse_FieldSubPathArrayOfValues
func (ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesController) WithValue ¶
func (s ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesController) WithValue(value bool) *ListGroupsResponse_FieldSubPathValue
type ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesKind ¶
type ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesKind struct{}
func (ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesKind) WithArrayOfValues ¶
func (s ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *ListGroupsResponse_FieldSubPathArrayOfValues
func (ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesKind) WithValue ¶
func (s ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesKind) WithValue(value string) *ListGroupsResponse_FieldSubPathValue
type ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesName ¶
type ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesName struct{}
func (ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesName) WithArrayOfValues ¶
func (s ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesName) WithArrayOfValues(values []string) *ListGroupsResponse_FieldSubPathArrayOfValues
func (ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesName) WithValue ¶
func (s ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesName) WithValue(value string) *ListGroupsResponse_FieldSubPathValue
type ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesRegion ¶ added in v0.8.0
type ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesRegion struct{}
func (ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesRegion) FieldPath ¶ added in v0.8.0
func (ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesRegion) WithArrayOfValues ¶ added in v0.8.0
func (s ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesRegion) WithArrayOfValues(values []string) *ListGroupsResponse_FieldSubPathArrayOfValues
func (ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesRegion) WithValue ¶ added in v0.8.0
func (s ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesRegion) WithValue(value string) *ListGroupsResponse_FieldSubPathValue
type ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesRequiresOwnerReference ¶ added in v0.8.0
type ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesRequiresOwnerReference struct{}
func (ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesRequiresOwnerReference) FieldPath ¶ added in v0.8.0
func (ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues ¶ added in v0.8.0
func (s ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues(values []bool) *ListGroupsResponse_FieldSubPathArrayOfValues
type ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesVersion ¶ added in v0.8.0
type ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesVersion struct{}
func (ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesVersion) FieldPath ¶ added in v0.8.0
func (ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesVersion) WithArrayOfValues ¶ added in v0.8.0
func (s ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesVersion) WithArrayOfValues(values []string) *ListGroupsResponse_FieldSubPathArrayOfValues
func (ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesVersion) WithValue ¶ added in v0.8.0
func (s ListGroupsResponsePathSelectorGroupsMetadataOwnerReferencesVersion) WithValue(value string) *ListGroupsResponse_FieldSubPathValue
type ListGroupsResponsePathSelectorGroupsMetadataResourceVersion ¶
type ListGroupsResponsePathSelectorGroupsMetadataResourceVersion struct{}
func (ListGroupsResponsePathSelectorGroupsMetadataResourceVersion) WithArrayOfValues ¶
func (s ListGroupsResponsePathSelectorGroupsMetadataResourceVersion) WithArrayOfValues(values []string) *ListGroupsResponse_FieldSubPathArrayOfValues
func (ListGroupsResponsePathSelectorGroupsMetadataResourceVersion) WithValue ¶
func (s ListGroupsResponsePathSelectorGroupsMetadataResourceVersion) WithValue(value string) *ListGroupsResponse_FieldSubPathValue
type ListGroupsResponsePathSelectorGroupsMetadataShards ¶
type ListGroupsResponsePathSelectorGroupsMetadataShards struct{}
func (ListGroupsResponsePathSelectorGroupsMetadataShards) FieldPath ¶
func (ListGroupsResponsePathSelectorGroupsMetadataShards) FieldPath() *ListGroupsResponse_FieldSubPath
func (ListGroupsResponsePathSelectorGroupsMetadataShards) WithArrayOfValues ¶
func (s ListGroupsResponsePathSelectorGroupsMetadataShards) WithArrayOfValues(values []map[string]int64) *ListGroupsResponse_FieldSubPathArrayOfValues
func (ListGroupsResponsePathSelectorGroupsMetadataShards) WithValue ¶
func (s ListGroupsResponsePathSelectorGroupsMetadataShards) WithValue(value map[string]int64) *ListGroupsResponse_FieldSubPathValue
type ListGroupsResponsePathSelectorGroupsMetadataSyncing ¶
type ListGroupsResponsePathSelectorGroupsMetadataSyncing struct{}
func (ListGroupsResponsePathSelectorGroupsMetadataSyncing) FieldPath ¶
func (ListGroupsResponsePathSelectorGroupsMetadataSyncing) FieldPath() *ListGroupsResponse_FieldSubPath
func (ListGroupsResponsePathSelectorGroupsMetadataSyncing) OwningRegion ¶
func (ListGroupsResponsePathSelectorGroupsMetadataSyncing) WithArrayOfValues ¶
func (s ListGroupsResponsePathSelectorGroupsMetadataSyncing) WithArrayOfValues(values []*ntt_meta.SyncingMeta) *ListGroupsResponse_FieldSubPathArrayOfValues
func (ListGroupsResponsePathSelectorGroupsMetadataSyncing) WithValue ¶
func (s ListGroupsResponsePathSelectorGroupsMetadataSyncing) WithValue(value *ntt_meta.SyncingMeta) *ListGroupsResponse_FieldSubPathValue
type ListGroupsResponsePathSelectorGroupsMetadataSyncingOwningRegion ¶
type ListGroupsResponsePathSelectorGroupsMetadataSyncingOwningRegion struct{}
func (ListGroupsResponsePathSelectorGroupsMetadataSyncingOwningRegion) WithArrayOfValues ¶
func (s ListGroupsResponsePathSelectorGroupsMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *ListGroupsResponse_FieldSubPathArrayOfValues
func (ListGroupsResponsePathSelectorGroupsMetadataSyncingOwningRegion) WithValue ¶
func (s ListGroupsResponsePathSelectorGroupsMetadataSyncingOwningRegion) WithValue(value string) *ListGroupsResponse_FieldSubPathValue
type ListGroupsResponsePathSelectorGroupsMetadataSyncingRegions ¶
type ListGroupsResponsePathSelectorGroupsMetadataSyncingRegions struct{}
func (ListGroupsResponsePathSelectorGroupsMetadataSyncingRegions) WithArrayOfValues ¶
func (s ListGroupsResponsePathSelectorGroupsMetadataSyncingRegions) WithArrayOfValues(values [][]string) *ListGroupsResponse_FieldSubPathArrayOfValues
func (ListGroupsResponsePathSelectorGroupsMetadataSyncingRegions) WithItemValue ¶
func (s ListGroupsResponsePathSelectorGroupsMetadataSyncingRegions) WithItemValue(value string) *ListGroupsResponse_FieldSubPathArrayItemValue
func (ListGroupsResponsePathSelectorGroupsMetadataSyncingRegions) WithValue ¶
func (s ListGroupsResponsePathSelectorGroupsMetadataSyncingRegions) WithValue(value []string) *ListGroupsResponse_FieldSubPathValue
type ListGroupsResponsePathSelectorGroupsMetadataTags ¶
type ListGroupsResponsePathSelectorGroupsMetadataTags struct{}
func (ListGroupsResponsePathSelectorGroupsMetadataTags) FieldPath ¶
func (ListGroupsResponsePathSelectorGroupsMetadataTags) FieldPath() *ListGroupsResponse_FieldSubPath
func (ListGroupsResponsePathSelectorGroupsMetadataTags) WithArrayOfValues ¶
func (s ListGroupsResponsePathSelectorGroupsMetadataTags) WithArrayOfValues(values [][]string) *ListGroupsResponse_FieldSubPathArrayOfValues
func (ListGroupsResponsePathSelectorGroupsMetadataTags) WithItemValue ¶
func (s ListGroupsResponsePathSelectorGroupsMetadataTags) WithItemValue(value string) *ListGroupsResponse_FieldSubPathArrayItemValue
func (ListGroupsResponsePathSelectorGroupsMetadataTags) WithValue ¶
func (s ListGroupsResponsePathSelectorGroupsMetadataTags) WithValue(value []string) *ListGroupsResponse_FieldSubPathValue
type ListGroupsResponsePathSelectorGroupsMetadataUpdateTime ¶
type ListGroupsResponsePathSelectorGroupsMetadataUpdateTime struct{}
func (ListGroupsResponsePathSelectorGroupsMetadataUpdateTime) WithArrayOfValues ¶
func (s ListGroupsResponsePathSelectorGroupsMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *ListGroupsResponse_FieldSubPathArrayOfValues
func (ListGroupsResponsePathSelectorGroupsMetadataUpdateTime) WithValue ¶
func (s ListGroupsResponsePathSelectorGroupsMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *ListGroupsResponse_FieldSubPathValue
type ListGroupsResponsePathSelectorGroupsMetadataUuid ¶
type ListGroupsResponsePathSelectorGroupsMetadataUuid struct{}
func (ListGroupsResponsePathSelectorGroupsMetadataUuid) FieldPath ¶
func (ListGroupsResponsePathSelectorGroupsMetadataUuid) FieldPath() *ListGroupsResponse_FieldSubPath
func (ListGroupsResponsePathSelectorGroupsMetadataUuid) WithArrayOfValues ¶
func (s ListGroupsResponsePathSelectorGroupsMetadataUuid) WithArrayOfValues(values []string) *ListGroupsResponse_FieldSubPathArrayOfValues
func (ListGroupsResponsePathSelectorGroupsMetadataUuid) WithValue ¶
func (s ListGroupsResponsePathSelectorGroupsMetadataUuid) WithValue(value string) *ListGroupsResponse_FieldSubPathValue
type ListGroupsResponsePathSelectorGroupsName ¶
type ListGroupsResponsePathSelectorGroupsName struct{}
func (ListGroupsResponsePathSelectorGroupsName) FieldPath ¶
func (ListGroupsResponsePathSelectorGroupsName) FieldPath() *ListGroupsResponse_FieldSubPath
func (ListGroupsResponsePathSelectorGroupsName) WithArrayOfValues ¶
func (s ListGroupsResponsePathSelectorGroupsName) WithArrayOfValues(values []*group.Name) *ListGroupsResponse_FieldSubPathArrayOfValues
func (ListGroupsResponsePathSelectorGroupsName) WithValue ¶
func (s ListGroupsResponsePathSelectorGroupsName) WithValue(value *group.Name) *ListGroupsResponse_FieldSubPathValue
type ListGroupsResponsePathSelectorNextPageToken ¶
type ListGroupsResponsePathSelectorNextPageToken struct{}
func (ListGroupsResponsePathSelectorNextPageToken) FieldPath ¶
func (ListGroupsResponsePathSelectorNextPageToken) FieldPath() *ListGroupsResponse_FieldTerminalPath
func (ListGroupsResponsePathSelectorNextPageToken) WithArrayOfValues ¶
func (s ListGroupsResponsePathSelectorNextPageToken) WithArrayOfValues(values []*group.PagerCursor) *ListGroupsResponse_FieldTerminalPathArrayOfValues
func (ListGroupsResponsePathSelectorNextPageToken) WithValue ¶
func (s ListGroupsResponsePathSelectorNextPageToken) WithValue(value *group.PagerCursor) *ListGroupsResponse_FieldTerminalPathValue
type ListGroupsResponsePathSelectorPrevPageToken ¶
type ListGroupsResponsePathSelectorPrevPageToken struct{}
func (ListGroupsResponsePathSelectorPrevPageToken) FieldPath ¶
func (ListGroupsResponsePathSelectorPrevPageToken) FieldPath() *ListGroupsResponse_FieldTerminalPath
func (ListGroupsResponsePathSelectorPrevPageToken) WithArrayOfValues ¶
func (s ListGroupsResponsePathSelectorPrevPageToken) WithArrayOfValues(values []*group.PagerCursor) *ListGroupsResponse_FieldTerminalPathArrayOfValues
func (ListGroupsResponsePathSelectorPrevPageToken) WithValue ¶
func (s ListGroupsResponsePathSelectorPrevPageToken) WithValue(value *group.PagerCursor) *ListGroupsResponse_FieldTerminalPathValue
type ListGroupsResponsePathSelectorTotalResultsCount ¶ added in v0.10.1
type ListGroupsResponsePathSelectorTotalResultsCount struct{}
func (ListGroupsResponsePathSelectorTotalResultsCount) FieldPath ¶ added in v0.10.1
func (ListGroupsResponsePathSelectorTotalResultsCount) FieldPath() *ListGroupsResponse_FieldTerminalPath
func (ListGroupsResponsePathSelectorTotalResultsCount) WithArrayOfValues ¶ added in v0.10.1
func (s ListGroupsResponsePathSelectorTotalResultsCount) WithArrayOfValues(values []int32) *ListGroupsResponse_FieldTerminalPathArrayOfValues
func (ListGroupsResponsePathSelectorTotalResultsCount) WithValue ¶ added in v0.10.1
func (s ListGroupsResponsePathSelectorTotalResultsCount) WithValue(value int32) *ListGroupsResponse_FieldTerminalPathValue
type ListGroupsResponse_FieldMask ¶
type ListGroupsResponse_FieldMask struct {
Paths []ListGroupsResponse_FieldPath
}
func FullListGroupsResponse_FieldMask ¶
func FullListGroupsResponse_FieldMask() *ListGroupsResponse_FieldMask
func (*ListGroupsResponse_FieldMask) AppendPath ¶
func (fieldMask *ListGroupsResponse_FieldMask) AppendPath(path ListGroupsResponse_FieldPath)
func (*ListGroupsResponse_FieldMask) AppendRawPath ¶
func (fieldMask *ListGroupsResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*ListGroupsResponse_FieldMask) DecodeFirestore ¶
func (fieldMask *ListGroupsResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*ListGroupsResponse_FieldMask) EncodeFirestore ¶
func (fieldMask *ListGroupsResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*ListGroupsResponse_FieldMask) FilterInputFields ¶
func (fieldMask *ListGroupsResponse_FieldMask) FilterInputFields() *ListGroupsResponse_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*ListGroupsResponse_FieldMask) FromProtoFieldMask ¶
func (fieldMask *ListGroupsResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*ListGroupsResponse_FieldMask) GetPaths ¶
func (fieldMask *ListGroupsResponse_FieldMask) GetPaths() []ListGroupsResponse_FieldPath
func (*ListGroupsResponse_FieldMask) GetRawPaths ¶
func (fieldMask *ListGroupsResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*ListGroupsResponse_FieldMask) IsFull ¶
func (fieldMask *ListGroupsResponse_FieldMask) IsFull() bool
func (ListGroupsResponse_FieldMask) Marshal ¶
func (fieldMask ListGroupsResponse_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (ListGroupsResponse_FieldMask) MarshalJSON ¶
func (fieldMask ListGroupsResponse_FieldMask) MarshalJSON() ([]byte, error)
func (*ListGroupsResponse_FieldMask) PathsCount ¶
func (fieldMask *ListGroupsResponse_FieldMask) PathsCount() int
func (*ListGroupsResponse_FieldMask) Project ¶
func (fieldMask *ListGroupsResponse_FieldMask) Project(source *ListGroupsResponse) *ListGroupsResponse
func (*ListGroupsResponse_FieldMask) ProjectRaw ¶
func (fieldMask *ListGroupsResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*ListGroupsResponse_FieldMask) ProtoMessage ¶
func (fieldMask *ListGroupsResponse_FieldMask) ProtoMessage()
func (*ListGroupsResponse_FieldMask) ProtoReflect ¶
func (fieldMask *ListGroupsResponse_FieldMask) ProtoReflect() preflect.Message
func (*ListGroupsResponse_FieldMask) Reset ¶
func (fieldMask *ListGroupsResponse_FieldMask) Reset()
func (*ListGroupsResponse_FieldMask) Set ¶
func (fieldMask *ListGroupsResponse_FieldMask) Set(target, source *ListGroupsResponse)
func (*ListGroupsResponse_FieldMask) SetFromCliFlag ¶
func (fieldMask *ListGroupsResponse_FieldMask) SetFromCliFlag(raw string) error
func (*ListGroupsResponse_FieldMask) SetRaw ¶
func (fieldMask *ListGroupsResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*ListGroupsResponse_FieldMask) Size ¶
func (fieldMask *ListGroupsResponse_FieldMask) Size() int
func (*ListGroupsResponse_FieldMask) String ¶
func (fieldMask *ListGroupsResponse_FieldMask) String() string
func (*ListGroupsResponse_FieldMask) Subtract ¶
func (fieldMask *ListGroupsResponse_FieldMask) Subtract(other *ListGroupsResponse_FieldMask) *ListGroupsResponse_FieldMask
func (*ListGroupsResponse_FieldMask) SubtractRaw ¶
func (fieldMask *ListGroupsResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*ListGroupsResponse_FieldMask) ToProtoFieldMask ¶
func (fieldMask *ListGroupsResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*ListGroupsResponse_FieldMask) Unmarshal ¶
func (fieldMask *ListGroupsResponse_FieldMask) Unmarshal(data []byte) error
func (*ListGroupsResponse_FieldMask) UnmarshalJSON ¶
func (fieldMask *ListGroupsResponse_FieldMask) UnmarshalJSON(data []byte) error
type ListGroupsResponse_FieldPath ¶
type ListGroupsResponse_FieldPath interface { gotenobject.FieldPath Selector() ListGroupsResponse_FieldPathSelector Get(source *ListGroupsResponse) []interface{} GetSingle(source *ListGroupsResponse) (interface{}, bool) ClearValue(item *ListGroupsResponse) // Those methods build corresponding ListGroupsResponse_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) ListGroupsResponse_FieldPathValue WithIArrayOfValues(values interface{}) ListGroupsResponse_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) ListGroupsResponse_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildListGroupsResponse_FieldPath ¶
func BuildListGroupsResponse_FieldPath(fp gotenobject.RawFieldPath) (ListGroupsResponse_FieldPath, error)
func MustParseListGroupsResponse_FieldPath ¶
func MustParseListGroupsResponse_FieldPath(rawField string) ListGroupsResponse_FieldPath
func ParseListGroupsResponse_FieldPath ¶
func ParseListGroupsResponse_FieldPath(rawField string) (ListGroupsResponse_FieldPath, error)
type ListGroupsResponse_FieldPathArrayItemValue ¶
type ListGroupsResponse_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue ListGroupsResponse_FieldPath ContainsValue(*ListGroupsResponse) bool }
ListGroupsResponse_FieldPathArrayItemValue allows storing single item in Path-specific values for ListGroupsResponse according to their type Present only for array (repeated) types.
func MustParseListGroupsResponse_FieldPathArrayItemValue ¶
func MustParseListGroupsResponse_FieldPathArrayItemValue(pathStr, valueStr string) ListGroupsResponse_FieldPathArrayItemValue
func ParseListGroupsResponse_FieldPathArrayItemValue ¶
func ParseListGroupsResponse_FieldPathArrayItemValue(pathStr, valueStr string) (ListGroupsResponse_FieldPathArrayItemValue, error)
ParseListGroupsResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type ListGroupsResponse_FieldPathArrayOfValues ¶
type ListGroupsResponse_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues ListGroupsResponse_FieldPath }
ListGroupsResponse_FieldPathArrayOfValues allows storing slice of values for ListGroupsResponse fields according to their type
func MustParseListGroupsResponse_FieldPathArrayOfValues ¶
func MustParseListGroupsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) ListGroupsResponse_FieldPathArrayOfValues
func ParseListGroupsResponse_FieldPathArrayOfValues ¶
func ParseListGroupsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (ListGroupsResponse_FieldPathArrayOfValues, error)
type ListGroupsResponse_FieldPathSelector ¶
type ListGroupsResponse_FieldPathSelector int32
const ( ListGroupsResponse_FieldPathSelectorGroups ListGroupsResponse_FieldPathSelector = 0 ListGroupsResponse_FieldPathSelectorPrevPageToken ListGroupsResponse_FieldPathSelector = 1 ListGroupsResponse_FieldPathSelectorNextPageToken ListGroupsResponse_FieldPathSelector = 2 ListGroupsResponse_FieldPathSelectorCurrentOffset ListGroupsResponse_FieldPathSelector = 3 ListGroupsResponse_FieldPathSelectorTotalResultsCount ListGroupsResponse_FieldPathSelector = 4 )
func (ListGroupsResponse_FieldPathSelector) String ¶
func (s ListGroupsResponse_FieldPathSelector) String() string
type ListGroupsResponse_FieldPathValue ¶
type ListGroupsResponse_FieldPathValue interface { ListGroupsResponse_FieldPath gotenobject.FieldPathValue SetTo(target **ListGroupsResponse) CompareWith(*ListGroupsResponse) (cmp int, comparable bool) }
ListGroupsResponse_FieldPathValue allows storing values for ListGroupsResponse fields according to their type
func MustParseListGroupsResponse_FieldPathValue ¶
func MustParseListGroupsResponse_FieldPathValue(pathStr, valueStr string) ListGroupsResponse_FieldPathValue
func ParseListGroupsResponse_FieldPathValue ¶
func ParseListGroupsResponse_FieldPathValue(pathStr, valueStr string) (ListGroupsResponse_FieldPathValue, error)
type ListGroupsResponse_FieldSubPath ¶
type ListGroupsResponse_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*ListGroupsResponse_FieldSubPath) AsGroupsSubPath ¶
func (fps *ListGroupsResponse_FieldSubPath) AsGroupsSubPath() (group.Group_FieldPath, bool)
func (*ListGroupsResponse_FieldSubPath) ClearValue ¶
func (fps *ListGroupsResponse_FieldSubPath) ClearValue(item *ListGroupsResponse)
func (*ListGroupsResponse_FieldSubPath) ClearValueRaw ¶
func (fps *ListGroupsResponse_FieldSubPath) ClearValueRaw(item proto.Message)
func (*ListGroupsResponse_FieldSubPath) Get ¶
func (fps *ListGroupsResponse_FieldSubPath) Get(source *ListGroupsResponse) (values []interface{})
Get returns all values pointed by selected field from source ListGroupsResponse
func (*ListGroupsResponse_FieldSubPath) GetDefault ¶
func (fps *ListGroupsResponse_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ListGroupsResponse_FieldSubPath) GetRaw ¶
func (fps *ListGroupsResponse_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*ListGroupsResponse_FieldSubPath) GetSingle ¶
func (fps *ListGroupsResponse_FieldSubPath) GetSingle(source *ListGroupsResponse) (interface{}, bool)
GetSingle returns value of selected field from source ListGroupsResponse
func (*ListGroupsResponse_FieldSubPath) GetSingleRaw ¶
func (fps *ListGroupsResponse_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ListGroupsResponse_FieldSubPath) IsLeaf ¶
func (fps *ListGroupsResponse_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ListGroupsResponse_FieldSubPath) JSONString ¶
func (fps *ListGroupsResponse_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ListGroupsResponse_FieldSubPath) Selector ¶
func (fps *ListGroupsResponse_FieldSubPath) Selector() ListGroupsResponse_FieldPathSelector
func (*ListGroupsResponse_FieldSubPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fps *ListGroupsResponse_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ListGroupsResponse_FieldSubPath) String ¶
func (fps *ListGroupsResponse_FieldSubPath) String() string
String returns path representation in proto convention
func (*ListGroupsResponse_FieldSubPath) WithIArrayItemValue ¶
func (fps *ListGroupsResponse_FieldSubPath) WithIArrayItemValue(value interface{}) ListGroupsResponse_FieldPathArrayItemValue
func (*ListGroupsResponse_FieldSubPath) WithIArrayOfValues ¶
func (fps *ListGroupsResponse_FieldSubPath) WithIArrayOfValues(values interface{}) ListGroupsResponse_FieldPathArrayOfValues
func (*ListGroupsResponse_FieldSubPath) WithIValue ¶
func (fps *ListGroupsResponse_FieldSubPath) WithIValue(value interface{}) ListGroupsResponse_FieldPathValue
func (*ListGroupsResponse_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *ListGroupsResponse_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ListGroupsResponse_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *ListGroupsResponse_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ListGroupsResponse_FieldSubPath) WithRawIValue ¶
func (fps *ListGroupsResponse_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ListGroupsResponse_FieldSubPathArrayItemValue ¶
type ListGroupsResponse_FieldSubPathArrayItemValue struct { ListGroupsResponse_FieldPath // contains filtered or unexported fields }
func (*ListGroupsResponse_FieldSubPathArrayItemValue) AsGroupsPathItemValue ¶
func (fpaivs *ListGroupsResponse_FieldSubPathArrayItemValue) AsGroupsPathItemValue() (group.Group_FieldPathArrayItemValue, bool)
func (*ListGroupsResponse_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *ListGroupsResponse_FieldSubPathArrayItemValue) ContainsValue(source *ListGroupsResponse) bool
Contains returns a boolean indicating if value that is being held is present in given 'ListGroupsResponse'
func (*ListGroupsResponse_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *ListGroupsResponse_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type ListGroupsResponse_FieldSubPathArrayOfValues ¶
type ListGroupsResponse_FieldSubPathArrayOfValues struct { ListGroupsResponse_FieldPath // contains filtered or unexported fields }
func (*ListGroupsResponse_FieldSubPathArrayOfValues) AsGroupsPathArrayOfValues ¶
func (fpsaov *ListGroupsResponse_FieldSubPathArrayOfValues) AsGroupsPathArrayOfValues() (group.Group_FieldPathArrayOfValues, bool)
func (*ListGroupsResponse_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *ListGroupsResponse_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type ListGroupsResponse_FieldSubPathValue ¶
type ListGroupsResponse_FieldSubPathValue struct { ListGroupsResponse_FieldPath // contains filtered or unexported fields }
func (*ListGroupsResponse_FieldSubPathValue) AsGroupsPathValue ¶
func (fpvs *ListGroupsResponse_FieldSubPathValue) AsGroupsPathValue() (group.Group_FieldPathValue, bool)
func (*ListGroupsResponse_FieldSubPathValue) CompareWith ¶
func (fpvs *ListGroupsResponse_FieldSubPathValue) CompareWith(source *ListGroupsResponse) (int, bool)
func (*ListGroupsResponse_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *ListGroupsResponse_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ListGroupsResponse_FieldSubPathValue) GetRawValue ¶
func (fpvs *ListGroupsResponse_FieldSubPathValue) GetRawValue() interface{}
func (*ListGroupsResponse_FieldSubPathValue) SetTo ¶
func (fpvs *ListGroupsResponse_FieldSubPathValue) SetTo(target **ListGroupsResponse)
func (*ListGroupsResponse_FieldSubPathValue) SetToRaw ¶
func (fpvs *ListGroupsResponse_FieldSubPathValue) SetToRaw(target proto.Message)
type ListGroupsResponse_FieldTerminalPath ¶
type ListGroupsResponse_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*ListGroupsResponse_FieldTerminalPath) ClearValue ¶
func (fp *ListGroupsResponse_FieldTerminalPath) ClearValue(item *ListGroupsResponse)
func (*ListGroupsResponse_FieldTerminalPath) ClearValueRaw ¶
func (fp *ListGroupsResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*ListGroupsResponse_FieldTerminalPath) Get ¶
func (fp *ListGroupsResponse_FieldTerminalPath) Get(source *ListGroupsResponse) (values []interface{})
Get returns all values pointed by specific field from source ListGroupsResponse
func (*ListGroupsResponse_FieldTerminalPath) GetDefault ¶
func (fp *ListGroupsResponse_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ListGroupsResponse_FieldTerminalPath) GetRaw ¶
func (fp *ListGroupsResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*ListGroupsResponse_FieldTerminalPath) GetSingle ¶
func (fp *ListGroupsResponse_FieldTerminalPath) GetSingle(source *ListGroupsResponse) (interface{}, bool)
GetSingle returns value pointed by specific field of from source ListGroupsResponse
func (*ListGroupsResponse_FieldTerminalPath) GetSingleRaw ¶
func (fp *ListGroupsResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ListGroupsResponse_FieldTerminalPath) IsLeaf ¶
func (fp *ListGroupsResponse_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ListGroupsResponse_FieldTerminalPath) JSONString ¶
func (fp *ListGroupsResponse_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ListGroupsResponse_FieldTerminalPath) Selector ¶
func (fp *ListGroupsResponse_FieldTerminalPath) Selector() ListGroupsResponse_FieldPathSelector
func (*ListGroupsResponse_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *ListGroupsResponse_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ListGroupsResponse_FieldTerminalPath) String ¶
func (fp *ListGroupsResponse_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*ListGroupsResponse_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *ListGroupsResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) ListGroupsResponse_FieldPathArrayItemValue
func (*ListGroupsResponse_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *ListGroupsResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) ListGroupsResponse_FieldPathArrayOfValues
func (*ListGroupsResponse_FieldTerminalPath) WithIValue ¶
func (fp *ListGroupsResponse_FieldTerminalPath) WithIValue(value interface{}) ListGroupsResponse_FieldPathValue
func (*ListGroupsResponse_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *ListGroupsResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ListGroupsResponse_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *ListGroupsResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ListGroupsResponse_FieldTerminalPath) WithRawIValue ¶
func (fp *ListGroupsResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ListGroupsResponse_FieldTerminalPathArrayItemValue ¶
type ListGroupsResponse_FieldTerminalPathArrayItemValue struct { ListGroupsResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*ListGroupsResponse_FieldTerminalPathArrayItemValue) AsGroupsItemValue ¶
func (fpaiv *ListGroupsResponse_FieldTerminalPathArrayItemValue) AsGroupsItemValue() (*group.Group, bool)
func (*ListGroupsResponse_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *ListGroupsResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *ListGroupsResponse) bool
Contains returns a boolean indicating if value that is being held is present in given 'ListGroupsResponse'
func (*ListGroupsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *ListGroupsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object ListGroupsResponse as interface{}
func (*ListGroupsResponse_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *ListGroupsResponse_FieldTerminalPathArrayItemValue) GetSingle(source *ListGroupsResponse) (interface{}, bool)
func (*ListGroupsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *ListGroupsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type ListGroupsResponse_FieldTerminalPathArrayOfValues ¶
type ListGroupsResponse_FieldTerminalPathArrayOfValues struct { ListGroupsResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*ListGroupsResponse_FieldTerminalPathArrayOfValues) AsCurrentOffsetArrayOfValues ¶ added in v0.10.1
func (fpaov *ListGroupsResponse_FieldTerminalPathArrayOfValues) AsCurrentOffsetArrayOfValues() ([]int32, bool)
func (*ListGroupsResponse_FieldTerminalPathArrayOfValues) AsGroupsArrayOfValues ¶
func (fpaov *ListGroupsResponse_FieldTerminalPathArrayOfValues) AsGroupsArrayOfValues() ([][]*group.Group, bool)
func (*ListGroupsResponse_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues ¶
func (fpaov *ListGroupsResponse_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues() ([]*group.PagerCursor, bool)
func (*ListGroupsResponse_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues ¶
func (fpaov *ListGroupsResponse_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues() ([]*group.PagerCursor, bool)
func (*ListGroupsResponse_FieldTerminalPathArrayOfValues) AsTotalResultsCountArrayOfValues ¶ added in v0.10.1
func (fpaov *ListGroupsResponse_FieldTerminalPathArrayOfValues) AsTotalResultsCountArrayOfValues() ([]int32, bool)
func (*ListGroupsResponse_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *ListGroupsResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type ListGroupsResponse_FieldTerminalPathValue ¶
type ListGroupsResponse_FieldTerminalPathValue struct { ListGroupsResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*ListGroupsResponse_FieldTerminalPathValue) AsCurrentOffsetValue ¶ added in v0.10.1
func (fpv *ListGroupsResponse_FieldTerminalPathValue) AsCurrentOffsetValue() (int32, bool)
func (*ListGroupsResponse_FieldTerminalPathValue) AsGroupsValue ¶
func (fpv *ListGroupsResponse_FieldTerminalPathValue) AsGroupsValue() ([]*group.Group, bool)
func (*ListGroupsResponse_FieldTerminalPathValue) AsNextPageTokenValue ¶
func (fpv *ListGroupsResponse_FieldTerminalPathValue) AsNextPageTokenValue() (*group.PagerCursor, bool)
func (*ListGroupsResponse_FieldTerminalPathValue) AsPrevPageTokenValue ¶
func (fpv *ListGroupsResponse_FieldTerminalPathValue) AsPrevPageTokenValue() (*group.PagerCursor, bool)
func (*ListGroupsResponse_FieldTerminalPathValue) AsTotalResultsCountValue ¶ added in v0.10.1
func (fpv *ListGroupsResponse_FieldTerminalPathValue) AsTotalResultsCountValue() (int32, bool)
func (*ListGroupsResponse_FieldTerminalPathValue) CompareWith ¶
func (fpv *ListGroupsResponse_FieldTerminalPathValue) CompareWith(source *ListGroupsResponse) (int, bool)
CompareWith compares value in the 'ListGroupsResponse_FieldTerminalPathValue' with the value under path in 'ListGroupsResponse'.
func (*ListGroupsResponse_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *ListGroupsResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ListGroupsResponse_FieldTerminalPathValue) GetRawValue ¶
func (fpv *ListGroupsResponse_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'ListGroupsResponse' as interface{}
func (*ListGroupsResponse_FieldTerminalPathValue) SetTo ¶
func (fpv *ListGroupsResponse_FieldTerminalPathValue) SetTo(target **ListGroupsResponse)
SetTo stores value for selected field for object ListGroupsResponse
func (*ListGroupsResponse_FieldTerminalPathValue) SetToRaw ¶
func (fpv *ListGroupsResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
type UpdateGroupDescriptor ¶ added in v0.4.28
type UpdateGroupDescriptor struct{}
func GetUpdateGroupDescriptor ¶ added in v0.4.28
func GetUpdateGroupDescriptor() *UpdateGroupDescriptor
func (*UpdateGroupDescriptor) GetApiDescriptor ¶ added in v0.4.28
func (d *UpdateGroupDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*UpdateGroupDescriptor) GetApiName ¶ added in v0.4.28
func (d *UpdateGroupDescriptor) GetApiName() string
func (*UpdateGroupDescriptor) GetClientMsgReflectHandle ¶ added in v0.4.28
func (d *UpdateGroupDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*UpdateGroupDescriptor) GetFullMethodName ¶ added in v0.4.28
func (d *UpdateGroupDescriptor) GetFullMethodName() string
func (*UpdateGroupDescriptor) GetMethodName ¶ added in v0.4.28
func (d *UpdateGroupDescriptor) GetMethodName() string
func (*UpdateGroupDescriptor) GetProtoPkgName ¶ added in v0.4.28
func (d *UpdateGroupDescriptor) GetProtoPkgName() string
func (*UpdateGroupDescriptor) GetResourceDescriptor ¶ added in v0.4.30
func (d *UpdateGroupDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*UpdateGroupDescriptor) GetServerMsgReflectHandle ¶ added in v0.4.28
func (d *UpdateGroupDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*UpdateGroupDescriptor) GetServiceDomain ¶ added in v0.4.28
func (d *UpdateGroupDescriptor) GetServiceDomain() string
func (*UpdateGroupDescriptor) GetServiceVersion ¶ added in v0.4.28
func (d *UpdateGroupDescriptor) GetServiceVersion() string
func (*UpdateGroupDescriptor) GetVerb ¶ added in v0.4.28
func (d *UpdateGroupDescriptor) GetVerb() string
func (*UpdateGroupDescriptor) HasResource ¶ added in v0.4.30
func (d *UpdateGroupDescriptor) HasResource() bool
func (*UpdateGroupDescriptor) IsClientStream ¶ added in v0.4.28
func (d *UpdateGroupDescriptor) IsClientStream() bool
func (*UpdateGroupDescriptor) IsCollection ¶ added in v0.4.30
func (d *UpdateGroupDescriptor) IsCollection() bool
func (*UpdateGroupDescriptor) IsPlural ¶ added in v0.4.30
func (d *UpdateGroupDescriptor) IsPlural() bool
func (*UpdateGroupDescriptor) IsServerStream ¶ added in v0.4.28
func (d *UpdateGroupDescriptor) IsServerStream() bool
func (*UpdateGroupDescriptor) IsUnary ¶ added in v0.4.28
func (d *UpdateGroupDescriptor) IsUnary() bool
func (*UpdateGroupDescriptor) NewEmptyClientMsg ¶ added in v0.4.28
func (d *UpdateGroupDescriptor) NewEmptyClientMsg() proto.Message
func (*UpdateGroupDescriptor) NewEmptyServerMsg ¶ added in v0.4.28
func (d *UpdateGroupDescriptor) NewEmptyServerMsg() proto.Message
func (*UpdateGroupDescriptor) RequestHasResourceBody ¶ added in v0.4.28
func (d *UpdateGroupDescriptor) RequestHasResourceBody() bool
type UpdateGroupDescriptorClientMsgHandle ¶ added in v0.4.28
type UpdateGroupDescriptorClientMsgHandle struct{}
func (*UpdateGroupDescriptorClientMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *UpdateGroupDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*UpdateGroupDescriptorClientMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *UpdateGroupDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*UpdateGroupDescriptorClientMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *UpdateGroupDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type UpdateGroupDescriptorServerMsgHandle ¶ added in v0.4.28
type UpdateGroupDescriptorServerMsgHandle struct{}
func (*UpdateGroupDescriptorServerMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *UpdateGroupDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*UpdateGroupDescriptorServerMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *UpdateGroupDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*UpdateGroupDescriptorServerMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *UpdateGroupDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type UpdateGroupRequest ¶
type UpdateGroupRequest struct { // Group resource body Group *group.Group `protobuf:"bytes,2,opt,name=group,proto3" json:"group,omitempty" firestore:"group"` // FieldMask applied to request - change will be applied only for fields in // the mask UpdateMask *group.Group_FieldMask `` /* 141-byte string literal not displayed */ // Conditional update applied to request if update should be executed only for // specific resource state. If this field is populated, then server will fetch // existing resource, compare with the one stored in the cas field (after // applying field mask) and proceed with update only and only if they match. // Otherwise RPC error Aborted will be returned. Cas *UpdateGroupRequest_CAS `protobuf:"bytes,4,opt,name=cas,proto3" json:"cas,omitempty" firestore:"cas"` // If set to true, and the resource is not found, // a new resource will be created. In this situation, // 'field_mask' is ignored. // // https://google.aip.dev/134#create-or-update AllowMissing bool `protobuf:"varint,5,opt,name=allow_missing,json=allowMissing,proto3" json:"allow_missing,omitempty" firestore:"allowMissing"` // contains filtered or unexported fields }
Request message for method [UpdateGroup][ntt.iam.v1alpha.UpdateGroup]
func (*UpdateGroupRequest) Clone ¶
func (o *UpdateGroupRequest) Clone() *UpdateGroupRequest
func (*UpdateGroupRequest) CloneRaw ¶
func (o *UpdateGroupRequest) CloneRaw() gotenobject.GotenObjectExt
func (*UpdateGroupRequest) Descriptor ¶
func (*UpdateGroupRequest) Descriptor() ([]byte, []int)
Deprecated, Use UpdateGroupRequest.ProtoReflect.Descriptor instead.
func (*UpdateGroupRequest) GetAllowMissing ¶ added in v0.12.33
func (m *UpdateGroupRequest) GetAllowMissing() bool
func (*UpdateGroupRequest) GetCas ¶
func (m *UpdateGroupRequest) GetCas() *UpdateGroupRequest_CAS
func (*UpdateGroupRequest) GetGroup ¶
func (m *UpdateGroupRequest) GetGroup() *group.Group
func (*UpdateGroupRequest) GetUpdateMask ¶
func (m *UpdateGroupRequest) GetUpdateMask() *group.Group_FieldMask
func (*UpdateGroupRequest) GotenMessage ¶
func (*UpdateGroupRequest) GotenMessage()
func (*UpdateGroupRequest) GotenObjectExt ¶
func (o *UpdateGroupRequest) GotenObjectExt()
func (*UpdateGroupRequest) GotenValidate ¶
func (obj *UpdateGroupRequest) GotenValidate() error
func (*UpdateGroupRequest) MakeDiffFieldMask ¶
func (o *UpdateGroupRequest) MakeDiffFieldMask(other *UpdateGroupRequest) *UpdateGroupRequest_FieldMask
func (*UpdateGroupRequest) MakeFullFieldMask ¶
func (o *UpdateGroupRequest) MakeFullFieldMask() *UpdateGroupRequest_FieldMask
func (*UpdateGroupRequest) MakeRawDiffFieldMask ¶
func (o *UpdateGroupRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*UpdateGroupRequest) MakeRawFullFieldMask ¶
func (o *UpdateGroupRequest) MakeRawFullFieldMask() gotenobject.FieldMask
func (*UpdateGroupRequest) Marshal ¶
func (m *UpdateGroupRequest) Marshal() ([]byte, error)
func (*UpdateGroupRequest) MarshalJSON ¶
func (m *UpdateGroupRequest) MarshalJSON() ([]byte, error)
func (*UpdateGroupRequest) Merge ¶
func (o *UpdateGroupRequest) Merge(source *UpdateGroupRequest)
func (*UpdateGroupRequest) MergeRaw ¶
func (o *UpdateGroupRequest) MergeRaw(source gotenobject.GotenObjectExt)
func (*UpdateGroupRequest) ProtoMessage ¶
func (*UpdateGroupRequest) ProtoMessage()
func (*UpdateGroupRequest) ProtoReflect ¶
func (m *UpdateGroupRequest) ProtoReflect() preflect.Message
func (*UpdateGroupRequest) Reset ¶
func (m *UpdateGroupRequest) Reset()
func (*UpdateGroupRequest) SetAllowMissing ¶ added in v0.12.33
func (m *UpdateGroupRequest) SetAllowMissing(fv bool)
func (*UpdateGroupRequest) SetCas ¶
func (m *UpdateGroupRequest) SetCas(fv *UpdateGroupRequest_CAS)
func (*UpdateGroupRequest) SetGroup ¶
func (m *UpdateGroupRequest) SetGroup(fv *group.Group)
func (*UpdateGroupRequest) SetUpdateMask ¶
func (m *UpdateGroupRequest) SetUpdateMask(fv *group.Group_FieldMask)
func (*UpdateGroupRequest) String ¶
func (m *UpdateGroupRequest) String() string
func (*UpdateGroupRequest) Unmarshal ¶
func (m *UpdateGroupRequest) Unmarshal(b []byte) error
func (*UpdateGroupRequest) UnmarshalJSON ¶
func (m *UpdateGroupRequest) UnmarshalJSON(data []byte) error
type UpdateGroupRequestCASFieldPathBuilder ¶
type UpdateGroupRequestCASFieldPathBuilder struct{}
func NewUpdateGroupRequestCASFieldPathBuilder ¶
func NewUpdateGroupRequestCASFieldPathBuilder() UpdateGroupRequestCASFieldPathBuilder
func (UpdateGroupRequestCASFieldPathBuilder) ConditionalState ¶
func (UpdateGroupRequestCASFieldPathBuilder) ConditionalState() UpdateGroupRequest_CASPathSelectorConditionalState
func (UpdateGroupRequestCASFieldPathBuilder) FieldMask ¶
func (UpdateGroupRequestCASFieldPathBuilder) FieldMask() UpdateGroupRequest_CASPathSelectorFieldMask
type UpdateGroupRequestCAS_FieldPath ¶
type UpdateGroupRequestCAS_FieldPath interface { gotenobject.FieldPath Selector() UpdateGroupRequestCAS_FieldPathSelector Get(source *UpdateGroupRequest_CAS) []interface{} GetSingle(source *UpdateGroupRequest_CAS) (interface{}, bool) ClearValue(item *UpdateGroupRequest_CAS) // Those methods build corresponding UpdateGroupRequestCAS_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) UpdateGroupRequestCAS_FieldPathValue WithIArrayOfValues(values interface{}) UpdateGroupRequestCAS_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) UpdateGroupRequestCAS_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildUpdateGroupRequestCAS_FieldPath ¶
func BuildUpdateGroupRequestCAS_FieldPath(fp gotenobject.RawFieldPath) (UpdateGroupRequestCAS_FieldPath, error)
func MustParseUpdateGroupRequestCAS_FieldPath ¶
func MustParseUpdateGroupRequestCAS_FieldPath(rawField string) UpdateGroupRequestCAS_FieldPath
func ParseUpdateGroupRequestCAS_FieldPath ¶
func ParseUpdateGroupRequestCAS_FieldPath(rawField string) (UpdateGroupRequestCAS_FieldPath, error)
type UpdateGroupRequestCAS_FieldPathArrayItemValue ¶
type UpdateGroupRequestCAS_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue UpdateGroupRequestCAS_FieldPath ContainsValue(*UpdateGroupRequest_CAS) bool }
UpdateGroupRequestCAS_FieldPathArrayItemValue allows storing single item in Path-specific values for CAS according to their type Present only for array (repeated) types.
func MustParseUpdateGroupRequestCAS_FieldPathArrayItemValue ¶
func MustParseUpdateGroupRequestCAS_FieldPathArrayItemValue(pathStr, valueStr string) UpdateGroupRequestCAS_FieldPathArrayItemValue
func ParseUpdateGroupRequestCAS_FieldPathArrayItemValue ¶
func ParseUpdateGroupRequestCAS_FieldPathArrayItemValue(pathStr, valueStr string) (UpdateGroupRequestCAS_FieldPathArrayItemValue, error)
ParseUpdateGroupRequestCAS_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type UpdateGroupRequestCAS_FieldPathArrayOfValues ¶
type UpdateGroupRequestCAS_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues UpdateGroupRequestCAS_FieldPath }
UpdateGroupRequestCAS_FieldPathArrayOfValues allows storing slice of values for CAS fields according to their type
func MustParseUpdateGroupRequestCAS_FieldPathArrayOfValues ¶
func MustParseUpdateGroupRequestCAS_FieldPathArrayOfValues(pathStr, valuesStr string) UpdateGroupRequestCAS_FieldPathArrayOfValues
func ParseUpdateGroupRequestCAS_FieldPathArrayOfValues ¶
func ParseUpdateGroupRequestCAS_FieldPathArrayOfValues(pathStr, valuesStr string) (UpdateGroupRequestCAS_FieldPathArrayOfValues, error)
type UpdateGroupRequestCAS_FieldPathSelector ¶
type UpdateGroupRequestCAS_FieldPathSelector int32
const ( UpdateGroupRequestCAS_FieldPathSelectorConditionalState UpdateGroupRequestCAS_FieldPathSelector = 0 UpdateGroupRequestCAS_FieldPathSelectorFieldMask UpdateGroupRequestCAS_FieldPathSelector = 1 )
func (UpdateGroupRequestCAS_FieldPathSelector) String ¶
func (s UpdateGroupRequestCAS_FieldPathSelector) String() string
type UpdateGroupRequestCAS_FieldPathValue ¶
type UpdateGroupRequestCAS_FieldPathValue interface { UpdateGroupRequestCAS_FieldPath gotenobject.FieldPathValue SetTo(target **UpdateGroupRequest_CAS) CompareWith(*UpdateGroupRequest_CAS) (cmp int, comparable bool) }
UpdateGroupRequestCAS_FieldPathValue allows storing values for CAS fields according to their type
func MustParseUpdateGroupRequestCAS_FieldPathValue ¶
func MustParseUpdateGroupRequestCAS_FieldPathValue(pathStr, valueStr string) UpdateGroupRequestCAS_FieldPathValue
func ParseUpdateGroupRequestCAS_FieldPathValue ¶
func ParseUpdateGroupRequestCAS_FieldPathValue(pathStr, valueStr string) (UpdateGroupRequestCAS_FieldPathValue, error)
type UpdateGroupRequestCAS_FieldSubPath ¶
type UpdateGroupRequestCAS_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*UpdateGroupRequestCAS_FieldSubPath) AsConditionalStateSubPath ¶
func (fps *UpdateGroupRequestCAS_FieldSubPath) AsConditionalStateSubPath() (group.Group_FieldPath, bool)
func (*UpdateGroupRequestCAS_FieldSubPath) ClearValue ¶
func (fps *UpdateGroupRequestCAS_FieldSubPath) ClearValue(item *UpdateGroupRequest_CAS)
func (*UpdateGroupRequestCAS_FieldSubPath) ClearValueRaw ¶
func (fps *UpdateGroupRequestCAS_FieldSubPath) ClearValueRaw(item proto.Message)
func (*UpdateGroupRequestCAS_FieldSubPath) Get ¶
func (fps *UpdateGroupRequestCAS_FieldSubPath) Get(source *UpdateGroupRequest_CAS) (values []interface{})
Get returns all values pointed by selected field from source UpdateGroupRequest_CAS
func (*UpdateGroupRequestCAS_FieldSubPath) GetDefault ¶
func (fps *UpdateGroupRequestCAS_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*UpdateGroupRequestCAS_FieldSubPath) GetRaw ¶
func (fps *UpdateGroupRequestCAS_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*UpdateGroupRequestCAS_FieldSubPath) GetSingle ¶
func (fps *UpdateGroupRequestCAS_FieldSubPath) GetSingle(source *UpdateGroupRequest_CAS) (interface{}, bool)
GetSingle returns value of selected field from source UpdateGroupRequest_CAS
func (*UpdateGroupRequestCAS_FieldSubPath) GetSingleRaw ¶
func (fps *UpdateGroupRequestCAS_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*UpdateGroupRequestCAS_FieldSubPath) IsLeaf ¶
func (fps *UpdateGroupRequestCAS_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*UpdateGroupRequestCAS_FieldSubPath) JSONString ¶
func (fps *UpdateGroupRequestCAS_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*UpdateGroupRequestCAS_FieldSubPath) Selector ¶
func (fps *UpdateGroupRequestCAS_FieldSubPath) Selector() UpdateGroupRequestCAS_FieldPathSelector
func (*UpdateGroupRequestCAS_FieldSubPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fps *UpdateGroupRequestCAS_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*UpdateGroupRequestCAS_FieldSubPath) String ¶
func (fps *UpdateGroupRequestCAS_FieldSubPath) String() string
String returns path representation in proto convention
func (*UpdateGroupRequestCAS_FieldSubPath) WithIArrayItemValue ¶
func (fps *UpdateGroupRequestCAS_FieldSubPath) WithIArrayItemValue(value interface{}) UpdateGroupRequestCAS_FieldPathArrayItemValue
func (*UpdateGroupRequestCAS_FieldSubPath) WithIArrayOfValues ¶
func (fps *UpdateGroupRequestCAS_FieldSubPath) WithIArrayOfValues(values interface{}) UpdateGroupRequestCAS_FieldPathArrayOfValues
func (*UpdateGroupRequestCAS_FieldSubPath) WithIValue ¶
func (fps *UpdateGroupRequestCAS_FieldSubPath) WithIValue(value interface{}) UpdateGroupRequestCAS_FieldPathValue
func (*UpdateGroupRequestCAS_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *UpdateGroupRequestCAS_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*UpdateGroupRequestCAS_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *UpdateGroupRequestCAS_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*UpdateGroupRequestCAS_FieldSubPath) WithRawIValue ¶
func (fps *UpdateGroupRequestCAS_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type UpdateGroupRequestCAS_FieldSubPathArrayItemValue ¶
type UpdateGroupRequestCAS_FieldSubPathArrayItemValue struct { UpdateGroupRequestCAS_FieldPath // contains filtered or unexported fields }
func (*UpdateGroupRequestCAS_FieldSubPathArrayItemValue) AsConditionalStatePathItemValue ¶
func (fpaivs *UpdateGroupRequestCAS_FieldSubPathArrayItemValue) AsConditionalStatePathItemValue() (group.Group_FieldPathArrayItemValue, bool)
func (*UpdateGroupRequestCAS_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *UpdateGroupRequestCAS_FieldSubPathArrayItemValue) ContainsValue(source *UpdateGroupRequest_CAS) bool
Contains returns a boolean indicating if value that is being held is present in given 'CAS'
func (*UpdateGroupRequestCAS_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *UpdateGroupRequestCAS_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type UpdateGroupRequestCAS_FieldSubPathArrayOfValues ¶
type UpdateGroupRequestCAS_FieldSubPathArrayOfValues struct { UpdateGroupRequestCAS_FieldPath // contains filtered or unexported fields }
func (*UpdateGroupRequestCAS_FieldSubPathArrayOfValues) AsConditionalStatePathArrayOfValues ¶
func (fpsaov *UpdateGroupRequestCAS_FieldSubPathArrayOfValues) AsConditionalStatePathArrayOfValues() (group.Group_FieldPathArrayOfValues, bool)
func (*UpdateGroupRequestCAS_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *UpdateGroupRequestCAS_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type UpdateGroupRequestCAS_FieldSubPathValue ¶
type UpdateGroupRequestCAS_FieldSubPathValue struct { UpdateGroupRequestCAS_FieldPath // contains filtered or unexported fields }
func (*UpdateGroupRequestCAS_FieldSubPathValue) AsConditionalStatePathValue ¶
func (fpvs *UpdateGroupRequestCAS_FieldSubPathValue) AsConditionalStatePathValue() (group.Group_FieldPathValue, bool)
func (*UpdateGroupRequestCAS_FieldSubPathValue) CompareWith ¶
func (fpvs *UpdateGroupRequestCAS_FieldSubPathValue) CompareWith(source *UpdateGroupRequest_CAS) (int, bool)
func (*UpdateGroupRequestCAS_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *UpdateGroupRequestCAS_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*UpdateGroupRequestCAS_FieldSubPathValue) GetRawValue ¶
func (fpvs *UpdateGroupRequestCAS_FieldSubPathValue) GetRawValue() interface{}
func (*UpdateGroupRequestCAS_FieldSubPathValue) SetTo ¶
func (fpvs *UpdateGroupRequestCAS_FieldSubPathValue) SetTo(target **UpdateGroupRequest_CAS)
func (*UpdateGroupRequestCAS_FieldSubPathValue) SetToRaw ¶
func (fpvs *UpdateGroupRequestCAS_FieldSubPathValue) SetToRaw(target proto.Message)
type UpdateGroupRequestCAS_FieldTerminalPath ¶
type UpdateGroupRequestCAS_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*UpdateGroupRequestCAS_FieldTerminalPath) ClearValue ¶
func (fp *UpdateGroupRequestCAS_FieldTerminalPath) ClearValue(item *UpdateGroupRequest_CAS)
func (*UpdateGroupRequestCAS_FieldTerminalPath) ClearValueRaw ¶
func (fp *UpdateGroupRequestCAS_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*UpdateGroupRequestCAS_FieldTerminalPath) Get ¶
func (fp *UpdateGroupRequestCAS_FieldTerminalPath) Get(source *UpdateGroupRequest_CAS) (values []interface{})
Get returns all values pointed by specific field from source UpdateGroupRequest_CAS
func (*UpdateGroupRequestCAS_FieldTerminalPath) GetDefault ¶
func (fp *UpdateGroupRequestCAS_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*UpdateGroupRequestCAS_FieldTerminalPath) GetRaw ¶
func (fp *UpdateGroupRequestCAS_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*UpdateGroupRequestCAS_FieldTerminalPath) GetSingle ¶
func (fp *UpdateGroupRequestCAS_FieldTerminalPath) GetSingle(source *UpdateGroupRequest_CAS) (interface{}, bool)
GetSingle returns value pointed by specific field of from source UpdateGroupRequest_CAS
func (*UpdateGroupRequestCAS_FieldTerminalPath) GetSingleRaw ¶
func (fp *UpdateGroupRequestCAS_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*UpdateGroupRequestCAS_FieldTerminalPath) IsLeaf ¶
func (fp *UpdateGroupRequestCAS_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*UpdateGroupRequestCAS_FieldTerminalPath) JSONString ¶
func (fp *UpdateGroupRequestCAS_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*UpdateGroupRequestCAS_FieldTerminalPath) Selector ¶
func (fp *UpdateGroupRequestCAS_FieldTerminalPath) Selector() UpdateGroupRequestCAS_FieldPathSelector
func (*UpdateGroupRequestCAS_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *UpdateGroupRequestCAS_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*UpdateGroupRequestCAS_FieldTerminalPath) String ¶
func (fp *UpdateGroupRequestCAS_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*UpdateGroupRequestCAS_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *UpdateGroupRequestCAS_FieldTerminalPath) WithIArrayItemValue(value interface{}) UpdateGroupRequestCAS_FieldPathArrayItemValue
func (*UpdateGroupRequestCAS_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *UpdateGroupRequestCAS_FieldTerminalPath) WithIArrayOfValues(values interface{}) UpdateGroupRequestCAS_FieldPathArrayOfValues
func (*UpdateGroupRequestCAS_FieldTerminalPath) WithIValue ¶
func (fp *UpdateGroupRequestCAS_FieldTerminalPath) WithIValue(value interface{}) UpdateGroupRequestCAS_FieldPathValue
func (*UpdateGroupRequestCAS_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *UpdateGroupRequestCAS_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*UpdateGroupRequestCAS_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *UpdateGroupRequestCAS_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*UpdateGroupRequestCAS_FieldTerminalPath) WithRawIValue ¶
func (fp *UpdateGroupRequestCAS_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type UpdateGroupRequestCAS_FieldTerminalPathArrayItemValue ¶
type UpdateGroupRequestCAS_FieldTerminalPathArrayItemValue struct { UpdateGroupRequestCAS_FieldTerminalPath // contains filtered or unexported fields }
func (*UpdateGroupRequestCAS_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *UpdateGroupRequestCAS_FieldTerminalPathArrayItemValue) ContainsValue(source *UpdateGroupRequest_CAS) bool
Contains returns a boolean indicating if value that is being held is present in given 'CAS'
func (*UpdateGroupRequestCAS_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *UpdateGroupRequestCAS_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object UpdateGroupRequest_CAS as interface{}
func (*UpdateGroupRequestCAS_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *UpdateGroupRequestCAS_FieldTerminalPathArrayItemValue) GetSingle(source *UpdateGroupRequest_CAS) (interface{}, bool)
func (*UpdateGroupRequestCAS_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *UpdateGroupRequestCAS_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type UpdateGroupRequestCAS_FieldTerminalPathArrayOfValues ¶
type UpdateGroupRequestCAS_FieldTerminalPathArrayOfValues struct { UpdateGroupRequestCAS_FieldTerminalPath // contains filtered or unexported fields }
func (*UpdateGroupRequestCAS_FieldTerminalPathArrayOfValues) AsConditionalStateArrayOfValues ¶
func (fpaov *UpdateGroupRequestCAS_FieldTerminalPathArrayOfValues) AsConditionalStateArrayOfValues() ([]*group.Group, bool)
func (*UpdateGroupRequestCAS_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues ¶
func (fpaov *UpdateGroupRequestCAS_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*group.Group_FieldMask, bool)
func (*UpdateGroupRequestCAS_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *UpdateGroupRequestCAS_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type UpdateGroupRequestCAS_FieldTerminalPathValue ¶
type UpdateGroupRequestCAS_FieldTerminalPathValue struct { UpdateGroupRequestCAS_FieldTerminalPath // contains filtered or unexported fields }
func (*UpdateGroupRequestCAS_FieldTerminalPathValue) AsConditionalStateValue ¶
func (fpv *UpdateGroupRequestCAS_FieldTerminalPathValue) AsConditionalStateValue() (*group.Group, bool)
func (*UpdateGroupRequestCAS_FieldTerminalPathValue) AsFieldMaskValue ¶
func (fpv *UpdateGroupRequestCAS_FieldTerminalPathValue) AsFieldMaskValue() (*group.Group_FieldMask, bool)
func (*UpdateGroupRequestCAS_FieldTerminalPathValue) CompareWith ¶
func (fpv *UpdateGroupRequestCAS_FieldTerminalPathValue) CompareWith(source *UpdateGroupRequest_CAS) (int, bool)
CompareWith compares value in the 'UpdateGroupRequestCAS_FieldTerminalPathValue' with the value under path in 'UpdateGroupRequest_CAS'.
func (*UpdateGroupRequestCAS_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *UpdateGroupRequestCAS_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*UpdateGroupRequestCAS_FieldTerminalPathValue) GetRawValue ¶
func (fpv *UpdateGroupRequestCAS_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'CAS' as interface{}
func (*UpdateGroupRequestCAS_FieldTerminalPathValue) SetTo ¶
func (fpv *UpdateGroupRequestCAS_FieldTerminalPathValue) SetTo(target **UpdateGroupRequest_CAS)
SetTo stores value for selected field for object CAS
func (*UpdateGroupRequestCAS_FieldTerminalPathValue) SetToRaw ¶
func (fpv *UpdateGroupRequestCAS_FieldTerminalPathValue) SetToRaw(target proto.Message)
type UpdateGroupRequestFieldPathBuilder ¶
type UpdateGroupRequestFieldPathBuilder struct{}
func NewUpdateGroupRequestFieldPathBuilder ¶
func NewUpdateGroupRequestFieldPathBuilder() UpdateGroupRequestFieldPathBuilder
func (UpdateGroupRequestFieldPathBuilder) AllowMissing ¶ added in v0.12.33
func (UpdateGroupRequestFieldPathBuilder) AllowMissing() UpdateGroupRequestPathSelectorAllowMissing
func (UpdateGroupRequestFieldPathBuilder) UpdateMask ¶
func (UpdateGroupRequestFieldPathBuilder) UpdateMask() UpdateGroupRequestPathSelectorUpdateMask
type UpdateGroupRequestMapPathSelectorCasConditionalStateMetadataAnnotations ¶
type UpdateGroupRequestMapPathSelectorCasConditionalStateMetadataAnnotations struct {
// contains filtered or unexported fields
}
func (UpdateGroupRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues ¶
func (s UpdateGroupRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues(values []string) *UpdateGroupRequest_FieldSubPathArrayOfValues
func (UpdateGroupRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithValue ¶
func (s UpdateGroupRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithValue(value string) *UpdateGroupRequest_FieldSubPathValue
type UpdateGroupRequestMapPathSelectorCasConditionalStateMetadataLabels ¶
type UpdateGroupRequestMapPathSelectorCasConditionalStateMetadataLabels struct {
// contains filtered or unexported fields
}
func (UpdateGroupRequestMapPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues ¶
func (s UpdateGroupRequestMapPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues(values []string) *UpdateGroupRequest_FieldSubPathArrayOfValues
func (UpdateGroupRequestMapPathSelectorCasConditionalStateMetadataLabels) WithValue ¶
func (s UpdateGroupRequestMapPathSelectorCasConditionalStateMetadataLabels) WithValue(value string) *UpdateGroupRequest_FieldSubPathValue
type UpdateGroupRequestMapPathSelectorCasConditionalStateMetadataShards ¶
type UpdateGroupRequestMapPathSelectorCasConditionalStateMetadataShards struct {
// contains filtered or unexported fields
}
func (UpdateGroupRequestMapPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues ¶
func (s UpdateGroupRequestMapPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues(values []int64) *UpdateGroupRequest_FieldSubPathArrayOfValues
func (UpdateGroupRequestMapPathSelectorCasConditionalStateMetadataShards) WithValue ¶
func (s UpdateGroupRequestMapPathSelectorCasConditionalStateMetadataShards) WithValue(value int64) *UpdateGroupRequest_FieldSubPathValue
type UpdateGroupRequestMapPathSelectorGroupMetadataAnnotations ¶
type UpdateGroupRequestMapPathSelectorGroupMetadataAnnotations struct {
// contains filtered or unexported fields
}
func (UpdateGroupRequestMapPathSelectorGroupMetadataAnnotations) FieldPath ¶
func (s UpdateGroupRequestMapPathSelectorGroupMetadataAnnotations) FieldPath() *UpdateGroupRequest_FieldSubPath
func (UpdateGroupRequestMapPathSelectorGroupMetadataAnnotations) WithArrayOfValues ¶
func (s UpdateGroupRequestMapPathSelectorGroupMetadataAnnotations) WithArrayOfValues(values []string) *UpdateGroupRequest_FieldSubPathArrayOfValues
func (UpdateGroupRequestMapPathSelectorGroupMetadataAnnotations) WithValue ¶
func (s UpdateGroupRequestMapPathSelectorGroupMetadataAnnotations) WithValue(value string) *UpdateGroupRequest_FieldSubPathValue
type UpdateGroupRequestMapPathSelectorGroupMetadataLabels ¶
type UpdateGroupRequestMapPathSelectorGroupMetadataLabels struct {
// contains filtered or unexported fields
}
func (UpdateGroupRequestMapPathSelectorGroupMetadataLabels) FieldPath ¶
func (s UpdateGroupRequestMapPathSelectorGroupMetadataLabels) FieldPath() *UpdateGroupRequest_FieldSubPath
func (UpdateGroupRequestMapPathSelectorGroupMetadataLabels) WithArrayOfValues ¶
func (s UpdateGroupRequestMapPathSelectorGroupMetadataLabels) WithArrayOfValues(values []string) *UpdateGroupRequest_FieldSubPathArrayOfValues
func (UpdateGroupRequestMapPathSelectorGroupMetadataLabels) WithValue ¶
func (s UpdateGroupRequestMapPathSelectorGroupMetadataLabels) WithValue(value string) *UpdateGroupRequest_FieldSubPathValue
type UpdateGroupRequestMapPathSelectorGroupMetadataShards ¶
type UpdateGroupRequestMapPathSelectorGroupMetadataShards struct {
// contains filtered or unexported fields
}
func (UpdateGroupRequestMapPathSelectorGroupMetadataShards) FieldPath ¶
func (s UpdateGroupRequestMapPathSelectorGroupMetadataShards) FieldPath() *UpdateGroupRequest_FieldSubPath
func (UpdateGroupRequestMapPathSelectorGroupMetadataShards) WithArrayOfValues ¶
func (s UpdateGroupRequestMapPathSelectorGroupMetadataShards) WithArrayOfValues(values []int64) *UpdateGroupRequest_FieldSubPathArrayOfValues
func (UpdateGroupRequestMapPathSelectorGroupMetadataShards) WithValue ¶
func (s UpdateGroupRequestMapPathSelectorGroupMetadataShards) WithValue(value int64) *UpdateGroupRequest_FieldSubPathValue
type UpdateGroupRequestPathSelectorAllowMissing ¶ added in v0.12.33
type UpdateGroupRequestPathSelectorAllowMissing struct{}
func (UpdateGroupRequestPathSelectorAllowMissing) FieldPath ¶ added in v0.12.33
func (UpdateGroupRequestPathSelectorAllowMissing) FieldPath() *UpdateGroupRequest_FieldTerminalPath
func (UpdateGroupRequestPathSelectorAllowMissing) WithArrayOfValues ¶ added in v0.12.33
func (s UpdateGroupRequestPathSelectorAllowMissing) WithArrayOfValues(values []bool) *UpdateGroupRequest_FieldTerminalPathArrayOfValues
func (UpdateGroupRequestPathSelectorAllowMissing) WithValue ¶ added in v0.12.33
func (s UpdateGroupRequestPathSelectorAllowMissing) WithValue(value bool) *UpdateGroupRequest_FieldTerminalPathValue
type UpdateGroupRequestPathSelectorCas ¶
type UpdateGroupRequestPathSelectorCas struct{}
func (UpdateGroupRequestPathSelectorCas) ConditionalState ¶
func (UpdateGroupRequestPathSelectorCas) ConditionalState() UpdateGroupRequestPathSelectorCasConditionalState
func (UpdateGroupRequestPathSelectorCas) FieldMask ¶
func (UpdateGroupRequestPathSelectorCas) FieldMask() UpdateGroupRequestPathSelectorCasFieldMask
func (UpdateGroupRequestPathSelectorCas) FieldPath ¶
func (UpdateGroupRequestPathSelectorCas) FieldPath() *UpdateGroupRequest_FieldTerminalPath
func (UpdateGroupRequestPathSelectorCas) WithArrayOfValues ¶
func (s UpdateGroupRequestPathSelectorCas) WithArrayOfValues(values []*UpdateGroupRequest_CAS) *UpdateGroupRequest_FieldTerminalPathArrayOfValues
func (UpdateGroupRequestPathSelectorCas) WithSubArrayItemValue ¶
func (s UpdateGroupRequestPathSelectorCas) WithSubArrayItemValue(subPathArrayItemValue UpdateGroupRequestCAS_FieldPathArrayItemValue) *UpdateGroupRequest_FieldSubPathArrayItemValue
func (UpdateGroupRequestPathSelectorCas) WithSubArrayOfValues ¶
func (s UpdateGroupRequestPathSelectorCas) WithSubArrayOfValues(subPathArrayOfValues UpdateGroupRequestCAS_FieldPathArrayOfValues) *UpdateGroupRequest_FieldSubPathArrayOfValues
func (UpdateGroupRequestPathSelectorCas) WithSubPath ¶
func (UpdateGroupRequestPathSelectorCas) WithSubPath(subPath UpdateGroupRequestCAS_FieldPath) *UpdateGroupRequest_FieldSubPath
func (UpdateGroupRequestPathSelectorCas) WithSubValue ¶
func (s UpdateGroupRequestPathSelectorCas) WithSubValue(subPathValue UpdateGroupRequestCAS_FieldPathValue) *UpdateGroupRequest_FieldSubPathValue
func (UpdateGroupRequestPathSelectorCas) WithValue ¶
func (s UpdateGroupRequestPathSelectorCas) WithValue(value *UpdateGroupRequest_CAS) *UpdateGroupRequest_FieldTerminalPathValue
type UpdateGroupRequestPathSelectorCasConditionalState ¶
type UpdateGroupRequestPathSelectorCasConditionalState struct{}
func (UpdateGroupRequestPathSelectorCasConditionalState) DisplayName ¶
func (UpdateGroupRequestPathSelectorCasConditionalState) FieldPath ¶
func (UpdateGroupRequestPathSelectorCasConditionalState) FieldPath() *UpdateGroupRequest_FieldSubPath
func (UpdateGroupRequestPathSelectorCasConditionalState) WithArrayOfValues ¶
func (s UpdateGroupRequestPathSelectorCasConditionalState) WithArrayOfValues(values []*group.Group) *UpdateGroupRequest_FieldSubPathArrayOfValues
func (UpdateGroupRequestPathSelectorCasConditionalState) WithValue ¶
func (s UpdateGroupRequestPathSelectorCasConditionalState) WithValue(value *group.Group) *UpdateGroupRequest_FieldSubPathValue
type UpdateGroupRequestPathSelectorCasConditionalStateDisplayName ¶
type UpdateGroupRequestPathSelectorCasConditionalStateDisplayName struct{}
func (UpdateGroupRequestPathSelectorCasConditionalStateDisplayName) WithArrayOfValues ¶
func (s UpdateGroupRequestPathSelectorCasConditionalStateDisplayName) WithArrayOfValues(values []string) *UpdateGroupRequest_FieldSubPathArrayOfValues
func (UpdateGroupRequestPathSelectorCasConditionalStateDisplayName) WithValue ¶
func (s UpdateGroupRequestPathSelectorCasConditionalStateDisplayName) WithValue(value string) *UpdateGroupRequest_FieldSubPathValue
type UpdateGroupRequestPathSelectorCasConditionalStateEmail ¶
type UpdateGroupRequestPathSelectorCasConditionalStateEmail struct{}
func (UpdateGroupRequestPathSelectorCasConditionalStateEmail) WithArrayOfValues ¶
func (s UpdateGroupRequestPathSelectorCasConditionalStateEmail) WithArrayOfValues(values []string) *UpdateGroupRequest_FieldSubPathArrayOfValues
func (UpdateGroupRequestPathSelectorCasConditionalStateEmail) WithValue ¶
func (s UpdateGroupRequestPathSelectorCasConditionalStateEmail) WithValue(value string) *UpdateGroupRequest_FieldSubPathValue
type UpdateGroupRequestPathSelectorCasConditionalStateMetadata ¶
type UpdateGroupRequestPathSelectorCasConditionalStateMetadata struct{}
func (UpdateGroupRequestPathSelectorCasConditionalStateMetadata) Annotations ¶
func (UpdateGroupRequestPathSelectorCasConditionalStateMetadata) CreateTime ¶
func (UpdateGroupRequestPathSelectorCasConditionalStateMetadata) DeleteTime ¶ added in v0.8.0
func (UpdateGroupRequestPathSelectorCasConditionalStateMetadata) Generation ¶
func (UpdateGroupRequestPathSelectorCasConditionalStateMetadata) OwnerReferences ¶
func (UpdateGroupRequestPathSelectorCasConditionalStateMetadata) ResourceVersion ¶
func (UpdateGroupRequestPathSelectorCasConditionalStateMetadata) UpdateTime ¶
func (UpdateGroupRequestPathSelectorCasConditionalStateMetadata) WithArrayOfValues ¶
func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *UpdateGroupRequest_FieldSubPathArrayOfValues
func (UpdateGroupRequestPathSelectorCasConditionalStateMetadata) WithValue ¶
func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadata) WithValue(value *ntt_meta.Meta) *UpdateGroupRequest_FieldSubPathValue
type UpdateGroupRequestPathSelectorCasConditionalStateMetadataAnnotations ¶
type UpdateGroupRequestPathSelectorCasConditionalStateMetadataAnnotations struct{}
func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues ¶
func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues(values []map[string]string) *UpdateGroupRequest_FieldSubPathArrayOfValues
func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataAnnotations) WithValue ¶
func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataAnnotations) WithValue(value map[string]string) *UpdateGroupRequest_FieldSubPathValue
type UpdateGroupRequestPathSelectorCasConditionalStateMetadataCreateTime ¶
type UpdateGroupRequestPathSelectorCasConditionalStateMetadataCreateTime struct{}
func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataCreateTime) WithArrayOfValues ¶
func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateGroupRequest_FieldSubPathArrayOfValues
func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataCreateTime) WithValue ¶
func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataCreateTime) WithValue(value *timestamp.Timestamp) *UpdateGroupRequest_FieldSubPathValue
type UpdateGroupRequestPathSelectorCasConditionalStateMetadataDeleteTime ¶ added in v0.8.0
type UpdateGroupRequestPathSelectorCasConditionalStateMetadataDeleteTime struct{}
func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataDeleteTime) FieldPath ¶ added in v0.8.0
func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataDeleteTime) WithArrayOfValues ¶ added in v0.8.0
func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataDeleteTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateGroupRequest_FieldSubPathArrayOfValues
func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataDeleteTime) WithValue ¶ added in v0.8.0
func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataDeleteTime) WithValue(value *timestamp.Timestamp) *UpdateGroupRequest_FieldSubPathValue
type UpdateGroupRequestPathSelectorCasConditionalStateMetadataGeneration ¶
type UpdateGroupRequestPathSelectorCasConditionalStateMetadataGeneration struct{}
func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataGeneration) WithArrayOfValues ¶
func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataGeneration) WithArrayOfValues(values []int64) *UpdateGroupRequest_FieldSubPathArrayOfValues
func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataGeneration) WithValue ¶
func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataGeneration) WithValue(value int64) *UpdateGroupRequest_FieldSubPathValue
type UpdateGroupRequestPathSelectorCasConditionalStateMetadataLabels ¶
type UpdateGroupRequestPathSelectorCasConditionalStateMetadataLabels struct{}
func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues ¶
func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues(values []map[string]string) *UpdateGroupRequest_FieldSubPathArrayOfValues
func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataLabels) WithValue ¶
func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataLabels) WithValue(value map[string]string) *UpdateGroupRequest_FieldSubPathValue
type UpdateGroupRequestPathSelectorCasConditionalStateMetadataLifecycle ¶ added in v0.8.0
type UpdateGroupRequestPathSelectorCasConditionalStateMetadataLifecycle struct{}
func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataLifecycle) BlockDeletion ¶ added in v0.8.0
func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataLifecycle) FieldPath ¶ added in v0.8.0
func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataLifecycle) WithArrayOfValues ¶ added in v0.8.0
func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataLifecycle) WithArrayOfValues(values []*ntt_meta.Lifecycle) *UpdateGroupRequest_FieldSubPathArrayOfValues
func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataLifecycle) WithValue ¶ added in v0.8.0
func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataLifecycle) WithValue(value *ntt_meta.Lifecycle) *UpdateGroupRequest_FieldSubPathValue
type UpdateGroupRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion ¶ added in v0.8.0
type UpdateGroupRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion struct{}
func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion) FieldPath ¶ added in v0.8.0
func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion) WithArrayOfValues ¶ added in v0.8.0
func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion) WithArrayOfValues(values []bool) *UpdateGroupRequest_FieldSubPathArrayOfValues
type UpdateGroupRequestPathSelectorCasConditionalStateMetadataLifecycleState ¶ added in v0.8.0
type UpdateGroupRequestPathSelectorCasConditionalStateMetadataLifecycleState struct{}
func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataLifecycleState) FieldPath ¶ added in v0.8.0
func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataLifecycleState) WithArrayOfValues ¶ added in v0.8.0
func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataLifecycleState) WithArrayOfValues(values []ntt_meta.Lifecycle_State) *UpdateGroupRequest_FieldSubPathArrayOfValues
type UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferences ¶
type UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferences struct{}
func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferences) BlockOwnerDeletion ¶
func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferences) Controller ¶
func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferences) Region ¶ added in v0.8.0
func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferences) RequiresOwnerReference ¶ added in v0.8.0
func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferences) Version ¶ added in v0.8.0
func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithArrayOfValues ¶
func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *UpdateGroupRequest_FieldSubPathArrayOfValues
func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithItemValue ¶
func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *UpdateGroupRequest_FieldSubPathArrayItemValue
func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithValue ¶
func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *UpdateGroupRequest_FieldSubPathValue
type UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion ¶
type UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion struct{}
func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) FieldPath ¶
func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues ¶
func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *UpdateGroupRequest_FieldSubPathArrayOfValues
type UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController ¶
type UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController struct{}
func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) FieldPath ¶
func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) WithArrayOfValues ¶
func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *UpdateGroupRequest_FieldSubPathArrayOfValues
type UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind ¶
type UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind struct{}
func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues ¶
func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *UpdateGroupRequest_FieldSubPathArrayOfValues
type UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName ¶
type UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName struct{}
func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) WithArrayOfValues ¶
func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) WithArrayOfValues(values []string) *UpdateGroupRequest_FieldSubPathArrayOfValues
type UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion ¶ added in v0.8.0
type UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion struct{}
func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion) FieldPath ¶ added in v0.8.0
func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion) WithArrayOfValues ¶ added in v0.8.0
func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion) WithArrayOfValues(values []string) *UpdateGroupRequest_FieldSubPathArrayOfValues
type UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference ¶ added in v0.8.0
type UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference struct{}
func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference) FieldPath ¶ added in v0.8.0
func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues ¶ added in v0.8.0
func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues(values []bool) *UpdateGroupRequest_FieldSubPathArrayOfValues
type UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion ¶ added in v0.8.0
type UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion struct{}
func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion) FieldPath ¶ added in v0.8.0
func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion) WithArrayOfValues ¶ added in v0.8.0
func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion) WithArrayOfValues(values []string) *UpdateGroupRequest_FieldSubPathArrayOfValues
type UpdateGroupRequestPathSelectorCasConditionalStateMetadataResourceVersion ¶
type UpdateGroupRequestPathSelectorCasConditionalStateMetadataResourceVersion struct{}
func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithArrayOfValues ¶
func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithArrayOfValues(values []string) *UpdateGroupRequest_FieldSubPathArrayOfValues
func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithValue ¶
func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithValue(value string) *UpdateGroupRequest_FieldSubPathValue
type UpdateGroupRequestPathSelectorCasConditionalStateMetadataShards ¶
type UpdateGroupRequestPathSelectorCasConditionalStateMetadataShards struct{}
func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues ¶
func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues(values []map[string]int64) *UpdateGroupRequest_FieldSubPathArrayOfValues
func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataShards) WithValue ¶
func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataShards) WithValue(value map[string]int64) *UpdateGroupRequest_FieldSubPathValue
type UpdateGroupRequestPathSelectorCasConditionalStateMetadataSyncing ¶
type UpdateGroupRequestPathSelectorCasConditionalStateMetadataSyncing struct{}
func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataSyncing) OwningRegion ¶
func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataSyncing) WithArrayOfValues ¶
func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataSyncing) WithArrayOfValues(values []*ntt_meta.SyncingMeta) *UpdateGroupRequest_FieldSubPathArrayOfValues
func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataSyncing) WithValue ¶
func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataSyncing) WithValue(value *ntt_meta.SyncingMeta) *UpdateGroupRequest_FieldSubPathValue
type UpdateGroupRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion ¶
type UpdateGroupRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion struct{}
func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues ¶
func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *UpdateGroupRequest_FieldSubPathArrayOfValues
type UpdateGroupRequestPathSelectorCasConditionalStateMetadataSyncingRegions ¶
type UpdateGroupRequestPathSelectorCasConditionalStateMetadataSyncingRegions struct{}
func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithArrayOfValues ¶
func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithArrayOfValues(values [][]string) *UpdateGroupRequest_FieldSubPathArrayOfValues
func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithItemValue ¶
func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithItemValue(value string) *UpdateGroupRequest_FieldSubPathArrayItemValue
func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithValue ¶
func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithValue(value []string) *UpdateGroupRequest_FieldSubPathValue
type UpdateGroupRequestPathSelectorCasConditionalStateMetadataTags ¶
type UpdateGroupRequestPathSelectorCasConditionalStateMetadataTags struct{}
func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataTags) WithArrayOfValues ¶
func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataTags) WithArrayOfValues(values [][]string) *UpdateGroupRequest_FieldSubPathArrayOfValues
func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataTags) WithItemValue ¶
func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataTags) WithItemValue(value string) *UpdateGroupRequest_FieldSubPathArrayItemValue
func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataTags) WithValue ¶
func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataTags) WithValue(value []string) *UpdateGroupRequest_FieldSubPathValue
type UpdateGroupRequestPathSelectorCasConditionalStateMetadataUpdateTime ¶
type UpdateGroupRequestPathSelectorCasConditionalStateMetadataUpdateTime struct{}
func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithArrayOfValues ¶
func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateGroupRequest_FieldSubPathArrayOfValues
func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithValue ¶
func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *UpdateGroupRequest_FieldSubPathValue
type UpdateGroupRequestPathSelectorCasConditionalStateMetadataUuid ¶
type UpdateGroupRequestPathSelectorCasConditionalStateMetadataUuid struct{}
func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataUuid) WithArrayOfValues ¶
func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataUuid) WithArrayOfValues(values []string) *UpdateGroupRequest_FieldSubPathArrayOfValues
func (UpdateGroupRequestPathSelectorCasConditionalStateMetadataUuid) WithValue ¶
func (s UpdateGroupRequestPathSelectorCasConditionalStateMetadataUuid) WithValue(value string) *UpdateGroupRequest_FieldSubPathValue
type UpdateGroupRequestPathSelectorCasConditionalStateName ¶
type UpdateGroupRequestPathSelectorCasConditionalStateName struct{}
func (UpdateGroupRequestPathSelectorCasConditionalStateName) FieldPath ¶
func (UpdateGroupRequestPathSelectorCasConditionalStateName) FieldPath() *UpdateGroupRequest_FieldSubPath
func (UpdateGroupRequestPathSelectorCasConditionalStateName) WithArrayOfValues ¶
func (s UpdateGroupRequestPathSelectorCasConditionalStateName) WithArrayOfValues(values []*group.Name) *UpdateGroupRequest_FieldSubPathArrayOfValues
func (UpdateGroupRequestPathSelectorCasConditionalStateName) WithValue ¶
func (s UpdateGroupRequestPathSelectorCasConditionalStateName) WithValue(value *group.Name) *UpdateGroupRequest_FieldSubPathValue
type UpdateGroupRequestPathSelectorCasFieldMask ¶
type UpdateGroupRequestPathSelectorCasFieldMask struct{}
func (UpdateGroupRequestPathSelectorCasFieldMask) FieldPath ¶
func (UpdateGroupRequestPathSelectorCasFieldMask) FieldPath() *UpdateGroupRequest_FieldSubPath
func (UpdateGroupRequestPathSelectorCasFieldMask) WithArrayOfValues ¶
func (s UpdateGroupRequestPathSelectorCasFieldMask) WithArrayOfValues(values []*group.Group_FieldMask) *UpdateGroupRequest_FieldSubPathArrayOfValues
func (UpdateGroupRequestPathSelectorCasFieldMask) WithValue ¶
func (s UpdateGroupRequestPathSelectorCasFieldMask) WithValue(value *group.Group_FieldMask) *UpdateGroupRequest_FieldSubPathValue
type UpdateGroupRequestPathSelectorGroup ¶
type UpdateGroupRequestPathSelectorGroup struct{}
func (UpdateGroupRequestPathSelectorGroup) DisplayName ¶
func (UpdateGroupRequestPathSelectorGroup) DisplayName() UpdateGroupRequestPathSelectorGroupDisplayName
func (UpdateGroupRequestPathSelectorGroup) FieldPath ¶
func (UpdateGroupRequestPathSelectorGroup) FieldPath() *UpdateGroupRequest_FieldTerminalPath
func (UpdateGroupRequestPathSelectorGroup) WithArrayOfValues ¶
func (s UpdateGroupRequestPathSelectorGroup) WithArrayOfValues(values []*group.Group) *UpdateGroupRequest_FieldTerminalPathArrayOfValues
func (UpdateGroupRequestPathSelectorGroup) WithSubArrayItemValue ¶
func (s UpdateGroupRequestPathSelectorGroup) WithSubArrayItemValue(subPathArrayItemValue group.Group_FieldPathArrayItemValue) *UpdateGroupRequest_FieldSubPathArrayItemValue
func (UpdateGroupRequestPathSelectorGroup) WithSubArrayOfValues ¶
func (s UpdateGroupRequestPathSelectorGroup) WithSubArrayOfValues(subPathArrayOfValues group.Group_FieldPathArrayOfValues) *UpdateGroupRequest_FieldSubPathArrayOfValues
func (UpdateGroupRequestPathSelectorGroup) WithSubPath ¶
func (UpdateGroupRequestPathSelectorGroup) WithSubPath(subPath group.Group_FieldPath) *UpdateGroupRequest_FieldSubPath
func (UpdateGroupRequestPathSelectorGroup) WithSubValue ¶
func (s UpdateGroupRequestPathSelectorGroup) WithSubValue(subPathValue group.Group_FieldPathValue) *UpdateGroupRequest_FieldSubPathValue
func (UpdateGroupRequestPathSelectorGroup) WithValue ¶
func (s UpdateGroupRequestPathSelectorGroup) WithValue(value *group.Group) *UpdateGroupRequest_FieldTerminalPathValue
type UpdateGroupRequestPathSelectorGroupDisplayName ¶
type UpdateGroupRequestPathSelectorGroupDisplayName struct{}
func (UpdateGroupRequestPathSelectorGroupDisplayName) FieldPath ¶
func (UpdateGroupRequestPathSelectorGroupDisplayName) FieldPath() *UpdateGroupRequest_FieldSubPath
func (UpdateGroupRequestPathSelectorGroupDisplayName) WithArrayOfValues ¶
func (s UpdateGroupRequestPathSelectorGroupDisplayName) WithArrayOfValues(values []string) *UpdateGroupRequest_FieldSubPathArrayOfValues
func (UpdateGroupRequestPathSelectorGroupDisplayName) WithValue ¶
func (s UpdateGroupRequestPathSelectorGroupDisplayName) WithValue(value string) *UpdateGroupRequest_FieldSubPathValue
type UpdateGroupRequestPathSelectorGroupEmail ¶
type UpdateGroupRequestPathSelectorGroupEmail struct{}
func (UpdateGroupRequestPathSelectorGroupEmail) FieldPath ¶
func (UpdateGroupRequestPathSelectorGroupEmail) FieldPath() *UpdateGroupRequest_FieldSubPath
func (UpdateGroupRequestPathSelectorGroupEmail) WithArrayOfValues ¶
func (s UpdateGroupRequestPathSelectorGroupEmail) WithArrayOfValues(values []string) *UpdateGroupRequest_FieldSubPathArrayOfValues
func (UpdateGroupRequestPathSelectorGroupEmail) WithValue ¶
func (s UpdateGroupRequestPathSelectorGroupEmail) WithValue(value string) *UpdateGroupRequest_FieldSubPathValue
type UpdateGroupRequestPathSelectorGroupMetadata ¶
type UpdateGroupRequestPathSelectorGroupMetadata struct{}
func (UpdateGroupRequestPathSelectorGroupMetadata) Annotations ¶
func (UpdateGroupRequestPathSelectorGroupMetadata) CreateTime ¶
func (UpdateGroupRequestPathSelectorGroupMetadata) DeleteTime ¶ added in v0.8.0
func (UpdateGroupRequestPathSelectorGroupMetadata) FieldPath ¶
func (UpdateGroupRequestPathSelectorGroupMetadata) FieldPath() *UpdateGroupRequest_FieldSubPath
func (UpdateGroupRequestPathSelectorGroupMetadata) Generation ¶
func (UpdateGroupRequestPathSelectorGroupMetadata) OwnerReferences ¶
func (UpdateGroupRequestPathSelectorGroupMetadata) OwnerReferences() UpdateGroupRequestPathSelectorGroupMetadataOwnerReferences
func (UpdateGroupRequestPathSelectorGroupMetadata) ResourceVersion ¶
func (UpdateGroupRequestPathSelectorGroupMetadata) ResourceVersion() UpdateGroupRequestPathSelectorGroupMetadataResourceVersion
func (UpdateGroupRequestPathSelectorGroupMetadata) UpdateTime ¶
func (UpdateGroupRequestPathSelectorGroupMetadata) WithArrayOfValues ¶
func (s UpdateGroupRequestPathSelectorGroupMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *UpdateGroupRequest_FieldSubPathArrayOfValues
func (UpdateGroupRequestPathSelectorGroupMetadata) WithValue ¶
func (s UpdateGroupRequestPathSelectorGroupMetadata) WithValue(value *ntt_meta.Meta) *UpdateGroupRequest_FieldSubPathValue
type UpdateGroupRequestPathSelectorGroupMetadataAnnotations ¶
type UpdateGroupRequestPathSelectorGroupMetadataAnnotations struct{}
func (UpdateGroupRequestPathSelectorGroupMetadataAnnotations) WithArrayOfValues ¶
func (s UpdateGroupRequestPathSelectorGroupMetadataAnnotations) WithArrayOfValues(values []map[string]string) *UpdateGroupRequest_FieldSubPathArrayOfValues
func (UpdateGroupRequestPathSelectorGroupMetadataAnnotations) WithValue ¶
func (s UpdateGroupRequestPathSelectorGroupMetadataAnnotations) WithValue(value map[string]string) *UpdateGroupRequest_FieldSubPathValue
type UpdateGroupRequestPathSelectorGroupMetadataCreateTime ¶
type UpdateGroupRequestPathSelectorGroupMetadataCreateTime struct{}
func (UpdateGroupRequestPathSelectorGroupMetadataCreateTime) FieldPath ¶
func (UpdateGroupRequestPathSelectorGroupMetadataCreateTime) FieldPath() *UpdateGroupRequest_FieldSubPath
func (UpdateGroupRequestPathSelectorGroupMetadataCreateTime) WithArrayOfValues ¶
func (s UpdateGroupRequestPathSelectorGroupMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateGroupRequest_FieldSubPathArrayOfValues
func (UpdateGroupRequestPathSelectorGroupMetadataCreateTime) WithValue ¶
func (s UpdateGroupRequestPathSelectorGroupMetadataCreateTime) WithValue(value *timestamp.Timestamp) *UpdateGroupRequest_FieldSubPathValue
type UpdateGroupRequestPathSelectorGroupMetadataDeleteTime ¶ added in v0.8.0
type UpdateGroupRequestPathSelectorGroupMetadataDeleteTime struct{}
func (UpdateGroupRequestPathSelectorGroupMetadataDeleteTime) FieldPath ¶ added in v0.8.0
func (UpdateGroupRequestPathSelectorGroupMetadataDeleteTime) FieldPath() *UpdateGroupRequest_FieldSubPath
func (UpdateGroupRequestPathSelectorGroupMetadataDeleteTime) WithArrayOfValues ¶ added in v0.8.0
func (s UpdateGroupRequestPathSelectorGroupMetadataDeleteTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateGroupRequest_FieldSubPathArrayOfValues
func (UpdateGroupRequestPathSelectorGroupMetadataDeleteTime) WithValue ¶ added in v0.8.0
func (s UpdateGroupRequestPathSelectorGroupMetadataDeleteTime) WithValue(value *timestamp.Timestamp) *UpdateGroupRequest_FieldSubPathValue
type UpdateGroupRequestPathSelectorGroupMetadataGeneration ¶
type UpdateGroupRequestPathSelectorGroupMetadataGeneration struct{}
func (UpdateGroupRequestPathSelectorGroupMetadataGeneration) FieldPath ¶
func (UpdateGroupRequestPathSelectorGroupMetadataGeneration) FieldPath() *UpdateGroupRequest_FieldSubPath
func (UpdateGroupRequestPathSelectorGroupMetadataGeneration) WithArrayOfValues ¶
func (s UpdateGroupRequestPathSelectorGroupMetadataGeneration) WithArrayOfValues(values []int64) *UpdateGroupRequest_FieldSubPathArrayOfValues
func (UpdateGroupRequestPathSelectorGroupMetadataGeneration) WithValue ¶
func (s UpdateGroupRequestPathSelectorGroupMetadataGeneration) WithValue(value int64) *UpdateGroupRequest_FieldSubPathValue
type UpdateGroupRequestPathSelectorGroupMetadataLabels ¶
type UpdateGroupRequestPathSelectorGroupMetadataLabels struct{}
func (UpdateGroupRequestPathSelectorGroupMetadataLabels) FieldPath ¶
func (UpdateGroupRequestPathSelectorGroupMetadataLabels) FieldPath() *UpdateGroupRequest_FieldSubPath
func (UpdateGroupRequestPathSelectorGroupMetadataLabels) WithArrayOfValues ¶
func (s UpdateGroupRequestPathSelectorGroupMetadataLabels) WithArrayOfValues(values []map[string]string) *UpdateGroupRequest_FieldSubPathArrayOfValues
func (UpdateGroupRequestPathSelectorGroupMetadataLabels) WithValue ¶
func (s UpdateGroupRequestPathSelectorGroupMetadataLabels) WithValue(value map[string]string) *UpdateGroupRequest_FieldSubPathValue
type UpdateGroupRequestPathSelectorGroupMetadataLifecycle ¶ added in v0.8.0
type UpdateGroupRequestPathSelectorGroupMetadataLifecycle struct{}
func (UpdateGroupRequestPathSelectorGroupMetadataLifecycle) BlockDeletion ¶ added in v0.8.0
func (UpdateGroupRequestPathSelectorGroupMetadataLifecycle) FieldPath ¶ added in v0.8.0
func (UpdateGroupRequestPathSelectorGroupMetadataLifecycle) FieldPath() *UpdateGroupRequest_FieldSubPath
func (UpdateGroupRequestPathSelectorGroupMetadataLifecycle) WithArrayOfValues ¶ added in v0.8.0
func (s UpdateGroupRequestPathSelectorGroupMetadataLifecycle) WithArrayOfValues(values []*ntt_meta.Lifecycle) *UpdateGroupRequest_FieldSubPathArrayOfValues
func (UpdateGroupRequestPathSelectorGroupMetadataLifecycle) WithValue ¶ added in v0.8.0
func (s UpdateGroupRequestPathSelectorGroupMetadataLifecycle) WithValue(value *ntt_meta.Lifecycle) *UpdateGroupRequest_FieldSubPathValue
type UpdateGroupRequestPathSelectorGroupMetadataLifecycleBlockDeletion ¶ added in v0.8.0
type UpdateGroupRequestPathSelectorGroupMetadataLifecycleBlockDeletion struct{}
func (UpdateGroupRequestPathSelectorGroupMetadataLifecycleBlockDeletion) FieldPath ¶ added in v0.8.0
func (UpdateGroupRequestPathSelectorGroupMetadataLifecycleBlockDeletion) WithArrayOfValues ¶ added in v0.8.0
func (s UpdateGroupRequestPathSelectorGroupMetadataLifecycleBlockDeletion) WithArrayOfValues(values []bool) *UpdateGroupRequest_FieldSubPathArrayOfValues
func (UpdateGroupRequestPathSelectorGroupMetadataLifecycleBlockDeletion) WithValue ¶ added in v0.8.0
func (s UpdateGroupRequestPathSelectorGroupMetadataLifecycleBlockDeletion) WithValue(value bool) *UpdateGroupRequest_FieldSubPathValue
type UpdateGroupRequestPathSelectorGroupMetadataLifecycleState ¶ added in v0.8.0
type UpdateGroupRequestPathSelectorGroupMetadataLifecycleState struct{}
func (UpdateGroupRequestPathSelectorGroupMetadataLifecycleState) WithArrayOfValues ¶ added in v0.8.0
func (s UpdateGroupRequestPathSelectorGroupMetadataLifecycleState) WithArrayOfValues(values []ntt_meta.Lifecycle_State) *UpdateGroupRequest_FieldSubPathArrayOfValues
func (UpdateGroupRequestPathSelectorGroupMetadataLifecycleState) WithValue ¶ added in v0.8.0
func (s UpdateGroupRequestPathSelectorGroupMetadataLifecycleState) WithValue(value ntt_meta.Lifecycle_State) *UpdateGroupRequest_FieldSubPathValue
type UpdateGroupRequestPathSelectorGroupMetadataOwnerReferences ¶
type UpdateGroupRequestPathSelectorGroupMetadataOwnerReferences struct{}
func (UpdateGroupRequestPathSelectorGroupMetadataOwnerReferences) BlockOwnerDeletion ¶
func (UpdateGroupRequestPathSelectorGroupMetadataOwnerReferences) Controller ¶
func (UpdateGroupRequestPathSelectorGroupMetadataOwnerReferences) RequiresOwnerReference ¶ added in v0.8.0
func (UpdateGroupRequestPathSelectorGroupMetadataOwnerReferences) WithArrayOfValues ¶
func (s UpdateGroupRequestPathSelectorGroupMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *UpdateGroupRequest_FieldSubPathArrayOfValues
func (UpdateGroupRequestPathSelectorGroupMetadataOwnerReferences) WithItemValue ¶
func (s UpdateGroupRequestPathSelectorGroupMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *UpdateGroupRequest_FieldSubPathArrayItemValue
func (UpdateGroupRequestPathSelectorGroupMetadataOwnerReferences) WithValue ¶
func (s UpdateGroupRequestPathSelectorGroupMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *UpdateGroupRequest_FieldSubPathValue
type UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesBlockOwnerDeletion ¶
type UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesBlockOwnerDeletion struct{}
func (UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues ¶
func (s UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *UpdateGroupRequest_FieldSubPathArrayOfValues
func (UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesBlockOwnerDeletion) WithValue ¶
func (s UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesBlockOwnerDeletion) WithValue(value bool) *UpdateGroupRequest_FieldSubPathValue
type UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesController ¶
type UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesController struct{}
func (UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesController) WithArrayOfValues ¶
func (s UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *UpdateGroupRequest_FieldSubPathArrayOfValues
func (UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesController) WithValue ¶
func (s UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesController) WithValue(value bool) *UpdateGroupRequest_FieldSubPathValue
type UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesKind ¶
type UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesKind struct{}
func (UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesKind) WithArrayOfValues ¶
func (s UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *UpdateGroupRequest_FieldSubPathArrayOfValues
func (UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesKind) WithValue ¶
func (s UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesKind) WithValue(value string) *UpdateGroupRequest_FieldSubPathValue
type UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesName ¶
type UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesName struct{}
func (UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesName) WithArrayOfValues ¶
func (s UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesName) WithArrayOfValues(values []string) *UpdateGroupRequest_FieldSubPathArrayOfValues
func (UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesName) WithValue ¶
func (s UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesName) WithValue(value string) *UpdateGroupRequest_FieldSubPathValue
type UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesRegion ¶ added in v0.8.0
type UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesRegion struct{}
func (UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesRegion) WithArrayOfValues ¶ added in v0.8.0
func (s UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesRegion) WithArrayOfValues(values []string) *UpdateGroupRequest_FieldSubPathArrayOfValues
func (UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesRegion) WithValue ¶ added in v0.8.0
func (s UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesRegion) WithValue(value string) *UpdateGroupRequest_FieldSubPathValue
type UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesRequiresOwnerReference ¶ added in v0.8.0
type UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesRequiresOwnerReference struct{}
func (UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesRequiresOwnerReference) FieldPath ¶ added in v0.8.0
func (UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues ¶ added in v0.8.0
func (s UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues(values []bool) *UpdateGroupRequest_FieldSubPathArrayOfValues
type UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesVersion ¶ added in v0.8.0
type UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesVersion struct{}
func (UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesVersion) FieldPath ¶ added in v0.8.0
func (UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesVersion) WithArrayOfValues ¶ added in v0.8.0
func (s UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesVersion) WithArrayOfValues(values []string) *UpdateGroupRequest_FieldSubPathArrayOfValues
func (UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesVersion) WithValue ¶ added in v0.8.0
func (s UpdateGroupRequestPathSelectorGroupMetadataOwnerReferencesVersion) WithValue(value string) *UpdateGroupRequest_FieldSubPathValue
type UpdateGroupRequestPathSelectorGroupMetadataResourceVersion ¶
type UpdateGroupRequestPathSelectorGroupMetadataResourceVersion struct{}
func (UpdateGroupRequestPathSelectorGroupMetadataResourceVersion) WithArrayOfValues ¶
func (s UpdateGroupRequestPathSelectorGroupMetadataResourceVersion) WithArrayOfValues(values []string) *UpdateGroupRequest_FieldSubPathArrayOfValues
func (UpdateGroupRequestPathSelectorGroupMetadataResourceVersion) WithValue ¶
func (s UpdateGroupRequestPathSelectorGroupMetadataResourceVersion) WithValue(value string) *UpdateGroupRequest_FieldSubPathValue
type UpdateGroupRequestPathSelectorGroupMetadataShards ¶
type UpdateGroupRequestPathSelectorGroupMetadataShards struct{}
func (UpdateGroupRequestPathSelectorGroupMetadataShards) FieldPath ¶
func (UpdateGroupRequestPathSelectorGroupMetadataShards) FieldPath() *UpdateGroupRequest_FieldSubPath
func (UpdateGroupRequestPathSelectorGroupMetadataShards) WithArrayOfValues ¶
func (s UpdateGroupRequestPathSelectorGroupMetadataShards) WithArrayOfValues(values []map[string]int64) *UpdateGroupRequest_FieldSubPathArrayOfValues
func (UpdateGroupRequestPathSelectorGroupMetadataShards) WithValue ¶
func (s UpdateGroupRequestPathSelectorGroupMetadataShards) WithValue(value map[string]int64) *UpdateGroupRequest_FieldSubPathValue
type UpdateGroupRequestPathSelectorGroupMetadataSyncing ¶
type UpdateGroupRequestPathSelectorGroupMetadataSyncing struct{}
func (UpdateGroupRequestPathSelectorGroupMetadataSyncing) FieldPath ¶
func (UpdateGroupRequestPathSelectorGroupMetadataSyncing) FieldPath() *UpdateGroupRequest_FieldSubPath
func (UpdateGroupRequestPathSelectorGroupMetadataSyncing) OwningRegion ¶
func (UpdateGroupRequestPathSelectorGroupMetadataSyncing) WithArrayOfValues ¶
func (s UpdateGroupRequestPathSelectorGroupMetadataSyncing) WithArrayOfValues(values []*ntt_meta.SyncingMeta) *UpdateGroupRequest_FieldSubPathArrayOfValues
func (UpdateGroupRequestPathSelectorGroupMetadataSyncing) WithValue ¶
func (s UpdateGroupRequestPathSelectorGroupMetadataSyncing) WithValue(value *ntt_meta.SyncingMeta) *UpdateGroupRequest_FieldSubPathValue
type UpdateGroupRequestPathSelectorGroupMetadataSyncingOwningRegion ¶
type UpdateGroupRequestPathSelectorGroupMetadataSyncingOwningRegion struct{}
func (UpdateGroupRequestPathSelectorGroupMetadataSyncingOwningRegion) WithArrayOfValues ¶
func (s UpdateGroupRequestPathSelectorGroupMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *UpdateGroupRequest_FieldSubPathArrayOfValues
func (UpdateGroupRequestPathSelectorGroupMetadataSyncingOwningRegion) WithValue ¶
func (s UpdateGroupRequestPathSelectorGroupMetadataSyncingOwningRegion) WithValue(value string) *UpdateGroupRequest_FieldSubPathValue
type UpdateGroupRequestPathSelectorGroupMetadataSyncingRegions ¶
type UpdateGroupRequestPathSelectorGroupMetadataSyncingRegions struct{}
func (UpdateGroupRequestPathSelectorGroupMetadataSyncingRegions) WithArrayOfValues ¶
func (s UpdateGroupRequestPathSelectorGroupMetadataSyncingRegions) WithArrayOfValues(values [][]string) *UpdateGroupRequest_FieldSubPathArrayOfValues
func (UpdateGroupRequestPathSelectorGroupMetadataSyncingRegions) WithItemValue ¶
func (s UpdateGroupRequestPathSelectorGroupMetadataSyncingRegions) WithItemValue(value string) *UpdateGroupRequest_FieldSubPathArrayItemValue
func (UpdateGroupRequestPathSelectorGroupMetadataSyncingRegions) WithValue ¶
func (s UpdateGroupRequestPathSelectorGroupMetadataSyncingRegions) WithValue(value []string) *UpdateGroupRequest_FieldSubPathValue
type UpdateGroupRequestPathSelectorGroupMetadataTags ¶
type UpdateGroupRequestPathSelectorGroupMetadataTags struct{}
func (UpdateGroupRequestPathSelectorGroupMetadataTags) FieldPath ¶
func (UpdateGroupRequestPathSelectorGroupMetadataTags) FieldPath() *UpdateGroupRequest_FieldSubPath
func (UpdateGroupRequestPathSelectorGroupMetadataTags) WithArrayOfValues ¶
func (s UpdateGroupRequestPathSelectorGroupMetadataTags) WithArrayOfValues(values [][]string) *UpdateGroupRequest_FieldSubPathArrayOfValues
func (UpdateGroupRequestPathSelectorGroupMetadataTags) WithItemValue ¶
func (s UpdateGroupRequestPathSelectorGroupMetadataTags) WithItemValue(value string) *UpdateGroupRequest_FieldSubPathArrayItemValue
func (UpdateGroupRequestPathSelectorGroupMetadataTags) WithValue ¶
func (s UpdateGroupRequestPathSelectorGroupMetadataTags) WithValue(value []string) *UpdateGroupRequest_FieldSubPathValue
type UpdateGroupRequestPathSelectorGroupMetadataUpdateTime ¶
type UpdateGroupRequestPathSelectorGroupMetadataUpdateTime struct{}
func (UpdateGroupRequestPathSelectorGroupMetadataUpdateTime) FieldPath ¶
func (UpdateGroupRequestPathSelectorGroupMetadataUpdateTime) FieldPath() *UpdateGroupRequest_FieldSubPath
func (UpdateGroupRequestPathSelectorGroupMetadataUpdateTime) WithArrayOfValues ¶
func (s UpdateGroupRequestPathSelectorGroupMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateGroupRequest_FieldSubPathArrayOfValues
func (UpdateGroupRequestPathSelectorGroupMetadataUpdateTime) WithValue ¶
func (s UpdateGroupRequestPathSelectorGroupMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *UpdateGroupRequest_FieldSubPathValue
type UpdateGroupRequestPathSelectorGroupMetadataUuid ¶
type UpdateGroupRequestPathSelectorGroupMetadataUuid struct{}
func (UpdateGroupRequestPathSelectorGroupMetadataUuid) FieldPath ¶
func (UpdateGroupRequestPathSelectorGroupMetadataUuid) FieldPath() *UpdateGroupRequest_FieldSubPath
func (UpdateGroupRequestPathSelectorGroupMetadataUuid) WithArrayOfValues ¶
func (s UpdateGroupRequestPathSelectorGroupMetadataUuid) WithArrayOfValues(values []string) *UpdateGroupRequest_FieldSubPathArrayOfValues
func (UpdateGroupRequestPathSelectorGroupMetadataUuid) WithValue ¶
func (s UpdateGroupRequestPathSelectorGroupMetadataUuid) WithValue(value string) *UpdateGroupRequest_FieldSubPathValue
type UpdateGroupRequestPathSelectorGroupName ¶
type UpdateGroupRequestPathSelectorGroupName struct{}
func (UpdateGroupRequestPathSelectorGroupName) FieldPath ¶
func (UpdateGroupRequestPathSelectorGroupName) FieldPath() *UpdateGroupRequest_FieldSubPath
func (UpdateGroupRequestPathSelectorGroupName) WithArrayOfValues ¶
func (s UpdateGroupRequestPathSelectorGroupName) WithArrayOfValues(values []*group.Name) *UpdateGroupRequest_FieldSubPathArrayOfValues
func (UpdateGroupRequestPathSelectorGroupName) WithValue ¶
func (s UpdateGroupRequestPathSelectorGroupName) WithValue(value *group.Name) *UpdateGroupRequest_FieldSubPathValue
type UpdateGroupRequestPathSelectorUpdateMask ¶
type UpdateGroupRequestPathSelectorUpdateMask struct{}
func (UpdateGroupRequestPathSelectorUpdateMask) FieldPath ¶
func (UpdateGroupRequestPathSelectorUpdateMask) FieldPath() *UpdateGroupRequest_FieldTerminalPath
func (UpdateGroupRequestPathSelectorUpdateMask) WithArrayOfValues ¶
func (s UpdateGroupRequestPathSelectorUpdateMask) WithArrayOfValues(values []*group.Group_FieldMask) *UpdateGroupRequest_FieldTerminalPathArrayOfValues
func (UpdateGroupRequestPathSelectorUpdateMask) WithValue ¶
func (s UpdateGroupRequestPathSelectorUpdateMask) WithValue(value *group.Group_FieldMask) *UpdateGroupRequest_FieldTerminalPathValue
type UpdateGroupRequest_CAS ¶
type UpdateGroupRequest_CAS struct { // Conditional desired state of a resource before update. ConditionalState *group.Group `` /* 138-byte string literal not displayed */ // Field paths from conditional state of resource server should check and // compare. FieldMask *group.Group_FieldMask `` /* 137-byte string literal not displayed */ // contains filtered or unexported fields }
CAS - Compare and Swap. This object is used if user wants to make update conditional based upon previous resource version.
func (*UpdateGroupRequest_CAS) Clone ¶
func (o *UpdateGroupRequest_CAS) Clone() *UpdateGroupRequest_CAS
func (*UpdateGroupRequest_CAS) CloneRaw ¶
func (o *UpdateGroupRequest_CAS) CloneRaw() gotenobject.GotenObjectExt
func (*UpdateGroupRequest_CAS) Descriptor ¶
func (*UpdateGroupRequest_CAS) Descriptor() ([]byte, []int)
Deprecated, Use UpdateGroupRequest_CAS.ProtoReflect.Descriptor instead.
func (*UpdateGroupRequest_CAS) GetConditionalState ¶
func (m *UpdateGroupRequest_CAS) GetConditionalState() *group.Group
func (*UpdateGroupRequest_CAS) GetFieldMask ¶
func (m *UpdateGroupRequest_CAS) GetFieldMask() *group.Group_FieldMask
func (*UpdateGroupRequest_CAS) GotenMessage ¶
func (*UpdateGroupRequest_CAS) GotenMessage()
func (*UpdateGroupRequest_CAS) GotenObjectExt ¶
func (o *UpdateGroupRequest_CAS) GotenObjectExt()
func (*UpdateGroupRequest_CAS) GotenValidate ¶
func (obj *UpdateGroupRequest_CAS) GotenValidate() error
func (*UpdateGroupRequest_CAS) MakeDiffFieldMask ¶
func (o *UpdateGroupRequest_CAS) MakeDiffFieldMask(other *UpdateGroupRequest_CAS) *UpdateGroupRequest_CAS_FieldMask
func (*UpdateGroupRequest_CAS) MakeFullFieldMask ¶
func (o *UpdateGroupRequest_CAS) MakeFullFieldMask() *UpdateGroupRequest_CAS_FieldMask
func (*UpdateGroupRequest_CAS) MakeRawDiffFieldMask ¶
func (o *UpdateGroupRequest_CAS) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*UpdateGroupRequest_CAS) MakeRawFullFieldMask ¶
func (o *UpdateGroupRequest_CAS) MakeRawFullFieldMask() gotenobject.FieldMask
func (*UpdateGroupRequest_CAS) Marshal ¶
func (m *UpdateGroupRequest_CAS) Marshal() ([]byte, error)
func (*UpdateGroupRequest_CAS) MarshalJSON ¶
func (m *UpdateGroupRequest_CAS) MarshalJSON() ([]byte, error)
func (*UpdateGroupRequest_CAS) Merge ¶
func (o *UpdateGroupRequest_CAS) Merge(source *UpdateGroupRequest_CAS)
func (*UpdateGroupRequest_CAS) MergeRaw ¶
func (o *UpdateGroupRequest_CAS) MergeRaw(source gotenobject.GotenObjectExt)
func (*UpdateGroupRequest_CAS) ProtoMessage ¶
func (*UpdateGroupRequest_CAS) ProtoMessage()
func (*UpdateGroupRequest_CAS) ProtoReflect ¶
func (m *UpdateGroupRequest_CAS) ProtoReflect() preflect.Message
func (*UpdateGroupRequest_CAS) Reset ¶
func (m *UpdateGroupRequest_CAS) Reset()
func (*UpdateGroupRequest_CAS) SetConditionalState ¶
func (m *UpdateGroupRequest_CAS) SetConditionalState(fv *group.Group)
func (*UpdateGroupRequest_CAS) SetFieldMask ¶
func (m *UpdateGroupRequest_CAS) SetFieldMask(fv *group.Group_FieldMask)
func (*UpdateGroupRequest_CAS) String ¶
func (m *UpdateGroupRequest_CAS) String() string
func (*UpdateGroupRequest_CAS) Unmarshal ¶
func (m *UpdateGroupRequest_CAS) Unmarshal(b []byte) error
func (*UpdateGroupRequest_CAS) UnmarshalJSON ¶
func (m *UpdateGroupRequest_CAS) UnmarshalJSON(data []byte) error
type UpdateGroupRequest_CASMapPathSelectorConditionalStateMetadataAnnotations ¶
type UpdateGroupRequest_CASMapPathSelectorConditionalStateMetadataAnnotations struct {
// contains filtered or unexported fields
}
func (UpdateGroupRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues ¶
func (s UpdateGroupRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues(values []string) *UpdateGroupRequestCAS_FieldSubPathArrayOfValues
type UpdateGroupRequest_CASMapPathSelectorConditionalStateMetadataLabels ¶
type UpdateGroupRequest_CASMapPathSelectorConditionalStateMetadataLabels struct {
// contains filtered or unexported fields
}
func (UpdateGroupRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithArrayOfValues ¶
func (s UpdateGroupRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithArrayOfValues(values []string) *UpdateGroupRequestCAS_FieldSubPathArrayOfValues
func (UpdateGroupRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithValue ¶
func (s UpdateGroupRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithValue(value string) *UpdateGroupRequestCAS_FieldSubPathValue
type UpdateGroupRequest_CASMapPathSelectorConditionalStateMetadataShards ¶
type UpdateGroupRequest_CASMapPathSelectorConditionalStateMetadataShards struct {
// contains filtered or unexported fields
}
func (UpdateGroupRequest_CASMapPathSelectorConditionalStateMetadataShards) WithArrayOfValues ¶
func (s UpdateGroupRequest_CASMapPathSelectorConditionalStateMetadataShards) WithArrayOfValues(values []int64) *UpdateGroupRequestCAS_FieldSubPathArrayOfValues
func (UpdateGroupRequest_CASMapPathSelectorConditionalStateMetadataShards) WithValue ¶
func (s UpdateGroupRequest_CASMapPathSelectorConditionalStateMetadataShards) WithValue(value int64) *UpdateGroupRequestCAS_FieldSubPathValue
type UpdateGroupRequest_CASPathSelectorConditionalState ¶
type UpdateGroupRequest_CASPathSelectorConditionalState struct{}
func (UpdateGroupRequest_CASPathSelectorConditionalState) DisplayName ¶
func (UpdateGroupRequest_CASPathSelectorConditionalState) WithArrayOfValues ¶
func (s UpdateGroupRequest_CASPathSelectorConditionalState) WithArrayOfValues(values []*group.Group) *UpdateGroupRequestCAS_FieldTerminalPathArrayOfValues
func (UpdateGroupRequest_CASPathSelectorConditionalState) WithSubArrayItemValue ¶
func (s UpdateGroupRequest_CASPathSelectorConditionalState) WithSubArrayItemValue(subPathArrayItemValue group.Group_FieldPathArrayItemValue) *UpdateGroupRequestCAS_FieldSubPathArrayItemValue
func (UpdateGroupRequest_CASPathSelectorConditionalState) WithSubArrayOfValues ¶
func (s UpdateGroupRequest_CASPathSelectorConditionalState) WithSubArrayOfValues(subPathArrayOfValues group.Group_FieldPathArrayOfValues) *UpdateGroupRequestCAS_FieldSubPathArrayOfValues
func (UpdateGroupRequest_CASPathSelectorConditionalState) WithSubPath ¶
func (UpdateGroupRequest_CASPathSelectorConditionalState) WithSubPath(subPath group.Group_FieldPath) *UpdateGroupRequestCAS_FieldSubPath
func (UpdateGroupRequest_CASPathSelectorConditionalState) WithSubValue ¶
func (s UpdateGroupRequest_CASPathSelectorConditionalState) WithSubValue(subPathValue group.Group_FieldPathValue) *UpdateGroupRequestCAS_FieldSubPathValue
func (UpdateGroupRequest_CASPathSelectorConditionalState) WithValue ¶
func (s UpdateGroupRequest_CASPathSelectorConditionalState) WithValue(value *group.Group) *UpdateGroupRequestCAS_FieldTerminalPathValue
type UpdateGroupRequest_CASPathSelectorConditionalStateDisplayName ¶
type UpdateGroupRequest_CASPathSelectorConditionalStateDisplayName struct{}
func (UpdateGroupRequest_CASPathSelectorConditionalStateDisplayName) WithArrayOfValues ¶
func (s UpdateGroupRequest_CASPathSelectorConditionalStateDisplayName) WithArrayOfValues(values []string) *UpdateGroupRequestCAS_FieldSubPathArrayOfValues
func (UpdateGroupRequest_CASPathSelectorConditionalStateDisplayName) WithValue ¶
func (s UpdateGroupRequest_CASPathSelectorConditionalStateDisplayName) WithValue(value string) *UpdateGroupRequestCAS_FieldSubPathValue
type UpdateGroupRequest_CASPathSelectorConditionalStateEmail ¶
type UpdateGroupRequest_CASPathSelectorConditionalStateEmail struct{}
func (UpdateGroupRequest_CASPathSelectorConditionalStateEmail) WithArrayOfValues ¶
func (s UpdateGroupRequest_CASPathSelectorConditionalStateEmail) WithArrayOfValues(values []string) *UpdateGroupRequestCAS_FieldSubPathArrayOfValues
func (UpdateGroupRequest_CASPathSelectorConditionalStateEmail) WithValue ¶
func (s UpdateGroupRequest_CASPathSelectorConditionalStateEmail) WithValue(value string) *UpdateGroupRequestCAS_FieldSubPathValue
type UpdateGroupRequest_CASPathSelectorConditionalStateMetadata ¶
type UpdateGroupRequest_CASPathSelectorConditionalStateMetadata struct{}
func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadata) Annotations ¶
func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadata) CreateTime ¶
func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadata) DeleteTime ¶ added in v0.8.0
func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadata) Generation ¶
func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadata) OwnerReferences ¶
func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadata) ResourceVersion ¶
func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadata) UpdateTime ¶
func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadata) WithArrayOfValues ¶
func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *UpdateGroupRequestCAS_FieldSubPathArrayOfValues
func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadata) WithValue ¶
func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadata) WithValue(value *ntt_meta.Meta) *UpdateGroupRequestCAS_FieldSubPathValue
type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataAnnotations ¶
type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataAnnotations struct{}
func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues ¶
func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues(values []map[string]string) *UpdateGroupRequestCAS_FieldSubPathArrayOfValues
func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithValue ¶
func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithValue(value map[string]string) *UpdateGroupRequestCAS_FieldSubPathValue
type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataCreateTime ¶
type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataCreateTime struct{}
func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataCreateTime) WithArrayOfValues ¶
func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateGroupRequestCAS_FieldSubPathArrayOfValues
type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataDeleteTime ¶ added in v0.8.0
type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataDeleteTime struct{}
func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataDeleteTime) FieldPath ¶ added in v0.8.0
func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataDeleteTime) WithArrayOfValues ¶ added in v0.8.0
func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataDeleteTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateGroupRequestCAS_FieldSubPathArrayOfValues
type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataGeneration ¶
type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataGeneration struct{}
func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataGeneration) WithArrayOfValues ¶
func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataGeneration) WithArrayOfValues(values []int64) *UpdateGroupRequestCAS_FieldSubPathArrayOfValues
func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataGeneration) WithValue ¶
func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataGeneration) WithValue(value int64) *UpdateGroupRequestCAS_FieldSubPathValue
type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataLabels ¶
type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataLabels struct{}
func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataLabels) WithArrayOfValues ¶
func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataLabels) WithArrayOfValues(values []map[string]string) *UpdateGroupRequestCAS_FieldSubPathArrayOfValues
func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataLabels) WithValue ¶
func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataLabels) WithValue(value map[string]string) *UpdateGroupRequestCAS_FieldSubPathValue
type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataLifecycle ¶ added in v0.8.0
type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataLifecycle struct{}
func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataLifecycle) BlockDeletion ¶ added in v0.8.0
func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataLifecycle) FieldPath ¶ added in v0.8.0
func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataLifecycle) WithArrayOfValues ¶ added in v0.8.0
func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataLifecycle) WithArrayOfValues(values []*ntt_meta.Lifecycle) *UpdateGroupRequestCAS_FieldSubPathArrayOfValues
func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataLifecycle) WithValue ¶ added in v0.8.0
func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataLifecycle) WithValue(value *ntt_meta.Lifecycle) *UpdateGroupRequestCAS_FieldSubPathValue
type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion ¶ added in v0.8.0
type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion struct{}
func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion) FieldPath ¶ added in v0.8.0
func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion) WithArrayOfValues ¶ added in v0.8.0
func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion) WithArrayOfValues(values []bool) *UpdateGroupRequestCAS_FieldSubPathArrayOfValues
type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataLifecycleState ¶ added in v0.8.0
type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataLifecycleState struct{}
func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataLifecycleState) FieldPath ¶ added in v0.8.0
func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataLifecycleState) WithArrayOfValues ¶ added in v0.8.0
func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataLifecycleState) WithArrayOfValues(values []ntt_meta.Lifecycle_State) *UpdateGroupRequestCAS_FieldSubPathArrayOfValues
type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferences ¶
type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferences struct{}
func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) BlockOwnerDeletion ¶
func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) Controller ¶
func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) Region ¶ added in v0.8.0
func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) RequiresOwnerReference ¶ added in v0.8.0
func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) Version ¶ added in v0.8.0
func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithArrayOfValues ¶
func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *UpdateGroupRequestCAS_FieldSubPathArrayOfValues
func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithItemValue ¶
type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion ¶
type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion struct{}
func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) FieldPath ¶
func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues ¶
func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *UpdateGroupRequestCAS_FieldSubPathArrayOfValues
type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController ¶
type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController struct{}
func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) FieldPath ¶
func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) WithArrayOfValues ¶
func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *UpdateGroupRequestCAS_FieldSubPathArrayOfValues
type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind ¶
type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind struct{}
func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues ¶
func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *UpdateGroupRequestCAS_FieldSubPathArrayOfValues
type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName ¶
type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName struct{}
func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) WithArrayOfValues ¶
func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) WithArrayOfValues(values []string) *UpdateGroupRequestCAS_FieldSubPathArrayOfValues
type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion ¶ added in v0.8.0
type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion struct{}
func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion) FieldPath ¶ added in v0.8.0
func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion) WithArrayOfValues ¶ added in v0.8.0
func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion) WithArrayOfValues(values []string) *UpdateGroupRequestCAS_FieldSubPathArrayOfValues
type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference ¶ added in v0.8.0
type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference struct{}
func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference) FieldPath ¶ added in v0.8.0
func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues ¶ added in v0.8.0
func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues(values []bool) *UpdateGroupRequestCAS_FieldSubPathArrayOfValues
type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion ¶ added in v0.8.0
type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion struct{}
func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion) FieldPath ¶ added in v0.8.0
func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion) WithArrayOfValues ¶ added in v0.8.0
func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion) WithArrayOfValues(values []string) *UpdateGroupRequestCAS_FieldSubPathArrayOfValues
type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataResourceVersion ¶
type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataResourceVersion struct{}
func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataResourceVersion) WithArrayOfValues ¶
func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataResourceVersion) WithArrayOfValues(values []string) *UpdateGroupRequestCAS_FieldSubPathArrayOfValues
type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataShards ¶
type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataShards struct{}
func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataShards) WithArrayOfValues ¶
func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataShards) WithArrayOfValues(values []map[string]int64) *UpdateGroupRequestCAS_FieldSubPathArrayOfValues
func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataShards) WithValue ¶
func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataShards) WithValue(value map[string]int64) *UpdateGroupRequestCAS_FieldSubPathValue
type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataSyncing ¶
type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataSyncing struct{}
func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataSyncing) OwningRegion ¶
func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataSyncing) WithArrayOfValues ¶
func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataSyncing) WithArrayOfValues(values []*ntt_meta.SyncingMeta) *UpdateGroupRequestCAS_FieldSubPathArrayOfValues
func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataSyncing) WithValue ¶
func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataSyncing) WithValue(value *ntt_meta.SyncingMeta) *UpdateGroupRequestCAS_FieldSubPathValue
type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion ¶
type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion struct{}
func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues ¶
func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *UpdateGroupRequestCAS_FieldSubPathArrayOfValues
type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataSyncingRegions ¶
type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataSyncingRegions struct{}
func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithArrayOfValues ¶
func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithArrayOfValues(values [][]string) *UpdateGroupRequestCAS_FieldSubPathArrayOfValues
func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithItemValue ¶
func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithItemValue(value string) *UpdateGroupRequestCAS_FieldSubPathArrayItemValue
func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithValue ¶
func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithValue(value []string) *UpdateGroupRequestCAS_FieldSubPathValue
type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataTags ¶
type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataTags struct{}
func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataTags) WithArrayOfValues ¶
func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataTags) WithArrayOfValues(values [][]string) *UpdateGroupRequestCAS_FieldSubPathArrayOfValues
func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataTags) WithItemValue ¶
func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataTags) WithItemValue(value string) *UpdateGroupRequestCAS_FieldSubPathArrayItemValue
func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataTags) WithValue ¶
func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataTags) WithValue(value []string) *UpdateGroupRequestCAS_FieldSubPathValue
type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataUpdateTime ¶
type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataUpdateTime struct{}
func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataUpdateTime) WithArrayOfValues ¶
func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateGroupRequestCAS_FieldSubPathArrayOfValues
type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataUuid ¶
type UpdateGroupRequest_CASPathSelectorConditionalStateMetadataUuid struct{}
func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataUuid) WithArrayOfValues ¶
func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataUuid) WithArrayOfValues(values []string) *UpdateGroupRequestCAS_FieldSubPathArrayOfValues
func (UpdateGroupRequest_CASPathSelectorConditionalStateMetadataUuid) WithValue ¶
func (s UpdateGroupRequest_CASPathSelectorConditionalStateMetadataUuid) WithValue(value string) *UpdateGroupRequestCAS_FieldSubPathValue
type UpdateGroupRequest_CASPathSelectorConditionalStateName ¶
type UpdateGroupRequest_CASPathSelectorConditionalStateName struct{}
func (UpdateGroupRequest_CASPathSelectorConditionalStateName) WithArrayOfValues ¶
func (s UpdateGroupRequest_CASPathSelectorConditionalStateName) WithArrayOfValues(values []*group.Name) *UpdateGroupRequestCAS_FieldSubPathArrayOfValues
func (UpdateGroupRequest_CASPathSelectorConditionalStateName) WithValue ¶
func (s UpdateGroupRequest_CASPathSelectorConditionalStateName) WithValue(value *group.Name) *UpdateGroupRequestCAS_FieldSubPathValue
type UpdateGroupRequest_CASPathSelectorFieldMask ¶
type UpdateGroupRequest_CASPathSelectorFieldMask struct{}
func (UpdateGroupRequest_CASPathSelectorFieldMask) FieldPath ¶
func (UpdateGroupRequest_CASPathSelectorFieldMask) FieldPath() *UpdateGroupRequestCAS_FieldTerminalPath
func (UpdateGroupRequest_CASPathSelectorFieldMask) WithArrayOfValues ¶
func (s UpdateGroupRequest_CASPathSelectorFieldMask) WithArrayOfValues(values []*group.Group_FieldMask) *UpdateGroupRequestCAS_FieldTerminalPathArrayOfValues
func (UpdateGroupRequest_CASPathSelectorFieldMask) WithValue ¶
func (s UpdateGroupRequest_CASPathSelectorFieldMask) WithValue(value *group.Group_FieldMask) *UpdateGroupRequestCAS_FieldTerminalPathValue
type UpdateGroupRequest_CAS_FieldMask ¶
type UpdateGroupRequest_CAS_FieldMask struct {
Paths []UpdateGroupRequestCAS_FieldPath
}
func FullUpdateGroupRequest_CAS_FieldMask ¶
func FullUpdateGroupRequest_CAS_FieldMask() *UpdateGroupRequest_CAS_FieldMask
func (*UpdateGroupRequest_CAS_FieldMask) AppendPath ¶
func (fieldMask *UpdateGroupRequest_CAS_FieldMask) AppendPath(path UpdateGroupRequestCAS_FieldPath)
func (*UpdateGroupRequest_CAS_FieldMask) AppendRawPath ¶
func (fieldMask *UpdateGroupRequest_CAS_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*UpdateGroupRequest_CAS_FieldMask) DecodeFirestore ¶
func (fieldMask *UpdateGroupRequest_CAS_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*UpdateGroupRequest_CAS_FieldMask) EncodeFirestore ¶
func (fieldMask *UpdateGroupRequest_CAS_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*UpdateGroupRequest_CAS_FieldMask) FilterInputFields ¶
func (fieldMask *UpdateGroupRequest_CAS_FieldMask) FilterInputFields() *UpdateGroupRequest_CAS_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*UpdateGroupRequest_CAS_FieldMask) FromProtoFieldMask ¶
func (fieldMask *UpdateGroupRequest_CAS_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*UpdateGroupRequest_CAS_FieldMask) GetPaths ¶
func (fieldMask *UpdateGroupRequest_CAS_FieldMask) GetPaths() []UpdateGroupRequestCAS_FieldPath
func (*UpdateGroupRequest_CAS_FieldMask) GetRawPaths ¶
func (fieldMask *UpdateGroupRequest_CAS_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*UpdateGroupRequest_CAS_FieldMask) IsFull ¶
func (fieldMask *UpdateGroupRequest_CAS_FieldMask) IsFull() bool
func (UpdateGroupRequest_CAS_FieldMask) Marshal ¶
func (fieldMask UpdateGroupRequest_CAS_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (UpdateGroupRequest_CAS_FieldMask) MarshalJSON ¶
func (fieldMask UpdateGroupRequest_CAS_FieldMask) MarshalJSON() ([]byte, error)
func (*UpdateGroupRequest_CAS_FieldMask) PathsCount ¶
func (fieldMask *UpdateGroupRequest_CAS_FieldMask) PathsCount() int
func (*UpdateGroupRequest_CAS_FieldMask) Project ¶
func (fieldMask *UpdateGroupRequest_CAS_FieldMask) Project(source *UpdateGroupRequest_CAS) *UpdateGroupRequest_CAS
func (*UpdateGroupRequest_CAS_FieldMask) ProjectRaw ¶
func (fieldMask *UpdateGroupRequest_CAS_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*UpdateGroupRequest_CAS_FieldMask) ProtoMessage ¶
func (fieldMask *UpdateGroupRequest_CAS_FieldMask) ProtoMessage()
func (*UpdateGroupRequest_CAS_FieldMask) ProtoReflect ¶
func (fieldMask *UpdateGroupRequest_CAS_FieldMask) ProtoReflect() preflect.Message
func (*UpdateGroupRequest_CAS_FieldMask) Reset ¶
func (fieldMask *UpdateGroupRequest_CAS_FieldMask) Reset()
func (*UpdateGroupRequest_CAS_FieldMask) Set ¶
func (fieldMask *UpdateGroupRequest_CAS_FieldMask) Set(target, source *UpdateGroupRequest_CAS)
func (*UpdateGroupRequest_CAS_FieldMask) SetFromCliFlag ¶
func (fieldMask *UpdateGroupRequest_CAS_FieldMask) SetFromCliFlag(raw string) error
func (*UpdateGroupRequest_CAS_FieldMask) SetRaw ¶
func (fieldMask *UpdateGroupRequest_CAS_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*UpdateGroupRequest_CAS_FieldMask) Size ¶
func (fieldMask *UpdateGroupRequest_CAS_FieldMask) Size() int
func (*UpdateGroupRequest_CAS_FieldMask) String ¶
func (fieldMask *UpdateGroupRequest_CAS_FieldMask) String() string
func (*UpdateGroupRequest_CAS_FieldMask) Subtract ¶
func (fieldMask *UpdateGroupRequest_CAS_FieldMask) Subtract(other *UpdateGroupRequest_CAS_FieldMask) *UpdateGroupRequest_CAS_FieldMask
func (*UpdateGroupRequest_CAS_FieldMask) SubtractRaw ¶
func (fieldMask *UpdateGroupRequest_CAS_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*UpdateGroupRequest_CAS_FieldMask) ToProtoFieldMask ¶
func (fieldMask *UpdateGroupRequest_CAS_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*UpdateGroupRequest_CAS_FieldMask) Unmarshal ¶
func (fieldMask *UpdateGroupRequest_CAS_FieldMask) Unmarshal(data []byte) error
func (*UpdateGroupRequest_CAS_FieldMask) UnmarshalJSON ¶
func (fieldMask *UpdateGroupRequest_CAS_FieldMask) UnmarshalJSON(data []byte) error
type UpdateGroupRequest_FieldMask ¶
type UpdateGroupRequest_FieldMask struct {
Paths []UpdateGroupRequest_FieldPath
}
func FullUpdateGroupRequest_FieldMask ¶
func FullUpdateGroupRequest_FieldMask() *UpdateGroupRequest_FieldMask
func (*UpdateGroupRequest_FieldMask) AppendPath ¶
func (fieldMask *UpdateGroupRequest_FieldMask) AppendPath(path UpdateGroupRequest_FieldPath)
func (*UpdateGroupRequest_FieldMask) AppendRawPath ¶
func (fieldMask *UpdateGroupRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*UpdateGroupRequest_FieldMask) DecodeFirestore ¶
func (fieldMask *UpdateGroupRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*UpdateGroupRequest_FieldMask) EncodeFirestore ¶
func (fieldMask *UpdateGroupRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*UpdateGroupRequest_FieldMask) FilterInputFields ¶
func (fieldMask *UpdateGroupRequest_FieldMask) FilterInputFields() *UpdateGroupRequest_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*UpdateGroupRequest_FieldMask) FromProtoFieldMask ¶
func (fieldMask *UpdateGroupRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*UpdateGroupRequest_FieldMask) GetPaths ¶
func (fieldMask *UpdateGroupRequest_FieldMask) GetPaths() []UpdateGroupRequest_FieldPath
func (*UpdateGroupRequest_FieldMask) GetRawPaths ¶
func (fieldMask *UpdateGroupRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*UpdateGroupRequest_FieldMask) IsFull ¶
func (fieldMask *UpdateGroupRequest_FieldMask) IsFull() bool
func (UpdateGroupRequest_FieldMask) Marshal ¶
func (fieldMask UpdateGroupRequest_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (UpdateGroupRequest_FieldMask) MarshalJSON ¶
func (fieldMask UpdateGroupRequest_FieldMask) MarshalJSON() ([]byte, error)
func (*UpdateGroupRequest_FieldMask) PathsCount ¶
func (fieldMask *UpdateGroupRequest_FieldMask) PathsCount() int
func (*UpdateGroupRequest_FieldMask) Project ¶
func (fieldMask *UpdateGroupRequest_FieldMask) Project(source *UpdateGroupRequest) *UpdateGroupRequest
func (*UpdateGroupRequest_FieldMask) ProjectRaw ¶
func (fieldMask *UpdateGroupRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*UpdateGroupRequest_FieldMask) ProtoMessage ¶
func (fieldMask *UpdateGroupRequest_FieldMask) ProtoMessage()
func (*UpdateGroupRequest_FieldMask) ProtoReflect ¶
func (fieldMask *UpdateGroupRequest_FieldMask) ProtoReflect() preflect.Message
func (*UpdateGroupRequest_FieldMask) Reset ¶
func (fieldMask *UpdateGroupRequest_FieldMask) Reset()
func (*UpdateGroupRequest_FieldMask) Set ¶
func (fieldMask *UpdateGroupRequest_FieldMask) Set(target, source *UpdateGroupRequest)
func (*UpdateGroupRequest_FieldMask) SetFromCliFlag ¶
func (fieldMask *UpdateGroupRequest_FieldMask) SetFromCliFlag(raw string) error
func (*UpdateGroupRequest_FieldMask) SetRaw ¶
func (fieldMask *UpdateGroupRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*UpdateGroupRequest_FieldMask) Size ¶
func (fieldMask *UpdateGroupRequest_FieldMask) Size() int
func (*UpdateGroupRequest_FieldMask) String ¶
func (fieldMask *UpdateGroupRequest_FieldMask) String() string
func (*UpdateGroupRequest_FieldMask) Subtract ¶
func (fieldMask *UpdateGroupRequest_FieldMask) Subtract(other *UpdateGroupRequest_FieldMask) *UpdateGroupRequest_FieldMask
func (*UpdateGroupRequest_FieldMask) SubtractRaw ¶
func (fieldMask *UpdateGroupRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*UpdateGroupRequest_FieldMask) ToProtoFieldMask ¶
func (fieldMask *UpdateGroupRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*UpdateGroupRequest_FieldMask) Unmarshal ¶
func (fieldMask *UpdateGroupRequest_FieldMask) Unmarshal(data []byte) error
func (*UpdateGroupRequest_FieldMask) UnmarshalJSON ¶
func (fieldMask *UpdateGroupRequest_FieldMask) UnmarshalJSON(data []byte) error
type UpdateGroupRequest_FieldPath ¶
type UpdateGroupRequest_FieldPath interface { gotenobject.FieldPath Selector() UpdateGroupRequest_FieldPathSelector Get(source *UpdateGroupRequest) []interface{} GetSingle(source *UpdateGroupRequest) (interface{}, bool) ClearValue(item *UpdateGroupRequest) // Those methods build corresponding UpdateGroupRequest_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) UpdateGroupRequest_FieldPathValue WithIArrayOfValues(values interface{}) UpdateGroupRequest_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) UpdateGroupRequest_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildUpdateGroupRequest_FieldPath ¶
func BuildUpdateGroupRequest_FieldPath(fp gotenobject.RawFieldPath) (UpdateGroupRequest_FieldPath, error)
func MustParseUpdateGroupRequest_FieldPath ¶
func MustParseUpdateGroupRequest_FieldPath(rawField string) UpdateGroupRequest_FieldPath
func ParseUpdateGroupRequest_FieldPath ¶
func ParseUpdateGroupRequest_FieldPath(rawField string) (UpdateGroupRequest_FieldPath, error)
type UpdateGroupRequest_FieldPathArrayItemValue ¶
type UpdateGroupRequest_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue UpdateGroupRequest_FieldPath ContainsValue(*UpdateGroupRequest) bool }
UpdateGroupRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for UpdateGroupRequest according to their type Present only for array (repeated) types.
func MustParseUpdateGroupRequest_FieldPathArrayItemValue ¶
func MustParseUpdateGroupRequest_FieldPathArrayItemValue(pathStr, valueStr string) UpdateGroupRequest_FieldPathArrayItemValue
func ParseUpdateGroupRequest_FieldPathArrayItemValue ¶
func ParseUpdateGroupRequest_FieldPathArrayItemValue(pathStr, valueStr string) (UpdateGroupRequest_FieldPathArrayItemValue, error)
ParseUpdateGroupRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type UpdateGroupRequest_FieldPathArrayOfValues ¶
type UpdateGroupRequest_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues UpdateGroupRequest_FieldPath }
UpdateGroupRequest_FieldPathArrayOfValues allows storing slice of values for UpdateGroupRequest fields according to their type
func MustParseUpdateGroupRequest_FieldPathArrayOfValues ¶
func MustParseUpdateGroupRequest_FieldPathArrayOfValues(pathStr, valuesStr string) UpdateGroupRequest_FieldPathArrayOfValues
func ParseUpdateGroupRequest_FieldPathArrayOfValues ¶
func ParseUpdateGroupRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (UpdateGroupRequest_FieldPathArrayOfValues, error)
type UpdateGroupRequest_FieldPathSelector ¶
type UpdateGroupRequest_FieldPathSelector int32
const ( UpdateGroupRequest_FieldPathSelectorGroup UpdateGroupRequest_FieldPathSelector = 0 UpdateGroupRequest_FieldPathSelectorUpdateMask UpdateGroupRequest_FieldPathSelector = 1 UpdateGroupRequest_FieldPathSelectorCas UpdateGroupRequest_FieldPathSelector = 2 UpdateGroupRequest_FieldPathSelectorAllowMissing UpdateGroupRequest_FieldPathSelector = 3 )
func (UpdateGroupRequest_FieldPathSelector) String ¶
func (s UpdateGroupRequest_FieldPathSelector) String() string
type UpdateGroupRequest_FieldPathValue ¶
type UpdateGroupRequest_FieldPathValue interface { UpdateGroupRequest_FieldPath gotenobject.FieldPathValue SetTo(target **UpdateGroupRequest) CompareWith(*UpdateGroupRequest) (cmp int, comparable bool) }
UpdateGroupRequest_FieldPathValue allows storing values for UpdateGroupRequest fields according to their type
func MustParseUpdateGroupRequest_FieldPathValue ¶
func MustParseUpdateGroupRequest_FieldPathValue(pathStr, valueStr string) UpdateGroupRequest_FieldPathValue
func ParseUpdateGroupRequest_FieldPathValue ¶
func ParseUpdateGroupRequest_FieldPathValue(pathStr, valueStr string) (UpdateGroupRequest_FieldPathValue, error)
type UpdateGroupRequest_FieldSubPath ¶
type UpdateGroupRequest_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*UpdateGroupRequest_FieldSubPath) AsCasSubPath ¶
func (fps *UpdateGroupRequest_FieldSubPath) AsCasSubPath() (UpdateGroupRequestCAS_FieldPath, bool)
func (*UpdateGroupRequest_FieldSubPath) AsGroupSubPath ¶
func (fps *UpdateGroupRequest_FieldSubPath) AsGroupSubPath() (group.Group_FieldPath, bool)
func (*UpdateGroupRequest_FieldSubPath) ClearValue ¶
func (fps *UpdateGroupRequest_FieldSubPath) ClearValue(item *UpdateGroupRequest)
func (*UpdateGroupRequest_FieldSubPath) ClearValueRaw ¶
func (fps *UpdateGroupRequest_FieldSubPath) ClearValueRaw(item proto.Message)
func (*UpdateGroupRequest_FieldSubPath) Get ¶
func (fps *UpdateGroupRequest_FieldSubPath) Get(source *UpdateGroupRequest) (values []interface{})
Get returns all values pointed by selected field from source UpdateGroupRequest
func (*UpdateGroupRequest_FieldSubPath) GetDefault ¶
func (fps *UpdateGroupRequest_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*UpdateGroupRequest_FieldSubPath) GetRaw ¶
func (fps *UpdateGroupRequest_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*UpdateGroupRequest_FieldSubPath) GetSingle ¶
func (fps *UpdateGroupRequest_FieldSubPath) GetSingle(source *UpdateGroupRequest) (interface{}, bool)
GetSingle returns value of selected field from source UpdateGroupRequest
func (*UpdateGroupRequest_FieldSubPath) GetSingleRaw ¶
func (fps *UpdateGroupRequest_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*UpdateGroupRequest_FieldSubPath) IsLeaf ¶
func (fps *UpdateGroupRequest_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*UpdateGroupRequest_FieldSubPath) JSONString ¶
func (fps *UpdateGroupRequest_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*UpdateGroupRequest_FieldSubPath) Selector ¶
func (fps *UpdateGroupRequest_FieldSubPath) Selector() UpdateGroupRequest_FieldPathSelector
func (*UpdateGroupRequest_FieldSubPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fps *UpdateGroupRequest_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*UpdateGroupRequest_FieldSubPath) String ¶
func (fps *UpdateGroupRequest_FieldSubPath) String() string
String returns path representation in proto convention
func (*UpdateGroupRequest_FieldSubPath) WithIArrayItemValue ¶
func (fps *UpdateGroupRequest_FieldSubPath) WithIArrayItemValue(value interface{}) UpdateGroupRequest_FieldPathArrayItemValue
func (*UpdateGroupRequest_FieldSubPath) WithIArrayOfValues ¶
func (fps *UpdateGroupRequest_FieldSubPath) WithIArrayOfValues(values interface{}) UpdateGroupRequest_FieldPathArrayOfValues
func (*UpdateGroupRequest_FieldSubPath) WithIValue ¶
func (fps *UpdateGroupRequest_FieldSubPath) WithIValue(value interface{}) UpdateGroupRequest_FieldPathValue
func (*UpdateGroupRequest_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *UpdateGroupRequest_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*UpdateGroupRequest_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *UpdateGroupRequest_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*UpdateGroupRequest_FieldSubPath) WithRawIValue ¶
func (fps *UpdateGroupRequest_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type UpdateGroupRequest_FieldSubPathArrayItemValue ¶
type UpdateGroupRequest_FieldSubPathArrayItemValue struct { UpdateGroupRequest_FieldPath // contains filtered or unexported fields }
func (*UpdateGroupRequest_FieldSubPathArrayItemValue) AsCasPathItemValue ¶
func (fpaivs *UpdateGroupRequest_FieldSubPathArrayItemValue) AsCasPathItemValue() (UpdateGroupRequestCAS_FieldPathArrayItemValue, bool)
func (*UpdateGroupRequest_FieldSubPathArrayItemValue) AsGroupPathItemValue ¶
func (fpaivs *UpdateGroupRequest_FieldSubPathArrayItemValue) AsGroupPathItemValue() (group.Group_FieldPathArrayItemValue, bool)
func (*UpdateGroupRequest_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *UpdateGroupRequest_FieldSubPathArrayItemValue) ContainsValue(source *UpdateGroupRequest) bool
Contains returns a boolean indicating if value that is being held is present in given 'UpdateGroupRequest'
func (*UpdateGroupRequest_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *UpdateGroupRequest_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type UpdateGroupRequest_FieldSubPathArrayOfValues ¶
type UpdateGroupRequest_FieldSubPathArrayOfValues struct { UpdateGroupRequest_FieldPath // contains filtered or unexported fields }
func (*UpdateGroupRequest_FieldSubPathArrayOfValues) AsCasPathArrayOfValues ¶
func (fpsaov *UpdateGroupRequest_FieldSubPathArrayOfValues) AsCasPathArrayOfValues() (UpdateGroupRequestCAS_FieldPathArrayOfValues, bool)
func (*UpdateGroupRequest_FieldSubPathArrayOfValues) AsGroupPathArrayOfValues ¶
func (fpsaov *UpdateGroupRequest_FieldSubPathArrayOfValues) AsGroupPathArrayOfValues() (group.Group_FieldPathArrayOfValues, bool)
func (*UpdateGroupRequest_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *UpdateGroupRequest_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type UpdateGroupRequest_FieldSubPathValue ¶
type UpdateGroupRequest_FieldSubPathValue struct { UpdateGroupRequest_FieldPath // contains filtered or unexported fields }
func (*UpdateGroupRequest_FieldSubPathValue) AsCasPathValue ¶
func (fpvs *UpdateGroupRequest_FieldSubPathValue) AsCasPathValue() (UpdateGroupRequestCAS_FieldPathValue, bool)
func (*UpdateGroupRequest_FieldSubPathValue) AsGroupPathValue ¶
func (fpvs *UpdateGroupRequest_FieldSubPathValue) AsGroupPathValue() (group.Group_FieldPathValue, bool)
func (*UpdateGroupRequest_FieldSubPathValue) CompareWith ¶
func (fpvs *UpdateGroupRequest_FieldSubPathValue) CompareWith(source *UpdateGroupRequest) (int, bool)
func (*UpdateGroupRequest_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *UpdateGroupRequest_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*UpdateGroupRequest_FieldSubPathValue) GetRawValue ¶
func (fpvs *UpdateGroupRequest_FieldSubPathValue) GetRawValue() interface{}
func (*UpdateGroupRequest_FieldSubPathValue) SetTo ¶
func (fpvs *UpdateGroupRequest_FieldSubPathValue) SetTo(target **UpdateGroupRequest)
func (*UpdateGroupRequest_FieldSubPathValue) SetToRaw ¶
func (fpvs *UpdateGroupRequest_FieldSubPathValue) SetToRaw(target proto.Message)
type UpdateGroupRequest_FieldTerminalPath ¶
type UpdateGroupRequest_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*UpdateGroupRequest_FieldTerminalPath) ClearValue ¶
func (fp *UpdateGroupRequest_FieldTerminalPath) ClearValue(item *UpdateGroupRequest)
func (*UpdateGroupRequest_FieldTerminalPath) ClearValueRaw ¶
func (fp *UpdateGroupRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*UpdateGroupRequest_FieldTerminalPath) Get ¶
func (fp *UpdateGroupRequest_FieldTerminalPath) Get(source *UpdateGroupRequest) (values []interface{})
Get returns all values pointed by specific field from source UpdateGroupRequest
func (*UpdateGroupRequest_FieldTerminalPath) GetDefault ¶
func (fp *UpdateGroupRequest_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*UpdateGroupRequest_FieldTerminalPath) GetRaw ¶
func (fp *UpdateGroupRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*UpdateGroupRequest_FieldTerminalPath) GetSingle ¶
func (fp *UpdateGroupRequest_FieldTerminalPath) GetSingle(source *UpdateGroupRequest) (interface{}, bool)
GetSingle returns value pointed by specific field of from source UpdateGroupRequest
func (*UpdateGroupRequest_FieldTerminalPath) GetSingleRaw ¶
func (fp *UpdateGroupRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*UpdateGroupRequest_FieldTerminalPath) IsLeaf ¶
func (fp *UpdateGroupRequest_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*UpdateGroupRequest_FieldTerminalPath) JSONString ¶
func (fp *UpdateGroupRequest_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*UpdateGroupRequest_FieldTerminalPath) Selector ¶
func (fp *UpdateGroupRequest_FieldTerminalPath) Selector() UpdateGroupRequest_FieldPathSelector
func (*UpdateGroupRequest_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *UpdateGroupRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*UpdateGroupRequest_FieldTerminalPath) String ¶
func (fp *UpdateGroupRequest_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*UpdateGroupRequest_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *UpdateGroupRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) UpdateGroupRequest_FieldPathArrayItemValue
func (*UpdateGroupRequest_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *UpdateGroupRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) UpdateGroupRequest_FieldPathArrayOfValues
func (*UpdateGroupRequest_FieldTerminalPath) WithIValue ¶
func (fp *UpdateGroupRequest_FieldTerminalPath) WithIValue(value interface{}) UpdateGroupRequest_FieldPathValue
func (*UpdateGroupRequest_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *UpdateGroupRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*UpdateGroupRequest_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *UpdateGroupRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*UpdateGroupRequest_FieldTerminalPath) WithRawIValue ¶
func (fp *UpdateGroupRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type UpdateGroupRequest_FieldTerminalPathArrayItemValue ¶
type UpdateGroupRequest_FieldTerminalPathArrayItemValue struct { UpdateGroupRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*UpdateGroupRequest_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *UpdateGroupRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *UpdateGroupRequest) bool
Contains returns a boolean indicating if value that is being held is present in given 'UpdateGroupRequest'
func (*UpdateGroupRequest_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *UpdateGroupRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object UpdateGroupRequest as interface{}
func (*UpdateGroupRequest_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *UpdateGroupRequest_FieldTerminalPathArrayItemValue) GetSingle(source *UpdateGroupRequest) (interface{}, bool)
func (*UpdateGroupRequest_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *UpdateGroupRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type UpdateGroupRequest_FieldTerminalPathArrayOfValues ¶
type UpdateGroupRequest_FieldTerminalPathArrayOfValues struct { UpdateGroupRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*UpdateGroupRequest_FieldTerminalPathArrayOfValues) AsAllowMissingArrayOfValues ¶ added in v0.12.33
func (fpaov *UpdateGroupRequest_FieldTerminalPathArrayOfValues) AsAllowMissingArrayOfValues() ([]bool, bool)
func (*UpdateGroupRequest_FieldTerminalPathArrayOfValues) AsCasArrayOfValues ¶
func (fpaov *UpdateGroupRequest_FieldTerminalPathArrayOfValues) AsCasArrayOfValues() ([]*UpdateGroupRequest_CAS, bool)
func (*UpdateGroupRequest_FieldTerminalPathArrayOfValues) AsGroupArrayOfValues ¶
func (fpaov *UpdateGroupRequest_FieldTerminalPathArrayOfValues) AsGroupArrayOfValues() ([]*group.Group, bool)
func (*UpdateGroupRequest_FieldTerminalPathArrayOfValues) AsUpdateMaskArrayOfValues ¶
func (fpaov *UpdateGroupRequest_FieldTerminalPathArrayOfValues) AsUpdateMaskArrayOfValues() ([]*group.Group_FieldMask, bool)
func (*UpdateGroupRequest_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *UpdateGroupRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type UpdateGroupRequest_FieldTerminalPathValue ¶
type UpdateGroupRequest_FieldTerminalPathValue struct { UpdateGroupRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*UpdateGroupRequest_FieldTerminalPathValue) AsAllowMissingValue ¶ added in v0.12.33
func (fpv *UpdateGroupRequest_FieldTerminalPathValue) AsAllowMissingValue() (bool, bool)
func (*UpdateGroupRequest_FieldTerminalPathValue) AsCasValue ¶
func (fpv *UpdateGroupRequest_FieldTerminalPathValue) AsCasValue() (*UpdateGroupRequest_CAS, bool)
func (*UpdateGroupRequest_FieldTerminalPathValue) AsGroupValue ¶
func (fpv *UpdateGroupRequest_FieldTerminalPathValue) AsGroupValue() (*group.Group, bool)
func (*UpdateGroupRequest_FieldTerminalPathValue) AsUpdateMaskValue ¶
func (fpv *UpdateGroupRequest_FieldTerminalPathValue) AsUpdateMaskValue() (*group.Group_FieldMask, bool)
func (*UpdateGroupRequest_FieldTerminalPathValue) CompareWith ¶
func (fpv *UpdateGroupRequest_FieldTerminalPathValue) CompareWith(source *UpdateGroupRequest) (int, bool)
CompareWith compares value in the 'UpdateGroupRequest_FieldTerminalPathValue' with the value under path in 'UpdateGroupRequest'.
func (*UpdateGroupRequest_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *UpdateGroupRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*UpdateGroupRequest_FieldTerminalPathValue) GetRawValue ¶
func (fpv *UpdateGroupRequest_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'UpdateGroupRequest' as interface{}
func (*UpdateGroupRequest_FieldTerminalPathValue) SetTo ¶
func (fpv *UpdateGroupRequest_FieldTerminalPathValue) SetTo(target **UpdateGroupRequest)
SetTo stores value for selected field for object UpdateGroupRequest
func (*UpdateGroupRequest_FieldTerminalPathValue) SetToRaw ¶
func (fpv *UpdateGroupRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
type WatchGroupClientStream ¶
type WatchGroupClientStream interface { Recv() (*WatchGroupResponse, error) grpc.ClientStream }
type WatchGroupDescriptor ¶ added in v0.4.28
type WatchGroupDescriptor struct{}
func GetWatchGroupDescriptor ¶ added in v0.4.28
func GetWatchGroupDescriptor() *WatchGroupDescriptor
func (*WatchGroupDescriptor) GetApiDescriptor ¶ added in v0.4.28
func (d *WatchGroupDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*WatchGroupDescriptor) GetApiName ¶ added in v0.4.28
func (d *WatchGroupDescriptor) GetApiName() string
func (*WatchGroupDescriptor) GetClientMsgReflectHandle ¶ added in v0.4.28
func (d *WatchGroupDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*WatchGroupDescriptor) GetFullMethodName ¶ added in v0.4.28
func (d *WatchGroupDescriptor) GetFullMethodName() string
func (*WatchGroupDescriptor) GetMethodName ¶ added in v0.4.28
func (d *WatchGroupDescriptor) GetMethodName() string
func (*WatchGroupDescriptor) GetProtoPkgName ¶ added in v0.4.28
func (d *WatchGroupDescriptor) GetProtoPkgName() string
func (*WatchGroupDescriptor) GetResourceDescriptor ¶ added in v0.4.30
func (d *WatchGroupDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*WatchGroupDescriptor) GetServerMsgReflectHandle ¶ added in v0.4.28
func (d *WatchGroupDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*WatchGroupDescriptor) GetServiceDomain ¶ added in v0.4.28
func (d *WatchGroupDescriptor) GetServiceDomain() string
func (*WatchGroupDescriptor) GetServiceVersion ¶ added in v0.4.28
func (d *WatchGroupDescriptor) GetServiceVersion() string
func (*WatchGroupDescriptor) GetVerb ¶ added in v0.4.28
func (d *WatchGroupDescriptor) GetVerb() string
func (*WatchGroupDescriptor) HasResource ¶ added in v0.4.30
func (d *WatchGroupDescriptor) HasResource() bool
func (*WatchGroupDescriptor) IsClientStream ¶ added in v0.4.28
func (d *WatchGroupDescriptor) IsClientStream() bool
func (*WatchGroupDescriptor) IsCollection ¶ added in v0.4.30
func (d *WatchGroupDescriptor) IsCollection() bool
func (*WatchGroupDescriptor) IsPlural ¶ added in v0.4.30
func (d *WatchGroupDescriptor) IsPlural() bool
func (*WatchGroupDescriptor) IsServerStream ¶ added in v0.4.28
func (d *WatchGroupDescriptor) IsServerStream() bool
func (*WatchGroupDescriptor) IsUnary ¶ added in v0.4.28
func (d *WatchGroupDescriptor) IsUnary() bool
func (*WatchGroupDescriptor) NewEmptyClientMsg ¶ added in v0.4.28
func (d *WatchGroupDescriptor) NewEmptyClientMsg() proto.Message
func (*WatchGroupDescriptor) NewEmptyServerMsg ¶ added in v0.4.28
func (d *WatchGroupDescriptor) NewEmptyServerMsg() proto.Message
func (*WatchGroupDescriptor) RequestHasResourceBody ¶ added in v0.4.28
func (d *WatchGroupDescriptor) RequestHasResourceBody() bool
type WatchGroupDescriptorClientMsgHandle ¶ added in v0.4.28
type WatchGroupDescriptorClientMsgHandle struct{}
func (*WatchGroupDescriptorClientMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *WatchGroupDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*WatchGroupDescriptorClientMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *WatchGroupDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*WatchGroupDescriptorClientMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *WatchGroupDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type WatchGroupDescriptorServerMsgHandle ¶ added in v0.4.28
type WatchGroupDescriptorServerMsgHandle struct{}
func (*WatchGroupDescriptorServerMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *WatchGroupDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*WatchGroupDescriptorServerMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *WatchGroupDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*WatchGroupDescriptorServerMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *WatchGroupDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type WatchGroupRequest ¶
type WatchGroupRequest struct { // Reference to ntt.iam.v1alpha.Group Name *group.Reference `protobuf:"bytes,1,opt,customtype=Reference,name=name,proto3" json:"name,omitempty" firestore:"name"` // A list of extra fields to be obtained for each response item on top of // fields defined by request field view FieldMask *group.Group_FieldMask `` /* 137-byte string literal not displayed */ // View defines list of standard response fields present in response items. // Additional fields can be amended by request field field_mask View view.View `protobuf:"varint,4,opt,name=view,proto3,enum=goten.view.View" json:"view,omitempty" firestore:"view"` // contains filtered or unexported fields }
Request message for method [WatchGroup][ntt.iam.v1alpha.WatchGroup]
func (*WatchGroupRequest) Clone ¶
func (o *WatchGroupRequest) Clone() *WatchGroupRequest
func (*WatchGroupRequest) CloneRaw ¶
func (o *WatchGroupRequest) CloneRaw() gotenobject.GotenObjectExt
func (*WatchGroupRequest) Descriptor ¶
func (*WatchGroupRequest) Descriptor() ([]byte, []int)
Deprecated, Use WatchGroupRequest.ProtoReflect.Descriptor instead.
func (*WatchGroupRequest) GetFieldMask ¶
func (m *WatchGroupRequest) GetFieldMask() *group.Group_FieldMask
func (*WatchGroupRequest) GetName ¶
func (m *WatchGroupRequest) GetName() *group.Reference
func (*WatchGroupRequest) GetView ¶
func (m *WatchGroupRequest) GetView() view.View
func (*WatchGroupRequest) GotenMessage ¶
func (*WatchGroupRequest) GotenMessage()
func (*WatchGroupRequest) GotenObjectExt ¶
func (o *WatchGroupRequest) GotenObjectExt()
func (*WatchGroupRequest) GotenValidate ¶
func (obj *WatchGroupRequest) GotenValidate() error
func (*WatchGroupRequest) MakeDiffFieldMask ¶
func (o *WatchGroupRequest) MakeDiffFieldMask(other *WatchGroupRequest) *WatchGroupRequest_FieldMask
func (*WatchGroupRequest) MakeFullFieldMask ¶
func (o *WatchGroupRequest) MakeFullFieldMask() *WatchGroupRequest_FieldMask
func (*WatchGroupRequest) MakeRawDiffFieldMask ¶
func (o *WatchGroupRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*WatchGroupRequest) MakeRawFullFieldMask ¶
func (o *WatchGroupRequest) MakeRawFullFieldMask() gotenobject.FieldMask
func (*WatchGroupRequest) Marshal ¶
func (m *WatchGroupRequest) Marshal() ([]byte, error)
func (*WatchGroupRequest) MarshalJSON ¶
func (m *WatchGroupRequest) MarshalJSON() ([]byte, error)
func (*WatchGroupRequest) Merge ¶
func (o *WatchGroupRequest) Merge(source *WatchGroupRequest)
func (*WatchGroupRequest) MergeRaw ¶
func (o *WatchGroupRequest) MergeRaw(source gotenobject.GotenObjectExt)
func (*WatchGroupRequest) ProtoMessage ¶
func (*WatchGroupRequest) ProtoMessage()
func (*WatchGroupRequest) ProtoReflect ¶
func (m *WatchGroupRequest) ProtoReflect() preflect.Message
func (*WatchGroupRequest) Reset ¶
func (m *WatchGroupRequest) Reset()
func (*WatchGroupRequest) SetFieldMask ¶
func (m *WatchGroupRequest) SetFieldMask(fv *group.Group_FieldMask)
func (*WatchGroupRequest) SetName ¶
func (m *WatchGroupRequest) SetName(fv *group.Reference)
func (*WatchGroupRequest) SetView ¶
func (m *WatchGroupRequest) SetView(fv view.View)
func (*WatchGroupRequest) String ¶
func (m *WatchGroupRequest) String() string
func (*WatchGroupRequest) Unmarshal ¶
func (m *WatchGroupRequest) Unmarshal(b []byte) error
func (*WatchGroupRequest) UnmarshalJSON ¶
func (m *WatchGroupRequest) UnmarshalJSON(data []byte) error
type WatchGroupRequestFieldPathBuilder ¶
type WatchGroupRequestFieldPathBuilder struct{}
func NewWatchGroupRequestFieldPathBuilder ¶
func NewWatchGroupRequestFieldPathBuilder() WatchGroupRequestFieldPathBuilder
func (WatchGroupRequestFieldPathBuilder) FieldMask ¶
func (WatchGroupRequestFieldPathBuilder) FieldMask() WatchGroupRequestPathSelectorFieldMask
type WatchGroupRequestPathSelectorFieldMask ¶
type WatchGroupRequestPathSelectorFieldMask struct{}
func (WatchGroupRequestPathSelectorFieldMask) FieldPath ¶
func (WatchGroupRequestPathSelectorFieldMask) FieldPath() *WatchGroupRequest_FieldTerminalPath
func (WatchGroupRequestPathSelectorFieldMask) WithArrayOfValues ¶
func (s WatchGroupRequestPathSelectorFieldMask) WithArrayOfValues(values []*group.Group_FieldMask) *WatchGroupRequest_FieldTerminalPathArrayOfValues
func (WatchGroupRequestPathSelectorFieldMask) WithValue ¶
func (s WatchGroupRequestPathSelectorFieldMask) WithValue(value *group.Group_FieldMask) *WatchGroupRequest_FieldTerminalPathValue
type WatchGroupRequestPathSelectorName ¶
type WatchGroupRequestPathSelectorName struct{}
func (WatchGroupRequestPathSelectorName) FieldPath ¶
func (WatchGroupRequestPathSelectorName) FieldPath() *WatchGroupRequest_FieldTerminalPath
func (WatchGroupRequestPathSelectorName) WithArrayOfValues ¶
func (s WatchGroupRequestPathSelectorName) WithArrayOfValues(values []*group.Reference) *WatchGroupRequest_FieldTerminalPathArrayOfValues
func (WatchGroupRequestPathSelectorName) WithValue ¶
func (s WatchGroupRequestPathSelectorName) WithValue(value *group.Reference) *WatchGroupRequest_FieldTerminalPathValue
type WatchGroupRequestPathSelectorView ¶
type WatchGroupRequestPathSelectorView struct{}
func (WatchGroupRequestPathSelectorView) FieldPath ¶
func (WatchGroupRequestPathSelectorView) FieldPath() *WatchGroupRequest_FieldTerminalPath
func (WatchGroupRequestPathSelectorView) WithArrayOfValues ¶
func (s WatchGroupRequestPathSelectorView) WithArrayOfValues(values []view.View) *WatchGroupRequest_FieldTerminalPathArrayOfValues
func (WatchGroupRequestPathSelectorView) WithValue ¶
func (s WatchGroupRequestPathSelectorView) WithValue(value view.View) *WatchGroupRequest_FieldTerminalPathValue
type WatchGroupRequest_FieldMask ¶
type WatchGroupRequest_FieldMask struct {
Paths []WatchGroupRequest_FieldPath
}
func FullWatchGroupRequest_FieldMask ¶
func FullWatchGroupRequest_FieldMask() *WatchGroupRequest_FieldMask
func (*WatchGroupRequest_FieldMask) AppendPath ¶
func (fieldMask *WatchGroupRequest_FieldMask) AppendPath(path WatchGroupRequest_FieldPath)
func (*WatchGroupRequest_FieldMask) AppendRawPath ¶
func (fieldMask *WatchGroupRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*WatchGroupRequest_FieldMask) DecodeFirestore ¶
func (fieldMask *WatchGroupRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*WatchGroupRequest_FieldMask) EncodeFirestore ¶
func (fieldMask *WatchGroupRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*WatchGroupRequest_FieldMask) FilterInputFields ¶
func (fieldMask *WatchGroupRequest_FieldMask) FilterInputFields() *WatchGroupRequest_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*WatchGroupRequest_FieldMask) FromProtoFieldMask ¶
func (fieldMask *WatchGroupRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*WatchGroupRequest_FieldMask) GetPaths ¶
func (fieldMask *WatchGroupRequest_FieldMask) GetPaths() []WatchGroupRequest_FieldPath
func (*WatchGroupRequest_FieldMask) GetRawPaths ¶
func (fieldMask *WatchGroupRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*WatchGroupRequest_FieldMask) IsFull ¶
func (fieldMask *WatchGroupRequest_FieldMask) IsFull() bool
func (WatchGroupRequest_FieldMask) Marshal ¶
func (fieldMask WatchGroupRequest_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (WatchGroupRequest_FieldMask) MarshalJSON ¶
func (fieldMask WatchGroupRequest_FieldMask) MarshalJSON() ([]byte, error)
func (*WatchGroupRequest_FieldMask) PathsCount ¶
func (fieldMask *WatchGroupRequest_FieldMask) PathsCount() int
func (*WatchGroupRequest_FieldMask) Project ¶
func (fieldMask *WatchGroupRequest_FieldMask) Project(source *WatchGroupRequest) *WatchGroupRequest
func (*WatchGroupRequest_FieldMask) ProjectRaw ¶
func (fieldMask *WatchGroupRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*WatchGroupRequest_FieldMask) ProtoMessage ¶
func (fieldMask *WatchGroupRequest_FieldMask) ProtoMessage()
func (*WatchGroupRequest_FieldMask) ProtoReflect ¶
func (fieldMask *WatchGroupRequest_FieldMask) ProtoReflect() preflect.Message
func (*WatchGroupRequest_FieldMask) Reset ¶
func (fieldMask *WatchGroupRequest_FieldMask) Reset()
func (*WatchGroupRequest_FieldMask) Set ¶
func (fieldMask *WatchGroupRequest_FieldMask) Set(target, source *WatchGroupRequest)
func (*WatchGroupRequest_FieldMask) SetFromCliFlag ¶
func (fieldMask *WatchGroupRequest_FieldMask) SetFromCliFlag(raw string) error
func (*WatchGroupRequest_FieldMask) SetRaw ¶
func (fieldMask *WatchGroupRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*WatchGroupRequest_FieldMask) Size ¶
func (fieldMask *WatchGroupRequest_FieldMask) Size() int
func (*WatchGroupRequest_FieldMask) String ¶
func (fieldMask *WatchGroupRequest_FieldMask) String() string
func (*WatchGroupRequest_FieldMask) Subtract ¶
func (fieldMask *WatchGroupRequest_FieldMask) Subtract(other *WatchGroupRequest_FieldMask) *WatchGroupRequest_FieldMask
func (*WatchGroupRequest_FieldMask) SubtractRaw ¶
func (fieldMask *WatchGroupRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*WatchGroupRequest_FieldMask) ToProtoFieldMask ¶
func (fieldMask *WatchGroupRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*WatchGroupRequest_FieldMask) Unmarshal ¶
func (fieldMask *WatchGroupRequest_FieldMask) Unmarshal(data []byte) error
func (*WatchGroupRequest_FieldMask) UnmarshalJSON ¶
func (fieldMask *WatchGroupRequest_FieldMask) UnmarshalJSON(data []byte) error
type WatchGroupRequest_FieldPath ¶
type WatchGroupRequest_FieldPath interface { gotenobject.FieldPath Selector() WatchGroupRequest_FieldPathSelector Get(source *WatchGroupRequest) []interface{} GetSingle(source *WatchGroupRequest) (interface{}, bool) ClearValue(item *WatchGroupRequest) // Those methods build corresponding WatchGroupRequest_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) WatchGroupRequest_FieldPathValue WithIArrayOfValues(values interface{}) WatchGroupRequest_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) WatchGroupRequest_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildWatchGroupRequest_FieldPath ¶
func BuildWatchGroupRequest_FieldPath(fp gotenobject.RawFieldPath) (WatchGroupRequest_FieldPath, error)
func MustParseWatchGroupRequest_FieldPath ¶
func MustParseWatchGroupRequest_FieldPath(rawField string) WatchGroupRequest_FieldPath
func ParseWatchGroupRequest_FieldPath ¶
func ParseWatchGroupRequest_FieldPath(rawField string) (WatchGroupRequest_FieldPath, error)
type WatchGroupRequest_FieldPathArrayItemValue ¶
type WatchGroupRequest_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue WatchGroupRequest_FieldPath ContainsValue(*WatchGroupRequest) bool }
WatchGroupRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for WatchGroupRequest according to their type Present only for array (repeated) types.
func MustParseWatchGroupRequest_FieldPathArrayItemValue ¶
func MustParseWatchGroupRequest_FieldPathArrayItemValue(pathStr, valueStr string) WatchGroupRequest_FieldPathArrayItemValue
func ParseWatchGroupRequest_FieldPathArrayItemValue ¶
func ParseWatchGroupRequest_FieldPathArrayItemValue(pathStr, valueStr string) (WatchGroupRequest_FieldPathArrayItemValue, error)
ParseWatchGroupRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type WatchGroupRequest_FieldPathArrayOfValues ¶
type WatchGroupRequest_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues WatchGroupRequest_FieldPath }
WatchGroupRequest_FieldPathArrayOfValues allows storing slice of values for WatchGroupRequest fields according to their type
func MustParseWatchGroupRequest_FieldPathArrayOfValues ¶
func MustParseWatchGroupRequest_FieldPathArrayOfValues(pathStr, valuesStr string) WatchGroupRequest_FieldPathArrayOfValues
func ParseWatchGroupRequest_FieldPathArrayOfValues ¶
func ParseWatchGroupRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchGroupRequest_FieldPathArrayOfValues, error)
type WatchGroupRequest_FieldPathSelector ¶
type WatchGroupRequest_FieldPathSelector int32
const ( WatchGroupRequest_FieldPathSelectorName WatchGroupRequest_FieldPathSelector = 0 WatchGroupRequest_FieldPathSelectorFieldMask WatchGroupRequest_FieldPathSelector = 1 WatchGroupRequest_FieldPathSelectorView WatchGroupRequest_FieldPathSelector = 2 )
func (WatchGroupRequest_FieldPathSelector) String ¶
func (s WatchGroupRequest_FieldPathSelector) String() string
type WatchGroupRequest_FieldPathValue ¶
type WatchGroupRequest_FieldPathValue interface { WatchGroupRequest_FieldPath gotenobject.FieldPathValue SetTo(target **WatchGroupRequest) CompareWith(*WatchGroupRequest) (cmp int, comparable bool) }
WatchGroupRequest_FieldPathValue allows storing values for WatchGroupRequest fields according to their type
func MustParseWatchGroupRequest_FieldPathValue ¶
func MustParseWatchGroupRequest_FieldPathValue(pathStr, valueStr string) WatchGroupRequest_FieldPathValue
func ParseWatchGroupRequest_FieldPathValue ¶
func ParseWatchGroupRequest_FieldPathValue(pathStr, valueStr string) (WatchGroupRequest_FieldPathValue, error)
type WatchGroupRequest_FieldTerminalPath ¶
type WatchGroupRequest_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*WatchGroupRequest_FieldTerminalPath) ClearValue ¶
func (fp *WatchGroupRequest_FieldTerminalPath) ClearValue(item *WatchGroupRequest)
func (*WatchGroupRequest_FieldTerminalPath) ClearValueRaw ¶
func (fp *WatchGroupRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*WatchGroupRequest_FieldTerminalPath) Get ¶
func (fp *WatchGroupRequest_FieldTerminalPath) Get(source *WatchGroupRequest) (values []interface{})
Get returns all values pointed by specific field from source WatchGroupRequest
func (*WatchGroupRequest_FieldTerminalPath) GetDefault ¶
func (fp *WatchGroupRequest_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*WatchGroupRequest_FieldTerminalPath) GetRaw ¶
func (fp *WatchGroupRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*WatchGroupRequest_FieldTerminalPath) GetSingle ¶
func (fp *WatchGroupRequest_FieldTerminalPath) GetSingle(source *WatchGroupRequest) (interface{}, bool)
GetSingle returns value pointed by specific field of from source WatchGroupRequest
func (*WatchGroupRequest_FieldTerminalPath) GetSingleRaw ¶
func (fp *WatchGroupRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*WatchGroupRequest_FieldTerminalPath) IsLeaf ¶
func (fp *WatchGroupRequest_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*WatchGroupRequest_FieldTerminalPath) JSONString ¶
func (fp *WatchGroupRequest_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*WatchGroupRequest_FieldTerminalPath) Selector ¶
func (fp *WatchGroupRequest_FieldTerminalPath) Selector() WatchGroupRequest_FieldPathSelector
func (*WatchGroupRequest_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *WatchGroupRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*WatchGroupRequest_FieldTerminalPath) String ¶
func (fp *WatchGroupRequest_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*WatchGroupRequest_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *WatchGroupRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) WatchGroupRequest_FieldPathArrayItemValue
func (*WatchGroupRequest_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *WatchGroupRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchGroupRequest_FieldPathArrayOfValues
func (*WatchGroupRequest_FieldTerminalPath) WithIValue ¶
func (fp *WatchGroupRequest_FieldTerminalPath) WithIValue(value interface{}) WatchGroupRequest_FieldPathValue
func (*WatchGroupRequest_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *WatchGroupRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*WatchGroupRequest_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *WatchGroupRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*WatchGroupRequest_FieldTerminalPath) WithRawIValue ¶
func (fp *WatchGroupRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type WatchGroupRequest_FieldTerminalPathArrayItemValue ¶
type WatchGroupRequest_FieldTerminalPathArrayItemValue struct { WatchGroupRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchGroupRequest_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *WatchGroupRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *WatchGroupRequest) bool
Contains returns a boolean indicating if value that is being held is present in given 'WatchGroupRequest'
func (*WatchGroupRequest_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *WatchGroupRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object WatchGroupRequest as interface{}
func (*WatchGroupRequest_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *WatchGroupRequest_FieldTerminalPathArrayItemValue) GetSingle(source *WatchGroupRequest) (interface{}, bool)
func (*WatchGroupRequest_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *WatchGroupRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type WatchGroupRequest_FieldTerminalPathArrayOfValues ¶
type WatchGroupRequest_FieldTerminalPathArrayOfValues struct { WatchGroupRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchGroupRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues ¶
func (fpaov *WatchGroupRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*group.Group_FieldMask, bool)
func (*WatchGroupRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues ¶
func (fpaov *WatchGroupRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*group.Reference, bool)
func (*WatchGroupRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues ¶
func (fpaov *WatchGroupRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)
func (*WatchGroupRequest_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *WatchGroupRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type WatchGroupRequest_FieldTerminalPathValue ¶
type WatchGroupRequest_FieldTerminalPathValue struct { WatchGroupRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchGroupRequest_FieldTerminalPathValue) AsFieldMaskValue ¶
func (fpv *WatchGroupRequest_FieldTerminalPathValue) AsFieldMaskValue() (*group.Group_FieldMask, bool)
func (*WatchGroupRequest_FieldTerminalPathValue) AsNameValue ¶
func (fpv *WatchGroupRequest_FieldTerminalPathValue) AsNameValue() (*group.Reference, bool)
func (*WatchGroupRequest_FieldTerminalPathValue) AsViewValue ¶
func (fpv *WatchGroupRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)
func (*WatchGroupRequest_FieldTerminalPathValue) CompareWith ¶
func (fpv *WatchGroupRequest_FieldTerminalPathValue) CompareWith(source *WatchGroupRequest) (int, bool)
CompareWith compares value in the 'WatchGroupRequest_FieldTerminalPathValue' with the value under path in 'WatchGroupRequest'.
func (*WatchGroupRequest_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *WatchGroupRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*WatchGroupRequest_FieldTerminalPathValue) GetRawValue ¶
func (fpv *WatchGroupRequest_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'WatchGroupRequest' as interface{}
func (*WatchGroupRequest_FieldTerminalPathValue) SetTo ¶
func (fpv *WatchGroupRequest_FieldTerminalPathValue) SetTo(target **WatchGroupRequest)
SetTo stores value for selected field for object WatchGroupRequest
func (*WatchGroupRequest_FieldTerminalPathValue) SetToRaw ¶
func (fpv *WatchGroupRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
type WatchGroupResponse ¶
type WatchGroupResponse struct { Change *group.GroupChange `protobuf:"bytes,1,opt,name=change,proto3" json:"change,omitempty" firestore:"change"` // contains filtered or unexported fields }
WatchGroupResponse
func (*WatchGroupResponse) Clone ¶
func (o *WatchGroupResponse) Clone() *WatchGroupResponse
func (*WatchGroupResponse) CloneRaw ¶
func (o *WatchGroupResponse) CloneRaw() gotenobject.GotenObjectExt
func (*WatchGroupResponse) Descriptor ¶
func (*WatchGroupResponse) Descriptor() ([]byte, []int)
Deprecated, Use WatchGroupResponse.ProtoReflect.Descriptor instead.
func (*WatchGroupResponse) GetChange ¶
func (m *WatchGroupResponse) GetChange() *group.GroupChange
func (*WatchGroupResponse) GotenMessage ¶
func (*WatchGroupResponse) GotenMessage()
func (*WatchGroupResponse) GotenObjectExt ¶
func (o *WatchGroupResponse) GotenObjectExt()
func (*WatchGroupResponse) GotenValidate ¶
func (obj *WatchGroupResponse) GotenValidate() error
func (*WatchGroupResponse) MakeDiffFieldMask ¶
func (o *WatchGroupResponse) MakeDiffFieldMask(other *WatchGroupResponse) *WatchGroupResponse_FieldMask
func (*WatchGroupResponse) MakeFullFieldMask ¶
func (o *WatchGroupResponse) MakeFullFieldMask() *WatchGroupResponse_FieldMask
func (*WatchGroupResponse) MakeRawDiffFieldMask ¶
func (o *WatchGroupResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*WatchGroupResponse) MakeRawFullFieldMask ¶
func (o *WatchGroupResponse) MakeRawFullFieldMask() gotenobject.FieldMask
func (*WatchGroupResponse) Marshal ¶
func (m *WatchGroupResponse) Marshal() ([]byte, error)
func (*WatchGroupResponse) MarshalJSON ¶
func (m *WatchGroupResponse) MarshalJSON() ([]byte, error)
func (*WatchGroupResponse) Merge ¶
func (o *WatchGroupResponse) Merge(source *WatchGroupResponse)
func (*WatchGroupResponse) MergeRaw ¶
func (o *WatchGroupResponse) MergeRaw(source gotenobject.GotenObjectExt)
func (*WatchGroupResponse) ProtoMessage ¶
func (*WatchGroupResponse) ProtoMessage()
func (*WatchGroupResponse) ProtoReflect ¶
func (m *WatchGroupResponse) ProtoReflect() preflect.Message
func (*WatchGroupResponse) Reset ¶
func (m *WatchGroupResponse) Reset()
func (*WatchGroupResponse) SetChange ¶
func (m *WatchGroupResponse) SetChange(fv *group.GroupChange)
func (*WatchGroupResponse) String ¶
func (m *WatchGroupResponse) String() string
func (*WatchGroupResponse) Unmarshal ¶
func (m *WatchGroupResponse) Unmarshal(b []byte) error
func (*WatchGroupResponse) UnmarshalJSON ¶
func (m *WatchGroupResponse) UnmarshalJSON(data []byte) error
type WatchGroupResponseFieldPathBuilder ¶
type WatchGroupResponseFieldPathBuilder struct{}
func NewWatchGroupResponseFieldPathBuilder ¶
func NewWatchGroupResponseFieldPathBuilder() WatchGroupResponseFieldPathBuilder
type WatchGroupResponsePathSelectorChange ¶
type WatchGroupResponsePathSelectorChange struct{}
func (WatchGroupResponsePathSelectorChange) FieldPath ¶
func (WatchGroupResponsePathSelectorChange) FieldPath() *WatchGroupResponse_FieldTerminalPath
func (WatchGroupResponsePathSelectorChange) WithArrayOfValues ¶
func (s WatchGroupResponsePathSelectorChange) WithArrayOfValues(values []*group.GroupChange) *WatchGroupResponse_FieldTerminalPathArrayOfValues
func (WatchGroupResponsePathSelectorChange) WithValue ¶
func (s WatchGroupResponsePathSelectorChange) WithValue(value *group.GroupChange) *WatchGroupResponse_FieldTerminalPathValue
type WatchGroupResponse_FieldMask ¶
type WatchGroupResponse_FieldMask struct {
Paths []WatchGroupResponse_FieldPath
}
func FullWatchGroupResponse_FieldMask ¶
func FullWatchGroupResponse_FieldMask() *WatchGroupResponse_FieldMask
func (*WatchGroupResponse_FieldMask) AppendPath ¶
func (fieldMask *WatchGroupResponse_FieldMask) AppendPath(path WatchGroupResponse_FieldPath)
func (*WatchGroupResponse_FieldMask) AppendRawPath ¶
func (fieldMask *WatchGroupResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*WatchGroupResponse_FieldMask) DecodeFirestore ¶
func (fieldMask *WatchGroupResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*WatchGroupResponse_FieldMask) EncodeFirestore ¶
func (fieldMask *WatchGroupResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*WatchGroupResponse_FieldMask) FilterInputFields ¶
func (fieldMask *WatchGroupResponse_FieldMask) FilterInputFields() *WatchGroupResponse_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*WatchGroupResponse_FieldMask) FromProtoFieldMask ¶
func (fieldMask *WatchGroupResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*WatchGroupResponse_FieldMask) GetPaths ¶
func (fieldMask *WatchGroupResponse_FieldMask) GetPaths() []WatchGroupResponse_FieldPath
func (*WatchGroupResponse_FieldMask) GetRawPaths ¶
func (fieldMask *WatchGroupResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*WatchGroupResponse_FieldMask) IsFull ¶
func (fieldMask *WatchGroupResponse_FieldMask) IsFull() bool
func (WatchGroupResponse_FieldMask) Marshal ¶
func (fieldMask WatchGroupResponse_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (WatchGroupResponse_FieldMask) MarshalJSON ¶
func (fieldMask WatchGroupResponse_FieldMask) MarshalJSON() ([]byte, error)
func (*WatchGroupResponse_FieldMask) PathsCount ¶
func (fieldMask *WatchGroupResponse_FieldMask) PathsCount() int
func (*WatchGroupResponse_FieldMask) Project ¶
func (fieldMask *WatchGroupResponse_FieldMask) Project(source *WatchGroupResponse) *WatchGroupResponse
func (*WatchGroupResponse_FieldMask) ProjectRaw ¶
func (fieldMask *WatchGroupResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*WatchGroupResponse_FieldMask) ProtoMessage ¶
func (fieldMask *WatchGroupResponse_FieldMask) ProtoMessage()
func (*WatchGroupResponse_FieldMask) ProtoReflect ¶
func (fieldMask *WatchGroupResponse_FieldMask) ProtoReflect() preflect.Message
func (*WatchGroupResponse_FieldMask) Reset ¶
func (fieldMask *WatchGroupResponse_FieldMask) Reset()
func (*WatchGroupResponse_FieldMask) Set ¶
func (fieldMask *WatchGroupResponse_FieldMask) Set(target, source *WatchGroupResponse)
func (*WatchGroupResponse_FieldMask) SetFromCliFlag ¶
func (fieldMask *WatchGroupResponse_FieldMask) SetFromCliFlag(raw string) error
func (*WatchGroupResponse_FieldMask) SetRaw ¶
func (fieldMask *WatchGroupResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*WatchGroupResponse_FieldMask) Size ¶
func (fieldMask *WatchGroupResponse_FieldMask) Size() int
func (*WatchGroupResponse_FieldMask) String ¶
func (fieldMask *WatchGroupResponse_FieldMask) String() string
func (*WatchGroupResponse_FieldMask) Subtract ¶
func (fieldMask *WatchGroupResponse_FieldMask) Subtract(other *WatchGroupResponse_FieldMask) *WatchGroupResponse_FieldMask
func (*WatchGroupResponse_FieldMask) SubtractRaw ¶
func (fieldMask *WatchGroupResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*WatchGroupResponse_FieldMask) ToProtoFieldMask ¶
func (fieldMask *WatchGroupResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*WatchGroupResponse_FieldMask) Unmarshal ¶
func (fieldMask *WatchGroupResponse_FieldMask) Unmarshal(data []byte) error
func (*WatchGroupResponse_FieldMask) UnmarshalJSON ¶
func (fieldMask *WatchGroupResponse_FieldMask) UnmarshalJSON(data []byte) error
type WatchGroupResponse_FieldPath ¶
type WatchGroupResponse_FieldPath interface { gotenobject.FieldPath Selector() WatchGroupResponse_FieldPathSelector Get(source *WatchGroupResponse) []interface{} GetSingle(source *WatchGroupResponse) (interface{}, bool) ClearValue(item *WatchGroupResponse) // Those methods build corresponding WatchGroupResponse_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) WatchGroupResponse_FieldPathValue WithIArrayOfValues(values interface{}) WatchGroupResponse_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) WatchGroupResponse_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildWatchGroupResponse_FieldPath ¶
func BuildWatchGroupResponse_FieldPath(fp gotenobject.RawFieldPath) (WatchGroupResponse_FieldPath, error)
func MustParseWatchGroupResponse_FieldPath ¶
func MustParseWatchGroupResponse_FieldPath(rawField string) WatchGroupResponse_FieldPath
func ParseWatchGroupResponse_FieldPath ¶
func ParseWatchGroupResponse_FieldPath(rawField string) (WatchGroupResponse_FieldPath, error)
type WatchGroupResponse_FieldPathArrayItemValue ¶
type WatchGroupResponse_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue WatchGroupResponse_FieldPath ContainsValue(*WatchGroupResponse) bool }
WatchGroupResponse_FieldPathArrayItemValue allows storing single item in Path-specific values for WatchGroupResponse according to their type Present only for array (repeated) types.
func MustParseWatchGroupResponse_FieldPathArrayItemValue ¶
func MustParseWatchGroupResponse_FieldPathArrayItemValue(pathStr, valueStr string) WatchGroupResponse_FieldPathArrayItemValue
func ParseWatchGroupResponse_FieldPathArrayItemValue ¶
func ParseWatchGroupResponse_FieldPathArrayItemValue(pathStr, valueStr string) (WatchGroupResponse_FieldPathArrayItemValue, error)
ParseWatchGroupResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type WatchGroupResponse_FieldPathArrayOfValues ¶
type WatchGroupResponse_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues WatchGroupResponse_FieldPath }
WatchGroupResponse_FieldPathArrayOfValues allows storing slice of values for WatchGroupResponse fields according to their type
func MustParseWatchGroupResponse_FieldPathArrayOfValues ¶
func MustParseWatchGroupResponse_FieldPathArrayOfValues(pathStr, valuesStr string) WatchGroupResponse_FieldPathArrayOfValues
func ParseWatchGroupResponse_FieldPathArrayOfValues ¶
func ParseWatchGroupResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchGroupResponse_FieldPathArrayOfValues, error)
type WatchGroupResponse_FieldPathSelector ¶
type WatchGroupResponse_FieldPathSelector int32
const (
WatchGroupResponse_FieldPathSelectorChange WatchGroupResponse_FieldPathSelector = 0
)
func (WatchGroupResponse_FieldPathSelector) String ¶
func (s WatchGroupResponse_FieldPathSelector) String() string
type WatchGroupResponse_FieldPathValue ¶
type WatchGroupResponse_FieldPathValue interface { WatchGroupResponse_FieldPath gotenobject.FieldPathValue SetTo(target **WatchGroupResponse) CompareWith(*WatchGroupResponse) (cmp int, comparable bool) }
WatchGroupResponse_FieldPathValue allows storing values for WatchGroupResponse fields according to their type
func MustParseWatchGroupResponse_FieldPathValue ¶
func MustParseWatchGroupResponse_FieldPathValue(pathStr, valueStr string) WatchGroupResponse_FieldPathValue
func ParseWatchGroupResponse_FieldPathValue ¶
func ParseWatchGroupResponse_FieldPathValue(pathStr, valueStr string) (WatchGroupResponse_FieldPathValue, error)
type WatchGroupResponse_FieldTerminalPath ¶
type WatchGroupResponse_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*WatchGroupResponse_FieldTerminalPath) ClearValue ¶
func (fp *WatchGroupResponse_FieldTerminalPath) ClearValue(item *WatchGroupResponse)
func (*WatchGroupResponse_FieldTerminalPath) ClearValueRaw ¶
func (fp *WatchGroupResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*WatchGroupResponse_FieldTerminalPath) Get ¶
func (fp *WatchGroupResponse_FieldTerminalPath) Get(source *WatchGroupResponse) (values []interface{})
Get returns all values pointed by specific field from source WatchGroupResponse
func (*WatchGroupResponse_FieldTerminalPath) GetDefault ¶
func (fp *WatchGroupResponse_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*WatchGroupResponse_FieldTerminalPath) GetRaw ¶
func (fp *WatchGroupResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*WatchGroupResponse_FieldTerminalPath) GetSingle ¶
func (fp *WatchGroupResponse_FieldTerminalPath) GetSingle(source *WatchGroupResponse) (interface{}, bool)
GetSingle returns value pointed by specific field of from source WatchGroupResponse
func (*WatchGroupResponse_FieldTerminalPath) GetSingleRaw ¶
func (fp *WatchGroupResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*WatchGroupResponse_FieldTerminalPath) IsLeaf ¶
func (fp *WatchGroupResponse_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*WatchGroupResponse_FieldTerminalPath) JSONString ¶
func (fp *WatchGroupResponse_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*WatchGroupResponse_FieldTerminalPath) Selector ¶
func (fp *WatchGroupResponse_FieldTerminalPath) Selector() WatchGroupResponse_FieldPathSelector
func (*WatchGroupResponse_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *WatchGroupResponse_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*WatchGroupResponse_FieldTerminalPath) String ¶
func (fp *WatchGroupResponse_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*WatchGroupResponse_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *WatchGroupResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) WatchGroupResponse_FieldPathArrayItemValue
func (*WatchGroupResponse_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *WatchGroupResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchGroupResponse_FieldPathArrayOfValues
func (*WatchGroupResponse_FieldTerminalPath) WithIValue ¶
func (fp *WatchGroupResponse_FieldTerminalPath) WithIValue(value interface{}) WatchGroupResponse_FieldPathValue
func (*WatchGroupResponse_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *WatchGroupResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*WatchGroupResponse_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *WatchGroupResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*WatchGroupResponse_FieldTerminalPath) WithRawIValue ¶
func (fp *WatchGroupResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type WatchGroupResponse_FieldTerminalPathArrayItemValue ¶
type WatchGroupResponse_FieldTerminalPathArrayItemValue struct { WatchGroupResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchGroupResponse_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *WatchGroupResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *WatchGroupResponse) bool
Contains returns a boolean indicating if value that is being held is present in given 'WatchGroupResponse'
func (*WatchGroupResponse_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *WatchGroupResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object WatchGroupResponse as interface{}
func (*WatchGroupResponse_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *WatchGroupResponse_FieldTerminalPathArrayItemValue) GetSingle(source *WatchGroupResponse) (interface{}, bool)
func (*WatchGroupResponse_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *WatchGroupResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type WatchGroupResponse_FieldTerminalPathArrayOfValues ¶
type WatchGroupResponse_FieldTerminalPathArrayOfValues struct { WatchGroupResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchGroupResponse_FieldTerminalPathArrayOfValues) AsChangeArrayOfValues ¶
func (fpaov *WatchGroupResponse_FieldTerminalPathArrayOfValues) AsChangeArrayOfValues() ([]*group.GroupChange, bool)
func (*WatchGroupResponse_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *WatchGroupResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type WatchGroupResponse_FieldTerminalPathValue ¶
type WatchGroupResponse_FieldTerminalPathValue struct { WatchGroupResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchGroupResponse_FieldTerminalPathValue) AsChangeValue ¶
func (fpv *WatchGroupResponse_FieldTerminalPathValue) AsChangeValue() (*group.GroupChange, bool)
func (*WatchGroupResponse_FieldTerminalPathValue) CompareWith ¶
func (fpv *WatchGroupResponse_FieldTerminalPathValue) CompareWith(source *WatchGroupResponse) (int, bool)
CompareWith compares value in the 'WatchGroupResponse_FieldTerminalPathValue' with the value under path in 'WatchGroupResponse'.
func (*WatchGroupResponse_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *WatchGroupResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*WatchGroupResponse_FieldTerminalPathValue) GetRawValue ¶
func (fpv *WatchGroupResponse_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'WatchGroupResponse' as interface{}
func (*WatchGroupResponse_FieldTerminalPathValue) SetTo ¶
func (fpv *WatchGroupResponse_FieldTerminalPathValue) SetTo(target **WatchGroupResponse)
SetTo stores value for selected field for object WatchGroupResponse
func (*WatchGroupResponse_FieldTerminalPathValue) SetToRaw ¶
func (fpv *WatchGroupResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
type WatchGroupsClientStream ¶
type WatchGroupsClientStream interface { Recv() (*WatchGroupsResponse, error) grpc.ClientStream }
type WatchGroupsDescriptor ¶ added in v0.4.28
type WatchGroupsDescriptor struct{}
func GetWatchGroupsDescriptor ¶ added in v0.4.28
func GetWatchGroupsDescriptor() *WatchGroupsDescriptor
func (*WatchGroupsDescriptor) GetApiDescriptor ¶ added in v0.4.28
func (d *WatchGroupsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*WatchGroupsDescriptor) GetApiName ¶ added in v0.4.28
func (d *WatchGroupsDescriptor) GetApiName() string
func (*WatchGroupsDescriptor) GetClientMsgReflectHandle ¶ added in v0.4.28
func (d *WatchGroupsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*WatchGroupsDescriptor) GetFullMethodName ¶ added in v0.4.28
func (d *WatchGroupsDescriptor) GetFullMethodName() string
func (*WatchGroupsDescriptor) GetMethodName ¶ added in v0.4.28
func (d *WatchGroupsDescriptor) GetMethodName() string
func (*WatchGroupsDescriptor) GetProtoPkgName ¶ added in v0.4.28
func (d *WatchGroupsDescriptor) GetProtoPkgName() string
func (*WatchGroupsDescriptor) GetResourceDescriptor ¶ added in v0.4.30
func (d *WatchGroupsDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*WatchGroupsDescriptor) GetServerMsgReflectHandle ¶ added in v0.4.28
func (d *WatchGroupsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*WatchGroupsDescriptor) GetServiceDomain ¶ added in v0.4.28
func (d *WatchGroupsDescriptor) GetServiceDomain() string
func (*WatchGroupsDescriptor) GetServiceVersion ¶ added in v0.4.28
func (d *WatchGroupsDescriptor) GetServiceVersion() string
func (*WatchGroupsDescriptor) GetVerb ¶ added in v0.4.28
func (d *WatchGroupsDescriptor) GetVerb() string
func (*WatchGroupsDescriptor) HasResource ¶ added in v0.4.30
func (d *WatchGroupsDescriptor) HasResource() bool
func (*WatchGroupsDescriptor) IsClientStream ¶ added in v0.4.28
func (d *WatchGroupsDescriptor) IsClientStream() bool
func (*WatchGroupsDescriptor) IsCollection ¶ added in v0.4.30
func (d *WatchGroupsDescriptor) IsCollection() bool
func (*WatchGroupsDescriptor) IsPlural ¶ added in v0.4.30
func (d *WatchGroupsDescriptor) IsPlural() bool
func (*WatchGroupsDescriptor) IsServerStream ¶ added in v0.4.28
func (d *WatchGroupsDescriptor) IsServerStream() bool
func (*WatchGroupsDescriptor) IsUnary ¶ added in v0.4.28
func (d *WatchGroupsDescriptor) IsUnary() bool
func (*WatchGroupsDescriptor) NewEmptyClientMsg ¶ added in v0.4.28
func (d *WatchGroupsDescriptor) NewEmptyClientMsg() proto.Message
func (*WatchGroupsDescriptor) NewEmptyServerMsg ¶ added in v0.4.28
func (d *WatchGroupsDescriptor) NewEmptyServerMsg() proto.Message
func (*WatchGroupsDescriptor) RequestHasResourceBody ¶ added in v0.4.28
func (d *WatchGroupsDescriptor) RequestHasResourceBody() bool
type WatchGroupsDescriptorClientMsgHandle ¶ added in v0.4.28
type WatchGroupsDescriptorClientMsgHandle struct{}
func (*WatchGroupsDescriptorClientMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *WatchGroupsDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*WatchGroupsDescriptorClientMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *WatchGroupsDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*WatchGroupsDescriptorClientMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *WatchGroupsDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type WatchGroupsDescriptorServerMsgHandle ¶ added in v0.4.28
type WatchGroupsDescriptorServerMsgHandle struct{}
func (*WatchGroupsDescriptorServerMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *WatchGroupsDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*WatchGroupsDescriptorServerMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *WatchGroupsDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*WatchGroupsDescriptorServerMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *WatchGroupsDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type WatchGroupsRequest ¶
type WatchGroupsRequest struct { // Type of a watch. Identifies how server stream data to a client, which // fields in a request are allowed and which fields in response are relevant. Type watch_type.WatchType `protobuf:"varint,9,opt,name=type,proto3,enum=goten.watch_type.WatchType" json:"type,omitempty" firestore:"type"` // Parent reference of ntt.iam.v1alpha.Group Parent *group.ParentReference `protobuf:"bytes,1,opt,customtype=ParentReference,name=parent,proto3" json:"parent,omitempty" firestore:"parent"` // Requested page size. Server may return fewer Groups than requested. // If unspecified, server will pick an appropriate default. // Can be populated only for stateful watch type. PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty" firestore:"pageSize"` // A token identifying a page of results the server should return. // Can be populated only for stateful watch type. PageToken *group.PagerCursor `` /* 133-byte string literal not displayed */ // Order By - // https://cloud.google.com/apis/design/design_patterns#list_pagination Can be // populated only for stateful watch type. OrderBy *group.OrderBy `protobuf:"bytes,4,opt,customtype=OrderBy,name=order_by,json=orderBy,proto3" json:"order_by,omitempty" firestore:"orderBy"` // A token identifying watch resume point from previous session. // Can be populated only for stateless watch type. ResumeToken string `protobuf:"bytes,10,opt,name=resume_token,json=resumeToken,proto3" json:"resume_token,omitempty" firestore:"resumeToken"` // Point in the time from which we want to start getting updates. This field // can be populated only for stateless watch type and if resume token is not // known yet. If specified, initial snapshot will NOT be provided. It is // assumed client can obtain it using separate means. Watch responses will // contain resume tokens which should be used to resume broken connection. StartingTime *timestamp.Timestamp `protobuf:"bytes,12,opt,name=starting_time,json=startingTime,proto3" json:"starting_time,omitempty" firestore:"startingTime"` // Filter - filter results by field criteria. Simplified SQL-like syntax with // following operators: // <=, >=, =, !=, <, >, LIKE, CONTAINS (aliases CONTAIN, HAS, HAVE), IN, IS // [NOT] NULL | NaN . Combine conditions with OR | AND example: 'meta.labels // CONTAINS "severity:important" OR (state.last_error_time > // "2018-11-15T10:00:00Z" AND state.status = "ERROR")' Filter *group.Filter `protobuf:"bytes,5,opt,customtype=Filter,name=filter,proto3" json:"filter,omitempty" firestore:"filter"` // A list of extra fields to be obtained for each response item on top of // fields defined by request field view Changes to Group that don't affect any // of masked fields won't be sent back. FieldMask *group.Group_FieldMask `` /* 137-byte string literal not displayed */ // View defines list of standard response fields present in response items. // Additional fields can be amended by request field field_mask Changes to // Group that don't affect any of masked fields won't be sent back. View view.View `protobuf:"varint,8,opt,name=view,proto3,enum=goten.view.View" json:"view,omitempty" firestore:"view"` // Maximum amount of changes in each response message. Query result response // is divided on the server side into chunks with size of a specified amount // to limit memory footprint of each message. Responses will hold information // whether more elements will continue for the actual change. If unspecified, // server will pick an appropriate default. MaxChunkSize int32 `` /* 126-byte string literal not displayed */ // contains filtered or unexported fields }
Request message for method [WatchGroups][ntt.iam.v1alpha.WatchGroups]
func (*WatchGroupsRequest) Clone ¶
func (o *WatchGroupsRequest) Clone() *WatchGroupsRequest
func (*WatchGroupsRequest) CloneRaw ¶
func (o *WatchGroupsRequest) CloneRaw() gotenobject.GotenObjectExt
func (*WatchGroupsRequest) Descriptor ¶
func (*WatchGroupsRequest) Descriptor() ([]byte, []int)
Deprecated, Use WatchGroupsRequest.ProtoReflect.Descriptor instead.
func (*WatchGroupsRequest) GetFieldMask ¶
func (m *WatchGroupsRequest) GetFieldMask() *group.Group_FieldMask
func (*WatchGroupsRequest) GetFilter ¶
func (m *WatchGroupsRequest) GetFilter() *group.Filter
func (*WatchGroupsRequest) GetMaxChunkSize ¶
func (m *WatchGroupsRequest) GetMaxChunkSize() int32
func (*WatchGroupsRequest) GetOrderBy ¶
func (m *WatchGroupsRequest) GetOrderBy() *group.OrderBy
func (*WatchGroupsRequest) GetPageSize ¶
func (m *WatchGroupsRequest) GetPageSize() int32
func (*WatchGroupsRequest) GetPageToken ¶
func (m *WatchGroupsRequest) GetPageToken() *group.PagerCursor
func (*WatchGroupsRequest) GetParent ¶
func (m *WatchGroupsRequest) GetParent() *group.ParentReference
func (*WatchGroupsRequest) GetResumeToken ¶
func (m *WatchGroupsRequest) GetResumeToken() string
func (*WatchGroupsRequest) GetStartingTime ¶ added in v0.9.0
func (m *WatchGroupsRequest) GetStartingTime() *timestamp.Timestamp
func (*WatchGroupsRequest) GetType ¶
func (m *WatchGroupsRequest) GetType() watch_type.WatchType
func (*WatchGroupsRequest) GetView ¶
func (m *WatchGroupsRequest) GetView() view.View
func (*WatchGroupsRequest) GotenMessage ¶
func (*WatchGroupsRequest) GotenMessage()
func (*WatchGroupsRequest) GotenObjectExt ¶
func (o *WatchGroupsRequest) GotenObjectExt()
func (*WatchGroupsRequest) GotenValidate ¶
func (obj *WatchGroupsRequest) GotenValidate() error
func (*WatchGroupsRequest) MakeDiffFieldMask ¶
func (o *WatchGroupsRequest) MakeDiffFieldMask(other *WatchGroupsRequest) *WatchGroupsRequest_FieldMask
func (*WatchGroupsRequest) MakeFullFieldMask ¶
func (o *WatchGroupsRequest) MakeFullFieldMask() *WatchGroupsRequest_FieldMask
func (*WatchGroupsRequest) MakeRawDiffFieldMask ¶
func (o *WatchGroupsRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*WatchGroupsRequest) MakeRawFullFieldMask ¶
func (o *WatchGroupsRequest) MakeRawFullFieldMask() gotenobject.FieldMask
func (*WatchGroupsRequest) Marshal ¶
func (m *WatchGroupsRequest) Marshal() ([]byte, error)
func (*WatchGroupsRequest) MarshalJSON ¶
func (m *WatchGroupsRequest) MarshalJSON() ([]byte, error)
func (*WatchGroupsRequest) Merge ¶
func (o *WatchGroupsRequest) Merge(source *WatchGroupsRequest)
func (*WatchGroupsRequest) MergeRaw ¶
func (o *WatchGroupsRequest) MergeRaw(source gotenobject.GotenObjectExt)
func (*WatchGroupsRequest) ProtoMessage ¶
func (*WatchGroupsRequest) ProtoMessage()
func (*WatchGroupsRequest) ProtoReflect ¶
func (m *WatchGroupsRequest) ProtoReflect() preflect.Message
func (*WatchGroupsRequest) Reset ¶
func (m *WatchGroupsRequest) Reset()
func (*WatchGroupsRequest) SetFieldMask ¶
func (m *WatchGroupsRequest) SetFieldMask(fv *group.Group_FieldMask)
func (*WatchGroupsRequest) SetFilter ¶
func (m *WatchGroupsRequest) SetFilter(fv *group.Filter)
func (*WatchGroupsRequest) SetMaxChunkSize ¶
func (m *WatchGroupsRequest) SetMaxChunkSize(fv int32)
func (*WatchGroupsRequest) SetOrderBy ¶
func (m *WatchGroupsRequest) SetOrderBy(fv *group.OrderBy)
func (*WatchGroupsRequest) SetPageSize ¶
func (m *WatchGroupsRequest) SetPageSize(fv int32)
func (*WatchGroupsRequest) SetPageToken ¶
func (m *WatchGroupsRequest) SetPageToken(fv *group.PagerCursor)
func (*WatchGroupsRequest) SetParent ¶
func (m *WatchGroupsRequest) SetParent(fv *group.ParentReference)
func (*WatchGroupsRequest) SetResumeToken ¶
func (m *WatchGroupsRequest) SetResumeToken(fv string)
func (*WatchGroupsRequest) SetStartingTime ¶ added in v0.9.0
func (m *WatchGroupsRequest) SetStartingTime(fv *timestamp.Timestamp)
func (*WatchGroupsRequest) SetType ¶
func (m *WatchGroupsRequest) SetType(fv watch_type.WatchType)
func (*WatchGroupsRequest) SetView ¶
func (m *WatchGroupsRequest) SetView(fv view.View)
func (*WatchGroupsRequest) String ¶
func (m *WatchGroupsRequest) String() string
func (*WatchGroupsRequest) Unmarshal ¶
func (m *WatchGroupsRequest) Unmarshal(b []byte) error
func (*WatchGroupsRequest) UnmarshalJSON ¶
func (m *WatchGroupsRequest) UnmarshalJSON(data []byte) error
type WatchGroupsRequestFieldPathBuilder ¶
type WatchGroupsRequestFieldPathBuilder struct{}
func NewWatchGroupsRequestFieldPathBuilder ¶
func NewWatchGroupsRequestFieldPathBuilder() WatchGroupsRequestFieldPathBuilder
func (WatchGroupsRequestFieldPathBuilder) FieldMask ¶
func (WatchGroupsRequestFieldPathBuilder) FieldMask() WatchGroupsRequestPathSelectorFieldMask
func (WatchGroupsRequestFieldPathBuilder) MaxChunkSize ¶
func (WatchGroupsRequestFieldPathBuilder) MaxChunkSize() WatchGroupsRequestPathSelectorMaxChunkSize
func (WatchGroupsRequestFieldPathBuilder) OrderBy ¶
func (WatchGroupsRequestFieldPathBuilder) OrderBy() WatchGroupsRequestPathSelectorOrderBy
func (WatchGroupsRequestFieldPathBuilder) PageSize ¶
func (WatchGroupsRequestFieldPathBuilder) PageSize() WatchGroupsRequestPathSelectorPageSize
func (WatchGroupsRequestFieldPathBuilder) PageToken ¶
func (WatchGroupsRequestFieldPathBuilder) PageToken() WatchGroupsRequestPathSelectorPageToken
func (WatchGroupsRequestFieldPathBuilder) ResumeToken ¶
func (WatchGroupsRequestFieldPathBuilder) ResumeToken() WatchGroupsRequestPathSelectorResumeToken
func (WatchGroupsRequestFieldPathBuilder) StartingTime ¶ added in v0.9.0
func (WatchGroupsRequestFieldPathBuilder) StartingTime() WatchGroupsRequestPathSelectorStartingTime
type WatchGroupsRequestPathSelectorFieldMask ¶
type WatchGroupsRequestPathSelectorFieldMask struct{}
func (WatchGroupsRequestPathSelectorFieldMask) FieldPath ¶
func (WatchGroupsRequestPathSelectorFieldMask) FieldPath() *WatchGroupsRequest_FieldTerminalPath
func (WatchGroupsRequestPathSelectorFieldMask) WithArrayOfValues ¶
func (s WatchGroupsRequestPathSelectorFieldMask) WithArrayOfValues(values []*group.Group_FieldMask) *WatchGroupsRequest_FieldTerminalPathArrayOfValues
func (WatchGroupsRequestPathSelectorFieldMask) WithValue ¶
func (s WatchGroupsRequestPathSelectorFieldMask) WithValue(value *group.Group_FieldMask) *WatchGroupsRequest_FieldTerminalPathValue
type WatchGroupsRequestPathSelectorFilter ¶
type WatchGroupsRequestPathSelectorFilter struct{}
func (WatchGroupsRequestPathSelectorFilter) FieldPath ¶
func (WatchGroupsRequestPathSelectorFilter) FieldPath() *WatchGroupsRequest_FieldTerminalPath
func (WatchGroupsRequestPathSelectorFilter) WithArrayOfValues ¶
func (s WatchGroupsRequestPathSelectorFilter) WithArrayOfValues(values []*group.Filter) *WatchGroupsRequest_FieldTerminalPathArrayOfValues
func (WatchGroupsRequestPathSelectorFilter) WithValue ¶
func (s WatchGroupsRequestPathSelectorFilter) WithValue(value *group.Filter) *WatchGroupsRequest_FieldTerminalPathValue
type WatchGroupsRequestPathSelectorMaxChunkSize ¶
type WatchGroupsRequestPathSelectorMaxChunkSize struct{}
func (WatchGroupsRequestPathSelectorMaxChunkSize) FieldPath ¶
func (WatchGroupsRequestPathSelectorMaxChunkSize) FieldPath() *WatchGroupsRequest_FieldTerminalPath
func (WatchGroupsRequestPathSelectorMaxChunkSize) WithArrayOfValues ¶
func (s WatchGroupsRequestPathSelectorMaxChunkSize) WithArrayOfValues(values []int32) *WatchGroupsRequest_FieldTerminalPathArrayOfValues
func (WatchGroupsRequestPathSelectorMaxChunkSize) WithValue ¶
func (s WatchGroupsRequestPathSelectorMaxChunkSize) WithValue(value int32) *WatchGroupsRequest_FieldTerminalPathValue
type WatchGroupsRequestPathSelectorOrderBy ¶
type WatchGroupsRequestPathSelectorOrderBy struct{}
func (WatchGroupsRequestPathSelectorOrderBy) FieldPath ¶
func (WatchGroupsRequestPathSelectorOrderBy) FieldPath() *WatchGroupsRequest_FieldTerminalPath
func (WatchGroupsRequestPathSelectorOrderBy) WithArrayOfValues ¶
func (s WatchGroupsRequestPathSelectorOrderBy) WithArrayOfValues(values []*group.OrderBy) *WatchGroupsRequest_FieldTerminalPathArrayOfValues
func (WatchGroupsRequestPathSelectorOrderBy) WithValue ¶
func (s WatchGroupsRequestPathSelectorOrderBy) WithValue(value *group.OrderBy) *WatchGroupsRequest_FieldTerminalPathValue
type WatchGroupsRequestPathSelectorPageSize ¶
type WatchGroupsRequestPathSelectorPageSize struct{}
func (WatchGroupsRequestPathSelectorPageSize) FieldPath ¶
func (WatchGroupsRequestPathSelectorPageSize) FieldPath() *WatchGroupsRequest_FieldTerminalPath
func (WatchGroupsRequestPathSelectorPageSize) WithArrayOfValues ¶
func (s WatchGroupsRequestPathSelectorPageSize) WithArrayOfValues(values []int32) *WatchGroupsRequest_FieldTerminalPathArrayOfValues
func (WatchGroupsRequestPathSelectorPageSize) WithValue ¶
func (s WatchGroupsRequestPathSelectorPageSize) WithValue(value int32) *WatchGroupsRequest_FieldTerminalPathValue
type WatchGroupsRequestPathSelectorPageToken ¶
type WatchGroupsRequestPathSelectorPageToken struct{}
func (WatchGroupsRequestPathSelectorPageToken) FieldPath ¶
func (WatchGroupsRequestPathSelectorPageToken) FieldPath() *WatchGroupsRequest_FieldTerminalPath
func (WatchGroupsRequestPathSelectorPageToken) WithArrayOfValues ¶
func (s WatchGroupsRequestPathSelectorPageToken) WithArrayOfValues(values []*group.PagerCursor) *WatchGroupsRequest_FieldTerminalPathArrayOfValues
func (WatchGroupsRequestPathSelectorPageToken) WithValue ¶
func (s WatchGroupsRequestPathSelectorPageToken) WithValue(value *group.PagerCursor) *WatchGroupsRequest_FieldTerminalPathValue
type WatchGroupsRequestPathSelectorParent ¶
type WatchGroupsRequestPathSelectorParent struct{}
func (WatchGroupsRequestPathSelectorParent) FieldPath ¶
func (WatchGroupsRequestPathSelectorParent) FieldPath() *WatchGroupsRequest_FieldTerminalPath
func (WatchGroupsRequestPathSelectorParent) WithArrayOfValues ¶
func (s WatchGroupsRequestPathSelectorParent) WithArrayOfValues(values []*group.ParentReference) *WatchGroupsRequest_FieldTerminalPathArrayOfValues
func (WatchGroupsRequestPathSelectorParent) WithValue ¶
func (s WatchGroupsRequestPathSelectorParent) WithValue(value *group.ParentReference) *WatchGroupsRequest_FieldTerminalPathValue
type WatchGroupsRequestPathSelectorResumeToken ¶
type WatchGroupsRequestPathSelectorResumeToken struct{}
func (WatchGroupsRequestPathSelectorResumeToken) FieldPath ¶
func (WatchGroupsRequestPathSelectorResumeToken) FieldPath() *WatchGroupsRequest_FieldTerminalPath
func (WatchGroupsRequestPathSelectorResumeToken) WithArrayOfValues ¶
func (s WatchGroupsRequestPathSelectorResumeToken) WithArrayOfValues(values []string) *WatchGroupsRequest_FieldTerminalPathArrayOfValues
func (WatchGroupsRequestPathSelectorResumeToken) WithValue ¶
func (s WatchGroupsRequestPathSelectorResumeToken) WithValue(value string) *WatchGroupsRequest_FieldTerminalPathValue
type WatchGroupsRequestPathSelectorStartingTime ¶ added in v0.9.0
type WatchGroupsRequestPathSelectorStartingTime struct{}
func (WatchGroupsRequestPathSelectorStartingTime) FieldPath ¶ added in v0.9.0
func (WatchGroupsRequestPathSelectorStartingTime) FieldPath() *WatchGroupsRequest_FieldTerminalPath
func (WatchGroupsRequestPathSelectorStartingTime) WithArrayOfValues ¶ added in v0.9.0
func (s WatchGroupsRequestPathSelectorStartingTime) WithArrayOfValues(values []*timestamp.Timestamp) *WatchGroupsRequest_FieldTerminalPathArrayOfValues
func (WatchGroupsRequestPathSelectorStartingTime) WithValue ¶ added in v0.9.0
func (s WatchGroupsRequestPathSelectorStartingTime) WithValue(value *timestamp.Timestamp) *WatchGroupsRequest_FieldTerminalPathValue
type WatchGroupsRequestPathSelectorType ¶
type WatchGroupsRequestPathSelectorType struct{}
func (WatchGroupsRequestPathSelectorType) FieldPath ¶
func (WatchGroupsRequestPathSelectorType) FieldPath() *WatchGroupsRequest_FieldTerminalPath
func (WatchGroupsRequestPathSelectorType) WithArrayOfValues ¶
func (s WatchGroupsRequestPathSelectorType) WithArrayOfValues(values []watch_type.WatchType) *WatchGroupsRequest_FieldTerminalPathArrayOfValues
func (WatchGroupsRequestPathSelectorType) WithValue ¶
func (s WatchGroupsRequestPathSelectorType) WithValue(value watch_type.WatchType) *WatchGroupsRequest_FieldTerminalPathValue
type WatchGroupsRequestPathSelectorView ¶
type WatchGroupsRequestPathSelectorView struct{}
func (WatchGroupsRequestPathSelectorView) FieldPath ¶
func (WatchGroupsRequestPathSelectorView) FieldPath() *WatchGroupsRequest_FieldTerminalPath
func (WatchGroupsRequestPathSelectorView) WithArrayOfValues ¶
func (s WatchGroupsRequestPathSelectorView) WithArrayOfValues(values []view.View) *WatchGroupsRequest_FieldTerminalPathArrayOfValues
func (WatchGroupsRequestPathSelectorView) WithValue ¶
func (s WatchGroupsRequestPathSelectorView) WithValue(value view.View) *WatchGroupsRequest_FieldTerminalPathValue
type WatchGroupsRequest_FieldMask ¶
type WatchGroupsRequest_FieldMask struct {
Paths []WatchGroupsRequest_FieldPath
}
func FullWatchGroupsRequest_FieldMask ¶
func FullWatchGroupsRequest_FieldMask() *WatchGroupsRequest_FieldMask
func (*WatchGroupsRequest_FieldMask) AppendPath ¶
func (fieldMask *WatchGroupsRequest_FieldMask) AppendPath(path WatchGroupsRequest_FieldPath)
func (*WatchGroupsRequest_FieldMask) AppendRawPath ¶
func (fieldMask *WatchGroupsRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*WatchGroupsRequest_FieldMask) DecodeFirestore ¶
func (fieldMask *WatchGroupsRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*WatchGroupsRequest_FieldMask) EncodeFirestore ¶
func (fieldMask *WatchGroupsRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*WatchGroupsRequest_FieldMask) FilterInputFields ¶
func (fieldMask *WatchGroupsRequest_FieldMask) FilterInputFields() *WatchGroupsRequest_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*WatchGroupsRequest_FieldMask) FromProtoFieldMask ¶
func (fieldMask *WatchGroupsRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*WatchGroupsRequest_FieldMask) GetPaths ¶
func (fieldMask *WatchGroupsRequest_FieldMask) GetPaths() []WatchGroupsRequest_FieldPath
func (*WatchGroupsRequest_FieldMask) GetRawPaths ¶
func (fieldMask *WatchGroupsRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*WatchGroupsRequest_FieldMask) IsFull ¶
func (fieldMask *WatchGroupsRequest_FieldMask) IsFull() bool
func (WatchGroupsRequest_FieldMask) Marshal ¶
func (fieldMask WatchGroupsRequest_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (WatchGroupsRequest_FieldMask) MarshalJSON ¶
func (fieldMask WatchGroupsRequest_FieldMask) MarshalJSON() ([]byte, error)
func (*WatchGroupsRequest_FieldMask) PathsCount ¶
func (fieldMask *WatchGroupsRequest_FieldMask) PathsCount() int
func (*WatchGroupsRequest_FieldMask) Project ¶
func (fieldMask *WatchGroupsRequest_FieldMask) Project(source *WatchGroupsRequest) *WatchGroupsRequest
func (*WatchGroupsRequest_FieldMask) ProjectRaw ¶
func (fieldMask *WatchGroupsRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*WatchGroupsRequest_FieldMask) ProtoMessage ¶
func (fieldMask *WatchGroupsRequest_FieldMask) ProtoMessage()
func (*WatchGroupsRequest_FieldMask) ProtoReflect ¶
func (fieldMask *WatchGroupsRequest_FieldMask) ProtoReflect() preflect.Message
func (*WatchGroupsRequest_FieldMask) Reset ¶
func (fieldMask *WatchGroupsRequest_FieldMask) Reset()
func (*WatchGroupsRequest_FieldMask) Set ¶
func (fieldMask *WatchGroupsRequest_FieldMask) Set(target, source *WatchGroupsRequest)
func (*WatchGroupsRequest_FieldMask) SetFromCliFlag ¶
func (fieldMask *WatchGroupsRequest_FieldMask) SetFromCliFlag(raw string) error
func (*WatchGroupsRequest_FieldMask) SetRaw ¶
func (fieldMask *WatchGroupsRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*WatchGroupsRequest_FieldMask) Size ¶
func (fieldMask *WatchGroupsRequest_FieldMask) Size() int
func (*WatchGroupsRequest_FieldMask) String ¶
func (fieldMask *WatchGroupsRequest_FieldMask) String() string
func (*WatchGroupsRequest_FieldMask) Subtract ¶
func (fieldMask *WatchGroupsRequest_FieldMask) Subtract(other *WatchGroupsRequest_FieldMask) *WatchGroupsRequest_FieldMask
func (*WatchGroupsRequest_FieldMask) SubtractRaw ¶
func (fieldMask *WatchGroupsRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*WatchGroupsRequest_FieldMask) ToProtoFieldMask ¶
func (fieldMask *WatchGroupsRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*WatchGroupsRequest_FieldMask) Unmarshal ¶
func (fieldMask *WatchGroupsRequest_FieldMask) Unmarshal(data []byte) error
func (*WatchGroupsRequest_FieldMask) UnmarshalJSON ¶
func (fieldMask *WatchGroupsRequest_FieldMask) UnmarshalJSON(data []byte) error
type WatchGroupsRequest_FieldPath ¶
type WatchGroupsRequest_FieldPath interface { gotenobject.FieldPath Selector() WatchGroupsRequest_FieldPathSelector Get(source *WatchGroupsRequest) []interface{} GetSingle(source *WatchGroupsRequest) (interface{}, bool) ClearValue(item *WatchGroupsRequest) // Those methods build corresponding WatchGroupsRequest_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) WatchGroupsRequest_FieldPathValue WithIArrayOfValues(values interface{}) WatchGroupsRequest_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) WatchGroupsRequest_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildWatchGroupsRequest_FieldPath ¶
func BuildWatchGroupsRequest_FieldPath(fp gotenobject.RawFieldPath) (WatchGroupsRequest_FieldPath, error)
func MustParseWatchGroupsRequest_FieldPath ¶
func MustParseWatchGroupsRequest_FieldPath(rawField string) WatchGroupsRequest_FieldPath
func ParseWatchGroupsRequest_FieldPath ¶
func ParseWatchGroupsRequest_FieldPath(rawField string) (WatchGroupsRequest_FieldPath, error)
type WatchGroupsRequest_FieldPathArrayItemValue ¶
type WatchGroupsRequest_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue WatchGroupsRequest_FieldPath ContainsValue(*WatchGroupsRequest) bool }
WatchGroupsRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for WatchGroupsRequest according to their type Present only for array (repeated) types.
func MustParseWatchGroupsRequest_FieldPathArrayItemValue ¶
func MustParseWatchGroupsRequest_FieldPathArrayItemValue(pathStr, valueStr string) WatchGroupsRequest_FieldPathArrayItemValue
func ParseWatchGroupsRequest_FieldPathArrayItemValue ¶
func ParseWatchGroupsRequest_FieldPathArrayItemValue(pathStr, valueStr string) (WatchGroupsRequest_FieldPathArrayItemValue, error)
ParseWatchGroupsRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type WatchGroupsRequest_FieldPathArrayOfValues ¶
type WatchGroupsRequest_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues WatchGroupsRequest_FieldPath }
WatchGroupsRequest_FieldPathArrayOfValues allows storing slice of values for WatchGroupsRequest fields according to their type
func MustParseWatchGroupsRequest_FieldPathArrayOfValues ¶
func MustParseWatchGroupsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) WatchGroupsRequest_FieldPathArrayOfValues
func ParseWatchGroupsRequest_FieldPathArrayOfValues ¶
func ParseWatchGroupsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchGroupsRequest_FieldPathArrayOfValues, error)
type WatchGroupsRequest_FieldPathSelector ¶
type WatchGroupsRequest_FieldPathSelector int32
const ( WatchGroupsRequest_FieldPathSelectorType WatchGroupsRequest_FieldPathSelector = 0 WatchGroupsRequest_FieldPathSelectorParent WatchGroupsRequest_FieldPathSelector = 1 WatchGroupsRequest_FieldPathSelectorPageSize WatchGroupsRequest_FieldPathSelector = 2 WatchGroupsRequest_FieldPathSelectorPageToken WatchGroupsRequest_FieldPathSelector = 3 WatchGroupsRequest_FieldPathSelectorOrderBy WatchGroupsRequest_FieldPathSelector = 4 WatchGroupsRequest_FieldPathSelectorResumeToken WatchGroupsRequest_FieldPathSelector = 5 WatchGroupsRequest_FieldPathSelectorStartingTime WatchGroupsRequest_FieldPathSelector = 6 WatchGroupsRequest_FieldPathSelectorFilter WatchGroupsRequest_FieldPathSelector = 7 WatchGroupsRequest_FieldPathSelectorFieldMask WatchGroupsRequest_FieldPathSelector = 8 WatchGroupsRequest_FieldPathSelectorView WatchGroupsRequest_FieldPathSelector = 9 WatchGroupsRequest_FieldPathSelectorMaxChunkSize WatchGroupsRequest_FieldPathSelector = 10 )
func (WatchGroupsRequest_FieldPathSelector) String ¶
func (s WatchGroupsRequest_FieldPathSelector) String() string
type WatchGroupsRequest_FieldPathValue ¶
type WatchGroupsRequest_FieldPathValue interface { WatchGroupsRequest_FieldPath gotenobject.FieldPathValue SetTo(target **WatchGroupsRequest) CompareWith(*WatchGroupsRequest) (cmp int, comparable bool) }
WatchGroupsRequest_FieldPathValue allows storing values for WatchGroupsRequest fields according to their type
func MustParseWatchGroupsRequest_FieldPathValue ¶
func MustParseWatchGroupsRequest_FieldPathValue(pathStr, valueStr string) WatchGroupsRequest_FieldPathValue
func ParseWatchGroupsRequest_FieldPathValue ¶
func ParseWatchGroupsRequest_FieldPathValue(pathStr, valueStr string) (WatchGroupsRequest_FieldPathValue, error)
type WatchGroupsRequest_FieldTerminalPath ¶
type WatchGroupsRequest_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*WatchGroupsRequest_FieldTerminalPath) ClearValue ¶
func (fp *WatchGroupsRequest_FieldTerminalPath) ClearValue(item *WatchGroupsRequest)
func (*WatchGroupsRequest_FieldTerminalPath) ClearValueRaw ¶
func (fp *WatchGroupsRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*WatchGroupsRequest_FieldTerminalPath) Get ¶
func (fp *WatchGroupsRequest_FieldTerminalPath) Get(source *WatchGroupsRequest) (values []interface{})
Get returns all values pointed by specific field from source WatchGroupsRequest
func (*WatchGroupsRequest_FieldTerminalPath) GetDefault ¶
func (fp *WatchGroupsRequest_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*WatchGroupsRequest_FieldTerminalPath) GetRaw ¶
func (fp *WatchGroupsRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*WatchGroupsRequest_FieldTerminalPath) GetSingle ¶
func (fp *WatchGroupsRequest_FieldTerminalPath) GetSingle(source *WatchGroupsRequest) (interface{}, bool)
GetSingle returns value pointed by specific field of from source WatchGroupsRequest
func (*WatchGroupsRequest_FieldTerminalPath) GetSingleRaw ¶
func (fp *WatchGroupsRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*WatchGroupsRequest_FieldTerminalPath) IsLeaf ¶
func (fp *WatchGroupsRequest_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*WatchGroupsRequest_FieldTerminalPath) JSONString ¶
func (fp *WatchGroupsRequest_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*WatchGroupsRequest_FieldTerminalPath) Selector ¶
func (fp *WatchGroupsRequest_FieldTerminalPath) Selector() WatchGroupsRequest_FieldPathSelector
func (*WatchGroupsRequest_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *WatchGroupsRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*WatchGroupsRequest_FieldTerminalPath) String ¶
func (fp *WatchGroupsRequest_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*WatchGroupsRequest_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *WatchGroupsRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) WatchGroupsRequest_FieldPathArrayItemValue
func (*WatchGroupsRequest_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *WatchGroupsRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchGroupsRequest_FieldPathArrayOfValues
func (*WatchGroupsRequest_FieldTerminalPath) WithIValue ¶
func (fp *WatchGroupsRequest_FieldTerminalPath) WithIValue(value interface{}) WatchGroupsRequest_FieldPathValue
func (*WatchGroupsRequest_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *WatchGroupsRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*WatchGroupsRequest_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *WatchGroupsRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*WatchGroupsRequest_FieldTerminalPath) WithRawIValue ¶
func (fp *WatchGroupsRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type WatchGroupsRequest_FieldTerminalPathArrayItemValue ¶
type WatchGroupsRequest_FieldTerminalPathArrayItemValue struct { WatchGroupsRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchGroupsRequest_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *WatchGroupsRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *WatchGroupsRequest) bool
Contains returns a boolean indicating if value that is being held is present in given 'WatchGroupsRequest'
func (*WatchGroupsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *WatchGroupsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object WatchGroupsRequest as interface{}
func (*WatchGroupsRequest_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *WatchGroupsRequest_FieldTerminalPathArrayItemValue) GetSingle(source *WatchGroupsRequest) (interface{}, bool)
func (*WatchGroupsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *WatchGroupsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type WatchGroupsRequest_FieldTerminalPathArrayOfValues ¶
type WatchGroupsRequest_FieldTerminalPathArrayOfValues struct { WatchGroupsRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchGroupsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues ¶
func (fpaov *WatchGroupsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*group.Group_FieldMask, bool)
func (*WatchGroupsRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues ¶
func (fpaov *WatchGroupsRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues() ([]*group.Filter, bool)
func (*WatchGroupsRequest_FieldTerminalPathArrayOfValues) AsMaxChunkSizeArrayOfValues ¶
func (fpaov *WatchGroupsRequest_FieldTerminalPathArrayOfValues) AsMaxChunkSizeArrayOfValues() ([]int32, bool)
func (*WatchGroupsRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues ¶
func (fpaov *WatchGroupsRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues() ([]*group.OrderBy, bool)
func (*WatchGroupsRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues ¶
func (fpaov *WatchGroupsRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues() ([]int32, bool)
func (*WatchGroupsRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues ¶
func (fpaov *WatchGroupsRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues() ([]*group.PagerCursor, bool)
func (*WatchGroupsRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues ¶
func (fpaov *WatchGroupsRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues() ([]*group.ParentReference, bool)
func (*WatchGroupsRequest_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues ¶
func (fpaov *WatchGroupsRequest_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues() ([]string, bool)
func (*WatchGroupsRequest_FieldTerminalPathArrayOfValues) AsStartingTimeArrayOfValues ¶ added in v0.9.0
func (fpaov *WatchGroupsRequest_FieldTerminalPathArrayOfValues) AsStartingTimeArrayOfValues() ([]*timestamp.Timestamp, bool)
func (*WatchGroupsRequest_FieldTerminalPathArrayOfValues) AsTypeArrayOfValues ¶
func (fpaov *WatchGroupsRequest_FieldTerminalPathArrayOfValues) AsTypeArrayOfValues() ([]watch_type.WatchType, bool)
func (*WatchGroupsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues ¶
func (fpaov *WatchGroupsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)
func (*WatchGroupsRequest_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *WatchGroupsRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type WatchGroupsRequest_FieldTerminalPathValue ¶
type WatchGroupsRequest_FieldTerminalPathValue struct { WatchGroupsRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchGroupsRequest_FieldTerminalPathValue) AsFieldMaskValue ¶
func (fpv *WatchGroupsRequest_FieldTerminalPathValue) AsFieldMaskValue() (*group.Group_FieldMask, bool)
func (*WatchGroupsRequest_FieldTerminalPathValue) AsFilterValue ¶
func (fpv *WatchGroupsRequest_FieldTerminalPathValue) AsFilterValue() (*group.Filter, bool)
func (*WatchGroupsRequest_FieldTerminalPathValue) AsMaxChunkSizeValue ¶
func (fpv *WatchGroupsRequest_FieldTerminalPathValue) AsMaxChunkSizeValue() (int32, bool)
func (*WatchGroupsRequest_FieldTerminalPathValue) AsOrderByValue ¶
func (fpv *WatchGroupsRequest_FieldTerminalPathValue) AsOrderByValue() (*group.OrderBy, bool)
func (*WatchGroupsRequest_FieldTerminalPathValue) AsPageSizeValue ¶
func (fpv *WatchGroupsRequest_FieldTerminalPathValue) AsPageSizeValue() (int32, bool)
func (*WatchGroupsRequest_FieldTerminalPathValue) AsPageTokenValue ¶
func (fpv *WatchGroupsRequest_FieldTerminalPathValue) AsPageTokenValue() (*group.PagerCursor, bool)
func (*WatchGroupsRequest_FieldTerminalPathValue) AsParentValue ¶
func (fpv *WatchGroupsRequest_FieldTerminalPathValue) AsParentValue() (*group.ParentReference, bool)
func (*WatchGroupsRequest_FieldTerminalPathValue) AsResumeTokenValue ¶
func (fpv *WatchGroupsRequest_FieldTerminalPathValue) AsResumeTokenValue() (string, bool)
func (*WatchGroupsRequest_FieldTerminalPathValue) AsStartingTimeValue ¶ added in v0.9.0
func (fpv *WatchGroupsRequest_FieldTerminalPathValue) AsStartingTimeValue() (*timestamp.Timestamp, bool)
func (*WatchGroupsRequest_FieldTerminalPathValue) AsTypeValue ¶
func (fpv *WatchGroupsRequest_FieldTerminalPathValue) AsTypeValue() (watch_type.WatchType, bool)
func (*WatchGroupsRequest_FieldTerminalPathValue) AsViewValue ¶
func (fpv *WatchGroupsRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)
func (*WatchGroupsRequest_FieldTerminalPathValue) CompareWith ¶
func (fpv *WatchGroupsRequest_FieldTerminalPathValue) CompareWith(source *WatchGroupsRequest) (int, bool)
CompareWith compares value in the 'WatchGroupsRequest_FieldTerminalPathValue' with the value under path in 'WatchGroupsRequest'.
func (*WatchGroupsRequest_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *WatchGroupsRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*WatchGroupsRequest_FieldTerminalPathValue) GetRawValue ¶
func (fpv *WatchGroupsRequest_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'WatchGroupsRequest' as interface{}
func (*WatchGroupsRequest_FieldTerminalPathValue) SetTo ¶
func (fpv *WatchGroupsRequest_FieldTerminalPathValue) SetTo(target **WatchGroupsRequest)
SetTo stores value for selected field for object WatchGroupsRequest
func (*WatchGroupsRequest_FieldTerminalPathValue) SetToRaw ¶
func (fpv *WatchGroupsRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
type WatchGroupsResponse ¶
type WatchGroupsResponse struct { // Changes of Groups GroupChanges []*group.GroupChange `protobuf:"bytes,2,rep,name=group_changes,json=groupChanges,proto3" json:"group_changes,omitempty" firestore:"groupChanges"` // If request specified max_chunk_size (or this limit was enforced if // stateless watch has been chosen), then responses with "full changeset" will // be divided into chunks. Client should keep receiving messages and, once // is_current has value true, combine this recent message with all previous // ones where is_current is false. If this is the first is_current in a whole // watch stream, then it means that client should have, at this moment, // contain snapshot of the current situation (or more accurately, snapshot of // situation at the moment of request). All Groups will be of type // Added/Current (depending on watch_type specified in the request). Further // responses will be incremental - however messages may still be chunked and // is_current logic still applies. is_current is always true for stateful // watch if max_chunk_size was left to 0. IsCurrent bool `protobuf:"varint,4,opt,name=is_current,json=isCurrent,proto3" json:"is_current,omitempty" firestore:"isCurrent"` // When present, PageTokens used for page navigation should be updated. // Present only if is_current is true (last chunk). PageTokenChange *WatchGroupsResponse_PageTokenChange `` /* 136-byte string literal not displayed */ // Token that can be used if current connection drops and client needs to // reconnect. Populated only for stateless watch type. Present only if // is_current is true (last chunk). ResumeToken string `protobuf:"bytes,5,opt,name=resume_token,json=resumeToken,proto3" json:"resume_token,omitempty" firestore:"resumeToken"` // Server may occasionally send information how many resources should client // have in its state so far (response message without any changes, but with // snapshot_size field specified). If client has different value than the one // sent by the server, then it should be treated by a client as an error and // should reconnect. If value is smaller then 0, then client should ignore // this field as unpopulated. This field should be checked only for stateless // watch. In stateful those kind of errors are handled by the server side. // Will be never sent together with is_current, is_soft_reset and // is_hard_reset flags. SnapshotSize int64 `protobuf:"varint,6,opt,name=snapshot_size,json=snapshotSize,proto3" json:"snapshot_size,omitempty" firestore:"snapshotSize"` // In case of internal issue server may send response message with this flag. // It indicates that client should drop all changes from recent responses // where is_current is false only! If last message had is_current set to true, // client should do nothing and process normally. Resume token received before // is still valid. This field should be checked only for stateless watch. In // stateful those kind of errors are handled by the server side. Will never be // sent along with is_current, is_hard_reset or snapshot_size. IsSoftReset bool `protobuf:"varint,7,opt,name=is_soft_reset,json=isSoftReset,proto3" json:"is_soft_reset,omitempty" firestore:"isSoftReset"` // In case of internal issue server may send response message with this flag. // After receiving, client should clear whole state (drop all changes received // so far) as server will send new snapshot (Groups will contains changes of // type Current only). Any resume tokens should be discarded as well. This // field should be checked only for stateless watch. In stateful those kind of // errors are handled by the server side. Will never be sent along with // is_current, is_soft_reset or snapshot_size. IsHardReset bool `protobuf:"varint,8,opt,name=is_hard_reset,json=isHardReset,proto3" json:"is_hard_reset,omitempty" firestore:"isHardReset"` // contains filtered or unexported fields }
WatchGroupsResponse
func (*WatchGroupsResponse) Clone ¶
func (o *WatchGroupsResponse) Clone() *WatchGroupsResponse
func (*WatchGroupsResponse) CloneRaw ¶
func (o *WatchGroupsResponse) CloneRaw() gotenobject.GotenObjectExt
func (*WatchGroupsResponse) Descriptor ¶
func (*WatchGroupsResponse) Descriptor() ([]byte, []int)
Deprecated, Use WatchGroupsResponse.ProtoReflect.Descriptor instead.
func (*WatchGroupsResponse) GetGroupChanges ¶
func (m *WatchGroupsResponse) GetGroupChanges() []*group.GroupChange
func (*WatchGroupsResponse) GetIsCurrent ¶
func (m *WatchGroupsResponse) GetIsCurrent() bool
func (*WatchGroupsResponse) GetIsHardReset ¶
func (m *WatchGroupsResponse) GetIsHardReset() bool
func (*WatchGroupsResponse) GetIsSoftReset ¶
func (m *WatchGroupsResponse) GetIsSoftReset() bool
func (*WatchGroupsResponse) GetPageTokenChange ¶
func (m *WatchGroupsResponse) GetPageTokenChange() *WatchGroupsResponse_PageTokenChange
func (*WatchGroupsResponse) GetResumeToken ¶
func (m *WatchGroupsResponse) GetResumeToken() string
func (*WatchGroupsResponse) GetSnapshotSize ¶
func (m *WatchGroupsResponse) GetSnapshotSize() int64
func (*WatchGroupsResponse) GotenMessage ¶
func (*WatchGroupsResponse) GotenMessage()
func (*WatchGroupsResponse) GotenObjectExt ¶
func (o *WatchGroupsResponse) GotenObjectExt()
func (*WatchGroupsResponse) GotenValidate ¶
func (obj *WatchGroupsResponse) GotenValidate() error
func (*WatchGroupsResponse) MakeDiffFieldMask ¶
func (o *WatchGroupsResponse) MakeDiffFieldMask(other *WatchGroupsResponse) *WatchGroupsResponse_FieldMask
func (*WatchGroupsResponse) MakeFullFieldMask ¶
func (o *WatchGroupsResponse) MakeFullFieldMask() *WatchGroupsResponse_FieldMask
func (*WatchGroupsResponse) MakeRawDiffFieldMask ¶
func (o *WatchGroupsResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*WatchGroupsResponse) MakeRawFullFieldMask ¶
func (o *WatchGroupsResponse) MakeRawFullFieldMask() gotenobject.FieldMask
func (*WatchGroupsResponse) Marshal ¶
func (m *WatchGroupsResponse) Marshal() ([]byte, error)
func (*WatchGroupsResponse) MarshalJSON ¶
func (m *WatchGroupsResponse) MarshalJSON() ([]byte, error)
func (*WatchGroupsResponse) Merge ¶
func (o *WatchGroupsResponse) Merge(source *WatchGroupsResponse)
func (*WatchGroupsResponse) MergeRaw ¶
func (o *WatchGroupsResponse) MergeRaw(source gotenobject.GotenObjectExt)
func (*WatchGroupsResponse) ProtoMessage ¶
func (*WatchGroupsResponse) ProtoMessage()
func (*WatchGroupsResponse) ProtoReflect ¶
func (m *WatchGroupsResponse) ProtoReflect() preflect.Message
func (*WatchGroupsResponse) Reset ¶
func (m *WatchGroupsResponse) Reset()
func (*WatchGroupsResponse) SetGroupChanges ¶
func (m *WatchGroupsResponse) SetGroupChanges(fv []*group.GroupChange)
func (*WatchGroupsResponse) SetIsCurrent ¶
func (m *WatchGroupsResponse) SetIsCurrent(fv bool)
func (*WatchGroupsResponse) SetIsHardReset ¶
func (m *WatchGroupsResponse) SetIsHardReset(fv bool)
func (*WatchGroupsResponse) SetIsSoftReset ¶
func (m *WatchGroupsResponse) SetIsSoftReset(fv bool)
func (*WatchGroupsResponse) SetPageTokenChange ¶
func (m *WatchGroupsResponse) SetPageTokenChange(fv *WatchGroupsResponse_PageTokenChange)
func (*WatchGroupsResponse) SetResumeToken ¶
func (m *WatchGroupsResponse) SetResumeToken(fv string)
func (*WatchGroupsResponse) SetSnapshotSize ¶
func (m *WatchGroupsResponse) SetSnapshotSize(fv int64)
func (*WatchGroupsResponse) String ¶
func (m *WatchGroupsResponse) String() string
func (*WatchGroupsResponse) Unmarshal ¶
func (m *WatchGroupsResponse) Unmarshal(b []byte) error
func (*WatchGroupsResponse) UnmarshalJSON ¶
func (m *WatchGroupsResponse) UnmarshalJSON(data []byte) error
type WatchGroupsResponseFieldPathBuilder ¶
type WatchGroupsResponseFieldPathBuilder struct{}
func NewWatchGroupsResponseFieldPathBuilder ¶
func NewWatchGroupsResponseFieldPathBuilder() WatchGroupsResponseFieldPathBuilder
func (WatchGroupsResponseFieldPathBuilder) GroupChanges ¶
func (WatchGroupsResponseFieldPathBuilder) GroupChanges() WatchGroupsResponsePathSelectorGroupChanges
func (WatchGroupsResponseFieldPathBuilder) IsCurrent ¶
func (WatchGroupsResponseFieldPathBuilder) IsCurrent() WatchGroupsResponsePathSelectorIsCurrent
func (WatchGroupsResponseFieldPathBuilder) IsHardReset ¶
func (WatchGroupsResponseFieldPathBuilder) IsHardReset() WatchGroupsResponsePathSelectorIsHardReset
func (WatchGroupsResponseFieldPathBuilder) IsSoftReset ¶
func (WatchGroupsResponseFieldPathBuilder) IsSoftReset() WatchGroupsResponsePathSelectorIsSoftReset
func (WatchGroupsResponseFieldPathBuilder) PageTokenChange ¶
func (WatchGroupsResponseFieldPathBuilder) PageTokenChange() WatchGroupsResponsePathSelectorPageTokenChange
func (WatchGroupsResponseFieldPathBuilder) ResumeToken ¶
func (WatchGroupsResponseFieldPathBuilder) ResumeToken() WatchGroupsResponsePathSelectorResumeToken
func (WatchGroupsResponseFieldPathBuilder) SnapshotSize ¶
func (WatchGroupsResponseFieldPathBuilder) SnapshotSize() WatchGroupsResponsePathSelectorSnapshotSize
type WatchGroupsResponsePageTokenChangeFieldPathBuilder ¶
type WatchGroupsResponsePageTokenChangeFieldPathBuilder struct{}
func NewWatchGroupsResponsePageTokenChangeFieldPathBuilder ¶
func NewWatchGroupsResponsePageTokenChangeFieldPathBuilder() WatchGroupsResponsePageTokenChangeFieldPathBuilder
func (WatchGroupsResponsePageTokenChangeFieldPathBuilder) NextPageToken ¶
func (WatchGroupsResponsePageTokenChangeFieldPathBuilder) PrevPageToken ¶
type WatchGroupsResponsePageTokenChange_FieldPath ¶
type WatchGroupsResponsePageTokenChange_FieldPath interface { gotenobject.FieldPath Selector() WatchGroupsResponsePageTokenChange_FieldPathSelector Get(source *WatchGroupsResponse_PageTokenChange) []interface{} GetSingle(source *WatchGroupsResponse_PageTokenChange) (interface{}, bool) ClearValue(item *WatchGroupsResponse_PageTokenChange) // Those methods build corresponding WatchGroupsResponsePageTokenChange_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) WatchGroupsResponsePageTokenChange_FieldPathValue WithIArrayOfValues(values interface{}) WatchGroupsResponsePageTokenChange_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) WatchGroupsResponsePageTokenChange_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildWatchGroupsResponsePageTokenChange_FieldPath ¶
func BuildWatchGroupsResponsePageTokenChange_FieldPath(fp gotenobject.RawFieldPath) (WatchGroupsResponsePageTokenChange_FieldPath, error)
func MustParseWatchGroupsResponsePageTokenChange_FieldPath ¶
func MustParseWatchGroupsResponsePageTokenChange_FieldPath(rawField string) WatchGroupsResponsePageTokenChange_FieldPath
func ParseWatchGroupsResponsePageTokenChange_FieldPath ¶
func ParseWatchGroupsResponsePageTokenChange_FieldPath(rawField string) (WatchGroupsResponsePageTokenChange_FieldPath, error)
type WatchGroupsResponsePageTokenChange_FieldPathArrayItemValue ¶
type WatchGroupsResponsePageTokenChange_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue WatchGroupsResponsePageTokenChange_FieldPath ContainsValue(*WatchGroupsResponse_PageTokenChange) bool }
WatchGroupsResponsePageTokenChange_FieldPathArrayItemValue allows storing single item in Path-specific values for PageTokenChange according to their type Present only for array (repeated) types.
func MustParseWatchGroupsResponsePageTokenChange_FieldPathArrayItemValue ¶
func MustParseWatchGroupsResponsePageTokenChange_FieldPathArrayItemValue(pathStr, valueStr string) WatchGroupsResponsePageTokenChange_FieldPathArrayItemValue
func ParseWatchGroupsResponsePageTokenChange_FieldPathArrayItemValue ¶
func ParseWatchGroupsResponsePageTokenChange_FieldPathArrayItemValue(pathStr, valueStr string) (WatchGroupsResponsePageTokenChange_FieldPathArrayItemValue, error)
ParseWatchGroupsResponsePageTokenChange_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type WatchGroupsResponsePageTokenChange_FieldPathArrayOfValues ¶
type WatchGroupsResponsePageTokenChange_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues WatchGroupsResponsePageTokenChange_FieldPath }
WatchGroupsResponsePageTokenChange_FieldPathArrayOfValues allows storing slice of values for PageTokenChange fields according to their type
func MustParseWatchGroupsResponsePageTokenChange_FieldPathArrayOfValues ¶
func MustParseWatchGroupsResponsePageTokenChange_FieldPathArrayOfValues(pathStr, valuesStr string) WatchGroupsResponsePageTokenChange_FieldPathArrayOfValues
func ParseWatchGroupsResponsePageTokenChange_FieldPathArrayOfValues ¶
func ParseWatchGroupsResponsePageTokenChange_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchGroupsResponsePageTokenChange_FieldPathArrayOfValues, error)
type WatchGroupsResponsePageTokenChange_FieldPathSelector ¶
type WatchGroupsResponsePageTokenChange_FieldPathSelector int32
const ( WatchGroupsResponsePageTokenChange_FieldPathSelectorPrevPageToken WatchGroupsResponsePageTokenChange_FieldPathSelector = 0 WatchGroupsResponsePageTokenChange_FieldPathSelectorNextPageToken WatchGroupsResponsePageTokenChange_FieldPathSelector = 1 )
func (WatchGroupsResponsePageTokenChange_FieldPathSelector) String ¶
func (s WatchGroupsResponsePageTokenChange_FieldPathSelector) String() string
type WatchGroupsResponsePageTokenChange_FieldPathValue ¶
type WatchGroupsResponsePageTokenChange_FieldPathValue interface { WatchGroupsResponsePageTokenChange_FieldPath gotenobject.FieldPathValue SetTo(target **WatchGroupsResponse_PageTokenChange) CompareWith(*WatchGroupsResponse_PageTokenChange) (cmp int, comparable bool) }
WatchGroupsResponsePageTokenChange_FieldPathValue allows storing values for PageTokenChange fields according to their type
func MustParseWatchGroupsResponsePageTokenChange_FieldPathValue ¶
func MustParseWatchGroupsResponsePageTokenChange_FieldPathValue(pathStr, valueStr string) WatchGroupsResponsePageTokenChange_FieldPathValue
func ParseWatchGroupsResponsePageTokenChange_FieldPathValue ¶
func ParseWatchGroupsResponsePageTokenChange_FieldPathValue(pathStr, valueStr string) (WatchGroupsResponsePageTokenChange_FieldPathValue, error)
type WatchGroupsResponsePageTokenChange_FieldTerminalPath ¶
type WatchGroupsResponsePageTokenChange_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*WatchGroupsResponsePageTokenChange_FieldTerminalPath) ClearValue ¶
func (fp *WatchGroupsResponsePageTokenChange_FieldTerminalPath) ClearValue(item *WatchGroupsResponse_PageTokenChange)
func (*WatchGroupsResponsePageTokenChange_FieldTerminalPath) ClearValueRaw ¶
func (fp *WatchGroupsResponsePageTokenChange_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*WatchGroupsResponsePageTokenChange_FieldTerminalPath) Get ¶
func (fp *WatchGroupsResponsePageTokenChange_FieldTerminalPath) Get(source *WatchGroupsResponse_PageTokenChange) (values []interface{})
Get returns all values pointed by specific field from source WatchGroupsResponse_PageTokenChange
func (*WatchGroupsResponsePageTokenChange_FieldTerminalPath) GetDefault ¶
func (fp *WatchGroupsResponsePageTokenChange_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*WatchGroupsResponsePageTokenChange_FieldTerminalPath) GetRaw ¶
func (fp *WatchGroupsResponsePageTokenChange_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*WatchGroupsResponsePageTokenChange_FieldTerminalPath) GetSingle ¶
func (fp *WatchGroupsResponsePageTokenChange_FieldTerminalPath) GetSingle(source *WatchGroupsResponse_PageTokenChange) (interface{}, bool)
GetSingle returns value pointed by specific field of from source WatchGroupsResponse_PageTokenChange
func (*WatchGroupsResponsePageTokenChange_FieldTerminalPath) GetSingleRaw ¶
func (fp *WatchGroupsResponsePageTokenChange_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*WatchGroupsResponsePageTokenChange_FieldTerminalPath) IsLeaf ¶
func (fp *WatchGroupsResponsePageTokenChange_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*WatchGroupsResponsePageTokenChange_FieldTerminalPath) JSONString ¶
func (fp *WatchGroupsResponsePageTokenChange_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*WatchGroupsResponsePageTokenChange_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *WatchGroupsResponsePageTokenChange_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*WatchGroupsResponsePageTokenChange_FieldTerminalPath) String ¶
func (fp *WatchGroupsResponsePageTokenChange_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*WatchGroupsResponsePageTokenChange_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *WatchGroupsResponsePageTokenChange_FieldTerminalPath) WithIArrayItemValue(value interface{}) WatchGroupsResponsePageTokenChange_FieldPathArrayItemValue
func (*WatchGroupsResponsePageTokenChange_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *WatchGroupsResponsePageTokenChange_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchGroupsResponsePageTokenChange_FieldPathArrayOfValues
func (*WatchGroupsResponsePageTokenChange_FieldTerminalPath) WithIValue ¶
func (fp *WatchGroupsResponsePageTokenChange_FieldTerminalPath) WithIValue(value interface{}) WatchGroupsResponsePageTokenChange_FieldPathValue
func (*WatchGroupsResponsePageTokenChange_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *WatchGroupsResponsePageTokenChange_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*WatchGroupsResponsePageTokenChange_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *WatchGroupsResponsePageTokenChange_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*WatchGroupsResponsePageTokenChange_FieldTerminalPath) WithRawIValue ¶
func (fp *WatchGroupsResponsePageTokenChange_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type WatchGroupsResponsePageTokenChange_FieldTerminalPathArrayItemValue ¶
type WatchGroupsResponsePageTokenChange_FieldTerminalPathArrayItemValue struct { WatchGroupsResponsePageTokenChange_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchGroupsResponsePageTokenChange_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *WatchGroupsResponsePageTokenChange_FieldTerminalPathArrayItemValue) ContainsValue(source *WatchGroupsResponse_PageTokenChange) bool
Contains returns a boolean indicating if value that is being held is present in given 'PageTokenChange'
func (*WatchGroupsResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *WatchGroupsResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object WatchGroupsResponse_PageTokenChange as interface{}
func (*WatchGroupsResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *WatchGroupsResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingle(source *WatchGroupsResponse_PageTokenChange) (interface{}, bool)
func (*WatchGroupsResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *WatchGroupsResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type WatchGroupsResponsePageTokenChange_FieldTerminalPathArrayOfValues ¶
type WatchGroupsResponsePageTokenChange_FieldTerminalPathArrayOfValues struct { WatchGroupsResponsePageTokenChange_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchGroupsResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues ¶
func (fpaov *WatchGroupsResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues() ([]*group.PagerCursor, bool)
func (*WatchGroupsResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues ¶
func (fpaov *WatchGroupsResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues() ([]*group.PagerCursor, bool)
func (*WatchGroupsResponsePageTokenChange_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *WatchGroupsResponsePageTokenChange_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type WatchGroupsResponsePageTokenChange_FieldTerminalPathValue ¶
type WatchGroupsResponsePageTokenChange_FieldTerminalPathValue struct { WatchGroupsResponsePageTokenChange_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchGroupsResponsePageTokenChange_FieldTerminalPathValue) AsNextPageTokenValue ¶
func (fpv *WatchGroupsResponsePageTokenChange_FieldTerminalPathValue) AsNextPageTokenValue() (*group.PagerCursor, bool)
func (*WatchGroupsResponsePageTokenChange_FieldTerminalPathValue) AsPrevPageTokenValue ¶
func (fpv *WatchGroupsResponsePageTokenChange_FieldTerminalPathValue) AsPrevPageTokenValue() (*group.PagerCursor, bool)
func (*WatchGroupsResponsePageTokenChange_FieldTerminalPathValue) CompareWith ¶
func (fpv *WatchGroupsResponsePageTokenChange_FieldTerminalPathValue) CompareWith(source *WatchGroupsResponse_PageTokenChange) (int, bool)
CompareWith compares value in the 'WatchGroupsResponsePageTokenChange_FieldTerminalPathValue' with the value under path in 'WatchGroupsResponse_PageTokenChange'.
func (*WatchGroupsResponsePageTokenChange_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *WatchGroupsResponsePageTokenChange_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*WatchGroupsResponsePageTokenChange_FieldTerminalPathValue) GetRawValue ¶
func (fpv *WatchGroupsResponsePageTokenChange_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'PageTokenChange' as interface{}
func (*WatchGroupsResponsePageTokenChange_FieldTerminalPathValue) SetTo ¶
func (fpv *WatchGroupsResponsePageTokenChange_FieldTerminalPathValue) SetTo(target **WatchGroupsResponse_PageTokenChange)
SetTo stores value for selected field for object PageTokenChange
func (*WatchGroupsResponsePageTokenChange_FieldTerminalPathValue) SetToRaw ¶
func (fpv *WatchGroupsResponsePageTokenChange_FieldTerminalPathValue) SetToRaw(target proto.Message)
type WatchGroupsResponsePathSelectorGroupChanges ¶
type WatchGroupsResponsePathSelectorGroupChanges struct{}
func (WatchGroupsResponsePathSelectorGroupChanges) FieldPath ¶
func (WatchGroupsResponsePathSelectorGroupChanges) FieldPath() *WatchGroupsResponse_FieldTerminalPath
func (WatchGroupsResponsePathSelectorGroupChanges) WithArrayOfValues ¶
func (s WatchGroupsResponsePathSelectorGroupChanges) WithArrayOfValues(values [][]*group.GroupChange) *WatchGroupsResponse_FieldTerminalPathArrayOfValues
func (WatchGroupsResponsePathSelectorGroupChanges) WithItemValue ¶
func (s WatchGroupsResponsePathSelectorGroupChanges) WithItemValue(value *group.GroupChange) *WatchGroupsResponse_FieldTerminalPathArrayItemValue
func (WatchGroupsResponsePathSelectorGroupChanges) WithValue ¶
func (s WatchGroupsResponsePathSelectorGroupChanges) WithValue(value []*group.GroupChange) *WatchGroupsResponse_FieldTerminalPathValue
type WatchGroupsResponsePathSelectorIsCurrent ¶
type WatchGroupsResponsePathSelectorIsCurrent struct{}
func (WatchGroupsResponsePathSelectorIsCurrent) FieldPath ¶
func (WatchGroupsResponsePathSelectorIsCurrent) FieldPath() *WatchGroupsResponse_FieldTerminalPath
func (WatchGroupsResponsePathSelectorIsCurrent) WithArrayOfValues ¶
func (s WatchGroupsResponsePathSelectorIsCurrent) WithArrayOfValues(values []bool) *WatchGroupsResponse_FieldTerminalPathArrayOfValues
func (WatchGroupsResponsePathSelectorIsCurrent) WithValue ¶
func (s WatchGroupsResponsePathSelectorIsCurrent) WithValue(value bool) *WatchGroupsResponse_FieldTerminalPathValue
type WatchGroupsResponsePathSelectorIsHardReset ¶
type WatchGroupsResponsePathSelectorIsHardReset struct{}
func (WatchGroupsResponsePathSelectorIsHardReset) FieldPath ¶
func (WatchGroupsResponsePathSelectorIsHardReset) FieldPath() *WatchGroupsResponse_FieldTerminalPath
func (WatchGroupsResponsePathSelectorIsHardReset) WithArrayOfValues ¶
func (s WatchGroupsResponsePathSelectorIsHardReset) WithArrayOfValues(values []bool) *WatchGroupsResponse_FieldTerminalPathArrayOfValues
func (WatchGroupsResponsePathSelectorIsHardReset) WithValue ¶
func (s WatchGroupsResponsePathSelectorIsHardReset) WithValue(value bool) *WatchGroupsResponse_FieldTerminalPathValue
type WatchGroupsResponsePathSelectorIsSoftReset ¶
type WatchGroupsResponsePathSelectorIsSoftReset struct{}
func (WatchGroupsResponsePathSelectorIsSoftReset) FieldPath ¶
func (WatchGroupsResponsePathSelectorIsSoftReset) FieldPath() *WatchGroupsResponse_FieldTerminalPath
func (WatchGroupsResponsePathSelectorIsSoftReset) WithArrayOfValues ¶
func (s WatchGroupsResponsePathSelectorIsSoftReset) WithArrayOfValues(values []bool) *WatchGroupsResponse_FieldTerminalPathArrayOfValues
func (WatchGroupsResponsePathSelectorIsSoftReset) WithValue ¶
func (s WatchGroupsResponsePathSelectorIsSoftReset) WithValue(value bool) *WatchGroupsResponse_FieldTerminalPathValue
type WatchGroupsResponsePathSelectorPageTokenChange ¶
type WatchGroupsResponsePathSelectorPageTokenChange struct{}
func (WatchGroupsResponsePathSelectorPageTokenChange) FieldPath ¶
func (WatchGroupsResponsePathSelectorPageTokenChange) FieldPath() *WatchGroupsResponse_FieldTerminalPath
func (WatchGroupsResponsePathSelectorPageTokenChange) NextPageToken ¶
func (WatchGroupsResponsePathSelectorPageTokenChange) PrevPageToken ¶
func (WatchGroupsResponsePathSelectorPageTokenChange) WithArrayOfValues ¶
func (s WatchGroupsResponsePathSelectorPageTokenChange) WithArrayOfValues(values []*WatchGroupsResponse_PageTokenChange) *WatchGroupsResponse_FieldTerminalPathArrayOfValues
func (WatchGroupsResponsePathSelectorPageTokenChange) WithSubArrayItemValue ¶
func (s WatchGroupsResponsePathSelectorPageTokenChange) WithSubArrayItemValue(subPathArrayItemValue WatchGroupsResponsePageTokenChange_FieldPathArrayItemValue) *WatchGroupsResponse_FieldSubPathArrayItemValue
func (WatchGroupsResponsePathSelectorPageTokenChange) WithSubArrayOfValues ¶
func (s WatchGroupsResponsePathSelectorPageTokenChange) WithSubArrayOfValues(subPathArrayOfValues WatchGroupsResponsePageTokenChange_FieldPathArrayOfValues) *WatchGroupsResponse_FieldSubPathArrayOfValues
func (WatchGroupsResponsePathSelectorPageTokenChange) WithSubPath ¶
func (WatchGroupsResponsePathSelectorPageTokenChange) WithSubPath(subPath WatchGroupsResponsePageTokenChange_FieldPath) *WatchGroupsResponse_FieldSubPath
func (WatchGroupsResponsePathSelectorPageTokenChange) WithSubValue ¶
func (s WatchGroupsResponsePathSelectorPageTokenChange) WithSubValue(subPathValue WatchGroupsResponsePageTokenChange_FieldPathValue) *WatchGroupsResponse_FieldSubPathValue
type WatchGroupsResponsePathSelectorPageTokenChangeNextPageToken ¶
type WatchGroupsResponsePathSelectorPageTokenChangeNextPageToken struct{}
func (WatchGroupsResponsePathSelectorPageTokenChangeNextPageToken) WithArrayOfValues ¶
func (s WatchGroupsResponsePathSelectorPageTokenChangeNextPageToken) WithArrayOfValues(values []*group.PagerCursor) *WatchGroupsResponse_FieldSubPathArrayOfValues
func (WatchGroupsResponsePathSelectorPageTokenChangeNextPageToken) WithValue ¶
func (s WatchGroupsResponsePathSelectorPageTokenChangeNextPageToken) WithValue(value *group.PagerCursor) *WatchGroupsResponse_FieldSubPathValue
type WatchGroupsResponsePathSelectorPageTokenChangePrevPageToken ¶
type WatchGroupsResponsePathSelectorPageTokenChangePrevPageToken struct{}
func (WatchGroupsResponsePathSelectorPageTokenChangePrevPageToken) WithArrayOfValues ¶
func (s WatchGroupsResponsePathSelectorPageTokenChangePrevPageToken) WithArrayOfValues(values []*group.PagerCursor) *WatchGroupsResponse_FieldSubPathArrayOfValues
func (WatchGroupsResponsePathSelectorPageTokenChangePrevPageToken) WithValue ¶
func (s WatchGroupsResponsePathSelectorPageTokenChangePrevPageToken) WithValue(value *group.PagerCursor) *WatchGroupsResponse_FieldSubPathValue
type WatchGroupsResponsePathSelectorResumeToken ¶
type WatchGroupsResponsePathSelectorResumeToken struct{}
func (WatchGroupsResponsePathSelectorResumeToken) FieldPath ¶
func (WatchGroupsResponsePathSelectorResumeToken) FieldPath() *WatchGroupsResponse_FieldTerminalPath
func (WatchGroupsResponsePathSelectorResumeToken) WithArrayOfValues ¶
func (s WatchGroupsResponsePathSelectorResumeToken) WithArrayOfValues(values []string) *WatchGroupsResponse_FieldTerminalPathArrayOfValues
func (WatchGroupsResponsePathSelectorResumeToken) WithValue ¶
func (s WatchGroupsResponsePathSelectorResumeToken) WithValue(value string) *WatchGroupsResponse_FieldTerminalPathValue
type WatchGroupsResponsePathSelectorSnapshotSize ¶
type WatchGroupsResponsePathSelectorSnapshotSize struct{}
func (WatchGroupsResponsePathSelectorSnapshotSize) FieldPath ¶
func (WatchGroupsResponsePathSelectorSnapshotSize) FieldPath() *WatchGroupsResponse_FieldTerminalPath
func (WatchGroupsResponsePathSelectorSnapshotSize) WithArrayOfValues ¶
func (s WatchGroupsResponsePathSelectorSnapshotSize) WithArrayOfValues(values []int64) *WatchGroupsResponse_FieldTerminalPathArrayOfValues
func (WatchGroupsResponsePathSelectorSnapshotSize) WithValue ¶
func (s WatchGroupsResponsePathSelectorSnapshotSize) WithValue(value int64) *WatchGroupsResponse_FieldTerminalPathValue
type WatchGroupsResponse_FieldMask ¶
type WatchGroupsResponse_FieldMask struct {
Paths []WatchGroupsResponse_FieldPath
}
func FullWatchGroupsResponse_FieldMask ¶
func FullWatchGroupsResponse_FieldMask() *WatchGroupsResponse_FieldMask
func (*WatchGroupsResponse_FieldMask) AppendPath ¶
func (fieldMask *WatchGroupsResponse_FieldMask) AppendPath(path WatchGroupsResponse_FieldPath)
func (*WatchGroupsResponse_FieldMask) AppendRawPath ¶
func (fieldMask *WatchGroupsResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*WatchGroupsResponse_FieldMask) DecodeFirestore ¶
func (fieldMask *WatchGroupsResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*WatchGroupsResponse_FieldMask) EncodeFirestore ¶
func (fieldMask *WatchGroupsResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*WatchGroupsResponse_FieldMask) FilterInputFields ¶
func (fieldMask *WatchGroupsResponse_FieldMask) FilterInputFields() *WatchGroupsResponse_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*WatchGroupsResponse_FieldMask) FromProtoFieldMask ¶
func (fieldMask *WatchGroupsResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*WatchGroupsResponse_FieldMask) GetPaths ¶
func (fieldMask *WatchGroupsResponse_FieldMask) GetPaths() []WatchGroupsResponse_FieldPath
func (*WatchGroupsResponse_FieldMask) GetRawPaths ¶
func (fieldMask *WatchGroupsResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*WatchGroupsResponse_FieldMask) IsFull ¶
func (fieldMask *WatchGroupsResponse_FieldMask) IsFull() bool
func (WatchGroupsResponse_FieldMask) Marshal ¶
func (fieldMask WatchGroupsResponse_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (WatchGroupsResponse_FieldMask) MarshalJSON ¶
func (fieldMask WatchGroupsResponse_FieldMask) MarshalJSON() ([]byte, error)
func (*WatchGroupsResponse_FieldMask) PathsCount ¶
func (fieldMask *WatchGroupsResponse_FieldMask) PathsCount() int
func (*WatchGroupsResponse_FieldMask) Project ¶
func (fieldMask *WatchGroupsResponse_FieldMask) Project(source *WatchGroupsResponse) *WatchGroupsResponse
func (*WatchGroupsResponse_FieldMask) ProjectRaw ¶
func (fieldMask *WatchGroupsResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*WatchGroupsResponse_FieldMask) ProtoMessage ¶
func (fieldMask *WatchGroupsResponse_FieldMask) ProtoMessage()
func (*WatchGroupsResponse_FieldMask) ProtoReflect ¶
func (fieldMask *WatchGroupsResponse_FieldMask) ProtoReflect() preflect.Message
func (*WatchGroupsResponse_FieldMask) Reset ¶
func (fieldMask *WatchGroupsResponse_FieldMask) Reset()
func (*WatchGroupsResponse_FieldMask) Set ¶
func (fieldMask *WatchGroupsResponse_FieldMask) Set(target, source *WatchGroupsResponse)
func (*WatchGroupsResponse_FieldMask) SetFromCliFlag ¶
func (fieldMask *WatchGroupsResponse_FieldMask) SetFromCliFlag(raw string) error
func (*WatchGroupsResponse_FieldMask) SetRaw ¶
func (fieldMask *WatchGroupsResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*WatchGroupsResponse_FieldMask) Size ¶
func (fieldMask *WatchGroupsResponse_FieldMask) Size() int
func (*WatchGroupsResponse_FieldMask) String ¶
func (fieldMask *WatchGroupsResponse_FieldMask) String() string
func (*WatchGroupsResponse_FieldMask) Subtract ¶
func (fieldMask *WatchGroupsResponse_FieldMask) Subtract(other *WatchGroupsResponse_FieldMask) *WatchGroupsResponse_FieldMask
func (*WatchGroupsResponse_FieldMask) SubtractRaw ¶
func (fieldMask *WatchGroupsResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*WatchGroupsResponse_FieldMask) ToProtoFieldMask ¶
func (fieldMask *WatchGroupsResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*WatchGroupsResponse_FieldMask) Unmarshal ¶
func (fieldMask *WatchGroupsResponse_FieldMask) Unmarshal(data []byte) error
func (*WatchGroupsResponse_FieldMask) UnmarshalJSON ¶
func (fieldMask *WatchGroupsResponse_FieldMask) UnmarshalJSON(data []byte) error
type WatchGroupsResponse_FieldPath ¶
type WatchGroupsResponse_FieldPath interface { gotenobject.FieldPath Selector() WatchGroupsResponse_FieldPathSelector Get(source *WatchGroupsResponse) []interface{} GetSingle(source *WatchGroupsResponse) (interface{}, bool) ClearValue(item *WatchGroupsResponse) // Those methods build corresponding WatchGroupsResponse_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) WatchGroupsResponse_FieldPathValue WithIArrayOfValues(values interface{}) WatchGroupsResponse_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) WatchGroupsResponse_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildWatchGroupsResponse_FieldPath ¶
func BuildWatchGroupsResponse_FieldPath(fp gotenobject.RawFieldPath) (WatchGroupsResponse_FieldPath, error)
func MustParseWatchGroupsResponse_FieldPath ¶
func MustParseWatchGroupsResponse_FieldPath(rawField string) WatchGroupsResponse_FieldPath
func ParseWatchGroupsResponse_FieldPath ¶
func ParseWatchGroupsResponse_FieldPath(rawField string) (WatchGroupsResponse_FieldPath, error)
type WatchGroupsResponse_FieldPathArrayItemValue ¶
type WatchGroupsResponse_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue WatchGroupsResponse_FieldPath ContainsValue(*WatchGroupsResponse) bool }
WatchGroupsResponse_FieldPathArrayItemValue allows storing single item in Path-specific values for WatchGroupsResponse according to their type Present only for array (repeated) types.
func MustParseWatchGroupsResponse_FieldPathArrayItemValue ¶
func MustParseWatchGroupsResponse_FieldPathArrayItemValue(pathStr, valueStr string) WatchGroupsResponse_FieldPathArrayItemValue
func ParseWatchGroupsResponse_FieldPathArrayItemValue ¶
func ParseWatchGroupsResponse_FieldPathArrayItemValue(pathStr, valueStr string) (WatchGroupsResponse_FieldPathArrayItemValue, error)
ParseWatchGroupsResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type WatchGroupsResponse_FieldPathArrayOfValues ¶
type WatchGroupsResponse_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues WatchGroupsResponse_FieldPath }
WatchGroupsResponse_FieldPathArrayOfValues allows storing slice of values for WatchGroupsResponse fields according to their type
func MustParseWatchGroupsResponse_FieldPathArrayOfValues ¶
func MustParseWatchGroupsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) WatchGroupsResponse_FieldPathArrayOfValues
func ParseWatchGroupsResponse_FieldPathArrayOfValues ¶
func ParseWatchGroupsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchGroupsResponse_FieldPathArrayOfValues, error)
type WatchGroupsResponse_FieldPathSelector ¶
type WatchGroupsResponse_FieldPathSelector int32
const ( WatchGroupsResponse_FieldPathSelectorGroupChanges WatchGroupsResponse_FieldPathSelector = 0 WatchGroupsResponse_FieldPathSelectorIsCurrent WatchGroupsResponse_FieldPathSelector = 1 WatchGroupsResponse_FieldPathSelectorPageTokenChange WatchGroupsResponse_FieldPathSelector = 2 WatchGroupsResponse_FieldPathSelectorResumeToken WatchGroupsResponse_FieldPathSelector = 3 WatchGroupsResponse_FieldPathSelectorSnapshotSize WatchGroupsResponse_FieldPathSelector = 4 WatchGroupsResponse_FieldPathSelectorIsSoftReset WatchGroupsResponse_FieldPathSelector = 5 WatchGroupsResponse_FieldPathSelectorIsHardReset WatchGroupsResponse_FieldPathSelector = 6 )
func (WatchGroupsResponse_FieldPathSelector) String ¶
func (s WatchGroupsResponse_FieldPathSelector) String() string
type WatchGroupsResponse_FieldPathValue ¶
type WatchGroupsResponse_FieldPathValue interface { WatchGroupsResponse_FieldPath gotenobject.FieldPathValue SetTo(target **WatchGroupsResponse) CompareWith(*WatchGroupsResponse) (cmp int, comparable bool) }
WatchGroupsResponse_FieldPathValue allows storing values for WatchGroupsResponse fields according to their type
func MustParseWatchGroupsResponse_FieldPathValue ¶
func MustParseWatchGroupsResponse_FieldPathValue(pathStr, valueStr string) WatchGroupsResponse_FieldPathValue
func ParseWatchGroupsResponse_FieldPathValue ¶
func ParseWatchGroupsResponse_FieldPathValue(pathStr, valueStr string) (WatchGroupsResponse_FieldPathValue, error)
type WatchGroupsResponse_FieldSubPath ¶
type WatchGroupsResponse_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*WatchGroupsResponse_FieldSubPath) AsPageTokenChangeSubPath ¶
func (fps *WatchGroupsResponse_FieldSubPath) AsPageTokenChangeSubPath() (WatchGroupsResponsePageTokenChange_FieldPath, bool)
func (*WatchGroupsResponse_FieldSubPath) ClearValue ¶
func (fps *WatchGroupsResponse_FieldSubPath) ClearValue(item *WatchGroupsResponse)
func (*WatchGroupsResponse_FieldSubPath) ClearValueRaw ¶
func (fps *WatchGroupsResponse_FieldSubPath) ClearValueRaw(item proto.Message)
func (*WatchGroupsResponse_FieldSubPath) Get ¶
func (fps *WatchGroupsResponse_FieldSubPath) Get(source *WatchGroupsResponse) (values []interface{})
Get returns all values pointed by selected field from source WatchGroupsResponse
func (*WatchGroupsResponse_FieldSubPath) GetDefault ¶
func (fps *WatchGroupsResponse_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*WatchGroupsResponse_FieldSubPath) GetRaw ¶
func (fps *WatchGroupsResponse_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*WatchGroupsResponse_FieldSubPath) GetSingle ¶
func (fps *WatchGroupsResponse_FieldSubPath) GetSingle(source *WatchGroupsResponse) (interface{}, bool)
GetSingle returns value of selected field from source WatchGroupsResponse
func (*WatchGroupsResponse_FieldSubPath) GetSingleRaw ¶
func (fps *WatchGroupsResponse_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*WatchGroupsResponse_FieldSubPath) IsLeaf ¶
func (fps *WatchGroupsResponse_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*WatchGroupsResponse_FieldSubPath) JSONString ¶
func (fps *WatchGroupsResponse_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*WatchGroupsResponse_FieldSubPath) Selector ¶
func (fps *WatchGroupsResponse_FieldSubPath) Selector() WatchGroupsResponse_FieldPathSelector
func (*WatchGroupsResponse_FieldSubPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fps *WatchGroupsResponse_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*WatchGroupsResponse_FieldSubPath) String ¶
func (fps *WatchGroupsResponse_FieldSubPath) String() string
String returns path representation in proto convention
func (*WatchGroupsResponse_FieldSubPath) WithIArrayItemValue ¶
func (fps *WatchGroupsResponse_FieldSubPath) WithIArrayItemValue(value interface{}) WatchGroupsResponse_FieldPathArrayItemValue
func (*WatchGroupsResponse_FieldSubPath) WithIArrayOfValues ¶
func (fps *WatchGroupsResponse_FieldSubPath) WithIArrayOfValues(values interface{}) WatchGroupsResponse_FieldPathArrayOfValues
func (*WatchGroupsResponse_FieldSubPath) WithIValue ¶
func (fps *WatchGroupsResponse_FieldSubPath) WithIValue(value interface{}) WatchGroupsResponse_FieldPathValue
func (*WatchGroupsResponse_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *WatchGroupsResponse_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*WatchGroupsResponse_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *WatchGroupsResponse_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*WatchGroupsResponse_FieldSubPath) WithRawIValue ¶
func (fps *WatchGroupsResponse_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type WatchGroupsResponse_FieldSubPathArrayItemValue ¶
type WatchGroupsResponse_FieldSubPathArrayItemValue struct { WatchGroupsResponse_FieldPath // contains filtered or unexported fields }
func (*WatchGroupsResponse_FieldSubPathArrayItemValue) AsPageTokenChangePathItemValue ¶
func (fpaivs *WatchGroupsResponse_FieldSubPathArrayItemValue) AsPageTokenChangePathItemValue() (WatchGroupsResponsePageTokenChange_FieldPathArrayItemValue, bool)
func (*WatchGroupsResponse_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *WatchGroupsResponse_FieldSubPathArrayItemValue) ContainsValue(source *WatchGroupsResponse) bool
Contains returns a boolean indicating if value that is being held is present in given 'WatchGroupsResponse'
func (*WatchGroupsResponse_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *WatchGroupsResponse_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type WatchGroupsResponse_FieldSubPathArrayOfValues ¶
type WatchGroupsResponse_FieldSubPathArrayOfValues struct { WatchGroupsResponse_FieldPath // contains filtered or unexported fields }
func (*WatchGroupsResponse_FieldSubPathArrayOfValues) AsPageTokenChangePathArrayOfValues ¶
func (fpsaov *WatchGroupsResponse_FieldSubPathArrayOfValues) AsPageTokenChangePathArrayOfValues() (WatchGroupsResponsePageTokenChange_FieldPathArrayOfValues, bool)
func (*WatchGroupsResponse_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *WatchGroupsResponse_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type WatchGroupsResponse_FieldSubPathValue ¶
type WatchGroupsResponse_FieldSubPathValue struct { WatchGroupsResponse_FieldPath // contains filtered or unexported fields }
func (*WatchGroupsResponse_FieldSubPathValue) AsPageTokenChangePathValue ¶
func (fpvs *WatchGroupsResponse_FieldSubPathValue) AsPageTokenChangePathValue() (WatchGroupsResponsePageTokenChange_FieldPathValue, bool)
func (*WatchGroupsResponse_FieldSubPathValue) CompareWith ¶
func (fpvs *WatchGroupsResponse_FieldSubPathValue) CompareWith(source *WatchGroupsResponse) (int, bool)
func (*WatchGroupsResponse_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *WatchGroupsResponse_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*WatchGroupsResponse_FieldSubPathValue) GetRawValue ¶
func (fpvs *WatchGroupsResponse_FieldSubPathValue) GetRawValue() interface{}
func (*WatchGroupsResponse_FieldSubPathValue) SetTo ¶
func (fpvs *WatchGroupsResponse_FieldSubPathValue) SetTo(target **WatchGroupsResponse)
func (*WatchGroupsResponse_FieldSubPathValue) SetToRaw ¶
func (fpvs *WatchGroupsResponse_FieldSubPathValue) SetToRaw(target proto.Message)
type WatchGroupsResponse_FieldTerminalPath ¶
type WatchGroupsResponse_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*WatchGroupsResponse_FieldTerminalPath) ClearValue ¶
func (fp *WatchGroupsResponse_FieldTerminalPath) ClearValue(item *WatchGroupsResponse)
func (*WatchGroupsResponse_FieldTerminalPath) ClearValueRaw ¶
func (fp *WatchGroupsResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*WatchGroupsResponse_FieldTerminalPath) Get ¶
func (fp *WatchGroupsResponse_FieldTerminalPath) Get(source *WatchGroupsResponse) (values []interface{})
Get returns all values pointed by specific field from source WatchGroupsResponse
func (*WatchGroupsResponse_FieldTerminalPath) GetDefault ¶
func (fp *WatchGroupsResponse_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*WatchGroupsResponse_FieldTerminalPath) GetRaw ¶
func (fp *WatchGroupsResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*WatchGroupsResponse_FieldTerminalPath) GetSingle ¶
func (fp *WatchGroupsResponse_FieldTerminalPath) GetSingle(source *WatchGroupsResponse) (interface{}, bool)
GetSingle returns value pointed by specific field of from source WatchGroupsResponse
func (*WatchGroupsResponse_FieldTerminalPath) GetSingleRaw ¶
func (fp *WatchGroupsResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*WatchGroupsResponse_FieldTerminalPath) IsLeaf ¶
func (fp *WatchGroupsResponse_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*WatchGroupsResponse_FieldTerminalPath) JSONString ¶
func (fp *WatchGroupsResponse_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*WatchGroupsResponse_FieldTerminalPath) Selector ¶
func (fp *WatchGroupsResponse_FieldTerminalPath) Selector() WatchGroupsResponse_FieldPathSelector
func (*WatchGroupsResponse_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *WatchGroupsResponse_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*WatchGroupsResponse_FieldTerminalPath) String ¶
func (fp *WatchGroupsResponse_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*WatchGroupsResponse_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *WatchGroupsResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) WatchGroupsResponse_FieldPathArrayItemValue
func (*WatchGroupsResponse_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *WatchGroupsResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchGroupsResponse_FieldPathArrayOfValues
func (*WatchGroupsResponse_FieldTerminalPath) WithIValue ¶
func (fp *WatchGroupsResponse_FieldTerminalPath) WithIValue(value interface{}) WatchGroupsResponse_FieldPathValue
func (*WatchGroupsResponse_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *WatchGroupsResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*WatchGroupsResponse_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *WatchGroupsResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*WatchGroupsResponse_FieldTerminalPath) WithRawIValue ¶
func (fp *WatchGroupsResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type WatchGroupsResponse_FieldTerminalPathArrayItemValue ¶
type WatchGroupsResponse_FieldTerminalPathArrayItemValue struct { WatchGroupsResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchGroupsResponse_FieldTerminalPathArrayItemValue) AsGroupChangesItemValue ¶
func (fpaiv *WatchGroupsResponse_FieldTerminalPathArrayItemValue) AsGroupChangesItemValue() (*group.GroupChange, bool)
func (*WatchGroupsResponse_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *WatchGroupsResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *WatchGroupsResponse) bool
Contains returns a boolean indicating if value that is being held is present in given 'WatchGroupsResponse'
func (*WatchGroupsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *WatchGroupsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object WatchGroupsResponse as interface{}
func (*WatchGroupsResponse_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *WatchGroupsResponse_FieldTerminalPathArrayItemValue) GetSingle(source *WatchGroupsResponse) (interface{}, bool)
func (*WatchGroupsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *WatchGroupsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type WatchGroupsResponse_FieldTerminalPathArrayOfValues ¶
type WatchGroupsResponse_FieldTerminalPathArrayOfValues struct { WatchGroupsResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchGroupsResponse_FieldTerminalPathArrayOfValues) AsGroupChangesArrayOfValues ¶
func (fpaov *WatchGroupsResponse_FieldTerminalPathArrayOfValues) AsGroupChangesArrayOfValues() ([][]*group.GroupChange, bool)
func (*WatchGroupsResponse_FieldTerminalPathArrayOfValues) AsIsCurrentArrayOfValues ¶
func (fpaov *WatchGroupsResponse_FieldTerminalPathArrayOfValues) AsIsCurrentArrayOfValues() ([]bool, bool)
func (*WatchGroupsResponse_FieldTerminalPathArrayOfValues) AsIsHardResetArrayOfValues ¶
func (fpaov *WatchGroupsResponse_FieldTerminalPathArrayOfValues) AsIsHardResetArrayOfValues() ([]bool, bool)
func (*WatchGroupsResponse_FieldTerminalPathArrayOfValues) AsIsSoftResetArrayOfValues ¶
func (fpaov *WatchGroupsResponse_FieldTerminalPathArrayOfValues) AsIsSoftResetArrayOfValues() ([]bool, bool)
func (*WatchGroupsResponse_FieldTerminalPathArrayOfValues) AsPageTokenChangeArrayOfValues ¶
func (fpaov *WatchGroupsResponse_FieldTerminalPathArrayOfValues) AsPageTokenChangeArrayOfValues() ([]*WatchGroupsResponse_PageTokenChange, bool)
func (*WatchGroupsResponse_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues ¶
func (fpaov *WatchGroupsResponse_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues() ([]string, bool)
func (*WatchGroupsResponse_FieldTerminalPathArrayOfValues) AsSnapshotSizeArrayOfValues ¶
func (fpaov *WatchGroupsResponse_FieldTerminalPathArrayOfValues) AsSnapshotSizeArrayOfValues() ([]int64, bool)
func (*WatchGroupsResponse_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *WatchGroupsResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type WatchGroupsResponse_FieldTerminalPathValue ¶
type WatchGroupsResponse_FieldTerminalPathValue struct { WatchGroupsResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchGroupsResponse_FieldTerminalPathValue) AsGroupChangesValue ¶
func (fpv *WatchGroupsResponse_FieldTerminalPathValue) AsGroupChangesValue() ([]*group.GroupChange, bool)
func (*WatchGroupsResponse_FieldTerminalPathValue) AsIsCurrentValue ¶
func (fpv *WatchGroupsResponse_FieldTerminalPathValue) AsIsCurrentValue() (bool, bool)
func (*WatchGroupsResponse_FieldTerminalPathValue) AsIsHardResetValue ¶
func (fpv *WatchGroupsResponse_FieldTerminalPathValue) AsIsHardResetValue() (bool, bool)
func (*WatchGroupsResponse_FieldTerminalPathValue) AsIsSoftResetValue ¶
func (fpv *WatchGroupsResponse_FieldTerminalPathValue) AsIsSoftResetValue() (bool, bool)
func (*WatchGroupsResponse_FieldTerminalPathValue) AsPageTokenChangeValue ¶
func (fpv *WatchGroupsResponse_FieldTerminalPathValue) AsPageTokenChangeValue() (*WatchGroupsResponse_PageTokenChange, bool)
func (*WatchGroupsResponse_FieldTerminalPathValue) AsResumeTokenValue ¶
func (fpv *WatchGroupsResponse_FieldTerminalPathValue) AsResumeTokenValue() (string, bool)
func (*WatchGroupsResponse_FieldTerminalPathValue) AsSnapshotSizeValue ¶
func (fpv *WatchGroupsResponse_FieldTerminalPathValue) AsSnapshotSizeValue() (int64, bool)
func (*WatchGroupsResponse_FieldTerminalPathValue) CompareWith ¶
func (fpv *WatchGroupsResponse_FieldTerminalPathValue) CompareWith(source *WatchGroupsResponse) (int, bool)
CompareWith compares value in the 'WatchGroupsResponse_FieldTerminalPathValue' with the value under path in 'WatchGroupsResponse'.
func (*WatchGroupsResponse_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *WatchGroupsResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*WatchGroupsResponse_FieldTerminalPathValue) GetRawValue ¶
func (fpv *WatchGroupsResponse_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'WatchGroupsResponse' as interface{}
func (*WatchGroupsResponse_FieldTerminalPathValue) SetTo ¶
func (fpv *WatchGroupsResponse_FieldTerminalPathValue) SetTo(target **WatchGroupsResponse)
SetTo stores value for selected field for object WatchGroupsResponse
func (*WatchGroupsResponse_FieldTerminalPathValue) SetToRaw ¶
func (fpv *WatchGroupsResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
type WatchGroupsResponse_PageTokenChange ¶
type WatchGroupsResponse_PageTokenChange struct { // New token to retrieve previous page of results. PrevPageToken *group.PagerCursor `` /* 151-byte string literal not displayed */ // New token to retrieve next page of results. NextPageToken *group.PagerCursor `` /* 151-byte string literal not displayed */ // contains filtered or unexported fields }
func (*WatchGroupsResponse_PageTokenChange) Clone ¶
func (o *WatchGroupsResponse_PageTokenChange) Clone() *WatchGroupsResponse_PageTokenChange
func (*WatchGroupsResponse_PageTokenChange) CloneRaw ¶
func (o *WatchGroupsResponse_PageTokenChange) CloneRaw() gotenobject.GotenObjectExt
func (*WatchGroupsResponse_PageTokenChange) Descriptor ¶
func (*WatchGroupsResponse_PageTokenChange) Descriptor() ([]byte, []int)
Deprecated, Use WatchGroupsResponse_PageTokenChange.ProtoReflect.Descriptor instead.
func (*WatchGroupsResponse_PageTokenChange) GetNextPageToken ¶
func (m *WatchGroupsResponse_PageTokenChange) GetNextPageToken() *group.PagerCursor
func (*WatchGroupsResponse_PageTokenChange) GetPrevPageToken ¶
func (m *WatchGroupsResponse_PageTokenChange) GetPrevPageToken() *group.PagerCursor
func (*WatchGroupsResponse_PageTokenChange) GotenMessage ¶
func (*WatchGroupsResponse_PageTokenChange) GotenMessage()
func (*WatchGroupsResponse_PageTokenChange) GotenObjectExt ¶
func (o *WatchGroupsResponse_PageTokenChange) GotenObjectExt()
func (*WatchGroupsResponse_PageTokenChange) GotenValidate ¶
func (obj *WatchGroupsResponse_PageTokenChange) GotenValidate() error
func (*WatchGroupsResponse_PageTokenChange) MakeDiffFieldMask ¶
func (o *WatchGroupsResponse_PageTokenChange) MakeDiffFieldMask(other *WatchGroupsResponse_PageTokenChange) *WatchGroupsResponse_PageTokenChange_FieldMask
func (*WatchGroupsResponse_PageTokenChange) MakeFullFieldMask ¶
func (o *WatchGroupsResponse_PageTokenChange) MakeFullFieldMask() *WatchGroupsResponse_PageTokenChange_FieldMask
func (*WatchGroupsResponse_PageTokenChange) MakeRawDiffFieldMask ¶
func (o *WatchGroupsResponse_PageTokenChange) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*WatchGroupsResponse_PageTokenChange) MakeRawFullFieldMask ¶
func (o *WatchGroupsResponse_PageTokenChange) MakeRawFullFieldMask() gotenobject.FieldMask
func (*WatchGroupsResponse_PageTokenChange) Marshal ¶
func (m *WatchGroupsResponse_PageTokenChange) Marshal() ([]byte, error)
func (*WatchGroupsResponse_PageTokenChange) MarshalJSON ¶
func (m *WatchGroupsResponse_PageTokenChange) MarshalJSON() ([]byte, error)
func (*WatchGroupsResponse_PageTokenChange) Merge ¶
func (o *WatchGroupsResponse_PageTokenChange) Merge(source *WatchGroupsResponse_PageTokenChange)
func (*WatchGroupsResponse_PageTokenChange) MergeRaw ¶
func (o *WatchGroupsResponse_PageTokenChange) MergeRaw(source gotenobject.GotenObjectExt)
func (*WatchGroupsResponse_PageTokenChange) ProtoMessage ¶
func (*WatchGroupsResponse_PageTokenChange) ProtoMessage()
func (*WatchGroupsResponse_PageTokenChange) ProtoReflect ¶
func (m *WatchGroupsResponse_PageTokenChange) ProtoReflect() preflect.Message
func (*WatchGroupsResponse_PageTokenChange) Reset ¶
func (m *WatchGroupsResponse_PageTokenChange) Reset()
func (*WatchGroupsResponse_PageTokenChange) SetNextPageToken ¶
func (m *WatchGroupsResponse_PageTokenChange) SetNextPageToken(fv *group.PagerCursor)
func (*WatchGroupsResponse_PageTokenChange) SetPrevPageToken ¶
func (m *WatchGroupsResponse_PageTokenChange) SetPrevPageToken(fv *group.PagerCursor)
func (*WatchGroupsResponse_PageTokenChange) String ¶
func (m *WatchGroupsResponse_PageTokenChange) String() string
func (*WatchGroupsResponse_PageTokenChange) Unmarshal ¶
func (m *WatchGroupsResponse_PageTokenChange) Unmarshal(b []byte) error
func (*WatchGroupsResponse_PageTokenChange) UnmarshalJSON ¶
func (m *WatchGroupsResponse_PageTokenChange) UnmarshalJSON(data []byte) error
type WatchGroupsResponse_PageTokenChangePathSelectorNextPageToken ¶
type WatchGroupsResponse_PageTokenChangePathSelectorNextPageToken struct{}
func (WatchGroupsResponse_PageTokenChangePathSelectorNextPageToken) WithArrayOfValues ¶
func (s WatchGroupsResponse_PageTokenChangePathSelectorNextPageToken) WithArrayOfValues(values []*group.PagerCursor) *WatchGroupsResponsePageTokenChange_FieldTerminalPathArrayOfValues
type WatchGroupsResponse_PageTokenChangePathSelectorPrevPageToken ¶
type WatchGroupsResponse_PageTokenChangePathSelectorPrevPageToken struct{}
func (WatchGroupsResponse_PageTokenChangePathSelectorPrevPageToken) WithArrayOfValues ¶
func (s WatchGroupsResponse_PageTokenChangePathSelectorPrevPageToken) WithArrayOfValues(values []*group.PagerCursor) *WatchGroupsResponsePageTokenChange_FieldTerminalPathArrayOfValues
type WatchGroupsResponse_PageTokenChange_FieldMask ¶
type WatchGroupsResponse_PageTokenChange_FieldMask struct {
Paths []WatchGroupsResponsePageTokenChange_FieldPath
}
func FullWatchGroupsResponse_PageTokenChange_FieldMask ¶
func FullWatchGroupsResponse_PageTokenChange_FieldMask() *WatchGroupsResponse_PageTokenChange_FieldMask
func (*WatchGroupsResponse_PageTokenChange_FieldMask) AppendPath ¶
func (fieldMask *WatchGroupsResponse_PageTokenChange_FieldMask) AppendPath(path WatchGroupsResponsePageTokenChange_FieldPath)
func (*WatchGroupsResponse_PageTokenChange_FieldMask) AppendRawPath ¶
func (fieldMask *WatchGroupsResponse_PageTokenChange_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*WatchGroupsResponse_PageTokenChange_FieldMask) DecodeFirestore ¶
func (fieldMask *WatchGroupsResponse_PageTokenChange_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*WatchGroupsResponse_PageTokenChange_FieldMask) EncodeFirestore ¶
func (fieldMask *WatchGroupsResponse_PageTokenChange_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*WatchGroupsResponse_PageTokenChange_FieldMask) FilterInputFields ¶
func (fieldMask *WatchGroupsResponse_PageTokenChange_FieldMask) FilterInputFields() *WatchGroupsResponse_PageTokenChange_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*WatchGroupsResponse_PageTokenChange_FieldMask) FromProtoFieldMask ¶
func (fieldMask *WatchGroupsResponse_PageTokenChange_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*WatchGroupsResponse_PageTokenChange_FieldMask) GetPaths ¶
func (fieldMask *WatchGroupsResponse_PageTokenChange_FieldMask) GetPaths() []WatchGroupsResponsePageTokenChange_FieldPath
func (*WatchGroupsResponse_PageTokenChange_FieldMask) GetRawPaths ¶
func (fieldMask *WatchGroupsResponse_PageTokenChange_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*WatchGroupsResponse_PageTokenChange_FieldMask) IsFull ¶
func (fieldMask *WatchGroupsResponse_PageTokenChange_FieldMask) IsFull() bool
func (WatchGroupsResponse_PageTokenChange_FieldMask) Marshal ¶
func (fieldMask WatchGroupsResponse_PageTokenChange_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (WatchGroupsResponse_PageTokenChange_FieldMask) MarshalJSON ¶
func (fieldMask WatchGroupsResponse_PageTokenChange_FieldMask) MarshalJSON() ([]byte, error)
func (*WatchGroupsResponse_PageTokenChange_FieldMask) PathsCount ¶
func (fieldMask *WatchGroupsResponse_PageTokenChange_FieldMask) PathsCount() int
func (*WatchGroupsResponse_PageTokenChange_FieldMask) Project ¶
func (fieldMask *WatchGroupsResponse_PageTokenChange_FieldMask) Project(source *WatchGroupsResponse_PageTokenChange) *WatchGroupsResponse_PageTokenChange
func (*WatchGroupsResponse_PageTokenChange_FieldMask) ProjectRaw ¶
func (fieldMask *WatchGroupsResponse_PageTokenChange_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*WatchGroupsResponse_PageTokenChange_FieldMask) ProtoMessage ¶
func (fieldMask *WatchGroupsResponse_PageTokenChange_FieldMask) ProtoMessage()
func (*WatchGroupsResponse_PageTokenChange_FieldMask) ProtoReflect ¶
func (fieldMask *WatchGroupsResponse_PageTokenChange_FieldMask) ProtoReflect() preflect.Message
func (*WatchGroupsResponse_PageTokenChange_FieldMask) Reset ¶
func (fieldMask *WatchGroupsResponse_PageTokenChange_FieldMask) Reset()
func (*WatchGroupsResponse_PageTokenChange_FieldMask) Set ¶
func (fieldMask *WatchGroupsResponse_PageTokenChange_FieldMask) Set(target, source *WatchGroupsResponse_PageTokenChange)
func (*WatchGroupsResponse_PageTokenChange_FieldMask) SetFromCliFlag ¶
func (fieldMask *WatchGroupsResponse_PageTokenChange_FieldMask) SetFromCliFlag(raw string) error
func (*WatchGroupsResponse_PageTokenChange_FieldMask) SetRaw ¶
func (fieldMask *WatchGroupsResponse_PageTokenChange_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*WatchGroupsResponse_PageTokenChange_FieldMask) Size ¶
func (fieldMask *WatchGroupsResponse_PageTokenChange_FieldMask) Size() int
func (*WatchGroupsResponse_PageTokenChange_FieldMask) String ¶
func (fieldMask *WatchGroupsResponse_PageTokenChange_FieldMask) String() string
func (*WatchGroupsResponse_PageTokenChange_FieldMask) Subtract ¶
func (fieldMask *WatchGroupsResponse_PageTokenChange_FieldMask) Subtract(other *WatchGroupsResponse_PageTokenChange_FieldMask) *WatchGroupsResponse_PageTokenChange_FieldMask
func (*WatchGroupsResponse_PageTokenChange_FieldMask) SubtractRaw ¶
func (fieldMask *WatchGroupsResponse_PageTokenChange_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*WatchGroupsResponse_PageTokenChange_FieldMask) ToProtoFieldMask ¶
func (fieldMask *WatchGroupsResponse_PageTokenChange_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*WatchGroupsResponse_PageTokenChange_FieldMask) Unmarshal ¶
func (fieldMask *WatchGroupsResponse_PageTokenChange_FieldMask) Unmarshal(data []byte) error
func (*WatchGroupsResponse_PageTokenChange_FieldMask) UnmarshalJSON ¶
func (fieldMask *WatchGroupsResponse_PageTokenChange_FieldMask) UnmarshalJSON(data []byte) error