Documentation ¶
Index ¶
- type BatchGetUsersByEmailRequest
- func (o *BatchGetUsersByEmailRequest) Clone() *BatchGetUsersByEmailRequest
- func (o *BatchGetUsersByEmailRequest) CloneRaw() gotenobject.GotenObjectExt
- func (*BatchGetUsersByEmailRequest) Descriptor() ([]byte, []int)
- func (m *BatchGetUsersByEmailRequest) GetEmails() []string
- func (m *BatchGetUsersByEmailRequest) GetFieldMask() *user.User_FieldMask
- func (m *BatchGetUsersByEmailRequest) GetSkipCache() bool
- func (m *BatchGetUsersByEmailRequest) GetView() view.View
- func (*BatchGetUsersByEmailRequest) GotenMessage()
- func (o *BatchGetUsersByEmailRequest) GotenObjectExt()
- func (obj *BatchGetUsersByEmailRequest) GotenValidate() error
- func (o *BatchGetUsersByEmailRequest) MakeDiffFieldMask(other *BatchGetUsersByEmailRequest) *BatchGetUsersByEmailRequest_FieldMask
- func (o *BatchGetUsersByEmailRequest) MakeFullFieldMask() *BatchGetUsersByEmailRequest_FieldMask
- func (o *BatchGetUsersByEmailRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *BatchGetUsersByEmailRequest) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *BatchGetUsersByEmailRequest) Marshal() ([]byte, error)
- func (m *BatchGetUsersByEmailRequest) MarshalJSON() ([]byte, error)
- func (o *BatchGetUsersByEmailRequest) Merge(source *BatchGetUsersByEmailRequest)
- func (o *BatchGetUsersByEmailRequest) MergeRaw(source gotenobject.GotenObjectExt)
- func (*BatchGetUsersByEmailRequest) ProtoMessage()
- func (m *BatchGetUsersByEmailRequest) ProtoReflect() preflect.Message
- func (m *BatchGetUsersByEmailRequest) Reset()
- func (m *BatchGetUsersByEmailRequest) SetEmails(fv []string)
- func (m *BatchGetUsersByEmailRequest) SetFieldMask(fv *user.User_FieldMask)
- func (m *BatchGetUsersByEmailRequest) SetSkipCache(fv bool)
- func (m *BatchGetUsersByEmailRequest) SetView(fv view.View)
- func (m *BatchGetUsersByEmailRequest) String() string
- func (m *BatchGetUsersByEmailRequest) Unmarshal(b []byte) error
- func (m *BatchGetUsersByEmailRequest) UnmarshalJSON(data []byte) error
- type BatchGetUsersByEmailRequestFieldPathBuilder
- func (BatchGetUsersByEmailRequestFieldPathBuilder) Emails() BatchGetUsersByEmailRequestPathSelectorEmails
- func (BatchGetUsersByEmailRequestFieldPathBuilder) FieldMask() BatchGetUsersByEmailRequestPathSelectorFieldMask
- func (BatchGetUsersByEmailRequestFieldPathBuilder) SkipCache() BatchGetUsersByEmailRequestPathSelectorSkipCache
- func (BatchGetUsersByEmailRequestFieldPathBuilder) View() BatchGetUsersByEmailRequestPathSelectorView
- type BatchGetUsersByEmailRequestPathSelectorEmails
- func (BatchGetUsersByEmailRequestPathSelectorEmails) FieldPath() *BatchGetUsersByEmailRequest_FieldTerminalPath
- func (s BatchGetUsersByEmailRequestPathSelectorEmails) WithArrayOfValues(values [][]string) *BatchGetUsersByEmailRequest_FieldTerminalPathArrayOfValues
- func (s BatchGetUsersByEmailRequestPathSelectorEmails) WithItemValue(value string) *BatchGetUsersByEmailRequest_FieldTerminalPathArrayItemValue
- func (s BatchGetUsersByEmailRequestPathSelectorEmails) WithValue(value []string) *BatchGetUsersByEmailRequest_FieldTerminalPathValue
- type BatchGetUsersByEmailRequestPathSelectorFieldMask
- func (BatchGetUsersByEmailRequestPathSelectorFieldMask) FieldPath() *BatchGetUsersByEmailRequest_FieldTerminalPath
- func (s BatchGetUsersByEmailRequestPathSelectorFieldMask) WithArrayOfValues(values []*user.User_FieldMask) *BatchGetUsersByEmailRequest_FieldTerminalPathArrayOfValues
- func (s BatchGetUsersByEmailRequestPathSelectorFieldMask) WithValue(value *user.User_FieldMask) *BatchGetUsersByEmailRequest_FieldTerminalPathValue
- type BatchGetUsersByEmailRequestPathSelectorSkipCache
- func (BatchGetUsersByEmailRequestPathSelectorSkipCache) FieldPath() *BatchGetUsersByEmailRequest_FieldTerminalPath
- func (s BatchGetUsersByEmailRequestPathSelectorSkipCache) WithArrayOfValues(values []bool) *BatchGetUsersByEmailRequest_FieldTerminalPathArrayOfValues
- func (s BatchGetUsersByEmailRequestPathSelectorSkipCache) WithValue(value bool) *BatchGetUsersByEmailRequest_FieldTerminalPathValue
- type BatchGetUsersByEmailRequestPathSelectorView
- func (BatchGetUsersByEmailRequestPathSelectorView) FieldPath() *BatchGetUsersByEmailRequest_FieldTerminalPath
- func (s BatchGetUsersByEmailRequestPathSelectorView) WithArrayOfValues(values []view.View) *BatchGetUsersByEmailRequest_FieldTerminalPathArrayOfValues
- func (s BatchGetUsersByEmailRequestPathSelectorView) WithValue(value view.View) *BatchGetUsersByEmailRequest_FieldTerminalPathValue
- type BatchGetUsersByEmailRequest_FieldMask
- func (fieldMask *BatchGetUsersByEmailRequest_FieldMask) AppendPath(path BatchGetUsersByEmailRequest_FieldPath)
- func (fieldMask *BatchGetUsersByEmailRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *BatchGetUsersByEmailRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *BatchGetUsersByEmailRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *BatchGetUsersByEmailRequest_FieldMask) FilterInputFields() *BatchGetUsersByEmailRequest_FieldMask
- func (fieldMask *BatchGetUsersByEmailRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *BatchGetUsersByEmailRequest_FieldMask) GetPaths() []BatchGetUsersByEmailRequest_FieldPath
- func (fieldMask *BatchGetUsersByEmailRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *BatchGetUsersByEmailRequest_FieldMask) IsFull() bool
- func (fieldMask BatchGetUsersByEmailRequest_FieldMask) Marshal() ([]byte, error)
- func (fieldMask BatchGetUsersByEmailRequest_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *BatchGetUsersByEmailRequest_FieldMask) PathsCount() int
- func (fieldMask *BatchGetUsersByEmailRequest_FieldMask) Project(source *BatchGetUsersByEmailRequest) *BatchGetUsersByEmailRequest
- func (fieldMask *BatchGetUsersByEmailRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *BatchGetUsersByEmailRequest_FieldMask) ProtoMessage()
- func (fieldMask *BatchGetUsersByEmailRequest_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *BatchGetUsersByEmailRequest_FieldMask) Reset()
- func (fieldMask *BatchGetUsersByEmailRequest_FieldMask) Set(target, source *BatchGetUsersByEmailRequest)
- func (fieldMask *BatchGetUsersByEmailRequest_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *BatchGetUsersByEmailRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *BatchGetUsersByEmailRequest_FieldMask) Size() int
- func (fieldMask *BatchGetUsersByEmailRequest_FieldMask) String() string
- func (fieldMask *BatchGetUsersByEmailRequest_FieldMask) Subtract(other *BatchGetUsersByEmailRequest_FieldMask) *BatchGetUsersByEmailRequest_FieldMask
- func (fieldMask *BatchGetUsersByEmailRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *BatchGetUsersByEmailRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *BatchGetUsersByEmailRequest_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *BatchGetUsersByEmailRequest_FieldMask) UnmarshalJSON(data []byte) error
- type BatchGetUsersByEmailRequest_FieldPath
- func BuildBatchGetUsersByEmailRequest_FieldPath(fp gotenobject.RawFieldPath) (BatchGetUsersByEmailRequest_FieldPath, error)
- func MustParseBatchGetUsersByEmailRequest_FieldPath(rawField string) BatchGetUsersByEmailRequest_FieldPath
- func ParseBatchGetUsersByEmailRequest_FieldPath(rawField string) (BatchGetUsersByEmailRequest_FieldPath, error)
- type BatchGetUsersByEmailRequest_FieldPathArrayItemValue
- type BatchGetUsersByEmailRequest_FieldPathArrayOfValues
- type BatchGetUsersByEmailRequest_FieldPathSelector
- type BatchGetUsersByEmailRequest_FieldPathValue
- type BatchGetUsersByEmailRequest_FieldTerminalPath
- func (fp *BatchGetUsersByEmailRequest_FieldTerminalPath) ClearValue(item *BatchGetUsersByEmailRequest)
- func (fp *BatchGetUsersByEmailRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *BatchGetUsersByEmailRequest_FieldTerminalPath) Get(source *BatchGetUsersByEmailRequest) (values []interface{})
- func (fp *BatchGetUsersByEmailRequest_FieldTerminalPath) GetDefault() interface{}
- func (fp *BatchGetUsersByEmailRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *BatchGetUsersByEmailRequest_FieldTerminalPath) GetSingle(source *BatchGetUsersByEmailRequest) (interface{}, bool)
- func (fp *BatchGetUsersByEmailRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *BatchGetUsersByEmailRequest_FieldTerminalPath) IsLeaf() bool
- func (fp *BatchGetUsersByEmailRequest_FieldTerminalPath) JSONString() string
- func (fp *BatchGetUsersByEmailRequest_FieldTerminalPath) Selector() BatchGetUsersByEmailRequest_FieldPathSelector
- func (fp *BatchGetUsersByEmailRequest_FieldTerminalPath) String() string
- func (fp *BatchGetUsersByEmailRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) BatchGetUsersByEmailRequest_FieldPathArrayItemValue
- func (fp *BatchGetUsersByEmailRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) BatchGetUsersByEmailRequest_FieldPathArrayOfValues
- func (fp *BatchGetUsersByEmailRequest_FieldTerminalPath) WithIValue(value interface{}) BatchGetUsersByEmailRequest_FieldPathValue
- func (fp *BatchGetUsersByEmailRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *BatchGetUsersByEmailRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *BatchGetUsersByEmailRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type BatchGetUsersByEmailRequest_FieldTerminalPathArrayItemValue
- func (fpaiv *BatchGetUsersByEmailRequest_FieldTerminalPathArrayItemValue) AsEmailsItemValue() (string, bool)
- func (fpaiv *BatchGetUsersByEmailRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *BatchGetUsersByEmailRequest) bool
- func (fpaiv *BatchGetUsersByEmailRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *BatchGetUsersByEmailRequest_FieldTerminalPathArrayItemValue) GetSingle(source *BatchGetUsersByEmailRequest) (interface{}, bool)
- func (fpaiv *BatchGetUsersByEmailRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type BatchGetUsersByEmailRequest_FieldTerminalPathArrayOfValues
- func (fpaov *BatchGetUsersByEmailRequest_FieldTerminalPathArrayOfValues) AsEmailsArrayOfValues() ([][]string, bool)
- func (fpaov *BatchGetUsersByEmailRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*user.User_FieldMask, bool)
- func (fpaov *BatchGetUsersByEmailRequest_FieldTerminalPathArrayOfValues) AsSkipCacheArrayOfValues() ([]bool, bool)
- func (fpaov *BatchGetUsersByEmailRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)
- func (fpaov *BatchGetUsersByEmailRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type BatchGetUsersByEmailRequest_FieldTerminalPathValue
- func (fpv *BatchGetUsersByEmailRequest_FieldTerminalPathValue) AsEmailsValue() ([]string, bool)
- func (fpv *BatchGetUsersByEmailRequest_FieldTerminalPathValue) AsFieldMaskValue() (*user.User_FieldMask, bool)
- func (fpv *BatchGetUsersByEmailRequest_FieldTerminalPathValue) AsSkipCacheValue() (bool, bool)
- func (fpv *BatchGetUsersByEmailRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)
- func (fpv *BatchGetUsersByEmailRequest_FieldTerminalPathValue) CompareWith(source *BatchGetUsersByEmailRequest) (int, bool)
- func (fpv *BatchGetUsersByEmailRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *BatchGetUsersByEmailRequest_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *BatchGetUsersByEmailRequest_FieldTerminalPathValue) SetTo(target **BatchGetUsersByEmailRequest)
- func (fpv *BatchGetUsersByEmailRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type BatchGetUsersByEmailResponse
- func (o *BatchGetUsersByEmailResponse) Clone() *BatchGetUsersByEmailResponse
- func (o *BatchGetUsersByEmailResponse) CloneRaw() gotenobject.GotenObjectExt
- func (*BatchGetUsersByEmailResponse) Descriptor() ([]byte, []int)
- func (m *BatchGetUsersByEmailResponse) GetMissing() []string
- func (m *BatchGetUsersByEmailResponse) GetUsers() []*user.User
- func (*BatchGetUsersByEmailResponse) GotenMessage()
- func (o *BatchGetUsersByEmailResponse) GotenObjectExt()
- func (obj *BatchGetUsersByEmailResponse) GotenValidate() error
- func (o *BatchGetUsersByEmailResponse) MakeDiffFieldMask(other *BatchGetUsersByEmailResponse) *BatchGetUsersByEmailResponse_FieldMask
- func (o *BatchGetUsersByEmailResponse) MakeFullFieldMask() *BatchGetUsersByEmailResponse_FieldMask
- func (o *BatchGetUsersByEmailResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *BatchGetUsersByEmailResponse) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *BatchGetUsersByEmailResponse) Marshal() ([]byte, error)
- func (m *BatchGetUsersByEmailResponse) MarshalJSON() ([]byte, error)
- func (o *BatchGetUsersByEmailResponse) Merge(source *BatchGetUsersByEmailResponse)
- func (o *BatchGetUsersByEmailResponse) MergeRaw(source gotenobject.GotenObjectExt)
- func (*BatchGetUsersByEmailResponse) ProtoMessage()
- func (m *BatchGetUsersByEmailResponse) ProtoReflect() preflect.Message
- func (m *BatchGetUsersByEmailResponse) Reset()
- func (m *BatchGetUsersByEmailResponse) SetMissing(fv []string)
- func (m *BatchGetUsersByEmailResponse) SetUsers(fv []*user.User)
- func (m *BatchGetUsersByEmailResponse) String() string
- func (m *BatchGetUsersByEmailResponse) Unmarshal(b []byte) error
- func (m *BatchGetUsersByEmailResponse) UnmarshalJSON(data []byte) error
- type BatchGetUsersByEmailResponseFieldPathBuilder
- type BatchGetUsersByEmailResponseMapPathSelectorUsersMetadataAnnotations
- func (s BatchGetUsersByEmailResponseMapPathSelectorUsersMetadataAnnotations) FieldPath() *BatchGetUsersByEmailResponse_FieldSubPath
- func (s BatchGetUsersByEmailResponseMapPathSelectorUsersMetadataAnnotations) WithArrayOfValues(values []string) *BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues
- func (s BatchGetUsersByEmailResponseMapPathSelectorUsersMetadataAnnotations) WithValue(value string) *BatchGetUsersByEmailResponse_FieldSubPathValue
- type BatchGetUsersByEmailResponseMapPathSelectorUsersMetadataLabels
- func (s BatchGetUsersByEmailResponseMapPathSelectorUsersMetadataLabels) FieldPath() *BatchGetUsersByEmailResponse_FieldSubPath
- func (s BatchGetUsersByEmailResponseMapPathSelectorUsersMetadataLabels) WithArrayOfValues(values []string) *BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues
- func (s BatchGetUsersByEmailResponseMapPathSelectorUsersMetadataLabels) WithValue(value string) *BatchGetUsersByEmailResponse_FieldSubPathValue
- type BatchGetUsersByEmailResponseMapPathSelectorUsersMetadataShards
- func (s BatchGetUsersByEmailResponseMapPathSelectorUsersMetadataShards) FieldPath() *BatchGetUsersByEmailResponse_FieldSubPath
- func (s BatchGetUsersByEmailResponseMapPathSelectorUsersMetadataShards) WithArrayOfValues(values []int64) *BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues
- func (s BatchGetUsersByEmailResponseMapPathSelectorUsersMetadataShards) WithValue(value int64) *BatchGetUsersByEmailResponse_FieldSubPathValue
- type BatchGetUsersByEmailResponseMapPathSelectorUsersSettings
- func (s BatchGetUsersByEmailResponseMapPathSelectorUsersSettings) FieldPath() *BatchGetUsersByEmailResponse_FieldSubPath
- func (s BatchGetUsersByEmailResponseMapPathSelectorUsersSettings) WithArrayOfValues(values []string) *BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues
- func (s BatchGetUsersByEmailResponseMapPathSelectorUsersSettings) WithValue(value string) *BatchGetUsersByEmailResponse_FieldSubPathValue
- type BatchGetUsersByEmailResponsePathSelectorMissing
- func (BatchGetUsersByEmailResponsePathSelectorMissing) FieldPath() *BatchGetUsersByEmailResponse_FieldTerminalPath
- func (s BatchGetUsersByEmailResponsePathSelectorMissing) WithArrayOfValues(values [][]string) *BatchGetUsersByEmailResponse_FieldTerminalPathArrayOfValues
- func (s BatchGetUsersByEmailResponsePathSelectorMissing) WithItemValue(value string) *BatchGetUsersByEmailResponse_FieldTerminalPathArrayItemValue
- func (s BatchGetUsersByEmailResponsePathSelectorMissing) WithValue(value []string) *BatchGetUsersByEmailResponse_FieldTerminalPathValue
- type BatchGetUsersByEmailResponsePathSelectorUsers
- func (BatchGetUsersByEmailResponsePathSelectorUsers) AuthInfo() BatchGetUsersByEmailResponsePathSelectorUsersAuthInfo
- func (BatchGetUsersByEmailResponsePathSelectorUsers) Email() BatchGetUsersByEmailResponsePathSelectorUsersEmail
- func (BatchGetUsersByEmailResponsePathSelectorUsers) EmailVerified() BatchGetUsersByEmailResponsePathSelectorUsersEmailVerified
- func (BatchGetUsersByEmailResponsePathSelectorUsers) FieldPath() *BatchGetUsersByEmailResponse_FieldTerminalPath
- func (BatchGetUsersByEmailResponsePathSelectorUsers) FullName() BatchGetUsersByEmailResponsePathSelectorUsersFullName
- func (BatchGetUsersByEmailResponsePathSelectorUsers) Metadata() BatchGetUsersByEmailResponsePathSelectorUsersMetadata
- func (BatchGetUsersByEmailResponsePathSelectorUsers) Name() BatchGetUsersByEmailResponsePathSelectorUsersName
- func (BatchGetUsersByEmailResponsePathSelectorUsers) RefreshedTime() BatchGetUsersByEmailResponsePathSelectorUsersRefreshedTime
- func (BatchGetUsersByEmailResponsePathSelectorUsers) Settings() BatchGetUsersByEmailResponsePathSelectorUsersSettings
- func (s BatchGetUsersByEmailResponsePathSelectorUsers) WithArrayOfValues(values [][]*user.User) *BatchGetUsersByEmailResponse_FieldTerminalPathArrayOfValues
- func (s BatchGetUsersByEmailResponsePathSelectorUsers) WithItemValue(value *user.User) *BatchGetUsersByEmailResponse_FieldTerminalPathArrayItemValue
- func (s BatchGetUsersByEmailResponsePathSelectorUsers) WithSubArrayItemValue(subPathArrayItemValue user.User_FieldPathArrayItemValue) *BatchGetUsersByEmailResponse_FieldSubPathArrayItemValue
- func (s BatchGetUsersByEmailResponsePathSelectorUsers) WithSubArrayOfValues(subPathArrayOfValues user.User_FieldPathArrayOfValues) *BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues
- func (BatchGetUsersByEmailResponsePathSelectorUsers) WithSubPath(subPath user.User_FieldPath) *BatchGetUsersByEmailResponse_FieldSubPath
- func (s BatchGetUsersByEmailResponsePathSelectorUsers) WithSubValue(subPathValue user.User_FieldPathValue) *BatchGetUsersByEmailResponse_FieldSubPathValue
- func (s BatchGetUsersByEmailResponsePathSelectorUsers) WithValue(value []*user.User) *BatchGetUsersByEmailResponse_FieldTerminalPathValue
- type BatchGetUsersByEmailResponsePathSelectorUsersAuthInfo
- func (BatchGetUsersByEmailResponsePathSelectorUsersAuthInfo) FieldPath() *BatchGetUsersByEmailResponse_FieldSubPath
- func (BatchGetUsersByEmailResponsePathSelectorUsersAuthInfo) Id() BatchGetUsersByEmailResponsePathSelectorUsersAuthInfoId
- func (BatchGetUsersByEmailResponsePathSelectorUsersAuthInfo) Provider() BatchGetUsersByEmailResponsePathSelectorUsersAuthInfoProvider
- func (s BatchGetUsersByEmailResponsePathSelectorUsersAuthInfo) WithArrayOfValues(values []*user.User_AuthInfo) *BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues
- func (s BatchGetUsersByEmailResponsePathSelectorUsersAuthInfo) WithValue(value *user.User_AuthInfo) *BatchGetUsersByEmailResponse_FieldSubPathValue
- type BatchGetUsersByEmailResponsePathSelectorUsersAuthInfoId
- func (BatchGetUsersByEmailResponsePathSelectorUsersAuthInfoId) FieldPath() *BatchGetUsersByEmailResponse_FieldSubPath
- func (s BatchGetUsersByEmailResponsePathSelectorUsersAuthInfoId) WithArrayOfValues(values []string) *BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues
- func (s BatchGetUsersByEmailResponsePathSelectorUsersAuthInfoId) WithValue(value string) *BatchGetUsersByEmailResponse_FieldSubPathValue
- type BatchGetUsersByEmailResponsePathSelectorUsersAuthInfoProvider
- func (BatchGetUsersByEmailResponsePathSelectorUsersAuthInfoProvider) FieldPath() *BatchGetUsersByEmailResponse_FieldSubPath
- func (s BatchGetUsersByEmailResponsePathSelectorUsersAuthInfoProvider) WithArrayOfValues(values []string) *BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues
- func (s BatchGetUsersByEmailResponsePathSelectorUsersAuthInfoProvider) WithValue(value string) *BatchGetUsersByEmailResponse_FieldSubPathValue
- type BatchGetUsersByEmailResponsePathSelectorUsersEmail
- func (BatchGetUsersByEmailResponsePathSelectorUsersEmail) FieldPath() *BatchGetUsersByEmailResponse_FieldSubPath
- func (s BatchGetUsersByEmailResponsePathSelectorUsersEmail) WithArrayOfValues(values []string) *BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues
- func (s BatchGetUsersByEmailResponsePathSelectorUsersEmail) WithValue(value string) *BatchGetUsersByEmailResponse_FieldSubPathValue
- type BatchGetUsersByEmailResponsePathSelectorUsersEmailVerified
- func (BatchGetUsersByEmailResponsePathSelectorUsersEmailVerified) FieldPath() *BatchGetUsersByEmailResponse_FieldSubPath
- func (s BatchGetUsersByEmailResponsePathSelectorUsersEmailVerified) WithArrayOfValues(values []bool) *BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues
- func (s BatchGetUsersByEmailResponsePathSelectorUsersEmailVerified) WithValue(value bool) *BatchGetUsersByEmailResponse_FieldSubPathValue
- type BatchGetUsersByEmailResponsePathSelectorUsersFullName
- func (BatchGetUsersByEmailResponsePathSelectorUsersFullName) FieldPath() *BatchGetUsersByEmailResponse_FieldSubPath
- func (s BatchGetUsersByEmailResponsePathSelectorUsersFullName) WithArrayOfValues(values []string) *BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues
- func (s BatchGetUsersByEmailResponsePathSelectorUsersFullName) WithValue(value string) *BatchGetUsersByEmailResponse_FieldSubPathValue
- type BatchGetUsersByEmailResponsePathSelectorUsersMetadata
- func (BatchGetUsersByEmailResponsePathSelectorUsersMetadata) Annotations() BatchGetUsersByEmailResponsePathSelectorUsersMetadataAnnotations
- func (BatchGetUsersByEmailResponsePathSelectorUsersMetadata) CreateTime() BatchGetUsersByEmailResponsePathSelectorUsersMetadataCreateTime
- func (BatchGetUsersByEmailResponsePathSelectorUsersMetadata) FieldPath() *BatchGetUsersByEmailResponse_FieldSubPath
- func (BatchGetUsersByEmailResponsePathSelectorUsersMetadata) Generation() BatchGetUsersByEmailResponsePathSelectorUsersMetadataGeneration
- func (BatchGetUsersByEmailResponsePathSelectorUsersMetadata) Labels() BatchGetUsersByEmailResponsePathSelectorUsersMetadataLabels
- func (BatchGetUsersByEmailResponsePathSelectorUsersMetadata) OwnerReferences() BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferences
- func (BatchGetUsersByEmailResponsePathSelectorUsersMetadata) ResourceVersion() BatchGetUsersByEmailResponsePathSelectorUsersMetadataResourceVersion
- func (BatchGetUsersByEmailResponsePathSelectorUsersMetadata) Shards() BatchGetUsersByEmailResponsePathSelectorUsersMetadataShards
- func (BatchGetUsersByEmailResponsePathSelectorUsersMetadata) Syncing() BatchGetUsersByEmailResponsePathSelectorUsersMetadataSyncing
- func (BatchGetUsersByEmailResponsePathSelectorUsersMetadata) Tags() BatchGetUsersByEmailResponsePathSelectorUsersMetadataTags
- func (BatchGetUsersByEmailResponsePathSelectorUsersMetadata) UpdateTime() BatchGetUsersByEmailResponsePathSelectorUsersMetadataUpdateTime
- func (BatchGetUsersByEmailResponsePathSelectorUsersMetadata) Uuid() BatchGetUsersByEmailResponsePathSelectorUsersMetadataUuid
- func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues
- func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadata) WithValue(value *ntt_meta.Meta) *BatchGetUsersByEmailResponse_FieldSubPathValue
- type BatchGetUsersByEmailResponsePathSelectorUsersMetadataAnnotations
- func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataAnnotations) FieldPath() *BatchGetUsersByEmailResponse_FieldSubPath
- func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadataAnnotations) WithArrayOfValues(values []map[string]string) *BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues
- func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataAnnotations) WithKey(key string) BatchGetUsersByEmailResponseMapPathSelectorUsersMetadataAnnotations
- func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadataAnnotations) WithValue(value map[string]string) *BatchGetUsersByEmailResponse_FieldSubPathValue
- type BatchGetUsersByEmailResponsePathSelectorUsersMetadataCreateTime
- func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataCreateTime) FieldPath() *BatchGetUsersByEmailResponse_FieldSubPath
- func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues
- func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadataCreateTime) WithValue(value *timestamp.Timestamp) *BatchGetUsersByEmailResponse_FieldSubPathValue
- type BatchGetUsersByEmailResponsePathSelectorUsersMetadataGeneration
- func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataGeneration) FieldPath() *BatchGetUsersByEmailResponse_FieldSubPath
- func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadataGeneration) WithArrayOfValues(values []int64) *BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues
- func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadataGeneration) WithValue(value int64) *BatchGetUsersByEmailResponse_FieldSubPathValue
- type BatchGetUsersByEmailResponsePathSelectorUsersMetadataLabels
- func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataLabels) FieldPath() *BatchGetUsersByEmailResponse_FieldSubPath
- func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadataLabels) WithArrayOfValues(values []map[string]string) *BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues
- func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataLabels) WithKey(key string) BatchGetUsersByEmailResponseMapPathSelectorUsersMetadataLabels
- func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadataLabels) WithValue(value map[string]string) *BatchGetUsersByEmailResponse_FieldSubPathValue
- type BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferences
- func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferences) ApiVersion() BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesApiVersion
- func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferences) BlockOwnerDeletion() ...
- func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferences) Controller() BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesController
- func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferences) FieldPath() *BatchGetUsersByEmailResponse_FieldSubPath
- func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferences) Kind() BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesKind
- func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferences) Name() BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesName
- func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferences) Uid() BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesUid
- func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues
- func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *BatchGetUsersByEmailResponse_FieldSubPathArrayItemValue
- func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *BatchGetUsersByEmailResponse_FieldSubPathValue
- type BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesApiVersion
- func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesApiVersion) FieldPath() *BatchGetUsersByEmailResponse_FieldSubPath
- func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesApiVersion) WithArrayOfValues(values []string) *BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues
- func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesApiVersion) WithValue(value string) *BatchGetUsersByEmailResponse_FieldSubPathValue
- type BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesBlockOwnerDeletion
- func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesBlockOwnerDeletion) FieldPath() *BatchGetUsersByEmailResponse_FieldSubPath
- func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues
- func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesBlockOwnerDeletion) WithValue(value bool) *BatchGetUsersByEmailResponse_FieldSubPathValue
- type BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesController
- func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesController) FieldPath() *BatchGetUsersByEmailResponse_FieldSubPath
- func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues
- func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesController) WithValue(value bool) *BatchGetUsersByEmailResponse_FieldSubPathValue
- type BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesKind
- func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesKind) FieldPath() *BatchGetUsersByEmailResponse_FieldSubPath
- func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues
- func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesKind) WithValue(value string) *BatchGetUsersByEmailResponse_FieldSubPathValue
- type BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesName
- func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesName) FieldPath() *BatchGetUsersByEmailResponse_FieldSubPath
- func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesName) WithArrayOfValues(values []string) *BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues
- func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesName) WithValue(value string) *BatchGetUsersByEmailResponse_FieldSubPathValue
- type BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesUid
- func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesUid) FieldPath() *BatchGetUsersByEmailResponse_FieldSubPath
- func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesUid) WithArrayOfValues(values []string) *BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues
- func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesUid) WithValue(value string) *BatchGetUsersByEmailResponse_FieldSubPathValue
- type BatchGetUsersByEmailResponsePathSelectorUsersMetadataResourceVersion
- func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataResourceVersion) FieldPath() *BatchGetUsersByEmailResponse_FieldSubPath
- func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadataResourceVersion) WithArrayOfValues(values []string) *BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues
- func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadataResourceVersion) WithValue(value string) *BatchGetUsersByEmailResponse_FieldSubPathValue
- type BatchGetUsersByEmailResponsePathSelectorUsersMetadataShards
- func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataShards) FieldPath() *BatchGetUsersByEmailResponse_FieldSubPath
- func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadataShards) WithArrayOfValues(values []map[string]int64) *BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues
- func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataShards) WithKey(key string) BatchGetUsersByEmailResponseMapPathSelectorUsersMetadataShards
- func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadataShards) WithValue(value map[string]int64) *BatchGetUsersByEmailResponse_FieldSubPathValue
- type BatchGetUsersByEmailResponsePathSelectorUsersMetadataSyncing
- func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataSyncing) FieldPath() *BatchGetUsersByEmailResponse_FieldSubPath
- func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataSyncing) OwningRegion() BatchGetUsersByEmailResponsePathSelectorUsersMetadataSyncingOwningRegion
- func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataSyncing) Regions() BatchGetUsersByEmailResponsePathSelectorUsersMetadataSyncingRegions
- func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadataSyncing) WithArrayOfValues(values []*syncing_meta.SyncingMeta) *BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues
- func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadataSyncing) WithValue(value *syncing_meta.SyncingMeta) *BatchGetUsersByEmailResponse_FieldSubPathValue
- type BatchGetUsersByEmailResponsePathSelectorUsersMetadataSyncingOwningRegion
- func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataSyncingOwningRegion) FieldPath() *BatchGetUsersByEmailResponse_FieldSubPath
- func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues
- func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadataSyncingOwningRegion) WithValue(value string) *BatchGetUsersByEmailResponse_FieldSubPathValue
- type BatchGetUsersByEmailResponsePathSelectorUsersMetadataSyncingRegions
- func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataSyncingRegions) FieldPath() *BatchGetUsersByEmailResponse_FieldSubPath
- func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadataSyncingRegions) WithArrayOfValues(values [][]string) *BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues
- func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadataSyncingRegions) WithItemValue(value string) *BatchGetUsersByEmailResponse_FieldSubPathArrayItemValue
- func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadataSyncingRegions) WithValue(value []string) *BatchGetUsersByEmailResponse_FieldSubPathValue
- type BatchGetUsersByEmailResponsePathSelectorUsersMetadataTags
- func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataTags) FieldPath() *BatchGetUsersByEmailResponse_FieldSubPath
- func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadataTags) WithArrayOfValues(values [][]string) *BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues
- func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadataTags) WithItemValue(value string) *BatchGetUsersByEmailResponse_FieldSubPathArrayItemValue
- func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadataTags) WithValue(value []string) *BatchGetUsersByEmailResponse_FieldSubPathValue
- type BatchGetUsersByEmailResponsePathSelectorUsersMetadataUpdateTime
- func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataUpdateTime) FieldPath() *BatchGetUsersByEmailResponse_FieldSubPath
- func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues
- func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *BatchGetUsersByEmailResponse_FieldSubPathValue
- type BatchGetUsersByEmailResponsePathSelectorUsersMetadataUuid
- func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataUuid) FieldPath() *BatchGetUsersByEmailResponse_FieldSubPath
- func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadataUuid) WithArrayOfValues(values []string) *BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues
- func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadataUuid) WithValue(value string) *BatchGetUsersByEmailResponse_FieldSubPathValue
- type BatchGetUsersByEmailResponsePathSelectorUsersName
- func (BatchGetUsersByEmailResponsePathSelectorUsersName) FieldPath() *BatchGetUsersByEmailResponse_FieldSubPath
- func (s BatchGetUsersByEmailResponsePathSelectorUsersName) WithArrayOfValues(values []*user.Name) *BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues
- func (s BatchGetUsersByEmailResponsePathSelectorUsersName) WithValue(value *user.Name) *BatchGetUsersByEmailResponse_FieldSubPathValue
- type BatchGetUsersByEmailResponsePathSelectorUsersRefreshedTime
- func (BatchGetUsersByEmailResponsePathSelectorUsersRefreshedTime) FieldPath() *BatchGetUsersByEmailResponse_FieldSubPath
- func (s BatchGetUsersByEmailResponsePathSelectorUsersRefreshedTime) WithArrayOfValues(values []*timestamp.Timestamp) *BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues
- func (s BatchGetUsersByEmailResponsePathSelectorUsersRefreshedTime) WithValue(value *timestamp.Timestamp) *BatchGetUsersByEmailResponse_FieldSubPathValue
- type BatchGetUsersByEmailResponsePathSelectorUsersSettings
- func (BatchGetUsersByEmailResponsePathSelectorUsersSettings) FieldPath() *BatchGetUsersByEmailResponse_FieldSubPath
- func (s BatchGetUsersByEmailResponsePathSelectorUsersSettings) WithArrayOfValues(values []map[string]string) *BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues
- func (BatchGetUsersByEmailResponsePathSelectorUsersSettings) WithKey(key string) BatchGetUsersByEmailResponseMapPathSelectorUsersSettings
- func (s BatchGetUsersByEmailResponsePathSelectorUsersSettings) WithValue(value map[string]string) *BatchGetUsersByEmailResponse_FieldSubPathValue
- type BatchGetUsersByEmailResponse_FieldMask
- func (fieldMask *BatchGetUsersByEmailResponse_FieldMask) AppendPath(path BatchGetUsersByEmailResponse_FieldPath)
- func (fieldMask *BatchGetUsersByEmailResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *BatchGetUsersByEmailResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *BatchGetUsersByEmailResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *BatchGetUsersByEmailResponse_FieldMask) FilterInputFields() *BatchGetUsersByEmailResponse_FieldMask
- func (fieldMask *BatchGetUsersByEmailResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *BatchGetUsersByEmailResponse_FieldMask) GetPaths() []BatchGetUsersByEmailResponse_FieldPath
- func (fieldMask *BatchGetUsersByEmailResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *BatchGetUsersByEmailResponse_FieldMask) IsFull() bool
- func (fieldMask BatchGetUsersByEmailResponse_FieldMask) Marshal() ([]byte, error)
- func (fieldMask BatchGetUsersByEmailResponse_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *BatchGetUsersByEmailResponse_FieldMask) PathsCount() int
- func (fieldMask *BatchGetUsersByEmailResponse_FieldMask) Project(source *BatchGetUsersByEmailResponse) *BatchGetUsersByEmailResponse
- func (fieldMask *BatchGetUsersByEmailResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *BatchGetUsersByEmailResponse_FieldMask) ProtoMessage()
- func (fieldMask *BatchGetUsersByEmailResponse_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *BatchGetUsersByEmailResponse_FieldMask) Reset()
- func (fieldMask *BatchGetUsersByEmailResponse_FieldMask) Set(target, source *BatchGetUsersByEmailResponse)
- func (fieldMask *BatchGetUsersByEmailResponse_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *BatchGetUsersByEmailResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *BatchGetUsersByEmailResponse_FieldMask) Size() int
- func (fieldMask *BatchGetUsersByEmailResponse_FieldMask) String() string
- func (fieldMask *BatchGetUsersByEmailResponse_FieldMask) Subtract(other *BatchGetUsersByEmailResponse_FieldMask) *BatchGetUsersByEmailResponse_FieldMask
- func (fieldMask *BatchGetUsersByEmailResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *BatchGetUsersByEmailResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *BatchGetUsersByEmailResponse_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *BatchGetUsersByEmailResponse_FieldMask) UnmarshalJSON(data []byte) error
- type BatchGetUsersByEmailResponse_FieldPath
- func BuildBatchGetUsersByEmailResponse_FieldPath(fp gotenobject.RawFieldPath) (BatchGetUsersByEmailResponse_FieldPath, error)
- func MustParseBatchGetUsersByEmailResponse_FieldPath(rawField string) BatchGetUsersByEmailResponse_FieldPath
- func ParseBatchGetUsersByEmailResponse_FieldPath(rawField string) (BatchGetUsersByEmailResponse_FieldPath, error)
- type BatchGetUsersByEmailResponse_FieldPathArrayItemValue
- type BatchGetUsersByEmailResponse_FieldPathArrayOfValues
- type BatchGetUsersByEmailResponse_FieldPathSelector
- type BatchGetUsersByEmailResponse_FieldPathValue
- type BatchGetUsersByEmailResponse_FieldSubPath
- func (fps *BatchGetUsersByEmailResponse_FieldSubPath) AsUsersSubPath() (user.User_FieldPath, bool)
- func (fps *BatchGetUsersByEmailResponse_FieldSubPath) ClearValue(item *BatchGetUsersByEmailResponse)
- func (fps *BatchGetUsersByEmailResponse_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *BatchGetUsersByEmailResponse_FieldSubPath) Get(source *BatchGetUsersByEmailResponse) (values []interface{})
- func (fps *BatchGetUsersByEmailResponse_FieldSubPath) GetDefault() interface{}
- func (fps *BatchGetUsersByEmailResponse_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *BatchGetUsersByEmailResponse_FieldSubPath) GetSingle(source *BatchGetUsersByEmailResponse) (interface{}, bool)
- func (fps *BatchGetUsersByEmailResponse_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *BatchGetUsersByEmailResponse_FieldSubPath) IsLeaf() bool
- func (fps *BatchGetUsersByEmailResponse_FieldSubPath) JSONString() string
- func (fps *BatchGetUsersByEmailResponse_FieldSubPath) Selector() BatchGetUsersByEmailResponse_FieldPathSelector
- func (fps *BatchGetUsersByEmailResponse_FieldSubPath) String() string
- func (fps *BatchGetUsersByEmailResponse_FieldSubPath) WithIArrayItemValue(value interface{}) BatchGetUsersByEmailResponse_FieldPathArrayItemValue
- func (fps *BatchGetUsersByEmailResponse_FieldSubPath) WithIArrayOfValues(values interface{}) BatchGetUsersByEmailResponse_FieldPathArrayOfValues
- func (fps *BatchGetUsersByEmailResponse_FieldSubPath) WithIValue(value interface{}) BatchGetUsersByEmailResponse_FieldPathValue
- func (fps *BatchGetUsersByEmailResponse_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *BatchGetUsersByEmailResponse_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *BatchGetUsersByEmailResponse_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type BatchGetUsersByEmailResponse_FieldSubPathArrayItemValue
- func (fpaivs *BatchGetUsersByEmailResponse_FieldSubPathArrayItemValue) AsUsersPathItemValue() (user.User_FieldPathArrayItemValue, bool)
- func (fpaivs *BatchGetUsersByEmailResponse_FieldSubPathArrayItemValue) ContainsValue(source *BatchGetUsersByEmailResponse) bool
- func (fpaivs *BatchGetUsersByEmailResponse_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues
- type BatchGetUsersByEmailResponse_FieldSubPathValue
- func (fpvs *BatchGetUsersByEmailResponse_FieldSubPathValue) AsUsersPathValue() (user.User_FieldPathValue, bool)
- func (fpvs *BatchGetUsersByEmailResponse_FieldSubPathValue) CompareWith(source *BatchGetUsersByEmailResponse) (int, bool)
- func (fpvs *BatchGetUsersByEmailResponse_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *BatchGetUsersByEmailResponse_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *BatchGetUsersByEmailResponse_FieldSubPathValue) SetTo(target **BatchGetUsersByEmailResponse)
- func (fpvs *BatchGetUsersByEmailResponse_FieldSubPathValue) SetToRaw(target proto.Message)
- type BatchGetUsersByEmailResponse_FieldTerminalPath
- func (fp *BatchGetUsersByEmailResponse_FieldTerminalPath) ClearValue(item *BatchGetUsersByEmailResponse)
- func (fp *BatchGetUsersByEmailResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *BatchGetUsersByEmailResponse_FieldTerminalPath) Get(source *BatchGetUsersByEmailResponse) (values []interface{})
- func (fp *BatchGetUsersByEmailResponse_FieldTerminalPath) GetDefault() interface{}
- func (fp *BatchGetUsersByEmailResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *BatchGetUsersByEmailResponse_FieldTerminalPath) GetSingle(source *BatchGetUsersByEmailResponse) (interface{}, bool)
- func (fp *BatchGetUsersByEmailResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *BatchGetUsersByEmailResponse_FieldTerminalPath) IsLeaf() bool
- func (fp *BatchGetUsersByEmailResponse_FieldTerminalPath) JSONString() string
- func (fp *BatchGetUsersByEmailResponse_FieldTerminalPath) Selector() BatchGetUsersByEmailResponse_FieldPathSelector
- func (fp *BatchGetUsersByEmailResponse_FieldTerminalPath) String() string
- func (fp *BatchGetUsersByEmailResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) BatchGetUsersByEmailResponse_FieldPathArrayItemValue
- func (fp *BatchGetUsersByEmailResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) BatchGetUsersByEmailResponse_FieldPathArrayOfValues
- func (fp *BatchGetUsersByEmailResponse_FieldTerminalPath) WithIValue(value interface{}) BatchGetUsersByEmailResponse_FieldPathValue
- func (fp *BatchGetUsersByEmailResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *BatchGetUsersByEmailResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *BatchGetUsersByEmailResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type BatchGetUsersByEmailResponse_FieldTerminalPathArrayItemValue
- func (fpaiv *BatchGetUsersByEmailResponse_FieldTerminalPathArrayItemValue) AsMissingItemValue() (string, bool)
- func (fpaiv *BatchGetUsersByEmailResponse_FieldTerminalPathArrayItemValue) AsUsersItemValue() (*user.User, bool)
- func (fpaiv *BatchGetUsersByEmailResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *BatchGetUsersByEmailResponse) bool
- func (fpaiv *BatchGetUsersByEmailResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *BatchGetUsersByEmailResponse_FieldTerminalPathArrayItemValue) GetSingle(source *BatchGetUsersByEmailResponse) (interface{}, bool)
- func (fpaiv *BatchGetUsersByEmailResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type BatchGetUsersByEmailResponse_FieldTerminalPathArrayOfValues
- func (fpaov *BatchGetUsersByEmailResponse_FieldTerminalPathArrayOfValues) AsMissingArrayOfValues() ([][]string, bool)
- func (fpaov *BatchGetUsersByEmailResponse_FieldTerminalPathArrayOfValues) AsUsersArrayOfValues() ([][]*user.User, bool)
- func (fpaov *BatchGetUsersByEmailResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type BatchGetUsersByEmailResponse_FieldTerminalPathValue
- func (fpv *BatchGetUsersByEmailResponse_FieldTerminalPathValue) AsMissingValue() ([]string, bool)
- func (fpv *BatchGetUsersByEmailResponse_FieldTerminalPathValue) AsUsersValue() ([]*user.User, bool)
- func (fpv *BatchGetUsersByEmailResponse_FieldTerminalPathValue) CompareWith(source *BatchGetUsersByEmailResponse) (int, bool)
- func (fpv *BatchGetUsersByEmailResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *BatchGetUsersByEmailResponse_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *BatchGetUsersByEmailResponse_FieldTerminalPathValue) SetTo(target **BatchGetUsersByEmailResponse)
- func (fpv *BatchGetUsersByEmailResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type BatchGetUsersRequest
- func (o *BatchGetUsersRequest) Clone() *BatchGetUsersRequest
- func (o *BatchGetUsersRequest) CloneRaw() gotenobject.GotenObjectExt
- func (*BatchGetUsersRequest) Descriptor() ([]byte, []int)
- func (m *BatchGetUsersRequest) GetFieldMask() *user.User_FieldMask
- func (m *BatchGetUsersRequest) GetNames() []*user.Reference
- func (m *BatchGetUsersRequest) GetParent() *user.Reference
- func (m *BatchGetUsersRequest) GetView() view.View
- func (*BatchGetUsersRequest) GotenMessage()
- func (o *BatchGetUsersRequest) GotenObjectExt()
- func (obj *BatchGetUsersRequest) GotenValidate() error
- func (o *BatchGetUsersRequest) MakeDiffFieldMask(other *BatchGetUsersRequest) *BatchGetUsersRequest_FieldMask
- func (o *BatchGetUsersRequest) MakeFullFieldMask() *BatchGetUsersRequest_FieldMask
- func (o *BatchGetUsersRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *BatchGetUsersRequest) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *BatchGetUsersRequest) Marshal() ([]byte, error)
- func (m *BatchGetUsersRequest) MarshalJSON() ([]byte, error)
- func (o *BatchGetUsersRequest) Merge(source *BatchGetUsersRequest)
- func (o *BatchGetUsersRequest) MergeRaw(source gotenobject.GotenObjectExt)
- func (*BatchGetUsersRequest) ProtoMessage()
- func (m *BatchGetUsersRequest) ProtoReflect() preflect.Message
- func (m *BatchGetUsersRequest) Reset()
- func (m *BatchGetUsersRequest) SetFieldMask(fv *user.User_FieldMask)
- func (m *BatchGetUsersRequest) SetNames(fv []*user.Reference)
- func (m *BatchGetUsersRequest) SetParent(fv *user.Reference)
- func (m *BatchGetUsersRequest) SetView(fv view.View)
- func (m *BatchGetUsersRequest) String() string
- func (m *BatchGetUsersRequest) Unmarshal(b []byte) error
- func (m *BatchGetUsersRequest) UnmarshalJSON(data []byte) error
- type BatchGetUsersRequestFieldPathBuilder
- func (BatchGetUsersRequestFieldPathBuilder) FieldMask() BatchGetUsersRequestPathSelectorFieldMask
- func (BatchGetUsersRequestFieldPathBuilder) Names() BatchGetUsersRequestPathSelectorNames
- func (BatchGetUsersRequestFieldPathBuilder) Parent() BatchGetUsersRequestPathSelectorParent
- func (BatchGetUsersRequestFieldPathBuilder) View() BatchGetUsersRequestPathSelectorView
- type BatchGetUsersRequestPathSelectorFieldMask
- func (BatchGetUsersRequestPathSelectorFieldMask) FieldPath() *BatchGetUsersRequest_FieldTerminalPath
- func (s BatchGetUsersRequestPathSelectorFieldMask) WithArrayOfValues(values []*user.User_FieldMask) *BatchGetUsersRequest_FieldTerminalPathArrayOfValues
- func (s BatchGetUsersRequestPathSelectorFieldMask) WithValue(value *user.User_FieldMask) *BatchGetUsersRequest_FieldTerminalPathValue
- type BatchGetUsersRequestPathSelectorNames
- func (BatchGetUsersRequestPathSelectorNames) FieldPath() *BatchGetUsersRequest_FieldTerminalPath
- func (s BatchGetUsersRequestPathSelectorNames) WithArrayOfValues(values [][]*user.Reference) *BatchGetUsersRequest_FieldTerminalPathArrayOfValues
- func (s BatchGetUsersRequestPathSelectorNames) WithItemValue(value *user.Reference) *BatchGetUsersRequest_FieldTerminalPathArrayItemValue
- func (s BatchGetUsersRequestPathSelectorNames) WithValue(value []*user.Reference) *BatchGetUsersRequest_FieldTerminalPathValue
- type BatchGetUsersRequestPathSelectorParent
- func (BatchGetUsersRequestPathSelectorParent) FieldPath() *BatchGetUsersRequest_FieldTerminalPath
- func (s BatchGetUsersRequestPathSelectorParent) WithArrayOfValues(values []*user.Reference) *BatchGetUsersRequest_FieldTerminalPathArrayOfValues
- func (s BatchGetUsersRequestPathSelectorParent) WithValue(value *user.Reference) *BatchGetUsersRequest_FieldTerminalPathValue
- type BatchGetUsersRequestPathSelectorView
- func (BatchGetUsersRequestPathSelectorView) FieldPath() *BatchGetUsersRequest_FieldTerminalPath
- func (s BatchGetUsersRequestPathSelectorView) WithArrayOfValues(values []view.View) *BatchGetUsersRequest_FieldTerminalPathArrayOfValues
- func (s BatchGetUsersRequestPathSelectorView) WithValue(value view.View) *BatchGetUsersRequest_FieldTerminalPathValue
- type BatchGetUsersRequest_FieldMask
- func (fieldMask *BatchGetUsersRequest_FieldMask) AppendPath(path BatchGetUsersRequest_FieldPath)
- func (fieldMask *BatchGetUsersRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *BatchGetUsersRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *BatchGetUsersRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *BatchGetUsersRequest_FieldMask) FilterInputFields() *BatchGetUsersRequest_FieldMask
- func (fieldMask *BatchGetUsersRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *BatchGetUsersRequest_FieldMask) GetPaths() []BatchGetUsersRequest_FieldPath
- func (fieldMask *BatchGetUsersRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *BatchGetUsersRequest_FieldMask) IsFull() bool
- func (fieldMask BatchGetUsersRequest_FieldMask) Marshal() ([]byte, error)
- func (fieldMask BatchGetUsersRequest_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *BatchGetUsersRequest_FieldMask) PathsCount() int
- func (fieldMask *BatchGetUsersRequest_FieldMask) Project(source *BatchGetUsersRequest) *BatchGetUsersRequest
- func (fieldMask *BatchGetUsersRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *BatchGetUsersRequest_FieldMask) ProtoMessage()
- func (fieldMask *BatchGetUsersRequest_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *BatchGetUsersRequest_FieldMask) Reset()
- func (fieldMask *BatchGetUsersRequest_FieldMask) Set(target, source *BatchGetUsersRequest)
- func (fieldMask *BatchGetUsersRequest_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *BatchGetUsersRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *BatchGetUsersRequest_FieldMask) Size() int
- func (fieldMask *BatchGetUsersRequest_FieldMask) String() string
- func (fieldMask *BatchGetUsersRequest_FieldMask) Subtract(other *BatchGetUsersRequest_FieldMask) *BatchGetUsersRequest_FieldMask
- func (fieldMask *BatchGetUsersRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *BatchGetUsersRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *BatchGetUsersRequest_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *BatchGetUsersRequest_FieldMask) UnmarshalJSON(data []byte) error
- type BatchGetUsersRequest_FieldPath
- func BuildBatchGetUsersRequest_FieldPath(fp gotenobject.RawFieldPath) (BatchGetUsersRequest_FieldPath, error)
- func MustParseBatchGetUsersRequest_FieldPath(rawField string) BatchGetUsersRequest_FieldPath
- func ParseBatchGetUsersRequest_FieldPath(rawField string) (BatchGetUsersRequest_FieldPath, error)
- type BatchGetUsersRequest_FieldPathArrayItemValue
- type BatchGetUsersRequest_FieldPathArrayOfValues
- type BatchGetUsersRequest_FieldPathSelector
- type BatchGetUsersRequest_FieldPathValue
- type BatchGetUsersRequest_FieldTerminalPath
- func (fp *BatchGetUsersRequest_FieldTerminalPath) ClearValue(item *BatchGetUsersRequest)
- func (fp *BatchGetUsersRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *BatchGetUsersRequest_FieldTerminalPath) Get(source *BatchGetUsersRequest) (values []interface{})
- func (fp *BatchGetUsersRequest_FieldTerminalPath) GetDefault() interface{}
- func (fp *BatchGetUsersRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *BatchGetUsersRequest_FieldTerminalPath) GetSingle(source *BatchGetUsersRequest) (interface{}, bool)
- func (fp *BatchGetUsersRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *BatchGetUsersRequest_FieldTerminalPath) IsLeaf() bool
- func (fp *BatchGetUsersRequest_FieldTerminalPath) JSONString() string
- func (fp *BatchGetUsersRequest_FieldTerminalPath) Selector() BatchGetUsersRequest_FieldPathSelector
- func (fp *BatchGetUsersRequest_FieldTerminalPath) String() string
- func (fp *BatchGetUsersRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) BatchGetUsersRequest_FieldPathArrayItemValue
- func (fp *BatchGetUsersRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) BatchGetUsersRequest_FieldPathArrayOfValues
- func (fp *BatchGetUsersRequest_FieldTerminalPath) WithIValue(value interface{}) BatchGetUsersRequest_FieldPathValue
- func (fp *BatchGetUsersRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *BatchGetUsersRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *BatchGetUsersRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type BatchGetUsersRequest_FieldTerminalPathArrayItemValue
- func (fpaiv *BatchGetUsersRequest_FieldTerminalPathArrayItemValue) AsNamesItemValue() (*user.Reference, bool)
- func (fpaiv *BatchGetUsersRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *BatchGetUsersRequest) bool
- func (fpaiv *BatchGetUsersRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *BatchGetUsersRequest_FieldTerminalPathArrayItemValue) GetSingle(source *BatchGetUsersRequest) (interface{}, bool)
- func (fpaiv *BatchGetUsersRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type BatchGetUsersRequest_FieldTerminalPathArrayOfValues
- func (fpaov *BatchGetUsersRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*user.User_FieldMask, bool)
- func (fpaov *BatchGetUsersRequest_FieldTerminalPathArrayOfValues) AsNamesArrayOfValues() ([][]*user.Reference, bool)
- func (fpaov *BatchGetUsersRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues() ([]*user.Reference, bool)
- func (fpaov *BatchGetUsersRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)
- func (fpaov *BatchGetUsersRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type BatchGetUsersRequest_FieldTerminalPathValue
- func (fpv *BatchGetUsersRequest_FieldTerminalPathValue) AsFieldMaskValue() (*user.User_FieldMask, bool)
- func (fpv *BatchGetUsersRequest_FieldTerminalPathValue) AsNamesValue() ([]*user.Reference, bool)
- func (fpv *BatchGetUsersRequest_FieldTerminalPathValue) AsParentValue() (*user.Reference, bool)
- func (fpv *BatchGetUsersRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)
- func (fpv *BatchGetUsersRequest_FieldTerminalPathValue) CompareWith(source *BatchGetUsersRequest) (int, bool)
- func (fpv *BatchGetUsersRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *BatchGetUsersRequest_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *BatchGetUsersRequest_FieldTerminalPathValue) SetTo(target **BatchGetUsersRequest)
- func (fpv *BatchGetUsersRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type BatchGetUsersResponse
- func (o *BatchGetUsersResponse) Clone() *BatchGetUsersResponse
- func (o *BatchGetUsersResponse) CloneRaw() gotenobject.GotenObjectExt
- func (*BatchGetUsersResponse) Descriptor() ([]byte, []int)
- func (m *BatchGetUsersResponse) GetMissing() []*user.Reference
- func (m *BatchGetUsersResponse) GetUsers() []*user.User
- func (*BatchGetUsersResponse) GotenMessage()
- func (o *BatchGetUsersResponse) GotenObjectExt()
- func (obj *BatchGetUsersResponse) GotenValidate() error
- func (o *BatchGetUsersResponse) MakeDiffFieldMask(other *BatchGetUsersResponse) *BatchGetUsersResponse_FieldMask
- func (o *BatchGetUsersResponse) MakeFullFieldMask() *BatchGetUsersResponse_FieldMask
- func (o *BatchGetUsersResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *BatchGetUsersResponse) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *BatchGetUsersResponse) Marshal() ([]byte, error)
- func (m *BatchGetUsersResponse) MarshalJSON() ([]byte, error)
- func (o *BatchGetUsersResponse) Merge(source *BatchGetUsersResponse)
- func (o *BatchGetUsersResponse) MergeRaw(source gotenobject.GotenObjectExt)
- func (*BatchGetUsersResponse) ProtoMessage()
- func (m *BatchGetUsersResponse) ProtoReflect() preflect.Message
- func (m *BatchGetUsersResponse) Reset()
- func (m *BatchGetUsersResponse) SetMissing(fv []*user.Reference)
- func (m *BatchGetUsersResponse) SetUsers(fv []*user.User)
- func (m *BatchGetUsersResponse) String() string
- func (m *BatchGetUsersResponse) Unmarshal(b []byte) error
- func (m *BatchGetUsersResponse) UnmarshalJSON(data []byte) error
- type BatchGetUsersResponseFieldPathBuilder
- type BatchGetUsersResponseMapPathSelectorUsersMetadataAnnotations
- func (s BatchGetUsersResponseMapPathSelectorUsersMetadataAnnotations) FieldPath() *BatchGetUsersResponse_FieldSubPath
- func (s BatchGetUsersResponseMapPathSelectorUsersMetadataAnnotations) WithArrayOfValues(values []string) *BatchGetUsersResponse_FieldSubPathArrayOfValues
- func (s BatchGetUsersResponseMapPathSelectorUsersMetadataAnnotations) WithValue(value string) *BatchGetUsersResponse_FieldSubPathValue
- type BatchGetUsersResponseMapPathSelectorUsersMetadataLabels
- func (s BatchGetUsersResponseMapPathSelectorUsersMetadataLabels) FieldPath() *BatchGetUsersResponse_FieldSubPath
- func (s BatchGetUsersResponseMapPathSelectorUsersMetadataLabels) WithArrayOfValues(values []string) *BatchGetUsersResponse_FieldSubPathArrayOfValues
- func (s BatchGetUsersResponseMapPathSelectorUsersMetadataLabels) WithValue(value string) *BatchGetUsersResponse_FieldSubPathValue
- type BatchGetUsersResponseMapPathSelectorUsersMetadataShards
- func (s BatchGetUsersResponseMapPathSelectorUsersMetadataShards) FieldPath() *BatchGetUsersResponse_FieldSubPath
- func (s BatchGetUsersResponseMapPathSelectorUsersMetadataShards) WithArrayOfValues(values []int64) *BatchGetUsersResponse_FieldSubPathArrayOfValues
- func (s BatchGetUsersResponseMapPathSelectorUsersMetadataShards) WithValue(value int64) *BatchGetUsersResponse_FieldSubPathValue
- type BatchGetUsersResponseMapPathSelectorUsersSettings
- func (s BatchGetUsersResponseMapPathSelectorUsersSettings) FieldPath() *BatchGetUsersResponse_FieldSubPath
- func (s BatchGetUsersResponseMapPathSelectorUsersSettings) WithArrayOfValues(values []string) *BatchGetUsersResponse_FieldSubPathArrayOfValues
- func (s BatchGetUsersResponseMapPathSelectorUsersSettings) WithValue(value string) *BatchGetUsersResponse_FieldSubPathValue
- type BatchGetUsersResponsePathSelectorMissing
- func (BatchGetUsersResponsePathSelectorMissing) FieldPath() *BatchGetUsersResponse_FieldTerminalPath
- func (s BatchGetUsersResponsePathSelectorMissing) WithArrayOfValues(values [][]*user.Reference) *BatchGetUsersResponse_FieldTerminalPathArrayOfValues
- func (s BatchGetUsersResponsePathSelectorMissing) WithItemValue(value *user.Reference) *BatchGetUsersResponse_FieldTerminalPathArrayItemValue
- func (s BatchGetUsersResponsePathSelectorMissing) WithValue(value []*user.Reference) *BatchGetUsersResponse_FieldTerminalPathValue
- type BatchGetUsersResponsePathSelectorUsers
- func (BatchGetUsersResponsePathSelectorUsers) AuthInfo() BatchGetUsersResponsePathSelectorUsersAuthInfo
- func (BatchGetUsersResponsePathSelectorUsers) Email() BatchGetUsersResponsePathSelectorUsersEmail
- func (BatchGetUsersResponsePathSelectorUsers) EmailVerified() BatchGetUsersResponsePathSelectorUsersEmailVerified
- func (BatchGetUsersResponsePathSelectorUsers) FieldPath() *BatchGetUsersResponse_FieldTerminalPath
- func (BatchGetUsersResponsePathSelectorUsers) FullName() BatchGetUsersResponsePathSelectorUsersFullName
- func (BatchGetUsersResponsePathSelectorUsers) Metadata() BatchGetUsersResponsePathSelectorUsersMetadata
- func (BatchGetUsersResponsePathSelectorUsers) Name() BatchGetUsersResponsePathSelectorUsersName
- func (BatchGetUsersResponsePathSelectorUsers) RefreshedTime() BatchGetUsersResponsePathSelectorUsersRefreshedTime
- func (BatchGetUsersResponsePathSelectorUsers) Settings() BatchGetUsersResponsePathSelectorUsersSettings
- func (s BatchGetUsersResponsePathSelectorUsers) WithArrayOfValues(values [][]*user.User) *BatchGetUsersResponse_FieldTerminalPathArrayOfValues
- func (s BatchGetUsersResponsePathSelectorUsers) WithItemValue(value *user.User) *BatchGetUsersResponse_FieldTerminalPathArrayItemValue
- func (s BatchGetUsersResponsePathSelectorUsers) WithSubArrayItemValue(subPathArrayItemValue user.User_FieldPathArrayItemValue) *BatchGetUsersResponse_FieldSubPathArrayItemValue
- func (s BatchGetUsersResponsePathSelectorUsers) WithSubArrayOfValues(subPathArrayOfValues user.User_FieldPathArrayOfValues) *BatchGetUsersResponse_FieldSubPathArrayOfValues
- func (BatchGetUsersResponsePathSelectorUsers) WithSubPath(subPath user.User_FieldPath) *BatchGetUsersResponse_FieldSubPath
- func (s BatchGetUsersResponsePathSelectorUsers) WithSubValue(subPathValue user.User_FieldPathValue) *BatchGetUsersResponse_FieldSubPathValue
- func (s BatchGetUsersResponsePathSelectorUsers) WithValue(value []*user.User) *BatchGetUsersResponse_FieldTerminalPathValue
- type BatchGetUsersResponsePathSelectorUsersAuthInfo
- func (BatchGetUsersResponsePathSelectorUsersAuthInfo) FieldPath() *BatchGetUsersResponse_FieldSubPath
- func (BatchGetUsersResponsePathSelectorUsersAuthInfo) Id() BatchGetUsersResponsePathSelectorUsersAuthInfoId
- func (BatchGetUsersResponsePathSelectorUsersAuthInfo) Provider() BatchGetUsersResponsePathSelectorUsersAuthInfoProvider
- func (s BatchGetUsersResponsePathSelectorUsersAuthInfo) WithArrayOfValues(values []*user.User_AuthInfo) *BatchGetUsersResponse_FieldSubPathArrayOfValues
- func (s BatchGetUsersResponsePathSelectorUsersAuthInfo) WithValue(value *user.User_AuthInfo) *BatchGetUsersResponse_FieldSubPathValue
- type BatchGetUsersResponsePathSelectorUsersAuthInfoId
- func (BatchGetUsersResponsePathSelectorUsersAuthInfoId) FieldPath() *BatchGetUsersResponse_FieldSubPath
- func (s BatchGetUsersResponsePathSelectorUsersAuthInfoId) WithArrayOfValues(values []string) *BatchGetUsersResponse_FieldSubPathArrayOfValues
- func (s BatchGetUsersResponsePathSelectorUsersAuthInfoId) WithValue(value string) *BatchGetUsersResponse_FieldSubPathValue
- type BatchGetUsersResponsePathSelectorUsersAuthInfoProvider
- func (BatchGetUsersResponsePathSelectorUsersAuthInfoProvider) FieldPath() *BatchGetUsersResponse_FieldSubPath
- func (s BatchGetUsersResponsePathSelectorUsersAuthInfoProvider) WithArrayOfValues(values []string) *BatchGetUsersResponse_FieldSubPathArrayOfValues
- func (s BatchGetUsersResponsePathSelectorUsersAuthInfoProvider) WithValue(value string) *BatchGetUsersResponse_FieldSubPathValue
- type BatchGetUsersResponsePathSelectorUsersEmail
- func (BatchGetUsersResponsePathSelectorUsersEmail) FieldPath() *BatchGetUsersResponse_FieldSubPath
- func (s BatchGetUsersResponsePathSelectorUsersEmail) WithArrayOfValues(values []string) *BatchGetUsersResponse_FieldSubPathArrayOfValues
- func (s BatchGetUsersResponsePathSelectorUsersEmail) WithValue(value string) *BatchGetUsersResponse_FieldSubPathValue
- type BatchGetUsersResponsePathSelectorUsersEmailVerified
- func (BatchGetUsersResponsePathSelectorUsersEmailVerified) FieldPath() *BatchGetUsersResponse_FieldSubPath
- func (s BatchGetUsersResponsePathSelectorUsersEmailVerified) WithArrayOfValues(values []bool) *BatchGetUsersResponse_FieldSubPathArrayOfValues
- func (s BatchGetUsersResponsePathSelectorUsersEmailVerified) WithValue(value bool) *BatchGetUsersResponse_FieldSubPathValue
- type BatchGetUsersResponsePathSelectorUsersFullName
- func (BatchGetUsersResponsePathSelectorUsersFullName) FieldPath() *BatchGetUsersResponse_FieldSubPath
- func (s BatchGetUsersResponsePathSelectorUsersFullName) WithArrayOfValues(values []string) *BatchGetUsersResponse_FieldSubPathArrayOfValues
- func (s BatchGetUsersResponsePathSelectorUsersFullName) WithValue(value string) *BatchGetUsersResponse_FieldSubPathValue
- type BatchGetUsersResponsePathSelectorUsersMetadata
- func (BatchGetUsersResponsePathSelectorUsersMetadata) Annotations() BatchGetUsersResponsePathSelectorUsersMetadataAnnotations
- func (BatchGetUsersResponsePathSelectorUsersMetadata) CreateTime() BatchGetUsersResponsePathSelectorUsersMetadataCreateTime
- func (BatchGetUsersResponsePathSelectorUsersMetadata) FieldPath() *BatchGetUsersResponse_FieldSubPath
- func (BatchGetUsersResponsePathSelectorUsersMetadata) Generation() BatchGetUsersResponsePathSelectorUsersMetadataGeneration
- func (BatchGetUsersResponsePathSelectorUsersMetadata) Labels() BatchGetUsersResponsePathSelectorUsersMetadataLabels
- func (BatchGetUsersResponsePathSelectorUsersMetadata) OwnerReferences() BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferences
- func (BatchGetUsersResponsePathSelectorUsersMetadata) ResourceVersion() BatchGetUsersResponsePathSelectorUsersMetadataResourceVersion
- func (BatchGetUsersResponsePathSelectorUsersMetadata) Shards() BatchGetUsersResponsePathSelectorUsersMetadataShards
- func (BatchGetUsersResponsePathSelectorUsersMetadata) Syncing() BatchGetUsersResponsePathSelectorUsersMetadataSyncing
- func (BatchGetUsersResponsePathSelectorUsersMetadata) Tags() BatchGetUsersResponsePathSelectorUsersMetadataTags
- func (BatchGetUsersResponsePathSelectorUsersMetadata) UpdateTime() BatchGetUsersResponsePathSelectorUsersMetadataUpdateTime
- func (BatchGetUsersResponsePathSelectorUsersMetadata) Uuid() BatchGetUsersResponsePathSelectorUsersMetadataUuid
- func (s BatchGetUsersResponsePathSelectorUsersMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *BatchGetUsersResponse_FieldSubPathArrayOfValues
- func (s BatchGetUsersResponsePathSelectorUsersMetadata) WithValue(value *ntt_meta.Meta) *BatchGetUsersResponse_FieldSubPathValue
- type BatchGetUsersResponsePathSelectorUsersMetadataAnnotations
- func (BatchGetUsersResponsePathSelectorUsersMetadataAnnotations) FieldPath() *BatchGetUsersResponse_FieldSubPath
- func (s BatchGetUsersResponsePathSelectorUsersMetadataAnnotations) WithArrayOfValues(values []map[string]string) *BatchGetUsersResponse_FieldSubPathArrayOfValues
- func (BatchGetUsersResponsePathSelectorUsersMetadataAnnotations) WithKey(key string) BatchGetUsersResponseMapPathSelectorUsersMetadataAnnotations
- func (s BatchGetUsersResponsePathSelectorUsersMetadataAnnotations) WithValue(value map[string]string) *BatchGetUsersResponse_FieldSubPathValue
- type BatchGetUsersResponsePathSelectorUsersMetadataCreateTime
- func (BatchGetUsersResponsePathSelectorUsersMetadataCreateTime) FieldPath() *BatchGetUsersResponse_FieldSubPath
- func (s BatchGetUsersResponsePathSelectorUsersMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *BatchGetUsersResponse_FieldSubPathArrayOfValues
- func (s BatchGetUsersResponsePathSelectorUsersMetadataCreateTime) WithValue(value *timestamp.Timestamp) *BatchGetUsersResponse_FieldSubPathValue
- type BatchGetUsersResponsePathSelectorUsersMetadataGeneration
- func (BatchGetUsersResponsePathSelectorUsersMetadataGeneration) FieldPath() *BatchGetUsersResponse_FieldSubPath
- func (s BatchGetUsersResponsePathSelectorUsersMetadataGeneration) WithArrayOfValues(values []int64) *BatchGetUsersResponse_FieldSubPathArrayOfValues
- func (s BatchGetUsersResponsePathSelectorUsersMetadataGeneration) WithValue(value int64) *BatchGetUsersResponse_FieldSubPathValue
- type BatchGetUsersResponsePathSelectorUsersMetadataLabels
- func (BatchGetUsersResponsePathSelectorUsersMetadataLabels) FieldPath() *BatchGetUsersResponse_FieldSubPath
- func (s BatchGetUsersResponsePathSelectorUsersMetadataLabels) WithArrayOfValues(values []map[string]string) *BatchGetUsersResponse_FieldSubPathArrayOfValues
- func (BatchGetUsersResponsePathSelectorUsersMetadataLabels) WithKey(key string) BatchGetUsersResponseMapPathSelectorUsersMetadataLabels
- func (s BatchGetUsersResponsePathSelectorUsersMetadataLabels) WithValue(value map[string]string) *BatchGetUsersResponse_FieldSubPathValue
- type BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferences
- func (BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferences) ApiVersion() BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesApiVersion
- func (BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferences) BlockOwnerDeletion() ...
- func (BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferences) Controller() BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesController
- func (BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferences) FieldPath() *BatchGetUsersResponse_FieldSubPath
- func (BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferences) Kind() BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesKind
- func (BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferences) Name() BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesName
- func (BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferences) Uid() BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesUid
- func (s BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *BatchGetUsersResponse_FieldSubPathArrayOfValues
- func (s BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *BatchGetUsersResponse_FieldSubPathArrayItemValue
- func (s BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *BatchGetUsersResponse_FieldSubPathValue
- type BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesApiVersion
- func (BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesApiVersion) FieldPath() *BatchGetUsersResponse_FieldSubPath
- func (s BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesApiVersion) WithArrayOfValues(values []string) *BatchGetUsersResponse_FieldSubPathArrayOfValues
- func (s BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesApiVersion) WithValue(value string) *BatchGetUsersResponse_FieldSubPathValue
- type BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesBlockOwnerDeletion
- func (BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesBlockOwnerDeletion) FieldPath() *BatchGetUsersResponse_FieldSubPath
- func (s BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *BatchGetUsersResponse_FieldSubPathArrayOfValues
- func (s BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesBlockOwnerDeletion) WithValue(value bool) *BatchGetUsersResponse_FieldSubPathValue
- type BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesController
- func (BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesController) FieldPath() *BatchGetUsersResponse_FieldSubPath
- func (s BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *BatchGetUsersResponse_FieldSubPathArrayOfValues
- func (s BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesController) WithValue(value bool) *BatchGetUsersResponse_FieldSubPathValue
- type BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesKind
- func (BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesKind) FieldPath() *BatchGetUsersResponse_FieldSubPath
- func (s BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *BatchGetUsersResponse_FieldSubPathArrayOfValues
- func (s BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesKind) WithValue(value string) *BatchGetUsersResponse_FieldSubPathValue
- type BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesName
- func (BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesName) FieldPath() *BatchGetUsersResponse_FieldSubPath
- func (s BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesName) WithArrayOfValues(values []string) *BatchGetUsersResponse_FieldSubPathArrayOfValues
- func (s BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesName) WithValue(value string) *BatchGetUsersResponse_FieldSubPathValue
- type BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesUid
- func (BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesUid) FieldPath() *BatchGetUsersResponse_FieldSubPath
- func (s BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesUid) WithArrayOfValues(values []string) *BatchGetUsersResponse_FieldSubPathArrayOfValues
- func (s BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesUid) WithValue(value string) *BatchGetUsersResponse_FieldSubPathValue
- type BatchGetUsersResponsePathSelectorUsersMetadataResourceVersion
- func (BatchGetUsersResponsePathSelectorUsersMetadataResourceVersion) FieldPath() *BatchGetUsersResponse_FieldSubPath
- func (s BatchGetUsersResponsePathSelectorUsersMetadataResourceVersion) WithArrayOfValues(values []string) *BatchGetUsersResponse_FieldSubPathArrayOfValues
- func (s BatchGetUsersResponsePathSelectorUsersMetadataResourceVersion) WithValue(value string) *BatchGetUsersResponse_FieldSubPathValue
- type BatchGetUsersResponsePathSelectorUsersMetadataShards
- func (BatchGetUsersResponsePathSelectorUsersMetadataShards) FieldPath() *BatchGetUsersResponse_FieldSubPath
- func (s BatchGetUsersResponsePathSelectorUsersMetadataShards) WithArrayOfValues(values []map[string]int64) *BatchGetUsersResponse_FieldSubPathArrayOfValues
- func (BatchGetUsersResponsePathSelectorUsersMetadataShards) WithKey(key string) BatchGetUsersResponseMapPathSelectorUsersMetadataShards
- func (s BatchGetUsersResponsePathSelectorUsersMetadataShards) WithValue(value map[string]int64) *BatchGetUsersResponse_FieldSubPathValue
- type BatchGetUsersResponsePathSelectorUsersMetadataSyncing
- func (BatchGetUsersResponsePathSelectorUsersMetadataSyncing) FieldPath() *BatchGetUsersResponse_FieldSubPath
- func (BatchGetUsersResponsePathSelectorUsersMetadataSyncing) OwningRegion() BatchGetUsersResponsePathSelectorUsersMetadataSyncingOwningRegion
- func (BatchGetUsersResponsePathSelectorUsersMetadataSyncing) Regions() BatchGetUsersResponsePathSelectorUsersMetadataSyncingRegions
- func (s BatchGetUsersResponsePathSelectorUsersMetadataSyncing) WithArrayOfValues(values []*syncing_meta.SyncingMeta) *BatchGetUsersResponse_FieldSubPathArrayOfValues
- func (s BatchGetUsersResponsePathSelectorUsersMetadataSyncing) WithValue(value *syncing_meta.SyncingMeta) *BatchGetUsersResponse_FieldSubPathValue
- type BatchGetUsersResponsePathSelectorUsersMetadataSyncingOwningRegion
- func (BatchGetUsersResponsePathSelectorUsersMetadataSyncingOwningRegion) FieldPath() *BatchGetUsersResponse_FieldSubPath
- func (s BatchGetUsersResponsePathSelectorUsersMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *BatchGetUsersResponse_FieldSubPathArrayOfValues
- func (s BatchGetUsersResponsePathSelectorUsersMetadataSyncingOwningRegion) WithValue(value string) *BatchGetUsersResponse_FieldSubPathValue
- type BatchGetUsersResponsePathSelectorUsersMetadataSyncingRegions
- func (BatchGetUsersResponsePathSelectorUsersMetadataSyncingRegions) FieldPath() *BatchGetUsersResponse_FieldSubPath
- func (s BatchGetUsersResponsePathSelectorUsersMetadataSyncingRegions) WithArrayOfValues(values [][]string) *BatchGetUsersResponse_FieldSubPathArrayOfValues
- func (s BatchGetUsersResponsePathSelectorUsersMetadataSyncingRegions) WithItemValue(value string) *BatchGetUsersResponse_FieldSubPathArrayItemValue
- func (s BatchGetUsersResponsePathSelectorUsersMetadataSyncingRegions) WithValue(value []string) *BatchGetUsersResponse_FieldSubPathValue
- type BatchGetUsersResponsePathSelectorUsersMetadataTags
- func (BatchGetUsersResponsePathSelectorUsersMetadataTags) FieldPath() *BatchGetUsersResponse_FieldSubPath
- func (s BatchGetUsersResponsePathSelectorUsersMetadataTags) WithArrayOfValues(values [][]string) *BatchGetUsersResponse_FieldSubPathArrayOfValues
- func (s BatchGetUsersResponsePathSelectorUsersMetadataTags) WithItemValue(value string) *BatchGetUsersResponse_FieldSubPathArrayItemValue
- func (s BatchGetUsersResponsePathSelectorUsersMetadataTags) WithValue(value []string) *BatchGetUsersResponse_FieldSubPathValue
- type BatchGetUsersResponsePathSelectorUsersMetadataUpdateTime
- func (BatchGetUsersResponsePathSelectorUsersMetadataUpdateTime) FieldPath() *BatchGetUsersResponse_FieldSubPath
- func (s BatchGetUsersResponsePathSelectorUsersMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *BatchGetUsersResponse_FieldSubPathArrayOfValues
- func (s BatchGetUsersResponsePathSelectorUsersMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *BatchGetUsersResponse_FieldSubPathValue
- type BatchGetUsersResponsePathSelectorUsersMetadataUuid
- func (BatchGetUsersResponsePathSelectorUsersMetadataUuid) FieldPath() *BatchGetUsersResponse_FieldSubPath
- func (s BatchGetUsersResponsePathSelectorUsersMetadataUuid) WithArrayOfValues(values []string) *BatchGetUsersResponse_FieldSubPathArrayOfValues
- func (s BatchGetUsersResponsePathSelectorUsersMetadataUuid) WithValue(value string) *BatchGetUsersResponse_FieldSubPathValue
- type BatchGetUsersResponsePathSelectorUsersName
- func (BatchGetUsersResponsePathSelectorUsersName) FieldPath() *BatchGetUsersResponse_FieldSubPath
- func (s BatchGetUsersResponsePathSelectorUsersName) WithArrayOfValues(values []*user.Name) *BatchGetUsersResponse_FieldSubPathArrayOfValues
- func (s BatchGetUsersResponsePathSelectorUsersName) WithValue(value *user.Name) *BatchGetUsersResponse_FieldSubPathValue
- type BatchGetUsersResponsePathSelectorUsersRefreshedTime
- func (BatchGetUsersResponsePathSelectorUsersRefreshedTime) FieldPath() *BatchGetUsersResponse_FieldSubPath
- func (s BatchGetUsersResponsePathSelectorUsersRefreshedTime) WithArrayOfValues(values []*timestamp.Timestamp) *BatchGetUsersResponse_FieldSubPathArrayOfValues
- func (s BatchGetUsersResponsePathSelectorUsersRefreshedTime) WithValue(value *timestamp.Timestamp) *BatchGetUsersResponse_FieldSubPathValue
- type BatchGetUsersResponsePathSelectorUsersSettings
- func (BatchGetUsersResponsePathSelectorUsersSettings) FieldPath() *BatchGetUsersResponse_FieldSubPath
- func (s BatchGetUsersResponsePathSelectorUsersSettings) WithArrayOfValues(values []map[string]string) *BatchGetUsersResponse_FieldSubPathArrayOfValues
- func (BatchGetUsersResponsePathSelectorUsersSettings) WithKey(key string) BatchGetUsersResponseMapPathSelectorUsersSettings
- func (s BatchGetUsersResponsePathSelectorUsersSettings) WithValue(value map[string]string) *BatchGetUsersResponse_FieldSubPathValue
- type BatchGetUsersResponse_FieldMask
- func (fieldMask *BatchGetUsersResponse_FieldMask) AppendPath(path BatchGetUsersResponse_FieldPath)
- func (fieldMask *BatchGetUsersResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *BatchGetUsersResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *BatchGetUsersResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *BatchGetUsersResponse_FieldMask) FilterInputFields() *BatchGetUsersResponse_FieldMask
- func (fieldMask *BatchGetUsersResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *BatchGetUsersResponse_FieldMask) GetPaths() []BatchGetUsersResponse_FieldPath
- func (fieldMask *BatchGetUsersResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *BatchGetUsersResponse_FieldMask) IsFull() bool
- func (fieldMask BatchGetUsersResponse_FieldMask) Marshal() ([]byte, error)
- func (fieldMask BatchGetUsersResponse_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *BatchGetUsersResponse_FieldMask) PathsCount() int
- func (fieldMask *BatchGetUsersResponse_FieldMask) Project(source *BatchGetUsersResponse) *BatchGetUsersResponse
- func (fieldMask *BatchGetUsersResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *BatchGetUsersResponse_FieldMask) ProtoMessage()
- func (fieldMask *BatchGetUsersResponse_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *BatchGetUsersResponse_FieldMask) Reset()
- func (fieldMask *BatchGetUsersResponse_FieldMask) Set(target, source *BatchGetUsersResponse)
- func (fieldMask *BatchGetUsersResponse_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *BatchGetUsersResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *BatchGetUsersResponse_FieldMask) Size() int
- func (fieldMask *BatchGetUsersResponse_FieldMask) String() string
- func (fieldMask *BatchGetUsersResponse_FieldMask) Subtract(other *BatchGetUsersResponse_FieldMask) *BatchGetUsersResponse_FieldMask
- func (fieldMask *BatchGetUsersResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *BatchGetUsersResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *BatchGetUsersResponse_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *BatchGetUsersResponse_FieldMask) UnmarshalJSON(data []byte) error
- type BatchGetUsersResponse_FieldPath
- func BuildBatchGetUsersResponse_FieldPath(fp gotenobject.RawFieldPath) (BatchGetUsersResponse_FieldPath, error)
- func MustParseBatchGetUsersResponse_FieldPath(rawField string) BatchGetUsersResponse_FieldPath
- func ParseBatchGetUsersResponse_FieldPath(rawField string) (BatchGetUsersResponse_FieldPath, error)
- type BatchGetUsersResponse_FieldPathArrayItemValue
- type BatchGetUsersResponse_FieldPathArrayOfValues
- type BatchGetUsersResponse_FieldPathSelector
- type BatchGetUsersResponse_FieldPathValue
- type BatchGetUsersResponse_FieldSubPath
- func (fps *BatchGetUsersResponse_FieldSubPath) AsUsersSubPath() (user.User_FieldPath, bool)
- func (fps *BatchGetUsersResponse_FieldSubPath) ClearValue(item *BatchGetUsersResponse)
- func (fps *BatchGetUsersResponse_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *BatchGetUsersResponse_FieldSubPath) Get(source *BatchGetUsersResponse) (values []interface{})
- func (fps *BatchGetUsersResponse_FieldSubPath) GetDefault() interface{}
- func (fps *BatchGetUsersResponse_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *BatchGetUsersResponse_FieldSubPath) GetSingle(source *BatchGetUsersResponse) (interface{}, bool)
- func (fps *BatchGetUsersResponse_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *BatchGetUsersResponse_FieldSubPath) IsLeaf() bool
- func (fps *BatchGetUsersResponse_FieldSubPath) JSONString() string
- func (fps *BatchGetUsersResponse_FieldSubPath) Selector() BatchGetUsersResponse_FieldPathSelector
- func (fps *BatchGetUsersResponse_FieldSubPath) String() string
- func (fps *BatchGetUsersResponse_FieldSubPath) WithIArrayItemValue(value interface{}) BatchGetUsersResponse_FieldPathArrayItemValue
- func (fps *BatchGetUsersResponse_FieldSubPath) WithIArrayOfValues(values interface{}) BatchGetUsersResponse_FieldPathArrayOfValues
- func (fps *BatchGetUsersResponse_FieldSubPath) WithIValue(value interface{}) BatchGetUsersResponse_FieldPathValue
- func (fps *BatchGetUsersResponse_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *BatchGetUsersResponse_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *BatchGetUsersResponse_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type BatchGetUsersResponse_FieldSubPathArrayItemValue
- func (fpaivs *BatchGetUsersResponse_FieldSubPathArrayItemValue) AsUsersPathItemValue() (user.User_FieldPathArrayItemValue, bool)
- func (fpaivs *BatchGetUsersResponse_FieldSubPathArrayItemValue) ContainsValue(source *BatchGetUsersResponse) bool
- func (fpaivs *BatchGetUsersResponse_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type BatchGetUsersResponse_FieldSubPathArrayOfValues
- type BatchGetUsersResponse_FieldSubPathValue
- func (fpvs *BatchGetUsersResponse_FieldSubPathValue) AsUsersPathValue() (user.User_FieldPathValue, bool)
- func (fpvs *BatchGetUsersResponse_FieldSubPathValue) CompareWith(source *BatchGetUsersResponse) (int, bool)
- func (fpvs *BatchGetUsersResponse_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *BatchGetUsersResponse_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *BatchGetUsersResponse_FieldSubPathValue) SetTo(target **BatchGetUsersResponse)
- func (fpvs *BatchGetUsersResponse_FieldSubPathValue) SetToRaw(target proto.Message)
- type BatchGetUsersResponse_FieldTerminalPath
- func (fp *BatchGetUsersResponse_FieldTerminalPath) ClearValue(item *BatchGetUsersResponse)
- func (fp *BatchGetUsersResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *BatchGetUsersResponse_FieldTerminalPath) Get(source *BatchGetUsersResponse) (values []interface{})
- func (fp *BatchGetUsersResponse_FieldTerminalPath) GetDefault() interface{}
- func (fp *BatchGetUsersResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *BatchGetUsersResponse_FieldTerminalPath) GetSingle(source *BatchGetUsersResponse) (interface{}, bool)
- func (fp *BatchGetUsersResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *BatchGetUsersResponse_FieldTerminalPath) IsLeaf() bool
- func (fp *BatchGetUsersResponse_FieldTerminalPath) JSONString() string
- func (fp *BatchGetUsersResponse_FieldTerminalPath) Selector() BatchGetUsersResponse_FieldPathSelector
- func (fp *BatchGetUsersResponse_FieldTerminalPath) String() string
- func (fp *BatchGetUsersResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) BatchGetUsersResponse_FieldPathArrayItemValue
- func (fp *BatchGetUsersResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) BatchGetUsersResponse_FieldPathArrayOfValues
- func (fp *BatchGetUsersResponse_FieldTerminalPath) WithIValue(value interface{}) BatchGetUsersResponse_FieldPathValue
- func (fp *BatchGetUsersResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *BatchGetUsersResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *BatchGetUsersResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type BatchGetUsersResponse_FieldTerminalPathArrayItemValue
- func (fpaiv *BatchGetUsersResponse_FieldTerminalPathArrayItemValue) AsMissingItemValue() (*user.Reference, bool)
- func (fpaiv *BatchGetUsersResponse_FieldTerminalPathArrayItemValue) AsUsersItemValue() (*user.User, bool)
- func (fpaiv *BatchGetUsersResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *BatchGetUsersResponse) bool
- func (fpaiv *BatchGetUsersResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *BatchGetUsersResponse_FieldTerminalPathArrayItemValue) GetSingle(source *BatchGetUsersResponse) (interface{}, bool)
- func (fpaiv *BatchGetUsersResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type BatchGetUsersResponse_FieldTerminalPathArrayOfValues
- func (fpaov *BatchGetUsersResponse_FieldTerminalPathArrayOfValues) AsMissingArrayOfValues() ([][]*user.Reference, bool)
- func (fpaov *BatchGetUsersResponse_FieldTerminalPathArrayOfValues) AsUsersArrayOfValues() ([][]*user.User, bool)
- func (fpaov *BatchGetUsersResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type BatchGetUsersResponse_FieldTerminalPathValue
- func (fpv *BatchGetUsersResponse_FieldTerminalPathValue) AsMissingValue() ([]*user.Reference, bool)
- func (fpv *BatchGetUsersResponse_FieldTerminalPathValue) AsUsersValue() ([]*user.User, bool)
- func (fpv *BatchGetUsersResponse_FieldTerminalPathValue) CompareWith(source *BatchGetUsersResponse) (int, bool)
- func (fpv *BatchGetUsersResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *BatchGetUsersResponse_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *BatchGetUsersResponse_FieldTerminalPathValue) SetTo(target **BatchGetUsersResponse)
- func (fpv *BatchGetUsersResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type CreateUserRequest
- func (o *CreateUserRequest) Clone() *CreateUserRequest
- func (o *CreateUserRequest) CloneRaw() gotenobject.GotenObjectExt
- func (*CreateUserRequest) Descriptor() ([]byte, []int)
- func (m *CreateUserRequest) GetUser() *user.User
- func (*CreateUserRequest) GotenMessage()
- func (o *CreateUserRequest) GotenObjectExt()
- func (obj *CreateUserRequest) GotenValidate() error
- func (o *CreateUserRequest) MakeDiffFieldMask(other *CreateUserRequest) *CreateUserRequest_FieldMask
- func (o *CreateUserRequest) MakeFullFieldMask() *CreateUserRequest_FieldMask
- func (o *CreateUserRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *CreateUserRequest) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *CreateUserRequest) Marshal() ([]byte, error)
- func (m *CreateUserRequest) MarshalJSON() ([]byte, error)
- func (o *CreateUserRequest) Merge(source *CreateUserRequest)
- func (o *CreateUserRequest) MergeRaw(source gotenobject.GotenObjectExt)
- func (*CreateUserRequest) ProtoMessage()
- func (m *CreateUserRequest) ProtoReflect() preflect.Message
- func (m *CreateUserRequest) Reset()
- func (m *CreateUserRequest) SetUser(fv *user.User)
- func (m *CreateUserRequest) String() string
- func (m *CreateUserRequest) Unmarshal(b []byte) error
- func (m *CreateUserRequest) UnmarshalJSON(data []byte) error
- type CreateUserRequestFieldPathBuilder
- type CreateUserRequestMapPathSelectorUserMetadataAnnotations
- func (s CreateUserRequestMapPathSelectorUserMetadataAnnotations) FieldPath() *CreateUserRequest_FieldSubPath
- func (s CreateUserRequestMapPathSelectorUserMetadataAnnotations) WithArrayOfValues(values []string) *CreateUserRequest_FieldSubPathArrayOfValues
- func (s CreateUserRequestMapPathSelectorUserMetadataAnnotations) WithValue(value string) *CreateUserRequest_FieldSubPathValue
- type CreateUserRequestMapPathSelectorUserMetadataLabels
- func (s CreateUserRequestMapPathSelectorUserMetadataLabels) FieldPath() *CreateUserRequest_FieldSubPath
- func (s CreateUserRequestMapPathSelectorUserMetadataLabels) WithArrayOfValues(values []string) *CreateUserRequest_FieldSubPathArrayOfValues
- func (s CreateUserRequestMapPathSelectorUserMetadataLabels) WithValue(value string) *CreateUserRequest_FieldSubPathValue
- type CreateUserRequestMapPathSelectorUserMetadataShards
- func (s CreateUserRequestMapPathSelectorUserMetadataShards) FieldPath() *CreateUserRequest_FieldSubPath
- func (s CreateUserRequestMapPathSelectorUserMetadataShards) WithArrayOfValues(values []int64) *CreateUserRequest_FieldSubPathArrayOfValues
- func (s CreateUserRequestMapPathSelectorUserMetadataShards) WithValue(value int64) *CreateUserRequest_FieldSubPathValue
- type CreateUserRequestMapPathSelectorUserSettings
- func (s CreateUserRequestMapPathSelectorUserSettings) FieldPath() *CreateUserRequest_FieldSubPath
- func (s CreateUserRequestMapPathSelectorUserSettings) WithArrayOfValues(values []string) *CreateUserRequest_FieldSubPathArrayOfValues
- func (s CreateUserRequestMapPathSelectorUserSettings) WithValue(value string) *CreateUserRequest_FieldSubPathValue
- type CreateUserRequestPathSelectorUser
- func (CreateUserRequestPathSelectorUser) AuthInfo() CreateUserRequestPathSelectorUserAuthInfo
- func (CreateUserRequestPathSelectorUser) Email() CreateUserRequestPathSelectorUserEmail
- func (CreateUserRequestPathSelectorUser) EmailVerified() CreateUserRequestPathSelectorUserEmailVerified
- func (CreateUserRequestPathSelectorUser) FieldPath() *CreateUserRequest_FieldTerminalPath
- func (CreateUserRequestPathSelectorUser) FullName() CreateUserRequestPathSelectorUserFullName
- func (CreateUserRequestPathSelectorUser) Metadata() CreateUserRequestPathSelectorUserMetadata
- func (CreateUserRequestPathSelectorUser) Name() CreateUserRequestPathSelectorUserName
- func (CreateUserRequestPathSelectorUser) RefreshedTime() CreateUserRequestPathSelectorUserRefreshedTime
- func (CreateUserRequestPathSelectorUser) Settings() CreateUserRequestPathSelectorUserSettings
- func (s CreateUserRequestPathSelectorUser) WithArrayOfValues(values []*user.User) *CreateUserRequest_FieldTerminalPathArrayOfValues
- func (s CreateUserRequestPathSelectorUser) WithSubArrayItemValue(subPathArrayItemValue user.User_FieldPathArrayItemValue) *CreateUserRequest_FieldSubPathArrayItemValue
- func (s CreateUserRequestPathSelectorUser) WithSubArrayOfValues(subPathArrayOfValues user.User_FieldPathArrayOfValues) *CreateUserRequest_FieldSubPathArrayOfValues
- func (CreateUserRequestPathSelectorUser) WithSubPath(subPath user.User_FieldPath) *CreateUserRequest_FieldSubPath
- func (s CreateUserRequestPathSelectorUser) WithSubValue(subPathValue user.User_FieldPathValue) *CreateUserRequest_FieldSubPathValue
- func (s CreateUserRequestPathSelectorUser) WithValue(value *user.User) *CreateUserRequest_FieldTerminalPathValue
- type CreateUserRequestPathSelectorUserAuthInfo
- func (CreateUserRequestPathSelectorUserAuthInfo) FieldPath() *CreateUserRequest_FieldSubPath
- func (CreateUserRequestPathSelectorUserAuthInfo) Id() CreateUserRequestPathSelectorUserAuthInfoId
- func (CreateUserRequestPathSelectorUserAuthInfo) Provider() CreateUserRequestPathSelectorUserAuthInfoProvider
- func (s CreateUserRequestPathSelectorUserAuthInfo) WithArrayOfValues(values []*user.User_AuthInfo) *CreateUserRequest_FieldSubPathArrayOfValues
- func (s CreateUserRequestPathSelectorUserAuthInfo) WithValue(value *user.User_AuthInfo) *CreateUserRequest_FieldSubPathValue
- type CreateUserRequestPathSelectorUserAuthInfoId
- func (CreateUserRequestPathSelectorUserAuthInfoId) FieldPath() *CreateUserRequest_FieldSubPath
- func (s CreateUserRequestPathSelectorUserAuthInfoId) WithArrayOfValues(values []string) *CreateUserRequest_FieldSubPathArrayOfValues
- func (s CreateUserRequestPathSelectorUserAuthInfoId) WithValue(value string) *CreateUserRequest_FieldSubPathValue
- type CreateUserRequestPathSelectorUserAuthInfoProvider
- func (CreateUserRequestPathSelectorUserAuthInfoProvider) FieldPath() *CreateUserRequest_FieldSubPath
- func (s CreateUserRequestPathSelectorUserAuthInfoProvider) WithArrayOfValues(values []string) *CreateUserRequest_FieldSubPathArrayOfValues
- func (s CreateUserRequestPathSelectorUserAuthInfoProvider) WithValue(value string) *CreateUserRequest_FieldSubPathValue
- type CreateUserRequestPathSelectorUserEmail
- func (CreateUserRequestPathSelectorUserEmail) FieldPath() *CreateUserRequest_FieldSubPath
- func (s CreateUserRequestPathSelectorUserEmail) WithArrayOfValues(values []string) *CreateUserRequest_FieldSubPathArrayOfValues
- func (s CreateUserRequestPathSelectorUserEmail) WithValue(value string) *CreateUserRequest_FieldSubPathValue
- type CreateUserRequestPathSelectorUserEmailVerified
- func (CreateUserRequestPathSelectorUserEmailVerified) FieldPath() *CreateUserRequest_FieldSubPath
- func (s CreateUserRequestPathSelectorUserEmailVerified) WithArrayOfValues(values []bool) *CreateUserRequest_FieldSubPathArrayOfValues
- func (s CreateUserRequestPathSelectorUserEmailVerified) WithValue(value bool) *CreateUserRequest_FieldSubPathValue
- type CreateUserRequestPathSelectorUserFullName
- func (CreateUserRequestPathSelectorUserFullName) FieldPath() *CreateUserRequest_FieldSubPath
- func (s CreateUserRequestPathSelectorUserFullName) WithArrayOfValues(values []string) *CreateUserRequest_FieldSubPathArrayOfValues
- func (s CreateUserRequestPathSelectorUserFullName) WithValue(value string) *CreateUserRequest_FieldSubPathValue
- type CreateUserRequestPathSelectorUserMetadata
- func (CreateUserRequestPathSelectorUserMetadata) Annotations() CreateUserRequestPathSelectorUserMetadataAnnotations
- func (CreateUserRequestPathSelectorUserMetadata) CreateTime() CreateUserRequestPathSelectorUserMetadataCreateTime
- func (CreateUserRequestPathSelectorUserMetadata) FieldPath() *CreateUserRequest_FieldSubPath
- func (CreateUserRequestPathSelectorUserMetadata) Generation() CreateUserRequestPathSelectorUserMetadataGeneration
- func (CreateUserRequestPathSelectorUserMetadata) Labels() CreateUserRequestPathSelectorUserMetadataLabels
- func (CreateUserRequestPathSelectorUserMetadata) OwnerReferences() CreateUserRequestPathSelectorUserMetadataOwnerReferences
- func (CreateUserRequestPathSelectorUserMetadata) ResourceVersion() CreateUserRequestPathSelectorUserMetadataResourceVersion
- func (CreateUserRequestPathSelectorUserMetadata) Shards() CreateUserRequestPathSelectorUserMetadataShards
- func (CreateUserRequestPathSelectorUserMetadata) Syncing() CreateUserRequestPathSelectorUserMetadataSyncing
- func (CreateUserRequestPathSelectorUserMetadata) Tags() CreateUserRequestPathSelectorUserMetadataTags
- func (CreateUserRequestPathSelectorUserMetadata) UpdateTime() CreateUserRequestPathSelectorUserMetadataUpdateTime
- func (CreateUserRequestPathSelectorUserMetadata) Uuid() CreateUserRequestPathSelectorUserMetadataUuid
- func (s CreateUserRequestPathSelectorUserMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *CreateUserRequest_FieldSubPathArrayOfValues
- func (s CreateUserRequestPathSelectorUserMetadata) WithValue(value *ntt_meta.Meta) *CreateUserRequest_FieldSubPathValue
- type CreateUserRequestPathSelectorUserMetadataAnnotations
- func (CreateUserRequestPathSelectorUserMetadataAnnotations) FieldPath() *CreateUserRequest_FieldSubPath
- func (s CreateUserRequestPathSelectorUserMetadataAnnotations) WithArrayOfValues(values []map[string]string) *CreateUserRequest_FieldSubPathArrayOfValues
- func (CreateUserRequestPathSelectorUserMetadataAnnotations) WithKey(key string) CreateUserRequestMapPathSelectorUserMetadataAnnotations
- func (s CreateUserRequestPathSelectorUserMetadataAnnotations) WithValue(value map[string]string) *CreateUserRequest_FieldSubPathValue
- type CreateUserRequestPathSelectorUserMetadataCreateTime
- func (CreateUserRequestPathSelectorUserMetadataCreateTime) FieldPath() *CreateUserRequest_FieldSubPath
- func (s CreateUserRequestPathSelectorUserMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *CreateUserRequest_FieldSubPathArrayOfValues
- func (s CreateUserRequestPathSelectorUserMetadataCreateTime) WithValue(value *timestamp.Timestamp) *CreateUserRequest_FieldSubPathValue
- type CreateUserRequestPathSelectorUserMetadataGeneration
- func (CreateUserRequestPathSelectorUserMetadataGeneration) FieldPath() *CreateUserRequest_FieldSubPath
- func (s CreateUserRequestPathSelectorUserMetadataGeneration) WithArrayOfValues(values []int64) *CreateUserRequest_FieldSubPathArrayOfValues
- func (s CreateUserRequestPathSelectorUserMetadataGeneration) WithValue(value int64) *CreateUserRequest_FieldSubPathValue
- type CreateUserRequestPathSelectorUserMetadataLabels
- func (CreateUserRequestPathSelectorUserMetadataLabels) FieldPath() *CreateUserRequest_FieldSubPath
- func (s CreateUserRequestPathSelectorUserMetadataLabels) WithArrayOfValues(values []map[string]string) *CreateUserRequest_FieldSubPathArrayOfValues
- func (CreateUserRequestPathSelectorUserMetadataLabels) WithKey(key string) CreateUserRequestMapPathSelectorUserMetadataLabels
- func (s CreateUserRequestPathSelectorUserMetadataLabels) WithValue(value map[string]string) *CreateUserRequest_FieldSubPathValue
- type CreateUserRequestPathSelectorUserMetadataOwnerReferences
- func (CreateUserRequestPathSelectorUserMetadataOwnerReferences) ApiVersion() CreateUserRequestPathSelectorUserMetadataOwnerReferencesApiVersion
- func (CreateUserRequestPathSelectorUserMetadataOwnerReferences) BlockOwnerDeletion() CreateUserRequestPathSelectorUserMetadataOwnerReferencesBlockOwnerDeletion
- func (CreateUserRequestPathSelectorUserMetadataOwnerReferences) Controller() CreateUserRequestPathSelectorUserMetadataOwnerReferencesController
- func (CreateUserRequestPathSelectorUserMetadataOwnerReferences) FieldPath() *CreateUserRequest_FieldSubPath
- func (CreateUserRequestPathSelectorUserMetadataOwnerReferences) Kind() CreateUserRequestPathSelectorUserMetadataOwnerReferencesKind
- func (CreateUserRequestPathSelectorUserMetadataOwnerReferences) Name() CreateUserRequestPathSelectorUserMetadataOwnerReferencesName
- func (CreateUserRequestPathSelectorUserMetadataOwnerReferences) Uid() CreateUserRequestPathSelectorUserMetadataOwnerReferencesUid
- func (s CreateUserRequestPathSelectorUserMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *CreateUserRequest_FieldSubPathArrayOfValues
- func (s CreateUserRequestPathSelectorUserMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *CreateUserRequest_FieldSubPathArrayItemValue
- func (s CreateUserRequestPathSelectorUserMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *CreateUserRequest_FieldSubPathValue
- type CreateUserRequestPathSelectorUserMetadataOwnerReferencesApiVersion
- func (CreateUserRequestPathSelectorUserMetadataOwnerReferencesApiVersion) FieldPath() *CreateUserRequest_FieldSubPath
- func (s CreateUserRequestPathSelectorUserMetadataOwnerReferencesApiVersion) WithArrayOfValues(values []string) *CreateUserRequest_FieldSubPathArrayOfValues
- func (s CreateUserRequestPathSelectorUserMetadataOwnerReferencesApiVersion) WithValue(value string) *CreateUserRequest_FieldSubPathValue
- type CreateUserRequestPathSelectorUserMetadataOwnerReferencesBlockOwnerDeletion
- func (CreateUserRequestPathSelectorUserMetadataOwnerReferencesBlockOwnerDeletion) FieldPath() *CreateUserRequest_FieldSubPath
- func (s CreateUserRequestPathSelectorUserMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *CreateUserRequest_FieldSubPathArrayOfValues
- func (s CreateUserRequestPathSelectorUserMetadataOwnerReferencesBlockOwnerDeletion) WithValue(value bool) *CreateUserRequest_FieldSubPathValue
- type CreateUserRequestPathSelectorUserMetadataOwnerReferencesController
- func (CreateUserRequestPathSelectorUserMetadataOwnerReferencesController) FieldPath() *CreateUserRequest_FieldSubPath
- func (s CreateUserRequestPathSelectorUserMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *CreateUserRequest_FieldSubPathArrayOfValues
- func (s CreateUserRequestPathSelectorUserMetadataOwnerReferencesController) WithValue(value bool) *CreateUserRequest_FieldSubPathValue
- type CreateUserRequestPathSelectorUserMetadataOwnerReferencesKind
- func (CreateUserRequestPathSelectorUserMetadataOwnerReferencesKind) FieldPath() *CreateUserRequest_FieldSubPath
- func (s CreateUserRequestPathSelectorUserMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *CreateUserRequest_FieldSubPathArrayOfValues
- func (s CreateUserRequestPathSelectorUserMetadataOwnerReferencesKind) WithValue(value string) *CreateUserRequest_FieldSubPathValue
- type CreateUserRequestPathSelectorUserMetadataOwnerReferencesName
- func (CreateUserRequestPathSelectorUserMetadataOwnerReferencesName) FieldPath() *CreateUserRequest_FieldSubPath
- func (s CreateUserRequestPathSelectorUserMetadataOwnerReferencesName) WithArrayOfValues(values []string) *CreateUserRequest_FieldSubPathArrayOfValues
- func (s CreateUserRequestPathSelectorUserMetadataOwnerReferencesName) WithValue(value string) *CreateUserRequest_FieldSubPathValue
- type CreateUserRequestPathSelectorUserMetadataOwnerReferencesUid
- func (CreateUserRequestPathSelectorUserMetadataOwnerReferencesUid) FieldPath() *CreateUserRequest_FieldSubPath
- func (s CreateUserRequestPathSelectorUserMetadataOwnerReferencesUid) WithArrayOfValues(values []string) *CreateUserRequest_FieldSubPathArrayOfValues
- func (s CreateUserRequestPathSelectorUserMetadataOwnerReferencesUid) WithValue(value string) *CreateUserRequest_FieldSubPathValue
- type CreateUserRequestPathSelectorUserMetadataResourceVersion
- func (CreateUserRequestPathSelectorUserMetadataResourceVersion) FieldPath() *CreateUserRequest_FieldSubPath
- func (s CreateUserRequestPathSelectorUserMetadataResourceVersion) WithArrayOfValues(values []string) *CreateUserRequest_FieldSubPathArrayOfValues
- func (s CreateUserRequestPathSelectorUserMetadataResourceVersion) WithValue(value string) *CreateUserRequest_FieldSubPathValue
- type CreateUserRequestPathSelectorUserMetadataShards
- func (CreateUserRequestPathSelectorUserMetadataShards) FieldPath() *CreateUserRequest_FieldSubPath
- func (s CreateUserRequestPathSelectorUserMetadataShards) WithArrayOfValues(values []map[string]int64) *CreateUserRequest_FieldSubPathArrayOfValues
- func (CreateUserRequestPathSelectorUserMetadataShards) WithKey(key string) CreateUserRequestMapPathSelectorUserMetadataShards
- func (s CreateUserRequestPathSelectorUserMetadataShards) WithValue(value map[string]int64) *CreateUserRequest_FieldSubPathValue
- type CreateUserRequestPathSelectorUserMetadataSyncing
- func (CreateUserRequestPathSelectorUserMetadataSyncing) FieldPath() *CreateUserRequest_FieldSubPath
- func (CreateUserRequestPathSelectorUserMetadataSyncing) OwningRegion() CreateUserRequestPathSelectorUserMetadataSyncingOwningRegion
- func (CreateUserRequestPathSelectorUserMetadataSyncing) Regions() CreateUserRequestPathSelectorUserMetadataSyncingRegions
- func (s CreateUserRequestPathSelectorUserMetadataSyncing) WithArrayOfValues(values []*syncing_meta.SyncingMeta) *CreateUserRequest_FieldSubPathArrayOfValues
- func (s CreateUserRequestPathSelectorUserMetadataSyncing) WithValue(value *syncing_meta.SyncingMeta) *CreateUserRequest_FieldSubPathValue
- type CreateUserRequestPathSelectorUserMetadataSyncingOwningRegion
- func (CreateUserRequestPathSelectorUserMetadataSyncingOwningRegion) FieldPath() *CreateUserRequest_FieldSubPath
- func (s CreateUserRequestPathSelectorUserMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *CreateUserRequest_FieldSubPathArrayOfValues
- func (s CreateUserRequestPathSelectorUserMetadataSyncingOwningRegion) WithValue(value string) *CreateUserRequest_FieldSubPathValue
- type CreateUserRequestPathSelectorUserMetadataSyncingRegions
- func (CreateUserRequestPathSelectorUserMetadataSyncingRegions) FieldPath() *CreateUserRequest_FieldSubPath
- func (s CreateUserRequestPathSelectorUserMetadataSyncingRegions) WithArrayOfValues(values [][]string) *CreateUserRequest_FieldSubPathArrayOfValues
- func (s CreateUserRequestPathSelectorUserMetadataSyncingRegions) WithItemValue(value string) *CreateUserRequest_FieldSubPathArrayItemValue
- func (s CreateUserRequestPathSelectorUserMetadataSyncingRegions) WithValue(value []string) *CreateUserRequest_FieldSubPathValue
- type CreateUserRequestPathSelectorUserMetadataTags
- func (CreateUserRequestPathSelectorUserMetadataTags) FieldPath() *CreateUserRequest_FieldSubPath
- func (s CreateUserRequestPathSelectorUserMetadataTags) WithArrayOfValues(values [][]string) *CreateUserRequest_FieldSubPathArrayOfValues
- func (s CreateUserRequestPathSelectorUserMetadataTags) WithItemValue(value string) *CreateUserRequest_FieldSubPathArrayItemValue
- func (s CreateUserRequestPathSelectorUserMetadataTags) WithValue(value []string) *CreateUserRequest_FieldSubPathValue
- type CreateUserRequestPathSelectorUserMetadataUpdateTime
- func (CreateUserRequestPathSelectorUserMetadataUpdateTime) FieldPath() *CreateUserRequest_FieldSubPath
- func (s CreateUserRequestPathSelectorUserMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *CreateUserRequest_FieldSubPathArrayOfValues
- func (s CreateUserRequestPathSelectorUserMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *CreateUserRequest_FieldSubPathValue
- type CreateUserRequestPathSelectorUserMetadataUuid
- func (CreateUserRequestPathSelectorUserMetadataUuid) FieldPath() *CreateUserRequest_FieldSubPath
- func (s CreateUserRequestPathSelectorUserMetadataUuid) WithArrayOfValues(values []string) *CreateUserRequest_FieldSubPathArrayOfValues
- func (s CreateUserRequestPathSelectorUserMetadataUuid) WithValue(value string) *CreateUserRequest_FieldSubPathValue
- type CreateUserRequestPathSelectorUserName
- func (CreateUserRequestPathSelectorUserName) FieldPath() *CreateUserRequest_FieldSubPath
- func (s CreateUserRequestPathSelectorUserName) WithArrayOfValues(values []*user.Name) *CreateUserRequest_FieldSubPathArrayOfValues
- func (s CreateUserRequestPathSelectorUserName) WithValue(value *user.Name) *CreateUserRequest_FieldSubPathValue
- type CreateUserRequestPathSelectorUserRefreshedTime
- func (CreateUserRequestPathSelectorUserRefreshedTime) FieldPath() *CreateUserRequest_FieldSubPath
- func (s CreateUserRequestPathSelectorUserRefreshedTime) WithArrayOfValues(values []*timestamp.Timestamp) *CreateUserRequest_FieldSubPathArrayOfValues
- func (s CreateUserRequestPathSelectorUserRefreshedTime) WithValue(value *timestamp.Timestamp) *CreateUserRequest_FieldSubPathValue
- type CreateUserRequestPathSelectorUserSettings
- func (CreateUserRequestPathSelectorUserSettings) FieldPath() *CreateUserRequest_FieldSubPath
- func (s CreateUserRequestPathSelectorUserSettings) WithArrayOfValues(values []map[string]string) *CreateUserRequest_FieldSubPathArrayOfValues
- func (CreateUserRequestPathSelectorUserSettings) WithKey(key string) CreateUserRequestMapPathSelectorUserSettings
- func (s CreateUserRequestPathSelectorUserSettings) WithValue(value map[string]string) *CreateUserRequest_FieldSubPathValue
- type CreateUserRequest_FieldMask
- func (fieldMask *CreateUserRequest_FieldMask) AppendPath(path CreateUserRequest_FieldPath)
- func (fieldMask *CreateUserRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *CreateUserRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *CreateUserRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *CreateUserRequest_FieldMask) FilterInputFields() *CreateUserRequest_FieldMask
- func (fieldMask *CreateUserRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *CreateUserRequest_FieldMask) GetPaths() []CreateUserRequest_FieldPath
- func (fieldMask *CreateUserRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *CreateUserRequest_FieldMask) IsFull() bool
- func (fieldMask CreateUserRequest_FieldMask) Marshal() ([]byte, error)
- func (fieldMask CreateUserRequest_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *CreateUserRequest_FieldMask) PathsCount() int
- func (fieldMask *CreateUserRequest_FieldMask) Project(source *CreateUserRequest) *CreateUserRequest
- func (fieldMask *CreateUserRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *CreateUserRequest_FieldMask) ProtoMessage()
- func (fieldMask *CreateUserRequest_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *CreateUserRequest_FieldMask) Reset()
- func (fieldMask *CreateUserRequest_FieldMask) Set(target, source *CreateUserRequest)
- func (fieldMask *CreateUserRequest_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *CreateUserRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *CreateUserRequest_FieldMask) Size() int
- func (fieldMask *CreateUserRequest_FieldMask) String() string
- func (fieldMask *CreateUserRequest_FieldMask) Subtract(other *CreateUserRequest_FieldMask) *CreateUserRequest_FieldMask
- func (fieldMask *CreateUserRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *CreateUserRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *CreateUserRequest_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *CreateUserRequest_FieldMask) UnmarshalJSON(data []byte) error
- type CreateUserRequest_FieldPath
- type CreateUserRequest_FieldPathArrayItemValue
- type CreateUserRequest_FieldPathArrayOfValues
- type CreateUserRequest_FieldPathSelector
- type CreateUserRequest_FieldPathValue
- type CreateUserRequest_FieldSubPath
- func (fps *CreateUserRequest_FieldSubPath) AsUserSubPath() (user.User_FieldPath, bool)
- func (fps *CreateUserRequest_FieldSubPath) ClearValue(item *CreateUserRequest)
- func (fps *CreateUserRequest_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *CreateUserRequest_FieldSubPath) Get(source *CreateUserRequest) (values []interface{})
- func (fps *CreateUserRequest_FieldSubPath) GetDefault() interface{}
- func (fps *CreateUserRequest_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *CreateUserRequest_FieldSubPath) GetSingle(source *CreateUserRequest) (interface{}, bool)
- func (fps *CreateUserRequest_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *CreateUserRequest_FieldSubPath) IsLeaf() bool
- func (fps *CreateUserRequest_FieldSubPath) JSONString() string
- func (fps *CreateUserRequest_FieldSubPath) Selector() CreateUserRequest_FieldPathSelector
- func (fps *CreateUserRequest_FieldSubPath) String() string
- func (fps *CreateUserRequest_FieldSubPath) WithIArrayItemValue(value interface{}) CreateUserRequest_FieldPathArrayItemValue
- func (fps *CreateUserRequest_FieldSubPath) WithIArrayOfValues(values interface{}) CreateUserRequest_FieldPathArrayOfValues
- func (fps *CreateUserRequest_FieldSubPath) WithIValue(value interface{}) CreateUserRequest_FieldPathValue
- func (fps *CreateUserRequest_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *CreateUserRequest_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *CreateUserRequest_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type CreateUserRequest_FieldSubPathArrayItemValue
- func (fpaivs *CreateUserRequest_FieldSubPathArrayItemValue) AsUserPathItemValue() (user.User_FieldPathArrayItemValue, bool)
- func (fpaivs *CreateUserRequest_FieldSubPathArrayItemValue) ContainsValue(source *CreateUserRequest) bool
- func (fpaivs *CreateUserRequest_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type CreateUserRequest_FieldSubPathArrayOfValues
- type CreateUserRequest_FieldSubPathValue
- func (fpvs *CreateUserRequest_FieldSubPathValue) AsUserPathValue() (user.User_FieldPathValue, bool)
- func (fpvs *CreateUserRequest_FieldSubPathValue) CompareWith(source *CreateUserRequest) (int, bool)
- func (fpvs *CreateUserRequest_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *CreateUserRequest_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *CreateUserRequest_FieldSubPathValue) SetTo(target **CreateUserRequest)
- func (fpvs *CreateUserRequest_FieldSubPathValue) SetToRaw(target proto.Message)
- type CreateUserRequest_FieldTerminalPath
- func (fp *CreateUserRequest_FieldTerminalPath) ClearValue(item *CreateUserRequest)
- func (fp *CreateUserRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *CreateUserRequest_FieldTerminalPath) Get(source *CreateUserRequest) (values []interface{})
- func (fp *CreateUserRequest_FieldTerminalPath) GetDefault() interface{}
- func (fp *CreateUserRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *CreateUserRequest_FieldTerminalPath) GetSingle(source *CreateUserRequest) (interface{}, bool)
- func (fp *CreateUserRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *CreateUserRequest_FieldTerminalPath) IsLeaf() bool
- func (fp *CreateUserRequest_FieldTerminalPath) JSONString() string
- func (fp *CreateUserRequest_FieldTerminalPath) Selector() CreateUserRequest_FieldPathSelector
- func (fp *CreateUserRequest_FieldTerminalPath) String() string
- func (fp *CreateUserRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) CreateUserRequest_FieldPathArrayItemValue
- func (fp *CreateUserRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) CreateUserRequest_FieldPathArrayOfValues
- func (fp *CreateUserRequest_FieldTerminalPath) WithIValue(value interface{}) CreateUserRequest_FieldPathValue
- func (fp *CreateUserRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *CreateUserRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *CreateUserRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type CreateUserRequest_FieldTerminalPathArrayItemValue
- func (fpaiv *CreateUserRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *CreateUserRequest) bool
- func (fpaiv *CreateUserRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *CreateUserRequest_FieldTerminalPathArrayItemValue) GetSingle(source *CreateUserRequest) (interface{}, bool)
- func (fpaiv *CreateUserRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type CreateUserRequest_FieldTerminalPathArrayOfValues
- type CreateUserRequest_FieldTerminalPathValue
- func (fpv *CreateUserRequest_FieldTerminalPathValue) AsUserValue() (*user.User, bool)
- func (fpv *CreateUserRequest_FieldTerminalPathValue) CompareWith(source *CreateUserRequest) (int, bool)
- func (fpv *CreateUserRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *CreateUserRequest_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *CreateUserRequest_FieldTerminalPathValue) SetTo(target **CreateUserRequest)
- func (fpv *CreateUserRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type DeleteUserRequest
- func (o *DeleteUserRequest) Clone() *DeleteUserRequest
- func (o *DeleteUserRequest) CloneRaw() gotenobject.GotenObjectExt
- func (*DeleteUserRequest) Descriptor() ([]byte, []int)
- func (m *DeleteUserRequest) GetName() *user.Reference
- func (*DeleteUserRequest) GotenMessage()
- func (o *DeleteUserRequest) GotenObjectExt()
- func (obj *DeleteUserRequest) GotenValidate() error
- func (o *DeleteUserRequest) MakeDiffFieldMask(other *DeleteUserRequest) *DeleteUserRequest_FieldMask
- func (o *DeleteUserRequest) MakeFullFieldMask() *DeleteUserRequest_FieldMask
- func (o *DeleteUserRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *DeleteUserRequest) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *DeleteUserRequest) Marshal() ([]byte, error)
- func (m *DeleteUserRequest) MarshalJSON() ([]byte, error)
- func (o *DeleteUserRequest) Merge(source *DeleteUserRequest)
- func (o *DeleteUserRequest) MergeRaw(source gotenobject.GotenObjectExt)
- func (*DeleteUserRequest) ProtoMessage()
- func (m *DeleteUserRequest) ProtoReflect() preflect.Message
- func (m *DeleteUserRequest) Reset()
- func (m *DeleteUserRequest) SetName(fv *user.Reference)
- func (m *DeleteUserRequest) String() string
- func (m *DeleteUserRequest) Unmarshal(b []byte) error
- func (m *DeleteUserRequest) UnmarshalJSON(data []byte) error
- type DeleteUserRequestFieldPathBuilder
- type DeleteUserRequestPathSelectorName
- func (DeleteUserRequestPathSelectorName) FieldPath() *DeleteUserRequest_FieldTerminalPath
- func (s DeleteUserRequestPathSelectorName) WithArrayOfValues(values []*user.Reference) *DeleteUserRequest_FieldTerminalPathArrayOfValues
- func (s DeleteUserRequestPathSelectorName) WithValue(value *user.Reference) *DeleteUserRequest_FieldTerminalPathValue
- type DeleteUserRequest_FieldMask
- func (fieldMask *DeleteUserRequest_FieldMask) AppendPath(path DeleteUserRequest_FieldPath)
- func (fieldMask *DeleteUserRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *DeleteUserRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *DeleteUserRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *DeleteUserRequest_FieldMask) FilterInputFields() *DeleteUserRequest_FieldMask
- func (fieldMask *DeleteUserRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *DeleteUserRequest_FieldMask) GetPaths() []DeleteUserRequest_FieldPath
- func (fieldMask *DeleteUserRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *DeleteUserRequest_FieldMask) IsFull() bool
- func (fieldMask DeleteUserRequest_FieldMask) Marshal() ([]byte, error)
- func (fieldMask DeleteUserRequest_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *DeleteUserRequest_FieldMask) PathsCount() int
- func (fieldMask *DeleteUserRequest_FieldMask) Project(source *DeleteUserRequest) *DeleteUserRequest
- func (fieldMask *DeleteUserRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *DeleteUserRequest_FieldMask) ProtoMessage()
- func (fieldMask *DeleteUserRequest_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *DeleteUserRequest_FieldMask) Reset()
- func (fieldMask *DeleteUserRequest_FieldMask) Set(target, source *DeleteUserRequest)
- func (fieldMask *DeleteUserRequest_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *DeleteUserRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *DeleteUserRequest_FieldMask) Size() int
- func (fieldMask *DeleteUserRequest_FieldMask) String() string
- func (fieldMask *DeleteUserRequest_FieldMask) Subtract(other *DeleteUserRequest_FieldMask) *DeleteUserRequest_FieldMask
- func (fieldMask *DeleteUserRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *DeleteUserRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *DeleteUserRequest_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *DeleteUserRequest_FieldMask) UnmarshalJSON(data []byte) error
- type DeleteUserRequest_FieldPath
- type DeleteUserRequest_FieldPathArrayItemValue
- type DeleteUserRequest_FieldPathArrayOfValues
- type DeleteUserRequest_FieldPathSelector
- type DeleteUserRequest_FieldPathValue
- type DeleteUserRequest_FieldTerminalPath
- func (fp *DeleteUserRequest_FieldTerminalPath) ClearValue(item *DeleteUserRequest)
- func (fp *DeleteUserRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *DeleteUserRequest_FieldTerminalPath) Get(source *DeleteUserRequest) (values []interface{})
- func (fp *DeleteUserRequest_FieldTerminalPath) GetDefault() interface{}
- func (fp *DeleteUserRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *DeleteUserRequest_FieldTerminalPath) GetSingle(source *DeleteUserRequest) (interface{}, bool)
- func (fp *DeleteUserRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *DeleteUserRequest_FieldTerminalPath) IsLeaf() bool
- func (fp *DeleteUserRequest_FieldTerminalPath) JSONString() string
- func (fp *DeleteUserRequest_FieldTerminalPath) Selector() DeleteUserRequest_FieldPathSelector
- func (fp *DeleteUserRequest_FieldTerminalPath) String() string
- func (fp *DeleteUserRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) DeleteUserRequest_FieldPathArrayItemValue
- func (fp *DeleteUserRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) DeleteUserRequest_FieldPathArrayOfValues
- func (fp *DeleteUserRequest_FieldTerminalPath) WithIValue(value interface{}) DeleteUserRequest_FieldPathValue
- func (fp *DeleteUserRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *DeleteUserRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *DeleteUserRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type DeleteUserRequest_FieldTerminalPathArrayItemValue
- func (fpaiv *DeleteUserRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *DeleteUserRequest) bool
- func (fpaiv *DeleteUserRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *DeleteUserRequest_FieldTerminalPathArrayItemValue) GetSingle(source *DeleteUserRequest) (interface{}, bool)
- func (fpaiv *DeleteUserRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type DeleteUserRequest_FieldTerminalPathArrayOfValues
- type DeleteUserRequest_FieldTerminalPathValue
- func (fpv *DeleteUserRequest_FieldTerminalPathValue) AsNameValue() (*user.Reference, bool)
- func (fpv *DeleteUserRequest_FieldTerminalPathValue) CompareWith(source *DeleteUserRequest) (int, bool)
- func (fpv *DeleteUserRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *DeleteUserRequest_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *DeleteUserRequest_FieldTerminalPathValue) SetTo(target **DeleteUserRequest)
- func (fpv *DeleteUserRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type GetMySettingsRequest
- func (o *GetMySettingsRequest) Clone() *GetMySettingsRequest
- func (o *GetMySettingsRequest) CloneRaw() gotenobject.GotenObjectExt
- func (*GetMySettingsRequest) Descriptor() ([]byte, []int)
- func (m *GetMySettingsRequest) GetKeys() []string
- func (*GetMySettingsRequest) GotenMessage()
- func (o *GetMySettingsRequest) GotenObjectExt()
- func (obj *GetMySettingsRequest) GotenValidate() error
- func (o *GetMySettingsRequest) MakeDiffFieldMask(other *GetMySettingsRequest) *GetMySettingsRequest_FieldMask
- func (o *GetMySettingsRequest) MakeFullFieldMask() *GetMySettingsRequest_FieldMask
- func (o *GetMySettingsRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *GetMySettingsRequest) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *GetMySettingsRequest) Marshal() ([]byte, error)
- func (m *GetMySettingsRequest) MarshalJSON() ([]byte, error)
- func (o *GetMySettingsRequest) Merge(source *GetMySettingsRequest)
- func (o *GetMySettingsRequest) MergeRaw(source gotenobject.GotenObjectExt)
- func (*GetMySettingsRequest) ProtoMessage()
- func (m *GetMySettingsRequest) ProtoReflect() preflect.Message
- func (m *GetMySettingsRequest) Reset()
- func (m *GetMySettingsRequest) SetKeys(fv []string)
- func (m *GetMySettingsRequest) String() string
- func (m *GetMySettingsRequest) Unmarshal(b []byte) error
- func (m *GetMySettingsRequest) UnmarshalJSON(data []byte) error
- type GetMySettingsRequestFieldPathBuilder
- type GetMySettingsRequestPathSelectorKeys
- func (GetMySettingsRequestPathSelectorKeys) FieldPath() *GetMySettingsRequest_FieldTerminalPath
- func (s GetMySettingsRequestPathSelectorKeys) WithArrayOfValues(values [][]string) *GetMySettingsRequest_FieldTerminalPathArrayOfValues
- func (s GetMySettingsRequestPathSelectorKeys) WithItemValue(value string) *GetMySettingsRequest_FieldTerminalPathArrayItemValue
- func (s GetMySettingsRequestPathSelectorKeys) WithValue(value []string) *GetMySettingsRequest_FieldTerminalPathValue
- type GetMySettingsRequest_FieldMask
- func (fieldMask *GetMySettingsRequest_FieldMask) AppendPath(path GetMySettingsRequest_FieldPath)
- func (fieldMask *GetMySettingsRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *GetMySettingsRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *GetMySettingsRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *GetMySettingsRequest_FieldMask) FilterInputFields() *GetMySettingsRequest_FieldMask
- func (fieldMask *GetMySettingsRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *GetMySettingsRequest_FieldMask) GetPaths() []GetMySettingsRequest_FieldPath
- func (fieldMask *GetMySettingsRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *GetMySettingsRequest_FieldMask) IsFull() bool
- func (fieldMask GetMySettingsRequest_FieldMask) Marshal() ([]byte, error)
- func (fieldMask GetMySettingsRequest_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *GetMySettingsRequest_FieldMask) PathsCount() int
- func (fieldMask *GetMySettingsRequest_FieldMask) Project(source *GetMySettingsRequest) *GetMySettingsRequest
- func (fieldMask *GetMySettingsRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *GetMySettingsRequest_FieldMask) ProtoMessage()
- func (fieldMask *GetMySettingsRequest_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *GetMySettingsRequest_FieldMask) Reset()
- func (fieldMask *GetMySettingsRequest_FieldMask) Set(target, source *GetMySettingsRequest)
- func (fieldMask *GetMySettingsRequest_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *GetMySettingsRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *GetMySettingsRequest_FieldMask) Size() int
- func (fieldMask *GetMySettingsRequest_FieldMask) String() string
- func (fieldMask *GetMySettingsRequest_FieldMask) Subtract(other *GetMySettingsRequest_FieldMask) *GetMySettingsRequest_FieldMask
- func (fieldMask *GetMySettingsRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *GetMySettingsRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *GetMySettingsRequest_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *GetMySettingsRequest_FieldMask) UnmarshalJSON(data []byte) error
- type GetMySettingsRequest_FieldPath
- func BuildGetMySettingsRequest_FieldPath(fp gotenobject.RawFieldPath) (GetMySettingsRequest_FieldPath, error)
- func MustParseGetMySettingsRequest_FieldPath(rawField string) GetMySettingsRequest_FieldPath
- func ParseGetMySettingsRequest_FieldPath(rawField string) (GetMySettingsRequest_FieldPath, error)
- type GetMySettingsRequest_FieldPathArrayItemValue
- type GetMySettingsRequest_FieldPathArrayOfValues
- type GetMySettingsRequest_FieldPathSelector
- type GetMySettingsRequest_FieldPathValue
- type GetMySettingsRequest_FieldTerminalPath
- func (fp *GetMySettingsRequest_FieldTerminalPath) ClearValue(item *GetMySettingsRequest)
- func (fp *GetMySettingsRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *GetMySettingsRequest_FieldTerminalPath) Get(source *GetMySettingsRequest) (values []interface{})
- func (fp *GetMySettingsRequest_FieldTerminalPath) GetDefault() interface{}
- func (fp *GetMySettingsRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *GetMySettingsRequest_FieldTerminalPath) GetSingle(source *GetMySettingsRequest) (interface{}, bool)
- func (fp *GetMySettingsRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *GetMySettingsRequest_FieldTerminalPath) IsLeaf() bool
- func (fp *GetMySettingsRequest_FieldTerminalPath) JSONString() string
- func (fp *GetMySettingsRequest_FieldTerminalPath) Selector() GetMySettingsRequest_FieldPathSelector
- func (fp *GetMySettingsRequest_FieldTerminalPath) String() string
- func (fp *GetMySettingsRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) GetMySettingsRequest_FieldPathArrayItemValue
- func (fp *GetMySettingsRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) GetMySettingsRequest_FieldPathArrayOfValues
- func (fp *GetMySettingsRequest_FieldTerminalPath) WithIValue(value interface{}) GetMySettingsRequest_FieldPathValue
- func (fp *GetMySettingsRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *GetMySettingsRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *GetMySettingsRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type GetMySettingsRequest_FieldTerminalPathArrayItemValue
- func (fpaiv *GetMySettingsRequest_FieldTerminalPathArrayItemValue) AsKeysItemValue() (string, bool)
- func (fpaiv *GetMySettingsRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *GetMySettingsRequest) bool
- func (fpaiv *GetMySettingsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *GetMySettingsRequest_FieldTerminalPathArrayItemValue) GetSingle(source *GetMySettingsRequest) (interface{}, bool)
- func (fpaiv *GetMySettingsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type GetMySettingsRequest_FieldTerminalPathArrayOfValues
- type GetMySettingsRequest_FieldTerminalPathValue
- func (fpv *GetMySettingsRequest_FieldTerminalPathValue) AsKeysValue() ([]string, bool)
- func (fpv *GetMySettingsRequest_FieldTerminalPathValue) CompareWith(source *GetMySettingsRequest) (int, bool)
- func (fpv *GetMySettingsRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *GetMySettingsRequest_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *GetMySettingsRequest_FieldTerminalPathValue) SetTo(target **GetMySettingsRequest)
- func (fpv *GetMySettingsRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type GetMySettingsResponse
- func (o *GetMySettingsResponse) Clone() *GetMySettingsResponse
- func (o *GetMySettingsResponse) CloneRaw() gotenobject.GotenObjectExt
- func (*GetMySettingsResponse) Descriptor() ([]byte, []int)
- func (m *GetMySettingsResponse) GetSettings() map[string]string
- func (*GetMySettingsResponse) GotenMessage()
- func (o *GetMySettingsResponse) GotenObjectExt()
- func (obj *GetMySettingsResponse) GotenValidate() error
- func (o *GetMySettingsResponse) MakeDiffFieldMask(other *GetMySettingsResponse) *GetMySettingsResponse_FieldMask
- func (o *GetMySettingsResponse) MakeFullFieldMask() *GetMySettingsResponse_FieldMask
- func (o *GetMySettingsResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *GetMySettingsResponse) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *GetMySettingsResponse) Marshal() ([]byte, error)
- func (m *GetMySettingsResponse) MarshalJSON() ([]byte, error)
- func (o *GetMySettingsResponse) Merge(source *GetMySettingsResponse)
- func (o *GetMySettingsResponse) MergeRaw(source gotenobject.GotenObjectExt)
- func (*GetMySettingsResponse) ProtoMessage()
- func (m *GetMySettingsResponse) ProtoReflect() preflect.Message
- func (m *GetMySettingsResponse) Reset()
- func (m *GetMySettingsResponse) SetSettings(fv map[string]string)
- func (m *GetMySettingsResponse) String() string
- func (m *GetMySettingsResponse) Unmarshal(b []byte) error
- func (m *GetMySettingsResponse) UnmarshalJSON(data []byte) error
- type GetMySettingsResponseFieldPathBuilder
- type GetMySettingsResponseMapPathSelectorSettings
- func (s GetMySettingsResponseMapPathSelectorSettings) FieldPath() *GetMySettingsResponse_FieldPathMap
- func (s GetMySettingsResponseMapPathSelectorSettings) WithArrayOfValues(values []string) *GetMySettingsResponse_FieldPathMapArrayOfValues
- func (s GetMySettingsResponseMapPathSelectorSettings) WithValue(value string) *GetMySettingsResponse_FieldPathMapValue
- type GetMySettingsResponsePathSelectorSettings
- func (GetMySettingsResponsePathSelectorSettings) FieldPath() *GetMySettingsResponse_FieldTerminalPath
- func (s GetMySettingsResponsePathSelectorSettings) WithArrayOfValues(values []map[string]string) *GetMySettingsResponse_FieldTerminalPathArrayOfValues
- func (GetMySettingsResponsePathSelectorSettings) WithKey(key string) GetMySettingsResponseMapPathSelectorSettings
- func (s GetMySettingsResponsePathSelectorSettings) WithValue(value map[string]string) *GetMySettingsResponse_FieldTerminalPathValue
- type GetMySettingsResponse_FieldMask
- func (fieldMask *GetMySettingsResponse_FieldMask) AppendPath(path GetMySettingsResponse_FieldPath)
- func (fieldMask *GetMySettingsResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *GetMySettingsResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *GetMySettingsResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *GetMySettingsResponse_FieldMask) FilterInputFields() *GetMySettingsResponse_FieldMask
- func (fieldMask *GetMySettingsResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *GetMySettingsResponse_FieldMask) GetPaths() []GetMySettingsResponse_FieldPath
- func (fieldMask *GetMySettingsResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *GetMySettingsResponse_FieldMask) IsFull() bool
- func (fieldMask GetMySettingsResponse_FieldMask) Marshal() ([]byte, error)
- func (fieldMask GetMySettingsResponse_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *GetMySettingsResponse_FieldMask) PathsCount() int
- func (fieldMask *GetMySettingsResponse_FieldMask) Project(source *GetMySettingsResponse) *GetMySettingsResponse
- func (fieldMask *GetMySettingsResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *GetMySettingsResponse_FieldMask) ProtoMessage()
- func (fieldMask *GetMySettingsResponse_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *GetMySettingsResponse_FieldMask) Reset()
- func (fieldMask *GetMySettingsResponse_FieldMask) Set(target, source *GetMySettingsResponse)
- func (fieldMask *GetMySettingsResponse_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *GetMySettingsResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *GetMySettingsResponse_FieldMask) Size() int
- func (fieldMask *GetMySettingsResponse_FieldMask) String() string
- func (fieldMask *GetMySettingsResponse_FieldMask) Subtract(other *GetMySettingsResponse_FieldMask) *GetMySettingsResponse_FieldMask
- func (fieldMask *GetMySettingsResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *GetMySettingsResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *GetMySettingsResponse_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *GetMySettingsResponse_FieldMask) UnmarshalJSON(data []byte) error
- type GetMySettingsResponse_FieldPath
- func BuildGetMySettingsResponse_FieldPath(fp gotenobject.RawFieldPath) (GetMySettingsResponse_FieldPath, error)
- func MustParseGetMySettingsResponse_FieldPath(rawField string) GetMySettingsResponse_FieldPath
- func ParseGetMySettingsResponse_FieldPath(rawField string) (GetMySettingsResponse_FieldPath, error)
- type GetMySettingsResponse_FieldPathArrayItemValue
- type GetMySettingsResponse_FieldPathArrayOfValues
- type GetMySettingsResponse_FieldPathMap
- func (fpm *GetMySettingsResponse_FieldPathMap) ClearValue(item *GetMySettingsResponse)
- func (fpm *GetMySettingsResponse_FieldPathMap) ClearValueRaw(item proto.Message)
- func (fpm *GetMySettingsResponse_FieldPathMap) Get(source *GetMySettingsResponse) (values []interface{})
- func (fpm *GetMySettingsResponse_FieldPathMap) GetDefault() interface{}
- func (fpm *GetMySettingsResponse_FieldPathMap) GetRaw(source proto.Message) []interface{}
- func (fpm *GetMySettingsResponse_FieldPathMap) GetSingle(source *GetMySettingsResponse) (interface{}, bool)
- func (fpm *GetMySettingsResponse_FieldPathMap) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fpm *GetMySettingsResponse_FieldPathMap) IsLeaf() bool
- func (fpm *GetMySettingsResponse_FieldPathMap) JSONString() string
- func (fpm *GetMySettingsResponse_FieldPathMap) Key() string
- func (fpm *GetMySettingsResponse_FieldPathMap) Selector() GetMySettingsResponse_FieldPathSelector
- func (fpm *GetMySettingsResponse_FieldPathMap) String() string
- func (fpm *GetMySettingsResponse_FieldPathMap) WithIArrayItemValue(value interface{}) GetMySettingsResponse_FieldPathArrayItemValue
- func (fpm *GetMySettingsResponse_FieldPathMap) WithIArrayOfValues(values interface{}) GetMySettingsResponse_FieldPathArrayOfValues
- func (fpm *GetMySettingsResponse_FieldPathMap) WithIValue(value interface{}) GetMySettingsResponse_FieldPathValue
- func (fpm *GetMySettingsResponse_FieldPathMap) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fpm *GetMySettingsResponse_FieldPathMap) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fpm *GetMySettingsResponse_FieldPathMap) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type GetMySettingsResponse_FieldPathMapArrayOfValues
- type GetMySettingsResponse_FieldPathMapValue
- func (fpmv *GetMySettingsResponse_FieldPathMapValue) AsSettingsElementValue() (string, bool)
- func (fpmv *GetMySettingsResponse_FieldPathMapValue) CompareWith(source *GetMySettingsResponse) (int, bool)
- func (fpmv *GetMySettingsResponse_FieldPathMapValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpmv *GetMySettingsResponse_FieldPathMapValue) GetRawValue() interface{}
- func (fpmv *GetMySettingsResponse_FieldPathMapValue) SetTo(target **GetMySettingsResponse)
- func (fpmv *GetMySettingsResponse_FieldPathMapValue) SetToRaw(target proto.Message)
- type GetMySettingsResponse_FieldPathSelector
- type GetMySettingsResponse_FieldPathValue
- type GetMySettingsResponse_FieldTerminalPath
- func (fp *GetMySettingsResponse_FieldTerminalPath) ClearValue(item *GetMySettingsResponse)
- func (fp *GetMySettingsResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *GetMySettingsResponse_FieldTerminalPath) Get(source *GetMySettingsResponse) (values []interface{})
- func (fp *GetMySettingsResponse_FieldTerminalPath) GetDefault() interface{}
- func (fp *GetMySettingsResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *GetMySettingsResponse_FieldTerminalPath) GetSingle(source *GetMySettingsResponse) (interface{}, bool)
- func (fp *GetMySettingsResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *GetMySettingsResponse_FieldTerminalPath) IsLeaf() bool
- func (fp *GetMySettingsResponse_FieldTerminalPath) JSONString() string
- func (fp *GetMySettingsResponse_FieldTerminalPath) Selector() GetMySettingsResponse_FieldPathSelector
- func (fp *GetMySettingsResponse_FieldTerminalPath) String() string
- func (fp *GetMySettingsResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) GetMySettingsResponse_FieldPathArrayItemValue
- func (fp *GetMySettingsResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) GetMySettingsResponse_FieldPathArrayOfValues
- func (fp *GetMySettingsResponse_FieldTerminalPath) WithIValue(value interface{}) GetMySettingsResponse_FieldPathValue
- func (fp *GetMySettingsResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *GetMySettingsResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *GetMySettingsResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type GetMySettingsResponse_FieldTerminalPathArrayItemValue
- func (fpaiv *GetMySettingsResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *GetMySettingsResponse) bool
- func (fpaiv *GetMySettingsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *GetMySettingsResponse_FieldTerminalPathArrayItemValue) GetSingle(source *GetMySettingsResponse) (interface{}, bool)
- func (fpaiv *GetMySettingsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type GetMySettingsResponse_FieldTerminalPathArrayOfValues
- type GetMySettingsResponse_FieldTerminalPathValue
- func (fpv *GetMySettingsResponse_FieldTerminalPathValue) AsSettingsValue() (map[string]string, bool)
- func (fpv *GetMySettingsResponse_FieldTerminalPathValue) CompareWith(source *GetMySettingsResponse) (int, bool)
- func (fpv *GetMySettingsResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *GetMySettingsResponse_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *GetMySettingsResponse_FieldTerminalPathValue) SetTo(target **GetMySettingsResponse)
- func (fpv *GetMySettingsResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type GetUserByEmailRequest
- func (o *GetUserByEmailRequest) Clone() *GetUserByEmailRequest
- func (o *GetUserByEmailRequest) CloneRaw() gotenobject.GotenObjectExt
- func (*GetUserByEmailRequest) Descriptor() ([]byte, []int)
- func (m *GetUserByEmailRequest) GetEmail() string
- func (m *GetUserByEmailRequest) GetFieldMask() *user.User_FieldMask
- func (m *GetUserByEmailRequest) GetSkipCache() bool
- func (m *GetUserByEmailRequest) GetView() view.View
- func (*GetUserByEmailRequest) GotenMessage()
- func (o *GetUserByEmailRequest) GotenObjectExt()
- func (obj *GetUserByEmailRequest) GotenValidate() error
- func (o *GetUserByEmailRequest) MakeDiffFieldMask(other *GetUserByEmailRequest) *GetUserByEmailRequest_FieldMask
- func (o *GetUserByEmailRequest) MakeFullFieldMask() *GetUserByEmailRequest_FieldMask
- func (o *GetUserByEmailRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *GetUserByEmailRequest) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *GetUserByEmailRequest) Marshal() ([]byte, error)
- func (m *GetUserByEmailRequest) MarshalJSON() ([]byte, error)
- func (o *GetUserByEmailRequest) Merge(source *GetUserByEmailRequest)
- func (o *GetUserByEmailRequest) MergeRaw(source gotenobject.GotenObjectExt)
- func (*GetUserByEmailRequest) ProtoMessage()
- func (m *GetUserByEmailRequest) ProtoReflect() preflect.Message
- func (m *GetUserByEmailRequest) Reset()
- func (m *GetUserByEmailRequest) SetEmail(fv string)
- func (m *GetUserByEmailRequest) SetFieldMask(fv *user.User_FieldMask)
- func (m *GetUserByEmailRequest) SetSkipCache(fv bool)
- func (m *GetUserByEmailRequest) SetView(fv view.View)
- func (m *GetUserByEmailRequest) String() string
- func (m *GetUserByEmailRequest) Unmarshal(b []byte) error
- func (m *GetUserByEmailRequest) UnmarshalJSON(data []byte) error
- type GetUserByEmailRequestFieldPathBuilder
- func (GetUserByEmailRequestFieldPathBuilder) Email() GetUserByEmailRequestPathSelectorEmail
- func (GetUserByEmailRequestFieldPathBuilder) FieldMask() GetUserByEmailRequestPathSelectorFieldMask
- func (GetUserByEmailRequestFieldPathBuilder) SkipCache() GetUserByEmailRequestPathSelectorSkipCache
- func (GetUserByEmailRequestFieldPathBuilder) View() GetUserByEmailRequestPathSelectorView
- type GetUserByEmailRequestPathSelectorEmail
- func (GetUserByEmailRequestPathSelectorEmail) FieldPath() *GetUserByEmailRequest_FieldTerminalPath
- func (s GetUserByEmailRequestPathSelectorEmail) WithArrayOfValues(values []string) *GetUserByEmailRequest_FieldTerminalPathArrayOfValues
- func (s GetUserByEmailRequestPathSelectorEmail) WithValue(value string) *GetUserByEmailRequest_FieldTerminalPathValue
- type GetUserByEmailRequestPathSelectorFieldMask
- func (GetUserByEmailRequestPathSelectorFieldMask) FieldPath() *GetUserByEmailRequest_FieldTerminalPath
- func (s GetUserByEmailRequestPathSelectorFieldMask) WithArrayOfValues(values []*user.User_FieldMask) *GetUserByEmailRequest_FieldTerminalPathArrayOfValues
- func (s GetUserByEmailRequestPathSelectorFieldMask) WithValue(value *user.User_FieldMask) *GetUserByEmailRequest_FieldTerminalPathValue
- type GetUserByEmailRequestPathSelectorSkipCache
- func (GetUserByEmailRequestPathSelectorSkipCache) FieldPath() *GetUserByEmailRequest_FieldTerminalPath
- func (s GetUserByEmailRequestPathSelectorSkipCache) WithArrayOfValues(values []bool) *GetUserByEmailRequest_FieldTerminalPathArrayOfValues
- func (s GetUserByEmailRequestPathSelectorSkipCache) WithValue(value bool) *GetUserByEmailRequest_FieldTerminalPathValue
- type GetUserByEmailRequestPathSelectorView
- func (GetUserByEmailRequestPathSelectorView) FieldPath() *GetUserByEmailRequest_FieldTerminalPath
- func (s GetUserByEmailRequestPathSelectorView) WithArrayOfValues(values []view.View) *GetUserByEmailRequest_FieldTerminalPathArrayOfValues
- func (s GetUserByEmailRequestPathSelectorView) WithValue(value view.View) *GetUserByEmailRequest_FieldTerminalPathValue
- type GetUserByEmailRequest_FieldMask
- func (fieldMask *GetUserByEmailRequest_FieldMask) AppendPath(path GetUserByEmailRequest_FieldPath)
- func (fieldMask *GetUserByEmailRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *GetUserByEmailRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *GetUserByEmailRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *GetUserByEmailRequest_FieldMask) FilterInputFields() *GetUserByEmailRequest_FieldMask
- func (fieldMask *GetUserByEmailRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *GetUserByEmailRequest_FieldMask) GetPaths() []GetUserByEmailRequest_FieldPath
- func (fieldMask *GetUserByEmailRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *GetUserByEmailRequest_FieldMask) IsFull() bool
- func (fieldMask GetUserByEmailRequest_FieldMask) Marshal() ([]byte, error)
- func (fieldMask GetUserByEmailRequest_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *GetUserByEmailRequest_FieldMask) PathsCount() int
- func (fieldMask *GetUserByEmailRequest_FieldMask) Project(source *GetUserByEmailRequest) *GetUserByEmailRequest
- func (fieldMask *GetUserByEmailRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *GetUserByEmailRequest_FieldMask) ProtoMessage()
- func (fieldMask *GetUserByEmailRequest_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *GetUserByEmailRequest_FieldMask) Reset()
- func (fieldMask *GetUserByEmailRequest_FieldMask) Set(target, source *GetUserByEmailRequest)
- func (fieldMask *GetUserByEmailRequest_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *GetUserByEmailRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *GetUserByEmailRequest_FieldMask) Size() int
- func (fieldMask *GetUserByEmailRequest_FieldMask) String() string
- func (fieldMask *GetUserByEmailRequest_FieldMask) Subtract(other *GetUserByEmailRequest_FieldMask) *GetUserByEmailRequest_FieldMask
- func (fieldMask *GetUserByEmailRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *GetUserByEmailRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *GetUserByEmailRequest_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *GetUserByEmailRequest_FieldMask) UnmarshalJSON(data []byte) error
- type GetUserByEmailRequest_FieldPath
- func BuildGetUserByEmailRequest_FieldPath(fp gotenobject.RawFieldPath) (GetUserByEmailRequest_FieldPath, error)
- func MustParseGetUserByEmailRequest_FieldPath(rawField string) GetUserByEmailRequest_FieldPath
- func ParseGetUserByEmailRequest_FieldPath(rawField string) (GetUserByEmailRequest_FieldPath, error)
- type GetUserByEmailRequest_FieldPathArrayItemValue
- type GetUserByEmailRequest_FieldPathArrayOfValues
- type GetUserByEmailRequest_FieldPathSelector
- type GetUserByEmailRequest_FieldPathValue
- type GetUserByEmailRequest_FieldTerminalPath
- func (fp *GetUserByEmailRequest_FieldTerminalPath) ClearValue(item *GetUserByEmailRequest)
- func (fp *GetUserByEmailRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *GetUserByEmailRequest_FieldTerminalPath) Get(source *GetUserByEmailRequest) (values []interface{})
- func (fp *GetUserByEmailRequest_FieldTerminalPath) GetDefault() interface{}
- func (fp *GetUserByEmailRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *GetUserByEmailRequest_FieldTerminalPath) GetSingle(source *GetUserByEmailRequest) (interface{}, bool)
- func (fp *GetUserByEmailRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *GetUserByEmailRequest_FieldTerminalPath) IsLeaf() bool
- func (fp *GetUserByEmailRequest_FieldTerminalPath) JSONString() string
- func (fp *GetUserByEmailRequest_FieldTerminalPath) Selector() GetUserByEmailRequest_FieldPathSelector
- func (fp *GetUserByEmailRequest_FieldTerminalPath) String() string
- func (fp *GetUserByEmailRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) GetUserByEmailRequest_FieldPathArrayItemValue
- func (fp *GetUserByEmailRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) GetUserByEmailRequest_FieldPathArrayOfValues
- func (fp *GetUserByEmailRequest_FieldTerminalPath) WithIValue(value interface{}) GetUserByEmailRequest_FieldPathValue
- func (fp *GetUserByEmailRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *GetUserByEmailRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *GetUserByEmailRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type GetUserByEmailRequest_FieldTerminalPathArrayItemValue
- func (fpaiv *GetUserByEmailRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *GetUserByEmailRequest) bool
- func (fpaiv *GetUserByEmailRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *GetUserByEmailRequest_FieldTerminalPathArrayItemValue) GetSingle(source *GetUserByEmailRequest) (interface{}, bool)
- func (fpaiv *GetUserByEmailRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type GetUserByEmailRequest_FieldTerminalPathArrayOfValues
- func (fpaov *GetUserByEmailRequest_FieldTerminalPathArrayOfValues) AsEmailArrayOfValues() ([]string, bool)
- func (fpaov *GetUserByEmailRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*user.User_FieldMask, bool)
- func (fpaov *GetUserByEmailRequest_FieldTerminalPathArrayOfValues) AsSkipCacheArrayOfValues() ([]bool, bool)
- func (fpaov *GetUserByEmailRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)
- func (fpaov *GetUserByEmailRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type GetUserByEmailRequest_FieldTerminalPathValue
- func (fpv *GetUserByEmailRequest_FieldTerminalPathValue) AsEmailValue() (string, bool)
- func (fpv *GetUserByEmailRequest_FieldTerminalPathValue) AsFieldMaskValue() (*user.User_FieldMask, bool)
- func (fpv *GetUserByEmailRequest_FieldTerminalPathValue) AsSkipCacheValue() (bool, bool)
- func (fpv *GetUserByEmailRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)
- func (fpv *GetUserByEmailRequest_FieldTerminalPathValue) CompareWith(source *GetUserByEmailRequest) (int, bool)
- func (fpv *GetUserByEmailRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *GetUserByEmailRequest_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *GetUserByEmailRequest_FieldTerminalPathValue) SetTo(target **GetUserByEmailRequest)
- func (fpv *GetUserByEmailRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type GetUserRequest
- func (o *GetUserRequest) Clone() *GetUserRequest
- func (o *GetUserRequest) CloneRaw() gotenobject.GotenObjectExt
- func (*GetUserRequest) Descriptor() ([]byte, []int)
- func (m *GetUserRequest) GetFieldMask() *user.User_FieldMask
- func (m *GetUserRequest) GetName() *user.Reference
- func (m *GetUserRequest) GetView() view.View
- func (*GetUserRequest) GotenMessage()
- func (o *GetUserRequest) GotenObjectExt()
- func (obj *GetUserRequest) GotenValidate() error
- func (o *GetUserRequest) MakeDiffFieldMask(other *GetUserRequest) *GetUserRequest_FieldMask
- func (o *GetUserRequest) MakeFullFieldMask() *GetUserRequest_FieldMask
- func (o *GetUserRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *GetUserRequest) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *GetUserRequest) Marshal() ([]byte, error)
- func (m *GetUserRequest) MarshalJSON() ([]byte, error)
- func (o *GetUserRequest) Merge(source *GetUserRequest)
- func (o *GetUserRequest) MergeRaw(source gotenobject.GotenObjectExt)
- func (*GetUserRequest) ProtoMessage()
- func (m *GetUserRequest) ProtoReflect() preflect.Message
- func (m *GetUserRequest) Reset()
- func (m *GetUserRequest) SetFieldMask(fv *user.User_FieldMask)
- func (m *GetUserRequest) SetName(fv *user.Reference)
- func (m *GetUserRequest) SetView(fv view.View)
- func (m *GetUserRequest) String() string
- func (m *GetUserRequest) Unmarshal(b []byte) error
- func (m *GetUserRequest) UnmarshalJSON(data []byte) error
- type GetUserRequestFieldPathBuilder
- type GetUserRequestPathSelectorFieldMask
- func (GetUserRequestPathSelectorFieldMask) FieldPath() *GetUserRequest_FieldTerminalPath
- func (s GetUserRequestPathSelectorFieldMask) WithArrayOfValues(values []*user.User_FieldMask) *GetUserRequest_FieldTerminalPathArrayOfValues
- func (s GetUserRequestPathSelectorFieldMask) WithValue(value *user.User_FieldMask) *GetUserRequest_FieldTerminalPathValue
- type GetUserRequestPathSelectorName
- func (GetUserRequestPathSelectorName) FieldPath() *GetUserRequest_FieldTerminalPath
- func (s GetUserRequestPathSelectorName) WithArrayOfValues(values []*user.Reference) *GetUserRequest_FieldTerminalPathArrayOfValues
- func (s GetUserRequestPathSelectorName) WithValue(value *user.Reference) *GetUserRequest_FieldTerminalPathValue
- type GetUserRequestPathSelectorView
- func (GetUserRequestPathSelectorView) FieldPath() *GetUserRequest_FieldTerminalPath
- func (s GetUserRequestPathSelectorView) WithArrayOfValues(values []view.View) *GetUserRequest_FieldTerminalPathArrayOfValues
- func (s GetUserRequestPathSelectorView) WithValue(value view.View) *GetUserRequest_FieldTerminalPathValue
- type GetUserRequest_FieldMask
- func (fieldMask *GetUserRequest_FieldMask) AppendPath(path GetUserRequest_FieldPath)
- func (fieldMask *GetUserRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *GetUserRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *GetUserRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *GetUserRequest_FieldMask) FilterInputFields() *GetUserRequest_FieldMask
- func (fieldMask *GetUserRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *GetUserRequest_FieldMask) GetPaths() []GetUserRequest_FieldPath
- func (fieldMask *GetUserRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *GetUserRequest_FieldMask) IsFull() bool
- func (fieldMask GetUserRequest_FieldMask) Marshal() ([]byte, error)
- func (fieldMask GetUserRequest_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *GetUserRequest_FieldMask) PathsCount() int
- func (fieldMask *GetUserRequest_FieldMask) Project(source *GetUserRequest) *GetUserRequest
- func (fieldMask *GetUserRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *GetUserRequest_FieldMask) ProtoMessage()
- func (fieldMask *GetUserRequest_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *GetUserRequest_FieldMask) Reset()
- func (fieldMask *GetUserRequest_FieldMask) Set(target, source *GetUserRequest)
- func (fieldMask *GetUserRequest_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *GetUserRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *GetUserRequest_FieldMask) Size() int
- func (fieldMask *GetUserRequest_FieldMask) String() string
- func (fieldMask *GetUserRequest_FieldMask) Subtract(other *GetUserRequest_FieldMask) *GetUserRequest_FieldMask
- func (fieldMask *GetUserRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *GetUserRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *GetUserRequest_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *GetUserRequest_FieldMask) UnmarshalJSON(data []byte) error
- type GetUserRequest_FieldPath
- type GetUserRequest_FieldPathArrayItemValue
- type GetUserRequest_FieldPathArrayOfValues
- type GetUserRequest_FieldPathSelector
- type GetUserRequest_FieldPathValue
- type GetUserRequest_FieldTerminalPath
- func (fp *GetUserRequest_FieldTerminalPath) ClearValue(item *GetUserRequest)
- func (fp *GetUserRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *GetUserRequest_FieldTerminalPath) Get(source *GetUserRequest) (values []interface{})
- func (fp *GetUserRequest_FieldTerminalPath) GetDefault() interface{}
- func (fp *GetUserRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *GetUserRequest_FieldTerminalPath) GetSingle(source *GetUserRequest) (interface{}, bool)
- func (fp *GetUserRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *GetUserRequest_FieldTerminalPath) IsLeaf() bool
- func (fp *GetUserRequest_FieldTerminalPath) JSONString() string
- func (fp *GetUserRequest_FieldTerminalPath) Selector() GetUserRequest_FieldPathSelector
- func (fp *GetUserRequest_FieldTerminalPath) String() string
- func (fp *GetUserRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) GetUserRequest_FieldPathArrayItemValue
- func (fp *GetUserRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) GetUserRequest_FieldPathArrayOfValues
- func (fp *GetUserRequest_FieldTerminalPath) WithIValue(value interface{}) GetUserRequest_FieldPathValue
- func (fp *GetUserRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *GetUserRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *GetUserRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type GetUserRequest_FieldTerminalPathArrayItemValue
- func (fpaiv *GetUserRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *GetUserRequest) bool
- func (fpaiv *GetUserRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *GetUserRequest_FieldTerminalPathArrayItemValue) GetSingle(source *GetUserRequest) (interface{}, bool)
- func (fpaiv *GetUserRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type GetUserRequest_FieldTerminalPathArrayOfValues
- func (fpaov *GetUserRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*user.User_FieldMask, bool)
- func (fpaov *GetUserRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*user.Reference, bool)
- func (fpaov *GetUserRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)
- func (fpaov *GetUserRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type GetUserRequest_FieldTerminalPathValue
- func (fpv *GetUserRequest_FieldTerminalPathValue) AsFieldMaskValue() (*user.User_FieldMask, bool)
- func (fpv *GetUserRequest_FieldTerminalPathValue) AsNameValue() (*user.Reference, bool)
- func (fpv *GetUserRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)
- func (fpv *GetUserRequest_FieldTerminalPathValue) CompareWith(source *GetUserRequest) (int, bool)
- func (fpv *GetUserRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *GetUserRequest_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *GetUserRequest_FieldTerminalPathValue) SetTo(target **GetUserRequest)
- func (fpv *GetUserRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type ListUsersRequest
- func (o *ListUsersRequest) Clone() *ListUsersRequest
- func (o *ListUsersRequest) CloneRaw() gotenobject.GotenObjectExt
- func (*ListUsersRequest) Descriptor() ([]byte, []int)
- func (m *ListUsersRequest) GetFieldMask() *user.User_FieldMask
- func (m *ListUsersRequest) GetFilter() *user.Filter
- func (m *ListUsersRequest) GetOrderBy() *user.OrderBy
- func (m *ListUsersRequest) GetPageSize() int32
- func (m *ListUsersRequest) GetPageToken() *user.PagerCursor
- func (m *ListUsersRequest) GetView() view.View
- func (*ListUsersRequest) GotenMessage()
- func (o *ListUsersRequest) GotenObjectExt()
- func (obj *ListUsersRequest) GotenValidate() error
- func (o *ListUsersRequest) MakeDiffFieldMask(other *ListUsersRequest) *ListUsersRequest_FieldMask
- func (o *ListUsersRequest) MakeFullFieldMask() *ListUsersRequest_FieldMask
- func (o *ListUsersRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *ListUsersRequest) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *ListUsersRequest) Marshal() ([]byte, error)
- func (m *ListUsersRequest) MarshalJSON() ([]byte, error)
- func (o *ListUsersRequest) Merge(source *ListUsersRequest)
- func (o *ListUsersRequest) MergeRaw(source gotenobject.GotenObjectExt)
- func (*ListUsersRequest) ProtoMessage()
- func (m *ListUsersRequest) ProtoReflect() preflect.Message
- func (m *ListUsersRequest) Reset()
- func (m *ListUsersRequest) SetFieldMask(fv *user.User_FieldMask)
- func (m *ListUsersRequest) SetFilter(fv *user.Filter)
- func (m *ListUsersRequest) SetOrderBy(fv *user.OrderBy)
- func (m *ListUsersRequest) SetPageSize(fv int32)
- func (m *ListUsersRequest) SetPageToken(fv *user.PagerCursor)
- func (m *ListUsersRequest) SetView(fv view.View)
- func (m *ListUsersRequest) String() string
- func (m *ListUsersRequest) Unmarshal(b []byte) error
- func (m *ListUsersRequest) UnmarshalJSON(data []byte) error
- type ListUsersRequestFieldPathBuilder
- func (ListUsersRequestFieldPathBuilder) FieldMask() ListUsersRequestPathSelectorFieldMask
- func (ListUsersRequestFieldPathBuilder) Filter() ListUsersRequestPathSelectorFilter
- func (ListUsersRequestFieldPathBuilder) OrderBy() ListUsersRequestPathSelectorOrderBy
- func (ListUsersRequestFieldPathBuilder) PageSize() ListUsersRequestPathSelectorPageSize
- func (ListUsersRequestFieldPathBuilder) PageToken() ListUsersRequestPathSelectorPageToken
- func (ListUsersRequestFieldPathBuilder) View() ListUsersRequestPathSelectorView
- type ListUsersRequestPathSelectorFieldMask
- func (ListUsersRequestPathSelectorFieldMask) FieldPath() *ListUsersRequest_FieldTerminalPath
- func (s ListUsersRequestPathSelectorFieldMask) WithArrayOfValues(values []*user.User_FieldMask) *ListUsersRequest_FieldTerminalPathArrayOfValues
- func (s ListUsersRequestPathSelectorFieldMask) WithValue(value *user.User_FieldMask) *ListUsersRequest_FieldTerminalPathValue
- type ListUsersRequestPathSelectorFilter
- func (ListUsersRequestPathSelectorFilter) FieldPath() *ListUsersRequest_FieldTerminalPath
- func (s ListUsersRequestPathSelectorFilter) WithArrayOfValues(values []*user.Filter) *ListUsersRequest_FieldTerminalPathArrayOfValues
- func (s ListUsersRequestPathSelectorFilter) WithValue(value *user.Filter) *ListUsersRequest_FieldTerminalPathValue
- type ListUsersRequestPathSelectorOrderBy
- func (ListUsersRequestPathSelectorOrderBy) FieldPath() *ListUsersRequest_FieldTerminalPath
- func (s ListUsersRequestPathSelectorOrderBy) WithArrayOfValues(values []*user.OrderBy) *ListUsersRequest_FieldTerminalPathArrayOfValues
- func (s ListUsersRequestPathSelectorOrderBy) WithValue(value *user.OrderBy) *ListUsersRequest_FieldTerminalPathValue
- type ListUsersRequestPathSelectorPageSize
- func (ListUsersRequestPathSelectorPageSize) FieldPath() *ListUsersRequest_FieldTerminalPath
- func (s ListUsersRequestPathSelectorPageSize) WithArrayOfValues(values []int32) *ListUsersRequest_FieldTerminalPathArrayOfValues
- func (s ListUsersRequestPathSelectorPageSize) WithValue(value int32) *ListUsersRequest_FieldTerminalPathValue
- type ListUsersRequestPathSelectorPageToken
- func (ListUsersRequestPathSelectorPageToken) FieldPath() *ListUsersRequest_FieldTerminalPath
- func (s ListUsersRequestPathSelectorPageToken) WithArrayOfValues(values []*user.PagerCursor) *ListUsersRequest_FieldTerminalPathArrayOfValues
- func (s ListUsersRequestPathSelectorPageToken) WithValue(value *user.PagerCursor) *ListUsersRequest_FieldTerminalPathValue
- type ListUsersRequestPathSelectorView
- func (ListUsersRequestPathSelectorView) FieldPath() *ListUsersRequest_FieldTerminalPath
- func (s ListUsersRequestPathSelectorView) WithArrayOfValues(values []view.View) *ListUsersRequest_FieldTerminalPathArrayOfValues
- func (s ListUsersRequestPathSelectorView) WithValue(value view.View) *ListUsersRequest_FieldTerminalPathValue
- type ListUsersRequest_FieldMask
- func (fieldMask *ListUsersRequest_FieldMask) AppendPath(path ListUsersRequest_FieldPath)
- func (fieldMask *ListUsersRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *ListUsersRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *ListUsersRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *ListUsersRequest_FieldMask) FilterInputFields() *ListUsersRequest_FieldMask
- func (fieldMask *ListUsersRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *ListUsersRequest_FieldMask) GetPaths() []ListUsersRequest_FieldPath
- func (fieldMask *ListUsersRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *ListUsersRequest_FieldMask) IsFull() bool
- func (fieldMask ListUsersRequest_FieldMask) Marshal() ([]byte, error)
- func (fieldMask ListUsersRequest_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *ListUsersRequest_FieldMask) PathsCount() int
- func (fieldMask *ListUsersRequest_FieldMask) Project(source *ListUsersRequest) *ListUsersRequest
- func (fieldMask *ListUsersRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *ListUsersRequest_FieldMask) ProtoMessage()
- func (fieldMask *ListUsersRequest_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *ListUsersRequest_FieldMask) Reset()
- func (fieldMask *ListUsersRequest_FieldMask) Set(target, source *ListUsersRequest)
- func (fieldMask *ListUsersRequest_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *ListUsersRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *ListUsersRequest_FieldMask) Size() int
- func (fieldMask *ListUsersRequest_FieldMask) String() string
- func (fieldMask *ListUsersRequest_FieldMask) Subtract(other *ListUsersRequest_FieldMask) *ListUsersRequest_FieldMask
- func (fieldMask *ListUsersRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *ListUsersRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *ListUsersRequest_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *ListUsersRequest_FieldMask) UnmarshalJSON(data []byte) error
- type ListUsersRequest_FieldPath
- type ListUsersRequest_FieldPathArrayItemValue
- type ListUsersRequest_FieldPathArrayOfValues
- type ListUsersRequest_FieldPathSelector
- type ListUsersRequest_FieldPathValue
- type ListUsersRequest_FieldTerminalPath
- func (fp *ListUsersRequest_FieldTerminalPath) ClearValue(item *ListUsersRequest)
- func (fp *ListUsersRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *ListUsersRequest_FieldTerminalPath) Get(source *ListUsersRequest) (values []interface{})
- func (fp *ListUsersRequest_FieldTerminalPath) GetDefault() interface{}
- func (fp *ListUsersRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *ListUsersRequest_FieldTerminalPath) GetSingle(source *ListUsersRequest) (interface{}, bool)
- func (fp *ListUsersRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *ListUsersRequest_FieldTerminalPath) IsLeaf() bool
- func (fp *ListUsersRequest_FieldTerminalPath) JSONString() string
- func (fp *ListUsersRequest_FieldTerminalPath) Selector() ListUsersRequest_FieldPathSelector
- func (fp *ListUsersRequest_FieldTerminalPath) String() string
- func (fp *ListUsersRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) ListUsersRequest_FieldPathArrayItemValue
- func (fp *ListUsersRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) ListUsersRequest_FieldPathArrayOfValues
- func (fp *ListUsersRequest_FieldTerminalPath) WithIValue(value interface{}) ListUsersRequest_FieldPathValue
- func (fp *ListUsersRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *ListUsersRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *ListUsersRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ListUsersRequest_FieldTerminalPathArrayItemValue
- func (fpaiv *ListUsersRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *ListUsersRequest) bool
- func (fpaiv *ListUsersRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *ListUsersRequest_FieldTerminalPathArrayItemValue) GetSingle(source *ListUsersRequest) (interface{}, bool)
- func (fpaiv *ListUsersRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type ListUsersRequest_FieldTerminalPathArrayOfValues
- func (fpaov *ListUsersRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*user.User_FieldMask, bool)
- func (fpaov *ListUsersRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues() ([]*user.Filter, bool)
- func (fpaov *ListUsersRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues() ([]*user.OrderBy, bool)
- func (fpaov *ListUsersRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues() ([]int32, bool)
- func (fpaov *ListUsersRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues() ([]*user.PagerCursor, bool)
- func (fpaov *ListUsersRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)
- func (fpaov *ListUsersRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type ListUsersRequest_FieldTerminalPathValue
- func (fpv *ListUsersRequest_FieldTerminalPathValue) AsFieldMaskValue() (*user.User_FieldMask, bool)
- func (fpv *ListUsersRequest_FieldTerminalPathValue) AsFilterValue() (*user.Filter, bool)
- func (fpv *ListUsersRequest_FieldTerminalPathValue) AsOrderByValue() (*user.OrderBy, bool)
- func (fpv *ListUsersRequest_FieldTerminalPathValue) AsPageSizeValue() (int32, bool)
- func (fpv *ListUsersRequest_FieldTerminalPathValue) AsPageTokenValue() (*user.PagerCursor, bool)
- func (fpv *ListUsersRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)
- func (fpv *ListUsersRequest_FieldTerminalPathValue) CompareWith(source *ListUsersRequest) (int, bool)
- func (fpv *ListUsersRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *ListUsersRequest_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *ListUsersRequest_FieldTerminalPathValue) SetTo(target **ListUsersRequest)
- func (fpv *ListUsersRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type ListUsersResponse
- func (o *ListUsersResponse) Clone() *ListUsersResponse
- func (o *ListUsersResponse) CloneRaw() gotenobject.GotenObjectExt
- func (*ListUsersResponse) Descriptor() ([]byte, []int)
- func (m *ListUsersResponse) GetNextPageToken() *user.PagerCursor
- func (m *ListUsersResponse) GetPrevPageToken() *user.PagerCursor
- func (m *ListUsersResponse) GetUsers() []*user.User
- func (*ListUsersResponse) GotenMessage()
- func (o *ListUsersResponse) GotenObjectExt()
- func (obj *ListUsersResponse) GotenValidate() error
- func (o *ListUsersResponse) MakeDiffFieldMask(other *ListUsersResponse) *ListUsersResponse_FieldMask
- func (o *ListUsersResponse) MakeFullFieldMask() *ListUsersResponse_FieldMask
- func (o *ListUsersResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *ListUsersResponse) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *ListUsersResponse) Marshal() ([]byte, error)
- func (m *ListUsersResponse) MarshalJSON() ([]byte, error)
- func (o *ListUsersResponse) Merge(source *ListUsersResponse)
- func (o *ListUsersResponse) MergeRaw(source gotenobject.GotenObjectExt)
- func (*ListUsersResponse) ProtoMessage()
- func (m *ListUsersResponse) ProtoReflect() preflect.Message
- func (m *ListUsersResponse) Reset()
- func (m *ListUsersResponse) SetNextPageToken(fv *user.PagerCursor)
- func (m *ListUsersResponse) SetPrevPageToken(fv *user.PagerCursor)
- func (m *ListUsersResponse) SetUsers(fv []*user.User)
- func (m *ListUsersResponse) String() string
- func (m *ListUsersResponse) Unmarshal(b []byte) error
- func (m *ListUsersResponse) UnmarshalJSON(data []byte) error
- type ListUsersResponseFieldPathBuilder
- type ListUsersResponseMapPathSelectorUsersMetadataAnnotations
- func (s ListUsersResponseMapPathSelectorUsersMetadataAnnotations) FieldPath() *ListUsersResponse_FieldSubPath
- func (s ListUsersResponseMapPathSelectorUsersMetadataAnnotations) WithArrayOfValues(values []string) *ListUsersResponse_FieldSubPathArrayOfValues
- func (s ListUsersResponseMapPathSelectorUsersMetadataAnnotations) WithValue(value string) *ListUsersResponse_FieldSubPathValue
- type ListUsersResponseMapPathSelectorUsersMetadataLabels
- func (s ListUsersResponseMapPathSelectorUsersMetadataLabels) FieldPath() *ListUsersResponse_FieldSubPath
- func (s ListUsersResponseMapPathSelectorUsersMetadataLabels) WithArrayOfValues(values []string) *ListUsersResponse_FieldSubPathArrayOfValues
- func (s ListUsersResponseMapPathSelectorUsersMetadataLabels) WithValue(value string) *ListUsersResponse_FieldSubPathValue
- type ListUsersResponseMapPathSelectorUsersMetadataShards
- func (s ListUsersResponseMapPathSelectorUsersMetadataShards) FieldPath() *ListUsersResponse_FieldSubPath
- func (s ListUsersResponseMapPathSelectorUsersMetadataShards) WithArrayOfValues(values []int64) *ListUsersResponse_FieldSubPathArrayOfValues
- func (s ListUsersResponseMapPathSelectorUsersMetadataShards) WithValue(value int64) *ListUsersResponse_FieldSubPathValue
- type ListUsersResponseMapPathSelectorUsersSettings
- func (s ListUsersResponseMapPathSelectorUsersSettings) FieldPath() *ListUsersResponse_FieldSubPath
- func (s ListUsersResponseMapPathSelectorUsersSettings) WithArrayOfValues(values []string) *ListUsersResponse_FieldSubPathArrayOfValues
- func (s ListUsersResponseMapPathSelectorUsersSettings) WithValue(value string) *ListUsersResponse_FieldSubPathValue
- type ListUsersResponsePathSelectorNextPageToken
- func (ListUsersResponsePathSelectorNextPageToken) FieldPath() *ListUsersResponse_FieldTerminalPath
- func (s ListUsersResponsePathSelectorNextPageToken) WithArrayOfValues(values []*user.PagerCursor) *ListUsersResponse_FieldTerminalPathArrayOfValues
- func (s ListUsersResponsePathSelectorNextPageToken) WithValue(value *user.PagerCursor) *ListUsersResponse_FieldTerminalPathValue
- type ListUsersResponsePathSelectorPrevPageToken
- func (ListUsersResponsePathSelectorPrevPageToken) FieldPath() *ListUsersResponse_FieldTerminalPath
- func (s ListUsersResponsePathSelectorPrevPageToken) WithArrayOfValues(values []*user.PagerCursor) *ListUsersResponse_FieldTerminalPathArrayOfValues
- func (s ListUsersResponsePathSelectorPrevPageToken) WithValue(value *user.PagerCursor) *ListUsersResponse_FieldTerminalPathValue
- type ListUsersResponsePathSelectorUsers
- func (ListUsersResponsePathSelectorUsers) AuthInfo() ListUsersResponsePathSelectorUsersAuthInfo
- func (ListUsersResponsePathSelectorUsers) Email() ListUsersResponsePathSelectorUsersEmail
- func (ListUsersResponsePathSelectorUsers) EmailVerified() ListUsersResponsePathSelectorUsersEmailVerified
- func (ListUsersResponsePathSelectorUsers) FieldPath() *ListUsersResponse_FieldTerminalPath
- func (ListUsersResponsePathSelectorUsers) FullName() ListUsersResponsePathSelectorUsersFullName
- func (ListUsersResponsePathSelectorUsers) Metadata() ListUsersResponsePathSelectorUsersMetadata
- func (ListUsersResponsePathSelectorUsers) Name() ListUsersResponsePathSelectorUsersName
- func (ListUsersResponsePathSelectorUsers) RefreshedTime() ListUsersResponsePathSelectorUsersRefreshedTime
- func (ListUsersResponsePathSelectorUsers) Settings() ListUsersResponsePathSelectorUsersSettings
- func (s ListUsersResponsePathSelectorUsers) WithArrayOfValues(values [][]*user.User) *ListUsersResponse_FieldTerminalPathArrayOfValues
- func (s ListUsersResponsePathSelectorUsers) WithItemValue(value *user.User) *ListUsersResponse_FieldTerminalPathArrayItemValue
- func (s ListUsersResponsePathSelectorUsers) WithSubArrayItemValue(subPathArrayItemValue user.User_FieldPathArrayItemValue) *ListUsersResponse_FieldSubPathArrayItemValue
- func (s ListUsersResponsePathSelectorUsers) WithSubArrayOfValues(subPathArrayOfValues user.User_FieldPathArrayOfValues) *ListUsersResponse_FieldSubPathArrayOfValues
- func (ListUsersResponsePathSelectorUsers) WithSubPath(subPath user.User_FieldPath) *ListUsersResponse_FieldSubPath
- func (s ListUsersResponsePathSelectorUsers) WithSubValue(subPathValue user.User_FieldPathValue) *ListUsersResponse_FieldSubPathValue
- func (s ListUsersResponsePathSelectorUsers) WithValue(value []*user.User) *ListUsersResponse_FieldTerminalPathValue
- type ListUsersResponsePathSelectorUsersAuthInfo
- func (ListUsersResponsePathSelectorUsersAuthInfo) FieldPath() *ListUsersResponse_FieldSubPath
- func (ListUsersResponsePathSelectorUsersAuthInfo) Id() ListUsersResponsePathSelectorUsersAuthInfoId
- func (ListUsersResponsePathSelectorUsersAuthInfo) Provider() ListUsersResponsePathSelectorUsersAuthInfoProvider
- func (s ListUsersResponsePathSelectorUsersAuthInfo) WithArrayOfValues(values []*user.User_AuthInfo) *ListUsersResponse_FieldSubPathArrayOfValues
- func (s ListUsersResponsePathSelectorUsersAuthInfo) WithValue(value *user.User_AuthInfo) *ListUsersResponse_FieldSubPathValue
- type ListUsersResponsePathSelectorUsersAuthInfoId
- func (ListUsersResponsePathSelectorUsersAuthInfoId) FieldPath() *ListUsersResponse_FieldSubPath
- func (s ListUsersResponsePathSelectorUsersAuthInfoId) WithArrayOfValues(values []string) *ListUsersResponse_FieldSubPathArrayOfValues
- func (s ListUsersResponsePathSelectorUsersAuthInfoId) WithValue(value string) *ListUsersResponse_FieldSubPathValue
- type ListUsersResponsePathSelectorUsersAuthInfoProvider
- func (ListUsersResponsePathSelectorUsersAuthInfoProvider) FieldPath() *ListUsersResponse_FieldSubPath
- func (s ListUsersResponsePathSelectorUsersAuthInfoProvider) WithArrayOfValues(values []string) *ListUsersResponse_FieldSubPathArrayOfValues
- func (s ListUsersResponsePathSelectorUsersAuthInfoProvider) WithValue(value string) *ListUsersResponse_FieldSubPathValue
- type ListUsersResponsePathSelectorUsersEmail
- func (ListUsersResponsePathSelectorUsersEmail) FieldPath() *ListUsersResponse_FieldSubPath
- func (s ListUsersResponsePathSelectorUsersEmail) WithArrayOfValues(values []string) *ListUsersResponse_FieldSubPathArrayOfValues
- func (s ListUsersResponsePathSelectorUsersEmail) WithValue(value string) *ListUsersResponse_FieldSubPathValue
- type ListUsersResponsePathSelectorUsersEmailVerified
- func (ListUsersResponsePathSelectorUsersEmailVerified) FieldPath() *ListUsersResponse_FieldSubPath
- func (s ListUsersResponsePathSelectorUsersEmailVerified) WithArrayOfValues(values []bool) *ListUsersResponse_FieldSubPathArrayOfValues
- func (s ListUsersResponsePathSelectorUsersEmailVerified) WithValue(value bool) *ListUsersResponse_FieldSubPathValue
- type ListUsersResponsePathSelectorUsersFullName
- func (ListUsersResponsePathSelectorUsersFullName) FieldPath() *ListUsersResponse_FieldSubPath
- func (s ListUsersResponsePathSelectorUsersFullName) WithArrayOfValues(values []string) *ListUsersResponse_FieldSubPathArrayOfValues
- func (s ListUsersResponsePathSelectorUsersFullName) WithValue(value string) *ListUsersResponse_FieldSubPathValue
- type ListUsersResponsePathSelectorUsersMetadata
- func (ListUsersResponsePathSelectorUsersMetadata) Annotations() ListUsersResponsePathSelectorUsersMetadataAnnotations
- func (ListUsersResponsePathSelectorUsersMetadata) CreateTime() ListUsersResponsePathSelectorUsersMetadataCreateTime
- func (ListUsersResponsePathSelectorUsersMetadata) FieldPath() *ListUsersResponse_FieldSubPath
- func (ListUsersResponsePathSelectorUsersMetadata) Generation() ListUsersResponsePathSelectorUsersMetadataGeneration
- func (ListUsersResponsePathSelectorUsersMetadata) Labels() ListUsersResponsePathSelectorUsersMetadataLabels
- func (ListUsersResponsePathSelectorUsersMetadata) OwnerReferences() ListUsersResponsePathSelectorUsersMetadataOwnerReferences
- func (ListUsersResponsePathSelectorUsersMetadata) ResourceVersion() ListUsersResponsePathSelectorUsersMetadataResourceVersion
- func (ListUsersResponsePathSelectorUsersMetadata) Shards() ListUsersResponsePathSelectorUsersMetadataShards
- func (ListUsersResponsePathSelectorUsersMetadata) Syncing() ListUsersResponsePathSelectorUsersMetadataSyncing
- func (ListUsersResponsePathSelectorUsersMetadata) Tags() ListUsersResponsePathSelectorUsersMetadataTags
- func (ListUsersResponsePathSelectorUsersMetadata) UpdateTime() ListUsersResponsePathSelectorUsersMetadataUpdateTime
- func (ListUsersResponsePathSelectorUsersMetadata) Uuid() ListUsersResponsePathSelectorUsersMetadataUuid
- func (s ListUsersResponsePathSelectorUsersMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *ListUsersResponse_FieldSubPathArrayOfValues
- func (s ListUsersResponsePathSelectorUsersMetadata) WithValue(value *ntt_meta.Meta) *ListUsersResponse_FieldSubPathValue
- type ListUsersResponsePathSelectorUsersMetadataAnnotations
- func (ListUsersResponsePathSelectorUsersMetadataAnnotations) FieldPath() *ListUsersResponse_FieldSubPath
- func (s ListUsersResponsePathSelectorUsersMetadataAnnotations) WithArrayOfValues(values []map[string]string) *ListUsersResponse_FieldSubPathArrayOfValues
- func (ListUsersResponsePathSelectorUsersMetadataAnnotations) WithKey(key string) ListUsersResponseMapPathSelectorUsersMetadataAnnotations
- func (s ListUsersResponsePathSelectorUsersMetadataAnnotations) WithValue(value map[string]string) *ListUsersResponse_FieldSubPathValue
- type ListUsersResponsePathSelectorUsersMetadataCreateTime
- func (ListUsersResponsePathSelectorUsersMetadataCreateTime) FieldPath() *ListUsersResponse_FieldSubPath
- func (s ListUsersResponsePathSelectorUsersMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *ListUsersResponse_FieldSubPathArrayOfValues
- func (s ListUsersResponsePathSelectorUsersMetadataCreateTime) WithValue(value *timestamp.Timestamp) *ListUsersResponse_FieldSubPathValue
- type ListUsersResponsePathSelectorUsersMetadataGeneration
- func (ListUsersResponsePathSelectorUsersMetadataGeneration) FieldPath() *ListUsersResponse_FieldSubPath
- func (s ListUsersResponsePathSelectorUsersMetadataGeneration) WithArrayOfValues(values []int64) *ListUsersResponse_FieldSubPathArrayOfValues
- func (s ListUsersResponsePathSelectorUsersMetadataGeneration) WithValue(value int64) *ListUsersResponse_FieldSubPathValue
- type ListUsersResponsePathSelectorUsersMetadataLabels
- func (ListUsersResponsePathSelectorUsersMetadataLabels) FieldPath() *ListUsersResponse_FieldSubPath
- func (s ListUsersResponsePathSelectorUsersMetadataLabels) WithArrayOfValues(values []map[string]string) *ListUsersResponse_FieldSubPathArrayOfValues
- func (ListUsersResponsePathSelectorUsersMetadataLabels) WithKey(key string) ListUsersResponseMapPathSelectorUsersMetadataLabels
- func (s ListUsersResponsePathSelectorUsersMetadataLabels) WithValue(value map[string]string) *ListUsersResponse_FieldSubPathValue
- type ListUsersResponsePathSelectorUsersMetadataOwnerReferences
- func (ListUsersResponsePathSelectorUsersMetadataOwnerReferences) ApiVersion() ListUsersResponsePathSelectorUsersMetadataOwnerReferencesApiVersion
- func (ListUsersResponsePathSelectorUsersMetadataOwnerReferences) BlockOwnerDeletion() ListUsersResponsePathSelectorUsersMetadataOwnerReferencesBlockOwnerDeletion
- func (ListUsersResponsePathSelectorUsersMetadataOwnerReferences) Controller() ListUsersResponsePathSelectorUsersMetadataOwnerReferencesController
- func (ListUsersResponsePathSelectorUsersMetadataOwnerReferences) FieldPath() *ListUsersResponse_FieldSubPath
- func (ListUsersResponsePathSelectorUsersMetadataOwnerReferences) Kind() ListUsersResponsePathSelectorUsersMetadataOwnerReferencesKind
- func (ListUsersResponsePathSelectorUsersMetadataOwnerReferences) Name() ListUsersResponsePathSelectorUsersMetadataOwnerReferencesName
- func (ListUsersResponsePathSelectorUsersMetadataOwnerReferences) Uid() ListUsersResponsePathSelectorUsersMetadataOwnerReferencesUid
- func (s ListUsersResponsePathSelectorUsersMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *ListUsersResponse_FieldSubPathArrayOfValues
- func (s ListUsersResponsePathSelectorUsersMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *ListUsersResponse_FieldSubPathArrayItemValue
- func (s ListUsersResponsePathSelectorUsersMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *ListUsersResponse_FieldSubPathValue
- type ListUsersResponsePathSelectorUsersMetadataOwnerReferencesApiVersion
- func (ListUsersResponsePathSelectorUsersMetadataOwnerReferencesApiVersion) FieldPath() *ListUsersResponse_FieldSubPath
- func (s ListUsersResponsePathSelectorUsersMetadataOwnerReferencesApiVersion) WithArrayOfValues(values []string) *ListUsersResponse_FieldSubPathArrayOfValues
- func (s ListUsersResponsePathSelectorUsersMetadataOwnerReferencesApiVersion) WithValue(value string) *ListUsersResponse_FieldSubPathValue
- type ListUsersResponsePathSelectorUsersMetadataOwnerReferencesBlockOwnerDeletion
- func (ListUsersResponsePathSelectorUsersMetadataOwnerReferencesBlockOwnerDeletion) FieldPath() *ListUsersResponse_FieldSubPath
- func (s ListUsersResponsePathSelectorUsersMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *ListUsersResponse_FieldSubPathArrayOfValues
- func (s ListUsersResponsePathSelectorUsersMetadataOwnerReferencesBlockOwnerDeletion) WithValue(value bool) *ListUsersResponse_FieldSubPathValue
- type ListUsersResponsePathSelectorUsersMetadataOwnerReferencesController
- func (ListUsersResponsePathSelectorUsersMetadataOwnerReferencesController) FieldPath() *ListUsersResponse_FieldSubPath
- func (s ListUsersResponsePathSelectorUsersMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *ListUsersResponse_FieldSubPathArrayOfValues
- func (s ListUsersResponsePathSelectorUsersMetadataOwnerReferencesController) WithValue(value bool) *ListUsersResponse_FieldSubPathValue
- type ListUsersResponsePathSelectorUsersMetadataOwnerReferencesKind
- func (ListUsersResponsePathSelectorUsersMetadataOwnerReferencesKind) FieldPath() *ListUsersResponse_FieldSubPath
- func (s ListUsersResponsePathSelectorUsersMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *ListUsersResponse_FieldSubPathArrayOfValues
- func (s ListUsersResponsePathSelectorUsersMetadataOwnerReferencesKind) WithValue(value string) *ListUsersResponse_FieldSubPathValue
- type ListUsersResponsePathSelectorUsersMetadataOwnerReferencesName
- func (ListUsersResponsePathSelectorUsersMetadataOwnerReferencesName) FieldPath() *ListUsersResponse_FieldSubPath
- func (s ListUsersResponsePathSelectorUsersMetadataOwnerReferencesName) WithArrayOfValues(values []string) *ListUsersResponse_FieldSubPathArrayOfValues
- func (s ListUsersResponsePathSelectorUsersMetadataOwnerReferencesName) WithValue(value string) *ListUsersResponse_FieldSubPathValue
- type ListUsersResponsePathSelectorUsersMetadataOwnerReferencesUid
- func (ListUsersResponsePathSelectorUsersMetadataOwnerReferencesUid) FieldPath() *ListUsersResponse_FieldSubPath
- func (s ListUsersResponsePathSelectorUsersMetadataOwnerReferencesUid) WithArrayOfValues(values []string) *ListUsersResponse_FieldSubPathArrayOfValues
- func (s ListUsersResponsePathSelectorUsersMetadataOwnerReferencesUid) WithValue(value string) *ListUsersResponse_FieldSubPathValue
- type ListUsersResponsePathSelectorUsersMetadataResourceVersion
- func (ListUsersResponsePathSelectorUsersMetadataResourceVersion) FieldPath() *ListUsersResponse_FieldSubPath
- func (s ListUsersResponsePathSelectorUsersMetadataResourceVersion) WithArrayOfValues(values []string) *ListUsersResponse_FieldSubPathArrayOfValues
- func (s ListUsersResponsePathSelectorUsersMetadataResourceVersion) WithValue(value string) *ListUsersResponse_FieldSubPathValue
- type ListUsersResponsePathSelectorUsersMetadataShards
- func (ListUsersResponsePathSelectorUsersMetadataShards) FieldPath() *ListUsersResponse_FieldSubPath
- func (s ListUsersResponsePathSelectorUsersMetadataShards) WithArrayOfValues(values []map[string]int64) *ListUsersResponse_FieldSubPathArrayOfValues
- func (ListUsersResponsePathSelectorUsersMetadataShards) WithKey(key string) ListUsersResponseMapPathSelectorUsersMetadataShards
- func (s ListUsersResponsePathSelectorUsersMetadataShards) WithValue(value map[string]int64) *ListUsersResponse_FieldSubPathValue
- type ListUsersResponsePathSelectorUsersMetadataSyncing
- func (ListUsersResponsePathSelectorUsersMetadataSyncing) FieldPath() *ListUsersResponse_FieldSubPath
- func (ListUsersResponsePathSelectorUsersMetadataSyncing) OwningRegion() ListUsersResponsePathSelectorUsersMetadataSyncingOwningRegion
- func (ListUsersResponsePathSelectorUsersMetadataSyncing) Regions() ListUsersResponsePathSelectorUsersMetadataSyncingRegions
- func (s ListUsersResponsePathSelectorUsersMetadataSyncing) WithArrayOfValues(values []*syncing_meta.SyncingMeta) *ListUsersResponse_FieldSubPathArrayOfValues
- func (s ListUsersResponsePathSelectorUsersMetadataSyncing) WithValue(value *syncing_meta.SyncingMeta) *ListUsersResponse_FieldSubPathValue
- type ListUsersResponsePathSelectorUsersMetadataSyncingOwningRegion
- func (ListUsersResponsePathSelectorUsersMetadataSyncingOwningRegion) FieldPath() *ListUsersResponse_FieldSubPath
- func (s ListUsersResponsePathSelectorUsersMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *ListUsersResponse_FieldSubPathArrayOfValues
- func (s ListUsersResponsePathSelectorUsersMetadataSyncingOwningRegion) WithValue(value string) *ListUsersResponse_FieldSubPathValue
- type ListUsersResponsePathSelectorUsersMetadataSyncingRegions
- func (ListUsersResponsePathSelectorUsersMetadataSyncingRegions) FieldPath() *ListUsersResponse_FieldSubPath
- func (s ListUsersResponsePathSelectorUsersMetadataSyncingRegions) WithArrayOfValues(values [][]string) *ListUsersResponse_FieldSubPathArrayOfValues
- func (s ListUsersResponsePathSelectorUsersMetadataSyncingRegions) WithItemValue(value string) *ListUsersResponse_FieldSubPathArrayItemValue
- func (s ListUsersResponsePathSelectorUsersMetadataSyncingRegions) WithValue(value []string) *ListUsersResponse_FieldSubPathValue
- type ListUsersResponsePathSelectorUsersMetadataTags
- func (ListUsersResponsePathSelectorUsersMetadataTags) FieldPath() *ListUsersResponse_FieldSubPath
- func (s ListUsersResponsePathSelectorUsersMetadataTags) WithArrayOfValues(values [][]string) *ListUsersResponse_FieldSubPathArrayOfValues
- func (s ListUsersResponsePathSelectorUsersMetadataTags) WithItemValue(value string) *ListUsersResponse_FieldSubPathArrayItemValue
- func (s ListUsersResponsePathSelectorUsersMetadataTags) WithValue(value []string) *ListUsersResponse_FieldSubPathValue
- type ListUsersResponsePathSelectorUsersMetadataUpdateTime
- func (ListUsersResponsePathSelectorUsersMetadataUpdateTime) FieldPath() *ListUsersResponse_FieldSubPath
- func (s ListUsersResponsePathSelectorUsersMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *ListUsersResponse_FieldSubPathArrayOfValues
- func (s ListUsersResponsePathSelectorUsersMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *ListUsersResponse_FieldSubPathValue
- type ListUsersResponsePathSelectorUsersMetadataUuid
- func (ListUsersResponsePathSelectorUsersMetadataUuid) FieldPath() *ListUsersResponse_FieldSubPath
- func (s ListUsersResponsePathSelectorUsersMetadataUuid) WithArrayOfValues(values []string) *ListUsersResponse_FieldSubPathArrayOfValues
- func (s ListUsersResponsePathSelectorUsersMetadataUuid) WithValue(value string) *ListUsersResponse_FieldSubPathValue
- type ListUsersResponsePathSelectorUsersName
- func (ListUsersResponsePathSelectorUsersName) FieldPath() *ListUsersResponse_FieldSubPath
- func (s ListUsersResponsePathSelectorUsersName) WithArrayOfValues(values []*user.Name) *ListUsersResponse_FieldSubPathArrayOfValues
- func (s ListUsersResponsePathSelectorUsersName) WithValue(value *user.Name) *ListUsersResponse_FieldSubPathValue
- type ListUsersResponsePathSelectorUsersRefreshedTime
- func (ListUsersResponsePathSelectorUsersRefreshedTime) FieldPath() *ListUsersResponse_FieldSubPath
- func (s ListUsersResponsePathSelectorUsersRefreshedTime) WithArrayOfValues(values []*timestamp.Timestamp) *ListUsersResponse_FieldSubPathArrayOfValues
- func (s ListUsersResponsePathSelectorUsersRefreshedTime) WithValue(value *timestamp.Timestamp) *ListUsersResponse_FieldSubPathValue
- type ListUsersResponsePathSelectorUsersSettings
- func (ListUsersResponsePathSelectorUsersSettings) FieldPath() *ListUsersResponse_FieldSubPath
- func (s ListUsersResponsePathSelectorUsersSettings) WithArrayOfValues(values []map[string]string) *ListUsersResponse_FieldSubPathArrayOfValues
- func (ListUsersResponsePathSelectorUsersSettings) WithKey(key string) ListUsersResponseMapPathSelectorUsersSettings
- func (s ListUsersResponsePathSelectorUsersSettings) WithValue(value map[string]string) *ListUsersResponse_FieldSubPathValue
- type ListUsersResponse_FieldMask
- func (fieldMask *ListUsersResponse_FieldMask) AppendPath(path ListUsersResponse_FieldPath)
- func (fieldMask *ListUsersResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *ListUsersResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *ListUsersResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *ListUsersResponse_FieldMask) FilterInputFields() *ListUsersResponse_FieldMask
- func (fieldMask *ListUsersResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *ListUsersResponse_FieldMask) GetPaths() []ListUsersResponse_FieldPath
- func (fieldMask *ListUsersResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *ListUsersResponse_FieldMask) IsFull() bool
- func (fieldMask ListUsersResponse_FieldMask) Marshal() ([]byte, error)
- func (fieldMask ListUsersResponse_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *ListUsersResponse_FieldMask) PathsCount() int
- func (fieldMask *ListUsersResponse_FieldMask) Project(source *ListUsersResponse) *ListUsersResponse
- func (fieldMask *ListUsersResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *ListUsersResponse_FieldMask) ProtoMessage()
- func (fieldMask *ListUsersResponse_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *ListUsersResponse_FieldMask) Reset()
- func (fieldMask *ListUsersResponse_FieldMask) Set(target, source *ListUsersResponse)
- func (fieldMask *ListUsersResponse_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *ListUsersResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *ListUsersResponse_FieldMask) Size() int
- func (fieldMask *ListUsersResponse_FieldMask) String() string
- func (fieldMask *ListUsersResponse_FieldMask) Subtract(other *ListUsersResponse_FieldMask) *ListUsersResponse_FieldMask
- func (fieldMask *ListUsersResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *ListUsersResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *ListUsersResponse_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *ListUsersResponse_FieldMask) UnmarshalJSON(data []byte) error
- type ListUsersResponse_FieldPath
- type ListUsersResponse_FieldPathArrayItemValue
- type ListUsersResponse_FieldPathArrayOfValues
- type ListUsersResponse_FieldPathSelector
- type ListUsersResponse_FieldPathValue
- type ListUsersResponse_FieldSubPath
- func (fps *ListUsersResponse_FieldSubPath) AsUsersSubPath() (user.User_FieldPath, bool)
- func (fps *ListUsersResponse_FieldSubPath) ClearValue(item *ListUsersResponse)
- func (fps *ListUsersResponse_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *ListUsersResponse_FieldSubPath) Get(source *ListUsersResponse) (values []interface{})
- func (fps *ListUsersResponse_FieldSubPath) GetDefault() interface{}
- func (fps *ListUsersResponse_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *ListUsersResponse_FieldSubPath) GetSingle(source *ListUsersResponse) (interface{}, bool)
- func (fps *ListUsersResponse_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *ListUsersResponse_FieldSubPath) IsLeaf() bool
- func (fps *ListUsersResponse_FieldSubPath) JSONString() string
- func (fps *ListUsersResponse_FieldSubPath) Selector() ListUsersResponse_FieldPathSelector
- func (fps *ListUsersResponse_FieldSubPath) String() string
- func (fps *ListUsersResponse_FieldSubPath) WithIArrayItemValue(value interface{}) ListUsersResponse_FieldPathArrayItemValue
- func (fps *ListUsersResponse_FieldSubPath) WithIArrayOfValues(values interface{}) ListUsersResponse_FieldPathArrayOfValues
- func (fps *ListUsersResponse_FieldSubPath) WithIValue(value interface{}) ListUsersResponse_FieldPathValue
- func (fps *ListUsersResponse_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *ListUsersResponse_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *ListUsersResponse_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ListUsersResponse_FieldSubPathArrayItemValue
- func (fpaivs *ListUsersResponse_FieldSubPathArrayItemValue) AsUsersPathItemValue() (user.User_FieldPathArrayItemValue, bool)
- func (fpaivs *ListUsersResponse_FieldSubPathArrayItemValue) ContainsValue(source *ListUsersResponse) bool
- func (fpaivs *ListUsersResponse_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type ListUsersResponse_FieldSubPathArrayOfValues
- type ListUsersResponse_FieldSubPathValue
- func (fpvs *ListUsersResponse_FieldSubPathValue) AsUsersPathValue() (user.User_FieldPathValue, bool)
- func (fpvs *ListUsersResponse_FieldSubPathValue) CompareWith(source *ListUsersResponse) (int, bool)
- func (fpvs *ListUsersResponse_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *ListUsersResponse_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *ListUsersResponse_FieldSubPathValue) SetTo(target **ListUsersResponse)
- func (fpvs *ListUsersResponse_FieldSubPathValue) SetToRaw(target proto.Message)
- type ListUsersResponse_FieldTerminalPath
- func (fp *ListUsersResponse_FieldTerminalPath) ClearValue(item *ListUsersResponse)
- func (fp *ListUsersResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *ListUsersResponse_FieldTerminalPath) Get(source *ListUsersResponse) (values []interface{})
- func (fp *ListUsersResponse_FieldTerminalPath) GetDefault() interface{}
- func (fp *ListUsersResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *ListUsersResponse_FieldTerminalPath) GetSingle(source *ListUsersResponse) (interface{}, bool)
- func (fp *ListUsersResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *ListUsersResponse_FieldTerminalPath) IsLeaf() bool
- func (fp *ListUsersResponse_FieldTerminalPath) JSONString() string
- func (fp *ListUsersResponse_FieldTerminalPath) Selector() ListUsersResponse_FieldPathSelector
- func (fp *ListUsersResponse_FieldTerminalPath) String() string
- func (fp *ListUsersResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) ListUsersResponse_FieldPathArrayItemValue
- func (fp *ListUsersResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) ListUsersResponse_FieldPathArrayOfValues
- func (fp *ListUsersResponse_FieldTerminalPath) WithIValue(value interface{}) ListUsersResponse_FieldPathValue
- func (fp *ListUsersResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *ListUsersResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *ListUsersResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ListUsersResponse_FieldTerminalPathArrayItemValue
- func (fpaiv *ListUsersResponse_FieldTerminalPathArrayItemValue) AsUsersItemValue() (*user.User, bool)
- func (fpaiv *ListUsersResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *ListUsersResponse) bool
- func (fpaiv *ListUsersResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *ListUsersResponse_FieldTerminalPathArrayItemValue) GetSingle(source *ListUsersResponse) (interface{}, bool)
- func (fpaiv *ListUsersResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type ListUsersResponse_FieldTerminalPathArrayOfValues
- func (fpaov *ListUsersResponse_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues() ([]*user.PagerCursor, bool)
- func (fpaov *ListUsersResponse_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues() ([]*user.PagerCursor, bool)
- func (fpaov *ListUsersResponse_FieldTerminalPathArrayOfValues) AsUsersArrayOfValues() ([][]*user.User, bool)
- func (fpaov *ListUsersResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type ListUsersResponse_FieldTerminalPathValue
- func (fpv *ListUsersResponse_FieldTerminalPathValue) AsNextPageTokenValue() (*user.PagerCursor, bool)
- func (fpv *ListUsersResponse_FieldTerminalPathValue) AsPrevPageTokenValue() (*user.PagerCursor, bool)
- func (fpv *ListUsersResponse_FieldTerminalPathValue) AsUsersValue() ([]*user.User, bool)
- func (fpv *ListUsersResponse_FieldTerminalPathValue) CompareWith(source *ListUsersResponse) (int, bool)
- func (fpv *ListUsersResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *ListUsersResponse_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *ListUsersResponse_FieldTerminalPathValue) SetTo(target **ListUsersResponse)
- func (fpv *ListUsersResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type RefreshUserFromIdTokenRequest
- func (o *RefreshUserFromIdTokenRequest) Clone() *RefreshUserFromIdTokenRequest
- func (o *RefreshUserFromIdTokenRequest) CloneRaw() gotenobject.GotenObjectExt
- func (*RefreshUserFromIdTokenRequest) Descriptor() ([]byte, []int)
- func (m *RefreshUserFromIdTokenRequest) GetIdToken() string
- func (*RefreshUserFromIdTokenRequest) GotenMessage()
- func (o *RefreshUserFromIdTokenRequest) GotenObjectExt()
- func (obj *RefreshUserFromIdTokenRequest) GotenValidate() error
- func (o *RefreshUserFromIdTokenRequest) MakeDiffFieldMask(other *RefreshUserFromIdTokenRequest) *RefreshUserFromIdTokenRequest_FieldMask
- func (o *RefreshUserFromIdTokenRequest) MakeFullFieldMask() *RefreshUserFromIdTokenRequest_FieldMask
- func (o *RefreshUserFromIdTokenRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *RefreshUserFromIdTokenRequest) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *RefreshUserFromIdTokenRequest) Marshal() ([]byte, error)
- func (m *RefreshUserFromIdTokenRequest) MarshalJSON() ([]byte, error)
- func (o *RefreshUserFromIdTokenRequest) Merge(source *RefreshUserFromIdTokenRequest)
- func (o *RefreshUserFromIdTokenRequest) MergeRaw(source gotenobject.GotenObjectExt)
- func (*RefreshUserFromIdTokenRequest) ProtoMessage()
- func (m *RefreshUserFromIdTokenRequest) ProtoReflect() preflect.Message
- func (m *RefreshUserFromIdTokenRequest) Reset()
- func (m *RefreshUserFromIdTokenRequest) SetIdToken(fv string)
- func (m *RefreshUserFromIdTokenRequest) String() string
- func (m *RefreshUserFromIdTokenRequest) Unmarshal(b []byte) error
- func (m *RefreshUserFromIdTokenRequest) UnmarshalJSON(data []byte) error
- type RefreshUserFromIdTokenRequestFieldPathBuilder
- type RefreshUserFromIdTokenRequestPathSelectorIdToken
- func (RefreshUserFromIdTokenRequestPathSelectorIdToken) FieldPath() *RefreshUserFromIdTokenRequest_FieldTerminalPath
- func (s RefreshUserFromIdTokenRequestPathSelectorIdToken) WithArrayOfValues(values []string) *RefreshUserFromIdTokenRequest_FieldTerminalPathArrayOfValues
- func (s RefreshUserFromIdTokenRequestPathSelectorIdToken) WithValue(value string) *RefreshUserFromIdTokenRequest_FieldTerminalPathValue
- type RefreshUserFromIdTokenRequest_FieldMask
- func (fieldMask *RefreshUserFromIdTokenRequest_FieldMask) AppendPath(path RefreshUserFromIdTokenRequest_FieldPath)
- func (fieldMask *RefreshUserFromIdTokenRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *RefreshUserFromIdTokenRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *RefreshUserFromIdTokenRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *RefreshUserFromIdTokenRequest_FieldMask) FilterInputFields() *RefreshUserFromIdTokenRequest_FieldMask
- func (fieldMask *RefreshUserFromIdTokenRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *RefreshUserFromIdTokenRequest_FieldMask) GetPaths() []RefreshUserFromIdTokenRequest_FieldPath
- func (fieldMask *RefreshUserFromIdTokenRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *RefreshUserFromIdTokenRequest_FieldMask) IsFull() bool
- func (fieldMask RefreshUserFromIdTokenRequest_FieldMask) Marshal() ([]byte, error)
- func (fieldMask RefreshUserFromIdTokenRequest_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *RefreshUserFromIdTokenRequest_FieldMask) PathsCount() int
- func (fieldMask *RefreshUserFromIdTokenRequest_FieldMask) Project(source *RefreshUserFromIdTokenRequest) *RefreshUserFromIdTokenRequest
- func (fieldMask *RefreshUserFromIdTokenRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *RefreshUserFromIdTokenRequest_FieldMask) ProtoMessage()
- func (fieldMask *RefreshUserFromIdTokenRequest_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *RefreshUserFromIdTokenRequest_FieldMask) Reset()
- func (fieldMask *RefreshUserFromIdTokenRequest_FieldMask) Set(target, source *RefreshUserFromIdTokenRequest)
- func (fieldMask *RefreshUserFromIdTokenRequest_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *RefreshUserFromIdTokenRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *RefreshUserFromIdTokenRequest_FieldMask) Size() int
- func (fieldMask *RefreshUserFromIdTokenRequest_FieldMask) String() string
- func (fieldMask *RefreshUserFromIdTokenRequest_FieldMask) Subtract(other *RefreshUserFromIdTokenRequest_FieldMask) *RefreshUserFromIdTokenRequest_FieldMask
- func (fieldMask *RefreshUserFromIdTokenRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *RefreshUserFromIdTokenRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *RefreshUserFromIdTokenRequest_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *RefreshUserFromIdTokenRequest_FieldMask) UnmarshalJSON(data []byte) error
- type RefreshUserFromIdTokenRequest_FieldPath
- func BuildRefreshUserFromIdTokenRequest_FieldPath(fp gotenobject.RawFieldPath) (RefreshUserFromIdTokenRequest_FieldPath, error)
- func MustParseRefreshUserFromIdTokenRequest_FieldPath(rawField string) RefreshUserFromIdTokenRequest_FieldPath
- func ParseRefreshUserFromIdTokenRequest_FieldPath(rawField string) (RefreshUserFromIdTokenRequest_FieldPath, error)
- type RefreshUserFromIdTokenRequest_FieldPathArrayItemValue
- func MustParseRefreshUserFromIdTokenRequest_FieldPathArrayItemValue(pathStr, valueStr string) RefreshUserFromIdTokenRequest_FieldPathArrayItemValue
- func ParseRefreshUserFromIdTokenRequest_FieldPathArrayItemValue(pathStr, valueStr string) (RefreshUserFromIdTokenRequest_FieldPathArrayItemValue, error)
- type RefreshUserFromIdTokenRequest_FieldPathArrayOfValues
- type RefreshUserFromIdTokenRequest_FieldPathSelector
- type RefreshUserFromIdTokenRequest_FieldPathValue
- type RefreshUserFromIdTokenRequest_FieldTerminalPath
- func (fp *RefreshUserFromIdTokenRequest_FieldTerminalPath) ClearValue(item *RefreshUserFromIdTokenRequest)
- func (fp *RefreshUserFromIdTokenRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *RefreshUserFromIdTokenRequest_FieldTerminalPath) Get(source *RefreshUserFromIdTokenRequest) (values []interface{})
- func (fp *RefreshUserFromIdTokenRequest_FieldTerminalPath) GetDefault() interface{}
- func (fp *RefreshUserFromIdTokenRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *RefreshUserFromIdTokenRequest_FieldTerminalPath) GetSingle(source *RefreshUserFromIdTokenRequest) (interface{}, bool)
- func (fp *RefreshUserFromIdTokenRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *RefreshUserFromIdTokenRequest_FieldTerminalPath) IsLeaf() bool
- func (fp *RefreshUserFromIdTokenRequest_FieldTerminalPath) JSONString() string
- func (fp *RefreshUserFromIdTokenRequest_FieldTerminalPath) Selector() RefreshUserFromIdTokenRequest_FieldPathSelector
- func (fp *RefreshUserFromIdTokenRequest_FieldTerminalPath) String() string
- func (fp *RefreshUserFromIdTokenRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) RefreshUserFromIdTokenRequest_FieldPathArrayItemValue
- func (fp *RefreshUserFromIdTokenRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) RefreshUserFromIdTokenRequest_FieldPathArrayOfValues
- func (fp *RefreshUserFromIdTokenRequest_FieldTerminalPath) WithIValue(value interface{}) RefreshUserFromIdTokenRequest_FieldPathValue
- func (fp *RefreshUserFromIdTokenRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *RefreshUserFromIdTokenRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *RefreshUserFromIdTokenRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type RefreshUserFromIdTokenRequest_FieldTerminalPathArrayItemValue
- func (fpaiv *RefreshUserFromIdTokenRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *RefreshUserFromIdTokenRequest) bool
- func (fpaiv *RefreshUserFromIdTokenRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *RefreshUserFromIdTokenRequest_FieldTerminalPathArrayItemValue) GetSingle(source *RefreshUserFromIdTokenRequest) (interface{}, bool)
- func (fpaiv *RefreshUserFromIdTokenRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type RefreshUserFromIdTokenRequest_FieldTerminalPathArrayOfValues
- type RefreshUserFromIdTokenRequest_FieldTerminalPathValue
- func (fpv *RefreshUserFromIdTokenRequest_FieldTerminalPathValue) AsIdTokenValue() (string, bool)
- func (fpv *RefreshUserFromIdTokenRequest_FieldTerminalPathValue) CompareWith(source *RefreshUserFromIdTokenRequest) (int, bool)
- func (fpv *RefreshUserFromIdTokenRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *RefreshUserFromIdTokenRequest_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *RefreshUserFromIdTokenRequest_FieldTerminalPathValue) SetTo(target **RefreshUserFromIdTokenRequest)
- func (fpv *RefreshUserFromIdTokenRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type RefreshUserFromIdTokenResponse
- func (o *RefreshUserFromIdTokenResponse) Clone() *RefreshUserFromIdTokenResponse
- func (o *RefreshUserFromIdTokenResponse) CloneRaw() gotenobject.GotenObjectExt
- func (*RefreshUserFromIdTokenResponse) Descriptor() ([]byte, []int)
- func (*RefreshUserFromIdTokenResponse) GotenMessage()
- func (o *RefreshUserFromIdTokenResponse) GotenObjectExt()
- func (obj *RefreshUserFromIdTokenResponse) GotenValidate() error
- func (o *RefreshUserFromIdTokenResponse) MakeDiffFieldMask(other *RefreshUserFromIdTokenResponse) *RefreshUserFromIdTokenResponse_FieldMask
- func (o *RefreshUserFromIdTokenResponse) MakeFullFieldMask() *RefreshUserFromIdTokenResponse_FieldMask
- func (o *RefreshUserFromIdTokenResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *RefreshUserFromIdTokenResponse) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *RefreshUserFromIdTokenResponse) Marshal() ([]byte, error)
- func (m *RefreshUserFromIdTokenResponse) MarshalJSON() ([]byte, error)
- func (o *RefreshUserFromIdTokenResponse) Merge(source *RefreshUserFromIdTokenResponse)
- func (o *RefreshUserFromIdTokenResponse) MergeRaw(source gotenobject.GotenObjectExt)
- func (*RefreshUserFromIdTokenResponse) ProtoMessage()
- func (m *RefreshUserFromIdTokenResponse) ProtoReflect() preflect.Message
- func (m *RefreshUserFromIdTokenResponse) Reset()
- func (m *RefreshUserFromIdTokenResponse) String() string
- func (m *RefreshUserFromIdTokenResponse) Unmarshal(b []byte) error
- func (m *RefreshUserFromIdTokenResponse) UnmarshalJSON(data []byte) error
- type RefreshUserFromIdTokenResponseFieldPathBuilder
- type RefreshUserFromIdTokenResponse_FieldMask
- func (fieldMask *RefreshUserFromIdTokenResponse_FieldMask) AppendPath(path RefreshUserFromIdTokenResponse_FieldPath)
- func (fieldMask *RefreshUserFromIdTokenResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *RefreshUserFromIdTokenResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *RefreshUserFromIdTokenResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *RefreshUserFromIdTokenResponse_FieldMask) FilterInputFields() *RefreshUserFromIdTokenResponse_FieldMask
- func (fieldMask *RefreshUserFromIdTokenResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *RefreshUserFromIdTokenResponse_FieldMask) GetPaths() []RefreshUserFromIdTokenResponse_FieldPath
- func (fieldMask *RefreshUserFromIdTokenResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *RefreshUserFromIdTokenResponse_FieldMask) IsFull() bool
- func (fieldMask RefreshUserFromIdTokenResponse_FieldMask) Marshal() ([]byte, error)
- func (fieldMask RefreshUserFromIdTokenResponse_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *RefreshUserFromIdTokenResponse_FieldMask) PathsCount() int
- func (fieldMask *RefreshUserFromIdTokenResponse_FieldMask) Project(source *RefreshUserFromIdTokenResponse) *RefreshUserFromIdTokenResponse
- func (fieldMask *RefreshUserFromIdTokenResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *RefreshUserFromIdTokenResponse_FieldMask) ProtoMessage()
- func (fieldMask *RefreshUserFromIdTokenResponse_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *RefreshUserFromIdTokenResponse_FieldMask) Reset()
- func (fieldMask *RefreshUserFromIdTokenResponse_FieldMask) Set(target, source *RefreshUserFromIdTokenResponse)
- func (fieldMask *RefreshUserFromIdTokenResponse_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *RefreshUserFromIdTokenResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *RefreshUserFromIdTokenResponse_FieldMask) Size() int
- func (fieldMask *RefreshUserFromIdTokenResponse_FieldMask) String() string
- func (fieldMask *RefreshUserFromIdTokenResponse_FieldMask) Subtract(other *RefreshUserFromIdTokenResponse_FieldMask) *RefreshUserFromIdTokenResponse_FieldMask
- func (fieldMask *RefreshUserFromIdTokenResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *RefreshUserFromIdTokenResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *RefreshUserFromIdTokenResponse_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *RefreshUserFromIdTokenResponse_FieldMask) UnmarshalJSON(data []byte) error
- type RefreshUserFromIdTokenResponse_FieldPath
- func BuildRefreshUserFromIdTokenResponse_FieldPath(fp gotenobject.RawFieldPath) (RefreshUserFromIdTokenResponse_FieldPath, error)
- func MustParseRefreshUserFromIdTokenResponse_FieldPath(rawField string) RefreshUserFromIdTokenResponse_FieldPath
- func ParseRefreshUserFromIdTokenResponse_FieldPath(rawField string) (RefreshUserFromIdTokenResponse_FieldPath, error)
- type RefreshUserFromIdTokenResponse_FieldPathArrayItemValue
- func MustParseRefreshUserFromIdTokenResponse_FieldPathArrayItemValue(pathStr, valueStr string) RefreshUserFromIdTokenResponse_FieldPathArrayItemValue
- func ParseRefreshUserFromIdTokenResponse_FieldPathArrayItemValue(pathStr, valueStr string) (RefreshUserFromIdTokenResponse_FieldPathArrayItemValue, error)
- type RefreshUserFromIdTokenResponse_FieldPathArrayOfValues
- func MustParseRefreshUserFromIdTokenResponse_FieldPathArrayOfValues(pathStr, valuesStr string) RefreshUserFromIdTokenResponse_FieldPathArrayOfValues
- func ParseRefreshUserFromIdTokenResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (RefreshUserFromIdTokenResponse_FieldPathArrayOfValues, error)
- type RefreshUserFromIdTokenResponse_FieldPathSelector
- type RefreshUserFromIdTokenResponse_FieldPathValue
- type RefreshUserFromIdTokenResponse_FieldTerminalPath
- func (fp *RefreshUserFromIdTokenResponse_FieldTerminalPath) ClearValue(item *RefreshUserFromIdTokenResponse)
- func (fp *RefreshUserFromIdTokenResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *RefreshUserFromIdTokenResponse_FieldTerminalPath) Get(source *RefreshUserFromIdTokenResponse) (values []interface{})
- func (fp *RefreshUserFromIdTokenResponse_FieldTerminalPath) GetDefault() interface{}
- func (fp *RefreshUserFromIdTokenResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *RefreshUserFromIdTokenResponse_FieldTerminalPath) GetSingle(source *RefreshUserFromIdTokenResponse) (interface{}, bool)
- func (fp *RefreshUserFromIdTokenResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *RefreshUserFromIdTokenResponse_FieldTerminalPath) IsLeaf() bool
- func (fp *RefreshUserFromIdTokenResponse_FieldTerminalPath) JSONString() string
- func (fp *RefreshUserFromIdTokenResponse_FieldTerminalPath) Selector() RefreshUserFromIdTokenResponse_FieldPathSelector
- func (fp *RefreshUserFromIdTokenResponse_FieldTerminalPath) String() string
- func (fp *RefreshUserFromIdTokenResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) RefreshUserFromIdTokenResponse_FieldPathArrayItemValue
- func (fp *RefreshUserFromIdTokenResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) RefreshUserFromIdTokenResponse_FieldPathArrayOfValues
- func (fp *RefreshUserFromIdTokenResponse_FieldTerminalPath) WithIValue(value interface{}) RefreshUserFromIdTokenResponse_FieldPathValue
- func (fp *RefreshUserFromIdTokenResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *RefreshUserFromIdTokenResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *RefreshUserFromIdTokenResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type RefreshUserFromIdTokenResponse_FieldTerminalPathArrayItemValue
- func (fpaiv *RefreshUserFromIdTokenResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *RefreshUserFromIdTokenResponse) bool
- func (fpaiv *RefreshUserFromIdTokenResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *RefreshUserFromIdTokenResponse_FieldTerminalPathArrayItemValue) GetSingle(source *RefreshUserFromIdTokenResponse) (interface{}, bool)
- func (fpaiv *RefreshUserFromIdTokenResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type RefreshUserFromIdTokenResponse_FieldTerminalPathArrayOfValues
- type RefreshUserFromIdTokenResponse_FieldTerminalPathValue
- func (fpv *RefreshUserFromIdTokenResponse_FieldTerminalPathValue) CompareWith(source *RefreshUserFromIdTokenResponse) (int, bool)
- func (fpv *RefreshUserFromIdTokenResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *RefreshUserFromIdTokenResponse_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *RefreshUserFromIdTokenResponse_FieldTerminalPathValue) SetTo(target **RefreshUserFromIdTokenResponse)
- func (fpv *RefreshUserFromIdTokenResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type SetMySettingsRequest
- func (o *SetMySettingsRequest) Clone() *SetMySettingsRequest
- func (o *SetMySettingsRequest) CloneRaw() gotenobject.GotenObjectExt
- func (*SetMySettingsRequest) Descriptor() ([]byte, []int)
- func (m *SetMySettingsRequest) GetSettings() map[string]string
- func (*SetMySettingsRequest) GotenMessage()
- func (o *SetMySettingsRequest) GotenObjectExt()
- func (obj *SetMySettingsRequest) GotenValidate() error
- func (o *SetMySettingsRequest) MakeDiffFieldMask(other *SetMySettingsRequest) *SetMySettingsRequest_FieldMask
- func (o *SetMySettingsRequest) MakeFullFieldMask() *SetMySettingsRequest_FieldMask
- func (o *SetMySettingsRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *SetMySettingsRequest) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *SetMySettingsRequest) Marshal() ([]byte, error)
- func (m *SetMySettingsRequest) MarshalJSON() ([]byte, error)
- func (o *SetMySettingsRequest) Merge(source *SetMySettingsRequest)
- func (o *SetMySettingsRequest) MergeRaw(source gotenobject.GotenObjectExt)
- func (*SetMySettingsRequest) ProtoMessage()
- func (m *SetMySettingsRequest) ProtoReflect() preflect.Message
- func (m *SetMySettingsRequest) Reset()
- func (m *SetMySettingsRequest) SetSettings(fv map[string]string)
- func (m *SetMySettingsRequest) String() string
- func (m *SetMySettingsRequest) Unmarshal(b []byte) error
- func (m *SetMySettingsRequest) UnmarshalJSON(data []byte) error
- type SetMySettingsRequestFieldPathBuilder
- type SetMySettingsRequestMapPathSelectorSettings
- func (s SetMySettingsRequestMapPathSelectorSettings) FieldPath() *SetMySettingsRequest_FieldPathMap
- func (s SetMySettingsRequestMapPathSelectorSettings) WithArrayOfValues(values []string) *SetMySettingsRequest_FieldPathMapArrayOfValues
- func (s SetMySettingsRequestMapPathSelectorSettings) WithValue(value string) *SetMySettingsRequest_FieldPathMapValue
- type SetMySettingsRequestPathSelectorSettings
- func (SetMySettingsRequestPathSelectorSettings) FieldPath() *SetMySettingsRequest_FieldTerminalPath
- func (s SetMySettingsRequestPathSelectorSettings) WithArrayOfValues(values []map[string]string) *SetMySettingsRequest_FieldTerminalPathArrayOfValues
- func (SetMySettingsRequestPathSelectorSettings) WithKey(key string) SetMySettingsRequestMapPathSelectorSettings
- func (s SetMySettingsRequestPathSelectorSettings) WithValue(value map[string]string) *SetMySettingsRequest_FieldTerminalPathValue
- type SetMySettingsRequest_FieldMask
- func (fieldMask *SetMySettingsRequest_FieldMask) AppendPath(path SetMySettingsRequest_FieldPath)
- func (fieldMask *SetMySettingsRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *SetMySettingsRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *SetMySettingsRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *SetMySettingsRequest_FieldMask) FilterInputFields() *SetMySettingsRequest_FieldMask
- func (fieldMask *SetMySettingsRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *SetMySettingsRequest_FieldMask) GetPaths() []SetMySettingsRequest_FieldPath
- func (fieldMask *SetMySettingsRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *SetMySettingsRequest_FieldMask) IsFull() bool
- func (fieldMask SetMySettingsRequest_FieldMask) Marshal() ([]byte, error)
- func (fieldMask SetMySettingsRequest_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *SetMySettingsRequest_FieldMask) PathsCount() int
- func (fieldMask *SetMySettingsRequest_FieldMask) Project(source *SetMySettingsRequest) *SetMySettingsRequest
- func (fieldMask *SetMySettingsRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *SetMySettingsRequest_FieldMask) ProtoMessage()
- func (fieldMask *SetMySettingsRequest_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *SetMySettingsRequest_FieldMask) Reset()
- func (fieldMask *SetMySettingsRequest_FieldMask) Set(target, source *SetMySettingsRequest)
- func (fieldMask *SetMySettingsRequest_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *SetMySettingsRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *SetMySettingsRequest_FieldMask) Size() int
- func (fieldMask *SetMySettingsRequest_FieldMask) String() string
- func (fieldMask *SetMySettingsRequest_FieldMask) Subtract(other *SetMySettingsRequest_FieldMask) *SetMySettingsRequest_FieldMask
- func (fieldMask *SetMySettingsRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *SetMySettingsRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *SetMySettingsRequest_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *SetMySettingsRequest_FieldMask) UnmarshalJSON(data []byte) error
- type SetMySettingsRequest_FieldPath
- func BuildSetMySettingsRequest_FieldPath(fp gotenobject.RawFieldPath) (SetMySettingsRequest_FieldPath, error)
- func MustParseSetMySettingsRequest_FieldPath(rawField string) SetMySettingsRequest_FieldPath
- func ParseSetMySettingsRequest_FieldPath(rawField string) (SetMySettingsRequest_FieldPath, error)
- type SetMySettingsRequest_FieldPathArrayItemValue
- type SetMySettingsRequest_FieldPathArrayOfValues
- type SetMySettingsRequest_FieldPathMap
- func (fpm *SetMySettingsRequest_FieldPathMap) ClearValue(item *SetMySettingsRequest)
- func (fpm *SetMySettingsRequest_FieldPathMap) ClearValueRaw(item proto.Message)
- func (fpm *SetMySettingsRequest_FieldPathMap) Get(source *SetMySettingsRequest) (values []interface{})
- func (fpm *SetMySettingsRequest_FieldPathMap) GetDefault() interface{}
- func (fpm *SetMySettingsRequest_FieldPathMap) GetRaw(source proto.Message) []interface{}
- func (fpm *SetMySettingsRequest_FieldPathMap) GetSingle(source *SetMySettingsRequest) (interface{}, bool)
- func (fpm *SetMySettingsRequest_FieldPathMap) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fpm *SetMySettingsRequest_FieldPathMap) IsLeaf() bool
- func (fpm *SetMySettingsRequest_FieldPathMap) JSONString() string
- func (fpm *SetMySettingsRequest_FieldPathMap) Key() string
- func (fpm *SetMySettingsRequest_FieldPathMap) Selector() SetMySettingsRequest_FieldPathSelector
- func (fpm *SetMySettingsRequest_FieldPathMap) String() string
- func (fpm *SetMySettingsRequest_FieldPathMap) WithIArrayItemValue(value interface{}) SetMySettingsRequest_FieldPathArrayItemValue
- func (fpm *SetMySettingsRequest_FieldPathMap) WithIArrayOfValues(values interface{}) SetMySettingsRequest_FieldPathArrayOfValues
- func (fpm *SetMySettingsRequest_FieldPathMap) WithIValue(value interface{}) SetMySettingsRequest_FieldPathValue
- func (fpm *SetMySettingsRequest_FieldPathMap) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fpm *SetMySettingsRequest_FieldPathMap) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fpm *SetMySettingsRequest_FieldPathMap) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type SetMySettingsRequest_FieldPathMapArrayOfValues
- type SetMySettingsRequest_FieldPathMapValue
- func (fpmv *SetMySettingsRequest_FieldPathMapValue) AsSettingsElementValue() (string, bool)
- func (fpmv *SetMySettingsRequest_FieldPathMapValue) CompareWith(source *SetMySettingsRequest) (int, bool)
- func (fpmv *SetMySettingsRequest_FieldPathMapValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpmv *SetMySettingsRequest_FieldPathMapValue) GetRawValue() interface{}
- func (fpmv *SetMySettingsRequest_FieldPathMapValue) SetTo(target **SetMySettingsRequest)
- func (fpmv *SetMySettingsRequest_FieldPathMapValue) SetToRaw(target proto.Message)
- type SetMySettingsRequest_FieldPathSelector
- type SetMySettingsRequest_FieldPathValue
- type SetMySettingsRequest_FieldTerminalPath
- func (fp *SetMySettingsRequest_FieldTerminalPath) ClearValue(item *SetMySettingsRequest)
- func (fp *SetMySettingsRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *SetMySettingsRequest_FieldTerminalPath) Get(source *SetMySettingsRequest) (values []interface{})
- func (fp *SetMySettingsRequest_FieldTerminalPath) GetDefault() interface{}
- func (fp *SetMySettingsRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *SetMySettingsRequest_FieldTerminalPath) GetSingle(source *SetMySettingsRequest) (interface{}, bool)
- func (fp *SetMySettingsRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *SetMySettingsRequest_FieldTerminalPath) IsLeaf() bool
- func (fp *SetMySettingsRequest_FieldTerminalPath) JSONString() string
- func (fp *SetMySettingsRequest_FieldTerminalPath) Selector() SetMySettingsRequest_FieldPathSelector
- func (fp *SetMySettingsRequest_FieldTerminalPath) String() string
- func (fp *SetMySettingsRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) SetMySettingsRequest_FieldPathArrayItemValue
- func (fp *SetMySettingsRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) SetMySettingsRequest_FieldPathArrayOfValues
- func (fp *SetMySettingsRequest_FieldTerminalPath) WithIValue(value interface{}) SetMySettingsRequest_FieldPathValue
- func (fp *SetMySettingsRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *SetMySettingsRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *SetMySettingsRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type SetMySettingsRequest_FieldTerminalPathArrayItemValue
- func (fpaiv *SetMySettingsRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *SetMySettingsRequest) bool
- func (fpaiv *SetMySettingsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *SetMySettingsRequest_FieldTerminalPathArrayItemValue) GetSingle(source *SetMySettingsRequest) (interface{}, bool)
- func (fpaiv *SetMySettingsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type SetMySettingsRequest_FieldTerminalPathArrayOfValues
- type SetMySettingsRequest_FieldTerminalPathValue
- func (fpv *SetMySettingsRequest_FieldTerminalPathValue) AsSettingsValue() (map[string]string, bool)
- func (fpv *SetMySettingsRequest_FieldTerminalPathValue) CompareWith(source *SetMySettingsRequest) (int, bool)
- func (fpv *SetMySettingsRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *SetMySettingsRequest_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *SetMySettingsRequest_FieldTerminalPathValue) SetTo(target **SetMySettingsRequest)
- func (fpv *SetMySettingsRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type UpdateUserRequest
- func (o *UpdateUserRequest) Clone() *UpdateUserRequest
- func (o *UpdateUserRequest) CloneRaw() gotenobject.GotenObjectExt
- func (*UpdateUserRequest) Descriptor() ([]byte, []int)
- func (m *UpdateUserRequest) GetCas() *UpdateUserRequest_CAS
- func (m *UpdateUserRequest) GetUpdateMask() *user.User_FieldMask
- func (m *UpdateUserRequest) GetUser() *user.User
- func (*UpdateUserRequest) GotenMessage()
- func (o *UpdateUserRequest) GotenObjectExt()
- func (obj *UpdateUserRequest) GotenValidate() error
- func (o *UpdateUserRequest) MakeDiffFieldMask(other *UpdateUserRequest) *UpdateUserRequest_FieldMask
- func (o *UpdateUserRequest) MakeFullFieldMask() *UpdateUserRequest_FieldMask
- func (o *UpdateUserRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *UpdateUserRequest) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *UpdateUserRequest) Marshal() ([]byte, error)
- func (m *UpdateUserRequest) MarshalJSON() ([]byte, error)
- func (o *UpdateUserRequest) Merge(source *UpdateUserRequest)
- func (o *UpdateUserRequest) MergeRaw(source gotenobject.GotenObjectExt)
- func (*UpdateUserRequest) ProtoMessage()
- func (m *UpdateUserRequest) ProtoReflect() preflect.Message
- func (m *UpdateUserRequest) Reset()
- func (m *UpdateUserRequest) SetCas(fv *UpdateUserRequest_CAS)
- func (m *UpdateUserRequest) SetUpdateMask(fv *user.User_FieldMask)
- func (m *UpdateUserRequest) SetUser(fv *user.User)
- func (m *UpdateUserRequest) String() string
- func (m *UpdateUserRequest) Unmarshal(b []byte) error
- func (m *UpdateUserRequest) UnmarshalJSON(data []byte) error
- type UpdateUserRequestCASFieldPathBuilder
- type UpdateUserRequestCAS_FieldPath
- func BuildUpdateUserRequestCAS_FieldPath(fp gotenobject.RawFieldPath) (UpdateUserRequestCAS_FieldPath, error)
- func MustParseUpdateUserRequestCAS_FieldPath(rawField string) UpdateUserRequestCAS_FieldPath
- func ParseUpdateUserRequestCAS_FieldPath(rawField string) (UpdateUserRequestCAS_FieldPath, error)
- type UpdateUserRequestCAS_FieldPathArrayItemValue
- type UpdateUserRequestCAS_FieldPathArrayOfValues
- type UpdateUserRequestCAS_FieldPathSelector
- type UpdateUserRequestCAS_FieldPathValue
- type UpdateUserRequestCAS_FieldSubPath
- func (fps *UpdateUserRequestCAS_FieldSubPath) AsConditionalStateSubPath() (user.User_FieldPath, bool)
- func (fps *UpdateUserRequestCAS_FieldSubPath) ClearValue(item *UpdateUserRequest_CAS)
- func (fps *UpdateUserRequestCAS_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *UpdateUserRequestCAS_FieldSubPath) Get(source *UpdateUserRequest_CAS) (values []interface{})
- func (fps *UpdateUserRequestCAS_FieldSubPath) GetDefault() interface{}
- func (fps *UpdateUserRequestCAS_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *UpdateUserRequestCAS_FieldSubPath) GetSingle(source *UpdateUserRequest_CAS) (interface{}, bool)
- func (fps *UpdateUserRequestCAS_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *UpdateUserRequestCAS_FieldSubPath) IsLeaf() bool
- func (fps *UpdateUserRequestCAS_FieldSubPath) JSONString() string
- func (fps *UpdateUserRequestCAS_FieldSubPath) Selector() UpdateUserRequestCAS_FieldPathSelector
- func (fps *UpdateUserRequestCAS_FieldSubPath) String() string
- func (fps *UpdateUserRequestCAS_FieldSubPath) WithIArrayItemValue(value interface{}) UpdateUserRequestCAS_FieldPathArrayItemValue
- func (fps *UpdateUserRequestCAS_FieldSubPath) WithIArrayOfValues(values interface{}) UpdateUserRequestCAS_FieldPathArrayOfValues
- func (fps *UpdateUserRequestCAS_FieldSubPath) WithIValue(value interface{}) UpdateUserRequestCAS_FieldPathValue
- func (fps *UpdateUserRequestCAS_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *UpdateUserRequestCAS_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *UpdateUserRequestCAS_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type UpdateUserRequestCAS_FieldSubPathArrayItemValue
- func (fpaivs *UpdateUserRequestCAS_FieldSubPathArrayItemValue) AsConditionalStatePathItemValue() (user.User_FieldPathArrayItemValue, bool)
- func (fpaivs *UpdateUserRequestCAS_FieldSubPathArrayItemValue) ContainsValue(source *UpdateUserRequest_CAS) bool
- func (fpaivs *UpdateUserRequestCAS_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type UpdateUserRequestCAS_FieldSubPathArrayOfValues
- type UpdateUserRequestCAS_FieldSubPathValue
- func (fpvs *UpdateUserRequestCAS_FieldSubPathValue) AsConditionalStatePathValue() (user.User_FieldPathValue, bool)
- func (fpvs *UpdateUserRequestCAS_FieldSubPathValue) CompareWith(source *UpdateUserRequest_CAS) (int, bool)
- func (fpvs *UpdateUserRequestCAS_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *UpdateUserRequestCAS_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *UpdateUserRequestCAS_FieldSubPathValue) SetTo(target **UpdateUserRequest_CAS)
- func (fpvs *UpdateUserRequestCAS_FieldSubPathValue) SetToRaw(target proto.Message)
- type UpdateUserRequestCAS_FieldTerminalPath
- func (fp *UpdateUserRequestCAS_FieldTerminalPath) ClearValue(item *UpdateUserRequest_CAS)
- func (fp *UpdateUserRequestCAS_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *UpdateUserRequestCAS_FieldTerminalPath) Get(source *UpdateUserRequest_CAS) (values []interface{})
- func (fp *UpdateUserRequestCAS_FieldTerminalPath) GetDefault() interface{}
- func (fp *UpdateUserRequestCAS_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *UpdateUserRequestCAS_FieldTerminalPath) GetSingle(source *UpdateUserRequest_CAS) (interface{}, bool)
- func (fp *UpdateUserRequestCAS_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *UpdateUserRequestCAS_FieldTerminalPath) IsLeaf() bool
- func (fp *UpdateUserRequestCAS_FieldTerminalPath) JSONString() string
- func (fp *UpdateUserRequestCAS_FieldTerminalPath) Selector() UpdateUserRequestCAS_FieldPathSelector
- func (fp *UpdateUserRequestCAS_FieldTerminalPath) String() string
- func (fp *UpdateUserRequestCAS_FieldTerminalPath) WithIArrayItemValue(value interface{}) UpdateUserRequestCAS_FieldPathArrayItemValue
- func (fp *UpdateUserRequestCAS_FieldTerminalPath) WithIArrayOfValues(values interface{}) UpdateUserRequestCAS_FieldPathArrayOfValues
- func (fp *UpdateUserRequestCAS_FieldTerminalPath) WithIValue(value interface{}) UpdateUserRequestCAS_FieldPathValue
- func (fp *UpdateUserRequestCAS_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *UpdateUserRequestCAS_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *UpdateUserRequestCAS_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type UpdateUserRequestCAS_FieldTerminalPathArrayItemValue
- func (fpaiv *UpdateUserRequestCAS_FieldTerminalPathArrayItemValue) ContainsValue(source *UpdateUserRequest_CAS) bool
- func (fpaiv *UpdateUserRequestCAS_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *UpdateUserRequestCAS_FieldTerminalPathArrayItemValue) GetSingle(source *UpdateUserRequest_CAS) (interface{}, bool)
- func (fpaiv *UpdateUserRequestCAS_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type UpdateUserRequestCAS_FieldTerminalPathArrayOfValues
- func (fpaov *UpdateUserRequestCAS_FieldTerminalPathArrayOfValues) AsConditionalStateArrayOfValues() ([]*user.User, bool)
- func (fpaov *UpdateUserRequestCAS_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*user.User_FieldMask, bool)
- func (fpaov *UpdateUserRequestCAS_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type UpdateUserRequestCAS_FieldTerminalPathValue
- func (fpv *UpdateUserRequestCAS_FieldTerminalPathValue) AsConditionalStateValue() (*user.User, bool)
- func (fpv *UpdateUserRequestCAS_FieldTerminalPathValue) AsFieldMaskValue() (*user.User_FieldMask, bool)
- func (fpv *UpdateUserRequestCAS_FieldTerminalPathValue) CompareWith(source *UpdateUserRequest_CAS) (int, bool)
- func (fpv *UpdateUserRequestCAS_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *UpdateUserRequestCAS_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *UpdateUserRequestCAS_FieldTerminalPathValue) SetTo(target **UpdateUserRequest_CAS)
- func (fpv *UpdateUserRequestCAS_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type UpdateUserRequestFieldPathBuilder
- type UpdateUserRequestMapPathSelectorCasConditionalStateMetadataAnnotations
- func (s UpdateUserRequestMapPathSelectorCasConditionalStateMetadataAnnotations) FieldPath() *UpdateUserRequest_FieldSubPath
- func (s UpdateUserRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues(values []string) *UpdateUserRequest_FieldSubPathArrayOfValues
- func (s UpdateUserRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithValue(value string) *UpdateUserRequest_FieldSubPathValue
- type UpdateUserRequestMapPathSelectorCasConditionalStateMetadataLabels
- func (s UpdateUserRequestMapPathSelectorCasConditionalStateMetadataLabels) FieldPath() *UpdateUserRequest_FieldSubPath
- func (s UpdateUserRequestMapPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues(values []string) *UpdateUserRequest_FieldSubPathArrayOfValues
- func (s UpdateUserRequestMapPathSelectorCasConditionalStateMetadataLabels) WithValue(value string) *UpdateUserRequest_FieldSubPathValue
- type UpdateUserRequestMapPathSelectorCasConditionalStateMetadataShards
- func (s UpdateUserRequestMapPathSelectorCasConditionalStateMetadataShards) FieldPath() *UpdateUserRequest_FieldSubPath
- func (s UpdateUserRequestMapPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues(values []int64) *UpdateUserRequest_FieldSubPathArrayOfValues
- func (s UpdateUserRequestMapPathSelectorCasConditionalStateMetadataShards) WithValue(value int64) *UpdateUserRequest_FieldSubPathValue
- type UpdateUserRequestMapPathSelectorCasConditionalStateSettings
- func (s UpdateUserRequestMapPathSelectorCasConditionalStateSettings) FieldPath() *UpdateUserRequest_FieldSubPath
- func (s UpdateUserRequestMapPathSelectorCasConditionalStateSettings) WithArrayOfValues(values []string) *UpdateUserRequest_FieldSubPathArrayOfValues
- func (s UpdateUserRequestMapPathSelectorCasConditionalStateSettings) WithValue(value string) *UpdateUserRequest_FieldSubPathValue
- type UpdateUserRequestMapPathSelectorUserMetadataAnnotations
- func (s UpdateUserRequestMapPathSelectorUserMetadataAnnotations) FieldPath() *UpdateUserRequest_FieldSubPath
- func (s UpdateUserRequestMapPathSelectorUserMetadataAnnotations) WithArrayOfValues(values []string) *UpdateUserRequest_FieldSubPathArrayOfValues
- func (s UpdateUserRequestMapPathSelectorUserMetadataAnnotations) WithValue(value string) *UpdateUserRequest_FieldSubPathValue
- type UpdateUserRequestMapPathSelectorUserMetadataLabels
- func (s UpdateUserRequestMapPathSelectorUserMetadataLabels) FieldPath() *UpdateUserRequest_FieldSubPath
- func (s UpdateUserRequestMapPathSelectorUserMetadataLabels) WithArrayOfValues(values []string) *UpdateUserRequest_FieldSubPathArrayOfValues
- func (s UpdateUserRequestMapPathSelectorUserMetadataLabels) WithValue(value string) *UpdateUserRequest_FieldSubPathValue
- type UpdateUserRequestMapPathSelectorUserMetadataShards
- func (s UpdateUserRequestMapPathSelectorUserMetadataShards) FieldPath() *UpdateUserRequest_FieldSubPath
- func (s UpdateUserRequestMapPathSelectorUserMetadataShards) WithArrayOfValues(values []int64) *UpdateUserRequest_FieldSubPathArrayOfValues
- func (s UpdateUserRequestMapPathSelectorUserMetadataShards) WithValue(value int64) *UpdateUserRequest_FieldSubPathValue
- type UpdateUserRequestMapPathSelectorUserSettings
- func (s UpdateUserRequestMapPathSelectorUserSettings) FieldPath() *UpdateUserRequest_FieldSubPath
- func (s UpdateUserRequestMapPathSelectorUserSettings) WithArrayOfValues(values []string) *UpdateUserRequest_FieldSubPathArrayOfValues
- func (s UpdateUserRequestMapPathSelectorUserSettings) WithValue(value string) *UpdateUserRequest_FieldSubPathValue
- type UpdateUserRequestPathSelectorCas
- func (UpdateUserRequestPathSelectorCas) ConditionalState() UpdateUserRequestPathSelectorCasConditionalState
- func (UpdateUserRequestPathSelectorCas) FieldMask() UpdateUserRequestPathSelectorCasFieldMask
- func (UpdateUserRequestPathSelectorCas) FieldPath() *UpdateUserRequest_FieldTerminalPath
- func (s UpdateUserRequestPathSelectorCas) WithArrayOfValues(values []*UpdateUserRequest_CAS) *UpdateUserRequest_FieldTerminalPathArrayOfValues
- func (s UpdateUserRequestPathSelectorCas) WithSubArrayItemValue(subPathArrayItemValue UpdateUserRequestCAS_FieldPathArrayItemValue) *UpdateUserRequest_FieldSubPathArrayItemValue
- func (s UpdateUserRequestPathSelectorCas) WithSubArrayOfValues(subPathArrayOfValues UpdateUserRequestCAS_FieldPathArrayOfValues) *UpdateUserRequest_FieldSubPathArrayOfValues
- func (UpdateUserRequestPathSelectorCas) WithSubPath(subPath UpdateUserRequestCAS_FieldPath) *UpdateUserRequest_FieldSubPath
- func (s UpdateUserRequestPathSelectorCas) WithSubValue(subPathValue UpdateUserRequestCAS_FieldPathValue) *UpdateUserRequest_FieldSubPathValue
- func (s UpdateUserRequestPathSelectorCas) WithValue(value *UpdateUserRequest_CAS) *UpdateUserRequest_FieldTerminalPathValue
- type UpdateUserRequestPathSelectorCasConditionalState
- func (UpdateUserRequestPathSelectorCasConditionalState) AuthInfo() UpdateUserRequestPathSelectorCasConditionalStateAuthInfo
- func (UpdateUserRequestPathSelectorCasConditionalState) Email() UpdateUserRequestPathSelectorCasConditionalStateEmail
- func (UpdateUserRequestPathSelectorCasConditionalState) EmailVerified() UpdateUserRequestPathSelectorCasConditionalStateEmailVerified
- func (UpdateUserRequestPathSelectorCasConditionalState) FieldPath() *UpdateUserRequest_FieldSubPath
- func (UpdateUserRequestPathSelectorCasConditionalState) FullName() UpdateUserRequestPathSelectorCasConditionalStateFullName
- func (UpdateUserRequestPathSelectorCasConditionalState) Metadata() UpdateUserRequestPathSelectorCasConditionalStateMetadata
- func (UpdateUserRequestPathSelectorCasConditionalState) Name() UpdateUserRequestPathSelectorCasConditionalStateName
- func (UpdateUserRequestPathSelectorCasConditionalState) RefreshedTime() UpdateUserRequestPathSelectorCasConditionalStateRefreshedTime
- func (UpdateUserRequestPathSelectorCasConditionalState) Settings() UpdateUserRequestPathSelectorCasConditionalStateSettings
- func (s UpdateUserRequestPathSelectorCasConditionalState) WithArrayOfValues(values []*user.User) *UpdateUserRequest_FieldSubPathArrayOfValues
- func (s UpdateUserRequestPathSelectorCasConditionalState) WithValue(value *user.User) *UpdateUserRequest_FieldSubPathValue
- type UpdateUserRequestPathSelectorCasConditionalStateAuthInfo
- func (UpdateUserRequestPathSelectorCasConditionalStateAuthInfo) FieldPath() *UpdateUserRequest_FieldSubPath
- func (UpdateUserRequestPathSelectorCasConditionalStateAuthInfo) Id() UpdateUserRequestPathSelectorCasConditionalStateAuthInfoId
- func (UpdateUserRequestPathSelectorCasConditionalStateAuthInfo) Provider() UpdateUserRequestPathSelectorCasConditionalStateAuthInfoProvider
- func (s UpdateUserRequestPathSelectorCasConditionalStateAuthInfo) WithArrayOfValues(values []*user.User_AuthInfo) *UpdateUserRequest_FieldSubPathArrayOfValues
- func (s UpdateUserRequestPathSelectorCasConditionalStateAuthInfo) WithValue(value *user.User_AuthInfo) *UpdateUserRequest_FieldSubPathValue
- type UpdateUserRequestPathSelectorCasConditionalStateAuthInfoId
- func (UpdateUserRequestPathSelectorCasConditionalStateAuthInfoId) FieldPath() *UpdateUserRequest_FieldSubPath
- func (s UpdateUserRequestPathSelectorCasConditionalStateAuthInfoId) WithArrayOfValues(values []string) *UpdateUserRequest_FieldSubPathArrayOfValues
- func (s UpdateUserRequestPathSelectorCasConditionalStateAuthInfoId) WithValue(value string) *UpdateUserRequest_FieldSubPathValue
- type UpdateUserRequestPathSelectorCasConditionalStateAuthInfoProvider
- func (UpdateUserRequestPathSelectorCasConditionalStateAuthInfoProvider) FieldPath() *UpdateUserRequest_FieldSubPath
- func (s UpdateUserRequestPathSelectorCasConditionalStateAuthInfoProvider) WithArrayOfValues(values []string) *UpdateUserRequest_FieldSubPathArrayOfValues
- func (s UpdateUserRequestPathSelectorCasConditionalStateAuthInfoProvider) WithValue(value string) *UpdateUserRequest_FieldSubPathValue
- type UpdateUserRequestPathSelectorCasConditionalStateEmail
- func (UpdateUserRequestPathSelectorCasConditionalStateEmail) FieldPath() *UpdateUserRequest_FieldSubPath
- func (s UpdateUserRequestPathSelectorCasConditionalStateEmail) WithArrayOfValues(values []string) *UpdateUserRequest_FieldSubPathArrayOfValues
- func (s UpdateUserRequestPathSelectorCasConditionalStateEmail) WithValue(value string) *UpdateUserRequest_FieldSubPathValue
- type UpdateUserRequestPathSelectorCasConditionalStateEmailVerified
- func (UpdateUserRequestPathSelectorCasConditionalStateEmailVerified) FieldPath() *UpdateUserRequest_FieldSubPath
- func (s UpdateUserRequestPathSelectorCasConditionalStateEmailVerified) WithArrayOfValues(values []bool) *UpdateUserRequest_FieldSubPathArrayOfValues
- func (s UpdateUserRequestPathSelectorCasConditionalStateEmailVerified) WithValue(value bool) *UpdateUserRequest_FieldSubPathValue
- type UpdateUserRequestPathSelectorCasConditionalStateFullName
- func (UpdateUserRequestPathSelectorCasConditionalStateFullName) FieldPath() *UpdateUserRequest_FieldSubPath
- func (s UpdateUserRequestPathSelectorCasConditionalStateFullName) WithArrayOfValues(values []string) *UpdateUserRequest_FieldSubPathArrayOfValues
- func (s UpdateUserRequestPathSelectorCasConditionalStateFullName) WithValue(value string) *UpdateUserRequest_FieldSubPathValue
- type UpdateUserRequestPathSelectorCasConditionalStateMetadata
- func (UpdateUserRequestPathSelectorCasConditionalStateMetadata) Annotations() UpdateUserRequestPathSelectorCasConditionalStateMetadataAnnotations
- func (UpdateUserRequestPathSelectorCasConditionalStateMetadata) CreateTime() UpdateUserRequestPathSelectorCasConditionalStateMetadataCreateTime
- func (UpdateUserRequestPathSelectorCasConditionalStateMetadata) FieldPath() *UpdateUserRequest_FieldSubPath
- func (UpdateUserRequestPathSelectorCasConditionalStateMetadata) Generation() UpdateUserRequestPathSelectorCasConditionalStateMetadataGeneration
- func (UpdateUserRequestPathSelectorCasConditionalStateMetadata) Labels() UpdateUserRequestPathSelectorCasConditionalStateMetadataLabels
- func (UpdateUserRequestPathSelectorCasConditionalStateMetadata) OwnerReferences() UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferences
- func (UpdateUserRequestPathSelectorCasConditionalStateMetadata) ResourceVersion() UpdateUserRequestPathSelectorCasConditionalStateMetadataResourceVersion
- func (UpdateUserRequestPathSelectorCasConditionalStateMetadata) Shards() UpdateUserRequestPathSelectorCasConditionalStateMetadataShards
- func (UpdateUserRequestPathSelectorCasConditionalStateMetadata) Syncing() UpdateUserRequestPathSelectorCasConditionalStateMetadataSyncing
- func (UpdateUserRequestPathSelectorCasConditionalStateMetadata) Tags() UpdateUserRequestPathSelectorCasConditionalStateMetadataTags
- func (UpdateUserRequestPathSelectorCasConditionalStateMetadata) UpdateTime() UpdateUserRequestPathSelectorCasConditionalStateMetadataUpdateTime
- func (UpdateUserRequestPathSelectorCasConditionalStateMetadata) Uuid() UpdateUserRequestPathSelectorCasConditionalStateMetadataUuid
- func (s UpdateUserRequestPathSelectorCasConditionalStateMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *UpdateUserRequest_FieldSubPathArrayOfValues
- func (s UpdateUserRequestPathSelectorCasConditionalStateMetadata) WithValue(value *ntt_meta.Meta) *UpdateUserRequest_FieldSubPathValue
- type UpdateUserRequestPathSelectorCasConditionalStateMetadataAnnotations
- func (UpdateUserRequestPathSelectorCasConditionalStateMetadataAnnotations) FieldPath() *UpdateUserRequest_FieldSubPath
- func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues(values []map[string]string) *UpdateUserRequest_FieldSubPathArrayOfValues
- func (UpdateUserRequestPathSelectorCasConditionalStateMetadataAnnotations) WithKey(key string) UpdateUserRequestMapPathSelectorCasConditionalStateMetadataAnnotations
- func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataAnnotations) WithValue(value map[string]string) *UpdateUserRequest_FieldSubPathValue
- type UpdateUserRequestPathSelectorCasConditionalStateMetadataCreateTime
- func (UpdateUserRequestPathSelectorCasConditionalStateMetadataCreateTime) FieldPath() *UpdateUserRequest_FieldSubPath
- func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateUserRequest_FieldSubPathArrayOfValues
- func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataCreateTime) WithValue(value *timestamp.Timestamp) *UpdateUserRequest_FieldSubPathValue
- type UpdateUserRequestPathSelectorCasConditionalStateMetadataGeneration
- func (UpdateUserRequestPathSelectorCasConditionalStateMetadataGeneration) FieldPath() *UpdateUserRequest_FieldSubPath
- func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataGeneration) WithArrayOfValues(values []int64) *UpdateUserRequest_FieldSubPathArrayOfValues
- func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataGeneration) WithValue(value int64) *UpdateUserRequest_FieldSubPathValue
- type UpdateUserRequestPathSelectorCasConditionalStateMetadataLabels
- func (UpdateUserRequestPathSelectorCasConditionalStateMetadataLabels) FieldPath() *UpdateUserRequest_FieldSubPath
- func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues(values []map[string]string) *UpdateUserRequest_FieldSubPathArrayOfValues
- func (UpdateUserRequestPathSelectorCasConditionalStateMetadataLabels) WithKey(key string) UpdateUserRequestMapPathSelectorCasConditionalStateMetadataLabels
- func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataLabels) WithValue(value map[string]string) *UpdateUserRequest_FieldSubPathValue
- type UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferences
- func (UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferences) ApiVersion() ...
- func (UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferences) BlockOwnerDeletion() ...
- func (UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferences) Controller() ...
- func (UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferences) FieldPath() *UpdateUserRequest_FieldSubPath
- func (UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferences) Kind() UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind
- func (UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferences) Name() UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName
- func (UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferences) Uid() UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesUid
- func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *UpdateUserRequest_FieldSubPathArrayOfValues
- func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *UpdateUserRequest_FieldSubPathArrayItemValue
- func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *UpdateUserRequest_FieldSubPathValue
- type UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesApiVersion
- func (UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesApiVersion) FieldPath() *UpdateUserRequest_FieldSubPath
- func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesApiVersion) WithArrayOfValues(values []string) *UpdateUserRequest_FieldSubPathArrayOfValues
- func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesApiVersion) WithValue(value string) *UpdateUserRequest_FieldSubPathValue
- type UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion
- func (UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) FieldPath() *UpdateUserRequest_FieldSubPath
- func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *UpdateUserRequest_FieldSubPathArrayOfValues
- func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithValue(value bool) *UpdateUserRequest_FieldSubPathValue
- type UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController
- func (UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) FieldPath() *UpdateUserRequest_FieldSubPath
- func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *UpdateUserRequest_FieldSubPathArrayOfValues
- func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) WithValue(value bool) *UpdateUserRequest_FieldSubPathValue
- type UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind
- func (UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) FieldPath() *UpdateUserRequest_FieldSubPath
- func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *UpdateUserRequest_FieldSubPathArrayOfValues
- func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) WithValue(value string) *UpdateUserRequest_FieldSubPathValue
- type UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName
- func (UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) FieldPath() *UpdateUserRequest_FieldSubPath
- func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) WithArrayOfValues(values []string) *UpdateUserRequest_FieldSubPathArrayOfValues
- func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) WithValue(value string) *UpdateUserRequest_FieldSubPathValue
- type UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesUid
- func (UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesUid) FieldPath() *UpdateUserRequest_FieldSubPath
- func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesUid) WithArrayOfValues(values []string) *UpdateUserRequest_FieldSubPathArrayOfValues
- func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesUid) WithValue(value string) *UpdateUserRequest_FieldSubPathValue
- type UpdateUserRequestPathSelectorCasConditionalStateMetadataResourceVersion
- func (UpdateUserRequestPathSelectorCasConditionalStateMetadataResourceVersion) FieldPath() *UpdateUserRequest_FieldSubPath
- func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithArrayOfValues(values []string) *UpdateUserRequest_FieldSubPathArrayOfValues
- func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithValue(value string) *UpdateUserRequest_FieldSubPathValue
- type UpdateUserRequestPathSelectorCasConditionalStateMetadataShards
- func (UpdateUserRequestPathSelectorCasConditionalStateMetadataShards) FieldPath() *UpdateUserRequest_FieldSubPath
- func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues(values []map[string]int64) *UpdateUserRequest_FieldSubPathArrayOfValues
- func (UpdateUserRequestPathSelectorCasConditionalStateMetadataShards) WithKey(key string) UpdateUserRequestMapPathSelectorCasConditionalStateMetadataShards
- func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataShards) WithValue(value map[string]int64) *UpdateUserRequest_FieldSubPathValue
- type UpdateUserRequestPathSelectorCasConditionalStateMetadataSyncing
- func (UpdateUserRequestPathSelectorCasConditionalStateMetadataSyncing) FieldPath() *UpdateUserRequest_FieldSubPath
- func (UpdateUserRequestPathSelectorCasConditionalStateMetadataSyncing) OwningRegion() UpdateUserRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion
- func (UpdateUserRequestPathSelectorCasConditionalStateMetadataSyncing) Regions() UpdateUserRequestPathSelectorCasConditionalStateMetadataSyncingRegions
- func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataSyncing) WithArrayOfValues(values []*syncing_meta.SyncingMeta) *UpdateUserRequest_FieldSubPathArrayOfValues
- func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataSyncing) WithValue(value *syncing_meta.SyncingMeta) *UpdateUserRequest_FieldSubPathValue
- type UpdateUserRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion
- func (UpdateUserRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) FieldPath() *UpdateUserRequest_FieldSubPath
- func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *UpdateUserRequest_FieldSubPathArrayOfValues
- func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) WithValue(value string) *UpdateUserRequest_FieldSubPathValue
- type UpdateUserRequestPathSelectorCasConditionalStateMetadataSyncingRegions
- func (UpdateUserRequestPathSelectorCasConditionalStateMetadataSyncingRegions) FieldPath() *UpdateUserRequest_FieldSubPath
- func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithArrayOfValues(values [][]string) *UpdateUserRequest_FieldSubPathArrayOfValues
- func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithItemValue(value string) *UpdateUserRequest_FieldSubPathArrayItemValue
- func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithValue(value []string) *UpdateUserRequest_FieldSubPathValue
- type UpdateUserRequestPathSelectorCasConditionalStateMetadataTags
- func (UpdateUserRequestPathSelectorCasConditionalStateMetadataTags) FieldPath() *UpdateUserRequest_FieldSubPath
- func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataTags) WithArrayOfValues(values [][]string) *UpdateUserRequest_FieldSubPathArrayOfValues
- func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataTags) WithItemValue(value string) *UpdateUserRequest_FieldSubPathArrayItemValue
- func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataTags) WithValue(value []string) *UpdateUserRequest_FieldSubPathValue
- type UpdateUserRequestPathSelectorCasConditionalStateMetadataUpdateTime
- func (UpdateUserRequestPathSelectorCasConditionalStateMetadataUpdateTime) FieldPath() *UpdateUserRequest_FieldSubPath
- func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateUserRequest_FieldSubPathArrayOfValues
- func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *UpdateUserRequest_FieldSubPathValue
- type UpdateUserRequestPathSelectorCasConditionalStateMetadataUuid
- func (UpdateUserRequestPathSelectorCasConditionalStateMetadataUuid) FieldPath() *UpdateUserRequest_FieldSubPath
- func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataUuid) WithArrayOfValues(values []string) *UpdateUserRequest_FieldSubPathArrayOfValues
- func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataUuid) WithValue(value string) *UpdateUserRequest_FieldSubPathValue
- type UpdateUserRequestPathSelectorCasConditionalStateName
- func (UpdateUserRequestPathSelectorCasConditionalStateName) FieldPath() *UpdateUserRequest_FieldSubPath
- func (s UpdateUserRequestPathSelectorCasConditionalStateName) WithArrayOfValues(values []*user.Name) *UpdateUserRequest_FieldSubPathArrayOfValues
- func (s UpdateUserRequestPathSelectorCasConditionalStateName) WithValue(value *user.Name) *UpdateUserRequest_FieldSubPathValue
- type UpdateUserRequestPathSelectorCasConditionalStateRefreshedTime
- func (UpdateUserRequestPathSelectorCasConditionalStateRefreshedTime) FieldPath() *UpdateUserRequest_FieldSubPath
- func (s UpdateUserRequestPathSelectorCasConditionalStateRefreshedTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateUserRequest_FieldSubPathArrayOfValues
- func (s UpdateUserRequestPathSelectorCasConditionalStateRefreshedTime) WithValue(value *timestamp.Timestamp) *UpdateUserRequest_FieldSubPathValue
- type UpdateUserRequestPathSelectorCasConditionalStateSettings
- func (UpdateUserRequestPathSelectorCasConditionalStateSettings) FieldPath() *UpdateUserRequest_FieldSubPath
- func (s UpdateUserRequestPathSelectorCasConditionalStateSettings) WithArrayOfValues(values []map[string]string) *UpdateUserRequest_FieldSubPathArrayOfValues
- func (UpdateUserRequestPathSelectorCasConditionalStateSettings) WithKey(key string) UpdateUserRequestMapPathSelectorCasConditionalStateSettings
- func (s UpdateUserRequestPathSelectorCasConditionalStateSettings) WithValue(value map[string]string) *UpdateUserRequest_FieldSubPathValue
- type UpdateUserRequestPathSelectorCasFieldMask
- func (UpdateUserRequestPathSelectorCasFieldMask) FieldPath() *UpdateUserRequest_FieldSubPath
- func (s UpdateUserRequestPathSelectorCasFieldMask) WithArrayOfValues(values []*user.User_FieldMask) *UpdateUserRequest_FieldSubPathArrayOfValues
- func (s UpdateUserRequestPathSelectorCasFieldMask) WithValue(value *user.User_FieldMask) *UpdateUserRequest_FieldSubPathValue
- type UpdateUserRequestPathSelectorUpdateMask
- func (UpdateUserRequestPathSelectorUpdateMask) FieldPath() *UpdateUserRequest_FieldTerminalPath
- func (s UpdateUserRequestPathSelectorUpdateMask) WithArrayOfValues(values []*user.User_FieldMask) *UpdateUserRequest_FieldTerminalPathArrayOfValues
- func (s UpdateUserRequestPathSelectorUpdateMask) WithValue(value *user.User_FieldMask) *UpdateUserRequest_FieldTerminalPathValue
- type UpdateUserRequestPathSelectorUser
- func (UpdateUserRequestPathSelectorUser) AuthInfo() UpdateUserRequestPathSelectorUserAuthInfo
- func (UpdateUserRequestPathSelectorUser) Email() UpdateUserRequestPathSelectorUserEmail
- func (UpdateUserRequestPathSelectorUser) EmailVerified() UpdateUserRequestPathSelectorUserEmailVerified
- func (UpdateUserRequestPathSelectorUser) FieldPath() *UpdateUserRequest_FieldTerminalPath
- func (UpdateUserRequestPathSelectorUser) FullName() UpdateUserRequestPathSelectorUserFullName
- func (UpdateUserRequestPathSelectorUser) Metadata() UpdateUserRequestPathSelectorUserMetadata
- func (UpdateUserRequestPathSelectorUser) Name() UpdateUserRequestPathSelectorUserName
- func (UpdateUserRequestPathSelectorUser) RefreshedTime() UpdateUserRequestPathSelectorUserRefreshedTime
- func (UpdateUserRequestPathSelectorUser) Settings() UpdateUserRequestPathSelectorUserSettings
- func (s UpdateUserRequestPathSelectorUser) WithArrayOfValues(values []*user.User) *UpdateUserRequest_FieldTerminalPathArrayOfValues
- func (s UpdateUserRequestPathSelectorUser) WithSubArrayItemValue(subPathArrayItemValue user.User_FieldPathArrayItemValue) *UpdateUserRequest_FieldSubPathArrayItemValue
- func (s UpdateUserRequestPathSelectorUser) WithSubArrayOfValues(subPathArrayOfValues user.User_FieldPathArrayOfValues) *UpdateUserRequest_FieldSubPathArrayOfValues
- func (UpdateUserRequestPathSelectorUser) WithSubPath(subPath user.User_FieldPath) *UpdateUserRequest_FieldSubPath
- func (s UpdateUserRequestPathSelectorUser) WithSubValue(subPathValue user.User_FieldPathValue) *UpdateUserRequest_FieldSubPathValue
- func (s UpdateUserRequestPathSelectorUser) WithValue(value *user.User) *UpdateUserRequest_FieldTerminalPathValue
- type UpdateUserRequestPathSelectorUserAuthInfo
- func (UpdateUserRequestPathSelectorUserAuthInfo) FieldPath() *UpdateUserRequest_FieldSubPath
- func (UpdateUserRequestPathSelectorUserAuthInfo) Id() UpdateUserRequestPathSelectorUserAuthInfoId
- func (UpdateUserRequestPathSelectorUserAuthInfo) Provider() UpdateUserRequestPathSelectorUserAuthInfoProvider
- func (s UpdateUserRequestPathSelectorUserAuthInfo) WithArrayOfValues(values []*user.User_AuthInfo) *UpdateUserRequest_FieldSubPathArrayOfValues
- func (s UpdateUserRequestPathSelectorUserAuthInfo) WithValue(value *user.User_AuthInfo) *UpdateUserRequest_FieldSubPathValue
- type UpdateUserRequestPathSelectorUserAuthInfoId
- func (UpdateUserRequestPathSelectorUserAuthInfoId) FieldPath() *UpdateUserRequest_FieldSubPath
- func (s UpdateUserRequestPathSelectorUserAuthInfoId) WithArrayOfValues(values []string) *UpdateUserRequest_FieldSubPathArrayOfValues
- func (s UpdateUserRequestPathSelectorUserAuthInfoId) WithValue(value string) *UpdateUserRequest_FieldSubPathValue
- type UpdateUserRequestPathSelectorUserAuthInfoProvider
- func (UpdateUserRequestPathSelectorUserAuthInfoProvider) FieldPath() *UpdateUserRequest_FieldSubPath
- func (s UpdateUserRequestPathSelectorUserAuthInfoProvider) WithArrayOfValues(values []string) *UpdateUserRequest_FieldSubPathArrayOfValues
- func (s UpdateUserRequestPathSelectorUserAuthInfoProvider) WithValue(value string) *UpdateUserRequest_FieldSubPathValue
- type UpdateUserRequestPathSelectorUserEmail
- func (UpdateUserRequestPathSelectorUserEmail) FieldPath() *UpdateUserRequest_FieldSubPath
- func (s UpdateUserRequestPathSelectorUserEmail) WithArrayOfValues(values []string) *UpdateUserRequest_FieldSubPathArrayOfValues
- func (s UpdateUserRequestPathSelectorUserEmail) WithValue(value string) *UpdateUserRequest_FieldSubPathValue
- type UpdateUserRequestPathSelectorUserEmailVerified
- func (UpdateUserRequestPathSelectorUserEmailVerified) FieldPath() *UpdateUserRequest_FieldSubPath
- func (s UpdateUserRequestPathSelectorUserEmailVerified) WithArrayOfValues(values []bool) *UpdateUserRequest_FieldSubPathArrayOfValues
- func (s UpdateUserRequestPathSelectorUserEmailVerified) WithValue(value bool) *UpdateUserRequest_FieldSubPathValue
- type UpdateUserRequestPathSelectorUserFullName
- func (UpdateUserRequestPathSelectorUserFullName) FieldPath() *UpdateUserRequest_FieldSubPath
- func (s UpdateUserRequestPathSelectorUserFullName) WithArrayOfValues(values []string) *UpdateUserRequest_FieldSubPathArrayOfValues
- func (s UpdateUserRequestPathSelectorUserFullName) WithValue(value string) *UpdateUserRequest_FieldSubPathValue
- type UpdateUserRequestPathSelectorUserMetadata
- func (UpdateUserRequestPathSelectorUserMetadata) Annotations() UpdateUserRequestPathSelectorUserMetadataAnnotations
- func (UpdateUserRequestPathSelectorUserMetadata) CreateTime() UpdateUserRequestPathSelectorUserMetadataCreateTime
- func (UpdateUserRequestPathSelectorUserMetadata) FieldPath() *UpdateUserRequest_FieldSubPath
- func (UpdateUserRequestPathSelectorUserMetadata) Generation() UpdateUserRequestPathSelectorUserMetadataGeneration
- func (UpdateUserRequestPathSelectorUserMetadata) Labels() UpdateUserRequestPathSelectorUserMetadataLabels
- func (UpdateUserRequestPathSelectorUserMetadata) OwnerReferences() UpdateUserRequestPathSelectorUserMetadataOwnerReferences
- func (UpdateUserRequestPathSelectorUserMetadata) ResourceVersion() UpdateUserRequestPathSelectorUserMetadataResourceVersion
- func (UpdateUserRequestPathSelectorUserMetadata) Shards() UpdateUserRequestPathSelectorUserMetadataShards
- func (UpdateUserRequestPathSelectorUserMetadata) Syncing() UpdateUserRequestPathSelectorUserMetadataSyncing
- func (UpdateUserRequestPathSelectorUserMetadata) Tags() UpdateUserRequestPathSelectorUserMetadataTags
- func (UpdateUserRequestPathSelectorUserMetadata) UpdateTime() UpdateUserRequestPathSelectorUserMetadataUpdateTime
- func (UpdateUserRequestPathSelectorUserMetadata) Uuid() UpdateUserRequestPathSelectorUserMetadataUuid
- func (s UpdateUserRequestPathSelectorUserMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *UpdateUserRequest_FieldSubPathArrayOfValues
- func (s UpdateUserRequestPathSelectorUserMetadata) WithValue(value *ntt_meta.Meta) *UpdateUserRequest_FieldSubPathValue
- type UpdateUserRequestPathSelectorUserMetadataAnnotations
- func (UpdateUserRequestPathSelectorUserMetadataAnnotations) FieldPath() *UpdateUserRequest_FieldSubPath
- func (s UpdateUserRequestPathSelectorUserMetadataAnnotations) WithArrayOfValues(values []map[string]string) *UpdateUserRequest_FieldSubPathArrayOfValues
- func (UpdateUserRequestPathSelectorUserMetadataAnnotations) WithKey(key string) UpdateUserRequestMapPathSelectorUserMetadataAnnotations
- func (s UpdateUserRequestPathSelectorUserMetadataAnnotations) WithValue(value map[string]string) *UpdateUserRequest_FieldSubPathValue
- type UpdateUserRequestPathSelectorUserMetadataCreateTime
- func (UpdateUserRequestPathSelectorUserMetadataCreateTime) FieldPath() *UpdateUserRequest_FieldSubPath
- func (s UpdateUserRequestPathSelectorUserMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateUserRequest_FieldSubPathArrayOfValues
- func (s UpdateUserRequestPathSelectorUserMetadataCreateTime) WithValue(value *timestamp.Timestamp) *UpdateUserRequest_FieldSubPathValue
- type UpdateUserRequestPathSelectorUserMetadataGeneration
- func (UpdateUserRequestPathSelectorUserMetadataGeneration) FieldPath() *UpdateUserRequest_FieldSubPath
- func (s UpdateUserRequestPathSelectorUserMetadataGeneration) WithArrayOfValues(values []int64) *UpdateUserRequest_FieldSubPathArrayOfValues
- func (s UpdateUserRequestPathSelectorUserMetadataGeneration) WithValue(value int64) *UpdateUserRequest_FieldSubPathValue
- type UpdateUserRequestPathSelectorUserMetadataLabels
- func (UpdateUserRequestPathSelectorUserMetadataLabels) FieldPath() *UpdateUserRequest_FieldSubPath
- func (s UpdateUserRequestPathSelectorUserMetadataLabels) WithArrayOfValues(values []map[string]string) *UpdateUserRequest_FieldSubPathArrayOfValues
- func (UpdateUserRequestPathSelectorUserMetadataLabels) WithKey(key string) UpdateUserRequestMapPathSelectorUserMetadataLabels
- func (s UpdateUserRequestPathSelectorUserMetadataLabels) WithValue(value map[string]string) *UpdateUserRequest_FieldSubPathValue
- type UpdateUserRequestPathSelectorUserMetadataOwnerReferences
- func (UpdateUserRequestPathSelectorUserMetadataOwnerReferences) ApiVersion() UpdateUserRequestPathSelectorUserMetadataOwnerReferencesApiVersion
- func (UpdateUserRequestPathSelectorUserMetadataOwnerReferences) BlockOwnerDeletion() UpdateUserRequestPathSelectorUserMetadataOwnerReferencesBlockOwnerDeletion
- func (UpdateUserRequestPathSelectorUserMetadataOwnerReferences) Controller() UpdateUserRequestPathSelectorUserMetadataOwnerReferencesController
- func (UpdateUserRequestPathSelectorUserMetadataOwnerReferences) FieldPath() *UpdateUserRequest_FieldSubPath
- func (UpdateUserRequestPathSelectorUserMetadataOwnerReferences) Kind() UpdateUserRequestPathSelectorUserMetadataOwnerReferencesKind
- func (UpdateUserRequestPathSelectorUserMetadataOwnerReferences) Name() UpdateUserRequestPathSelectorUserMetadataOwnerReferencesName
- func (UpdateUserRequestPathSelectorUserMetadataOwnerReferences) Uid() UpdateUserRequestPathSelectorUserMetadataOwnerReferencesUid
- func (s UpdateUserRequestPathSelectorUserMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *UpdateUserRequest_FieldSubPathArrayOfValues
- func (s UpdateUserRequestPathSelectorUserMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *UpdateUserRequest_FieldSubPathArrayItemValue
- func (s UpdateUserRequestPathSelectorUserMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *UpdateUserRequest_FieldSubPathValue
- type UpdateUserRequestPathSelectorUserMetadataOwnerReferencesApiVersion
- func (UpdateUserRequestPathSelectorUserMetadataOwnerReferencesApiVersion) FieldPath() *UpdateUserRequest_FieldSubPath
- func (s UpdateUserRequestPathSelectorUserMetadataOwnerReferencesApiVersion) WithArrayOfValues(values []string) *UpdateUserRequest_FieldSubPathArrayOfValues
- func (s UpdateUserRequestPathSelectorUserMetadataOwnerReferencesApiVersion) WithValue(value string) *UpdateUserRequest_FieldSubPathValue
- type UpdateUserRequestPathSelectorUserMetadataOwnerReferencesBlockOwnerDeletion
- func (UpdateUserRequestPathSelectorUserMetadataOwnerReferencesBlockOwnerDeletion) FieldPath() *UpdateUserRequest_FieldSubPath
- func (s UpdateUserRequestPathSelectorUserMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *UpdateUserRequest_FieldSubPathArrayOfValues
- func (s UpdateUserRequestPathSelectorUserMetadataOwnerReferencesBlockOwnerDeletion) WithValue(value bool) *UpdateUserRequest_FieldSubPathValue
- type UpdateUserRequestPathSelectorUserMetadataOwnerReferencesController
- func (UpdateUserRequestPathSelectorUserMetadataOwnerReferencesController) FieldPath() *UpdateUserRequest_FieldSubPath
- func (s UpdateUserRequestPathSelectorUserMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *UpdateUserRequest_FieldSubPathArrayOfValues
- func (s UpdateUserRequestPathSelectorUserMetadataOwnerReferencesController) WithValue(value bool) *UpdateUserRequest_FieldSubPathValue
- type UpdateUserRequestPathSelectorUserMetadataOwnerReferencesKind
- func (UpdateUserRequestPathSelectorUserMetadataOwnerReferencesKind) FieldPath() *UpdateUserRequest_FieldSubPath
- func (s UpdateUserRequestPathSelectorUserMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *UpdateUserRequest_FieldSubPathArrayOfValues
- func (s UpdateUserRequestPathSelectorUserMetadataOwnerReferencesKind) WithValue(value string) *UpdateUserRequest_FieldSubPathValue
- type UpdateUserRequestPathSelectorUserMetadataOwnerReferencesName
- func (UpdateUserRequestPathSelectorUserMetadataOwnerReferencesName) FieldPath() *UpdateUserRequest_FieldSubPath
- func (s UpdateUserRequestPathSelectorUserMetadataOwnerReferencesName) WithArrayOfValues(values []string) *UpdateUserRequest_FieldSubPathArrayOfValues
- func (s UpdateUserRequestPathSelectorUserMetadataOwnerReferencesName) WithValue(value string) *UpdateUserRequest_FieldSubPathValue
- type UpdateUserRequestPathSelectorUserMetadataOwnerReferencesUid
- func (UpdateUserRequestPathSelectorUserMetadataOwnerReferencesUid) FieldPath() *UpdateUserRequest_FieldSubPath
- func (s UpdateUserRequestPathSelectorUserMetadataOwnerReferencesUid) WithArrayOfValues(values []string) *UpdateUserRequest_FieldSubPathArrayOfValues
- func (s UpdateUserRequestPathSelectorUserMetadataOwnerReferencesUid) WithValue(value string) *UpdateUserRequest_FieldSubPathValue
- type UpdateUserRequestPathSelectorUserMetadataResourceVersion
- func (UpdateUserRequestPathSelectorUserMetadataResourceVersion) FieldPath() *UpdateUserRequest_FieldSubPath
- func (s UpdateUserRequestPathSelectorUserMetadataResourceVersion) WithArrayOfValues(values []string) *UpdateUserRequest_FieldSubPathArrayOfValues
- func (s UpdateUserRequestPathSelectorUserMetadataResourceVersion) WithValue(value string) *UpdateUserRequest_FieldSubPathValue
- type UpdateUserRequestPathSelectorUserMetadataShards
- func (UpdateUserRequestPathSelectorUserMetadataShards) FieldPath() *UpdateUserRequest_FieldSubPath
- func (s UpdateUserRequestPathSelectorUserMetadataShards) WithArrayOfValues(values []map[string]int64) *UpdateUserRequest_FieldSubPathArrayOfValues
- func (UpdateUserRequestPathSelectorUserMetadataShards) WithKey(key string) UpdateUserRequestMapPathSelectorUserMetadataShards
- func (s UpdateUserRequestPathSelectorUserMetadataShards) WithValue(value map[string]int64) *UpdateUserRequest_FieldSubPathValue
- type UpdateUserRequestPathSelectorUserMetadataSyncing
- func (UpdateUserRequestPathSelectorUserMetadataSyncing) FieldPath() *UpdateUserRequest_FieldSubPath
- func (UpdateUserRequestPathSelectorUserMetadataSyncing) OwningRegion() UpdateUserRequestPathSelectorUserMetadataSyncingOwningRegion
- func (UpdateUserRequestPathSelectorUserMetadataSyncing) Regions() UpdateUserRequestPathSelectorUserMetadataSyncingRegions
- func (s UpdateUserRequestPathSelectorUserMetadataSyncing) WithArrayOfValues(values []*syncing_meta.SyncingMeta) *UpdateUserRequest_FieldSubPathArrayOfValues
- func (s UpdateUserRequestPathSelectorUserMetadataSyncing) WithValue(value *syncing_meta.SyncingMeta) *UpdateUserRequest_FieldSubPathValue
- type UpdateUserRequestPathSelectorUserMetadataSyncingOwningRegion
- func (UpdateUserRequestPathSelectorUserMetadataSyncingOwningRegion) FieldPath() *UpdateUserRequest_FieldSubPath
- func (s UpdateUserRequestPathSelectorUserMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *UpdateUserRequest_FieldSubPathArrayOfValues
- func (s UpdateUserRequestPathSelectorUserMetadataSyncingOwningRegion) WithValue(value string) *UpdateUserRequest_FieldSubPathValue
- type UpdateUserRequestPathSelectorUserMetadataSyncingRegions
- func (UpdateUserRequestPathSelectorUserMetadataSyncingRegions) FieldPath() *UpdateUserRequest_FieldSubPath
- func (s UpdateUserRequestPathSelectorUserMetadataSyncingRegions) WithArrayOfValues(values [][]string) *UpdateUserRequest_FieldSubPathArrayOfValues
- func (s UpdateUserRequestPathSelectorUserMetadataSyncingRegions) WithItemValue(value string) *UpdateUserRequest_FieldSubPathArrayItemValue
- func (s UpdateUserRequestPathSelectorUserMetadataSyncingRegions) WithValue(value []string) *UpdateUserRequest_FieldSubPathValue
- type UpdateUserRequestPathSelectorUserMetadataTags
- func (UpdateUserRequestPathSelectorUserMetadataTags) FieldPath() *UpdateUserRequest_FieldSubPath
- func (s UpdateUserRequestPathSelectorUserMetadataTags) WithArrayOfValues(values [][]string) *UpdateUserRequest_FieldSubPathArrayOfValues
- func (s UpdateUserRequestPathSelectorUserMetadataTags) WithItemValue(value string) *UpdateUserRequest_FieldSubPathArrayItemValue
- func (s UpdateUserRequestPathSelectorUserMetadataTags) WithValue(value []string) *UpdateUserRequest_FieldSubPathValue
- type UpdateUserRequestPathSelectorUserMetadataUpdateTime
- func (UpdateUserRequestPathSelectorUserMetadataUpdateTime) FieldPath() *UpdateUserRequest_FieldSubPath
- func (s UpdateUserRequestPathSelectorUserMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateUserRequest_FieldSubPathArrayOfValues
- func (s UpdateUserRequestPathSelectorUserMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *UpdateUserRequest_FieldSubPathValue
- type UpdateUserRequestPathSelectorUserMetadataUuid
- func (UpdateUserRequestPathSelectorUserMetadataUuid) FieldPath() *UpdateUserRequest_FieldSubPath
- func (s UpdateUserRequestPathSelectorUserMetadataUuid) WithArrayOfValues(values []string) *UpdateUserRequest_FieldSubPathArrayOfValues
- func (s UpdateUserRequestPathSelectorUserMetadataUuid) WithValue(value string) *UpdateUserRequest_FieldSubPathValue
- type UpdateUserRequestPathSelectorUserName
- func (UpdateUserRequestPathSelectorUserName) FieldPath() *UpdateUserRequest_FieldSubPath
- func (s UpdateUserRequestPathSelectorUserName) WithArrayOfValues(values []*user.Name) *UpdateUserRequest_FieldSubPathArrayOfValues
- func (s UpdateUserRequestPathSelectorUserName) WithValue(value *user.Name) *UpdateUserRequest_FieldSubPathValue
- type UpdateUserRequestPathSelectorUserRefreshedTime
- func (UpdateUserRequestPathSelectorUserRefreshedTime) FieldPath() *UpdateUserRequest_FieldSubPath
- func (s UpdateUserRequestPathSelectorUserRefreshedTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateUserRequest_FieldSubPathArrayOfValues
- func (s UpdateUserRequestPathSelectorUserRefreshedTime) WithValue(value *timestamp.Timestamp) *UpdateUserRequest_FieldSubPathValue
- type UpdateUserRequestPathSelectorUserSettings
- func (UpdateUserRequestPathSelectorUserSettings) FieldPath() *UpdateUserRequest_FieldSubPath
- func (s UpdateUserRequestPathSelectorUserSettings) WithArrayOfValues(values []map[string]string) *UpdateUserRequest_FieldSubPathArrayOfValues
- func (UpdateUserRequestPathSelectorUserSettings) WithKey(key string) UpdateUserRequestMapPathSelectorUserSettings
- func (s UpdateUserRequestPathSelectorUserSettings) WithValue(value map[string]string) *UpdateUserRequest_FieldSubPathValue
- type UpdateUserRequest_CAS
- func (o *UpdateUserRequest_CAS) Clone() *UpdateUserRequest_CAS
- func (o *UpdateUserRequest_CAS) CloneRaw() gotenobject.GotenObjectExt
- func (*UpdateUserRequest_CAS) Descriptor() ([]byte, []int)
- func (m *UpdateUserRequest_CAS) GetConditionalState() *user.User
- func (m *UpdateUserRequest_CAS) GetFieldMask() *user.User_FieldMask
- func (*UpdateUserRequest_CAS) GotenMessage()
- func (o *UpdateUserRequest_CAS) GotenObjectExt()
- func (obj *UpdateUserRequest_CAS) GotenValidate() error
- func (o *UpdateUserRequest_CAS) MakeDiffFieldMask(other *UpdateUserRequest_CAS) *UpdateUserRequest_CAS_FieldMask
- func (o *UpdateUserRequest_CAS) MakeFullFieldMask() *UpdateUserRequest_CAS_FieldMask
- func (o *UpdateUserRequest_CAS) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *UpdateUserRequest_CAS) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *UpdateUserRequest_CAS) Marshal() ([]byte, error)
- func (m *UpdateUserRequest_CAS) MarshalJSON() ([]byte, error)
- func (o *UpdateUserRequest_CAS) Merge(source *UpdateUserRequest_CAS)
- func (o *UpdateUserRequest_CAS) MergeRaw(source gotenobject.GotenObjectExt)
- func (*UpdateUserRequest_CAS) ProtoMessage()
- func (m *UpdateUserRequest_CAS) ProtoReflect() preflect.Message
- func (m *UpdateUserRequest_CAS) Reset()
- func (m *UpdateUserRequest_CAS) SetConditionalState(fv *user.User)
- func (m *UpdateUserRequest_CAS) SetFieldMask(fv *user.User_FieldMask)
- func (m *UpdateUserRequest_CAS) String() string
- func (m *UpdateUserRequest_CAS) Unmarshal(b []byte) error
- func (m *UpdateUserRequest_CAS) UnmarshalJSON(data []byte) error
- type UpdateUserRequest_CASMapPathSelectorConditionalStateMetadataAnnotations
- func (s UpdateUserRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) FieldPath() *UpdateUserRequestCAS_FieldSubPath
- func (s UpdateUserRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues(values []string) *UpdateUserRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateUserRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) WithValue(value string) *UpdateUserRequestCAS_FieldSubPathValue
- type UpdateUserRequest_CASMapPathSelectorConditionalStateMetadataLabels
- func (s UpdateUserRequest_CASMapPathSelectorConditionalStateMetadataLabels) FieldPath() *UpdateUserRequestCAS_FieldSubPath
- func (s UpdateUserRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithArrayOfValues(values []string) *UpdateUserRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateUserRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithValue(value string) *UpdateUserRequestCAS_FieldSubPathValue
- type UpdateUserRequest_CASMapPathSelectorConditionalStateMetadataShards
- func (s UpdateUserRequest_CASMapPathSelectorConditionalStateMetadataShards) FieldPath() *UpdateUserRequestCAS_FieldSubPath
- func (s UpdateUserRequest_CASMapPathSelectorConditionalStateMetadataShards) WithArrayOfValues(values []int64) *UpdateUserRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateUserRequest_CASMapPathSelectorConditionalStateMetadataShards) WithValue(value int64) *UpdateUserRequestCAS_FieldSubPathValue
- type UpdateUserRequest_CASMapPathSelectorConditionalStateSettings
- func (s UpdateUserRequest_CASMapPathSelectorConditionalStateSettings) FieldPath() *UpdateUserRequestCAS_FieldSubPath
- func (s UpdateUserRequest_CASMapPathSelectorConditionalStateSettings) WithArrayOfValues(values []string) *UpdateUserRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateUserRequest_CASMapPathSelectorConditionalStateSettings) WithValue(value string) *UpdateUserRequestCAS_FieldSubPathValue
- type UpdateUserRequest_CASPathSelectorConditionalState
- func (UpdateUserRequest_CASPathSelectorConditionalState) AuthInfo() UpdateUserRequest_CASPathSelectorConditionalStateAuthInfo
- func (UpdateUserRequest_CASPathSelectorConditionalState) Email() UpdateUserRequest_CASPathSelectorConditionalStateEmail
- func (UpdateUserRequest_CASPathSelectorConditionalState) EmailVerified() UpdateUserRequest_CASPathSelectorConditionalStateEmailVerified
- func (UpdateUserRequest_CASPathSelectorConditionalState) FieldPath() *UpdateUserRequestCAS_FieldTerminalPath
- func (UpdateUserRequest_CASPathSelectorConditionalState) FullName() UpdateUserRequest_CASPathSelectorConditionalStateFullName
- func (UpdateUserRequest_CASPathSelectorConditionalState) Metadata() UpdateUserRequest_CASPathSelectorConditionalStateMetadata
- func (UpdateUserRequest_CASPathSelectorConditionalState) Name() UpdateUserRequest_CASPathSelectorConditionalStateName
- func (UpdateUserRequest_CASPathSelectorConditionalState) RefreshedTime() UpdateUserRequest_CASPathSelectorConditionalStateRefreshedTime
- func (UpdateUserRequest_CASPathSelectorConditionalState) Settings() UpdateUserRequest_CASPathSelectorConditionalStateSettings
- func (s UpdateUserRequest_CASPathSelectorConditionalState) WithArrayOfValues(values []*user.User) *UpdateUserRequestCAS_FieldTerminalPathArrayOfValues
- func (s UpdateUserRequest_CASPathSelectorConditionalState) WithSubArrayItemValue(subPathArrayItemValue user.User_FieldPathArrayItemValue) *UpdateUserRequestCAS_FieldSubPathArrayItemValue
- func (s UpdateUserRequest_CASPathSelectorConditionalState) WithSubArrayOfValues(subPathArrayOfValues user.User_FieldPathArrayOfValues) *UpdateUserRequestCAS_FieldSubPathArrayOfValues
- func (UpdateUserRequest_CASPathSelectorConditionalState) WithSubPath(subPath user.User_FieldPath) *UpdateUserRequestCAS_FieldSubPath
- func (s UpdateUserRequest_CASPathSelectorConditionalState) WithSubValue(subPathValue user.User_FieldPathValue) *UpdateUserRequestCAS_FieldSubPathValue
- func (s UpdateUserRequest_CASPathSelectorConditionalState) WithValue(value *user.User) *UpdateUserRequestCAS_FieldTerminalPathValue
- type UpdateUserRequest_CASPathSelectorConditionalStateAuthInfo
- func (UpdateUserRequest_CASPathSelectorConditionalStateAuthInfo) FieldPath() *UpdateUserRequestCAS_FieldSubPath
- func (UpdateUserRequest_CASPathSelectorConditionalStateAuthInfo) Id() UpdateUserRequest_CASPathSelectorConditionalStateAuthInfoId
- func (UpdateUserRequest_CASPathSelectorConditionalStateAuthInfo) Provider() UpdateUserRequest_CASPathSelectorConditionalStateAuthInfoProvider
- func (s UpdateUserRequest_CASPathSelectorConditionalStateAuthInfo) WithArrayOfValues(values []*user.User_AuthInfo) *UpdateUserRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateUserRequest_CASPathSelectorConditionalStateAuthInfo) WithValue(value *user.User_AuthInfo) *UpdateUserRequestCAS_FieldSubPathValue
- type UpdateUserRequest_CASPathSelectorConditionalStateAuthInfoId
- func (UpdateUserRequest_CASPathSelectorConditionalStateAuthInfoId) FieldPath() *UpdateUserRequestCAS_FieldSubPath
- func (s UpdateUserRequest_CASPathSelectorConditionalStateAuthInfoId) WithArrayOfValues(values []string) *UpdateUserRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateUserRequest_CASPathSelectorConditionalStateAuthInfoId) WithValue(value string) *UpdateUserRequestCAS_FieldSubPathValue
- type UpdateUserRequest_CASPathSelectorConditionalStateAuthInfoProvider
- func (UpdateUserRequest_CASPathSelectorConditionalStateAuthInfoProvider) FieldPath() *UpdateUserRequestCAS_FieldSubPath
- func (s UpdateUserRequest_CASPathSelectorConditionalStateAuthInfoProvider) WithArrayOfValues(values []string) *UpdateUserRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateUserRequest_CASPathSelectorConditionalStateAuthInfoProvider) WithValue(value string) *UpdateUserRequestCAS_FieldSubPathValue
- type UpdateUserRequest_CASPathSelectorConditionalStateEmail
- func (UpdateUserRequest_CASPathSelectorConditionalStateEmail) FieldPath() *UpdateUserRequestCAS_FieldSubPath
- func (s UpdateUserRequest_CASPathSelectorConditionalStateEmail) WithArrayOfValues(values []string) *UpdateUserRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateUserRequest_CASPathSelectorConditionalStateEmail) WithValue(value string) *UpdateUserRequestCAS_FieldSubPathValue
- type UpdateUserRequest_CASPathSelectorConditionalStateEmailVerified
- func (UpdateUserRequest_CASPathSelectorConditionalStateEmailVerified) FieldPath() *UpdateUserRequestCAS_FieldSubPath
- func (s UpdateUserRequest_CASPathSelectorConditionalStateEmailVerified) WithArrayOfValues(values []bool) *UpdateUserRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateUserRequest_CASPathSelectorConditionalStateEmailVerified) WithValue(value bool) *UpdateUserRequestCAS_FieldSubPathValue
- type UpdateUserRequest_CASPathSelectorConditionalStateFullName
- func (UpdateUserRequest_CASPathSelectorConditionalStateFullName) FieldPath() *UpdateUserRequestCAS_FieldSubPath
- func (s UpdateUserRequest_CASPathSelectorConditionalStateFullName) WithArrayOfValues(values []string) *UpdateUserRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateUserRequest_CASPathSelectorConditionalStateFullName) WithValue(value string) *UpdateUserRequestCAS_FieldSubPathValue
- type UpdateUserRequest_CASPathSelectorConditionalStateMetadata
- func (UpdateUserRequest_CASPathSelectorConditionalStateMetadata) Annotations() UpdateUserRequest_CASPathSelectorConditionalStateMetadataAnnotations
- func (UpdateUserRequest_CASPathSelectorConditionalStateMetadata) CreateTime() UpdateUserRequest_CASPathSelectorConditionalStateMetadataCreateTime
- func (UpdateUserRequest_CASPathSelectorConditionalStateMetadata) FieldPath() *UpdateUserRequestCAS_FieldSubPath
- func (UpdateUserRequest_CASPathSelectorConditionalStateMetadata) Generation() UpdateUserRequest_CASPathSelectorConditionalStateMetadataGeneration
- func (UpdateUserRequest_CASPathSelectorConditionalStateMetadata) Labels() UpdateUserRequest_CASPathSelectorConditionalStateMetadataLabels
- func (UpdateUserRequest_CASPathSelectorConditionalStateMetadata) OwnerReferences() UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferences
- func (UpdateUserRequest_CASPathSelectorConditionalStateMetadata) ResourceVersion() UpdateUserRequest_CASPathSelectorConditionalStateMetadataResourceVersion
- func (UpdateUserRequest_CASPathSelectorConditionalStateMetadata) Shards() UpdateUserRequest_CASPathSelectorConditionalStateMetadataShards
- func (UpdateUserRequest_CASPathSelectorConditionalStateMetadata) Syncing() UpdateUserRequest_CASPathSelectorConditionalStateMetadataSyncing
- func (UpdateUserRequest_CASPathSelectorConditionalStateMetadata) Tags() UpdateUserRequest_CASPathSelectorConditionalStateMetadataTags
- func (UpdateUserRequest_CASPathSelectorConditionalStateMetadata) UpdateTime() UpdateUserRequest_CASPathSelectorConditionalStateMetadataUpdateTime
- func (UpdateUserRequest_CASPathSelectorConditionalStateMetadata) Uuid() UpdateUserRequest_CASPathSelectorConditionalStateMetadataUuid
- func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *UpdateUserRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadata) WithValue(value *ntt_meta.Meta) *UpdateUserRequestCAS_FieldSubPathValue
- type UpdateUserRequest_CASPathSelectorConditionalStateMetadataAnnotations
- func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataAnnotations) FieldPath() *UpdateUserRequestCAS_FieldSubPath
- func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues(values []map[string]string) *UpdateUserRequestCAS_FieldSubPathArrayOfValues
- func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithKey(key string) UpdateUserRequest_CASMapPathSelectorConditionalStateMetadataAnnotations
- func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithValue(value map[string]string) *UpdateUserRequestCAS_FieldSubPathValue
- type UpdateUserRequest_CASPathSelectorConditionalStateMetadataCreateTime
- func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataCreateTime) FieldPath() *UpdateUserRequestCAS_FieldSubPath
- func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateUserRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataCreateTime) WithValue(value *timestamp.Timestamp) *UpdateUserRequestCAS_FieldSubPathValue
- type UpdateUserRequest_CASPathSelectorConditionalStateMetadataGeneration
- func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataGeneration) FieldPath() *UpdateUserRequestCAS_FieldSubPath
- func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataGeneration) WithArrayOfValues(values []int64) *UpdateUserRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataGeneration) WithValue(value int64) *UpdateUserRequestCAS_FieldSubPathValue
- type UpdateUserRequest_CASPathSelectorConditionalStateMetadataLabels
- func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataLabels) FieldPath() *UpdateUserRequestCAS_FieldSubPath
- func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataLabels) WithArrayOfValues(values []map[string]string) *UpdateUserRequestCAS_FieldSubPathArrayOfValues
- func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataLabels) WithKey(key string) UpdateUserRequest_CASMapPathSelectorConditionalStateMetadataLabels
- func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataLabels) WithValue(value map[string]string) *UpdateUserRequestCAS_FieldSubPathValue
- type UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferences
- func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) ApiVersion() ...
- func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) BlockOwnerDeletion() ...
- func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) Controller() ...
- func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) FieldPath() *UpdateUserRequestCAS_FieldSubPath
- func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) Kind() UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind
- func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) Name() UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName
- func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) Uid() UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesUid
- func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *UpdateUserRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *UpdateUserRequestCAS_FieldSubPathArrayItemValue
- func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *UpdateUserRequestCAS_FieldSubPathValue
- type UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesApiVersion
- func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesApiVersion) FieldPath() *UpdateUserRequestCAS_FieldSubPath
- func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesApiVersion) WithArrayOfValues(values []string) *UpdateUserRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesApiVersion) WithValue(value string) *UpdateUserRequestCAS_FieldSubPathValue
- type UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion
- func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) FieldPath() *UpdateUserRequestCAS_FieldSubPath
- func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *UpdateUserRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithValue(value bool) *UpdateUserRequestCAS_FieldSubPathValue
- type UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController
- func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) FieldPath() *UpdateUserRequestCAS_FieldSubPath
- func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *UpdateUserRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) WithValue(value bool) *UpdateUserRequestCAS_FieldSubPathValue
- type UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind
- func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) FieldPath() *UpdateUserRequestCAS_FieldSubPath
- func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *UpdateUserRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) WithValue(value string) *UpdateUserRequestCAS_FieldSubPathValue
- type UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName
- func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) FieldPath() *UpdateUserRequestCAS_FieldSubPath
- func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) WithArrayOfValues(values []string) *UpdateUserRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) WithValue(value string) *UpdateUserRequestCAS_FieldSubPathValue
- type UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesUid
- func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesUid) FieldPath() *UpdateUserRequestCAS_FieldSubPath
- func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesUid) WithArrayOfValues(values []string) *UpdateUserRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesUid) WithValue(value string) *UpdateUserRequestCAS_FieldSubPathValue
- type UpdateUserRequest_CASPathSelectorConditionalStateMetadataResourceVersion
- func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataResourceVersion) FieldPath() *UpdateUserRequestCAS_FieldSubPath
- func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataResourceVersion) WithArrayOfValues(values []string) *UpdateUserRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataResourceVersion) WithValue(value string) *UpdateUserRequestCAS_FieldSubPathValue
- type UpdateUserRequest_CASPathSelectorConditionalStateMetadataShards
- func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataShards) FieldPath() *UpdateUserRequestCAS_FieldSubPath
- func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataShards) WithArrayOfValues(values []map[string]int64) *UpdateUserRequestCAS_FieldSubPathArrayOfValues
- func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataShards) WithKey(key string) UpdateUserRequest_CASMapPathSelectorConditionalStateMetadataShards
- func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataShards) WithValue(value map[string]int64) *UpdateUserRequestCAS_FieldSubPathValue
- type UpdateUserRequest_CASPathSelectorConditionalStateMetadataSyncing
- func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataSyncing) FieldPath() *UpdateUserRequestCAS_FieldSubPath
- func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataSyncing) OwningRegion() UpdateUserRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion
- func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataSyncing) Regions() UpdateUserRequest_CASPathSelectorConditionalStateMetadataSyncingRegions
- func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataSyncing) WithArrayOfValues(values []*syncing_meta.SyncingMeta) *UpdateUserRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataSyncing) WithValue(value *syncing_meta.SyncingMeta) *UpdateUserRequestCAS_FieldSubPathValue
- type UpdateUserRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion
- func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) FieldPath() *UpdateUserRequestCAS_FieldSubPath
- func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *UpdateUserRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) WithValue(value string) *UpdateUserRequestCAS_FieldSubPathValue
- type UpdateUserRequest_CASPathSelectorConditionalStateMetadataSyncingRegions
- func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) FieldPath() *UpdateUserRequestCAS_FieldSubPath
- func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithArrayOfValues(values [][]string) *UpdateUserRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithItemValue(value string) *UpdateUserRequestCAS_FieldSubPathArrayItemValue
- func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithValue(value []string) *UpdateUserRequestCAS_FieldSubPathValue
- type UpdateUserRequest_CASPathSelectorConditionalStateMetadataTags
- func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataTags) FieldPath() *UpdateUserRequestCAS_FieldSubPath
- func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataTags) WithArrayOfValues(values [][]string) *UpdateUserRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataTags) WithItemValue(value string) *UpdateUserRequestCAS_FieldSubPathArrayItemValue
- func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataTags) WithValue(value []string) *UpdateUserRequestCAS_FieldSubPathValue
- type UpdateUserRequest_CASPathSelectorConditionalStateMetadataUpdateTime
- func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataUpdateTime) FieldPath() *UpdateUserRequestCAS_FieldSubPath
- func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateUserRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *UpdateUserRequestCAS_FieldSubPathValue
- type UpdateUserRequest_CASPathSelectorConditionalStateMetadataUuid
- func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataUuid) FieldPath() *UpdateUserRequestCAS_FieldSubPath
- func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataUuid) WithArrayOfValues(values []string) *UpdateUserRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataUuid) WithValue(value string) *UpdateUserRequestCAS_FieldSubPathValue
- type UpdateUserRequest_CASPathSelectorConditionalStateName
- func (UpdateUserRequest_CASPathSelectorConditionalStateName) FieldPath() *UpdateUserRequestCAS_FieldSubPath
- func (s UpdateUserRequest_CASPathSelectorConditionalStateName) WithArrayOfValues(values []*user.Name) *UpdateUserRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateUserRequest_CASPathSelectorConditionalStateName) WithValue(value *user.Name) *UpdateUserRequestCAS_FieldSubPathValue
- type UpdateUserRequest_CASPathSelectorConditionalStateRefreshedTime
- func (UpdateUserRequest_CASPathSelectorConditionalStateRefreshedTime) FieldPath() *UpdateUserRequestCAS_FieldSubPath
- func (s UpdateUserRequest_CASPathSelectorConditionalStateRefreshedTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateUserRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateUserRequest_CASPathSelectorConditionalStateRefreshedTime) WithValue(value *timestamp.Timestamp) *UpdateUserRequestCAS_FieldSubPathValue
- type UpdateUserRequest_CASPathSelectorConditionalStateSettings
- func (UpdateUserRequest_CASPathSelectorConditionalStateSettings) FieldPath() *UpdateUserRequestCAS_FieldSubPath
- func (s UpdateUserRequest_CASPathSelectorConditionalStateSettings) WithArrayOfValues(values []map[string]string) *UpdateUserRequestCAS_FieldSubPathArrayOfValues
- func (UpdateUserRequest_CASPathSelectorConditionalStateSettings) WithKey(key string) UpdateUserRequest_CASMapPathSelectorConditionalStateSettings
- func (s UpdateUserRequest_CASPathSelectorConditionalStateSettings) WithValue(value map[string]string) *UpdateUserRequestCAS_FieldSubPathValue
- type UpdateUserRequest_CASPathSelectorFieldMask
- func (UpdateUserRequest_CASPathSelectorFieldMask) FieldPath() *UpdateUserRequestCAS_FieldTerminalPath
- func (s UpdateUserRequest_CASPathSelectorFieldMask) WithArrayOfValues(values []*user.User_FieldMask) *UpdateUserRequestCAS_FieldTerminalPathArrayOfValues
- func (s UpdateUserRequest_CASPathSelectorFieldMask) WithValue(value *user.User_FieldMask) *UpdateUserRequestCAS_FieldTerminalPathValue
- type UpdateUserRequest_CAS_FieldMask
- func (fieldMask *UpdateUserRequest_CAS_FieldMask) AppendPath(path UpdateUserRequestCAS_FieldPath)
- func (fieldMask *UpdateUserRequest_CAS_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *UpdateUserRequest_CAS_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *UpdateUserRequest_CAS_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *UpdateUserRequest_CAS_FieldMask) FilterInputFields() *UpdateUserRequest_CAS_FieldMask
- func (fieldMask *UpdateUserRequest_CAS_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *UpdateUserRequest_CAS_FieldMask) GetPaths() []UpdateUserRequestCAS_FieldPath
- func (fieldMask *UpdateUserRequest_CAS_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *UpdateUserRequest_CAS_FieldMask) IsFull() bool
- func (fieldMask UpdateUserRequest_CAS_FieldMask) Marshal() ([]byte, error)
- func (fieldMask UpdateUserRequest_CAS_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *UpdateUserRequest_CAS_FieldMask) PathsCount() int
- func (fieldMask *UpdateUserRequest_CAS_FieldMask) Project(source *UpdateUserRequest_CAS) *UpdateUserRequest_CAS
- func (fieldMask *UpdateUserRequest_CAS_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *UpdateUserRequest_CAS_FieldMask) ProtoMessage()
- func (fieldMask *UpdateUserRequest_CAS_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *UpdateUserRequest_CAS_FieldMask) Reset()
- func (fieldMask *UpdateUserRequest_CAS_FieldMask) Set(target, source *UpdateUserRequest_CAS)
- func (fieldMask *UpdateUserRequest_CAS_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *UpdateUserRequest_CAS_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *UpdateUserRequest_CAS_FieldMask) Size() int
- func (fieldMask *UpdateUserRequest_CAS_FieldMask) String() string
- func (fieldMask *UpdateUserRequest_CAS_FieldMask) Subtract(other *UpdateUserRequest_CAS_FieldMask) *UpdateUserRequest_CAS_FieldMask
- func (fieldMask *UpdateUserRequest_CAS_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *UpdateUserRequest_CAS_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *UpdateUserRequest_CAS_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *UpdateUserRequest_CAS_FieldMask) UnmarshalJSON(data []byte) error
- type UpdateUserRequest_FieldMask
- func (fieldMask *UpdateUserRequest_FieldMask) AppendPath(path UpdateUserRequest_FieldPath)
- func (fieldMask *UpdateUserRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *UpdateUserRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *UpdateUserRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *UpdateUserRequest_FieldMask) FilterInputFields() *UpdateUserRequest_FieldMask
- func (fieldMask *UpdateUserRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *UpdateUserRequest_FieldMask) GetPaths() []UpdateUserRequest_FieldPath
- func (fieldMask *UpdateUserRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *UpdateUserRequest_FieldMask) IsFull() bool
- func (fieldMask UpdateUserRequest_FieldMask) Marshal() ([]byte, error)
- func (fieldMask UpdateUserRequest_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *UpdateUserRequest_FieldMask) PathsCount() int
- func (fieldMask *UpdateUserRequest_FieldMask) Project(source *UpdateUserRequest) *UpdateUserRequest
- func (fieldMask *UpdateUserRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *UpdateUserRequest_FieldMask) ProtoMessage()
- func (fieldMask *UpdateUserRequest_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *UpdateUserRequest_FieldMask) Reset()
- func (fieldMask *UpdateUserRequest_FieldMask) Set(target, source *UpdateUserRequest)
- func (fieldMask *UpdateUserRequest_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *UpdateUserRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *UpdateUserRequest_FieldMask) Size() int
- func (fieldMask *UpdateUserRequest_FieldMask) String() string
- func (fieldMask *UpdateUserRequest_FieldMask) Subtract(other *UpdateUserRequest_FieldMask) *UpdateUserRequest_FieldMask
- func (fieldMask *UpdateUserRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *UpdateUserRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *UpdateUserRequest_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *UpdateUserRequest_FieldMask) UnmarshalJSON(data []byte) error
- type UpdateUserRequest_FieldPath
- type UpdateUserRequest_FieldPathArrayItemValue
- type UpdateUserRequest_FieldPathArrayOfValues
- type UpdateUserRequest_FieldPathSelector
- type UpdateUserRequest_FieldPathValue
- type UpdateUserRequest_FieldSubPath
- func (fps *UpdateUserRequest_FieldSubPath) AsCasSubPath() (UpdateUserRequestCAS_FieldPath, bool)
- func (fps *UpdateUserRequest_FieldSubPath) AsUserSubPath() (user.User_FieldPath, bool)
- func (fps *UpdateUserRequest_FieldSubPath) ClearValue(item *UpdateUserRequest)
- func (fps *UpdateUserRequest_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *UpdateUserRequest_FieldSubPath) Get(source *UpdateUserRequest) (values []interface{})
- func (fps *UpdateUserRequest_FieldSubPath) GetDefault() interface{}
- func (fps *UpdateUserRequest_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *UpdateUserRequest_FieldSubPath) GetSingle(source *UpdateUserRequest) (interface{}, bool)
- func (fps *UpdateUserRequest_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *UpdateUserRequest_FieldSubPath) IsLeaf() bool
- func (fps *UpdateUserRequest_FieldSubPath) JSONString() string
- func (fps *UpdateUserRequest_FieldSubPath) Selector() UpdateUserRequest_FieldPathSelector
- func (fps *UpdateUserRequest_FieldSubPath) String() string
- func (fps *UpdateUserRequest_FieldSubPath) WithIArrayItemValue(value interface{}) UpdateUserRequest_FieldPathArrayItemValue
- func (fps *UpdateUserRequest_FieldSubPath) WithIArrayOfValues(values interface{}) UpdateUserRequest_FieldPathArrayOfValues
- func (fps *UpdateUserRequest_FieldSubPath) WithIValue(value interface{}) UpdateUserRequest_FieldPathValue
- func (fps *UpdateUserRequest_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *UpdateUserRequest_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *UpdateUserRequest_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type UpdateUserRequest_FieldSubPathArrayItemValue
- func (fpaivs *UpdateUserRequest_FieldSubPathArrayItemValue) AsCasPathItemValue() (UpdateUserRequestCAS_FieldPathArrayItemValue, bool)
- func (fpaivs *UpdateUserRequest_FieldSubPathArrayItemValue) AsUserPathItemValue() (user.User_FieldPathArrayItemValue, bool)
- func (fpaivs *UpdateUserRequest_FieldSubPathArrayItemValue) ContainsValue(source *UpdateUserRequest) bool
- func (fpaivs *UpdateUserRequest_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type UpdateUserRequest_FieldSubPathArrayOfValues
- func (fpsaov *UpdateUserRequest_FieldSubPathArrayOfValues) AsCasPathArrayOfValues() (UpdateUserRequestCAS_FieldPathArrayOfValues, bool)
- func (fpsaov *UpdateUserRequest_FieldSubPathArrayOfValues) AsUserPathArrayOfValues() (user.User_FieldPathArrayOfValues, bool)
- func (fpsaov *UpdateUserRequest_FieldSubPathArrayOfValues) GetRawValues() []interface{}
- type UpdateUserRequest_FieldSubPathValue
- func (fpvs *UpdateUserRequest_FieldSubPathValue) AsCasPathValue() (UpdateUserRequestCAS_FieldPathValue, bool)
- func (fpvs *UpdateUserRequest_FieldSubPathValue) AsUserPathValue() (user.User_FieldPathValue, bool)
- func (fpvs *UpdateUserRequest_FieldSubPathValue) CompareWith(source *UpdateUserRequest) (int, bool)
- func (fpvs *UpdateUserRequest_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *UpdateUserRequest_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *UpdateUserRequest_FieldSubPathValue) SetTo(target **UpdateUserRequest)
- func (fpvs *UpdateUserRequest_FieldSubPathValue) SetToRaw(target proto.Message)
- type UpdateUserRequest_FieldTerminalPath
- func (fp *UpdateUserRequest_FieldTerminalPath) ClearValue(item *UpdateUserRequest)
- func (fp *UpdateUserRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *UpdateUserRequest_FieldTerminalPath) Get(source *UpdateUserRequest) (values []interface{})
- func (fp *UpdateUserRequest_FieldTerminalPath) GetDefault() interface{}
- func (fp *UpdateUserRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *UpdateUserRequest_FieldTerminalPath) GetSingle(source *UpdateUserRequest) (interface{}, bool)
- func (fp *UpdateUserRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *UpdateUserRequest_FieldTerminalPath) IsLeaf() bool
- func (fp *UpdateUserRequest_FieldTerminalPath) JSONString() string
- func (fp *UpdateUserRequest_FieldTerminalPath) Selector() UpdateUserRequest_FieldPathSelector
- func (fp *UpdateUserRequest_FieldTerminalPath) String() string
- func (fp *UpdateUserRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) UpdateUserRequest_FieldPathArrayItemValue
- func (fp *UpdateUserRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) UpdateUserRequest_FieldPathArrayOfValues
- func (fp *UpdateUserRequest_FieldTerminalPath) WithIValue(value interface{}) UpdateUserRequest_FieldPathValue
- func (fp *UpdateUserRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *UpdateUserRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *UpdateUserRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type UpdateUserRequest_FieldTerminalPathArrayItemValue
- func (fpaiv *UpdateUserRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *UpdateUserRequest) bool
- func (fpaiv *UpdateUserRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *UpdateUserRequest_FieldTerminalPathArrayItemValue) GetSingle(source *UpdateUserRequest) (interface{}, bool)
- func (fpaiv *UpdateUserRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type UpdateUserRequest_FieldTerminalPathArrayOfValues
- func (fpaov *UpdateUserRequest_FieldTerminalPathArrayOfValues) AsCasArrayOfValues() ([]*UpdateUserRequest_CAS, bool)
- func (fpaov *UpdateUserRequest_FieldTerminalPathArrayOfValues) AsUpdateMaskArrayOfValues() ([]*user.User_FieldMask, bool)
- func (fpaov *UpdateUserRequest_FieldTerminalPathArrayOfValues) AsUserArrayOfValues() ([]*user.User, bool)
- func (fpaov *UpdateUserRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type UpdateUserRequest_FieldTerminalPathValue
- func (fpv *UpdateUserRequest_FieldTerminalPathValue) AsCasValue() (*UpdateUserRequest_CAS, bool)
- func (fpv *UpdateUserRequest_FieldTerminalPathValue) AsUpdateMaskValue() (*user.User_FieldMask, bool)
- func (fpv *UpdateUserRequest_FieldTerminalPathValue) AsUserValue() (*user.User, bool)
- func (fpv *UpdateUserRequest_FieldTerminalPathValue) CompareWith(source *UpdateUserRequest) (int, bool)
- func (fpv *UpdateUserRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *UpdateUserRequest_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *UpdateUserRequest_FieldTerminalPathValue) SetTo(target **UpdateUserRequest)
- func (fpv *UpdateUserRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type UserServiceClient
- type WatchUserClientStream
- type WatchUserRequest
- func (o *WatchUserRequest) Clone() *WatchUserRequest
- func (o *WatchUserRequest) CloneRaw() gotenobject.GotenObjectExt
- func (*WatchUserRequest) Descriptor() ([]byte, []int)
- func (m *WatchUserRequest) GetFieldMask() *user.User_FieldMask
- func (m *WatchUserRequest) GetName() *user.Reference
- func (m *WatchUserRequest) GetView() view.View
- func (*WatchUserRequest) GotenMessage()
- func (o *WatchUserRequest) GotenObjectExt()
- func (obj *WatchUserRequest) GotenValidate() error
- func (o *WatchUserRequest) MakeDiffFieldMask(other *WatchUserRequest) *WatchUserRequest_FieldMask
- func (o *WatchUserRequest) MakeFullFieldMask() *WatchUserRequest_FieldMask
- func (o *WatchUserRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *WatchUserRequest) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *WatchUserRequest) Marshal() ([]byte, error)
- func (m *WatchUserRequest) MarshalJSON() ([]byte, error)
- func (o *WatchUserRequest) Merge(source *WatchUserRequest)
- func (o *WatchUserRequest) MergeRaw(source gotenobject.GotenObjectExt)
- func (*WatchUserRequest) ProtoMessage()
- func (m *WatchUserRequest) ProtoReflect() preflect.Message
- func (m *WatchUserRequest) Reset()
- func (m *WatchUserRequest) SetFieldMask(fv *user.User_FieldMask)
- func (m *WatchUserRequest) SetName(fv *user.Reference)
- func (m *WatchUserRequest) SetView(fv view.View)
- func (m *WatchUserRequest) String() string
- func (m *WatchUserRequest) Unmarshal(b []byte) error
- func (m *WatchUserRequest) UnmarshalJSON(data []byte) error
- type WatchUserRequestFieldPathBuilder
- type WatchUserRequestPathSelectorFieldMask
- func (WatchUserRequestPathSelectorFieldMask) FieldPath() *WatchUserRequest_FieldTerminalPath
- func (s WatchUserRequestPathSelectorFieldMask) WithArrayOfValues(values []*user.User_FieldMask) *WatchUserRequest_FieldTerminalPathArrayOfValues
- func (s WatchUserRequestPathSelectorFieldMask) WithValue(value *user.User_FieldMask) *WatchUserRequest_FieldTerminalPathValue
- type WatchUserRequestPathSelectorName
- func (WatchUserRequestPathSelectorName) FieldPath() *WatchUserRequest_FieldTerminalPath
- func (s WatchUserRequestPathSelectorName) WithArrayOfValues(values []*user.Reference) *WatchUserRequest_FieldTerminalPathArrayOfValues
- func (s WatchUserRequestPathSelectorName) WithValue(value *user.Reference) *WatchUserRequest_FieldTerminalPathValue
- type WatchUserRequestPathSelectorView
- func (WatchUserRequestPathSelectorView) FieldPath() *WatchUserRequest_FieldTerminalPath
- func (s WatchUserRequestPathSelectorView) WithArrayOfValues(values []view.View) *WatchUserRequest_FieldTerminalPathArrayOfValues
- func (s WatchUserRequestPathSelectorView) WithValue(value view.View) *WatchUserRequest_FieldTerminalPathValue
- type WatchUserRequest_FieldMask
- func (fieldMask *WatchUserRequest_FieldMask) AppendPath(path WatchUserRequest_FieldPath)
- func (fieldMask *WatchUserRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *WatchUserRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *WatchUserRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *WatchUserRequest_FieldMask) FilterInputFields() *WatchUserRequest_FieldMask
- func (fieldMask *WatchUserRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *WatchUserRequest_FieldMask) GetPaths() []WatchUserRequest_FieldPath
- func (fieldMask *WatchUserRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *WatchUserRequest_FieldMask) IsFull() bool
- func (fieldMask WatchUserRequest_FieldMask) Marshal() ([]byte, error)
- func (fieldMask WatchUserRequest_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *WatchUserRequest_FieldMask) PathsCount() int
- func (fieldMask *WatchUserRequest_FieldMask) Project(source *WatchUserRequest) *WatchUserRequest
- func (fieldMask *WatchUserRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *WatchUserRequest_FieldMask) ProtoMessage()
- func (fieldMask *WatchUserRequest_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *WatchUserRequest_FieldMask) Reset()
- func (fieldMask *WatchUserRequest_FieldMask) Set(target, source *WatchUserRequest)
- func (fieldMask *WatchUserRequest_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *WatchUserRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *WatchUserRequest_FieldMask) Size() int
- func (fieldMask *WatchUserRequest_FieldMask) String() string
- func (fieldMask *WatchUserRequest_FieldMask) Subtract(other *WatchUserRequest_FieldMask) *WatchUserRequest_FieldMask
- func (fieldMask *WatchUserRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *WatchUserRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *WatchUserRequest_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *WatchUserRequest_FieldMask) UnmarshalJSON(data []byte) error
- type WatchUserRequest_FieldPath
- type WatchUserRequest_FieldPathArrayItemValue
- type WatchUserRequest_FieldPathArrayOfValues
- type WatchUserRequest_FieldPathSelector
- type WatchUserRequest_FieldPathValue
- type WatchUserRequest_FieldTerminalPath
- func (fp *WatchUserRequest_FieldTerminalPath) ClearValue(item *WatchUserRequest)
- func (fp *WatchUserRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *WatchUserRequest_FieldTerminalPath) Get(source *WatchUserRequest) (values []interface{})
- func (fp *WatchUserRequest_FieldTerminalPath) GetDefault() interface{}
- func (fp *WatchUserRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *WatchUserRequest_FieldTerminalPath) GetSingle(source *WatchUserRequest) (interface{}, bool)
- func (fp *WatchUserRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *WatchUserRequest_FieldTerminalPath) IsLeaf() bool
- func (fp *WatchUserRequest_FieldTerminalPath) JSONString() string
- func (fp *WatchUserRequest_FieldTerminalPath) Selector() WatchUserRequest_FieldPathSelector
- func (fp *WatchUserRequest_FieldTerminalPath) String() string
- func (fp *WatchUserRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) WatchUserRequest_FieldPathArrayItemValue
- func (fp *WatchUserRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchUserRequest_FieldPathArrayOfValues
- func (fp *WatchUserRequest_FieldTerminalPath) WithIValue(value interface{}) WatchUserRequest_FieldPathValue
- func (fp *WatchUserRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *WatchUserRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *WatchUserRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type WatchUserRequest_FieldTerminalPathArrayItemValue
- func (fpaiv *WatchUserRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *WatchUserRequest) bool
- func (fpaiv *WatchUserRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *WatchUserRequest_FieldTerminalPathArrayItemValue) GetSingle(source *WatchUserRequest) (interface{}, bool)
- func (fpaiv *WatchUserRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type WatchUserRequest_FieldTerminalPathArrayOfValues
- func (fpaov *WatchUserRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*user.User_FieldMask, bool)
- func (fpaov *WatchUserRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*user.Reference, bool)
- func (fpaov *WatchUserRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)
- func (fpaov *WatchUserRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type WatchUserRequest_FieldTerminalPathValue
- func (fpv *WatchUserRequest_FieldTerminalPathValue) AsFieldMaskValue() (*user.User_FieldMask, bool)
- func (fpv *WatchUserRequest_FieldTerminalPathValue) AsNameValue() (*user.Reference, bool)
- func (fpv *WatchUserRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)
- func (fpv *WatchUserRequest_FieldTerminalPathValue) CompareWith(source *WatchUserRequest) (int, bool)
- func (fpv *WatchUserRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *WatchUserRequest_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *WatchUserRequest_FieldTerminalPathValue) SetTo(target **WatchUserRequest)
- func (fpv *WatchUserRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type WatchUserResponse
- func (o *WatchUserResponse) Clone() *WatchUserResponse
- func (o *WatchUserResponse) CloneRaw() gotenobject.GotenObjectExt
- func (*WatchUserResponse) Descriptor() ([]byte, []int)
- func (m *WatchUserResponse) GetChange() *user.UserChange
- func (*WatchUserResponse) GotenMessage()
- func (o *WatchUserResponse) GotenObjectExt()
- func (obj *WatchUserResponse) GotenValidate() error
- func (o *WatchUserResponse) MakeDiffFieldMask(other *WatchUserResponse) *WatchUserResponse_FieldMask
- func (o *WatchUserResponse) MakeFullFieldMask() *WatchUserResponse_FieldMask
- func (o *WatchUserResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *WatchUserResponse) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *WatchUserResponse) Marshal() ([]byte, error)
- func (m *WatchUserResponse) MarshalJSON() ([]byte, error)
- func (o *WatchUserResponse) Merge(source *WatchUserResponse)
- func (o *WatchUserResponse) MergeRaw(source gotenobject.GotenObjectExt)
- func (*WatchUserResponse) ProtoMessage()
- func (m *WatchUserResponse) ProtoReflect() preflect.Message
- func (m *WatchUserResponse) Reset()
- func (m *WatchUserResponse) SetChange(fv *user.UserChange)
- func (m *WatchUserResponse) String() string
- func (m *WatchUserResponse) Unmarshal(b []byte) error
- func (m *WatchUserResponse) UnmarshalJSON(data []byte) error
- type WatchUserResponseFieldPathBuilder
- type WatchUserResponsePathSelectorChange
- func (WatchUserResponsePathSelectorChange) FieldPath() *WatchUserResponse_FieldTerminalPath
- func (s WatchUserResponsePathSelectorChange) WithArrayOfValues(values []*user.UserChange) *WatchUserResponse_FieldTerminalPathArrayOfValues
- func (s WatchUserResponsePathSelectorChange) WithValue(value *user.UserChange) *WatchUserResponse_FieldTerminalPathValue
- type WatchUserResponse_FieldMask
- func (fieldMask *WatchUserResponse_FieldMask) AppendPath(path WatchUserResponse_FieldPath)
- func (fieldMask *WatchUserResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *WatchUserResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *WatchUserResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *WatchUserResponse_FieldMask) FilterInputFields() *WatchUserResponse_FieldMask
- func (fieldMask *WatchUserResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *WatchUserResponse_FieldMask) GetPaths() []WatchUserResponse_FieldPath
- func (fieldMask *WatchUserResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *WatchUserResponse_FieldMask) IsFull() bool
- func (fieldMask WatchUserResponse_FieldMask) Marshal() ([]byte, error)
- func (fieldMask WatchUserResponse_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *WatchUserResponse_FieldMask) PathsCount() int
- func (fieldMask *WatchUserResponse_FieldMask) Project(source *WatchUserResponse) *WatchUserResponse
- func (fieldMask *WatchUserResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *WatchUserResponse_FieldMask) ProtoMessage()
- func (fieldMask *WatchUserResponse_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *WatchUserResponse_FieldMask) Reset()
- func (fieldMask *WatchUserResponse_FieldMask) Set(target, source *WatchUserResponse)
- func (fieldMask *WatchUserResponse_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *WatchUserResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *WatchUserResponse_FieldMask) Size() int
- func (fieldMask *WatchUserResponse_FieldMask) String() string
- func (fieldMask *WatchUserResponse_FieldMask) Subtract(other *WatchUserResponse_FieldMask) *WatchUserResponse_FieldMask
- func (fieldMask *WatchUserResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *WatchUserResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *WatchUserResponse_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *WatchUserResponse_FieldMask) UnmarshalJSON(data []byte) error
- type WatchUserResponse_FieldPath
- type WatchUserResponse_FieldPathArrayItemValue
- type WatchUserResponse_FieldPathArrayOfValues
- type WatchUserResponse_FieldPathSelector
- type WatchUserResponse_FieldPathValue
- type WatchUserResponse_FieldTerminalPath
- func (fp *WatchUserResponse_FieldTerminalPath) ClearValue(item *WatchUserResponse)
- func (fp *WatchUserResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *WatchUserResponse_FieldTerminalPath) Get(source *WatchUserResponse) (values []interface{})
- func (fp *WatchUserResponse_FieldTerminalPath) GetDefault() interface{}
- func (fp *WatchUserResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *WatchUserResponse_FieldTerminalPath) GetSingle(source *WatchUserResponse) (interface{}, bool)
- func (fp *WatchUserResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *WatchUserResponse_FieldTerminalPath) IsLeaf() bool
- func (fp *WatchUserResponse_FieldTerminalPath) JSONString() string
- func (fp *WatchUserResponse_FieldTerminalPath) Selector() WatchUserResponse_FieldPathSelector
- func (fp *WatchUserResponse_FieldTerminalPath) String() string
- func (fp *WatchUserResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) WatchUserResponse_FieldPathArrayItemValue
- func (fp *WatchUserResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchUserResponse_FieldPathArrayOfValues
- func (fp *WatchUserResponse_FieldTerminalPath) WithIValue(value interface{}) WatchUserResponse_FieldPathValue
- func (fp *WatchUserResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *WatchUserResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *WatchUserResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type WatchUserResponse_FieldTerminalPathArrayItemValue
- func (fpaiv *WatchUserResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *WatchUserResponse) bool
- func (fpaiv *WatchUserResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *WatchUserResponse_FieldTerminalPathArrayItemValue) GetSingle(source *WatchUserResponse) (interface{}, bool)
- func (fpaiv *WatchUserResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type WatchUserResponse_FieldTerminalPathArrayOfValues
- type WatchUserResponse_FieldTerminalPathValue
- func (fpv *WatchUserResponse_FieldTerminalPathValue) AsChangeValue() (*user.UserChange, bool)
- func (fpv *WatchUserResponse_FieldTerminalPathValue) CompareWith(source *WatchUserResponse) (int, bool)
- func (fpv *WatchUserResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *WatchUserResponse_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *WatchUserResponse_FieldTerminalPathValue) SetTo(target **WatchUserResponse)
- func (fpv *WatchUserResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type WatchUsersClientStream
- type WatchUsersRequest
- func (o *WatchUsersRequest) Clone() *WatchUsersRequest
- func (o *WatchUsersRequest) CloneRaw() gotenobject.GotenObjectExt
- func (*WatchUsersRequest) Descriptor() ([]byte, []int)
- func (m *WatchUsersRequest) GetFieldMask() *user.User_FieldMask
- func (m *WatchUsersRequest) GetFilter() *user.Filter
- func (m *WatchUsersRequest) GetMaxChunkSize() int32
- func (m *WatchUsersRequest) GetOrderBy() *user.OrderBy
- func (m *WatchUsersRequest) GetPageSize() int32
- func (m *WatchUsersRequest) GetPageToken() *user.PagerCursor
- func (m *WatchUsersRequest) GetResumeToken() string
- func (m *WatchUsersRequest) GetType() watch_type.WatchType
- func (m *WatchUsersRequest) GetView() view.View
- func (*WatchUsersRequest) GotenMessage()
- func (o *WatchUsersRequest) GotenObjectExt()
- func (obj *WatchUsersRequest) GotenValidate() error
- func (o *WatchUsersRequest) MakeDiffFieldMask(other *WatchUsersRequest) *WatchUsersRequest_FieldMask
- func (o *WatchUsersRequest) MakeFullFieldMask() *WatchUsersRequest_FieldMask
- func (o *WatchUsersRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *WatchUsersRequest) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *WatchUsersRequest) Marshal() ([]byte, error)
- func (m *WatchUsersRequest) MarshalJSON() ([]byte, error)
- func (o *WatchUsersRequest) Merge(source *WatchUsersRequest)
- func (o *WatchUsersRequest) MergeRaw(source gotenobject.GotenObjectExt)
- func (*WatchUsersRequest) ProtoMessage()
- func (m *WatchUsersRequest) ProtoReflect() preflect.Message
- func (m *WatchUsersRequest) Reset()
- func (m *WatchUsersRequest) SetFieldMask(fv *user.User_FieldMask)
- func (m *WatchUsersRequest) SetFilter(fv *user.Filter)
- func (m *WatchUsersRequest) SetMaxChunkSize(fv int32)
- func (m *WatchUsersRequest) SetOrderBy(fv *user.OrderBy)
- func (m *WatchUsersRequest) SetPageSize(fv int32)
- func (m *WatchUsersRequest) SetPageToken(fv *user.PagerCursor)
- func (m *WatchUsersRequest) SetResumeToken(fv string)
- func (m *WatchUsersRequest) SetType(fv watch_type.WatchType)
- func (m *WatchUsersRequest) SetView(fv view.View)
- func (m *WatchUsersRequest) String() string
- func (m *WatchUsersRequest) Unmarshal(b []byte) error
- func (m *WatchUsersRequest) UnmarshalJSON(data []byte) error
- type WatchUsersRequestFieldPathBuilder
- func (WatchUsersRequestFieldPathBuilder) FieldMask() WatchUsersRequestPathSelectorFieldMask
- func (WatchUsersRequestFieldPathBuilder) Filter() WatchUsersRequestPathSelectorFilter
- func (WatchUsersRequestFieldPathBuilder) MaxChunkSize() WatchUsersRequestPathSelectorMaxChunkSize
- func (WatchUsersRequestFieldPathBuilder) OrderBy() WatchUsersRequestPathSelectorOrderBy
- func (WatchUsersRequestFieldPathBuilder) PageSize() WatchUsersRequestPathSelectorPageSize
- func (WatchUsersRequestFieldPathBuilder) PageToken() WatchUsersRequestPathSelectorPageToken
- func (WatchUsersRequestFieldPathBuilder) ResumeToken() WatchUsersRequestPathSelectorResumeToken
- func (WatchUsersRequestFieldPathBuilder) Type() WatchUsersRequestPathSelectorType
- func (WatchUsersRequestFieldPathBuilder) View() WatchUsersRequestPathSelectorView
- type WatchUsersRequestPathSelectorFieldMask
- func (WatchUsersRequestPathSelectorFieldMask) FieldPath() *WatchUsersRequest_FieldTerminalPath
- func (s WatchUsersRequestPathSelectorFieldMask) WithArrayOfValues(values []*user.User_FieldMask) *WatchUsersRequest_FieldTerminalPathArrayOfValues
- func (s WatchUsersRequestPathSelectorFieldMask) WithValue(value *user.User_FieldMask) *WatchUsersRequest_FieldTerminalPathValue
- type WatchUsersRequestPathSelectorFilter
- func (WatchUsersRequestPathSelectorFilter) FieldPath() *WatchUsersRequest_FieldTerminalPath
- func (s WatchUsersRequestPathSelectorFilter) WithArrayOfValues(values []*user.Filter) *WatchUsersRequest_FieldTerminalPathArrayOfValues
- func (s WatchUsersRequestPathSelectorFilter) WithValue(value *user.Filter) *WatchUsersRequest_FieldTerminalPathValue
- type WatchUsersRequestPathSelectorMaxChunkSize
- func (WatchUsersRequestPathSelectorMaxChunkSize) FieldPath() *WatchUsersRequest_FieldTerminalPath
- func (s WatchUsersRequestPathSelectorMaxChunkSize) WithArrayOfValues(values []int32) *WatchUsersRequest_FieldTerminalPathArrayOfValues
- func (s WatchUsersRequestPathSelectorMaxChunkSize) WithValue(value int32) *WatchUsersRequest_FieldTerminalPathValue
- type WatchUsersRequestPathSelectorOrderBy
- func (WatchUsersRequestPathSelectorOrderBy) FieldPath() *WatchUsersRequest_FieldTerminalPath
- func (s WatchUsersRequestPathSelectorOrderBy) WithArrayOfValues(values []*user.OrderBy) *WatchUsersRequest_FieldTerminalPathArrayOfValues
- func (s WatchUsersRequestPathSelectorOrderBy) WithValue(value *user.OrderBy) *WatchUsersRequest_FieldTerminalPathValue
- type WatchUsersRequestPathSelectorPageSize
- func (WatchUsersRequestPathSelectorPageSize) FieldPath() *WatchUsersRequest_FieldTerminalPath
- func (s WatchUsersRequestPathSelectorPageSize) WithArrayOfValues(values []int32) *WatchUsersRequest_FieldTerminalPathArrayOfValues
- func (s WatchUsersRequestPathSelectorPageSize) WithValue(value int32) *WatchUsersRequest_FieldTerminalPathValue
- type WatchUsersRequestPathSelectorPageToken
- func (WatchUsersRequestPathSelectorPageToken) FieldPath() *WatchUsersRequest_FieldTerminalPath
- func (s WatchUsersRequestPathSelectorPageToken) WithArrayOfValues(values []*user.PagerCursor) *WatchUsersRequest_FieldTerminalPathArrayOfValues
- func (s WatchUsersRequestPathSelectorPageToken) WithValue(value *user.PagerCursor) *WatchUsersRequest_FieldTerminalPathValue
- type WatchUsersRequestPathSelectorResumeToken
- func (WatchUsersRequestPathSelectorResumeToken) FieldPath() *WatchUsersRequest_FieldTerminalPath
- func (s WatchUsersRequestPathSelectorResumeToken) WithArrayOfValues(values []string) *WatchUsersRequest_FieldTerminalPathArrayOfValues
- func (s WatchUsersRequestPathSelectorResumeToken) WithValue(value string) *WatchUsersRequest_FieldTerminalPathValue
- type WatchUsersRequestPathSelectorType
- func (WatchUsersRequestPathSelectorType) FieldPath() *WatchUsersRequest_FieldTerminalPath
- func (s WatchUsersRequestPathSelectorType) WithArrayOfValues(values []watch_type.WatchType) *WatchUsersRequest_FieldTerminalPathArrayOfValues
- func (s WatchUsersRequestPathSelectorType) WithValue(value watch_type.WatchType) *WatchUsersRequest_FieldTerminalPathValue
- type WatchUsersRequestPathSelectorView
- func (WatchUsersRequestPathSelectorView) FieldPath() *WatchUsersRequest_FieldTerminalPath
- func (s WatchUsersRequestPathSelectorView) WithArrayOfValues(values []view.View) *WatchUsersRequest_FieldTerminalPathArrayOfValues
- func (s WatchUsersRequestPathSelectorView) WithValue(value view.View) *WatchUsersRequest_FieldTerminalPathValue
- type WatchUsersRequest_FieldMask
- func (fieldMask *WatchUsersRequest_FieldMask) AppendPath(path WatchUsersRequest_FieldPath)
- func (fieldMask *WatchUsersRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *WatchUsersRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *WatchUsersRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *WatchUsersRequest_FieldMask) FilterInputFields() *WatchUsersRequest_FieldMask
- func (fieldMask *WatchUsersRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *WatchUsersRequest_FieldMask) GetPaths() []WatchUsersRequest_FieldPath
- func (fieldMask *WatchUsersRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *WatchUsersRequest_FieldMask) IsFull() bool
- func (fieldMask WatchUsersRequest_FieldMask) Marshal() ([]byte, error)
- func (fieldMask WatchUsersRequest_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *WatchUsersRequest_FieldMask) PathsCount() int
- func (fieldMask *WatchUsersRequest_FieldMask) Project(source *WatchUsersRequest) *WatchUsersRequest
- func (fieldMask *WatchUsersRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *WatchUsersRequest_FieldMask) ProtoMessage()
- func (fieldMask *WatchUsersRequest_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *WatchUsersRequest_FieldMask) Reset()
- func (fieldMask *WatchUsersRequest_FieldMask) Set(target, source *WatchUsersRequest)
- func (fieldMask *WatchUsersRequest_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *WatchUsersRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *WatchUsersRequest_FieldMask) Size() int
- func (fieldMask *WatchUsersRequest_FieldMask) String() string
- func (fieldMask *WatchUsersRequest_FieldMask) Subtract(other *WatchUsersRequest_FieldMask) *WatchUsersRequest_FieldMask
- func (fieldMask *WatchUsersRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *WatchUsersRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *WatchUsersRequest_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *WatchUsersRequest_FieldMask) UnmarshalJSON(data []byte) error
- type WatchUsersRequest_FieldPath
- type WatchUsersRequest_FieldPathArrayItemValue
- type WatchUsersRequest_FieldPathArrayOfValues
- type WatchUsersRequest_FieldPathSelector
- type WatchUsersRequest_FieldPathValue
- type WatchUsersRequest_FieldTerminalPath
- func (fp *WatchUsersRequest_FieldTerminalPath) ClearValue(item *WatchUsersRequest)
- func (fp *WatchUsersRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *WatchUsersRequest_FieldTerminalPath) Get(source *WatchUsersRequest) (values []interface{})
- func (fp *WatchUsersRequest_FieldTerminalPath) GetDefault() interface{}
- func (fp *WatchUsersRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *WatchUsersRequest_FieldTerminalPath) GetSingle(source *WatchUsersRequest) (interface{}, bool)
- func (fp *WatchUsersRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *WatchUsersRequest_FieldTerminalPath) IsLeaf() bool
- func (fp *WatchUsersRequest_FieldTerminalPath) JSONString() string
- func (fp *WatchUsersRequest_FieldTerminalPath) Selector() WatchUsersRequest_FieldPathSelector
- func (fp *WatchUsersRequest_FieldTerminalPath) String() string
- func (fp *WatchUsersRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) WatchUsersRequest_FieldPathArrayItemValue
- func (fp *WatchUsersRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchUsersRequest_FieldPathArrayOfValues
- func (fp *WatchUsersRequest_FieldTerminalPath) WithIValue(value interface{}) WatchUsersRequest_FieldPathValue
- func (fp *WatchUsersRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *WatchUsersRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *WatchUsersRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type WatchUsersRequest_FieldTerminalPathArrayItemValue
- func (fpaiv *WatchUsersRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *WatchUsersRequest) bool
- func (fpaiv *WatchUsersRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *WatchUsersRequest_FieldTerminalPathArrayItemValue) GetSingle(source *WatchUsersRequest) (interface{}, bool)
- func (fpaiv *WatchUsersRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type WatchUsersRequest_FieldTerminalPathArrayOfValues
- func (fpaov *WatchUsersRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*user.User_FieldMask, bool)
- func (fpaov *WatchUsersRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues() ([]*user.Filter, bool)
- func (fpaov *WatchUsersRequest_FieldTerminalPathArrayOfValues) AsMaxChunkSizeArrayOfValues() ([]int32, bool)
- func (fpaov *WatchUsersRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues() ([]*user.OrderBy, bool)
- func (fpaov *WatchUsersRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues() ([]int32, bool)
- func (fpaov *WatchUsersRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues() ([]*user.PagerCursor, bool)
- func (fpaov *WatchUsersRequest_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues() ([]string, bool)
- func (fpaov *WatchUsersRequest_FieldTerminalPathArrayOfValues) AsTypeArrayOfValues() ([]watch_type.WatchType, bool)
- func (fpaov *WatchUsersRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)
- func (fpaov *WatchUsersRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type WatchUsersRequest_FieldTerminalPathValue
- func (fpv *WatchUsersRequest_FieldTerminalPathValue) AsFieldMaskValue() (*user.User_FieldMask, bool)
- func (fpv *WatchUsersRequest_FieldTerminalPathValue) AsFilterValue() (*user.Filter, bool)
- func (fpv *WatchUsersRequest_FieldTerminalPathValue) AsMaxChunkSizeValue() (int32, bool)
- func (fpv *WatchUsersRequest_FieldTerminalPathValue) AsOrderByValue() (*user.OrderBy, bool)
- func (fpv *WatchUsersRequest_FieldTerminalPathValue) AsPageSizeValue() (int32, bool)
- func (fpv *WatchUsersRequest_FieldTerminalPathValue) AsPageTokenValue() (*user.PagerCursor, bool)
- func (fpv *WatchUsersRequest_FieldTerminalPathValue) AsResumeTokenValue() (string, bool)
- func (fpv *WatchUsersRequest_FieldTerminalPathValue) AsTypeValue() (watch_type.WatchType, bool)
- func (fpv *WatchUsersRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)
- func (fpv *WatchUsersRequest_FieldTerminalPathValue) CompareWith(source *WatchUsersRequest) (int, bool)
- func (fpv *WatchUsersRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *WatchUsersRequest_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *WatchUsersRequest_FieldTerminalPathValue) SetTo(target **WatchUsersRequest)
- func (fpv *WatchUsersRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type WatchUsersResponse
- func (o *WatchUsersResponse) Clone() *WatchUsersResponse
- func (o *WatchUsersResponse) CloneRaw() gotenobject.GotenObjectExt
- func (*WatchUsersResponse) Descriptor() ([]byte, []int)
- func (m *WatchUsersResponse) GetIsCurrent() bool
- func (m *WatchUsersResponse) GetIsHardReset() bool
- func (m *WatchUsersResponse) GetIsSoftReset() bool
- func (m *WatchUsersResponse) GetPageTokenChange() *WatchUsersResponse_PageTokenChange
- func (m *WatchUsersResponse) GetResumeToken() string
- func (m *WatchUsersResponse) GetSnapshotSize() int64
- func (m *WatchUsersResponse) GetUserChanges() []*user.UserChange
- func (*WatchUsersResponse) GotenMessage()
- func (o *WatchUsersResponse) GotenObjectExt()
- func (obj *WatchUsersResponse) GotenValidate() error
- func (o *WatchUsersResponse) MakeDiffFieldMask(other *WatchUsersResponse) *WatchUsersResponse_FieldMask
- func (o *WatchUsersResponse) MakeFullFieldMask() *WatchUsersResponse_FieldMask
- func (o *WatchUsersResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *WatchUsersResponse) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *WatchUsersResponse) Marshal() ([]byte, error)
- func (m *WatchUsersResponse) MarshalJSON() ([]byte, error)
- func (o *WatchUsersResponse) Merge(source *WatchUsersResponse)
- func (o *WatchUsersResponse) MergeRaw(source gotenobject.GotenObjectExt)
- func (*WatchUsersResponse) ProtoMessage()
- func (m *WatchUsersResponse) ProtoReflect() preflect.Message
- func (m *WatchUsersResponse) Reset()
- func (m *WatchUsersResponse) SetIsCurrent(fv bool)
- func (m *WatchUsersResponse) SetIsHardReset(fv bool)
- func (m *WatchUsersResponse) SetIsSoftReset(fv bool)
- func (m *WatchUsersResponse) SetPageTokenChange(fv *WatchUsersResponse_PageTokenChange)
- func (m *WatchUsersResponse) SetResumeToken(fv string)
- func (m *WatchUsersResponse) SetSnapshotSize(fv int64)
- func (m *WatchUsersResponse) SetUserChanges(fv []*user.UserChange)
- func (m *WatchUsersResponse) String() string
- func (m *WatchUsersResponse) Unmarshal(b []byte) error
- func (m *WatchUsersResponse) UnmarshalJSON(data []byte) error
- type WatchUsersResponseFieldPathBuilder
- func (WatchUsersResponseFieldPathBuilder) IsCurrent() WatchUsersResponsePathSelectorIsCurrent
- func (WatchUsersResponseFieldPathBuilder) IsHardReset() WatchUsersResponsePathSelectorIsHardReset
- func (WatchUsersResponseFieldPathBuilder) IsSoftReset() WatchUsersResponsePathSelectorIsSoftReset
- func (WatchUsersResponseFieldPathBuilder) PageTokenChange() WatchUsersResponsePathSelectorPageTokenChange
- func (WatchUsersResponseFieldPathBuilder) ResumeToken() WatchUsersResponsePathSelectorResumeToken
- func (WatchUsersResponseFieldPathBuilder) SnapshotSize() WatchUsersResponsePathSelectorSnapshotSize
- func (WatchUsersResponseFieldPathBuilder) UserChanges() WatchUsersResponsePathSelectorUserChanges
- type WatchUsersResponsePageTokenChangeFieldPathBuilder
- type WatchUsersResponsePageTokenChange_FieldPath
- func BuildWatchUsersResponsePageTokenChange_FieldPath(fp gotenobject.RawFieldPath) (WatchUsersResponsePageTokenChange_FieldPath, error)
- func MustParseWatchUsersResponsePageTokenChange_FieldPath(rawField string) WatchUsersResponsePageTokenChange_FieldPath
- func ParseWatchUsersResponsePageTokenChange_FieldPath(rawField string) (WatchUsersResponsePageTokenChange_FieldPath, error)
- type WatchUsersResponsePageTokenChange_FieldPathArrayItemValue
- func MustParseWatchUsersResponsePageTokenChange_FieldPathArrayItemValue(pathStr, valueStr string) WatchUsersResponsePageTokenChange_FieldPathArrayItemValue
- func ParseWatchUsersResponsePageTokenChange_FieldPathArrayItemValue(pathStr, valueStr string) (WatchUsersResponsePageTokenChange_FieldPathArrayItemValue, error)
- type WatchUsersResponsePageTokenChange_FieldPathArrayOfValues
- func MustParseWatchUsersResponsePageTokenChange_FieldPathArrayOfValues(pathStr, valuesStr string) WatchUsersResponsePageTokenChange_FieldPathArrayOfValues
- func ParseWatchUsersResponsePageTokenChange_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchUsersResponsePageTokenChange_FieldPathArrayOfValues, error)
- type WatchUsersResponsePageTokenChange_FieldPathSelector
- type WatchUsersResponsePageTokenChange_FieldPathValue
- type WatchUsersResponsePageTokenChange_FieldTerminalPath
- func (fp *WatchUsersResponsePageTokenChange_FieldTerminalPath) ClearValue(item *WatchUsersResponse_PageTokenChange)
- func (fp *WatchUsersResponsePageTokenChange_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *WatchUsersResponsePageTokenChange_FieldTerminalPath) Get(source *WatchUsersResponse_PageTokenChange) (values []interface{})
- func (fp *WatchUsersResponsePageTokenChange_FieldTerminalPath) GetDefault() interface{}
- func (fp *WatchUsersResponsePageTokenChange_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *WatchUsersResponsePageTokenChange_FieldTerminalPath) GetSingle(source *WatchUsersResponse_PageTokenChange) (interface{}, bool)
- func (fp *WatchUsersResponsePageTokenChange_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *WatchUsersResponsePageTokenChange_FieldTerminalPath) IsLeaf() bool
- func (fp *WatchUsersResponsePageTokenChange_FieldTerminalPath) JSONString() string
- func (fp *WatchUsersResponsePageTokenChange_FieldTerminalPath) Selector() WatchUsersResponsePageTokenChange_FieldPathSelector
- func (fp *WatchUsersResponsePageTokenChange_FieldTerminalPath) String() string
- func (fp *WatchUsersResponsePageTokenChange_FieldTerminalPath) WithIArrayItemValue(value interface{}) WatchUsersResponsePageTokenChange_FieldPathArrayItemValue
- func (fp *WatchUsersResponsePageTokenChange_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchUsersResponsePageTokenChange_FieldPathArrayOfValues
- func (fp *WatchUsersResponsePageTokenChange_FieldTerminalPath) WithIValue(value interface{}) WatchUsersResponsePageTokenChange_FieldPathValue
- func (fp *WatchUsersResponsePageTokenChange_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *WatchUsersResponsePageTokenChange_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *WatchUsersResponsePageTokenChange_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type WatchUsersResponsePageTokenChange_FieldTerminalPathArrayItemValue
- func (fpaiv *WatchUsersResponsePageTokenChange_FieldTerminalPathArrayItemValue) ContainsValue(source *WatchUsersResponse_PageTokenChange) bool
- func (fpaiv *WatchUsersResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *WatchUsersResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingle(source *WatchUsersResponse_PageTokenChange) (interface{}, bool)
- func (fpaiv *WatchUsersResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type WatchUsersResponsePageTokenChange_FieldTerminalPathArrayOfValues
- func (fpaov *WatchUsersResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues() ([]*user.PagerCursor, bool)
- func (fpaov *WatchUsersResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues() ([]*user.PagerCursor, bool)
- func (fpaov *WatchUsersResponsePageTokenChange_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type WatchUsersResponsePageTokenChange_FieldTerminalPathValue
- func (fpv *WatchUsersResponsePageTokenChange_FieldTerminalPathValue) AsNextPageTokenValue() (*user.PagerCursor, bool)
- func (fpv *WatchUsersResponsePageTokenChange_FieldTerminalPathValue) AsPrevPageTokenValue() (*user.PagerCursor, bool)
- func (fpv *WatchUsersResponsePageTokenChange_FieldTerminalPathValue) CompareWith(source *WatchUsersResponse_PageTokenChange) (int, bool)
- func (fpv *WatchUsersResponsePageTokenChange_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *WatchUsersResponsePageTokenChange_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *WatchUsersResponsePageTokenChange_FieldTerminalPathValue) SetTo(target **WatchUsersResponse_PageTokenChange)
- func (fpv *WatchUsersResponsePageTokenChange_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type WatchUsersResponsePathSelectorIsCurrent
- func (WatchUsersResponsePathSelectorIsCurrent) FieldPath() *WatchUsersResponse_FieldTerminalPath
- func (s WatchUsersResponsePathSelectorIsCurrent) WithArrayOfValues(values []bool) *WatchUsersResponse_FieldTerminalPathArrayOfValues
- func (s WatchUsersResponsePathSelectorIsCurrent) WithValue(value bool) *WatchUsersResponse_FieldTerminalPathValue
- type WatchUsersResponsePathSelectorIsHardReset
- func (WatchUsersResponsePathSelectorIsHardReset) FieldPath() *WatchUsersResponse_FieldTerminalPath
- func (s WatchUsersResponsePathSelectorIsHardReset) WithArrayOfValues(values []bool) *WatchUsersResponse_FieldTerminalPathArrayOfValues
- func (s WatchUsersResponsePathSelectorIsHardReset) WithValue(value bool) *WatchUsersResponse_FieldTerminalPathValue
- type WatchUsersResponsePathSelectorIsSoftReset
- func (WatchUsersResponsePathSelectorIsSoftReset) FieldPath() *WatchUsersResponse_FieldTerminalPath
- func (s WatchUsersResponsePathSelectorIsSoftReset) WithArrayOfValues(values []bool) *WatchUsersResponse_FieldTerminalPathArrayOfValues
- func (s WatchUsersResponsePathSelectorIsSoftReset) WithValue(value bool) *WatchUsersResponse_FieldTerminalPathValue
- type WatchUsersResponsePathSelectorPageTokenChange
- func (WatchUsersResponsePathSelectorPageTokenChange) FieldPath() *WatchUsersResponse_FieldTerminalPath
- func (WatchUsersResponsePathSelectorPageTokenChange) NextPageToken() WatchUsersResponsePathSelectorPageTokenChangeNextPageToken
- func (WatchUsersResponsePathSelectorPageTokenChange) PrevPageToken() WatchUsersResponsePathSelectorPageTokenChangePrevPageToken
- func (s WatchUsersResponsePathSelectorPageTokenChange) WithArrayOfValues(values []*WatchUsersResponse_PageTokenChange) *WatchUsersResponse_FieldTerminalPathArrayOfValues
- func (s WatchUsersResponsePathSelectorPageTokenChange) WithSubArrayItemValue(...) *WatchUsersResponse_FieldSubPathArrayItemValue
- func (s WatchUsersResponsePathSelectorPageTokenChange) WithSubArrayOfValues(subPathArrayOfValues WatchUsersResponsePageTokenChange_FieldPathArrayOfValues) *WatchUsersResponse_FieldSubPathArrayOfValues
- func (WatchUsersResponsePathSelectorPageTokenChange) WithSubPath(subPath WatchUsersResponsePageTokenChange_FieldPath) *WatchUsersResponse_FieldSubPath
- func (s WatchUsersResponsePathSelectorPageTokenChange) WithSubValue(subPathValue WatchUsersResponsePageTokenChange_FieldPathValue) *WatchUsersResponse_FieldSubPathValue
- func (s WatchUsersResponsePathSelectorPageTokenChange) WithValue(value *WatchUsersResponse_PageTokenChange) *WatchUsersResponse_FieldTerminalPathValue
- type WatchUsersResponsePathSelectorPageTokenChangeNextPageToken
- func (WatchUsersResponsePathSelectorPageTokenChangeNextPageToken) FieldPath() *WatchUsersResponse_FieldSubPath
- func (s WatchUsersResponsePathSelectorPageTokenChangeNextPageToken) WithArrayOfValues(values []*user.PagerCursor) *WatchUsersResponse_FieldSubPathArrayOfValues
- func (s WatchUsersResponsePathSelectorPageTokenChangeNextPageToken) WithValue(value *user.PagerCursor) *WatchUsersResponse_FieldSubPathValue
- type WatchUsersResponsePathSelectorPageTokenChangePrevPageToken
- func (WatchUsersResponsePathSelectorPageTokenChangePrevPageToken) FieldPath() *WatchUsersResponse_FieldSubPath
- func (s WatchUsersResponsePathSelectorPageTokenChangePrevPageToken) WithArrayOfValues(values []*user.PagerCursor) *WatchUsersResponse_FieldSubPathArrayOfValues
- func (s WatchUsersResponsePathSelectorPageTokenChangePrevPageToken) WithValue(value *user.PagerCursor) *WatchUsersResponse_FieldSubPathValue
- type WatchUsersResponsePathSelectorResumeToken
- func (WatchUsersResponsePathSelectorResumeToken) FieldPath() *WatchUsersResponse_FieldTerminalPath
- func (s WatchUsersResponsePathSelectorResumeToken) WithArrayOfValues(values []string) *WatchUsersResponse_FieldTerminalPathArrayOfValues
- func (s WatchUsersResponsePathSelectorResumeToken) WithValue(value string) *WatchUsersResponse_FieldTerminalPathValue
- type WatchUsersResponsePathSelectorSnapshotSize
- func (WatchUsersResponsePathSelectorSnapshotSize) FieldPath() *WatchUsersResponse_FieldTerminalPath
- func (s WatchUsersResponsePathSelectorSnapshotSize) WithArrayOfValues(values []int64) *WatchUsersResponse_FieldTerminalPathArrayOfValues
- func (s WatchUsersResponsePathSelectorSnapshotSize) WithValue(value int64) *WatchUsersResponse_FieldTerminalPathValue
- type WatchUsersResponsePathSelectorUserChanges
- func (WatchUsersResponsePathSelectorUserChanges) FieldPath() *WatchUsersResponse_FieldTerminalPath
- func (s WatchUsersResponsePathSelectorUserChanges) WithArrayOfValues(values [][]*user.UserChange) *WatchUsersResponse_FieldTerminalPathArrayOfValues
- func (s WatchUsersResponsePathSelectorUserChanges) WithItemValue(value *user.UserChange) *WatchUsersResponse_FieldTerminalPathArrayItemValue
- func (s WatchUsersResponsePathSelectorUserChanges) WithValue(value []*user.UserChange) *WatchUsersResponse_FieldTerminalPathValue
- type WatchUsersResponse_FieldMask
- func (fieldMask *WatchUsersResponse_FieldMask) AppendPath(path WatchUsersResponse_FieldPath)
- func (fieldMask *WatchUsersResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *WatchUsersResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *WatchUsersResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *WatchUsersResponse_FieldMask) FilterInputFields() *WatchUsersResponse_FieldMask
- func (fieldMask *WatchUsersResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *WatchUsersResponse_FieldMask) GetPaths() []WatchUsersResponse_FieldPath
- func (fieldMask *WatchUsersResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *WatchUsersResponse_FieldMask) IsFull() bool
- func (fieldMask WatchUsersResponse_FieldMask) Marshal() ([]byte, error)
- func (fieldMask WatchUsersResponse_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *WatchUsersResponse_FieldMask) PathsCount() int
- func (fieldMask *WatchUsersResponse_FieldMask) Project(source *WatchUsersResponse) *WatchUsersResponse
- func (fieldMask *WatchUsersResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *WatchUsersResponse_FieldMask) ProtoMessage()
- func (fieldMask *WatchUsersResponse_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *WatchUsersResponse_FieldMask) Reset()
- func (fieldMask *WatchUsersResponse_FieldMask) Set(target, source *WatchUsersResponse)
- func (fieldMask *WatchUsersResponse_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *WatchUsersResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *WatchUsersResponse_FieldMask) Size() int
- func (fieldMask *WatchUsersResponse_FieldMask) String() string
- func (fieldMask *WatchUsersResponse_FieldMask) Subtract(other *WatchUsersResponse_FieldMask) *WatchUsersResponse_FieldMask
- func (fieldMask *WatchUsersResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *WatchUsersResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *WatchUsersResponse_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *WatchUsersResponse_FieldMask) UnmarshalJSON(data []byte) error
- type WatchUsersResponse_FieldPath
- type WatchUsersResponse_FieldPathArrayItemValue
- type WatchUsersResponse_FieldPathArrayOfValues
- type WatchUsersResponse_FieldPathSelector
- type WatchUsersResponse_FieldPathValue
- type WatchUsersResponse_FieldSubPath
- func (fps *WatchUsersResponse_FieldSubPath) AsPageTokenChangeSubPath() (WatchUsersResponsePageTokenChange_FieldPath, bool)
- func (fps *WatchUsersResponse_FieldSubPath) ClearValue(item *WatchUsersResponse)
- func (fps *WatchUsersResponse_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *WatchUsersResponse_FieldSubPath) Get(source *WatchUsersResponse) (values []interface{})
- func (fps *WatchUsersResponse_FieldSubPath) GetDefault() interface{}
- func (fps *WatchUsersResponse_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *WatchUsersResponse_FieldSubPath) GetSingle(source *WatchUsersResponse) (interface{}, bool)
- func (fps *WatchUsersResponse_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *WatchUsersResponse_FieldSubPath) IsLeaf() bool
- func (fps *WatchUsersResponse_FieldSubPath) JSONString() string
- func (fps *WatchUsersResponse_FieldSubPath) Selector() WatchUsersResponse_FieldPathSelector
- func (fps *WatchUsersResponse_FieldSubPath) String() string
- func (fps *WatchUsersResponse_FieldSubPath) WithIArrayItemValue(value interface{}) WatchUsersResponse_FieldPathArrayItemValue
- func (fps *WatchUsersResponse_FieldSubPath) WithIArrayOfValues(values interface{}) WatchUsersResponse_FieldPathArrayOfValues
- func (fps *WatchUsersResponse_FieldSubPath) WithIValue(value interface{}) WatchUsersResponse_FieldPathValue
- func (fps *WatchUsersResponse_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *WatchUsersResponse_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *WatchUsersResponse_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type WatchUsersResponse_FieldSubPathArrayItemValue
- func (fpaivs *WatchUsersResponse_FieldSubPathArrayItemValue) AsPageTokenChangePathItemValue() (WatchUsersResponsePageTokenChange_FieldPathArrayItemValue, bool)
- func (fpaivs *WatchUsersResponse_FieldSubPathArrayItemValue) ContainsValue(source *WatchUsersResponse) bool
- func (fpaivs *WatchUsersResponse_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type WatchUsersResponse_FieldSubPathArrayOfValues
- type WatchUsersResponse_FieldSubPathValue
- func (fpvs *WatchUsersResponse_FieldSubPathValue) AsPageTokenChangePathValue() (WatchUsersResponsePageTokenChange_FieldPathValue, bool)
- func (fpvs *WatchUsersResponse_FieldSubPathValue) CompareWith(source *WatchUsersResponse) (int, bool)
- func (fpvs *WatchUsersResponse_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *WatchUsersResponse_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *WatchUsersResponse_FieldSubPathValue) SetTo(target **WatchUsersResponse)
- func (fpvs *WatchUsersResponse_FieldSubPathValue) SetToRaw(target proto.Message)
- type WatchUsersResponse_FieldTerminalPath
- func (fp *WatchUsersResponse_FieldTerminalPath) ClearValue(item *WatchUsersResponse)
- func (fp *WatchUsersResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *WatchUsersResponse_FieldTerminalPath) Get(source *WatchUsersResponse) (values []interface{})
- func (fp *WatchUsersResponse_FieldTerminalPath) GetDefault() interface{}
- func (fp *WatchUsersResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *WatchUsersResponse_FieldTerminalPath) GetSingle(source *WatchUsersResponse) (interface{}, bool)
- func (fp *WatchUsersResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *WatchUsersResponse_FieldTerminalPath) IsLeaf() bool
- func (fp *WatchUsersResponse_FieldTerminalPath) JSONString() string
- func (fp *WatchUsersResponse_FieldTerminalPath) Selector() WatchUsersResponse_FieldPathSelector
- func (fp *WatchUsersResponse_FieldTerminalPath) String() string
- func (fp *WatchUsersResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) WatchUsersResponse_FieldPathArrayItemValue
- func (fp *WatchUsersResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchUsersResponse_FieldPathArrayOfValues
- func (fp *WatchUsersResponse_FieldTerminalPath) WithIValue(value interface{}) WatchUsersResponse_FieldPathValue
- func (fp *WatchUsersResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *WatchUsersResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *WatchUsersResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type WatchUsersResponse_FieldTerminalPathArrayItemValue
- func (fpaiv *WatchUsersResponse_FieldTerminalPathArrayItemValue) AsUserChangesItemValue() (*user.UserChange, bool)
- func (fpaiv *WatchUsersResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *WatchUsersResponse) bool
- func (fpaiv *WatchUsersResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *WatchUsersResponse_FieldTerminalPathArrayItemValue) GetSingle(source *WatchUsersResponse) (interface{}, bool)
- func (fpaiv *WatchUsersResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type WatchUsersResponse_FieldTerminalPathArrayOfValues
- func (fpaov *WatchUsersResponse_FieldTerminalPathArrayOfValues) AsIsCurrentArrayOfValues() ([]bool, bool)
- func (fpaov *WatchUsersResponse_FieldTerminalPathArrayOfValues) AsIsHardResetArrayOfValues() ([]bool, bool)
- func (fpaov *WatchUsersResponse_FieldTerminalPathArrayOfValues) AsIsSoftResetArrayOfValues() ([]bool, bool)
- func (fpaov *WatchUsersResponse_FieldTerminalPathArrayOfValues) AsPageTokenChangeArrayOfValues() ([]*WatchUsersResponse_PageTokenChange, bool)
- func (fpaov *WatchUsersResponse_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues() ([]string, bool)
- func (fpaov *WatchUsersResponse_FieldTerminalPathArrayOfValues) AsSnapshotSizeArrayOfValues() ([]int64, bool)
- func (fpaov *WatchUsersResponse_FieldTerminalPathArrayOfValues) AsUserChangesArrayOfValues() ([][]*user.UserChange, bool)
- func (fpaov *WatchUsersResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type WatchUsersResponse_FieldTerminalPathValue
- func (fpv *WatchUsersResponse_FieldTerminalPathValue) AsIsCurrentValue() (bool, bool)
- func (fpv *WatchUsersResponse_FieldTerminalPathValue) AsIsHardResetValue() (bool, bool)
- func (fpv *WatchUsersResponse_FieldTerminalPathValue) AsIsSoftResetValue() (bool, bool)
- func (fpv *WatchUsersResponse_FieldTerminalPathValue) AsPageTokenChangeValue() (*WatchUsersResponse_PageTokenChange, bool)
- func (fpv *WatchUsersResponse_FieldTerminalPathValue) AsResumeTokenValue() (string, bool)
- func (fpv *WatchUsersResponse_FieldTerminalPathValue) AsSnapshotSizeValue() (int64, bool)
- func (fpv *WatchUsersResponse_FieldTerminalPathValue) AsUserChangesValue() ([]*user.UserChange, bool)
- func (fpv *WatchUsersResponse_FieldTerminalPathValue) CompareWith(source *WatchUsersResponse) (int, bool)
- func (fpv *WatchUsersResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *WatchUsersResponse_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *WatchUsersResponse_FieldTerminalPathValue) SetTo(target **WatchUsersResponse)
- func (fpv *WatchUsersResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type WatchUsersResponse_PageTokenChange
- func (o *WatchUsersResponse_PageTokenChange) Clone() *WatchUsersResponse_PageTokenChange
- func (o *WatchUsersResponse_PageTokenChange) CloneRaw() gotenobject.GotenObjectExt
- func (*WatchUsersResponse_PageTokenChange) Descriptor() ([]byte, []int)
- func (m *WatchUsersResponse_PageTokenChange) GetNextPageToken() *user.PagerCursor
- func (m *WatchUsersResponse_PageTokenChange) GetPrevPageToken() *user.PagerCursor
- func (*WatchUsersResponse_PageTokenChange) GotenMessage()
- func (o *WatchUsersResponse_PageTokenChange) GotenObjectExt()
- func (obj *WatchUsersResponse_PageTokenChange) GotenValidate() error
- func (o *WatchUsersResponse_PageTokenChange) MakeDiffFieldMask(other *WatchUsersResponse_PageTokenChange) *WatchUsersResponse_PageTokenChange_FieldMask
- func (o *WatchUsersResponse_PageTokenChange) MakeFullFieldMask() *WatchUsersResponse_PageTokenChange_FieldMask
- func (o *WatchUsersResponse_PageTokenChange) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *WatchUsersResponse_PageTokenChange) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *WatchUsersResponse_PageTokenChange) Marshal() ([]byte, error)
- func (m *WatchUsersResponse_PageTokenChange) MarshalJSON() ([]byte, error)
- func (o *WatchUsersResponse_PageTokenChange) Merge(source *WatchUsersResponse_PageTokenChange)
- func (o *WatchUsersResponse_PageTokenChange) MergeRaw(source gotenobject.GotenObjectExt)
- func (*WatchUsersResponse_PageTokenChange) ProtoMessage()
- func (m *WatchUsersResponse_PageTokenChange) ProtoReflect() preflect.Message
- func (m *WatchUsersResponse_PageTokenChange) Reset()
- func (m *WatchUsersResponse_PageTokenChange) SetNextPageToken(fv *user.PagerCursor)
- func (m *WatchUsersResponse_PageTokenChange) SetPrevPageToken(fv *user.PagerCursor)
- func (m *WatchUsersResponse_PageTokenChange) String() string
- func (m *WatchUsersResponse_PageTokenChange) Unmarshal(b []byte) error
- func (m *WatchUsersResponse_PageTokenChange) UnmarshalJSON(data []byte) error
- type WatchUsersResponse_PageTokenChangePathSelectorNextPageToken
- func (WatchUsersResponse_PageTokenChangePathSelectorNextPageToken) FieldPath() *WatchUsersResponsePageTokenChange_FieldTerminalPath
- func (s WatchUsersResponse_PageTokenChangePathSelectorNextPageToken) WithArrayOfValues(values []*user.PagerCursor) *WatchUsersResponsePageTokenChange_FieldTerminalPathArrayOfValues
- func (s WatchUsersResponse_PageTokenChangePathSelectorNextPageToken) WithValue(value *user.PagerCursor) *WatchUsersResponsePageTokenChange_FieldTerminalPathValue
- type WatchUsersResponse_PageTokenChangePathSelectorPrevPageToken
- func (WatchUsersResponse_PageTokenChangePathSelectorPrevPageToken) FieldPath() *WatchUsersResponsePageTokenChange_FieldTerminalPath
- func (s WatchUsersResponse_PageTokenChangePathSelectorPrevPageToken) WithArrayOfValues(values []*user.PagerCursor) *WatchUsersResponsePageTokenChange_FieldTerminalPathArrayOfValues
- func (s WatchUsersResponse_PageTokenChangePathSelectorPrevPageToken) WithValue(value *user.PagerCursor) *WatchUsersResponsePageTokenChange_FieldTerminalPathValue
- type WatchUsersResponse_PageTokenChange_FieldMask
- func (fieldMask *WatchUsersResponse_PageTokenChange_FieldMask) AppendPath(path WatchUsersResponsePageTokenChange_FieldPath)
- func (fieldMask *WatchUsersResponse_PageTokenChange_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *WatchUsersResponse_PageTokenChange_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *WatchUsersResponse_PageTokenChange_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *WatchUsersResponse_PageTokenChange_FieldMask) FilterInputFields() *WatchUsersResponse_PageTokenChange_FieldMask
- func (fieldMask *WatchUsersResponse_PageTokenChange_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *WatchUsersResponse_PageTokenChange_FieldMask) GetPaths() []WatchUsersResponsePageTokenChange_FieldPath
- func (fieldMask *WatchUsersResponse_PageTokenChange_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *WatchUsersResponse_PageTokenChange_FieldMask) IsFull() bool
- func (fieldMask WatchUsersResponse_PageTokenChange_FieldMask) Marshal() ([]byte, error)
- func (fieldMask WatchUsersResponse_PageTokenChange_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *WatchUsersResponse_PageTokenChange_FieldMask) PathsCount() int
- func (fieldMask *WatchUsersResponse_PageTokenChange_FieldMask) Project(source *WatchUsersResponse_PageTokenChange) *WatchUsersResponse_PageTokenChange
- func (fieldMask *WatchUsersResponse_PageTokenChange_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *WatchUsersResponse_PageTokenChange_FieldMask) ProtoMessage()
- func (fieldMask *WatchUsersResponse_PageTokenChange_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *WatchUsersResponse_PageTokenChange_FieldMask) Reset()
- func (fieldMask *WatchUsersResponse_PageTokenChange_FieldMask) Set(target, source *WatchUsersResponse_PageTokenChange)
- func (fieldMask *WatchUsersResponse_PageTokenChange_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *WatchUsersResponse_PageTokenChange_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *WatchUsersResponse_PageTokenChange_FieldMask) Size() int
- func (fieldMask *WatchUsersResponse_PageTokenChange_FieldMask) String() string
- func (fieldMask *WatchUsersResponse_PageTokenChange_FieldMask) Subtract(other *WatchUsersResponse_PageTokenChange_FieldMask) *WatchUsersResponse_PageTokenChange_FieldMask
- func (fieldMask *WatchUsersResponse_PageTokenChange_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *WatchUsersResponse_PageTokenChange_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *WatchUsersResponse_PageTokenChange_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *WatchUsersResponse_PageTokenChange_FieldMask) UnmarshalJSON(data []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BatchGetUsersByEmailRequest ¶
type BatchGetUsersByEmailRequest struct { // Emails of users Emails []string `protobuf:"bytes,2,rep,name=emails,proto3" json:"emails,omitempty" firestore:"emails"` // A list of extra fields to be obtained for each response item on top of // fields defined by request field view FieldMask *user.User_FieldMask `` /* 136-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"` // If true, server will skip checking if query result is present in it's cache SkipCache bool `protobuf:"varint,5,opt,name=skip_cache,json=skipCache,proto3" json:"skip_cache,omitempty" firestore:"skipCache"` // contains filtered or unexported fields }
Request message for method [BatchGetUsersByEmail][ntt.iam.v1alpha.BatchGetUsersByEmail]
func (*BatchGetUsersByEmailRequest) Clone ¶
func (o *BatchGetUsersByEmailRequest) Clone() *BatchGetUsersByEmailRequest
func (*BatchGetUsersByEmailRequest) CloneRaw ¶
func (o *BatchGetUsersByEmailRequest) CloneRaw() gotenobject.GotenObjectExt
func (*BatchGetUsersByEmailRequest) Descriptor ¶
func (*BatchGetUsersByEmailRequest) Descriptor() ([]byte, []int)
Deprecated, Use BatchGetUsersByEmailRequest.ProtoReflect.Descriptor instead.
func (*BatchGetUsersByEmailRequest) GetEmails ¶
func (m *BatchGetUsersByEmailRequest) GetEmails() []string
func (*BatchGetUsersByEmailRequest) GetFieldMask ¶
func (m *BatchGetUsersByEmailRequest) GetFieldMask() *user.User_FieldMask
func (*BatchGetUsersByEmailRequest) GetSkipCache ¶
func (m *BatchGetUsersByEmailRequest) GetSkipCache() bool
func (*BatchGetUsersByEmailRequest) GetView ¶
func (m *BatchGetUsersByEmailRequest) GetView() view.View
func (*BatchGetUsersByEmailRequest) GotenMessage ¶
func (*BatchGetUsersByEmailRequest) GotenMessage()
func (*BatchGetUsersByEmailRequest) GotenObjectExt ¶
func (o *BatchGetUsersByEmailRequest) GotenObjectExt()
func (*BatchGetUsersByEmailRequest) GotenValidate ¶
func (obj *BatchGetUsersByEmailRequest) GotenValidate() error
func (*BatchGetUsersByEmailRequest) MakeDiffFieldMask ¶
func (o *BatchGetUsersByEmailRequest) MakeDiffFieldMask(other *BatchGetUsersByEmailRequest) *BatchGetUsersByEmailRequest_FieldMask
func (*BatchGetUsersByEmailRequest) MakeFullFieldMask ¶
func (o *BatchGetUsersByEmailRequest) MakeFullFieldMask() *BatchGetUsersByEmailRequest_FieldMask
func (*BatchGetUsersByEmailRequest) MakeRawDiffFieldMask ¶
func (o *BatchGetUsersByEmailRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*BatchGetUsersByEmailRequest) MakeRawFullFieldMask ¶
func (o *BatchGetUsersByEmailRequest) MakeRawFullFieldMask() gotenobject.FieldMask
func (*BatchGetUsersByEmailRequest) Marshal ¶
func (m *BatchGetUsersByEmailRequest) Marshal() ([]byte, error)
func (*BatchGetUsersByEmailRequest) MarshalJSON ¶
func (m *BatchGetUsersByEmailRequest) MarshalJSON() ([]byte, error)
func (*BatchGetUsersByEmailRequest) Merge ¶
func (o *BatchGetUsersByEmailRequest) Merge(source *BatchGetUsersByEmailRequest)
func (*BatchGetUsersByEmailRequest) MergeRaw ¶
func (o *BatchGetUsersByEmailRequest) MergeRaw(source gotenobject.GotenObjectExt)
func (*BatchGetUsersByEmailRequest) ProtoMessage ¶
func (*BatchGetUsersByEmailRequest) ProtoMessage()
func (*BatchGetUsersByEmailRequest) ProtoReflect ¶
func (m *BatchGetUsersByEmailRequest) ProtoReflect() preflect.Message
func (*BatchGetUsersByEmailRequest) Reset ¶
func (m *BatchGetUsersByEmailRequest) Reset()
func (*BatchGetUsersByEmailRequest) SetEmails ¶
func (m *BatchGetUsersByEmailRequest) SetEmails(fv []string)
func (*BatchGetUsersByEmailRequest) SetFieldMask ¶
func (m *BatchGetUsersByEmailRequest) SetFieldMask(fv *user.User_FieldMask)
func (*BatchGetUsersByEmailRequest) SetSkipCache ¶
func (m *BatchGetUsersByEmailRequest) SetSkipCache(fv bool)
func (*BatchGetUsersByEmailRequest) SetView ¶
func (m *BatchGetUsersByEmailRequest) SetView(fv view.View)
func (*BatchGetUsersByEmailRequest) String ¶
func (m *BatchGetUsersByEmailRequest) String() string
func (*BatchGetUsersByEmailRequest) Unmarshal ¶
func (m *BatchGetUsersByEmailRequest) Unmarshal(b []byte) error
func (*BatchGetUsersByEmailRequest) UnmarshalJSON ¶
func (m *BatchGetUsersByEmailRequest) UnmarshalJSON(data []byte) error
type BatchGetUsersByEmailRequestFieldPathBuilder ¶
type BatchGetUsersByEmailRequestFieldPathBuilder struct{}
func NewBatchGetUsersByEmailRequestFieldPathBuilder ¶
func NewBatchGetUsersByEmailRequestFieldPathBuilder() BatchGetUsersByEmailRequestFieldPathBuilder
type BatchGetUsersByEmailRequestPathSelectorEmails ¶
type BatchGetUsersByEmailRequestPathSelectorEmails struct{}
func (BatchGetUsersByEmailRequestPathSelectorEmails) WithArrayOfValues ¶
func (s BatchGetUsersByEmailRequestPathSelectorEmails) WithArrayOfValues(values [][]string) *BatchGetUsersByEmailRequest_FieldTerminalPathArrayOfValues
func (BatchGetUsersByEmailRequestPathSelectorEmails) WithItemValue ¶
func (s BatchGetUsersByEmailRequestPathSelectorEmails) WithItemValue(value string) *BatchGetUsersByEmailRequest_FieldTerminalPathArrayItemValue
func (BatchGetUsersByEmailRequestPathSelectorEmails) WithValue ¶
func (s BatchGetUsersByEmailRequestPathSelectorEmails) WithValue(value []string) *BatchGetUsersByEmailRequest_FieldTerminalPathValue
type BatchGetUsersByEmailRequestPathSelectorFieldMask ¶
type BatchGetUsersByEmailRequestPathSelectorFieldMask struct{}
func (BatchGetUsersByEmailRequestPathSelectorFieldMask) WithArrayOfValues ¶
func (s BatchGetUsersByEmailRequestPathSelectorFieldMask) WithArrayOfValues(values []*user.User_FieldMask) *BatchGetUsersByEmailRequest_FieldTerminalPathArrayOfValues
func (BatchGetUsersByEmailRequestPathSelectorFieldMask) WithValue ¶
func (s BatchGetUsersByEmailRequestPathSelectorFieldMask) WithValue(value *user.User_FieldMask) *BatchGetUsersByEmailRequest_FieldTerminalPathValue
type BatchGetUsersByEmailRequestPathSelectorSkipCache ¶
type BatchGetUsersByEmailRequestPathSelectorSkipCache struct{}
func (BatchGetUsersByEmailRequestPathSelectorSkipCache) WithArrayOfValues ¶
func (s BatchGetUsersByEmailRequestPathSelectorSkipCache) WithArrayOfValues(values []bool) *BatchGetUsersByEmailRequest_FieldTerminalPathArrayOfValues
func (BatchGetUsersByEmailRequestPathSelectorSkipCache) WithValue ¶
func (s BatchGetUsersByEmailRequestPathSelectorSkipCache) WithValue(value bool) *BatchGetUsersByEmailRequest_FieldTerminalPathValue
type BatchGetUsersByEmailRequestPathSelectorView ¶
type BatchGetUsersByEmailRequestPathSelectorView struct{}
func (BatchGetUsersByEmailRequestPathSelectorView) WithArrayOfValues ¶
func (s BatchGetUsersByEmailRequestPathSelectorView) WithArrayOfValues(values []view.View) *BatchGetUsersByEmailRequest_FieldTerminalPathArrayOfValues
func (BatchGetUsersByEmailRequestPathSelectorView) WithValue ¶
func (s BatchGetUsersByEmailRequestPathSelectorView) WithValue(value view.View) *BatchGetUsersByEmailRequest_FieldTerminalPathValue
type BatchGetUsersByEmailRequest_FieldMask ¶
type BatchGetUsersByEmailRequest_FieldMask struct {
Paths []BatchGetUsersByEmailRequest_FieldPath
}
func FullBatchGetUsersByEmailRequest_FieldMask ¶
func FullBatchGetUsersByEmailRequest_FieldMask() *BatchGetUsersByEmailRequest_FieldMask
func (*BatchGetUsersByEmailRequest_FieldMask) AppendPath ¶
func (fieldMask *BatchGetUsersByEmailRequest_FieldMask) AppendPath(path BatchGetUsersByEmailRequest_FieldPath)
func (*BatchGetUsersByEmailRequest_FieldMask) AppendRawPath ¶
func (fieldMask *BatchGetUsersByEmailRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*BatchGetUsersByEmailRequest_FieldMask) DecodeFirestore ¶
func (fieldMask *BatchGetUsersByEmailRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*BatchGetUsersByEmailRequest_FieldMask) EncodeFirestore ¶
func (fieldMask *BatchGetUsersByEmailRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*BatchGetUsersByEmailRequest_FieldMask) FilterInputFields ¶
func (fieldMask *BatchGetUsersByEmailRequest_FieldMask) FilterInputFields() *BatchGetUsersByEmailRequest_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*BatchGetUsersByEmailRequest_FieldMask) FromProtoFieldMask ¶
func (fieldMask *BatchGetUsersByEmailRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*BatchGetUsersByEmailRequest_FieldMask) GetPaths ¶
func (fieldMask *BatchGetUsersByEmailRequest_FieldMask) GetPaths() []BatchGetUsersByEmailRequest_FieldPath
func (*BatchGetUsersByEmailRequest_FieldMask) GetRawPaths ¶
func (fieldMask *BatchGetUsersByEmailRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*BatchGetUsersByEmailRequest_FieldMask) IsFull ¶
func (fieldMask *BatchGetUsersByEmailRequest_FieldMask) IsFull() bool
func (BatchGetUsersByEmailRequest_FieldMask) Marshal ¶
func (fieldMask BatchGetUsersByEmailRequest_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (BatchGetUsersByEmailRequest_FieldMask) MarshalJSON ¶
func (fieldMask BatchGetUsersByEmailRequest_FieldMask) MarshalJSON() ([]byte, error)
func (*BatchGetUsersByEmailRequest_FieldMask) PathsCount ¶
func (fieldMask *BatchGetUsersByEmailRequest_FieldMask) PathsCount() int
func (*BatchGetUsersByEmailRequest_FieldMask) Project ¶
func (fieldMask *BatchGetUsersByEmailRequest_FieldMask) Project(source *BatchGetUsersByEmailRequest) *BatchGetUsersByEmailRequest
func (*BatchGetUsersByEmailRequest_FieldMask) ProjectRaw ¶
func (fieldMask *BatchGetUsersByEmailRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*BatchGetUsersByEmailRequest_FieldMask) ProtoMessage ¶
func (fieldMask *BatchGetUsersByEmailRequest_FieldMask) ProtoMessage()
func (*BatchGetUsersByEmailRequest_FieldMask) ProtoReflect ¶
func (fieldMask *BatchGetUsersByEmailRequest_FieldMask) ProtoReflect() preflect.Message
func (*BatchGetUsersByEmailRequest_FieldMask) Reset ¶
func (fieldMask *BatchGetUsersByEmailRequest_FieldMask) Reset()
func (*BatchGetUsersByEmailRequest_FieldMask) Set ¶
func (fieldMask *BatchGetUsersByEmailRequest_FieldMask) Set(target, source *BatchGetUsersByEmailRequest)
func (*BatchGetUsersByEmailRequest_FieldMask) SetFromCliFlag ¶
func (fieldMask *BatchGetUsersByEmailRequest_FieldMask) SetFromCliFlag(raw string) error
func (*BatchGetUsersByEmailRequest_FieldMask) SetRaw ¶
func (fieldMask *BatchGetUsersByEmailRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*BatchGetUsersByEmailRequest_FieldMask) Size ¶
func (fieldMask *BatchGetUsersByEmailRequest_FieldMask) Size() int
func (*BatchGetUsersByEmailRequest_FieldMask) String ¶
func (fieldMask *BatchGetUsersByEmailRequest_FieldMask) String() string
func (*BatchGetUsersByEmailRequest_FieldMask) Subtract ¶
func (fieldMask *BatchGetUsersByEmailRequest_FieldMask) Subtract(other *BatchGetUsersByEmailRequest_FieldMask) *BatchGetUsersByEmailRequest_FieldMask
func (*BatchGetUsersByEmailRequest_FieldMask) SubtractRaw ¶
func (fieldMask *BatchGetUsersByEmailRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*BatchGetUsersByEmailRequest_FieldMask) ToProtoFieldMask ¶
func (fieldMask *BatchGetUsersByEmailRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*BatchGetUsersByEmailRequest_FieldMask) Unmarshal ¶
func (fieldMask *BatchGetUsersByEmailRequest_FieldMask) Unmarshal(data []byte) error
func (*BatchGetUsersByEmailRequest_FieldMask) UnmarshalJSON ¶
func (fieldMask *BatchGetUsersByEmailRequest_FieldMask) UnmarshalJSON(data []byte) error
type BatchGetUsersByEmailRequest_FieldPath ¶
type BatchGetUsersByEmailRequest_FieldPath interface { gotenobject.FieldPath Selector() BatchGetUsersByEmailRequest_FieldPathSelector Get(source *BatchGetUsersByEmailRequest) []interface{} GetSingle(source *BatchGetUsersByEmailRequest) (interface{}, bool) ClearValue(item *BatchGetUsersByEmailRequest) // Those methods build corresponding BatchGetUsersByEmailRequest_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) BatchGetUsersByEmailRequest_FieldPathValue WithIArrayOfValues(values interface{}) BatchGetUsersByEmailRequest_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) BatchGetUsersByEmailRequest_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildBatchGetUsersByEmailRequest_FieldPath ¶
func BuildBatchGetUsersByEmailRequest_FieldPath(fp gotenobject.RawFieldPath) (BatchGetUsersByEmailRequest_FieldPath, error)
func MustParseBatchGetUsersByEmailRequest_FieldPath ¶
func MustParseBatchGetUsersByEmailRequest_FieldPath(rawField string) BatchGetUsersByEmailRequest_FieldPath
func ParseBatchGetUsersByEmailRequest_FieldPath ¶
func ParseBatchGetUsersByEmailRequest_FieldPath(rawField string) (BatchGetUsersByEmailRequest_FieldPath, error)
type BatchGetUsersByEmailRequest_FieldPathArrayItemValue ¶
type BatchGetUsersByEmailRequest_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue BatchGetUsersByEmailRequest_FieldPath ContainsValue(*BatchGetUsersByEmailRequest) bool }
BatchGetUsersByEmailRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for BatchGetUsersByEmailRequest according to their type Present only for array (repeated) types.
func MustParseBatchGetUsersByEmailRequest_FieldPathArrayItemValue ¶
func MustParseBatchGetUsersByEmailRequest_FieldPathArrayItemValue(pathStr, valueStr string) BatchGetUsersByEmailRequest_FieldPathArrayItemValue
func ParseBatchGetUsersByEmailRequest_FieldPathArrayItemValue ¶
func ParseBatchGetUsersByEmailRequest_FieldPathArrayItemValue(pathStr, valueStr string) (BatchGetUsersByEmailRequest_FieldPathArrayItemValue, error)
ParseBatchGetUsersByEmailRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type BatchGetUsersByEmailRequest_FieldPathArrayOfValues ¶
type BatchGetUsersByEmailRequest_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues BatchGetUsersByEmailRequest_FieldPath }
BatchGetUsersByEmailRequest_FieldPathArrayOfValues allows storing slice of values for BatchGetUsersByEmailRequest fields according to their type
func MustParseBatchGetUsersByEmailRequest_FieldPathArrayOfValues ¶
func MustParseBatchGetUsersByEmailRequest_FieldPathArrayOfValues(pathStr, valuesStr string) BatchGetUsersByEmailRequest_FieldPathArrayOfValues
func ParseBatchGetUsersByEmailRequest_FieldPathArrayOfValues ¶
func ParseBatchGetUsersByEmailRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (BatchGetUsersByEmailRequest_FieldPathArrayOfValues, error)
type BatchGetUsersByEmailRequest_FieldPathSelector ¶
type BatchGetUsersByEmailRequest_FieldPathSelector int32
const ( BatchGetUsersByEmailRequest_FieldPathSelectorEmails BatchGetUsersByEmailRequest_FieldPathSelector = 0 BatchGetUsersByEmailRequest_FieldPathSelectorFieldMask BatchGetUsersByEmailRequest_FieldPathSelector = 1 BatchGetUsersByEmailRequest_FieldPathSelectorView BatchGetUsersByEmailRequest_FieldPathSelector = 2 BatchGetUsersByEmailRequest_FieldPathSelectorSkipCache BatchGetUsersByEmailRequest_FieldPathSelector = 3 )
func (BatchGetUsersByEmailRequest_FieldPathSelector) String ¶
func (s BatchGetUsersByEmailRequest_FieldPathSelector) String() string
type BatchGetUsersByEmailRequest_FieldPathValue ¶
type BatchGetUsersByEmailRequest_FieldPathValue interface { BatchGetUsersByEmailRequest_FieldPath gotenobject.FieldPathValue SetTo(target **BatchGetUsersByEmailRequest) CompareWith(*BatchGetUsersByEmailRequest) (cmp int, comparable bool) }
BatchGetUsersByEmailRequest_FieldPathValue allows storing values for BatchGetUsersByEmailRequest fields according to their type
func MustParseBatchGetUsersByEmailRequest_FieldPathValue ¶
func MustParseBatchGetUsersByEmailRequest_FieldPathValue(pathStr, valueStr string) BatchGetUsersByEmailRequest_FieldPathValue
func ParseBatchGetUsersByEmailRequest_FieldPathValue ¶
func ParseBatchGetUsersByEmailRequest_FieldPathValue(pathStr, valueStr string) (BatchGetUsersByEmailRequest_FieldPathValue, error)
type BatchGetUsersByEmailRequest_FieldTerminalPath ¶
type BatchGetUsersByEmailRequest_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*BatchGetUsersByEmailRequest_FieldTerminalPath) ClearValue ¶
func (fp *BatchGetUsersByEmailRequest_FieldTerminalPath) ClearValue(item *BatchGetUsersByEmailRequest)
func (*BatchGetUsersByEmailRequest_FieldTerminalPath) ClearValueRaw ¶
func (fp *BatchGetUsersByEmailRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*BatchGetUsersByEmailRequest_FieldTerminalPath) Get ¶
func (fp *BatchGetUsersByEmailRequest_FieldTerminalPath) Get(source *BatchGetUsersByEmailRequest) (values []interface{})
Get returns all values pointed by specific field from source BatchGetUsersByEmailRequest
func (*BatchGetUsersByEmailRequest_FieldTerminalPath) GetDefault ¶
func (fp *BatchGetUsersByEmailRequest_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*BatchGetUsersByEmailRequest_FieldTerminalPath) GetRaw ¶
func (fp *BatchGetUsersByEmailRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*BatchGetUsersByEmailRequest_FieldTerminalPath) GetSingle ¶
func (fp *BatchGetUsersByEmailRequest_FieldTerminalPath) GetSingle(source *BatchGetUsersByEmailRequest) (interface{}, bool)
GetSingle returns value pointed by specific field of from source BatchGetUsersByEmailRequest
func (*BatchGetUsersByEmailRequest_FieldTerminalPath) GetSingleRaw ¶
func (fp *BatchGetUsersByEmailRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*BatchGetUsersByEmailRequest_FieldTerminalPath) IsLeaf ¶
func (fp *BatchGetUsersByEmailRequest_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*BatchGetUsersByEmailRequest_FieldTerminalPath) JSONString ¶
func (fp *BatchGetUsersByEmailRequest_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*BatchGetUsersByEmailRequest_FieldTerminalPath) Selector ¶
func (fp *BatchGetUsersByEmailRequest_FieldTerminalPath) Selector() BatchGetUsersByEmailRequest_FieldPathSelector
func (*BatchGetUsersByEmailRequest_FieldTerminalPath) String ¶
func (fp *BatchGetUsersByEmailRequest_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*BatchGetUsersByEmailRequest_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *BatchGetUsersByEmailRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) BatchGetUsersByEmailRequest_FieldPathArrayItemValue
func (*BatchGetUsersByEmailRequest_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *BatchGetUsersByEmailRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) BatchGetUsersByEmailRequest_FieldPathArrayOfValues
func (*BatchGetUsersByEmailRequest_FieldTerminalPath) WithIValue ¶
func (fp *BatchGetUsersByEmailRequest_FieldTerminalPath) WithIValue(value interface{}) BatchGetUsersByEmailRequest_FieldPathValue
func (*BatchGetUsersByEmailRequest_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *BatchGetUsersByEmailRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*BatchGetUsersByEmailRequest_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *BatchGetUsersByEmailRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*BatchGetUsersByEmailRequest_FieldTerminalPath) WithRawIValue ¶
func (fp *BatchGetUsersByEmailRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type BatchGetUsersByEmailRequest_FieldTerminalPathArrayItemValue ¶
type BatchGetUsersByEmailRequest_FieldTerminalPathArrayItemValue struct { BatchGetUsersByEmailRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*BatchGetUsersByEmailRequest_FieldTerminalPathArrayItemValue) AsEmailsItemValue ¶
func (fpaiv *BatchGetUsersByEmailRequest_FieldTerminalPathArrayItemValue) AsEmailsItemValue() (string, bool)
func (*BatchGetUsersByEmailRequest_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *BatchGetUsersByEmailRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *BatchGetUsersByEmailRequest) bool
Contains returns a boolean indicating if value that is being held is present in given 'BatchGetUsersByEmailRequest'
func (*BatchGetUsersByEmailRequest_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *BatchGetUsersByEmailRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object BatchGetUsersByEmailRequest as interface{}
func (*BatchGetUsersByEmailRequest_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *BatchGetUsersByEmailRequest_FieldTerminalPathArrayItemValue) GetSingle(source *BatchGetUsersByEmailRequest) (interface{}, bool)
func (*BatchGetUsersByEmailRequest_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *BatchGetUsersByEmailRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type BatchGetUsersByEmailRequest_FieldTerminalPathArrayOfValues ¶
type BatchGetUsersByEmailRequest_FieldTerminalPathArrayOfValues struct { BatchGetUsersByEmailRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*BatchGetUsersByEmailRequest_FieldTerminalPathArrayOfValues) AsEmailsArrayOfValues ¶
func (fpaov *BatchGetUsersByEmailRequest_FieldTerminalPathArrayOfValues) AsEmailsArrayOfValues() ([][]string, bool)
func (*BatchGetUsersByEmailRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues ¶
func (fpaov *BatchGetUsersByEmailRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*user.User_FieldMask, bool)
func (*BatchGetUsersByEmailRequest_FieldTerminalPathArrayOfValues) AsSkipCacheArrayOfValues ¶
func (fpaov *BatchGetUsersByEmailRequest_FieldTerminalPathArrayOfValues) AsSkipCacheArrayOfValues() ([]bool, bool)
func (*BatchGetUsersByEmailRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues ¶
func (fpaov *BatchGetUsersByEmailRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)
func (*BatchGetUsersByEmailRequest_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *BatchGetUsersByEmailRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type BatchGetUsersByEmailRequest_FieldTerminalPathValue ¶
type BatchGetUsersByEmailRequest_FieldTerminalPathValue struct { BatchGetUsersByEmailRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*BatchGetUsersByEmailRequest_FieldTerminalPathValue) AsEmailsValue ¶
func (fpv *BatchGetUsersByEmailRequest_FieldTerminalPathValue) AsEmailsValue() ([]string, bool)
func (*BatchGetUsersByEmailRequest_FieldTerminalPathValue) AsFieldMaskValue ¶
func (fpv *BatchGetUsersByEmailRequest_FieldTerminalPathValue) AsFieldMaskValue() (*user.User_FieldMask, bool)
func (*BatchGetUsersByEmailRequest_FieldTerminalPathValue) AsSkipCacheValue ¶
func (fpv *BatchGetUsersByEmailRequest_FieldTerminalPathValue) AsSkipCacheValue() (bool, bool)
func (*BatchGetUsersByEmailRequest_FieldTerminalPathValue) AsViewValue ¶
func (fpv *BatchGetUsersByEmailRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)
func (*BatchGetUsersByEmailRequest_FieldTerminalPathValue) CompareWith ¶
func (fpv *BatchGetUsersByEmailRequest_FieldTerminalPathValue) CompareWith(source *BatchGetUsersByEmailRequest) (int, bool)
CompareWith compares value in the 'BatchGetUsersByEmailRequest_FieldTerminalPathValue' with the value under path in 'BatchGetUsersByEmailRequest'.
func (*BatchGetUsersByEmailRequest_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *BatchGetUsersByEmailRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*BatchGetUsersByEmailRequest_FieldTerminalPathValue) GetRawValue ¶
func (fpv *BatchGetUsersByEmailRequest_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'BatchGetUsersByEmailRequest' as interface{}
func (*BatchGetUsersByEmailRequest_FieldTerminalPathValue) SetTo ¶
func (fpv *BatchGetUsersByEmailRequest_FieldTerminalPathValue) SetTo(target **BatchGetUsersByEmailRequest)
SetTo stores value for selected field for object BatchGetUsersByEmailRequest
func (*BatchGetUsersByEmailRequest_FieldTerminalPathValue) SetToRaw ¶
func (fpv *BatchGetUsersByEmailRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
type BatchGetUsersByEmailResponse ¶
type BatchGetUsersByEmailResponse struct { // found Users Users []*user.User `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty" firestore:"users"` // list of not found user emails Missing []string `protobuf:"bytes,2,rep,name=missing,proto3" json:"missing,omitempty" firestore:"missing"` // contains filtered or unexported fields }
Response message for method [BatchGetUsersByEmail][ntt.iam.v1alpha.BatchGetUsersByEmail]
func (*BatchGetUsersByEmailResponse) Clone ¶
func (o *BatchGetUsersByEmailResponse) Clone() *BatchGetUsersByEmailResponse
func (*BatchGetUsersByEmailResponse) CloneRaw ¶
func (o *BatchGetUsersByEmailResponse) CloneRaw() gotenobject.GotenObjectExt
func (*BatchGetUsersByEmailResponse) Descriptor ¶
func (*BatchGetUsersByEmailResponse) Descriptor() ([]byte, []int)
Deprecated, Use BatchGetUsersByEmailResponse.ProtoReflect.Descriptor instead.
func (*BatchGetUsersByEmailResponse) GetMissing ¶
func (m *BatchGetUsersByEmailResponse) GetMissing() []string
func (*BatchGetUsersByEmailResponse) GetUsers ¶
func (m *BatchGetUsersByEmailResponse) GetUsers() []*user.User
func (*BatchGetUsersByEmailResponse) GotenMessage ¶
func (*BatchGetUsersByEmailResponse) GotenMessage()
func (*BatchGetUsersByEmailResponse) GotenObjectExt ¶
func (o *BatchGetUsersByEmailResponse) GotenObjectExt()
func (*BatchGetUsersByEmailResponse) GotenValidate ¶
func (obj *BatchGetUsersByEmailResponse) GotenValidate() error
func (*BatchGetUsersByEmailResponse) MakeDiffFieldMask ¶
func (o *BatchGetUsersByEmailResponse) MakeDiffFieldMask(other *BatchGetUsersByEmailResponse) *BatchGetUsersByEmailResponse_FieldMask
func (*BatchGetUsersByEmailResponse) MakeFullFieldMask ¶
func (o *BatchGetUsersByEmailResponse) MakeFullFieldMask() *BatchGetUsersByEmailResponse_FieldMask
func (*BatchGetUsersByEmailResponse) MakeRawDiffFieldMask ¶
func (o *BatchGetUsersByEmailResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*BatchGetUsersByEmailResponse) MakeRawFullFieldMask ¶
func (o *BatchGetUsersByEmailResponse) MakeRawFullFieldMask() gotenobject.FieldMask
func (*BatchGetUsersByEmailResponse) Marshal ¶
func (m *BatchGetUsersByEmailResponse) Marshal() ([]byte, error)
func (*BatchGetUsersByEmailResponse) MarshalJSON ¶
func (m *BatchGetUsersByEmailResponse) MarshalJSON() ([]byte, error)
func (*BatchGetUsersByEmailResponse) Merge ¶
func (o *BatchGetUsersByEmailResponse) Merge(source *BatchGetUsersByEmailResponse)
func (*BatchGetUsersByEmailResponse) MergeRaw ¶
func (o *BatchGetUsersByEmailResponse) MergeRaw(source gotenobject.GotenObjectExt)
func (*BatchGetUsersByEmailResponse) ProtoMessage ¶
func (*BatchGetUsersByEmailResponse) ProtoMessage()
func (*BatchGetUsersByEmailResponse) ProtoReflect ¶
func (m *BatchGetUsersByEmailResponse) ProtoReflect() preflect.Message
func (*BatchGetUsersByEmailResponse) Reset ¶
func (m *BatchGetUsersByEmailResponse) Reset()
func (*BatchGetUsersByEmailResponse) SetMissing ¶
func (m *BatchGetUsersByEmailResponse) SetMissing(fv []string)
func (*BatchGetUsersByEmailResponse) SetUsers ¶
func (m *BatchGetUsersByEmailResponse) SetUsers(fv []*user.User)
func (*BatchGetUsersByEmailResponse) String ¶
func (m *BatchGetUsersByEmailResponse) String() string
func (*BatchGetUsersByEmailResponse) Unmarshal ¶
func (m *BatchGetUsersByEmailResponse) Unmarshal(b []byte) error
func (*BatchGetUsersByEmailResponse) UnmarshalJSON ¶
func (m *BatchGetUsersByEmailResponse) UnmarshalJSON(data []byte) error
type BatchGetUsersByEmailResponseFieldPathBuilder ¶
type BatchGetUsersByEmailResponseFieldPathBuilder struct{}
func NewBatchGetUsersByEmailResponseFieldPathBuilder ¶
func NewBatchGetUsersByEmailResponseFieldPathBuilder() BatchGetUsersByEmailResponseFieldPathBuilder
type BatchGetUsersByEmailResponseMapPathSelectorUsersMetadataAnnotations ¶
type BatchGetUsersByEmailResponseMapPathSelectorUsersMetadataAnnotations struct {
// contains filtered or unexported fields
}
func (BatchGetUsersByEmailResponseMapPathSelectorUsersMetadataAnnotations) WithArrayOfValues ¶
func (s BatchGetUsersByEmailResponseMapPathSelectorUsersMetadataAnnotations) WithArrayOfValues(values []string) *BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues
type BatchGetUsersByEmailResponseMapPathSelectorUsersMetadataLabels ¶
type BatchGetUsersByEmailResponseMapPathSelectorUsersMetadataLabels struct {
// contains filtered or unexported fields
}
func (BatchGetUsersByEmailResponseMapPathSelectorUsersMetadataLabels) WithArrayOfValues ¶
func (s BatchGetUsersByEmailResponseMapPathSelectorUsersMetadataLabels) WithArrayOfValues(values []string) *BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues
func (BatchGetUsersByEmailResponseMapPathSelectorUsersMetadataLabels) WithValue ¶
func (s BatchGetUsersByEmailResponseMapPathSelectorUsersMetadataLabels) WithValue(value string) *BatchGetUsersByEmailResponse_FieldSubPathValue
type BatchGetUsersByEmailResponseMapPathSelectorUsersMetadataShards ¶
type BatchGetUsersByEmailResponseMapPathSelectorUsersMetadataShards struct {
// contains filtered or unexported fields
}
func (BatchGetUsersByEmailResponseMapPathSelectorUsersMetadataShards) WithArrayOfValues ¶
func (s BatchGetUsersByEmailResponseMapPathSelectorUsersMetadataShards) WithArrayOfValues(values []int64) *BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues
func (BatchGetUsersByEmailResponseMapPathSelectorUsersMetadataShards) WithValue ¶
func (s BatchGetUsersByEmailResponseMapPathSelectorUsersMetadataShards) WithValue(value int64) *BatchGetUsersByEmailResponse_FieldSubPathValue
type BatchGetUsersByEmailResponseMapPathSelectorUsersSettings ¶
type BatchGetUsersByEmailResponseMapPathSelectorUsersSettings struct {
// contains filtered or unexported fields
}
func (BatchGetUsersByEmailResponseMapPathSelectorUsersSettings) WithArrayOfValues ¶
func (s BatchGetUsersByEmailResponseMapPathSelectorUsersSettings) WithArrayOfValues(values []string) *BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues
func (BatchGetUsersByEmailResponseMapPathSelectorUsersSettings) WithValue ¶
func (s BatchGetUsersByEmailResponseMapPathSelectorUsersSettings) WithValue(value string) *BatchGetUsersByEmailResponse_FieldSubPathValue
type BatchGetUsersByEmailResponsePathSelectorMissing ¶
type BatchGetUsersByEmailResponsePathSelectorMissing struct{}
func (BatchGetUsersByEmailResponsePathSelectorMissing) WithArrayOfValues ¶
func (s BatchGetUsersByEmailResponsePathSelectorMissing) WithArrayOfValues(values [][]string) *BatchGetUsersByEmailResponse_FieldTerminalPathArrayOfValues
func (BatchGetUsersByEmailResponsePathSelectorMissing) WithItemValue ¶
func (s BatchGetUsersByEmailResponsePathSelectorMissing) WithItemValue(value string) *BatchGetUsersByEmailResponse_FieldTerminalPathArrayItemValue
func (BatchGetUsersByEmailResponsePathSelectorMissing) WithValue ¶
func (s BatchGetUsersByEmailResponsePathSelectorMissing) WithValue(value []string) *BatchGetUsersByEmailResponse_FieldTerminalPathValue
type BatchGetUsersByEmailResponsePathSelectorUsers ¶
type BatchGetUsersByEmailResponsePathSelectorUsers struct{}
func (BatchGetUsersByEmailResponsePathSelectorUsers) EmailVerified ¶
func (BatchGetUsersByEmailResponsePathSelectorUsers) RefreshedTime ¶
func (BatchGetUsersByEmailResponsePathSelectorUsers) WithArrayOfValues ¶
func (s BatchGetUsersByEmailResponsePathSelectorUsers) WithArrayOfValues(values [][]*user.User) *BatchGetUsersByEmailResponse_FieldTerminalPathArrayOfValues
func (BatchGetUsersByEmailResponsePathSelectorUsers) WithItemValue ¶
func (s BatchGetUsersByEmailResponsePathSelectorUsers) WithItemValue(value *user.User) *BatchGetUsersByEmailResponse_FieldTerminalPathArrayItemValue
func (BatchGetUsersByEmailResponsePathSelectorUsers) WithSubArrayItemValue ¶
func (s BatchGetUsersByEmailResponsePathSelectorUsers) WithSubArrayItemValue(subPathArrayItemValue user.User_FieldPathArrayItemValue) *BatchGetUsersByEmailResponse_FieldSubPathArrayItemValue
func (BatchGetUsersByEmailResponsePathSelectorUsers) WithSubArrayOfValues ¶
func (s BatchGetUsersByEmailResponsePathSelectorUsers) WithSubArrayOfValues(subPathArrayOfValues user.User_FieldPathArrayOfValues) *BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues
func (BatchGetUsersByEmailResponsePathSelectorUsers) WithSubPath ¶
func (BatchGetUsersByEmailResponsePathSelectorUsers) WithSubPath(subPath user.User_FieldPath) *BatchGetUsersByEmailResponse_FieldSubPath
func (BatchGetUsersByEmailResponsePathSelectorUsers) WithSubValue ¶
func (s BatchGetUsersByEmailResponsePathSelectorUsers) WithSubValue(subPathValue user.User_FieldPathValue) *BatchGetUsersByEmailResponse_FieldSubPathValue
func (BatchGetUsersByEmailResponsePathSelectorUsers) WithValue ¶
func (s BatchGetUsersByEmailResponsePathSelectorUsers) WithValue(value []*user.User) *BatchGetUsersByEmailResponse_FieldTerminalPathValue
type BatchGetUsersByEmailResponsePathSelectorUsersAuthInfo ¶
type BatchGetUsersByEmailResponsePathSelectorUsersAuthInfo struct{}
func (BatchGetUsersByEmailResponsePathSelectorUsersAuthInfo) WithArrayOfValues ¶
func (s BatchGetUsersByEmailResponsePathSelectorUsersAuthInfo) WithArrayOfValues(values []*user.User_AuthInfo) *BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues
func (BatchGetUsersByEmailResponsePathSelectorUsersAuthInfo) WithValue ¶
func (s BatchGetUsersByEmailResponsePathSelectorUsersAuthInfo) WithValue(value *user.User_AuthInfo) *BatchGetUsersByEmailResponse_FieldSubPathValue
type BatchGetUsersByEmailResponsePathSelectorUsersAuthInfoId ¶
type BatchGetUsersByEmailResponsePathSelectorUsersAuthInfoId struct{}
func (BatchGetUsersByEmailResponsePathSelectorUsersAuthInfoId) WithArrayOfValues ¶
func (s BatchGetUsersByEmailResponsePathSelectorUsersAuthInfoId) WithArrayOfValues(values []string) *BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues
func (BatchGetUsersByEmailResponsePathSelectorUsersAuthInfoId) WithValue ¶
func (s BatchGetUsersByEmailResponsePathSelectorUsersAuthInfoId) WithValue(value string) *BatchGetUsersByEmailResponse_FieldSubPathValue
type BatchGetUsersByEmailResponsePathSelectorUsersAuthInfoProvider ¶
type BatchGetUsersByEmailResponsePathSelectorUsersAuthInfoProvider struct{}
func (BatchGetUsersByEmailResponsePathSelectorUsersAuthInfoProvider) WithArrayOfValues ¶
func (s BatchGetUsersByEmailResponsePathSelectorUsersAuthInfoProvider) WithArrayOfValues(values []string) *BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues
func (BatchGetUsersByEmailResponsePathSelectorUsersAuthInfoProvider) WithValue ¶
func (s BatchGetUsersByEmailResponsePathSelectorUsersAuthInfoProvider) WithValue(value string) *BatchGetUsersByEmailResponse_FieldSubPathValue
type BatchGetUsersByEmailResponsePathSelectorUsersEmail ¶
type BatchGetUsersByEmailResponsePathSelectorUsersEmail struct{}
func (BatchGetUsersByEmailResponsePathSelectorUsersEmail) WithArrayOfValues ¶
func (s BatchGetUsersByEmailResponsePathSelectorUsersEmail) WithArrayOfValues(values []string) *BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues
func (BatchGetUsersByEmailResponsePathSelectorUsersEmail) WithValue ¶
func (s BatchGetUsersByEmailResponsePathSelectorUsersEmail) WithValue(value string) *BatchGetUsersByEmailResponse_FieldSubPathValue
type BatchGetUsersByEmailResponsePathSelectorUsersEmailVerified ¶
type BatchGetUsersByEmailResponsePathSelectorUsersEmailVerified struct{}
func (BatchGetUsersByEmailResponsePathSelectorUsersEmailVerified) WithArrayOfValues ¶
func (s BatchGetUsersByEmailResponsePathSelectorUsersEmailVerified) WithArrayOfValues(values []bool) *BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues
func (BatchGetUsersByEmailResponsePathSelectorUsersEmailVerified) WithValue ¶
func (s BatchGetUsersByEmailResponsePathSelectorUsersEmailVerified) WithValue(value bool) *BatchGetUsersByEmailResponse_FieldSubPathValue
type BatchGetUsersByEmailResponsePathSelectorUsersFullName ¶
type BatchGetUsersByEmailResponsePathSelectorUsersFullName struct{}
func (BatchGetUsersByEmailResponsePathSelectorUsersFullName) WithArrayOfValues ¶
func (s BatchGetUsersByEmailResponsePathSelectorUsersFullName) WithArrayOfValues(values []string) *BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues
func (BatchGetUsersByEmailResponsePathSelectorUsersFullName) WithValue ¶
func (s BatchGetUsersByEmailResponsePathSelectorUsersFullName) WithValue(value string) *BatchGetUsersByEmailResponse_FieldSubPathValue
type BatchGetUsersByEmailResponsePathSelectorUsersMetadata ¶
type BatchGetUsersByEmailResponsePathSelectorUsersMetadata struct{}
func (BatchGetUsersByEmailResponsePathSelectorUsersMetadata) Annotations ¶
func (BatchGetUsersByEmailResponsePathSelectorUsersMetadata) CreateTime ¶
func (BatchGetUsersByEmailResponsePathSelectorUsersMetadata) Generation ¶
func (BatchGetUsersByEmailResponsePathSelectorUsersMetadata) OwnerReferences ¶
func (BatchGetUsersByEmailResponsePathSelectorUsersMetadata) ResourceVersion ¶
func (BatchGetUsersByEmailResponsePathSelectorUsersMetadata) UpdateTime ¶
func (BatchGetUsersByEmailResponsePathSelectorUsersMetadata) WithArrayOfValues ¶
func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues
func (BatchGetUsersByEmailResponsePathSelectorUsersMetadata) WithValue ¶
func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadata) WithValue(value *ntt_meta.Meta) *BatchGetUsersByEmailResponse_FieldSubPathValue
type BatchGetUsersByEmailResponsePathSelectorUsersMetadataAnnotations ¶
type BatchGetUsersByEmailResponsePathSelectorUsersMetadataAnnotations struct{}
func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataAnnotations) WithArrayOfValues ¶
func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadataAnnotations) WithArrayOfValues(values []map[string]string) *BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues
func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataAnnotations) WithValue ¶
func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadataAnnotations) WithValue(value map[string]string) *BatchGetUsersByEmailResponse_FieldSubPathValue
type BatchGetUsersByEmailResponsePathSelectorUsersMetadataCreateTime ¶
type BatchGetUsersByEmailResponsePathSelectorUsersMetadataCreateTime struct{}
func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataCreateTime) WithArrayOfValues ¶
func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues
type BatchGetUsersByEmailResponsePathSelectorUsersMetadataGeneration ¶
type BatchGetUsersByEmailResponsePathSelectorUsersMetadataGeneration struct{}
func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataGeneration) WithArrayOfValues ¶
func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadataGeneration) WithArrayOfValues(values []int64) *BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues
func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataGeneration) WithValue ¶
func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadataGeneration) WithValue(value int64) *BatchGetUsersByEmailResponse_FieldSubPathValue
type BatchGetUsersByEmailResponsePathSelectorUsersMetadataLabels ¶
type BatchGetUsersByEmailResponsePathSelectorUsersMetadataLabels struct{}
func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataLabels) WithArrayOfValues ¶
func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadataLabels) WithArrayOfValues(values []map[string]string) *BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues
func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataLabels) WithValue ¶
func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadataLabels) WithValue(value map[string]string) *BatchGetUsersByEmailResponse_FieldSubPathValue
type BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferences ¶
type BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferences struct{}
func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferences) ApiVersion ¶
func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferences) BlockOwnerDeletion ¶
func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferences) Controller ¶
func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferences) WithArrayOfValues ¶
func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues
func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferences) WithItemValue ¶
type BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesApiVersion ¶
type BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesApiVersion struct{}
func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesApiVersion) WithArrayOfValues ¶
func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesApiVersion) WithArrayOfValues(values []string) *BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues
type BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesBlockOwnerDeletion ¶
type BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesBlockOwnerDeletion struct{}
func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesBlockOwnerDeletion) FieldPath ¶
func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues ¶
func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues
type BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesController ¶
type BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesController struct{}
func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesController) WithArrayOfValues ¶
func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues
type BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesKind ¶
type BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesKind struct{}
func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesKind) WithArrayOfValues ¶
func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues
type BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesName ¶
type BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesName struct{}
func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesName) WithArrayOfValues ¶
func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesName) WithArrayOfValues(values []string) *BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues
type BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesUid ¶
type BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesUid struct{}
func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesUid) WithArrayOfValues ¶
func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesUid) WithArrayOfValues(values []string) *BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues
type BatchGetUsersByEmailResponsePathSelectorUsersMetadataResourceVersion ¶
type BatchGetUsersByEmailResponsePathSelectorUsersMetadataResourceVersion struct{}
func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataResourceVersion) WithArrayOfValues ¶
func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadataResourceVersion) WithArrayOfValues(values []string) *BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues
type BatchGetUsersByEmailResponsePathSelectorUsersMetadataShards ¶
type BatchGetUsersByEmailResponsePathSelectorUsersMetadataShards struct{}
func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataShards) WithArrayOfValues ¶
func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadataShards) WithArrayOfValues(values []map[string]int64) *BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues
func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataShards) WithValue ¶
func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadataShards) WithValue(value map[string]int64) *BatchGetUsersByEmailResponse_FieldSubPathValue
type BatchGetUsersByEmailResponsePathSelectorUsersMetadataSyncing ¶
type BatchGetUsersByEmailResponsePathSelectorUsersMetadataSyncing struct{}
func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataSyncing) OwningRegion ¶
func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataSyncing) WithArrayOfValues ¶
func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadataSyncing) WithArrayOfValues(values []*syncing_meta.SyncingMeta) *BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues
type BatchGetUsersByEmailResponsePathSelectorUsersMetadataSyncingOwningRegion ¶
type BatchGetUsersByEmailResponsePathSelectorUsersMetadataSyncingOwningRegion struct{}
func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataSyncingOwningRegion) WithArrayOfValues ¶
func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues
type BatchGetUsersByEmailResponsePathSelectorUsersMetadataSyncingRegions ¶
type BatchGetUsersByEmailResponsePathSelectorUsersMetadataSyncingRegions struct{}
func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataSyncingRegions) WithArrayOfValues ¶
func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadataSyncingRegions) WithArrayOfValues(values [][]string) *BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues
func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataSyncingRegions) WithItemValue ¶
func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadataSyncingRegions) WithItemValue(value string) *BatchGetUsersByEmailResponse_FieldSubPathArrayItemValue
func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataSyncingRegions) WithValue ¶
func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadataSyncingRegions) WithValue(value []string) *BatchGetUsersByEmailResponse_FieldSubPathValue
type BatchGetUsersByEmailResponsePathSelectorUsersMetadataTags ¶
type BatchGetUsersByEmailResponsePathSelectorUsersMetadataTags struct{}
func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataTags) WithArrayOfValues ¶
func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadataTags) WithArrayOfValues(values [][]string) *BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues
func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataTags) WithItemValue ¶
func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadataTags) WithItemValue(value string) *BatchGetUsersByEmailResponse_FieldSubPathArrayItemValue
func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataTags) WithValue ¶
func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadataTags) WithValue(value []string) *BatchGetUsersByEmailResponse_FieldSubPathValue
type BatchGetUsersByEmailResponsePathSelectorUsersMetadataUpdateTime ¶
type BatchGetUsersByEmailResponsePathSelectorUsersMetadataUpdateTime struct{}
func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataUpdateTime) WithArrayOfValues ¶
func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues
type BatchGetUsersByEmailResponsePathSelectorUsersMetadataUuid ¶
type BatchGetUsersByEmailResponsePathSelectorUsersMetadataUuid struct{}
func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataUuid) WithArrayOfValues ¶
func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadataUuid) WithArrayOfValues(values []string) *BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues
func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataUuid) WithValue ¶
func (s BatchGetUsersByEmailResponsePathSelectorUsersMetadataUuid) WithValue(value string) *BatchGetUsersByEmailResponse_FieldSubPathValue
type BatchGetUsersByEmailResponsePathSelectorUsersName ¶
type BatchGetUsersByEmailResponsePathSelectorUsersName struct{}
func (BatchGetUsersByEmailResponsePathSelectorUsersName) WithArrayOfValues ¶
func (s BatchGetUsersByEmailResponsePathSelectorUsersName) WithArrayOfValues(values []*user.Name) *BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues
func (BatchGetUsersByEmailResponsePathSelectorUsersName) WithValue ¶
func (s BatchGetUsersByEmailResponsePathSelectorUsersName) WithValue(value *user.Name) *BatchGetUsersByEmailResponse_FieldSubPathValue
type BatchGetUsersByEmailResponsePathSelectorUsersRefreshedTime ¶
type BatchGetUsersByEmailResponsePathSelectorUsersRefreshedTime struct{}
func (BatchGetUsersByEmailResponsePathSelectorUsersRefreshedTime) WithArrayOfValues ¶
func (s BatchGetUsersByEmailResponsePathSelectorUsersRefreshedTime) WithArrayOfValues(values []*timestamp.Timestamp) *BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues
func (BatchGetUsersByEmailResponsePathSelectorUsersRefreshedTime) WithValue ¶
func (s BatchGetUsersByEmailResponsePathSelectorUsersRefreshedTime) WithValue(value *timestamp.Timestamp) *BatchGetUsersByEmailResponse_FieldSubPathValue
type BatchGetUsersByEmailResponsePathSelectorUsersSettings ¶
type BatchGetUsersByEmailResponsePathSelectorUsersSettings struct{}
func (BatchGetUsersByEmailResponsePathSelectorUsersSettings) WithArrayOfValues ¶
func (s BatchGetUsersByEmailResponsePathSelectorUsersSettings) WithArrayOfValues(values []map[string]string) *BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues
func (BatchGetUsersByEmailResponsePathSelectorUsersSettings) WithValue ¶
func (s BatchGetUsersByEmailResponsePathSelectorUsersSettings) WithValue(value map[string]string) *BatchGetUsersByEmailResponse_FieldSubPathValue
type BatchGetUsersByEmailResponse_FieldMask ¶
type BatchGetUsersByEmailResponse_FieldMask struct {
Paths []BatchGetUsersByEmailResponse_FieldPath
}
func FullBatchGetUsersByEmailResponse_FieldMask ¶
func FullBatchGetUsersByEmailResponse_FieldMask() *BatchGetUsersByEmailResponse_FieldMask
func (*BatchGetUsersByEmailResponse_FieldMask) AppendPath ¶
func (fieldMask *BatchGetUsersByEmailResponse_FieldMask) AppendPath(path BatchGetUsersByEmailResponse_FieldPath)
func (*BatchGetUsersByEmailResponse_FieldMask) AppendRawPath ¶
func (fieldMask *BatchGetUsersByEmailResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*BatchGetUsersByEmailResponse_FieldMask) DecodeFirestore ¶
func (fieldMask *BatchGetUsersByEmailResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*BatchGetUsersByEmailResponse_FieldMask) EncodeFirestore ¶
func (fieldMask *BatchGetUsersByEmailResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*BatchGetUsersByEmailResponse_FieldMask) FilterInputFields ¶
func (fieldMask *BatchGetUsersByEmailResponse_FieldMask) FilterInputFields() *BatchGetUsersByEmailResponse_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*BatchGetUsersByEmailResponse_FieldMask) FromProtoFieldMask ¶
func (fieldMask *BatchGetUsersByEmailResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*BatchGetUsersByEmailResponse_FieldMask) GetPaths ¶
func (fieldMask *BatchGetUsersByEmailResponse_FieldMask) GetPaths() []BatchGetUsersByEmailResponse_FieldPath
func (*BatchGetUsersByEmailResponse_FieldMask) GetRawPaths ¶
func (fieldMask *BatchGetUsersByEmailResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*BatchGetUsersByEmailResponse_FieldMask) IsFull ¶
func (fieldMask *BatchGetUsersByEmailResponse_FieldMask) IsFull() bool
func (BatchGetUsersByEmailResponse_FieldMask) Marshal ¶
func (fieldMask BatchGetUsersByEmailResponse_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (BatchGetUsersByEmailResponse_FieldMask) MarshalJSON ¶
func (fieldMask BatchGetUsersByEmailResponse_FieldMask) MarshalJSON() ([]byte, error)
func (*BatchGetUsersByEmailResponse_FieldMask) PathsCount ¶
func (fieldMask *BatchGetUsersByEmailResponse_FieldMask) PathsCount() int
func (*BatchGetUsersByEmailResponse_FieldMask) Project ¶
func (fieldMask *BatchGetUsersByEmailResponse_FieldMask) Project(source *BatchGetUsersByEmailResponse) *BatchGetUsersByEmailResponse
func (*BatchGetUsersByEmailResponse_FieldMask) ProjectRaw ¶
func (fieldMask *BatchGetUsersByEmailResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*BatchGetUsersByEmailResponse_FieldMask) ProtoMessage ¶
func (fieldMask *BatchGetUsersByEmailResponse_FieldMask) ProtoMessage()
func (*BatchGetUsersByEmailResponse_FieldMask) ProtoReflect ¶
func (fieldMask *BatchGetUsersByEmailResponse_FieldMask) ProtoReflect() preflect.Message
func (*BatchGetUsersByEmailResponse_FieldMask) Reset ¶
func (fieldMask *BatchGetUsersByEmailResponse_FieldMask) Reset()
func (*BatchGetUsersByEmailResponse_FieldMask) Set ¶
func (fieldMask *BatchGetUsersByEmailResponse_FieldMask) Set(target, source *BatchGetUsersByEmailResponse)
func (*BatchGetUsersByEmailResponse_FieldMask) SetFromCliFlag ¶
func (fieldMask *BatchGetUsersByEmailResponse_FieldMask) SetFromCliFlag(raw string) error
func (*BatchGetUsersByEmailResponse_FieldMask) SetRaw ¶
func (fieldMask *BatchGetUsersByEmailResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*BatchGetUsersByEmailResponse_FieldMask) Size ¶
func (fieldMask *BatchGetUsersByEmailResponse_FieldMask) Size() int
func (*BatchGetUsersByEmailResponse_FieldMask) String ¶
func (fieldMask *BatchGetUsersByEmailResponse_FieldMask) String() string
func (*BatchGetUsersByEmailResponse_FieldMask) Subtract ¶
func (fieldMask *BatchGetUsersByEmailResponse_FieldMask) Subtract(other *BatchGetUsersByEmailResponse_FieldMask) *BatchGetUsersByEmailResponse_FieldMask
func (*BatchGetUsersByEmailResponse_FieldMask) SubtractRaw ¶
func (fieldMask *BatchGetUsersByEmailResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*BatchGetUsersByEmailResponse_FieldMask) ToProtoFieldMask ¶
func (fieldMask *BatchGetUsersByEmailResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*BatchGetUsersByEmailResponse_FieldMask) Unmarshal ¶
func (fieldMask *BatchGetUsersByEmailResponse_FieldMask) Unmarshal(data []byte) error
func (*BatchGetUsersByEmailResponse_FieldMask) UnmarshalJSON ¶
func (fieldMask *BatchGetUsersByEmailResponse_FieldMask) UnmarshalJSON(data []byte) error
type BatchGetUsersByEmailResponse_FieldPath ¶
type BatchGetUsersByEmailResponse_FieldPath interface { gotenobject.FieldPath Selector() BatchGetUsersByEmailResponse_FieldPathSelector Get(source *BatchGetUsersByEmailResponse) []interface{} GetSingle(source *BatchGetUsersByEmailResponse) (interface{}, bool) ClearValue(item *BatchGetUsersByEmailResponse) // Those methods build corresponding BatchGetUsersByEmailResponse_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) BatchGetUsersByEmailResponse_FieldPathValue WithIArrayOfValues(values interface{}) BatchGetUsersByEmailResponse_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) BatchGetUsersByEmailResponse_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildBatchGetUsersByEmailResponse_FieldPath ¶
func BuildBatchGetUsersByEmailResponse_FieldPath(fp gotenobject.RawFieldPath) (BatchGetUsersByEmailResponse_FieldPath, error)
func MustParseBatchGetUsersByEmailResponse_FieldPath ¶
func MustParseBatchGetUsersByEmailResponse_FieldPath(rawField string) BatchGetUsersByEmailResponse_FieldPath
func ParseBatchGetUsersByEmailResponse_FieldPath ¶
func ParseBatchGetUsersByEmailResponse_FieldPath(rawField string) (BatchGetUsersByEmailResponse_FieldPath, error)
type BatchGetUsersByEmailResponse_FieldPathArrayItemValue ¶
type BatchGetUsersByEmailResponse_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue BatchGetUsersByEmailResponse_FieldPath ContainsValue(*BatchGetUsersByEmailResponse) bool }
BatchGetUsersByEmailResponse_FieldPathArrayItemValue allows storing single item in Path-specific values for BatchGetUsersByEmailResponse according to their type Present only for array (repeated) types.
func MustParseBatchGetUsersByEmailResponse_FieldPathArrayItemValue ¶
func MustParseBatchGetUsersByEmailResponse_FieldPathArrayItemValue(pathStr, valueStr string) BatchGetUsersByEmailResponse_FieldPathArrayItemValue
func ParseBatchGetUsersByEmailResponse_FieldPathArrayItemValue ¶
func ParseBatchGetUsersByEmailResponse_FieldPathArrayItemValue(pathStr, valueStr string) (BatchGetUsersByEmailResponse_FieldPathArrayItemValue, error)
ParseBatchGetUsersByEmailResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type BatchGetUsersByEmailResponse_FieldPathArrayOfValues ¶
type BatchGetUsersByEmailResponse_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues BatchGetUsersByEmailResponse_FieldPath }
BatchGetUsersByEmailResponse_FieldPathArrayOfValues allows storing slice of values for BatchGetUsersByEmailResponse fields according to their type
func MustParseBatchGetUsersByEmailResponse_FieldPathArrayOfValues ¶
func MustParseBatchGetUsersByEmailResponse_FieldPathArrayOfValues(pathStr, valuesStr string) BatchGetUsersByEmailResponse_FieldPathArrayOfValues
func ParseBatchGetUsersByEmailResponse_FieldPathArrayOfValues ¶
func ParseBatchGetUsersByEmailResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (BatchGetUsersByEmailResponse_FieldPathArrayOfValues, error)
type BatchGetUsersByEmailResponse_FieldPathSelector ¶
type BatchGetUsersByEmailResponse_FieldPathSelector int32
const ( BatchGetUsersByEmailResponse_FieldPathSelectorUsers BatchGetUsersByEmailResponse_FieldPathSelector = 0 BatchGetUsersByEmailResponse_FieldPathSelectorMissing BatchGetUsersByEmailResponse_FieldPathSelector = 1 )
func (BatchGetUsersByEmailResponse_FieldPathSelector) String ¶
func (s BatchGetUsersByEmailResponse_FieldPathSelector) String() string
type BatchGetUsersByEmailResponse_FieldPathValue ¶
type BatchGetUsersByEmailResponse_FieldPathValue interface { BatchGetUsersByEmailResponse_FieldPath gotenobject.FieldPathValue SetTo(target **BatchGetUsersByEmailResponse) CompareWith(*BatchGetUsersByEmailResponse) (cmp int, comparable bool) }
BatchGetUsersByEmailResponse_FieldPathValue allows storing values for BatchGetUsersByEmailResponse fields according to their type
func MustParseBatchGetUsersByEmailResponse_FieldPathValue ¶
func MustParseBatchGetUsersByEmailResponse_FieldPathValue(pathStr, valueStr string) BatchGetUsersByEmailResponse_FieldPathValue
func ParseBatchGetUsersByEmailResponse_FieldPathValue ¶
func ParseBatchGetUsersByEmailResponse_FieldPathValue(pathStr, valueStr string) (BatchGetUsersByEmailResponse_FieldPathValue, error)
type BatchGetUsersByEmailResponse_FieldSubPath ¶
type BatchGetUsersByEmailResponse_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*BatchGetUsersByEmailResponse_FieldSubPath) AsUsersSubPath ¶
func (fps *BatchGetUsersByEmailResponse_FieldSubPath) AsUsersSubPath() (user.User_FieldPath, bool)
func (*BatchGetUsersByEmailResponse_FieldSubPath) ClearValue ¶
func (fps *BatchGetUsersByEmailResponse_FieldSubPath) ClearValue(item *BatchGetUsersByEmailResponse)
func (*BatchGetUsersByEmailResponse_FieldSubPath) ClearValueRaw ¶
func (fps *BatchGetUsersByEmailResponse_FieldSubPath) ClearValueRaw(item proto.Message)
func (*BatchGetUsersByEmailResponse_FieldSubPath) Get ¶
func (fps *BatchGetUsersByEmailResponse_FieldSubPath) Get(source *BatchGetUsersByEmailResponse) (values []interface{})
Get returns all values pointed by selected field from source BatchGetUsersByEmailResponse
func (*BatchGetUsersByEmailResponse_FieldSubPath) GetDefault ¶
func (fps *BatchGetUsersByEmailResponse_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*BatchGetUsersByEmailResponse_FieldSubPath) GetRaw ¶
func (fps *BatchGetUsersByEmailResponse_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*BatchGetUsersByEmailResponse_FieldSubPath) GetSingle ¶
func (fps *BatchGetUsersByEmailResponse_FieldSubPath) GetSingle(source *BatchGetUsersByEmailResponse) (interface{}, bool)
GetSingle returns value of selected field from source BatchGetUsersByEmailResponse
func (*BatchGetUsersByEmailResponse_FieldSubPath) GetSingleRaw ¶
func (fps *BatchGetUsersByEmailResponse_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*BatchGetUsersByEmailResponse_FieldSubPath) IsLeaf ¶
func (fps *BatchGetUsersByEmailResponse_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*BatchGetUsersByEmailResponse_FieldSubPath) JSONString ¶
func (fps *BatchGetUsersByEmailResponse_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*BatchGetUsersByEmailResponse_FieldSubPath) Selector ¶
func (fps *BatchGetUsersByEmailResponse_FieldSubPath) Selector() BatchGetUsersByEmailResponse_FieldPathSelector
func (*BatchGetUsersByEmailResponse_FieldSubPath) String ¶
func (fps *BatchGetUsersByEmailResponse_FieldSubPath) String() string
String returns path representation in proto convention
func (*BatchGetUsersByEmailResponse_FieldSubPath) WithIArrayItemValue ¶
func (fps *BatchGetUsersByEmailResponse_FieldSubPath) WithIArrayItemValue(value interface{}) BatchGetUsersByEmailResponse_FieldPathArrayItemValue
func (*BatchGetUsersByEmailResponse_FieldSubPath) WithIArrayOfValues ¶
func (fps *BatchGetUsersByEmailResponse_FieldSubPath) WithIArrayOfValues(values interface{}) BatchGetUsersByEmailResponse_FieldPathArrayOfValues
func (*BatchGetUsersByEmailResponse_FieldSubPath) WithIValue ¶
func (fps *BatchGetUsersByEmailResponse_FieldSubPath) WithIValue(value interface{}) BatchGetUsersByEmailResponse_FieldPathValue
func (*BatchGetUsersByEmailResponse_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *BatchGetUsersByEmailResponse_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*BatchGetUsersByEmailResponse_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *BatchGetUsersByEmailResponse_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*BatchGetUsersByEmailResponse_FieldSubPath) WithRawIValue ¶
func (fps *BatchGetUsersByEmailResponse_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type BatchGetUsersByEmailResponse_FieldSubPathArrayItemValue ¶
type BatchGetUsersByEmailResponse_FieldSubPathArrayItemValue struct { BatchGetUsersByEmailResponse_FieldPath // contains filtered or unexported fields }
func (*BatchGetUsersByEmailResponse_FieldSubPathArrayItemValue) AsUsersPathItemValue ¶
func (fpaivs *BatchGetUsersByEmailResponse_FieldSubPathArrayItemValue) AsUsersPathItemValue() (user.User_FieldPathArrayItemValue, bool)
func (*BatchGetUsersByEmailResponse_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *BatchGetUsersByEmailResponse_FieldSubPathArrayItemValue) ContainsValue(source *BatchGetUsersByEmailResponse) bool
Contains returns a boolean indicating if value that is being held is present in given 'BatchGetUsersByEmailResponse'
func (*BatchGetUsersByEmailResponse_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *BatchGetUsersByEmailResponse_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues ¶
type BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues struct { BatchGetUsersByEmailResponse_FieldPath // contains filtered or unexported fields }
func (*BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues) AsUsersPathArrayOfValues ¶
func (fpsaov *BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues) AsUsersPathArrayOfValues() (user.User_FieldPathArrayOfValues, bool)
func (*BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *BatchGetUsersByEmailResponse_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type BatchGetUsersByEmailResponse_FieldSubPathValue ¶
type BatchGetUsersByEmailResponse_FieldSubPathValue struct { BatchGetUsersByEmailResponse_FieldPath // contains filtered or unexported fields }
func (*BatchGetUsersByEmailResponse_FieldSubPathValue) AsUsersPathValue ¶
func (fpvs *BatchGetUsersByEmailResponse_FieldSubPathValue) AsUsersPathValue() (user.User_FieldPathValue, bool)
func (*BatchGetUsersByEmailResponse_FieldSubPathValue) CompareWith ¶
func (fpvs *BatchGetUsersByEmailResponse_FieldSubPathValue) CompareWith(source *BatchGetUsersByEmailResponse) (int, bool)
func (*BatchGetUsersByEmailResponse_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *BatchGetUsersByEmailResponse_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*BatchGetUsersByEmailResponse_FieldSubPathValue) GetRawValue ¶
func (fpvs *BatchGetUsersByEmailResponse_FieldSubPathValue) GetRawValue() interface{}
func (*BatchGetUsersByEmailResponse_FieldSubPathValue) SetTo ¶
func (fpvs *BatchGetUsersByEmailResponse_FieldSubPathValue) SetTo(target **BatchGetUsersByEmailResponse)
func (*BatchGetUsersByEmailResponse_FieldSubPathValue) SetToRaw ¶
func (fpvs *BatchGetUsersByEmailResponse_FieldSubPathValue) SetToRaw(target proto.Message)
type BatchGetUsersByEmailResponse_FieldTerminalPath ¶
type BatchGetUsersByEmailResponse_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*BatchGetUsersByEmailResponse_FieldTerminalPath) ClearValue ¶
func (fp *BatchGetUsersByEmailResponse_FieldTerminalPath) ClearValue(item *BatchGetUsersByEmailResponse)
func (*BatchGetUsersByEmailResponse_FieldTerminalPath) ClearValueRaw ¶
func (fp *BatchGetUsersByEmailResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*BatchGetUsersByEmailResponse_FieldTerminalPath) Get ¶
func (fp *BatchGetUsersByEmailResponse_FieldTerminalPath) Get(source *BatchGetUsersByEmailResponse) (values []interface{})
Get returns all values pointed by specific field from source BatchGetUsersByEmailResponse
func (*BatchGetUsersByEmailResponse_FieldTerminalPath) GetDefault ¶
func (fp *BatchGetUsersByEmailResponse_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*BatchGetUsersByEmailResponse_FieldTerminalPath) GetRaw ¶
func (fp *BatchGetUsersByEmailResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*BatchGetUsersByEmailResponse_FieldTerminalPath) GetSingle ¶
func (fp *BatchGetUsersByEmailResponse_FieldTerminalPath) GetSingle(source *BatchGetUsersByEmailResponse) (interface{}, bool)
GetSingle returns value pointed by specific field of from source BatchGetUsersByEmailResponse
func (*BatchGetUsersByEmailResponse_FieldTerminalPath) GetSingleRaw ¶
func (fp *BatchGetUsersByEmailResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*BatchGetUsersByEmailResponse_FieldTerminalPath) IsLeaf ¶
func (fp *BatchGetUsersByEmailResponse_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*BatchGetUsersByEmailResponse_FieldTerminalPath) JSONString ¶
func (fp *BatchGetUsersByEmailResponse_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*BatchGetUsersByEmailResponse_FieldTerminalPath) Selector ¶
func (fp *BatchGetUsersByEmailResponse_FieldTerminalPath) Selector() BatchGetUsersByEmailResponse_FieldPathSelector
func (*BatchGetUsersByEmailResponse_FieldTerminalPath) String ¶
func (fp *BatchGetUsersByEmailResponse_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*BatchGetUsersByEmailResponse_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *BatchGetUsersByEmailResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) BatchGetUsersByEmailResponse_FieldPathArrayItemValue
func (*BatchGetUsersByEmailResponse_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *BatchGetUsersByEmailResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) BatchGetUsersByEmailResponse_FieldPathArrayOfValues
func (*BatchGetUsersByEmailResponse_FieldTerminalPath) WithIValue ¶
func (fp *BatchGetUsersByEmailResponse_FieldTerminalPath) WithIValue(value interface{}) BatchGetUsersByEmailResponse_FieldPathValue
func (*BatchGetUsersByEmailResponse_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *BatchGetUsersByEmailResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*BatchGetUsersByEmailResponse_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *BatchGetUsersByEmailResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*BatchGetUsersByEmailResponse_FieldTerminalPath) WithRawIValue ¶
func (fp *BatchGetUsersByEmailResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type BatchGetUsersByEmailResponse_FieldTerminalPathArrayItemValue ¶
type BatchGetUsersByEmailResponse_FieldTerminalPathArrayItemValue struct { BatchGetUsersByEmailResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*BatchGetUsersByEmailResponse_FieldTerminalPathArrayItemValue) AsMissingItemValue ¶
func (fpaiv *BatchGetUsersByEmailResponse_FieldTerminalPathArrayItemValue) AsMissingItemValue() (string, bool)
func (*BatchGetUsersByEmailResponse_FieldTerminalPathArrayItemValue) AsUsersItemValue ¶
func (fpaiv *BatchGetUsersByEmailResponse_FieldTerminalPathArrayItemValue) AsUsersItemValue() (*user.User, bool)
func (*BatchGetUsersByEmailResponse_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *BatchGetUsersByEmailResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *BatchGetUsersByEmailResponse) bool
Contains returns a boolean indicating if value that is being held is present in given 'BatchGetUsersByEmailResponse'
func (*BatchGetUsersByEmailResponse_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *BatchGetUsersByEmailResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object BatchGetUsersByEmailResponse as interface{}
func (*BatchGetUsersByEmailResponse_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *BatchGetUsersByEmailResponse_FieldTerminalPathArrayItemValue) GetSingle(source *BatchGetUsersByEmailResponse) (interface{}, bool)
func (*BatchGetUsersByEmailResponse_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *BatchGetUsersByEmailResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type BatchGetUsersByEmailResponse_FieldTerminalPathArrayOfValues ¶
type BatchGetUsersByEmailResponse_FieldTerminalPathArrayOfValues struct { BatchGetUsersByEmailResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*BatchGetUsersByEmailResponse_FieldTerminalPathArrayOfValues) AsMissingArrayOfValues ¶
func (fpaov *BatchGetUsersByEmailResponse_FieldTerminalPathArrayOfValues) AsMissingArrayOfValues() ([][]string, bool)
func (*BatchGetUsersByEmailResponse_FieldTerminalPathArrayOfValues) AsUsersArrayOfValues ¶
func (fpaov *BatchGetUsersByEmailResponse_FieldTerminalPathArrayOfValues) AsUsersArrayOfValues() ([][]*user.User, bool)
func (*BatchGetUsersByEmailResponse_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *BatchGetUsersByEmailResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type BatchGetUsersByEmailResponse_FieldTerminalPathValue ¶
type BatchGetUsersByEmailResponse_FieldTerminalPathValue struct { BatchGetUsersByEmailResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*BatchGetUsersByEmailResponse_FieldTerminalPathValue) AsMissingValue ¶
func (fpv *BatchGetUsersByEmailResponse_FieldTerminalPathValue) AsMissingValue() ([]string, bool)
func (*BatchGetUsersByEmailResponse_FieldTerminalPathValue) AsUsersValue ¶
func (fpv *BatchGetUsersByEmailResponse_FieldTerminalPathValue) AsUsersValue() ([]*user.User, bool)
func (*BatchGetUsersByEmailResponse_FieldTerminalPathValue) CompareWith ¶
func (fpv *BatchGetUsersByEmailResponse_FieldTerminalPathValue) CompareWith(source *BatchGetUsersByEmailResponse) (int, bool)
CompareWith compares value in the 'BatchGetUsersByEmailResponse_FieldTerminalPathValue' with the value under path in 'BatchGetUsersByEmailResponse'.
func (*BatchGetUsersByEmailResponse_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *BatchGetUsersByEmailResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*BatchGetUsersByEmailResponse_FieldTerminalPathValue) GetRawValue ¶
func (fpv *BatchGetUsersByEmailResponse_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'BatchGetUsersByEmailResponse' as interface{}
func (*BatchGetUsersByEmailResponse_FieldTerminalPathValue) SetTo ¶
func (fpv *BatchGetUsersByEmailResponse_FieldTerminalPathValue) SetTo(target **BatchGetUsersByEmailResponse)
SetTo stores value for selected field for object BatchGetUsersByEmailResponse
func (*BatchGetUsersByEmailResponse_FieldTerminalPathValue) SetToRaw ¶
func (fpv *BatchGetUsersByEmailResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
type BatchGetUsersRequest ¶
type BatchGetUsersRequest struct { // Optional parent ntt.iam.v1alpha.User Parent *user.Reference `protobuf:"bytes,1,opt,customtype=Reference,name=parent,proto3" json:"parent,omitempty" firestore:"parent"` // Names of Users Names []*user.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 *user.User_FieldMask `` /* 136-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 [BatchGetUsers][ntt.iam.v1alpha.BatchGetUsers]
func (*BatchGetUsersRequest) Clone ¶
func (o *BatchGetUsersRequest) Clone() *BatchGetUsersRequest
func (*BatchGetUsersRequest) CloneRaw ¶
func (o *BatchGetUsersRequest) CloneRaw() gotenobject.GotenObjectExt
func (*BatchGetUsersRequest) Descriptor ¶
func (*BatchGetUsersRequest) Descriptor() ([]byte, []int)
Deprecated, Use BatchGetUsersRequest.ProtoReflect.Descriptor instead.
func (*BatchGetUsersRequest) GetFieldMask ¶
func (m *BatchGetUsersRequest) GetFieldMask() *user.User_FieldMask
func (*BatchGetUsersRequest) GetNames ¶
func (m *BatchGetUsersRequest) GetNames() []*user.Reference
func (*BatchGetUsersRequest) GetParent ¶
func (m *BatchGetUsersRequest) GetParent() *user.Reference
func (*BatchGetUsersRequest) GetView ¶
func (m *BatchGetUsersRequest) GetView() view.View
func (*BatchGetUsersRequest) GotenMessage ¶
func (*BatchGetUsersRequest) GotenMessage()
func (*BatchGetUsersRequest) GotenObjectExt ¶
func (o *BatchGetUsersRequest) GotenObjectExt()
func (*BatchGetUsersRequest) GotenValidate ¶
func (obj *BatchGetUsersRequest) GotenValidate() error
func (*BatchGetUsersRequest) MakeDiffFieldMask ¶
func (o *BatchGetUsersRequest) MakeDiffFieldMask(other *BatchGetUsersRequest) *BatchGetUsersRequest_FieldMask
func (*BatchGetUsersRequest) MakeFullFieldMask ¶
func (o *BatchGetUsersRequest) MakeFullFieldMask() *BatchGetUsersRequest_FieldMask
func (*BatchGetUsersRequest) MakeRawDiffFieldMask ¶
func (o *BatchGetUsersRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*BatchGetUsersRequest) MakeRawFullFieldMask ¶
func (o *BatchGetUsersRequest) MakeRawFullFieldMask() gotenobject.FieldMask
func (*BatchGetUsersRequest) Marshal ¶
func (m *BatchGetUsersRequest) Marshal() ([]byte, error)
func (*BatchGetUsersRequest) MarshalJSON ¶
func (m *BatchGetUsersRequest) MarshalJSON() ([]byte, error)
func (*BatchGetUsersRequest) Merge ¶
func (o *BatchGetUsersRequest) Merge(source *BatchGetUsersRequest)
func (*BatchGetUsersRequest) MergeRaw ¶
func (o *BatchGetUsersRequest) MergeRaw(source gotenobject.GotenObjectExt)
func (*BatchGetUsersRequest) ProtoMessage ¶
func (*BatchGetUsersRequest) ProtoMessage()
func (*BatchGetUsersRequest) ProtoReflect ¶
func (m *BatchGetUsersRequest) ProtoReflect() preflect.Message
func (*BatchGetUsersRequest) Reset ¶
func (m *BatchGetUsersRequest) Reset()
func (*BatchGetUsersRequest) SetFieldMask ¶
func (m *BatchGetUsersRequest) SetFieldMask(fv *user.User_FieldMask)
func (*BatchGetUsersRequest) SetNames ¶
func (m *BatchGetUsersRequest) SetNames(fv []*user.Reference)
func (*BatchGetUsersRequest) SetParent ¶
func (m *BatchGetUsersRequest) SetParent(fv *user.Reference)
func (*BatchGetUsersRequest) SetView ¶
func (m *BatchGetUsersRequest) SetView(fv view.View)
func (*BatchGetUsersRequest) String ¶
func (m *BatchGetUsersRequest) String() string
func (*BatchGetUsersRequest) Unmarshal ¶
func (m *BatchGetUsersRequest) Unmarshal(b []byte) error
func (*BatchGetUsersRequest) UnmarshalJSON ¶
func (m *BatchGetUsersRequest) UnmarshalJSON(data []byte) error
type BatchGetUsersRequestFieldPathBuilder ¶
type BatchGetUsersRequestFieldPathBuilder struct{}
func NewBatchGetUsersRequestFieldPathBuilder ¶
func NewBatchGetUsersRequestFieldPathBuilder() BatchGetUsersRequestFieldPathBuilder
func (BatchGetUsersRequestFieldPathBuilder) FieldMask ¶
func (BatchGetUsersRequestFieldPathBuilder) FieldMask() BatchGetUsersRequestPathSelectorFieldMask
type BatchGetUsersRequestPathSelectorFieldMask ¶
type BatchGetUsersRequestPathSelectorFieldMask struct{}
func (BatchGetUsersRequestPathSelectorFieldMask) FieldPath ¶
func (BatchGetUsersRequestPathSelectorFieldMask) FieldPath() *BatchGetUsersRequest_FieldTerminalPath
func (BatchGetUsersRequestPathSelectorFieldMask) WithArrayOfValues ¶
func (s BatchGetUsersRequestPathSelectorFieldMask) WithArrayOfValues(values []*user.User_FieldMask) *BatchGetUsersRequest_FieldTerminalPathArrayOfValues
func (BatchGetUsersRequestPathSelectorFieldMask) WithValue ¶
func (s BatchGetUsersRequestPathSelectorFieldMask) WithValue(value *user.User_FieldMask) *BatchGetUsersRequest_FieldTerminalPathValue
type BatchGetUsersRequestPathSelectorNames ¶
type BatchGetUsersRequestPathSelectorNames struct{}
func (BatchGetUsersRequestPathSelectorNames) FieldPath ¶
func (BatchGetUsersRequestPathSelectorNames) FieldPath() *BatchGetUsersRequest_FieldTerminalPath
func (BatchGetUsersRequestPathSelectorNames) WithArrayOfValues ¶
func (s BatchGetUsersRequestPathSelectorNames) WithArrayOfValues(values [][]*user.Reference) *BatchGetUsersRequest_FieldTerminalPathArrayOfValues
func (BatchGetUsersRequestPathSelectorNames) WithItemValue ¶
func (s BatchGetUsersRequestPathSelectorNames) WithItemValue(value *user.Reference) *BatchGetUsersRequest_FieldTerminalPathArrayItemValue
func (BatchGetUsersRequestPathSelectorNames) WithValue ¶
func (s BatchGetUsersRequestPathSelectorNames) WithValue(value []*user.Reference) *BatchGetUsersRequest_FieldTerminalPathValue
type BatchGetUsersRequestPathSelectorParent ¶
type BatchGetUsersRequestPathSelectorParent struct{}
func (BatchGetUsersRequestPathSelectorParent) FieldPath ¶
func (BatchGetUsersRequestPathSelectorParent) FieldPath() *BatchGetUsersRequest_FieldTerminalPath
func (BatchGetUsersRequestPathSelectorParent) WithArrayOfValues ¶
func (s BatchGetUsersRequestPathSelectorParent) WithArrayOfValues(values []*user.Reference) *BatchGetUsersRequest_FieldTerminalPathArrayOfValues
func (BatchGetUsersRequestPathSelectorParent) WithValue ¶
func (s BatchGetUsersRequestPathSelectorParent) WithValue(value *user.Reference) *BatchGetUsersRequest_FieldTerminalPathValue
type BatchGetUsersRequestPathSelectorView ¶
type BatchGetUsersRequestPathSelectorView struct{}
func (BatchGetUsersRequestPathSelectorView) FieldPath ¶
func (BatchGetUsersRequestPathSelectorView) FieldPath() *BatchGetUsersRequest_FieldTerminalPath
func (BatchGetUsersRequestPathSelectorView) WithArrayOfValues ¶
func (s BatchGetUsersRequestPathSelectorView) WithArrayOfValues(values []view.View) *BatchGetUsersRequest_FieldTerminalPathArrayOfValues
func (BatchGetUsersRequestPathSelectorView) WithValue ¶
func (s BatchGetUsersRequestPathSelectorView) WithValue(value view.View) *BatchGetUsersRequest_FieldTerminalPathValue
type BatchGetUsersRequest_FieldMask ¶
type BatchGetUsersRequest_FieldMask struct {
Paths []BatchGetUsersRequest_FieldPath
}
func FullBatchGetUsersRequest_FieldMask ¶
func FullBatchGetUsersRequest_FieldMask() *BatchGetUsersRequest_FieldMask
func (*BatchGetUsersRequest_FieldMask) AppendPath ¶
func (fieldMask *BatchGetUsersRequest_FieldMask) AppendPath(path BatchGetUsersRequest_FieldPath)
func (*BatchGetUsersRequest_FieldMask) AppendRawPath ¶
func (fieldMask *BatchGetUsersRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*BatchGetUsersRequest_FieldMask) DecodeFirestore ¶
func (fieldMask *BatchGetUsersRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*BatchGetUsersRequest_FieldMask) EncodeFirestore ¶
func (fieldMask *BatchGetUsersRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*BatchGetUsersRequest_FieldMask) FilterInputFields ¶
func (fieldMask *BatchGetUsersRequest_FieldMask) FilterInputFields() *BatchGetUsersRequest_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*BatchGetUsersRequest_FieldMask) FromProtoFieldMask ¶
func (fieldMask *BatchGetUsersRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*BatchGetUsersRequest_FieldMask) GetPaths ¶
func (fieldMask *BatchGetUsersRequest_FieldMask) GetPaths() []BatchGetUsersRequest_FieldPath
func (*BatchGetUsersRequest_FieldMask) GetRawPaths ¶
func (fieldMask *BatchGetUsersRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*BatchGetUsersRequest_FieldMask) IsFull ¶
func (fieldMask *BatchGetUsersRequest_FieldMask) IsFull() bool
func (BatchGetUsersRequest_FieldMask) Marshal ¶
func (fieldMask BatchGetUsersRequest_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (BatchGetUsersRequest_FieldMask) MarshalJSON ¶
func (fieldMask BatchGetUsersRequest_FieldMask) MarshalJSON() ([]byte, error)
func (*BatchGetUsersRequest_FieldMask) PathsCount ¶
func (fieldMask *BatchGetUsersRequest_FieldMask) PathsCount() int
func (*BatchGetUsersRequest_FieldMask) Project ¶
func (fieldMask *BatchGetUsersRequest_FieldMask) Project(source *BatchGetUsersRequest) *BatchGetUsersRequest
func (*BatchGetUsersRequest_FieldMask) ProjectRaw ¶
func (fieldMask *BatchGetUsersRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*BatchGetUsersRequest_FieldMask) ProtoMessage ¶
func (fieldMask *BatchGetUsersRequest_FieldMask) ProtoMessage()
func (*BatchGetUsersRequest_FieldMask) ProtoReflect ¶
func (fieldMask *BatchGetUsersRequest_FieldMask) ProtoReflect() preflect.Message
func (*BatchGetUsersRequest_FieldMask) Reset ¶
func (fieldMask *BatchGetUsersRequest_FieldMask) Reset()
func (*BatchGetUsersRequest_FieldMask) Set ¶
func (fieldMask *BatchGetUsersRequest_FieldMask) Set(target, source *BatchGetUsersRequest)
func (*BatchGetUsersRequest_FieldMask) SetFromCliFlag ¶
func (fieldMask *BatchGetUsersRequest_FieldMask) SetFromCliFlag(raw string) error
func (*BatchGetUsersRequest_FieldMask) SetRaw ¶
func (fieldMask *BatchGetUsersRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*BatchGetUsersRequest_FieldMask) Size ¶
func (fieldMask *BatchGetUsersRequest_FieldMask) Size() int
func (*BatchGetUsersRequest_FieldMask) String ¶
func (fieldMask *BatchGetUsersRequest_FieldMask) String() string
func (*BatchGetUsersRequest_FieldMask) Subtract ¶
func (fieldMask *BatchGetUsersRequest_FieldMask) Subtract(other *BatchGetUsersRequest_FieldMask) *BatchGetUsersRequest_FieldMask
func (*BatchGetUsersRequest_FieldMask) SubtractRaw ¶
func (fieldMask *BatchGetUsersRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*BatchGetUsersRequest_FieldMask) ToProtoFieldMask ¶
func (fieldMask *BatchGetUsersRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*BatchGetUsersRequest_FieldMask) Unmarshal ¶
func (fieldMask *BatchGetUsersRequest_FieldMask) Unmarshal(data []byte) error
func (*BatchGetUsersRequest_FieldMask) UnmarshalJSON ¶
func (fieldMask *BatchGetUsersRequest_FieldMask) UnmarshalJSON(data []byte) error
type BatchGetUsersRequest_FieldPath ¶
type BatchGetUsersRequest_FieldPath interface { gotenobject.FieldPath Selector() BatchGetUsersRequest_FieldPathSelector Get(source *BatchGetUsersRequest) []interface{} GetSingle(source *BatchGetUsersRequest) (interface{}, bool) ClearValue(item *BatchGetUsersRequest) // Those methods build corresponding BatchGetUsersRequest_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) BatchGetUsersRequest_FieldPathValue WithIArrayOfValues(values interface{}) BatchGetUsersRequest_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) BatchGetUsersRequest_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildBatchGetUsersRequest_FieldPath ¶
func BuildBatchGetUsersRequest_FieldPath(fp gotenobject.RawFieldPath) (BatchGetUsersRequest_FieldPath, error)
func MustParseBatchGetUsersRequest_FieldPath ¶
func MustParseBatchGetUsersRequest_FieldPath(rawField string) BatchGetUsersRequest_FieldPath
func ParseBatchGetUsersRequest_FieldPath ¶
func ParseBatchGetUsersRequest_FieldPath(rawField string) (BatchGetUsersRequest_FieldPath, error)
type BatchGetUsersRequest_FieldPathArrayItemValue ¶
type BatchGetUsersRequest_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue BatchGetUsersRequest_FieldPath ContainsValue(*BatchGetUsersRequest) bool }
BatchGetUsersRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for BatchGetUsersRequest according to their type Present only for array (repeated) types.
func MustParseBatchGetUsersRequest_FieldPathArrayItemValue ¶
func MustParseBatchGetUsersRequest_FieldPathArrayItemValue(pathStr, valueStr string) BatchGetUsersRequest_FieldPathArrayItemValue
func ParseBatchGetUsersRequest_FieldPathArrayItemValue ¶
func ParseBatchGetUsersRequest_FieldPathArrayItemValue(pathStr, valueStr string) (BatchGetUsersRequest_FieldPathArrayItemValue, error)
ParseBatchGetUsersRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type BatchGetUsersRequest_FieldPathArrayOfValues ¶
type BatchGetUsersRequest_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues BatchGetUsersRequest_FieldPath }
BatchGetUsersRequest_FieldPathArrayOfValues allows storing slice of values for BatchGetUsersRequest fields according to their type
func MustParseBatchGetUsersRequest_FieldPathArrayOfValues ¶
func MustParseBatchGetUsersRequest_FieldPathArrayOfValues(pathStr, valuesStr string) BatchGetUsersRequest_FieldPathArrayOfValues
func ParseBatchGetUsersRequest_FieldPathArrayOfValues ¶
func ParseBatchGetUsersRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (BatchGetUsersRequest_FieldPathArrayOfValues, error)
type BatchGetUsersRequest_FieldPathSelector ¶
type BatchGetUsersRequest_FieldPathSelector int32
const ( BatchGetUsersRequest_FieldPathSelectorParent BatchGetUsersRequest_FieldPathSelector = 0 BatchGetUsersRequest_FieldPathSelectorNames BatchGetUsersRequest_FieldPathSelector = 1 BatchGetUsersRequest_FieldPathSelectorFieldMask BatchGetUsersRequest_FieldPathSelector = 2 BatchGetUsersRequest_FieldPathSelectorView BatchGetUsersRequest_FieldPathSelector = 3 )
func (BatchGetUsersRequest_FieldPathSelector) String ¶
func (s BatchGetUsersRequest_FieldPathSelector) String() string
type BatchGetUsersRequest_FieldPathValue ¶
type BatchGetUsersRequest_FieldPathValue interface { BatchGetUsersRequest_FieldPath gotenobject.FieldPathValue SetTo(target **BatchGetUsersRequest) CompareWith(*BatchGetUsersRequest) (cmp int, comparable bool) }
BatchGetUsersRequest_FieldPathValue allows storing values for BatchGetUsersRequest fields according to their type
func MustParseBatchGetUsersRequest_FieldPathValue ¶
func MustParseBatchGetUsersRequest_FieldPathValue(pathStr, valueStr string) BatchGetUsersRequest_FieldPathValue
func ParseBatchGetUsersRequest_FieldPathValue ¶
func ParseBatchGetUsersRequest_FieldPathValue(pathStr, valueStr string) (BatchGetUsersRequest_FieldPathValue, error)
type BatchGetUsersRequest_FieldTerminalPath ¶
type BatchGetUsersRequest_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*BatchGetUsersRequest_FieldTerminalPath) ClearValue ¶
func (fp *BatchGetUsersRequest_FieldTerminalPath) ClearValue(item *BatchGetUsersRequest)
func (*BatchGetUsersRequest_FieldTerminalPath) ClearValueRaw ¶
func (fp *BatchGetUsersRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*BatchGetUsersRequest_FieldTerminalPath) Get ¶
func (fp *BatchGetUsersRequest_FieldTerminalPath) Get(source *BatchGetUsersRequest) (values []interface{})
Get returns all values pointed by specific field from source BatchGetUsersRequest
func (*BatchGetUsersRequest_FieldTerminalPath) GetDefault ¶
func (fp *BatchGetUsersRequest_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*BatchGetUsersRequest_FieldTerminalPath) GetRaw ¶
func (fp *BatchGetUsersRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*BatchGetUsersRequest_FieldTerminalPath) GetSingle ¶
func (fp *BatchGetUsersRequest_FieldTerminalPath) GetSingle(source *BatchGetUsersRequest) (interface{}, bool)
GetSingle returns value pointed by specific field of from source BatchGetUsersRequest
func (*BatchGetUsersRequest_FieldTerminalPath) GetSingleRaw ¶
func (fp *BatchGetUsersRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*BatchGetUsersRequest_FieldTerminalPath) IsLeaf ¶
func (fp *BatchGetUsersRequest_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*BatchGetUsersRequest_FieldTerminalPath) JSONString ¶
func (fp *BatchGetUsersRequest_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*BatchGetUsersRequest_FieldTerminalPath) Selector ¶
func (fp *BatchGetUsersRequest_FieldTerminalPath) Selector() BatchGetUsersRequest_FieldPathSelector
func (*BatchGetUsersRequest_FieldTerminalPath) String ¶
func (fp *BatchGetUsersRequest_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*BatchGetUsersRequest_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *BatchGetUsersRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) BatchGetUsersRequest_FieldPathArrayItemValue
func (*BatchGetUsersRequest_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *BatchGetUsersRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) BatchGetUsersRequest_FieldPathArrayOfValues
func (*BatchGetUsersRequest_FieldTerminalPath) WithIValue ¶
func (fp *BatchGetUsersRequest_FieldTerminalPath) WithIValue(value interface{}) BatchGetUsersRequest_FieldPathValue
func (*BatchGetUsersRequest_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *BatchGetUsersRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*BatchGetUsersRequest_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *BatchGetUsersRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*BatchGetUsersRequest_FieldTerminalPath) WithRawIValue ¶
func (fp *BatchGetUsersRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type BatchGetUsersRequest_FieldTerminalPathArrayItemValue ¶
type BatchGetUsersRequest_FieldTerminalPathArrayItemValue struct { BatchGetUsersRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*BatchGetUsersRequest_FieldTerminalPathArrayItemValue) AsNamesItemValue ¶
func (fpaiv *BatchGetUsersRequest_FieldTerminalPathArrayItemValue) AsNamesItemValue() (*user.Reference, bool)
func (*BatchGetUsersRequest_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *BatchGetUsersRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *BatchGetUsersRequest) bool
Contains returns a boolean indicating if value that is being held is present in given 'BatchGetUsersRequest'
func (*BatchGetUsersRequest_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *BatchGetUsersRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object BatchGetUsersRequest as interface{}
func (*BatchGetUsersRequest_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *BatchGetUsersRequest_FieldTerminalPathArrayItemValue) GetSingle(source *BatchGetUsersRequest) (interface{}, bool)
func (*BatchGetUsersRequest_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *BatchGetUsersRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type BatchGetUsersRequest_FieldTerminalPathArrayOfValues ¶
type BatchGetUsersRequest_FieldTerminalPathArrayOfValues struct { BatchGetUsersRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*BatchGetUsersRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues ¶
func (fpaov *BatchGetUsersRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*user.User_FieldMask, bool)
func (*BatchGetUsersRequest_FieldTerminalPathArrayOfValues) AsNamesArrayOfValues ¶
func (fpaov *BatchGetUsersRequest_FieldTerminalPathArrayOfValues) AsNamesArrayOfValues() ([][]*user.Reference, bool)
func (*BatchGetUsersRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues ¶
func (fpaov *BatchGetUsersRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues() ([]*user.Reference, bool)
func (*BatchGetUsersRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues ¶
func (fpaov *BatchGetUsersRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)
func (*BatchGetUsersRequest_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *BatchGetUsersRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type BatchGetUsersRequest_FieldTerminalPathValue ¶
type BatchGetUsersRequest_FieldTerminalPathValue struct { BatchGetUsersRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*BatchGetUsersRequest_FieldTerminalPathValue) AsFieldMaskValue ¶
func (fpv *BatchGetUsersRequest_FieldTerminalPathValue) AsFieldMaskValue() (*user.User_FieldMask, bool)
func (*BatchGetUsersRequest_FieldTerminalPathValue) AsNamesValue ¶
func (fpv *BatchGetUsersRequest_FieldTerminalPathValue) AsNamesValue() ([]*user.Reference, bool)
func (*BatchGetUsersRequest_FieldTerminalPathValue) AsParentValue ¶
func (fpv *BatchGetUsersRequest_FieldTerminalPathValue) AsParentValue() (*user.Reference, bool)
func (*BatchGetUsersRequest_FieldTerminalPathValue) AsViewValue ¶
func (fpv *BatchGetUsersRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)
func (*BatchGetUsersRequest_FieldTerminalPathValue) CompareWith ¶
func (fpv *BatchGetUsersRequest_FieldTerminalPathValue) CompareWith(source *BatchGetUsersRequest) (int, bool)
CompareWith compares value in the 'BatchGetUsersRequest_FieldTerminalPathValue' with the value under path in 'BatchGetUsersRequest'.
func (*BatchGetUsersRequest_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *BatchGetUsersRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*BatchGetUsersRequest_FieldTerminalPathValue) GetRawValue ¶
func (fpv *BatchGetUsersRequest_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'BatchGetUsersRequest' as interface{}
func (*BatchGetUsersRequest_FieldTerminalPathValue) SetTo ¶
func (fpv *BatchGetUsersRequest_FieldTerminalPathValue) SetTo(target **BatchGetUsersRequest)
SetTo stores value for selected field for object BatchGetUsersRequest
func (*BatchGetUsersRequest_FieldTerminalPathValue) SetToRaw ¶
func (fpv *BatchGetUsersRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
type BatchGetUsersResponse ¶
type BatchGetUsersResponse struct { // found Users Users []*user.User `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty" firestore:"users"` // list of not found Users Missing []*user.Reference `protobuf:"bytes,2,rep,customtype=Reference,name=missing,proto3" json:"missing,omitempty" firestore:"missing"` // contains filtered or unexported fields }
BatchGetUsersResponse
func (*BatchGetUsersResponse) Clone ¶
func (o *BatchGetUsersResponse) Clone() *BatchGetUsersResponse
func (*BatchGetUsersResponse) CloneRaw ¶
func (o *BatchGetUsersResponse) CloneRaw() gotenobject.GotenObjectExt
func (*BatchGetUsersResponse) Descriptor ¶
func (*BatchGetUsersResponse) Descriptor() ([]byte, []int)
Deprecated, Use BatchGetUsersResponse.ProtoReflect.Descriptor instead.
func (*BatchGetUsersResponse) GetMissing ¶
func (m *BatchGetUsersResponse) GetMissing() []*user.Reference
func (*BatchGetUsersResponse) GetUsers ¶
func (m *BatchGetUsersResponse) GetUsers() []*user.User
func (*BatchGetUsersResponse) GotenMessage ¶
func (*BatchGetUsersResponse) GotenMessage()
func (*BatchGetUsersResponse) GotenObjectExt ¶
func (o *BatchGetUsersResponse) GotenObjectExt()
func (*BatchGetUsersResponse) GotenValidate ¶
func (obj *BatchGetUsersResponse) GotenValidate() error
func (*BatchGetUsersResponse) MakeDiffFieldMask ¶
func (o *BatchGetUsersResponse) MakeDiffFieldMask(other *BatchGetUsersResponse) *BatchGetUsersResponse_FieldMask
func (*BatchGetUsersResponse) MakeFullFieldMask ¶
func (o *BatchGetUsersResponse) MakeFullFieldMask() *BatchGetUsersResponse_FieldMask
func (*BatchGetUsersResponse) MakeRawDiffFieldMask ¶
func (o *BatchGetUsersResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*BatchGetUsersResponse) MakeRawFullFieldMask ¶
func (o *BatchGetUsersResponse) MakeRawFullFieldMask() gotenobject.FieldMask
func (*BatchGetUsersResponse) Marshal ¶
func (m *BatchGetUsersResponse) Marshal() ([]byte, error)
func (*BatchGetUsersResponse) MarshalJSON ¶
func (m *BatchGetUsersResponse) MarshalJSON() ([]byte, error)
func (*BatchGetUsersResponse) Merge ¶
func (o *BatchGetUsersResponse) Merge(source *BatchGetUsersResponse)
func (*BatchGetUsersResponse) MergeRaw ¶
func (o *BatchGetUsersResponse) MergeRaw(source gotenobject.GotenObjectExt)
func (*BatchGetUsersResponse) ProtoMessage ¶
func (*BatchGetUsersResponse) ProtoMessage()
func (*BatchGetUsersResponse) ProtoReflect ¶
func (m *BatchGetUsersResponse) ProtoReflect() preflect.Message
func (*BatchGetUsersResponse) Reset ¶
func (m *BatchGetUsersResponse) Reset()
func (*BatchGetUsersResponse) SetMissing ¶
func (m *BatchGetUsersResponse) SetMissing(fv []*user.Reference)
func (*BatchGetUsersResponse) SetUsers ¶
func (m *BatchGetUsersResponse) SetUsers(fv []*user.User)
func (*BatchGetUsersResponse) String ¶
func (m *BatchGetUsersResponse) String() string
func (*BatchGetUsersResponse) Unmarshal ¶
func (m *BatchGetUsersResponse) Unmarshal(b []byte) error
func (*BatchGetUsersResponse) UnmarshalJSON ¶
func (m *BatchGetUsersResponse) UnmarshalJSON(data []byte) error
type BatchGetUsersResponseFieldPathBuilder ¶
type BatchGetUsersResponseFieldPathBuilder struct{}
func NewBatchGetUsersResponseFieldPathBuilder ¶
func NewBatchGetUsersResponseFieldPathBuilder() BatchGetUsersResponseFieldPathBuilder
type BatchGetUsersResponseMapPathSelectorUsersMetadataAnnotations ¶
type BatchGetUsersResponseMapPathSelectorUsersMetadataAnnotations struct {
// contains filtered or unexported fields
}
func (BatchGetUsersResponseMapPathSelectorUsersMetadataAnnotations) WithArrayOfValues ¶
func (s BatchGetUsersResponseMapPathSelectorUsersMetadataAnnotations) WithArrayOfValues(values []string) *BatchGetUsersResponse_FieldSubPathArrayOfValues
func (BatchGetUsersResponseMapPathSelectorUsersMetadataAnnotations) WithValue ¶
func (s BatchGetUsersResponseMapPathSelectorUsersMetadataAnnotations) WithValue(value string) *BatchGetUsersResponse_FieldSubPathValue
type BatchGetUsersResponseMapPathSelectorUsersMetadataLabels ¶
type BatchGetUsersResponseMapPathSelectorUsersMetadataLabels struct {
// contains filtered or unexported fields
}
func (BatchGetUsersResponseMapPathSelectorUsersMetadataLabels) FieldPath ¶
func (s BatchGetUsersResponseMapPathSelectorUsersMetadataLabels) FieldPath() *BatchGetUsersResponse_FieldSubPath
func (BatchGetUsersResponseMapPathSelectorUsersMetadataLabels) WithArrayOfValues ¶
func (s BatchGetUsersResponseMapPathSelectorUsersMetadataLabels) WithArrayOfValues(values []string) *BatchGetUsersResponse_FieldSubPathArrayOfValues
func (BatchGetUsersResponseMapPathSelectorUsersMetadataLabels) WithValue ¶
func (s BatchGetUsersResponseMapPathSelectorUsersMetadataLabels) WithValue(value string) *BatchGetUsersResponse_FieldSubPathValue
type BatchGetUsersResponseMapPathSelectorUsersMetadataShards ¶
type BatchGetUsersResponseMapPathSelectorUsersMetadataShards struct {
// contains filtered or unexported fields
}
func (BatchGetUsersResponseMapPathSelectorUsersMetadataShards) FieldPath ¶
func (s BatchGetUsersResponseMapPathSelectorUsersMetadataShards) FieldPath() *BatchGetUsersResponse_FieldSubPath
func (BatchGetUsersResponseMapPathSelectorUsersMetadataShards) WithArrayOfValues ¶
func (s BatchGetUsersResponseMapPathSelectorUsersMetadataShards) WithArrayOfValues(values []int64) *BatchGetUsersResponse_FieldSubPathArrayOfValues
func (BatchGetUsersResponseMapPathSelectorUsersMetadataShards) WithValue ¶
func (s BatchGetUsersResponseMapPathSelectorUsersMetadataShards) WithValue(value int64) *BatchGetUsersResponse_FieldSubPathValue
type BatchGetUsersResponseMapPathSelectorUsersSettings ¶
type BatchGetUsersResponseMapPathSelectorUsersSettings struct {
// contains filtered or unexported fields
}
func (BatchGetUsersResponseMapPathSelectorUsersSettings) FieldPath ¶
func (s BatchGetUsersResponseMapPathSelectorUsersSettings) FieldPath() *BatchGetUsersResponse_FieldSubPath
func (BatchGetUsersResponseMapPathSelectorUsersSettings) WithArrayOfValues ¶
func (s BatchGetUsersResponseMapPathSelectorUsersSettings) WithArrayOfValues(values []string) *BatchGetUsersResponse_FieldSubPathArrayOfValues
func (BatchGetUsersResponseMapPathSelectorUsersSettings) WithValue ¶
func (s BatchGetUsersResponseMapPathSelectorUsersSettings) WithValue(value string) *BatchGetUsersResponse_FieldSubPathValue
type BatchGetUsersResponsePathSelectorMissing ¶
type BatchGetUsersResponsePathSelectorMissing struct{}
func (BatchGetUsersResponsePathSelectorMissing) FieldPath ¶
func (BatchGetUsersResponsePathSelectorMissing) FieldPath() *BatchGetUsersResponse_FieldTerminalPath
func (BatchGetUsersResponsePathSelectorMissing) WithArrayOfValues ¶
func (s BatchGetUsersResponsePathSelectorMissing) WithArrayOfValues(values [][]*user.Reference) *BatchGetUsersResponse_FieldTerminalPathArrayOfValues
func (BatchGetUsersResponsePathSelectorMissing) WithItemValue ¶
func (s BatchGetUsersResponsePathSelectorMissing) WithItemValue(value *user.Reference) *BatchGetUsersResponse_FieldTerminalPathArrayItemValue
func (BatchGetUsersResponsePathSelectorMissing) WithValue ¶
func (s BatchGetUsersResponsePathSelectorMissing) WithValue(value []*user.Reference) *BatchGetUsersResponse_FieldTerminalPathValue
type BatchGetUsersResponsePathSelectorUsers ¶
type BatchGetUsersResponsePathSelectorUsers struct{}
func (BatchGetUsersResponsePathSelectorUsers) EmailVerified ¶
func (BatchGetUsersResponsePathSelectorUsers) EmailVerified() BatchGetUsersResponsePathSelectorUsersEmailVerified
func (BatchGetUsersResponsePathSelectorUsers) FieldPath ¶
func (BatchGetUsersResponsePathSelectorUsers) FieldPath() *BatchGetUsersResponse_FieldTerminalPath
func (BatchGetUsersResponsePathSelectorUsers) RefreshedTime ¶
func (BatchGetUsersResponsePathSelectorUsers) RefreshedTime() BatchGetUsersResponsePathSelectorUsersRefreshedTime
func (BatchGetUsersResponsePathSelectorUsers) WithArrayOfValues ¶
func (s BatchGetUsersResponsePathSelectorUsers) WithArrayOfValues(values [][]*user.User) *BatchGetUsersResponse_FieldTerminalPathArrayOfValues
func (BatchGetUsersResponsePathSelectorUsers) WithItemValue ¶
func (s BatchGetUsersResponsePathSelectorUsers) WithItemValue(value *user.User) *BatchGetUsersResponse_FieldTerminalPathArrayItemValue
func (BatchGetUsersResponsePathSelectorUsers) WithSubArrayItemValue ¶
func (s BatchGetUsersResponsePathSelectorUsers) WithSubArrayItemValue(subPathArrayItemValue user.User_FieldPathArrayItemValue) *BatchGetUsersResponse_FieldSubPathArrayItemValue
func (BatchGetUsersResponsePathSelectorUsers) WithSubArrayOfValues ¶
func (s BatchGetUsersResponsePathSelectorUsers) WithSubArrayOfValues(subPathArrayOfValues user.User_FieldPathArrayOfValues) *BatchGetUsersResponse_FieldSubPathArrayOfValues
func (BatchGetUsersResponsePathSelectorUsers) WithSubPath ¶
func (BatchGetUsersResponsePathSelectorUsers) WithSubPath(subPath user.User_FieldPath) *BatchGetUsersResponse_FieldSubPath
func (BatchGetUsersResponsePathSelectorUsers) WithSubValue ¶
func (s BatchGetUsersResponsePathSelectorUsers) WithSubValue(subPathValue user.User_FieldPathValue) *BatchGetUsersResponse_FieldSubPathValue
func (BatchGetUsersResponsePathSelectorUsers) WithValue ¶
func (s BatchGetUsersResponsePathSelectorUsers) WithValue(value []*user.User) *BatchGetUsersResponse_FieldTerminalPathValue
type BatchGetUsersResponsePathSelectorUsersAuthInfo ¶
type BatchGetUsersResponsePathSelectorUsersAuthInfo struct{}
func (BatchGetUsersResponsePathSelectorUsersAuthInfo) FieldPath ¶
func (BatchGetUsersResponsePathSelectorUsersAuthInfo) FieldPath() *BatchGetUsersResponse_FieldSubPath
func (BatchGetUsersResponsePathSelectorUsersAuthInfo) WithArrayOfValues ¶
func (s BatchGetUsersResponsePathSelectorUsersAuthInfo) WithArrayOfValues(values []*user.User_AuthInfo) *BatchGetUsersResponse_FieldSubPathArrayOfValues
func (BatchGetUsersResponsePathSelectorUsersAuthInfo) WithValue ¶
func (s BatchGetUsersResponsePathSelectorUsersAuthInfo) WithValue(value *user.User_AuthInfo) *BatchGetUsersResponse_FieldSubPathValue
type BatchGetUsersResponsePathSelectorUsersAuthInfoId ¶
type BatchGetUsersResponsePathSelectorUsersAuthInfoId struct{}
func (BatchGetUsersResponsePathSelectorUsersAuthInfoId) FieldPath ¶
func (BatchGetUsersResponsePathSelectorUsersAuthInfoId) FieldPath() *BatchGetUsersResponse_FieldSubPath
func (BatchGetUsersResponsePathSelectorUsersAuthInfoId) WithArrayOfValues ¶
func (s BatchGetUsersResponsePathSelectorUsersAuthInfoId) WithArrayOfValues(values []string) *BatchGetUsersResponse_FieldSubPathArrayOfValues
func (BatchGetUsersResponsePathSelectorUsersAuthInfoId) WithValue ¶
func (s BatchGetUsersResponsePathSelectorUsersAuthInfoId) WithValue(value string) *BatchGetUsersResponse_FieldSubPathValue
type BatchGetUsersResponsePathSelectorUsersAuthInfoProvider ¶
type BatchGetUsersResponsePathSelectorUsersAuthInfoProvider struct{}
func (BatchGetUsersResponsePathSelectorUsersAuthInfoProvider) WithArrayOfValues ¶
func (s BatchGetUsersResponsePathSelectorUsersAuthInfoProvider) WithArrayOfValues(values []string) *BatchGetUsersResponse_FieldSubPathArrayOfValues
func (BatchGetUsersResponsePathSelectorUsersAuthInfoProvider) WithValue ¶
func (s BatchGetUsersResponsePathSelectorUsersAuthInfoProvider) WithValue(value string) *BatchGetUsersResponse_FieldSubPathValue
type BatchGetUsersResponsePathSelectorUsersEmail ¶
type BatchGetUsersResponsePathSelectorUsersEmail struct{}
func (BatchGetUsersResponsePathSelectorUsersEmail) FieldPath ¶
func (BatchGetUsersResponsePathSelectorUsersEmail) FieldPath() *BatchGetUsersResponse_FieldSubPath
func (BatchGetUsersResponsePathSelectorUsersEmail) WithArrayOfValues ¶
func (s BatchGetUsersResponsePathSelectorUsersEmail) WithArrayOfValues(values []string) *BatchGetUsersResponse_FieldSubPathArrayOfValues
func (BatchGetUsersResponsePathSelectorUsersEmail) WithValue ¶
func (s BatchGetUsersResponsePathSelectorUsersEmail) WithValue(value string) *BatchGetUsersResponse_FieldSubPathValue
type BatchGetUsersResponsePathSelectorUsersEmailVerified ¶
type BatchGetUsersResponsePathSelectorUsersEmailVerified struct{}
func (BatchGetUsersResponsePathSelectorUsersEmailVerified) WithArrayOfValues ¶
func (s BatchGetUsersResponsePathSelectorUsersEmailVerified) WithArrayOfValues(values []bool) *BatchGetUsersResponse_FieldSubPathArrayOfValues
func (BatchGetUsersResponsePathSelectorUsersEmailVerified) WithValue ¶
func (s BatchGetUsersResponsePathSelectorUsersEmailVerified) WithValue(value bool) *BatchGetUsersResponse_FieldSubPathValue
type BatchGetUsersResponsePathSelectorUsersFullName ¶
type BatchGetUsersResponsePathSelectorUsersFullName struct{}
func (BatchGetUsersResponsePathSelectorUsersFullName) FieldPath ¶
func (BatchGetUsersResponsePathSelectorUsersFullName) FieldPath() *BatchGetUsersResponse_FieldSubPath
func (BatchGetUsersResponsePathSelectorUsersFullName) WithArrayOfValues ¶
func (s BatchGetUsersResponsePathSelectorUsersFullName) WithArrayOfValues(values []string) *BatchGetUsersResponse_FieldSubPathArrayOfValues
func (BatchGetUsersResponsePathSelectorUsersFullName) WithValue ¶
func (s BatchGetUsersResponsePathSelectorUsersFullName) WithValue(value string) *BatchGetUsersResponse_FieldSubPathValue
type BatchGetUsersResponsePathSelectorUsersMetadata ¶
type BatchGetUsersResponsePathSelectorUsersMetadata struct{}
func (BatchGetUsersResponsePathSelectorUsersMetadata) Annotations ¶
func (BatchGetUsersResponsePathSelectorUsersMetadata) CreateTime ¶
func (BatchGetUsersResponsePathSelectorUsersMetadata) FieldPath ¶
func (BatchGetUsersResponsePathSelectorUsersMetadata) FieldPath() *BatchGetUsersResponse_FieldSubPath
func (BatchGetUsersResponsePathSelectorUsersMetadata) Generation ¶
func (BatchGetUsersResponsePathSelectorUsersMetadata) OwnerReferences ¶
func (BatchGetUsersResponsePathSelectorUsersMetadata) ResourceVersion ¶
func (BatchGetUsersResponsePathSelectorUsersMetadata) UpdateTime ¶
func (BatchGetUsersResponsePathSelectorUsersMetadata) WithArrayOfValues ¶
func (s BatchGetUsersResponsePathSelectorUsersMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *BatchGetUsersResponse_FieldSubPathArrayOfValues
func (BatchGetUsersResponsePathSelectorUsersMetadata) WithValue ¶
func (s BatchGetUsersResponsePathSelectorUsersMetadata) WithValue(value *ntt_meta.Meta) *BatchGetUsersResponse_FieldSubPathValue
type BatchGetUsersResponsePathSelectorUsersMetadataAnnotations ¶
type BatchGetUsersResponsePathSelectorUsersMetadataAnnotations struct{}
func (BatchGetUsersResponsePathSelectorUsersMetadataAnnotations) WithArrayOfValues ¶
func (s BatchGetUsersResponsePathSelectorUsersMetadataAnnotations) WithArrayOfValues(values []map[string]string) *BatchGetUsersResponse_FieldSubPathArrayOfValues
func (BatchGetUsersResponsePathSelectorUsersMetadataAnnotations) WithValue ¶
func (s BatchGetUsersResponsePathSelectorUsersMetadataAnnotations) WithValue(value map[string]string) *BatchGetUsersResponse_FieldSubPathValue
type BatchGetUsersResponsePathSelectorUsersMetadataCreateTime ¶
type BatchGetUsersResponsePathSelectorUsersMetadataCreateTime struct{}
func (BatchGetUsersResponsePathSelectorUsersMetadataCreateTime) WithArrayOfValues ¶
func (s BatchGetUsersResponsePathSelectorUsersMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *BatchGetUsersResponse_FieldSubPathArrayOfValues
func (BatchGetUsersResponsePathSelectorUsersMetadataCreateTime) WithValue ¶
func (s BatchGetUsersResponsePathSelectorUsersMetadataCreateTime) WithValue(value *timestamp.Timestamp) *BatchGetUsersResponse_FieldSubPathValue
type BatchGetUsersResponsePathSelectorUsersMetadataGeneration ¶
type BatchGetUsersResponsePathSelectorUsersMetadataGeneration struct{}
func (BatchGetUsersResponsePathSelectorUsersMetadataGeneration) WithArrayOfValues ¶
func (s BatchGetUsersResponsePathSelectorUsersMetadataGeneration) WithArrayOfValues(values []int64) *BatchGetUsersResponse_FieldSubPathArrayOfValues
func (BatchGetUsersResponsePathSelectorUsersMetadataGeneration) WithValue ¶
func (s BatchGetUsersResponsePathSelectorUsersMetadataGeneration) WithValue(value int64) *BatchGetUsersResponse_FieldSubPathValue
type BatchGetUsersResponsePathSelectorUsersMetadataLabels ¶
type BatchGetUsersResponsePathSelectorUsersMetadataLabels struct{}
func (BatchGetUsersResponsePathSelectorUsersMetadataLabels) WithArrayOfValues ¶
func (s BatchGetUsersResponsePathSelectorUsersMetadataLabels) WithArrayOfValues(values []map[string]string) *BatchGetUsersResponse_FieldSubPathArrayOfValues
func (BatchGetUsersResponsePathSelectorUsersMetadataLabels) WithValue ¶
func (s BatchGetUsersResponsePathSelectorUsersMetadataLabels) WithValue(value map[string]string) *BatchGetUsersResponse_FieldSubPathValue
type BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferences ¶
type BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferences struct{}
func (BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferences) ApiVersion ¶
func (BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferences) BlockOwnerDeletion ¶
func (BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferences) Controller ¶
func (BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferences) WithArrayOfValues ¶
func (s BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *BatchGetUsersResponse_FieldSubPathArrayOfValues
func (BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferences) WithItemValue ¶
func (s BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *BatchGetUsersResponse_FieldSubPathArrayItemValue
func (BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferences) WithValue ¶
func (s BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *BatchGetUsersResponse_FieldSubPathValue
type BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesApiVersion ¶
type BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesApiVersion struct{}
func (BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesApiVersion) WithArrayOfValues ¶
func (s BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesApiVersion) WithArrayOfValues(values []string) *BatchGetUsersResponse_FieldSubPathArrayOfValues
func (BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesApiVersion) WithValue ¶
func (s BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesApiVersion) WithValue(value string) *BatchGetUsersResponse_FieldSubPathValue
type BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesBlockOwnerDeletion ¶
type BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesBlockOwnerDeletion struct{}
func (BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues ¶
func (s BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *BatchGetUsersResponse_FieldSubPathArrayOfValues
type BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesController ¶
type BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesController struct{}
func (BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesController) WithArrayOfValues ¶
func (s BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *BatchGetUsersResponse_FieldSubPathArrayOfValues
func (BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesController) WithValue ¶
func (s BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesController) WithValue(value bool) *BatchGetUsersResponse_FieldSubPathValue
type BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesKind ¶
type BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesKind struct{}
func (BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesKind) WithArrayOfValues ¶
func (s BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *BatchGetUsersResponse_FieldSubPathArrayOfValues
func (BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesKind) WithValue ¶
func (s BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesKind) WithValue(value string) *BatchGetUsersResponse_FieldSubPathValue
type BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesName ¶
type BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesName struct{}
func (BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesName) WithArrayOfValues ¶
func (s BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesName) WithArrayOfValues(values []string) *BatchGetUsersResponse_FieldSubPathArrayOfValues
func (BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesName) WithValue ¶
func (s BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesName) WithValue(value string) *BatchGetUsersResponse_FieldSubPathValue
type BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesUid ¶
type BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesUid struct{}
func (BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesUid) WithArrayOfValues ¶
func (s BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesUid) WithArrayOfValues(values []string) *BatchGetUsersResponse_FieldSubPathArrayOfValues
func (BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesUid) WithValue ¶
func (s BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesUid) WithValue(value string) *BatchGetUsersResponse_FieldSubPathValue
type BatchGetUsersResponsePathSelectorUsersMetadataResourceVersion ¶
type BatchGetUsersResponsePathSelectorUsersMetadataResourceVersion struct{}
func (BatchGetUsersResponsePathSelectorUsersMetadataResourceVersion) WithArrayOfValues ¶
func (s BatchGetUsersResponsePathSelectorUsersMetadataResourceVersion) WithArrayOfValues(values []string) *BatchGetUsersResponse_FieldSubPathArrayOfValues
func (BatchGetUsersResponsePathSelectorUsersMetadataResourceVersion) WithValue ¶
func (s BatchGetUsersResponsePathSelectorUsersMetadataResourceVersion) WithValue(value string) *BatchGetUsersResponse_FieldSubPathValue
type BatchGetUsersResponsePathSelectorUsersMetadataShards ¶
type BatchGetUsersResponsePathSelectorUsersMetadataShards struct{}
func (BatchGetUsersResponsePathSelectorUsersMetadataShards) WithArrayOfValues ¶
func (s BatchGetUsersResponsePathSelectorUsersMetadataShards) WithArrayOfValues(values []map[string]int64) *BatchGetUsersResponse_FieldSubPathArrayOfValues
func (BatchGetUsersResponsePathSelectorUsersMetadataShards) WithValue ¶
func (s BatchGetUsersResponsePathSelectorUsersMetadataShards) WithValue(value map[string]int64) *BatchGetUsersResponse_FieldSubPathValue
type BatchGetUsersResponsePathSelectorUsersMetadataSyncing ¶
type BatchGetUsersResponsePathSelectorUsersMetadataSyncing struct{}
func (BatchGetUsersResponsePathSelectorUsersMetadataSyncing) OwningRegion ¶
func (BatchGetUsersResponsePathSelectorUsersMetadataSyncing) WithArrayOfValues ¶
func (s BatchGetUsersResponsePathSelectorUsersMetadataSyncing) WithArrayOfValues(values []*syncing_meta.SyncingMeta) *BatchGetUsersResponse_FieldSubPathArrayOfValues
func (BatchGetUsersResponsePathSelectorUsersMetadataSyncing) WithValue ¶
func (s BatchGetUsersResponsePathSelectorUsersMetadataSyncing) WithValue(value *syncing_meta.SyncingMeta) *BatchGetUsersResponse_FieldSubPathValue
type BatchGetUsersResponsePathSelectorUsersMetadataSyncingOwningRegion ¶
type BatchGetUsersResponsePathSelectorUsersMetadataSyncingOwningRegion struct{}
func (BatchGetUsersResponsePathSelectorUsersMetadataSyncingOwningRegion) WithArrayOfValues ¶
func (s BatchGetUsersResponsePathSelectorUsersMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *BatchGetUsersResponse_FieldSubPathArrayOfValues
func (BatchGetUsersResponsePathSelectorUsersMetadataSyncingOwningRegion) WithValue ¶
func (s BatchGetUsersResponsePathSelectorUsersMetadataSyncingOwningRegion) WithValue(value string) *BatchGetUsersResponse_FieldSubPathValue
type BatchGetUsersResponsePathSelectorUsersMetadataSyncingRegions ¶
type BatchGetUsersResponsePathSelectorUsersMetadataSyncingRegions struct{}
func (BatchGetUsersResponsePathSelectorUsersMetadataSyncingRegions) WithArrayOfValues ¶
func (s BatchGetUsersResponsePathSelectorUsersMetadataSyncingRegions) WithArrayOfValues(values [][]string) *BatchGetUsersResponse_FieldSubPathArrayOfValues
func (BatchGetUsersResponsePathSelectorUsersMetadataSyncingRegions) WithItemValue ¶
func (s BatchGetUsersResponsePathSelectorUsersMetadataSyncingRegions) WithItemValue(value string) *BatchGetUsersResponse_FieldSubPathArrayItemValue
func (BatchGetUsersResponsePathSelectorUsersMetadataSyncingRegions) WithValue ¶
func (s BatchGetUsersResponsePathSelectorUsersMetadataSyncingRegions) WithValue(value []string) *BatchGetUsersResponse_FieldSubPathValue
type BatchGetUsersResponsePathSelectorUsersMetadataTags ¶
type BatchGetUsersResponsePathSelectorUsersMetadataTags struct{}
func (BatchGetUsersResponsePathSelectorUsersMetadataTags) FieldPath ¶
func (BatchGetUsersResponsePathSelectorUsersMetadataTags) FieldPath() *BatchGetUsersResponse_FieldSubPath
func (BatchGetUsersResponsePathSelectorUsersMetadataTags) WithArrayOfValues ¶
func (s BatchGetUsersResponsePathSelectorUsersMetadataTags) WithArrayOfValues(values [][]string) *BatchGetUsersResponse_FieldSubPathArrayOfValues
func (BatchGetUsersResponsePathSelectorUsersMetadataTags) WithItemValue ¶
func (s BatchGetUsersResponsePathSelectorUsersMetadataTags) WithItemValue(value string) *BatchGetUsersResponse_FieldSubPathArrayItemValue
func (BatchGetUsersResponsePathSelectorUsersMetadataTags) WithValue ¶
func (s BatchGetUsersResponsePathSelectorUsersMetadataTags) WithValue(value []string) *BatchGetUsersResponse_FieldSubPathValue
type BatchGetUsersResponsePathSelectorUsersMetadataUpdateTime ¶
type BatchGetUsersResponsePathSelectorUsersMetadataUpdateTime struct{}
func (BatchGetUsersResponsePathSelectorUsersMetadataUpdateTime) WithArrayOfValues ¶
func (s BatchGetUsersResponsePathSelectorUsersMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *BatchGetUsersResponse_FieldSubPathArrayOfValues
func (BatchGetUsersResponsePathSelectorUsersMetadataUpdateTime) WithValue ¶
func (s BatchGetUsersResponsePathSelectorUsersMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *BatchGetUsersResponse_FieldSubPathValue
type BatchGetUsersResponsePathSelectorUsersMetadataUuid ¶
type BatchGetUsersResponsePathSelectorUsersMetadataUuid struct{}
func (BatchGetUsersResponsePathSelectorUsersMetadataUuid) FieldPath ¶
func (BatchGetUsersResponsePathSelectorUsersMetadataUuid) FieldPath() *BatchGetUsersResponse_FieldSubPath
func (BatchGetUsersResponsePathSelectorUsersMetadataUuid) WithArrayOfValues ¶
func (s BatchGetUsersResponsePathSelectorUsersMetadataUuid) WithArrayOfValues(values []string) *BatchGetUsersResponse_FieldSubPathArrayOfValues
func (BatchGetUsersResponsePathSelectorUsersMetadataUuid) WithValue ¶
func (s BatchGetUsersResponsePathSelectorUsersMetadataUuid) WithValue(value string) *BatchGetUsersResponse_FieldSubPathValue
type BatchGetUsersResponsePathSelectorUsersName ¶
type BatchGetUsersResponsePathSelectorUsersName struct{}
func (BatchGetUsersResponsePathSelectorUsersName) FieldPath ¶
func (BatchGetUsersResponsePathSelectorUsersName) FieldPath() *BatchGetUsersResponse_FieldSubPath
func (BatchGetUsersResponsePathSelectorUsersName) WithArrayOfValues ¶
func (s BatchGetUsersResponsePathSelectorUsersName) WithArrayOfValues(values []*user.Name) *BatchGetUsersResponse_FieldSubPathArrayOfValues
func (BatchGetUsersResponsePathSelectorUsersName) WithValue ¶
func (s BatchGetUsersResponsePathSelectorUsersName) WithValue(value *user.Name) *BatchGetUsersResponse_FieldSubPathValue
type BatchGetUsersResponsePathSelectorUsersRefreshedTime ¶
type BatchGetUsersResponsePathSelectorUsersRefreshedTime struct{}
func (BatchGetUsersResponsePathSelectorUsersRefreshedTime) WithArrayOfValues ¶
func (s BatchGetUsersResponsePathSelectorUsersRefreshedTime) WithArrayOfValues(values []*timestamp.Timestamp) *BatchGetUsersResponse_FieldSubPathArrayOfValues
func (BatchGetUsersResponsePathSelectorUsersRefreshedTime) WithValue ¶
func (s BatchGetUsersResponsePathSelectorUsersRefreshedTime) WithValue(value *timestamp.Timestamp) *BatchGetUsersResponse_FieldSubPathValue
type BatchGetUsersResponsePathSelectorUsersSettings ¶
type BatchGetUsersResponsePathSelectorUsersSettings struct{}
func (BatchGetUsersResponsePathSelectorUsersSettings) FieldPath ¶
func (BatchGetUsersResponsePathSelectorUsersSettings) FieldPath() *BatchGetUsersResponse_FieldSubPath
func (BatchGetUsersResponsePathSelectorUsersSettings) WithArrayOfValues ¶
func (s BatchGetUsersResponsePathSelectorUsersSettings) WithArrayOfValues(values []map[string]string) *BatchGetUsersResponse_FieldSubPathArrayOfValues
func (BatchGetUsersResponsePathSelectorUsersSettings) WithValue ¶
func (s BatchGetUsersResponsePathSelectorUsersSettings) WithValue(value map[string]string) *BatchGetUsersResponse_FieldSubPathValue
type BatchGetUsersResponse_FieldMask ¶
type BatchGetUsersResponse_FieldMask struct {
Paths []BatchGetUsersResponse_FieldPath
}
func FullBatchGetUsersResponse_FieldMask ¶
func FullBatchGetUsersResponse_FieldMask() *BatchGetUsersResponse_FieldMask
func (*BatchGetUsersResponse_FieldMask) AppendPath ¶
func (fieldMask *BatchGetUsersResponse_FieldMask) AppendPath(path BatchGetUsersResponse_FieldPath)
func (*BatchGetUsersResponse_FieldMask) AppendRawPath ¶
func (fieldMask *BatchGetUsersResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*BatchGetUsersResponse_FieldMask) DecodeFirestore ¶
func (fieldMask *BatchGetUsersResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*BatchGetUsersResponse_FieldMask) EncodeFirestore ¶
func (fieldMask *BatchGetUsersResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*BatchGetUsersResponse_FieldMask) FilterInputFields ¶
func (fieldMask *BatchGetUsersResponse_FieldMask) FilterInputFields() *BatchGetUsersResponse_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*BatchGetUsersResponse_FieldMask) FromProtoFieldMask ¶
func (fieldMask *BatchGetUsersResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*BatchGetUsersResponse_FieldMask) GetPaths ¶
func (fieldMask *BatchGetUsersResponse_FieldMask) GetPaths() []BatchGetUsersResponse_FieldPath
func (*BatchGetUsersResponse_FieldMask) GetRawPaths ¶
func (fieldMask *BatchGetUsersResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*BatchGetUsersResponse_FieldMask) IsFull ¶
func (fieldMask *BatchGetUsersResponse_FieldMask) IsFull() bool
func (BatchGetUsersResponse_FieldMask) Marshal ¶
func (fieldMask BatchGetUsersResponse_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (BatchGetUsersResponse_FieldMask) MarshalJSON ¶
func (fieldMask BatchGetUsersResponse_FieldMask) MarshalJSON() ([]byte, error)
func (*BatchGetUsersResponse_FieldMask) PathsCount ¶
func (fieldMask *BatchGetUsersResponse_FieldMask) PathsCount() int
func (*BatchGetUsersResponse_FieldMask) Project ¶
func (fieldMask *BatchGetUsersResponse_FieldMask) Project(source *BatchGetUsersResponse) *BatchGetUsersResponse
func (*BatchGetUsersResponse_FieldMask) ProjectRaw ¶
func (fieldMask *BatchGetUsersResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*BatchGetUsersResponse_FieldMask) ProtoMessage ¶
func (fieldMask *BatchGetUsersResponse_FieldMask) ProtoMessage()
func (*BatchGetUsersResponse_FieldMask) ProtoReflect ¶
func (fieldMask *BatchGetUsersResponse_FieldMask) ProtoReflect() preflect.Message
func (*BatchGetUsersResponse_FieldMask) Reset ¶
func (fieldMask *BatchGetUsersResponse_FieldMask) Reset()
func (*BatchGetUsersResponse_FieldMask) Set ¶
func (fieldMask *BatchGetUsersResponse_FieldMask) Set(target, source *BatchGetUsersResponse)
func (*BatchGetUsersResponse_FieldMask) SetFromCliFlag ¶
func (fieldMask *BatchGetUsersResponse_FieldMask) SetFromCliFlag(raw string) error
func (*BatchGetUsersResponse_FieldMask) SetRaw ¶
func (fieldMask *BatchGetUsersResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*BatchGetUsersResponse_FieldMask) Size ¶
func (fieldMask *BatchGetUsersResponse_FieldMask) Size() int
func (*BatchGetUsersResponse_FieldMask) String ¶
func (fieldMask *BatchGetUsersResponse_FieldMask) String() string
func (*BatchGetUsersResponse_FieldMask) Subtract ¶
func (fieldMask *BatchGetUsersResponse_FieldMask) Subtract(other *BatchGetUsersResponse_FieldMask) *BatchGetUsersResponse_FieldMask
func (*BatchGetUsersResponse_FieldMask) SubtractRaw ¶
func (fieldMask *BatchGetUsersResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*BatchGetUsersResponse_FieldMask) ToProtoFieldMask ¶
func (fieldMask *BatchGetUsersResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*BatchGetUsersResponse_FieldMask) Unmarshal ¶
func (fieldMask *BatchGetUsersResponse_FieldMask) Unmarshal(data []byte) error
func (*BatchGetUsersResponse_FieldMask) UnmarshalJSON ¶
func (fieldMask *BatchGetUsersResponse_FieldMask) UnmarshalJSON(data []byte) error
type BatchGetUsersResponse_FieldPath ¶
type BatchGetUsersResponse_FieldPath interface { gotenobject.FieldPath Selector() BatchGetUsersResponse_FieldPathSelector Get(source *BatchGetUsersResponse) []interface{} GetSingle(source *BatchGetUsersResponse) (interface{}, bool) ClearValue(item *BatchGetUsersResponse) // Those methods build corresponding BatchGetUsersResponse_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) BatchGetUsersResponse_FieldPathValue WithIArrayOfValues(values interface{}) BatchGetUsersResponse_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) BatchGetUsersResponse_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildBatchGetUsersResponse_FieldPath ¶
func BuildBatchGetUsersResponse_FieldPath(fp gotenobject.RawFieldPath) (BatchGetUsersResponse_FieldPath, error)
func MustParseBatchGetUsersResponse_FieldPath ¶
func MustParseBatchGetUsersResponse_FieldPath(rawField string) BatchGetUsersResponse_FieldPath
func ParseBatchGetUsersResponse_FieldPath ¶
func ParseBatchGetUsersResponse_FieldPath(rawField string) (BatchGetUsersResponse_FieldPath, error)
type BatchGetUsersResponse_FieldPathArrayItemValue ¶
type BatchGetUsersResponse_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue BatchGetUsersResponse_FieldPath ContainsValue(*BatchGetUsersResponse) bool }
BatchGetUsersResponse_FieldPathArrayItemValue allows storing single item in Path-specific values for BatchGetUsersResponse according to their type Present only for array (repeated) types.
func MustParseBatchGetUsersResponse_FieldPathArrayItemValue ¶
func MustParseBatchGetUsersResponse_FieldPathArrayItemValue(pathStr, valueStr string) BatchGetUsersResponse_FieldPathArrayItemValue
func ParseBatchGetUsersResponse_FieldPathArrayItemValue ¶
func ParseBatchGetUsersResponse_FieldPathArrayItemValue(pathStr, valueStr string) (BatchGetUsersResponse_FieldPathArrayItemValue, error)
ParseBatchGetUsersResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type BatchGetUsersResponse_FieldPathArrayOfValues ¶
type BatchGetUsersResponse_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues BatchGetUsersResponse_FieldPath }
BatchGetUsersResponse_FieldPathArrayOfValues allows storing slice of values for BatchGetUsersResponse fields according to their type
func MustParseBatchGetUsersResponse_FieldPathArrayOfValues ¶
func MustParseBatchGetUsersResponse_FieldPathArrayOfValues(pathStr, valuesStr string) BatchGetUsersResponse_FieldPathArrayOfValues
func ParseBatchGetUsersResponse_FieldPathArrayOfValues ¶
func ParseBatchGetUsersResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (BatchGetUsersResponse_FieldPathArrayOfValues, error)
type BatchGetUsersResponse_FieldPathSelector ¶
type BatchGetUsersResponse_FieldPathSelector int32
const ( BatchGetUsersResponse_FieldPathSelectorUsers BatchGetUsersResponse_FieldPathSelector = 0 BatchGetUsersResponse_FieldPathSelectorMissing BatchGetUsersResponse_FieldPathSelector = 1 )
func (BatchGetUsersResponse_FieldPathSelector) String ¶
func (s BatchGetUsersResponse_FieldPathSelector) String() string
type BatchGetUsersResponse_FieldPathValue ¶
type BatchGetUsersResponse_FieldPathValue interface { BatchGetUsersResponse_FieldPath gotenobject.FieldPathValue SetTo(target **BatchGetUsersResponse) CompareWith(*BatchGetUsersResponse) (cmp int, comparable bool) }
BatchGetUsersResponse_FieldPathValue allows storing values for BatchGetUsersResponse fields according to their type
func MustParseBatchGetUsersResponse_FieldPathValue ¶
func MustParseBatchGetUsersResponse_FieldPathValue(pathStr, valueStr string) BatchGetUsersResponse_FieldPathValue
func ParseBatchGetUsersResponse_FieldPathValue ¶
func ParseBatchGetUsersResponse_FieldPathValue(pathStr, valueStr string) (BatchGetUsersResponse_FieldPathValue, error)
type BatchGetUsersResponse_FieldSubPath ¶
type BatchGetUsersResponse_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*BatchGetUsersResponse_FieldSubPath) AsUsersSubPath ¶
func (fps *BatchGetUsersResponse_FieldSubPath) AsUsersSubPath() (user.User_FieldPath, bool)
func (*BatchGetUsersResponse_FieldSubPath) ClearValue ¶
func (fps *BatchGetUsersResponse_FieldSubPath) ClearValue(item *BatchGetUsersResponse)
func (*BatchGetUsersResponse_FieldSubPath) ClearValueRaw ¶
func (fps *BatchGetUsersResponse_FieldSubPath) ClearValueRaw(item proto.Message)
func (*BatchGetUsersResponse_FieldSubPath) Get ¶
func (fps *BatchGetUsersResponse_FieldSubPath) Get(source *BatchGetUsersResponse) (values []interface{})
Get returns all values pointed by selected field from source BatchGetUsersResponse
func (*BatchGetUsersResponse_FieldSubPath) GetDefault ¶
func (fps *BatchGetUsersResponse_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*BatchGetUsersResponse_FieldSubPath) GetRaw ¶
func (fps *BatchGetUsersResponse_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*BatchGetUsersResponse_FieldSubPath) GetSingle ¶
func (fps *BatchGetUsersResponse_FieldSubPath) GetSingle(source *BatchGetUsersResponse) (interface{}, bool)
GetSingle returns value of selected field from source BatchGetUsersResponse
func (*BatchGetUsersResponse_FieldSubPath) GetSingleRaw ¶
func (fps *BatchGetUsersResponse_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*BatchGetUsersResponse_FieldSubPath) IsLeaf ¶
func (fps *BatchGetUsersResponse_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*BatchGetUsersResponse_FieldSubPath) JSONString ¶
func (fps *BatchGetUsersResponse_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*BatchGetUsersResponse_FieldSubPath) Selector ¶
func (fps *BatchGetUsersResponse_FieldSubPath) Selector() BatchGetUsersResponse_FieldPathSelector
func (*BatchGetUsersResponse_FieldSubPath) String ¶
func (fps *BatchGetUsersResponse_FieldSubPath) String() string
String returns path representation in proto convention
func (*BatchGetUsersResponse_FieldSubPath) WithIArrayItemValue ¶
func (fps *BatchGetUsersResponse_FieldSubPath) WithIArrayItemValue(value interface{}) BatchGetUsersResponse_FieldPathArrayItemValue
func (*BatchGetUsersResponse_FieldSubPath) WithIArrayOfValues ¶
func (fps *BatchGetUsersResponse_FieldSubPath) WithIArrayOfValues(values interface{}) BatchGetUsersResponse_FieldPathArrayOfValues
func (*BatchGetUsersResponse_FieldSubPath) WithIValue ¶
func (fps *BatchGetUsersResponse_FieldSubPath) WithIValue(value interface{}) BatchGetUsersResponse_FieldPathValue
func (*BatchGetUsersResponse_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *BatchGetUsersResponse_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*BatchGetUsersResponse_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *BatchGetUsersResponse_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*BatchGetUsersResponse_FieldSubPath) WithRawIValue ¶
func (fps *BatchGetUsersResponse_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type BatchGetUsersResponse_FieldSubPathArrayItemValue ¶
type BatchGetUsersResponse_FieldSubPathArrayItemValue struct { BatchGetUsersResponse_FieldPath // contains filtered or unexported fields }
func (*BatchGetUsersResponse_FieldSubPathArrayItemValue) AsUsersPathItemValue ¶
func (fpaivs *BatchGetUsersResponse_FieldSubPathArrayItemValue) AsUsersPathItemValue() (user.User_FieldPathArrayItemValue, bool)
func (*BatchGetUsersResponse_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *BatchGetUsersResponse_FieldSubPathArrayItemValue) ContainsValue(source *BatchGetUsersResponse) bool
Contains returns a boolean indicating if value that is being held is present in given 'BatchGetUsersResponse'
func (*BatchGetUsersResponse_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *BatchGetUsersResponse_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type BatchGetUsersResponse_FieldSubPathArrayOfValues ¶
type BatchGetUsersResponse_FieldSubPathArrayOfValues struct { BatchGetUsersResponse_FieldPath // contains filtered or unexported fields }
func (*BatchGetUsersResponse_FieldSubPathArrayOfValues) AsUsersPathArrayOfValues ¶
func (fpsaov *BatchGetUsersResponse_FieldSubPathArrayOfValues) AsUsersPathArrayOfValues() (user.User_FieldPathArrayOfValues, bool)
func (*BatchGetUsersResponse_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *BatchGetUsersResponse_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type BatchGetUsersResponse_FieldSubPathValue ¶
type BatchGetUsersResponse_FieldSubPathValue struct { BatchGetUsersResponse_FieldPath // contains filtered or unexported fields }
func (*BatchGetUsersResponse_FieldSubPathValue) AsUsersPathValue ¶
func (fpvs *BatchGetUsersResponse_FieldSubPathValue) AsUsersPathValue() (user.User_FieldPathValue, bool)
func (*BatchGetUsersResponse_FieldSubPathValue) CompareWith ¶
func (fpvs *BatchGetUsersResponse_FieldSubPathValue) CompareWith(source *BatchGetUsersResponse) (int, bool)
func (*BatchGetUsersResponse_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *BatchGetUsersResponse_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*BatchGetUsersResponse_FieldSubPathValue) GetRawValue ¶
func (fpvs *BatchGetUsersResponse_FieldSubPathValue) GetRawValue() interface{}
func (*BatchGetUsersResponse_FieldSubPathValue) SetTo ¶
func (fpvs *BatchGetUsersResponse_FieldSubPathValue) SetTo(target **BatchGetUsersResponse)
func (*BatchGetUsersResponse_FieldSubPathValue) SetToRaw ¶
func (fpvs *BatchGetUsersResponse_FieldSubPathValue) SetToRaw(target proto.Message)
type BatchGetUsersResponse_FieldTerminalPath ¶
type BatchGetUsersResponse_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*BatchGetUsersResponse_FieldTerminalPath) ClearValue ¶
func (fp *BatchGetUsersResponse_FieldTerminalPath) ClearValue(item *BatchGetUsersResponse)
func (*BatchGetUsersResponse_FieldTerminalPath) ClearValueRaw ¶
func (fp *BatchGetUsersResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*BatchGetUsersResponse_FieldTerminalPath) Get ¶
func (fp *BatchGetUsersResponse_FieldTerminalPath) Get(source *BatchGetUsersResponse) (values []interface{})
Get returns all values pointed by specific field from source BatchGetUsersResponse
func (*BatchGetUsersResponse_FieldTerminalPath) GetDefault ¶
func (fp *BatchGetUsersResponse_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*BatchGetUsersResponse_FieldTerminalPath) GetRaw ¶
func (fp *BatchGetUsersResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*BatchGetUsersResponse_FieldTerminalPath) GetSingle ¶
func (fp *BatchGetUsersResponse_FieldTerminalPath) GetSingle(source *BatchGetUsersResponse) (interface{}, bool)
GetSingle returns value pointed by specific field of from source BatchGetUsersResponse
func (*BatchGetUsersResponse_FieldTerminalPath) GetSingleRaw ¶
func (fp *BatchGetUsersResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*BatchGetUsersResponse_FieldTerminalPath) IsLeaf ¶
func (fp *BatchGetUsersResponse_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*BatchGetUsersResponse_FieldTerminalPath) JSONString ¶
func (fp *BatchGetUsersResponse_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*BatchGetUsersResponse_FieldTerminalPath) Selector ¶
func (fp *BatchGetUsersResponse_FieldTerminalPath) Selector() BatchGetUsersResponse_FieldPathSelector
func (*BatchGetUsersResponse_FieldTerminalPath) String ¶
func (fp *BatchGetUsersResponse_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*BatchGetUsersResponse_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *BatchGetUsersResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) BatchGetUsersResponse_FieldPathArrayItemValue
func (*BatchGetUsersResponse_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *BatchGetUsersResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) BatchGetUsersResponse_FieldPathArrayOfValues
func (*BatchGetUsersResponse_FieldTerminalPath) WithIValue ¶
func (fp *BatchGetUsersResponse_FieldTerminalPath) WithIValue(value interface{}) BatchGetUsersResponse_FieldPathValue
func (*BatchGetUsersResponse_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *BatchGetUsersResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*BatchGetUsersResponse_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *BatchGetUsersResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*BatchGetUsersResponse_FieldTerminalPath) WithRawIValue ¶
func (fp *BatchGetUsersResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type BatchGetUsersResponse_FieldTerminalPathArrayItemValue ¶
type BatchGetUsersResponse_FieldTerminalPathArrayItemValue struct { BatchGetUsersResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*BatchGetUsersResponse_FieldTerminalPathArrayItemValue) AsMissingItemValue ¶
func (fpaiv *BatchGetUsersResponse_FieldTerminalPathArrayItemValue) AsMissingItemValue() (*user.Reference, bool)
func (*BatchGetUsersResponse_FieldTerminalPathArrayItemValue) AsUsersItemValue ¶
func (fpaiv *BatchGetUsersResponse_FieldTerminalPathArrayItemValue) AsUsersItemValue() (*user.User, bool)
func (*BatchGetUsersResponse_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *BatchGetUsersResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *BatchGetUsersResponse) bool
Contains returns a boolean indicating if value that is being held is present in given 'BatchGetUsersResponse'
func (*BatchGetUsersResponse_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *BatchGetUsersResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object BatchGetUsersResponse as interface{}
func (*BatchGetUsersResponse_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *BatchGetUsersResponse_FieldTerminalPathArrayItemValue) GetSingle(source *BatchGetUsersResponse) (interface{}, bool)
func (*BatchGetUsersResponse_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *BatchGetUsersResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type BatchGetUsersResponse_FieldTerminalPathArrayOfValues ¶
type BatchGetUsersResponse_FieldTerminalPathArrayOfValues struct { BatchGetUsersResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*BatchGetUsersResponse_FieldTerminalPathArrayOfValues) AsMissingArrayOfValues ¶
func (fpaov *BatchGetUsersResponse_FieldTerminalPathArrayOfValues) AsMissingArrayOfValues() ([][]*user.Reference, bool)
func (*BatchGetUsersResponse_FieldTerminalPathArrayOfValues) AsUsersArrayOfValues ¶
func (fpaov *BatchGetUsersResponse_FieldTerminalPathArrayOfValues) AsUsersArrayOfValues() ([][]*user.User, bool)
func (*BatchGetUsersResponse_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *BatchGetUsersResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type BatchGetUsersResponse_FieldTerminalPathValue ¶
type BatchGetUsersResponse_FieldTerminalPathValue struct { BatchGetUsersResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*BatchGetUsersResponse_FieldTerminalPathValue) AsMissingValue ¶
func (fpv *BatchGetUsersResponse_FieldTerminalPathValue) AsMissingValue() ([]*user.Reference, bool)
func (*BatchGetUsersResponse_FieldTerminalPathValue) AsUsersValue ¶
func (fpv *BatchGetUsersResponse_FieldTerminalPathValue) AsUsersValue() ([]*user.User, bool)
func (*BatchGetUsersResponse_FieldTerminalPathValue) CompareWith ¶
func (fpv *BatchGetUsersResponse_FieldTerminalPathValue) CompareWith(source *BatchGetUsersResponse) (int, bool)
CompareWith compares value in the 'BatchGetUsersResponse_FieldTerminalPathValue' with the value under path in 'BatchGetUsersResponse'.
func (*BatchGetUsersResponse_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *BatchGetUsersResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*BatchGetUsersResponse_FieldTerminalPathValue) GetRawValue ¶
func (fpv *BatchGetUsersResponse_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'BatchGetUsersResponse' as interface{}
func (*BatchGetUsersResponse_FieldTerminalPathValue) SetTo ¶
func (fpv *BatchGetUsersResponse_FieldTerminalPathValue) SetTo(target **BatchGetUsersResponse)
SetTo stores value for selected field for object BatchGetUsersResponse
func (*BatchGetUsersResponse_FieldTerminalPathValue) SetToRaw ¶
func (fpv *BatchGetUsersResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
type CreateUserRequest ¶
type CreateUserRequest struct { // User resource body User *user.User `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty" firestore:"user"` // contains filtered or unexported fields }
Request message for method [CreateUser][ntt.iam.v1alpha.CreateUser]
func (*CreateUserRequest) Clone ¶
func (o *CreateUserRequest) Clone() *CreateUserRequest
func (*CreateUserRequest) CloneRaw ¶
func (o *CreateUserRequest) CloneRaw() gotenobject.GotenObjectExt
func (*CreateUserRequest) Descriptor ¶
func (*CreateUserRequest) Descriptor() ([]byte, []int)
Deprecated, Use CreateUserRequest.ProtoReflect.Descriptor instead.
func (*CreateUserRequest) GetUser ¶
func (m *CreateUserRequest) GetUser() *user.User
func (*CreateUserRequest) GotenMessage ¶
func (*CreateUserRequest) GotenMessage()
func (*CreateUserRequest) GotenObjectExt ¶
func (o *CreateUserRequest) GotenObjectExt()
func (*CreateUserRequest) GotenValidate ¶
func (obj *CreateUserRequest) GotenValidate() error
func (*CreateUserRequest) MakeDiffFieldMask ¶
func (o *CreateUserRequest) MakeDiffFieldMask(other *CreateUserRequest) *CreateUserRequest_FieldMask
func (*CreateUserRequest) MakeFullFieldMask ¶
func (o *CreateUserRequest) MakeFullFieldMask() *CreateUserRequest_FieldMask
func (*CreateUserRequest) MakeRawDiffFieldMask ¶
func (o *CreateUserRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*CreateUserRequest) MakeRawFullFieldMask ¶
func (o *CreateUserRequest) MakeRawFullFieldMask() gotenobject.FieldMask
func (*CreateUserRequest) Marshal ¶
func (m *CreateUserRequest) Marshal() ([]byte, error)
func (*CreateUserRequest) MarshalJSON ¶
func (m *CreateUserRequest) MarshalJSON() ([]byte, error)
func (*CreateUserRequest) Merge ¶
func (o *CreateUserRequest) Merge(source *CreateUserRequest)
func (*CreateUserRequest) MergeRaw ¶
func (o *CreateUserRequest) MergeRaw(source gotenobject.GotenObjectExt)
func (*CreateUserRequest) ProtoMessage ¶
func (*CreateUserRequest) ProtoMessage()
func (*CreateUserRequest) ProtoReflect ¶
func (m *CreateUserRequest) ProtoReflect() preflect.Message
func (*CreateUserRequest) Reset ¶
func (m *CreateUserRequest) Reset()
func (*CreateUserRequest) SetUser ¶
func (m *CreateUserRequest) SetUser(fv *user.User)
func (*CreateUserRequest) String ¶
func (m *CreateUserRequest) String() string
func (*CreateUserRequest) Unmarshal ¶
func (m *CreateUserRequest) Unmarshal(b []byte) error
func (*CreateUserRequest) UnmarshalJSON ¶
func (m *CreateUserRequest) UnmarshalJSON(data []byte) error
type CreateUserRequestFieldPathBuilder ¶
type CreateUserRequestFieldPathBuilder struct{}
func NewCreateUserRequestFieldPathBuilder ¶
func NewCreateUserRequestFieldPathBuilder() CreateUserRequestFieldPathBuilder
type CreateUserRequestMapPathSelectorUserMetadataAnnotations ¶
type CreateUserRequestMapPathSelectorUserMetadataAnnotations struct {
// contains filtered or unexported fields
}
func (CreateUserRequestMapPathSelectorUserMetadataAnnotations) FieldPath ¶
func (s CreateUserRequestMapPathSelectorUserMetadataAnnotations) FieldPath() *CreateUserRequest_FieldSubPath
func (CreateUserRequestMapPathSelectorUserMetadataAnnotations) WithArrayOfValues ¶
func (s CreateUserRequestMapPathSelectorUserMetadataAnnotations) WithArrayOfValues(values []string) *CreateUserRequest_FieldSubPathArrayOfValues
func (CreateUserRequestMapPathSelectorUserMetadataAnnotations) WithValue ¶
func (s CreateUserRequestMapPathSelectorUserMetadataAnnotations) WithValue(value string) *CreateUserRequest_FieldSubPathValue
type CreateUserRequestMapPathSelectorUserMetadataLabels ¶
type CreateUserRequestMapPathSelectorUserMetadataLabels struct {
// contains filtered or unexported fields
}
func (CreateUserRequestMapPathSelectorUserMetadataLabels) FieldPath ¶
func (s CreateUserRequestMapPathSelectorUserMetadataLabels) FieldPath() *CreateUserRequest_FieldSubPath
func (CreateUserRequestMapPathSelectorUserMetadataLabels) WithArrayOfValues ¶
func (s CreateUserRequestMapPathSelectorUserMetadataLabels) WithArrayOfValues(values []string) *CreateUserRequest_FieldSubPathArrayOfValues
func (CreateUserRequestMapPathSelectorUserMetadataLabels) WithValue ¶
func (s CreateUserRequestMapPathSelectorUserMetadataLabels) WithValue(value string) *CreateUserRequest_FieldSubPathValue
type CreateUserRequestMapPathSelectorUserMetadataShards ¶
type CreateUserRequestMapPathSelectorUserMetadataShards struct {
// contains filtered or unexported fields
}
func (CreateUserRequestMapPathSelectorUserMetadataShards) FieldPath ¶
func (s CreateUserRequestMapPathSelectorUserMetadataShards) FieldPath() *CreateUserRequest_FieldSubPath
func (CreateUserRequestMapPathSelectorUserMetadataShards) WithArrayOfValues ¶
func (s CreateUserRequestMapPathSelectorUserMetadataShards) WithArrayOfValues(values []int64) *CreateUserRequest_FieldSubPathArrayOfValues
func (CreateUserRequestMapPathSelectorUserMetadataShards) WithValue ¶
func (s CreateUserRequestMapPathSelectorUserMetadataShards) WithValue(value int64) *CreateUserRequest_FieldSubPathValue
type CreateUserRequestMapPathSelectorUserSettings ¶
type CreateUserRequestMapPathSelectorUserSettings struct {
// contains filtered or unexported fields
}
func (CreateUserRequestMapPathSelectorUserSettings) FieldPath ¶
func (s CreateUserRequestMapPathSelectorUserSettings) FieldPath() *CreateUserRequest_FieldSubPath
func (CreateUserRequestMapPathSelectorUserSettings) WithArrayOfValues ¶
func (s CreateUserRequestMapPathSelectorUserSettings) WithArrayOfValues(values []string) *CreateUserRequest_FieldSubPathArrayOfValues
func (CreateUserRequestMapPathSelectorUserSettings) WithValue ¶
func (s CreateUserRequestMapPathSelectorUserSettings) WithValue(value string) *CreateUserRequest_FieldSubPathValue
type CreateUserRequestPathSelectorUser ¶
type CreateUserRequestPathSelectorUser struct{}
func (CreateUserRequestPathSelectorUser) AuthInfo ¶
func (CreateUserRequestPathSelectorUser) AuthInfo() CreateUserRequestPathSelectorUserAuthInfo
func (CreateUserRequestPathSelectorUser) EmailVerified ¶
func (CreateUserRequestPathSelectorUser) EmailVerified() CreateUserRequestPathSelectorUserEmailVerified
func (CreateUserRequestPathSelectorUser) FieldPath ¶
func (CreateUserRequestPathSelectorUser) FieldPath() *CreateUserRequest_FieldTerminalPath
func (CreateUserRequestPathSelectorUser) FullName ¶
func (CreateUserRequestPathSelectorUser) FullName() CreateUserRequestPathSelectorUserFullName
func (CreateUserRequestPathSelectorUser) Metadata ¶
func (CreateUserRequestPathSelectorUser) Metadata() CreateUserRequestPathSelectorUserMetadata
func (CreateUserRequestPathSelectorUser) RefreshedTime ¶
func (CreateUserRequestPathSelectorUser) RefreshedTime() CreateUserRequestPathSelectorUserRefreshedTime
func (CreateUserRequestPathSelectorUser) Settings ¶
func (CreateUserRequestPathSelectorUser) Settings() CreateUserRequestPathSelectorUserSettings
func (CreateUserRequestPathSelectorUser) WithArrayOfValues ¶
func (s CreateUserRequestPathSelectorUser) WithArrayOfValues(values []*user.User) *CreateUserRequest_FieldTerminalPathArrayOfValues
func (CreateUserRequestPathSelectorUser) WithSubArrayItemValue ¶
func (s CreateUserRequestPathSelectorUser) WithSubArrayItemValue(subPathArrayItemValue user.User_FieldPathArrayItemValue) *CreateUserRequest_FieldSubPathArrayItemValue
func (CreateUserRequestPathSelectorUser) WithSubArrayOfValues ¶
func (s CreateUserRequestPathSelectorUser) WithSubArrayOfValues(subPathArrayOfValues user.User_FieldPathArrayOfValues) *CreateUserRequest_FieldSubPathArrayOfValues
func (CreateUserRequestPathSelectorUser) WithSubPath ¶
func (CreateUserRequestPathSelectorUser) WithSubPath(subPath user.User_FieldPath) *CreateUserRequest_FieldSubPath
func (CreateUserRequestPathSelectorUser) WithSubValue ¶
func (s CreateUserRequestPathSelectorUser) WithSubValue(subPathValue user.User_FieldPathValue) *CreateUserRequest_FieldSubPathValue
func (CreateUserRequestPathSelectorUser) WithValue ¶
func (s CreateUserRequestPathSelectorUser) WithValue(value *user.User) *CreateUserRequest_FieldTerminalPathValue
type CreateUserRequestPathSelectorUserAuthInfo ¶
type CreateUserRequestPathSelectorUserAuthInfo struct{}
func (CreateUserRequestPathSelectorUserAuthInfo) FieldPath ¶
func (CreateUserRequestPathSelectorUserAuthInfo) FieldPath() *CreateUserRequest_FieldSubPath
func (CreateUserRequestPathSelectorUserAuthInfo) WithArrayOfValues ¶
func (s CreateUserRequestPathSelectorUserAuthInfo) WithArrayOfValues(values []*user.User_AuthInfo) *CreateUserRequest_FieldSubPathArrayOfValues
func (CreateUserRequestPathSelectorUserAuthInfo) WithValue ¶
func (s CreateUserRequestPathSelectorUserAuthInfo) WithValue(value *user.User_AuthInfo) *CreateUserRequest_FieldSubPathValue
type CreateUserRequestPathSelectorUserAuthInfoId ¶
type CreateUserRequestPathSelectorUserAuthInfoId struct{}
func (CreateUserRequestPathSelectorUserAuthInfoId) FieldPath ¶
func (CreateUserRequestPathSelectorUserAuthInfoId) FieldPath() *CreateUserRequest_FieldSubPath
func (CreateUserRequestPathSelectorUserAuthInfoId) WithArrayOfValues ¶
func (s CreateUserRequestPathSelectorUserAuthInfoId) WithArrayOfValues(values []string) *CreateUserRequest_FieldSubPathArrayOfValues
func (CreateUserRequestPathSelectorUserAuthInfoId) WithValue ¶
func (s CreateUserRequestPathSelectorUserAuthInfoId) WithValue(value string) *CreateUserRequest_FieldSubPathValue
type CreateUserRequestPathSelectorUserAuthInfoProvider ¶
type CreateUserRequestPathSelectorUserAuthInfoProvider struct{}
func (CreateUserRequestPathSelectorUserAuthInfoProvider) FieldPath ¶
func (CreateUserRequestPathSelectorUserAuthInfoProvider) FieldPath() *CreateUserRequest_FieldSubPath
func (CreateUserRequestPathSelectorUserAuthInfoProvider) WithArrayOfValues ¶
func (s CreateUserRequestPathSelectorUserAuthInfoProvider) WithArrayOfValues(values []string) *CreateUserRequest_FieldSubPathArrayOfValues
func (CreateUserRequestPathSelectorUserAuthInfoProvider) WithValue ¶
func (s CreateUserRequestPathSelectorUserAuthInfoProvider) WithValue(value string) *CreateUserRequest_FieldSubPathValue
type CreateUserRequestPathSelectorUserEmail ¶
type CreateUserRequestPathSelectorUserEmail struct{}
func (CreateUserRequestPathSelectorUserEmail) FieldPath ¶
func (CreateUserRequestPathSelectorUserEmail) FieldPath() *CreateUserRequest_FieldSubPath
func (CreateUserRequestPathSelectorUserEmail) WithArrayOfValues ¶
func (s CreateUserRequestPathSelectorUserEmail) WithArrayOfValues(values []string) *CreateUserRequest_FieldSubPathArrayOfValues
func (CreateUserRequestPathSelectorUserEmail) WithValue ¶
func (s CreateUserRequestPathSelectorUserEmail) WithValue(value string) *CreateUserRequest_FieldSubPathValue
type CreateUserRequestPathSelectorUserEmailVerified ¶
type CreateUserRequestPathSelectorUserEmailVerified struct{}
func (CreateUserRequestPathSelectorUserEmailVerified) FieldPath ¶
func (CreateUserRequestPathSelectorUserEmailVerified) FieldPath() *CreateUserRequest_FieldSubPath
func (CreateUserRequestPathSelectorUserEmailVerified) WithArrayOfValues ¶
func (s CreateUserRequestPathSelectorUserEmailVerified) WithArrayOfValues(values []bool) *CreateUserRequest_FieldSubPathArrayOfValues
func (CreateUserRequestPathSelectorUserEmailVerified) WithValue ¶
func (s CreateUserRequestPathSelectorUserEmailVerified) WithValue(value bool) *CreateUserRequest_FieldSubPathValue
type CreateUserRequestPathSelectorUserFullName ¶
type CreateUserRequestPathSelectorUserFullName struct{}
func (CreateUserRequestPathSelectorUserFullName) FieldPath ¶
func (CreateUserRequestPathSelectorUserFullName) FieldPath() *CreateUserRequest_FieldSubPath
func (CreateUserRequestPathSelectorUserFullName) WithArrayOfValues ¶
func (s CreateUserRequestPathSelectorUserFullName) WithArrayOfValues(values []string) *CreateUserRequest_FieldSubPathArrayOfValues
func (CreateUserRequestPathSelectorUserFullName) WithValue ¶
func (s CreateUserRequestPathSelectorUserFullName) WithValue(value string) *CreateUserRequest_FieldSubPathValue
type CreateUserRequestPathSelectorUserMetadata ¶
type CreateUserRequestPathSelectorUserMetadata struct{}
func (CreateUserRequestPathSelectorUserMetadata) Annotations ¶
func (CreateUserRequestPathSelectorUserMetadata) CreateTime ¶
func (CreateUserRequestPathSelectorUserMetadata) FieldPath ¶
func (CreateUserRequestPathSelectorUserMetadata) FieldPath() *CreateUserRequest_FieldSubPath
func (CreateUserRequestPathSelectorUserMetadata) Generation ¶
func (CreateUserRequestPathSelectorUserMetadata) OwnerReferences ¶
func (CreateUserRequestPathSelectorUserMetadata) OwnerReferences() CreateUserRequestPathSelectorUserMetadataOwnerReferences
func (CreateUserRequestPathSelectorUserMetadata) ResourceVersion ¶
func (CreateUserRequestPathSelectorUserMetadata) ResourceVersion() CreateUserRequestPathSelectorUserMetadataResourceVersion
func (CreateUserRequestPathSelectorUserMetadata) UpdateTime ¶
func (CreateUserRequestPathSelectorUserMetadata) WithArrayOfValues ¶
func (s CreateUserRequestPathSelectorUserMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *CreateUserRequest_FieldSubPathArrayOfValues
func (CreateUserRequestPathSelectorUserMetadata) WithValue ¶
func (s CreateUserRequestPathSelectorUserMetadata) WithValue(value *ntt_meta.Meta) *CreateUserRequest_FieldSubPathValue
type CreateUserRequestPathSelectorUserMetadataAnnotations ¶
type CreateUserRequestPathSelectorUserMetadataAnnotations struct{}
func (CreateUserRequestPathSelectorUserMetadataAnnotations) FieldPath ¶
func (CreateUserRequestPathSelectorUserMetadataAnnotations) FieldPath() *CreateUserRequest_FieldSubPath
func (CreateUserRequestPathSelectorUserMetadataAnnotations) WithArrayOfValues ¶
func (s CreateUserRequestPathSelectorUserMetadataAnnotations) WithArrayOfValues(values []map[string]string) *CreateUserRequest_FieldSubPathArrayOfValues
func (CreateUserRequestPathSelectorUserMetadataAnnotations) WithValue ¶
func (s CreateUserRequestPathSelectorUserMetadataAnnotations) WithValue(value map[string]string) *CreateUserRequest_FieldSubPathValue
type CreateUserRequestPathSelectorUserMetadataCreateTime ¶
type CreateUserRequestPathSelectorUserMetadataCreateTime struct{}
func (CreateUserRequestPathSelectorUserMetadataCreateTime) FieldPath ¶
func (CreateUserRequestPathSelectorUserMetadataCreateTime) FieldPath() *CreateUserRequest_FieldSubPath
func (CreateUserRequestPathSelectorUserMetadataCreateTime) WithArrayOfValues ¶
func (s CreateUserRequestPathSelectorUserMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *CreateUserRequest_FieldSubPathArrayOfValues
func (CreateUserRequestPathSelectorUserMetadataCreateTime) WithValue ¶
func (s CreateUserRequestPathSelectorUserMetadataCreateTime) WithValue(value *timestamp.Timestamp) *CreateUserRequest_FieldSubPathValue
type CreateUserRequestPathSelectorUserMetadataGeneration ¶
type CreateUserRequestPathSelectorUserMetadataGeneration struct{}
func (CreateUserRequestPathSelectorUserMetadataGeneration) FieldPath ¶
func (CreateUserRequestPathSelectorUserMetadataGeneration) FieldPath() *CreateUserRequest_FieldSubPath
func (CreateUserRequestPathSelectorUserMetadataGeneration) WithArrayOfValues ¶
func (s CreateUserRequestPathSelectorUserMetadataGeneration) WithArrayOfValues(values []int64) *CreateUserRequest_FieldSubPathArrayOfValues
func (CreateUserRequestPathSelectorUserMetadataGeneration) WithValue ¶
func (s CreateUserRequestPathSelectorUserMetadataGeneration) WithValue(value int64) *CreateUserRequest_FieldSubPathValue
type CreateUserRequestPathSelectorUserMetadataLabels ¶
type CreateUserRequestPathSelectorUserMetadataLabels struct{}
func (CreateUserRequestPathSelectorUserMetadataLabels) FieldPath ¶
func (CreateUserRequestPathSelectorUserMetadataLabels) FieldPath() *CreateUserRequest_FieldSubPath
func (CreateUserRequestPathSelectorUserMetadataLabels) WithArrayOfValues ¶
func (s CreateUserRequestPathSelectorUserMetadataLabels) WithArrayOfValues(values []map[string]string) *CreateUserRequest_FieldSubPathArrayOfValues
func (CreateUserRequestPathSelectorUserMetadataLabels) WithValue ¶
func (s CreateUserRequestPathSelectorUserMetadataLabels) WithValue(value map[string]string) *CreateUserRequest_FieldSubPathValue
type CreateUserRequestPathSelectorUserMetadataOwnerReferences ¶
type CreateUserRequestPathSelectorUserMetadataOwnerReferences struct{}
func (CreateUserRequestPathSelectorUserMetadataOwnerReferences) ApiVersion ¶
func (CreateUserRequestPathSelectorUserMetadataOwnerReferences) BlockOwnerDeletion ¶
func (CreateUserRequestPathSelectorUserMetadataOwnerReferences) Controller ¶
func (CreateUserRequestPathSelectorUserMetadataOwnerReferences) WithArrayOfValues ¶
func (s CreateUserRequestPathSelectorUserMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *CreateUserRequest_FieldSubPathArrayOfValues
func (CreateUserRequestPathSelectorUserMetadataOwnerReferences) WithItemValue ¶
func (s CreateUserRequestPathSelectorUserMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *CreateUserRequest_FieldSubPathArrayItemValue
func (CreateUserRequestPathSelectorUserMetadataOwnerReferences) WithValue ¶
func (s CreateUserRequestPathSelectorUserMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *CreateUserRequest_FieldSubPathValue
type CreateUserRequestPathSelectorUserMetadataOwnerReferencesApiVersion ¶
type CreateUserRequestPathSelectorUserMetadataOwnerReferencesApiVersion struct{}
func (CreateUserRequestPathSelectorUserMetadataOwnerReferencesApiVersion) WithArrayOfValues ¶
func (s CreateUserRequestPathSelectorUserMetadataOwnerReferencesApiVersion) WithArrayOfValues(values []string) *CreateUserRequest_FieldSubPathArrayOfValues
func (CreateUserRequestPathSelectorUserMetadataOwnerReferencesApiVersion) WithValue ¶
func (s CreateUserRequestPathSelectorUserMetadataOwnerReferencesApiVersion) WithValue(value string) *CreateUserRequest_FieldSubPathValue
type CreateUserRequestPathSelectorUserMetadataOwnerReferencesBlockOwnerDeletion ¶
type CreateUserRequestPathSelectorUserMetadataOwnerReferencesBlockOwnerDeletion struct{}
func (CreateUserRequestPathSelectorUserMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues ¶
func (s CreateUserRequestPathSelectorUserMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *CreateUserRequest_FieldSubPathArrayOfValues
func (CreateUserRequestPathSelectorUserMetadataOwnerReferencesBlockOwnerDeletion) WithValue ¶
func (s CreateUserRequestPathSelectorUserMetadataOwnerReferencesBlockOwnerDeletion) WithValue(value bool) *CreateUserRequest_FieldSubPathValue
type CreateUserRequestPathSelectorUserMetadataOwnerReferencesController ¶
type CreateUserRequestPathSelectorUserMetadataOwnerReferencesController struct{}
func (CreateUserRequestPathSelectorUserMetadataOwnerReferencesController) WithArrayOfValues ¶
func (s CreateUserRequestPathSelectorUserMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *CreateUserRequest_FieldSubPathArrayOfValues
func (CreateUserRequestPathSelectorUserMetadataOwnerReferencesController) WithValue ¶
func (s CreateUserRequestPathSelectorUserMetadataOwnerReferencesController) WithValue(value bool) *CreateUserRequest_FieldSubPathValue
type CreateUserRequestPathSelectorUserMetadataOwnerReferencesKind ¶
type CreateUserRequestPathSelectorUserMetadataOwnerReferencesKind struct{}
func (CreateUserRequestPathSelectorUserMetadataOwnerReferencesKind) WithArrayOfValues ¶
func (s CreateUserRequestPathSelectorUserMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *CreateUserRequest_FieldSubPathArrayOfValues
func (CreateUserRequestPathSelectorUserMetadataOwnerReferencesKind) WithValue ¶
func (s CreateUserRequestPathSelectorUserMetadataOwnerReferencesKind) WithValue(value string) *CreateUserRequest_FieldSubPathValue
type CreateUserRequestPathSelectorUserMetadataOwnerReferencesName ¶
type CreateUserRequestPathSelectorUserMetadataOwnerReferencesName struct{}
func (CreateUserRequestPathSelectorUserMetadataOwnerReferencesName) WithArrayOfValues ¶
func (s CreateUserRequestPathSelectorUserMetadataOwnerReferencesName) WithArrayOfValues(values []string) *CreateUserRequest_FieldSubPathArrayOfValues
func (CreateUserRequestPathSelectorUserMetadataOwnerReferencesName) WithValue ¶
func (s CreateUserRequestPathSelectorUserMetadataOwnerReferencesName) WithValue(value string) *CreateUserRequest_FieldSubPathValue
type CreateUserRequestPathSelectorUserMetadataOwnerReferencesUid ¶
type CreateUserRequestPathSelectorUserMetadataOwnerReferencesUid struct{}
func (CreateUserRequestPathSelectorUserMetadataOwnerReferencesUid) WithArrayOfValues ¶
func (s CreateUserRequestPathSelectorUserMetadataOwnerReferencesUid) WithArrayOfValues(values []string) *CreateUserRequest_FieldSubPathArrayOfValues
func (CreateUserRequestPathSelectorUserMetadataOwnerReferencesUid) WithValue ¶
func (s CreateUserRequestPathSelectorUserMetadataOwnerReferencesUid) WithValue(value string) *CreateUserRequest_FieldSubPathValue
type CreateUserRequestPathSelectorUserMetadataResourceVersion ¶
type CreateUserRequestPathSelectorUserMetadataResourceVersion struct{}
func (CreateUserRequestPathSelectorUserMetadataResourceVersion) WithArrayOfValues ¶
func (s CreateUserRequestPathSelectorUserMetadataResourceVersion) WithArrayOfValues(values []string) *CreateUserRequest_FieldSubPathArrayOfValues
func (CreateUserRequestPathSelectorUserMetadataResourceVersion) WithValue ¶
func (s CreateUserRequestPathSelectorUserMetadataResourceVersion) WithValue(value string) *CreateUserRequest_FieldSubPathValue
type CreateUserRequestPathSelectorUserMetadataShards ¶
type CreateUserRequestPathSelectorUserMetadataShards struct{}
func (CreateUserRequestPathSelectorUserMetadataShards) FieldPath ¶
func (CreateUserRequestPathSelectorUserMetadataShards) FieldPath() *CreateUserRequest_FieldSubPath
func (CreateUserRequestPathSelectorUserMetadataShards) WithArrayOfValues ¶
func (s CreateUserRequestPathSelectorUserMetadataShards) WithArrayOfValues(values []map[string]int64) *CreateUserRequest_FieldSubPathArrayOfValues
func (CreateUserRequestPathSelectorUserMetadataShards) WithValue ¶
func (s CreateUserRequestPathSelectorUserMetadataShards) WithValue(value map[string]int64) *CreateUserRequest_FieldSubPathValue
type CreateUserRequestPathSelectorUserMetadataSyncing ¶
type CreateUserRequestPathSelectorUserMetadataSyncing struct{}
func (CreateUserRequestPathSelectorUserMetadataSyncing) FieldPath ¶
func (CreateUserRequestPathSelectorUserMetadataSyncing) FieldPath() *CreateUserRequest_FieldSubPath
func (CreateUserRequestPathSelectorUserMetadataSyncing) OwningRegion ¶
func (CreateUserRequestPathSelectorUserMetadataSyncing) WithArrayOfValues ¶
func (s CreateUserRequestPathSelectorUserMetadataSyncing) WithArrayOfValues(values []*syncing_meta.SyncingMeta) *CreateUserRequest_FieldSubPathArrayOfValues
func (CreateUserRequestPathSelectorUserMetadataSyncing) WithValue ¶
func (s CreateUserRequestPathSelectorUserMetadataSyncing) WithValue(value *syncing_meta.SyncingMeta) *CreateUserRequest_FieldSubPathValue
type CreateUserRequestPathSelectorUserMetadataSyncingOwningRegion ¶
type CreateUserRequestPathSelectorUserMetadataSyncingOwningRegion struct{}
func (CreateUserRequestPathSelectorUserMetadataSyncingOwningRegion) WithArrayOfValues ¶
func (s CreateUserRequestPathSelectorUserMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *CreateUserRequest_FieldSubPathArrayOfValues
func (CreateUserRequestPathSelectorUserMetadataSyncingOwningRegion) WithValue ¶
func (s CreateUserRequestPathSelectorUserMetadataSyncingOwningRegion) WithValue(value string) *CreateUserRequest_FieldSubPathValue
type CreateUserRequestPathSelectorUserMetadataSyncingRegions ¶
type CreateUserRequestPathSelectorUserMetadataSyncingRegions struct{}
func (CreateUserRequestPathSelectorUserMetadataSyncingRegions) WithArrayOfValues ¶
func (s CreateUserRequestPathSelectorUserMetadataSyncingRegions) WithArrayOfValues(values [][]string) *CreateUserRequest_FieldSubPathArrayOfValues
func (CreateUserRequestPathSelectorUserMetadataSyncingRegions) WithItemValue ¶
func (s CreateUserRequestPathSelectorUserMetadataSyncingRegions) WithItemValue(value string) *CreateUserRequest_FieldSubPathArrayItemValue
func (CreateUserRequestPathSelectorUserMetadataSyncingRegions) WithValue ¶
func (s CreateUserRequestPathSelectorUserMetadataSyncingRegions) WithValue(value []string) *CreateUserRequest_FieldSubPathValue
type CreateUserRequestPathSelectorUserMetadataTags ¶
type CreateUserRequestPathSelectorUserMetadataTags struct{}
func (CreateUserRequestPathSelectorUserMetadataTags) FieldPath ¶
func (CreateUserRequestPathSelectorUserMetadataTags) FieldPath() *CreateUserRequest_FieldSubPath
func (CreateUserRequestPathSelectorUserMetadataTags) WithArrayOfValues ¶
func (s CreateUserRequestPathSelectorUserMetadataTags) WithArrayOfValues(values [][]string) *CreateUserRequest_FieldSubPathArrayOfValues
func (CreateUserRequestPathSelectorUserMetadataTags) WithItemValue ¶
func (s CreateUserRequestPathSelectorUserMetadataTags) WithItemValue(value string) *CreateUserRequest_FieldSubPathArrayItemValue
func (CreateUserRequestPathSelectorUserMetadataTags) WithValue ¶
func (s CreateUserRequestPathSelectorUserMetadataTags) WithValue(value []string) *CreateUserRequest_FieldSubPathValue
type CreateUserRequestPathSelectorUserMetadataUpdateTime ¶
type CreateUserRequestPathSelectorUserMetadataUpdateTime struct{}
func (CreateUserRequestPathSelectorUserMetadataUpdateTime) FieldPath ¶
func (CreateUserRequestPathSelectorUserMetadataUpdateTime) FieldPath() *CreateUserRequest_FieldSubPath
func (CreateUserRequestPathSelectorUserMetadataUpdateTime) WithArrayOfValues ¶
func (s CreateUserRequestPathSelectorUserMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *CreateUserRequest_FieldSubPathArrayOfValues
func (CreateUserRequestPathSelectorUserMetadataUpdateTime) WithValue ¶
func (s CreateUserRequestPathSelectorUserMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *CreateUserRequest_FieldSubPathValue
type CreateUserRequestPathSelectorUserMetadataUuid ¶
type CreateUserRequestPathSelectorUserMetadataUuid struct{}
func (CreateUserRequestPathSelectorUserMetadataUuid) FieldPath ¶
func (CreateUserRequestPathSelectorUserMetadataUuid) FieldPath() *CreateUserRequest_FieldSubPath
func (CreateUserRequestPathSelectorUserMetadataUuid) WithArrayOfValues ¶
func (s CreateUserRequestPathSelectorUserMetadataUuid) WithArrayOfValues(values []string) *CreateUserRequest_FieldSubPathArrayOfValues
func (CreateUserRequestPathSelectorUserMetadataUuid) WithValue ¶
func (s CreateUserRequestPathSelectorUserMetadataUuid) WithValue(value string) *CreateUserRequest_FieldSubPathValue
type CreateUserRequestPathSelectorUserName ¶
type CreateUserRequestPathSelectorUserName struct{}
func (CreateUserRequestPathSelectorUserName) FieldPath ¶
func (CreateUserRequestPathSelectorUserName) FieldPath() *CreateUserRequest_FieldSubPath
func (CreateUserRequestPathSelectorUserName) WithArrayOfValues ¶
func (s CreateUserRequestPathSelectorUserName) WithArrayOfValues(values []*user.Name) *CreateUserRequest_FieldSubPathArrayOfValues
func (CreateUserRequestPathSelectorUserName) WithValue ¶
func (s CreateUserRequestPathSelectorUserName) WithValue(value *user.Name) *CreateUserRequest_FieldSubPathValue
type CreateUserRequestPathSelectorUserRefreshedTime ¶
type CreateUserRequestPathSelectorUserRefreshedTime struct{}
func (CreateUserRequestPathSelectorUserRefreshedTime) FieldPath ¶
func (CreateUserRequestPathSelectorUserRefreshedTime) FieldPath() *CreateUserRequest_FieldSubPath
func (CreateUserRequestPathSelectorUserRefreshedTime) WithArrayOfValues ¶
func (s CreateUserRequestPathSelectorUserRefreshedTime) WithArrayOfValues(values []*timestamp.Timestamp) *CreateUserRequest_FieldSubPathArrayOfValues
func (CreateUserRequestPathSelectorUserRefreshedTime) WithValue ¶
func (s CreateUserRequestPathSelectorUserRefreshedTime) WithValue(value *timestamp.Timestamp) *CreateUserRequest_FieldSubPathValue
type CreateUserRequestPathSelectorUserSettings ¶
type CreateUserRequestPathSelectorUserSettings struct{}
func (CreateUserRequestPathSelectorUserSettings) FieldPath ¶
func (CreateUserRequestPathSelectorUserSettings) FieldPath() *CreateUserRequest_FieldSubPath
func (CreateUserRequestPathSelectorUserSettings) WithArrayOfValues ¶
func (s CreateUserRequestPathSelectorUserSettings) WithArrayOfValues(values []map[string]string) *CreateUserRequest_FieldSubPathArrayOfValues
func (CreateUserRequestPathSelectorUserSettings) WithValue ¶
func (s CreateUserRequestPathSelectorUserSettings) WithValue(value map[string]string) *CreateUserRequest_FieldSubPathValue
type CreateUserRequest_FieldMask ¶
type CreateUserRequest_FieldMask struct {
Paths []CreateUserRequest_FieldPath
}
func FullCreateUserRequest_FieldMask ¶
func FullCreateUserRequest_FieldMask() *CreateUserRequest_FieldMask
func (*CreateUserRequest_FieldMask) AppendPath ¶
func (fieldMask *CreateUserRequest_FieldMask) AppendPath(path CreateUserRequest_FieldPath)
func (*CreateUserRequest_FieldMask) AppendRawPath ¶
func (fieldMask *CreateUserRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*CreateUserRequest_FieldMask) DecodeFirestore ¶
func (fieldMask *CreateUserRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*CreateUserRequest_FieldMask) EncodeFirestore ¶
func (fieldMask *CreateUserRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*CreateUserRequest_FieldMask) FilterInputFields ¶
func (fieldMask *CreateUserRequest_FieldMask) FilterInputFields() *CreateUserRequest_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*CreateUserRequest_FieldMask) FromProtoFieldMask ¶
func (fieldMask *CreateUserRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*CreateUserRequest_FieldMask) GetPaths ¶
func (fieldMask *CreateUserRequest_FieldMask) GetPaths() []CreateUserRequest_FieldPath
func (*CreateUserRequest_FieldMask) GetRawPaths ¶
func (fieldMask *CreateUserRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*CreateUserRequest_FieldMask) IsFull ¶
func (fieldMask *CreateUserRequest_FieldMask) IsFull() bool
func (CreateUserRequest_FieldMask) Marshal ¶
func (fieldMask CreateUserRequest_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (CreateUserRequest_FieldMask) MarshalJSON ¶
func (fieldMask CreateUserRequest_FieldMask) MarshalJSON() ([]byte, error)
func (*CreateUserRequest_FieldMask) PathsCount ¶
func (fieldMask *CreateUserRequest_FieldMask) PathsCount() int
func (*CreateUserRequest_FieldMask) Project ¶
func (fieldMask *CreateUserRequest_FieldMask) Project(source *CreateUserRequest) *CreateUserRequest
func (*CreateUserRequest_FieldMask) ProjectRaw ¶
func (fieldMask *CreateUserRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*CreateUserRequest_FieldMask) ProtoMessage ¶
func (fieldMask *CreateUserRequest_FieldMask) ProtoMessage()
func (*CreateUserRequest_FieldMask) ProtoReflect ¶
func (fieldMask *CreateUserRequest_FieldMask) ProtoReflect() preflect.Message
func (*CreateUserRequest_FieldMask) Reset ¶
func (fieldMask *CreateUserRequest_FieldMask) Reset()
func (*CreateUserRequest_FieldMask) Set ¶
func (fieldMask *CreateUserRequest_FieldMask) Set(target, source *CreateUserRequest)
func (*CreateUserRequest_FieldMask) SetFromCliFlag ¶
func (fieldMask *CreateUserRequest_FieldMask) SetFromCliFlag(raw string) error
func (*CreateUserRequest_FieldMask) SetRaw ¶
func (fieldMask *CreateUserRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*CreateUserRequest_FieldMask) Size ¶
func (fieldMask *CreateUserRequest_FieldMask) Size() int
func (*CreateUserRequest_FieldMask) String ¶
func (fieldMask *CreateUserRequest_FieldMask) String() string
func (*CreateUserRequest_FieldMask) Subtract ¶
func (fieldMask *CreateUserRequest_FieldMask) Subtract(other *CreateUserRequest_FieldMask) *CreateUserRequest_FieldMask
func (*CreateUserRequest_FieldMask) SubtractRaw ¶
func (fieldMask *CreateUserRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*CreateUserRequest_FieldMask) ToProtoFieldMask ¶
func (fieldMask *CreateUserRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*CreateUserRequest_FieldMask) Unmarshal ¶
func (fieldMask *CreateUserRequest_FieldMask) Unmarshal(data []byte) error
func (*CreateUserRequest_FieldMask) UnmarshalJSON ¶
func (fieldMask *CreateUserRequest_FieldMask) UnmarshalJSON(data []byte) error
type CreateUserRequest_FieldPath ¶
type CreateUserRequest_FieldPath interface { gotenobject.FieldPath Selector() CreateUserRequest_FieldPathSelector Get(source *CreateUserRequest) []interface{} GetSingle(source *CreateUserRequest) (interface{}, bool) ClearValue(item *CreateUserRequest) // Those methods build corresponding CreateUserRequest_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) CreateUserRequest_FieldPathValue WithIArrayOfValues(values interface{}) CreateUserRequest_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) CreateUserRequest_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildCreateUserRequest_FieldPath ¶
func BuildCreateUserRequest_FieldPath(fp gotenobject.RawFieldPath) (CreateUserRequest_FieldPath, error)
func MustParseCreateUserRequest_FieldPath ¶
func MustParseCreateUserRequest_FieldPath(rawField string) CreateUserRequest_FieldPath
func ParseCreateUserRequest_FieldPath ¶
func ParseCreateUserRequest_FieldPath(rawField string) (CreateUserRequest_FieldPath, error)
type CreateUserRequest_FieldPathArrayItemValue ¶
type CreateUserRequest_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue CreateUserRequest_FieldPath ContainsValue(*CreateUserRequest) bool }
CreateUserRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for CreateUserRequest according to their type Present only for array (repeated) types.
func MustParseCreateUserRequest_FieldPathArrayItemValue ¶
func MustParseCreateUserRequest_FieldPathArrayItemValue(pathStr, valueStr string) CreateUserRequest_FieldPathArrayItemValue
func ParseCreateUserRequest_FieldPathArrayItemValue ¶
func ParseCreateUserRequest_FieldPathArrayItemValue(pathStr, valueStr string) (CreateUserRequest_FieldPathArrayItemValue, error)
ParseCreateUserRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type CreateUserRequest_FieldPathArrayOfValues ¶
type CreateUserRequest_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues CreateUserRequest_FieldPath }
CreateUserRequest_FieldPathArrayOfValues allows storing slice of values for CreateUserRequest fields according to their type
func MustParseCreateUserRequest_FieldPathArrayOfValues ¶
func MustParseCreateUserRequest_FieldPathArrayOfValues(pathStr, valuesStr string) CreateUserRequest_FieldPathArrayOfValues
func ParseCreateUserRequest_FieldPathArrayOfValues ¶
func ParseCreateUserRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (CreateUserRequest_FieldPathArrayOfValues, error)
type CreateUserRequest_FieldPathSelector ¶
type CreateUserRequest_FieldPathSelector int32
const (
CreateUserRequest_FieldPathSelectorUser CreateUserRequest_FieldPathSelector = 0
)
func (CreateUserRequest_FieldPathSelector) String ¶
func (s CreateUserRequest_FieldPathSelector) String() string
type CreateUserRequest_FieldPathValue ¶
type CreateUserRequest_FieldPathValue interface { CreateUserRequest_FieldPath gotenobject.FieldPathValue SetTo(target **CreateUserRequest) CompareWith(*CreateUserRequest) (cmp int, comparable bool) }
CreateUserRequest_FieldPathValue allows storing values for CreateUserRequest fields according to their type
func MustParseCreateUserRequest_FieldPathValue ¶
func MustParseCreateUserRequest_FieldPathValue(pathStr, valueStr string) CreateUserRequest_FieldPathValue
func ParseCreateUserRequest_FieldPathValue ¶
func ParseCreateUserRequest_FieldPathValue(pathStr, valueStr string) (CreateUserRequest_FieldPathValue, error)
type CreateUserRequest_FieldSubPath ¶
type CreateUserRequest_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*CreateUserRequest_FieldSubPath) AsUserSubPath ¶
func (fps *CreateUserRequest_FieldSubPath) AsUserSubPath() (user.User_FieldPath, bool)
func (*CreateUserRequest_FieldSubPath) ClearValue ¶
func (fps *CreateUserRequest_FieldSubPath) ClearValue(item *CreateUserRequest)
func (*CreateUserRequest_FieldSubPath) ClearValueRaw ¶
func (fps *CreateUserRequest_FieldSubPath) ClearValueRaw(item proto.Message)
func (*CreateUserRequest_FieldSubPath) Get ¶
func (fps *CreateUserRequest_FieldSubPath) Get(source *CreateUserRequest) (values []interface{})
Get returns all values pointed by selected field from source CreateUserRequest
func (*CreateUserRequest_FieldSubPath) GetDefault ¶
func (fps *CreateUserRequest_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*CreateUserRequest_FieldSubPath) GetRaw ¶
func (fps *CreateUserRequest_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*CreateUserRequest_FieldSubPath) GetSingle ¶
func (fps *CreateUserRequest_FieldSubPath) GetSingle(source *CreateUserRequest) (interface{}, bool)
GetSingle returns value of selected field from source CreateUserRequest
func (*CreateUserRequest_FieldSubPath) GetSingleRaw ¶
func (fps *CreateUserRequest_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*CreateUserRequest_FieldSubPath) IsLeaf ¶
func (fps *CreateUserRequest_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*CreateUserRequest_FieldSubPath) JSONString ¶
func (fps *CreateUserRequest_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*CreateUserRequest_FieldSubPath) Selector ¶
func (fps *CreateUserRequest_FieldSubPath) Selector() CreateUserRequest_FieldPathSelector
func (*CreateUserRequest_FieldSubPath) String ¶
func (fps *CreateUserRequest_FieldSubPath) String() string
String returns path representation in proto convention
func (*CreateUserRequest_FieldSubPath) WithIArrayItemValue ¶
func (fps *CreateUserRequest_FieldSubPath) WithIArrayItemValue(value interface{}) CreateUserRequest_FieldPathArrayItemValue
func (*CreateUserRequest_FieldSubPath) WithIArrayOfValues ¶
func (fps *CreateUserRequest_FieldSubPath) WithIArrayOfValues(values interface{}) CreateUserRequest_FieldPathArrayOfValues
func (*CreateUserRequest_FieldSubPath) WithIValue ¶
func (fps *CreateUserRequest_FieldSubPath) WithIValue(value interface{}) CreateUserRequest_FieldPathValue
func (*CreateUserRequest_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *CreateUserRequest_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*CreateUserRequest_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *CreateUserRequest_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*CreateUserRequest_FieldSubPath) WithRawIValue ¶
func (fps *CreateUserRequest_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type CreateUserRequest_FieldSubPathArrayItemValue ¶
type CreateUserRequest_FieldSubPathArrayItemValue struct { CreateUserRequest_FieldPath // contains filtered or unexported fields }
func (*CreateUserRequest_FieldSubPathArrayItemValue) AsUserPathItemValue ¶
func (fpaivs *CreateUserRequest_FieldSubPathArrayItemValue) AsUserPathItemValue() (user.User_FieldPathArrayItemValue, bool)
func (*CreateUserRequest_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *CreateUserRequest_FieldSubPathArrayItemValue) ContainsValue(source *CreateUserRequest) bool
Contains returns a boolean indicating if value that is being held is present in given 'CreateUserRequest'
func (*CreateUserRequest_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *CreateUserRequest_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type CreateUserRequest_FieldSubPathArrayOfValues ¶
type CreateUserRequest_FieldSubPathArrayOfValues struct { CreateUserRequest_FieldPath // contains filtered or unexported fields }
func (*CreateUserRequest_FieldSubPathArrayOfValues) AsUserPathArrayOfValues ¶
func (fpsaov *CreateUserRequest_FieldSubPathArrayOfValues) AsUserPathArrayOfValues() (user.User_FieldPathArrayOfValues, bool)
func (*CreateUserRequest_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *CreateUserRequest_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type CreateUserRequest_FieldSubPathValue ¶
type CreateUserRequest_FieldSubPathValue struct { CreateUserRequest_FieldPath // contains filtered or unexported fields }
func (*CreateUserRequest_FieldSubPathValue) AsUserPathValue ¶
func (fpvs *CreateUserRequest_FieldSubPathValue) AsUserPathValue() (user.User_FieldPathValue, bool)
func (*CreateUserRequest_FieldSubPathValue) CompareWith ¶
func (fpvs *CreateUserRequest_FieldSubPathValue) CompareWith(source *CreateUserRequest) (int, bool)
func (*CreateUserRequest_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *CreateUserRequest_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*CreateUserRequest_FieldSubPathValue) GetRawValue ¶
func (fpvs *CreateUserRequest_FieldSubPathValue) GetRawValue() interface{}
func (*CreateUserRequest_FieldSubPathValue) SetTo ¶
func (fpvs *CreateUserRequest_FieldSubPathValue) SetTo(target **CreateUserRequest)
func (*CreateUserRequest_FieldSubPathValue) SetToRaw ¶
func (fpvs *CreateUserRequest_FieldSubPathValue) SetToRaw(target proto.Message)
type CreateUserRequest_FieldTerminalPath ¶
type CreateUserRequest_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*CreateUserRequest_FieldTerminalPath) ClearValue ¶
func (fp *CreateUserRequest_FieldTerminalPath) ClearValue(item *CreateUserRequest)
func (*CreateUserRequest_FieldTerminalPath) ClearValueRaw ¶
func (fp *CreateUserRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*CreateUserRequest_FieldTerminalPath) Get ¶
func (fp *CreateUserRequest_FieldTerminalPath) Get(source *CreateUserRequest) (values []interface{})
Get returns all values pointed by specific field from source CreateUserRequest
func (*CreateUserRequest_FieldTerminalPath) GetDefault ¶
func (fp *CreateUserRequest_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*CreateUserRequest_FieldTerminalPath) GetRaw ¶
func (fp *CreateUserRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*CreateUserRequest_FieldTerminalPath) GetSingle ¶
func (fp *CreateUserRequest_FieldTerminalPath) GetSingle(source *CreateUserRequest) (interface{}, bool)
GetSingle returns value pointed by specific field of from source CreateUserRequest
func (*CreateUserRequest_FieldTerminalPath) GetSingleRaw ¶
func (fp *CreateUserRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*CreateUserRequest_FieldTerminalPath) IsLeaf ¶
func (fp *CreateUserRequest_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*CreateUserRequest_FieldTerminalPath) JSONString ¶
func (fp *CreateUserRequest_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*CreateUserRequest_FieldTerminalPath) Selector ¶
func (fp *CreateUserRequest_FieldTerminalPath) Selector() CreateUserRequest_FieldPathSelector
func (*CreateUserRequest_FieldTerminalPath) String ¶
func (fp *CreateUserRequest_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*CreateUserRequest_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *CreateUserRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) CreateUserRequest_FieldPathArrayItemValue
func (*CreateUserRequest_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *CreateUserRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) CreateUserRequest_FieldPathArrayOfValues
func (*CreateUserRequest_FieldTerminalPath) WithIValue ¶
func (fp *CreateUserRequest_FieldTerminalPath) WithIValue(value interface{}) CreateUserRequest_FieldPathValue
func (*CreateUserRequest_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *CreateUserRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*CreateUserRequest_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *CreateUserRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*CreateUserRequest_FieldTerminalPath) WithRawIValue ¶
func (fp *CreateUserRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type CreateUserRequest_FieldTerminalPathArrayItemValue ¶
type CreateUserRequest_FieldTerminalPathArrayItemValue struct { CreateUserRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*CreateUserRequest_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *CreateUserRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *CreateUserRequest) bool
Contains returns a boolean indicating if value that is being held is present in given 'CreateUserRequest'
func (*CreateUserRequest_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *CreateUserRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object CreateUserRequest as interface{}
func (*CreateUserRequest_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *CreateUserRequest_FieldTerminalPathArrayItemValue) GetSingle(source *CreateUserRequest) (interface{}, bool)
func (*CreateUserRequest_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *CreateUserRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type CreateUserRequest_FieldTerminalPathArrayOfValues ¶
type CreateUserRequest_FieldTerminalPathArrayOfValues struct { CreateUserRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*CreateUserRequest_FieldTerminalPathArrayOfValues) AsUserArrayOfValues ¶
func (fpaov *CreateUserRequest_FieldTerminalPathArrayOfValues) AsUserArrayOfValues() ([]*user.User, bool)
func (*CreateUserRequest_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *CreateUserRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type CreateUserRequest_FieldTerminalPathValue ¶
type CreateUserRequest_FieldTerminalPathValue struct { CreateUserRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*CreateUserRequest_FieldTerminalPathValue) AsUserValue ¶
func (fpv *CreateUserRequest_FieldTerminalPathValue) AsUserValue() (*user.User, bool)
func (*CreateUserRequest_FieldTerminalPathValue) CompareWith ¶
func (fpv *CreateUserRequest_FieldTerminalPathValue) CompareWith(source *CreateUserRequest) (int, bool)
CompareWith compares value in the 'CreateUserRequest_FieldTerminalPathValue' with the value under path in 'CreateUserRequest'.
func (*CreateUserRequest_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *CreateUserRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*CreateUserRequest_FieldTerminalPathValue) GetRawValue ¶
func (fpv *CreateUserRequest_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'CreateUserRequest' as interface{}
func (*CreateUserRequest_FieldTerminalPathValue) SetTo ¶
func (fpv *CreateUserRequest_FieldTerminalPathValue) SetTo(target **CreateUserRequest)
SetTo stores value for selected field for object CreateUserRequest
func (*CreateUserRequest_FieldTerminalPathValue) SetToRaw ¶
func (fpv *CreateUserRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
type DeleteUserRequest ¶
type DeleteUserRequest struct { // Reference of ntt.iam.v1alpha.User Name *user.Reference `protobuf:"bytes,1,opt,customtype=Reference,name=name,proto3" json:"name,omitempty" firestore:"name"` // contains filtered or unexported fields }
Request message for method [DeleteUser][ntt.iam.v1alpha.DeleteUser]
func (*DeleteUserRequest) Clone ¶
func (o *DeleteUserRequest) Clone() *DeleteUserRequest
func (*DeleteUserRequest) CloneRaw ¶
func (o *DeleteUserRequest) CloneRaw() gotenobject.GotenObjectExt
func (*DeleteUserRequest) Descriptor ¶
func (*DeleteUserRequest) Descriptor() ([]byte, []int)
Deprecated, Use DeleteUserRequest.ProtoReflect.Descriptor instead.
func (*DeleteUserRequest) GetName ¶
func (m *DeleteUserRequest) GetName() *user.Reference
func (*DeleteUserRequest) GotenMessage ¶
func (*DeleteUserRequest) GotenMessage()
func (*DeleteUserRequest) GotenObjectExt ¶
func (o *DeleteUserRequest) GotenObjectExt()
func (*DeleteUserRequest) GotenValidate ¶
func (obj *DeleteUserRequest) GotenValidate() error
func (*DeleteUserRequest) MakeDiffFieldMask ¶
func (o *DeleteUserRequest) MakeDiffFieldMask(other *DeleteUserRequest) *DeleteUserRequest_FieldMask
func (*DeleteUserRequest) MakeFullFieldMask ¶
func (o *DeleteUserRequest) MakeFullFieldMask() *DeleteUserRequest_FieldMask
func (*DeleteUserRequest) MakeRawDiffFieldMask ¶
func (o *DeleteUserRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*DeleteUserRequest) MakeRawFullFieldMask ¶
func (o *DeleteUserRequest) MakeRawFullFieldMask() gotenobject.FieldMask
func (*DeleteUserRequest) Marshal ¶
func (m *DeleteUserRequest) Marshal() ([]byte, error)
func (*DeleteUserRequest) MarshalJSON ¶
func (m *DeleteUserRequest) MarshalJSON() ([]byte, error)
func (*DeleteUserRequest) Merge ¶
func (o *DeleteUserRequest) Merge(source *DeleteUserRequest)
func (*DeleteUserRequest) MergeRaw ¶
func (o *DeleteUserRequest) MergeRaw(source gotenobject.GotenObjectExt)
func (*DeleteUserRequest) ProtoMessage ¶
func (*DeleteUserRequest) ProtoMessage()
func (*DeleteUserRequest) ProtoReflect ¶
func (m *DeleteUserRequest) ProtoReflect() preflect.Message
func (*DeleteUserRequest) Reset ¶
func (m *DeleteUserRequest) Reset()
func (*DeleteUserRequest) SetName ¶
func (m *DeleteUserRequest) SetName(fv *user.Reference)
func (*DeleteUserRequest) String ¶
func (m *DeleteUserRequest) String() string
func (*DeleteUserRequest) Unmarshal ¶
func (m *DeleteUserRequest) Unmarshal(b []byte) error
func (*DeleteUserRequest) UnmarshalJSON ¶
func (m *DeleteUserRequest) UnmarshalJSON(data []byte) error
type DeleteUserRequestFieldPathBuilder ¶
type DeleteUserRequestFieldPathBuilder struct{}
func NewDeleteUserRequestFieldPathBuilder ¶
func NewDeleteUserRequestFieldPathBuilder() DeleteUserRequestFieldPathBuilder
type DeleteUserRequestPathSelectorName ¶
type DeleteUserRequestPathSelectorName struct{}
func (DeleteUserRequestPathSelectorName) FieldPath ¶
func (DeleteUserRequestPathSelectorName) FieldPath() *DeleteUserRequest_FieldTerminalPath
func (DeleteUserRequestPathSelectorName) WithArrayOfValues ¶
func (s DeleteUserRequestPathSelectorName) WithArrayOfValues(values []*user.Reference) *DeleteUserRequest_FieldTerminalPathArrayOfValues
func (DeleteUserRequestPathSelectorName) WithValue ¶
func (s DeleteUserRequestPathSelectorName) WithValue(value *user.Reference) *DeleteUserRequest_FieldTerminalPathValue
type DeleteUserRequest_FieldMask ¶
type DeleteUserRequest_FieldMask struct {
Paths []DeleteUserRequest_FieldPath
}
func FullDeleteUserRequest_FieldMask ¶
func FullDeleteUserRequest_FieldMask() *DeleteUserRequest_FieldMask
func (*DeleteUserRequest_FieldMask) AppendPath ¶
func (fieldMask *DeleteUserRequest_FieldMask) AppendPath(path DeleteUserRequest_FieldPath)
func (*DeleteUserRequest_FieldMask) AppendRawPath ¶
func (fieldMask *DeleteUserRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*DeleteUserRequest_FieldMask) DecodeFirestore ¶
func (fieldMask *DeleteUserRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*DeleteUserRequest_FieldMask) EncodeFirestore ¶
func (fieldMask *DeleteUserRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*DeleteUserRequest_FieldMask) FilterInputFields ¶
func (fieldMask *DeleteUserRequest_FieldMask) FilterInputFields() *DeleteUserRequest_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*DeleteUserRequest_FieldMask) FromProtoFieldMask ¶
func (fieldMask *DeleteUserRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*DeleteUserRequest_FieldMask) GetPaths ¶
func (fieldMask *DeleteUserRequest_FieldMask) GetPaths() []DeleteUserRequest_FieldPath
func (*DeleteUserRequest_FieldMask) GetRawPaths ¶
func (fieldMask *DeleteUserRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*DeleteUserRequest_FieldMask) IsFull ¶
func (fieldMask *DeleteUserRequest_FieldMask) IsFull() bool
func (DeleteUserRequest_FieldMask) Marshal ¶
func (fieldMask DeleteUserRequest_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (DeleteUserRequest_FieldMask) MarshalJSON ¶
func (fieldMask DeleteUserRequest_FieldMask) MarshalJSON() ([]byte, error)
func (*DeleteUserRequest_FieldMask) PathsCount ¶
func (fieldMask *DeleteUserRequest_FieldMask) PathsCount() int
func (*DeleteUserRequest_FieldMask) Project ¶
func (fieldMask *DeleteUserRequest_FieldMask) Project(source *DeleteUserRequest) *DeleteUserRequest
func (*DeleteUserRequest_FieldMask) ProjectRaw ¶
func (fieldMask *DeleteUserRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*DeleteUserRequest_FieldMask) ProtoMessage ¶
func (fieldMask *DeleteUserRequest_FieldMask) ProtoMessage()
func (*DeleteUserRequest_FieldMask) ProtoReflect ¶
func (fieldMask *DeleteUserRequest_FieldMask) ProtoReflect() preflect.Message
func (*DeleteUserRequest_FieldMask) Reset ¶
func (fieldMask *DeleteUserRequest_FieldMask) Reset()
func (*DeleteUserRequest_FieldMask) Set ¶
func (fieldMask *DeleteUserRequest_FieldMask) Set(target, source *DeleteUserRequest)
func (*DeleteUserRequest_FieldMask) SetFromCliFlag ¶
func (fieldMask *DeleteUserRequest_FieldMask) SetFromCliFlag(raw string) error
func (*DeleteUserRequest_FieldMask) SetRaw ¶
func (fieldMask *DeleteUserRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*DeleteUserRequest_FieldMask) Size ¶
func (fieldMask *DeleteUserRequest_FieldMask) Size() int
func (*DeleteUserRequest_FieldMask) String ¶
func (fieldMask *DeleteUserRequest_FieldMask) String() string
func (*DeleteUserRequest_FieldMask) Subtract ¶
func (fieldMask *DeleteUserRequest_FieldMask) Subtract(other *DeleteUserRequest_FieldMask) *DeleteUserRequest_FieldMask
func (*DeleteUserRequest_FieldMask) SubtractRaw ¶
func (fieldMask *DeleteUserRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*DeleteUserRequest_FieldMask) ToProtoFieldMask ¶
func (fieldMask *DeleteUserRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*DeleteUserRequest_FieldMask) Unmarshal ¶
func (fieldMask *DeleteUserRequest_FieldMask) Unmarshal(data []byte) error
func (*DeleteUserRequest_FieldMask) UnmarshalJSON ¶
func (fieldMask *DeleteUserRequest_FieldMask) UnmarshalJSON(data []byte) error
type DeleteUserRequest_FieldPath ¶
type DeleteUserRequest_FieldPath interface { gotenobject.FieldPath Selector() DeleteUserRequest_FieldPathSelector Get(source *DeleteUserRequest) []interface{} GetSingle(source *DeleteUserRequest) (interface{}, bool) ClearValue(item *DeleteUserRequest) // Those methods build corresponding DeleteUserRequest_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) DeleteUserRequest_FieldPathValue WithIArrayOfValues(values interface{}) DeleteUserRequest_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) DeleteUserRequest_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildDeleteUserRequest_FieldPath ¶
func BuildDeleteUserRequest_FieldPath(fp gotenobject.RawFieldPath) (DeleteUserRequest_FieldPath, error)
func MustParseDeleteUserRequest_FieldPath ¶
func MustParseDeleteUserRequest_FieldPath(rawField string) DeleteUserRequest_FieldPath
func ParseDeleteUserRequest_FieldPath ¶
func ParseDeleteUserRequest_FieldPath(rawField string) (DeleteUserRequest_FieldPath, error)
type DeleteUserRequest_FieldPathArrayItemValue ¶
type DeleteUserRequest_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue DeleteUserRequest_FieldPath ContainsValue(*DeleteUserRequest) bool }
DeleteUserRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for DeleteUserRequest according to their type Present only for array (repeated) types.
func MustParseDeleteUserRequest_FieldPathArrayItemValue ¶
func MustParseDeleteUserRequest_FieldPathArrayItemValue(pathStr, valueStr string) DeleteUserRequest_FieldPathArrayItemValue
func ParseDeleteUserRequest_FieldPathArrayItemValue ¶
func ParseDeleteUserRequest_FieldPathArrayItemValue(pathStr, valueStr string) (DeleteUserRequest_FieldPathArrayItemValue, error)
ParseDeleteUserRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type DeleteUserRequest_FieldPathArrayOfValues ¶
type DeleteUserRequest_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues DeleteUserRequest_FieldPath }
DeleteUserRequest_FieldPathArrayOfValues allows storing slice of values for DeleteUserRequest fields according to their type
func MustParseDeleteUserRequest_FieldPathArrayOfValues ¶
func MustParseDeleteUserRequest_FieldPathArrayOfValues(pathStr, valuesStr string) DeleteUserRequest_FieldPathArrayOfValues
func ParseDeleteUserRequest_FieldPathArrayOfValues ¶
func ParseDeleteUserRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (DeleteUserRequest_FieldPathArrayOfValues, error)
type DeleteUserRequest_FieldPathSelector ¶
type DeleteUserRequest_FieldPathSelector int32
const (
DeleteUserRequest_FieldPathSelectorName DeleteUserRequest_FieldPathSelector = 0
)
func (DeleteUserRequest_FieldPathSelector) String ¶
func (s DeleteUserRequest_FieldPathSelector) String() string
type DeleteUserRequest_FieldPathValue ¶
type DeleteUserRequest_FieldPathValue interface { DeleteUserRequest_FieldPath gotenobject.FieldPathValue SetTo(target **DeleteUserRequest) CompareWith(*DeleteUserRequest) (cmp int, comparable bool) }
DeleteUserRequest_FieldPathValue allows storing values for DeleteUserRequest fields according to their type
func MustParseDeleteUserRequest_FieldPathValue ¶
func MustParseDeleteUserRequest_FieldPathValue(pathStr, valueStr string) DeleteUserRequest_FieldPathValue
func ParseDeleteUserRequest_FieldPathValue ¶
func ParseDeleteUserRequest_FieldPathValue(pathStr, valueStr string) (DeleteUserRequest_FieldPathValue, error)
type DeleteUserRequest_FieldTerminalPath ¶
type DeleteUserRequest_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*DeleteUserRequest_FieldTerminalPath) ClearValue ¶
func (fp *DeleteUserRequest_FieldTerminalPath) ClearValue(item *DeleteUserRequest)
func (*DeleteUserRequest_FieldTerminalPath) ClearValueRaw ¶
func (fp *DeleteUserRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*DeleteUserRequest_FieldTerminalPath) Get ¶
func (fp *DeleteUserRequest_FieldTerminalPath) Get(source *DeleteUserRequest) (values []interface{})
Get returns all values pointed by specific field from source DeleteUserRequest
func (*DeleteUserRequest_FieldTerminalPath) GetDefault ¶
func (fp *DeleteUserRequest_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*DeleteUserRequest_FieldTerminalPath) GetRaw ¶
func (fp *DeleteUserRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*DeleteUserRequest_FieldTerminalPath) GetSingle ¶
func (fp *DeleteUserRequest_FieldTerminalPath) GetSingle(source *DeleteUserRequest) (interface{}, bool)
GetSingle returns value pointed by specific field of from source DeleteUserRequest
func (*DeleteUserRequest_FieldTerminalPath) GetSingleRaw ¶
func (fp *DeleteUserRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*DeleteUserRequest_FieldTerminalPath) IsLeaf ¶
func (fp *DeleteUserRequest_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*DeleteUserRequest_FieldTerminalPath) JSONString ¶
func (fp *DeleteUserRequest_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*DeleteUserRequest_FieldTerminalPath) Selector ¶
func (fp *DeleteUserRequest_FieldTerminalPath) Selector() DeleteUserRequest_FieldPathSelector
func (*DeleteUserRequest_FieldTerminalPath) String ¶
func (fp *DeleteUserRequest_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*DeleteUserRequest_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *DeleteUserRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) DeleteUserRequest_FieldPathArrayItemValue
func (*DeleteUserRequest_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *DeleteUserRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) DeleteUserRequest_FieldPathArrayOfValues
func (*DeleteUserRequest_FieldTerminalPath) WithIValue ¶
func (fp *DeleteUserRequest_FieldTerminalPath) WithIValue(value interface{}) DeleteUserRequest_FieldPathValue
func (*DeleteUserRequest_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *DeleteUserRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*DeleteUserRequest_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *DeleteUserRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*DeleteUserRequest_FieldTerminalPath) WithRawIValue ¶
func (fp *DeleteUserRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type DeleteUserRequest_FieldTerminalPathArrayItemValue ¶
type DeleteUserRequest_FieldTerminalPathArrayItemValue struct { DeleteUserRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*DeleteUserRequest_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *DeleteUserRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *DeleteUserRequest) bool
Contains returns a boolean indicating if value that is being held is present in given 'DeleteUserRequest'
func (*DeleteUserRequest_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *DeleteUserRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object DeleteUserRequest as interface{}
func (*DeleteUserRequest_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *DeleteUserRequest_FieldTerminalPathArrayItemValue) GetSingle(source *DeleteUserRequest) (interface{}, bool)
func (*DeleteUserRequest_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *DeleteUserRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type DeleteUserRequest_FieldTerminalPathArrayOfValues ¶
type DeleteUserRequest_FieldTerminalPathArrayOfValues struct { DeleteUserRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*DeleteUserRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues ¶
func (fpaov *DeleteUserRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*user.Reference, bool)
func (*DeleteUserRequest_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *DeleteUserRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type DeleteUserRequest_FieldTerminalPathValue ¶
type DeleteUserRequest_FieldTerminalPathValue struct { DeleteUserRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*DeleteUserRequest_FieldTerminalPathValue) AsNameValue ¶
func (fpv *DeleteUserRequest_FieldTerminalPathValue) AsNameValue() (*user.Reference, bool)
func (*DeleteUserRequest_FieldTerminalPathValue) CompareWith ¶
func (fpv *DeleteUserRequest_FieldTerminalPathValue) CompareWith(source *DeleteUserRequest) (int, bool)
CompareWith compares value in the 'DeleteUserRequest_FieldTerminalPathValue' with the value under path in 'DeleteUserRequest'.
func (*DeleteUserRequest_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *DeleteUserRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*DeleteUserRequest_FieldTerminalPathValue) GetRawValue ¶
func (fpv *DeleteUserRequest_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'DeleteUserRequest' as interface{}
func (*DeleteUserRequest_FieldTerminalPathValue) SetTo ¶
func (fpv *DeleteUserRequest_FieldTerminalPathValue) SetTo(target **DeleteUserRequest)
SetTo stores value for selected field for object DeleteUserRequest
func (*DeleteUserRequest_FieldTerminalPathValue) SetToRaw ¶
func (fpv *DeleteUserRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
type GetMySettingsRequest ¶
type GetMySettingsRequest struct { // list of keys to retrieve Keys []string `protobuf:"bytes,1,rep,name=keys,proto3" json:"keys,omitempty" firestore:"keys"` // contains filtered or unexported fields }
func (*GetMySettingsRequest) Clone ¶
func (o *GetMySettingsRequest) Clone() *GetMySettingsRequest
func (*GetMySettingsRequest) CloneRaw ¶
func (o *GetMySettingsRequest) CloneRaw() gotenobject.GotenObjectExt
func (*GetMySettingsRequest) Descriptor ¶
func (*GetMySettingsRequest) Descriptor() ([]byte, []int)
Deprecated, Use GetMySettingsRequest.ProtoReflect.Descriptor instead.
func (*GetMySettingsRequest) GetKeys ¶
func (m *GetMySettingsRequest) GetKeys() []string
func (*GetMySettingsRequest) GotenMessage ¶
func (*GetMySettingsRequest) GotenMessage()
func (*GetMySettingsRequest) GotenObjectExt ¶
func (o *GetMySettingsRequest) GotenObjectExt()
func (*GetMySettingsRequest) GotenValidate ¶
func (obj *GetMySettingsRequest) GotenValidate() error
func (*GetMySettingsRequest) MakeDiffFieldMask ¶
func (o *GetMySettingsRequest) MakeDiffFieldMask(other *GetMySettingsRequest) *GetMySettingsRequest_FieldMask
func (*GetMySettingsRequest) MakeFullFieldMask ¶
func (o *GetMySettingsRequest) MakeFullFieldMask() *GetMySettingsRequest_FieldMask
func (*GetMySettingsRequest) MakeRawDiffFieldMask ¶
func (o *GetMySettingsRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*GetMySettingsRequest) MakeRawFullFieldMask ¶
func (o *GetMySettingsRequest) MakeRawFullFieldMask() gotenobject.FieldMask
func (*GetMySettingsRequest) Marshal ¶
func (m *GetMySettingsRequest) Marshal() ([]byte, error)
func (*GetMySettingsRequest) MarshalJSON ¶
func (m *GetMySettingsRequest) MarshalJSON() ([]byte, error)
func (*GetMySettingsRequest) Merge ¶
func (o *GetMySettingsRequest) Merge(source *GetMySettingsRequest)
func (*GetMySettingsRequest) MergeRaw ¶
func (o *GetMySettingsRequest) MergeRaw(source gotenobject.GotenObjectExt)
func (*GetMySettingsRequest) ProtoMessage ¶
func (*GetMySettingsRequest) ProtoMessage()
func (*GetMySettingsRequest) ProtoReflect ¶
func (m *GetMySettingsRequest) ProtoReflect() preflect.Message
func (*GetMySettingsRequest) Reset ¶
func (m *GetMySettingsRequest) Reset()
func (*GetMySettingsRequest) SetKeys ¶
func (m *GetMySettingsRequest) SetKeys(fv []string)
func (*GetMySettingsRequest) String ¶
func (m *GetMySettingsRequest) String() string
func (*GetMySettingsRequest) Unmarshal ¶
func (m *GetMySettingsRequest) Unmarshal(b []byte) error
func (*GetMySettingsRequest) UnmarshalJSON ¶
func (m *GetMySettingsRequest) UnmarshalJSON(data []byte) error
type GetMySettingsRequestFieldPathBuilder ¶
type GetMySettingsRequestFieldPathBuilder struct{}
func NewGetMySettingsRequestFieldPathBuilder ¶
func NewGetMySettingsRequestFieldPathBuilder() GetMySettingsRequestFieldPathBuilder
type GetMySettingsRequestPathSelectorKeys ¶
type GetMySettingsRequestPathSelectorKeys struct{}
func (GetMySettingsRequestPathSelectorKeys) FieldPath ¶
func (GetMySettingsRequestPathSelectorKeys) FieldPath() *GetMySettingsRequest_FieldTerminalPath
func (GetMySettingsRequestPathSelectorKeys) WithArrayOfValues ¶
func (s GetMySettingsRequestPathSelectorKeys) WithArrayOfValues(values [][]string) *GetMySettingsRequest_FieldTerminalPathArrayOfValues
func (GetMySettingsRequestPathSelectorKeys) WithItemValue ¶
func (s GetMySettingsRequestPathSelectorKeys) WithItemValue(value string) *GetMySettingsRequest_FieldTerminalPathArrayItemValue
func (GetMySettingsRequestPathSelectorKeys) WithValue ¶
func (s GetMySettingsRequestPathSelectorKeys) WithValue(value []string) *GetMySettingsRequest_FieldTerminalPathValue
type GetMySettingsRequest_FieldMask ¶
type GetMySettingsRequest_FieldMask struct {
Paths []GetMySettingsRequest_FieldPath
}
func FullGetMySettingsRequest_FieldMask ¶
func FullGetMySettingsRequest_FieldMask() *GetMySettingsRequest_FieldMask
func (*GetMySettingsRequest_FieldMask) AppendPath ¶
func (fieldMask *GetMySettingsRequest_FieldMask) AppendPath(path GetMySettingsRequest_FieldPath)
func (*GetMySettingsRequest_FieldMask) AppendRawPath ¶
func (fieldMask *GetMySettingsRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*GetMySettingsRequest_FieldMask) DecodeFirestore ¶
func (fieldMask *GetMySettingsRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*GetMySettingsRequest_FieldMask) EncodeFirestore ¶
func (fieldMask *GetMySettingsRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*GetMySettingsRequest_FieldMask) FilterInputFields ¶
func (fieldMask *GetMySettingsRequest_FieldMask) FilterInputFields() *GetMySettingsRequest_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*GetMySettingsRequest_FieldMask) FromProtoFieldMask ¶
func (fieldMask *GetMySettingsRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*GetMySettingsRequest_FieldMask) GetPaths ¶
func (fieldMask *GetMySettingsRequest_FieldMask) GetPaths() []GetMySettingsRequest_FieldPath
func (*GetMySettingsRequest_FieldMask) GetRawPaths ¶
func (fieldMask *GetMySettingsRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*GetMySettingsRequest_FieldMask) IsFull ¶
func (fieldMask *GetMySettingsRequest_FieldMask) IsFull() bool
func (GetMySettingsRequest_FieldMask) Marshal ¶
func (fieldMask GetMySettingsRequest_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (GetMySettingsRequest_FieldMask) MarshalJSON ¶
func (fieldMask GetMySettingsRequest_FieldMask) MarshalJSON() ([]byte, error)
func (*GetMySettingsRequest_FieldMask) PathsCount ¶
func (fieldMask *GetMySettingsRequest_FieldMask) PathsCount() int
func (*GetMySettingsRequest_FieldMask) Project ¶
func (fieldMask *GetMySettingsRequest_FieldMask) Project(source *GetMySettingsRequest) *GetMySettingsRequest
func (*GetMySettingsRequest_FieldMask) ProjectRaw ¶
func (fieldMask *GetMySettingsRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*GetMySettingsRequest_FieldMask) ProtoMessage ¶
func (fieldMask *GetMySettingsRequest_FieldMask) ProtoMessage()
func (*GetMySettingsRequest_FieldMask) ProtoReflect ¶
func (fieldMask *GetMySettingsRequest_FieldMask) ProtoReflect() preflect.Message
func (*GetMySettingsRequest_FieldMask) Reset ¶
func (fieldMask *GetMySettingsRequest_FieldMask) Reset()
func (*GetMySettingsRequest_FieldMask) Set ¶
func (fieldMask *GetMySettingsRequest_FieldMask) Set(target, source *GetMySettingsRequest)
func (*GetMySettingsRequest_FieldMask) SetFromCliFlag ¶
func (fieldMask *GetMySettingsRequest_FieldMask) SetFromCliFlag(raw string) error
func (*GetMySettingsRequest_FieldMask) SetRaw ¶
func (fieldMask *GetMySettingsRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*GetMySettingsRequest_FieldMask) Size ¶
func (fieldMask *GetMySettingsRequest_FieldMask) Size() int
func (*GetMySettingsRequest_FieldMask) String ¶
func (fieldMask *GetMySettingsRequest_FieldMask) String() string
func (*GetMySettingsRequest_FieldMask) Subtract ¶
func (fieldMask *GetMySettingsRequest_FieldMask) Subtract(other *GetMySettingsRequest_FieldMask) *GetMySettingsRequest_FieldMask
func (*GetMySettingsRequest_FieldMask) SubtractRaw ¶
func (fieldMask *GetMySettingsRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*GetMySettingsRequest_FieldMask) ToProtoFieldMask ¶
func (fieldMask *GetMySettingsRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*GetMySettingsRequest_FieldMask) Unmarshal ¶
func (fieldMask *GetMySettingsRequest_FieldMask) Unmarshal(data []byte) error
func (*GetMySettingsRequest_FieldMask) UnmarshalJSON ¶
func (fieldMask *GetMySettingsRequest_FieldMask) UnmarshalJSON(data []byte) error
type GetMySettingsRequest_FieldPath ¶
type GetMySettingsRequest_FieldPath interface { gotenobject.FieldPath Selector() GetMySettingsRequest_FieldPathSelector Get(source *GetMySettingsRequest) []interface{} GetSingle(source *GetMySettingsRequest) (interface{}, bool) ClearValue(item *GetMySettingsRequest) // Those methods build corresponding GetMySettingsRequest_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) GetMySettingsRequest_FieldPathValue WithIArrayOfValues(values interface{}) GetMySettingsRequest_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) GetMySettingsRequest_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildGetMySettingsRequest_FieldPath ¶
func BuildGetMySettingsRequest_FieldPath(fp gotenobject.RawFieldPath) (GetMySettingsRequest_FieldPath, error)
func MustParseGetMySettingsRequest_FieldPath ¶
func MustParseGetMySettingsRequest_FieldPath(rawField string) GetMySettingsRequest_FieldPath
func ParseGetMySettingsRequest_FieldPath ¶
func ParseGetMySettingsRequest_FieldPath(rawField string) (GetMySettingsRequest_FieldPath, error)
type GetMySettingsRequest_FieldPathArrayItemValue ¶
type GetMySettingsRequest_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue GetMySettingsRequest_FieldPath ContainsValue(*GetMySettingsRequest) bool }
GetMySettingsRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for GetMySettingsRequest according to their type Present only for array (repeated) types.
func MustParseGetMySettingsRequest_FieldPathArrayItemValue ¶
func MustParseGetMySettingsRequest_FieldPathArrayItemValue(pathStr, valueStr string) GetMySettingsRequest_FieldPathArrayItemValue
func ParseGetMySettingsRequest_FieldPathArrayItemValue ¶
func ParseGetMySettingsRequest_FieldPathArrayItemValue(pathStr, valueStr string) (GetMySettingsRequest_FieldPathArrayItemValue, error)
ParseGetMySettingsRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type GetMySettingsRequest_FieldPathArrayOfValues ¶
type GetMySettingsRequest_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues GetMySettingsRequest_FieldPath }
GetMySettingsRequest_FieldPathArrayOfValues allows storing slice of values for GetMySettingsRequest fields according to their type
func MustParseGetMySettingsRequest_FieldPathArrayOfValues ¶
func MustParseGetMySettingsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) GetMySettingsRequest_FieldPathArrayOfValues
func ParseGetMySettingsRequest_FieldPathArrayOfValues ¶
func ParseGetMySettingsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (GetMySettingsRequest_FieldPathArrayOfValues, error)
type GetMySettingsRequest_FieldPathSelector ¶
type GetMySettingsRequest_FieldPathSelector int32
const (
GetMySettingsRequest_FieldPathSelectorKeys GetMySettingsRequest_FieldPathSelector = 0
)
func (GetMySettingsRequest_FieldPathSelector) String ¶
func (s GetMySettingsRequest_FieldPathSelector) String() string
type GetMySettingsRequest_FieldPathValue ¶
type GetMySettingsRequest_FieldPathValue interface { GetMySettingsRequest_FieldPath gotenobject.FieldPathValue SetTo(target **GetMySettingsRequest) CompareWith(*GetMySettingsRequest) (cmp int, comparable bool) }
GetMySettingsRequest_FieldPathValue allows storing values for GetMySettingsRequest fields according to their type
func MustParseGetMySettingsRequest_FieldPathValue ¶
func MustParseGetMySettingsRequest_FieldPathValue(pathStr, valueStr string) GetMySettingsRequest_FieldPathValue
func ParseGetMySettingsRequest_FieldPathValue ¶
func ParseGetMySettingsRequest_FieldPathValue(pathStr, valueStr string) (GetMySettingsRequest_FieldPathValue, error)
type GetMySettingsRequest_FieldTerminalPath ¶
type GetMySettingsRequest_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*GetMySettingsRequest_FieldTerminalPath) ClearValue ¶
func (fp *GetMySettingsRequest_FieldTerminalPath) ClearValue(item *GetMySettingsRequest)
func (*GetMySettingsRequest_FieldTerminalPath) ClearValueRaw ¶
func (fp *GetMySettingsRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*GetMySettingsRequest_FieldTerminalPath) Get ¶
func (fp *GetMySettingsRequest_FieldTerminalPath) Get(source *GetMySettingsRequest) (values []interface{})
Get returns all values pointed by specific field from source GetMySettingsRequest
func (*GetMySettingsRequest_FieldTerminalPath) GetDefault ¶
func (fp *GetMySettingsRequest_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*GetMySettingsRequest_FieldTerminalPath) GetRaw ¶
func (fp *GetMySettingsRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*GetMySettingsRequest_FieldTerminalPath) GetSingle ¶
func (fp *GetMySettingsRequest_FieldTerminalPath) GetSingle(source *GetMySettingsRequest) (interface{}, bool)
GetSingle returns value pointed by specific field of from source GetMySettingsRequest
func (*GetMySettingsRequest_FieldTerminalPath) GetSingleRaw ¶
func (fp *GetMySettingsRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*GetMySettingsRequest_FieldTerminalPath) IsLeaf ¶
func (fp *GetMySettingsRequest_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*GetMySettingsRequest_FieldTerminalPath) JSONString ¶
func (fp *GetMySettingsRequest_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*GetMySettingsRequest_FieldTerminalPath) Selector ¶
func (fp *GetMySettingsRequest_FieldTerminalPath) Selector() GetMySettingsRequest_FieldPathSelector
func (*GetMySettingsRequest_FieldTerminalPath) String ¶
func (fp *GetMySettingsRequest_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*GetMySettingsRequest_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *GetMySettingsRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) GetMySettingsRequest_FieldPathArrayItemValue
func (*GetMySettingsRequest_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *GetMySettingsRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) GetMySettingsRequest_FieldPathArrayOfValues
func (*GetMySettingsRequest_FieldTerminalPath) WithIValue ¶
func (fp *GetMySettingsRequest_FieldTerminalPath) WithIValue(value interface{}) GetMySettingsRequest_FieldPathValue
func (*GetMySettingsRequest_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *GetMySettingsRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*GetMySettingsRequest_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *GetMySettingsRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*GetMySettingsRequest_FieldTerminalPath) WithRawIValue ¶
func (fp *GetMySettingsRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type GetMySettingsRequest_FieldTerminalPathArrayItemValue ¶
type GetMySettingsRequest_FieldTerminalPathArrayItemValue struct { GetMySettingsRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*GetMySettingsRequest_FieldTerminalPathArrayItemValue) AsKeysItemValue ¶
func (fpaiv *GetMySettingsRequest_FieldTerminalPathArrayItemValue) AsKeysItemValue() (string, bool)
func (*GetMySettingsRequest_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *GetMySettingsRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *GetMySettingsRequest) bool
Contains returns a boolean indicating if value that is being held is present in given 'GetMySettingsRequest'
func (*GetMySettingsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *GetMySettingsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object GetMySettingsRequest as interface{}
func (*GetMySettingsRequest_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *GetMySettingsRequest_FieldTerminalPathArrayItemValue) GetSingle(source *GetMySettingsRequest) (interface{}, bool)
func (*GetMySettingsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *GetMySettingsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type GetMySettingsRequest_FieldTerminalPathArrayOfValues ¶
type GetMySettingsRequest_FieldTerminalPathArrayOfValues struct { GetMySettingsRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*GetMySettingsRequest_FieldTerminalPathArrayOfValues) AsKeysArrayOfValues ¶
func (fpaov *GetMySettingsRequest_FieldTerminalPathArrayOfValues) AsKeysArrayOfValues() ([][]string, bool)
func (*GetMySettingsRequest_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *GetMySettingsRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type GetMySettingsRequest_FieldTerminalPathValue ¶
type GetMySettingsRequest_FieldTerminalPathValue struct { GetMySettingsRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*GetMySettingsRequest_FieldTerminalPathValue) AsKeysValue ¶
func (fpv *GetMySettingsRequest_FieldTerminalPathValue) AsKeysValue() ([]string, bool)
func (*GetMySettingsRequest_FieldTerminalPathValue) CompareWith ¶
func (fpv *GetMySettingsRequest_FieldTerminalPathValue) CompareWith(source *GetMySettingsRequest) (int, bool)
CompareWith compares value in the 'GetMySettingsRequest_FieldTerminalPathValue' with the value under path in 'GetMySettingsRequest'.
func (*GetMySettingsRequest_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *GetMySettingsRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*GetMySettingsRequest_FieldTerminalPathValue) GetRawValue ¶
func (fpv *GetMySettingsRequest_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'GetMySettingsRequest' as interface{}
func (*GetMySettingsRequest_FieldTerminalPathValue) SetTo ¶
func (fpv *GetMySettingsRequest_FieldTerminalPathValue) SetTo(target **GetMySettingsRequest)
SetTo stores value for selected field for object GetMySettingsRequest
func (*GetMySettingsRequest_FieldTerminalPathValue) SetToRaw ¶
func (fpv *GetMySettingsRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
type GetMySettingsResponse ¶
type GetMySettingsResponse struct { // resulting settings Settings map[string]string `` /* 178-byte string literal not displayed */ // contains filtered or unexported fields }
func (*GetMySettingsResponse) Clone ¶
func (o *GetMySettingsResponse) Clone() *GetMySettingsResponse
func (*GetMySettingsResponse) CloneRaw ¶
func (o *GetMySettingsResponse) CloneRaw() gotenobject.GotenObjectExt
func (*GetMySettingsResponse) Descriptor ¶
func (*GetMySettingsResponse) Descriptor() ([]byte, []int)
Deprecated, Use GetMySettingsResponse.ProtoReflect.Descriptor instead.
func (*GetMySettingsResponse) GetSettings ¶
func (m *GetMySettingsResponse) GetSettings() map[string]string
func (*GetMySettingsResponse) GotenMessage ¶
func (*GetMySettingsResponse) GotenMessage()
func (*GetMySettingsResponse) GotenObjectExt ¶
func (o *GetMySettingsResponse) GotenObjectExt()
func (*GetMySettingsResponse) GotenValidate ¶
func (obj *GetMySettingsResponse) GotenValidate() error
func (*GetMySettingsResponse) MakeDiffFieldMask ¶
func (o *GetMySettingsResponse) MakeDiffFieldMask(other *GetMySettingsResponse) *GetMySettingsResponse_FieldMask
func (*GetMySettingsResponse) MakeFullFieldMask ¶
func (o *GetMySettingsResponse) MakeFullFieldMask() *GetMySettingsResponse_FieldMask
func (*GetMySettingsResponse) MakeRawDiffFieldMask ¶
func (o *GetMySettingsResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*GetMySettingsResponse) MakeRawFullFieldMask ¶
func (o *GetMySettingsResponse) MakeRawFullFieldMask() gotenobject.FieldMask
func (*GetMySettingsResponse) Marshal ¶
func (m *GetMySettingsResponse) Marshal() ([]byte, error)
func (*GetMySettingsResponse) MarshalJSON ¶
func (m *GetMySettingsResponse) MarshalJSON() ([]byte, error)
func (*GetMySettingsResponse) Merge ¶
func (o *GetMySettingsResponse) Merge(source *GetMySettingsResponse)
func (*GetMySettingsResponse) MergeRaw ¶
func (o *GetMySettingsResponse) MergeRaw(source gotenobject.GotenObjectExt)
func (*GetMySettingsResponse) ProtoMessage ¶
func (*GetMySettingsResponse) ProtoMessage()
func (*GetMySettingsResponse) ProtoReflect ¶
func (m *GetMySettingsResponse) ProtoReflect() preflect.Message
func (*GetMySettingsResponse) Reset ¶
func (m *GetMySettingsResponse) Reset()
func (*GetMySettingsResponse) SetSettings ¶
func (m *GetMySettingsResponse) SetSettings(fv map[string]string)
func (*GetMySettingsResponse) String ¶
func (m *GetMySettingsResponse) String() string
func (*GetMySettingsResponse) Unmarshal ¶
func (m *GetMySettingsResponse) Unmarshal(b []byte) error
func (*GetMySettingsResponse) UnmarshalJSON ¶
func (m *GetMySettingsResponse) UnmarshalJSON(data []byte) error
type GetMySettingsResponseFieldPathBuilder ¶
type GetMySettingsResponseFieldPathBuilder struct{}
func NewGetMySettingsResponseFieldPathBuilder ¶
func NewGetMySettingsResponseFieldPathBuilder() GetMySettingsResponseFieldPathBuilder
type GetMySettingsResponseMapPathSelectorSettings ¶
type GetMySettingsResponseMapPathSelectorSettings struct {
// contains filtered or unexported fields
}
func (GetMySettingsResponseMapPathSelectorSettings) FieldPath ¶
func (s GetMySettingsResponseMapPathSelectorSettings) FieldPath() *GetMySettingsResponse_FieldPathMap
func (GetMySettingsResponseMapPathSelectorSettings) WithArrayOfValues ¶
func (s GetMySettingsResponseMapPathSelectorSettings) WithArrayOfValues(values []string) *GetMySettingsResponse_FieldPathMapArrayOfValues
func (GetMySettingsResponseMapPathSelectorSettings) WithValue ¶
func (s GetMySettingsResponseMapPathSelectorSettings) WithValue(value string) *GetMySettingsResponse_FieldPathMapValue
type GetMySettingsResponsePathSelectorSettings ¶
type GetMySettingsResponsePathSelectorSettings struct{}
func (GetMySettingsResponsePathSelectorSettings) FieldPath ¶
func (GetMySettingsResponsePathSelectorSettings) FieldPath() *GetMySettingsResponse_FieldTerminalPath
func (GetMySettingsResponsePathSelectorSettings) WithArrayOfValues ¶
func (s GetMySettingsResponsePathSelectorSettings) WithArrayOfValues(values []map[string]string) *GetMySettingsResponse_FieldTerminalPathArrayOfValues
func (GetMySettingsResponsePathSelectorSettings) WithValue ¶
func (s GetMySettingsResponsePathSelectorSettings) WithValue(value map[string]string) *GetMySettingsResponse_FieldTerminalPathValue
type GetMySettingsResponse_FieldMask ¶
type GetMySettingsResponse_FieldMask struct {
Paths []GetMySettingsResponse_FieldPath
}
func FullGetMySettingsResponse_FieldMask ¶
func FullGetMySettingsResponse_FieldMask() *GetMySettingsResponse_FieldMask
func (*GetMySettingsResponse_FieldMask) AppendPath ¶
func (fieldMask *GetMySettingsResponse_FieldMask) AppendPath(path GetMySettingsResponse_FieldPath)
func (*GetMySettingsResponse_FieldMask) AppendRawPath ¶
func (fieldMask *GetMySettingsResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*GetMySettingsResponse_FieldMask) DecodeFirestore ¶
func (fieldMask *GetMySettingsResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*GetMySettingsResponse_FieldMask) EncodeFirestore ¶
func (fieldMask *GetMySettingsResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*GetMySettingsResponse_FieldMask) FilterInputFields ¶
func (fieldMask *GetMySettingsResponse_FieldMask) FilterInputFields() *GetMySettingsResponse_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*GetMySettingsResponse_FieldMask) FromProtoFieldMask ¶
func (fieldMask *GetMySettingsResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*GetMySettingsResponse_FieldMask) GetPaths ¶
func (fieldMask *GetMySettingsResponse_FieldMask) GetPaths() []GetMySettingsResponse_FieldPath
func (*GetMySettingsResponse_FieldMask) GetRawPaths ¶
func (fieldMask *GetMySettingsResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*GetMySettingsResponse_FieldMask) IsFull ¶
func (fieldMask *GetMySettingsResponse_FieldMask) IsFull() bool
func (GetMySettingsResponse_FieldMask) Marshal ¶
func (fieldMask GetMySettingsResponse_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (GetMySettingsResponse_FieldMask) MarshalJSON ¶
func (fieldMask GetMySettingsResponse_FieldMask) MarshalJSON() ([]byte, error)
func (*GetMySettingsResponse_FieldMask) PathsCount ¶
func (fieldMask *GetMySettingsResponse_FieldMask) PathsCount() int
func (*GetMySettingsResponse_FieldMask) Project ¶
func (fieldMask *GetMySettingsResponse_FieldMask) Project(source *GetMySettingsResponse) *GetMySettingsResponse
func (*GetMySettingsResponse_FieldMask) ProjectRaw ¶
func (fieldMask *GetMySettingsResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*GetMySettingsResponse_FieldMask) ProtoMessage ¶
func (fieldMask *GetMySettingsResponse_FieldMask) ProtoMessage()
func (*GetMySettingsResponse_FieldMask) ProtoReflect ¶
func (fieldMask *GetMySettingsResponse_FieldMask) ProtoReflect() preflect.Message
func (*GetMySettingsResponse_FieldMask) Reset ¶
func (fieldMask *GetMySettingsResponse_FieldMask) Reset()
func (*GetMySettingsResponse_FieldMask) Set ¶
func (fieldMask *GetMySettingsResponse_FieldMask) Set(target, source *GetMySettingsResponse)
func (*GetMySettingsResponse_FieldMask) SetFromCliFlag ¶
func (fieldMask *GetMySettingsResponse_FieldMask) SetFromCliFlag(raw string) error
func (*GetMySettingsResponse_FieldMask) SetRaw ¶
func (fieldMask *GetMySettingsResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*GetMySettingsResponse_FieldMask) Size ¶
func (fieldMask *GetMySettingsResponse_FieldMask) Size() int
func (*GetMySettingsResponse_FieldMask) String ¶
func (fieldMask *GetMySettingsResponse_FieldMask) String() string
func (*GetMySettingsResponse_FieldMask) Subtract ¶
func (fieldMask *GetMySettingsResponse_FieldMask) Subtract(other *GetMySettingsResponse_FieldMask) *GetMySettingsResponse_FieldMask
func (*GetMySettingsResponse_FieldMask) SubtractRaw ¶
func (fieldMask *GetMySettingsResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*GetMySettingsResponse_FieldMask) ToProtoFieldMask ¶
func (fieldMask *GetMySettingsResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*GetMySettingsResponse_FieldMask) Unmarshal ¶
func (fieldMask *GetMySettingsResponse_FieldMask) Unmarshal(data []byte) error
func (*GetMySettingsResponse_FieldMask) UnmarshalJSON ¶
func (fieldMask *GetMySettingsResponse_FieldMask) UnmarshalJSON(data []byte) error
type GetMySettingsResponse_FieldPath ¶
type GetMySettingsResponse_FieldPath interface { gotenobject.FieldPath Selector() GetMySettingsResponse_FieldPathSelector Get(source *GetMySettingsResponse) []interface{} GetSingle(source *GetMySettingsResponse) (interface{}, bool) ClearValue(item *GetMySettingsResponse) // Those methods build corresponding GetMySettingsResponse_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) GetMySettingsResponse_FieldPathValue WithIArrayOfValues(values interface{}) GetMySettingsResponse_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) GetMySettingsResponse_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildGetMySettingsResponse_FieldPath ¶
func BuildGetMySettingsResponse_FieldPath(fp gotenobject.RawFieldPath) (GetMySettingsResponse_FieldPath, error)
func MustParseGetMySettingsResponse_FieldPath ¶
func MustParseGetMySettingsResponse_FieldPath(rawField string) GetMySettingsResponse_FieldPath
func ParseGetMySettingsResponse_FieldPath ¶
func ParseGetMySettingsResponse_FieldPath(rawField string) (GetMySettingsResponse_FieldPath, error)
type GetMySettingsResponse_FieldPathArrayItemValue ¶
type GetMySettingsResponse_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue GetMySettingsResponse_FieldPath ContainsValue(*GetMySettingsResponse) bool }
GetMySettingsResponse_FieldPathArrayItemValue allows storing single item in Path-specific values for GetMySettingsResponse according to their type Present only for array (repeated) types.
func MustParseGetMySettingsResponse_FieldPathArrayItemValue ¶
func MustParseGetMySettingsResponse_FieldPathArrayItemValue(pathStr, valueStr string) GetMySettingsResponse_FieldPathArrayItemValue
func ParseGetMySettingsResponse_FieldPathArrayItemValue ¶
func ParseGetMySettingsResponse_FieldPathArrayItemValue(pathStr, valueStr string) (GetMySettingsResponse_FieldPathArrayItemValue, error)
ParseGetMySettingsResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type GetMySettingsResponse_FieldPathArrayOfValues ¶
type GetMySettingsResponse_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues GetMySettingsResponse_FieldPath }
GetMySettingsResponse_FieldPathArrayOfValues allows storing slice of values for GetMySettingsResponse fields according to their type
func MustParseGetMySettingsResponse_FieldPathArrayOfValues ¶
func MustParseGetMySettingsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) GetMySettingsResponse_FieldPathArrayOfValues
func ParseGetMySettingsResponse_FieldPathArrayOfValues ¶
func ParseGetMySettingsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (GetMySettingsResponse_FieldPathArrayOfValues, error)
type GetMySettingsResponse_FieldPathMap ¶
type GetMySettingsResponse_FieldPathMap struct {
// contains filtered or unexported fields
}
FieldPath for map type with additional Key information
func (*GetMySettingsResponse_FieldPathMap) ClearValue ¶
func (fpm *GetMySettingsResponse_FieldPathMap) ClearValue(item *GetMySettingsResponse)
func (*GetMySettingsResponse_FieldPathMap) ClearValueRaw ¶
func (fpm *GetMySettingsResponse_FieldPathMap) ClearValueRaw(item proto.Message)
func (*GetMySettingsResponse_FieldPathMap) Get ¶
func (fpm *GetMySettingsResponse_FieldPathMap) Get(source *GetMySettingsResponse) (values []interface{})
Get returns all values pointed by selected field map key from source GetMySettingsResponse
func (*GetMySettingsResponse_FieldPathMap) GetDefault ¶
func (fpm *GetMySettingsResponse_FieldPathMap) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*GetMySettingsResponse_FieldPathMap) GetRaw ¶
func (fpm *GetMySettingsResponse_FieldPathMap) GetRaw(source proto.Message) []interface{}
func (*GetMySettingsResponse_FieldPathMap) GetSingle ¶
func (fpm *GetMySettingsResponse_FieldPathMap) GetSingle(source *GetMySettingsResponse) (interface{}, bool)
GetSingle returns value by selected field map key from source GetMySettingsResponse
func (*GetMySettingsResponse_FieldPathMap) GetSingleRaw ¶
func (fpm *GetMySettingsResponse_FieldPathMap) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*GetMySettingsResponse_FieldPathMap) IsLeaf ¶
func (fpm *GetMySettingsResponse_FieldPathMap) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*GetMySettingsResponse_FieldPathMap) JSONString ¶
func (fpm *GetMySettingsResponse_FieldPathMap) JSONString() string
JSONString returns path representation is JSON convention. Note that map keys are not transformed
func (*GetMySettingsResponse_FieldPathMap) Key ¶
func (fpm *GetMySettingsResponse_FieldPathMap) Key() string
func (*GetMySettingsResponse_FieldPathMap) Selector ¶
func (fpm *GetMySettingsResponse_FieldPathMap) Selector() GetMySettingsResponse_FieldPathSelector
func (*GetMySettingsResponse_FieldPathMap) String ¶
func (fpm *GetMySettingsResponse_FieldPathMap) String() string
String returns path representation in proto convention
func (*GetMySettingsResponse_FieldPathMap) WithIArrayItemValue ¶
func (fpm *GetMySettingsResponse_FieldPathMap) WithIArrayItemValue(value interface{}) GetMySettingsResponse_FieldPathArrayItemValue
func (*GetMySettingsResponse_FieldPathMap) WithIArrayOfValues ¶
func (fpm *GetMySettingsResponse_FieldPathMap) WithIArrayOfValues(values interface{}) GetMySettingsResponse_FieldPathArrayOfValues
func (*GetMySettingsResponse_FieldPathMap) WithIValue ¶
func (fpm *GetMySettingsResponse_FieldPathMap) WithIValue(value interface{}) GetMySettingsResponse_FieldPathValue
func (*GetMySettingsResponse_FieldPathMap) WithRawIArrayItemValue ¶
func (fpm *GetMySettingsResponse_FieldPathMap) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*GetMySettingsResponse_FieldPathMap) WithRawIArrayOfValues ¶
func (fpm *GetMySettingsResponse_FieldPathMap) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*GetMySettingsResponse_FieldPathMap) WithRawIValue ¶
func (fpm *GetMySettingsResponse_FieldPathMap) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type GetMySettingsResponse_FieldPathMapArrayOfValues ¶
type GetMySettingsResponse_FieldPathMapArrayOfValues struct { GetMySettingsResponse_FieldPathMap // contains filtered or unexported fields }
func (*GetMySettingsResponse_FieldPathMapArrayOfValues) AsSettingsArrayOfElementValues ¶
func (fpmaov *GetMySettingsResponse_FieldPathMapArrayOfValues) AsSettingsArrayOfElementValues() ([]string, bool)
func (*GetMySettingsResponse_FieldPathMapArrayOfValues) GetRawValues ¶
func (fpmaov *GetMySettingsResponse_FieldPathMapArrayOfValues) GetRawValues() (values []interface{})
type GetMySettingsResponse_FieldPathMapValue ¶
type GetMySettingsResponse_FieldPathMapValue struct { GetMySettingsResponse_FieldPathMap // contains filtered or unexported fields }
func (*GetMySettingsResponse_FieldPathMapValue) AsSettingsElementValue ¶
func (fpmv *GetMySettingsResponse_FieldPathMapValue) AsSettingsElementValue() (string, bool)
func (*GetMySettingsResponse_FieldPathMapValue) CompareWith ¶
func (fpmv *GetMySettingsResponse_FieldPathMapValue) CompareWith(source *GetMySettingsResponse) (int, bool)
CompareWith compares value in the 'GetMySettingsResponse_FieldPathMapValue' with the value under path in 'GetMySettingsResponse'.
func (*GetMySettingsResponse_FieldPathMapValue) CompareWithRaw ¶
func (fpmv *GetMySettingsResponse_FieldPathMapValue) CompareWithRaw(source proto.Message) (int, bool)
func (*GetMySettingsResponse_FieldPathMapValue) GetRawValue ¶
func (fpmv *GetMySettingsResponse_FieldPathMapValue) GetRawValue() interface{}
GetValue returns value stored under selected field in GetMySettingsResponse as interface{}
func (*GetMySettingsResponse_FieldPathMapValue) SetTo ¶
func (fpmv *GetMySettingsResponse_FieldPathMapValue) SetTo(target **GetMySettingsResponse)
SetTo stores value for selected field in GetMySettingsResponse
func (*GetMySettingsResponse_FieldPathMapValue) SetToRaw ¶
func (fpmv *GetMySettingsResponse_FieldPathMapValue) SetToRaw(target proto.Message)
type GetMySettingsResponse_FieldPathSelector ¶
type GetMySettingsResponse_FieldPathSelector int32
const (
GetMySettingsResponse_FieldPathSelectorSettings GetMySettingsResponse_FieldPathSelector = 0
)
func (GetMySettingsResponse_FieldPathSelector) String ¶
func (s GetMySettingsResponse_FieldPathSelector) String() string
type GetMySettingsResponse_FieldPathValue ¶
type GetMySettingsResponse_FieldPathValue interface { GetMySettingsResponse_FieldPath gotenobject.FieldPathValue SetTo(target **GetMySettingsResponse) CompareWith(*GetMySettingsResponse) (cmp int, comparable bool) }
GetMySettingsResponse_FieldPathValue allows storing values for GetMySettingsResponse fields according to their type
func MustParseGetMySettingsResponse_FieldPathValue ¶
func MustParseGetMySettingsResponse_FieldPathValue(pathStr, valueStr string) GetMySettingsResponse_FieldPathValue
func ParseGetMySettingsResponse_FieldPathValue ¶
func ParseGetMySettingsResponse_FieldPathValue(pathStr, valueStr string) (GetMySettingsResponse_FieldPathValue, error)
type GetMySettingsResponse_FieldTerminalPath ¶
type GetMySettingsResponse_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*GetMySettingsResponse_FieldTerminalPath) ClearValue ¶
func (fp *GetMySettingsResponse_FieldTerminalPath) ClearValue(item *GetMySettingsResponse)
func (*GetMySettingsResponse_FieldTerminalPath) ClearValueRaw ¶
func (fp *GetMySettingsResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*GetMySettingsResponse_FieldTerminalPath) Get ¶
func (fp *GetMySettingsResponse_FieldTerminalPath) Get(source *GetMySettingsResponse) (values []interface{})
Get returns all values pointed by specific field from source GetMySettingsResponse
func (*GetMySettingsResponse_FieldTerminalPath) GetDefault ¶
func (fp *GetMySettingsResponse_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*GetMySettingsResponse_FieldTerminalPath) GetRaw ¶
func (fp *GetMySettingsResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*GetMySettingsResponse_FieldTerminalPath) GetSingle ¶
func (fp *GetMySettingsResponse_FieldTerminalPath) GetSingle(source *GetMySettingsResponse) (interface{}, bool)
GetSingle returns value pointed by specific field of from source GetMySettingsResponse
func (*GetMySettingsResponse_FieldTerminalPath) GetSingleRaw ¶
func (fp *GetMySettingsResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*GetMySettingsResponse_FieldTerminalPath) IsLeaf ¶
func (fp *GetMySettingsResponse_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*GetMySettingsResponse_FieldTerminalPath) JSONString ¶
func (fp *GetMySettingsResponse_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*GetMySettingsResponse_FieldTerminalPath) Selector ¶
func (fp *GetMySettingsResponse_FieldTerminalPath) Selector() GetMySettingsResponse_FieldPathSelector
func (*GetMySettingsResponse_FieldTerminalPath) String ¶
func (fp *GetMySettingsResponse_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*GetMySettingsResponse_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *GetMySettingsResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) GetMySettingsResponse_FieldPathArrayItemValue
func (*GetMySettingsResponse_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *GetMySettingsResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) GetMySettingsResponse_FieldPathArrayOfValues
func (*GetMySettingsResponse_FieldTerminalPath) WithIValue ¶
func (fp *GetMySettingsResponse_FieldTerminalPath) WithIValue(value interface{}) GetMySettingsResponse_FieldPathValue
func (*GetMySettingsResponse_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *GetMySettingsResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*GetMySettingsResponse_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *GetMySettingsResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*GetMySettingsResponse_FieldTerminalPath) WithRawIValue ¶
func (fp *GetMySettingsResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type GetMySettingsResponse_FieldTerminalPathArrayItemValue ¶
type GetMySettingsResponse_FieldTerminalPathArrayItemValue struct { GetMySettingsResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*GetMySettingsResponse_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *GetMySettingsResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *GetMySettingsResponse) bool
Contains returns a boolean indicating if value that is being held is present in given 'GetMySettingsResponse'
func (*GetMySettingsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *GetMySettingsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object GetMySettingsResponse as interface{}
func (*GetMySettingsResponse_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *GetMySettingsResponse_FieldTerminalPathArrayItemValue) GetSingle(source *GetMySettingsResponse) (interface{}, bool)
func (*GetMySettingsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *GetMySettingsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type GetMySettingsResponse_FieldTerminalPathArrayOfValues ¶
type GetMySettingsResponse_FieldTerminalPathArrayOfValues struct { GetMySettingsResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*GetMySettingsResponse_FieldTerminalPathArrayOfValues) AsSettingsArrayOfValues ¶
func (fpaov *GetMySettingsResponse_FieldTerminalPathArrayOfValues) AsSettingsArrayOfValues() ([]map[string]string, bool)
func (*GetMySettingsResponse_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *GetMySettingsResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type GetMySettingsResponse_FieldTerminalPathValue ¶
type GetMySettingsResponse_FieldTerminalPathValue struct { GetMySettingsResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*GetMySettingsResponse_FieldTerminalPathValue) AsSettingsValue ¶
func (fpv *GetMySettingsResponse_FieldTerminalPathValue) AsSettingsValue() (map[string]string, bool)
func (*GetMySettingsResponse_FieldTerminalPathValue) CompareWith ¶
func (fpv *GetMySettingsResponse_FieldTerminalPathValue) CompareWith(source *GetMySettingsResponse) (int, bool)
CompareWith compares value in the 'GetMySettingsResponse_FieldTerminalPathValue' with the value under path in 'GetMySettingsResponse'.
func (*GetMySettingsResponse_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *GetMySettingsResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*GetMySettingsResponse_FieldTerminalPathValue) GetRawValue ¶
func (fpv *GetMySettingsResponse_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'GetMySettingsResponse' as interface{}
func (*GetMySettingsResponse_FieldTerminalPathValue) SetTo ¶
func (fpv *GetMySettingsResponse_FieldTerminalPathValue) SetTo(target **GetMySettingsResponse)
SetTo stores value for selected field for object GetMySettingsResponse
func (*GetMySettingsResponse_FieldTerminalPathValue) SetToRaw ¶
func (fpv *GetMySettingsResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
type GetUserByEmailRequest ¶
type GetUserByEmailRequest struct { // reference of ntt.iam.v1alpha.User Email string `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty" firestore:"email"` // A list of extra fields to be obtained for each response item on top of // fields defined by request field view FieldMask *user.User_FieldMask `` /* 136-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"` // If true, server will skip checking if query result is present in it's cache SkipCache bool `protobuf:"varint,5,opt,name=skip_cache,json=skipCache,proto3" json:"skip_cache,omitempty" firestore:"skipCache"` // contains filtered or unexported fields }
Request message for method [GetUserByEmail][ntt.iam.v1alpha.GetUserByEmail]
func (*GetUserByEmailRequest) Clone ¶
func (o *GetUserByEmailRequest) Clone() *GetUserByEmailRequest
func (*GetUserByEmailRequest) CloneRaw ¶
func (o *GetUserByEmailRequest) CloneRaw() gotenobject.GotenObjectExt
func (*GetUserByEmailRequest) Descriptor ¶
func (*GetUserByEmailRequest) Descriptor() ([]byte, []int)
Deprecated, Use GetUserByEmailRequest.ProtoReflect.Descriptor instead.
func (*GetUserByEmailRequest) GetEmail ¶
func (m *GetUserByEmailRequest) GetEmail() string
func (*GetUserByEmailRequest) GetFieldMask ¶
func (m *GetUserByEmailRequest) GetFieldMask() *user.User_FieldMask
func (*GetUserByEmailRequest) GetSkipCache ¶
func (m *GetUserByEmailRequest) GetSkipCache() bool
func (*GetUserByEmailRequest) GetView ¶
func (m *GetUserByEmailRequest) GetView() view.View
func (*GetUserByEmailRequest) GotenMessage ¶
func (*GetUserByEmailRequest) GotenMessage()
func (*GetUserByEmailRequest) GotenObjectExt ¶
func (o *GetUserByEmailRequest) GotenObjectExt()
func (*GetUserByEmailRequest) GotenValidate ¶
func (obj *GetUserByEmailRequest) GotenValidate() error
func (*GetUserByEmailRequest) MakeDiffFieldMask ¶
func (o *GetUserByEmailRequest) MakeDiffFieldMask(other *GetUserByEmailRequest) *GetUserByEmailRequest_FieldMask
func (*GetUserByEmailRequest) MakeFullFieldMask ¶
func (o *GetUserByEmailRequest) MakeFullFieldMask() *GetUserByEmailRequest_FieldMask
func (*GetUserByEmailRequest) MakeRawDiffFieldMask ¶
func (o *GetUserByEmailRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*GetUserByEmailRequest) MakeRawFullFieldMask ¶
func (o *GetUserByEmailRequest) MakeRawFullFieldMask() gotenobject.FieldMask
func (*GetUserByEmailRequest) Marshal ¶
func (m *GetUserByEmailRequest) Marshal() ([]byte, error)
func (*GetUserByEmailRequest) MarshalJSON ¶
func (m *GetUserByEmailRequest) MarshalJSON() ([]byte, error)
func (*GetUserByEmailRequest) Merge ¶
func (o *GetUserByEmailRequest) Merge(source *GetUserByEmailRequest)
func (*GetUserByEmailRequest) MergeRaw ¶
func (o *GetUserByEmailRequest) MergeRaw(source gotenobject.GotenObjectExt)
func (*GetUserByEmailRequest) ProtoMessage ¶
func (*GetUserByEmailRequest) ProtoMessage()
func (*GetUserByEmailRequest) ProtoReflect ¶
func (m *GetUserByEmailRequest) ProtoReflect() preflect.Message
func (*GetUserByEmailRequest) Reset ¶
func (m *GetUserByEmailRequest) Reset()
func (*GetUserByEmailRequest) SetEmail ¶
func (m *GetUserByEmailRequest) SetEmail(fv string)
func (*GetUserByEmailRequest) SetFieldMask ¶
func (m *GetUserByEmailRequest) SetFieldMask(fv *user.User_FieldMask)
func (*GetUserByEmailRequest) SetSkipCache ¶
func (m *GetUserByEmailRequest) SetSkipCache(fv bool)
func (*GetUserByEmailRequest) SetView ¶
func (m *GetUserByEmailRequest) SetView(fv view.View)
func (*GetUserByEmailRequest) String ¶
func (m *GetUserByEmailRequest) String() string
func (*GetUserByEmailRequest) Unmarshal ¶
func (m *GetUserByEmailRequest) Unmarshal(b []byte) error
func (*GetUserByEmailRequest) UnmarshalJSON ¶
func (m *GetUserByEmailRequest) UnmarshalJSON(data []byte) error
type GetUserByEmailRequestFieldPathBuilder ¶
type GetUserByEmailRequestFieldPathBuilder struct{}
func NewGetUserByEmailRequestFieldPathBuilder ¶
func NewGetUserByEmailRequestFieldPathBuilder() GetUserByEmailRequestFieldPathBuilder
func (GetUserByEmailRequestFieldPathBuilder) FieldMask ¶
func (GetUserByEmailRequestFieldPathBuilder) FieldMask() GetUserByEmailRequestPathSelectorFieldMask
func (GetUserByEmailRequestFieldPathBuilder) SkipCache ¶
func (GetUserByEmailRequestFieldPathBuilder) SkipCache() GetUserByEmailRequestPathSelectorSkipCache
type GetUserByEmailRequestPathSelectorEmail ¶
type GetUserByEmailRequestPathSelectorEmail struct{}
func (GetUserByEmailRequestPathSelectorEmail) FieldPath ¶
func (GetUserByEmailRequestPathSelectorEmail) FieldPath() *GetUserByEmailRequest_FieldTerminalPath
func (GetUserByEmailRequestPathSelectorEmail) WithArrayOfValues ¶
func (s GetUserByEmailRequestPathSelectorEmail) WithArrayOfValues(values []string) *GetUserByEmailRequest_FieldTerminalPathArrayOfValues
func (GetUserByEmailRequestPathSelectorEmail) WithValue ¶
func (s GetUserByEmailRequestPathSelectorEmail) WithValue(value string) *GetUserByEmailRequest_FieldTerminalPathValue
type GetUserByEmailRequestPathSelectorFieldMask ¶
type GetUserByEmailRequestPathSelectorFieldMask struct{}
func (GetUserByEmailRequestPathSelectorFieldMask) FieldPath ¶
func (GetUserByEmailRequestPathSelectorFieldMask) FieldPath() *GetUserByEmailRequest_FieldTerminalPath
func (GetUserByEmailRequestPathSelectorFieldMask) WithArrayOfValues ¶
func (s GetUserByEmailRequestPathSelectorFieldMask) WithArrayOfValues(values []*user.User_FieldMask) *GetUserByEmailRequest_FieldTerminalPathArrayOfValues
func (GetUserByEmailRequestPathSelectorFieldMask) WithValue ¶
func (s GetUserByEmailRequestPathSelectorFieldMask) WithValue(value *user.User_FieldMask) *GetUserByEmailRequest_FieldTerminalPathValue
type GetUserByEmailRequestPathSelectorSkipCache ¶
type GetUserByEmailRequestPathSelectorSkipCache struct{}
func (GetUserByEmailRequestPathSelectorSkipCache) FieldPath ¶
func (GetUserByEmailRequestPathSelectorSkipCache) FieldPath() *GetUserByEmailRequest_FieldTerminalPath
func (GetUserByEmailRequestPathSelectorSkipCache) WithArrayOfValues ¶
func (s GetUserByEmailRequestPathSelectorSkipCache) WithArrayOfValues(values []bool) *GetUserByEmailRequest_FieldTerminalPathArrayOfValues
func (GetUserByEmailRequestPathSelectorSkipCache) WithValue ¶
func (s GetUserByEmailRequestPathSelectorSkipCache) WithValue(value bool) *GetUserByEmailRequest_FieldTerminalPathValue
type GetUserByEmailRequestPathSelectorView ¶
type GetUserByEmailRequestPathSelectorView struct{}
func (GetUserByEmailRequestPathSelectorView) FieldPath ¶
func (GetUserByEmailRequestPathSelectorView) FieldPath() *GetUserByEmailRequest_FieldTerminalPath
func (GetUserByEmailRequestPathSelectorView) WithArrayOfValues ¶
func (s GetUserByEmailRequestPathSelectorView) WithArrayOfValues(values []view.View) *GetUserByEmailRequest_FieldTerminalPathArrayOfValues
func (GetUserByEmailRequestPathSelectorView) WithValue ¶
func (s GetUserByEmailRequestPathSelectorView) WithValue(value view.View) *GetUserByEmailRequest_FieldTerminalPathValue
type GetUserByEmailRequest_FieldMask ¶
type GetUserByEmailRequest_FieldMask struct {
Paths []GetUserByEmailRequest_FieldPath
}
func FullGetUserByEmailRequest_FieldMask ¶
func FullGetUserByEmailRequest_FieldMask() *GetUserByEmailRequest_FieldMask
func (*GetUserByEmailRequest_FieldMask) AppendPath ¶
func (fieldMask *GetUserByEmailRequest_FieldMask) AppendPath(path GetUserByEmailRequest_FieldPath)
func (*GetUserByEmailRequest_FieldMask) AppendRawPath ¶
func (fieldMask *GetUserByEmailRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*GetUserByEmailRequest_FieldMask) DecodeFirestore ¶
func (fieldMask *GetUserByEmailRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*GetUserByEmailRequest_FieldMask) EncodeFirestore ¶
func (fieldMask *GetUserByEmailRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*GetUserByEmailRequest_FieldMask) FilterInputFields ¶
func (fieldMask *GetUserByEmailRequest_FieldMask) FilterInputFields() *GetUserByEmailRequest_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*GetUserByEmailRequest_FieldMask) FromProtoFieldMask ¶
func (fieldMask *GetUserByEmailRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*GetUserByEmailRequest_FieldMask) GetPaths ¶
func (fieldMask *GetUserByEmailRequest_FieldMask) GetPaths() []GetUserByEmailRequest_FieldPath
func (*GetUserByEmailRequest_FieldMask) GetRawPaths ¶
func (fieldMask *GetUserByEmailRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*GetUserByEmailRequest_FieldMask) IsFull ¶
func (fieldMask *GetUserByEmailRequest_FieldMask) IsFull() bool
func (GetUserByEmailRequest_FieldMask) Marshal ¶
func (fieldMask GetUserByEmailRequest_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (GetUserByEmailRequest_FieldMask) MarshalJSON ¶
func (fieldMask GetUserByEmailRequest_FieldMask) MarshalJSON() ([]byte, error)
func (*GetUserByEmailRequest_FieldMask) PathsCount ¶
func (fieldMask *GetUserByEmailRequest_FieldMask) PathsCount() int
func (*GetUserByEmailRequest_FieldMask) Project ¶
func (fieldMask *GetUserByEmailRequest_FieldMask) Project(source *GetUserByEmailRequest) *GetUserByEmailRequest
func (*GetUserByEmailRequest_FieldMask) ProjectRaw ¶
func (fieldMask *GetUserByEmailRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*GetUserByEmailRequest_FieldMask) ProtoMessage ¶
func (fieldMask *GetUserByEmailRequest_FieldMask) ProtoMessage()
func (*GetUserByEmailRequest_FieldMask) ProtoReflect ¶
func (fieldMask *GetUserByEmailRequest_FieldMask) ProtoReflect() preflect.Message
func (*GetUserByEmailRequest_FieldMask) Reset ¶
func (fieldMask *GetUserByEmailRequest_FieldMask) Reset()
func (*GetUserByEmailRequest_FieldMask) Set ¶
func (fieldMask *GetUserByEmailRequest_FieldMask) Set(target, source *GetUserByEmailRequest)
func (*GetUserByEmailRequest_FieldMask) SetFromCliFlag ¶
func (fieldMask *GetUserByEmailRequest_FieldMask) SetFromCliFlag(raw string) error
func (*GetUserByEmailRequest_FieldMask) SetRaw ¶
func (fieldMask *GetUserByEmailRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*GetUserByEmailRequest_FieldMask) Size ¶
func (fieldMask *GetUserByEmailRequest_FieldMask) Size() int
func (*GetUserByEmailRequest_FieldMask) String ¶
func (fieldMask *GetUserByEmailRequest_FieldMask) String() string
func (*GetUserByEmailRequest_FieldMask) Subtract ¶
func (fieldMask *GetUserByEmailRequest_FieldMask) Subtract(other *GetUserByEmailRequest_FieldMask) *GetUserByEmailRequest_FieldMask
func (*GetUserByEmailRequest_FieldMask) SubtractRaw ¶
func (fieldMask *GetUserByEmailRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*GetUserByEmailRequest_FieldMask) ToProtoFieldMask ¶
func (fieldMask *GetUserByEmailRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*GetUserByEmailRequest_FieldMask) Unmarshal ¶
func (fieldMask *GetUserByEmailRequest_FieldMask) Unmarshal(data []byte) error
func (*GetUserByEmailRequest_FieldMask) UnmarshalJSON ¶
func (fieldMask *GetUserByEmailRequest_FieldMask) UnmarshalJSON(data []byte) error
type GetUserByEmailRequest_FieldPath ¶
type GetUserByEmailRequest_FieldPath interface { gotenobject.FieldPath Selector() GetUserByEmailRequest_FieldPathSelector Get(source *GetUserByEmailRequest) []interface{} GetSingle(source *GetUserByEmailRequest) (interface{}, bool) ClearValue(item *GetUserByEmailRequest) // Those methods build corresponding GetUserByEmailRequest_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) GetUserByEmailRequest_FieldPathValue WithIArrayOfValues(values interface{}) GetUserByEmailRequest_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) GetUserByEmailRequest_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildGetUserByEmailRequest_FieldPath ¶
func BuildGetUserByEmailRequest_FieldPath(fp gotenobject.RawFieldPath) (GetUserByEmailRequest_FieldPath, error)
func MustParseGetUserByEmailRequest_FieldPath ¶
func MustParseGetUserByEmailRequest_FieldPath(rawField string) GetUserByEmailRequest_FieldPath
func ParseGetUserByEmailRequest_FieldPath ¶
func ParseGetUserByEmailRequest_FieldPath(rawField string) (GetUserByEmailRequest_FieldPath, error)
type GetUserByEmailRequest_FieldPathArrayItemValue ¶
type GetUserByEmailRequest_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue GetUserByEmailRequest_FieldPath ContainsValue(*GetUserByEmailRequest) bool }
GetUserByEmailRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for GetUserByEmailRequest according to their type Present only for array (repeated) types.
func MustParseGetUserByEmailRequest_FieldPathArrayItemValue ¶
func MustParseGetUserByEmailRequest_FieldPathArrayItemValue(pathStr, valueStr string) GetUserByEmailRequest_FieldPathArrayItemValue
func ParseGetUserByEmailRequest_FieldPathArrayItemValue ¶
func ParseGetUserByEmailRequest_FieldPathArrayItemValue(pathStr, valueStr string) (GetUserByEmailRequest_FieldPathArrayItemValue, error)
ParseGetUserByEmailRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type GetUserByEmailRequest_FieldPathArrayOfValues ¶
type GetUserByEmailRequest_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues GetUserByEmailRequest_FieldPath }
GetUserByEmailRequest_FieldPathArrayOfValues allows storing slice of values for GetUserByEmailRequest fields according to their type
func MustParseGetUserByEmailRequest_FieldPathArrayOfValues ¶
func MustParseGetUserByEmailRequest_FieldPathArrayOfValues(pathStr, valuesStr string) GetUserByEmailRequest_FieldPathArrayOfValues
func ParseGetUserByEmailRequest_FieldPathArrayOfValues ¶
func ParseGetUserByEmailRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (GetUserByEmailRequest_FieldPathArrayOfValues, error)
type GetUserByEmailRequest_FieldPathSelector ¶
type GetUserByEmailRequest_FieldPathSelector int32
const ( GetUserByEmailRequest_FieldPathSelectorEmail GetUserByEmailRequest_FieldPathSelector = 0 GetUserByEmailRequest_FieldPathSelectorFieldMask GetUserByEmailRequest_FieldPathSelector = 1 GetUserByEmailRequest_FieldPathSelectorView GetUserByEmailRequest_FieldPathSelector = 2 GetUserByEmailRequest_FieldPathSelectorSkipCache GetUserByEmailRequest_FieldPathSelector = 3 )
func (GetUserByEmailRequest_FieldPathSelector) String ¶
func (s GetUserByEmailRequest_FieldPathSelector) String() string
type GetUserByEmailRequest_FieldPathValue ¶
type GetUserByEmailRequest_FieldPathValue interface { GetUserByEmailRequest_FieldPath gotenobject.FieldPathValue SetTo(target **GetUserByEmailRequest) CompareWith(*GetUserByEmailRequest) (cmp int, comparable bool) }
GetUserByEmailRequest_FieldPathValue allows storing values for GetUserByEmailRequest fields according to their type
func MustParseGetUserByEmailRequest_FieldPathValue ¶
func MustParseGetUserByEmailRequest_FieldPathValue(pathStr, valueStr string) GetUserByEmailRequest_FieldPathValue
func ParseGetUserByEmailRequest_FieldPathValue ¶
func ParseGetUserByEmailRequest_FieldPathValue(pathStr, valueStr string) (GetUserByEmailRequest_FieldPathValue, error)
type GetUserByEmailRequest_FieldTerminalPath ¶
type GetUserByEmailRequest_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*GetUserByEmailRequest_FieldTerminalPath) ClearValue ¶
func (fp *GetUserByEmailRequest_FieldTerminalPath) ClearValue(item *GetUserByEmailRequest)
func (*GetUserByEmailRequest_FieldTerminalPath) ClearValueRaw ¶
func (fp *GetUserByEmailRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*GetUserByEmailRequest_FieldTerminalPath) Get ¶
func (fp *GetUserByEmailRequest_FieldTerminalPath) Get(source *GetUserByEmailRequest) (values []interface{})
Get returns all values pointed by specific field from source GetUserByEmailRequest
func (*GetUserByEmailRequest_FieldTerminalPath) GetDefault ¶
func (fp *GetUserByEmailRequest_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*GetUserByEmailRequest_FieldTerminalPath) GetRaw ¶
func (fp *GetUserByEmailRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*GetUserByEmailRequest_FieldTerminalPath) GetSingle ¶
func (fp *GetUserByEmailRequest_FieldTerminalPath) GetSingle(source *GetUserByEmailRequest) (interface{}, bool)
GetSingle returns value pointed by specific field of from source GetUserByEmailRequest
func (*GetUserByEmailRequest_FieldTerminalPath) GetSingleRaw ¶
func (fp *GetUserByEmailRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*GetUserByEmailRequest_FieldTerminalPath) IsLeaf ¶
func (fp *GetUserByEmailRequest_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*GetUserByEmailRequest_FieldTerminalPath) JSONString ¶
func (fp *GetUserByEmailRequest_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*GetUserByEmailRequest_FieldTerminalPath) Selector ¶
func (fp *GetUserByEmailRequest_FieldTerminalPath) Selector() GetUserByEmailRequest_FieldPathSelector
func (*GetUserByEmailRequest_FieldTerminalPath) String ¶
func (fp *GetUserByEmailRequest_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*GetUserByEmailRequest_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *GetUserByEmailRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) GetUserByEmailRequest_FieldPathArrayItemValue
func (*GetUserByEmailRequest_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *GetUserByEmailRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) GetUserByEmailRequest_FieldPathArrayOfValues
func (*GetUserByEmailRequest_FieldTerminalPath) WithIValue ¶
func (fp *GetUserByEmailRequest_FieldTerminalPath) WithIValue(value interface{}) GetUserByEmailRequest_FieldPathValue
func (*GetUserByEmailRequest_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *GetUserByEmailRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*GetUserByEmailRequest_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *GetUserByEmailRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*GetUserByEmailRequest_FieldTerminalPath) WithRawIValue ¶
func (fp *GetUserByEmailRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type GetUserByEmailRequest_FieldTerminalPathArrayItemValue ¶
type GetUserByEmailRequest_FieldTerminalPathArrayItemValue struct { GetUserByEmailRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*GetUserByEmailRequest_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *GetUserByEmailRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *GetUserByEmailRequest) bool
Contains returns a boolean indicating if value that is being held is present in given 'GetUserByEmailRequest'
func (*GetUserByEmailRequest_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *GetUserByEmailRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object GetUserByEmailRequest as interface{}
func (*GetUserByEmailRequest_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *GetUserByEmailRequest_FieldTerminalPathArrayItemValue) GetSingle(source *GetUserByEmailRequest) (interface{}, bool)
func (*GetUserByEmailRequest_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *GetUserByEmailRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type GetUserByEmailRequest_FieldTerminalPathArrayOfValues ¶
type GetUserByEmailRequest_FieldTerminalPathArrayOfValues struct { GetUserByEmailRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*GetUserByEmailRequest_FieldTerminalPathArrayOfValues) AsEmailArrayOfValues ¶
func (fpaov *GetUserByEmailRequest_FieldTerminalPathArrayOfValues) AsEmailArrayOfValues() ([]string, bool)
func (*GetUserByEmailRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues ¶
func (fpaov *GetUserByEmailRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*user.User_FieldMask, bool)
func (*GetUserByEmailRequest_FieldTerminalPathArrayOfValues) AsSkipCacheArrayOfValues ¶
func (fpaov *GetUserByEmailRequest_FieldTerminalPathArrayOfValues) AsSkipCacheArrayOfValues() ([]bool, bool)
func (*GetUserByEmailRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues ¶
func (fpaov *GetUserByEmailRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)
func (*GetUserByEmailRequest_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *GetUserByEmailRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type GetUserByEmailRequest_FieldTerminalPathValue ¶
type GetUserByEmailRequest_FieldTerminalPathValue struct { GetUserByEmailRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*GetUserByEmailRequest_FieldTerminalPathValue) AsEmailValue ¶
func (fpv *GetUserByEmailRequest_FieldTerminalPathValue) AsEmailValue() (string, bool)
func (*GetUserByEmailRequest_FieldTerminalPathValue) AsFieldMaskValue ¶
func (fpv *GetUserByEmailRequest_FieldTerminalPathValue) AsFieldMaskValue() (*user.User_FieldMask, bool)
func (*GetUserByEmailRequest_FieldTerminalPathValue) AsSkipCacheValue ¶
func (fpv *GetUserByEmailRequest_FieldTerminalPathValue) AsSkipCacheValue() (bool, bool)
func (*GetUserByEmailRequest_FieldTerminalPathValue) AsViewValue ¶
func (fpv *GetUserByEmailRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)
func (*GetUserByEmailRequest_FieldTerminalPathValue) CompareWith ¶
func (fpv *GetUserByEmailRequest_FieldTerminalPathValue) CompareWith(source *GetUserByEmailRequest) (int, bool)
CompareWith compares value in the 'GetUserByEmailRequest_FieldTerminalPathValue' with the value under path in 'GetUserByEmailRequest'.
func (*GetUserByEmailRequest_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *GetUserByEmailRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*GetUserByEmailRequest_FieldTerminalPathValue) GetRawValue ¶
func (fpv *GetUserByEmailRequest_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'GetUserByEmailRequest' as interface{}
func (*GetUserByEmailRequest_FieldTerminalPathValue) SetTo ¶
func (fpv *GetUserByEmailRequest_FieldTerminalPathValue) SetTo(target **GetUserByEmailRequest)
SetTo stores value for selected field for object GetUserByEmailRequest
func (*GetUserByEmailRequest_FieldTerminalPathValue) SetToRaw ¶
func (fpv *GetUserByEmailRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
type GetUserRequest ¶
type GetUserRequest struct { // Reference of ntt.iam.v1alpha.User Name *user.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 *user.User_FieldMask `` /* 136-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 [GetUser][ntt.iam.v1alpha.GetUser]
func (*GetUserRequest) Clone ¶
func (o *GetUserRequest) Clone() *GetUserRequest
func (*GetUserRequest) CloneRaw ¶
func (o *GetUserRequest) CloneRaw() gotenobject.GotenObjectExt
func (*GetUserRequest) Descriptor ¶
func (*GetUserRequest) Descriptor() ([]byte, []int)
Deprecated, Use GetUserRequest.ProtoReflect.Descriptor instead.
func (*GetUserRequest) GetFieldMask ¶
func (m *GetUserRequest) GetFieldMask() *user.User_FieldMask
func (*GetUserRequest) GetName ¶
func (m *GetUserRequest) GetName() *user.Reference
func (*GetUserRequest) GetView ¶
func (m *GetUserRequest) GetView() view.View
func (*GetUserRequest) GotenMessage ¶
func (*GetUserRequest) GotenMessage()
func (*GetUserRequest) GotenObjectExt ¶
func (o *GetUserRequest) GotenObjectExt()
func (*GetUserRequest) GotenValidate ¶
func (obj *GetUserRequest) GotenValidate() error
func (*GetUserRequest) MakeDiffFieldMask ¶
func (o *GetUserRequest) MakeDiffFieldMask(other *GetUserRequest) *GetUserRequest_FieldMask
func (*GetUserRequest) MakeFullFieldMask ¶
func (o *GetUserRequest) MakeFullFieldMask() *GetUserRequest_FieldMask
func (*GetUserRequest) MakeRawDiffFieldMask ¶
func (o *GetUserRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*GetUserRequest) MakeRawFullFieldMask ¶
func (o *GetUserRequest) MakeRawFullFieldMask() gotenobject.FieldMask
func (*GetUserRequest) Marshal ¶
func (m *GetUserRequest) Marshal() ([]byte, error)
func (*GetUserRequest) MarshalJSON ¶
func (m *GetUserRequest) MarshalJSON() ([]byte, error)
func (*GetUserRequest) Merge ¶
func (o *GetUserRequest) Merge(source *GetUserRequest)
func (*GetUserRequest) MergeRaw ¶
func (o *GetUserRequest) MergeRaw(source gotenobject.GotenObjectExt)
func (*GetUserRequest) ProtoMessage ¶
func (*GetUserRequest) ProtoMessage()
func (*GetUserRequest) ProtoReflect ¶
func (m *GetUserRequest) ProtoReflect() preflect.Message
func (*GetUserRequest) Reset ¶
func (m *GetUserRequest) Reset()
func (*GetUserRequest) SetFieldMask ¶
func (m *GetUserRequest) SetFieldMask(fv *user.User_FieldMask)
func (*GetUserRequest) SetName ¶
func (m *GetUserRequest) SetName(fv *user.Reference)
func (*GetUserRequest) SetView ¶
func (m *GetUserRequest) SetView(fv view.View)
func (*GetUserRequest) String ¶
func (m *GetUserRequest) String() string
func (*GetUserRequest) Unmarshal ¶
func (m *GetUserRequest) Unmarshal(b []byte) error
func (*GetUserRequest) UnmarshalJSON ¶
func (m *GetUserRequest) UnmarshalJSON(data []byte) error
type GetUserRequestFieldPathBuilder ¶
type GetUserRequestFieldPathBuilder struct{}
func NewGetUserRequestFieldPathBuilder ¶
func NewGetUserRequestFieldPathBuilder() GetUserRequestFieldPathBuilder
func (GetUserRequestFieldPathBuilder) FieldMask ¶
func (GetUserRequestFieldPathBuilder) FieldMask() GetUserRequestPathSelectorFieldMask
func (GetUserRequestFieldPathBuilder) Name ¶
func (GetUserRequestFieldPathBuilder) Name() GetUserRequestPathSelectorName
func (GetUserRequestFieldPathBuilder) View ¶
func (GetUserRequestFieldPathBuilder) View() GetUserRequestPathSelectorView
type GetUserRequestPathSelectorFieldMask ¶
type GetUserRequestPathSelectorFieldMask struct{}
func (GetUserRequestPathSelectorFieldMask) FieldPath ¶
func (GetUserRequestPathSelectorFieldMask) FieldPath() *GetUserRequest_FieldTerminalPath
func (GetUserRequestPathSelectorFieldMask) WithArrayOfValues ¶
func (s GetUserRequestPathSelectorFieldMask) WithArrayOfValues(values []*user.User_FieldMask) *GetUserRequest_FieldTerminalPathArrayOfValues
func (GetUserRequestPathSelectorFieldMask) WithValue ¶
func (s GetUserRequestPathSelectorFieldMask) WithValue(value *user.User_FieldMask) *GetUserRequest_FieldTerminalPathValue
type GetUserRequestPathSelectorName ¶
type GetUserRequestPathSelectorName struct{}
func (GetUserRequestPathSelectorName) FieldPath ¶
func (GetUserRequestPathSelectorName) FieldPath() *GetUserRequest_FieldTerminalPath
func (GetUserRequestPathSelectorName) WithArrayOfValues ¶
func (s GetUserRequestPathSelectorName) WithArrayOfValues(values []*user.Reference) *GetUserRequest_FieldTerminalPathArrayOfValues
func (GetUserRequestPathSelectorName) WithValue ¶
func (s GetUserRequestPathSelectorName) WithValue(value *user.Reference) *GetUserRequest_FieldTerminalPathValue
type GetUserRequestPathSelectorView ¶
type GetUserRequestPathSelectorView struct{}
func (GetUserRequestPathSelectorView) FieldPath ¶
func (GetUserRequestPathSelectorView) FieldPath() *GetUserRequest_FieldTerminalPath
func (GetUserRequestPathSelectorView) WithArrayOfValues ¶
func (s GetUserRequestPathSelectorView) WithArrayOfValues(values []view.View) *GetUserRequest_FieldTerminalPathArrayOfValues
func (GetUserRequestPathSelectorView) WithValue ¶
func (s GetUserRequestPathSelectorView) WithValue(value view.View) *GetUserRequest_FieldTerminalPathValue
type GetUserRequest_FieldMask ¶
type GetUserRequest_FieldMask struct {
Paths []GetUserRequest_FieldPath
}
func FullGetUserRequest_FieldMask ¶
func FullGetUserRequest_FieldMask() *GetUserRequest_FieldMask
func (*GetUserRequest_FieldMask) AppendPath ¶
func (fieldMask *GetUserRequest_FieldMask) AppendPath(path GetUserRequest_FieldPath)
func (*GetUserRequest_FieldMask) AppendRawPath ¶
func (fieldMask *GetUserRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*GetUserRequest_FieldMask) DecodeFirestore ¶
func (fieldMask *GetUserRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*GetUserRequest_FieldMask) EncodeFirestore ¶
func (fieldMask *GetUserRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*GetUserRequest_FieldMask) FilterInputFields ¶
func (fieldMask *GetUserRequest_FieldMask) FilterInputFields() *GetUserRequest_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*GetUserRequest_FieldMask) FromProtoFieldMask ¶
func (fieldMask *GetUserRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*GetUserRequest_FieldMask) GetPaths ¶
func (fieldMask *GetUserRequest_FieldMask) GetPaths() []GetUserRequest_FieldPath
func (*GetUserRequest_FieldMask) GetRawPaths ¶
func (fieldMask *GetUserRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*GetUserRequest_FieldMask) IsFull ¶
func (fieldMask *GetUserRequest_FieldMask) IsFull() bool
func (GetUserRequest_FieldMask) Marshal ¶
func (fieldMask GetUserRequest_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (GetUserRequest_FieldMask) MarshalJSON ¶
func (fieldMask GetUserRequest_FieldMask) MarshalJSON() ([]byte, error)
func (*GetUserRequest_FieldMask) PathsCount ¶
func (fieldMask *GetUserRequest_FieldMask) PathsCount() int
func (*GetUserRequest_FieldMask) Project ¶
func (fieldMask *GetUserRequest_FieldMask) Project(source *GetUserRequest) *GetUserRequest
func (*GetUserRequest_FieldMask) ProjectRaw ¶
func (fieldMask *GetUserRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*GetUserRequest_FieldMask) ProtoMessage ¶
func (fieldMask *GetUserRequest_FieldMask) ProtoMessage()
func (*GetUserRequest_FieldMask) ProtoReflect ¶
func (fieldMask *GetUserRequest_FieldMask) ProtoReflect() preflect.Message
func (*GetUserRequest_FieldMask) Reset ¶
func (fieldMask *GetUserRequest_FieldMask) Reset()
func (*GetUserRequest_FieldMask) Set ¶
func (fieldMask *GetUserRequest_FieldMask) Set(target, source *GetUserRequest)
func (*GetUserRequest_FieldMask) SetFromCliFlag ¶
func (fieldMask *GetUserRequest_FieldMask) SetFromCliFlag(raw string) error
func (*GetUserRequest_FieldMask) SetRaw ¶
func (fieldMask *GetUserRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*GetUserRequest_FieldMask) Size ¶
func (fieldMask *GetUserRequest_FieldMask) Size() int
func (*GetUserRequest_FieldMask) String ¶
func (fieldMask *GetUserRequest_FieldMask) String() string
func (*GetUserRequest_FieldMask) Subtract ¶
func (fieldMask *GetUserRequest_FieldMask) Subtract(other *GetUserRequest_FieldMask) *GetUserRequest_FieldMask
func (*GetUserRequest_FieldMask) SubtractRaw ¶
func (fieldMask *GetUserRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*GetUserRequest_FieldMask) ToProtoFieldMask ¶
func (fieldMask *GetUserRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*GetUserRequest_FieldMask) Unmarshal ¶
func (fieldMask *GetUserRequest_FieldMask) Unmarshal(data []byte) error
func (*GetUserRequest_FieldMask) UnmarshalJSON ¶
func (fieldMask *GetUserRequest_FieldMask) UnmarshalJSON(data []byte) error
type GetUserRequest_FieldPath ¶
type GetUserRequest_FieldPath interface { gotenobject.FieldPath Selector() GetUserRequest_FieldPathSelector Get(source *GetUserRequest) []interface{} GetSingle(source *GetUserRequest) (interface{}, bool) ClearValue(item *GetUserRequest) // Those methods build corresponding GetUserRequest_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) GetUserRequest_FieldPathValue WithIArrayOfValues(values interface{}) GetUserRequest_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) GetUserRequest_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildGetUserRequest_FieldPath ¶
func BuildGetUserRequest_FieldPath(fp gotenobject.RawFieldPath) (GetUserRequest_FieldPath, error)
func MustParseGetUserRequest_FieldPath ¶
func MustParseGetUserRequest_FieldPath(rawField string) GetUserRequest_FieldPath
func ParseGetUserRequest_FieldPath ¶
func ParseGetUserRequest_FieldPath(rawField string) (GetUserRequest_FieldPath, error)
type GetUserRequest_FieldPathArrayItemValue ¶
type GetUserRequest_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue GetUserRequest_FieldPath ContainsValue(*GetUserRequest) bool }
GetUserRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for GetUserRequest according to their type Present only for array (repeated) types.
func MustParseGetUserRequest_FieldPathArrayItemValue ¶
func MustParseGetUserRequest_FieldPathArrayItemValue(pathStr, valueStr string) GetUserRequest_FieldPathArrayItemValue
func ParseGetUserRequest_FieldPathArrayItemValue ¶
func ParseGetUserRequest_FieldPathArrayItemValue(pathStr, valueStr string) (GetUserRequest_FieldPathArrayItemValue, error)
ParseGetUserRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type GetUserRequest_FieldPathArrayOfValues ¶
type GetUserRequest_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues GetUserRequest_FieldPath }
GetUserRequest_FieldPathArrayOfValues allows storing slice of values for GetUserRequest fields according to their type
func MustParseGetUserRequest_FieldPathArrayOfValues ¶
func MustParseGetUserRequest_FieldPathArrayOfValues(pathStr, valuesStr string) GetUserRequest_FieldPathArrayOfValues
func ParseGetUserRequest_FieldPathArrayOfValues ¶
func ParseGetUserRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (GetUserRequest_FieldPathArrayOfValues, error)
type GetUserRequest_FieldPathSelector ¶
type GetUserRequest_FieldPathSelector int32
const ( GetUserRequest_FieldPathSelectorName GetUserRequest_FieldPathSelector = 0 GetUserRequest_FieldPathSelectorFieldMask GetUserRequest_FieldPathSelector = 1 GetUserRequest_FieldPathSelectorView GetUserRequest_FieldPathSelector = 2 )
func (GetUserRequest_FieldPathSelector) String ¶
func (s GetUserRequest_FieldPathSelector) String() string
type GetUserRequest_FieldPathValue ¶
type GetUserRequest_FieldPathValue interface { GetUserRequest_FieldPath gotenobject.FieldPathValue SetTo(target **GetUserRequest) CompareWith(*GetUserRequest) (cmp int, comparable bool) }
GetUserRequest_FieldPathValue allows storing values for GetUserRequest fields according to their type
func MustParseGetUserRequest_FieldPathValue ¶
func MustParseGetUserRequest_FieldPathValue(pathStr, valueStr string) GetUserRequest_FieldPathValue
func ParseGetUserRequest_FieldPathValue ¶
func ParseGetUserRequest_FieldPathValue(pathStr, valueStr string) (GetUserRequest_FieldPathValue, error)
type GetUserRequest_FieldTerminalPath ¶
type GetUserRequest_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*GetUserRequest_FieldTerminalPath) ClearValue ¶
func (fp *GetUserRequest_FieldTerminalPath) ClearValue(item *GetUserRequest)
func (*GetUserRequest_FieldTerminalPath) ClearValueRaw ¶
func (fp *GetUserRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*GetUserRequest_FieldTerminalPath) Get ¶
func (fp *GetUserRequest_FieldTerminalPath) Get(source *GetUserRequest) (values []interface{})
Get returns all values pointed by specific field from source GetUserRequest
func (*GetUserRequest_FieldTerminalPath) GetDefault ¶
func (fp *GetUserRequest_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*GetUserRequest_FieldTerminalPath) GetRaw ¶
func (fp *GetUserRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*GetUserRequest_FieldTerminalPath) GetSingle ¶
func (fp *GetUserRequest_FieldTerminalPath) GetSingle(source *GetUserRequest) (interface{}, bool)
GetSingle returns value pointed by specific field of from source GetUserRequest
func (*GetUserRequest_FieldTerminalPath) GetSingleRaw ¶
func (fp *GetUserRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*GetUserRequest_FieldTerminalPath) IsLeaf ¶
func (fp *GetUserRequest_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*GetUserRequest_FieldTerminalPath) JSONString ¶
func (fp *GetUserRequest_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*GetUserRequest_FieldTerminalPath) Selector ¶
func (fp *GetUserRequest_FieldTerminalPath) Selector() GetUserRequest_FieldPathSelector
func (*GetUserRequest_FieldTerminalPath) String ¶
func (fp *GetUserRequest_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*GetUserRequest_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *GetUserRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) GetUserRequest_FieldPathArrayItemValue
func (*GetUserRequest_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *GetUserRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) GetUserRequest_FieldPathArrayOfValues
func (*GetUserRequest_FieldTerminalPath) WithIValue ¶
func (fp *GetUserRequest_FieldTerminalPath) WithIValue(value interface{}) GetUserRequest_FieldPathValue
func (*GetUserRequest_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *GetUserRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*GetUserRequest_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *GetUserRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*GetUserRequest_FieldTerminalPath) WithRawIValue ¶
func (fp *GetUserRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type GetUserRequest_FieldTerminalPathArrayItemValue ¶
type GetUserRequest_FieldTerminalPathArrayItemValue struct { GetUserRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*GetUserRequest_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *GetUserRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *GetUserRequest) bool
Contains returns a boolean indicating if value that is being held is present in given 'GetUserRequest'
func (*GetUserRequest_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *GetUserRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object GetUserRequest as interface{}
func (*GetUserRequest_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *GetUserRequest_FieldTerminalPathArrayItemValue) GetSingle(source *GetUserRequest) (interface{}, bool)
func (*GetUserRequest_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *GetUserRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type GetUserRequest_FieldTerminalPathArrayOfValues ¶
type GetUserRequest_FieldTerminalPathArrayOfValues struct { GetUserRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*GetUserRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues ¶
func (fpaov *GetUserRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*user.User_FieldMask, bool)
func (*GetUserRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues ¶
func (fpaov *GetUserRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*user.Reference, bool)
func (*GetUserRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues ¶
func (fpaov *GetUserRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)
func (*GetUserRequest_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *GetUserRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type GetUserRequest_FieldTerminalPathValue ¶
type GetUserRequest_FieldTerminalPathValue struct { GetUserRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*GetUserRequest_FieldTerminalPathValue) AsFieldMaskValue ¶
func (fpv *GetUserRequest_FieldTerminalPathValue) AsFieldMaskValue() (*user.User_FieldMask, bool)
func (*GetUserRequest_FieldTerminalPathValue) AsNameValue ¶
func (fpv *GetUserRequest_FieldTerminalPathValue) AsNameValue() (*user.Reference, bool)
func (*GetUserRequest_FieldTerminalPathValue) AsViewValue ¶
func (fpv *GetUserRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)
func (*GetUserRequest_FieldTerminalPathValue) CompareWith ¶
func (fpv *GetUserRequest_FieldTerminalPathValue) CompareWith(source *GetUserRequest) (int, bool)
CompareWith compares value in the 'GetUserRequest_FieldTerminalPathValue' with the value under path in 'GetUserRequest'.
func (*GetUserRequest_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *GetUserRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*GetUserRequest_FieldTerminalPathValue) GetRawValue ¶
func (fpv *GetUserRequest_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'GetUserRequest' as interface{}
func (*GetUserRequest_FieldTerminalPathValue) SetTo ¶
func (fpv *GetUserRequest_FieldTerminalPathValue) SetTo(target **GetUserRequest)
SetTo stores value for selected field for object GetUserRequest
func (*GetUserRequest_FieldTerminalPathValue) SetToRaw ¶
func (fpv *GetUserRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
type ListUsersRequest ¶
type ListUsersRequest struct { // Requested page size. Server may return fewer Users 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 // [ListUsersResponse.next_page_token][ntt.iam.v1alpha.ListUsersResponse.next_page_token] PageToken *user.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 *user.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 *user.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 *user.User_FieldMask `` /* 136-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"` // contains filtered or unexported fields }
Request message for method [ListUsers][ntt.iam.v1alpha.ListUsers]
func (*ListUsersRequest) Clone ¶
func (o *ListUsersRequest) Clone() *ListUsersRequest
func (*ListUsersRequest) CloneRaw ¶
func (o *ListUsersRequest) CloneRaw() gotenobject.GotenObjectExt
func (*ListUsersRequest) Descriptor ¶
func (*ListUsersRequest) Descriptor() ([]byte, []int)
Deprecated, Use ListUsersRequest.ProtoReflect.Descriptor instead.
func (*ListUsersRequest) GetFieldMask ¶
func (m *ListUsersRequest) GetFieldMask() *user.User_FieldMask
func (*ListUsersRequest) GetFilter ¶
func (m *ListUsersRequest) GetFilter() *user.Filter
func (*ListUsersRequest) GetOrderBy ¶
func (m *ListUsersRequest) GetOrderBy() *user.OrderBy
func (*ListUsersRequest) GetPageSize ¶
func (m *ListUsersRequest) GetPageSize() int32
func (*ListUsersRequest) GetPageToken ¶
func (m *ListUsersRequest) GetPageToken() *user.PagerCursor
func (*ListUsersRequest) GetView ¶
func (m *ListUsersRequest) GetView() view.View
func (*ListUsersRequest) GotenMessage ¶
func (*ListUsersRequest) GotenMessage()
func (*ListUsersRequest) GotenObjectExt ¶
func (o *ListUsersRequest) GotenObjectExt()
func (*ListUsersRequest) GotenValidate ¶
func (obj *ListUsersRequest) GotenValidate() error
func (*ListUsersRequest) MakeDiffFieldMask ¶
func (o *ListUsersRequest) MakeDiffFieldMask(other *ListUsersRequest) *ListUsersRequest_FieldMask
func (*ListUsersRequest) MakeFullFieldMask ¶
func (o *ListUsersRequest) MakeFullFieldMask() *ListUsersRequest_FieldMask
func (*ListUsersRequest) MakeRawDiffFieldMask ¶
func (o *ListUsersRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*ListUsersRequest) MakeRawFullFieldMask ¶
func (o *ListUsersRequest) MakeRawFullFieldMask() gotenobject.FieldMask
func (*ListUsersRequest) Marshal ¶
func (m *ListUsersRequest) Marshal() ([]byte, error)
func (*ListUsersRequest) MarshalJSON ¶
func (m *ListUsersRequest) MarshalJSON() ([]byte, error)
func (*ListUsersRequest) Merge ¶
func (o *ListUsersRequest) Merge(source *ListUsersRequest)
func (*ListUsersRequest) MergeRaw ¶
func (o *ListUsersRequest) MergeRaw(source gotenobject.GotenObjectExt)
func (*ListUsersRequest) ProtoMessage ¶
func (*ListUsersRequest) ProtoMessage()
func (*ListUsersRequest) ProtoReflect ¶
func (m *ListUsersRequest) ProtoReflect() preflect.Message
func (*ListUsersRequest) Reset ¶
func (m *ListUsersRequest) Reset()
func (*ListUsersRequest) SetFieldMask ¶
func (m *ListUsersRequest) SetFieldMask(fv *user.User_FieldMask)
func (*ListUsersRequest) SetFilter ¶
func (m *ListUsersRequest) SetFilter(fv *user.Filter)
func (*ListUsersRequest) SetOrderBy ¶
func (m *ListUsersRequest) SetOrderBy(fv *user.OrderBy)
func (*ListUsersRequest) SetPageSize ¶
func (m *ListUsersRequest) SetPageSize(fv int32)
func (*ListUsersRequest) SetPageToken ¶
func (m *ListUsersRequest) SetPageToken(fv *user.PagerCursor)
func (*ListUsersRequest) SetView ¶
func (m *ListUsersRequest) SetView(fv view.View)
func (*ListUsersRequest) String ¶
func (m *ListUsersRequest) String() string
func (*ListUsersRequest) Unmarshal ¶
func (m *ListUsersRequest) Unmarshal(b []byte) error
func (*ListUsersRequest) UnmarshalJSON ¶
func (m *ListUsersRequest) UnmarshalJSON(data []byte) error
type ListUsersRequestFieldPathBuilder ¶
type ListUsersRequestFieldPathBuilder struct{}
func NewListUsersRequestFieldPathBuilder ¶
func NewListUsersRequestFieldPathBuilder() ListUsersRequestFieldPathBuilder
func (ListUsersRequestFieldPathBuilder) FieldMask ¶
func (ListUsersRequestFieldPathBuilder) FieldMask() ListUsersRequestPathSelectorFieldMask
func (ListUsersRequestFieldPathBuilder) Filter ¶
func (ListUsersRequestFieldPathBuilder) Filter() ListUsersRequestPathSelectorFilter
func (ListUsersRequestFieldPathBuilder) OrderBy ¶
func (ListUsersRequestFieldPathBuilder) OrderBy() ListUsersRequestPathSelectorOrderBy
func (ListUsersRequestFieldPathBuilder) PageSize ¶
func (ListUsersRequestFieldPathBuilder) PageSize() ListUsersRequestPathSelectorPageSize
func (ListUsersRequestFieldPathBuilder) PageToken ¶
func (ListUsersRequestFieldPathBuilder) PageToken() ListUsersRequestPathSelectorPageToken
type ListUsersRequestPathSelectorFieldMask ¶
type ListUsersRequestPathSelectorFieldMask struct{}
func (ListUsersRequestPathSelectorFieldMask) FieldPath ¶
func (ListUsersRequestPathSelectorFieldMask) FieldPath() *ListUsersRequest_FieldTerminalPath
func (ListUsersRequestPathSelectorFieldMask) WithArrayOfValues ¶
func (s ListUsersRequestPathSelectorFieldMask) WithArrayOfValues(values []*user.User_FieldMask) *ListUsersRequest_FieldTerminalPathArrayOfValues
func (ListUsersRequestPathSelectorFieldMask) WithValue ¶
func (s ListUsersRequestPathSelectorFieldMask) WithValue(value *user.User_FieldMask) *ListUsersRequest_FieldTerminalPathValue
type ListUsersRequestPathSelectorFilter ¶
type ListUsersRequestPathSelectorFilter struct{}
func (ListUsersRequestPathSelectorFilter) FieldPath ¶
func (ListUsersRequestPathSelectorFilter) FieldPath() *ListUsersRequest_FieldTerminalPath
func (ListUsersRequestPathSelectorFilter) WithArrayOfValues ¶
func (s ListUsersRequestPathSelectorFilter) WithArrayOfValues(values []*user.Filter) *ListUsersRequest_FieldTerminalPathArrayOfValues
func (ListUsersRequestPathSelectorFilter) WithValue ¶
func (s ListUsersRequestPathSelectorFilter) WithValue(value *user.Filter) *ListUsersRequest_FieldTerminalPathValue
type ListUsersRequestPathSelectorOrderBy ¶
type ListUsersRequestPathSelectorOrderBy struct{}
func (ListUsersRequestPathSelectorOrderBy) FieldPath ¶
func (ListUsersRequestPathSelectorOrderBy) FieldPath() *ListUsersRequest_FieldTerminalPath
func (ListUsersRequestPathSelectorOrderBy) WithArrayOfValues ¶
func (s ListUsersRequestPathSelectorOrderBy) WithArrayOfValues(values []*user.OrderBy) *ListUsersRequest_FieldTerminalPathArrayOfValues
func (ListUsersRequestPathSelectorOrderBy) WithValue ¶
func (s ListUsersRequestPathSelectorOrderBy) WithValue(value *user.OrderBy) *ListUsersRequest_FieldTerminalPathValue
type ListUsersRequestPathSelectorPageSize ¶
type ListUsersRequestPathSelectorPageSize struct{}
func (ListUsersRequestPathSelectorPageSize) FieldPath ¶
func (ListUsersRequestPathSelectorPageSize) FieldPath() *ListUsersRequest_FieldTerminalPath
func (ListUsersRequestPathSelectorPageSize) WithArrayOfValues ¶
func (s ListUsersRequestPathSelectorPageSize) WithArrayOfValues(values []int32) *ListUsersRequest_FieldTerminalPathArrayOfValues
func (ListUsersRequestPathSelectorPageSize) WithValue ¶
func (s ListUsersRequestPathSelectorPageSize) WithValue(value int32) *ListUsersRequest_FieldTerminalPathValue
type ListUsersRequestPathSelectorPageToken ¶
type ListUsersRequestPathSelectorPageToken struct{}
func (ListUsersRequestPathSelectorPageToken) FieldPath ¶
func (ListUsersRequestPathSelectorPageToken) FieldPath() *ListUsersRequest_FieldTerminalPath
func (ListUsersRequestPathSelectorPageToken) WithArrayOfValues ¶
func (s ListUsersRequestPathSelectorPageToken) WithArrayOfValues(values []*user.PagerCursor) *ListUsersRequest_FieldTerminalPathArrayOfValues
func (ListUsersRequestPathSelectorPageToken) WithValue ¶
func (s ListUsersRequestPathSelectorPageToken) WithValue(value *user.PagerCursor) *ListUsersRequest_FieldTerminalPathValue
type ListUsersRequestPathSelectorView ¶
type ListUsersRequestPathSelectorView struct{}
func (ListUsersRequestPathSelectorView) FieldPath ¶
func (ListUsersRequestPathSelectorView) FieldPath() *ListUsersRequest_FieldTerminalPath
func (ListUsersRequestPathSelectorView) WithArrayOfValues ¶
func (s ListUsersRequestPathSelectorView) WithArrayOfValues(values []view.View) *ListUsersRequest_FieldTerminalPathArrayOfValues
func (ListUsersRequestPathSelectorView) WithValue ¶
func (s ListUsersRequestPathSelectorView) WithValue(value view.View) *ListUsersRequest_FieldTerminalPathValue
type ListUsersRequest_FieldMask ¶
type ListUsersRequest_FieldMask struct {
Paths []ListUsersRequest_FieldPath
}
func FullListUsersRequest_FieldMask ¶
func FullListUsersRequest_FieldMask() *ListUsersRequest_FieldMask
func (*ListUsersRequest_FieldMask) AppendPath ¶
func (fieldMask *ListUsersRequest_FieldMask) AppendPath(path ListUsersRequest_FieldPath)
func (*ListUsersRequest_FieldMask) AppendRawPath ¶
func (fieldMask *ListUsersRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*ListUsersRequest_FieldMask) DecodeFirestore ¶
func (fieldMask *ListUsersRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*ListUsersRequest_FieldMask) EncodeFirestore ¶
func (fieldMask *ListUsersRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*ListUsersRequest_FieldMask) FilterInputFields ¶
func (fieldMask *ListUsersRequest_FieldMask) FilterInputFields() *ListUsersRequest_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*ListUsersRequest_FieldMask) FromProtoFieldMask ¶
func (fieldMask *ListUsersRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*ListUsersRequest_FieldMask) GetPaths ¶
func (fieldMask *ListUsersRequest_FieldMask) GetPaths() []ListUsersRequest_FieldPath
func (*ListUsersRequest_FieldMask) GetRawPaths ¶
func (fieldMask *ListUsersRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*ListUsersRequest_FieldMask) IsFull ¶
func (fieldMask *ListUsersRequest_FieldMask) IsFull() bool
func (ListUsersRequest_FieldMask) Marshal ¶
func (fieldMask ListUsersRequest_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (ListUsersRequest_FieldMask) MarshalJSON ¶
func (fieldMask ListUsersRequest_FieldMask) MarshalJSON() ([]byte, error)
func (*ListUsersRequest_FieldMask) PathsCount ¶
func (fieldMask *ListUsersRequest_FieldMask) PathsCount() int
func (*ListUsersRequest_FieldMask) Project ¶
func (fieldMask *ListUsersRequest_FieldMask) Project(source *ListUsersRequest) *ListUsersRequest
func (*ListUsersRequest_FieldMask) ProjectRaw ¶
func (fieldMask *ListUsersRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*ListUsersRequest_FieldMask) ProtoMessage ¶
func (fieldMask *ListUsersRequest_FieldMask) ProtoMessage()
func (*ListUsersRequest_FieldMask) ProtoReflect ¶
func (fieldMask *ListUsersRequest_FieldMask) ProtoReflect() preflect.Message
func (*ListUsersRequest_FieldMask) Reset ¶
func (fieldMask *ListUsersRequest_FieldMask) Reset()
func (*ListUsersRequest_FieldMask) Set ¶
func (fieldMask *ListUsersRequest_FieldMask) Set(target, source *ListUsersRequest)
func (*ListUsersRequest_FieldMask) SetFromCliFlag ¶
func (fieldMask *ListUsersRequest_FieldMask) SetFromCliFlag(raw string) error
func (*ListUsersRequest_FieldMask) SetRaw ¶
func (fieldMask *ListUsersRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*ListUsersRequest_FieldMask) Size ¶
func (fieldMask *ListUsersRequest_FieldMask) Size() int
func (*ListUsersRequest_FieldMask) String ¶
func (fieldMask *ListUsersRequest_FieldMask) String() string
func (*ListUsersRequest_FieldMask) Subtract ¶
func (fieldMask *ListUsersRequest_FieldMask) Subtract(other *ListUsersRequest_FieldMask) *ListUsersRequest_FieldMask
func (*ListUsersRequest_FieldMask) SubtractRaw ¶
func (fieldMask *ListUsersRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*ListUsersRequest_FieldMask) ToProtoFieldMask ¶
func (fieldMask *ListUsersRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*ListUsersRequest_FieldMask) Unmarshal ¶
func (fieldMask *ListUsersRequest_FieldMask) Unmarshal(data []byte) error
func (*ListUsersRequest_FieldMask) UnmarshalJSON ¶
func (fieldMask *ListUsersRequest_FieldMask) UnmarshalJSON(data []byte) error
type ListUsersRequest_FieldPath ¶
type ListUsersRequest_FieldPath interface { gotenobject.FieldPath Selector() ListUsersRequest_FieldPathSelector Get(source *ListUsersRequest) []interface{} GetSingle(source *ListUsersRequest) (interface{}, bool) ClearValue(item *ListUsersRequest) // Those methods build corresponding ListUsersRequest_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) ListUsersRequest_FieldPathValue WithIArrayOfValues(values interface{}) ListUsersRequest_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) ListUsersRequest_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildListUsersRequest_FieldPath ¶
func BuildListUsersRequest_FieldPath(fp gotenobject.RawFieldPath) (ListUsersRequest_FieldPath, error)
func MustParseListUsersRequest_FieldPath ¶
func MustParseListUsersRequest_FieldPath(rawField string) ListUsersRequest_FieldPath
func ParseListUsersRequest_FieldPath ¶
func ParseListUsersRequest_FieldPath(rawField string) (ListUsersRequest_FieldPath, error)
type ListUsersRequest_FieldPathArrayItemValue ¶
type ListUsersRequest_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue ListUsersRequest_FieldPath ContainsValue(*ListUsersRequest) bool }
ListUsersRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for ListUsersRequest according to their type Present only for array (repeated) types.
func MustParseListUsersRequest_FieldPathArrayItemValue ¶
func MustParseListUsersRequest_FieldPathArrayItemValue(pathStr, valueStr string) ListUsersRequest_FieldPathArrayItemValue
func ParseListUsersRequest_FieldPathArrayItemValue ¶
func ParseListUsersRequest_FieldPathArrayItemValue(pathStr, valueStr string) (ListUsersRequest_FieldPathArrayItemValue, error)
ParseListUsersRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type ListUsersRequest_FieldPathArrayOfValues ¶
type ListUsersRequest_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues ListUsersRequest_FieldPath }
ListUsersRequest_FieldPathArrayOfValues allows storing slice of values for ListUsersRequest fields according to their type
func MustParseListUsersRequest_FieldPathArrayOfValues ¶
func MustParseListUsersRequest_FieldPathArrayOfValues(pathStr, valuesStr string) ListUsersRequest_FieldPathArrayOfValues
func ParseListUsersRequest_FieldPathArrayOfValues ¶
func ParseListUsersRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (ListUsersRequest_FieldPathArrayOfValues, error)
type ListUsersRequest_FieldPathSelector ¶
type ListUsersRequest_FieldPathSelector int32
const ( ListUsersRequest_FieldPathSelectorPageSize ListUsersRequest_FieldPathSelector = 0 ListUsersRequest_FieldPathSelectorPageToken ListUsersRequest_FieldPathSelector = 1 ListUsersRequest_FieldPathSelectorOrderBy ListUsersRequest_FieldPathSelector = 2 ListUsersRequest_FieldPathSelectorFilter ListUsersRequest_FieldPathSelector = 3 ListUsersRequest_FieldPathSelectorFieldMask ListUsersRequest_FieldPathSelector = 4 ListUsersRequest_FieldPathSelectorView ListUsersRequest_FieldPathSelector = 5 )
func (ListUsersRequest_FieldPathSelector) String ¶
func (s ListUsersRequest_FieldPathSelector) String() string
type ListUsersRequest_FieldPathValue ¶
type ListUsersRequest_FieldPathValue interface { ListUsersRequest_FieldPath gotenobject.FieldPathValue SetTo(target **ListUsersRequest) CompareWith(*ListUsersRequest) (cmp int, comparable bool) }
ListUsersRequest_FieldPathValue allows storing values for ListUsersRequest fields according to their type
func MustParseListUsersRequest_FieldPathValue ¶
func MustParseListUsersRequest_FieldPathValue(pathStr, valueStr string) ListUsersRequest_FieldPathValue
func ParseListUsersRequest_FieldPathValue ¶
func ParseListUsersRequest_FieldPathValue(pathStr, valueStr string) (ListUsersRequest_FieldPathValue, error)
type ListUsersRequest_FieldTerminalPath ¶
type ListUsersRequest_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*ListUsersRequest_FieldTerminalPath) ClearValue ¶
func (fp *ListUsersRequest_FieldTerminalPath) ClearValue(item *ListUsersRequest)
func (*ListUsersRequest_FieldTerminalPath) ClearValueRaw ¶
func (fp *ListUsersRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*ListUsersRequest_FieldTerminalPath) Get ¶
func (fp *ListUsersRequest_FieldTerminalPath) Get(source *ListUsersRequest) (values []interface{})
Get returns all values pointed by specific field from source ListUsersRequest
func (*ListUsersRequest_FieldTerminalPath) GetDefault ¶
func (fp *ListUsersRequest_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ListUsersRequest_FieldTerminalPath) GetRaw ¶
func (fp *ListUsersRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*ListUsersRequest_FieldTerminalPath) GetSingle ¶
func (fp *ListUsersRequest_FieldTerminalPath) GetSingle(source *ListUsersRequest) (interface{}, bool)
GetSingle returns value pointed by specific field of from source ListUsersRequest
func (*ListUsersRequest_FieldTerminalPath) GetSingleRaw ¶
func (fp *ListUsersRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ListUsersRequest_FieldTerminalPath) IsLeaf ¶
func (fp *ListUsersRequest_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ListUsersRequest_FieldTerminalPath) JSONString ¶
func (fp *ListUsersRequest_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ListUsersRequest_FieldTerminalPath) Selector ¶
func (fp *ListUsersRequest_FieldTerminalPath) Selector() ListUsersRequest_FieldPathSelector
func (*ListUsersRequest_FieldTerminalPath) String ¶
func (fp *ListUsersRequest_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*ListUsersRequest_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *ListUsersRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) ListUsersRequest_FieldPathArrayItemValue
func (*ListUsersRequest_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *ListUsersRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) ListUsersRequest_FieldPathArrayOfValues
func (*ListUsersRequest_FieldTerminalPath) WithIValue ¶
func (fp *ListUsersRequest_FieldTerminalPath) WithIValue(value interface{}) ListUsersRequest_FieldPathValue
func (*ListUsersRequest_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *ListUsersRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ListUsersRequest_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *ListUsersRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ListUsersRequest_FieldTerminalPath) WithRawIValue ¶
func (fp *ListUsersRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ListUsersRequest_FieldTerminalPathArrayItemValue ¶
type ListUsersRequest_FieldTerminalPathArrayItemValue struct { ListUsersRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*ListUsersRequest_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *ListUsersRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *ListUsersRequest) bool
Contains returns a boolean indicating if value that is being held is present in given 'ListUsersRequest'
func (*ListUsersRequest_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *ListUsersRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object ListUsersRequest as interface{}
func (*ListUsersRequest_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *ListUsersRequest_FieldTerminalPathArrayItemValue) GetSingle(source *ListUsersRequest) (interface{}, bool)
func (*ListUsersRequest_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *ListUsersRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type ListUsersRequest_FieldTerminalPathArrayOfValues ¶
type ListUsersRequest_FieldTerminalPathArrayOfValues struct { ListUsersRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*ListUsersRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues ¶
func (fpaov *ListUsersRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*user.User_FieldMask, bool)
func (*ListUsersRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues ¶
func (fpaov *ListUsersRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues() ([]*user.Filter, bool)
func (*ListUsersRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues ¶
func (fpaov *ListUsersRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues() ([]*user.OrderBy, bool)
func (*ListUsersRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues ¶
func (fpaov *ListUsersRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues() ([]int32, bool)
func (*ListUsersRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues ¶
func (fpaov *ListUsersRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues() ([]*user.PagerCursor, bool)
func (*ListUsersRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues ¶
func (fpaov *ListUsersRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)
func (*ListUsersRequest_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *ListUsersRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type ListUsersRequest_FieldTerminalPathValue ¶
type ListUsersRequest_FieldTerminalPathValue struct { ListUsersRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*ListUsersRequest_FieldTerminalPathValue) AsFieldMaskValue ¶
func (fpv *ListUsersRequest_FieldTerminalPathValue) AsFieldMaskValue() (*user.User_FieldMask, bool)
func (*ListUsersRequest_FieldTerminalPathValue) AsFilterValue ¶
func (fpv *ListUsersRequest_FieldTerminalPathValue) AsFilterValue() (*user.Filter, bool)
func (*ListUsersRequest_FieldTerminalPathValue) AsOrderByValue ¶
func (fpv *ListUsersRequest_FieldTerminalPathValue) AsOrderByValue() (*user.OrderBy, bool)
func (*ListUsersRequest_FieldTerminalPathValue) AsPageSizeValue ¶
func (fpv *ListUsersRequest_FieldTerminalPathValue) AsPageSizeValue() (int32, bool)
func (*ListUsersRequest_FieldTerminalPathValue) AsPageTokenValue ¶
func (fpv *ListUsersRequest_FieldTerminalPathValue) AsPageTokenValue() (*user.PagerCursor, bool)
func (*ListUsersRequest_FieldTerminalPathValue) AsViewValue ¶
func (fpv *ListUsersRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)
func (*ListUsersRequest_FieldTerminalPathValue) CompareWith ¶
func (fpv *ListUsersRequest_FieldTerminalPathValue) CompareWith(source *ListUsersRequest) (int, bool)
CompareWith compares value in the 'ListUsersRequest_FieldTerminalPathValue' with the value under path in 'ListUsersRequest'.
func (*ListUsersRequest_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *ListUsersRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ListUsersRequest_FieldTerminalPathValue) GetRawValue ¶
func (fpv *ListUsersRequest_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'ListUsersRequest' as interface{}
func (*ListUsersRequest_FieldTerminalPathValue) SetTo ¶
func (fpv *ListUsersRequest_FieldTerminalPathValue) SetTo(target **ListUsersRequest)
SetTo stores value for selected field for object ListUsersRequest
func (*ListUsersRequest_FieldTerminalPathValue) SetToRaw ¶
func (fpv *ListUsersRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
type ListUsersResponse ¶
type ListUsersResponse struct { // The list of Users Users []*user.User `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty" firestore:"users"` // A token to retrieve previous page of results. Pass this value in the // [ListUsersRequest.page_token][ntt.iam.v1alpha.ListUsersRequest.page_token] PrevPageToken *user.PagerCursor `` /* 151-byte string literal not displayed */ // A token to retrieve next page of results. Pass this value in the // [ListUsersRequest.page_token][ntt.iam.v1alpha.ListUsersRequest.page_token] NextPageToken *user.PagerCursor `` /* 151-byte string literal not displayed */ // contains filtered or unexported fields }
Request message for method [ListUsers][ntt.iam.v1alpha.ListUsers]
func (*ListUsersResponse) Clone ¶
func (o *ListUsersResponse) Clone() *ListUsersResponse
func (*ListUsersResponse) CloneRaw ¶
func (o *ListUsersResponse) CloneRaw() gotenobject.GotenObjectExt
func (*ListUsersResponse) Descriptor ¶
func (*ListUsersResponse) Descriptor() ([]byte, []int)
Deprecated, Use ListUsersResponse.ProtoReflect.Descriptor instead.
func (*ListUsersResponse) GetNextPageToken ¶
func (m *ListUsersResponse) GetNextPageToken() *user.PagerCursor
func (*ListUsersResponse) GetPrevPageToken ¶
func (m *ListUsersResponse) GetPrevPageToken() *user.PagerCursor
func (*ListUsersResponse) GetUsers ¶
func (m *ListUsersResponse) GetUsers() []*user.User
func (*ListUsersResponse) GotenMessage ¶
func (*ListUsersResponse) GotenMessage()
func (*ListUsersResponse) GotenObjectExt ¶
func (o *ListUsersResponse) GotenObjectExt()
func (*ListUsersResponse) GotenValidate ¶
func (obj *ListUsersResponse) GotenValidate() error
func (*ListUsersResponse) MakeDiffFieldMask ¶
func (o *ListUsersResponse) MakeDiffFieldMask(other *ListUsersResponse) *ListUsersResponse_FieldMask
func (*ListUsersResponse) MakeFullFieldMask ¶
func (o *ListUsersResponse) MakeFullFieldMask() *ListUsersResponse_FieldMask
func (*ListUsersResponse) MakeRawDiffFieldMask ¶
func (o *ListUsersResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*ListUsersResponse) MakeRawFullFieldMask ¶
func (o *ListUsersResponse) MakeRawFullFieldMask() gotenobject.FieldMask
func (*ListUsersResponse) Marshal ¶
func (m *ListUsersResponse) Marshal() ([]byte, error)
func (*ListUsersResponse) MarshalJSON ¶
func (m *ListUsersResponse) MarshalJSON() ([]byte, error)
func (*ListUsersResponse) Merge ¶
func (o *ListUsersResponse) Merge(source *ListUsersResponse)
func (*ListUsersResponse) MergeRaw ¶
func (o *ListUsersResponse) MergeRaw(source gotenobject.GotenObjectExt)
func (*ListUsersResponse) ProtoMessage ¶
func (*ListUsersResponse) ProtoMessage()
func (*ListUsersResponse) ProtoReflect ¶
func (m *ListUsersResponse) ProtoReflect() preflect.Message
func (*ListUsersResponse) Reset ¶
func (m *ListUsersResponse) Reset()
func (*ListUsersResponse) SetNextPageToken ¶
func (m *ListUsersResponse) SetNextPageToken(fv *user.PagerCursor)
func (*ListUsersResponse) SetPrevPageToken ¶
func (m *ListUsersResponse) SetPrevPageToken(fv *user.PagerCursor)
func (*ListUsersResponse) SetUsers ¶
func (m *ListUsersResponse) SetUsers(fv []*user.User)
func (*ListUsersResponse) String ¶
func (m *ListUsersResponse) String() string
func (*ListUsersResponse) Unmarshal ¶
func (m *ListUsersResponse) Unmarshal(b []byte) error
func (*ListUsersResponse) UnmarshalJSON ¶
func (m *ListUsersResponse) UnmarshalJSON(data []byte) error
type ListUsersResponseFieldPathBuilder ¶
type ListUsersResponseFieldPathBuilder struct{}
func NewListUsersResponseFieldPathBuilder ¶
func NewListUsersResponseFieldPathBuilder() ListUsersResponseFieldPathBuilder
func (ListUsersResponseFieldPathBuilder) NextPageToken ¶
func (ListUsersResponseFieldPathBuilder) NextPageToken() ListUsersResponsePathSelectorNextPageToken
func (ListUsersResponseFieldPathBuilder) PrevPageToken ¶
func (ListUsersResponseFieldPathBuilder) PrevPageToken() ListUsersResponsePathSelectorPrevPageToken
type ListUsersResponseMapPathSelectorUsersMetadataAnnotations ¶
type ListUsersResponseMapPathSelectorUsersMetadataAnnotations struct {
// contains filtered or unexported fields
}
func (ListUsersResponseMapPathSelectorUsersMetadataAnnotations) FieldPath ¶
func (s ListUsersResponseMapPathSelectorUsersMetadataAnnotations) FieldPath() *ListUsersResponse_FieldSubPath
func (ListUsersResponseMapPathSelectorUsersMetadataAnnotations) WithArrayOfValues ¶
func (s ListUsersResponseMapPathSelectorUsersMetadataAnnotations) WithArrayOfValues(values []string) *ListUsersResponse_FieldSubPathArrayOfValues
func (ListUsersResponseMapPathSelectorUsersMetadataAnnotations) WithValue ¶
func (s ListUsersResponseMapPathSelectorUsersMetadataAnnotations) WithValue(value string) *ListUsersResponse_FieldSubPathValue
type ListUsersResponseMapPathSelectorUsersMetadataLabels ¶
type ListUsersResponseMapPathSelectorUsersMetadataLabels struct {
// contains filtered or unexported fields
}
func (ListUsersResponseMapPathSelectorUsersMetadataLabels) FieldPath ¶
func (s ListUsersResponseMapPathSelectorUsersMetadataLabels) FieldPath() *ListUsersResponse_FieldSubPath
func (ListUsersResponseMapPathSelectorUsersMetadataLabels) WithArrayOfValues ¶
func (s ListUsersResponseMapPathSelectorUsersMetadataLabels) WithArrayOfValues(values []string) *ListUsersResponse_FieldSubPathArrayOfValues
func (ListUsersResponseMapPathSelectorUsersMetadataLabels) WithValue ¶
func (s ListUsersResponseMapPathSelectorUsersMetadataLabels) WithValue(value string) *ListUsersResponse_FieldSubPathValue
type ListUsersResponseMapPathSelectorUsersMetadataShards ¶
type ListUsersResponseMapPathSelectorUsersMetadataShards struct {
// contains filtered or unexported fields
}
func (ListUsersResponseMapPathSelectorUsersMetadataShards) FieldPath ¶
func (s ListUsersResponseMapPathSelectorUsersMetadataShards) FieldPath() *ListUsersResponse_FieldSubPath
func (ListUsersResponseMapPathSelectorUsersMetadataShards) WithArrayOfValues ¶
func (s ListUsersResponseMapPathSelectorUsersMetadataShards) WithArrayOfValues(values []int64) *ListUsersResponse_FieldSubPathArrayOfValues
func (ListUsersResponseMapPathSelectorUsersMetadataShards) WithValue ¶
func (s ListUsersResponseMapPathSelectorUsersMetadataShards) WithValue(value int64) *ListUsersResponse_FieldSubPathValue
type ListUsersResponseMapPathSelectorUsersSettings ¶
type ListUsersResponseMapPathSelectorUsersSettings struct {
// contains filtered or unexported fields
}
func (ListUsersResponseMapPathSelectorUsersSettings) FieldPath ¶
func (s ListUsersResponseMapPathSelectorUsersSettings) FieldPath() *ListUsersResponse_FieldSubPath
func (ListUsersResponseMapPathSelectorUsersSettings) WithArrayOfValues ¶
func (s ListUsersResponseMapPathSelectorUsersSettings) WithArrayOfValues(values []string) *ListUsersResponse_FieldSubPathArrayOfValues
func (ListUsersResponseMapPathSelectorUsersSettings) WithValue ¶
func (s ListUsersResponseMapPathSelectorUsersSettings) WithValue(value string) *ListUsersResponse_FieldSubPathValue
type ListUsersResponsePathSelectorNextPageToken ¶
type ListUsersResponsePathSelectorNextPageToken struct{}
func (ListUsersResponsePathSelectorNextPageToken) FieldPath ¶
func (ListUsersResponsePathSelectorNextPageToken) FieldPath() *ListUsersResponse_FieldTerminalPath
func (ListUsersResponsePathSelectorNextPageToken) WithArrayOfValues ¶
func (s ListUsersResponsePathSelectorNextPageToken) WithArrayOfValues(values []*user.PagerCursor) *ListUsersResponse_FieldTerminalPathArrayOfValues
func (ListUsersResponsePathSelectorNextPageToken) WithValue ¶
func (s ListUsersResponsePathSelectorNextPageToken) WithValue(value *user.PagerCursor) *ListUsersResponse_FieldTerminalPathValue
type ListUsersResponsePathSelectorPrevPageToken ¶
type ListUsersResponsePathSelectorPrevPageToken struct{}
func (ListUsersResponsePathSelectorPrevPageToken) FieldPath ¶
func (ListUsersResponsePathSelectorPrevPageToken) FieldPath() *ListUsersResponse_FieldTerminalPath
func (ListUsersResponsePathSelectorPrevPageToken) WithArrayOfValues ¶
func (s ListUsersResponsePathSelectorPrevPageToken) WithArrayOfValues(values []*user.PagerCursor) *ListUsersResponse_FieldTerminalPathArrayOfValues
func (ListUsersResponsePathSelectorPrevPageToken) WithValue ¶
func (s ListUsersResponsePathSelectorPrevPageToken) WithValue(value *user.PagerCursor) *ListUsersResponse_FieldTerminalPathValue
type ListUsersResponsePathSelectorUsers ¶
type ListUsersResponsePathSelectorUsers struct{}
func (ListUsersResponsePathSelectorUsers) AuthInfo ¶
func (ListUsersResponsePathSelectorUsers) AuthInfo() ListUsersResponsePathSelectorUsersAuthInfo
func (ListUsersResponsePathSelectorUsers) EmailVerified ¶
func (ListUsersResponsePathSelectorUsers) EmailVerified() ListUsersResponsePathSelectorUsersEmailVerified
func (ListUsersResponsePathSelectorUsers) FieldPath ¶
func (ListUsersResponsePathSelectorUsers) FieldPath() *ListUsersResponse_FieldTerminalPath
func (ListUsersResponsePathSelectorUsers) FullName ¶
func (ListUsersResponsePathSelectorUsers) FullName() ListUsersResponsePathSelectorUsersFullName
func (ListUsersResponsePathSelectorUsers) Metadata ¶
func (ListUsersResponsePathSelectorUsers) Metadata() ListUsersResponsePathSelectorUsersMetadata
func (ListUsersResponsePathSelectorUsers) RefreshedTime ¶
func (ListUsersResponsePathSelectorUsers) RefreshedTime() ListUsersResponsePathSelectorUsersRefreshedTime
func (ListUsersResponsePathSelectorUsers) Settings ¶
func (ListUsersResponsePathSelectorUsers) Settings() ListUsersResponsePathSelectorUsersSettings
func (ListUsersResponsePathSelectorUsers) WithArrayOfValues ¶
func (s ListUsersResponsePathSelectorUsers) WithArrayOfValues(values [][]*user.User) *ListUsersResponse_FieldTerminalPathArrayOfValues
func (ListUsersResponsePathSelectorUsers) WithItemValue ¶
func (s ListUsersResponsePathSelectorUsers) WithItemValue(value *user.User) *ListUsersResponse_FieldTerminalPathArrayItemValue
func (ListUsersResponsePathSelectorUsers) WithSubArrayItemValue ¶
func (s ListUsersResponsePathSelectorUsers) WithSubArrayItemValue(subPathArrayItemValue user.User_FieldPathArrayItemValue) *ListUsersResponse_FieldSubPathArrayItemValue
func (ListUsersResponsePathSelectorUsers) WithSubArrayOfValues ¶
func (s ListUsersResponsePathSelectorUsers) WithSubArrayOfValues(subPathArrayOfValues user.User_FieldPathArrayOfValues) *ListUsersResponse_FieldSubPathArrayOfValues
func (ListUsersResponsePathSelectorUsers) WithSubPath ¶
func (ListUsersResponsePathSelectorUsers) WithSubPath(subPath user.User_FieldPath) *ListUsersResponse_FieldSubPath
func (ListUsersResponsePathSelectorUsers) WithSubValue ¶
func (s ListUsersResponsePathSelectorUsers) WithSubValue(subPathValue user.User_FieldPathValue) *ListUsersResponse_FieldSubPathValue
func (ListUsersResponsePathSelectorUsers) WithValue ¶
func (s ListUsersResponsePathSelectorUsers) WithValue(value []*user.User) *ListUsersResponse_FieldTerminalPathValue
type ListUsersResponsePathSelectorUsersAuthInfo ¶
type ListUsersResponsePathSelectorUsersAuthInfo struct{}
func (ListUsersResponsePathSelectorUsersAuthInfo) FieldPath ¶
func (ListUsersResponsePathSelectorUsersAuthInfo) FieldPath() *ListUsersResponse_FieldSubPath
func (ListUsersResponsePathSelectorUsersAuthInfo) WithArrayOfValues ¶
func (s ListUsersResponsePathSelectorUsersAuthInfo) WithArrayOfValues(values []*user.User_AuthInfo) *ListUsersResponse_FieldSubPathArrayOfValues
func (ListUsersResponsePathSelectorUsersAuthInfo) WithValue ¶
func (s ListUsersResponsePathSelectorUsersAuthInfo) WithValue(value *user.User_AuthInfo) *ListUsersResponse_FieldSubPathValue
type ListUsersResponsePathSelectorUsersAuthInfoId ¶
type ListUsersResponsePathSelectorUsersAuthInfoId struct{}
func (ListUsersResponsePathSelectorUsersAuthInfoId) FieldPath ¶
func (ListUsersResponsePathSelectorUsersAuthInfoId) FieldPath() *ListUsersResponse_FieldSubPath
func (ListUsersResponsePathSelectorUsersAuthInfoId) WithArrayOfValues ¶
func (s ListUsersResponsePathSelectorUsersAuthInfoId) WithArrayOfValues(values []string) *ListUsersResponse_FieldSubPathArrayOfValues
func (ListUsersResponsePathSelectorUsersAuthInfoId) WithValue ¶
func (s ListUsersResponsePathSelectorUsersAuthInfoId) WithValue(value string) *ListUsersResponse_FieldSubPathValue
type ListUsersResponsePathSelectorUsersAuthInfoProvider ¶
type ListUsersResponsePathSelectorUsersAuthInfoProvider struct{}
func (ListUsersResponsePathSelectorUsersAuthInfoProvider) FieldPath ¶
func (ListUsersResponsePathSelectorUsersAuthInfoProvider) FieldPath() *ListUsersResponse_FieldSubPath
func (ListUsersResponsePathSelectorUsersAuthInfoProvider) WithArrayOfValues ¶
func (s ListUsersResponsePathSelectorUsersAuthInfoProvider) WithArrayOfValues(values []string) *ListUsersResponse_FieldSubPathArrayOfValues
func (ListUsersResponsePathSelectorUsersAuthInfoProvider) WithValue ¶
func (s ListUsersResponsePathSelectorUsersAuthInfoProvider) WithValue(value string) *ListUsersResponse_FieldSubPathValue
type ListUsersResponsePathSelectorUsersEmail ¶
type ListUsersResponsePathSelectorUsersEmail struct{}
func (ListUsersResponsePathSelectorUsersEmail) FieldPath ¶
func (ListUsersResponsePathSelectorUsersEmail) FieldPath() *ListUsersResponse_FieldSubPath
func (ListUsersResponsePathSelectorUsersEmail) WithArrayOfValues ¶
func (s ListUsersResponsePathSelectorUsersEmail) WithArrayOfValues(values []string) *ListUsersResponse_FieldSubPathArrayOfValues
func (ListUsersResponsePathSelectorUsersEmail) WithValue ¶
func (s ListUsersResponsePathSelectorUsersEmail) WithValue(value string) *ListUsersResponse_FieldSubPathValue
type ListUsersResponsePathSelectorUsersEmailVerified ¶
type ListUsersResponsePathSelectorUsersEmailVerified struct{}
func (ListUsersResponsePathSelectorUsersEmailVerified) FieldPath ¶
func (ListUsersResponsePathSelectorUsersEmailVerified) FieldPath() *ListUsersResponse_FieldSubPath
func (ListUsersResponsePathSelectorUsersEmailVerified) WithArrayOfValues ¶
func (s ListUsersResponsePathSelectorUsersEmailVerified) WithArrayOfValues(values []bool) *ListUsersResponse_FieldSubPathArrayOfValues
func (ListUsersResponsePathSelectorUsersEmailVerified) WithValue ¶
func (s ListUsersResponsePathSelectorUsersEmailVerified) WithValue(value bool) *ListUsersResponse_FieldSubPathValue
type ListUsersResponsePathSelectorUsersFullName ¶
type ListUsersResponsePathSelectorUsersFullName struct{}
func (ListUsersResponsePathSelectorUsersFullName) FieldPath ¶
func (ListUsersResponsePathSelectorUsersFullName) FieldPath() *ListUsersResponse_FieldSubPath
func (ListUsersResponsePathSelectorUsersFullName) WithArrayOfValues ¶
func (s ListUsersResponsePathSelectorUsersFullName) WithArrayOfValues(values []string) *ListUsersResponse_FieldSubPathArrayOfValues
func (ListUsersResponsePathSelectorUsersFullName) WithValue ¶
func (s ListUsersResponsePathSelectorUsersFullName) WithValue(value string) *ListUsersResponse_FieldSubPathValue
type ListUsersResponsePathSelectorUsersMetadata ¶
type ListUsersResponsePathSelectorUsersMetadata struct{}
func (ListUsersResponsePathSelectorUsersMetadata) Annotations ¶
func (ListUsersResponsePathSelectorUsersMetadata) CreateTime ¶
func (ListUsersResponsePathSelectorUsersMetadata) FieldPath ¶
func (ListUsersResponsePathSelectorUsersMetadata) FieldPath() *ListUsersResponse_FieldSubPath
func (ListUsersResponsePathSelectorUsersMetadata) Generation ¶
func (ListUsersResponsePathSelectorUsersMetadata) OwnerReferences ¶
func (ListUsersResponsePathSelectorUsersMetadata) OwnerReferences() ListUsersResponsePathSelectorUsersMetadataOwnerReferences
func (ListUsersResponsePathSelectorUsersMetadata) ResourceVersion ¶
func (ListUsersResponsePathSelectorUsersMetadata) ResourceVersion() ListUsersResponsePathSelectorUsersMetadataResourceVersion
func (ListUsersResponsePathSelectorUsersMetadata) UpdateTime ¶
func (ListUsersResponsePathSelectorUsersMetadata) WithArrayOfValues ¶
func (s ListUsersResponsePathSelectorUsersMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *ListUsersResponse_FieldSubPathArrayOfValues
func (ListUsersResponsePathSelectorUsersMetadata) WithValue ¶
func (s ListUsersResponsePathSelectorUsersMetadata) WithValue(value *ntt_meta.Meta) *ListUsersResponse_FieldSubPathValue
type ListUsersResponsePathSelectorUsersMetadataAnnotations ¶
type ListUsersResponsePathSelectorUsersMetadataAnnotations struct{}
func (ListUsersResponsePathSelectorUsersMetadataAnnotations) FieldPath ¶
func (ListUsersResponsePathSelectorUsersMetadataAnnotations) FieldPath() *ListUsersResponse_FieldSubPath
func (ListUsersResponsePathSelectorUsersMetadataAnnotations) WithArrayOfValues ¶
func (s ListUsersResponsePathSelectorUsersMetadataAnnotations) WithArrayOfValues(values []map[string]string) *ListUsersResponse_FieldSubPathArrayOfValues
func (ListUsersResponsePathSelectorUsersMetadataAnnotations) WithValue ¶
func (s ListUsersResponsePathSelectorUsersMetadataAnnotations) WithValue(value map[string]string) *ListUsersResponse_FieldSubPathValue
type ListUsersResponsePathSelectorUsersMetadataCreateTime ¶
type ListUsersResponsePathSelectorUsersMetadataCreateTime struct{}
func (ListUsersResponsePathSelectorUsersMetadataCreateTime) FieldPath ¶
func (ListUsersResponsePathSelectorUsersMetadataCreateTime) FieldPath() *ListUsersResponse_FieldSubPath
func (ListUsersResponsePathSelectorUsersMetadataCreateTime) WithArrayOfValues ¶
func (s ListUsersResponsePathSelectorUsersMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *ListUsersResponse_FieldSubPathArrayOfValues
func (ListUsersResponsePathSelectorUsersMetadataCreateTime) WithValue ¶
func (s ListUsersResponsePathSelectorUsersMetadataCreateTime) WithValue(value *timestamp.Timestamp) *ListUsersResponse_FieldSubPathValue
type ListUsersResponsePathSelectorUsersMetadataGeneration ¶
type ListUsersResponsePathSelectorUsersMetadataGeneration struct{}
func (ListUsersResponsePathSelectorUsersMetadataGeneration) FieldPath ¶
func (ListUsersResponsePathSelectorUsersMetadataGeneration) FieldPath() *ListUsersResponse_FieldSubPath
func (ListUsersResponsePathSelectorUsersMetadataGeneration) WithArrayOfValues ¶
func (s ListUsersResponsePathSelectorUsersMetadataGeneration) WithArrayOfValues(values []int64) *ListUsersResponse_FieldSubPathArrayOfValues
func (ListUsersResponsePathSelectorUsersMetadataGeneration) WithValue ¶
func (s ListUsersResponsePathSelectorUsersMetadataGeneration) WithValue(value int64) *ListUsersResponse_FieldSubPathValue
type ListUsersResponsePathSelectorUsersMetadataLabels ¶
type ListUsersResponsePathSelectorUsersMetadataLabels struct{}
func (ListUsersResponsePathSelectorUsersMetadataLabels) FieldPath ¶
func (ListUsersResponsePathSelectorUsersMetadataLabels) FieldPath() *ListUsersResponse_FieldSubPath
func (ListUsersResponsePathSelectorUsersMetadataLabels) WithArrayOfValues ¶
func (s ListUsersResponsePathSelectorUsersMetadataLabels) WithArrayOfValues(values []map[string]string) *ListUsersResponse_FieldSubPathArrayOfValues
func (ListUsersResponsePathSelectorUsersMetadataLabels) WithValue ¶
func (s ListUsersResponsePathSelectorUsersMetadataLabels) WithValue(value map[string]string) *ListUsersResponse_FieldSubPathValue
type ListUsersResponsePathSelectorUsersMetadataOwnerReferences ¶
type ListUsersResponsePathSelectorUsersMetadataOwnerReferences struct{}
func (ListUsersResponsePathSelectorUsersMetadataOwnerReferences) ApiVersion ¶
func (ListUsersResponsePathSelectorUsersMetadataOwnerReferences) BlockOwnerDeletion ¶
func (ListUsersResponsePathSelectorUsersMetadataOwnerReferences) Controller ¶
func (ListUsersResponsePathSelectorUsersMetadataOwnerReferences) WithArrayOfValues ¶
func (s ListUsersResponsePathSelectorUsersMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *ListUsersResponse_FieldSubPathArrayOfValues
func (ListUsersResponsePathSelectorUsersMetadataOwnerReferences) WithItemValue ¶
func (s ListUsersResponsePathSelectorUsersMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *ListUsersResponse_FieldSubPathArrayItemValue
func (ListUsersResponsePathSelectorUsersMetadataOwnerReferences) WithValue ¶
func (s ListUsersResponsePathSelectorUsersMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *ListUsersResponse_FieldSubPathValue
type ListUsersResponsePathSelectorUsersMetadataOwnerReferencesApiVersion ¶
type ListUsersResponsePathSelectorUsersMetadataOwnerReferencesApiVersion struct{}
func (ListUsersResponsePathSelectorUsersMetadataOwnerReferencesApiVersion) WithArrayOfValues ¶
func (s ListUsersResponsePathSelectorUsersMetadataOwnerReferencesApiVersion) WithArrayOfValues(values []string) *ListUsersResponse_FieldSubPathArrayOfValues
func (ListUsersResponsePathSelectorUsersMetadataOwnerReferencesApiVersion) WithValue ¶
func (s ListUsersResponsePathSelectorUsersMetadataOwnerReferencesApiVersion) WithValue(value string) *ListUsersResponse_FieldSubPathValue
type ListUsersResponsePathSelectorUsersMetadataOwnerReferencesBlockOwnerDeletion ¶
type ListUsersResponsePathSelectorUsersMetadataOwnerReferencesBlockOwnerDeletion struct{}
func (ListUsersResponsePathSelectorUsersMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues ¶
func (s ListUsersResponsePathSelectorUsersMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *ListUsersResponse_FieldSubPathArrayOfValues
func (ListUsersResponsePathSelectorUsersMetadataOwnerReferencesBlockOwnerDeletion) WithValue ¶
func (s ListUsersResponsePathSelectorUsersMetadataOwnerReferencesBlockOwnerDeletion) WithValue(value bool) *ListUsersResponse_FieldSubPathValue
type ListUsersResponsePathSelectorUsersMetadataOwnerReferencesController ¶
type ListUsersResponsePathSelectorUsersMetadataOwnerReferencesController struct{}
func (ListUsersResponsePathSelectorUsersMetadataOwnerReferencesController) WithArrayOfValues ¶
func (s ListUsersResponsePathSelectorUsersMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *ListUsersResponse_FieldSubPathArrayOfValues
func (ListUsersResponsePathSelectorUsersMetadataOwnerReferencesController) WithValue ¶
func (s ListUsersResponsePathSelectorUsersMetadataOwnerReferencesController) WithValue(value bool) *ListUsersResponse_FieldSubPathValue
type ListUsersResponsePathSelectorUsersMetadataOwnerReferencesKind ¶
type ListUsersResponsePathSelectorUsersMetadataOwnerReferencesKind struct{}
func (ListUsersResponsePathSelectorUsersMetadataOwnerReferencesKind) WithArrayOfValues ¶
func (s ListUsersResponsePathSelectorUsersMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *ListUsersResponse_FieldSubPathArrayOfValues
func (ListUsersResponsePathSelectorUsersMetadataOwnerReferencesKind) WithValue ¶
func (s ListUsersResponsePathSelectorUsersMetadataOwnerReferencesKind) WithValue(value string) *ListUsersResponse_FieldSubPathValue
type ListUsersResponsePathSelectorUsersMetadataOwnerReferencesName ¶
type ListUsersResponsePathSelectorUsersMetadataOwnerReferencesName struct{}
func (ListUsersResponsePathSelectorUsersMetadataOwnerReferencesName) WithArrayOfValues ¶
func (s ListUsersResponsePathSelectorUsersMetadataOwnerReferencesName) WithArrayOfValues(values []string) *ListUsersResponse_FieldSubPathArrayOfValues
func (ListUsersResponsePathSelectorUsersMetadataOwnerReferencesName) WithValue ¶
func (s ListUsersResponsePathSelectorUsersMetadataOwnerReferencesName) WithValue(value string) *ListUsersResponse_FieldSubPathValue
type ListUsersResponsePathSelectorUsersMetadataOwnerReferencesUid ¶
type ListUsersResponsePathSelectorUsersMetadataOwnerReferencesUid struct{}
func (ListUsersResponsePathSelectorUsersMetadataOwnerReferencesUid) WithArrayOfValues ¶
func (s ListUsersResponsePathSelectorUsersMetadataOwnerReferencesUid) WithArrayOfValues(values []string) *ListUsersResponse_FieldSubPathArrayOfValues
func (ListUsersResponsePathSelectorUsersMetadataOwnerReferencesUid) WithValue ¶
func (s ListUsersResponsePathSelectorUsersMetadataOwnerReferencesUid) WithValue(value string) *ListUsersResponse_FieldSubPathValue
type ListUsersResponsePathSelectorUsersMetadataResourceVersion ¶
type ListUsersResponsePathSelectorUsersMetadataResourceVersion struct{}
func (ListUsersResponsePathSelectorUsersMetadataResourceVersion) WithArrayOfValues ¶
func (s ListUsersResponsePathSelectorUsersMetadataResourceVersion) WithArrayOfValues(values []string) *ListUsersResponse_FieldSubPathArrayOfValues
func (ListUsersResponsePathSelectorUsersMetadataResourceVersion) WithValue ¶
func (s ListUsersResponsePathSelectorUsersMetadataResourceVersion) WithValue(value string) *ListUsersResponse_FieldSubPathValue
type ListUsersResponsePathSelectorUsersMetadataShards ¶
type ListUsersResponsePathSelectorUsersMetadataShards struct{}
func (ListUsersResponsePathSelectorUsersMetadataShards) FieldPath ¶
func (ListUsersResponsePathSelectorUsersMetadataShards) FieldPath() *ListUsersResponse_FieldSubPath
func (ListUsersResponsePathSelectorUsersMetadataShards) WithArrayOfValues ¶
func (s ListUsersResponsePathSelectorUsersMetadataShards) WithArrayOfValues(values []map[string]int64) *ListUsersResponse_FieldSubPathArrayOfValues
func (ListUsersResponsePathSelectorUsersMetadataShards) WithValue ¶
func (s ListUsersResponsePathSelectorUsersMetadataShards) WithValue(value map[string]int64) *ListUsersResponse_FieldSubPathValue
type ListUsersResponsePathSelectorUsersMetadataSyncing ¶
type ListUsersResponsePathSelectorUsersMetadataSyncing struct{}
func (ListUsersResponsePathSelectorUsersMetadataSyncing) FieldPath ¶
func (ListUsersResponsePathSelectorUsersMetadataSyncing) FieldPath() *ListUsersResponse_FieldSubPath
func (ListUsersResponsePathSelectorUsersMetadataSyncing) OwningRegion ¶
func (ListUsersResponsePathSelectorUsersMetadataSyncing) WithArrayOfValues ¶
func (s ListUsersResponsePathSelectorUsersMetadataSyncing) WithArrayOfValues(values []*syncing_meta.SyncingMeta) *ListUsersResponse_FieldSubPathArrayOfValues
func (ListUsersResponsePathSelectorUsersMetadataSyncing) WithValue ¶
func (s ListUsersResponsePathSelectorUsersMetadataSyncing) WithValue(value *syncing_meta.SyncingMeta) *ListUsersResponse_FieldSubPathValue
type ListUsersResponsePathSelectorUsersMetadataSyncingOwningRegion ¶
type ListUsersResponsePathSelectorUsersMetadataSyncingOwningRegion struct{}
func (ListUsersResponsePathSelectorUsersMetadataSyncingOwningRegion) WithArrayOfValues ¶
func (s ListUsersResponsePathSelectorUsersMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *ListUsersResponse_FieldSubPathArrayOfValues
func (ListUsersResponsePathSelectorUsersMetadataSyncingOwningRegion) WithValue ¶
func (s ListUsersResponsePathSelectorUsersMetadataSyncingOwningRegion) WithValue(value string) *ListUsersResponse_FieldSubPathValue
type ListUsersResponsePathSelectorUsersMetadataSyncingRegions ¶
type ListUsersResponsePathSelectorUsersMetadataSyncingRegions struct{}
func (ListUsersResponsePathSelectorUsersMetadataSyncingRegions) WithArrayOfValues ¶
func (s ListUsersResponsePathSelectorUsersMetadataSyncingRegions) WithArrayOfValues(values [][]string) *ListUsersResponse_FieldSubPathArrayOfValues
func (ListUsersResponsePathSelectorUsersMetadataSyncingRegions) WithItemValue ¶
func (s ListUsersResponsePathSelectorUsersMetadataSyncingRegions) WithItemValue(value string) *ListUsersResponse_FieldSubPathArrayItemValue
func (ListUsersResponsePathSelectorUsersMetadataSyncingRegions) WithValue ¶
func (s ListUsersResponsePathSelectorUsersMetadataSyncingRegions) WithValue(value []string) *ListUsersResponse_FieldSubPathValue
type ListUsersResponsePathSelectorUsersMetadataTags ¶
type ListUsersResponsePathSelectorUsersMetadataTags struct{}
func (ListUsersResponsePathSelectorUsersMetadataTags) FieldPath ¶
func (ListUsersResponsePathSelectorUsersMetadataTags) FieldPath() *ListUsersResponse_FieldSubPath
func (ListUsersResponsePathSelectorUsersMetadataTags) WithArrayOfValues ¶
func (s ListUsersResponsePathSelectorUsersMetadataTags) WithArrayOfValues(values [][]string) *ListUsersResponse_FieldSubPathArrayOfValues
func (ListUsersResponsePathSelectorUsersMetadataTags) WithItemValue ¶
func (s ListUsersResponsePathSelectorUsersMetadataTags) WithItemValue(value string) *ListUsersResponse_FieldSubPathArrayItemValue
func (ListUsersResponsePathSelectorUsersMetadataTags) WithValue ¶
func (s ListUsersResponsePathSelectorUsersMetadataTags) WithValue(value []string) *ListUsersResponse_FieldSubPathValue
type ListUsersResponsePathSelectorUsersMetadataUpdateTime ¶
type ListUsersResponsePathSelectorUsersMetadataUpdateTime struct{}
func (ListUsersResponsePathSelectorUsersMetadataUpdateTime) FieldPath ¶
func (ListUsersResponsePathSelectorUsersMetadataUpdateTime) FieldPath() *ListUsersResponse_FieldSubPath
func (ListUsersResponsePathSelectorUsersMetadataUpdateTime) WithArrayOfValues ¶
func (s ListUsersResponsePathSelectorUsersMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *ListUsersResponse_FieldSubPathArrayOfValues
func (ListUsersResponsePathSelectorUsersMetadataUpdateTime) WithValue ¶
func (s ListUsersResponsePathSelectorUsersMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *ListUsersResponse_FieldSubPathValue
type ListUsersResponsePathSelectorUsersMetadataUuid ¶
type ListUsersResponsePathSelectorUsersMetadataUuid struct{}
func (ListUsersResponsePathSelectorUsersMetadataUuid) FieldPath ¶
func (ListUsersResponsePathSelectorUsersMetadataUuid) FieldPath() *ListUsersResponse_FieldSubPath
func (ListUsersResponsePathSelectorUsersMetadataUuid) WithArrayOfValues ¶
func (s ListUsersResponsePathSelectorUsersMetadataUuid) WithArrayOfValues(values []string) *ListUsersResponse_FieldSubPathArrayOfValues
func (ListUsersResponsePathSelectorUsersMetadataUuid) WithValue ¶
func (s ListUsersResponsePathSelectorUsersMetadataUuid) WithValue(value string) *ListUsersResponse_FieldSubPathValue
type ListUsersResponsePathSelectorUsersName ¶
type ListUsersResponsePathSelectorUsersName struct{}
func (ListUsersResponsePathSelectorUsersName) FieldPath ¶
func (ListUsersResponsePathSelectorUsersName) FieldPath() *ListUsersResponse_FieldSubPath
func (ListUsersResponsePathSelectorUsersName) WithArrayOfValues ¶
func (s ListUsersResponsePathSelectorUsersName) WithArrayOfValues(values []*user.Name) *ListUsersResponse_FieldSubPathArrayOfValues
func (ListUsersResponsePathSelectorUsersName) WithValue ¶
func (s ListUsersResponsePathSelectorUsersName) WithValue(value *user.Name) *ListUsersResponse_FieldSubPathValue
type ListUsersResponsePathSelectorUsersRefreshedTime ¶
type ListUsersResponsePathSelectorUsersRefreshedTime struct{}
func (ListUsersResponsePathSelectorUsersRefreshedTime) FieldPath ¶
func (ListUsersResponsePathSelectorUsersRefreshedTime) FieldPath() *ListUsersResponse_FieldSubPath
func (ListUsersResponsePathSelectorUsersRefreshedTime) WithArrayOfValues ¶
func (s ListUsersResponsePathSelectorUsersRefreshedTime) WithArrayOfValues(values []*timestamp.Timestamp) *ListUsersResponse_FieldSubPathArrayOfValues
func (ListUsersResponsePathSelectorUsersRefreshedTime) WithValue ¶
func (s ListUsersResponsePathSelectorUsersRefreshedTime) WithValue(value *timestamp.Timestamp) *ListUsersResponse_FieldSubPathValue
type ListUsersResponsePathSelectorUsersSettings ¶
type ListUsersResponsePathSelectorUsersSettings struct{}
func (ListUsersResponsePathSelectorUsersSettings) FieldPath ¶
func (ListUsersResponsePathSelectorUsersSettings) FieldPath() *ListUsersResponse_FieldSubPath
func (ListUsersResponsePathSelectorUsersSettings) WithArrayOfValues ¶
func (s ListUsersResponsePathSelectorUsersSettings) WithArrayOfValues(values []map[string]string) *ListUsersResponse_FieldSubPathArrayOfValues
func (ListUsersResponsePathSelectorUsersSettings) WithValue ¶
func (s ListUsersResponsePathSelectorUsersSettings) WithValue(value map[string]string) *ListUsersResponse_FieldSubPathValue
type ListUsersResponse_FieldMask ¶
type ListUsersResponse_FieldMask struct {
Paths []ListUsersResponse_FieldPath
}
func FullListUsersResponse_FieldMask ¶
func FullListUsersResponse_FieldMask() *ListUsersResponse_FieldMask
func (*ListUsersResponse_FieldMask) AppendPath ¶
func (fieldMask *ListUsersResponse_FieldMask) AppendPath(path ListUsersResponse_FieldPath)
func (*ListUsersResponse_FieldMask) AppendRawPath ¶
func (fieldMask *ListUsersResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*ListUsersResponse_FieldMask) DecodeFirestore ¶
func (fieldMask *ListUsersResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*ListUsersResponse_FieldMask) EncodeFirestore ¶
func (fieldMask *ListUsersResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*ListUsersResponse_FieldMask) FilterInputFields ¶
func (fieldMask *ListUsersResponse_FieldMask) FilterInputFields() *ListUsersResponse_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*ListUsersResponse_FieldMask) FromProtoFieldMask ¶
func (fieldMask *ListUsersResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*ListUsersResponse_FieldMask) GetPaths ¶
func (fieldMask *ListUsersResponse_FieldMask) GetPaths() []ListUsersResponse_FieldPath
func (*ListUsersResponse_FieldMask) GetRawPaths ¶
func (fieldMask *ListUsersResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*ListUsersResponse_FieldMask) IsFull ¶
func (fieldMask *ListUsersResponse_FieldMask) IsFull() bool
func (ListUsersResponse_FieldMask) Marshal ¶
func (fieldMask ListUsersResponse_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (ListUsersResponse_FieldMask) MarshalJSON ¶
func (fieldMask ListUsersResponse_FieldMask) MarshalJSON() ([]byte, error)
func (*ListUsersResponse_FieldMask) PathsCount ¶
func (fieldMask *ListUsersResponse_FieldMask) PathsCount() int
func (*ListUsersResponse_FieldMask) Project ¶
func (fieldMask *ListUsersResponse_FieldMask) Project(source *ListUsersResponse) *ListUsersResponse
func (*ListUsersResponse_FieldMask) ProjectRaw ¶
func (fieldMask *ListUsersResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*ListUsersResponse_FieldMask) ProtoMessage ¶
func (fieldMask *ListUsersResponse_FieldMask) ProtoMessage()
func (*ListUsersResponse_FieldMask) ProtoReflect ¶
func (fieldMask *ListUsersResponse_FieldMask) ProtoReflect() preflect.Message
func (*ListUsersResponse_FieldMask) Reset ¶
func (fieldMask *ListUsersResponse_FieldMask) Reset()
func (*ListUsersResponse_FieldMask) Set ¶
func (fieldMask *ListUsersResponse_FieldMask) Set(target, source *ListUsersResponse)
func (*ListUsersResponse_FieldMask) SetFromCliFlag ¶
func (fieldMask *ListUsersResponse_FieldMask) SetFromCliFlag(raw string) error
func (*ListUsersResponse_FieldMask) SetRaw ¶
func (fieldMask *ListUsersResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*ListUsersResponse_FieldMask) Size ¶
func (fieldMask *ListUsersResponse_FieldMask) Size() int
func (*ListUsersResponse_FieldMask) String ¶
func (fieldMask *ListUsersResponse_FieldMask) String() string
func (*ListUsersResponse_FieldMask) Subtract ¶
func (fieldMask *ListUsersResponse_FieldMask) Subtract(other *ListUsersResponse_FieldMask) *ListUsersResponse_FieldMask
func (*ListUsersResponse_FieldMask) SubtractRaw ¶
func (fieldMask *ListUsersResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*ListUsersResponse_FieldMask) ToProtoFieldMask ¶
func (fieldMask *ListUsersResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*ListUsersResponse_FieldMask) Unmarshal ¶
func (fieldMask *ListUsersResponse_FieldMask) Unmarshal(data []byte) error
func (*ListUsersResponse_FieldMask) UnmarshalJSON ¶
func (fieldMask *ListUsersResponse_FieldMask) UnmarshalJSON(data []byte) error
type ListUsersResponse_FieldPath ¶
type ListUsersResponse_FieldPath interface { gotenobject.FieldPath Selector() ListUsersResponse_FieldPathSelector Get(source *ListUsersResponse) []interface{} GetSingle(source *ListUsersResponse) (interface{}, bool) ClearValue(item *ListUsersResponse) // Those methods build corresponding ListUsersResponse_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) ListUsersResponse_FieldPathValue WithIArrayOfValues(values interface{}) ListUsersResponse_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) ListUsersResponse_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildListUsersResponse_FieldPath ¶
func BuildListUsersResponse_FieldPath(fp gotenobject.RawFieldPath) (ListUsersResponse_FieldPath, error)
func MustParseListUsersResponse_FieldPath ¶
func MustParseListUsersResponse_FieldPath(rawField string) ListUsersResponse_FieldPath
func ParseListUsersResponse_FieldPath ¶
func ParseListUsersResponse_FieldPath(rawField string) (ListUsersResponse_FieldPath, error)
type ListUsersResponse_FieldPathArrayItemValue ¶
type ListUsersResponse_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue ListUsersResponse_FieldPath ContainsValue(*ListUsersResponse) bool }
ListUsersResponse_FieldPathArrayItemValue allows storing single item in Path-specific values for ListUsersResponse according to their type Present only for array (repeated) types.
func MustParseListUsersResponse_FieldPathArrayItemValue ¶
func MustParseListUsersResponse_FieldPathArrayItemValue(pathStr, valueStr string) ListUsersResponse_FieldPathArrayItemValue
func ParseListUsersResponse_FieldPathArrayItemValue ¶
func ParseListUsersResponse_FieldPathArrayItemValue(pathStr, valueStr string) (ListUsersResponse_FieldPathArrayItemValue, error)
ParseListUsersResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type ListUsersResponse_FieldPathArrayOfValues ¶
type ListUsersResponse_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues ListUsersResponse_FieldPath }
ListUsersResponse_FieldPathArrayOfValues allows storing slice of values for ListUsersResponse fields according to their type
func MustParseListUsersResponse_FieldPathArrayOfValues ¶
func MustParseListUsersResponse_FieldPathArrayOfValues(pathStr, valuesStr string) ListUsersResponse_FieldPathArrayOfValues
func ParseListUsersResponse_FieldPathArrayOfValues ¶
func ParseListUsersResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (ListUsersResponse_FieldPathArrayOfValues, error)
type ListUsersResponse_FieldPathSelector ¶
type ListUsersResponse_FieldPathSelector int32
const ( ListUsersResponse_FieldPathSelectorUsers ListUsersResponse_FieldPathSelector = 0 ListUsersResponse_FieldPathSelectorPrevPageToken ListUsersResponse_FieldPathSelector = 1 ListUsersResponse_FieldPathSelectorNextPageToken ListUsersResponse_FieldPathSelector = 2 )
func (ListUsersResponse_FieldPathSelector) String ¶
func (s ListUsersResponse_FieldPathSelector) String() string
type ListUsersResponse_FieldPathValue ¶
type ListUsersResponse_FieldPathValue interface { ListUsersResponse_FieldPath gotenobject.FieldPathValue SetTo(target **ListUsersResponse) CompareWith(*ListUsersResponse) (cmp int, comparable bool) }
ListUsersResponse_FieldPathValue allows storing values for ListUsersResponse fields according to their type
func MustParseListUsersResponse_FieldPathValue ¶
func MustParseListUsersResponse_FieldPathValue(pathStr, valueStr string) ListUsersResponse_FieldPathValue
func ParseListUsersResponse_FieldPathValue ¶
func ParseListUsersResponse_FieldPathValue(pathStr, valueStr string) (ListUsersResponse_FieldPathValue, error)
type ListUsersResponse_FieldSubPath ¶
type ListUsersResponse_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*ListUsersResponse_FieldSubPath) AsUsersSubPath ¶
func (fps *ListUsersResponse_FieldSubPath) AsUsersSubPath() (user.User_FieldPath, bool)
func (*ListUsersResponse_FieldSubPath) ClearValue ¶
func (fps *ListUsersResponse_FieldSubPath) ClearValue(item *ListUsersResponse)
func (*ListUsersResponse_FieldSubPath) ClearValueRaw ¶
func (fps *ListUsersResponse_FieldSubPath) ClearValueRaw(item proto.Message)
func (*ListUsersResponse_FieldSubPath) Get ¶
func (fps *ListUsersResponse_FieldSubPath) Get(source *ListUsersResponse) (values []interface{})
Get returns all values pointed by selected field from source ListUsersResponse
func (*ListUsersResponse_FieldSubPath) GetDefault ¶
func (fps *ListUsersResponse_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ListUsersResponse_FieldSubPath) GetRaw ¶
func (fps *ListUsersResponse_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*ListUsersResponse_FieldSubPath) GetSingle ¶
func (fps *ListUsersResponse_FieldSubPath) GetSingle(source *ListUsersResponse) (interface{}, bool)
GetSingle returns value of selected field from source ListUsersResponse
func (*ListUsersResponse_FieldSubPath) GetSingleRaw ¶
func (fps *ListUsersResponse_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ListUsersResponse_FieldSubPath) IsLeaf ¶
func (fps *ListUsersResponse_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ListUsersResponse_FieldSubPath) JSONString ¶
func (fps *ListUsersResponse_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ListUsersResponse_FieldSubPath) Selector ¶
func (fps *ListUsersResponse_FieldSubPath) Selector() ListUsersResponse_FieldPathSelector
func (*ListUsersResponse_FieldSubPath) String ¶
func (fps *ListUsersResponse_FieldSubPath) String() string
String returns path representation in proto convention
func (*ListUsersResponse_FieldSubPath) WithIArrayItemValue ¶
func (fps *ListUsersResponse_FieldSubPath) WithIArrayItemValue(value interface{}) ListUsersResponse_FieldPathArrayItemValue
func (*ListUsersResponse_FieldSubPath) WithIArrayOfValues ¶
func (fps *ListUsersResponse_FieldSubPath) WithIArrayOfValues(values interface{}) ListUsersResponse_FieldPathArrayOfValues
func (*ListUsersResponse_FieldSubPath) WithIValue ¶
func (fps *ListUsersResponse_FieldSubPath) WithIValue(value interface{}) ListUsersResponse_FieldPathValue
func (*ListUsersResponse_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *ListUsersResponse_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ListUsersResponse_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *ListUsersResponse_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ListUsersResponse_FieldSubPath) WithRawIValue ¶
func (fps *ListUsersResponse_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ListUsersResponse_FieldSubPathArrayItemValue ¶
type ListUsersResponse_FieldSubPathArrayItemValue struct { ListUsersResponse_FieldPath // contains filtered or unexported fields }
func (*ListUsersResponse_FieldSubPathArrayItemValue) AsUsersPathItemValue ¶
func (fpaivs *ListUsersResponse_FieldSubPathArrayItemValue) AsUsersPathItemValue() (user.User_FieldPathArrayItemValue, bool)
func (*ListUsersResponse_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *ListUsersResponse_FieldSubPathArrayItemValue) ContainsValue(source *ListUsersResponse) bool
Contains returns a boolean indicating if value that is being held is present in given 'ListUsersResponse'
func (*ListUsersResponse_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *ListUsersResponse_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type ListUsersResponse_FieldSubPathArrayOfValues ¶
type ListUsersResponse_FieldSubPathArrayOfValues struct { ListUsersResponse_FieldPath // contains filtered or unexported fields }
func (*ListUsersResponse_FieldSubPathArrayOfValues) AsUsersPathArrayOfValues ¶
func (fpsaov *ListUsersResponse_FieldSubPathArrayOfValues) AsUsersPathArrayOfValues() (user.User_FieldPathArrayOfValues, bool)
func (*ListUsersResponse_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *ListUsersResponse_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type ListUsersResponse_FieldSubPathValue ¶
type ListUsersResponse_FieldSubPathValue struct { ListUsersResponse_FieldPath // contains filtered or unexported fields }
func (*ListUsersResponse_FieldSubPathValue) AsUsersPathValue ¶
func (fpvs *ListUsersResponse_FieldSubPathValue) AsUsersPathValue() (user.User_FieldPathValue, bool)
func (*ListUsersResponse_FieldSubPathValue) CompareWith ¶
func (fpvs *ListUsersResponse_FieldSubPathValue) CompareWith(source *ListUsersResponse) (int, bool)
func (*ListUsersResponse_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *ListUsersResponse_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ListUsersResponse_FieldSubPathValue) GetRawValue ¶
func (fpvs *ListUsersResponse_FieldSubPathValue) GetRawValue() interface{}
func (*ListUsersResponse_FieldSubPathValue) SetTo ¶
func (fpvs *ListUsersResponse_FieldSubPathValue) SetTo(target **ListUsersResponse)
func (*ListUsersResponse_FieldSubPathValue) SetToRaw ¶
func (fpvs *ListUsersResponse_FieldSubPathValue) SetToRaw(target proto.Message)
type ListUsersResponse_FieldTerminalPath ¶
type ListUsersResponse_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*ListUsersResponse_FieldTerminalPath) ClearValue ¶
func (fp *ListUsersResponse_FieldTerminalPath) ClearValue(item *ListUsersResponse)
func (*ListUsersResponse_FieldTerminalPath) ClearValueRaw ¶
func (fp *ListUsersResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*ListUsersResponse_FieldTerminalPath) Get ¶
func (fp *ListUsersResponse_FieldTerminalPath) Get(source *ListUsersResponse) (values []interface{})
Get returns all values pointed by specific field from source ListUsersResponse
func (*ListUsersResponse_FieldTerminalPath) GetDefault ¶
func (fp *ListUsersResponse_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ListUsersResponse_FieldTerminalPath) GetRaw ¶
func (fp *ListUsersResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*ListUsersResponse_FieldTerminalPath) GetSingle ¶
func (fp *ListUsersResponse_FieldTerminalPath) GetSingle(source *ListUsersResponse) (interface{}, bool)
GetSingle returns value pointed by specific field of from source ListUsersResponse
func (*ListUsersResponse_FieldTerminalPath) GetSingleRaw ¶
func (fp *ListUsersResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ListUsersResponse_FieldTerminalPath) IsLeaf ¶
func (fp *ListUsersResponse_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ListUsersResponse_FieldTerminalPath) JSONString ¶
func (fp *ListUsersResponse_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ListUsersResponse_FieldTerminalPath) Selector ¶
func (fp *ListUsersResponse_FieldTerminalPath) Selector() ListUsersResponse_FieldPathSelector
func (*ListUsersResponse_FieldTerminalPath) String ¶
func (fp *ListUsersResponse_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*ListUsersResponse_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *ListUsersResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) ListUsersResponse_FieldPathArrayItemValue
func (*ListUsersResponse_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *ListUsersResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) ListUsersResponse_FieldPathArrayOfValues
func (*ListUsersResponse_FieldTerminalPath) WithIValue ¶
func (fp *ListUsersResponse_FieldTerminalPath) WithIValue(value interface{}) ListUsersResponse_FieldPathValue
func (*ListUsersResponse_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *ListUsersResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ListUsersResponse_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *ListUsersResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ListUsersResponse_FieldTerminalPath) WithRawIValue ¶
func (fp *ListUsersResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ListUsersResponse_FieldTerminalPathArrayItemValue ¶
type ListUsersResponse_FieldTerminalPathArrayItemValue struct { ListUsersResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*ListUsersResponse_FieldTerminalPathArrayItemValue) AsUsersItemValue ¶
func (fpaiv *ListUsersResponse_FieldTerminalPathArrayItemValue) AsUsersItemValue() (*user.User, bool)
func (*ListUsersResponse_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *ListUsersResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *ListUsersResponse) bool
Contains returns a boolean indicating if value that is being held is present in given 'ListUsersResponse'
func (*ListUsersResponse_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *ListUsersResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object ListUsersResponse as interface{}
func (*ListUsersResponse_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *ListUsersResponse_FieldTerminalPathArrayItemValue) GetSingle(source *ListUsersResponse) (interface{}, bool)
func (*ListUsersResponse_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *ListUsersResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type ListUsersResponse_FieldTerminalPathArrayOfValues ¶
type ListUsersResponse_FieldTerminalPathArrayOfValues struct { ListUsersResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*ListUsersResponse_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues ¶
func (fpaov *ListUsersResponse_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues() ([]*user.PagerCursor, bool)
func (*ListUsersResponse_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues ¶
func (fpaov *ListUsersResponse_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues() ([]*user.PagerCursor, bool)
func (*ListUsersResponse_FieldTerminalPathArrayOfValues) AsUsersArrayOfValues ¶
func (fpaov *ListUsersResponse_FieldTerminalPathArrayOfValues) AsUsersArrayOfValues() ([][]*user.User, bool)
func (*ListUsersResponse_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *ListUsersResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type ListUsersResponse_FieldTerminalPathValue ¶
type ListUsersResponse_FieldTerminalPathValue struct { ListUsersResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*ListUsersResponse_FieldTerminalPathValue) AsNextPageTokenValue ¶
func (fpv *ListUsersResponse_FieldTerminalPathValue) AsNextPageTokenValue() (*user.PagerCursor, bool)
func (*ListUsersResponse_FieldTerminalPathValue) AsPrevPageTokenValue ¶
func (fpv *ListUsersResponse_FieldTerminalPathValue) AsPrevPageTokenValue() (*user.PagerCursor, bool)
func (*ListUsersResponse_FieldTerminalPathValue) AsUsersValue ¶
func (fpv *ListUsersResponse_FieldTerminalPathValue) AsUsersValue() ([]*user.User, bool)
func (*ListUsersResponse_FieldTerminalPathValue) CompareWith ¶
func (fpv *ListUsersResponse_FieldTerminalPathValue) CompareWith(source *ListUsersResponse) (int, bool)
CompareWith compares value in the 'ListUsersResponse_FieldTerminalPathValue' with the value under path in 'ListUsersResponse'.
func (*ListUsersResponse_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *ListUsersResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ListUsersResponse_FieldTerminalPathValue) GetRawValue ¶
func (fpv *ListUsersResponse_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'ListUsersResponse' as interface{}
func (*ListUsersResponse_FieldTerminalPathValue) SetTo ¶
func (fpv *ListUsersResponse_FieldTerminalPathValue) SetTo(target **ListUsersResponse)
SetTo stores value for selected field for object ListUsersResponse
func (*ListUsersResponse_FieldTerminalPathValue) SetToRaw ¶
func (fpv *ListUsersResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
type RefreshUserFromIdTokenRequest ¶
type RefreshUserFromIdTokenRequest struct { // JWT-encoded ID token IdToken string `protobuf:"bytes,1,opt,name=id_token,json=idToken,proto3" json:"id_token,omitempty" firestore:"idToken"` // contains filtered or unexported fields }
Request message for method [RefreshUserFromIdToken][ntt.iam.v1alpha.RefreshUserFromIdToken]
func (*RefreshUserFromIdTokenRequest) Clone ¶
func (o *RefreshUserFromIdTokenRequest) Clone() *RefreshUserFromIdTokenRequest
func (*RefreshUserFromIdTokenRequest) CloneRaw ¶
func (o *RefreshUserFromIdTokenRequest) CloneRaw() gotenobject.GotenObjectExt
func (*RefreshUserFromIdTokenRequest) Descriptor ¶
func (*RefreshUserFromIdTokenRequest) Descriptor() ([]byte, []int)
Deprecated, Use RefreshUserFromIdTokenRequest.ProtoReflect.Descriptor instead.
func (*RefreshUserFromIdTokenRequest) GetIdToken ¶
func (m *RefreshUserFromIdTokenRequest) GetIdToken() string
func (*RefreshUserFromIdTokenRequest) GotenMessage ¶
func (*RefreshUserFromIdTokenRequest) GotenMessage()
func (*RefreshUserFromIdTokenRequest) GotenObjectExt ¶
func (o *RefreshUserFromIdTokenRequest) GotenObjectExt()
func (*RefreshUserFromIdTokenRequest) GotenValidate ¶
func (obj *RefreshUserFromIdTokenRequest) GotenValidate() error
func (*RefreshUserFromIdTokenRequest) MakeDiffFieldMask ¶
func (o *RefreshUserFromIdTokenRequest) MakeDiffFieldMask(other *RefreshUserFromIdTokenRequest) *RefreshUserFromIdTokenRequest_FieldMask
func (*RefreshUserFromIdTokenRequest) MakeFullFieldMask ¶
func (o *RefreshUserFromIdTokenRequest) MakeFullFieldMask() *RefreshUserFromIdTokenRequest_FieldMask
func (*RefreshUserFromIdTokenRequest) MakeRawDiffFieldMask ¶
func (o *RefreshUserFromIdTokenRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*RefreshUserFromIdTokenRequest) MakeRawFullFieldMask ¶
func (o *RefreshUserFromIdTokenRequest) MakeRawFullFieldMask() gotenobject.FieldMask
func (*RefreshUserFromIdTokenRequest) Marshal ¶
func (m *RefreshUserFromIdTokenRequest) Marshal() ([]byte, error)
func (*RefreshUserFromIdTokenRequest) MarshalJSON ¶
func (m *RefreshUserFromIdTokenRequest) MarshalJSON() ([]byte, error)
func (*RefreshUserFromIdTokenRequest) Merge ¶
func (o *RefreshUserFromIdTokenRequest) Merge(source *RefreshUserFromIdTokenRequest)
func (*RefreshUserFromIdTokenRequest) MergeRaw ¶
func (o *RefreshUserFromIdTokenRequest) MergeRaw(source gotenobject.GotenObjectExt)
func (*RefreshUserFromIdTokenRequest) ProtoMessage ¶
func (*RefreshUserFromIdTokenRequest) ProtoMessage()
func (*RefreshUserFromIdTokenRequest) ProtoReflect ¶
func (m *RefreshUserFromIdTokenRequest) ProtoReflect() preflect.Message
func (*RefreshUserFromIdTokenRequest) Reset ¶
func (m *RefreshUserFromIdTokenRequest) Reset()
func (*RefreshUserFromIdTokenRequest) SetIdToken ¶
func (m *RefreshUserFromIdTokenRequest) SetIdToken(fv string)
func (*RefreshUserFromIdTokenRequest) String ¶
func (m *RefreshUserFromIdTokenRequest) String() string
func (*RefreshUserFromIdTokenRequest) Unmarshal ¶
func (m *RefreshUserFromIdTokenRequest) Unmarshal(b []byte) error
func (*RefreshUserFromIdTokenRequest) UnmarshalJSON ¶
func (m *RefreshUserFromIdTokenRequest) UnmarshalJSON(data []byte) error
type RefreshUserFromIdTokenRequestFieldPathBuilder ¶
type RefreshUserFromIdTokenRequestFieldPathBuilder struct{}
func NewRefreshUserFromIdTokenRequestFieldPathBuilder ¶
func NewRefreshUserFromIdTokenRequestFieldPathBuilder() RefreshUserFromIdTokenRequestFieldPathBuilder
type RefreshUserFromIdTokenRequestPathSelectorIdToken ¶
type RefreshUserFromIdTokenRequestPathSelectorIdToken struct{}
func (RefreshUserFromIdTokenRequestPathSelectorIdToken) WithArrayOfValues ¶
func (s RefreshUserFromIdTokenRequestPathSelectorIdToken) WithArrayOfValues(values []string) *RefreshUserFromIdTokenRequest_FieldTerminalPathArrayOfValues
func (RefreshUserFromIdTokenRequestPathSelectorIdToken) WithValue ¶
func (s RefreshUserFromIdTokenRequestPathSelectorIdToken) WithValue(value string) *RefreshUserFromIdTokenRequest_FieldTerminalPathValue
type RefreshUserFromIdTokenRequest_FieldMask ¶
type RefreshUserFromIdTokenRequest_FieldMask struct {
Paths []RefreshUserFromIdTokenRequest_FieldPath
}
func FullRefreshUserFromIdTokenRequest_FieldMask ¶
func FullRefreshUserFromIdTokenRequest_FieldMask() *RefreshUserFromIdTokenRequest_FieldMask
func (*RefreshUserFromIdTokenRequest_FieldMask) AppendPath ¶
func (fieldMask *RefreshUserFromIdTokenRequest_FieldMask) AppendPath(path RefreshUserFromIdTokenRequest_FieldPath)
func (*RefreshUserFromIdTokenRequest_FieldMask) AppendRawPath ¶
func (fieldMask *RefreshUserFromIdTokenRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*RefreshUserFromIdTokenRequest_FieldMask) DecodeFirestore ¶
func (fieldMask *RefreshUserFromIdTokenRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*RefreshUserFromIdTokenRequest_FieldMask) EncodeFirestore ¶
func (fieldMask *RefreshUserFromIdTokenRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*RefreshUserFromIdTokenRequest_FieldMask) FilterInputFields ¶
func (fieldMask *RefreshUserFromIdTokenRequest_FieldMask) FilterInputFields() *RefreshUserFromIdTokenRequest_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*RefreshUserFromIdTokenRequest_FieldMask) FromProtoFieldMask ¶
func (fieldMask *RefreshUserFromIdTokenRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*RefreshUserFromIdTokenRequest_FieldMask) GetPaths ¶
func (fieldMask *RefreshUserFromIdTokenRequest_FieldMask) GetPaths() []RefreshUserFromIdTokenRequest_FieldPath
func (*RefreshUserFromIdTokenRequest_FieldMask) GetRawPaths ¶
func (fieldMask *RefreshUserFromIdTokenRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*RefreshUserFromIdTokenRequest_FieldMask) IsFull ¶
func (fieldMask *RefreshUserFromIdTokenRequest_FieldMask) IsFull() bool
func (RefreshUserFromIdTokenRequest_FieldMask) Marshal ¶
func (fieldMask RefreshUserFromIdTokenRequest_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (RefreshUserFromIdTokenRequest_FieldMask) MarshalJSON ¶
func (fieldMask RefreshUserFromIdTokenRequest_FieldMask) MarshalJSON() ([]byte, error)
func (*RefreshUserFromIdTokenRequest_FieldMask) PathsCount ¶
func (fieldMask *RefreshUserFromIdTokenRequest_FieldMask) PathsCount() int
func (*RefreshUserFromIdTokenRequest_FieldMask) Project ¶
func (fieldMask *RefreshUserFromIdTokenRequest_FieldMask) Project(source *RefreshUserFromIdTokenRequest) *RefreshUserFromIdTokenRequest
func (*RefreshUserFromIdTokenRequest_FieldMask) ProjectRaw ¶
func (fieldMask *RefreshUserFromIdTokenRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*RefreshUserFromIdTokenRequest_FieldMask) ProtoMessage ¶
func (fieldMask *RefreshUserFromIdTokenRequest_FieldMask) ProtoMessage()
func (*RefreshUserFromIdTokenRequest_FieldMask) ProtoReflect ¶
func (fieldMask *RefreshUserFromIdTokenRequest_FieldMask) ProtoReflect() preflect.Message
func (*RefreshUserFromIdTokenRequest_FieldMask) Reset ¶
func (fieldMask *RefreshUserFromIdTokenRequest_FieldMask) Reset()
func (*RefreshUserFromIdTokenRequest_FieldMask) Set ¶
func (fieldMask *RefreshUserFromIdTokenRequest_FieldMask) Set(target, source *RefreshUserFromIdTokenRequest)
func (*RefreshUserFromIdTokenRequest_FieldMask) SetFromCliFlag ¶
func (fieldMask *RefreshUserFromIdTokenRequest_FieldMask) SetFromCliFlag(raw string) error
func (*RefreshUserFromIdTokenRequest_FieldMask) SetRaw ¶
func (fieldMask *RefreshUserFromIdTokenRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*RefreshUserFromIdTokenRequest_FieldMask) Size ¶
func (fieldMask *RefreshUserFromIdTokenRequest_FieldMask) Size() int
func (*RefreshUserFromIdTokenRequest_FieldMask) String ¶
func (fieldMask *RefreshUserFromIdTokenRequest_FieldMask) String() string
func (*RefreshUserFromIdTokenRequest_FieldMask) Subtract ¶
func (fieldMask *RefreshUserFromIdTokenRequest_FieldMask) Subtract(other *RefreshUserFromIdTokenRequest_FieldMask) *RefreshUserFromIdTokenRequest_FieldMask
func (*RefreshUserFromIdTokenRequest_FieldMask) SubtractRaw ¶
func (fieldMask *RefreshUserFromIdTokenRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*RefreshUserFromIdTokenRequest_FieldMask) ToProtoFieldMask ¶
func (fieldMask *RefreshUserFromIdTokenRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*RefreshUserFromIdTokenRequest_FieldMask) Unmarshal ¶
func (fieldMask *RefreshUserFromIdTokenRequest_FieldMask) Unmarshal(data []byte) error
func (*RefreshUserFromIdTokenRequest_FieldMask) UnmarshalJSON ¶
func (fieldMask *RefreshUserFromIdTokenRequest_FieldMask) UnmarshalJSON(data []byte) error
type RefreshUserFromIdTokenRequest_FieldPath ¶
type RefreshUserFromIdTokenRequest_FieldPath interface { gotenobject.FieldPath Selector() RefreshUserFromIdTokenRequest_FieldPathSelector Get(source *RefreshUserFromIdTokenRequest) []interface{} GetSingle(source *RefreshUserFromIdTokenRequest) (interface{}, bool) ClearValue(item *RefreshUserFromIdTokenRequest) // Those methods build corresponding RefreshUserFromIdTokenRequest_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) RefreshUserFromIdTokenRequest_FieldPathValue WithIArrayOfValues(values interface{}) RefreshUserFromIdTokenRequest_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) RefreshUserFromIdTokenRequest_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildRefreshUserFromIdTokenRequest_FieldPath ¶
func BuildRefreshUserFromIdTokenRequest_FieldPath(fp gotenobject.RawFieldPath) (RefreshUserFromIdTokenRequest_FieldPath, error)
func MustParseRefreshUserFromIdTokenRequest_FieldPath ¶
func MustParseRefreshUserFromIdTokenRequest_FieldPath(rawField string) RefreshUserFromIdTokenRequest_FieldPath
func ParseRefreshUserFromIdTokenRequest_FieldPath ¶
func ParseRefreshUserFromIdTokenRequest_FieldPath(rawField string) (RefreshUserFromIdTokenRequest_FieldPath, error)
type RefreshUserFromIdTokenRequest_FieldPathArrayItemValue ¶
type RefreshUserFromIdTokenRequest_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue RefreshUserFromIdTokenRequest_FieldPath ContainsValue(*RefreshUserFromIdTokenRequest) bool }
RefreshUserFromIdTokenRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for RefreshUserFromIdTokenRequest according to their type Present only for array (repeated) types.
func MustParseRefreshUserFromIdTokenRequest_FieldPathArrayItemValue ¶
func MustParseRefreshUserFromIdTokenRequest_FieldPathArrayItemValue(pathStr, valueStr string) RefreshUserFromIdTokenRequest_FieldPathArrayItemValue
func ParseRefreshUserFromIdTokenRequest_FieldPathArrayItemValue ¶
func ParseRefreshUserFromIdTokenRequest_FieldPathArrayItemValue(pathStr, valueStr string) (RefreshUserFromIdTokenRequest_FieldPathArrayItemValue, error)
ParseRefreshUserFromIdTokenRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type RefreshUserFromIdTokenRequest_FieldPathArrayOfValues ¶
type RefreshUserFromIdTokenRequest_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues RefreshUserFromIdTokenRequest_FieldPath }
RefreshUserFromIdTokenRequest_FieldPathArrayOfValues allows storing slice of values for RefreshUserFromIdTokenRequest fields according to their type
func MustParseRefreshUserFromIdTokenRequest_FieldPathArrayOfValues ¶
func MustParseRefreshUserFromIdTokenRequest_FieldPathArrayOfValues(pathStr, valuesStr string) RefreshUserFromIdTokenRequest_FieldPathArrayOfValues
func ParseRefreshUserFromIdTokenRequest_FieldPathArrayOfValues ¶
func ParseRefreshUserFromIdTokenRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (RefreshUserFromIdTokenRequest_FieldPathArrayOfValues, error)
type RefreshUserFromIdTokenRequest_FieldPathSelector ¶
type RefreshUserFromIdTokenRequest_FieldPathSelector int32
const (
RefreshUserFromIdTokenRequest_FieldPathSelectorIdToken RefreshUserFromIdTokenRequest_FieldPathSelector = 0
)
func (RefreshUserFromIdTokenRequest_FieldPathSelector) String ¶
func (s RefreshUserFromIdTokenRequest_FieldPathSelector) String() string
type RefreshUserFromIdTokenRequest_FieldPathValue ¶
type RefreshUserFromIdTokenRequest_FieldPathValue interface { RefreshUserFromIdTokenRequest_FieldPath gotenobject.FieldPathValue SetTo(target **RefreshUserFromIdTokenRequest) CompareWith(*RefreshUserFromIdTokenRequest) (cmp int, comparable bool) }
RefreshUserFromIdTokenRequest_FieldPathValue allows storing values for RefreshUserFromIdTokenRequest fields according to their type
func MustParseRefreshUserFromIdTokenRequest_FieldPathValue ¶
func MustParseRefreshUserFromIdTokenRequest_FieldPathValue(pathStr, valueStr string) RefreshUserFromIdTokenRequest_FieldPathValue
func ParseRefreshUserFromIdTokenRequest_FieldPathValue ¶
func ParseRefreshUserFromIdTokenRequest_FieldPathValue(pathStr, valueStr string) (RefreshUserFromIdTokenRequest_FieldPathValue, error)
type RefreshUserFromIdTokenRequest_FieldTerminalPath ¶
type RefreshUserFromIdTokenRequest_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*RefreshUserFromIdTokenRequest_FieldTerminalPath) ClearValue ¶
func (fp *RefreshUserFromIdTokenRequest_FieldTerminalPath) ClearValue(item *RefreshUserFromIdTokenRequest)
func (*RefreshUserFromIdTokenRequest_FieldTerminalPath) ClearValueRaw ¶
func (fp *RefreshUserFromIdTokenRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*RefreshUserFromIdTokenRequest_FieldTerminalPath) Get ¶
func (fp *RefreshUserFromIdTokenRequest_FieldTerminalPath) Get(source *RefreshUserFromIdTokenRequest) (values []interface{})
Get returns all values pointed by specific field from source RefreshUserFromIdTokenRequest
func (*RefreshUserFromIdTokenRequest_FieldTerminalPath) GetDefault ¶
func (fp *RefreshUserFromIdTokenRequest_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*RefreshUserFromIdTokenRequest_FieldTerminalPath) GetRaw ¶
func (fp *RefreshUserFromIdTokenRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*RefreshUserFromIdTokenRequest_FieldTerminalPath) GetSingle ¶
func (fp *RefreshUserFromIdTokenRequest_FieldTerminalPath) GetSingle(source *RefreshUserFromIdTokenRequest) (interface{}, bool)
GetSingle returns value pointed by specific field of from source RefreshUserFromIdTokenRequest
func (*RefreshUserFromIdTokenRequest_FieldTerminalPath) GetSingleRaw ¶
func (fp *RefreshUserFromIdTokenRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*RefreshUserFromIdTokenRequest_FieldTerminalPath) IsLeaf ¶
func (fp *RefreshUserFromIdTokenRequest_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*RefreshUserFromIdTokenRequest_FieldTerminalPath) JSONString ¶
func (fp *RefreshUserFromIdTokenRequest_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*RefreshUserFromIdTokenRequest_FieldTerminalPath) String ¶
func (fp *RefreshUserFromIdTokenRequest_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*RefreshUserFromIdTokenRequest_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *RefreshUserFromIdTokenRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) RefreshUserFromIdTokenRequest_FieldPathArrayItemValue
func (*RefreshUserFromIdTokenRequest_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *RefreshUserFromIdTokenRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) RefreshUserFromIdTokenRequest_FieldPathArrayOfValues
func (*RefreshUserFromIdTokenRequest_FieldTerminalPath) WithIValue ¶
func (fp *RefreshUserFromIdTokenRequest_FieldTerminalPath) WithIValue(value interface{}) RefreshUserFromIdTokenRequest_FieldPathValue
func (*RefreshUserFromIdTokenRequest_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *RefreshUserFromIdTokenRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*RefreshUserFromIdTokenRequest_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *RefreshUserFromIdTokenRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*RefreshUserFromIdTokenRequest_FieldTerminalPath) WithRawIValue ¶
func (fp *RefreshUserFromIdTokenRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type RefreshUserFromIdTokenRequest_FieldTerminalPathArrayItemValue ¶
type RefreshUserFromIdTokenRequest_FieldTerminalPathArrayItemValue struct { RefreshUserFromIdTokenRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*RefreshUserFromIdTokenRequest_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *RefreshUserFromIdTokenRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *RefreshUserFromIdTokenRequest) bool
Contains returns a boolean indicating if value that is being held is present in given 'RefreshUserFromIdTokenRequest'
func (*RefreshUserFromIdTokenRequest_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *RefreshUserFromIdTokenRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object RefreshUserFromIdTokenRequest as interface{}
func (*RefreshUserFromIdTokenRequest_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *RefreshUserFromIdTokenRequest_FieldTerminalPathArrayItemValue) GetSingle(source *RefreshUserFromIdTokenRequest) (interface{}, bool)
func (*RefreshUserFromIdTokenRequest_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *RefreshUserFromIdTokenRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type RefreshUserFromIdTokenRequest_FieldTerminalPathArrayOfValues ¶
type RefreshUserFromIdTokenRequest_FieldTerminalPathArrayOfValues struct { RefreshUserFromIdTokenRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*RefreshUserFromIdTokenRequest_FieldTerminalPathArrayOfValues) AsIdTokenArrayOfValues ¶
func (fpaov *RefreshUserFromIdTokenRequest_FieldTerminalPathArrayOfValues) AsIdTokenArrayOfValues() ([]string, bool)
func (*RefreshUserFromIdTokenRequest_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *RefreshUserFromIdTokenRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type RefreshUserFromIdTokenRequest_FieldTerminalPathValue ¶
type RefreshUserFromIdTokenRequest_FieldTerminalPathValue struct { RefreshUserFromIdTokenRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*RefreshUserFromIdTokenRequest_FieldTerminalPathValue) AsIdTokenValue ¶
func (fpv *RefreshUserFromIdTokenRequest_FieldTerminalPathValue) AsIdTokenValue() (string, bool)
func (*RefreshUserFromIdTokenRequest_FieldTerminalPathValue) CompareWith ¶
func (fpv *RefreshUserFromIdTokenRequest_FieldTerminalPathValue) CompareWith(source *RefreshUserFromIdTokenRequest) (int, bool)
CompareWith compares value in the 'RefreshUserFromIdTokenRequest_FieldTerminalPathValue' with the value under path in 'RefreshUserFromIdTokenRequest'.
func (*RefreshUserFromIdTokenRequest_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *RefreshUserFromIdTokenRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*RefreshUserFromIdTokenRequest_FieldTerminalPathValue) GetRawValue ¶
func (fpv *RefreshUserFromIdTokenRequest_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'RefreshUserFromIdTokenRequest' as interface{}
func (*RefreshUserFromIdTokenRequest_FieldTerminalPathValue) SetTo ¶
func (fpv *RefreshUserFromIdTokenRequest_FieldTerminalPathValue) SetTo(target **RefreshUserFromIdTokenRequest)
SetTo stores value for selected field for object RefreshUserFromIdTokenRequest
func (*RefreshUserFromIdTokenRequest_FieldTerminalPathValue) SetToRaw ¶
func (fpv *RefreshUserFromIdTokenRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
type RefreshUserFromIdTokenResponse ¶
type RefreshUserFromIdTokenResponse struct {
// contains filtered or unexported fields
}
Response message for method [RefreshUserFromIdToken][ntt.iam.v1alpha.RefreshUserFromIdToken]
func (*RefreshUserFromIdTokenResponse) Clone ¶
func (o *RefreshUserFromIdTokenResponse) Clone() *RefreshUserFromIdTokenResponse
func (*RefreshUserFromIdTokenResponse) CloneRaw ¶
func (o *RefreshUserFromIdTokenResponse) CloneRaw() gotenobject.GotenObjectExt
func (*RefreshUserFromIdTokenResponse) Descriptor ¶
func (*RefreshUserFromIdTokenResponse) Descriptor() ([]byte, []int)
Deprecated, Use RefreshUserFromIdTokenResponse.ProtoReflect.Descriptor instead.
func (*RefreshUserFromIdTokenResponse) GotenMessage ¶
func (*RefreshUserFromIdTokenResponse) GotenMessage()
func (*RefreshUserFromIdTokenResponse) GotenObjectExt ¶
func (o *RefreshUserFromIdTokenResponse) GotenObjectExt()
func (*RefreshUserFromIdTokenResponse) GotenValidate ¶
func (obj *RefreshUserFromIdTokenResponse) GotenValidate() error
func (*RefreshUserFromIdTokenResponse) MakeDiffFieldMask ¶
func (o *RefreshUserFromIdTokenResponse) MakeDiffFieldMask(other *RefreshUserFromIdTokenResponse) *RefreshUserFromIdTokenResponse_FieldMask
func (*RefreshUserFromIdTokenResponse) MakeFullFieldMask ¶
func (o *RefreshUserFromIdTokenResponse) MakeFullFieldMask() *RefreshUserFromIdTokenResponse_FieldMask
func (*RefreshUserFromIdTokenResponse) MakeRawDiffFieldMask ¶
func (o *RefreshUserFromIdTokenResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*RefreshUserFromIdTokenResponse) MakeRawFullFieldMask ¶
func (o *RefreshUserFromIdTokenResponse) MakeRawFullFieldMask() gotenobject.FieldMask
func (*RefreshUserFromIdTokenResponse) Marshal ¶
func (m *RefreshUserFromIdTokenResponse) Marshal() ([]byte, error)
func (*RefreshUserFromIdTokenResponse) MarshalJSON ¶
func (m *RefreshUserFromIdTokenResponse) MarshalJSON() ([]byte, error)
func (*RefreshUserFromIdTokenResponse) Merge ¶
func (o *RefreshUserFromIdTokenResponse) Merge(source *RefreshUserFromIdTokenResponse)
func (*RefreshUserFromIdTokenResponse) MergeRaw ¶
func (o *RefreshUserFromIdTokenResponse) MergeRaw(source gotenobject.GotenObjectExt)
func (*RefreshUserFromIdTokenResponse) ProtoMessage ¶
func (*RefreshUserFromIdTokenResponse) ProtoMessage()
func (*RefreshUserFromIdTokenResponse) ProtoReflect ¶
func (m *RefreshUserFromIdTokenResponse) ProtoReflect() preflect.Message
func (*RefreshUserFromIdTokenResponse) Reset ¶
func (m *RefreshUserFromIdTokenResponse) Reset()
func (*RefreshUserFromIdTokenResponse) String ¶
func (m *RefreshUserFromIdTokenResponse) String() string
func (*RefreshUserFromIdTokenResponse) Unmarshal ¶
func (m *RefreshUserFromIdTokenResponse) Unmarshal(b []byte) error
func (*RefreshUserFromIdTokenResponse) UnmarshalJSON ¶
func (m *RefreshUserFromIdTokenResponse) UnmarshalJSON(data []byte) error
type RefreshUserFromIdTokenResponseFieldPathBuilder ¶
type RefreshUserFromIdTokenResponseFieldPathBuilder struct{}
func NewRefreshUserFromIdTokenResponseFieldPathBuilder ¶
func NewRefreshUserFromIdTokenResponseFieldPathBuilder() RefreshUserFromIdTokenResponseFieldPathBuilder
type RefreshUserFromIdTokenResponse_FieldMask ¶
type RefreshUserFromIdTokenResponse_FieldMask struct {
Paths []RefreshUserFromIdTokenResponse_FieldPath
}
func FullRefreshUserFromIdTokenResponse_FieldMask ¶
func FullRefreshUserFromIdTokenResponse_FieldMask() *RefreshUserFromIdTokenResponse_FieldMask
func (*RefreshUserFromIdTokenResponse_FieldMask) AppendPath ¶
func (fieldMask *RefreshUserFromIdTokenResponse_FieldMask) AppendPath(path RefreshUserFromIdTokenResponse_FieldPath)
func (*RefreshUserFromIdTokenResponse_FieldMask) AppendRawPath ¶
func (fieldMask *RefreshUserFromIdTokenResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*RefreshUserFromIdTokenResponse_FieldMask) DecodeFirestore ¶
func (fieldMask *RefreshUserFromIdTokenResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*RefreshUserFromIdTokenResponse_FieldMask) EncodeFirestore ¶
func (fieldMask *RefreshUserFromIdTokenResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*RefreshUserFromIdTokenResponse_FieldMask) FilterInputFields ¶
func (fieldMask *RefreshUserFromIdTokenResponse_FieldMask) FilterInputFields() *RefreshUserFromIdTokenResponse_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*RefreshUserFromIdTokenResponse_FieldMask) FromProtoFieldMask ¶
func (fieldMask *RefreshUserFromIdTokenResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*RefreshUserFromIdTokenResponse_FieldMask) GetPaths ¶
func (fieldMask *RefreshUserFromIdTokenResponse_FieldMask) GetPaths() []RefreshUserFromIdTokenResponse_FieldPath
func (*RefreshUserFromIdTokenResponse_FieldMask) GetRawPaths ¶
func (fieldMask *RefreshUserFromIdTokenResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*RefreshUserFromIdTokenResponse_FieldMask) IsFull ¶
func (fieldMask *RefreshUserFromIdTokenResponse_FieldMask) IsFull() bool
func (RefreshUserFromIdTokenResponse_FieldMask) Marshal ¶
func (fieldMask RefreshUserFromIdTokenResponse_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (RefreshUserFromIdTokenResponse_FieldMask) MarshalJSON ¶
func (fieldMask RefreshUserFromIdTokenResponse_FieldMask) MarshalJSON() ([]byte, error)
func (*RefreshUserFromIdTokenResponse_FieldMask) PathsCount ¶
func (fieldMask *RefreshUserFromIdTokenResponse_FieldMask) PathsCount() int
func (*RefreshUserFromIdTokenResponse_FieldMask) Project ¶
func (fieldMask *RefreshUserFromIdTokenResponse_FieldMask) Project(source *RefreshUserFromIdTokenResponse) *RefreshUserFromIdTokenResponse
func (*RefreshUserFromIdTokenResponse_FieldMask) ProjectRaw ¶
func (fieldMask *RefreshUserFromIdTokenResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*RefreshUserFromIdTokenResponse_FieldMask) ProtoMessage ¶
func (fieldMask *RefreshUserFromIdTokenResponse_FieldMask) ProtoMessage()
func (*RefreshUserFromIdTokenResponse_FieldMask) ProtoReflect ¶
func (fieldMask *RefreshUserFromIdTokenResponse_FieldMask) ProtoReflect() preflect.Message
func (*RefreshUserFromIdTokenResponse_FieldMask) Reset ¶
func (fieldMask *RefreshUserFromIdTokenResponse_FieldMask) Reset()
func (*RefreshUserFromIdTokenResponse_FieldMask) Set ¶
func (fieldMask *RefreshUserFromIdTokenResponse_FieldMask) Set(target, source *RefreshUserFromIdTokenResponse)
func (*RefreshUserFromIdTokenResponse_FieldMask) SetFromCliFlag ¶
func (fieldMask *RefreshUserFromIdTokenResponse_FieldMask) SetFromCliFlag(raw string) error
func (*RefreshUserFromIdTokenResponse_FieldMask) SetRaw ¶
func (fieldMask *RefreshUserFromIdTokenResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*RefreshUserFromIdTokenResponse_FieldMask) Size ¶
func (fieldMask *RefreshUserFromIdTokenResponse_FieldMask) Size() int
func (*RefreshUserFromIdTokenResponse_FieldMask) String ¶
func (fieldMask *RefreshUserFromIdTokenResponse_FieldMask) String() string
func (*RefreshUserFromIdTokenResponse_FieldMask) Subtract ¶
func (fieldMask *RefreshUserFromIdTokenResponse_FieldMask) Subtract(other *RefreshUserFromIdTokenResponse_FieldMask) *RefreshUserFromIdTokenResponse_FieldMask
func (*RefreshUserFromIdTokenResponse_FieldMask) SubtractRaw ¶
func (fieldMask *RefreshUserFromIdTokenResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*RefreshUserFromIdTokenResponse_FieldMask) ToProtoFieldMask ¶
func (fieldMask *RefreshUserFromIdTokenResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*RefreshUserFromIdTokenResponse_FieldMask) Unmarshal ¶
func (fieldMask *RefreshUserFromIdTokenResponse_FieldMask) Unmarshal(data []byte) error
func (*RefreshUserFromIdTokenResponse_FieldMask) UnmarshalJSON ¶
func (fieldMask *RefreshUserFromIdTokenResponse_FieldMask) UnmarshalJSON(data []byte) error
type RefreshUserFromIdTokenResponse_FieldPath ¶
type RefreshUserFromIdTokenResponse_FieldPath interface { gotenobject.FieldPath Selector() RefreshUserFromIdTokenResponse_FieldPathSelector Get(source *RefreshUserFromIdTokenResponse) []interface{} GetSingle(source *RefreshUserFromIdTokenResponse) (interface{}, bool) ClearValue(item *RefreshUserFromIdTokenResponse) // Those methods build corresponding RefreshUserFromIdTokenResponse_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) RefreshUserFromIdTokenResponse_FieldPathValue WithIArrayOfValues(values interface{}) RefreshUserFromIdTokenResponse_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) RefreshUserFromIdTokenResponse_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildRefreshUserFromIdTokenResponse_FieldPath ¶
func BuildRefreshUserFromIdTokenResponse_FieldPath(fp gotenobject.RawFieldPath) (RefreshUserFromIdTokenResponse_FieldPath, error)
func MustParseRefreshUserFromIdTokenResponse_FieldPath ¶
func MustParseRefreshUserFromIdTokenResponse_FieldPath(rawField string) RefreshUserFromIdTokenResponse_FieldPath
func ParseRefreshUserFromIdTokenResponse_FieldPath ¶
func ParseRefreshUserFromIdTokenResponse_FieldPath(rawField string) (RefreshUserFromIdTokenResponse_FieldPath, error)
type RefreshUserFromIdTokenResponse_FieldPathArrayItemValue ¶
type RefreshUserFromIdTokenResponse_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue RefreshUserFromIdTokenResponse_FieldPath ContainsValue(*RefreshUserFromIdTokenResponse) bool }
RefreshUserFromIdTokenResponse_FieldPathArrayItemValue allows storing single item in Path-specific values for RefreshUserFromIdTokenResponse according to their type Present only for array (repeated) types.
func MustParseRefreshUserFromIdTokenResponse_FieldPathArrayItemValue ¶
func MustParseRefreshUserFromIdTokenResponse_FieldPathArrayItemValue(pathStr, valueStr string) RefreshUserFromIdTokenResponse_FieldPathArrayItemValue
func ParseRefreshUserFromIdTokenResponse_FieldPathArrayItemValue ¶
func ParseRefreshUserFromIdTokenResponse_FieldPathArrayItemValue(pathStr, valueStr string) (RefreshUserFromIdTokenResponse_FieldPathArrayItemValue, error)
ParseRefreshUserFromIdTokenResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type RefreshUserFromIdTokenResponse_FieldPathArrayOfValues ¶
type RefreshUserFromIdTokenResponse_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues RefreshUserFromIdTokenResponse_FieldPath }
RefreshUserFromIdTokenResponse_FieldPathArrayOfValues allows storing slice of values for RefreshUserFromIdTokenResponse fields according to their type
func MustParseRefreshUserFromIdTokenResponse_FieldPathArrayOfValues ¶
func MustParseRefreshUserFromIdTokenResponse_FieldPathArrayOfValues(pathStr, valuesStr string) RefreshUserFromIdTokenResponse_FieldPathArrayOfValues
func ParseRefreshUserFromIdTokenResponse_FieldPathArrayOfValues ¶
func ParseRefreshUserFromIdTokenResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (RefreshUserFromIdTokenResponse_FieldPathArrayOfValues, error)
type RefreshUserFromIdTokenResponse_FieldPathSelector ¶
type RefreshUserFromIdTokenResponse_FieldPathSelector int32
func (RefreshUserFromIdTokenResponse_FieldPathSelector) String ¶
func (s RefreshUserFromIdTokenResponse_FieldPathSelector) String() string
type RefreshUserFromIdTokenResponse_FieldPathValue ¶
type RefreshUserFromIdTokenResponse_FieldPathValue interface { RefreshUserFromIdTokenResponse_FieldPath gotenobject.FieldPathValue SetTo(target **RefreshUserFromIdTokenResponse) CompareWith(*RefreshUserFromIdTokenResponse) (cmp int, comparable bool) }
RefreshUserFromIdTokenResponse_FieldPathValue allows storing values for RefreshUserFromIdTokenResponse fields according to their type
func MustParseRefreshUserFromIdTokenResponse_FieldPathValue ¶
func MustParseRefreshUserFromIdTokenResponse_FieldPathValue(pathStr, valueStr string) RefreshUserFromIdTokenResponse_FieldPathValue
func ParseRefreshUserFromIdTokenResponse_FieldPathValue ¶
func ParseRefreshUserFromIdTokenResponse_FieldPathValue(pathStr, valueStr string) (RefreshUserFromIdTokenResponse_FieldPathValue, error)
type RefreshUserFromIdTokenResponse_FieldTerminalPath ¶
type RefreshUserFromIdTokenResponse_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*RefreshUserFromIdTokenResponse_FieldTerminalPath) ClearValue ¶
func (fp *RefreshUserFromIdTokenResponse_FieldTerminalPath) ClearValue(item *RefreshUserFromIdTokenResponse)
func (*RefreshUserFromIdTokenResponse_FieldTerminalPath) ClearValueRaw ¶
func (fp *RefreshUserFromIdTokenResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*RefreshUserFromIdTokenResponse_FieldTerminalPath) Get ¶
func (fp *RefreshUserFromIdTokenResponse_FieldTerminalPath) Get(source *RefreshUserFromIdTokenResponse) (values []interface{})
Get returns all values pointed by specific field from source RefreshUserFromIdTokenResponse
func (*RefreshUserFromIdTokenResponse_FieldTerminalPath) GetDefault ¶
func (fp *RefreshUserFromIdTokenResponse_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*RefreshUserFromIdTokenResponse_FieldTerminalPath) GetRaw ¶
func (fp *RefreshUserFromIdTokenResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*RefreshUserFromIdTokenResponse_FieldTerminalPath) GetSingle ¶
func (fp *RefreshUserFromIdTokenResponse_FieldTerminalPath) GetSingle(source *RefreshUserFromIdTokenResponse) (interface{}, bool)
GetSingle returns value pointed by specific field of from source RefreshUserFromIdTokenResponse
func (*RefreshUserFromIdTokenResponse_FieldTerminalPath) GetSingleRaw ¶
func (fp *RefreshUserFromIdTokenResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*RefreshUserFromIdTokenResponse_FieldTerminalPath) IsLeaf ¶
func (fp *RefreshUserFromIdTokenResponse_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*RefreshUserFromIdTokenResponse_FieldTerminalPath) JSONString ¶
func (fp *RefreshUserFromIdTokenResponse_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*RefreshUserFromIdTokenResponse_FieldTerminalPath) String ¶
func (fp *RefreshUserFromIdTokenResponse_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*RefreshUserFromIdTokenResponse_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *RefreshUserFromIdTokenResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) RefreshUserFromIdTokenResponse_FieldPathArrayItemValue
func (*RefreshUserFromIdTokenResponse_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *RefreshUserFromIdTokenResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) RefreshUserFromIdTokenResponse_FieldPathArrayOfValues
func (*RefreshUserFromIdTokenResponse_FieldTerminalPath) WithIValue ¶
func (fp *RefreshUserFromIdTokenResponse_FieldTerminalPath) WithIValue(value interface{}) RefreshUserFromIdTokenResponse_FieldPathValue
func (*RefreshUserFromIdTokenResponse_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *RefreshUserFromIdTokenResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*RefreshUserFromIdTokenResponse_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *RefreshUserFromIdTokenResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*RefreshUserFromIdTokenResponse_FieldTerminalPath) WithRawIValue ¶
func (fp *RefreshUserFromIdTokenResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type RefreshUserFromIdTokenResponse_FieldTerminalPathArrayItemValue ¶
type RefreshUserFromIdTokenResponse_FieldTerminalPathArrayItemValue struct { RefreshUserFromIdTokenResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*RefreshUserFromIdTokenResponse_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *RefreshUserFromIdTokenResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *RefreshUserFromIdTokenResponse) bool
Contains returns a boolean indicating if value that is being held is present in given 'RefreshUserFromIdTokenResponse'
func (*RefreshUserFromIdTokenResponse_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *RefreshUserFromIdTokenResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object RefreshUserFromIdTokenResponse as interface{}
func (*RefreshUserFromIdTokenResponse_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *RefreshUserFromIdTokenResponse_FieldTerminalPathArrayItemValue) GetSingle(source *RefreshUserFromIdTokenResponse) (interface{}, bool)
func (*RefreshUserFromIdTokenResponse_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *RefreshUserFromIdTokenResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type RefreshUserFromIdTokenResponse_FieldTerminalPathArrayOfValues ¶
type RefreshUserFromIdTokenResponse_FieldTerminalPathArrayOfValues struct { RefreshUserFromIdTokenResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*RefreshUserFromIdTokenResponse_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *RefreshUserFromIdTokenResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type RefreshUserFromIdTokenResponse_FieldTerminalPathValue ¶
type RefreshUserFromIdTokenResponse_FieldTerminalPathValue struct { RefreshUserFromIdTokenResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*RefreshUserFromIdTokenResponse_FieldTerminalPathValue) CompareWith ¶
func (fpv *RefreshUserFromIdTokenResponse_FieldTerminalPathValue) CompareWith(source *RefreshUserFromIdTokenResponse) (int, bool)
CompareWith compares value in the 'RefreshUserFromIdTokenResponse_FieldTerminalPathValue' with the value under path in 'RefreshUserFromIdTokenResponse'.
func (*RefreshUserFromIdTokenResponse_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *RefreshUserFromIdTokenResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*RefreshUserFromIdTokenResponse_FieldTerminalPathValue) GetRawValue ¶
func (fpv *RefreshUserFromIdTokenResponse_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'RefreshUserFromIdTokenResponse' as interface{}
func (*RefreshUserFromIdTokenResponse_FieldTerminalPathValue) SetTo ¶
func (fpv *RefreshUserFromIdTokenResponse_FieldTerminalPathValue) SetTo(target **RefreshUserFromIdTokenResponse)
SetTo stores value for selected field for object RefreshUserFromIdTokenResponse
func (*RefreshUserFromIdTokenResponse_FieldTerminalPathValue) SetToRaw ¶
func (fpv *RefreshUserFromIdTokenResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
type SetMySettingsRequest ¶
type SetMySettingsRequest struct { // Settings to update. Leave empty value to unset key Settings map[string]string `` /* 178-byte string literal not displayed */ // contains filtered or unexported fields }
func (*SetMySettingsRequest) Clone ¶
func (o *SetMySettingsRequest) Clone() *SetMySettingsRequest
func (*SetMySettingsRequest) CloneRaw ¶
func (o *SetMySettingsRequest) CloneRaw() gotenobject.GotenObjectExt
func (*SetMySettingsRequest) Descriptor ¶
func (*SetMySettingsRequest) Descriptor() ([]byte, []int)
Deprecated, Use SetMySettingsRequest.ProtoReflect.Descriptor instead.
func (*SetMySettingsRequest) GetSettings ¶
func (m *SetMySettingsRequest) GetSettings() map[string]string
func (*SetMySettingsRequest) GotenMessage ¶
func (*SetMySettingsRequest) GotenMessage()
func (*SetMySettingsRequest) GotenObjectExt ¶
func (o *SetMySettingsRequest) GotenObjectExt()
func (*SetMySettingsRequest) GotenValidate ¶
func (obj *SetMySettingsRequest) GotenValidate() error
func (*SetMySettingsRequest) MakeDiffFieldMask ¶
func (o *SetMySettingsRequest) MakeDiffFieldMask(other *SetMySettingsRequest) *SetMySettingsRequest_FieldMask
func (*SetMySettingsRequest) MakeFullFieldMask ¶
func (o *SetMySettingsRequest) MakeFullFieldMask() *SetMySettingsRequest_FieldMask
func (*SetMySettingsRequest) MakeRawDiffFieldMask ¶
func (o *SetMySettingsRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*SetMySettingsRequest) MakeRawFullFieldMask ¶
func (o *SetMySettingsRequest) MakeRawFullFieldMask() gotenobject.FieldMask
func (*SetMySettingsRequest) Marshal ¶
func (m *SetMySettingsRequest) Marshal() ([]byte, error)
func (*SetMySettingsRequest) MarshalJSON ¶
func (m *SetMySettingsRequest) MarshalJSON() ([]byte, error)
func (*SetMySettingsRequest) Merge ¶
func (o *SetMySettingsRequest) Merge(source *SetMySettingsRequest)
func (*SetMySettingsRequest) MergeRaw ¶
func (o *SetMySettingsRequest) MergeRaw(source gotenobject.GotenObjectExt)
func (*SetMySettingsRequest) ProtoMessage ¶
func (*SetMySettingsRequest) ProtoMessage()
func (*SetMySettingsRequest) ProtoReflect ¶
func (m *SetMySettingsRequest) ProtoReflect() preflect.Message
func (*SetMySettingsRequest) Reset ¶
func (m *SetMySettingsRequest) Reset()
func (*SetMySettingsRequest) SetSettings ¶
func (m *SetMySettingsRequest) SetSettings(fv map[string]string)
func (*SetMySettingsRequest) String ¶
func (m *SetMySettingsRequest) String() string
func (*SetMySettingsRequest) Unmarshal ¶
func (m *SetMySettingsRequest) Unmarshal(b []byte) error
func (*SetMySettingsRequest) UnmarshalJSON ¶
func (m *SetMySettingsRequest) UnmarshalJSON(data []byte) error
type SetMySettingsRequestFieldPathBuilder ¶
type SetMySettingsRequestFieldPathBuilder struct{}
func NewSetMySettingsRequestFieldPathBuilder ¶
func NewSetMySettingsRequestFieldPathBuilder() SetMySettingsRequestFieldPathBuilder
func (SetMySettingsRequestFieldPathBuilder) Settings ¶
func (SetMySettingsRequestFieldPathBuilder) Settings() SetMySettingsRequestPathSelectorSettings
type SetMySettingsRequestMapPathSelectorSettings ¶
type SetMySettingsRequestMapPathSelectorSettings struct {
// contains filtered or unexported fields
}
func (SetMySettingsRequestMapPathSelectorSettings) FieldPath ¶
func (s SetMySettingsRequestMapPathSelectorSettings) FieldPath() *SetMySettingsRequest_FieldPathMap
func (SetMySettingsRequestMapPathSelectorSettings) WithArrayOfValues ¶
func (s SetMySettingsRequestMapPathSelectorSettings) WithArrayOfValues(values []string) *SetMySettingsRequest_FieldPathMapArrayOfValues
func (SetMySettingsRequestMapPathSelectorSettings) WithValue ¶
func (s SetMySettingsRequestMapPathSelectorSettings) WithValue(value string) *SetMySettingsRequest_FieldPathMapValue
type SetMySettingsRequestPathSelectorSettings ¶
type SetMySettingsRequestPathSelectorSettings struct{}
func (SetMySettingsRequestPathSelectorSettings) FieldPath ¶
func (SetMySettingsRequestPathSelectorSettings) FieldPath() *SetMySettingsRequest_FieldTerminalPath
func (SetMySettingsRequestPathSelectorSettings) WithArrayOfValues ¶
func (s SetMySettingsRequestPathSelectorSettings) WithArrayOfValues(values []map[string]string) *SetMySettingsRequest_FieldTerminalPathArrayOfValues
func (SetMySettingsRequestPathSelectorSettings) WithValue ¶
func (s SetMySettingsRequestPathSelectorSettings) WithValue(value map[string]string) *SetMySettingsRequest_FieldTerminalPathValue
type SetMySettingsRequest_FieldMask ¶
type SetMySettingsRequest_FieldMask struct {
Paths []SetMySettingsRequest_FieldPath
}
func FullSetMySettingsRequest_FieldMask ¶
func FullSetMySettingsRequest_FieldMask() *SetMySettingsRequest_FieldMask
func (*SetMySettingsRequest_FieldMask) AppendPath ¶
func (fieldMask *SetMySettingsRequest_FieldMask) AppendPath(path SetMySettingsRequest_FieldPath)
func (*SetMySettingsRequest_FieldMask) AppendRawPath ¶
func (fieldMask *SetMySettingsRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*SetMySettingsRequest_FieldMask) DecodeFirestore ¶
func (fieldMask *SetMySettingsRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*SetMySettingsRequest_FieldMask) EncodeFirestore ¶
func (fieldMask *SetMySettingsRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*SetMySettingsRequest_FieldMask) FilterInputFields ¶
func (fieldMask *SetMySettingsRequest_FieldMask) FilterInputFields() *SetMySettingsRequest_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*SetMySettingsRequest_FieldMask) FromProtoFieldMask ¶
func (fieldMask *SetMySettingsRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*SetMySettingsRequest_FieldMask) GetPaths ¶
func (fieldMask *SetMySettingsRequest_FieldMask) GetPaths() []SetMySettingsRequest_FieldPath
func (*SetMySettingsRequest_FieldMask) GetRawPaths ¶
func (fieldMask *SetMySettingsRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*SetMySettingsRequest_FieldMask) IsFull ¶
func (fieldMask *SetMySettingsRequest_FieldMask) IsFull() bool
func (SetMySettingsRequest_FieldMask) Marshal ¶
func (fieldMask SetMySettingsRequest_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (SetMySettingsRequest_FieldMask) MarshalJSON ¶
func (fieldMask SetMySettingsRequest_FieldMask) MarshalJSON() ([]byte, error)
func (*SetMySettingsRequest_FieldMask) PathsCount ¶
func (fieldMask *SetMySettingsRequest_FieldMask) PathsCount() int
func (*SetMySettingsRequest_FieldMask) Project ¶
func (fieldMask *SetMySettingsRequest_FieldMask) Project(source *SetMySettingsRequest) *SetMySettingsRequest
func (*SetMySettingsRequest_FieldMask) ProjectRaw ¶
func (fieldMask *SetMySettingsRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*SetMySettingsRequest_FieldMask) ProtoMessage ¶
func (fieldMask *SetMySettingsRequest_FieldMask) ProtoMessage()
func (*SetMySettingsRequest_FieldMask) ProtoReflect ¶
func (fieldMask *SetMySettingsRequest_FieldMask) ProtoReflect() preflect.Message
func (*SetMySettingsRequest_FieldMask) Reset ¶
func (fieldMask *SetMySettingsRequest_FieldMask) Reset()
func (*SetMySettingsRequest_FieldMask) Set ¶
func (fieldMask *SetMySettingsRequest_FieldMask) Set(target, source *SetMySettingsRequest)
func (*SetMySettingsRequest_FieldMask) SetFromCliFlag ¶
func (fieldMask *SetMySettingsRequest_FieldMask) SetFromCliFlag(raw string) error
func (*SetMySettingsRequest_FieldMask) SetRaw ¶
func (fieldMask *SetMySettingsRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*SetMySettingsRequest_FieldMask) Size ¶
func (fieldMask *SetMySettingsRequest_FieldMask) Size() int
func (*SetMySettingsRequest_FieldMask) String ¶
func (fieldMask *SetMySettingsRequest_FieldMask) String() string
func (*SetMySettingsRequest_FieldMask) Subtract ¶
func (fieldMask *SetMySettingsRequest_FieldMask) Subtract(other *SetMySettingsRequest_FieldMask) *SetMySettingsRequest_FieldMask
func (*SetMySettingsRequest_FieldMask) SubtractRaw ¶
func (fieldMask *SetMySettingsRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*SetMySettingsRequest_FieldMask) ToProtoFieldMask ¶
func (fieldMask *SetMySettingsRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*SetMySettingsRequest_FieldMask) Unmarshal ¶
func (fieldMask *SetMySettingsRequest_FieldMask) Unmarshal(data []byte) error
func (*SetMySettingsRequest_FieldMask) UnmarshalJSON ¶
func (fieldMask *SetMySettingsRequest_FieldMask) UnmarshalJSON(data []byte) error
type SetMySettingsRequest_FieldPath ¶
type SetMySettingsRequest_FieldPath interface { gotenobject.FieldPath Selector() SetMySettingsRequest_FieldPathSelector Get(source *SetMySettingsRequest) []interface{} GetSingle(source *SetMySettingsRequest) (interface{}, bool) ClearValue(item *SetMySettingsRequest) // Those methods build corresponding SetMySettingsRequest_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) SetMySettingsRequest_FieldPathValue WithIArrayOfValues(values interface{}) SetMySettingsRequest_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) SetMySettingsRequest_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildSetMySettingsRequest_FieldPath ¶
func BuildSetMySettingsRequest_FieldPath(fp gotenobject.RawFieldPath) (SetMySettingsRequest_FieldPath, error)
func MustParseSetMySettingsRequest_FieldPath ¶
func MustParseSetMySettingsRequest_FieldPath(rawField string) SetMySettingsRequest_FieldPath
func ParseSetMySettingsRequest_FieldPath ¶
func ParseSetMySettingsRequest_FieldPath(rawField string) (SetMySettingsRequest_FieldPath, error)
type SetMySettingsRequest_FieldPathArrayItemValue ¶
type SetMySettingsRequest_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue SetMySettingsRequest_FieldPath ContainsValue(*SetMySettingsRequest) bool }
SetMySettingsRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for SetMySettingsRequest according to their type Present only for array (repeated) types.
func MustParseSetMySettingsRequest_FieldPathArrayItemValue ¶
func MustParseSetMySettingsRequest_FieldPathArrayItemValue(pathStr, valueStr string) SetMySettingsRequest_FieldPathArrayItemValue
func ParseSetMySettingsRequest_FieldPathArrayItemValue ¶
func ParseSetMySettingsRequest_FieldPathArrayItemValue(pathStr, valueStr string) (SetMySettingsRequest_FieldPathArrayItemValue, error)
ParseSetMySettingsRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type SetMySettingsRequest_FieldPathArrayOfValues ¶
type SetMySettingsRequest_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues SetMySettingsRequest_FieldPath }
SetMySettingsRequest_FieldPathArrayOfValues allows storing slice of values for SetMySettingsRequest fields according to their type
func MustParseSetMySettingsRequest_FieldPathArrayOfValues ¶
func MustParseSetMySettingsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) SetMySettingsRequest_FieldPathArrayOfValues
func ParseSetMySettingsRequest_FieldPathArrayOfValues ¶
func ParseSetMySettingsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (SetMySettingsRequest_FieldPathArrayOfValues, error)
type SetMySettingsRequest_FieldPathMap ¶
type SetMySettingsRequest_FieldPathMap struct {
// contains filtered or unexported fields
}
FieldPath for map type with additional Key information
func (*SetMySettingsRequest_FieldPathMap) ClearValue ¶
func (fpm *SetMySettingsRequest_FieldPathMap) ClearValue(item *SetMySettingsRequest)
func (*SetMySettingsRequest_FieldPathMap) ClearValueRaw ¶
func (fpm *SetMySettingsRequest_FieldPathMap) ClearValueRaw(item proto.Message)
func (*SetMySettingsRequest_FieldPathMap) Get ¶
func (fpm *SetMySettingsRequest_FieldPathMap) Get(source *SetMySettingsRequest) (values []interface{})
Get returns all values pointed by selected field map key from source SetMySettingsRequest
func (*SetMySettingsRequest_FieldPathMap) GetDefault ¶
func (fpm *SetMySettingsRequest_FieldPathMap) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*SetMySettingsRequest_FieldPathMap) GetRaw ¶
func (fpm *SetMySettingsRequest_FieldPathMap) GetRaw(source proto.Message) []interface{}
func (*SetMySettingsRequest_FieldPathMap) GetSingle ¶
func (fpm *SetMySettingsRequest_FieldPathMap) GetSingle(source *SetMySettingsRequest) (interface{}, bool)
GetSingle returns value by selected field map key from source SetMySettingsRequest
func (*SetMySettingsRequest_FieldPathMap) GetSingleRaw ¶
func (fpm *SetMySettingsRequest_FieldPathMap) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*SetMySettingsRequest_FieldPathMap) IsLeaf ¶
func (fpm *SetMySettingsRequest_FieldPathMap) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*SetMySettingsRequest_FieldPathMap) JSONString ¶
func (fpm *SetMySettingsRequest_FieldPathMap) JSONString() string
JSONString returns path representation is JSON convention. Note that map keys are not transformed
func (*SetMySettingsRequest_FieldPathMap) Key ¶
func (fpm *SetMySettingsRequest_FieldPathMap) Key() string
func (*SetMySettingsRequest_FieldPathMap) Selector ¶
func (fpm *SetMySettingsRequest_FieldPathMap) Selector() SetMySettingsRequest_FieldPathSelector
func (*SetMySettingsRequest_FieldPathMap) String ¶
func (fpm *SetMySettingsRequest_FieldPathMap) String() string
String returns path representation in proto convention
func (*SetMySettingsRequest_FieldPathMap) WithIArrayItemValue ¶
func (fpm *SetMySettingsRequest_FieldPathMap) WithIArrayItemValue(value interface{}) SetMySettingsRequest_FieldPathArrayItemValue
func (*SetMySettingsRequest_FieldPathMap) WithIArrayOfValues ¶
func (fpm *SetMySettingsRequest_FieldPathMap) WithIArrayOfValues(values interface{}) SetMySettingsRequest_FieldPathArrayOfValues
func (*SetMySettingsRequest_FieldPathMap) WithIValue ¶
func (fpm *SetMySettingsRequest_FieldPathMap) WithIValue(value interface{}) SetMySettingsRequest_FieldPathValue
func (*SetMySettingsRequest_FieldPathMap) WithRawIArrayItemValue ¶
func (fpm *SetMySettingsRequest_FieldPathMap) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*SetMySettingsRequest_FieldPathMap) WithRawIArrayOfValues ¶
func (fpm *SetMySettingsRequest_FieldPathMap) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*SetMySettingsRequest_FieldPathMap) WithRawIValue ¶
func (fpm *SetMySettingsRequest_FieldPathMap) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type SetMySettingsRequest_FieldPathMapArrayOfValues ¶
type SetMySettingsRequest_FieldPathMapArrayOfValues struct { SetMySettingsRequest_FieldPathMap // contains filtered or unexported fields }
func (*SetMySettingsRequest_FieldPathMapArrayOfValues) AsSettingsArrayOfElementValues ¶
func (fpmaov *SetMySettingsRequest_FieldPathMapArrayOfValues) AsSettingsArrayOfElementValues() ([]string, bool)
func (*SetMySettingsRequest_FieldPathMapArrayOfValues) GetRawValues ¶
func (fpmaov *SetMySettingsRequest_FieldPathMapArrayOfValues) GetRawValues() (values []interface{})
type SetMySettingsRequest_FieldPathMapValue ¶
type SetMySettingsRequest_FieldPathMapValue struct { SetMySettingsRequest_FieldPathMap // contains filtered or unexported fields }
func (*SetMySettingsRequest_FieldPathMapValue) AsSettingsElementValue ¶
func (fpmv *SetMySettingsRequest_FieldPathMapValue) AsSettingsElementValue() (string, bool)
func (*SetMySettingsRequest_FieldPathMapValue) CompareWith ¶
func (fpmv *SetMySettingsRequest_FieldPathMapValue) CompareWith(source *SetMySettingsRequest) (int, bool)
CompareWith compares value in the 'SetMySettingsRequest_FieldPathMapValue' with the value under path in 'SetMySettingsRequest'.
func (*SetMySettingsRequest_FieldPathMapValue) CompareWithRaw ¶
func (fpmv *SetMySettingsRequest_FieldPathMapValue) CompareWithRaw(source proto.Message) (int, bool)
func (*SetMySettingsRequest_FieldPathMapValue) GetRawValue ¶
func (fpmv *SetMySettingsRequest_FieldPathMapValue) GetRawValue() interface{}
GetValue returns value stored under selected field in SetMySettingsRequest as interface{}
func (*SetMySettingsRequest_FieldPathMapValue) SetTo ¶
func (fpmv *SetMySettingsRequest_FieldPathMapValue) SetTo(target **SetMySettingsRequest)
SetTo stores value for selected field in SetMySettingsRequest
func (*SetMySettingsRequest_FieldPathMapValue) SetToRaw ¶
func (fpmv *SetMySettingsRequest_FieldPathMapValue) SetToRaw(target proto.Message)
type SetMySettingsRequest_FieldPathSelector ¶
type SetMySettingsRequest_FieldPathSelector int32
const (
SetMySettingsRequest_FieldPathSelectorSettings SetMySettingsRequest_FieldPathSelector = 0
)
func (SetMySettingsRequest_FieldPathSelector) String ¶
func (s SetMySettingsRequest_FieldPathSelector) String() string
type SetMySettingsRequest_FieldPathValue ¶
type SetMySettingsRequest_FieldPathValue interface { SetMySettingsRequest_FieldPath gotenobject.FieldPathValue SetTo(target **SetMySettingsRequest) CompareWith(*SetMySettingsRequest) (cmp int, comparable bool) }
SetMySettingsRequest_FieldPathValue allows storing values for SetMySettingsRequest fields according to their type
func MustParseSetMySettingsRequest_FieldPathValue ¶
func MustParseSetMySettingsRequest_FieldPathValue(pathStr, valueStr string) SetMySettingsRequest_FieldPathValue
func ParseSetMySettingsRequest_FieldPathValue ¶
func ParseSetMySettingsRequest_FieldPathValue(pathStr, valueStr string) (SetMySettingsRequest_FieldPathValue, error)
type SetMySettingsRequest_FieldTerminalPath ¶
type SetMySettingsRequest_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*SetMySettingsRequest_FieldTerminalPath) ClearValue ¶
func (fp *SetMySettingsRequest_FieldTerminalPath) ClearValue(item *SetMySettingsRequest)
func (*SetMySettingsRequest_FieldTerminalPath) ClearValueRaw ¶
func (fp *SetMySettingsRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*SetMySettingsRequest_FieldTerminalPath) Get ¶
func (fp *SetMySettingsRequest_FieldTerminalPath) Get(source *SetMySettingsRequest) (values []interface{})
Get returns all values pointed by specific field from source SetMySettingsRequest
func (*SetMySettingsRequest_FieldTerminalPath) GetDefault ¶
func (fp *SetMySettingsRequest_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*SetMySettingsRequest_FieldTerminalPath) GetRaw ¶
func (fp *SetMySettingsRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*SetMySettingsRequest_FieldTerminalPath) GetSingle ¶
func (fp *SetMySettingsRequest_FieldTerminalPath) GetSingle(source *SetMySettingsRequest) (interface{}, bool)
GetSingle returns value pointed by specific field of from source SetMySettingsRequest
func (*SetMySettingsRequest_FieldTerminalPath) GetSingleRaw ¶
func (fp *SetMySettingsRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*SetMySettingsRequest_FieldTerminalPath) IsLeaf ¶
func (fp *SetMySettingsRequest_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*SetMySettingsRequest_FieldTerminalPath) JSONString ¶
func (fp *SetMySettingsRequest_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*SetMySettingsRequest_FieldTerminalPath) Selector ¶
func (fp *SetMySettingsRequest_FieldTerminalPath) Selector() SetMySettingsRequest_FieldPathSelector
func (*SetMySettingsRequest_FieldTerminalPath) String ¶
func (fp *SetMySettingsRequest_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*SetMySettingsRequest_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *SetMySettingsRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) SetMySettingsRequest_FieldPathArrayItemValue
func (*SetMySettingsRequest_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *SetMySettingsRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) SetMySettingsRequest_FieldPathArrayOfValues
func (*SetMySettingsRequest_FieldTerminalPath) WithIValue ¶
func (fp *SetMySettingsRequest_FieldTerminalPath) WithIValue(value interface{}) SetMySettingsRequest_FieldPathValue
func (*SetMySettingsRequest_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *SetMySettingsRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*SetMySettingsRequest_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *SetMySettingsRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*SetMySettingsRequest_FieldTerminalPath) WithRawIValue ¶
func (fp *SetMySettingsRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type SetMySettingsRequest_FieldTerminalPathArrayItemValue ¶
type SetMySettingsRequest_FieldTerminalPathArrayItemValue struct { SetMySettingsRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*SetMySettingsRequest_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *SetMySettingsRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *SetMySettingsRequest) bool
Contains returns a boolean indicating if value that is being held is present in given 'SetMySettingsRequest'
func (*SetMySettingsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *SetMySettingsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object SetMySettingsRequest as interface{}
func (*SetMySettingsRequest_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *SetMySettingsRequest_FieldTerminalPathArrayItemValue) GetSingle(source *SetMySettingsRequest) (interface{}, bool)
func (*SetMySettingsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *SetMySettingsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type SetMySettingsRequest_FieldTerminalPathArrayOfValues ¶
type SetMySettingsRequest_FieldTerminalPathArrayOfValues struct { SetMySettingsRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*SetMySettingsRequest_FieldTerminalPathArrayOfValues) AsSettingsArrayOfValues ¶
func (fpaov *SetMySettingsRequest_FieldTerminalPathArrayOfValues) AsSettingsArrayOfValues() ([]map[string]string, bool)
func (*SetMySettingsRequest_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *SetMySettingsRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type SetMySettingsRequest_FieldTerminalPathValue ¶
type SetMySettingsRequest_FieldTerminalPathValue struct { SetMySettingsRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*SetMySettingsRequest_FieldTerminalPathValue) AsSettingsValue ¶
func (fpv *SetMySettingsRequest_FieldTerminalPathValue) AsSettingsValue() (map[string]string, bool)
func (*SetMySettingsRequest_FieldTerminalPathValue) CompareWith ¶
func (fpv *SetMySettingsRequest_FieldTerminalPathValue) CompareWith(source *SetMySettingsRequest) (int, bool)
CompareWith compares value in the 'SetMySettingsRequest_FieldTerminalPathValue' with the value under path in 'SetMySettingsRequest'.
func (*SetMySettingsRequest_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *SetMySettingsRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*SetMySettingsRequest_FieldTerminalPathValue) GetRawValue ¶
func (fpv *SetMySettingsRequest_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'SetMySettingsRequest' as interface{}
func (*SetMySettingsRequest_FieldTerminalPathValue) SetTo ¶
func (fpv *SetMySettingsRequest_FieldTerminalPathValue) SetTo(target **SetMySettingsRequest)
SetTo stores value for selected field for object SetMySettingsRequest
func (*SetMySettingsRequest_FieldTerminalPathValue) SetToRaw ¶
func (fpv *SetMySettingsRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
type UpdateUserRequest ¶
type UpdateUserRequest struct { // User resource body User *user.User `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty" firestore:"user"` // FieldMask applied to request - change will be applied only for fields in // the mask UpdateMask *user.User_FieldMask `` /* 140-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 *UpdateUserRequest_CAS `protobuf:"bytes,4,opt,name=cas,proto3" json:"cas,omitempty" firestore:"cas"` // contains filtered or unexported fields }
Request message for method [UpdateUser][ntt.iam.v1alpha.UpdateUser]
func (*UpdateUserRequest) Clone ¶
func (o *UpdateUserRequest) Clone() *UpdateUserRequest
func (*UpdateUserRequest) CloneRaw ¶
func (o *UpdateUserRequest) CloneRaw() gotenobject.GotenObjectExt
func (*UpdateUserRequest) Descriptor ¶
func (*UpdateUserRequest) Descriptor() ([]byte, []int)
Deprecated, Use UpdateUserRequest.ProtoReflect.Descriptor instead.
func (*UpdateUserRequest) GetCas ¶
func (m *UpdateUserRequest) GetCas() *UpdateUserRequest_CAS
func (*UpdateUserRequest) GetUpdateMask ¶
func (m *UpdateUserRequest) GetUpdateMask() *user.User_FieldMask
func (*UpdateUserRequest) GetUser ¶
func (m *UpdateUserRequest) GetUser() *user.User
func (*UpdateUserRequest) GotenMessage ¶
func (*UpdateUserRequest) GotenMessage()
func (*UpdateUserRequest) GotenObjectExt ¶
func (o *UpdateUserRequest) GotenObjectExt()
func (*UpdateUserRequest) GotenValidate ¶
func (obj *UpdateUserRequest) GotenValidate() error
func (*UpdateUserRequest) MakeDiffFieldMask ¶
func (o *UpdateUserRequest) MakeDiffFieldMask(other *UpdateUserRequest) *UpdateUserRequest_FieldMask
func (*UpdateUserRequest) MakeFullFieldMask ¶
func (o *UpdateUserRequest) MakeFullFieldMask() *UpdateUserRequest_FieldMask
func (*UpdateUserRequest) MakeRawDiffFieldMask ¶
func (o *UpdateUserRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*UpdateUserRequest) MakeRawFullFieldMask ¶
func (o *UpdateUserRequest) MakeRawFullFieldMask() gotenobject.FieldMask
func (*UpdateUserRequest) Marshal ¶
func (m *UpdateUserRequest) Marshal() ([]byte, error)
func (*UpdateUserRequest) MarshalJSON ¶
func (m *UpdateUserRequest) MarshalJSON() ([]byte, error)
func (*UpdateUserRequest) Merge ¶
func (o *UpdateUserRequest) Merge(source *UpdateUserRequest)
func (*UpdateUserRequest) MergeRaw ¶
func (o *UpdateUserRequest) MergeRaw(source gotenobject.GotenObjectExt)
func (*UpdateUserRequest) ProtoMessage ¶
func (*UpdateUserRequest) ProtoMessage()
func (*UpdateUserRequest) ProtoReflect ¶
func (m *UpdateUserRequest) ProtoReflect() preflect.Message
func (*UpdateUserRequest) Reset ¶
func (m *UpdateUserRequest) Reset()
func (*UpdateUserRequest) SetCas ¶
func (m *UpdateUserRequest) SetCas(fv *UpdateUserRequest_CAS)
func (*UpdateUserRequest) SetUpdateMask ¶
func (m *UpdateUserRequest) SetUpdateMask(fv *user.User_FieldMask)
func (*UpdateUserRequest) SetUser ¶
func (m *UpdateUserRequest) SetUser(fv *user.User)
func (*UpdateUserRequest) String ¶
func (m *UpdateUserRequest) String() string
func (*UpdateUserRequest) Unmarshal ¶
func (m *UpdateUserRequest) Unmarshal(b []byte) error
func (*UpdateUserRequest) UnmarshalJSON ¶
func (m *UpdateUserRequest) UnmarshalJSON(data []byte) error
type UpdateUserRequestCASFieldPathBuilder ¶
type UpdateUserRequestCASFieldPathBuilder struct{}
func NewUpdateUserRequestCASFieldPathBuilder ¶
func NewUpdateUserRequestCASFieldPathBuilder() UpdateUserRequestCASFieldPathBuilder
func (UpdateUserRequestCASFieldPathBuilder) ConditionalState ¶
func (UpdateUserRequestCASFieldPathBuilder) ConditionalState() UpdateUserRequest_CASPathSelectorConditionalState
func (UpdateUserRequestCASFieldPathBuilder) FieldMask ¶
func (UpdateUserRequestCASFieldPathBuilder) FieldMask() UpdateUserRequest_CASPathSelectorFieldMask
type UpdateUserRequestCAS_FieldPath ¶
type UpdateUserRequestCAS_FieldPath interface { gotenobject.FieldPath Selector() UpdateUserRequestCAS_FieldPathSelector Get(source *UpdateUserRequest_CAS) []interface{} GetSingle(source *UpdateUserRequest_CAS) (interface{}, bool) ClearValue(item *UpdateUserRequest_CAS) // Those methods build corresponding UpdateUserRequestCAS_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) UpdateUserRequestCAS_FieldPathValue WithIArrayOfValues(values interface{}) UpdateUserRequestCAS_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) UpdateUserRequestCAS_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildUpdateUserRequestCAS_FieldPath ¶
func BuildUpdateUserRequestCAS_FieldPath(fp gotenobject.RawFieldPath) (UpdateUserRequestCAS_FieldPath, error)
func MustParseUpdateUserRequestCAS_FieldPath ¶
func MustParseUpdateUserRequestCAS_FieldPath(rawField string) UpdateUserRequestCAS_FieldPath
func ParseUpdateUserRequestCAS_FieldPath ¶
func ParseUpdateUserRequestCAS_FieldPath(rawField string) (UpdateUserRequestCAS_FieldPath, error)
type UpdateUserRequestCAS_FieldPathArrayItemValue ¶
type UpdateUserRequestCAS_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue UpdateUserRequestCAS_FieldPath ContainsValue(*UpdateUserRequest_CAS) bool }
UpdateUserRequestCAS_FieldPathArrayItemValue allows storing single item in Path-specific values for CAS according to their type Present only for array (repeated) types.
func MustParseUpdateUserRequestCAS_FieldPathArrayItemValue ¶
func MustParseUpdateUserRequestCAS_FieldPathArrayItemValue(pathStr, valueStr string) UpdateUserRequestCAS_FieldPathArrayItemValue
func ParseUpdateUserRequestCAS_FieldPathArrayItemValue ¶
func ParseUpdateUserRequestCAS_FieldPathArrayItemValue(pathStr, valueStr string) (UpdateUserRequestCAS_FieldPathArrayItemValue, error)
ParseUpdateUserRequestCAS_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type UpdateUserRequestCAS_FieldPathArrayOfValues ¶
type UpdateUserRequestCAS_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues UpdateUserRequestCAS_FieldPath }
UpdateUserRequestCAS_FieldPathArrayOfValues allows storing slice of values for CAS fields according to their type
func MustParseUpdateUserRequestCAS_FieldPathArrayOfValues ¶
func MustParseUpdateUserRequestCAS_FieldPathArrayOfValues(pathStr, valuesStr string) UpdateUserRequestCAS_FieldPathArrayOfValues
func ParseUpdateUserRequestCAS_FieldPathArrayOfValues ¶
func ParseUpdateUserRequestCAS_FieldPathArrayOfValues(pathStr, valuesStr string) (UpdateUserRequestCAS_FieldPathArrayOfValues, error)
type UpdateUserRequestCAS_FieldPathSelector ¶
type UpdateUserRequestCAS_FieldPathSelector int32
const ( UpdateUserRequestCAS_FieldPathSelectorConditionalState UpdateUserRequestCAS_FieldPathSelector = 0 UpdateUserRequestCAS_FieldPathSelectorFieldMask UpdateUserRequestCAS_FieldPathSelector = 1 )
func (UpdateUserRequestCAS_FieldPathSelector) String ¶
func (s UpdateUserRequestCAS_FieldPathSelector) String() string
type UpdateUserRequestCAS_FieldPathValue ¶
type UpdateUserRequestCAS_FieldPathValue interface { UpdateUserRequestCAS_FieldPath gotenobject.FieldPathValue SetTo(target **UpdateUserRequest_CAS) CompareWith(*UpdateUserRequest_CAS) (cmp int, comparable bool) }
UpdateUserRequestCAS_FieldPathValue allows storing values for CAS fields according to their type
func MustParseUpdateUserRequestCAS_FieldPathValue ¶
func MustParseUpdateUserRequestCAS_FieldPathValue(pathStr, valueStr string) UpdateUserRequestCAS_FieldPathValue
func ParseUpdateUserRequestCAS_FieldPathValue ¶
func ParseUpdateUserRequestCAS_FieldPathValue(pathStr, valueStr string) (UpdateUserRequestCAS_FieldPathValue, error)
type UpdateUserRequestCAS_FieldSubPath ¶
type UpdateUserRequestCAS_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*UpdateUserRequestCAS_FieldSubPath) AsConditionalStateSubPath ¶
func (fps *UpdateUserRequestCAS_FieldSubPath) AsConditionalStateSubPath() (user.User_FieldPath, bool)
func (*UpdateUserRequestCAS_FieldSubPath) ClearValue ¶
func (fps *UpdateUserRequestCAS_FieldSubPath) ClearValue(item *UpdateUserRequest_CAS)
func (*UpdateUserRequestCAS_FieldSubPath) ClearValueRaw ¶
func (fps *UpdateUserRequestCAS_FieldSubPath) ClearValueRaw(item proto.Message)
func (*UpdateUserRequestCAS_FieldSubPath) Get ¶
func (fps *UpdateUserRequestCAS_FieldSubPath) Get(source *UpdateUserRequest_CAS) (values []interface{})
Get returns all values pointed by selected field from source UpdateUserRequest_CAS
func (*UpdateUserRequestCAS_FieldSubPath) GetDefault ¶
func (fps *UpdateUserRequestCAS_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*UpdateUserRequestCAS_FieldSubPath) GetRaw ¶
func (fps *UpdateUserRequestCAS_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*UpdateUserRequestCAS_FieldSubPath) GetSingle ¶
func (fps *UpdateUserRequestCAS_FieldSubPath) GetSingle(source *UpdateUserRequest_CAS) (interface{}, bool)
GetSingle returns value of selected field from source UpdateUserRequest_CAS
func (*UpdateUserRequestCAS_FieldSubPath) GetSingleRaw ¶
func (fps *UpdateUserRequestCAS_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*UpdateUserRequestCAS_FieldSubPath) IsLeaf ¶
func (fps *UpdateUserRequestCAS_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*UpdateUserRequestCAS_FieldSubPath) JSONString ¶
func (fps *UpdateUserRequestCAS_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*UpdateUserRequestCAS_FieldSubPath) Selector ¶
func (fps *UpdateUserRequestCAS_FieldSubPath) Selector() UpdateUserRequestCAS_FieldPathSelector
func (*UpdateUserRequestCAS_FieldSubPath) String ¶
func (fps *UpdateUserRequestCAS_FieldSubPath) String() string
String returns path representation in proto convention
func (*UpdateUserRequestCAS_FieldSubPath) WithIArrayItemValue ¶
func (fps *UpdateUserRequestCAS_FieldSubPath) WithIArrayItemValue(value interface{}) UpdateUserRequestCAS_FieldPathArrayItemValue
func (*UpdateUserRequestCAS_FieldSubPath) WithIArrayOfValues ¶
func (fps *UpdateUserRequestCAS_FieldSubPath) WithIArrayOfValues(values interface{}) UpdateUserRequestCAS_FieldPathArrayOfValues
func (*UpdateUserRequestCAS_FieldSubPath) WithIValue ¶
func (fps *UpdateUserRequestCAS_FieldSubPath) WithIValue(value interface{}) UpdateUserRequestCAS_FieldPathValue
func (*UpdateUserRequestCAS_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *UpdateUserRequestCAS_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*UpdateUserRequestCAS_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *UpdateUserRequestCAS_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*UpdateUserRequestCAS_FieldSubPath) WithRawIValue ¶
func (fps *UpdateUserRequestCAS_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type UpdateUserRequestCAS_FieldSubPathArrayItemValue ¶
type UpdateUserRequestCAS_FieldSubPathArrayItemValue struct { UpdateUserRequestCAS_FieldPath // contains filtered or unexported fields }
func (*UpdateUserRequestCAS_FieldSubPathArrayItemValue) AsConditionalStatePathItemValue ¶
func (fpaivs *UpdateUserRequestCAS_FieldSubPathArrayItemValue) AsConditionalStatePathItemValue() (user.User_FieldPathArrayItemValue, bool)
func (*UpdateUserRequestCAS_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *UpdateUserRequestCAS_FieldSubPathArrayItemValue) ContainsValue(source *UpdateUserRequest_CAS) bool
Contains returns a boolean indicating if value that is being held is present in given 'CAS'
func (*UpdateUserRequestCAS_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *UpdateUserRequestCAS_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type UpdateUserRequestCAS_FieldSubPathArrayOfValues ¶
type UpdateUserRequestCAS_FieldSubPathArrayOfValues struct { UpdateUserRequestCAS_FieldPath // contains filtered or unexported fields }
func (*UpdateUserRequestCAS_FieldSubPathArrayOfValues) AsConditionalStatePathArrayOfValues ¶
func (fpsaov *UpdateUserRequestCAS_FieldSubPathArrayOfValues) AsConditionalStatePathArrayOfValues() (user.User_FieldPathArrayOfValues, bool)
func (*UpdateUserRequestCAS_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *UpdateUserRequestCAS_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type UpdateUserRequestCAS_FieldSubPathValue ¶
type UpdateUserRequestCAS_FieldSubPathValue struct { UpdateUserRequestCAS_FieldPath // contains filtered or unexported fields }
func (*UpdateUserRequestCAS_FieldSubPathValue) AsConditionalStatePathValue ¶
func (fpvs *UpdateUserRequestCAS_FieldSubPathValue) AsConditionalStatePathValue() (user.User_FieldPathValue, bool)
func (*UpdateUserRequestCAS_FieldSubPathValue) CompareWith ¶
func (fpvs *UpdateUserRequestCAS_FieldSubPathValue) CompareWith(source *UpdateUserRequest_CAS) (int, bool)
func (*UpdateUserRequestCAS_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *UpdateUserRequestCAS_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*UpdateUserRequestCAS_FieldSubPathValue) GetRawValue ¶
func (fpvs *UpdateUserRequestCAS_FieldSubPathValue) GetRawValue() interface{}
func (*UpdateUserRequestCAS_FieldSubPathValue) SetTo ¶
func (fpvs *UpdateUserRequestCAS_FieldSubPathValue) SetTo(target **UpdateUserRequest_CAS)
func (*UpdateUserRequestCAS_FieldSubPathValue) SetToRaw ¶
func (fpvs *UpdateUserRequestCAS_FieldSubPathValue) SetToRaw(target proto.Message)
type UpdateUserRequestCAS_FieldTerminalPath ¶
type UpdateUserRequestCAS_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*UpdateUserRequestCAS_FieldTerminalPath) ClearValue ¶
func (fp *UpdateUserRequestCAS_FieldTerminalPath) ClearValue(item *UpdateUserRequest_CAS)
func (*UpdateUserRequestCAS_FieldTerminalPath) ClearValueRaw ¶
func (fp *UpdateUserRequestCAS_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*UpdateUserRequestCAS_FieldTerminalPath) Get ¶
func (fp *UpdateUserRequestCAS_FieldTerminalPath) Get(source *UpdateUserRequest_CAS) (values []interface{})
Get returns all values pointed by specific field from source UpdateUserRequest_CAS
func (*UpdateUserRequestCAS_FieldTerminalPath) GetDefault ¶
func (fp *UpdateUserRequestCAS_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*UpdateUserRequestCAS_FieldTerminalPath) GetRaw ¶
func (fp *UpdateUserRequestCAS_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*UpdateUserRequestCAS_FieldTerminalPath) GetSingle ¶
func (fp *UpdateUserRequestCAS_FieldTerminalPath) GetSingle(source *UpdateUserRequest_CAS) (interface{}, bool)
GetSingle returns value pointed by specific field of from source UpdateUserRequest_CAS
func (*UpdateUserRequestCAS_FieldTerminalPath) GetSingleRaw ¶
func (fp *UpdateUserRequestCAS_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*UpdateUserRequestCAS_FieldTerminalPath) IsLeaf ¶
func (fp *UpdateUserRequestCAS_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*UpdateUserRequestCAS_FieldTerminalPath) JSONString ¶
func (fp *UpdateUserRequestCAS_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*UpdateUserRequestCAS_FieldTerminalPath) Selector ¶
func (fp *UpdateUserRequestCAS_FieldTerminalPath) Selector() UpdateUserRequestCAS_FieldPathSelector
func (*UpdateUserRequestCAS_FieldTerminalPath) String ¶
func (fp *UpdateUserRequestCAS_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*UpdateUserRequestCAS_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *UpdateUserRequestCAS_FieldTerminalPath) WithIArrayItemValue(value interface{}) UpdateUserRequestCAS_FieldPathArrayItemValue
func (*UpdateUserRequestCAS_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *UpdateUserRequestCAS_FieldTerminalPath) WithIArrayOfValues(values interface{}) UpdateUserRequestCAS_FieldPathArrayOfValues
func (*UpdateUserRequestCAS_FieldTerminalPath) WithIValue ¶
func (fp *UpdateUserRequestCAS_FieldTerminalPath) WithIValue(value interface{}) UpdateUserRequestCAS_FieldPathValue
func (*UpdateUserRequestCAS_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *UpdateUserRequestCAS_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*UpdateUserRequestCAS_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *UpdateUserRequestCAS_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*UpdateUserRequestCAS_FieldTerminalPath) WithRawIValue ¶
func (fp *UpdateUserRequestCAS_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type UpdateUserRequestCAS_FieldTerminalPathArrayItemValue ¶
type UpdateUserRequestCAS_FieldTerminalPathArrayItemValue struct { UpdateUserRequestCAS_FieldTerminalPath // contains filtered or unexported fields }
func (*UpdateUserRequestCAS_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *UpdateUserRequestCAS_FieldTerminalPathArrayItemValue) ContainsValue(source *UpdateUserRequest_CAS) bool
Contains returns a boolean indicating if value that is being held is present in given 'CAS'
func (*UpdateUserRequestCAS_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *UpdateUserRequestCAS_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object UpdateUserRequest_CAS as interface{}
func (*UpdateUserRequestCAS_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *UpdateUserRequestCAS_FieldTerminalPathArrayItemValue) GetSingle(source *UpdateUserRequest_CAS) (interface{}, bool)
func (*UpdateUserRequestCAS_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *UpdateUserRequestCAS_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type UpdateUserRequestCAS_FieldTerminalPathArrayOfValues ¶
type UpdateUserRequestCAS_FieldTerminalPathArrayOfValues struct { UpdateUserRequestCAS_FieldTerminalPath // contains filtered or unexported fields }
func (*UpdateUserRequestCAS_FieldTerminalPathArrayOfValues) AsConditionalStateArrayOfValues ¶
func (fpaov *UpdateUserRequestCAS_FieldTerminalPathArrayOfValues) AsConditionalStateArrayOfValues() ([]*user.User, bool)
func (*UpdateUserRequestCAS_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues ¶
func (fpaov *UpdateUserRequestCAS_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*user.User_FieldMask, bool)
func (*UpdateUserRequestCAS_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *UpdateUserRequestCAS_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type UpdateUserRequestCAS_FieldTerminalPathValue ¶
type UpdateUserRequestCAS_FieldTerminalPathValue struct { UpdateUserRequestCAS_FieldTerminalPath // contains filtered or unexported fields }
func (*UpdateUserRequestCAS_FieldTerminalPathValue) AsConditionalStateValue ¶
func (fpv *UpdateUserRequestCAS_FieldTerminalPathValue) AsConditionalStateValue() (*user.User, bool)
func (*UpdateUserRequestCAS_FieldTerminalPathValue) AsFieldMaskValue ¶
func (fpv *UpdateUserRequestCAS_FieldTerminalPathValue) AsFieldMaskValue() (*user.User_FieldMask, bool)
func (*UpdateUserRequestCAS_FieldTerminalPathValue) CompareWith ¶
func (fpv *UpdateUserRequestCAS_FieldTerminalPathValue) CompareWith(source *UpdateUserRequest_CAS) (int, bool)
CompareWith compares value in the 'UpdateUserRequestCAS_FieldTerminalPathValue' with the value under path in 'UpdateUserRequest_CAS'.
func (*UpdateUserRequestCAS_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *UpdateUserRequestCAS_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*UpdateUserRequestCAS_FieldTerminalPathValue) GetRawValue ¶
func (fpv *UpdateUserRequestCAS_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'CAS' as interface{}
func (*UpdateUserRequestCAS_FieldTerminalPathValue) SetTo ¶
func (fpv *UpdateUserRequestCAS_FieldTerminalPathValue) SetTo(target **UpdateUserRequest_CAS)
SetTo stores value for selected field for object CAS
func (*UpdateUserRequestCAS_FieldTerminalPathValue) SetToRaw ¶
func (fpv *UpdateUserRequestCAS_FieldTerminalPathValue) SetToRaw(target proto.Message)
type UpdateUserRequestFieldPathBuilder ¶
type UpdateUserRequestFieldPathBuilder struct{}
func NewUpdateUserRequestFieldPathBuilder ¶
func NewUpdateUserRequestFieldPathBuilder() UpdateUserRequestFieldPathBuilder
func (UpdateUserRequestFieldPathBuilder) UpdateMask ¶
func (UpdateUserRequestFieldPathBuilder) UpdateMask() UpdateUserRequestPathSelectorUpdateMask
type UpdateUserRequestMapPathSelectorCasConditionalStateMetadataAnnotations ¶
type UpdateUserRequestMapPathSelectorCasConditionalStateMetadataAnnotations struct {
// contains filtered or unexported fields
}
func (UpdateUserRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues ¶
func (s UpdateUserRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues(values []string) *UpdateUserRequest_FieldSubPathArrayOfValues
func (UpdateUserRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithValue ¶
func (s UpdateUserRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithValue(value string) *UpdateUserRequest_FieldSubPathValue
type UpdateUserRequestMapPathSelectorCasConditionalStateMetadataLabels ¶
type UpdateUserRequestMapPathSelectorCasConditionalStateMetadataLabels struct {
// contains filtered or unexported fields
}
func (UpdateUserRequestMapPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues ¶
func (s UpdateUserRequestMapPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues(values []string) *UpdateUserRequest_FieldSubPathArrayOfValues
func (UpdateUserRequestMapPathSelectorCasConditionalStateMetadataLabels) WithValue ¶
func (s UpdateUserRequestMapPathSelectorCasConditionalStateMetadataLabels) WithValue(value string) *UpdateUserRequest_FieldSubPathValue
type UpdateUserRequestMapPathSelectorCasConditionalStateMetadataShards ¶
type UpdateUserRequestMapPathSelectorCasConditionalStateMetadataShards struct {
// contains filtered or unexported fields
}
func (UpdateUserRequestMapPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues ¶
func (s UpdateUserRequestMapPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues(values []int64) *UpdateUserRequest_FieldSubPathArrayOfValues
func (UpdateUserRequestMapPathSelectorCasConditionalStateMetadataShards) WithValue ¶
func (s UpdateUserRequestMapPathSelectorCasConditionalStateMetadataShards) WithValue(value int64) *UpdateUserRequest_FieldSubPathValue
type UpdateUserRequestMapPathSelectorCasConditionalStateSettings ¶
type UpdateUserRequestMapPathSelectorCasConditionalStateSettings struct {
// contains filtered or unexported fields
}
func (UpdateUserRequestMapPathSelectorCasConditionalStateSettings) FieldPath ¶
func (s UpdateUserRequestMapPathSelectorCasConditionalStateSettings) FieldPath() *UpdateUserRequest_FieldSubPath
func (UpdateUserRequestMapPathSelectorCasConditionalStateSettings) WithArrayOfValues ¶
func (s UpdateUserRequestMapPathSelectorCasConditionalStateSettings) WithArrayOfValues(values []string) *UpdateUserRequest_FieldSubPathArrayOfValues
func (UpdateUserRequestMapPathSelectorCasConditionalStateSettings) WithValue ¶
func (s UpdateUserRequestMapPathSelectorCasConditionalStateSettings) WithValue(value string) *UpdateUserRequest_FieldSubPathValue
type UpdateUserRequestMapPathSelectorUserMetadataAnnotations ¶
type UpdateUserRequestMapPathSelectorUserMetadataAnnotations struct {
// contains filtered or unexported fields
}
func (UpdateUserRequestMapPathSelectorUserMetadataAnnotations) FieldPath ¶
func (s UpdateUserRequestMapPathSelectorUserMetadataAnnotations) FieldPath() *UpdateUserRequest_FieldSubPath
func (UpdateUserRequestMapPathSelectorUserMetadataAnnotations) WithArrayOfValues ¶
func (s UpdateUserRequestMapPathSelectorUserMetadataAnnotations) WithArrayOfValues(values []string) *UpdateUserRequest_FieldSubPathArrayOfValues
func (UpdateUserRequestMapPathSelectorUserMetadataAnnotations) WithValue ¶
func (s UpdateUserRequestMapPathSelectorUserMetadataAnnotations) WithValue(value string) *UpdateUserRequest_FieldSubPathValue
type UpdateUserRequestMapPathSelectorUserMetadataLabels ¶
type UpdateUserRequestMapPathSelectorUserMetadataLabels struct {
// contains filtered or unexported fields
}
func (UpdateUserRequestMapPathSelectorUserMetadataLabels) FieldPath ¶
func (s UpdateUserRequestMapPathSelectorUserMetadataLabels) FieldPath() *UpdateUserRequest_FieldSubPath
func (UpdateUserRequestMapPathSelectorUserMetadataLabels) WithArrayOfValues ¶
func (s UpdateUserRequestMapPathSelectorUserMetadataLabels) WithArrayOfValues(values []string) *UpdateUserRequest_FieldSubPathArrayOfValues
func (UpdateUserRequestMapPathSelectorUserMetadataLabels) WithValue ¶
func (s UpdateUserRequestMapPathSelectorUserMetadataLabels) WithValue(value string) *UpdateUserRequest_FieldSubPathValue
type UpdateUserRequestMapPathSelectorUserMetadataShards ¶
type UpdateUserRequestMapPathSelectorUserMetadataShards struct {
// contains filtered or unexported fields
}
func (UpdateUserRequestMapPathSelectorUserMetadataShards) FieldPath ¶
func (s UpdateUserRequestMapPathSelectorUserMetadataShards) FieldPath() *UpdateUserRequest_FieldSubPath
func (UpdateUserRequestMapPathSelectorUserMetadataShards) WithArrayOfValues ¶
func (s UpdateUserRequestMapPathSelectorUserMetadataShards) WithArrayOfValues(values []int64) *UpdateUserRequest_FieldSubPathArrayOfValues
func (UpdateUserRequestMapPathSelectorUserMetadataShards) WithValue ¶
func (s UpdateUserRequestMapPathSelectorUserMetadataShards) WithValue(value int64) *UpdateUserRequest_FieldSubPathValue
type UpdateUserRequestMapPathSelectorUserSettings ¶
type UpdateUserRequestMapPathSelectorUserSettings struct {
// contains filtered or unexported fields
}
func (UpdateUserRequestMapPathSelectorUserSettings) FieldPath ¶
func (s UpdateUserRequestMapPathSelectorUserSettings) FieldPath() *UpdateUserRequest_FieldSubPath
func (UpdateUserRequestMapPathSelectorUserSettings) WithArrayOfValues ¶
func (s UpdateUserRequestMapPathSelectorUserSettings) WithArrayOfValues(values []string) *UpdateUserRequest_FieldSubPathArrayOfValues
func (UpdateUserRequestMapPathSelectorUserSettings) WithValue ¶
func (s UpdateUserRequestMapPathSelectorUserSettings) WithValue(value string) *UpdateUserRequest_FieldSubPathValue
type UpdateUserRequestPathSelectorCas ¶
type UpdateUserRequestPathSelectorCas struct{}
func (UpdateUserRequestPathSelectorCas) ConditionalState ¶
func (UpdateUserRequestPathSelectorCas) ConditionalState() UpdateUserRequestPathSelectorCasConditionalState
func (UpdateUserRequestPathSelectorCas) FieldMask ¶
func (UpdateUserRequestPathSelectorCas) FieldMask() UpdateUserRequestPathSelectorCasFieldMask
func (UpdateUserRequestPathSelectorCas) FieldPath ¶
func (UpdateUserRequestPathSelectorCas) FieldPath() *UpdateUserRequest_FieldTerminalPath
func (UpdateUserRequestPathSelectorCas) WithArrayOfValues ¶
func (s UpdateUserRequestPathSelectorCas) WithArrayOfValues(values []*UpdateUserRequest_CAS) *UpdateUserRequest_FieldTerminalPathArrayOfValues
func (UpdateUserRequestPathSelectorCas) WithSubArrayItemValue ¶
func (s UpdateUserRequestPathSelectorCas) WithSubArrayItemValue(subPathArrayItemValue UpdateUserRequestCAS_FieldPathArrayItemValue) *UpdateUserRequest_FieldSubPathArrayItemValue
func (UpdateUserRequestPathSelectorCas) WithSubArrayOfValues ¶
func (s UpdateUserRequestPathSelectorCas) WithSubArrayOfValues(subPathArrayOfValues UpdateUserRequestCAS_FieldPathArrayOfValues) *UpdateUserRequest_FieldSubPathArrayOfValues
func (UpdateUserRequestPathSelectorCas) WithSubPath ¶
func (UpdateUserRequestPathSelectorCas) WithSubPath(subPath UpdateUserRequestCAS_FieldPath) *UpdateUserRequest_FieldSubPath
func (UpdateUserRequestPathSelectorCas) WithSubValue ¶
func (s UpdateUserRequestPathSelectorCas) WithSubValue(subPathValue UpdateUserRequestCAS_FieldPathValue) *UpdateUserRequest_FieldSubPathValue
func (UpdateUserRequestPathSelectorCas) WithValue ¶
func (s UpdateUserRequestPathSelectorCas) WithValue(value *UpdateUserRequest_CAS) *UpdateUserRequest_FieldTerminalPathValue
type UpdateUserRequestPathSelectorCasConditionalState ¶
type UpdateUserRequestPathSelectorCasConditionalState struct{}
func (UpdateUserRequestPathSelectorCasConditionalState) EmailVerified ¶
func (UpdateUserRequestPathSelectorCasConditionalState) FieldPath ¶
func (UpdateUserRequestPathSelectorCasConditionalState) FieldPath() *UpdateUserRequest_FieldSubPath
func (UpdateUserRequestPathSelectorCasConditionalState) RefreshedTime ¶
func (UpdateUserRequestPathSelectorCasConditionalState) WithArrayOfValues ¶
func (s UpdateUserRequestPathSelectorCasConditionalState) WithArrayOfValues(values []*user.User) *UpdateUserRequest_FieldSubPathArrayOfValues
func (UpdateUserRequestPathSelectorCasConditionalState) WithValue ¶
func (s UpdateUserRequestPathSelectorCasConditionalState) WithValue(value *user.User) *UpdateUserRequest_FieldSubPathValue
type UpdateUserRequestPathSelectorCasConditionalStateAuthInfo ¶
type UpdateUserRequestPathSelectorCasConditionalStateAuthInfo struct{}
func (UpdateUserRequestPathSelectorCasConditionalStateAuthInfo) WithArrayOfValues ¶
func (s UpdateUserRequestPathSelectorCasConditionalStateAuthInfo) WithArrayOfValues(values []*user.User_AuthInfo) *UpdateUserRequest_FieldSubPathArrayOfValues
func (UpdateUserRequestPathSelectorCasConditionalStateAuthInfo) WithValue ¶
func (s UpdateUserRequestPathSelectorCasConditionalStateAuthInfo) WithValue(value *user.User_AuthInfo) *UpdateUserRequest_FieldSubPathValue
type UpdateUserRequestPathSelectorCasConditionalStateAuthInfoId ¶
type UpdateUserRequestPathSelectorCasConditionalStateAuthInfoId struct{}
func (UpdateUserRequestPathSelectorCasConditionalStateAuthInfoId) WithArrayOfValues ¶
func (s UpdateUserRequestPathSelectorCasConditionalStateAuthInfoId) WithArrayOfValues(values []string) *UpdateUserRequest_FieldSubPathArrayOfValues
func (UpdateUserRequestPathSelectorCasConditionalStateAuthInfoId) WithValue ¶
func (s UpdateUserRequestPathSelectorCasConditionalStateAuthInfoId) WithValue(value string) *UpdateUserRequest_FieldSubPathValue
type UpdateUserRequestPathSelectorCasConditionalStateAuthInfoProvider ¶
type UpdateUserRequestPathSelectorCasConditionalStateAuthInfoProvider struct{}
func (UpdateUserRequestPathSelectorCasConditionalStateAuthInfoProvider) WithArrayOfValues ¶
func (s UpdateUserRequestPathSelectorCasConditionalStateAuthInfoProvider) WithArrayOfValues(values []string) *UpdateUserRequest_FieldSubPathArrayOfValues
func (UpdateUserRequestPathSelectorCasConditionalStateAuthInfoProvider) WithValue ¶
func (s UpdateUserRequestPathSelectorCasConditionalStateAuthInfoProvider) WithValue(value string) *UpdateUserRequest_FieldSubPathValue
type UpdateUserRequestPathSelectorCasConditionalStateEmail ¶
type UpdateUserRequestPathSelectorCasConditionalStateEmail struct{}
func (UpdateUserRequestPathSelectorCasConditionalStateEmail) FieldPath ¶
func (UpdateUserRequestPathSelectorCasConditionalStateEmail) FieldPath() *UpdateUserRequest_FieldSubPath
func (UpdateUserRequestPathSelectorCasConditionalStateEmail) WithArrayOfValues ¶
func (s UpdateUserRequestPathSelectorCasConditionalStateEmail) WithArrayOfValues(values []string) *UpdateUserRequest_FieldSubPathArrayOfValues
func (UpdateUserRequestPathSelectorCasConditionalStateEmail) WithValue ¶
func (s UpdateUserRequestPathSelectorCasConditionalStateEmail) WithValue(value string) *UpdateUserRequest_FieldSubPathValue
type UpdateUserRequestPathSelectorCasConditionalStateEmailVerified ¶
type UpdateUserRequestPathSelectorCasConditionalStateEmailVerified struct{}
func (UpdateUserRequestPathSelectorCasConditionalStateEmailVerified) WithArrayOfValues ¶
func (s UpdateUserRequestPathSelectorCasConditionalStateEmailVerified) WithArrayOfValues(values []bool) *UpdateUserRequest_FieldSubPathArrayOfValues
func (UpdateUserRequestPathSelectorCasConditionalStateEmailVerified) WithValue ¶
func (s UpdateUserRequestPathSelectorCasConditionalStateEmailVerified) WithValue(value bool) *UpdateUserRequest_FieldSubPathValue
type UpdateUserRequestPathSelectorCasConditionalStateFullName ¶
type UpdateUserRequestPathSelectorCasConditionalStateFullName struct{}
func (UpdateUserRequestPathSelectorCasConditionalStateFullName) WithArrayOfValues ¶
func (s UpdateUserRequestPathSelectorCasConditionalStateFullName) WithArrayOfValues(values []string) *UpdateUserRequest_FieldSubPathArrayOfValues
func (UpdateUserRequestPathSelectorCasConditionalStateFullName) WithValue ¶
func (s UpdateUserRequestPathSelectorCasConditionalStateFullName) WithValue(value string) *UpdateUserRequest_FieldSubPathValue
type UpdateUserRequestPathSelectorCasConditionalStateMetadata ¶
type UpdateUserRequestPathSelectorCasConditionalStateMetadata struct{}
func (UpdateUserRequestPathSelectorCasConditionalStateMetadata) Annotations ¶
func (UpdateUserRequestPathSelectorCasConditionalStateMetadata) CreateTime ¶
func (UpdateUserRequestPathSelectorCasConditionalStateMetadata) Generation ¶
func (UpdateUserRequestPathSelectorCasConditionalStateMetadata) OwnerReferences ¶
func (UpdateUserRequestPathSelectorCasConditionalStateMetadata) ResourceVersion ¶
func (UpdateUserRequestPathSelectorCasConditionalStateMetadata) UpdateTime ¶
func (UpdateUserRequestPathSelectorCasConditionalStateMetadata) WithArrayOfValues ¶
func (s UpdateUserRequestPathSelectorCasConditionalStateMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *UpdateUserRequest_FieldSubPathArrayOfValues
func (UpdateUserRequestPathSelectorCasConditionalStateMetadata) WithValue ¶
func (s UpdateUserRequestPathSelectorCasConditionalStateMetadata) WithValue(value *ntt_meta.Meta) *UpdateUserRequest_FieldSubPathValue
type UpdateUserRequestPathSelectorCasConditionalStateMetadataAnnotations ¶
type UpdateUserRequestPathSelectorCasConditionalStateMetadataAnnotations struct{}
func (UpdateUserRequestPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues ¶
func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues(values []map[string]string) *UpdateUserRequest_FieldSubPathArrayOfValues
func (UpdateUserRequestPathSelectorCasConditionalStateMetadataAnnotations) WithValue ¶
func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataAnnotations) WithValue(value map[string]string) *UpdateUserRequest_FieldSubPathValue
type UpdateUserRequestPathSelectorCasConditionalStateMetadataCreateTime ¶
type UpdateUserRequestPathSelectorCasConditionalStateMetadataCreateTime struct{}
func (UpdateUserRequestPathSelectorCasConditionalStateMetadataCreateTime) WithArrayOfValues ¶
func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateUserRequest_FieldSubPathArrayOfValues
func (UpdateUserRequestPathSelectorCasConditionalStateMetadataCreateTime) WithValue ¶
func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataCreateTime) WithValue(value *timestamp.Timestamp) *UpdateUserRequest_FieldSubPathValue
type UpdateUserRequestPathSelectorCasConditionalStateMetadataGeneration ¶
type UpdateUserRequestPathSelectorCasConditionalStateMetadataGeneration struct{}
func (UpdateUserRequestPathSelectorCasConditionalStateMetadataGeneration) WithArrayOfValues ¶
func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataGeneration) WithArrayOfValues(values []int64) *UpdateUserRequest_FieldSubPathArrayOfValues
func (UpdateUserRequestPathSelectorCasConditionalStateMetadataGeneration) WithValue ¶
func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataGeneration) WithValue(value int64) *UpdateUserRequest_FieldSubPathValue
type UpdateUserRequestPathSelectorCasConditionalStateMetadataLabels ¶
type UpdateUserRequestPathSelectorCasConditionalStateMetadataLabels struct{}
func (UpdateUserRequestPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues ¶
func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues(values []map[string]string) *UpdateUserRequest_FieldSubPathArrayOfValues
func (UpdateUserRequestPathSelectorCasConditionalStateMetadataLabels) WithValue ¶
func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataLabels) WithValue(value map[string]string) *UpdateUserRequest_FieldSubPathValue
type UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferences ¶
type UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferences struct{}
func (UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferences) ApiVersion ¶
func (UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferences) BlockOwnerDeletion ¶
func (UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferences) Controller ¶
func (UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithArrayOfValues ¶
func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *UpdateUserRequest_FieldSubPathArrayOfValues
func (UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithItemValue ¶
func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *UpdateUserRequest_FieldSubPathArrayItemValue
func (UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithValue ¶
func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *UpdateUserRequest_FieldSubPathValue
type UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesApiVersion ¶
type UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesApiVersion struct{}
func (UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesApiVersion) FieldPath ¶
func (UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesApiVersion) WithArrayOfValues ¶
func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesApiVersion) WithArrayOfValues(values []string) *UpdateUserRequest_FieldSubPathArrayOfValues
type UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion ¶
type UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion struct{}
func (UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) FieldPath ¶
func (UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues ¶
func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *UpdateUserRequest_FieldSubPathArrayOfValues
type UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController ¶
type UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController struct{}
func (UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) FieldPath ¶
func (UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) WithArrayOfValues ¶
func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *UpdateUserRequest_FieldSubPathArrayOfValues
type UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind ¶
type UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind struct{}
func (UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues ¶
func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *UpdateUserRequest_FieldSubPathArrayOfValues
func (UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) WithValue ¶
func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) WithValue(value string) *UpdateUserRequest_FieldSubPathValue
type UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName ¶
type UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName struct{}
func (UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) WithArrayOfValues ¶
func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) WithArrayOfValues(values []string) *UpdateUserRequest_FieldSubPathArrayOfValues
func (UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) WithValue ¶
func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) WithValue(value string) *UpdateUserRequest_FieldSubPathValue
type UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesUid ¶
type UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesUid struct{}
func (UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesUid) WithArrayOfValues ¶
func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesUid) WithArrayOfValues(values []string) *UpdateUserRequest_FieldSubPathArrayOfValues
func (UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesUid) WithValue ¶
func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesUid) WithValue(value string) *UpdateUserRequest_FieldSubPathValue
type UpdateUserRequestPathSelectorCasConditionalStateMetadataResourceVersion ¶
type UpdateUserRequestPathSelectorCasConditionalStateMetadataResourceVersion struct{}
func (UpdateUserRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithArrayOfValues ¶
func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithArrayOfValues(values []string) *UpdateUserRequest_FieldSubPathArrayOfValues
func (UpdateUserRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithValue ¶
func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithValue(value string) *UpdateUserRequest_FieldSubPathValue
type UpdateUserRequestPathSelectorCasConditionalStateMetadataShards ¶
type UpdateUserRequestPathSelectorCasConditionalStateMetadataShards struct{}
func (UpdateUserRequestPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues ¶
func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues(values []map[string]int64) *UpdateUserRequest_FieldSubPathArrayOfValues
func (UpdateUserRequestPathSelectorCasConditionalStateMetadataShards) WithValue ¶
func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataShards) WithValue(value map[string]int64) *UpdateUserRequest_FieldSubPathValue
type UpdateUserRequestPathSelectorCasConditionalStateMetadataSyncing ¶
type UpdateUserRequestPathSelectorCasConditionalStateMetadataSyncing struct{}
func (UpdateUserRequestPathSelectorCasConditionalStateMetadataSyncing) OwningRegion ¶
func (UpdateUserRequestPathSelectorCasConditionalStateMetadataSyncing) WithArrayOfValues ¶
func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataSyncing) WithArrayOfValues(values []*syncing_meta.SyncingMeta) *UpdateUserRequest_FieldSubPathArrayOfValues
func (UpdateUserRequestPathSelectorCasConditionalStateMetadataSyncing) WithValue ¶
func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataSyncing) WithValue(value *syncing_meta.SyncingMeta) *UpdateUserRequest_FieldSubPathValue
type UpdateUserRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion ¶
type UpdateUserRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion struct{}
func (UpdateUserRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues ¶
func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *UpdateUserRequest_FieldSubPathArrayOfValues
func (UpdateUserRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) WithValue ¶
func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) WithValue(value string) *UpdateUserRequest_FieldSubPathValue
type UpdateUserRequestPathSelectorCasConditionalStateMetadataSyncingRegions ¶
type UpdateUserRequestPathSelectorCasConditionalStateMetadataSyncingRegions struct{}
func (UpdateUserRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithArrayOfValues ¶
func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithArrayOfValues(values [][]string) *UpdateUserRequest_FieldSubPathArrayOfValues
func (UpdateUserRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithItemValue ¶
func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithItemValue(value string) *UpdateUserRequest_FieldSubPathArrayItemValue
func (UpdateUserRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithValue ¶
func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithValue(value []string) *UpdateUserRequest_FieldSubPathValue
type UpdateUserRequestPathSelectorCasConditionalStateMetadataTags ¶
type UpdateUserRequestPathSelectorCasConditionalStateMetadataTags struct{}
func (UpdateUserRequestPathSelectorCasConditionalStateMetadataTags) WithArrayOfValues ¶
func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataTags) WithArrayOfValues(values [][]string) *UpdateUserRequest_FieldSubPathArrayOfValues
func (UpdateUserRequestPathSelectorCasConditionalStateMetadataTags) WithItemValue ¶
func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataTags) WithItemValue(value string) *UpdateUserRequest_FieldSubPathArrayItemValue
func (UpdateUserRequestPathSelectorCasConditionalStateMetadataTags) WithValue ¶
func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataTags) WithValue(value []string) *UpdateUserRequest_FieldSubPathValue
type UpdateUserRequestPathSelectorCasConditionalStateMetadataUpdateTime ¶
type UpdateUserRequestPathSelectorCasConditionalStateMetadataUpdateTime struct{}
func (UpdateUserRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithArrayOfValues ¶
func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateUserRequest_FieldSubPathArrayOfValues
func (UpdateUserRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithValue ¶
func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *UpdateUserRequest_FieldSubPathValue
type UpdateUserRequestPathSelectorCasConditionalStateMetadataUuid ¶
type UpdateUserRequestPathSelectorCasConditionalStateMetadataUuid struct{}
func (UpdateUserRequestPathSelectorCasConditionalStateMetadataUuid) WithArrayOfValues ¶
func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataUuid) WithArrayOfValues(values []string) *UpdateUserRequest_FieldSubPathArrayOfValues
func (UpdateUserRequestPathSelectorCasConditionalStateMetadataUuid) WithValue ¶
func (s UpdateUserRequestPathSelectorCasConditionalStateMetadataUuid) WithValue(value string) *UpdateUserRequest_FieldSubPathValue
type UpdateUserRequestPathSelectorCasConditionalStateName ¶
type UpdateUserRequestPathSelectorCasConditionalStateName struct{}
func (UpdateUserRequestPathSelectorCasConditionalStateName) FieldPath ¶
func (UpdateUserRequestPathSelectorCasConditionalStateName) FieldPath() *UpdateUserRequest_FieldSubPath
func (UpdateUserRequestPathSelectorCasConditionalStateName) WithArrayOfValues ¶
func (s UpdateUserRequestPathSelectorCasConditionalStateName) WithArrayOfValues(values []*user.Name) *UpdateUserRequest_FieldSubPathArrayOfValues
func (UpdateUserRequestPathSelectorCasConditionalStateName) WithValue ¶
func (s UpdateUserRequestPathSelectorCasConditionalStateName) WithValue(value *user.Name) *UpdateUserRequest_FieldSubPathValue
type UpdateUserRequestPathSelectorCasConditionalStateRefreshedTime ¶
type UpdateUserRequestPathSelectorCasConditionalStateRefreshedTime struct{}
func (UpdateUserRequestPathSelectorCasConditionalStateRefreshedTime) WithArrayOfValues ¶
func (s UpdateUserRequestPathSelectorCasConditionalStateRefreshedTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateUserRequest_FieldSubPathArrayOfValues
func (UpdateUserRequestPathSelectorCasConditionalStateRefreshedTime) WithValue ¶
func (s UpdateUserRequestPathSelectorCasConditionalStateRefreshedTime) WithValue(value *timestamp.Timestamp) *UpdateUserRequest_FieldSubPathValue
type UpdateUserRequestPathSelectorCasConditionalStateSettings ¶
type UpdateUserRequestPathSelectorCasConditionalStateSettings struct{}
func (UpdateUserRequestPathSelectorCasConditionalStateSettings) WithArrayOfValues ¶
func (s UpdateUserRequestPathSelectorCasConditionalStateSettings) WithArrayOfValues(values []map[string]string) *UpdateUserRequest_FieldSubPathArrayOfValues
func (UpdateUserRequestPathSelectorCasConditionalStateSettings) WithValue ¶
func (s UpdateUserRequestPathSelectorCasConditionalStateSettings) WithValue(value map[string]string) *UpdateUserRequest_FieldSubPathValue
type UpdateUserRequestPathSelectorCasFieldMask ¶
type UpdateUserRequestPathSelectorCasFieldMask struct{}
func (UpdateUserRequestPathSelectorCasFieldMask) FieldPath ¶
func (UpdateUserRequestPathSelectorCasFieldMask) FieldPath() *UpdateUserRequest_FieldSubPath
func (UpdateUserRequestPathSelectorCasFieldMask) WithArrayOfValues ¶
func (s UpdateUserRequestPathSelectorCasFieldMask) WithArrayOfValues(values []*user.User_FieldMask) *UpdateUserRequest_FieldSubPathArrayOfValues
func (UpdateUserRequestPathSelectorCasFieldMask) WithValue ¶
func (s UpdateUserRequestPathSelectorCasFieldMask) WithValue(value *user.User_FieldMask) *UpdateUserRequest_FieldSubPathValue
type UpdateUserRequestPathSelectorUpdateMask ¶
type UpdateUserRequestPathSelectorUpdateMask struct{}
func (UpdateUserRequestPathSelectorUpdateMask) FieldPath ¶
func (UpdateUserRequestPathSelectorUpdateMask) FieldPath() *UpdateUserRequest_FieldTerminalPath
func (UpdateUserRequestPathSelectorUpdateMask) WithArrayOfValues ¶
func (s UpdateUserRequestPathSelectorUpdateMask) WithArrayOfValues(values []*user.User_FieldMask) *UpdateUserRequest_FieldTerminalPathArrayOfValues
func (UpdateUserRequestPathSelectorUpdateMask) WithValue ¶
func (s UpdateUserRequestPathSelectorUpdateMask) WithValue(value *user.User_FieldMask) *UpdateUserRequest_FieldTerminalPathValue
type UpdateUserRequestPathSelectorUser ¶
type UpdateUserRequestPathSelectorUser struct{}
func (UpdateUserRequestPathSelectorUser) AuthInfo ¶
func (UpdateUserRequestPathSelectorUser) AuthInfo() UpdateUserRequestPathSelectorUserAuthInfo
func (UpdateUserRequestPathSelectorUser) EmailVerified ¶
func (UpdateUserRequestPathSelectorUser) EmailVerified() UpdateUserRequestPathSelectorUserEmailVerified
func (UpdateUserRequestPathSelectorUser) FieldPath ¶
func (UpdateUserRequestPathSelectorUser) FieldPath() *UpdateUserRequest_FieldTerminalPath
func (UpdateUserRequestPathSelectorUser) FullName ¶
func (UpdateUserRequestPathSelectorUser) FullName() UpdateUserRequestPathSelectorUserFullName
func (UpdateUserRequestPathSelectorUser) Metadata ¶
func (UpdateUserRequestPathSelectorUser) Metadata() UpdateUserRequestPathSelectorUserMetadata
func (UpdateUserRequestPathSelectorUser) RefreshedTime ¶
func (UpdateUserRequestPathSelectorUser) RefreshedTime() UpdateUserRequestPathSelectorUserRefreshedTime
func (UpdateUserRequestPathSelectorUser) Settings ¶
func (UpdateUserRequestPathSelectorUser) Settings() UpdateUserRequestPathSelectorUserSettings
func (UpdateUserRequestPathSelectorUser) WithArrayOfValues ¶
func (s UpdateUserRequestPathSelectorUser) WithArrayOfValues(values []*user.User) *UpdateUserRequest_FieldTerminalPathArrayOfValues
func (UpdateUserRequestPathSelectorUser) WithSubArrayItemValue ¶
func (s UpdateUserRequestPathSelectorUser) WithSubArrayItemValue(subPathArrayItemValue user.User_FieldPathArrayItemValue) *UpdateUserRequest_FieldSubPathArrayItemValue
func (UpdateUserRequestPathSelectorUser) WithSubArrayOfValues ¶
func (s UpdateUserRequestPathSelectorUser) WithSubArrayOfValues(subPathArrayOfValues user.User_FieldPathArrayOfValues) *UpdateUserRequest_FieldSubPathArrayOfValues
func (UpdateUserRequestPathSelectorUser) WithSubPath ¶
func (UpdateUserRequestPathSelectorUser) WithSubPath(subPath user.User_FieldPath) *UpdateUserRequest_FieldSubPath
func (UpdateUserRequestPathSelectorUser) WithSubValue ¶
func (s UpdateUserRequestPathSelectorUser) WithSubValue(subPathValue user.User_FieldPathValue) *UpdateUserRequest_FieldSubPathValue
func (UpdateUserRequestPathSelectorUser) WithValue ¶
func (s UpdateUserRequestPathSelectorUser) WithValue(value *user.User) *UpdateUserRequest_FieldTerminalPathValue
type UpdateUserRequestPathSelectorUserAuthInfo ¶
type UpdateUserRequestPathSelectorUserAuthInfo struct{}
func (UpdateUserRequestPathSelectorUserAuthInfo) FieldPath ¶
func (UpdateUserRequestPathSelectorUserAuthInfo) FieldPath() *UpdateUserRequest_FieldSubPath
func (UpdateUserRequestPathSelectorUserAuthInfo) WithArrayOfValues ¶
func (s UpdateUserRequestPathSelectorUserAuthInfo) WithArrayOfValues(values []*user.User_AuthInfo) *UpdateUserRequest_FieldSubPathArrayOfValues
func (UpdateUserRequestPathSelectorUserAuthInfo) WithValue ¶
func (s UpdateUserRequestPathSelectorUserAuthInfo) WithValue(value *user.User_AuthInfo) *UpdateUserRequest_FieldSubPathValue
type UpdateUserRequestPathSelectorUserAuthInfoId ¶
type UpdateUserRequestPathSelectorUserAuthInfoId struct{}
func (UpdateUserRequestPathSelectorUserAuthInfoId) FieldPath ¶
func (UpdateUserRequestPathSelectorUserAuthInfoId) FieldPath() *UpdateUserRequest_FieldSubPath
func (UpdateUserRequestPathSelectorUserAuthInfoId) WithArrayOfValues ¶
func (s UpdateUserRequestPathSelectorUserAuthInfoId) WithArrayOfValues(values []string) *UpdateUserRequest_FieldSubPathArrayOfValues
func (UpdateUserRequestPathSelectorUserAuthInfoId) WithValue ¶
func (s UpdateUserRequestPathSelectorUserAuthInfoId) WithValue(value string) *UpdateUserRequest_FieldSubPathValue
type UpdateUserRequestPathSelectorUserAuthInfoProvider ¶
type UpdateUserRequestPathSelectorUserAuthInfoProvider struct{}
func (UpdateUserRequestPathSelectorUserAuthInfoProvider) FieldPath ¶
func (UpdateUserRequestPathSelectorUserAuthInfoProvider) FieldPath() *UpdateUserRequest_FieldSubPath
func (UpdateUserRequestPathSelectorUserAuthInfoProvider) WithArrayOfValues ¶
func (s UpdateUserRequestPathSelectorUserAuthInfoProvider) WithArrayOfValues(values []string) *UpdateUserRequest_FieldSubPathArrayOfValues
func (UpdateUserRequestPathSelectorUserAuthInfoProvider) WithValue ¶
func (s UpdateUserRequestPathSelectorUserAuthInfoProvider) WithValue(value string) *UpdateUserRequest_FieldSubPathValue
type UpdateUserRequestPathSelectorUserEmail ¶
type UpdateUserRequestPathSelectorUserEmail struct{}
func (UpdateUserRequestPathSelectorUserEmail) FieldPath ¶
func (UpdateUserRequestPathSelectorUserEmail) FieldPath() *UpdateUserRequest_FieldSubPath
func (UpdateUserRequestPathSelectorUserEmail) WithArrayOfValues ¶
func (s UpdateUserRequestPathSelectorUserEmail) WithArrayOfValues(values []string) *UpdateUserRequest_FieldSubPathArrayOfValues
func (UpdateUserRequestPathSelectorUserEmail) WithValue ¶
func (s UpdateUserRequestPathSelectorUserEmail) WithValue(value string) *UpdateUserRequest_FieldSubPathValue
type UpdateUserRequestPathSelectorUserEmailVerified ¶
type UpdateUserRequestPathSelectorUserEmailVerified struct{}
func (UpdateUserRequestPathSelectorUserEmailVerified) FieldPath ¶
func (UpdateUserRequestPathSelectorUserEmailVerified) FieldPath() *UpdateUserRequest_FieldSubPath
func (UpdateUserRequestPathSelectorUserEmailVerified) WithArrayOfValues ¶
func (s UpdateUserRequestPathSelectorUserEmailVerified) WithArrayOfValues(values []bool) *UpdateUserRequest_FieldSubPathArrayOfValues
func (UpdateUserRequestPathSelectorUserEmailVerified) WithValue ¶
func (s UpdateUserRequestPathSelectorUserEmailVerified) WithValue(value bool) *UpdateUserRequest_FieldSubPathValue
type UpdateUserRequestPathSelectorUserFullName ¶
type UpdateUserRequestPathSelectorUserFullName struct{}
func (UpdateUserRequestPathSelectorUserFullName) FieldPath ¶
func (UpdateUserRequestPathSelectorUserFullName) FieldPath() *UpdateUserRequest_FieldSubPath
func (UpdateUserRequestPathSelectorUserFullName) WithArrayOfValues ¶
func (s UpdateUserRequestPathSelectorUserFullName) WithArrayOfValues(values []string) *UpdateUserRequest_FieldSubPathArrayOfValues
func (UpdateUserRequestPathSelectorUserFullName) WithValue ¶
func (s UpdateUserRequestPathSelectorUserFullName) WithValue(value string) *UpdateUserRequest_FieldSubPathValue
type UpdateUserRequestPathSelectorUserMetadata ¶
type UpdateUserRequestPathSelectorUserMetadata struct{}
func (UpdateUserRequestPathSelectorUserMetadata) Annotations ¶
func (UpdateUserRequestPathSelectorUserMetadata) CreateTime ¶
func (UpdateUserRequestPathSelectorUserMetadata) FieldPath ¶
func (UpdateUserRequestPathSelectorUserMetadata) FieldPath() *UpdateUserRequest_FieldSubPath
func (UpdateUserRequestPathSelectorUserMetadata) Generation ¶
func (UpdateUserRequestPathSelectorUserMetadata) OwnerReferences ¶
func (UpdateUserRequestPathSelectorUserMetadata) OwnerReferences() UpdateUserRequestPathSelectorUserMetadataOwnerReferences
func (UpdateUserRequestPathSelectorUserMetadata) ResourceVersion ¶
func (UpdateUserRequestPathSelectorUserMetadata) ResourceVersion() UpdateUserRequestPathSelectorUserMetadataResourceVersion
func (UpdateUserRequestPathSelectorUserMetadata) UpdateTime ¶
func (UpdateUserRequestPathSelectorUserMetadata) WithArrayOfValues ¶
func (s UpdateUserRequestPathSelectorUserMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *UpdateUserRequest_FieldSubPathArrayOfValues
func (UpdateUserRequestPathSelectorUserMetadata) WithValue ¶
func (s UpdateUserRequestPathSelectorUserMetadata) WithValue(value *ntt_meta.Meta) *UpdateUserRequest_FieldSubPathValue
type UpdateUserRequestPathSelectorUserMetadataAnnotations ¶
type UpdateUserRequestPathSelectorUserMetadataAnnotations struct{}
func (UpdateUserRequestPathSelectorUserMetadataAnnotations) FieldPath ¶
func (UpdateUserRequestPathSelectorUserMetadataAnnotations) FieldPath() *UpdateUserRequest_FieldSubPath
func (UpdateUserRequestPathSelectorUserMetadataAnnotations) WithArrayOfValues ¶
func (s UpdateUserRequestPathSelectorUserMetadataAnnotations) WithArrayOfValues(values []map[string]string) *UpdateUserRequest_FieldSubPathArrayOfValues
func (UpdateUserRequestPathSelectorUserMetadataAnnotations) WithValue ¶
func (s UpdateUserRequestPathSelectorUserMetadataAnnotations) WithValue(value map[string]string) *UpdateUserRequest_FieldSubPathValue
type UpdateUserRequestPathSelectorUserMetadataCreateTime ¶
type UpdateUserRequestPathSelectorUserMetadataCreateTime struct{}
func (UpdateUserRequestPathSelectorUserMetadataCreateTime) FieldPath ¶
func (UpdateUserRequestPathSelectorUserMetadataCreateTime) FieldPath() *UpdateUserRequest_FieldSubPath
func (UpdateUserRequestPathSelectorUserMetadataCreateTime) WithArrayOfValues ¶
func (s UpdateUserRequestPathSelectorUserMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateUserRequest_FieldSubPathArrayOfValues
func (UpdateUserRequestPathSelectorUserMetadataCreateTime) WithValue ¶
func (s UpdateUserRequestPathSelectorUserMetadataCreateTime) WithValue(value *timestamp.Timestamp) *UpdateUserRequest_FieldSubPathValue
type UpdateUserRequestPathSelectorUserMetadataGeneration ¶
type UpdateUserRequestPathSelectorUserMetadataGeneration struct{}
func (UpdateUserRequestPathSelectorUserMetadataGeneration) FieldPath ¶
func (UpdateUserRequestPathSelectorUserMetadataGeneration) FieldPath() *UpdateUserRequest_FieldSubPath
func (UpdateUserRequestPathSelectorUserMetadataGeneration) WithArrayOfValues ¶
func (s UpdateUserRequestPathSelectorUserMetadataGeneration) WithArrayOfValues(values []int64) *UpdateUserRequest_FieldSubPathArrayOfValues
func (UpdateUserRequestPathSelectorUserMetadataGeneration) WithValue ¶
func (s UpdateUserRequestPathSelectorUserMetadataGeneration) WithValue(value int64) *UpdateUserRequest_FieldSubPathValue
type UpdateUserRequestPathSelectorUserMetadataLabels ¶
type UpdateUserRequestPathSelectorUserMetadataLabels struct{}
func (UpdateUserRequestPathSelectorUserMetadataLabels) FieldPath ¶
func (UpdateUserRequestPathSelectorUserMetadataLabels) FieldPath() *UpdateUserRequest_FieldSubPath
func (UpdateUserRequestPathSelectorUserMetadataLabels) WithArrayOfValues ¶
func (s UpdateUserRequestPathSelectorUserMetadataLabels) WithArrayOfValues(values []map[string]string) *UpdateUserRequest_FieldSubPathArrayOfValues
func (UpdateUserRequestPathSelectorUserMetadataLabels) WithValue ¶
func (s UpdateUserRequestPathSelectorUserMetadataLabels) WithValue(value map[string]string) *UpdateUserRequest_FieldSubPathValue
type UpdateUserRequestPathSelectorUserMetadataOwnerReferences ¶
type UpdateUserRequestPathSelectorUserMetadataOwnerReferences struct{}
func (UpdateUserRequestPathSelectorUserMetadataOwnerReferences) ApiVersion ¶
func (UpdateUserRequestPathSelectorUserMetadataOwnerReferences) BlockOwnerDeletion ¶
func (UpdateUserRequestPathSelectorUserMetadataOwnerReferences) Controller ¶
func (UpdateUserRequestPathSelectorUserMetadataOwnerReferences) WithArrayOfValues ¶
func (s UpdateUserRequestPathSelectorUserMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *UpdateUserRequest_FieldSubPathArrayOfValues
func (UpdateUserRequestPathSelectorUserMetadataOwnerReferences) WithItemValue ¶
func (s UpdateUserRequestPathSelectorUserMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *UpdateUserRequest_FieldSubPathArrayItemValue
func (UpdateUserRequestPathSelectorUserMetadataOwnerReferences) WithValue ¶
func (s UpdateUserRequestPathSelectorUserMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *UpdateUserRequest_FieldSubPathValue
type UpdateUserRequestPathSelectorUserMetadataOwnerReferencesApiVersion ¶
type UpdateUserRequestPathSelectorUserMetadataOwnerReferencesApiVersion struct{}
func (UpdateUserRequestPathSelectorUserMetadataOwnerReferencesApiVersion) WithArrayOfValues ¶
func (s UpdateUserRequestPathSelectorUserMetadataOwnerReferencesApiVersion) WithArrayOfValues(values []string) *UpdateUserRequest_FieldSubPathArrayOfValues
func (UpdateUserRequestPathSelectorUserMetadataOwnerReferencesApiVersion) WithValue ¶
func (s UpdateUserRequestPathSelectorUserMetadataOwnerReferencesApiVersion) WithValue(value string) *UpdateUserRequest_FieldSubPathValue
type UpdateUserRequestPathSelectorUserMetadataOwnerReferencesBlockOwnerDeletion ¶
type UpdateUserRequestPathSelectorUserMetadataOwnerReferencesBlockOwnerDeletion struct{}
func (UpdateUserRequestPathSelectorUserMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues ¶
func (s UpdateUserRequestPathSelectorUserMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *UpdateUserRequest_FieldSubPathArrayOfValues
func (UpdateUserRequestPathSelectorUserMetadataOwnerReferencesBlockOwnerDeletion) WithValue ¶
func (s UpdateUserRequestPathSelectorUserMetadataOwnerReferencesBlockOwnerDeletion) WithValue(value bool) *UpdateUserRequest_FieldSubPathValue
type UpdateUserRequestPathSelectorUserMetadataOwnerReferencesController ¶
type UpdateUserRequestPathSelectorUserMetadataOwnerReferencesController struct{}
func (UpdateUserRequestPathSelectorUserMetadataOwnerReferencesController) WithArrayOfValues ¶
func (s UpdateUserRequestPathSelectorUserMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *UpdateUserRequest_FieldSubPathArrayOfValues
func (UpdateUserRequestPathSelectorUserMetadataOwnerReferencesController) WithValue ¶
func (s UpdateUserRequestPathSelectorUserMetadataOwnerReferencesController) WithValue(value bool) *UpdateUserRequest_FieldSubPathValue
type UpdateUserRequestPathSelectorUserMetadataOwnerReferencesKind ¶
type UpdateUserRequestPathSelectorUserMetadataOwnerReferencesKind struct{}
func (UpdateUserRequestPathSelectorUserMetadataOwnerReferencesKind) WithArrayOfValues ¶
func (s UpdateUserRequestPathSelectorUserMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *UpdateUserRequest_FieldSubPathArrayOfValues
func (UpdateUserRequestPathSelectorUserMetadataOwnerReferencesKind) WithValue ¶
func (s UpdateUserRequestPathSelectorUserMetadataOwnerReferencesKind) WithValue(value string) *UpdateUserRequest_FieldSubPathValue
type UpdateUserRequestPathSelectorUserMetadataOwnerReferencesName ¶
type UpdateUserRequestPathSelectorUserMetadataOwnerReferencesName struct{}
func (UpdateUserRequestPathSelectorUserMetadataOwnerReferencesName) WithArrayOfValues ¶
func (s UpdateUserRequestPathSelectorUserMetadataOwnerReferencesName) WithArrayOfValues(values []string) *UpdateUserRequest_FieldSubPathArrayOfValues
func (UpdateUserRequestPathSelectorUserMetadataOwnerReferencesName) WithValue ¶
func (s UpdateUserRequestPathSelectorUserMetadataOwnerReferencesName) WithValue(value string) *UpdateUserRequest_FieldSubPathValue
type UpdateUserRequestPathSelectorUserMetadataOwnerReferencesUid ¶
type UpdateUserRequestPathSelectorUserMetadataOwnerReferencesUid struct{}
func (UpdateUserRequestPathSelectorUserMetadataOwnerReferencesUid) WithArrayOfValues ¶
func (s UpdateUserRequestPathSelectorUserMetadataOwnerReferencesUid) WithArrayOfValues(values []string) *UpdateUserRequest_FieldSubPathArrayOfValues
func (UpdateUserRequestPathSelectorUserMetadataOwnerReferencesUid) WithValue ¶
func (s UpdateUserRequestPathSelectorUserMetadataOwnerReferencesUid) WithValue(value string) *UpdateUserRequest_FieldSubPathValue
type UpdateUserRequestPathSelectorUserMetadataResourceVersion ¶
type UpdateUserRequestPathSelectorUserMetadataResourceVersion struct{}
func (UpdateUserRequestPathSelectorUserMetadataResourceVersion) WithArrayOfValues ¶
func (s UpdateUserRequestPathSelectorUserMetadataResourceVersion) WithArrayOfValues(values []string) *UpdateUserRequest_FieldSubPathArrayOfValues
func (UpdateUserRequestPathSelectorUserMetadataResourceVersion) WithValue ¶
func (s UpdateUserRequestPathSelectorUserMetadataResourceVersion) WithValue(value string) *UpdateUserRequest_FieldSubPathValue
type UpdateUserRequestPathSelectorUserMetadataShards ¶
type UpdateUserRequestPathSelectorUserMetadataShards struct{}
func (UpdateUserRequestPathSelectorUserMetadataShards) FieldPath ¶
func (UpdateUserRequestPathSelectorUserMetadataShards) FieldPath() *UpdateUserRequest_FieldSubPath
func (UpdateUserRequestPathSelectorUserMetadataShards) WithArrayOfValues ¶
func (s UpdateUserRequestPathSelectorUserMetadataShards) WithArrayOfValues(values []map[string]int64) *UpdateUserRequest_FieldSubPathArrayOfValues
func (UpdateUserRequestPathSelectorUserMetadataShards) WithValue ¶
func (s UpdateUserRequestPathSelectorUserMetadataShards) WithValue(value map[string]int64) *UpdateUserRequest_FieldSubPathValue
type UpdateUserRequestPathSelectorUserMetadataSyncing ¶
type UpdateUserRequestPathSelectorUserMetadataSyncing struct{}
func (UpdateUserRequestPathSelectorUserMetadataSyncing) FieldPath ¶
func (UpdateUserRequestPathSelectorUserMetadataSyncing) FieldPath() *UpdateUserRequest_FieldSubPath
func (UpdateUserRequestPathSelectorUserMetadataSyncing) OwningRegion ¶
func (UpdateUserRequestPathSelectorUserMetadataSyncing) WithArrayOfValues ¶
func (s UpdateUserRequestPathSelectorUserMetadataSyncing) WithArrayOfValues(values []*syncing_meta.SyncingMeta) *UpdateUserRequest_FieldSubPathArrayOfValues
func (UpdateUserRequestPathSelectorUserMetadataSyncing) WithValue ¶
func (s UpdateUserRequestPathSelectorUserMetadataSyncing) WithValue(value *syncing_meta.SyncingMeta) *UpdateUserRequest_FieldSubPathValue
type UpdateUserRequestPathSelectorUserMetadataSyncingOwningRegion ¶
type UpdateUserRequestPathSelectorUserMetadataSyncingOwningRegion struct{}
func (UpdateUserRequestPathSelectorUserMetadataSyncingOwningRegion) WithArrayOfValues ¶
func (s UpdateUserRequestPathSelectorUserMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *UpdateUserRequest_FieldSubPathArrayOfValues
func (UpdateUserRequestPathSelectorUserMetadataSyncingOwningRegion) WithValue ¶
func (s UpdateUserRequestPathSelectorUserMetadataSyncingOwningRegion) WithValue(value string) *UpdateUserRequest_FieldSubPathValue
type UpdateUserRequestPathSelectorUserMetadataSyncingRegions ¶
type UpdateUserRequestPathSelectorUserMetadataSyncingRegions struct{}
func (UpdateUserRequestPathSelectorUserMetadataSyncingRegions) WithArrayOfValues ¶
func (s UpdateUserRequestPathSelectorUserMetadataSyncingRegions) WithArrayOfValues(values [][]string) *UpdateUserRequest_FieldSubPathArrayOfValues
func (UpdateUserRequestPathSelectorUserMetadataSyncingRegions) WithItemValue ¶
func (s UpdateUserRequestPathSelectorUserMetadataSyncingRegions) WithItemValue(value string) *UpdateUserRequest_FieldSubPathArrayItemValue
func (UpdateUserRequestPathSelectorUserMetadataSyncingRegions) WithValue ¶
func (s UpdateUserRequestPathSelectorUserMetadataSyncingRegions) WithValue(value []string) *UpdateUserRequest_FieldSubPathValue
type UpdateUserRequestPathSelectorUserMetadataTags ¶
type UpdateUserRequestPathSelectorUserMetadataTags struct{}
func (UpdateUserRequestPathSelectorUserMetadataTags) FieldPath ¶
func (UpdateUserRequestPathSelectorUserMetadataTags) FieldPath() *UpdateUserRequest_FieldSubPath
func (UpdateUserRequestPathSelectorUserMetadataTags) WithArrayOfValues ¶
func (s UpdateUserRequestPathSelectorUserMetadataTags) WithArrayOfValues(values [][]string) *UpdateUserRequest_FieldSubPathArrayOfValues
func (UpdateUserRequestPathSelectorUserMetadataTags) WithItemValue ¶
func (s UpdateUserRequestPathSelectorUserMetadataTags) WithItemValue(value string) *UpdateUserRequest_FieldSubPathArrayItemValue
func (UpdateUserRequestPathSelectorUserMetadataTags) WithValue ¶
func (s UpdateUserRequestPathSelectorUserMetadataTags) WithValue(value []string) *UpdateUserRequest_FieldSubPathValue
type UpdateUserRequestPathSelectorUserMetadataUpdateTime ¶
type UpdateUserRequestPathSelectorUserMetadataUpdateTime struct{}
func (UpdateUserRequestPathSelectorUserMetadataUpdateTime) FieldPath ¶
func (UpdateUserRequestPathSelectorUserMetadataUpdateTime) FieldPath() *UpdateUserRequest_FieldSubPath
func (UpdateUserRequestPathSelectorUserMetadataUpdateTime) WithArrayOfValues ¶
func (s UpdateUserRequestPathSelectorUserMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateUserRequest_FieldSubPathArrayOfValues
func (UpdateUserRequestPathSelectorUserMetadataUpdateTime) WithValue ¶
func (s UpdateUserRequestPathSelectorUserMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *UpdateUserRequest_FieldSubPathValue
type UpdateUserRequestPathSelectorUserMetadataUuid ¶
type UpdateUserRequestPathSelectorUserMetadataUuid struct{}
func (UpdateUserRequestPathSelectorUserMetadataUuid) FieldPath ¶
func (UpdateUserRequestPathSelectorUserMetadataUuid) FieldPath() *UpdateUserRequest_FieldSubPath
func (UpdateUserRequestPathSelectorUserMetadataUuid) WithArrayOfValues ¶
func (s UpdateUserRequestPathSelectorUserMetadataUuid) WithArrayOfValues(values []string) *UpdateUserRequest_FieldSubPathArrayOfValues
func (UpdateUserRequestPathSelectorUserMetadataUuid) WithValue ¶
func (s UpdateUserRequestPathSelectorUserMetadataUuid) WithValue(value string) *UpdateUserRequest_FieldSubPathValue
type UpdateUserRequestPathSelectorUserName ¶
type UpdateUserRequestPathSelectorUserName struct{}
func (UpdateUserRequestPathSelectorUserName) FieldPath ¶
func (UpdateUserRequestPathSelectorUserName) FieldPath() *UpdateUserRequest_FieldSubPath
func (UpdateUserRequestPathSelectorUserName) WithArrayOfValues ¶
func (s UpdateUserRequestPathSelectorUserName) WithArrayOfValues(values []*user.Name) *UpdateUserRequest_FieldSubPathArrayOfValues
func (UpdateUserRequestPathSelectorUserName) WithValue ¶
func (s UpdateUserRequestPathSelectorUserName) WithValue(value *user.Name) *UpdateUserRequest_FieldSubPathValue
type UpdateUserRequestPathSelectorUserRefreshedTime ¶
type UpdateUserRequestPathSelectorUserRefreshedTime struct{}
func (UpdateUserRequestPathSelectorUserRefreshedTime) FieldPath ¶
func (UpdateUserRequestPathSelectorUserRefreshedTime) FieldPath() *UpdateUserRequest_FieldSubPath
func (UpdateUserRequestPathSelectorUserRefreshedTime) WithArrayOfValues ¶
func (s UpdateUserRequestPathSelectorUserRefreshedTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateUserRequest_FieldSubPathArrayOfValues
func (UpdateUserRequestPathSelectorUserRefreshedTime) WithValue ¶
func (s UpdateUserRequestPathSelectorUserRefreshedTime) WithValue(value *timestamp.Timestamp) *UpdateUserRequest_FieldSubPathValue
type UpdateUserRequestPathSelectorUserSettings ¶
type UpdateUserRequestPathSelectorUserSettings struct{}
func (UpdateUserRequestPathSelectorUserSettings) FieldPath ¶
func (UpdateUserRequestPathSelectorUserSettings) FieldPath() *UpdateUserRequest_FieldSubPath
func (UpdateUserRequestPathSelectorUserSettings) WithArrayOfValues ¶
func (s UpdateUserRequestPathSelectorUserSettings) WithArrayOfValues(values []map[string]string) *UpdateUserRequest_FieldSubPathArrayOfValues
func (UpdateUserRequestPathSelectorUserSettings) WithValue ¶
func (s UpdateUserRequestPathSelectorUserSettings) WithValue(value map[string]string) *UpdateUserRequest_FieldSubPathValue
type UpdateUserRequest_CAS ¶
type UpdateUserRequest_CAS struct { // Conditional desired state of a resource before update. ConditionalState *user.User `` /* 138-byte string literal not displayed */ // Field paths from conditional state of resource server should check and // compare. FieldMask *user.User_FieldMask `` /* 136-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 (*UpdateUserRequest_CAS) Clone ¶
func (o *UpdateUserRequest_CAS) Clone() *UpdateUserRequest_CAS
func (*UpdateUserRequest_CAS) CloneRaw ¶
func (o *UpdateUserRequest_CAS) CloneRaw() gotenobject.GotenObjectExt
func (*UpdateUserRequest_CAS) Descriptor ¶
func (*UpdateUserRequest_CAS) Descriptor() ([]byte, []int)
Deprecated, Use UpdateUserRequest_CAS.ProtoReflect.Descriptor instead.
func (*UpdateUserRequest_CAS) GetConditionalState ¶
func (m *UpdateUserRequest_CAS) GetConditionalState() *user.User
func (*UpdateUserRequest_CAS) GetFieldMask ¶
func (m *UpdateUserRequest_CAS) GetFieldMask() *user.User_FieldMask
func (*UpdateUserRequest_CAS) GotenMessage ¶
func (*UpdateUserRequest_CAS) GotenMessage()
func (*UpdateUserRequest_CAS) GotenObjectExt ¶
func (o *UpdateUserRequest_CAS) GotenObjectExt()
func (*UpdateUserRequest_CAS) GotenValidate ¶
func (obj *UpdateUserRequest_CAS) GotenValidate() error
func (*UpdateUserRequest_CAS) MakeDiffFieldMask ¶
func (o *UpdateUserRequest_CAS) MakeDiffFieldMask(other *UpdateUserRequest_CAS) *UpdateUserRequest_CAS_FieldMask
func (*UpdateUserRequest_CAS) MakeFullFieldMask ¶
func (o *UpdateUserRequest_CAS) MakeFullFieldMask() *UpdateUserRequest_CAS_FieldMask
func (*UpdateUserRequest_CAS) MakeRawDiffFieldMask ¶
func (o *UpdateUserRequest_CAS) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*UpdateUserRequest_CAS) MakeRawFullFieldMask ¶
func (o *UpdateUserRequest_CAS) MakeRawFullFieldMask() gotenobject.FieldMask
func (*UpdateUserRequest_CAS) Marshal ¶
func (m *UpdateUserRequest_CAS) Marshal() ([]byte, error)
func (*UpdateUserRequest_CAS) MarshalJSON ¶
func (m *UpdateUserRequest_CAS) MarshalJSON() ([]byte, error)
func (*UpdateUserRequest_CAS) Merge ¶
func (o *UpdateUserRequest_CAS) Merge(source *UpdateUserRequest_CAS)
func (*UpdateUserRequest_CAS) MergeRaw ¶
func (o *UpdateUserRequest_CAS) MergeRaw(source gotenobject.GotenObjectExt)
func (*UpdateUserRequest_CAS) ProtoMessage ¶
func (*UpdateUserRequest_CAS) ProtoMessage()
func (*UpdateUserRequest_CAS) ProtoReflect ¶
func (m *UpdateUserRequest_CAS) ProtoReflect() preflect.Message
func (*UpdateUserRequest_CAS) Reset ¶
func (m *UpdateUserRequest_CAS) Reset()
func (*UpdateUserRequest_CAS) SetConditionalState ¶
func (m *UpdateUserRequest_CAS) SetConditionalState(fv *user.User)
func (*UpdateUserRequest_CAS) SetFieldMask ¶
func (m *UpdateUserRequest_CAS) SetFieldMask(fv *user.User_FieldMask)
func (*UpdateUserRequest_CAS) String ¶
func (m *UpdateUserRequest_CAS) String() string
func (*UpdateUserRequest_CAS) Unmarshal ¶
func (m *UpdateUserRequest_CAS) Unmarshal(b []byte) error
func (*UpdateUserRequest_CAS) UnmarshalJSON ¶
func (m *UpdateUserRequest_CAS) UnmarshalJSON(data []byte) error
type UpdateUserRequest_CASMapPathSelectorConditionalStateMetadataAnnotations ¶
type UpdateUserRequest_CASMapPathSelectorConditionalStateMetadataAnnotations struct {
// contains filtered or unexported fields
}
func (UpdateUserRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues ¶
func (s UpdateUserRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues(values []string) *UpdateUserRequestCAS_FieldSubPathArrayOfValues
func (UpdateUserRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) WithValue ¶
func (s UpdateUserRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) WithValue(value string) *UpdateUserRequestCAS_FieldSubPathValue
type UpdateUserRequest_CASMapPathSelectorConditionalStateMetadataLabels ¶
type UpdateUserRequest_CASMapPathSelectorConditionalStateMetadataLabels struct {
// contains filtered or unexported fields
}
func (UpdateUserRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithArrayOfValues ¶
func (s UpdateUserRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithArrayOfValues(values []string) *UpdateUserRequestCAS_FieldSubPathArrayOfValues
func (UpdateUserRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithValue ¶
func (s UpdateUserRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithValue(value string) *UpdateUserRequestCAS_FieldSubPathValue
type UpdateUserRequest_CASMapPathSelectorConditionalStateMetadataShards ¶
type UpdateUserRequest_CASMapPathSelectorConditionalStateMetadataShards struct {
// contains filtered or unexported fields
}
func (UpdateUserRequest_CASMapPathSelectorConditionalStateMetadataShards) WithArrayOfValues ¶
func (s UpdateUserRequest_CASMapPathSelectorConditionalStateMetadataShards) WithArrayOfValues(values []int64) *UpdateUserRequestCAS_FieldSubPathArrayOfValues
func (UpdateUserRequest_CASMapPathSelectorConditionalStateMetadataShards) WithValue ¶
func (s UpdateUserRequest_CASMapPathSelectorConditionalStateMetadataShards) WithValue(value int64) *UpdateUserRequestCAS_FieldSubPathValue
type UpdateUserRequest_CASMapPathSelectorConditionalStateSettings ¶
type UpdateUserRequest_CASMapPathSelectorConditionalStateSettings struct {
// contains filtered or unexported fields
}
func (UpdateUserRequest_CASMapPathSelectorConditionalStateSettings) WithArrayOfValues ¶
func (s UpdateUserRequest_CASMapPathSelectorConditionalStateSettings) WithArrayOfValues(values []string) *UpdateUserRequestCAS_FieldSubPathArrayOfValues
func (UpdateUserRequest_CASMapPathSelectorConditionalStateSettings) WithValue ¶
func (s UpdateUserRequest_CASMapPathSelectorConditionalStateSettings) WithValue(value string) *UpdateUserRequestCAS_FieldSubPathValue
type UpdateUserRequest_CASPathSelectorConditionalState ¶
type UpdateUserRequest_CASPathSelectorConditionalState struct{}
func (UpdateUserRequest_CASPathSelectorConditionalState) EmailVerified ¶
func (UpdateUserRequest_CASPathSelectorConditionalState) RefreshedTime ¶
func (UpdateUserRequest_CASPathSelectorConditionalState) WithArrayOfValues ¶
func (s UpdateUserRequest_CASPathSelectorConditionalState) WithArrayOfValues(values []*user.User) *UpdateUserRequestCAS_FieldTerminalPathArrayOfValues
func (UpdateUserRequest_CASPathSelectorConditionalState) WithSubArrayItemValue ¶
func (s UpdateUserRequest_CASPathSelectorConditionalState) WithSubArrayItemValue(subPathArrayItemValue user.User_FieldPathArrayItemValue) *UpdateUserRequestCAS_FieldSubPathArrayItemValue
func (UpdateUserRequest_CASPathSelectorConditionalState) WithSubArrayOfValues ¶
func (s UpdateUserRequest_CASPathSelectorConditionalState) WithSubArrayOfValues(subPathArrayOfValues user.User_FieldPathArrayOfValues) *UpdateUserRequestCAS_FieldSubPathArrayOfValues
func (UpdateUserRequest_CASPathSelectorConditionalState) WithSubPath ¶
func (UpdateUserRequest_CASPathSelectorConditionalState) WithSubPath(subPath user.User_FieldPath) *UpdateUserRequestCAS_FieldSubPath
func (UpdateUserRequest_CASPathSelectorConditionalState) WithSubValue ¶
func (s UpdateUserRequest_CASPathSelectorConditionalState) WithSubValue(subPathValue user.User_FieldPathValue) *UpdateUserRequestCAS_FieldSubPathValue
func (UpdateUserRequest_CASPathSelectorConditionalState) WithValue ¶
func (s UpdateUserRequest_CASPathSelectorConditionalState) WithValue(value *user.User) *UpdateUserRequestCAS_FieldTerminalPathValue
type UpdateUserRequest_CASPathSelectorConditionalStateAuthInfo ¶
type UpdateUserRequest_CASPathSelectorConditionalStateAuthInfo struct{}
func (UpdateUserRequest_CASPathSelectorConditionalStateAuthInfo) WithArrayOfValues ¶
func (s UpdateUserRequest_CASPathSelectorConditionalStateAuthInfo) WithArrayOfValues(values []*user.User_AuthInfo) *UpdateUserRequestCAS_FieldSubPathArrayOfValues
func (UpdateUserRequest_CASPathSelectorConditionalStateAuthInfo) WithValue ¶
func (s UpdateUserRequest_CASPathSelectorConditionalStateAuthInfo) WithValue(value *user.User_AuthInfo) *UpdateUserRequestCAS_FieldSubPathValue
type UpdateUserRequest_CASPathSelectorConditionalStateAuthInfoId ¶
type UpdateUserRequest_CASPathSelectorConditionalStateAuthInfoId struct{}
func (UpdateUserRequest_CASPathSelectorConditionalStateAuthInfoId) WithArrayOfValues ¶
func (s UpdateUserRequest_CASPathSelectorConditionalStateAuthInfoId) WithArrayOfValues(values []string) *UpdateUserRequestCAS_FieldSubPathArrayOfValues
func (UpdateUserRequest_CASPathSelectorConditionalStateAuthInfoId) WithValue ¶
func (s UpdateUserRequest_CASPathSelectorConditionalStateAuthInfoId) WithValue(value string) *UpdateUserRequestCAS_FieldSubPathValue
type UpdateUserRequest_CASPathSelectorConditionalStateAuthInfoProvider ¶
type UpdateUserRequest_CASPathSelectorConditionalStateAuthInfoProvider struct{}
func (UpdateUserRequest_CASPathSelectorConditionalStateAuthInfoProvider) WithArrayOfValues ¶
func (s UpdateUserRequest_CASPathSelectorConditionalStateAuthInfoProvider) WithArrayOfValues(values []string) *UpdateUserRequestCAS_FieldSubPathArrayOfValues
func (UpdateUserRequest_CASPathSelectorConditionalStateAuthInfoProvider) WithValue ¶
func (s UpdateUserRequest_CASPathSelectorConditionalStateAuthInfoProvider) WithValue(value string) *UpdateUserRequestCAS_FieldSubPathValue
type UpdateUserRequest_CASPathSelectorConditionalStateEmail ¶
type UpdateUserRequest_CASPathSelectorConditionalStateEmail struct{}
func (UpdateUserRequest_CASPathSelectorConditionalStateEmail) WithArrayOfValues ¶
func (s UpdateUserRequest_CASPathSelectorConditionalStateEmail) WithArrayOfValues(values []string) *UpdateUserRequestCAS_FieldSubPathArrayOfValues
func (UpdateUserRequest_CASPathSelectorConditionalStateEmail) WithValue ¶
func (s UpdateUserRequest_CASPathSelectorConditionalStateEmail) WithValue(value string) *UpdateUserRequestCAS_FieldSubPathValue
type UpdateUserRequest_CASPathSelectorConditionalStateEmailVerified ¶
type UpdateUserRequest_CASPathSelectorConditionalStateEmailVerified struct{}
func (UpdateUserRequest_CASPathSelectorConditionalStateEmailVerified) WithArrayOfValues ¶
func (s UpdateUserRequest_CASPathSelectorConditionalStateEmailVerified) WithArrayOfValues(values []bool) *UpdateUserRequestCAS_FieldSubPathArrayOfValues
func (UpdateUserRequest_CASPathSelectorConditionalStateEmailVerified) WithValue ¶
func (s UpdateUserRequest_CASPathSelectorConditionalStateEmailVerified) WithValue(value bool) *UpdateUserRequestCAS_FieldSubPathValue
type UpdateUserRequest_CASPathSelectorConditionalStateFullName ¶
type UpdateUserRequest_CASPathSelectorConditionalStateFullName struct{}
func (UpdateUserRequest_CASPathSelectorConditionalStateFullName) WithArrayOfValues ¶
func (s UpdateUserRequest_CASPathSelectorConditionalStateFullName) WithArrayOfValues(values []string) *UpdateUserRequestCAS_FieldSubPathArrayOfValues
func (UpdateUserRequest_CASPathSelectorConditionalStateFullName) WithValue ¶
func (s UpdateUserRequest_CASPathSelectorConditionalStateFullName) WithValue(value string) *UpdateUserRequestCAS_FieldSubPathValue
type UpdateUserRequest_CASPathSelectorConditionalStateMetadata ¶
type UpdateUserRequest_CASPathSelectorConditionalStateMetadata struct{}
func (UpdateUserRequest_CASPathSelectorConditionalStateMetadata) Annotations ¶
func (UpdateUserRequest_CASPathSelectorConditionalStateMetadata) CreateTime ¶
func (UpdateUserRequest_CASPathSelectorConditionalStateMetadata) Generation ¶
func (UpdateUserRequest_CASPathSelectorConditionalStateMetadata) OwnerReferences ¶
func (UpdateUserRequest_CASPathSelectorConditionalStateMetadata) ResourceVersion ¶
func (UpdateUserRequest_CASPathSelectorConditionalStateMetadata) UpdateTime ¶
func (UpdateUserRequest_CASPathSelectorConditionalStateMetadata) WithArrayOfValues ¶
func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *UpdateUserRequestCAS_FieldSubPathArrayOfValues
func (UpdateUserRequest_CASPathSelectorConditionalStateMetadata) WithValue ¶
func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadata) WithValue(value *ntt_meta.Meta) *UpdateUserRequestCAS_FieldSubPathValue
type UpdateUserRequest_CASPathSelectorConditionalStateMetadataAnnotations ¶
type UpdateUserRequest_CASPathSelectorConditionalStateMetadataAnnotations struct{}
func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues ¶
func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues(values []map[string]string) *UpdateUserRequestCAS_FieldSubPathArrayOfValues
func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithValue ¶
func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithValue(value map[string]string) *UpdateUserRequestCAS_FieldSubPathValue
type UpdateUserRequest_CASPathSelectorConditionalStateMetadataCreateTime ¶
type UpdateUserRequest_CASPathSelectorConditionalStateMetadataCreateTime struct{}
func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataCreateTime) WithArrayOfValues ¶
func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateUserRequestCAS_FieldSubPathArrayOfValues
func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataCreateTime) WithValue ¶
func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataCreateTime) WithValue(value *timestamp.Timestamp) *UpdateUserRequestCAS_FieldSubPathValue
type UpdateUserRequest_CASPathSelectorConditionalStateMetadataGeneration ¶
type UpdateUserRequest_CASPathSelectorConditionalStateMetadataGeneration struct{}
func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataGeneration) WithArrayOfValues ¶
func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataGeneration) WithArrayOfValues(values []int64) *UpdateUserRequestCAS_FieldSubPathArrayOfValues
func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataGeneration) WithValue ¶
func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataGeneration) WithValue(value int64) *UpdateUserRequestCAS_FieldSubPathValue
type UpdateUserRequest_CASPathSelectorConditionalStateMetadataLabels ¶
type UpdateUserRequest_CASPathSelectorConditionalStateMetadataLabels struct{}
func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataLabels) WithArrayOfValues ¶
func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataLabels) WithArrayOfValues(values []map[string]string) *UpdateUserRequestCAS_FieldSubPathArrayOfValues
func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataLabels) WithValue ¶
func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataLabels) WithValue(value map[string]string) *UpdateUserRequestCAS_FieldSubPathValue
type UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferences ¶
type UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferences struct{}
func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) ApiVersion ¶
func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) BlockOwnerDeletion ¶
func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) Controller ¶
func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithArrayOfValues ¶
func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *UpdateUserRequestCAS_FieldSubPathArrayOfValues
func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithItemValue ¶
func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithValue ¶
func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *UpdateUserRequestCAS_FieldSubPathValue
type UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesApiVersion ¶
type UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesApiVersion struct{}
func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesApiVersion) FieldPath ¶
func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesApiVersion) WithArrayOfValues ¶
func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesApiVersion) WithArrayOfValues(values []string) *UpdateUserRequestCAS_FieldSubPathArrayOfValues
type UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion ¶
type UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion struct{}
func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) FieldPath ¶
func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues ¶
func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *UpdateUserRequestCAS_FieldSubPathArrayOfValues
type UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController ¶
type UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController struct{}
func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) FieldPath ¶
func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) WithArrayOfValues ¶
func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *UpdateUserRequestCAS_FieldSubPathArrayOfValues
type UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind ¶
type UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind struct{}
func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues ¶
func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *UpdateUserRequestCAS_FieldSubPathArrayOfValues
type UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName ¶
type UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName struct{}
func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) WithArrayOfValues ¶
func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) WithArrayOfValues(values []string) *UpdateUserRequestCAS_FieldSubPathArrayOfValues
type UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesUid ¶
type UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesUid struct{}
func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesUid) WithArrayOfValues ¶
func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesUid) WithArrayOfValues(values []string) *UpdateUserRequestCAS_FieldSubPathArrayOfValues
type UpdateUserRequest_CASPathSelectorConditionalStateMetadataResourceVersion ¶
type UpdateUserRequest_CASPathSelectorConditionalStateMetadataResourceVersion struct{}
func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataResourceVersion) WithArrayOfValues ¶
func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataResourceVersion) WithArrayOfValues(values []string) *UpdateUserRequestCAS_FieldSubPathArrayOfValues
func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataResourceVersion) WithValue ¶
func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataResourceVersion) WithValue(value string) *UpdateUserRequestCAS_FieldSubPathValue
type UpdateUserRequest_CASPathSelectorConditionalStateMetadataShards ¶
type UpdateUserRequest_CASPathSelectorConditionalStateMetadataShards struct{}
func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataShards) WithArrayOfValues ¶
func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataShards) WithArrayOfValues(values []map[string]int64) *UpdateUserRequestCAS_FieldSubPathArrayOfValues
func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataShards) WithValue ¶
func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataShards) WithValue(value map[string]int64) *UpdateUserRequestCAS_FieldSubPathValue
type UpdateUserRequest_CASPathSelectorConditionalStateMetadataSyncing ¶
type UpdateUserRequest_CASPathSelectorConditionalStateMetadataSyncing struct{}
func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataSyncing) OwningRegion ¶
func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataSyncing) WithArrayOfValues ¶
func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataSyncing) WithArrayOfValues(values []*syncing_meta.SyncingMeta) *UpdateUserRequestCAS_FieldSubPathArrayOfValues
type UpdateUserRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion ¶
type UpdateUserRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion struct{}
func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues ¶
func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *UpdateUserRequestCAS_FieldSubPathArrayOfValues
type UpdateUserRequest_CASPathSelectorConditionalStateMetadataSyncingRegions ¶
type UpdateUserRequest_CASPathSelectorConditionalStateMetadataSyncingRegions struct{}
func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithArrayOfValues ¶
func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithArrayOfValues(values [][]string) *UpdateUserRequestCAS_FieldSubPathArrayOfValues
func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithItemValue ¶
func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithItemValue(value string) *UpdateUserRequestCAS_FieldSubPathArrayItemValue
func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithValue ¶
func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithValue(value []string) *UpdateUserRequestCAS_FieldSubPathValue
type UpdateUserRequest_CASPathSelectorConditionalStateMetadataTags ¶
type UpdateUserRequest_CASPathSelectorConditionalStateMetadataTags struct{}
func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataTags) WithArrayOfValues ¶
func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataTags) WithArrayOfValues(values [][]string) *UpdateUserRequestCAS_FieldSubPathArrayOfValues
func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataTags) WithItemValue ¶
func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataTags) WithItemValue(value string) *UpdateUserRequestCAS_FieldSubPathArrayItemValue
func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataTags) WithValue ¶
func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataTags) WithValue(value []string) *UpdateUserRequestCAS_FieldSubPathValue
type UpdateUserRequest_CASPathSelectorConditionalStateMetadataUpdateTime ¶
type UpdateUserRequest_CASPathSelectorConditionalStateMetadataUpdateTime struct{}
func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataUpdateTime) WithArrayOfValues ¶
func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateUserRequestCAS_FieldSubPathArrayOfValues
func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataUpdateTime) WithValue ¶
func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *UpdateUserRequestCAS_FieldSubPathValue
type UpdateUserRequest_CASPathSelectorConditionalStateMetadataUuid ¶
type UpdateUserRequest_CASPathSelectorConditionalStateMetadataUuid struct{}
func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataUuid) WithArrayOfValues ¶
func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataUuid) WithArrayOfValues(values []string) *UpdateUserRequestCAS_FieldSubPathArrayOfValues
func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataUuid) WithValue ¶
func (s UpdateUserRequest_CASPathSelectorConditionalStateMetadataUuid) WithValue(value string) *UpdateUserRequestCAS_FieldSubPathValue
type UpdateUserRequest_CASPathSelectorConditionalStateName ¶
type UpdateUserRequest_CASPathSelectorConditionalStateName struct{}
func (UpdateUserRequest_CASPathSelectorConditionalStateName) WithArrayOfValues ¶
func (s UpdateUserRequest_CASPathSelectorConditionalStateName) WithArrayOfValues(values []*user.Name) *UpdateUserRequestCAS_FieldSubPathArrayOfValues
func (UpdateUserRequest_CASPathSelectorConditionalStateName) WithValue ¶
func (s UpdateUserRequest_CASPathSelectorConditionalStateName) WithValue(value *user.Name) *UpdateUserRequestCAS_FieldSubPathValue
type UpdateUserRequest_CASPathSelectorConditionalStateRefreshedTime ¶
type UpdateUserRequest_CASPathSelectorConditionalStateRefreshedTime struct{}
func (UpdateUserRequest_CASPathSelectorConditionalStateRefreshedTime) WithArrayOfValues ¶
func (s UpdateUserRequest_CASPathSelectorConditionalStateRefreshedTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateUserRequestCAS_FieldSubPathArrayOfValues
func (UpdateUserRequest_CASPathSelectorConditionalStateRefreshedTime) WithValue ¶
func (s UpdateUserRequest_CASPathSelectorConditionalStateRefreshedTime) WithValue(value *timestamp.Timestamp) *UpdateUserRequestCAS_FieldSubPathValue
type UpdateUserRequest_CASPathSelectorConditionalStateSettings ¶
type UpdateUserRequest_CASPathSelectorConditionalStateSettings struct{}
func (UpdateUserRequest_CASPathSelectorConditionalStateSettings) WithArrayOfValues ¶
func (s UpdateUserRequest_CASPathSelectorConditionalStateSettings) WithArrayOfValues(values []map[string]string) *UpdateUserRequestCAS_FieldSubPathArrayOfValues
func (UpdateUserRequest_CASPathSelectorConditionalStateSettings) WithValue ¶
func (s UpdateUserRequest_CASPathSelectorConditionalStateSettings) WithValue(value map[string]string) *UpdateUserRequestCAS_FieldSubPathValue
type UpdateUserRequest_CASPathSelectorFieldMask ¶
type UpdateUserRequest_CASPathSelectorFieldMask struct{}
func (UpdateUserRequest_CASPathSelectorFieldMask) FieldPath ¶
func (UpdateUserRequest_CASPathSelectorFieldMask) FieldPath() *UpdateUserRequestCAS_FieldTerminalPath
func (UpdateUserRequest_CASPathSelectorFieldMask) WithArrayOfValues ¶
func (s UpdateUserRequest_CASPathSelectorFieldMask) WithArrayOfValues(values []*user.User_FieldMask) *UpdateUserRequestCAS_FieldTerminalPathArrayOfValues
func (UpdateUserRequest_CASPathSelectorFieldMask) WithValue ¶
func (s UpdateUserRequest_CASPathSelectorFieldMask) WithValue(value *user.User_FieldMask) *UpdateUserRequestCAS_FieldTerminalPathValue
type UpdateUserRequest_CAS_FieldMask ¶
type UpdateUserRequest_CAS_FieldMask struct {
Paths []UpdateUserRequestCAS_FieldPath
}
func FullUpdateUserRequest_CAS_FieldMask ¶
func FullUpdateUserRequest_CAS_FieldMask() *UpdateUserRequest_CAS_FieldMask
func (*UpdateUserRequest_CAS_FieldMask) AppendPath ¶
func (fieldMask *UpdateUserRequest_CAS_FieldMask) AppendPath(path UpdateUserRequestCAS_FieldPath)
func (*UpdateUserRequest_CAS_FieldMask) AppendRawPath ¶
func (fieldMask *UpdateUserRequest_CAS_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*UpdateUserRequest_CAS_FieldMask) DecodeFirestore ¶
func (fieldMask *UpdateUserRequest_CAS_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*UpdateUserRequest_CAS_FieldMask) EncodeFirestore ¶
func (fieldMask *UpdateUserRequest_CAS_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*UpdateUserRequest_CAS_FieldMask) FilterInputFields ¶
func (fieldMask *UpdateUserRequest_CAS_FieldMask) FilterInputFields() *UpdateUserRequest_CAS_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*UpdateUserRequest_CAS_FieldMask) FromProtoFieldMask ¶
func (fieldMask *UpdateUserRequest_CAS_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*UpdateUserRequest_CAS_FieldMask) GetPaths ¶
func (fieldMask *UpdateUserRequest_CAS_FieldMask) GetPaths() []UpdateUserRequestCAS_FieldPath
func (*UpdateUserRequest_CAS_FieldMask) GetRawPaths ¶
func (fieldMask *UpdateUserRequest_CAS_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*UpdateUserRequest_CAS_FieldMask) IsFull ¶
func (fieldMask *UpdateUserRequest_CAS_FieldMask) IsFull() bool
func (UpdateUserRequest_CAS_FieldMask) Marshal ¶
func (fieldMask UpdateUserRequest_CAS_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (UpdateUserRequest_CAS_FieldMask) MarshalJSON ¶
func (fieldMask UpdateUserRequest_CAS_FieldMask) MarshalJSON() ([]byte, error)
func (*UpdateUserRequest_CAS_FieldMask) PathsCount ¶
func (fieldMask *UpdateUserRequest_CAS_FieldMask) PathsCount() int
func (*UpdateUserRequest_CAS_FieldMask) Project ¶
func (fieldMask *UpdateUserRequest_CAS_FieldMask) Project(source *UpdateUserRequest_CAS) *UpdateUserRequest_CAS
func (*UpdateUserRequest_CAS_FieldMask) ProjectRaw ¶
func (fieldMask *UpdateUserRequest_CAS_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*UpdateUserRequest_CAS_FieldMask) ProtoMessage ¶
func (fieldMask *UpdateUserRequest_CAS_FieldMask) ProtoMessage()
func (*UpdateUserRequest_CAS_FieldMask) ProtoReflect ¶
func (fieldMask *UpdateUserRequest_CAS_FieldMask) ProtoReflect() preflect.Message
func (*UpdateUserRequest_CAS_FieldMask) Reset ¶
func (fieldMask *UpdateUserRequest_CAS_FieldMask) Reset()
func (*UpdateUserRequest_CAS_FieldMask) Set ¶
func (fieldMask *UpdateUserRequest_CAS_FieldMask) Set(target, source *UpdateUserRequest_CAS)
func (*UpdateUserRequest_CAS_FieldMask) SetFromCliFlag ¶
func (fieldMask *UpdateUserRequest_CAS_FieldMask) SetFromCliFlag(raw string) error
func (*UpdateUserRequest_CAS_FieldMask) SetRaw ¶
func (fieldMask *UpdateUserRequest_CAS_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*UpdateUserRequest_CAS_FieldMask) Size ¶
func (fieldMask *UpdateUserRequest_CAS_FieldMask) Size() int
func (*UpdateUserRequest_CAS_FieldMask) String ¶
func (fieldMask *UpdateUserRequest_CAS_FieldMask) String() string
func (*UpdateUserRequest_CAS_FieldMask) Subtract ¶
func (fieldMask *UpdateUserRequest_CAS_FieldMask) Subtract(other *UpdateUserRequest_CAS_FieldMask) *UpdateUserRequest_CAS_FieldMask
func (*UpdateUserRequest_CAS_FieldMask) SubtractRaw ¶
func (fieldMask *UpdateUserRequest_CAS_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*UpdateUserRequest_CAS_FieldMask) ToProtoFieldMask ¶
func (fieldMask *UpdateUserRequest_CAS_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*UpdateUserRequest_CAS_FieldMask) Unmarshal ¶
func (fieldMask *UpdateUserRequest_CAS_FieldMask) Unmarshal(data []byte) error
func (*UpdateUserRequest_CAS_FieldMask) UnmarshalJSON ¶
func (fieldMask *UpdateUserRequest_CAS_FieldMask) UnmarshalJSON(data []byte) error
type UpdateUserRequest_FieldMask ¶
type UpdateUserRequest_FieldMask struct {
Paths []UpdateUserRequest_FieldPath
}
func FullUpdateUserRequest_FieldMask ¶
func FullUpdateUserRequest_FieldMask() *UpdateUserRequest_FieldMask
func (*UpdateUserRequest_FieldMask) AppendPath ¶
func (fieldMask *UpdateUserRequest_FieldMask) AppendPath(path UpdateUserRequest_FieldPath)
func (*UpdateUserRequest_FieldMask) AppendRawPath ¶
func (fieldMask *UpdateUserRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*UpdateUserRequest_FieldMask) DecodeFirestore ¶
func (fieldMask *UpdateUserRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*UpdateUserRequest_FieldMask) EncodeFirestore ¶
func (fieldMask *UpdateUserRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*UpdateUserRequest_FieldMask) FilterInputFields ¶
func (fieldMask *UpdateUserRequest_FieldMask) FilterInputFields() *UpdateUserRequest_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*UpdateUserRequest_FieldMask) FromProtoFieldMask ¶
func (fieldMask *UpdateUserRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*UpdateUserRequest_FieldMask) GetPaths ¶
func (fieldMask *UpdateUserRequest_FieldMask) GetPaths() []UpdateUserRequest_FieldPath
func (*UpdateUserRequest_FieldMask) GetRawPaths ¶
func (fieldMask *UpdateUserRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*UpdateUserRequest_FieldMask) IsFull ¶
func (fieldMask *UpdateUserRequest_FieldMask) IsFull() bool
func (UpdateUserRequest_FieldMask) Marshal ¶
func (fieldMask UpdateUserRequest_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (UpdateUserRequest_FieldMask) MarshalJSON ¶
func (fieldMask UpdateUserRequest_FieldMask) MarshalJSON() ([]byte, error)
func (*UpdateUserRequest_FieldMask) PathsCount ¶
func (fieldMask *UpdateUserRequest_FieldMask) PathsCount() int
func (*UpdateUserRequest_FieldMask) Project ¶
func (fieldMask *UpdateUserRequest_FieldMask) Project(source *UpdateUserRequest) *UpdateUserRequest
func (*UpdateUserRequest_FieldMask) ProjectRaw ¶
func (fieldMask *UpdateUserRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*UpdateUserRequest_FieldMask) ProtoMessage ¶
func (fieldMask *UpdateUserRequest_FieldMask) ProtoMessage()
func (*UpdateUserRequest_FieldMask) ProtoReflect ¶
func (fieldMask *UpdateUserRequest_FieldMask) ProtoReflect() preflect.Message
func (*UpdateUserRequest_FieldMask) Reset ¶
func (fieldMask *UpdateUserRequest_FieldMask) Reset()
func (*UpdateUserRequest_FieldMask) Set ¶
func (fieldMask *UpdateUserRequest_FieldMask) Set(target, source *UpdateUserRequest)
func (*UpdateUserRequest_FieldMask) SetFromCliFlag ¶
func (fieldMask *UpdateUserRequest_FieldMask) SetFromCliFlag(raw string) error
func (*UpdateUserRequest_FieldMask) SetRaw ¶
func (fieldMask *UpdateUserRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*UpdateUserRequest_FieldMask) Size ¶
func (fieldMask *UpdateUserRequest_FieldMask) Size() int
func (*UpdateUserRequest_FieldMask) String ¶
func (fieldMask *UpdateUserRequest_FieldMask) String() string
func (*UpdateUserRequest_FieldMask) Subtract ¶
func (fieldMask *UpdateUserRequest_FieldMask) Subtract(other *UpdateUserRequest_FieldMask) *UpdateUserRequest_FieldMask
func (*UpdateUserRequest_FieldMask) SubtractRaw ¶
func (fieldMask *UpdateUserRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*UpdateUserRequest_FieldMask) ToProtoFieldMask ¶
func (fieldMask *UpdateUserRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*UpdateUserRequest_FieldMask) Unmarshal ¶
func (fieldMask *UpdateUserRequest_FieldMask) Unmarshal(data []byte) error
func (*UpdateUserRequest_FieldMask) UnmarshalJSON ¶
func (fieldMask *UpdateUserRequest_FieldMask) UnmarshalJSON(data []byte) error
type UpdateUserRequest_FieldPath ¶
type UpdateUserRequest_FieldPath interface { gotenobject.FieldPath Selector() UpdateUserRequest_FieldPathSelector Get(source *UpdateUserRequest) []interface{} GetSingle(source *UpdateUserRequest) (interface{}, bool) ClearValue(item *UpdateUserRequest) // Those methods build corresponding UpdateUserRequest_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) UpdateUserRequest_FieldPathValue WithIArrayOfValues(values interface{}) UpdateUserRequest_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) UpdateUserRequest_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildUpdateUserRequest_FieldPath ¶
func BuildUpdateUserRequest_FieldPath(fp gotenobject.RawFieldPath) (UpdateUserRequest_FieldPath, error)
func MustParseUpdateUserRequest_FieldPath ¶
func MustParseUpdateUserRequest_FieldPath(rawField string) UpdateUserRequest_FieldPath
func ParseUpdateUserRequest_FieldPath ¶
func ParseUpdateUserRequest_FieldPath(rawField string) (UpdateUserRequest_FieldPath, error)
type UpdateUserRequest_FieldPathArrayItemValue ¶
type UpdateUserRequest_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue UpdateUserRequest_FieldPath ContainsValue(*UpdateUserRequest) bool }
UpdateUserRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for UpdateUserRequest according to their type Present only for array (repeated) types.
func MustParseUpdateUserRequest_FieldPathArrayItemValue ¶
func MustParseUpdateUserRequest_FieldPathArrayItemValue(pathStr, valueStr string) UpdateUserRequest_FieldPathArrayItemValue
func ParseUpdateUserRequest_FieldPathArrayItemValue ¶
func ParseUpdateUserRequest_FieldPathArrayItemValue(pathStr, valueStr string) (UpdateUserRequest_FieldPathArrayItemValue, error)
ParseUpdateUserRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type UpdateUserRequest_FieldPathArrayOfValues ¶
type UpdateUserRequest_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues UpdateUserRequest_FieldPath }
UpdateUserRequest_FieldPathArrayOfValues allows storing slice of values for UpdateUserRequest fields according to their type
func MustParseUpdateUserRequest_FieldPathArrayOfValues ¶
func MustParseUpdateUserRequest_FieldPathArrayOfValues(pathStr, valuesStr string) UpdateUserRequest_FieldPathArrayOfValues
func ParseUpdateUserRequest_FieldPathArrayOfValues ¶
func ParseUpdateUserRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (UpdateUserRequest_FieldPathArrayOfValues, error)
type UpdateUserRequest_FieldPathSelector ¶
type UpdateUserRequest_FieldPathSelector int32
const ( UpdateUserRequest_FieldPathSelectorUser UpdateUserRequest_FieldPathSelector = 0 UpdateUserRequest_FieldPathSelectorUpdateMask UpdateUserRequest_FieldPathSelector = 1 UpdateUserRequest_FieldPathSelectorCas UpdateUserRequest_FieldPathSelector = 2 )
func (UpdateUserRequest_FieldPathSelector) String ¶
func (s UpdateUserRequest_FieldPathSelector) String() string
type UpdateUserRequest_FieldPathValue ¶
type UpdateUserRequest_FieldPathValue interface { UpdateUserRequest_FieldPath gotenobject.FieldPathValue SetTo(target **UpdateUserRequest) CompareWith(*UpdateUserRequest) (cmp int, comparable bool) }
UpdateUserRequest_FieldPathValue allows storing values for UpdateUserRequest fields according to their type
func MustParseUpdateUserRequest_FieldPathValue ¶
func MustParseUpdateUserRequest_FieldPathValue(pathStr, valueStr string) UpdateUserRequest_FieldPathValue
func ParseUpdateUserRequest_FieldPathValue ¶
func ParseUpdateUserRequest_FieldPathValue(pathStr, valueStr string) (UpdateUserRequest_FieldPathValue, error)
type UpdateUserRequest_FieldSubPath ¶
type UpdateUserRequest_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*UpdateUserRequest_FieldSubPath) AsCasSubPath ¶
func (fps *UpdateUserRequest_FieldSubPath) AsCasSubPath() (UpdateUserRequestCAS_FieldPath, bool)
func (*UpdateUserRequest_FieldSubPath) AsUserSubPath ¶
func (fps *UpdateUserRequest_FieldSubPath) AsUserSubPath() (user.User_FieldPath, bool)
func (*UpdateUserRequest_FieldSubPath) ClearValue ¶
func (fps *UpdateUserRequest_FieldSubPath) ClearValue(item *UpdateUserRequest)
func (*UpdateUserRequest_FieldSubPath) ClearValueRaw ¶
func (fps *UpdateUserRequest_FieldSubPath) ClearValueRaw(item proto.Message)
func (*UpdateUserRequest_FieldSubPath) Get ¶
func (fps *UpdateUserRequest_FieldSubPath) Get(source *UpdateUserRequest) (values []interface{})
Get returns all values pointed by selected field from source UpdateUserRequest
func (*UpdateUserRequest_FieldSubPath) GetDefault ¶
func (fps *UpdateUserRequest_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*UpdateUserRequest_FieldSubPath) GetRaw ¶
func (fps *UpdateUserRequest_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*UpdateUserRequest_FieldSubPath) GetSingle ¶
func (fps *UpdateUserRequest_FieldSubPath) GetSingle(source *UpdateUserRequest) (interface{}, bool)
GetSingle returns value of selected field from source UpdateUserRequest
func (*UpdateUserRequest_FieldSubPath) GetSingleRaw ¶
func (fps *UpdateUserRequest_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*UpdateUserRequest_FieldSubPath) IsLeaf ¶
func (fps *UpdateUserRequest_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*UpdateUserRequest_FieldSubPath) JSONString ¶
func (fps *UpdateUserRequest_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*UpdateUserRequest_FieldSubPath) Selector ¶
func (fps *UpdateUserRequest_FieldSubPath) Selector() UpdateUserRequest_FieldPathSelector
func (*UpdateUserRequest_FieldSubPath) String ¶
func (fps *UpdateUserRequest_FieldSubPath) String() string
String returns path representation in proto convention
func (*UpdateUserRequest_FieldSubPath) WithIArrayItemValue ¶
func (fps *UpdateUserRequest_FieldSubPath) WithIArrayItemValue(value interface{}) UpdateUserRequest_FieldPathArrayItemValue
func (*UpdateUserRequest_FieldSubPath) WithIArrayOfValues ¶
func (fps *UpdateUserRequest_FieldSubPath) WithIArrayOfValues(values interface{}) UpdateUserRequest_FieldPathArrayOfValues
func (*UpdateUserRequest_FieldSubPath) WithIValue ¶
func (fps *UpdateUserRequest_FieldSubPath) WithIValue(value interface{}) UpdateUserRequest_FieldPathValue
func (*UpdateUserRequest_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *UpdateUserRequest_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*UpdateUserRequest_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *UpdateUserRequest_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*UpdateUserRequest_FieldSubPath) WithRawIValue ¶
func (fps *UpdateUserRequest_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type UpdateUserRequest_FieldSubPathArrayItemValue ¶
type UpdateUserRequest_FieldSubPathArrayItemValue struct { UpdateUserRequest_FieldPath // contains filtered or unexported fields }
func (*UpdateUserRequest_FieldSubPathArrayItemValue) AsCasPathItemValue ¶
func (fpaivs *UpdateUserRequest_FieldSubPathArrayItemValue) AsCasPathItemValue() (UpdateUserRequestCAS_FieldPathArrayItemValue, bool)
func (*UpdateUserRequest_FieldSubPathArrayItemValue) AsUserPathItemValue ¶
func (fpaivs *UpdateUserRequest_FieldSubPathArrayItemValue) AsUserPathItemValue() (user.User_FieldPathArrayItemValue, bool)
func (*UpdateUserRequest_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *UpdateUserRequest_FieldSubPathArrayItemValue) ContainsValue(source *UpdateUserRequest) bool
Contains returns a boolean indicating if value that is being held is present in given 'UpdateUserRequest'
func (*UpdateUserRequest_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *UpdateUserRequest_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type UpdateUserRequest_FieldSubPathArrayOfValues ¶
type UpdateUserRequest_FieldSubPathArrayOfValues struct { UpdateUserRequest_FieldPath // contains filtered or unexported fields }
func (*UpdateUserRequest_FieldSubPathArrayOfValues) AsCasPathArrayOfValues ¶
func (fpsaov *UpdateUserRequest_FieldSubPathArrayOfValues) AsCasPathArrayOfValues() (UpdateUserRequestCAS_FieldPathArrayOfValues, bool)
func (*UpdateUserRequest_FieldSubPathArrayOfValues) AsUserPathArrayOfValues ¶
func (fpsaov *UpdateUserRequest_FieldSubPathArrayOfValues) AsUserPathArrayOfValues() (user.User_FieldPathArrayOfValues, bool)
func (*UpdateUserRequest_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *UpdateUserRequest_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type UpdateUserRequest_FieldSubPathValue ¶
type UpdateUserRequest_FieldSubPathValue struct { UpdateUserRequest_FieldPath // contains filtered or unexported fields }
func (*UpdateUserRequest_FieldSubPathValue) AsCasPathValue ¶
func (fpvs *UpdateUserRequest_FieldSubPathValue) AsCasPathValue() (UpdateUserRequestCAS_FieldPathValue, bool)
func (*UpdateUserRequest_FieldSubPathValue) AsUserPathValue ¶
func (fpvs *UpdateUserRequest_FieldSubPathValue) AsUserPathValue() (user.User_FieldPathValue, bool)
func (*UpdateUserRequest_FieldSubPathValue) CompareWith ¶
func (fpvs *UpdateUserRequest_FieldSubPathValue) CompareWith(source *UpdateUserRequest) (int, bool)
func (*UpdateUserRequest_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *UpdateUserRequest_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*UpdateUserRequest_FieldSubPathValue) GetRawValue ¶
func (fpvs *UpdateUserRequest_FieldSubPathValue) GetRawValue() interface{}
func (*UpdateUserRequest_FieldSubPathValue) SetTo ¶
func (fpvs *UpdateUserRequest_FieldSubPathValue) SetTo(target **UpdateUserRequest)
func (*UpdateUserRequest_FieldSubPathValue) SetToRaw ¶
func (fpvs *UpdateUserRequest_FieldSubPathValue) SetToRaw(target proto.Message)
type UpdateUserRequest_FieldTerminalPath ¶
type UpdateUserRequest_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*UpdateUserRequest_FieldTerminalPath) ClearValue ¶
func (fp *UpdateUserRequest_FieldTerminalPath) ClearValue(item *UpdateUserRequest)
func (*UpdateUserRequest_FieldTerminalPath) ClearValueRaw ¶
func (fp *UpdateUserRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*UpdateUserRequest_FieldTerminalPath) Get ¶
func (fp *UpdateUserRequest_FieldTerminalPath) Get(source *UpdateUserRequest) (values []interface{})
Get returns all values pointed by specific field from source UpdateUserRequest
func (*UpdateUserRequest_FieldTerminalPath) GetDefault ¶
func (fp *UpdateUserRequest_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*UpdateUserRequest_FieldTerminalPath) GetRaw ¶
func (fp *UpdateUserRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*UpdateUserRequest_FieldTerminalPath) GetSingle ¶
func (fp *UpdateUserRequest_FieldTerminalPath) GetSingle(source *UpdateUserRequest) (interface{}, bool)
GetSingle returns value pointed by specific field of from source UpdateUserRequest
func (*UpdateUserRequest_FieldTerminalPath) GetSingleRaw ¶
func (fp *UpdateUserRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*UpdateUserRequest_FieldTerminalPath) IsLeaf ¶
func (fp *UpdateUserRequest_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*UpdateUserRequest_FieldTerminalPath) JSONString ¶
func (fp *UpdateUserRequest_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*UpdateUserRequest_FieldTerminalPath) Selector ¶
func (fp *UpdateUserRequest_FieldTerminalPath) Selector() UpdateUserRequest_FieldPathSelector
func (*UpdateUserRequest_FieldTerminalPath) String ¶
func (fp *UpdateUserRequest_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*UpdateUserRequest_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *UpdateUserRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) UpdateUserRequest_FieldPathArrayItemValue
func (*UpdateUserRequest_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *UpdateUserRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) UpdateUserRequest_FieldPathArrayOfValues
func (*UpdateUserRequest_FieldTerminalPath) WithIValue ¶
func (fp *UpdateUserRequest_FieldTerminalPath) WithIValue(value interface{}) UpdateUserRequest_FieldPathValue
func (*UpdateUserRequest_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *UpdateUserRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*UpdateUserRequest_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *UpdateUserRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*UpdateUserRequest_FieldTerminalPath) WithRawIValue ¶
func (fp *UpdateUserRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type UpdateUserRequest_FieldTerminalPathArrayItemValue ¶
type UpdateUserRequest_FieldTerminalPathArrayItemValue struct { UpdateUserRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*UpdateUserRequest_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *UpdateUserRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *UpdateUserRequest) bool
Contains returns a boolean indicating if value that is being held is present in given 'UpdateUserRequest'
func (*UpdateUserRequest_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *UpdateUserRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object UpdateUserRequest as interface{}
func (*UpdateUserRequest_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *UpdateUserRequest_FieldTerminalPathArrayItemValue) GetSingle(source *UpdateUserRequest) (interface{}, bool)
func (*UpdateUserRequest_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *UpdateUserRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type UpdateUserRequest_FieldTerminalPathArrayOfValues ¶
type UpdateUserRequest_FieldTerminalPathArrayOfValues struct { UpdateUserRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*UpdateUserRequest_FieldTerminalPathArrayOfValues) AsCasArrayOfValues ¶
func (fpaov *UpdateUserRequest_FieldTerminalPathArrayOfValues) AsCasArrayOfValues() ([]*UpdateUserRequest_CAS, bool)
func (*UpdateUserRequest_FieldTerminalPathArrayOfValues) AsUpdateMaskArrayOfValues ¶
func (fpaov *UpdateUserRequest_FieldTerminalPathArrayOfValues) AsUpdateMaskArrayOfValues() ([]*user.User_FieldMask, bool)
func (*UpdateUserRequest_FieldTerminalPathArrayOfValues) AsUserArrayOfValues ¶
func (fpaov *UpdateUserRequest_FieldTerminalPathArrayOfValues) AsUserArrayOfValues() ([]*user.User, bool)
func (*UpdateUserRequest_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *UpdateUserRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type UpdateUserRequest_FieldTerminalPathValue ¶
type UpdateUserRequest_FieldTerminalPathValue struct { UpdateUserRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*UpdateUserRequest_FieldTerminalPathValue) AsCasValue ¶
func (fpv *UpdateUserRequest_FieldTerminalPathValue) AsCasValue() (*UpdateUserRequest_CAS, bool)
func (*UpdateUserRequest_FieldTerminalPathValue) AsUpdateMaskValue ¶
func (fpv *UpdateUserRequest_FieldTerminalPathValue) AsUpdateMaskValue() (*user.User_FieldMask, bool)
func (*UpdateUserRequest_FieldTerminalPathValue) AsUserValue ¶
func (fpv *UpdateUserRequest_FieldTerminalPathValue) AsUserValue() (*user.User, bool)
func (*UpdateUserRequest_FieldTerminalPathValue) CompareWith ¶
func (fpv *UpdateUserRequest_FieldTerminalPathValue) CompareWith(source *UpdateUserRequest) (int, bool)
CompareWith compares value in the 'UpdateUserRequest_FieldTerminalPathValue' with the value under path in 'UpdateUserRequest'.
func (*UpdateUserRequest_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *UpdateUserRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*UpdateUserRequest_FieldTerminalPathValue) GetRawValue ¶
func (fpv *UpdateUserRequest_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'UpdateUserRequest' as interface{}
func (*UpdateUserRequest_FieldTerminalPathValue) SetTo ¶
func (fpv *UpdateUserRequest_FieldTerminalPathValue) SetTo(target **UpdateUserRequest)
SetTo stores value for selected field for object UpdateUserRequest
func (*UpdateUserRequest_FieldTerminalPathValue) SetToRaw ¶
func (fpv *UpdateUserRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
type UserServiceClient ¶
type UserServiceClient interface { GetUser(ctx context.Context, in *GetUserRequest, opts ...grpc.CallOption) (*user.User, error) BatchGetUsers(ctx context.Context, in *BatchGetUsersRequest, opts ...grpc.CallOption) (*BatchGetUsersResponse, error) ListUsers(ctx context.Context, in *ListUsersRequest, opts ...grpc.CallOption) (*ListUsersResponse, error) WatchUser(ctx context.Context, in *WatchUserRequest, opts ...grpc.CallOption) (WatchUserClientStream, error) WatchUsers(ctx context.Context, in *WatchUsersRequest, opts ...grpc.CallOption) (WatchUsersClientStream, error) CreateUser(ctx context.Context, in *CreateUserRequest, opts ...grpc.CallOption) (*user.User, error) UpdateUser(ctx context.Context, in *UpdateUserRequest, opts ...grpc.CallOption) (*user.User, error) DeleteUser(ctx context.Context, in *DeleteUserRequest, opts ...grpc.CallOption) (*empty.Empty, error) GetUserByEmail(ctx context.Context, in *GetUserByEmailRequest, opts ...grpc.CallOption) (*user.User, error) BatchGetUsersByEmail(ctx context.Context, in *BatchGetUsersByEmailRequest, opts ...grpc.CallOption) (*BatchGetUsersByEmailResponse, error) GetMySettings(ctx context.Context, in *GetMySettingsRequest, opts ...grpc.CallOption) (*GetMySettingsResponse, error) SetMySettings(ctx context.Context, in *SetMySettingsRequest, opts ...grpc.CallOption) (*empty.Empty, error) RefreshUserFromIdToken(ctx context.Context, in *RefreshUserFromIdTokenRequest, opts ...grpc.CallOption) (*RefreshUserFromIdTokenResponse, error) }
UserServiceClient is the client API for UserService.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewUserServiceClient ¶
func NewUserServiceClient(cc grpc.ClientConnInterface) UserServiceClient
type WatchUserClientStream ¶
type WatchUserClientStream interface { Recv() (*WatchUserResponse, error) grpc.ClientStream }
type WatchUserRequest ¶
type WatchUserRequest struct { // Reference to ntt.iam.v1alpha.User Name *user.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 *user.User_FieldMask `` /* 136-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 [WatchUser][ntt.iam.v1alpha.WatchUser]
func (*WatchUserRequest) Clone ¶
func (o *WatchUserRequest) Clone() *WatchUserRequest
func (*WatchUserRequest) CloneRaw ¶
func (o *WatchUserRequest) CloneRaw() gotenobject.GotenObjectExt
func (*WatchUserRequest) Descriptor ¶
func (*WatchUserRequest) Descriptor() ([]byte, []int)
Deprecated, Use WatchUserRequest.ProtoReflect.Descriptor instead.
func (*WatchUserRequest) GetFieldMask ¶
func (m *WatchUserRequest) GetFieldMask() *user.User_FieldMask
func (*WatchUserRequest) GetName ¶
func (m *WatchUserRequest) GetName() *user.Reference
func (*WatchUserRequest) GetView ¶
func (m *WatchUserRequest) GetView() view.View
func (*WatchUserRequest) GotenMessage ¶
func (*WatchUserRequest) GotenMessage()
func (*WatchUserRequest) GotenObjectExt ¶
func (o *WatchUserRequest) GotenObjectExt()
func (*WatchUserRequest) GotenValidate ¶
func (obj *WatchUserRequest) GotenValidate() error
func (*WatchUserRequest) MakeDiffFieldMask ¶
func (o *WatchUserRequest) MakeDiffFieldMask(other *WatchUserRequest) *WatchUserRequest_FieldMask
func (*WatchUserRequest) MakeFullFieldMask ¶
func (o *WatchUserRequest) MakeFullFieldMask() *WatchUserRequest_FieldMask
func (*WatchUserRequest) MakeRawDiffFieldMask ¶
func (o *WatchUserRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*WatchUserRequest) MakeRawFullFieldMask ¶
func (o *WatchUserRequest) MakeRawFullFieldMask() gotenobject.FieldMask
func (*WatchUserRequest) Marshal ¶
func (m *WatchUserRequest) Marshal() ([]byte, error)
func (*WatchUserRequest) MarshalJSON ¶
func (m *WatchUserRequest) MarshalJSON() ([]byte, error)
func (*WatchUserRequest) Merge ¶
func (o *WatchUserRequest) Merge(source *WatchUserRequest)
func (*WatchUserRequest) MergeRaw ¶
func (o *WatchUserRequest) MergeRaw(source gotenobject.GotenObjectExt)
func (*WatchUserRequest) ProtoMessage ¶
func (*WatchUserRequest) ProtoMessage()
func (*WatchUserRequest) ProtoReflect ¶
func (m *WatchUserRequest) ProtoReflect() preflect.Message
func (*WatchUserRequest) Reset ¶
func (m *WatchUserRequest) Reset()
func (*WatchUserRequest) SetFieldMask ¶
func (m *WatchUserRequest) SetFieldMask(fv *user.User_FieldMask)
func (*WatchUserRequest) SetName ¶
func (m *WatchUserRequest) SetName(fv *user.Reference)
func (*WatchUserRequest) SetView ¶
func (m *WatchUserRequest) SetView(fv view.View)
func (*WatchUserRequest) String ¶
func (m *WatchUserRequest) String() string
func (*WatchUserRequest) Unmarshal ¶
func (m *WatchUserRequest) Unmarshal(b []byte) error
func (*WatchUserRequest) UnmarshalJSON ¶
func (m *WatchUserRequest) UnmarshalJSON(data []byte) error
type WatchUserRequestFieldPathBuilder ¶
type WatchUserRequestFieldPathBuilder struct{}
func NewWatchUserRequestFieldPathBuilder ¶
func NewWatchUserRequestFieldPathBuilder() WatchUserRequestFieldPathBuilder
func (WatchUserRequestFieldPathBuilder) FieldMask ¶
func (WatchUserRequestFieldPathBuilder) FieldMask() WatchUserRequestPathSelectorFieldMask
type WatchUserRequestPathSelectorFieldMask ¶
type WatchUserRequestPathSelectorFieldMask struct{}
func (WatchUserRequestPathSelectorFieldMask) FieldPath ¶
func (WatchUserRequestPathSelectorFieldMask) FieldPath() *WatchUserRequest_FieldTerminalPath
func (WatchUserRequestPathSelectorFieldMask) WithArrayOfValues ¶
func (s WatchUserRequestPathSelectorFieldMask) WithArrayOfValues(values []*user.User_FieldMask) *WatchUserRequest_FieldTerminalPathArrayOfValues
func (WatchUserRequestPathSelectorFieldMask) WithValue ¶
func (s WatchUserRequestPathSelectorFieldMask) WithValue(value *user.User_FieldMask) *WatchUserRequest_FieldTerminalPathValue
type WatchUserRequestPathSelectorName ¶
type WatchUserRequestPathSelectorName struct{}
func (WatchUserRequestPathSelectorName) FieldPath ¶
func (WatchUserRequestPathSelectorName) FieldPath() *WatchUserRequest_FieldTerminalPath
func (WatchUserRequestPathSelectorName) WithArrayOfValues ¶
func (s WatchUserRequestPathSelectorName) WithArrayOfValues(values []*user.Reference) *WatchUserRequest_FieldTerminalPathArrayOfValues
func (WatchUserRequestPathSelectorName) WithValue ¶
func (s WatchUserRequestPathSelectorName) WithValue(value *user.Reference) *WatchUserRequest_FieldTerminalPathValue
type WatchUserRequestPathSelectorView ¶
type WatchUserRequestPathSelectorView struct{}
func (WatchUserRequestPathSelectorView) FieldPath ¶
func (WatchUserRequestPathSelectorView) FieldPath() *WatchUserRequest_FieldTerminalPath
func (WatchUserRequestPathSelectorView) WithArrayOfValues ¶
func (s WatchUserRequestPathSelectorView) WithArrayOfValues(values []view.View) *WatchUserRequest_FieldTerminalPathArrayOfValues
func (WatchUserRequestPathSelectorView) WithValue ¶
func (s WatchUserRequestPathSelectorView) WithValue(value view.View) *WatchUserRequest_FieldTerminalPathValue
type WatchUserRequest_FieldMask ¶
type WatchUserRequest_FieldMask struct {
Paths []WatchUserRequest_FieldPath
}
func FullWatchUserRequest_FieldMask ¶
func FullWatchUserRequest_FieldMask() *WatchUserRequest_FieldMask
func (*WatchUserRequest_FieldMask) AppendPath ¶
func (fieldMask *WatchUserRequest_FieldMask) AppendPath(path WatchUserRequest_FieldPath)
func (*WatchUserRequest_FieldMask) AppendRawPath ¶
func (fieldMask *WatchUserRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*WatchUserRequest_FieldMask) DecodeFirestore ¶
func (fieldMask *WatchUserRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*WatchUserRequest_FieldMask) EncodeFirestore ¶
func (fieldMask *WatchUserRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*WatchUserRequest_FieldMask) FilterInputFields ¶
func (fieldMask *WatchUserRequest_FieldMask) FilterInputFields() *WatchUserRequest_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*WatchUserRequest_FieldMask) FromProtoFieldMask ¶
func (fieldMask *WatchUserRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*WatchUserRequest_FieldMask) GetPaths ¶
func (fieldMask *WatchUserRequest_FieldMask) GetPaths() []WatchUserRequest_FieldPath
func (*WatchUserRequest_FieldMask) GetRawPaths ¶
func (fieldMask *WatchUserRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*WatchUserRequest_FieldMask) IsFull ¶
func (fieldMask *WatchUserRequest_FieldMask) IsFull() bool
func (WatchUserRequest_FieldMask) Marshal ¶
func (fieldMask WatchUserRequest_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (WatchUserRequest_FieldMask) MarshalJSON ¶
func (fieldMask WatchUserRequest_FieldMask) MarshalJSON() ([]byte, error)
func (*WatchUserRequest_FieldMask) PathsCount ¶
func (fieldMask *WatchUserRequest_FieldMask) PathsCount() int
func (*WatchUserRequest_FieldMask) Project ¶
func (fieldMask *WatchUserRequest_FieldMask) Project(source *WatchUserRequest) *WatchUserRequest
func (*WatchUserRequest_FieldMask) ProjectRaw ¶
func (fieldMask *WatchUserRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*WatchUserRequest_FieldMask) ProtoMessage ¶
func (fieldMask *WatchUserRequest_FieldMask) ProtoMessage()
func (*WatchUserRequest_FieldMask) ProtoReflect ¶
func (fieldMask *WatchUserRequest_FieldMask) ProtoReflect() preflect.Message
func (*WatchUserRequest_FieldMask) Reset ¶
func (fieldMask *WatchUserRequest_FieldMask) Reset()
func (*WatchUserRequest_FieldMask) Set ¶
func (fieldMask *WatchUserRequest_FieldMask) Set(target, source *WatchUserRequest)
func (*WatchUserRequest_FieldMask) SetFromCliFlag ¶
func (fieldMask *WatchUserRequest_FieldMask) SetFromCliFlag(raw string) error
func (*WatchUserRequest_FieldMask) SetRaw ¶
func (fieldMask *WatchUserRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*WatchUserRequest_FieldMask) Size ¶
func (fieldMask *WatchUserRequest_FieldMask) Size() int
func (*WatchUserRequest_FieldMask) String ¶
func (fieldMask *WatchUserRequest_FieldMask) String() string
func (*WatchUserRequest_FieldMask) Subtract ¶
func (fieldMask *WatchUserRequest_FieldMask) Subtract(other *WatchUserRequest_FieldMask) *WatchUserRequest_FieldMask
func (*WatchUserRequest_FieldMask) SubtractRaw ¶
func (fieldMask *WatchUserRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*WatchUserRequest_FieldMask) ToProtoFieldMask ¶
func (fieldMask *WatchUserRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*WatchUserRequest_FieldMask) Unmarshal ¶
func (fieldMask *WatchUserRequest_FieldMask) Unmarshal(data []byte) error
func (*WatchUserRequest_FieldMask) UnmarshalJSON ¶
func (fieldMask *WatchUserRequest_FieldMask) UnmarshalJSON(data []byte) error
type WatchUserRequest_FieldPath ¶
type WatchUserRequest_FieldPath interface { gotenobject.FieldPath Selector() WatchUserRequest_FieldPathSelector Get(source *WatchUserRequest) []interface{} GetSingle(source *WatchUserRequest) (interface{}, bool) ClearValue(item *WatchUserRequest) // Those methods build corresponding WatchUserRequest_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) WatchUserRequest_FieldPathValue WithIArrayOfValues(values interface{}) WatchUserRequest_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) WatchUserRequest_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildWatchUserRequest_FieldPath ¶
func BuildWatchUserRequest_FieldPath(fp gotenobject.RawFieldPath) (WatchUserRequest_FieldPath, error)
func MustParseWatchUserRequest_FieldPath ¶
func MustParseWatchUserRequest_FieldPath(rawField string) WatchUserRequest_FieldPath
func ParseWatchUserRequest_FieldPath ¶
func ParseWatchUserRequest_FieldPath(rawField string) (WatchUserRequest_FieldPath, error)
type WatchUserRequest_FieldPathArrayItemValue ¶
type WatchUserRequest_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue WatchUserRequest_FieldPath ContainsValue(*WatchUserRequest) bool }
WatchUserRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for WatchUserRequest according to their type Present only for array (repeated) types.
func MustParseWatchUserRequest_FieldPathArrayItemValue ¶
func MustParseWatchUserRequest_FieldPathArrayItemValue(pathStr, valueStr string) WatchUserRequest_FieldPathArrayItemValue
func ParseWatchUserRequest_FieldPathArrayItemValue ¶
func ParseWatchUserRequest_FieldPathArrayItemValue(pathStr, valueStr string) (WatchUserRequest_FieldPathArrayItemValue, error)
ParseWatchUserRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type WatchUserRequest_FieldPathArrayOfValues ¶
type WatchUserRequest_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues WatchUserRequest_FieldPath }
WatchUserRequest_FieldPathArrayOfValues allows storing slice of values for WatchUserRequest fields according to their type
func MustParseWatchUserRequest_FieldPathArrayOfValues ¶
func MustParseWatchUserRequest_FieldPathArrayOfValues(pathStr, valuesStr string) WatchUserRequest_FieldPathArrayOfValues
func ParseWatchUserRequest_FieldPathArrayOfValues ¶
func ParseWatchUserRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchUserRequest_FieldPathArrayOfValues, error)
type WatchUserRequest_FieldPathSelector ¶
type WatchUserRequest_FieldPathSelector int32
const ( WatchUserRequest_FieldPathSelectorName WatchUserRequest_FieldPathSelector = 0 WatchUserRequest_FieldPathSelectorFieldMask WatchUserRequest_FieldPathSelector = 1 WatchUserRequest_FieldPathSelectorView WatchUserRequest_FieldPathSelector = 2 )
func (WatchUserRequest_FieldPathSelector) String ¶
func (s WatchUserRequest_FieldPathSelector) String() string
type WatchUserRequest_FieldPathValue ¶
type WatchUserRequest_FieldPathValue interface { WatchUserRequest_FieldPath gotenobject.FieldPathValue SetTo(target **WatchUserRequest) CompareWith(*WatchUserRequest) (cmp int, comparable bool) }
WatchUserRequest_FieldPathValue allows storing values for WatchUserRequest fields according to their type
func MustParseWatchUserRequest_FieldPathValue ¶
func MustParseWatchUserRequest_FieldPathValue(pathStr, valueStr string) WatchUserRequest_FieldPathValue
func ParseWatchUserRequest_FieldPathValue ¶
func ParseWatchUserRequest_FieldPathValue(pathStr, valueStr string) (WatchUserRequest_FieldPathValue, error)
type WatchUserRequest_FieldTerminalPath ¶
type WatchUserRequest_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*WatchUserRequest_FieldTerminalPath) ClearValue ¶
func (fp *WatchUserRequest_FieldTerminalPath) ClearValue(item *WatchUserRequest)
func (*WatchUserRequest_FieldTerminalPath) ClearValueRaw ¶
func (fp *WatchUserRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*WatchUserRequest_FieldTerminalPath) Get ¶
func (fp *WatchUserRequest_FieldTerminalPath) Get(source *WatchUserRequest) (values []interface{})
Get returns all values pointed by specific field from source WatchUserRequest
func (*WatchUserRequest_FieldTerminalPath) GetDefault ¶
func (fp *WatchUserRequest_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*WatchUserRequest_FieldTerminalPath) GetRaw ¶
func (fp *WatchUserRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*WatchUserRequest_FieldTerminalPath) GetSingle ¶
func (fp *WatchUserRequest_FieldTerminalPath) GetSingle(source *WatchUserRequest) (interface{}, bool)
GetSingle returns value pointed by specific field of from source WatchUserRequest
func (*WatchUserRequest_FieldTerminalPath) GetSingleRaw ¶
func (fp *WatchUserRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*WatchUserRequest_FieldTerminalPath) IsLeaf ¶
func (fp *WatchUserRequest_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*WatchUserRequest_FieldTerminalPath) JSONString ¶
func (fp *WatchUserRequest_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*WatchUserRequest_FieldTerminalPath) Selector ¶
func (fp *WatchUserRequest_FieldTerminalPath) Selector() WatchUserRequest_FieldPathSelector
func (*WatchUserRequest_FieldTerminalPath) String ¶
func (fp *WatchUserRequest_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*WatchUserRequest_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *WatchUserRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) WatchUserRequest_FieldPathArrayItemValue
func (*WatchUserRequest_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *WatchUserRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchUserRequest_FieldPathArrayOfValues
func (*WatchUserRequest_FieldTerminalPath) WithIValue ¶
func (fp *WatchUserRequest_FieldTerminalPath) WithIValue(value interface{}) WatchUserRequest_FieldPathValue
func (*WatchUserRequest_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *WatchUserRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*WatchUserRequest_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *WatchUserRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*WatchUserRequest_FieldTerminalPath) WithRawIValue ¶
func (fp *WatchUserRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type WatchUserRequest_FieldTerminalPathArrayItemValue ¶
type WatchUserRequest_FieldTerminalPathArrayItemValue struct { WatchUserRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchUserRequest_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *WatchUserRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *WatchUserRequest) bool
Contains returns a boolean indicating if value that is being held is present in given 'WatchUserRequest'
func (*WatchUserRequest_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *WatchUserRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object WatchUserRequest as interface{}
func (*WatchUserRequest_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *WatchUserRequest_FieldTerminalPathArrayItemValue) GetSingle(source *WatchUserRequest) (interface{}, bool)
func (*WatchUserRequest_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *WatchUserRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type WatchUserRequest_FieldTerminalPathArrayOfValues ¶
type WatchUserRequest_FieldTerminalPathArrayOfValues struct { WatchUserRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchUserRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues ¶
func (fpaov *WatchUserRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*user.User_FieldMask, bool)
func (*WatchUserRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues ¶
func (fpaov *WatchUserRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*user.Reference, bool)
func (*WatchUserRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues ¶
func (fpaov *WatchUserRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)
func (*WatchUserRequest_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *WatchUserRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type WatchUserRequest_FieldTerminalPathValue ¶
type WatchUserRequest_FieldTerminalPathValue struct { WatchUserRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchUserRequest_FieldTerminalPathValue) AsFieldMaskValue ¶
func (fpv *WatchUserRequest_FieldTerminalPathValue) AsFieldMaskValue() (*user.User_FieldMask, bool)
func (*WatchUserRequest_FieldTerminalPathValue) AsNameValue ¶
func (fpv *WatchUserRequest_FieldTerminalPathValue) AsNameValue() (*user.Reference, bool)
func (*WatchUserRequest_FieldTerminalPathValue) AsViewValue ¶
func (fpv *WatchUserRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)
func (*WatchUserRequest_FieldTerminalPathValue) CompareWith ¶
func (fpv *WatchUserRequest_FieldTerminalPathValue) CompareWith(source *WatchUserRequest) (int, bool)
CompareWith compares value in the 'WatchUserRequest_FieldTerminalPathValue' with the value under path in 'WatchUserRequest'.
func (*WatchUserRequest_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *WatchUserRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*WatchUserRequest_FieldTerminalPathValue) GetRawValue ¶
func (fpv *WatchUserRequest_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'WatchUserRequest' as interface{}
func (*WatchUserRequest_FieldTerminalPathValue) SetTo ¶
func (fpv *WatchUserRequest_FieldTerminalPathValue) SetTo(target **WatchUserRequest)
SetTo stores value for selected field for object WatchUserRequest
func (*WatchUserRequest_FieldTerminalPathValue) SetToRaw ¶
func (fpv *WatchUserRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
type WatchUserResponse ¶
type WatchUserResponse struct { Change *user.UserChange `protobuf:"bytes,1,opt,name=change,proto3" json:"change,omitempty" firestore:"change"` // contains filtered or unexported fields }
WatchUserResponse
func (*WatchUserResponse) Clone ¶
func (o *WatchUserResponse) Clone() *WatchUserResponse
func (*WatchUserResponse) CloneRaw ¶
func (o *WatchUserResponse) CloneRaw() gotenobject.GotenObjectExt
func (*WatchUserResponse) Descriptor ¶
func (*WatchUserResponse) Descriptor() ([]byte, []int)
Deprecated, Use WatchUserResponse.ProtoReflect.Descriptor instead.
func (*WatchUserResponse) GetChange ¶
func (m *WatchUserResponse) GetChange() *user.UserChange
func (*WatchUserResponse) GotenMessage ¶
func (*WatchUserResponse) GotenMessage()
func (*WatchUserResponse) GotenObjectExt ¶
func (o *WatchUserResponse) GotenObjectExt()
func (*WatchUserResponse) GotenValidate ¶
func (obj *WatchUserResponse) GotenValidate() error
func (*WatchUserResponse) MakeDiffFieldMask ¶
func (o *WatchUserResponse) MakeDiffFieldMask(other *WatchUserResponse) *WatchUserResponse_FieldMask
func (*WatchUserResponse) MakeFullFieldMask ¶
func (o *WatchUserResponse) MakeFullFieldMask() *WatchUserResponse_FieldMask
func (*WatchUserResponse) MakeRawDiffFieldMask ¶
func (o *WatchUserResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*WatchUserResponse) MakeRawFullFieldMask ¶
func (o *WatchUserResponse) MakeRawFullFieldMask() gotenobject.FieldMask
func (*WatchUserResponse) Marshal ¶
func (m *WatchUserResponse) Marshal() ([]byte, error)
func (*WatchUserResponse) MarshalJSON ¶
func (m *WatchUserResponse) MarshalJSON() ([]byte, error)
func (*WatchUserResponse) Merge ¶
func (o *WatchUserResponse) Merge(source *WatchUserResponse)
func (*WatchUserResponse) MergeRaw ¶
func (o *WatchUserResponse) MergeRaw(source gotenobject.GotenObjectExt)
func (*WatchUserResponse) ProtoMessage ¶
func (*WatchUserResponse) ProtoMessage()
func (*WatchUserResponse) ProtoReflect ¶
func (m *WatchUserResponse) ProtoReflect() preflect.Message
func (*WatchUserResponse) Reset ¶
func (m *WatchUserResponse) Reset()
func (*WatchUserResponse) SetChange ¶
func (m *WatchUserResponse) SetChange(fv *user.UserChange)
func (*WatchUserResponse) String ¶
func (m *WatchUserResponse) String() string
func (*WatchUserResponse) Unmarshal ¶
func (m *WatchUserResponse) Unmarshal(b []byte) error
func (*WatchUserResponse) UnmarshalJSON ¶
func (m *WatchUserResponse) UnmarshalJSON(data []byte) error
type WatchUserResponseFieldPathBuilder ¶
type WatchUserResponseFieldPathBuilder struct{}
func NewWatchUserResponseFieldPathBuilder ¶
func NewWatchUserResponseFieldPathBuilder() WatchUserResponseFieldPathBuilder
func (WatchUserResponseFieldPathBuilder) Change ¶
func (WatchUserResponseFieldPathBuilder) Change() WatchUserResponsePathSelectorChange
type WatchUserResponsePathSelectorChange ¶
type WatchUserResponsePathSelectorChange struct{}
func (WatchUserResponsePathSelectorChange) FieldPath ¶
func (WatchUserResponsePathSelectorChange) FieldPath() *WatchUserResponse_FieldTerminalPath
func (WatchUserResponsePathSelectorChange) WithArrayOfValues ¶
func (s WatchUserResponsePathSelectorChange) WithArrayOfValues(values []*user.UserChange) *WatchUserResponse_FieldTerminalPathArrayOfValues
func (WatchUserResponsePathSelectorChange) WithValue ¶
func (s WatchUserResponsePathSelectorChange) WithValue(value *user.UserChange) *WatchUserResponse_FieldTerminalPathValue
type WatchUserResponse_FieldMask ¶
type WatchUserResponse_FieldMask struct {
Paths []WatchUserResponse_FieldPath
}
func FullWatchUserResponse_FieldMask ¶
func FullWatchUserResponse_FieldMask() *WatchUserResponse_FieldMask
func (*WatchUserResponse_FieldMask) AppendPath ¶
func (fieldMask *WatchUserResponse_FieldMask) AppendPath(path WatchUserResponse_FieldPath)
func (*WatchUserResponse_FieldMask) AppendRawPath ¶
func (fieldMask *WatchUserResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*WatchUserResponse_FieldMask) DecodeFirestore ¶
func (fieldMask *WatchUserResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*WatchUserResponse_FieldMask) EncodeFirestore ¶
func (fieldMask *WatchUserResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*WatchUserResponse_FieldMask) FilterInputFields ¶
func (fieldMask *WatchUserResponse_FieldMask) FilterInputFields() *WatchUserResponse_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*WatchUserResponse_FieldMask) FromProtoFieldMask ¶
func (fieldMask *WatchUserResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*WatchUserResponse_FieldMask) GetPaths ¶
func (fieldMask *WatchUserResponse_FieldMask) GetPaths() []WatchUserResponse_FieldPath
func (*WatchUserResponse_FieldMask) GetRawPaths ¶
func (fieldMask *WatchUserResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*WatchUserResponse_FieldMask) IsFull ¶
func (fieldMask *WatchUserResponse_FieldMask) IsFull() bool
func (WatchUserResponse_FieldMask) Marshal ¶
func (fieldMask WatchUserResponse_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (WatchUserResponse_FieldMask) MarshalJSON ¶
func (fieldMask WatchUserResponse_FieldMask) MarshalJSON() ([]byte, error)
func (*WatchUserResponse_FieldMask) PathsCount ¶
func (fieldMask *WatchUserResponse_FieldMask) PathsCount() int
func (*WatchUserResponse_FieldMask) Project ¶
func (fieldMask *WatchUserResponse_FieldMask) Project(source *WatchUserResponse) *WatchUserResponse
func (*WatchUserResponse_FieldMask) ProjectRaw ¶
func (fieldMask *WatchUserResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*WatchUserResponse_FieldMask) ProtoMessage ¶
func (fieldMask *WatchUserResponse_FieldMask) ProtoMessage()
func (*WatchUserResponse_FieldMask) ProtoReflect ¶
func (fieldMask *WatchUserResponse_FieldMask) ProtoReflect() preflect.Message
func (*WatchUserResponse_FieldMask) Reset ¶
func (fieldMask *WatchUserResponse_FieldMask) Reset()
func (*WatchUserResponse_FieldMask) Set ¶
func (fieldMask *WatchUserResponse_FieldMask) Set(target, source *WatchUserResponse)
func (*WatchUserResponse_FieldMask) SetFromCliFlag ¶
func (fieldMask *WatchUserResponse_FieldMask) SetFromCliFlag(raw string) error
func (*WatchUserResponse_FieldMask) SetRaw ¶
func (fieldMask *WatchUserResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*WatchUserResponse_FieldMask) Size ¶
func (fieldMask *WatchUserResponse_FieldMask) Size() int
func (*WatchUserResponse_FieldMask) String ¶
func (fieldMask *WatchUserResponse_FieldMask) String() string
func (*WatchUserResponse_FieldMask) Subtract ¶
func (fieldMask *WatchUserResponse_FieldMask) Subtract(other *WatchUserResponse_FieldMask) *WatchUserResponse_FieldMask
func (*WatchUserResponse_FieldMask) SubtractRaw ¶
func (fieldMask *WatchUserResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*WatchUserResponse_FieldMask) ToProtoFieldMask ¶
func (fieldMask *WatchUserResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*WatchUserResponse_FieldMask) Unmarshal ¶
func (fieldMask *WatchUserResponse_FieldMask) Unmarshal(data []byte) error
func (*WatchUserResponse_FieldMask) UnmarshalJSON ¶
func (fieldMask *WatchUserResponse_FieldMask) UnmarshalJSON(data []byte) error
type WatchUserResponse_FieldPath ¶
type WatchUserResponse_FieldPath interface { gotenobject.FieldPath Selector() WatchUserResponse_FieldPathSelector Get(source *WatchUserResponse) []interface{} GetSingle(source *WatchUserResponse) (interface{}, bool) ClearValue(item *WatchUserResponse) // Those methods build corresponding WatchUserResponse_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) WatchUserResponse_FieldPathValue WithIArrayOfValues(values interface{}) WatchUserResponse_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) WatchUserResponse_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildWatchUserResponse_FieldPath ¶
func BuildWatchUserResponse_FieldPath(fp gotenobject.RawFieldPath) (WatchUserResponse_FieldPath, error)
func MustParseWatchUserResponse_FieldPath ¶
func MustParseWatchUserResponse_FieldPath(rawField string) WatchUserResponse_FieldPath
func ParseWatchUserResponse_FieldPath ¶
func ParseWatchUserResponse_FieldPath(rawField string) (WatchUserResponse_FieldPath, error)
type WatchUserResponse_FieldPathArrayItemValue ¶
type WatchUserResponse_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue WatchUserResponse_FieldPath ContainsValue(*WatchUserResponse) bool }
WatchUserResponse_FieldPathArrayItemValue allows storing single item in Path-specific values for WatchUserResponse according to their type Present only for array (repeated) types.
func MustParseWatchUserResponse_FieldPathArrayItemValue ¶
func MustParseWatchUserResponse_FieldPathArrayItemValue(pathStr, valueStr string) WatchUserResponse_FieldPathArrayItemValue
func ParseWatchUserResponse_FieldPathArrayItemValue ¶
func ParseWatchUserResponse_FieldPathArrayItemValue(pathStr, valueStr string) (WatchUserResponse_FieldPathArrayItemValue, error)
ParseWatchUserResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type WatchUserResponse_FieldPathArrayOfValues ¶
type WatchUserResponse_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues WatchUserResponse_FieldPath }
WatchUserResponse_FieldPathArrayOfValues allows storing slice of values for WatchUserResponse fields according to their type
func MustParseWatchUserResponse_FieldPathArrayOfValues ¶
func MustParseWatchUserResponse_FieldPathArrayOfValues(pathStr, valuesStr string) WatchUserResponse_FieldPathArrayOfValues
func ParseWatchUserResponse_FieldPathArrayOfValues ¶
func ParseWatchUserResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchUserResponse_FieldPathArrayOfValues, error)
type WatchUserResponse_FieldPathSelector ¶
type WatchUserResponse_FieldPathSelector int32
const (
WatchUserResponse_FieldPathSelectorChange WatchUserResponse_FieldPathSelector = 0
)
func (WatchUserResponse_FieldPathSelector) String ¶
func (s WatchUserResponse_FieldPathSelector) String() string
type WatchUserResponse_FieldPathValue ¶
type WatchUserResponse_FieldPathValue interface { WatchUserResponse_FieldPath gotenobject.FieldPathValue SetTo(target **WatchUserResponse) CompareWith(*WatchUserResponse) (cmp int, comparable bool) }
WatchUserResponse_FieldPathValue allows storing values for WatchUserResponse fields according to their type
func MustParseWatchUserResponse_FieldPathValue ¶
func MustParseWatchUserResponse_FieldPathValue(pathStr, valueStr string) WatchUserResponse_FieldPathValue
func ParseWatchUserResponse_FieldPathValue ¶
func ParseWatchUserResponse_FieldPathValue(pathStr, valueStr string) (WatchUserResponse_FieldPathValue, error)
type WatchUserResponse_FieldTerminalPath ¶
type WatchUserResponse_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*WatchUserResponse_FieldTerminalPath) ClearValue ¶
func (fp *WatchUserResponse_FieldTerminalPath) ClearValue(item *WatchUserResponse)
func (*WatchUserResponse_FieldTerminalPath) ClearValueRaw ¶
func (fp *WatchUserResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*WatchUserResponse_FieldTerminalPath) Get ¶
func (fp *WatchUserResponse_FieldTerminalPath) Get(source *WatchUserResponse) (values []interface{})
Get returns all values pointed by specific field from source WatchUserResponse
func (*WatchUserResponse_FieldTerminalPath) GetDefault ¶
func (fp *WatchUserResponse_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*WatchUserResponse_FieldTerminalPath) GetRaw ¶
func (fp *WatchUserResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*WatchUserResponse_FieldTerminalPath) GetSingle ¶
func (fp *WatchUserResponse_FieldTerminalPath) GetSingle(source *WatchUserResponse) (interface{}, bool)
GetSingle returns value pointed by specific field of from source WatchUserResponse
func (*WatchUserResponse_FieldTerminalPath) GetSingleRaw ¶
func (fp *WatchUserResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*WatchUserResponse_FieldTerminalPath) IsLeaf ¶
func (fp *WatchUserResponse_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*WatchUserResponse_FieldTerminalPath) JSONString ¶
func (fp *WatchUserResponse_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*WatchUserResponse_FieldTerminalPath) Selector ¶
func (fp *WatchUserResponse_FieldTerminalPath) Selector() WatchUserResponse_FieldPathSelector
func (*WatchUserResponse_FieldTerminalPath) String ¶
func (fp *WatchUserResponse_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*WatchUserResponse_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *WatchUserResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) WatchUserResponse_FieldPathArrayItemValue
func (*WatchUserResponse_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *WatchUserResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchUserResponse_FieldPathArrayOfValues
func (*WatchUserResponse_FieldTerminalPath) WithIValue ¶
func (fp *WatchUserResponse_FieldTerminalPath) WithIValue(value interface{}) WatchUserResponse_FieldPathValue
func (*WatchUserResponse_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *WatchUserResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*WatchUserResponse_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *WatchUserResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*WatchUserResponse_FieldTerminalPath) WithRawIValue ¶
func (fp *WatchUserResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type WatchUserResponse_FieldTerminalPathArrayItemValue ¶
type WatchUserResponse_FieldTerminalPathArrayItemValue struct { WatchUserResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchUserResponse_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *WatchUserResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *WatchUserResponse) bool
Contains returns a boolean indicating if value that is being held is present in given 'WatchUserResponse'
func (*WatchUserResponse_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *WatchUserResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object WatchUserResponse as interface{}
func (*WatchUserResponse_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *WatchUserResponse_FieldTerminalPathArrayItemValue) GetSingle(source *WatchUserResponse) (interface{}, bool)
func (*WatchUserResponse_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *WatchUserResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type WatchUserResponse_FieldTerminalPathArrayOfValues ¶
type WatchUserResponse_FieldTerminalPathArrayOfValues struct { WatchUserResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchUserResponse_FieldTerminalPathArrayOfValues) AsChangeArrayOfValues ¶
func (fpaov *WatchUserResponse_FieldTerminalPathArrayOfValues) AsChangeArrayOfValues() ([]*user.UserChange, bool)
func (*WatchUserResponse_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *WatchUserResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type WatchUserResponse_FieldTerminalPathValue ¶
type WatchUserResponse_FieldTerminalPathValue struct { WatchUserResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchUserResponse_FieldTerminalPathValue) AsChangeValue ¶
func (fpv *WatchUserResponse_FieldTerminalPathValue) AsChangeValue() (*user.UserChange, bool)
func (*WatchUserResponse_FieldTerminalPathValue) CompareWith ¶
func (fpv *WatchUserResponse_FieldTerminalPathValue) CompareWith(source *WatchUserResponse) (int, bool)
CompareWith compares value in the 'WatchUserResponse_FieldTerminalPathValue' with the value under path in 'WatchUserResponse'.
func (*WatchUserResponse_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *WatchUserResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*WatchUserResponse_FieldTerminalPathValue) GetRawValue ¶
func (fpv *WatchUserResponse_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'WatchUserResponse' as interface{}
func (*WatchUserResponse_FieldTerminalPathValue) SetTo ¶
func (fpv *WatchUserResponse_FieldTerminalPathValue) SetTo(target **WatchUserResponse)
SetTo stores value for selected field for object WatchUserResponse
func (*WatchUserResponse_FieldTerminalPathValue) SetToRaw ¶
func (fpv *WatchUserResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
type WatchUsersClientStream ¶
type WatchUsersClientStream interface { Recv() (*WatchUsersResponse, error) grpc.ClientStream }
type WatchUsersRequest ¶
type WatchUsersRequest 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"` // Requested page size. Server may return fewer Users 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 *user.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 *user.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"` // 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 *user.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 User that don't affect any // of masked fields won't be sent back. FieldMask *user.User_FieldMask `` /* 136-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 // User 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 [WatchUsers][ntt.iam.v1alpha.WatchUsers]
func (*WatchUsersRequest) Clone ¶
func (o *WatchUsersRequest) Clone() *WatchUsersRequest
func (*WatchUsersRequest) CloneRaw ¶
func (o *WatchUsersRequest) CloneRaw() gotenobject.GotenObjectExt
func (*WatchUsersRequest) Descriptor ¶
func (*WatchUsersRequest) Descriptor() ([]byte, []int)
Deprecated, Use WatchUsersRequest.ProtoReflect.Descriptor instead.
func (*WatchUsersRequest) GetFieldMask ¶
func (m *WatchUsersRequest) GetFieldMask() *user.User_FieldMask
func (*WatchUsersRequest) GetFilter ¶
func (m *WatchUsersRequest) GetFilter() *user.Filter
func (*WatchUsersRequest) GetMaxChunkSize ¶
func (m *WatchUsersRequest) GetMaxChunkSize() int32
func (*WatchUsersRequest) GetOrderBy ¶
func (m *WatchUsersRequest) GetOrderBy() *user.OrderBy
func (*WatchUsersRequest) GetPageSize ¶
func (m *WatchUsersRequest) GetPageSize() int32
func (*WatchUsersRequest) GetPageToken ¶
func (m *WatchUsersRequest) GetPageToken() *user.PagerCursor
func (*WatchUsersRequest) GetResumeToken ¶
func (m *WatchUsersRequest) GetResumeToken() string
func (*WatchUsersRequest) GetType ¶
func (m *WatchUsersRequest) GetType() watch_type.WatchType
func (*WatchUsersRequest) GetView ¶
func (m *WatchUsersRequest) GetView() view.View
func (*WatchUsersRequest) GotenMessage ¶
func (*WatchUsersRequest) GotenMessage()
func (*WatchUsersRequest) GotenObjectExt ¶
func (o *WatchUsersRequest) GotenObjectExt()
func (*WatchUsersRequest) GotenValidate ¶
func (obj *WatchUsersRequest) GotenValidate() error
func (*WatchUsersRequest) MakeDiffFieldMask ¶
func (o *WatchUsersRequest) MakeDiffFieldMask(other *WatchUsersRequest) *WatchUsersRequest_FieldMask
func (*WatchUsersRequest) MakeFullFieldMask ¶
func (o *WatchUsersRequest) MakeFullFieldMask() *WatchUsersRequest_FieldMask
func (*WatchUsersRequest) MakeRawDiffFieldMask ¶
func (o *WatchUsersRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*WatchUsersRequest) MakeRawFullFieldMask ¶
func (o *WatchUsersRequest) MakeRawFullFieldMask() gotenobject.FieldMask
func (*WatchUsersRequest) Marshal ¶
func (m *WatchUsersRequest) Marshal() ([]byte, error)
func (*WatchUsersRequest) MarshalJSON ¶
func (m *WatchUsersRequest) MarshalJSON() ([]byte, error)
func (*WatchUsersRequest) Merge ¶
func (o *WatchUsersRequest) Merge(source *WatchUsersRequest)
func (*WatchUsersRequest) MergeRaw ¶
func (o *WatchUsersRequest) MergeRaw(source gotenobject.GotenObjectExt)
func (*WatchUsersRequest) ProtoMessage ¶
func (*WatchUsersRequest) ProtoMessage()
func (*WatchUsersRequest) ProtoReflect ¶
func (m *WatchUsersRequest) ProtoReflect() preflect.Message
func (*WatchUsersRequest) Reset ¶
func (m *WatchUsersRequest) Reset()
func (*WatchUsersRequest) SetFieldMask ¶
func (m *WatchUsersRequest) SetFieldMask(fv *user.User_FieldMask)
func (*WatchUsersRequest) SetFilter ¶
func (m *WatchUsersRequest) SetFilter(fv *user.Filter)
func (*WatchUsersRequest) SetMaxChunkSize ¶
func (m *WatchUsersRequest) SetMaxChunkSize(fv int32)
func (*WatchUsersRequest) SetOrderBy ¶
func (m *WatchUsersRequest) SetOrderBy(fv *user.OrderBy)
func (*WatchUsersRequest) SetPageSize ¶
func (m *WatchUsersRequest) SetPageSize(fv int32)
func (*WatchUsersRequest) SetPageToken ¶
func (m *WatchUsersRequest) SetPageToken(fv *user.PagerCursor)
func (*WatchUsersRequest) SetResumeToken ¶
func (m *WatchUsersRequest) SetResumeToken(fv string)
func (*WatchUsersRequest) SetType ¶
func (m *WatchUsersRequest) SetType(fv watch_type.WatchType)
func (*WatchUsersRequest) SetView ¶
func (m *WatchUsersRequest) SetView(fv view.View)
func (*WatchUsersRequest) String ¶
func (m *WatchUsersRequest) String() string
func (*WatchUsersRequest) Unmarshal ¶
func (m *WatchUsersRequest) Unmarshal(b []byte) error
func (*WatchUsersRequest) UnmarshalJSON ¶
func (m *WatchUsersRequest) UnmarshalJSON(data []byte) error
type WatchUsersRequestFieldPathBuilder ¶
type WatchUsersRequestFieldPathBuilder struct{}
func NewWatchUsersRequestFieldPathBuilder ¶
func NewWatchUsersRequestFieldPathBuilder() WatchUsersRequestFieldPathBuilder
func (WatchUsersRequestFieldPathBuilder) FieldMask ¶
func (WatchUsersRequestFieldPathBuilder) FieldMask() WatchUsersRequestPathSelectorFieldMask
func (WatchUsersRequestFieldPathBuilder) Filter ¶
func (WatchUsersRequestFieldPathBuilder) Filter() WatchUsersRequestPathSelectorFilter
func (WatchUsersRequestFieldPathBuilder) MaxChunkSize ¶
func (WatchUsersRequestFieldPathBuilder) MaxChunkSize() WatchUsersRequestPathSelectorMaxChunkSize
func (WatchUsersRequestFieldPathBuilder) OrderBy ¶
func (WatchUsersRequestFieldPathBuilder) OrderBy() WatchUsersRequestPathSelectorOrderBy
func (WatchUsersRequestFieldPathBuilder) PageSize ¶
func (WatchUsersRequestFieldPathBuilder) PageSize() WatchUsersRequestPathSelectorPageSize
func (WatchUsersRequestFieldPathBuilder) PageToken ¶
func (WatchUsersRequestFieldPathBuilder) PageToken() WatchUsersRequestPathSelectorPageToken
func (WatchUsersRequestFieldPathBuilder) ResumeToken ¶
func (WatchUsersRequestFieldPathBuilder) ResumeToken() WatchUsersRequestPathSelectorResumeToken
type WatchUsersRequestPathSelectorFieldMask ¶
type WatchUsersRequestPathSelectorFieldMask struct{}
func (WatchUsersRequestPathSelectorFieldMask) FieldPath ¶
func (WatchUsersRequestPathSelectorFieldMask) FieldPath() *WatchUsersRequest_FieldTerminalPath
func (WatchUsersRequestPathSelectorFieldMask) WithArrayOfValues ¶
func (s WatchUsersRequestPathSelectorFieldMask) WithArrayOfValues(values []*user.User_FieldMask) *WatchUsersRequest_FieldTerminalPathArrayOfValues
func (WatchUsersRequestPathSelectorFieldMask) WithValue ¶
func (s WatchUsersRequestPathSelectorFieldMask) WithValue(value *user.User_FieldMask) *WatchUsersRequest_FieldTerminalPathValue
type WatchUsersRequestPathSelectorFilter ¶
type WatchUsersRequestPathSelectorFilter struct{}
func (WatchUsersRequestPathSelectorFilter) FieldPath ¶
func (WatchUsersRequestPathSelectorFilter) FieldPath() *WatchUsersRequest_FieldTerminalPath
func (WatchUsersRequestPathSelectorFilter) WithArrayOfValues ¶
func (s WatchUsersRequestPathSelectorFilter) WithArrayOfValues(values []*user.Filter) *WatchUsersRequest_FieldTerminalPathArrayOfValues
func (WatchUsersRequestPathSelectorFilter) WithValue ¶
func (s WatchUsersRequestPathSelectorFilter) WithValue(value *user.Filter) *WatchUsersRequest_FieldTerminalPathValue
type WatchUsersRequestPathSelectorMaxChunkSize ¶
type WatchUsersRequestPathSelectorMaxChunkSize struct{}
func (WatchUsersRequestPathSelectorMaxChunkSize) FieldPath ¶
func (WatchUsersRequestPathSelectorMaxChunkSize) FieldPath() *WatchUsersRequest_FieldTerminalPath
func (WatchUsersRequestPathSelectorMaxChunkSize) WithArrayOfValues ¶
func (s WatchUsersRequestPathSelectorMaxChunkSize) WithArrayOfValues(values []int32) *WatchUsersRequest_FieldTerminalPathArrayOfValues
func (WatchUsersRequestPathSelectorMaxChunkSize) WithValue ¶
func (s WatchUsersRequestPathSelectorMaxChunkSize) WithValue(value int32) *WatchUsersRequest_FieldTerminalPathValue
type WatchUsersRequestPathSelectorOrderBy ¶
type WatchUsersRequestPathSelectorOrderBy struct{}
func (WatchUsersRequestPathSelectorOrderBy) FieldPath ¶
func (WatchUsersRequestPathSelectorOrderBy) FieldPath() *WatchUsersRequest_FieldTerminalPath
func (WatchUsersRequestPathSelectorOrderBy) WithArrayOfValues ¶
func (s WatchUsersRequestPathSelectorOrderBy) WithArrayOfValues(values []*user.OrderBy) *WatchUsersRequest_FieldTerminalPathArrayOfValues
func (WatchUsersRequestPathSelectorOrderBy) WithValue ¶
func (s WatchUsersRequestPathSelectorOrderBy) WithValue(value *user.OrderBy) *WatchUsersRequest_FieldTerminalPathValue
type WatchUsersRequestPathSelectorPageSize ¶
type WatchUsersRequestPathSelectorPageSize struct{}
func (WatchUsersRequestPathSelectorPageSize) FieldPath ¶
func (WatchUsersRequestPathSelectorPageSize) FieldPath() *WatchUsersRequest_FieldTerminalPath
func (WatchUsersRequestPathSelectorPageSize) WithArrayOfValues ¶
func (s WatchUsersRequestPathSelectorPageSize) WithArrayOfValues(values []int32) *WatchUsersRequest_FieldTerminalPathArrayOfValues
func (WatchUsersRequestPathSelectorPageSize) WithValue ¶
func (s WatchUsersRequestPathSelectorPageSize) WithValue(value int32) *WatchUsersRequest_FieldTerminalPathValue
type WatchUsersRequestPathSelectorPageToken ¶
type WatchUsersRequestPathSelectorPageToken struct{}
func (WatchUsersRequestPathSelectorPageToken) FieldPath ¶
func (WatchUsersRequestPathSelectorPageToken) FieldPath() *WatchUsersRequest_FieldTerminalPath
func (WatchUsersRequestPathSelectorPageToken) WithArrayOfValues ¶
func (s WatchUsersRequestPathSelectorPageToken) WithArrayOfValues(values []*user.PagerCursor) *WatchUsersRequest_FieldTerminalPathArrayOfValues
func (WatchUsersRequestPathSelectorPageToken) WithValue ¶
func (s WatchUsersRequestPathSelectorPageToken) WithValue(value *user.PagerCursor) *WatchUsersRequest_FieldTerminalPathValue
type WatchUsersRequestPathSelectorResumeToken ¶
type WatchUsersRequestPathSelectorResumeToken struct{}
func (WatchUsersRequestPathSelectorResumeToken) FieldPath ¶
func (WatchUsersRequestPathSelectorResumeToken) FieldPath() *WatchUsersRequest_FieldTerminalPath
func (WatchUsersRequestPathSelectorResumeToken) WithArrayOfValues ¶
func (s WatchUsersRequestPathSelectorResumeToken) WithArrayOfValues(values []string) *WatchUsersRequest_FieldTerminalPathArrayOfValues
func (WatchUsersRequestPathSelectorResumeToken) WithValue ¶
func (s WatchUsersRequestPathSelectorResumeToken) WithValue(value string) *WatchUsersRequest_FieldTerminalPathValue
type WatchUsersRequestPathSelectorType ¶
type WatchUsersRequestPathSelectorType struct{}
func (WatchUsersRequestPathSelectorType) FieldPath ¶
func (WatchUsersRequestPathSelectorType) FieldPath() *WatchUsersRequest_FieldTerminalPath
func (WatchUsersRequestPathSelectorType) WithArrayOfValues ¶
func (s WatchUsersRequestPathSelectorType) WithArrayOfValues(values []watch_type.WatchType) *WatchUsersRequest_FieldTerminalPathArrayOfValues
func (WatchUsersRequestPathSelectorType) WithValue ¶
func (s WatchUsersRequestPathSelectorType) WithValue(value watch_type.WatchType) *WatchUsersRequest_FieldTerminalPathValue
type WatchUsersRequestPathSelectorView ¶
type WatchUsersRequestPathSelectorView struct{}
func (WatchUsersRequestPathSelectorView) FieldPath ¶
func (WatchUsersRequestPathSelectorView) FieldPath() *WatchUsersRequest_FieldTerminalPath
func (WatchUsersRequestPathSelectorView) WithArrayOfValues ¶
func (s WatchUsersRequestPathSelectorView) WithArrayOfValues(values []view.View) *WatchUsersRequest_FieldTerminalPathArrayOfValues
func (WatchUsersRequestPathSelectorView) WithValue ¶
func (s WatchUsersRequestPathSelectorView) WithValue(value view.View) *WatchUsersRequest_FieldTerminalPathValue
type WatchUsersRequest_FieldMask ¶
type WatchUsersRequest_FieldMask struct {
Paths []WatchUsersRequest_FieldPath
}
func FullWatchUsersRequest_FieldMask ¶
func FullWatchUsersRequest_FieldMask() *WatchUsersRequest_FieldMask
func (*WatchUsersRequest_FieldMask) AppendPath ¶
func (fieldMask *WatchUsersRequest_FieldMask) AppendPath(path WatchUsersRequest_FieldPath)
func (*WatchUsersRequest_FieldMask) AppendRawPath ¶
func (fieldMask *WatchUsersRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*WatchUsersRequest_FieldMask) DecodeFirestore ¶
func (fieldMask *WatchUsersRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*WatchUsersRequest_FieldMask) EncodeFirestore ¶
func (fieldMask *WatchUsersRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*WatchUsersRequest_FieldMask) FilterInputFields ¶
func (fieldMask *WatchUsersRequest_FieldMask) FilterInputFields() *WatchUsersRequest_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*WatchUsersRequest_FieldMask) FromProtoFieldMask ¶
func (fieldMask *WatchUsersRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*WatchUsersRequest_FieldMask) GetPaths ¶
func (fieldMask *WatchUsersRequest_FieldMask) GetPaths() []WatchUsersRequest_FieldPath
func (*WatchUsersRequest_FieldMask) GetRawPaths ¶
func (fieldMask *WatchUsersRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*WatchUsersRequest_FieldMask) IsFull ¶
func (fieldMask *WatchUsersRequest_FieldMask) IsFull() bool
func (WatchUsersRequest_FieldMask) Marshal ¶
func (fieldMask WatchUsersRequest_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (WatchUsersRequest_FieldMask) MarshalJSON ¶
func (fieldMask WatchUsersRequest_FieldMask) MarshalJSON() ([]byte, error)
func (*WatchUsersRequest_FieldMask) PathsCount ¶
func (fieldMask *WatchUsersRequest_FieldMask) PathsCount() int
func (*WatchUsersRequest_FieldMask) Project ¶
func (fieldMask *WatchUsersRequest_FieldMask) Project(source *WatchUsersRequest) *WatchUsersRequest
func (*WatchUsersRequest_FieldMask) ProjectRaw ¶
func (fieldMask *WatchUsersRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*WatchUsersRequest_FieldMask) ProtoMessage ¶
func (fieldMask *WatchUsersRequest_FieldMask) ProtoMessage()
func (*WatchUsersRequest_FieldMask) ProtoReflect ¶
func (fieldMask *WatchUsersRequest_FieldMask) ProtoReflect() preflect.Message
func (*WatchUsersRequest_FieldMask) Reset ¶
func (fieldMask *WatchUsersRequest_FieldMask) Reset()
func (*WatchUsersRequest_FieldMask) Set ¶
func (fieldMask *WatchUsersRequest_FieldMask) Set(target, source *WatchUsersRequest)
func (*WatchUsersRequest_FieldMask) SetFromCliFlag ¶
func (fieldMask *WatchUsersRequest_FieldMask) SetFromCliFlag(raw string) error
func (*WatchUsersRequest_FieldMask) SetRaw ¶
func (fieldMask *WatchUsersRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*WatchUsersRequest_FieldMask) Size ¶
func (fieldMask *WatchUsersRequest_FieldMask) Size() int
func (*WatchUsersRequest_FieldMask) String ¶
func (fieldMask *WatchUsersRequest_FieldMask) String() string
func (*WatchUsersRequest_FieldMask) Subtract ¶
func (fieldMask *WatchUsersRequest_FieldMask) Subtract(other *WatchUsersRequest_FieldMask) *WatchUsersRequest_FieldMask
func (*WatchUsersRequest_FieldMask) SubtractRaw ¶
func (fieldMask *WatchUsersRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*WatchUsersRequest_FieldMask) ToProtoFieldMask ¶
func (fieldMask *WatchUsersRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*WatchUsersRequest_FieldMask) Unmarshal ¶
func (fieldMask *WatchUsersRequest_FieldMask) Unmarshal(data []byte) error
func (*WatchUsersRequest_FieldMask) UnmarshalJSON ¶
func (fieldMask *WatchUsersRequest_FieldMask) UnmarshalJSON(data []byte) error
type WatchUsersRequest_FieldPath ¶
type WatchUsersRequest_FieldPath interface { gotenobject.FieldPath Selector() WatchUsersRequest_FieldPathSelector Get(source *WatchUsersRequest) []interface{} GetSingle(source *WatchUsersRequest) (interface{}, bool) ClearValue(item *WatchUsersRequest) // Those methods build corresponding WatchUsersRequest_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) WatchUsersRequest_FieldPathValue WithIArrayOfValues(values interface{}) WatchUsersRequest_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) WatchUsersRequest_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildWatchUsersRequest_FieldPath ¶
func BuildWatchUsersRequest_FieldPath(fp gotenobject.RawFieldPath) (WatchUsersRequest_FieldPath, error)
func MustParseWatchUsersRequest_FieldPath ¶
func MustParseWatchUsersRequest_FieldPath(rawField string) WatchUsersRequest_FieldPath
func ParseWatchUsersRequest_FieldPath ¶
func ParseWatchUsersRequest_FieldPath(rawField string) (WatchUsersRequest_FieldPath, error)
type WatchUsersRequest_FieldPathArrayItemValue ¶
type WatchUsersRequest_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue WatchUsersRequest_FieldPath ContainsValue(*WatchUsersRequest) bool }
WatchUsersRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for WatchUsersRequest according to their type Present only for array (repeated) types.
func MustParseWatchUsersRequest_FieldPathArrayItemValue ¶
func MustParseWatchUsersRequest_FieldPathArrayItemValue(pathStr, valueStr string) WatchUsersRequest_FieldPathArrayItemValue
func ParseWatchUsersRequest_FieldPathArrayItemValue ¶
func ParseWatchUsersRequest_FieldPathArrayItemValue(pathStr, valueStr string) (WatchUsersRequest_FieldPathArrayItemValue, error)
ParseWatchUsersRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type WatchUsersRequest_FieldPathArrayOfValues ¶
type WatchUsersRequest_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues WatchUsersRequest_FieldPath }
WatchUsersRequest_FieldPathArrayOfValues allows storing slice of values for WatchUsersRequest fields according to their type
func MustParseWatchUsersRequest_FieldPathArrayOfValues ¶
func MustParseWatchUsersRequest_FieldPathArrayOfValues(pathStr, valuesStr string) WatchUsersRequest_FieldPathArrayOfValues
func ParseWatchUsersRequest_FieldPathArrayOfValues ¶
func ParseWatchUsersRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchUsersRequest_FieldPathArrayOfValues, error)
type WatchUsersRequest_FieldPathSelector ¶
type WatchUsersRequest_FieldPathSelector int32
const ( WatchUsersRequest_FieldPathSelectorType WatchUsersRequest_FieldPathSelector = 0 WatchUsersRequest_FieldPathSelectorPageSize WatchUsersRequest_FieldPathSelector = 1 WatchUsersRequest_FieldPathSelectorPageToken WatchUsersRequest_FieldPathSelector = 2 WatchUsersRequest_FieldPathSelectorOrderBy WatchUsersRequest_FieldPathSelector = 3 WatchUsersRequest_FieldPathSelectorResumeToken WatchUsersRequest_FieldPathSelector = 4 WatchUsersRequest_FieldPathSelectorFilter WatchUsersRequest_FieldPathSelector = 5 WatchUsersRequest_FieldPathSelectorFieldMask WatchUsersRequest_FieldPathSelector = 6 WatchUsersRequest_FieldPathSelectorView WatchUsersRequest_FieldPathSelector = 7 WatchUsersRequest_FieldPathSelectorMaxChunkSize WatchUsersRequest_FieldPathSelector = 8 )
func (WatchUsersRequest_FieldPathSelector) String ¶
func (s WatchUsersRequest_FieldPathSelector) String() string
type WatchUsersRequest_FieldPathValue ¶
type WatchUsersRequest_FieldPathValue interface { WatchUsersRequest_FieldPath gotenobject.FieldPathValue SetTo(target **WatchUsersRequest) CompareWith(*WatchUsersRequest) (cmp int, comparable bool) }
WatchUsersRequest_FieldPathValue allows storing values for WatchUsersRequest fields according to their type
func MustParseWatchUsersRequest_FieldPathValue ¶
func MustParseWatchUsersRequest_FieldPathValue(pathStr, valueStr string) WatchUsersRequest_FieldPathValue
func ParseWatchUsersRequest_FieldPathValue ¶
func ParseWatchUsersRequest_FieldPathValue(pathStr, valueStr string) (WatchUsersRequest_FieldPathValue, error)
type WatchUsersRequest_FieldTerminalPath ¶
type WatchUsersRequest_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*WatchUsersRequest_FieldTerminalPath) ClearValue ¶
func (fp *WatchUsersRequest_FieldTerminalPath) ClearValue(item *WatchUsersRequest)
func (*WatchUsersRequest_FieldTerminalPath) ClearValueRaw ¶
func (fp *WatchUsersRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*WatchUsersRequest_FieldTerminalPath) Get ¶
func (fp *WatchUsersRequest_FieldTerminalPath) Get(source *WatchUsersRequest) (values []interface{})
Get returns all values pointed by specific field from source WatchUsersRequest
func (*WatchUsersRequest_FieldTerminalPath) GetDefault ¶
func (fp *WatchUsersRequest_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*WatchUsersRequest_FieldTerminalPath) GetRaw ¶
func (fp *WatchUsersRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*WatchUsersRequest_FieldTerminalPath) GetSingle ¶
func (fp *WatchUsersRequest_FieldTerminalPath) GetSingle(source *WatchUsersRequest) (interface{}, bool)
GetSingle returns value pointed by specific field of from source WatchUsersRequest
func (*WatchUsersRequest_FieldTerminalPath) GetSingleRaw ¶
func (fp *WatchUsersRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*WatchUsersRequest_FieldTerminalPath) IsLeaf ¶
func (fp *WatchUsersRequest_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*WatchUsersRequest_FieldTerminalPath) JSONString ¶
func (fp *WatchUsersRequest_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*WatchUsersRequest_FieldTerminalPath) Selector ¶
func (fp *WatchUsersRequest_FieldTerminalPath) Selector() WatchUsersRequest_FieldPathSelector
func (*WatchUsersRequest_FieldTerminalPath) String ¶
func (fp *WatchUsersRequest_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*WatchUsersRequest_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *WatchUsersRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) WatchUsersRequest_FieldPathArrayItemValue
func (*WatchUsersRequest_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *WatchUsersRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchUsersRequest_FieldPathArrayOfValues
func (*WatchUsersRequest_FieldTerminalPath) WithIValue ¶
func (fp *WatchUsersRequest_FieldTerminalPath) WithIValue(value interface{}) WatchUsersRequest_FieldPathValue
func (*WatchUsersRequest_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *WatchUsersRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*WatchUsersRequest_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *WatchUsersRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*WatchUsersRequest_FieldTerminalPath) WithRawIValue ¶
func (fp *WatchUsersRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type WatchUsersRequest_FieldTerminalPathArrayItemValue ¶
type WatchUsersRequest_FieldTerminalPathArrayItemValue struct { WatchUsersRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchUsersRequest_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *WatchUsersRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *WatchUsersRequest) bool
Contains returns a boolean indicating if value that is being held is present in given 'WatchUsersRequest'
func (*WatchUsersRequest_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *WatchUsersRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object WatchUsersRequest as interface{}
func (*WatchUsersRequest_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *WatchUsersRequest_FieldTerminalPathArrayItemValue) GetSingle(source *WatchUsersRequest) (interface{}, bool)
func (*WatchUsersRequest_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *WatchUsersRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type WatchUsersRequest_FieldTerminalPathArrayOfValues ¶
type WatchUsersRequest_FieldTerminalPathArrayOfValues struct { WatchUsersRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchUsersRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues ¶
func (fpaov *WatchUsersRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*user.User_FieldMask, bool)
func (*WatchUsersRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues ¶
func (fpaov *WatchUsersRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues() ([]*user.Filter, bool)
func (*WatchUsersRequest_FieldTerminalPathArrayOfValues) AsMaxChunkSizeArrayOfValues ¶
func (fpaov *WatchUsersRequest_FieldTerminalPathArrayOfValues) AsMaxChunkSizeArrayOfValues() ([]int32, bool)
func (*WatchUsersRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues ¶
func (fpaov *WatchUsersRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues() ([]*user.OrderBy, bool)
func (*WatchUsersRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues ¶
func (fpaov *WatchUsersRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues() ([]int32, bool)
func (*WatchUsersRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues ¶
func (fpaov *WatchUsersRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues() ([]*user.PagerCursor, bool)
func (*WatchUsersRequest_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues ¶
func (fpaov *WatchUsersRequest_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues() ([]string, bool)
func (*WatchUsersRequest_FieldTerminalPathArrayOfValues) AsTypeArrayOfValues ¶
func (fpaov *WatchUsersRequest_FieldTerminalPathArrayOfValues) AsTypeArrayOfValues() ([]watch_type.WatchType, bool)
func (*WatchUsersRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues ¶
func (fpaov *WatchUsersRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)
func (*WatchUsersRequest_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *WatchUsersRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type WatchUsersRequest_FieldTerminalPathValue ¶
type WatchUsersRequest_FieldTerminalPathValue struct { WatchUsersRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchUsersRequest_FieldTerminalPathValue) AsFieldMaskValue ¶
func (fpv *WatchUsersRequest_FieldTerminalPathValue) AsFieldMaskValue() (*user.User_FieldMask, bool)
func (*WatchUsersRequest_FieldTerminalPathValue) AsFilterValue ¶
func (fpv *WatchUsersRequest_FieldTerminalPathValue) AsFilterValue() (*user.Filter, bool)
func (*WatchUsersRequest_FieldTerminalPathValue) AsMaxChunkSizeValue ¶
func (fpv *WatchUsersRequest_FieldTerminalPathValue) AsMaxChunkSizeValue() (int32, bool)
func (*WatchUsersRequest_FieldTerminalPathValue) AsOrderByValue ¶
func (fpv *WatchUsersRequest_FieldTerminalPathValue) AsOrderByValue() (*user.OrderBy, bool)
func (*WatchUsersRequest_FieldTerminalPathValue) AsPageSizeValue ¶
func (fpv *WatchUsersRequest_FieldTerminalPathValue) AsPageSizeValue() (int32, bool)
func (*WatchUsersRequest_FieldTerminalPathValue) AsPageTokenValue ¶
func (fpv *WatchUsersRequest_FieldTerminalPathValue) AsPageTokenValue() (*user.PagerCursor, bool)
func (*WatchUsersRequest_FieldTerminalPathValue) AsResumeTokenValue ¶
func (fpv *WatchUsersRequest_FieldTerminalPathValue) AsResumeTokenValue() (string, bool)
func (*WatchUsersRequest_FieldTerminalPathValue) AsTypeValue ¶
func (fpv *WatchUsersRequest_FieldTerminalPathValue) AsTypeValue() (watch_type.WatchType, bool)
func (*WatchUsersRequest_FieldTerminalPathValue) AsViewValue ¶
func (fpv *WatchUsersRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)
func (*WatchUsersRequest_FieldTerminalPathValue) CompareWith ¶
func (fpv *WatchUsersRequest_FieldTerminalPathValue) CompareWith(source *WatchUsersRequest) (int, bool)
CompareWith compares value in the 'WatchUsersRequest_FieldTerminalPathValue' with the value under path in 'WatchUsersRequest'.
func (*WatchUsersRequest_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *WatchUsersRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*WatchUsersRequest_FieldTerminalPathValue) GetRawValue ¶
func (fpv *WatchUsersRequest_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'WatchUsersRequest' as interface{}
func (*WatchUsersRequest_FieldTerminalPathValue) SetTo ¶
func (fpv *WatchUsersRequest_FieldTerminalPathValue) SetTo(target **WatchUsersRequest)
SetTo stores value for selected field for object WatchUsersRequest
func (*WatchUsersRequest_FieldTerminalPathValue) SetToRaw ¶
func (fpv *WatchUsersRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
type WatchUsersResponse ¶
type WatchUsersResponse struct { // Changes of Users UserChanges []*user.UserChange `protobuf:"bytes,2,rep,name=user_changes,json=userChanges,proto3" json:"user_changes,omitempty" firestore:"userChanges"` // 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 Users 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 *WatchUsersResponse_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 (Users 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 }
WatchUsersResponse
func (*WatchUsersResponse) Clone ¶
func (o *WatchUsersResponse) Clone() *WatchUsersResponse
func (*WatchUsersResponse) CloneRaw ¶
func (o *WatchUsersResponse) CloneRaw() gotenobject.GotenObjectExt
func (*WatchUsersResponse) Descriptor ¶
func (*WatchUsersResponse) Descriptor() ([]byte, []int)
Deprecated, Use WatchUsersResponse.ProtoReflect.Descriptor instead.
func (*WatchUsersResponse) GetIsCurrent ¶
func (m *WatchUsersResponse) GetIsCurrent() bool
func (*WatchUsersResponse) GetIsHardReset ¶
func (m *WatchUsersResponse) GetIsHardReset() bool
func (*WatchUsersResponse) GetIsSoftReset ¶
func (m *WatchUsersResponse) GetIsSoftReset() bool
func (*WatchUsersResponse) GetPageTokenChange ¶
func (m *WatchUsersResponse) GetPageTokenChange() *WatchUsersResponse_PageTokenChange
func (*WatchUsersResponse) GetResumeToken ¶
func (m *WatchUsersResponse) GetResumeToken() string
func (*WatchUsersResponse) GetSnapshotSize ¶
func (m *WatchUsersResponse) GetSnapshotSize() int64
func (*WatchUsersResponse) GetUserChanges ¶
func (m *WatchUsersResponse) GetUserChanges() []*user.UserChange
func (*WatchUsersResponse) GotenMessage ¶
func (*WatchUsersResponse) GotenMessage()
func (*WatchUsersResponse) GotenObjectExt ¶
func (o *WatchUsersResponse) GotenObjectExt()
func (*WatchUsersResponse) GotenValidate ¶
func (obj *WatchUsersResponse) GotenValidate() error
func (*WatchUsersResponse) MakeDiffFieldMask ¶
func (o *WatchUsersResponse) MakeDiffFieldMask(other *WatchUsersResponse) *WatchUsersResponse_FieldMask
func (*WatchUsersResponse) MakeFullFieldMask ¶
func (o *WatchUsersResponse) MakeFullFieldMask() *WatchUsersResponse_FieldMask
func (*WatchUsersResponse) MakeRawDiffFieldMask ¶
func (o *WatchUsersResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*WatchUsersResponse) MakeRawFullFieldMask ¶
func (o *WatchUsersResponse) MakeRawFullFieldMask() gotenobject.FieldMask
func (*WatchUsersResponse) Marshal ¶
func (m *WatchUsersResponse) Marshal() ([]byte, error)
func (*WatchUsersResponse) MarshalJSON ¶
func (m *WatchUsersResponse) MarshalJSON() ([]byte, error)
func (*WatchUsersResponse) Merge ¶
func (o *WatchUsersResponse) Merge(source *WatchUsersResponse)
func (*WatchUsersResponse) MergeRaw ¶
func (o *WatchUsersResponse) MergeRaw(source gotenobject.GotenObjectExt)
func (*WatchUsersResponse) ProtoMessage ¶
func (*WatchUsersResponse) ProtoMessage()
func (*WatchUsersResponse) ProtoReflect ¶
func (m *WatchUsersResponse) ProtoReflect() preflect.Message
func (*WatchUsersResponse) Reset ¶
func (m *WatchUsersResponse) Reset()
func (*WatchUsersResponse) SetIsCurrent ¶
func (m *WatchUsersResponse) SetIsCurrent(fv bool)
func (*WatchUsersResponse) SetIsHardReset ¶
func (m *WatchUsersResponse) SetIsHardReset(fv bool)
func (*WatchUsersResponse) SetIsSoftReset ¶
func (m *WatchUsersResponse) SetIsSoftReset(fv bool)
func (*WatchUsersResponse) SetPageTokenChange ¶
func (m *WatchUsersResponse) SetPageTokenChange(fv *WatchUsersResponse_PageTokenChange)
func (*WatchUsersResponse) SetResumeToken ¶
func (m *WatchUsersResponse) SetResumeToken(fv string)
func (*WatchUsersResponse) SetSnapshotSize ¶
func (m *WatchUsersResponse) SetSnapshotSize(fv int64)
func (*WatchUsersResponse) SetUserChanges ¶
func (m *WatchUsersResponse) SetUserChanges(fv []*user.UserChange)
func (*WatchUsersResponse) String ¶
func (m *WatchUsersResponse) String() string
func (*WatchUsersResponse) Unmarshal ¶
func (m *WatchUsersResponse) Unmarshal(b []byte) error
func (*WatchUsersResponse) UnmarshalJSON ¶
func (m *WatchUsersResponse) UnmarshalJSON(data []byte) error
type WatchUsersResponseFieldPathBuilder ¶
type WatchUsersResponseFieldPathBuilder struct{}
func NewWatchUsersResponseFieldPathBuilder ¶
func NewWatchUsersResponseFieldPathBuilder() WatchUsersResponseFieldPathBuilder
func (WatchUsersResponseFieldPathBuilder) IsCurrent ¶
func (WatchUsersResponseFieldPathBuilder) IsCurrent() WatchUsersResponsePathSelectorIsCurrent
func (WatchUsersResponseFieldPathBuilder) IsHardReset ¶
func (WatchUsersResponseFieldPathBuilder) IsHardReset() WatchUsersResponsePathSelectorIsHardReset
func (WatchUsersResponseFieldPathBuilder) IsSoftReset ¶
func (WatchUsersResponseFieldPathBuilder) IsSoftReset() WatchUsersResponsePathSelectorIsSoftReset
func (WatchUsersResponseFieldPathBuilder) PageTokenChange ¶
func (WatchUsersResponseFieldPathBuilder) PageTokenChange() WatchUsersResponsePathSelectorPageTokenChange
func (WatchUsersResponseFieldPathBuilder) ResumeToken ¶
func (WatchUsersResponseFieldPathBuilder) ResumeToken() WatchUsersResponsePathSelectorResumeToken
func (WatchUsersResponseFieldPathBuilder) SnapshotSize ¶
func (WatchUsersResponseFieldPathBuilder) SnapshotSize() WatchUsersResponsePathSelectorSnapshotSize
func (WatchUsersResponseFieldPathBuilder) UserChanges ¶
func (WatchUsersResponseFieldPathBuilder) UserChanges() WatchUsersResponsePathSelectorUserChanges
type WatchUsersResponsePageTokenChangeFieldPathBuilder ¶
type WatchUsersResponsePageTokenChangeFieldPathBuilder struct{}
func NewWatchUsersResponsePageTokenChangeFieldPathBuilder ¶
func NewWatchUsersResponsePageTokenChangeFieldPathBuilder() WatchUsersResponsePageTokenChangeFieldPathBuilder
func (WatchUsersResponsePageTokenChangeFieldPathBuilder) NextPageToken ¶
func (WatchUsersResponsePageTokenChangeFieldPathBuilder) PrevPageToken ¶
type WatchUsersResponsePageTokenChange_FieldPath ¶
type WatchUsersResponsePageTokenChange_FieldPath interface { gotenobject.FieldPath Selector() WatchUsersResponsePageTokenChange_FieldPathSelector Get(source *WatchUsersResponse_PageTokenChange) []interface{} GetSingle(source *WatchUsersResponse_PageTokenChange) (interface{}, bool) ClearValue(item *WatchUsersResponse_PageTokenChange) // Those methods build corresponding WatchUsersResponsePageTokenChange_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) WatchUsersResponsePageTokenChange_FieldPathValue WithIArrayOfValues(values interface{}) WatchUsersResponsePageTokenChange_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) WatchUsersResponsePageTokenChange_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildWatchUsersResponsePageTokenChange_FieldPath ¶
func BuildWatchUsersResponsePageTokenChange_FieldPath(fp gotenobject.RawFieldPath) (WatchUsersResponsePageTokenChange_FieldPath, error)
func MustParseWatchUsersResponsePageTokenChange_FieldPath ¶
func MustParseWatchUsersResponsePageTokenChange_FieldPath(rawField string) WatchUsersResponsePageTokenChange_FieldPath
func ParseWatchUsersResponsePageTokenChange_FieldPath ¶
func ParseWatchUsersResponsePageTokenChange_FieldPath(rawField string) (WatchUsersResponsePageTokenChange_FieldPath, error)
type WatchUsersResponsePageTokenChange_FieldPathArrayItemValue ¶
type WatchUsersResponsePageTokenChange_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue WatchUsersResponsePageTokenChange_FieldPath ContainsValue(*WatchUsersResponse_PageTokenChange) bool }
WatchUsersResponsePageTokenChange_FieldPathArrayItemValue allows storing single item in Path-specific values for PageTokenChange according to their type Present only for array (repeated) types.
func MustParseWatchUsersResponsePageTokenChange_FieldPathArrayItemValue ¶
func MustParseWatchUsersResponsePageTokenChange_FieldPathArrayItemValue(pathStr, valueStr string) WatchUsersResponsePageTokenChange_FieldPathArrayItemValue
func ParseWatchUsersResponsePageTokenChange_FieldPathArrayItemValue ¶
func ParseWatchUsersResponsePageTokenChange_FieldPathArrayItemValue(pathStr, valueStr string) (WatchUsersResponsePageTokenChange_FieldPathArrayItemValue, error)
ParseWatchUsersResponsePageTokenChange_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type WatchUsersResponsePageTokenChange_FieldPathArrayOfValues ¶
type WatchUsersResponsePageTokenChange_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues WatchUsersResponsePageTokenChange_FieldPath }
WatchUsersResponsePageTokenChange_FieldPathArrayOfValues allows storing slice of values for PageTokenChange fields according to their type
func MustParseWatchUsersResponsePageTokenChange_FieldPathArrayOfValues ¶
func MustParseWatchUsersResponsePageTokenChange_FieldPathArrayOfValues(pathStr, valuesStr string) WatchUsersResponsePageTokenChange_FieldPathArrayOfValues
func ParseWatchUsersResponsePageTokenChange_FieldPathArrayOfValues ¶
func ParseWatchUsersResponsePageTokenChange_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchUsersResponsePageTokenChange_FieldPathArrayOfValues, error)
type WatchUsersResponsePageTokenChange_FieldPathSelector ¶
type WatchUsersResponsePageTokenChange_FieldPathSelector int32
const ( WatchUsersResponsePageTokenChange_FieldPathSelectorPrevPageToken WatchUsersResponsePageTokenChange_FieldPathSelector = 0 WatchUsersResponsePageTokenChange_FieldPathSelectorNextPageToken WatchUsersResponsePageTokenChange_FieldPathSelector = 1 )
func (WatchUsersResponsePageTokenChange_FieldPathSelector) String ¶
func (s WatchUsersResponsePageTokenChange_FieldPathSelector) String() string
type WatchUsersResponsePageTokenChange_FieldPathValue ¶
type WatchUsersResponsePageTokenChange_FieldPathValue interface { WatchUsersResponsePageTokenChange_FieldPath gotenobject.FieldPathValue SetTo(target **WatchUsersResponse_PageTokenChange) CompareWith(*WatchUsersResponse_PageTokenChange) (cmp int, comparable bool) }
WatchUsersResponsePageTokenChange_FieldPathValue allows storing values for PageTokenChange fields according to their type
func MustParseWatchUsersResponsePageTokenChange_FieldPathValue ¶
func MustParseWatchUsersResponsePageTokenChange_FieldPathValue(pathStr, valueStr string) WatchUsersResponsePageTokenChange_FieldPathValue
func ParseWatchUsersResponsePageTokenChange_FieldPathValue ¶
func ParseWatchUsersResponsePageTokenChange_FieldPathValue(pathStr, valueStr string) (WatchUsersResponsePageTokenChange_FieldPathValue, error)
type WatchUsersResponsePageTokenChange_FieldTerminalPath ¶
type WatchUsersResponsePageTokenChange_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*WatchUsersResponsePageTokenChange_FieldTerminalPath) ClearValue ¶
func (fp *WatchUsersResponsePageTokenChange_FieldTerminalPath) ClearValue(item *WatchUsersResponse_PageTokenChange)
func (*WatchUsersResponsePageTokenChange_FieldTerminalPath) ClearValueRaw ¶
func (fp *WatchUsersResponsePageTokenChange_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*WatchUsersResponsePageTokenChange_FieldTerminalPath) Get ¶
func (fp *WatchUsersResponsePageTokenChange_FieldTerminalPath) Get(source *WatchUsersResponse_PageTokenChange) (values []interface{})
Get returns all values pointed by specific field from source WatchUsersResponse_PageTokenChange
func (*WatchUsersResponsePageTokenChange_FieldTerminalPath) GetDefault ¶
func (fp *WatchUsersResponsePageTokenChange_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*WatchUsersResponsePageTokenChange_FieldTerminalPath) GetRaw ¶
func (fp *WatchUsersResponsePageTokenChange_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*WatchUsersResponsePageTokenChange_FieldTerminalPath) GetSingle ¶
func (fp *WatchUsersResponsePageTokenChange_FieldTerminalPath) GetSingle(source *WatchUsersResponse_PageTokenChange) (interface{}, bool)
GetSingle returns value pointed by specific field of from source WatchUsersResponse_PageTokenChange
func (*WatchUsersResponsePageTokenChange_FieldTerminalPath) GetSingleRaw ¶
func (fp *WatchUsersResponsePageTokenChange_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*WatchUsersResponsePageTokenChange_FieldTerminalPath) IsLeaf ¶
func (fp *WatchUsersResponsePageTokenChange_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*WatchUsersResponsePageTokenChange_FieldTerminalPath) JSONString ¶
func (fp *WatchUsersResponsePageTokenChange_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*WatchUsersResponsePageTokenChange_FieldTerminalPath) String ¶
func (fp *WatchUsersResponsePageTokenChange_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*WatchUsersResponsePageTokenChange_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *WatchUsersResponsePageTokenChange_FieldTerminalPath) WithIArrayItemValue(value interface{}) WatchUsersResponsePageTokenChange_FieldPathArrayItemValue
func (*WatchUsersResponsePageTokenChange_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *WatchUsersResponsePageTokenChange_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchUsersResponsePageTokenChange_FieldPathArrayOfValues
func (*WatchUsersResponsePageTokenChange_FieldTerminalPath) WithIValue ¶
func (fp *WatchUsersResponsePageTokenChange_FieldTerminalPath) WithIValue(value interface{}) WatchUsersResponsePageTokenChange_FieldPathValue
func (*WatchUsersResponsePageTokenChange_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *WatchUsersResponsePageTokenChange_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*WatchUsersResponsePageTokenChange_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *WatchUsersResponsePageTokenChange_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*WatchUsersResponsePageTokenChange_FieldTerminalPath) WithRawIValue ¶
func (fp *WatchUsersResponsePageTokenChange_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type WatchUsersResponsePageTokenChange_FieldTerminalPathArrayItemValue ¶
type WatchUsersResponsePageTokenChange_FieldTerminalPathArrayItemValue struct { WatchUsersResponsePageTokenChange_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchUsersResponsePageTokenChange_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *WatchUsersResponsePageTokenChange_FieldTerminalPathArrayItemValue) ContainsValue(source *WatchUsersResponse_PageTokenChange) bool
Contains returns a boolean indicating if value that is being held is present in given 'PageTokenChange'
func (*WatchUsersResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *WatchUsersResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object WatchUsersResponse_PageTokenChange as interface{}
func (*WatchUsersResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *WatchUsersResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingle(source *WatchUsersResponse_PageTokenChange) (interface{}, bool)
func (*WatchUsersResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *WatchUsersResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type WatchUsersResponsePageTokenChange_FieldTerminalPathArrayOfValues ¶
type WatchUsersResponsePageTokenChange_FieldTerminalPathArrayOfValues struct { WatchUsersResponsePageTokenChange_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchUsersResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues ¶
func (fpaov *WatchUsersResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues() ([]*user.PagerCursor, bool)
func (*WatchUsersResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues ¶
func (fpaov *WatchUsersResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues() ([]*user.PagerCursor, bool)
func (*WatchUsersResponsePageTokenChange_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *WatchUsersResponsePageTokenChange_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type WatchUsersResponsePageTokenChange_FieldTerminalPathValue ¶
type WatchUsersResponsePageTokenChange_FieldTerminalPathValue struct { WatchUsersResponsePageTokenChange_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchUsersResponsePageTokenChange_FieldTerminalPathValue) AsNextPageTokenValue ¶
func (fpv *WatchUsersResponsePageTokenChange_FieldTerminalPathValue) AsNextPageTokenValue() (*user.PagerCursor, bool)
func (*WatchUsersResponsePageTokenChange_FieldTerminalPathValue) AsPrevPageTokenValue ¶
func (fpv *WatchUsersResponsePageTokenChange_FieldTerminalPathValue) AsPrevPageTokenValue() (*user.PagerCursor, bool)
func (*WatchUsersResponsePageTokenChange_FieldTerminalPathValue) CompareWith ¶
func (fpv *WatchUsersResponsePageTokenChange_FieldTerminalPathValue) CompareWith(source *WatchUsersResponse_PageTokenChange) (int, bool)
CompareWith compares value in the 'WatchUsersResponsePageTokenChange_FieldTerminalPathValue' with the value under path in 'WatchUsersResponse_PageTokenChange'.
func (*WatchUsersResponsePageTokenChange_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *WatchUsersResponsePageTokenChange_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*WatchUsersResponsePageTokenChange_FieldTerminalPathValue) GetRawValue ¶
func (fpv *WatchUsersResponsePageTokenChange_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'PageTokenChange' as interface{}
func (*WatchUsersResponsePageTokenChange_FieldTerminalPathValue) SetTo ¶
func (fpv *WatchUsersResponsePageTokenChange_FieldTerminalPathValue) SetTo(target **WatchUsersResponse_PageTokenChange)
SetTo stores value for selected field for object PageTokenChange
func (*WatchUsersResponsePageTokenChange_FieldTerminalPathValue) SetToRaw ¶
func (fpv *WatchUsersResponsePageTokenChange_FieldTerminalPathValue) SetToRaw(target proto.Message)
type WatchUsersResponsePathSelectorIsCurrent ¶
type WatchUsersResponsePathSelectorIsCurrent struct{}
func (WatchUsersResponsePathSelectorIsCurrent) FieldPath ¶
func (WatchUsersResponsePathSelectorIsCurrent) FieldPath() *WatchUsersResponse_FieldTerminalPath
func (WatchUsersResponsePathSelectorIsCurrent) WithArrayOfValues ¶
func (s WatchUsersResponsePathSelectorIsCurrent) WithArrayOfValues(values []bool) *WatchUsersResponse_FieldTerminalPathArrayOfValues
func (WatchUsersResponsePathSelectorIsCurrent) WithValue ¶
func (s WatchUsersResponsePathSelectorIsCurrent) WithValue(value bool) *WatchUsersResponse_FieldTerminalPathValue
type WatchUsersResponsePathSelectorIsHardReset ¶
type WatchUsersResponsePathSelectorIsHardReset struct{}
func (WatchUsersResponsePathSelectorIsHardReset) FieldPath ¶
func (WatchUsersResponsePathSelectorIsHardReset) FieldPath() *WatchUsersResponse_FieldTerminalPath
func (WatchUsersResponsePathSelectorIsHardReset) WithArrayOfValues ¶
func (s WatchUsersResponsePathSelectorIsHardReset) WithArrayOfValues(values []bool) *WatchUsersResponse_FieldTerminalPathArrayOfValues
func (WatchUsersResponsePathSelectorIsHardReset) WithValue ¶
func (s WatchUsersResponsePathSelectorIsHardReset) WithValue(value bool) *WatchUsersResponse_FieldTerminalPathValue
type WatchUsersResponsePathSelectorIsSoftReset ¶
type WatchUsersResponsePathSelectorIsSoftReset struct{}
func (WatchUsersResponsePathSelectorIsSoftReset) FieldPath ¶
func (WatchUsersResponsePathSelectorIsSoftReset) FieldPath() *WatchUsersResponse_FieldTerminalPath
func (WatchUsersResponsePathSelectorIsSoftReset) WithArrayOfValues ¶
func (s WatchUsersResponsePathSelectorIsSoftReset) WithArrayOfValues(values []bool) *WatchUsersResponse_FieldTerminalPathArrayOfValues
func (WatchUsersResponsePathSelectorIsSoftReset) WithValue ¶
func (s WatchUsersResponsePathSelectorIsSoftReset) WithValue(value bool) *WatchUsersResponse_FieldTerminalPathValue
type WatchUsersResponsePathSelectorPageTokenChange ¶
type WatchUsersResponsePathSelectorPageTokenChange struct{}
func (WatchUsersResponsePathSelectorPageTokenChange) FieldPath ¶
func (WatchUsersResponsePathSelectorPageTokenChange) FieldPath() *WatchUsersResponse_FieldTerminalPath
func (WatchUsersResponsePathSelectorPageTokenChange) NextPageToken ¶
func (WatchUsersResponsePathSelectorPageTokenChange) PrevPageToken ¶
func (WatchUsersResponsePathSelectorPageTokenChange) WithArrayOfValues ¶
func (s WatchUsersResponsePathSelectorPageTokenChange) WithArrayOfValues(values []*WatchUsersResponse_PageTokenChange) *WatchUsersResponse_FieldTerminalPathArrayOfValues
func (WatchUsersResponsePathSelectorPageTokenChange) WithSubArrayItemValue ¶
func (s WatchUsersResponsePathSelectorPageTokenChange) WithSubArrayItemValue(subPathArrayItemValue WatchUsersResponsePageTokenChange_FieldPathArrayItemValue) *WatchUsersResponse_FieldSubPathArrayItemValue
func (WatchUsersResponsePathSelectorPageTokenChange) WithSubArrayOfValues ¶
func (s WatchUsersResponsePathSelectorPageTokenChange) WithSubArrayOfValues(subPathArrayOfValues WatchUsersResponsePageTokenChange_FieldPathArrayOfValues) *WatchUsersResponse_FieldSubPathArrayOfValues
func (WatchUsersResponsePathSelectorPageTokenChange) WithSubPath ¶
func (WatchUsersResponsePathSelectorPageTokenChange) WithSubPath(subPath WatchUsersResponsePageTokenChange_FieldPath) *WatchUsersResponse_FieldSubPath
func (WatchUsersResponsePathSelectorPageTokenChange) WithSubValue ¶
func (s WatchUsersResponsePathSelectorPageTokenChange) WithSubValue(subPathValue WatchUsersResponsePageTokenChange_FieldPathValue) *WatchUsersResponse_FieldSubPathValue
func (WatchUsersResponsePathSelectorPageTokenChange) WithValue ¶
func (s WatchUsersResponsePathSelectorPageTokenChange) WithValue(value *WatchUsersResponse_PageTokenChange) *WatchUsersResponse_FieldTerminalPathValue
type WatchUsersResponsePathSelectorPageTokenChangeNextPageToken ¶
type WatchUsersResponsePathSelectorPageTokenChangeNextPageToken struct{}
func (WatchUsersResponsePathSelectorPageTokenChangeNextPageToken) WithArrayOfValues ¶
func (s WatchUsersResponsePathSelectorPageTokenChangeNextPageToken) WithArrayOfValues(values []*user.PagerCursor) *WatchUsersResponse_FieldSubPathArrayOfValues
func (WatchUsersResponsePathSelectorPageTokenChangeNextPageToken) WithValue ¶
func (s WatchUsersResponsePathSelectorPageTokenChangeNextPageToken) WithValue(value *user.PagerCursor) *WatchUsersResponse_FieldSubPathValue
type WatchUsersResponsePathSelectorPageTokenChangePrevPageToken ¶
type WatchUsersResponsePathSelectorPageTokenChangePrevPageToken struct{}
func (WatchUsersResponsePathSelectorPageTokenChangePrevPageToken) WithArrayOfValues ¶
func (s WatchUsersResponsePathSelectorPageTokenChangePrevPageToken) WithArrayOfValues(values []*user.PagerCursor) *WatchUsersResponse_FieldSubPathArrayOfValues
func (WatchUsersResponsePathSelectorPageTokenChangePrevPageToken) WithValue ¶
func (s WatchUsersResponsePathSelectorPageTokenChangePrevPageToken) WithValue(value *user.PagerCursor) *WatchUsersResponse_FieldSubPathValue
type WatchUsersResponsePathSelectorResumeToken ¶
type WatchUsersResponsePathSelectorResumeToken struct{}
func (WatchUsersResponsePathSelectorResumeToken) FieldPath ¶
func (WatchUsersResponsePathSelectorResumeToken) FieldPath() *WatchUsersResponse_FieldTerminalPath
func (WatchUsersResponsePathSelectorResumeToken) WithArrayOfValues ¶
func (s WatchUsersResponsePathSelectorResumeToken) WithArrayOfValues(values []string) *WatchUsersResponse_FieldTerminalPathArrayOfValues
func (WatchUsersResponsePathSelectorResumeToken) WithValue ¶
func (s WatchUsersResponsePathSelectorResumeToken) WithValue(value string) *WatchUsersResponse_FieldTerminalPathValue
type WatchUsersResponsePathSelectorSnapshotSize ¶
type WatchUsersResponsePathSelectorSnapshotSize struct{}
func (WatchUsersResponsePathSelectorSnapshotSize) FieldPath ¶
func (WatchUsersResponsePathSelectorSnapshotSize) FieldPath() *WatchUsersResponse_FieldTerminalPath
func (WatchUsersResponsePathSelectorSnapshotSize) WithArrayOfValues ¶
func (s WatchUsersResponsePathSelectorSnapshotSize) WithArrayOfValues(values []int64) *WatchUsersResponse_FieldTerminalPathArrayOfValues
func (WatchUsersResponsePathSelectorSnapshotSize) WithValue ¶
func (s WatchUsersResponsePathSelectorSnapshotSize) WithValue(value int64) *WatchUsersResponse_FieldTerminalPathValue
type WatchUsersResponsePathSelectorUserChanges ¶
type WatchUsersResponsePathSelectorUserChanges struct{}
func (WatchUsersResponsePathSelectorUserChanges) FieldPath ¶
func (WatchUsersResponsePathSelectorUserChanges) FieldPath() *WatchUsersResponse_FieldTerminalPath
func (WatchUsersResponsePathSelectorUserChanges) WithArrayOfValues ¶
func (s WatchUsersResponsePathSelectorUserChanges) WithArrayOfValues(values [][]*user.UserChange) *WatchUsersResponse_FieldTerminalPathArrayOfValues
func (WatchUsersResponsePathSelectorUserChanges) WithItemValue ¶
func (s WatchUsersResponsePathSelectorUserChanges) WithItemValue(value *user.UserChange) *WatchUsersResponse_FieldTerminalPathArrayItemValue
func (WatchUsersResponsePathSelectorUserChanges) WithValue ¶
func (s WatchUsersResponsePathSelectorUserChanges) WithValue(value []*user.UserChange) *WatchUsersResponse_FieldTerminalPathValue
type WatchUsersResponse_FieldMask ¶
type WatchUsersResponse_FieldMask struct {
Paths []WatchUsersResponse_FieldPath
}
func FullWatchUsersResponse_FieldMask ¶
func FullWatchUsersResponse_FieldMask() *WatchUsersResponse_FieldMask
func (*WatchUsersResponse_FieldMask) AppendPath ¶
func (fieldMask *WatchUsersResponse_FieldMask) AppendPath(path WatchUsersResponse_FieldPath)
func (*WatchUsersResponse_FieldMask) AppendRawPath ¶
func (fieldMask *WatchUsersResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*WatchUsersResponse_FieldMask) DecodeFirestore ¶
func (fieldMask *WatchUsersResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*WatchUsersResponse_FieldMask) EncodeFirestore ¶
func (fieldMask *WatchUsersResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*WatchUsersResponse_FieldMask) FilterInputFields ¶
func (fieldMask *WatchUsersResponse_FieldMask) FilterInputFields() *WatchUsersResponse_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*WatchUsersResponse_FieldMask) FromProtoFieldMask ¶
func (fieldMask *WatchUsersResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*WatchUsersResponse_FieldMask) GetPaths ¶
func (fieldMask *WatchUsersResponse_FieldMask) GetPaths() []WatchUsersResponse_FieldPath
func (*WatchUsersResponse_FieldMask) GetRawPaths ¶
func (fieldMask *WatchUsersResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*WatchUsersResponse_FieldMask) IsFull ¶
func (fieldMask *WatchUsersResponse_FieldMask) IsFull() bool
func (WatchUsersResponse_FieldMask) Marshal ¶
func (fieldMask WatchUsersResponse_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (WatchUsersResponse_FieldMask) MarshalJSON ¶
func (fieldMask WatchUsersResponse_FieldMask) MarshalJSON() ([]byte, error)
func (*WatchUsersResponse_FieldMask) PathsCount ¶
func (fieldMask *WatchUsersResponse_FieldMask) PathsCount() int
func (*WatchUsersResponse_FieldMask) Project ¶
func (fieldMask *WatchUsersResponse_FieldMask) Project(source *WatchUsersResponse) *WatchUsersResponse
func (*WatchUsersResponse_FieldMask) ProjectRaw ¶
func (fieldMask *WatchUsersResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*WatchUsersResponse_FieldMask) ProtoMessage ¶
func (fieldMask *WatchUsersResponse_FieldMask) ProtoMessage()
func (*WatchUsersResponse_FieldMask) ProtoReflect ¶
func (fieldMask *WatchUsersResponse_FieldMask) ProtoReflect() preflect.Message
func (*WatchUsersResponse_FieldMask) Reset ¶
func (fieldMask *WatchUsersResponse_FieldMask) Reset()
func (*WatchUsersResponse_FieldMask) Set ¶
func (fieldMask *WatchUsersResponse_FieldMask) Set(target, source *WatchUsersResponse)
func (*WatchUsersResponse_FieldMask) SetFromCliFlag ¶
func (fieldMask *WatchUsersResponse_FieldMask) SetFromCliFlag(raw string) error
func (*WatchUsersResponse_FieldMask) SetRaw ¶
func (fieldMask *WatchUsersResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*WatchUsersResponse_FieldMask) Size ¶
func (fieldMask *WatchUsersResponse_FieldMask) Size() int
func (*WatchUsersResponse_FieldMask) String ¶
func (fieldMask *WatchUsersResponse_FieldMask) String() string
func (*WatchUsersResponse_FieldMask) Subtract ¶
func (fieldMask *WatchUsersResponse_FieldMask) Subtract(other *WatchUsersResponse_FieldMask) *WatchUsersResponse_FieldMask
func (*WatchUsersResponse_FieldMask) SubtractRaw ¶
func (fieldMask *WatchUsersResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*WatchUsersResponse_FieldMask) ToProtoFieldMask ¶
func (fieldMask *WatchUsersResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*WatchUsersResponse_FieldMask) Unmarshal ¶
func (fieldMask *WatchUsersResponse_FieldMask) Unmarshal(data []byte) error
func (*WatchUsersResponse_FieldMask) UnmarshalJSON ¶
func (fieldMask *WatchUsersResponse_FieldMask) UnmarshalJSON(data []byte) error
type WatchUsersResponse_FieldPath ¶
type WatchUsersResponse_FieldPath interface { gotenobject.FieldPath Selector() WatchUsersResponse_FieldPathSelector Get(source *WatchUsersResponse) []interface{} GetSingle(source *WatchUsersResponse) (interface{}, bool) ClearValue(item *WatchUsersResponse) // Those methods build corresponding WatchUsersResponse_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) WatchUsersResponse_FieldPathValue WithIArrayOfValues(values interface{}) WatchUsersResponse_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) WatchUsersResponse_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildWatchUsersResponse_FieldPath ¶
func BuildWatchUsersResponse_FieldPath(fp gotenobject.RawFieldPath) (WatchUsersResponse_FieldPath, error)
func MustParseWatchUsersResponse_FieldPath ¶
func MustParseWatchUsersResponse_FieldPath(rawField string) WatchUsersResponse_FieldPath
func ParseWatchUsersResponse_FieldPath ¶
func ParseWatchUsersResponse_FieldPath(rawField string) (WatchUsersResponse_FieldPath, error)
type WatchUsersResponse_FieldPathArrayItemValue ¶
type WatchUsersResponse_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue WatchUsersResponse_FieldPath ContainsValue(*WatchUsersResponse) bool }
WatchUsersResponse_FieldPathArrayItemValue allows storing single item in Path-specific values for WatchUsersResponse according to their type Present only for array (repeated) types.
func MustParseWatchUsersResponse_FieldPathArrayItemValue ¶
func MustParseWatchUsersResponse_FieldPathArrayItemValue(pathStr, valueStr string) WatchUsersResponse_FieldPathArrayItemValue
func ParseWatchUsersResponse_FieldPathArrayItemValue ¶
func ParseWatchUsersResponse_FieldPathArrayItemValue(pathStr, valueStr string) (WatchUsersResponse_FieldPathArrayItemValue, error)
ParseWatchUsersResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type WatchUsersResponse_FieldPathArrayOfValues ¶
type WatchUsersResponse_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues WatchUsersResponse_FieldPath }
WatchUsersResponse_FieldPathArrayOfValues allows storing slice of values for WatchUsersResponse fields according to their type
func MustParseWatchUsersResponse_FieldPathArrayOfValues ¶
func MustParseWatchUsersResponse_FieldPathArrayOfValues(pathStr, valuesStr string) WatchUsersResponse_FieldPathArrayOfValues
func ParseWatchUsersResponse_FieldPathArrayOfValues ¶
func ParseWatchUsersResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchUsersResponse_FieldPathArrayOfValues, error)
type WatchUsersResponse_FieldPathSelector ¶
type WatchUsersResponse_FieldPathSelector int32
const ( WatchUsersResponse_FieldPathSelectorUserChanges WatchUsersResponse_FieldPathSelector = 0 WatchUsersResponse_FieldPathSelectorIsCurrent WatchUsersResponse_FieldPathSelector = 1 WatchUsersResponse_FieldPathSelectorPageTokenChange WatchUsersResponse_FieldPathSelector = 2 WatchUsersResponse_FieldPathSelectorResumeToken WatchUsersResponse_FieldPathSelector = 3 WatchUsersResponse_FieldPathSelectorSnapshotSize WatchUsersResponse_FieldPathSelector = 4 WatchUsersResponse_FieldPathSelectorIsSoftReset WatchUsersResponse_FieldPathSelector = 5 WatchUsersResponse_FieldPathSelectorIsHardReset WatchUsersResponse_FieldPathSelector = 6 )
func (WatchUsersResponse_FieldPathSelector) String ¶
func (s WatchUsersResponse_FieldPathSelector) String() string
type WatchUsersResponse_FieldPathValue ¶
type WatchUsersResponse_FieldPathValue interface { WatchUsersResponse_FieldPath gotenobject.FieldPathValue SetTo(target **WatchUsersResponse) CompareWith(*WatchUsersResponse) (cmp int, comparable bool) }
WatchUsersResponse_FieldPathValue allows storing values for WatchUsersResponse fields according to their type
func MustParseWatchUsersResponse_FieldPathValue ¶
func MustParseWatchUsersResponse_FieldPathValue(pathStr, valueStr string) WatchUsersResponse_FieldPathValue
func ParseWatchUsersResponse_FieldPathValue ¶
func ParseWatchUsersResponse_FieldPathValue(pathStr, valueStr string) (WatchUsersResponse_FieldPathValue, error)
type WatchUsersResponse_FieldSubPath ¶
type WatchUsersResponse_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*WatchUsersResponse_FieldSubPath) AsPageTokenChangeSubPath ¶
func (fps *WatchUsersResponse_FieldSubPath) AsPageTokenChangeSubPath() (WatchUsersResponsePageTokenChange_FieldPath, bool)
func (*WatchUsersResponse_FieldSubPath) ClearValue ¶
func (fps *WatchUsersResponse_FieldSubPath) ClearValue(item *WatchUsersResponse)
func (*WatchUsersResponse_FieldSubPath) ClearValueRaw ¶
func (fps *WatchUsersResponse_FieldSubPath) ClearValueRaw(item proto.Message)
func (*WatchUsersResponse_FieldSubPath) Get ¶
func (fps *WatchUsersResponse_FieldSubPath) Get(source *WatchUsersResponse) (values []interface{})
Get returns all values pointed by selected field from source WatchUsersResponse
func (*WatchUsersResponse_FieldSubPath) GetDefault ¶
func (fps *WatchUsersResponse_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*WatchUsersResponse_FieldSubPath) GetRaw ¶
func (fps *WatchUsersResponse_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*WatchUsersResponse_FieldSubPath) GetSingle ¶
func (fps *WatchUsersResponse_FieldSubPath) GetSingle(source *WatchUsersResponse) (interface{}, bool)
GetSingle returns value of selected field from source WatchUsersResponse
func (*WatchUsersResponse_FieldSubPath) GetSingleRaw ¶
func (fps *WatchUsersResponse_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*WatchUsersResponse_FieldSubPath) IsLeaf ¶
func (fps *WatchUsersResponse_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*WatchUsersResponse_FieldSubPath) JSONString ¶
func (fps *WatchUsersResponse_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*WatchUsersResponse_FieldSubPath) Selector ¶
func (fps *WatchUsersResponse_FieldSubPath) Selector() WatchUsersResponse_FieldPathSelector
func (*WatchUsersResponse_FieldSubPath) String ¶
func (fps *WatchUsersResponse_FieldSubPath) String() string
String returns path representation in proto convention
func (*WatchUsersResponse_FieldSubPath) WithIArrayItemValue ¶
func (fps *WatchUsersResponse_FieldSubPath) WithIArrayItemValue(value interface{}) WatchUsersResponse_FieldPathArrayItemValue
func (*WatchUsersResponse_FieldSubPath) WithIArrayOfValues ¶
func (fps *WatchUsersResponse_FieldSubPath) WithIArrayOfValues(values interface{}) WatchUsersResponse_FieldPathArrayOfValues
func (*WatchUsersResponse_FieldSubPath) WithIValue ¶
func (fps *WatchUsersResponse_FieldSubPath) WithIValue(value interface{}) WatchUsersResponse_FieldPathValue
func (*WatchUsersResponse_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *WatchUsersResponse_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*WatchUsersResponse_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *WatchUsersResponse_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*WatchUsersResponse_FieldSubPath) WithRawIValue ¶
func (fps *WatchUsersResponse_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type WatchUsersResponse_FieldSubPathArrayItemValue ¶
type WatchUsersResponse_FieldSubPathArrayItemValue struct { WatchUsersResponse_FieldPath // contains filtered or unexported fields }
func (*WatchUsersResponse_FieldSubPathArrayItemValue) AsPageTokenChangePathItemValue ¶
func (fpaivs *WatchUsersResponse_FieldSubPathArrayItemValue) AsPageTokenChangePathItemValue() (WatchUsersResponsePageTokenChange_FieldPathArrayItemValue, bool)
func (*WatchUsersResponse_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *WatchUsersResponse_FieldSubPathArrayItemValue) ContainsValue(source *WatchUsersResponse) bool
Contains returns a boolean indicating if value that is being held is present in given 'WatchUsersResponse'
func (*WatchUsersResponse_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *WatchUsersResponse_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type WatchUsersResponse_FieldSubPathArrayOfValues ¶
type WatchUsersResponse_FieldSubPathArrayOfValues struct { WatchUsersResponse_FieldPath // contains filtered or unexported fields }
func (*WatchUsersResponse_FieldSubPathArrayOfValues) AsPageTokenChangePathArrayOfValues ¶
func (fpsaov *WatchUsersResponse_FieldSubPathArrayOfValues) AsPageTokenChangePathArrayOfValues() (WatchUsersResponsePageTokenChange_FieldPathArrayOfValues, bool)
func (*WatchUsersResponse_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *WatchUsersResponse_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type WatchUsersResponse_FieldSubPathValue ¶
type WatchUsersResponse_FieldSubPathValue struct { WatchUsersResponse_FieldPath // contains filtered or unexported fields }
func (*WatchUsersResponse_FieldSubPathValue) AsPageTokenChangePathValue ¶
func (fpvs *WatchUsersResponse_FieldSubPathValue) AsPageTokenChangePathValue() (WatchUsersResponsePageTokenChange_FieldPathValue, bool)
func (*WatchUsersResponse_FieldSubPathValue) CompareWith ¶
func (fpvs *WatchUsersResponse_FieldSubPathValue) CompareWith(source *WatchUsersResponse) (int, bool)
func (*WatchUsersResponse_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *WatchUsersResponse_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*WatchUsersResponse_FieldSubPathValue) GetRawValue ¶
func (fpvs *WatchUsersResponse_FieldSubPathValue) GetRawValue() interface{}
func (*WatchUsersResponse_FieldSubPathValue) SetTo ¶
func (fpvs *WatchUsersResponse_FieldSubPathValue) SetTo(target **WatchUsersResponse)
func (*WatchUsersResponse_FieldSubPathValue) SetToRaw ¶
func (fpvs *WatchUsersResponse_FieldSubPathValue) SetToRaw(target proto.Message)
type WatchUsersResponse_FieldTerminalPath ¶
type WatchUsersResponse_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*WatchUsersResponse_FieldTerminalPath) ClearValue ¶
func (fp *WatchUsersResponse_FieldTerminalPath) ClearValue(item *WatchUsersResponse)
func (*WatchUsersResponse_FieldTerminalPath) ClearValueRaw ¶
func (fp *WatchUsersResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*WatchUsersResponse_FieldTerminalPath) Get ¶
func (fp *WatchUsersResponse_FieldTerminalPath) Get(source *WatchUsersResponse) (values []interface{})
Get returns all values pointed by specific field from source WatchUsersResponse
func (*WatchUsersResponse_FieldTerminalPath) GetDefault ¶
func (fp *WatchUsersResponse_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*WatchUsersResponse_FieldTerminalPath) GetRaw ¶
func (fp *WatchUsersResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*WatchUsersResponse_FieldTerminalPath) GetSingle ¶
func (fp *WatchUsersResponse_FieldTerminalPath) GetSingle(source *WatchUsersResponse) (interface{}, bool)
GetSingle returns value pointed by specific field of from source WatchUsersResponse
func (*WatchUsersResponse_FieldTerminalPath) GetSingleRaw ¶
func (fp *WatchUsersResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*WatchUsersResponse_FieldTerminalPath) IsLeaf ¶
func (fp *WatchUsersResponse_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*WatchUsersResponse_FieldTerminalPath) JSONString ¶
func (fp *WatchUsersResponse_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*WatchUsersResponse_FieldTerminalPath) Selector ¶
func (fp *WatchUsersResponse_FieldTerminalPath) Selector() WatchUsersResponse_FieldPathSelector
func (*WatchUsersResponse_FieldTerminalPath) String ¶
func (fp *WatchUsersResponse_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*WatchUsersResponse_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *WatchUsersResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) WatchUsersResponse_FieldPathArrayItemValue
func (*WatchUsersResponse_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *WatchUsersResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchUsersResponse_FieldPathArrayOfValues
func (*WatchUsersResponse_FieldTerminalPath) WithIValue ¶
func (fp *WatchUsersResponse_FieldTerminalPath) WithIValue(value interface{}) WatchUsersResponse_FieldPathValue
func (*WatchUsersResponse_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *WatchUsersResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*WatchUsersResponse_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *WatchUsersResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*WatchUsersResponse_FieldTerminalPath) WithRawIValue ¶
func (fp *WatchUsersResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type WatchUsersResponse_FieldTerminalPathArrayItemValue ¶
type WatchUsersResponse_FieldTerminalPathArrayItemValue struct { WatchUsersResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchUsersResponse_FieldTerminalPathArrayItemValue) AsUserChangesItemValue ¶
func (fpaiv *WatchUsersResponse_FieldTerminalPathArrayItemValue) AsUserChangesItemValue() (*user.UserChange, bool)
func (*WatchUsersResponse_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *WatchUsersResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *WatchUsersResponse) bool
Contains returns a boolean indicating if value that is being held is present in given 'WatchUsersResponse'
func (*WatchUsersResponse_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *WatchUsersResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object WatchUsersResponse as interface{}
func (*WatchUsersResponse_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *WatchUsersResponse_FieldTerminalPathArrayItemValue) GetSingle(source *WatchUsersResponse) (interface{}, bool)
func (*WatchUsersResponse_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *WatchUsersResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type WatchUsersResponse_FieldTerminalPathArrayOfValues ¶
type WatchUsersResponse_FieldTerminalPathArrayOfValues struct { WatchUsersResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchUsersResponse_FieldTerminalPathArrayOfValues) AsIsCurrentArrayOfValues ¶
func (fpaov *WatchUsersResponse_FieldTerminalPathArrayOfValues) AsIsCurrentArrayOfValues() ([]bool, bool)
func (*WatchUsersResponse_FieldTerminalPathArrayOfValues) AsIsHardResetArrayOfValues ¶
func (fpaov *WatchUsersResponse_FieldTerminalPathArrayOfValues) AsIsHardResetArrayOfValues() ([]bool, bool)
func (*WatchUsersResponse_FieldTerminalPathArrayOfValues) AsIsSoftResetArrayOfValues ¶
func (fpaov *WatchUsersResponse_FieldTerminalPathArrayOfValues) AsIsSoftResetArrayOfValues() ([]bool, bool)
func (*WatchUsersResponse_FieldTerminalPathArrayOfValues) AsPageTokenChangeArrayOfValues ¶
func (fpaov *WatchUsersResponse_FieldTerminalPathArrayOfValues) AsPageTokenChangeArrayOfValues() ([]*WatchUsersResponse_PageTokenChange, bool)
func (*WatchUsersResponse_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues ¶
func (fpaov *WatchUsersResponse_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues() ([]string, bool)
func (*WatchUsersResponse_FieldTerminalPathArrayOfValues) AsSnapshotSizeArrayOfValues ¶
func (fpaov *WatchUsersResponse_FieldTerminalPathArrayOfValues) AsSnapshotSizeArrayOfValues() ([]int64, bool)
func (*WatchUsersResponse_FieldTerminalPathArrayOfValues) AsUserChangesArrayOfValues ¶
func (fpaov *WatchUsersResponse_FieldTerminalPathArrayOfValues) AsUserChangesArrayOfValues() ([][]*user.UserChange, bool)
func (*WatchUsersResponse_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *WatchUsersResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type WatchUsersResponse_FieldTerminalPathValue ¶
type WatchUsersResponse_FieldTerminalPathValue struct { WatchUsersResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchUsersResponse_FieldTerminalPathValue) AsIsCurrentValue ¶
func (fpv *WatchUsersResponse_FieldTerminalPathValue) AsIsCurrentValue() (bool, bool)
func (*WatchUsersResponse_FieldTerminalPathValue) AsIsHardResetValue ¶
func (fpv *WatchUsersResponse_FieldTerminalPathValue) AsIsHardResetValue() (bool, bool)
func (*WatchUsersResponse_FieldTerminalPathValue) AsIsSoftResetValue ¶
func (fpv *WatchUsersResponse_FieldTerminalPathValue) AsIsSoftResetValue() (bool, bool)
func (*WatchUsersResponse_FieldTerminalPathValue) AsPageTokenChangeValue ¶
func (fpv *WatchUsersResponse_FieldTerminalPathValue) AsPageTokenChangeValue() (*WatchUsersResponse_PageTokenChange, bool)
func (*WatchUsersResponse_FieldTerminalPathValue) AsResumeTokenValue ¶
func (fpv *WatchUsersResponse_FieldTerminalPathValue) AsResumeTokenValue() (string, bool)
func (*WatchUsersResponse_FieldTerminalPathValue) AsSnapshotSizeValue ¶
func (fpv *WatchUsersResponse_FieldTerminalPathValue) AsSnapshotSizeValue() (int64, bool)
func (*WatchUsersResponse_FieldTerminalPathValue) AsUserChangesValue ¶
func (fpv *WatchUsersResponse_FieldTerminalPathValue) AsUserChangesValue() ([]*user.UserChange, bool)
func (*WatchUsersResponse_FieldTerminalPathValue) CompareWith ¶
func (fpv *WatchUsersResponse_FieldTerminalPathValue) CompareWith(source *WatchUsersResponse) (int, bool)
CompareWith compares value in the 'WatchUsersResponse_FieldTerminalPathValue' with the value under path in 'WatchUsersResponse'.
func (*WatchUsersResponse_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *WatchUsersResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*WatchUsersResponse_FieldTerminalPathValue) GetRawValue ¶
func (fpv *WatchUsersResponse_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'WatchUsersResponse' as interface{}
func (*WatchUsersResponse_FieldTerminalPathValue) SetTo ¶
func (fpv *WatchUsersResponse_FieldTerminalPathValue) SetTo(target **WatchUsersResponse)
SetTo stores value for selected field for object WatchUsersResponse
func (*WatchUsersResponse_FieldTerminalPathValue) SetToRaw ¶
func (fpv *WatchUsersResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
type WatchUsersResponse_PageTokenChange ¶
type WatchUsersResponse_PageTokenChange struct { // New token to retrieve previous page of results. PrevPageToken *user.PagerCursor `` /* 151-byte string literal not displayed */ // New token to retrieve next page of results. NextPageToken *user.PagerCursor `` /* 151-byte string literal not displayed */ // contains filtered or unexported fields }
func (*WatchUsersResponse_PageTokenChange) Clone ¶
func (o *WatchUsersResponse_PageTokenChange) Clone() *WatchUsersResponse_PageTokenChange
func (*WatchUsersResponse_PageTokenChange) CloneRaw ¶
func (o *WatchUsersResponse_PageTokenChange) CloneRaw() gotenobject.GotenObjectExt
func (*WatchUsersResponse_PageTokenChange) Descriptor ¶
func (*WatchUsersResponse_PageTokenChange) Descriptor() ([]byte, []int)
Deprecated, Use WatchUsersResponse_PageTokenChange.ProtoReflect.Descriptor instead.
func (*WatchUsersResponse_PageTokenChange) GetNextPageToken ¶
func (m *WatchUsersResponse_PageTokenChange) GetNextPageToken() *user.PagerCursor
func (*WatchUsersResponse_PageTokenChange) GetPrevPageToken ¶
func (m *WatchUsersResponse_PageTokenChange) GetPrevPageToken() *user.PagerCursor
func (*WatchUsersResponse_PageTokenChange) GotenMessage ¶
func (*WatchUsersResponse_PageTokenChange) GotenMessage()
func (*WatchUsersResponse_PageTokenChange) GotenObjectExt ¶
func (o *WatchUsersResponse_PageTokenChange) GotenObjectExt()
func (*WatchUsersResponse_PageTokenChange) GotenValidate ¶
func (obj *WatchUsersResponse_PageTokenChange) GotenValidate() error
func (*WatchUsersResponse_PageTokenChange) MakeDiffFieldMask ¶
func (o *WatchUsersResponse_PageTokenChange) MakeDiffFieldMask(other *WatchUsersResponse_PageTokenChange) *WatchUsersResponse_PageTokenChange_FieldMask
func (*WatchUsersResponse_PageTokenChange) MakeFullFieldMask ¶
func (o *WatchUsersResponse_PageTokenChange) MakeFullFieldMask() *WatchUsersResponse_PageTokenChange_FieldMask
func (*WatchUsersResponse_PageTokenChange) MakeRawDiffFieldMask ¶
func (o *WatchUsersResponse_PageTokenChange) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*WatchUsersResponse_PageTokenChange) MakeRawFullFieldMask ¶
func (o *WatchUsersResponse_PageTokenChange) MakeRawFullFieldMask() gotenobject.FieldMask
func (*WatchUsersResponse_PageTokenChange) Marshal ¶
func (m *WatchUsersResponse_PageTokenChange) Marshal() ([]byte, error)
func (*WatchUsersResponse_PageTokenChange) MarshalJSON ¶
func (m *WatchUsersResponse_PageTokenChange) MarshalJSON() ([]byte, error)
func (*WatchUsersResponse_PageTokenChange) Merge ¶
func (o *WatchUsersResponse_PageTokenChange) Merge(source *WatchUsersResponse_PageTokenChange)
func (*WatchUsersResponse_PageTokenChange) MergeRaw ¶
func (o *WatchUsersResponse_PageTokenChange) MergeRaw(source gotenobject.GotenObjectExt)
func (*WatchUsersResponse_PageTokenChange) ProtoMessage ¶
func (*WatchUsersResponse_PageTokenChange) ProtoMessage()
func (*WatchUsersResponse_PageTokenChange) ProtoReflect ¶
func (m *WatchUsersResponse_PageTokenChange) ProtoReflect() preflect.Message
func (*WatchUsersResponse_PageTokenChange) Reset ¶
func (m *WatchUsersResponse_PageTokenChange) Reset()
func (*WatchUsersResponse_PageTokenChange) SetNextPageToken ¶
func (m *WatchUsersResponse_PageTokenChange) SetNextPageToken(fv *user.PagerCursor)
func (*WatchUsersResponse_PageTokenChange) SetPrevPageToken ¶
func (m *WatchUsersResponse_PageTokenChange) SetPrevPageToken(fv *user.PagerCursor)
func (*WatchUsersResponse_PageTokenChange) String ¶
func (m *WatchUsersResponse_PageTokenChange) String() string
func (*WatchUsersResponse_PageTokenChange) Unmarshal ¶
func (m *WatchUsersResponse_PageTokenChange) Unmarshal(b []byte) error
func (*WatchUsersResponse_PageTokenChange) UnmarshalJSON ¶
func (m *WatchUsersResponse_PageTokenChange) UnmarshalJSON(data []byte) error
type WatchUsersResponse_PageTokenChangePathSelectorNextPageToken ¶
type WatchUsersResponse_PageTokenChangePathSelectorNextPageToken struct{}
func (WatchUsersResponse_PageTokenChangePathSelectorNextPageToken) WithArrayOfValues ¶
func (s WatchUsersResponse_PageTokenChangePathSelectorNextPageToken) WithArrayOfValues(values []*user.PagerCursor) *WatchUsersResponsePageTokenChange_FieldTerminalPathArrayOfValues
type WatchUsersResponse_PageTokenChangePathSelectorPrevPageToken ¶
type WatchUsersResponse_PageTokenChangePathSelectorPrevPageToken struct{}
func (WatchUsersResponse_PageTokenChangePathSelectorPrevPageToken) WithArrayOfValues ¶
func (s WatchUsersResponse_PageTokenChangePathSelectorPrevPageToken) WithArrayOfValues(values []*user.PagerCursor) *WatchUsersResponsePageTokenChange_FieldTerminalPathArrayOfValues
type WatchUsersResponse_PageTokenChange_FieldMask ¶
type WatchUsersResponse_PageTokenChange_FieldMask struct {
Paths []WatchUsersResponsePageTokenChange_FieldPath
}
func FullWatchUsersResponse_PageTokenChange_FieldMask ¶
func FullWatchUsersResponse_PageTokenChange_FieldMask() *WatchUsersResponse_PageTokenChange_FieldMask
func (*WatchUsersResponse_PageTokenChange_FieldMask) AppendPath ¶
func (fieldMask *WatchUsersResponse_PageTokenChange_FieldMask) AppendPath(path WatchUsersResponsePageTokenChange_FieldPath)
func (*WatchUsersResponse_PageTokenChange_FieldMask) AppendRawPath ¶
func (fieldMask *WatchUsersResponse_PageTokenChange_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*WatchUsersResponse_PageTokenChange_FieldMask) DecodeFirestore ¶
func (fieldMask *WatchUsersResponse_PageTokenChange_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*WatchUsersResponse_PageTokenChange_FieldMask) EncodeFirestore ¶
func (fieldMask *WatchUsersResponse_PageTokenChange_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*WatchUsersResponse_PageTokenChange_FieldMask) FilterInputFields ¶
func (fieldMask *WatchUsersResponse_PageTokenChange_FieldMask) FilterInputFields() *WatchUsersResponse_PageTokenChange_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*WatchUsersResponse_PageTokenChange_FieldMask) FromProtoFieldMask ¶
func (fieldMask *WatchUsersResponse_PageTokenChange_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*WatchUsersResponse_PageTokenChange_FieldMask) GetPaths ¶
func (fieldMask *WatchUsersResponse_PageTokenChange_FieldMask) GetPaths() []WatchUsersResponsePageTokenChange_FieldPath
func (*WatchUsersResponse_PageTokenChange_FieldMask) GetRawPaths ¶
func (fieldMask *WatchUsersResponse_PageTokenChange_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*WatchUsersResponse_PageTokenChange_FieldMask) IsFull ¶
func (fieldMask *WatchUsersResponse_PageTokenChange_FieldMask) IsFull() bool
func (WatchUsersResponse_PageTokenChange_FieldMask) Marshal ¶
func (fieldMask WatchUsersResponse_PageTokenChange_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (WatchUsersResponse_PageTokenChange_FieldMask) MarshalJSON ¶
func (fieldMask WatchUsersResponse_PageTokenChange_FieldMask) MarshalJSON() ([]byte, error)
func (*WatchUsersResponse_PageTokenChange_FieldMask) PathsCount ¶
func (fieldMask *WatchUsersResponse_PageTokenChange_FieldMask) PathsCount() int
func (*WatchUsersResponse_PageTokenChange_FieldMask) Project ¶
func (fieldMask *WatchUsersResponse_PageTokenChange_FieldMask) Project(source *WatchUsersResponse_PageTokenChange) *WatchUsersResponse_PageTokenChange
func (*WatchUsersResponse_PageTokenChange_FieldMask) ProjectRaw ¶
func (fieldMask *WatchUsersResponse_PageTokenChange_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*WatchUsersResponse_PageTokenChange_FieldMask) ProtoMessage ¶
func (fieldMask *WatchUsersResponse_PageTokenChange_FieldMask) ProtoMessage()
func (*WatchUsersResponse_PageTokenChange_FieldMask) ProtoReflect ¶
func (fieldMask *WatchUsersResponse_PageTokenChange_FieldMask) ProtoReflect() preflect.Message
func (*WatchUsersResponse_PageTokenChange_FieldMask) Reset ¶
func (fieldMask *WatchUsersResponse_PageTokenChange_FieldMask) Reset()
func (*WatchUsersResponse_PageTokenChange_FieldMask) Set ¶
func (fieldMask *WatchUsersResponse_PageTokenChange_FieldMask) Set(target, source *WatchUsersResponse_PageTokenChange)
func (*WatchUsersResponse_PageTokenChange_FieldMask) SetFromCliFlag ¶
func (fieldMask *WatchUsersResponse_PageTokenChange_FieldMask) SetFromCliFlag(raw string) error
func (*WatchUsersResponse_PageTokenChange_FieldMask) SetRaw ¶
func (fieldMask *WatchUsersResponse_PageTokenChange_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*WatchUsersResponse_PageTokenChange_FieldMask) Size ¶
func (fieldMask *WatchUsersResponse_PageTokenChange_FieldMask) Size() int
func (*WatchUsersResponse_PageTokenChange_FieldMask) String ¶
func (fieldMask *WatchUsersResponse_PageTokenChange_FieldMask) String() string
func (*WatchUsersResponse_PageTokenChange_FieldMask) Subtract ¶
func (fieldMask *WatchUsersResponse_PageTokenChange_FieldMask) Subtract(other *WatchUsersResponse_PageTokenChange_FieldMask) *WatchUsersResponse_PageTokenChange_FieldMask
func (*WatchUsersResponse_PageTokenChange_FieldMask) SubtractRaw ¶
func (fieldMask *WatchUsersResponse_PageTokenChange_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*WatchUsersResponse_PageTokenChange_FieldMask) ToProtoFieldMask ¶
func (fieldMask *WatchUsersResponse_PageTokenChange_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*WatchUsersResponse_PageTokenChange_FieldMask) Unmarshal ¶
func (fieldMask *WatchUsersResponse_PageTokenChange_FieldMask) Unmarshal(data []byte) error
func (*WatchUsersResponse_PageTokenChange_FieldMask) UnmarshalJSON ¶
func (fieldMask *WatchUsersResponse_PageTokenChange_FieldMask) UnmarshalJSON(data []byte) error
Source Files ¶
- user_custom.pb.fieldmask.go
- user_custom.pb.fieldpath.go
- user_custom.pb.fieldpathbuilder.go
- user_custom.pb.go
- user_custom.pb.object_ext.go
- user_custom.pb.validate.go
- user_service.pb.client.go
- user_service.pb.fieldmask.go
- user_service.pb.fieldpath.go
- user_service.pb.fieldpathbuilder.go
- user_service.pb.go
- user_service.pb.object_ext.go
- user_service.pb.validate.go