user_client

package
v0.12.76 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 28, 2024 License: Apache-2.0 Imports: 38 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BatchGetUsersByEmailDescriptor added in v0.4.28

type BatchGetUsersByEmailDescriptor struct{}

func GetBatchGetUsersByEmailDescriptor added in v0.4.28

func GetBatchGetUsersByEmailDescriptor() *BatchGetUsersByEmailDescriptor

func (*BatchGetUsersByEmailDescriptor) GetApiDescriptor added in v0.4.28

func (*BatchGetUsersByEmailDescriptor) GetApiName added in v0.4.28

func (d *BatchGetUsersByEmailDescriptor) GetApiName() string

func (*BatchGetUsersByEmailDescriptor) GetClientMsgReflectHandle added in v0.4.28

func (d *BatchGetUsersByEmailDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*BatchGetUsersByEmailDescriptor) GetFullMethodName added in v0.4.28

func (d *BatchGetUsersByEmailDescriptor) GetFullMethodName() string

func (*BatchGetUsersByEmailDescriptor) GetMethodName added in v0.4.28

func (d *BatchGetUsersByEmailDescriptor) GetMethodName() string

func (*BatchGetUsersByEmailDescriptor) GetProtoPkgName added in v0.4.28

func (d *BatchGetUsersByEmailDescriptor) GetProtoPkgName() string

func (*BatchGetUsersByEmailDescriptor) GetResourceDescriptor added in v0.4.30

func (d *BatchGetUsersByEmailDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*BatchGetUsersByEmailDescriptor) GetServerMsgReflectHandle added in v0.4.28

func (d *BatchGetUsersByEmailDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*BatchGetUsersByEmailDescriptor) GetServiceDomain added in v0.4.28

func (d *BatchGetUsersByEmailDescriptor) GetServiceDomain() string

func (*BatchGetUsersByEmailDescriptor) GetServiceVersion added in v0.4.28

func (d *BatchGetUsersByEmailDescriptor) GetServiceVersion() string

func (*BatchGetUsersByEmailDescriptor) GetVerb added in v0.4.28

func (*BatchGetUsersByEmailDescriptor) HasResource added in v0.4.30

func (d *BatchGetUsersByEmailDescriptor) HasResource() bool

func (*BatchGetUsersByEmailDescriptor) IsClientStream added in v0.4.28

func (d *BatchGetUsersByEmailDescriptor) IsClientStream() bool

func (*BatchGetUsersByEmailDescriptor) IsCollection added in v0.4.30

func (d *BatchGetUsersByEmailDescriptor) IsCollection() bool

func (*BatchGetUsersByEmailDescriptor) IsPlural added in v0.4.30

func (d *BatchGetUsersByEmailDescriptor) IsPlural() bool

func (*BatchGetUsersByEmailDescriptor) IsServerStream added in v0.4.28

func (d *BatchGetUsersByEmailDescriptor) IsServerStream() bool

func (*BatchGetUsersByEmailDescriptor) IsUnary added in v0.4.28

func (d *BatchGetUsersByEmailDescriptor) IsUnary() bool

func (*BatchGetUsersByEmailDescriptor) NewEmptyClientMsg added in v0.4.28

func (d *BatchGetUsersByEmailDescriptor) NewEmptyClientMsg() proto.Message

func (*BatchGetUsersByEmailDescriptor) NewEmptyServerMsg added in v0.4.28

func (d *BatchGetUsersByEmailDescriptor) NewEmptyServerMsg() proto.Message

func (*BatchGetUsersByEmailDescriptor) RequestHasResourceBody added in v0.4.28

func (d *BatchGetUsersByEmailDescriptor) RequestHasResourceBody() bool

type BatchGetUsersByEmailDescriptorClientMsgHandle added in v0.4.28

type BatchGetUsersByEmailDescriptorClientMsgHandle struct{}

func (*BatchGetUsersByEmailDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*BatchGetUsersByEmailDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*BatchGetUsersByEmailDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type BatchGetUsersByEmailDescriptorServerMsgHandle added in v0.4.28

type BatchGetUsersByEmailDescriptorServerMsgHandle struct{}

func (*BatchGetUsersByEmailDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*BatchGetUsersByEmailDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*BatchGetUsersByEmailDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

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 (*BatchGetUsersByEmailRequest) CloneRaw

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 (*BatchGetUsersByEmailRequest) MakeFullFieldMask

func (*BatchGetUsersByEmailRequest) MakeRawDiffFieldMask

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 (*BatchGetUsersByEmailRequest) MergeRaw

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

func (BatchGetUsersByEmailRequestFieldPathBuilder) Emails

func (BatchGetUsersByEmailRequestFieldPathBuilder) FieldMask

func (BatchGetUsersByEmailRequestFieldPathBuilder) SkipCache

func (BatchGetUsersByEmailRequestFieldPathBuilder) View

type BatchGetUsersByEmailRequestPathSelectorEmails

type BatchGetUsersByEmailRequestPathSelectorEmails struct{}

func (BatchGetUsersByEmailRequestPathSelectorEmails) FieldPath

func (BatchGetUsersByEmailRequestPathSelectorEmails) WithArrayOfValues

func (BatchGetUsersByEmailRequestPathSelectorEmails) WithItemValue

func (BatchGetUsersByEmailRequestPathSelectorEmails) WithValue

type BatchGetUsersByEmailRequestPathSelectorFieldMask

type BatchGetUsersByEmailRequestPathSelectorFieldMask struct{}

func (BatchGetUsersByEmailRequestPathSelectorFieldMask) FieldPath

func (BatchGetUsersByEmailRequestPathSelectorFieldMask) WithArrayOfValues

func (BatchGetUsersByEmailRequestPathSelectorFieldMask) WithValue

type BatchGetUsersByEmailRequestPathSelectorSkipCache

type BatchGetUsersByEmailRequestPathSelectorSkipCache struct{}

func (BatchGetUsersByEmailRequestPathSelectorSkipCache) FieldPath

func (BatchGetUsersByEmailRequestPathSelectorSkipCache) WithArrayOfValues

func (BatchGetUsersByEmailRequestPathSelectorSkipCache) WithValue

type BatchGetUsersByEmailRequestPathSelectorView

type BatchGetUsersByEmailRequestPathSelectorView struct{}

func (BatchGetUsersByEmailRequestPathSelectorView) FieldPath

func (BatchGetUsersByEmailRequestPathSelectorView) WithArrayOfValues

func (BatchGetUsersByEmailRequestPathSelectorView) WithValue

type BatchGetUsersByEmailRequest_FieldMask

type BatchGetUsersByEmailRequest_FieldMask struct {
	Paths []BatchGetUsersByEmailRequest_FieldPath
}

func FullBatchGetUsersByEmailRequest_FieldMask

func FullBatchGetUsersByEmailRequest_FieldMask() *BatchGetUsersByEmailRequest_FieldMask

func (*BatchGetUsersByEmailRequest_FieldMask) AppendPath

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

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 (*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 (*BatchGetUsersByEmailRequest_FieldMask) ProjectRaw

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 (*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 (*BatchGetUsersByEmailRequest_FieldMask) SubtractRaw

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 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

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 (*BatchGetUsersByEmailRequest_FieldTerminalPath) ClearValueRaw

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

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

IsLeaf - whether field path is holds simple value

func (*BatchGetUsersByEmailRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetUsersByEmailRequest_FieldTerminalPath) Selector

func (*BatchGetUsersByEmailRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*BatchGetUsersByEmailRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*BatchGetUsersByEmailRequest_FieldTerminalPath) WithIArrayItemValue

func (*BatchGetUsersByEmailRequest_FieldTerminalPath) WithIArrayOfValues

func (*BatchGetUsersByEmailRequest_FieldTerminalPath) WithIValue

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 (*BatchGetUsersByEmailRequest_FieldTerminalPathArrayItemValue) ContainsValue

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 (*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 (*BatchGetUsersByEmailRequest_FieldTerminalPathArrayOfValues) AsSkipCacheArrayOfValues

func (fpaov *BatchGetUsersByEmailRequest_FieldTerminalPathArrayOfValues) AsSkipCacheArrayOfValues() ([]bool, bool)

func (*BatchGetUsersByEmailRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

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 (*BatchGetUsersByEmailRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*BatchGetUsersByEmailRequest_FieldTerminalPathValue) AsSkipCacheValue

func (*BatchGetUsersByEmailRequest_FieldTerminalPathValue) AsViewValue

func (*BatchGetUsersByEmailRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'BatchGetUsersByEmailRequest_FieldTerminalPathValue' with the value under path in 'BatchGetUsersByEmailRequest'.

func (*BatchGetUsersByEmailRequest_FieldTerminalPathValue) CompareWithRaw

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

SetTo stores value for selected field for object BatchGetUsersByEmailRequest

func (*BatchGetUsersByEmailRequest_FieldTerminalPathValue) SetToRaw

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 (*BatchGetUsersByEmailResponse) CloneRaw

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 (*BatchGetUsersByEmailResponse) MakeFullFieldMask

func (*BatchGetUsersByEmailResponse) MakeRawDiffFieldMask

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 (*BatchGetUsersByEmailResponse) MergeRaw

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 (*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

func (BatchGetUsersByEmailResponseFieldPathBuilder) Missing

func (BatchGetUsersByEmailResponseFieldPathBuilder) Users

type BatchGetUsersByEmailResponseMapPathSelectorUsersMetadataAnnotations

type BatchGetUsersByEmailResponseMapPathSelectorUsersMetadataAnnotations struct {
	// contains filtered or unexported fields
}

func (BatchGetUsersByEmailResponseMapPathSelectorUsersMetadataAnnotations) FieldPath

func (BatchGetUsersByEmailResponseMapPathSelectorUsersMetadataAnnotations) WithArrayOfValues

func (BatchGetUsersByEmailResponseMapPathSelectorUsersMetadataAnnotations) WithValue

type BatchGetUsersByEmailResponseMapPathSelectorUsersMetadataLabels

type BatchGetUsersByEmailResponseMapPathSelectorUsersMetadataLabels struct {
	// contains filtered or unexported fields
}

func (BatchGetUsersByEmailResponseMapPathSelectorUsersMetadataLabels) FieldPath

func (BatchGetUsersByEmailResponseMapPathSelectorUsersMetadataLabels) WithArrayOfValues

func (BatchGetUsersByEmailResponseMapPathSelectorUsersMetadataLabels) WithValue

type BatchGetUsersByEmailResponseMapPathSelectorUsersMetadataShards

type BatchGetUsersByEmailResponseMapPathSelectorUsersMetadataShards struct {
	// contains filtered or unexported fields
}

func (BatchGetUsersByEmailResponseMapPathSelectorUsersMetadataShards) FieldPath

func (BatchGetUsersByEmailResponseMapPathSelectorUsersMetadataShards) WithArrayOfValues

func (BatchGetUsersByEmailResponseMapPathSelectorUsersMetadataShards) WithValue

type BatchGetUsersByEmailResponseMapPathSelectorUsersSettings

type BatchGetUsersByEmailResponseMapPathSelectorUsersSettings struct {
	// contains filtered or unexported fields
}

func (BatchGetUsersByEmailResponseMapPathSelectorUsersSettings) FieldPath

func (BatchGetUsersByEmailResponseMapPathSelectorUsersSettings) WithArrayOfValues

func (BatchGetUsersByEmailResponseMapPathSelectorUsersSettings) WithValue

type BatchGetUsersByEmailResponsePathSelectorMissing

type BatchGetUsersByEmailResponsePathSelectorMissing struct{}

func (BatchGetUsersByEmailResponsePathSelectorMissing) FieldPath

func (BatchGetUsersByEmailResponsePathSelectorMissing) WithArrayOfValues

func (BatchGetUsersByEmailResponsePathSelectorMissing) WithItemValue

func (BatchGetUsersByEmailResponsePathSelectorMissing) WithValue

type BatchGetUsersByEmailResponsePathSelectorUsers

type BatchGetUsersByEmailResponsePathSelectorUsers struct{}

func (BatchGetUsersByEmailResponsePathSelectorUsers) AuthInfo

func (BatchGetUsersByEmailResponsePathSelectorUsers) Email

func (BatchGetUsersByEmailResponsePathSelectorUsers) EmailVerified

func (BatchGetUsersByEmailResponsePathSelectorUsers) FieldPath

func (BatchGetUsersByEmailResponsePathSelectorUsers) FullName

func (BatchGetUsersByEmailResponsePathSelectorUsers) Metadata

func (BatchGetUsersByEmailResponsePathSelectorUsers) Name

func (BatchGetUsersByEmailResponsePathSelectorUsers) RefreshedTime

func (BatchGetUsersByEmailResponsePathSelectorUsers) Settings

func (BatchGetUsersByEmailResponsePathSelectorUsers) WithArrayOfValues

func (BatchGetUsersByEmailResponsePathSelectorUsers) WithItemValue

func (BatchGetUsersByEmailResponsePathSelectorUsers) WithSubArrayItemValue

func (BatchGetUsersByEmailResponsePathSelectorUsers) WithSubArrayOfValues

func (BatchGetUsersByEmailResponsePathSelectorUsers) WithSubPath

func (BatchGetUsersByEmailResponsePathSelectorUsers) WithSubValue

func (BatchGetUsersByEmailResponsePathSelectorUsers) WithValue

type BatchGetUsersByEmailResponsePathSelectorUsersAuthInfo

type BatchGetUsersByEmailResponsePathSelectorUsersAuthInfo struct{}

func (BatchGetUsersByEmailResponsePathSelectorUsersAuthInfo) FieldPath

func (BatchGetUsersByEmailResponsePathSelectorUsersAuthInfo) Id

func (BatchGetUsersByEmailResponsePathSelectorUsersAuthInfo) Provider

func (BatchGetUsersByEmailResponsePathSelectorUsersAuthInfo) WithArrayOfValues

func (BatchGetUsersByEmailResponsePathSelectorUsersAuthInfo) WithValue

type BatchGetUsersByEmailResponsePathSelectorUsersAuthInfoId

type BatchGetUsersByEmailResponsePathSelectorUsersAuthInfoId struct{}

func (BatchGetUsersByEmailResponsePathSelectorUsersAuthInfoId) FieldPath

func (BatchGetUsersByEmailResponsePathSelectorUsersAuthInfoId) WithArrayOfValues

func (BatchGetUsersByEmailResponsePathSelectorUsersAuthInfoId) WithValue

type BatchGetUsersByEmailResponsePathSelectorUsersAuthInfoProvider

type BatchGetUsersByEmailResponsePathSelectorUsersAuthInfoProvider struct{}

func (BatchGetUsersByEmailResponsePathSelectorUsersAuthInfoProvider) FieldPath

func (BatchGetUsersByEmailResponsePathSelectorUsersAuthInfoProvider) WithArrayOfValues

func (BatchGetUsersByEmailResponsePathSelectorUsersAuthInfoProvider) WithValue

type BatchGetUsersByEmailResponsePathSelectorUsersEmail

type BatchGetUsersByEmailResponsePathSelectorUsersEmail struct{}

func (BatchGetUsersByEmailResponsePathSelectorUsersEmail) FieldPath

func (BatchGetUsersByEmailResponsePathSelectorUsersEmail) WithArrayOfValues

func (BatchGetUsersByEmailResponsePathSelectorUsersEmail) WithValue

type BatchGetUsersByEmailResponsePathSelectorUsersEmailVerified

type BatchGetUsersByEmailResponsePathSelectorUsersEmailVerified struct{}

func (BatchGetUsersByEmailResponsePathSelectorUsersEmailVerified) FieldPath

func (BatchGetUsersByEmailResponsePathSelectorUsersEmailVerified) WithArrayOfValues

func (BatchGetUsersByEmailResponsePathSelectorUsersEmailVerified) WithValue

type BatchGetUsersByEmailResponsePathSelectorUsersFullName

type BatchGetUsersByEmailResponsePathSelectorUsersFullName struct{}

func (BatchGetUsersByEmailResponsePathSelectorUsersFullName) FieldPath

func (BatchGetUsersByEmailResponsePathSelectorUsersFullName) WithArrayOfValues

func (BatchGetUsersByEmailResponsePathSelectorUsersFullName) WithValue

type BatchGetUsersByEmailResponsePathSelectorUsersMetadata

type BatchGetUsersByEmailResponsePathSelectorUsersMetadata struct{}

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadata) Annotations

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadata) CreateTime

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadata) DeleteTime added in v0.8.0

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadata) FieldPath

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadata) Generation

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadata) Labels

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadata) Lifecycle added in v0.8.0

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadata) Shards

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadata) Syncing

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadata) Tags

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadata) UpdateTime

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadata) Uuid

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadata) WithArrayOfValues

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadata) WithValue

type BatchGetUsersByEmailResponsePathSelectorUsersMetadataAnnotations

type BatchGetUsersByEmailResponsePathSelectorUsersMetadataAnnotations struct{}

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataAnnotations) FieldPath

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataAnnotations) WithArrayOfValues

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataAnnotations) WithKey

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataAnnotations) WithValue

type BatchGetUsersByEmailResponsePathSelectorUsersMetadataCreateTime

type BatchGetUsersByEmailResponsePathSelectorUsersMetadataCreateTime struct{}

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataCreateTime) FieldPath

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataCreateTime) WithArrayOfValues

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataCreateTime) WithValue

type BatchGetUsersByEmailResponsePathSelectorUsersMetadataDeleteTime added in v0.8.0

type BatchGetUsersByEmailResponsePathSelectorUsersMetadataDeleteTime struct{}

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataDeleteTime) FieldPath added in v0.8.0

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataDeleteTime) WithArrayOfValues added in v0.8.0

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataDeleteTime) WithValue added in v0.8.0

type BatchGetUsersByEmailResponsePathSelectorUsersMetadataGeneration

type BatchGetUsersByEmailResponsePathSelectorUsersMetadataGeneration struct{}

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataGeneration) FieldPath

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataGeneration) WithArrayOfValues

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataGeneration) WithValue

type BatchGetUsersByEmailResponsePathSelectorUsersMetadataLabels

type BatchGetUsersByEmailResponsePathSelectorUsersMetadataLabels struct{}

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataLabels) FieldPath

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataLabels) WithArrayOfValues

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataLabels) WithKey

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataLabels) WithValue

type BatchGetUsersByEmailResponsePathSelectorUsersMetadataLifecycle added in v0.8.0

type BatchGetUsersByEmailResponsePathSelectorUsersMetadataLifecycle struct{}

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataLifecycle) BlockDeletion added in v0.8.0

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataLifecycle) FieldPath added in v0.8.0

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataLifecycle) State added in v0.8.0

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataLifecycle) WithArrayOfValues added in v0.8.0

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataLifecycle) WithValue added in v0.8.0

type BatchGetUsersByEmailResponsePathSelectorUsersMetadataLifecycleBlockDeletion added in v0.8.0

type BatchGetUsersByEmailResponsePathSelectorUsersMetadataLifecycleBlockDeletion struct{}

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataLifecycleBlockDeletion) FieldPath added in v0.8.0

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.8.0

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataLifecycleBlockDeletion) WithValue added in v0.8.0

type BatchGetUsersByEmailResponsePathSelectorUsersMetadataLifecycleState added in v0.8.0

type BatchGetUsersByEmailResponsePathSelectorUsersMetadataLifecycleState struct{}

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataLifecycleState) FieldPath added in v0.8.0

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataLifecycleState) WithArrayOfValues added in v0.8.0

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataLifecycleState) WithValue added in v0.8.0

type BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferences

type BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferences struct{}

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferences) FieldPath

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferences) Region added in v0.8.0

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferences) RequiresOwnerReference added in v0.8.0

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferences) Version added in v0.8.0

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferences) WithArrayOfValues

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferences) WithItemValue

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferences) WithValue

type BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesBlockOwnerDeletion

type BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesController

type BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesController struct{}

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesController) FieldPath

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesController) WithArrayOfValues

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesController) WithValue

type BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesKind

type BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesKind struct{}

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesKind) FieldPath

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesKind) WithArrayOfValues

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesKind) WithValue

type BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesName

type BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesName struct{}

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesName) FieldPath

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesName) WithArrayOfValues

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesName) WithValue

type BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesRegion added in v0.8.0

type BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesRegion struct{}

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesRegion) FieldPath added in v0.8.0

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.8.0

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesRegion) WithValue added in v0.8.0

type BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesRequiresOwnerReference added in v0.8.0

type BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesRequiresOwnerReference struct{}

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.8.0

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.8.0

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.8.0

type BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesVersion added in v0.8.0

type BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesVersion struct{}

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesVersion) FieldPath added in v0.8.0

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.8.0

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataOwnerReferencesVersion) WithValue added in v0.8.0

type BatchGetUsersByEmailResponsePathSelectorUsersMetadataResourceVersion

type BatchGetUsersByEmailResponsePathSelectorUsersMetadataResourceVersion struct{}

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataResourceVersion) FieldPath

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataResourceVersion) WithArrayOfValues

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataResourceVersion) WithValue

type BatchGetUsersByEmailResponsePathSelectorUsersMetadataShards

type BatchGetUsersByEmailResponsePathSelectorUsersMetadataShards struct{}

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataShards) FieldPath

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataShards) WithArrayOfValues

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataShards) WithKey

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataShards) WithValue

type BatchGetUsersByEmailResponsePathSelectorUsersMetadataSyncing

type BatchGetUsersByEmailResponsePathSelectorUsersMetadataSyncing struct{}

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataSyncing) FieldPath

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataSyncing) WithArrayOfValues

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataSyncing) WithValue

type BatchGetUsersByEmailResponsePathSelectorUsersMetadataSyncingOwningRegion

type BatchGetUsersByEmailResponsePathSelectorUsersMetadataSyncingOwningRegion struct{}

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataSyncingOwningRegion) FieldPath

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataSyncingOwningRegion) WithArrayOfValues

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataSyncingOwningRegion) WithValue

type BatchGetUsersByEmailResponsePathSelectorUsersMetadataSyncingRegions

type BatchGetUsersByEmailResponsePathSelectorUsersMetadataSyncingRegions struct{}

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataSyncingRegions) FieldPath

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataSyncingRegions) WithArrayOfValues

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataSyncingRegions) WithItemValue

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataSyncingRegions) WithValue

type BatchGetUsersByEmailResponsePathSelectorUsersMetadataTags

type BatchGetUsersByEmailResponsePathSelectorUsersMetadataTags struct{}

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataTags) FieldPath

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataTags) WithArrayOfValues

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataTags) WithItemValue

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataTags) WithValue

type BatchGetUsersByEmailResponsePathSelectorUsersMetadataUpdateTime

type BatchGetUsersByEmailResponsePathSelectorUsersMetadataUpdateTime struct{}

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataUpdateTime) FieldPath

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataUpdateTime) WithArrayOfValues

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataUpdateTime) WithValue

type BatchGetUsersByEmailResponsePathSelectorUsersMetadataUuid

type BatchGetUsersByEmailResponsePathSelectorUsersMetadataUuid struct{}

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataUuid) FieldPath

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataUuid) WithArrayOfValues

func (BatchGetUsersByEmailResponsePathSelectorUsersMetadataUuid) WithValue

type BatchGetUsersByEmailResponsePathSelectorUsersName

type BatchGetUsersByEmailResponsePathSelectorUsersName struct{}

func (BatchGetUsersByEmailResponsePathSelectorUsersName) FieldPath

func (BatchGetUsersByEmailResponsePathSelectorUsersName) WithArrayOfValues

func (BatchGetUsersByEmailResponsePathSelectorUsersName) WithValue

type BatchGetUsersByEmailResponsePathSelectorUsersRefreshedTime

type BatchGetUsersByEmailResponsePathSelectorUsersRefreshedTime struct{}

func (BatchGetUsersByEmailResponsePathSelectorUsersRefreshedTime) FieldPath

func (BatchGetUsersByEmailResponsePathSelectorUsersRefreshedTime) WithArrayOfValues

func (BatchGetUsersByEmailResponsePathSelectorUsersRefreshedTime) WithValue

type BatchGetUsersByEmailResponsePathSelectorUsersSettings

type BatchGetUsersByEmailResponsePathSelectorUsersSettings struct{}

func (BatchGetUsersByEmailResponsePathSelectorUsersSettings) FieldPath

func (BatchGetUsersByEmailResponsePathSelectorUsersSettings) WithArrayOfValues

func (BatchGetUsersByEmailResponsePathSelectorUsersSettings) WithKey

func (BatchGetUsersByEmailResponsePathSelectorUsersSettings) WithValue

type BatchGetUsersByEmailResponse_FieldMask

type BatchGetUsersByEmailResponse_FieldMask struct {
	Paths []BatchGetUsersByEmailResponse_FieldPath
}

func FullBatchGetUsersByEmailResponse_FieldMask

func FullBatchGetUsersByEmailResponse_FieldMask() *BatchGetUsersByEmailResponse_FieldMask

func (*BatchGetUsersByEmailResponse_FieldMask) AppendPath

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

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 (*BatchGetUsersByEmailResponse_FieldMask) GetRawPaths

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 (*BatchGetUsersByEmailResponse_FieldMask) ProjectRaw

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 (*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 (*BatchGetUsersByEmailResponse_FieldMask) SubtractRaw

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 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

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 (*BatchGetUsersByEmailResponse_FieldSubPath) ClearValue

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

IsLeaf - whether field path is holds simple value

func (*BatchGetUsersByEmailResponse_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetUsersByEmailResponse_FieldSubPath) Selector

func (*BatchGetUsersByEmailResponse_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

func (fps *BatchGetUsersByEmailResponse_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*BatchGetUsersByEmailResponse_FieldSubPath) String

String returns path representation in proto convention

func (*BatchGetUsersByEmailResponse_FieldSubPath) WithIArrayItemValue

func (*BatchGetUsersByEmailResponse_FieldSubPath) WithIArrayOfValues

func (*BatchGetUsersByEmailResponse_FieldSubPath) WithIValue

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 (*BatchGetUsersByEmailResponse_FieldSubPathArrayItemValue) ContainsValue

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 (*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 (*BatchGetUsersByEmailResponse_FieldSubPathValue) CompareWith

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 (*BatchGetUsersByEmailResponse_FieldSubPathValue) SetToRaw

type BatchGetUsersByEmailResponse_FieldTerminalPath

type BatchGetUsersByEmailResponse_FieldTerminalPath struct {
	// contains filtered or unexported fields
}

func (*BatchGetUsersByEmailResponse_FieldTerminalPath) ClearValue

func (*BatchGetUsersByEmailResponse_FieldTerminalPath) ClearValueRaw

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

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

IsLeaf - whether field path is holds simple value

func (*BatchGetUsersByEmailResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetUsersByEmailResponse_FieldTerminalPath) Selector

func (*BatchGetUsersByEmailResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*BatchGetUsersByEmailResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*BatchGetUsersByEmailResponse_FieldTerminalPath) WithIArrayItemValue

func (*BatchGetUsersByEmailResponse_FieldTerminalPath) WithIArrayOfValues

func (*BatchGetUsersByEmailResponse_FieldTerminalPath) WithIValue

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 (*BatchGetUsersByEmailResponse_FieldTerminalPathArrayItemValue) AsUsersItemValue

func (*BatchGetUsersByEmailResponse_FieldTerminalPathArrayItemValue) ContainsValue

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 (*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 (*BatchGetUsersByEmailResponse_FieldTerminalPathValue) AsUsersValue

func (*BatchGetUsersByEmailResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'BatchGetUsersByEmailResponse_FieldTerminalPathValue' with the value under path in 'BatchGetUsersByEmailResponse'.

func (*BatchGetUsersByEmailResponse_FieldTerminalPathValue) CompareWithRaw

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

SetTo stores value for selected field for object BatchGetUsersByEmailResponse

func (*BatchGetUsersByEmailResponse_FieldTerminalPathValue) SetToRaw

type BatchGetUsersDescriptor added in v0.4.28

type BatchGetUsersDescriptor struct{}

func GetBatchGetUsersDescriptor added in v0.4.28

func GetBatchGetUsersDescriptor() *BatchGetUsersDescriptor

func (*BatchGetUsersDescriptor) GetApiDescriptor added in v0.4.28

func (d *BatchGetUsersDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor

func (*BatchGetUsersDescriptor) GetApiName added in v0.4.28

func (d *BatchGetUsersDescriptor) GetApiName() string

func (*BatchGetUsersDescriptor) GetClientMsgReflectHandle added in v0.4.28

func (d *BatchGetUsersDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*BatchGetUsersDescriptor) GetFullMethodName added in v0.4.28

func (d *BatchGetUsersDescriptor) GetFullMethodName() string

func (*BatchGetUsersDescriptor) GetMethodName added in v0.4.28

func (d *BatchGetUsersDescriptor) GetMethodName() string

func (*BatchGetUsersDescriptor) GetProtoPkgName added in v0.4.28

func (d *BatchGetUsersDescriptor) GetProtoPkgName() string

func (*BatchGetUsersDescriptor) GetResourceDescriptor added in v0.4.30

func (d *BatchGetUsersDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*BatchGetUsersDescriptor) GetServerMsgReflectHandle added in v0.4.28

func (d *BatchGetUsersDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*BatchGetUsersDescriptor) GetServiceDomain added in v0.4.28

func (d *BatchGetUsersDescriptor) GetServiceDomain() string

func (*BatchGetUsersDescriptor) GetServiceVersion added in v0.4.28

func (d *BatchGetUsersDescriptor) GetServiceVersion() string

func (*BatchGetUsersDescriptor) GetVerb added in v0.4.28

func (d *BatchGetUsersDescriptor) GetVerb() string

func (*BatchGetUsersDescriptor) HasResource added in v0.4.30

func (d *BatchGetUsersDescriptor) HasResource() bool

func (*BatchGetUsersDescriptor) IsClientStream added in v0.4.28

func (d *BatchGetUsersDescriptor) IsClientStream() bool

func (*BatchGetUsersDescriptor) IsCollection added in v0.4.30

func (d *BatchGetUsersDescriptor) IsCollection() bool

func (*BatchGetUsersDescriptor) IsPlural added in v0.4.30

func (d *BatchGetUsersDescriptor) IsPlural() bool

func (*BatchGetUsersDescriptor) IsServerStream added in v0.4.28

func (d *BatchGetUsersDescriptor) IsServerStream() bool

func (*BatchGetUsersDescriptor) IsUnary added in v0.4.28

func (d *BatchGetUsersDescriptor) IsUnary() bool

func (*BatchGetUsersDescriptor) NewEmptyClientMsg added in v0.4.28

func (d *BatchGetUsersDescriptor) NewEmptyClientMsg() proto.Message

func (*BatchGetUsersDescriptor) NewEmptyServerMsg added in v0.4.28

func (d *BatchGetUsersDescriptor) NewEmptyServerMsg() proto.Message

func (*BatchGetUsersDescriptor) RequestHasResourceBody added in v0.4.28

func (d *BatchGetUsersDescriptor) RequestHasResourceBody() bool

type BatchGetUsersDescriptorClientMsgHandle added in v0.4.28

type BatchGetUsersDescriptorClientMsgHandle struct{}

func (*BatchGetUsersDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*BatchGetUsersDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*BatchGetUsersDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type BatchGetUsersDescriptorServerMsgHandle added in v0.4.28

type BatchGetUsersDescriptorServerMsgHandle struct{}

func (*BatchGetUsersDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*BatchGetUsersDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*BatchGetUsersDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type BatchGetUsersRequest

type BatchGetUsersRequest struct {

	// 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 (*BatchGetUsersRequest) CloneRaw

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) 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 (*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) 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) Names

func (BatchGetUsersRequestFieldPathBuilder) View

type BatchGetUsersRequestPathSelectorFieldMask

type BatchGetUsersRequestPathSelectorFieldMask struct{}

func (BatchGetUsersRequestPathSelectorFieldMask) FieldPath

func (BatchGetUsersRequestPathSelectorFieldMask) WithArrayOfValues

func (BatchGetUsersRequestPathSelectorFieldMask) WithValue

type BatchGetUsersRequestPathSelectorNames

type BatchGetUsersRequestPathSelectorNames struct{}

func (BatchGetUsersRequestPathSelectorNames) FieldPath

func (BatchGetUsersRequestPathSelectorNames) WithArrayOfValues

func (BatchGetUsersRequestPathSelectorNames) WithItemValue

func (BatchGetUsersRequestPathSelectorNames) WithValue

type BatchGetUsersRequestPathSelectorView

type BatchGetUsersRequestPathSelectorView struct{}

func (BatchGetUsersRequestPathSelectorView) FieldPath

func (BatchGetUsersRequestPathSelectorView) WithArrayOfValues

func (BatchGetUsersRequestPathSelectorView) WithValue

type BatchGetUsersRequest_FieldMask

type BatchGetUsersRequest_FieldMask struct {
	Paths []BatchGetUsersRequest_FieldPath
}

func FullBatchGetUsersRequest_FieldMask

func FullBatchGetUsersRequest_FieldMask() *BatchGetUsersRequest_FieldMask

func (*BatchGetUsersRequest_FieldMask) AppendPath

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 (*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 (*BatchGetUsersRequest_FieldMask) ProjectRaw

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 (*BatchGetUsersRequest_FieldMask) SubtractRaw

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 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_FieldPathSelectorNames     BatchGetUsersRequest_FieldPathSelector = 0
	BatchGetUsersRequest_FieldPathSelectorFieldMask BatchGetUsersRequest_FieldPathSelector = 1
	BatchGetUsersRequest_FieldPathSelectorView      BatchGetUsersRequest_FieldPathSelector = 2
)

func (BatchGetUsersRequest_FieldPathSelector) 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 (*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

IsLeaf - whether field path is holds simple value

func (*BatchGetUsersRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetUsersRequest_FieldTerminalPath) Selector

func (*BatchGetUsersRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (fp *BatchGetUsersRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*BatchGetUsersRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*BatchGetUsersRequest_FieldTerminalPath) WithIArrayItemValue

func (*BatchGetUsersRequest_FieldTerminalPath) WithIArrayOfValues

func (*BatchGetUsersRequest_FieldTerminalPath) WithIValue

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 (*BatchGetUsersRequest_FieldTerminalPathArrayItemValue) ContainsValue

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) 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 (*BatchGetUsersRequest_FieldTerminalPathValue) AsNamesValue

func (*BatchGetUsersRequest_FieldTerminalPathValue) AsViewValue

func (*BatchGetUsersRequest_FieldTerminalPathValue) CompareWith

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

SetTo stores value for selected field for object BatchGetUsersRequest

func (*BatchGetUsersRequest_FieldTerminalPathValue) SetToRaw

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 (*BatchGetUsersResponse) CloneRaw

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 (*BatchGetUsersResponse) MakeFullFieldMask

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

func (BatchGetUsersResponseFieldPathBuilder) Missing

func (BatchGetUsersResponseFieldPathBuilder) Users

type BatchGetUsersResponseMapPathSelectorUsersMetadataAnnotations

type BatchGetUsersResponseMapPathSelectorUsersMetadataAnnotations struct {
	// contains filtered or unexported fields
}

func (BatchGetUsersResponseMapPathSelectorUsersMetadataAnnotations) FieldPath

func (BatchGetUsersResponseMapPathSelectorUsersMetadataAnnotations) WithArrayOfValues

func (BatchGetUsersResponseMapPathSelectorUsersMetadataAnnotations) WithValue

type BatchGetUsersResponseMapPathSelectorUsersMetadataLabels

type BatchGetUsersResponseMapPathSelectorUsersMetadataLabels struct {
	// contains filtered or unexported fields
}

func (BatchGetUsersResponseMapPathSelectorUsersMetadataLabels) FieldPath

func (BatchGetUsersResponseMapPathSelectorUsersMetadataLabels) WithArrayOfValues

func (BatchGetUsersResponseMapPathSelectorUsersMetadataLabels) WithValue

type BatchGetUsersResponseMapPathSelectorUsersMetadataShards

type BatchGetUsersResponseMapPathSelectorUsersMetadataShards struct {
	// contains filtered or unexported fields
}

func (BatchGetUsersResponseMapPathSelectorUsersMetadataShards) FieldPath

func (BatchGetUsersResponseMapPathSelectorUsersMetadataShards) WithArrayOfValues

func (BatchGetUsersResponseMapPathSelectorUsersMetadataShards) WithValue

type BatchGetUsersResponseMapPathSelectorUsersSettings

type BatchGetUsersResponseMapPathSelectorUsersSettings struct {
	// contains filtered or unexported fields
}

func (BatchGetUsersResponseMapPathSelectorUsersSettings) FieldPath

func (BatchGetUsersResponseMapPathSelectorUsersSettings) WithArrayOfValues

func (BatchGetUsersResponseMapPathSelectorUsersSettings) WithValue

type BatchGetUsersResponsePathSelectorMissing

type BatchGetUsersResponsePathSelectorMissing struct{}

func (BatchGetUsersResponsePathSelectorMissing) FieldPath

func (BatchGetUsersResponsePathSelectorMissing) WithArrayOfValues

func (BatchGetUsersResponsePathSelectorMissing) WithItemValue

func (BatchGetUsersResponsePathSelectorMissing) WithValue

type BatchGetUsersResponsePathSelectorUsers

type BatchGetUsersResponsePathSelectorUsers struct{}

func (BatchGetUsersResponsePathSelectorUsers) AuthInfo

func (BatchGetUsersResponsePathSelectorUsers) Email

func (BatchGetUsersResponsePathSelectorUsers) EmailVerified

func (BatchGetUsersResponsePathSelectorUsers) FieldPath

func (BatchGetUsersResponsePathSelectorUsers) FullName

func (BatchGetUsersResponsePathSelectorUsers) Metadata

func (BatchGetUsersResponsePathSelectorUsers) Name

func (BatchGetUsersResponsePathSelectorUsers) RefreshedTime

func (BatchGetUsersResponsePathSelectorUsers) Settings

func (BatchGetUsersResponsePathSelectorUsers) WithArrayOfValues

func (BatchGetUsersResponsePathSelectorUsers) WithItemValue

func (BatchGetUsersResponsePathSelectorUsers) WithSubArrayItemValue

func (BatchGetUsersResponsePathSelectorUsers) WithSubArrayOfValues

func (BatchGetUsersResponsePathSelectorUsers) WithSubPath

func (BatchGetUsersResponsePathSelectorUsers) WithSubValue

func (BatchGetUsersResponsePathSelectorUsers) WithValue

type BatchGetUsersResponsePathSelectorUsersAuthInfo

type BatchGetUsersResponsePathSelectorUsersAuthInfo struct{}

func (BatchGetUsersResponsePathSelectorUsersAuthInfo) FieldPath

func (BatchGetUsersResponsePathSelectorUsersAuthInfo) Id

func (BatchGetUsersResponsePathSelectorUsersAuthInfo) Provider

func (BatchGetUsersResponsePathSelectorUsersAuthInfo) WithArrayOfValues

func (BatchGetUsersResponsePathSelectorUsersAuthInfo) WithValue

type BatchGetUsersResponsePathSelectorUsersAuthInfoId

type BatchGetUsersResponsePathSelectorUsersAuthInfoId struct{}

func (BatchGetUsersResponsePathSelectorUsersAuthInfoId) FieldPath

func (BatchGetUsersResponsePathSelectorUsersAuthInfoId) WithArrayOfValues

func (BatchGetUsersResponsePathSelectorUsersAuthInfoId) WithValue

type BatchGetUsersResponsePathSelectorUsersAuthInfoProvider

type BatchGetUsersResponsePathSelectorUsersAuthInfoProvider struct{}

func (BatchGetUsersResponsePathSelectorUsersAuthInfoProvider) FieldPath

func (BatchGetUsersResponsePathSelectorUsersAuthInfoProvider) WithArrayOfValues

func (BatchGetUsersResponsePathSelectorUsersAuthInfoProvider) WithValue

type BatchGetUsersResponsePathSelectorUsersEmail

type BatchGetUsersResponsePathSelectorUsersEmail struct{}

func (BatchGetUsersResponsePathSelectorUsersEmail) FieldPath

func (BatchGetUsersResponsePathSelectorUsersEmail) WithArrayOfValues

func (BatchGetUsersResponsePathSelectorUsersEmail) WithValue

type BatchGetUsersResponsePathSelectorUsersEmailVerified

type BatchGetUsersResponsePathSelectorUsersEmailVerified struct{}

func (BatchGetUsersResponsePathSelectorUsersEmailVerified) FieldPath

func (BatchGetUsersResponsePathSelectorUsersEmailVerified) WithArrayOfValues

func (BatchGetUsersResponsePathSelectorUsersEmailVerified) WithValue

type BatchGetUsersResponsePathSelectorUsersFullName

type BatchGetUsersResponsePathSelectorUsersFullName struct{}

func (BatchGetUsersResponsePathSelectorUsersFullName) FieldPath

func (BatchGetUsersResponsePathSelectorUsersFullName) WithArrayOfValues

func (BatchGetUsersResponsePathSelectorUsersFullName) WithValue

type BatchGetUsersResponsePathSelectorUsersMetadata

type BatchGetUsersResponsePathSelectorUsersMetadata struct{}

func (BatchGetUsersResponsePathSelectorUsersMetadata) Annotations

func (BatchGetUsersResponsePathSelectorUsersMetadata) CreateTime

func (BatchGetUsersResponsePathSelectorUsersMetadata) DeleteTime added in v0.8.0

func (BatchGetUsersResponsePathSelectorUsersMetadata) FieldPath

func (BatchGetUsersResponsePathSelectorUsersMetadata) Generation

func (BatchGetUsersResponsePathSelectorUsersMetadata) Labels

func (BatchGetUsersResponsePathSelectorUsersMetadata) Lifecycle added in v0.8.0

func (BatchGetUsersResponsePathSelectorUsersMetadata) OwnerReferences

func (BatchGetUsersResponsePathSelectorUsersMetadata) ResourceVersion

func (BatchGetUsersResponsePathSelectorUsersMetadata) Shards

func (BatchGetUsersResponsePathSelectorUsersMetadata) Syncing

func (BatchGetUsersResponsePathSelectorUsersMetadata) Tags

func (BatchGetUsersResponsePathSelectorUsersMetadata) UpdateTime

func (BatchGetUsersResponsePathSelectorUsersMetadata) Uuid

func (BatchGetUsersResponsePathSelectorUsersMetadata) WithArrayOfValues

func (BatchGetUsersResponsePathSelectorUsersMetadata) WithValue

type BatchGetUsersResponsePathSelectorUsersMetadataAnnotations

type BatchGetUsersResponsePathSelectorUsersMetadataAnnotations struct{}

func (BatchGetUsersResponsePathSelectorUsersMetadataAnnotations) FieldPath

func (BatchGetUsersResponsePathSelectorUsersMetadataAnnotations) WithArrayOfValues

func (BatchGetUsersResponsePathSelectorUsersMetadataAnnotations) WithKey

func (BatchGetUsersResponsePathSelectorUsersMetadataAnnotations) WithValue

type BatchGetUsersResponsePathSelectorUsersMetadataCreateTime

type BatchGetUsersResponsePathSelectorUsersMetadataCreateTime struct{}

func (BatchGetUsersResponsePathSelectorUsersMetadataCreateTime) FieldPath

func (BatchGetUsersResponsePathSelectorUsersMetadataCreateTime) WithArrayOfValues

func (BatchGetUsersResponsePathSelectorUsersMetadataCreateTime) WithValue

type BatchGetUsersResponsePathSelectorUsersMetadataDeleteTime added in v0.8.0

type BatchGetUsersResponsePathSelectorUsersMetadataDeleteTime struct{}

func (BatchGetUsersResponsePathSelectorUsersMetadataDeleteTime) FieldPath added in v0.8.0

func (BatchGetUsersResponsePathSelectorUsersMetadataDeleteTime) WithArrayOfValues added in v0.8.0

func (BatchGetUsersResponsePathSelectorUsersMetadataDeleteTime) WithValue added in v0.8.0

type BatchGetUsersResponsePathSelectorUsersMetadataGeneration

type BatchGetUsersResponsePathSelectorUsersMetadataGeneration struct{}

func (BatchGetUsersResponsePathSelectorUsersMetadataGeneration) FieldPath

func (BatchGetUsersResponsePathSelectorUsersMetadataGeneration) WithArrayOfValues

func (BatchGetUsersResponsePathSelectorUsersMetadataGeneration) WithValue

type BatchGetUsersResponsePathSelectorUsersMetadataLabels

type BatchGetUsersResponsePathSelectorUsersMetadataLabels struct{}

func (BatchGetUsersResponsePathSelectorUsersMetadataLabels) FieldPath

func (BatchGetUsersResponsePathSelectorUsersMetadataLabels) WithArrayOfValues

func (BatchGetUsersResponsePathSelectorUsersMetadataLabels) WithKey

func (BatchGetUsersResponsePathSelectorUsersMetadataLabels) WithValue

type BatchGetUsersResponsePathSelectorUsersMetadataLifecycle added in v0.8.0

type BatchGetUsersResponsePathSelectorUsersMetadataLifecycle struct{}

func (BatchGetUsersResponsePathSelectorUsersMetadataLifecycle) BlockDeletion added in v0.8.0

func (BatchGetUsersResponsePathSelectorUsersMetadataLifecycle) FieldPath added in v0.8.0

func (BatchGetUsersResponsePathSelectorUsersMetadataLifecycle) State added in v0.8.0

func (BatchGetUsersResponsePathSelectorUsersMetadataLifecycle) WithArrayOfValues added in v0.8.0

func (BatchGetUsersResponsePathSelectorUsersMetadataLifecycle) WithValue added in v0.8.0

type BatchGetUsersResponsePathSelectorUsersMetadataLifecycleBlockDeletion added in v0.8.0

type BatchGetUsersResponsePathSelectorUsersMetadataLifecycleBlockDeletion struct{}

func (BatchGetUsersResponsePathSelectorUsersMetadataLifecycleBlockDeletion) FieldPath added in v0.8.0

func (BatchGetUsersResponsePathSelectorUsersMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.8.0

func (BatchGetUsersResponsePathSelectorUsersMetadataLifecycleBlockDeletion) WithValue added in v0.8.0

type BatchGetUsersResponsePathSelectorUsersMetadataLifecycleState added in v0.8.0

type BatchGetUsersResponsePathSelectorUsersMetadataLifecycleState struct{}

func (BatchGetUsersResponsePathSelectorUsersMetadataLifecycleState) FieldPath added in v0.8.0

func (BatchGetUsersResponsePathSelectorUsersMetadataLifecycleState) WithArrayOfValues added in v0.8.0

func (BatchGetUsersResponsePathSelectorUsersMetadataLifecycleState) WithValue added in v0.8.0

type BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferences

type BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferences struct{}

func (BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferences) FieldPath

func (BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferences) Kind

func (BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferences) Name

func (BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferences) Region added in v0.8.0

func (BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferences) RequiresOwnerReference added in v0.8.0

func (BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferences) Version added in v0.8.0

func (BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferences) WithArrayOfValues

func (BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferences) WithItemValue

func (BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferences) WithValue

type BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesBlockOwnerDeletion

type BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesController

type BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesController struct{}

func (BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesController) FieldPath

func (BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesController) WithArrayOfValues

func (BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesController) WithValue

type BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesKind

type BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesKind struct{}

func (BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesKind) FieldPath

func (BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesKind) WithArrayOfValues

func (BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesKind) WithValue

type BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesName

type BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesName struct{}

func (BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesName) FieldPath

func (BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesName) WithArrayOfValues

func (BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesName) WithValue

type BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesRegion added in v0.8.0

type BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesRegion struct{}

func (BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesRegion) FieldPath added in v0.8.0

func (BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.8.0

func (BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesRegion) WithValue added in v0.8.0

type BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesRequiresOwnerReference added in v0.8.0

type BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesRequiresOwnerReference struct{}

func (BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.8.0

func (BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.8.0

func (BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.8.0

type BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesVersion added in v0.8.0

type BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesVersion struct{}

func (BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesVersion) FieldPath added in v0.8.0

func (BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.8.0

func (BatchGetUsersResponsePathSelectorUsersMetadataOwnerReferencesVersion) WithValue added in v0.8.0

type BatchGetUsersResponsePathSelectorUsersMetadataResourceVersion

type BatchGetUsersResponsePathSelectorUsersMetadataResourceVersion struct{}

func (BatchGetUsersResponsePathSelectorUsersMetadataResourceVersion) FieldPath

func (BatchGetUsersResponsePathSelectorUsersMetadataResourceVersion) WithArrayOfValues

func (BatchGetUsersResponsePathSelectorUsersMetadataResourceVersion) WithValue

type BatchGetUsersResponsePathSelectorUsersMetadataShards

type BatchGetUsersResponsePathSelectorUsersMetadataShards struct{}

func (BatchGetUsersResponsePathSelectorUsersMetadataShards) FieldPath

func (BatchGetUsersResponsePathSelectorUsersMetadataShards) WithArrayOfValues

func (BatchGetUsersResponsePathSelectorUsersMetadataShards) WithKey

func (BatchGetUsersResponsePathSelectorUsersMetadataShards) WithValue

type BatchGetUsersResponsePathSelectorUsersMetadataSyncing

type BatchGetUsersResponsePathSelectorUsersMetadataSyncing struct{}

func (BatchGetUsersResponsePathSelectorUsersMetadataSyncing) FieldPath

func (BatchGetUsersResponsePathSelectorUsersMetadataSyncing) OwningRegion

func (BatchGetUsersResponsePathSelectorUsersMetadataSyncing) Regions

func (BatchGetUsersResponsePathSelectorUsersMetadataSyncing) WithArrayOfValues

func (BatchGetUsersResponsePathSelectorUsersMetadataSyncing) WithValue

type BatchGetUsersResponsePathSelectorUsersMetadataSyncingOwningRegion

type BatchGetUsersResponsePathSelectorUsersMetadataSyncingOwningRegion struct{}

func (BatchGetUsersResponsePathSelectorUsersMetadataSyncingOwningRegion) FieldPath

func (BatchGetUsersResponsePathSelectorUsersMetadataSyncingOwningRegion) WithArrayOfValues

func (BatchGetUsersResponsePathSelectorUsersMetadataSyncingOwningRegion) WithValue

type BatchGetUsersResponsePathSelectorUsersMetadataSyncingRegions

type BatchGetUsersResponsePathSelectorUsersMetadataSyncingRegions struct{}

func (BatchGetUsersResponsePathSelectorUsersMetadataSyncingRegions) FieldPath

func (BatchGetUsersResponsePathSelectorUsersMetadataSyncingRegions) WithArrayOfValues

func (BatchGetUsersResponsePathSelectorUsersMetadataSyncingRegions) WithItemValue

func (BatchGetUsersResponsePathSelectorUsersMetadataSyncingRegions) WithValue

type BatchGetUsersResponsePathSelectorUsersMetadataTags

type BatchGetUsersResponsePathSelectorUsersMetadataTags struct{}

func (BatchGetUsersResponsePathSelectorUsersMetadataTags) FieldPath

func (BatchGetUsersResponsePathSelectorUsersMetadataTags) WithArrayOfValues

func (BatchGetUsersResponsePathSelectorUsersMetadataTags) WithItemValue

func (BatchGetUsersResponsePathSelectorUsersMetadataTags) WithValue

type BatchGetUsersResponsePathSelectorUsersMetadataUpdateTime

type BatchGetUsersResponsePathSelectorUsersMetadataUpdateTime struct{}

func (BatchGetUsersResponsePathSelectorUsersMetadataUpdateTime) FieldPath

func (BatchGetUsersResponsePathSelectorUsersMetadataUpdateTime) WithArrayOfValues

func (BatchGetUsersResponsePathSelectorUsersMetadataUpdateTime) WithValue

type BatchGetUsersResponsePathSelectorUsersMetadataUuid

type BatchGetUsersResponsePathSelectorUsersMetadataUuid struct{}

func (BatchGetUsersResponsePathSelectorUsersMetadataUuid) FieldPath

func (BatchGetUsersResponsePathSelectorUsersMetadataUuid) WithArrayOfValues

func (BatchGetUsersResponsePathSelectorUsersMetadataUuid) WithValue

type BatchGetUsersResponsePathSelectorUsersName

type BatchGetUsersResponsePathSelectorUsersName struct{}

func (BatchGetUsersResponsePathSelectorUsersName) FieldPath

func (BatchGetUsersResponsePathSelectorUsersName) WithArrayOfValues

func (BatchGetUsersResponsePathSelectorUsersName) WithValue

type BatchGetUsersResponsePathSelectorUsersRefreshedTime

type BatchGetUsersResponsePathSelectorUsersRefreshedTime struct{}

func (BatchGetUsersResponsePathSelectorUsersRefreshedTime) FieldPath

func (BatchGetUsersResponsePathSelectorUsersRefreshedTime) WithArrayOfValues

func (BatchGetUsersResponsePathSelectorUsersRefreshedTime) WithValue

type BatchGetUsersResponsePathSelectorUsersSettings

type BatchGetUsersResponsePathSelectorUsersSettings struct{}

func (BatchGetUsersResponsePathSelectorUsersSettings) FieldPath

func (BatchGetUsersResponsePathSelectorUsersSettings) WithArrayOfValues

func (BatchGetUsersResponsePathSelectorUsersSettings) WithKey

func (BatchGetUsersResponsePathSelectorUsersSettings) WithValue

type BatchGetUsersResponse_FieldMask

type BatchGetUsersResponse_FieldMask struct {
	Paths []BatchGetUsersResponse_FieldPath
}

func FullBatchGetUsersResponse_FieldMask

func FullBatchGetUsersResponse_FieldMask() *BatchGetUsersResponse_FieldMask

func (*BatchGetUsersResponse_FieldMask) AppendPath

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 (*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 (*BatchGetUsersResponse_FieldMask) ProjectRaw

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 (*BatchGetUsersResponse_FieldMask) SubtractRaw

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 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

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 (*BatchGetUsersResponse_FieldSubPath) ClearValue

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

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 (*BatchGetUsersResponse_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

func (fps *BatchGetUsersResponse_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*BatchGetUsersResponse_FieldSubPath) 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 (*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 (*BatchGetUsersResponse_FieldSubPathArrayItemValue) ContainsValue

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 (*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 (*BatchGetUsersResponse_FieldSubPathValue) CompareWith

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 (*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 (*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

IsLeaf - whether field path is holds simple value

func (*BatchGetUsersResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetUsersResponse_FieldTerminalPath) Selector

func (*BatchGetUsersResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (fp *BatchGetUsersResponse_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*BatchGetUsersResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*BatchGetUsersResponse_FieldTerminalPath) WithIArrayItemValue

func (*BatchGetUsersResponse_FieldTerminalPath) WithIArrayOfValues

func (*BatchGetUsersResponse_FieldTerminalPath) WithIValue

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 (*BatchGetUsersResponse_FieldTerminalPathArrayItemValue) AsUsersItemValue

func (*BatchGetUsersResponse_FieldTerminalPathArrayItemValue) ContainsValue

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 (*BatchGetUsersResponse_FieldTerminalPathValue) AsUsersValue

func (fpv *BatchGetUsersResponse_FieldTerminalPathValue) AsUsersValue() ([]*user.User, bool)

func (*BatchGetUsersResponse_FieldTerminalPathValue) CompareWith

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

SetTo stores value for selected field for object BatchGetUsersResponse

func (*BatchGetUsersResponse_FieldTerminalPathValue) SetToRaw

type CreateUserDescriptor added in v0.4.28

type CreateUserDescriptor struct{}

func GetCreateUserDescriptor added in v0.4.28

func GetCreateUserDescriptor() *CreateUserDescriptor

func (*CreateUserDescriptor) GetApiDescriptor added in v0.4.28

func (d *CreateUserDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor

func (*CreateUserDescriptor) GetApiName added in v0.4.28

func (d *CreateUserDescriptor) GetApiName() string

func (*CreateUserDescriptor) GetClientMsgReflectHandle added in v0.4.28

func (d *CreateUserDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*CreateUserDescriptor) GetFullMethodName added in v0.4.28

func (d *CreateUserDescriptor) GetFullMethodName() string

func (*CreateUserDescriptor) GetMethodName added in v0.4.28

func (d *CreateUserDescriptor) GetMethodName() string

func (*CreateUserDescriptor) GetProtoPkgName added in v0.4.28

func (d *CreateUserDescriptor) GetProtoPkgName() string

func (*CreateUserDescriptor) GetResourceDescriptor added in v0.4.30

func (d *CreateUserDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*CreateUserDescriptor) GetServerMsgReflectHandle added in v0.4.28

func (d *CreateUserDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*CreateUserDescriptor) GetServiceDomain added in v0.4.28

func (d *CreateUserDescriptor) GetServiceDomain() string

func (*CreateUserDescriptor) GetServiceVersion added in v0.4.28

func (d *CreateUserDescriptor) GetServiceVersion() string

func (*CreateUserDescriptor) GetVerb added in v0.4.28

func (d *CreateUserDescriptor) GetVerb() string

func (*CreateUserDescriptor) HasResource added in v0.4.30

func (d *CreateUserDescriptor) HasResource() bool

func (*CreateUserDescriptor) IsClientStream added in v0.4.28

func (d *CreateUserDescriptor) IsClientStream() bool

func (*CreateUserDescriptor) IsCollection added in v0.4.30

func (d *CreateUserDescriptor) IsCollection() bool

func (*CreateUserDescriptor) IsPlural added in v0.4.30

func (d *CreateUserDescriptor) IsPlural() bool

func (*CreateUserDescriptor) IsServerStream added in v0.4.28

func (d *CreateUserDescriptor) IsServerStream() bool

func (*CreateUserDescriptor) IsUnary added in v0.4.28

func (d *CreateUserDescriptor) IsUnary() bool

func (*CreateUserDescriptor) NewEmptyClientMsg added in v0.4.28

func (d *CreateUserDescriptor) NewEmptyClientMsg() proto.Message

func (*CreateUserDescriptor) NewEmptyServerMsg added in v0.4.28

func (d *CreateUserDescriptor) NewEmptyServerMsg() proto.Message

func (*CreateUserDescriptor) RequestHasResourceBody added in v0.4.28

func (d *CreateUserDescriptor) RequestHasResourceBody() bool

type CreateUserDescriptorClientMsgHandle added in v0.4.28

type CreateUserDescriptorClientMsgHandle struct{}

func (*CreateUserDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (h *CreateUserDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name

func (*CreateUserDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*CreateUserDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type CreateUserDescriptorServerMsgHandle added in v0.4.28

type CreateUserDescriptorServerMsgHandle struct{}

func (*CreateUserDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (h *CreateUserDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name

func (*CreateUserDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*CreateUserDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

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 (*CreateUserRequest) CloneRaw

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

func (CreateUserRequestFieldPathBuilder) User

type CreateUserRequestMapPathSelectorUserMetadataAnnotations

type CreateUserRequestMapPathSelectorUserMetadataAnnotations struct {
	// contains filtered or unexported fields
}

func (CreateUserRequestMapPathSelectorUserMetadataAnnotations) FieldPath

func (CreateUserRequestMapPathSelectorUserMetadataAnnotations) WithArrayOfValues

func (CreateUserRequestMapPathSelectorUserMetadataAnnotations) WithValue

type CreateUserRequestMapPathSelectorUserMetadataLabels

type CreateUserRequestMapPathSelectorUserMetadataLabels struct {
	// contains filtered or unexported fields
}

func (CreateUserRequestMapPathSelectorUserMetadataLabels) FieldPath

func (CreateUserRequestMapPathSelectorUserMetadataLabels) WithArrayOfValues

func (CreateUserRequestMapPathSelectorUserMetadataLabels) WithValue

type CreateUserRequestMapPathSelectorUserMetadataShards

type CreateUserRequestMapPathSelectorUserMetadataShards struct {
	// contains filtered or unexported fields
}

func (CreateUserRequestMapPathSelectorUserMetadataShards) FieldPath

func (CreateUserRequestMapPathSelectorUserMetadataShards) WithArrayOfValues

func (CreateUserRequestMapPathSelectorUserMetadataShards) WithValue

type CreateUserRequestMapPathSelectorUserSettings

type CreateUserRequestMapPathSelectorUserSettings struct {
	// contains filtered or unexported fields
}

func (CreateUserRequestMapPathSelectorUserSettings) FieldPath

func (CreateUserRequestMapPathSelectorUserSettings) WithArrayOfValues

func (CreateUserRequestMapPathSelectorUserSettings) WithValue

type CreateUserRequestPathSelectorUser

type CreateUserRequestPathSelectorUser struct{}

func (CreateUserRequestPathSelectorUser) AuthInfo

func (CreateUserRequestPathSelectorUser) Email

func (CreateUserRequestPathSelectorUser) EmailVerified

func (CreateUserRequestPathSelectorUser) FieldPath

func (CreateUserRequestPathSelectorUser) FullName

func (CreateUserRequestPathSelectorUser) Metadata

func (CreateUserRequestPathSelectorUser) Name

func (CreateUserRequestPathSelectorUser) RefreshedTime

func (CreateUserRequestPathSelectorUser) Settings

func (CreateUserRequestPathSelectorUser) WithArrayOfValues

func (CreateUserRequestPathSelectorUser) WithSubArrayItemValue

func (CreateUserRequestPathSelectorUser) WithSubArrayOfValues

func (CreateUserRequestPathSelectorUser) WithSubPath

func (CreateUserRequestPathSelectorUser) WithSubValue

func (CreateUserRequestPathSelectorUser) WithValue

type CreateUserRequestPathSelectorUserAuthInfo

type CreateUserRequestPathSelectorUserAuthInfo struct{}

func (CreateUserRequestPathSelectorUserAuthInfo) FieldPath

func (CreateUserRequestPathSelectorUserAuthInfo) Id

func (CreateUserRequestPathSelectorUserAuthInfo) Provider

func (CreateUserRequestPathSelectorUserAuthInfo) WithArrayOfValues

func (CreateUserRequestPathSelectorUserAuthInfo) WithValue

type CreateUserRequestPathSelectorUserAuthInfoId

type CreateUserRequestPathSelectorUserAuthInfoId struct{}

func (CreateUserRequestPathSelectorUserAuthInfoId) FieldPath

func (CreateUserRequestPathSelectorUserAuthInfoId) WithArrayOfValues

func (CreateUserRequestPathSelectorUserAuthInfoId) WithValue

type CreateUserRequestPathSelectorUserAuthInfoProvider

type CreateUserRequestPathSelectorUserAuthInfoProvider struct{}

func (CreateUserRequestPathSelectorUserAuthInfoProvider) FieldPath

func (CreateUserRequestPathSelectorUserAuthInfoProvider) WithArrayOfValues

func (CreateUserRequestPathSelectorUserAuthInfoProvider) WithValue

type CreateUserRequestPathSelectorUserEmail

type CreateUserRequestPathSelectorUserEmail struct{}

func (CreateUserRequestPathSelectorUserEmail) FieldPath

func (CreateUserRequestPathSelectorUserEmail) WithArrayOfValues

func (CreateUserRequestPathSelectorUserEmail) WithValue

type CreateUserRequestPathSelectorUserEmailVerified

type CreateUserRequestPathSelectorUserEmailVerified struct{}

func (CreateUserRequestPathSelectorUserEmailVerified) FieldPath

func (CreateUserRequestPathSelectorUserEmailVerified) WithArrayOfValues

func (CreateUserRequestPathSelectorUserEmailVerified) WithValue

type CreateUserRequestPathSelectorUserFullName

type CreateUserRequestPathSelectorUserFullName struct{}

func (CreateUserRequestPathSelectorUserFullName) FieldPath

func (CreateUserRequestPathSelectorUserFullName) WithArrayOfValues

func (CreateUserRequestPathSelectorUserFullName) WithValue

type CreateUserRequestPathSelectorUserMetadata

type CreateUserRequestPathSelectorUserMetadata struct{}

func (CreateUserRequestPathSelectorUserMetadata) Annotations

func (CreateUserRequestPathSelectorUserMetadata) CreateTime

func (CreateUserRequestPathSelectorUserMetadata) DeleteTime added in v0.8.0

func (CreateUserRequestPathSelectorUserMetadata) FieldPath

func (CreateUserRequestPathSelectorUserMetadata) Generation

func (CreateUserRequestPathSelectorUserMetadata) Labels

func (CreateUserRequestPathSelectorUserMetadata) Lifecycle added in v0.8.0

func (CreateUserRequestPathSelectorUserMetadata) OwnerReferences

func (CreateUserRequestPathSelectorUserMetadata) ResourceVersion

func (CreateUserRequestPathSelectorUserMetadata) Shards

func (CreateUserRequestPathSelectorUserMetadata) Syncing

func (CreateUserRequestPathSelectorUserMetadata) Tags

func (CreateUserRequestPathSelectorUserMetadata) UpdateTime

func (CreateUserRequestPathSelectorUserMetadata) Uuid

func (CreateUserRequestPathSelectorUserMetadata) WithArrayOfValues

func (CreateUserRequestPathSelectorUserMetadata) WithValue

type CreateUserRequestPathSelectorUserMetadataAnnotations

type CreateUserRequestPathSelectorUserMetadataAnnotations struct{}

func (CreateUserRequestPathSelectorUserMetadataAnnotations) FieldPath

func (CreateUserRequestPathSelectorUserMetadataAnnotations) WithArrayOfValues

func (CreateUserRequestPathSelectorUserMetadataAnnotations) WithKey

func (CreateUserRequestPathSelectorUserMetadataAnnotations) WithValue

type CreateUserRequestPathSelectorUserMetadataCreateTime

type CreateUserRequestPathSelectorUserMetadataCreateTime struct{}

func (CreateUserRequestPathSelectorUserMetadataCreateTime) FieldPath

func (CreateUserRequestPathSelectorUserMetadataCreateTime) WithArrayOfValues

func (CreateUserRequestPathSelectorUserMetadataCreateTime) WithValue

type CreateUserRequestPathSelectorUserMetadataDeleteTime added in v0.8.0

type CreateUserRequestPathSelectorUserMetadataDeleteTime struct{}

func (CreateUserRequestPathSelectorUserMetadataDeleteTime) FieldPath added in v0.8.0

func (CreateUserRequestPathSelectorUserMetadataDeleteTime) WithArrayOfValues added in v0.8.0

func (CreateUserRequestPathSelectorUserMetadataDeleteTime) WithValue added in v0.8.0

type CreateUserRequestPathSelectorUserMetadataGeneration

type CreateUserRequestPathSelectorUserMetadataGeneration struct{}

func (CreateUserRequestPathSelectorUserMetadataGeneration) FieldPath

func (CreateUserRequestPathSelectorUserMetadataGeneration) WithArrayOfValues

func (CreateUserRequestPathSelectorUserMetadataGeneration) WithValue

type CreateUserRequestPathSelectorUserMetadataLabels

type CreateUserRequestPathSelectorUserMetadataLabels struct{}

func (CreateUserRequestPathSelectorUserMetadataLabels) FieldPath

func (CreateUserRequestPathSelectorUserMetadataLabels) WithArrayOfValues

func (CreateUserRequestPathSelectorUserMetadataLabels) WithKey

func (CreateUserRequestPathSelectorUserMetadataLabels) WithValue

type CreateUserRequestPathSelectorUserMetadataLifecycle added in v0.8.0

type CreateUserRequestPathSelectorUserMetadataLifecycle struct{}

func (CreateUserRequestPathSelectorUserMetadataLifecycle) BlockDeletion added in v0.8.0

func (CreateUserRequestPathSelectorUserMetadataLifecycle) FieldPath added in v0.8.0

func (CreateUserRequestPathSelectorUserMetadataLifecycle) State added in v0.8.0

func (CreateUserRequestPathSelectorUserMetadataLifecycle) WithArrayOfValues added in v0.8.0

func (CreateUserRequestPathSelectorUserMetadataLifecycle) WithValue added in v0.8.0

type CreateUserRequestPathSelectorUserMetadataLifecycleBlockDeletion added in v0.8.0

type CreateUserRequestPathSelectorUserMetadataLifecycleBlockDeletion struct{}

func (CreateUserRequestPathSelectorUserMetadataLifecycleBlockDeletion) FieldPath added in v0.8.0

func (CreateUserRequestPathSelectorUserMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.8.0

func (CreateUserRequestPathSelectorUserMetadataLifecycleBlockDeletion) WithValue added in v0.8.0

type CreateUserRequestPathSelectorUserMetadataLifecycleState added in v0.8.0

type CreateUserRequestPathSelectorUserMetadataLifecycleState struct{}

func (CreateUserRequestPathSelectorUserMetadataLifecycleState) FieldPath added in v0.8.0

func (CreateUserRequestPathSelectorUserMetadataLifecycleState) WithArrayOfValues added in v0.8.0

func (CreateUserRequestPathSelectorUserMetadataLifecycleState) WithValue added in v0.8.0

type CreateUserRequestPathSelectorUserMetadataOwnerReferences

type CreateUserRequestPathSelectorUserMetadataOwnerReferences struct{}

func (CreateUserRequestPathSelectorUserMetadataOwnerReferences) FieldPath

func (CreateUserRequestPathSelectorUserMetadataOwnerReferences) Kind

func (CreateUserRequestPathSelectorUserMetadataOwnerReferences) Name

func (CreateUserRequestPathSelectorUserMetadataOwnerReferences) Region added in v0.8.0

func (CreateUserRequestPathSelectorUserMetadataOwnerReferences) RequiresOwnerReference added in v0.8.0

func (CreateUserRequestPathSelectorUserMetadataOwnerReferences) Version added in v0.8.0

func (CreateUserRequestPathSelectorUserMetadataOwnerReferences) WithArrayOfValues

func (CreateUserRequestPathSelectorUserMetadataOwnerReferences) WithItemValue

func (CreateUserRequestPathSelectorUserMetadataOwnerReferences) WithValue

type CreateUserRequestPathSelectorUserMetadataOwnerReferencesBlockOwnerDeletion

type CreateUserRequestPathSelectorUserMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (CreateUserRequestPathSelectorUserMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (CreateUserRequestPathSelectorUserMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (CreateUserRequestPathSelectorUserMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type CreateUserRequestPathSelectorUserMetadataOwnerReferencesController

type CreateUserRequestPathSelectorUserMetadataOwnerReferencesController struct{}

func (CreateUserRequestPathSelectorUserMetadataOwnerReferencesController) FieldPath

func (CreateUserRequestPathSelectorUserMetadataOwnerReferencesController) WithArrayOfValues

func (CreateUserRequestPathSelectorUserMetadataOwnerReferencesController) WithValue

type CreateUserRequestPathSelectorUserMetadataOwnerReferencesKind

type CreateUserRequestPathSelectorUserMetadataOwnerReferencesKind struct{}

func (CreateUserRequestPathSelectorUserMetadataOwnerReferencesKind) FieldPath

func (CreateUserRequestPathSelectorUserMetadataOwnerReferencesKind) WithArrayOfValues

func (CreateUserRequestPathSelectorUserMetadataOwnerReferencesKind) WithValue

type CreateUserRequestPathSelectorUserMetadataOwnerReferencesName

type CreateUserRequestPathSelectorUserMetadataOwnerReferencesName struct{}

func (CreateUserRequestPathSelectorUserMetadataOwnerReferencesName) FieldPath

func (CreateUserRequestPathSelectorUserMetadataOwnerReferencesName) WithArrayOfValues

func (CreateUserRequestPathSelectorUserMetadataOwnerReferencesName) WithValue

type CreateUserRequestPathSelectorUserMetadataOwnerReferencesRegion added in v0.8.0

type CreateUserRequestPathSelectorUserMetadataOwnerReferencesRegion struct{}

func (CreateUserRequestPathSelectorUserMetadataOwnerReferencesRegion) FieldPath added in v0.8.0

func (CreateUserRequestPathSelectorUserMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.8.0

func (CreateUserRequestPathSelectorUserMetadataOwnerReferencesRegion) WithValue added in v0.8.0

type CreateUserRequestPathSelectorUserMetadataOwnerReferencesRequiresOwnerReference added in v0.8.0

type CreateUserRequestPathSelectorUserMetadataOwnerReferencesRequiresOwnerReference struct{}

func (CreateUserRequestPathSelectorUserMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.8.0

func (CreateUserRequestPathSelectorUserMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.8.0

func (CreateUserRequestPathSelectorUserMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.8.0

type CreateUserRequestPathSelectorUserMetadataOwnerReferencesVersion added in v0.8.0

type CreateUserRequestPathSelectorUserMetadataOwnerReferencesVersion struct{}

func (CreateUserRequestPathSelectorUserMetadataOwnerReferencesVersion) FieldPath added in v0.8.0

func (CreateUserRequestPathSelectorUserMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.8.0

func (CreateUserRequestPathSelectorUserMetadataOwnerReferencesVersion) WithValue added in v0.8.0

type CreateUserRequestPathSelectorUserMetadataResourceVersion

type CreateUserRequestPathSelectorUserMetadataResourceVersion struct{}

func (CreateUserRequestPathSelectorUserMetadataResourceVersion) FieldPath

func (CreateUserRequestPathSelectorUserMetadataResourceVersion) WithArrayOfValues

func (CreateUserRequestPathSelectorUserMetadataResourceVersion) WithValue

type CreateUserRequestPathSelectorUserMetadataShards

type CreateUserRequestPathSelectorUserMetadataShards struct{}

func (CreateUserRequestPathSelectorUserMetadataShards) FieldPath

func (CreateUserRequestPathSelectorUserMetadataShards) WithArrayOfValues

func (CreateUserRequestPathSelectorUserMetadataShards) WithKey

func (CreateUserRequestPathSelectorUserMetadataShards) WithValue

type CreateUserRequestPathSelectorUserMetadataSyncing

type CreateUserRequestPathSelectorUserMetadataSyncing struct{}

func (CreateUserRequestPathSelectorUserMetadataSyncing) FieldPath

func (CreateUserRequestPathSelectorUserMetadataSyncing) OwningRegion

func (CreateUserRequestPathSelectorUserMetadataSyncing) Regions

func (CreateUserRequestPathSelectorUserMetadataSyncing) WithArrayOfValues

func (CreateUserRequestPathSelectorUserMetadataSyncing) WithValue

type CreateUserRequestPathSelectorUserMetadataSyncingOwningRegion

type CreateUserRequestPathSelectorUserMetadataSyncingOwningRegion struct{}

func (CreateUserRequestPathSelectorUserMetadataSyncingOwningRegion) FieldPath

func (CreateUserRequestPathSelectorUserMetadataSyncingOwningRegion) WithArrayOfValues

func (CreateUserRequestPathSelectorUserMetadataSyncingOwningRegion) WithValue

type CreateUserRequestPathSelectorUserMetadataSyncingRegions

type CreateUserRequestPathSelectorUserMetadataSyncingRegions struct{}

func (CreateUserRequestPathSelectorUserMetadataSyncingRegions) FieldPath

func (CreateUserRequestPathSelectorUserMetadataSyncingRegions) WithArrayOfValues

func (CreateUserRequestPathSelectorUserMetadataSyncingRegions) WithItemValue

func (CreateUserRequestPathSelectorUserMetadataSyncingRegions) WithValue

type CreateUserRequestPathSelectorUserMetadataTags

type CreateUserRequestPathSelectorUserMetadataTags struct{}

func (CreateUserRequestPathSelectorUserMetadataTags) FieldPath

func (CreateUserRequestPathSelectorUserMetadataTags) WithArrayOfValues

func (CreateUserRequestPathSelectorUserMetadataTags) WithItemValue

func (CreateUserRequestPathSelectorUserMetadataTags) WithValue

type CreateUserRequestPathSelectorUserMetadataUpdateTime

type CreateUserRequestPathSelectorUserMetadataUpdateTime struct{}

func (CreateUserRequestPathSelectorUserMetadataUpdateTime) FieldPath

func (CreateUserRequestPathSelectorUserMetadataUpdateTime) WithArrayOfValues

func (CreateUserRequestPathSelectorUserMetadataUpdateTime) WithValue

type CreateUserRequestPathSelectorUserMetadataUuid

type CreateUserRequestPathSelectorUserMetadataUuid struct{}

func (CreateUserRequestPathSelectorUserMetadataUuid) FieldPath

func (CreateUserRequestPathSelectorUserMetadataUuid) WithArrayOfValues

func (CreateUserRequestPathSelectorUserMetadataUuid) WithValue

type CreateUserRequestPathSelectorUserName

type CreateUserRequestPathSelectorUserName struct{}

func (CreateUserRequestPathSelectorUserName) FieldPath

func (CreateUserRequestPathSelectorUserName) WithArrayOfValues

func (CreateUserRequestPathSelectorUserName) WithValue

type CreateUserRequestPathSelectorUserRefreshedTime

type CreateUserRequestPathSelectorUserRefreshedTime struct{}

func (CreateUserRequestPathSelectorUserRefreshedTime) FieldPath

func (CreateUserRequestPathSelectorUserRefreshedTime) WithArrayOfValues

func (CreateUserRequestPathSelectorUserRefreshedTime) WithValue

type CreateUserRequestPathSelectorUserSettings

type CreateUserRequestPathSelectorUserSettings struct{}

func (CreateUserRequestPathSelectorUserSettings) FieldPath

func (CreateUserRequestPathSelectorUserSettings) WithArrayOfValues

func (CreateUserRequestPathSelectorUserSettings) WithKey

func (CreateUserRequestPathSelectorUserSettings) WithValue

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 (*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 (*CreateUserRequest_FieldMask) ProjectRaw

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 (*CreateUserRequest_FieldMask) SubtractRaw

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 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

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 (*CreateUserRequest_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

func (fps *CreateUserRequest_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

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 (*CreateUserRequest_FieldSubPathArrayItemValue) ContainsValue

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 (*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 (*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 (*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 (*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

IsLeaf - whether field path is holds simple value

func (*CreateUserRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*CreateUserRequest_FieldTerminalPath) Selector

func (*CreateUserRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (fp *CreateUserRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*CreateUserRequest_FieldTerminalPath) 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 (*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

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

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

SetTo stores value for selected field for object CreateUserRequest

func (*CreateUserRequest_FieldTerminalPathValue) SetToRaw

type DeleteUserDescriptor added in v0.4.28

type DeleteUserDescriptor struct{}

func GetDeleteUserDescriptor added in v0.4.28

func GetDeleteUserDescriptor() *DeleteUserDescriptor

func (*DeleteUserDescriptor) GetApiDescriptor added in v0.4.28

func (d *DeleteUserDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor

func (*DeleteUserDescriptor) GetApiName added in v0.4.28

func (d *DeleteUserDescriptor) GetApiName() string

func (*DeleteUserDescriptor) GetClientMsgReflectHandle added in v0.4.28

func (d *DeleteUserDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*DeleteUserDescriptor) GetFullMethodName added in v0.4.28

func (d *DeleteUserDescriptor) GetFullMethodName() string

func (*DeleteUserDescriptor) GetMethodName added in v0.4.28

func (d *DeleteUserDescriptor) GetMethodName() string

func (*DeleteUserDescriptor) GetProtoPkgName added in v0.4.28

func (d *DeleteUserDescriptor) GetProtoPkgName() string

func (*DeleteUserDescriptor) GetResourceDescriptor added in v0.4.30

func (d *DeleteUserDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*DeleteUserDescriptor) GetServerMsgReflectHandle added in v0.4.28

func (d *DeleteUserDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*DeleteUserDescriptor) GetServiceDomain added in v0.4.28

func (d *DeleteUserDescriptor) GetServiceDomain() string

func (*DeleteUserDescriptor) GetServiceVersion added in v0.4.28

func (d *DeleteUserDescriptor) GetServiceVersion() string

func (*DeleteUserDescriptor) GetVerb added in v0.4.28

func (d *DeleteUserDescriptor) GetVerb() string

func (*DeleteUserDescriptor) HasResource added in v0.4.30

func (d *DeleteUserDescriptor) HasResource() bool

func (*DeleteUserDescriptor) IsClientStream added in v0.4.28

func (d *DeleteUserDescriptor) IsClientStream() bool

func (*DeleteUserDescriptor) IsCollection added in v0.4.30

func (d *DeleteUserDescriptor) IsCollection() bool

func (*DeleteUserDescriptor) IsPlural added in v0.4.30

func (d *DeleteUserDescriptor) IsPlural() bool

func (*DeleteUserDescriptor) IsServerStream added in v0.4.28

func (d *DeleteUserDescriptor) IsServerStream() bool

func (*DeleteUserDescriptor) IsUnary added in v0.4.28

func (d *DeleteUserDescriptor) IsUnary() bool

func (*DeleteUserDescriptor) NewEmptyClientMsg added in v0.4.28

func (d *DeleteUserDescriptor) NewEmptyClientMsg() proto.Message

func (*DeleteUserDescriptor) NewEmptyServerMsg added in v0.4.28

func (d *DeleteUserDescriptor) NewEmptyServerMsg() proto.Message

func (*DeleteUserDescriptor) RequestHasResourceBody added in v0.4.28

func (d *DeleteUserDescriptor) RequestHasResourceBody() bool

type DeleteUserDescriptorClientMsgHandle added in v0.4.28

type DeleteUserDescriptorClientMsgHandle struct{}

func (*DeleteUserDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (h *DeleteUserDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name

func (*DeleteUserDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*DeleteUserDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type DeleteUserDescriptorServerMsgHandle added in v0.4.28

type DeleteUserDescriptorServerMsgHandle struct{}

func (*DeleteUserDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (h *DeleteUserDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name

func (*DeleteUserDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*DeleteUserDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

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 (*DeleteUserRequest) CloneRaw

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

func (DeleteUserRequestFieldPathBuilder) Name

type DeleteUserRequestPathSelectorName

type DeleteUserRequestPathSelectorName struct{}

func (DeleteUserRequestPathSelectorName) FieldPath

func (DeleteUserRequestPathSelectorName) WithArrayOfValues

func (DeleteUserRequestPathSelectorName) WithValue

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 (*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 (*DeleteUserRequest_FieldMask) ProjectRaw

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 (*DeleteUserRequest_FieldMask) SubtractRaw

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 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

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 (*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

IsLeaf - whether field path is holds simple value

func (*DeleteUserRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*DeleteUserRequest_FieldTerminalPath) Selector

func (*DeleteUserRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (fp *DeleteUserRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*DeleteUserRequest_FieldTerminalPath) 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 (*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

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 (*DeleteUserRequest_FieldTerminalPathValue) CompareWith

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

SetTo stores value for selected field for object DeleteUserRequest

func (*DeleteUserRequest_FieldTerminalPathValue) SetToRaw

type GetMySettingsDescriptor added in v0.4.28

type GetMySettingsDescriptor struct{}

func GetGetMySettingsDescriptor added in v0.4.28

func GetGetMySettingsDescriptor() *GetMySettingsDescriptor

func (*GetMySettingsDescriptor) GetApiDescriptor added in v0.4.28

func (d *GetMySettingsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor

func (*GetMySettingsDescriptor) GetApiName added in v0.4.28

func (d *GetMySettingsDescriptor) GetApiName() string

func (*GetMySettingsDescriptor) GetClientMsgReflectHandle added in v0.4.28

func (d *GetMySettingsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*GetMySettingsDescriptor) GetFullMethodName added in v0.4.28

func (d *GetMySettingsDescriptor) GetFullMethodName() string

func (*GetMySettingsDescriptor) GetMethodName added in v0.4.28

func (d *GetMySettingsDescriptor) GetMethodName() string

func (*GetMySettingsDescriptor) GetProtoPkgName added in v0.4.28

func (d *GetMySettingsDescriptor) GetProtoPkgName() string

func (*GetMySettingsDescriptor) GetResourceDescriptor added in v0.4.30

func (d *GetMySettingsDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*GetMySettingsDescriptor) GetServerMsgReflectHandle added in v0.4.28

func (d *GetMySettingsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*GetMySettingsDescriptor) GetServiceDomain added in v0.4.28

func (d *GetMySettingsDescriptor) GetServiceDomain() string

func (*GetMySettingsDescriptor) GetServiceVersion added in v0.4.28

func (d *GetMySettingsDescriptor) GetServiceVersion() string

func (*GetMySettingsDescriptor) GetVerb added in v0.4.28

func (d *GetMySettingsDescriptor) GetVerb() string

func (*GetMySettingsDescriptor) HasResource added in v0.4.30

func (d *GetMySettingsDescriptor) HasResource() bool

func (*GetMySettingsDescriptor) IsClientStream added in v0.4.28

func (d *GetMySettingsDescriptor) IsClientStream() bool

func (*GetMySettingsDescriptor) IsCollection added in v0.4.30

func (d *GetMySettingsDescriptor) IsCollection() bool

func (*GetMySettingsDescriptor) IsPlural added in v0.4.30

func (d *GetMySettingsDescriptor) IsPlural() bool

func (*GetMySettingsDescriptor) IsServerStream added in v0.4.28

func (d *GetMySettingsDescriptor) IsServerStream() bool

func (*GetMySettingsDescriptor) IsUnary added in v0.4.28

func (d *GetMySettingsDescriptor) IsUnary() bool

func (*GetMySettingsDescriptor) NewEmptyClientMsg added in v0.4.28

func (d *GetMySettingsDescriptor) NewEmptyClientMsg() proto.Message

func (*GetMySettingsDescriptor) NewEmptyServerMsg added in v0.4.28

func (d *GetMySettingsDescriptor) NewEmptyServerMsg() proto.Message

func (*GetMySettingsDescriptor) RequestHasResourceBody added in v0.4.28

func (d *GetMySettingsDescriptor) RequestHasResourceBody() bool

type GetMySettingsDescriptorClientMsgHandle added in v0.4.28

type GetMySettingsDescriptorClientMsgHandle struct{}

func (*GetMySettingsDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*GetMySettingsDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*GetMySettingsDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type GetMySettingsDescriptorServerMsgHandle added in v0.4.28

type GetMySettingsDescriptorServerMsgHandle struct{}

func (*GetMySettingsDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*GetMySettingsDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*GetMySettingsDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

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 (*GetMySettingsRequest) CloneRaw

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 (*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

func (GetMySettingsRequestFieldPathBuilder) Keys

type GetMySettingsRequestPathSelectorKeys

type GetMySettingsRequestPathSelectorKeys struct{}

func (GetMySettingsRequestPathSelectorKeys) FieldPath

func (GetMySettingsRequestPathSelectorKeys) WithArrayOfValues

func (GetMySettingsRequestPathSelectorKeys) WithItemValue

func (GetMySettingsRequestPathSelectorKeys) WithValue

type GetMySettingsRequest_FieldMask

type GetMySettingsRequest_FieldMask struct {
	Paths []GetMySettingsRequest_FieldPath
}

func FullGetMySettingsRequest_FieldMask

func FullGetMySettingsRequest_FieldMask() *GetMySettingsRequest_FieldMask

func (*GetMySettingsRequest_FieldMask) AppendPath

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 (*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 (*GetMySettingsRequest_FieldMask) ProjectRaw

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 (*GetMySettingsRequest_FieldMask) SubtractRaw

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 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

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 (*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

IsLeaf - whether field path is holds simple value

func (*GetMySettingsRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*GetMySettingsRequest_FieldTerminalPath) Selector

func (*GetMySettingsRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (fp *GetMySettingsRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*GetMySettingsRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*GetMySettingsRequest_FieldTerminalPath) WithIArrayItemValue

func (*GetMySettingsRequest_FieldTerminalPath) WithIArrayOfValues

func (*GetMySettingsRequest_FieldTerminalPath) WithIValue

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 (*GetMySettingsRequest_FieldTerminalPathArrayItemValue) ContainsValue

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 (*GetMySettingsRequest_FieldTerminalPathValue) CompareWith

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

SetTo stores value for selected field for object GetMySettingsRequest

func (*GetMySettingsRequest_FieldTerminalPathValue) SetToRaw

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 (*GetMySettingsResponse) CloneRaw

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 (*GetMySettingsResponse) MakeFullFieldMask

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

func (GetMySettingsResponseFieldPathBuilder) Settings

type GetMySettingsResponseMapPathSelectorSettings

type GetMySettingsResponseMapPathSelectorSettings struct {
	// contains filtered or unexported fields
}

func (GetMySettingsResponseMapPathSelectorSettings) FieldPath

func (GetMySettingsResponseMapPathSelectorSettings) WithArrayOfValues

func (GetMySettingsResponseMapPathSelectorSettings) WithValue

type GetMySettingsResponsePathSelectorSettings

type GetMySettingsResponsePathSelectorSettings struct{}

func (GetMySettingsResponsePathSelectorSettings) FieldPath

func (GetMySettingsResponsePathSelectorSettings) WithArrayOfValues

func (GetMySettingsResponsePathSelectorSettings) WithKey

func (GetMySettingsResponsePathSelectorSettings) WithValue

type GetMySettingsResponse_FieldMask

type GetMySettingsResponse_FieldMask struct {
	Paths []GetMySettingsResponse_FieldPath
}

func FullGetMySettingsResponse_FieldMask

func FullGetMySettingsResponse_FieldMask() *GetMySettingsResponse_FieldMask

func (*GetMySettingsResponse_FieldMask) AppendPath

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 (*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 (*GetMySettingsResponse_FieldMask) ProjectRaw

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 (*GetMySettingsResponse_FieldMask) SubtractRaw

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 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 (*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

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 (*GetMySettingsResponse_FieldPathMap) Selector

func (*GetMySettingsResponse_FieldPathMap) SplitIntoTerminalIPaths added in v0.8.0

func (fpm *GetMySettingsResponse_FieldPathMap) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*GetMySettingsResponse_FieldPathMap) 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 (*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

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

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

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 (*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

IsLeaf - whether field path is holds simple value

func (*GetMySettingsResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*GetMySettingsResponse_FieldTerminalPath) Selector

func (*GetMySettingsResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (fp *GetMySettingsResponse_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*GetMySettingsResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*GetMySettingsResponse_FieldTerminalPath) WithIArrayItemValue

func (*GetMySettingsResponse_FieldTerminalPath) WithIArrayOfValues

func (*GetMySettingsResponse_FieldTerminalPath) WithIValue

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

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

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

SetTo stores value for selected field for object GetMySettingsResponse

func (*GetMySettingsResponse_FieldTerminalPathValue) SetToRaw

type GetUserByEmailDescriptor added in v0.4.28

type GetUserByEmailDescriptor struct{}

func GetGetUserByEmailDescriptor added in v0.4.28

func GetGetUserByEmailDescriptor() *GetUserByEmailDescriptor

func (*GetUserByEmailDescriptor) GetApiDescriptor added in v0.4.28

func (d *GetUserByEmailDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor

func (*GetUserByEmailDescriptor) GetApiName added in v0.4.28

func (d *GetUserByEmailDescriptor) GetApiName() string

func (*GetUserByEmailDescriptor) GetClientMsgReflectHandle added in v0.4.28

func (d *GetUserByEmailDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*GetUserByEmailDescriptor) GetFullMethodName added in v0.4.28

func (d *GetUserByEmailDescriptor) GetFullMethodName() string

func (*GetUserByEmailDescriptor) GetMethodName added in v0.4.28

func (d *GetUserByEmailDescriptor) GetMethodName() string

func (*GetUserByEmailDescriptor) GetProtoPkgName added in v0.4.28

func (d *GetUserByEmailDescriptor) GetProtoPkgName() string

func (*GetUserByEmailDescriptor) GetResourceDescriptor added in v0.4.30

func (d *GetUserByEmailDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*GetUserByEmailDescriptor) GetServerMsgReflectHandle added in v0.4.28

func (d *GetUserByEmailDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*GetUserByEmailDescriptor) GetServiceDomain added in v0.4.28

func (d *GetUserByEmailDescriptor) GetServiceDomain() string

func (*GetUserByEmailDescriptor) GetServiceVersion added in v0.4.28

func (d *GetUserByEmailDescriptor) GetServiceVersion() string

func (*GetUserByEmailDescriptor) GetVerb added in v0.4.28

func (d *GetUserByEmailDescriptor) GetVerb() string

func (*GetUserByEmailDescriptor) HasResource added in v0.4.30

func (d *GetUserByEmailDescriptor) HasResource() bool

func (*GetUserByEmailDescriptor) IsClientStream added in v0.4.28

func (d *GetUserByEmailDescriptor) IsClientStream() bool

func (*GetUserByEmailDescriptor) IsCollection added in v0.4.30

func (d *GetUserByEmailDescriptor) IsCollection() bool

func (*GetUserByEmailDescriptor) IsPlural added in v0.4.30

func (d *GetUserByEmailDescriptor) IsPlural() bool

func (*GetUserByEmailDescriptor) IsServerStream added in v0.4.28

func (d *GetUserByEmailDescriptor) IsServerStream() bool

func (*GetUserByEmailDescriptor) IsUnary added in v0.4.28

func (d *GetUserByEmailDescriptor) IsUnary() bool

func (*GetUserByEmailDescriptor) NewEmptyClientMsg added in v0.4.28

func (d *GetUserByEmailDescriptor) NewEmptyClientMsg() proto.Message

func (*GetUserByEmailDescriptor) NewEmptyServerMsg added in v0.4.28

func (d *GetUserByEmailDescriptor) NewEmptyServerMsg() proto.Message

func (*GetUserByEmailDescriptor) RequestHasResourceBody added in v0.4.28

func (d *GetUserByEmailDescriptor) RequestHasResourceBody() bool

type GetUserByEmailDescriptorClientMsgHandle added in v0.4.28

type GetUserByEmailDescriptorClientMsgHandle struct{}

func (*GetUserByEmailDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*GetUserByEmailDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*GetUserByEmailDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type GetUserByEmailDescriptorServerMsgHandle added in v0.4.28

type GetUserByEmailDescriptorServerMsgHandle struct{}

func (*GetUserByEmailDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*GetUserByEmailDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*GetUserByEmailDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

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 (*GetUserByEmailRequest) CloneRaw

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 (*GetUserByEmailRequest) MakeFullFieldMask

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) Email

func (GetUserByEmailRequestFieldPathBuilder) FieldMask

func (GetUserByEmailRequestFieldPathBuilder) SkipCache

func (GetUserByEmailRequestFieldPathBuilder) View

type GetUserByEmailRequestPathSelectorEmail

type GetUserByEmailRequestPathSelectorEmail struct{}

func (GetUserByEmailRequestPathSelectorEmail) FieldPath

func (GetUserByEmailRequestPathSelectorEmail) WithArrayOfValues

func (GetUserByEmailRequestPathSelectorEmail) WithValue

type GetUserByEmailRequestPathSelectorFieldMask

type GetUserByEmailRequestPathSelectorFieldMask struct{}

func (GetUserByEmailRequestPathSelectorFieldMask) FieldPath

func (GetUserByEmailRequestPathSelectorFieldMask) WithArrayOfValues

func (GetUserByEmailRequestPathSelectorFieldMask) WithValue

type GetUserByEmailRequestPathSelectorSkipCache

type GetUserByEmailRequestPathSelectorSkipCache struct{}

func (GetUserByEmailRequestPathSelectorSkipCache) FieldPath

func (GetUserByEmailRequestPathSelectorSkipCache) WithArrayOfValues

func (GetUserByEmailRequestPathSelectorSkipCache) WithValue

type GetUserByEmailRequestPathSelectorView

type GetUserByEmailRequestPathSelectorView struct{}

func (GetUserByEmailRequestPathSelectorView) FieldPath

func (GetUserByEmailRequestPathSelectorView) WithArrayOfValues

func (GetUserByEmailRequestPathSelectorView) WithValue

type GetUserByEmailRequest_FieldMask

type GetUserByEmailRequest_FieldMask struct {
	Paths []GetUserByEmailRequest_FieldPath
}

func FullGetUserByEmailRequest_FieldMask

func FullGetUserByEmailRequest_FieldMask() *GetUserByEmailRequest_FieldMask

func (*GetUserByEmailRequest_FieldMask) AppendPath

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 (*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 (*GetUserByEmailRequest_FieldMask) ProjectRaw

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 (*GetUserByEmailRequest_FieldMask) SubtractRaw

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 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

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 (*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

IsLeaf - whether field path is holds simple value

func (*GetUserByEmailRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*GetUserByEmailRequest_FieldTerminalPath) Selector

func (*GetUserByEmailRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (fp *GetUserByEmailRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*GetUserByEmailRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*GetUserByEmailRequest_FieldTerminalPath) WithIArrayItemValue

func (*GetUserByEmailRequest_FieldTerminalPath) WithIArrayOfValues

func (*GetUserByEmailRequest_FieldTerminalPath) WithIValue

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

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 (*GetUserByEmailRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*GetUserByEmailRequest_FieldTerminalPathValue) AsSkipCacheValue

func (fpv *GetUserByEmailRequest_FieldTerminalPathValue) AsSkipCacheValue() (bool, bool)

func (*GetUserByEmailRequest_FieldTerminalPathValue) AsViewValue

func (*GetUserByEmailRequest_FieldTerminalPathValue) CompareWith

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

SetTo stores value for selected field for object GetUserByEmailRequest

func (*GetUserByEmailRequest_FieldTerminalPathValue) SetToRaw

type GetUserDescriptor added in v0.4.28

type GetUserDescriptor struct{}

func GetGetUserDescriptor added in v0.4.28

func GetGetUserDescriptor() *GetUserDescriptor

func (*GetUserDescriptor) GetApiDescriptor added in v0.4.28

func (d *GetUserDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor

func (*GetUserDescriptor) GetApiName added in v0.4.28

func (d *GetUserDescriptor) GetApiName() string

func (*GetUserDescriptor) GetClientMsgReflectHandle added in v0.4.28

func (d *GetUserDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*GetUserDescriptor) GetFullMethodName added in v0.4.28

func (d *GetUserDescriptor) GetFullMethodName() string

func (*GetUserDescriptor) GetMethodName added in v0.4.28

func (d *GetUserDescriptor) GetMethodName() string

func (*GetUserDescriptor) GetProtoPkgName added in v0.4.28

func (d *GetUserDescriptor) GetProtoPkgName() string

func (*GetUserDescriptor) GetResourceDescriptor added in v0.4.30

func (d *GetUserDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*GetUserDescriptor) GetServerMsgReflectHandle added in v0.4.28

func (d *GetUserDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*GetUserDescriptor) GetServiceDomain added in v0.4.28

func (d *GetUserDescriptor) GetServiceDomain() string

func (*GetUserDescriptor) GetServiceVersion added in v0.4.28

func (d *GetUserDescriptor) GetServiceVersion() string

func (*GetUserDescriptor) GetVerb added in v0.4.28

func (d *GetUserDescriptor) GetVerb() string

func (*GetUserDescriptor) HasResource added in v0.4.30

func (d *GetUserDescriptor) HasResource() bool

func (*GetUserDescriptor) IsClientStream added in v0.4.28

func (d *GetUserDescriptor) IsClientStream() bool

func (*GetUserDescriptor) IsCollection added in v0.4.30

func (d *GetUserDescriptor) IsCollection() bool

func (*GetUserDescriptor) IsPlural added in v0.4.30

func (d *GetUserDescriptor) IsPlural() bool

func (*GetUserDescriptor) IsServerStream added in v0.4.28

func (d *GetUserDescriptor) IsServerStream() bool

func (*GetUserDescriptor) IsUnary added in v0.4.28

func (d *GetUserDescriptor) IsUnary() bool

func (*GetUserDescriptor) NewEmptyClientMsg added in v0.4.28

func (d *GetUserDescriptor) NewEmptyClientMsg() proto.Message

func (*GetUserDescriptor) NewEmptyServerMsg added in v0.4.28

func (d *GetUserDescriptor) NewEmptyServerMsg() proto.Message

func (*GetUserDescriptor) RequestHasResourceBody added in v0.4.28

func (d *GetUserDescriptor) RequestHasResourceBody() bool

type GetUserDescriptorClientMsgHandle added in v0.4.28

type GetUserDescriptorClientMsgHandle struct{}

func (*GetUserDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (h *GetUserDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name

func (*GetUserDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (h *GetUserDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name

func (*GetUserDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type GetUserDescriptorServerMsgHandle added in v0.4.28

type GetUserDescriptorServerMsgHandle struct{}

func (*GetUserDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (h *GetUserDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name

func (*GetUserDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (h *GetUserDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name

func (*GetUserDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

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 (*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) Name

func (GetUserRequestFieldPathBuilder) View

type GetUserRequestPathSelectorFieldMask

type GetUserRequestPathSelectorFieldMask struct{}

func (GetUserRequestPathSelectorFieldMask) FieldPath

func (GetUserRequestPathSelectorFieldMask) WithArrayOfValues

func (GetUserRequestPathSelectorFieldMask) WithValue

type GetUserRequestPathSelectorName

type GetUserRequestPathSelectorName struct{}

func (GetUserRequestPathSelectorName) FieldPath

func (GetUserRequestPathSelectorName) WithArrayOfValues

func (GetUserRequestPathSelectorName) WithValue

type GetUserRequestPathSelectorView

type GetUserRequestPathSelectorView struct{}

func (GetUserRequestPathSelectorView) FieldPath

func (GetUserRequestPathSelectorView) WithArrayOfValues

func (GetUserRequestPathSelectorView) WithValue

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 (*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 (*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 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

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

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 (*GetUserRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (fp *GetUserRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*GetUserRequest_FieldTerminalPath) 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

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 (*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

SetTo stores value for selected field for object GetUserRequest

func (*GetUserRequest_FieldTerminalPathValue) SetToRaw

func (fpv *GetUserRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)

type ListUsersDescriptor added in v0.4.28

type ListUsersDescriptor struct{}

func GetListUsersDescriptor added in v0.4.28

func GetListUsersDescriptor() *ListUsersDescriptor

func (*ListUsersDescriptor) GetApiDescriptor added in v0.4.28

func (d *ListUsersDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor

func (*ListUsersDescriptor) GetApiName added in v0.4.28

func (d *ListUsersDescriptor) GetApiName() string

func (*ListUsersDescriptor) GetClientMsgReflectHandle added in v0.4.28

func (d *ListUsersDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*ListUsersDescriptor) GetFullMethodName added in v0.4.28

func (d *ListUsersDescriptor) GetFullMethodName() string

func (*ListUsersDescriptor) GetMethodName added in v0.4.28

func (d *ListUsersDescriptor) GetMethodName() string

func (*ListUsersDescriptor) GetProtoPkgName added in v0.4.28

func (d *ListUsersDescriptor) GetProtoPkgName() string

func (*ListUsersDescriptor) GetResourceDescriptor added in v0.4.30

func (d *ListUsersDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*ListUsersDescriptor) GetServerMsgReflectHandle added in v0.4.28

func (d *ListUsersDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*ListUsersDescriptor) GetServiceDomain added in v0.4.28

func (d *ListUsersDescriptor) GetServiceDomain() string

func (*ListUsersDescriptor) GetServiceVersion added in v0.4.28

func (d *ListUsersDescriptor) GetServiceVersion() string

func (*ListUsersDescriptor) GetVerb added in v0.4.28

func (d *ListUsersDescriptor) GetVerb() string

func (*ListUsersDescriptor) HasResource added in v0.4.30

func (d *ListUsersDescriptor) HasResource() bool

func (*ListUsersDescriptor) IsClientStream added in v0.4.28

func (d *ListUsersDescriptor) IsClientStream() bool

func (*ListUsersDescriptor) IsCollection added in v0.4.30

func (d *ListUsersDescriptor) IsCollection() bool

func (*ListUsersDescriptor) IsPlural added in v0.4.30

func (d *ListUsersDescriptor) IsPlural() bool

func (*ListUsersDescriptor) IsServerStream added in v0.4.28

func (d *ListUsersDescriptor) IsServerStream() bool

func (*ListUsersDescriptor) IsUnary added in v0.4.28

func (d *ListUsersDescriptor) IsUnary() bool

func (*ListUsersDescriptor) NewEmptyClientMsg added in v0.4.28

func (d *ListUsersDescriptor) NewEmptyClientMsg() proto.Message

func (*ListUsersDescriptor) NewEmptyServerMsg added in v0.4.28

func (d *ListUsersDescriptor) NewEmptyServerMsg() proto.Message

func (*ListUsersDescriptor) RequestHasResourceBody added in v0.4.28

func (d *ListUsersDescriptor) RequestHasResourceBody() bool

type ListUsersDescriptorClientMsgHandle added in v0.4.28

type ListUsersDescriptorClientMsgHandle struct{}

func (*ListUsersDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (h *ListUsersDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name

func (*ListUsersDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*ListUsersDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type ListUsersDescriptorServerMsgHandle added in v0.4.28

type ListUsersDescriptorServerMsgHandle struct{}

func (*ListUsersDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (h *ListUsersDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name

func (*ListUsersDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*ListUsersDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

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"`
	// Indicates if list response should contain total count and offset (fields
	// current_offset and total_results_count).
	IncludePagingInfo bool `` /* 145-byte string literal not displayed */
	// contains filtered or unexported fields
}

Request message for method [ListUsers][ntt.iam.v1alpha.ListUsers]

func (*ListUsersRequest) Clone

func (o *ListUsersRequest) Clone() *ListUsersRequest

func (*ListUsersRequest) CloneRaw

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) GetIncludePagingInfo added in v0.10.1

func (m *ListUsersRequest) GetIncludePagingInfo() bool

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) SetIncludePagingInfo added in v0.10.1

func (m *ListUsersRequest) SetIncludePagingInfo(fv bool)

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) Filter

func (ListUsersRequestFieldPathBuilder) IncludePagingInfo added in v0.10.1

func (ListUsersRequestFieldPathBuilder) OrderBy

func (ListUsersRequestFieldPathBuilder) PageSize

func (ListUsersRequestFieldPathBuilder) PageToken

func (ListUsersRequestFieldPathBuilder) View

type ListUsersRequestPathSelectorFieldMask

type ListUsersRequestPathSelectorFieldMask struct{}

func (ListUsersRequestPathSelectorFieldMask) FieldPath

func (ListUsersRequestPathSelectorFieldMask) WithArrayOfValues

func (ListUsersRequestPathSelectorFieldMask) WithValue

type ListUsersRequestPathSelectorFilter

type ListUsersRequestPathSelectorFilter struct{}

func (ListUsersRequestPathSelectorFilter) FieldPath

func (ListUsersRequestPathSelectorFilter) WithArrayOfValues

func (ListUsersRequestPathSelectorFilter) WithValue

type ListUsersRequestPathSelectorIncludePagingInfo added in v0.10.1

type ListUsersRequestPathSelectorIncludePagingInfo struct{}

func (ListUsersRequestPathSelectorIncludePagingInfo) FieldPath added in v0.10.1

func (ListUsersRequestPathSelectorIncludePagingInfo) WithArrayOfValues added in v0.10.1

func (ListUsersRequestPathSelectorIncludePagingInfo) WithValue added in v0.10.1

type ListUsersRequestPathSelectorOrderBy

type ListUsersRequestPathSelectorOrderBy struct{}

func (ListUsersRequestPathSelectorOrderBy) FieldPath

func (ListUsersRequestPathSelectorOrderBy) WithArrayOfValues

func (ListUsersRequestPathSelectorOrderBy) WithValue

type ListUsersRequestPathSelectorPageSize

type ListUsersRequestPathSelectorPageSize struct{}

func (ListUsersRequestPathSelectorPageSize) FieldPath

func (ListUsersRequestPathSelectorPageSize) WithArrayOfValues

func (ListUsersRequestPathSelectorPageSize) WithValue

type ListUsersRequestPathSelectorPageToken

type ListUsersRequestPathSelectorPageToken struct{}

func (ListUsersRequestPathSelectorPageToken) FieldPath

func (ListUsersRequestPathSelectorPageToken) WithArrayOfValues

func (ListUsersRequestPathSelectorPageToken) WithValue

type ListUsersRequestPathSelectorView

type ListUsersRequestPathSelectorView struct{}

func (ListUsersRequestPathSelectorView) FieldPath

func (ListUsersRequestPathSelectorView) WithArrayOfValues

func (ListUsersRequestPathSelectorView) WithValue

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 (*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 (*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 (*ListUsersRequest_FieldMask) SubtractRaw

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 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
	ListUsersRequest_FieldPathSelectorIncludePagingInfo ListUsersRequest_FieldPathSelector = 6
)

func (ListUsersRequest_FieldPathSelector) 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 (*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

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 (*ListUsersRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (fp *ListUsersRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*ListUsersRequest_FieldTerminalPath) 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

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) AsIncludePagingInfoArrayOfValues added in v0.10.1

func (fpaov *ListUsersRequest_FieldTerminalPathArrayOfValues) AsIncludePagingInfoArrayOfValues() ([]bool, 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 (*ListUsersRequest_FieldTerminalPathValue) AsFilterValue

func (fpv *ListUsersRequest_FieldTerminalPathValue) AsFilterValue() (*user.Filter, bool)

func (*ListUsersRequest_FieldTerminalPathValue) AsIncludePagingInfoValue added in v0.10.1

func (fpv *ListUsersRequest_FieldTerminalPathValue) AsIncludePagingInfoValue() (bool, 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

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

SetTo stores value for selected field for object ListUsersRequest

func (*ListUsersRequest_FieldTerminalPathValue) SetToRaw

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 */
	// Current offset from the first page or 0 if no page tokens were given,
	// paging info was not requested or there was an error while trying to get
	// it). Page index can be computed from offset and limit provided in a
	// request.
	CurrentOffset int32 `` /* 127-byte string literal not displayed */
	// Number of total Users across all pages or 0, if there are no items, paging
	// info was not requested or there was an error while trying to get it.
	TotalResultsCount int32 `` /* 145-byte string literal not displayed */
	// contains filtered or unexported fields
}

Request message for method [ListUsers][ntt.iam.v1alpha.ListUsers]

func (*ListUsersResponse) Clone

func (*ListUsersResponse) CloneRaw

func (*ListUsersResponse) Descriptor

func (*ListUsersResponse) Descriptor() ([]byte, []int)

Deprecated, Use ListUsersResponse.ProtoReflect.Descriptor instead.

func (*ListUsersResponse) GetCurrentOffset added in v0.10.1

func (m *ListUsersResponse) GetCurrentOffset() int32

func (*ListUsersResponse) GetNextPageToken

func (m *ListUsersResponse) GetNextPageToken() *user.PagerCursor

func (*ListUsersResponse) GetPrevPageToken

func (m *ListUsersResponse) GetPrevPageToken() *user.PagerCursor

func (*ListUsersResponse) GetTotalResultsCount added in v0.10.1

func (m *ListUsersResponse) GetTotalResultsCount() int32

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) SetCurrentOffset added in v0.10.1

func (m *ListUsersResponse) SetCurrentOffset(fv int32)

func (*ListUsersResponse) SetNextPageToken

func (m *ListUsersResponse) SetNextPageToken(fv *user.PagerCursor)

func (*ListUsersResponse) SetPrevPageToken

func (m *ListUsersResponse) SetPrevPageToken(fv *user.PagerCursor)

func (*ListUsersResponse) SetTotalResultsCount added in v0.10.1

func (m *ListUsersResponse) SetTotalResultsCount(fv int32)

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) CurrentOffset added in v0.10.1

func (ListUsersResponseFieldPathBuilder) NextPageToken

func (ListUsersResponseFieldPathBuilder) PrevPageToken

func (ListUsersResponseFieldPathBuilder) TotalResultsCount added in v0.10.1

func (ListUsersResponseFieldPathBuilder) Users

type ListUsersResponseMapPathSelectorUsersMetadataAnnotations

type ListUsersResponseMapPathSelectorUsersMetadataAnnotations struct {
	// contains filtered or unexported fields
}

func (ListUsersResponseMapPathSelectorUsersMetadataAnnotations) FieldPath

func (ListUsersResponseMapPathSelectorUsersMetadataAnnotations) WithArrayOfValues

func (ListUsersResponseMapPathSelectorUsersMetadataAnnotations) WithValue

type ListUsersResponseMapPathSelectorUsersMetadataLabels

type ListUsersResponseMapPathSelectorUsersMetadataLabels struct {
	// contains filtered or unexported fields
}

func (ListUsersResponseMapPathSelectorUsersMetadataLabels) FieldPath

func (ListUsersResponseMapPathSelectorUsersMetadataLabels) WithArrayOfValues

func (ListUsersResponseMapPathSelectorUsersMetadataLabels) WithValue

type ListUsersResponseMapPathSelectorUsersMetadataShards

type ListUsersResponseMapPathSelectorUsersMetadataShards struct {
	// contains filtered or unexported fields
}

func (ListUsersResponseMapPathSelectorUsersMetadataShards) FieldPath

func (ListUsersResponseMapPathSelectorUsersMetadataShards) WithArrayOfValues

func (ListUsersResponseMapPathSelectorUsersMetadataShards) WithValue

type ListUsersResponseMapPathSelectorUsersSettings

type ListUsersResponseMapPathSelectorUsersSettings struct {
	// contains filtered or unexported fields
}

func (ListUsersResponseMapPathSelectorUsersSettings) FieldPath

func (ListUsersResponseMapPathSelectorUsersSettings) WithArrayOfValues

func (ListUsersResponseMapPathSelectorUsersSettings) WithValue

type ListUsersResponsePathSelectorCurrentOffset added in v0.10.1

type ListUsersResponsePathSelectorCurrentOffset struct{}

func (ListUsersResponsePathSelectorCurrentOffset) FieldPath added in v0.10.1

func (ListUsersResponsePathSelectorCurrentOffset) WithArrayOfValues added in v0.10.1

func (ListUsersResponsePathSelectorCurrentOffset) WithValue added in v0.10.1

type ListUsersResponsePathSelectorNextPageToken

type ListUsersResponsePathSelectorNextPageToken struct{}

func (ListUsersResponsePathSelectorNextPageToken) FieldPath

func (ListUsersResponsePathSelectorNextPageToken) WithArrayOfValues

func (ListUsersResponsePathSelectorNextPageToken) WithValue

type ListUsersResponsePathSelectorPrevPageToken

type ListUsersResponsePathSelectorPrevPageToken struct{}

func (ListUsersResponsePathSelectorPrevPageToken) FieldPath

func (ListUsersResponsePathSelectorPrevPageToken) WithArrayOfValues

func (ListUsersResponsePathSelectorPrevPageToken) WithValue

type ListUsersResponsePathSelectorTotalResultsCount added in v0.10.1

type ListUsersResponsePathSelectorTotalResultsCount struct{}

func (ListUsersResponsePathSelectorTotalResultsCount) FieldPath added in v0.10.1

func (ListUsersResponsePathSelectorTotalResultsCount) WithArrayOfValues added in v0.10.1

func (ListUsersResponsePathSelectorTotalResultsCount) WithValue added in v0.10.1

type ListUsersResponsePathSelectorUsers

type ListUsersResponsePathSelectorUsers struct{}

func (ListUsersResponsePathSelectorUsers) AuthInfo

func (ListUsersResponsePathSelectorUsers) Email

func (ListUsersResponsePathSelectorUsers) EmailVerified

func (ListUsersResponsePathSelectorUsers) FieldPath

func (ListUsersResponsePathSelectorUsers) FullName

func (ListUsersResponsePathSelectorUsers) Metadata

func (ListUsersResponsePathSelectorUsers) Name

func (ListUsersResponsePathSelectorUsers) RefreshedTime

func (ListUsersResponsePathSelectorUsers) Settings

func (ListUsersResponsePathSelectorUsers) WithArrayOfValues

func (ListUsersResponsePathSelectorUsers) WithItemValue

func (ListUsersResponsePathSelectorUsers) WithSubArrayItemValue

func (ListUsersResponsePathSelectorUsers) WithSubArrayOfValues

func (ListUsersResponsePathSelectorUsers) WithSubPath

func (ListUsersResponsePathSelectorUsers) WithSubValue

func (ListUsersResponsePathSelectorUsers) WithValue

type ListUsersResponsePathSelectorUsersAuthInfo

type ListUsersResponsePathSelectorUsersAuthInfo struct{}

func (ListUsersResponsePathSelectorUsersAuthInfo) FieldPath

func (ListUsersResponsePathSelectorUsersAuthInfo) Id

func (ListUsersResponsePathSelectorUsersAuthInfo) Provider

func (ListUsersResponsePathSelectorUsersAuthInfo) WithArrayOfValues

func (ListUsersResponsePathSelectorUsersAuthInfo) WithValue

type ListUsersResponsePathSelectorUsersAuthInfoId

type ListUsersResponsePathSelectorUsersAuthInfoId struct{}

func (ListUsersResponsePathSelectorUsersAuthInfoId) FieldPath

func (ListUsersResponsePathSelectorUsersAuthInfoId) WithArrayOfValues

func (ListUsersResponsePathSelectorUsersAuthInfoId) WithValue

type ListUsersResponsePathSelectorUsersAuthInfoProvider

type ListUsersResponsePathSelectorUsersAuthInfoProvider struct{}

func (ListUsersResponsePathSelectorUsersAuthInfoProvider) FieldPath

func (ListUsersResponsePathSelectorUsersAuthInfoProvider) WithArrayOfValues

func (ListUsersResponsePathSelectorUsersAuthInfoProvider) WithValue

type ListUsersResponsePathSelectorUsersEmail

type ListUsersResponsePathSelectorUsersEmail struct{}

func (ListUsersResponsePathSelectorUsersEmail) FieldPath

func (ListUsersResponsePathSelectorUsersEmail) WithArrayOfValues

func (ListUsersResponsePathSelectorUsersEmail) WithValue

type ListUsersResponsePathSelectorUsersEmailVerified

type ListUsersResponsePathSelectorUsersEmailVerified struct{}

func (ListUsersResponsePathSelectorUsersEmailVerified) FieldPath

func (ListUsersResponsePathSelectorUsersEmailVerified) WithArrayOfValues

func (ListUsersResponsePathSelectorUsersEmailVerified) WithValue

type ListUsersResponsePathSelectorUsersFullName

type ListUsersResponsePathSelectorUsersFullName struct{}

func (ListUsersResponsePathSelectorUsersFullName) FieldPath

func (ListUsersResponsePathSelectorUsersFullName) WithArrayOfValues

func (ListUsersResponsePathSelectorUsersFullName) WithValue

type ListUsersResponsePathSelectorUsersMetadata

type ListUsersResponsePathSelectorUsersMetadata struct{}

func (ListUsersResponsePathSelectorUsersMetadata) Annotations

func (ListUsersResponsePathSelectorUsersMetadata) CreateTime

func (ListUsersResponsePathSelectorUsersMetadata) DeleteTime added in v0.8.0

func (ListUsersResponsePathSelectorUsersMetadata) FieldPath

func (ListUsersResponsePathSelectorUsersMetadata) Generation

func (ListUsersResponsePathSelectorUsersMetadata) Labels

func (ListUsersResponsePathSelectorUsersMetadata) Lifecycle added in v0.8.0

func (ListUsersResponsePathSelectorUsersMetadata) OwnerReferences

func (ListUsersResponsePathSelectorUsersMetadata) ResourceVersion

func (ListUsersResponsePathSelectorUsersMetadata) Shards

func (ListUsersResponsePathSelectorUsersMetadata) Syncing

func (ListUsersResponsePathSelectorUsersMetadata) Tags

func (ListUsersResponsePathSelectorUsersMetadata) UpdateTime

func (ListUsersResponsePathSelectorUsersMetadata) Uuid

func (ListUsersResponsePathSelectorUsersMetadata) WithArrayOfValues

func (ListUsersResponsePathSelectorUsersMetadata) WithValue

type ListUsersResponsePathSelectorUsersMetadataAnnotations

type ListUsersResponsePathSelectorUsersMetadataAnnotations struct{}

func (ListUsersResponsePathSelectorUsersMetadataAnnotations) FieldPath

func (ListUsersResponsePathSelectorUsersMetadataAnnotations) WithArrayOfValues

func (ListUsersResponsePathSelectorUsersMetadataAnnotations) WithKey

func (ListUsersResponsePathSelectorUsersMetadataAnnotations) WithValue

type ListUsersResponsePathSelectorUsersMetadataCreateTime

type ListUsersResponsePathSelectorUsersMetadataCreateTime struct{}

func (ListUsersResponsePathSelectorUsersMetadataCreateTime) FieldPath

func (ListUsersResponsePathSelectorUsersMetadataCreateTime) WithArrayOfValues

func (ListUsersResponsePathSelectorUsersMetadataCreateTime) WithValue

type ListUsersResponsePathSelectorUsersMetadataDeleteTime added in v0.8.0

type ListUsersResponsePathSelectorUsersMetadataDeleteTime struct{}

func (ListUsersResponsePathSelectorUsersMetadataDeleteTime) FieldPath added in v0.8.0

func (ListUsersResponsePathSelectorUsersMetadataDeleteTime) WithArrayOfValues added in v0.8.0

func (ListUsersResponsePathSelectorUsersMetadataDeleteTime) WithValue added in v0.8.0

type ListUsersResponsePathSelectorUsersMetadataGeneration

type ListUsersResponsePathSelectorUsersMetadataGeneration struct{}

func (ListUsersResponsePathSelectorUsersMetadataGeneration) FieldPath

func (ListUsersResponsePathSelectorUsersMetadataGeneration) WithArrayOfValues

func (ListUsersResponsePathSelectorUsersMetadataGeneration) WithValue

type ListUsersResponsePathSelectorUsersMetadataLabels

type ListUsersResponsePathSelectorUsersMetadataLabels struct{}

func (ListUsersResponsePathSelectorUsersMetadataLabels) FieldPath

func (ListUsersResponsePathSelectorUsersMetadataLabels) WithArrayOfValues

func (ListUsersResponsePathSelectorUsersMetadataLabels) WithKey

func (ListUsersResponsePathSelectorUsersMetadataLabels) WithValue

type ListUsersResponsePathSelectorUsersMetadataLifecycle added in v0.8.0

type ListUsersResponsePathSelectorUsersMetadataLifecycle struct{}

func (ListUsersResponsePathSelectorUsersMetadataLifecycle) BlockDeletion added in v0.8.0

func (ListUsersResponsePathSelectorUsersMetadataLifecycle) FieldPath added in v0.8.0

func (ListUsersResponsePathSelectorUsersMetadataLifecycle) State added in v0.8.0

func (ListUsersResponsePathSelectorUsersMetadataLifecycle) WithArrayOfValues added in v0.8.0

func (ListUsersResponsePathSelectorUsersMetadataLifecycle) WithValue added in v0.8.0

type ListUsersResponsePathSelectorUsersMetadataLifecycleBlockDeletion added in v0.8.0

type ListUsersResponsePathSelectorUsersMetadataLifecycleBlockDeletion struct{}

func (ListUsersResponsePathSelectorUsersMetadataLifecycleBlockDeletion) FieldPath added in v0.8.0

func (ListUsersResponsePathSelectorUsersMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.8.0

func (ListUsersResponsePathSelectorUsersMetadataLifecycleBlockDeletion) WithValue added in v0.8.0

type ListUsersResponsePathSelectorUsersMetadataLifecycleState added in v0.8.0

type ListUsersResponsePathSelectorUsersMetadataLifecycleState struct{}

func (ListUsersResponsePathSelectorUsersMetadataLifecycleState) FieldPath added in v0.8.0

func (ListUsersResponsePathSelectorUsersMetadataLifecycleState) WithArrayOfValues added in v0.8.0

func (ListUsersResponsePathSelectorUsersMetadataLifecycleState) WithValue added in v0.8.0

type ListUsersResponsePathSelectorUsersMetadataOwnerReferences

type ListUsersResponsePathSelectorUsersMetadataOwnerReferences struct{}

func (ListUsersResponsePathSelectorUsersMetadataOwnerReferences) FieldPath

func (ListUsersResponsePathSelectorUsersMetadataOwnerReferences) Kind

func (ListUsersResponsePathSelectorUsersMetadataOwnerReferences) Name

func (ListUsersResponsePathSelectorUsersMetadataOwnerReferences) Region added in v0.8.0

func (ListUsersResponsePathSelectorUsersMetadataOwnerReferences) RequiresOwnerReference added in v0.8.0

func (ListUsersResponsePathSelectorUsersMetadataOwnerReferences) Version added in v0.8.0

func (ListUsersResponsePathSelectorUsersMetadataOwnerReferences) WithArrayOfValues

func (ListUsersResponsePathSelectorUsersMetadataOwnerReferences) WithItemValue

func (ListUsersResponsePathSelectorUsersMetadataOwnerReferences) WithValue

type ListUsersResponsePathSelectorUsersMetadataOwnerReferencesBlockOwnerDeletion

type ListUsersResponsePathSelectorUsersMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (ListUsersResponsePathSelectorUsersMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (ListUsersResponsePathSelectorUsersMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (ListUsersResponsePathSelectorUsersMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type ListUsersResponsePathSelectorUsersMetadataOwnerReferencesController

type ListUsersResponsePathSelectorUsersMetadataOwnerReferencesController struct{}

func (ListUsersResponsePathSelectorUsersMetadataOwnerReferencesController) FieldPath

func (ListUsersResponsePathSelectorUsersMetadataOwnerReferencesController) WithArrayOfValues

func (ListUsersResponsePathSelectorUsersMetadataOwnerReferencesController) WithValue

type ListUsersResponsePathSelectorUsersMetadataOwnerReferencesKind

type ListUsersResponsePathSelectorUsersMetadataOwnerReferencesKind struct{}

func (ListUsersResponsePathSelectorUsersMetadataOwnerReferencesKind) FieldPath

func (ListUsersResponsePathSelectorUsersMetadataOwnerReferencesKind) WithArrayOfValues

func (ListUsersResponsePathSelectorUsersMetadataOwnerReferencesKind) WithValue

type ListUsersResponsePathSelectorUsersMetadataOwnerReferencesName

type ListUsersResponsePathSelectorUsersMetadataOwnerReferencesName struct{}

func (ListUsersResponsePathSelectorUsersMetadataOwnerReferencesName) FieldPath

func (ListUsersResponsePathSelectorUsersMetadataOwnerReferencesName) WithArrayOfValues

func (ListUsersResponsePathSelectorUsersMetadataOwnerReferencesName) WithValue

type ListUsersResponsePathSelectorUsersMetadataOwnerReferencesRegion added in v0.8.0

type ListUsersResponsePathSelectorUsersMetadataOwnerReferencesRegion struct{}

func (ListUsersResponsePathSelectorUsersMetadataOwnerReferencesRegion) FieldPath added in v0.8.0

func (ListUsersResponsePathSelectorUsersMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.8.0

func (ListUsersResponsePathSelectorUsersMetadataOwnerReferencesRegion) WithValue added in v0.8.0

type ListUsersResponsePathSelectorUsersMetadataOwnerReferencesRequiresOwnerReference added in v0.8.0

type ListUsersResponsePathSelectorUsersMetadataOwnerReferencesRequiresOwnerReference struct{}

func (ListUsersResponsePathSelectorUsersMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.8.0

func (ListUsersResponsePathSelectorUsersMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.8.0

func (ListUsersResponsePathSelectorUsersMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.8.0

type ListUsersResponsePathSelectorUsersMetadataOwnerReferencesVersion added in v0.8.0

type ListUsersResponsePathSelectorUsersMetadataOwnerReferencesVersion struct{}

func (ListUsersResponsePathSelectorUsersMetadataOwnerReferencesVersion) FieldPath added in v0.8.0

func (ListUsersResponsePathSelectorUsersMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.8.0

func (ListUsersResponsePathSelectorUsersMetadataOwnerReferencesVersion) WithValue added in v0.8.0

type ListUsersResponsePathSelectorUsersMetadataResourceVersion

type ListUsersResponsePathSelectorUsersMetadataResourceVersion struct{}

func (ListUsersResponsePathSelectorUsersMetadataResourceVersion) FieldPath

func (ListUsersResponsePathSelectorUsersMetadataResourceVersion) WithArrayOfValues

func (ListUsersResponsePathSelectorUsersMetadataResourceVersion) WithValue

type ListUsersResponsePathSelectorUsersMetadataShards

type ListUsersResponsePathSelectorUsersMetadataShards struct{}

func (ListUsersResponsePathSelectorUsersMetadataShards) FieldPath

func (ListUsersResponsePathSelectorUsersMetadataShards) WithArrayOfValues

func (ListUsersResponsePathSelectorUsersMetadataShards) WithKey

func (ListUsersResponsePathSelectorUsersMetadataShards) WithValue

type ListUsersResponsePathSelectorUsersMetadataSyncing

type ListUsersResponsePathSelectorUsersMetadataSyncing struct{}

func (ListUsersResponsePathSelectorUsersMetadataSyncing) FieldPath

func (ListUsersResponsePathSelectorUsersMetadataSyncing) OwningRegion

func (ListUsersResponsePathSelectorUsersMetadataSyncing) Regions

func (ListUsersResponsePathSelectorUsersMetadataSyncing) WithArrayOfValues

func (ListUsersResponsePathSelectorUsersMetadataSyncing) WithValue

type ListUsersResponsePathSelectorUsersMetadataSyncingOwningRegion

type ListUsersResponsePathSelectorUsersMetadataSyncingOwningRegion struct{}

func (ListUsersResponsePathSelectorUsersMetadataSyncingOwningRegion) FieldPath

func (ListUsersResponsePathSelectorUsersMetadataSyncingOwningRegion) WithArrayOfValues

func (ListUsersResponsePathSelectorUsersMetadataSyncingOwningRegion) WithValue

type ListUsersResponsePathSelectorUsersMetadataSyncingRegions

type ListUsersResponsePathSelectorUsersMetadataSyncingRegions struct{}

func (ListUsersResponsePathSelectorUsersMetadataSyncingRegions) FieldPath

func (ListUsersResponsePathSelectorUsersMetadataSyncingRegions) WithArrayOfValues

func (ListUsersResponsePathSelectorUsersMetadataSyncingRegions) WithItemValue

func (ListUsersResponsePathSelectorUsersMetadataSyncingRegions) WithValue

type ListUsersResponsePathSelectorUsersMetadataTags

type ListUsersResponsePathSelectorUsersMetadataTags struct{}

func (ListUsersResponsePathSelectorUsersMetadataTags) FieldPath

func (ListUsersResponsePathSelectorUsersMetadataTags) WithArrayOfValues

func (ListUsersResponsePathSelectorUsersMetadataTags) WithItemValue

func (ListUsersResponsePathSelectorUsersMetadataTags) WithValue

type ListUsersResponsePathSelectorUsersMetadataUpdateTime

type ListUsersResponsePathSelectorUsersMetadataUpdateTime struct{}

func (ListUsersResponsePathSelectorUsersMetadataUpdateTime) FieldPath

func (ListUsersResponsePathSelectorUsersMetadataUpdateTime) WithArrayOfValues

func (ListUsersResponsePathSelectorUsersMetadataUpdateTime) WithValue

type ListUsersResponsePathSelectorUsersMetadataUuid

type ListUsersResponsePathSelectorUsersMetadataUuid struct{}

func (ListUsersResponsePathSelectorUsersMetadataUuid) FieldPath

func (ListUsersResponsePathSelectorUsersMetadataUuid) WithArrayOfValues

func (ListUsersResponsePathSelectorUsersMetadataUuid) WithValue

type ListUsersResponsePathSelectorUsersName

type ListUsersResponsePathSelectorUsersName struct{}

func (ListUsersResponsePathSelectorUsersName) FieldPath

func (ListUsersResponsePathSelectorUsersName) WithArrayOfValues

func (ListUsersResponsePathSelectorUsersName) WithValue

type ListUsersResponsePathSelectorUsersRefreshedTime

type ListUsersResponsePathSelectorUsersRefreshedTime struct{}

func (ListUsersResponsePathSelectorUsersRefreshedTime) FieldPath

func (ListUsersResponsePathSelectorUsersRefreshedTime) WithArrayOfValues

func (ListUsersResponsePathSelectorUsersRefreshedTime) WithValue

type ListUsersResponsePathSelectorUsersSettings

type ListUsersResponsePathSelectorUsersSettings struct{}

func (ListUsersResponsePathSelectorUsersSettings) FieldPath

func (ListUsersResponsePathSelectorUsersSettings) WithArrayOfValues

func (ListUsersResponsePathSelectorUsersSettings) WithKey

func (ListUsersResponsePathSelectorUsersSettings) WithValue

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 (*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 (*ListUsersResponse_FieldMask) ProjectRaw

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 (*ListUsersResponse_FieldMask) SubtractRaw

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 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
	ListUsersResponse_FieldPathSelectorCurrentOffset     ListUsersResponse_FieldPathSelector = 3
	ListUsersResponse_FieldPathSelectorTotalResultsCount ListUsersResponse_FieldPathSelector = 4
)

func (ListUsersResponse_FieldPathSelector) 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 (*ListUsersResponse_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

func (fps *ListUsersResponse_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

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 (*ListUsersResponse_FieldSubPathArrayItemValue) ContainsValue

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 (*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 (*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 (*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 (*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

IsLeaf - whether field path is holds simple value

func (*ListUsersResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*ListUsersResponse_FieldTerminalPath) Selector

func (*ListUsersResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (fp *ListUsersResponse_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*ListUsersResponse_FieldTerminalPath) 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 (*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

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) AsCurrentOffsetArrayOfValues added in v0.10.1

func (fpaov *ListUsersResponse_FieldTerminalPathArrayOfValues) AsCurrentOffsetArrayOfValues() ([]int32, bool)

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) AsTotalResultsCountArrayOfValues added in v0.10.1

func (fpaov *ListUsersResponse_FieldTerminalPathArrayOfValues) AsTotalResultsCountArrayOfValues() ([]int32, 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) AsCurrentOffsetValue added in v0.10.1

func (fpv *ListUsersResponse_FieldTerminalPathValue) AsCurrentOffsetValue() (int32, bool)

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) AsTotalResultsCountValue added in v0.10.1

func (fpv *ListUsersResponse_FieldTerminalPathValue) AsTotalResultsCountValue() (int32, bool)

func (*ListUsersResponse_FieldTerminalPathValue) AsUsersValue

func (fpv *ListUsersResponse_FieldTerminalPathValue) AsUsersValue() ([]*user.User, bool)

func (*ListUsersResponse_FieldTerminalPathValue) CompareWith

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

SetTo stores value for selected field for object ListUsersResponse

func (*ListUsersResponse_FieldTerminalPathValue) SetToRaw

type RefreshUserFromIdTokenDescriptor added in v0.4.28

type RefreshUserFromIdTokenDescriptor struct{}

func GetRefreshUserFromIdTokenDescriptor added in v0.4.28

func GetRefreshUserFromIdTokenDescriptor() *RefreshUserFromIdTokenDescriptor

func (*RefreshUserFromIdTokenDescriptor) GetApiDescriptor added in v0.4.28

func (*RefreshUserFromIdTokenDescriptor) GetApiName added in v0.4.28

func (d *RefreshUserFromIdTokenDescriptor) GetApiName() string

func (*RefreshUserFromIdTokenDescriptor) GetClientMsgReflectHandle added in v0.4.28

func (d *RefreshUserFromIdTokenDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*RefreshUserFromIdTokenDescriptor) GetFullMethodName added in v0.4.28

func (d *RefreshUserFromIdTokenDescriptor) GetFullMethodName() string

func (*RefreshUserFromIdTokenDescriptor) GetMethodName added in v0.4.28

func (d *RefreshUserFromIdTokenDescriptor) GetMethodName() string

func (*RefreshUserFromIdTokenDescriptor) GetProtoPkgName added in v0.4.28

func (d *RefreshUserFromIdTokenDescriptor) GetProtoPkgName() string

func (*RefreshUserFromIdTokenDescriptor) GetResourceDescriptor added in v0.4.30

func (d *RefreshUserFromIdTokenDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*RefreshUserFromIdTokenDescriptor) GetServerMsgReflectHandle added in v0.4.28

func (d *RefreshUserFromIdTokenDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*RefreshUserFromIdTokenDescriptor) GetServiceDomain added in v0.4.28

func (d *RefreshUserFromIdTokenDescriptor) GetServiceDomain() string

func (*RefreshUserFromIdTokenDescriptor) GetServiceVersion added in v0.4.28

func (d *RefreshUserFromIdTokenDescriptor) GetServiceVersion() string

func (*RefreshUserFromIdTokenDescriptor) GetVerb added in v0.4.28

func (*RefreshUserFromIdTokenDescriptor) HasResource added in v0.4.30

func (d *RefreshUserFromIdTokenDescriptor) HasResource() bool

func (*RefreshUserFromIdTokenDescriptor) IsClientStream added in v0.4.28

func (d *RefreshUserFromIdTokenDescriptor) IsClientStream() bool

func (*RefreshUserFromIdTokenDescriptor) IsCollection added in v0.4.30

func (d *RefreshUserFromIdTokenDescriptor) IsCollection() bool

func (*RefreshUserFromIdTokenDescriptor) IsPlural added in v0.4.30

func (d *RefreshUserFromIdTokenDescriptor) IsPlural() bool

func (*RefreshUserFromIdTokenDescriptor) IsServerStream added in v0.4.28

func (d *RefreshUserFromIdTokenDescriptor) IsServerStream() bool

func (*RefreshUserFromIdTokenDescriptor) IsUnary added in v0.4.28

func (*RefreshUserFromIdTokenDescriptor) NewEmptyClientMsg added in v0.4.28

func (d *RefreshUserFromIdTokenDescriptor) NewEmptyClientMsg() proto.Message

func (*RefreshUserFromIdTokenDescriptor) NewEmptyServerMsg added in v0.4.28

func (d *RefreshUserFromIdTokenDescriptor) NewEmptyServerMsg() proto.Message

func (*RefreshUserFromIdTokenDescriptor) RequestHasResourceBody added in v0.4.28

func (d *RefreshUserFromIdTokenDescriptor) RequestHasResourceBody() bool

type RefreshUserFromIdTokenDescriptorClientMsgHandle added in v0.4.28

type RefreshUserFromIdTokenDescriptorClientMsgHandle struct{}

func (*RefreshUserFromIdTokenDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*RefreshUserFromIdTokenDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*RefreshUserFromIdTokenDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type RefreshUserFromIdTokenDescriptorServerMsgHandle added in v0.4.28

type RefreshUserFromIdTokenDescriptorServerMsgHandle struct{}

func (*RefreshUserFromIdTokenDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*RefreshUserFromIdTokenDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*RefreshUserFromIdTokenDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

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 (*RefreshUserFromIdTokenRequest) CloneRaw

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 (*RefreshUserFromIdTokenRequest) MakeFullFieldMask

func (*RefreshUserFromIdTokenRequest) MakeRawDiffFieldMask

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 (*RefreshUserFromIdTokenRequest) MergeRaw

func (*RefreshUserFromIdTokenRequest) ProtoMessage

func (*RefreshUserFromIdTokenRequest) ProtoMessage()

func (*RefreshUserFromIdTokenRequest) ProtoReflect

func (*RefreshUserFromIdTokenRequest) Reset

func (m *RefreshUserFromIdTokenRequest) Reset()

func (*RefreshUserFromIdTokenRequest) SetIdToken

func (m *RefreshUserFromIdTokenRequest) SetIdToken(fv string)

func (*RefreshUserFromIdTokenRequest) 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

func (RefreshUserFromIdTokenRequestFieldPathBuilder) IdToken

type RefreshUserFromIdTokenRequestPathSelectorIdToken

type RefreshUserFromIdTokenRequestPathSelectorIdToken struct{}

func (RefreshUserFromIdTokenRequestPathSelectorIdToken) FieldPath

func (RefreshUserFromIdTokenRequestPathSelectorIdToken) WithArrayOfValues

func (RefreshUserFromIdTokenRequestPathSelectorIdToken) WithValue

type RefreshUserFromIdTokenRequest_FieldMask

type RefreshUserFromIdTokenRequest_FieldMask struct {
	Paths []RefreshUserFromIdTokenRequest_FieldPath
}

func FullRefreshUserFromIdTokenRequest_FieldMask

func FullRefreshUserFromIdTokenRequest_FieldMask() *RefreshUserFromIdTokenRequest_FieldMask

func (*RefreshUserFromIdTokenRequest_FieldMask) AppendPath

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

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 (*RefreshUserFromIdTokenRequest_FieldMask) GetRawPaths

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 (*RefreshUserFromIdTokenRequest_FieldMask) ProjectRaw

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 (*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 (*RefreshUserFromIdTokenRequest_FieldMask) SubtractRaw

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 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

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 (*RefreshUserFromIdTokenRequest_FieldTerminalPath) ClearValueRaw

func (*RefreshUserFromIdTokenRequest_FieldTerminalPath) Get

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

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

IsLeaf - whether field path is holds simple value

func (*RefreshUserFromIdTokenRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*RefreshUserFromIdTokenRequest_FieldTerminalPath) Selector

func (*RefreshUserFromIdTokenRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*RefreshUserFromIdTokenRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*RefreshUserFromIdTokenRequest_FieldTerminalPath) WithIArrayItemValue

func (*RefreshUserFromIdTokenRequest_FieldTerminalPath) WithIArrayOfValues

func (*RefreshUserFromIdTokenRequest_FieldTerminalPath) WithIValue

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

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 (*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 (*RefreshUserFromIdTokenRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'RefreshUserFromIdTokenRequest_FieldTerminalPathValue' with the value under path in 'RefreshUserFromIdTokenRequest'.

func (*RefreshUserFromIdTokenRequest_FieldTerminalPathValue) CompareWithRaw

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

SetTo stores value for selected field for object RefreshUserFromIdTokenRequest

func (*RefreshUserFromIdTokenRequest_FieldTerminalPathValue) SetToRaw

type RefreshUserFromIdTokenResponse

type RefreshUserFromIdTokenResponse struct {
	// contains filtered or unexported fields
}

Response message for method [RefreshUserFromIdToken][ntt.iam.v1alpha.RefreshUserFromIdToken]

func (*RefreshUserFromIdTokenResponse) Clone

func (*RefreshUserFromIdTokenResponse) CloneRaw

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 (*RefreshUserFromIdTokenResponse) MakeFullFieldMask

func (*RefreshUserFromIdTokenResponse) MakeRawDiffFieldMask

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 (*RefreshUserFromIdTokenResponse) MergeRaw

func (*RefreshUserFromIdTokenResponse) ProtoMessage

func (*RefreshUserFromIdTokenResponse) ProtoMessage()

func (*RefreshUserFromIdTokenResponse) ProtoReflect

func (*RefreshUserFromIdTokenResponse) Reset

func (m *RefreshUserFromIdTokenResponse) Reset()

func (*RefreshUserFromIdTokenResponse) 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 (*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

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 (*RefreshUserFromIdTokenResponse_FieldMask) GetRawPaths

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 (*RefreshUserFromIdTokenResponse_FieldMask) ProjectRaw

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 (*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 (*RefreshUserFromIdTokenResponse_FieldMask) String

func (*RefreshUserFromIdTokenResponse_FieldMask) Subtract

func (*RefreshUserFromIdTokenResponse_FieldMask) SubtractRaw

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 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

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 (*RefreshUserFromIdTokenResponse_FieldTerminalPath) ClearValueRaw

func (*RefreshUserFromIdTokenResponse_FieldTerminalPath) Get

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

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

IsLeaf - whether field path is holds simple value

func (*RefreshUserFromIdTokenResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*RefreshUserFromIdTokenResponse_FieldTerminalPath) Selector

func (*RefreshUserFromIdTokenResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*RefreshUserFromIdTokenResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*RefreshUserFromIdTokenResponse_FieldTerminalPath) WithIArrayItemValue

func (*RefreshUserFromIdTokenResponse_FieldTerminalPath) WithIArrayOfValues

func (*RefreshUserFromIdTokenResponse_FieldTerminalPath) WithIValue

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

type RefreshUserFromIdTokenResponse_FieldTerminalPathArrayItemValue

type RefreshUserFromIdTokenResponse_FieldTerminalPathArrayItemValue struct {
	RefreshUserFromIdTokenResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*RefreshUserFromIdTokenResponse_FieldTerminalPathArrayItemValue) ContainsValue

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 (*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

CompareWith compares value in the 'RefreshUserFromIdTokenResponse_FieldTerminalPathValue' with the value under path in 'RefreshUserFromIdTokenResponse'.

func (*RefreshUserFromIdTokenResponse_FieldTerminalPathValue) CompareWithRaw

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

SetTo stores value for selected field for object RefreshUserFromIdTokenResponse

func (*RefreshUserFromIdTokenResponse_FieldTerminalPathValue) SetToRaw

type SetMySettingsDescriptor added in v0.4.28

type SetMySettingsDescriptor struct{}

func GetSetMySettingsDescriptor added in v0.4.28

func GetSetMySettingsDescriptor() *SetMySettingsDescriptor

func (*SetMySettingsDescriptor) GetApiDescriptor added in v0.4.28

func (d *SetMySettingsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor

func (*SetMySettingsDescriptor) GetApiName added in v0.4.28

func (d *SetMySettingsDescriptor) GetApiName() string

func (*SetMySettingsDescriptor) GetClientMsgReflectHandle added in v0.4.28

func (d *SetMySettingsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*SetMySettingsDescriptor) GetFullMethodName added in v0.4.28

func (d *SetMySettingsDescriptor) GetFullMethodName() string

func (*SetMySettingsDescriptor) GetMethodName added in v0.4.28

func (d *SetMySettingsDescriptor) GetMethodName() string

func (*SetMySettingsDescriptor) GetProtoPkgName added in v0.4.28

func (d *SetMySettingsDescriptor) GetProtoPkgName() string

func (*SetMySettingsDescriptor) GetResourceDescriptor added in v0.4.30

func (d *SetMySettingsDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*SetMySettingsDescriptor) GetServerMsgReflectHandle added in v0.4.28

func (d *SetMySettingsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*SetMySettingsDescriptor) GetServiceDomain added in v0.4.28

func (d *SetMySettingsDescriptor) GetServiceDomain() string

func (*SetMySettingsDescriptor) GetServiceVersion added in v0.4.28

func (d *SetMySettingsDescriptor) GetServiceVersion() string

func (*SetMySettingsDescriptor) GetVerb added in v0.4.28

func (d *SetMySettingsDescriptor) GetVerb() string

func (*SetMySettingsDescriptor) HasResource added in v0.4.30

func (d *SetMySettingsDescriptor) HasResource() bool

func (*SetMySettingsDescriptor) IsClientStream added in v0.4.28

func (d *SetMySettingsDescriptor) IsClientStream() bool

func (*SetMySettingsDescriptor) IsCollection added in v0.4.30

func (d *SetMySettingsDescriptor) IsCollection() bool

func (*SetMySettingsDescriptor) IsPlural added in v0.4.30

func (d *SetMySettingsDescriptor) IsPlural() bool

func (*SetMySettingsDescriptor) IsServerStream added in v0.4.28

func (d *SetMySettingsDescriptor) IsServerStream() bool

func (*SetMySettingsDescriptor) IsUnary added in v0.4.28

func (d *SetMySettingsDescriptor) IsUnary() bool

func (*SetMySettingsDescriptor) NewEmptyClientMsg added in v0.4.28

func (d *SetMySettingsDescriptor) NewEmptyClientMsg() proto.Message

func (*SetMySettingsDescriptor) NewEmptyServerMsg added in v0.4.28

func (d *SetMySettingsDescriptor) NewEmptyServerMsg() proto.Message

func (*SetMySettingsDescriptor) RequestHasResourceBody added in v0.4.28

func (d *SetMySettingsDescriptor) RequestHasResourceBody() bool

type SetMySettingsDescriptorClientMsgHandle added in v0.4.28

type SetMySettingsDescriptorClientMsgHandle struct{}

func (*SetMySettingsDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*SetMySettingsDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*SetMySettingsDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type SetMySettingsDescriptorServerMsgHandle added in v0.4.28

type SetMySettingsDescriptorServerMsgHandle struct{}

func (*SetMySettingsDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*SetMySettingsDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*SetMySettingsDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

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 (*SetMySettingsRequest) CloneRaw

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 (*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

type SetMySettingsRequestMapPathSelectorSettings

type SetMySettingsRequestMapPathSelectorSettings struct {
	// contains filtered or unexported fields
}

func (SetMySettingsRequestMapPathSelectorSettings) FieldPath

func (SetMySettingsRequestMapPathSelectorSettings) WithArrayOfValues

func (SetMySettingsRequestMapPathSelectorSettings) WithValue

type SetMySettingsRequestPathSelectorSettings

type SetMySettingsRequestPathSelectorSettings struct{}

func (SetMySettingsRequestPathSelectorSettings) FieldPath

func (SetMySettingsRequestPathSelectorSettings) WithArrayOfValues

func (SetMySettingsRequestPathSelectorSettings) WithKey

func (SetMySettingsRequestPathSelectorSettings) WithValue

type SetMySettingsRequest_FieldMask

type SetMySettingsRequest_FieldMask struct {
	Paths []SetMySettingsRequest_FieldPath
}

func FullSetMySettingsRequest_FieldMask

func FullSetMySettingsRequest_FieldMask() *SetMySettingsRequest_FieldMask

func (*SetMySettingsRequest_FieldMask) AppendPath

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 (*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 (*SetMySettingsRequest_FieldMask) ProjectRaw

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 (*SetMySettingsRequest_FieldMask) SubtractRaw

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 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 (*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

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 (*SetMySettingsRequest_FieldPathMap) Selector

func (*SetMySettingsRequest_FieldPathMap) SplitIntoTerminalIPaths added in v0.8.0

func (fpm *SetMySettingsRequest_FieldPathMap) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*SetMySettingsRequest_FieldPathMap) 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 (*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

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

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

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 (*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

IsLeaf - whether field path is holds simple value

func (*SetMySettingsRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*SetMySettingsRequest_FieldTerminalPath) Selector

func (*SetMySettingsRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (fp *SetMySettingsRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*SetMySettingsRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*SetMySettingsRequest_FieldTerminalPath) WithIArrayItemValue

func (*SetMySettingsRequest_FieldTerminalPath) WithIArrayOfValues

func (*SetMySettingsRequest_FieldTerminalPath) WithIValue

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

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

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

SetTo stores value for selected field for object SetMySettingsRequest

func (*SetMySettingsRequest_FieldTerminalPathValue) SetToRaw

type UpdateUserDescriptor added in v0.4.28

type UpdateUserDescriptor struct{}

func GetUpdateUserDescriptor added in v0.4.28

func GetUpdateUserDescriptor() *UpdateUserDescriptor

func (*UpdateUserDescriptor) GetApiDescriptor added in v0.4.28

func (d *UpdateUserDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor

func (*UpdateUserDescriptor) GetApiName added in v0.4.28

func (d *UpdateUserDescriptor) GetApiName() string

func (*UpdateUserDescriptor) GetClientMsgReflectHandle added in v0.4.28

func (d *UpdateUserDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*UpdateUserDescriptor) GetFullMethodName added in v0.4.28

func (d *UpdateUserDescriptor) GetFullMethodName() string

func (*UpdateUserDescriptor) GetMethodName added in v0.4.28

func (d *UpdateUserDescriptor) GetMethodName() string

func (*UpdateUserDescriptor) GetProtoPkgName added in v0.4.28

func (d *UpdateUserDescriptor) GetProtoPkgName() string

func (*UpdateUserDescriptor) GetResourceDescriptor added in v0.4.30

func (d *UpdateUserDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*UpdateUserDescriptor) GetServerMsgReflectHandle added in v0.4.28

func (d *UpdateUserDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*UpdateUserDescriptor) GetServiceDomain added in v0.4.28

func (d *UpdateUserDescriptor) GetServiceDomain() string

func (*UpdateUserDescriptor) GetServiceVersion added in v0.4.28

func (d *UpdateUserDescriptor) GetServiceVersion() string

func (*UpdateUserDescriptor) GetVerb added in v0.4.28

func (d *UpdateUserDescriptor) GetVerb() string

func (*UpdateUserDescriptor) HasResource added in v0.4.30

func (d *UpdateUserDescriptor) HasResource() bool

func (*UpdateUserDescriptor) IsClientStream added in v0.4.28

func (d *UpdateUserDescriptor) IsClientStream() bool

func (*UpdateUserDescriptor) IsCollection added in v0.4.30

func (d *UpdateUserDescriptor) IsCollection() bool

func (*UpdateUserDescriptor) IsPlural added in v0.4.30

func (d *UpdateUserDescriptor) IsPlural() bool

func (*UpdateUserDescriptor) IsServerStream added in v0.4.28

func (d *UpdateUserDescriptor) IsServerStream() bool

func (*UpdateUserDescriptor) IsUnary added in v0.4.28

func (d *UpdateUserDescriptor) IsUnary() bool

func (*UpdateUserDescriptor) NewEmptyClientMsg added in v0.4.28

func (d *UpdateUserDescriptor) NewEmptyClientMsg() proto.Message

func (*UpdateUserDescriptor) NewEmptyServerMsg added in v0.4.28

func (d *UpdateUserDescriptor) NewEmptyServerMsg() proto.Message

func (*UpdateUserDescriptor) RequestHasResourceBody added in v0.4.28

func (d *UpdateUserDescriptor) RequestHasResourceBody() bool

type UpdateUserDescriptorClientMsgHandle added in v0.4.28

type UpdateUserDescriptorClientMsgHandle struct{}

func (*UpdateUserDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (h *UpdateUserDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name

func (*UpdateUserDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*UpdateUserDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type UpdateUserDescriptorServerMsgHandle added in v0.4.28

type UpdateUserDescriptorServerMsgHandle struct{}

func (*UpdateUserDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (h *UpdateUserDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name

func (*UpdateUserDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*UpdateUserDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

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"`
	// If set to true, and the resource is not found,
	// a new resource will be created.  In this situation,
	// 'field_mask' is ignored.
	//
	// https://google.aip.dev/134#create-or-update
	AllowMissing bool `protobuf:"varint,5,opt,name=allow_missing,json=allowMissing,proto3" json:"allow_missing,omitempty" firestore:"allowMissing"`
	// contains filtered or unexported fields
}

Request message for method [UpdateUser][ntt.iam.v1alpha.UpdateUser]

func (*UpdateUserRequest) Clone

func (*UpdateUserRequest) CloneRaw

func (*UpdateUserRequest) Descriptor

func (*UpdateUserRequest) Descriptor() ([]byte, []int)

Deprecated, Use UpdateUserRequest.ProtoReflect.Descriptor instead.

func (*UpdateUserRequest) GetAllowMissing added in v0.12.33

func (m *UpdateUserRequest) GetAllowMissing() bool

func (*UpdateUserRequest) GetCas

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) SetAllowMissing added in v0.12.33

func (m *UpdateUserRequest) SetAllowMissing(fv bool)

func (*UpdateUserRequest) SetCas

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) FieldMask

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 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

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 (*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

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 (*UpdateUserRequestCAS_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

func (fps *UpdateUserRequestCAS_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*UpdateUserRequestCAS_FieldSubPath) 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 (*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

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 (*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 (*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 (*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

IsLeaf - whether field path is holds simple value

func (*UpdateUserRequestCAS_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdateUserRequestCAS_FieldTerminalPath) Selector

func (*UpdateUserRequestCAS_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (fp *UpdateUserRequestCAS_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*UpdateUserRequestCAS_FieldTerminalPath) String

String returns path representation in proto convention

func (*UpdateUserRequestCAS_FieldTerminalPath) WithIArrayItemValue

func (*UpdateUserRequestCAS_FieldTerminalPath) WithIArrayOfValues

func (*UpdateUserRequestCAS_FieldTerminalPath) WithIValue

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

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 (*UpdateUserRequestCAS_FieldTerminalPathValue) CompareWith

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

SetTo stores value for selected field for object CAS

func (*UpdateUserRequestCAS_FieldTerminalPathValue) SetToRaw

type UpdateUserRequestFieldPathBuilder

type UpdateUserRequestFieldPathBuilder struct{}

func NewUpdateUserRequestFieldPathBuilder

func NewUpdateUserRequestFieldPathBuilder() UpdateUserRequestFieldPathBuilder

func (UpdateUserRequestFieldPathBuilder) AllowMissing added in v0.12.33

func (UpdateUserRequestFieldPathBuilder) Cas

func (UpdateUserRequestFieldPathBuilder) UpdateMask

func (UpdateUserRequestFieldPathBuilder) User

type UpdateUserRequestMapPathSelectorCasConditionalStateMetadataAnnotations

type UpdateUserRequestMapPathSelectorCasConditionalStateMetadataAnnotations struct {
	// contains filtered or unexported fields
}

func (UpdateUserRequestMapPathSelectorCasConditionalStateMetadataAnnotations) FieldPath

func (UpdateUserRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateUserRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithValue

type UpdateUserRequestMapPathSelectorCasConditionalStateMetadataLabels

type UpdateUserRequestMapPathSelectorCasConditionalStateMetadataLabels struct {
	// contains filtered or unexported fields
}

func (UpdateUserRequestMapPathSelectorCasConditionalStateMetadataLabels) FieldPath

func (UpdateUserRequestMapPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateUserRequestMapPathSelectorCasConditionalStateMetadataLabels) WithValue

type UpdateUserRequestMapPathSelectorCasConditionalStateMetadataShards

type UpdateUserRequestMapPathSelectorCasConditionalStateMetadataShards struct {
	// contains filtered or unexported fields
}

func (UpdateUserRequestMapPathSelectorCasConditionalStateMetadataShards) FieldPath

func (UpdateUserRequestMapPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues

func (UpdateUserRequestMapPathSelectorCasConditionalStateMetadataShards) WithValue

type UpdateUserRequestMapPathSelectorCasConditionalStateSettings

type UpdateUserRequestMapPathSelectorCasConditionalStateSettings struct {
	// contains filtered or unexported fields
}

func (UpdateUserRequestMapPathSelectorCasConditionalStateSettings) FieldPath

func (UpdateUserRequestMapPathSelectorCasConditionalStateSettings) WithArrayOfValues

func (UpdateUserRequestMapPathSelectorCasConditionalStateSettings) WithValue

type UpdateUserRequestMapPathSelectorUserMetadataAnnotations

type UpdateUserRequestMapPathSelectorUserMetadataAnnotations struct {
	// contains filtered or unexported fields
}

func (UpdateUserRequestMapPathSelectorUserMetadataAnnotations) FieldPath

func (UpdateUserRequestMapPathSelectorUserMetadataAnnotations) WithArrayOfValues

func (UpdateUserRequestMapPathSelectorUserMetadataAnnotations) WithValue

type UpdateUserRequestMapPathSelectorUserMetadataLabels

type UpdateUserRequestMapPathSelectorUserMetadataLabels struct {
	// contains filtered or unexported fields
}

func (UpdateUserRequestMapPathSelectorUserMetadataLabels) FieldPath

func (UpdateUserRequestMapPathSelectorUserMetadataLabels) WithArrayOfValues

func (UpdateUserRequestMapPathSelectorUserMetadataLabels) WithValue

type UpdateUserRequestMapPathSelectorUserMetadataShards

type UpdateUserRequestMapPathSelectorUserMetadataShards struct {
	// contains filtered or unexported fields
}

func (UpdateUserRequestMapPathSelectorUserMetadataShards) FieldPath

func (UpdateUserRequestMapPathSelectorUserMetadataShards) WithArrayOfValues

func (UpdateUserRequestMapPathSelectorUserMetadataShards) WithValue

type UpdateUserRequestMapPathSelectorUserSettings

type UpdateUserRequestMapPathSelectorUserSettings struct {
	// contains filtered or unexported fields
}

func (UpdateUserRequestMapPathSelectorUserSettings) FieldPath

func (UpdateUserRequestMapPathSelectorUserSettings) WithArrayOfValues

func (UpdateUserRequestMapPathSelectorUserSettings) WithValue

type UpdateUserRequestPathSelectorAllowMissing added in v0.12.33

type UpdateUserRequestPathSelectorAllowMissing struct{}

func (UpdateUserRequestPathSelectorAllowMissing) FieldPath added in v0.12.33

func (UpdateUserRequestPathSelectorAllowMissing) WithArrayOfValues added in v0.12.33

func (UpdateUserRequestPathSelectorAllowMissing) WithValue added in v0.12.33

type UpdateUserRequestPathSelectorCas

type UpdateUserRequestPathSelectorCas struct{}

func (UpdateUserRequestPathSelectorCas) ConditionalState

func (UpdateUserRequestPathSelectorCas) FieldMask

func (UpdateUserRequestPathSelectorCas) FieldPath

func (UpdateUserRequestPathSelectorCas) WithArrayOfValues

func (UpdateUserRequestPathSelectorCas) WithSubArrayItemValue

func (UpdateUserRequestPathSelectorCas) WithSubArrayOfValues

func (UpdateUserRequestPathSelectorCas) WithSubPath

func (UpdateUserRequestPathSelectorCas) WithSubValue

func (UpdateUserRequestPathSelectorCas) WithValue

type UpdateUserRequestPathSelectorCasConditionalState

type UpdateUserRequestPathSelectorCasConditionalState struct{}

func (UpdateUserRequestPathSelectorCasConditionalState) AuthInfo

func (UpdateUserRequestPathSelectorCasConditionalState) Email

func (UpdateUserRequestPathSelectorCasConditionalState) EmailVerified

func (UpdateUserRequestPathSelectorCasConditionalState) FieldPath

func (UpdateUserRequestPathSelectorCasConditionalState) FullName

func (UpdateUserRequestPathSelectorCasConditionalState) Metadata

func (UpdateUserRequestPathSelectorCasConditionalState) Name

func (UpdateUserRequestPathSelectorCasConditionalState) RefreshedTime

func (UpdateUserRequestPathSelectorCasConditionalState) Settings

func (UpdateUserRequestPathSelectorCasConditionalState) WithArrayOfValues

func (UpdateUserRequestPathSelectorCasConditionalState) WithValue

type UpdateUserRequestPathSelectorCasConditionalStateAuthInfo

type UpdateUserRequestPathSelectorCasConditionalStateAuthInfo struct{}

func (UpdateUserRequestPathSelectorCasConditionalStateAuthInfo) FieldPath

func (UpdateUserRequestPathSelectorCasConditionalStateAuthInfo) Id

func (UpdateUserRequestPathSelectorCasConditionalStateAuthInfo) Provider

func (UpdateUserRequestPathSelectorCasConditionalStateAuthInfo) WithArrayOfValues

func (UpdateUserRequestPathSelectorCasConditionalStateAuthInfo) WithValue

type UpdateUserRequestPathSelectorCasConditionalStateAuthInfoId

type UpdateUserRequestPathSelectorCasConditionalStateAuthInfoId struct{}

func (UpdateUserRequestPathSelectorCasConditionalStateAuthInfoId) FieldPath

func (UpdateUserRequestPathSelectorCasConditionalStateAuthInfoId) WithArrayOfValues

func (UpdateUserRequestPathSelectorCasConditionalStateAuthInfoId) WithValue

type UpdateUserRequestPathSelectorCasConditionalStateAuthInfoProvider

type UpdateUserRequestPathSelectorCasConditionalStateAuthInfoProvider struct{}

func (UpdateUserRequestPathSelectorCasConditionalStateAuthInfoProvider) FieldPath

func (UpdateUserRequestPathSelectorCasConditionalStateAuthInfoProvider) WithArrayOfValues

func (UpdateUserRequestPathSelectorCasConditionalStateAuthInfoProvider) WithValue

type UpdateUserRequestPathSelectorCasConditionalStateEmail

type UpdateUserRequestPathSelectorCasConditionalStateEmail struct{}

func (UpdateUserRequestPathSelectorCasConditionalStateEmail) FieldPath

func (UpdateUserRequestPathSelectorCasConditionalStateEmail) WithArrayOfValues

func (UpdateUserRequestPathSelectorCasConditionalStateEmail) WithValue

type UpdateUserRequestPathSelectorCasConditionalStateEmailVerified

type UpdateUserRequestPathSelectorCasConditionalStateEmailVerified struct{}

func (UpdateUserRequestPathSelectorCasConditionalStateEmailVerified) FieldPath

func (UpdateUserRequestPathSelectorCasConditionalStateEmailVerified) WithArrayOfValues

func (UpdateUserRequestPathSelectorCasConditionalStateEmailVerified) WithValue

type UpdateUserRequestPathSelectorCasConditionalStateFullName

type UpdateUserRequestPathSelectorCasConditionalStateFullName struct{}

func (UpdateUserRequestPathSelectorCasConditionalStateFullName) FieldPath

func (UpdateUserRequestPathSelectorCasConditionalStateFullName) WithArrayOfValues

func (UpdateUserRequestPathSelectorCasConditionalStateFullName) WithValue

type UpdateUserRequestPathSelectorCasConditionalStateMetadata

type UpdateUserRequestPathSelectorCasConditionalStateMetadata struct{}

func (UpdateUserRequestPathSelectorCasConditionalStateMetadata) DeleteTime added in v0.8.0

func (UpdateUserRequestPathSelectorCasConditionalStateMetadata) FieldPath

func (UpdateUserRequestPathSelectorCasConditionalStateMetadata) Labels

func (UpdateUserRequestPathSelectorCasConditionalStateMetadata) Lifecycle added in v0.8.0

func (UpdateUserRequestPathSelectorCasConditionalStateMetadata) Shards

func (UpdateUserRequestPathSelectorCasConditionalStateMetadata) Syncing

func (UpdateUserRequestPathSelectorCasConditionalStateMetadata) Tags

func (UpdateUserRequestPathSelectorCasConditionalStateMetadata) Uuid

func (UpdateUserRequestPathSelectorCasConditionalStateMetadata) WithArrayOfValues

func (UpdateUserRequestPathSelectorCasConditionalStateMetadata) WithValue

type UpdateUserRequestPathSelectorCasConditionalStateMetadataAnnotations

type UpdateUserRequestPathSelectorCasConditionalStateMetadataAnnotations struct{}

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataAnnotations) FieldPath

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataAnnotations) WithValue

type UpdateUserRequestPathSelectorCasConditionalStateMetadataCreateTime

type UpdateUserRequestPathSelectorCasConditionalStateMetadataCreateTime struct{}

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataCreateTime) FieldPath

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataCreateTime) WithArrayOfValues

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataCreateTime) WithValue

type UpdateUserRequestPathSelectorCasConditionalStateMetadataDeleteTime added in v0.8.0

type UpdateUserRequestPathSelectorCasConditionalStateMetadataDeleteTime struct{}

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataDeleteTime) FieldPath added in v0.8.0

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataDeleteTime) WithArrayOfValues added in v0.8.0

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataDeleteTime) WithValue added in v0.8.0

type UpdateUserRequestPathSelectorCasConditionalStateMetadataGeneration

type UpdateUserRequestPathSelectorCasConditionalStateMetadataGeneration struct{}

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataGeneration) FieldPath

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataGeneration) WithArrayOfValues

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataGeneration) WithValue

type UpdateUserRequestPathSelectorCasConditionalStateMetadataLabels

type UpdateUserRequestPathSelectorCasConditionalStateMetadataLabels struct{}

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataLabels) FieldPath

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataLabels) WithKey

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataLabels) WithValue

type UpdateUserRequestPathSelectorCasConditionalStateMetadataLifecycle added in v0.8.0

type UpdateUserRequestPathSelectorCasConditionalStateMetadataLifecycle struct{}

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataLifecycle) BlockDeletion added in v0.8.0

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataLifecycle) FieldPath added in v0.8.0

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataLifecycle) State added in v0.8.0

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataLifecycle) WithArrayOfValues added in v0.8.0

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataLifecycle) WithValue added in v0.8.0

type UpdateUserRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion added in v0.8.0

type UpdateUserRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion struct{}

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion) FieldPath added in v0.8.0

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.8.0

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion) WithValue added in v0.8.0

type UpdateUserRequestPathSelectorCasConditionalStateMetadataLifecycleState added in v0.8.0

type UpdateUserRequestPathSelectorCasConditionalStateMetadataLifecycleState struct{}

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataLifecycleState) FieldPath added in v0.8.0

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataLifecycleState) WithArrayOfValues added in v0.8.0

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataLifecycleState) WithValue added in v0.8.0

type UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferences

type UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferences struct{}

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferences) FieldPath

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferences) Region added in v0.8.0

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferences) RequiresOwnerReference added in v0.8.0

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferences) Version added in v0.8.0

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithArrayOfValues

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithItemValue

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithValue

type UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion

type UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController

type UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController struct{}

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) FieldPath

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) WithArrayOfValues

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) WithValue

type UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind

type UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind struct{}

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) FieldPath

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) WithValue

type UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName

type UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName struct{}

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) FieldPath

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) WithArrayOfValues

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) WithValue

type UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion added in v0.8.0

type UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion struct{}

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion) FieldPath added in v0.8.0

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.8.0

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion) WithValue added in v0.8.0

type UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference added in v0.8.0

type UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference struct{}

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.8.0

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.8.0

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.8.0

type UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion added in v0.8.0

type UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion struct{}

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion) FieldPath added in v0.8.0

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.8.0

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion) WithValue added in v0.8.0

type UpdateUserRequestPathSelectorCasConditionalStateMetadataResourceVersion

type UpdateUserRequestPathSelectorCasConditionalStateMetadataResourceVersion struct{}

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataResourceVersion) FieldPath

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithArrayOfValues

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithValue

type UpdateUserRequestPathSelectorCasConditionalStateMetadataShards

type UpdateUserRequestPathSelectorCasConditionalStateMetadataShards struct{}

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataShards) FieldPath

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataShards) WithKey

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataShards) WithValue

type UpdateUserRequestPathSelectorCasConditionalStateMetadataSyncing

type UpdateUserRequestPathSelectorCasConditionalStateMetadataSyncing struct{}

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataSyncing) FieldPath

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataSyncing) WithArrayOfValues

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataSyncing) WithValue

type UpdateUserRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion

type UpdateUserRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion struct{}

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) FieldPath

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) WithValue

type UpdateUserRequestPathSelectorCasConditionalStateMetadataSyncingRegions

type UpdateUserRequestPathSelectorCasConditionalStateMetadataSyncingRegions struct{}

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataSyncingRegions) FieldPath

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithArrayOfValues

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithItemValue

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithValue

type UpdateUserRequestPathSelectorCasConditionalStateMetadataTags

type UpdateUserRequestPathSelectorCasConditionalStateMetadataTags struct{}

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataTags) FieldPath

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataTags) WithArrayOfValues

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataTags) WithItemValue

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataTags) WithValue

type UpdateUserRequestPathSelectorCasConditionalStateMetadataUpdateTime

type UpdateUserRequestPathSelectorCasConditionalStateMetadataUpdateTime struct{}

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataUpdateTime) FieldPath

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithArrayOfValues

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithValue

type UpdateUserRequestPathSelectorCasConditionalStateMetadataUuid

type UpdateUserRequestPathSelectorCasConditionalStateMetadataUuid struct{}

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataUuid) FieldPath

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataUuid) WithArrayOfValues

func (UpdateUserRequestPathSelectorCasConditionalStateMetadataUuid) WithValue

type UpdateUserRequestPathSelectorCasConditionalStateName

type UpdateUserRequestPathSelectorCasConditionalStateName struct{}

func (UpdateUserRequestPathSelectorCasConditionalStateName) FieldPath

func (UpdateUserRequestPathSelectorCasConditionalStateName) WithArrayOfValues

func (UpdateUserRequestPathSelectorCasConditionalStateName) WithValue

type UpdateUserRequestPathSelectorCasConditionalStateRefreshedTime

type UpdateUserRequestPathSelectorCasConditionalStateRefreshedTime struct{}

func (UpdateUserRequestPathSelectorCasConditionalStateRefreshedTime) FieldPath

func (UpdateUserRequestPathSelectorCasConditionalStateRefreshedTime) WithArrayOfValues

func (UpdateUserRequestPathSelectorCasConditionalStateRefreshedTime) WithValue

type UpdateUserRequestPathSelectorCasConditionalStateSettings

type UpdateUserRequestPathSelectorCasConditionalStateSettings struct{}

func (UpdateUserRequestPathSelectorCasConditionalStateSettings) FieldPath

func (UpdateUserRequestPathSelectorCasConditionalStateSettings) WithArrayOfValues

func (UpdateUserRequestPathSelectorCasConditionalStateSettings) WithKey

func (UpdateUserRequestPathSelectorCasConditionalStateSettings) WithValue

type UpdateUserRequestPathSelectorCasFieldMask

type UpdateUserRequestPathSelectorCasFieldMask struct{}

func (UpdateUserRequestPathSelectorCasFieldMask) FieldPath

func (UpdateUserRequestPathSelectorCasFieldMask) WithArrayOfValues

func (UpdateUserRequestPathSelectorCasFieldMask) WithValue

type UpdateUserRequestPathSelectorUpdateMask

type UpdateUserRequestPathSelectorUpdateMask struct{}

func (UpdateUserRequestPathSelectorUpdateMask) FieldPath

func (UpdateUserRequestPathSelectorUpdateMask) WithArrayOfValues

func (UpdateUserRequestPathSelectorUpdateMask) WithValue

type UpdateUserRequestPathSelectorUser

type UpdateUserRequestPathSelectorUser struct{}

func (UpdateUserRequestPathSelectorUser) AuthInfo

func (UpdateUserRequestPathSelectorUser) Email

func (UpdateUserRequestPathSelectorUser) EmailVerified

func (UpdateUserRequestPathSelectorUser) FieldPath

func (UpdateUserRequestPathSelectorUser) FullName

func (UpdateUserRequestPathSelectorUser) Metadata

func (UpdateUserRequestPathSelectorUser) Name

func (UpdateUserRequestPathSelectorUser) RefreshedTime

func (UpdateUserRequestPathSelectorUser) Settings

func (UpdateUserRequestPathSelectorUser) WithArrayOfValues

func (UpdateUserRequestPathSelectorUser) WithSubArrayItemValue

func (UpdateUserRequestPathSelectorUser) WithSubArrayOfValues

func (UpdateUserRequestPathSelectorUser) WithSubPath

func (UpdateUserRequestPathSelectorUser) WithSubValue

func (UpdateUserRequestPathSelectorUser) WithValue

type UpdateUserRequestPathSelectorUserAuthInfo

type UpdateUserRequestPathSelectorUserAuthInfo struct{}

func (UpdateUserRequestPathSelectorUserAuthInfo) FieldPath

func (UpdateUserRequestPathSelectorUserAuthInfo) Id

func (UpdateUserRequestPathSelectorUserAuthInfo) Provider

func (UpdateUserRequestPathSelectorUserAuthInfo) WithArrayOfValues

func (UpdateUserRequestPathSelectorUserAuthInfo) WithValue

type UpdateUserRequestPathSelectorUserAuthInfoId

type UpdateUserRequestPathSelectorUserAuthInfoId struct{}

func (UpdateUserRequestPathSelectorUserAuthInfoId) FieldPath

func (UpdateUserRequestPathSelectorUserAuthInfoId) WithArrayOfValues

func (UpdateUserRequestPathSelectorUserAuthInfoId) WithValue

type UpdateUserRequestPathSelectorUserAuthInfoProvider

type UpdateUserRequestPathSelectorUserAuthInfoProvider struct{}

func (UpdateUserRequestPathSelectorUserAuthInfoProvider) FieldPath

func (UpdateUserRequestPathSelectorUserAuthInfoProvider) WithArrayOfValues

func (UpdateUserRequestPathSelectorUserAuthInfoProvider) WithValue

type UpdateUserRequestPathSelectorUserEmail

type UpdateUserRequestPathSelectorUserEmail struct{}

func (UpdateUserRequestPathSelectorUserEmail) FieldPath

func (UpdateUserRequestPathSelectorUserEmail) WithArrayOfValues

func (UpdateUserRequestPathSelectorUserEmail) WithValue

type UpdateUserRequestPathSelectorUserEmailVerified

type UpdateUserRequestPathSelectorUserEmailVerified struct{}

func (UpdateUserRequestPathSelectorUserEmailVerified) FieldPath

func (UpdateUserRequestPathSelectorUserEmailVerified) WithArrayOfValues

func (UpdateUserRequestPathSelectorUserEmailVerified) WithValue

type UpdateUserRequestPathSelectorUserFullName

type UpdateUserRequestPathSelectorUserFullName struct{}

func (UpdateUserRequestPathSelectorUserFullName) FieldPath

func (UpdateUserRequestPathSelectorUserFullName) WithArrayOfValues

func (UpdateUserRequestPathSelectorUserFullName) WithValue

type UpdateUserRequestPathSelectorUserMetadata

type UpdateUserRequestPathSelectorUserMetadata struct{}

func (UpdateUserRequestPathSelectorUserMetadata) Annotations

func (UpdateUserRequestPathSelectorUserMetadata) CreateTime

func (UpdateUserRequestPathSelectorUserMetadata) DeleteTime added in v0.8.0

func (UpdateUserRequestPathSelectorUserMetadata) FieldPath

func (UpdateUserRequestPathSelectorUserMetadata) Generation

func (UpdateUserRequestPathSelectorUserMetadata) Labels

func (UpdateUserRequestPathSelectorUserMetadata) Lifecycle added in v0.8.0

func (UpdateUserRequestPathSelectorUserMetadata) OwnerReferences

func (UpdateUserRequestPathSelectorUserMetadata) ResourceVersion

func (UpdateUserRequestPathSelectorUserMetadata) Shards

func (UpdateUserRequestPathSelectorUserMetadata) Syncing

func (UpdateUserRequestPathSelectorUserMetadata) Tags

func (UpdateUserRequestPathSelectorUserMetadata) UpdateTime

func (UpdateUserRequestPathSelectorUserMetadata) Uuid

func (UpdateUserRequestPathSelectorUserMetadata) WithArrayOfValues

func (UpdateUserRequestPathSelectorUserMetadata) WithValue

type UpdateUserRequestPathSelectorUserMetadataAnnotations

type UpdateUserRequestPathSelectorUserMetadataAnnotations struct{}

func (UpdateUserRequestPathSelectorUserMetadataAnnotations) FieldPath

func (UpdateUserRequestPathSelectorUserMetadataAnnotations) WithArrayOfValues

func (UpdateUserRequestPathSelectorUserMetadataAnnotations) WithKey

func (UpdateUserRequestPathSelectorUserMetadataAnnotations) WithValue

type UpdateUserRequestPathSelectorUserMetadataCreateTime

type UpdateUserRequestPathSelectorUserMetadataCreateTime struct{}

func (UpdateUserRequestPathSelectorUserMetadataCreateTime) FieldPath

func (UpdateUserRequestPathSelectorUserMetadataCreateTime) WithArrayOfValues

func (UpdateUserRequestPathSelectorUserMetadataCreateTime) WithValue

type UpdateUserRequestPathSelectorUserMetadataDeleteTime added in v0.8.0

type UpdateUserRequestPathSelectorUserMetadataDeleteTime struct{}

func (UpdateUserRequestPathSelectorUserMetadataDeleteTime) FieldPath added in v0.8.0

func (UpdateUserRequestPathSelectorUserMetadataDeleteTime) WithArrayOfValues added in v0.8.0

func (UpdateUserRequestPathSelectorUserMetadataDeleteTime) WithValue added in v0.8.0

type UpdateUserRequestPathSelectorUserMetadataGeneration

type UpdateUserRequestPathSelectorUserMetadataGeneration struct{}

func (UpdateUserRequestPathSelectorUserMetadataGeneration) FieldPath

func (UpdateUserRequestPathSelectorUserMetadataGeneration) WithArrayOfValues

func (UpdateUserRequestPathSelectorUserMetadataGeneration) WithValue

type UpdateUserRequestPathSelectorUserMetadataLabels

type UpdateUserRequestPathSelectorUserMetadataLabels struct{}

func (UpdateUserRequestPathSelectorUserMetadataLabels) FieldPath

func (UpdateUserRequestPathSelectorUserMetadataLabels) WithArrayOfValues

func (UpdateUserRequestPathSelectorUserMetadataLabels) WithKey

func (UpdateUserRequestPathSelectorUserMetadataLabels) WithValue

type UpdateUserRequestPathSelectorUserMetadataLifecycle added in v0.8.0

type UpdateUserRequestPathSelectorUserMetadataLifecycle struct{}

func (UpdateUserRequestPathSelectorUserMetadataLifecycle) BlockDeletion added in v0.8.0

func (UpdateUserRequestPathSelectorUserMetadataLifecycle) FieldPath added in v0.8.0

func (UpdateUserRequestPathSelectorUserMetadataLifecycle) State added in v0.8.0

func (UpdateUserRequestPathSelectorUserMetadataLifecycle) WithArrayOfValues added in v0.8.0

func (UpdateUserRequestPathSelectorUserMetadataLifecycle) WithValue added in v0.8.0

type UpdateUserRequestPathSelectorUserMetadataLifecycleBlockDeletion added in v0.8.0

type UpdateUserRequestPathSelectorUserMetadataLifecycleBlockDeletion struct{}

func (UpdateUserRequestPathSelectorUserMetadataLifecycleBlockDeletion) FieldPath added in v0.8.0

func (UpdateUserRequestPathSelectorUserMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.8.0

func (UpdateUserRequestPathSelectorUserMetadataLifecycleBlockDeletion) WithValue added in v0.8.0

type UpdateUserRequestPathSelectorUserMetadataLifecycleState added in v0.8.0

type UpdateUserRequestPathSelectorUserMetadataLifecycleState struct{}

func (UpdateUserRequestPathSelectorUserMetadataLifecycleState) FieldPath added in v0.8.0

func (UpdateUserRequestPathSelectorUserMetadataLifecycleState) WithArrayOfValues added in v0.8.0

func (UpdateUserRequestPathSelectorUserMetadataLifecycleState) WithValue added in v0.8.0

type UpdateUserRequestPathSelectorUserMetadataOwnerReferences

type UpdateUserRequestPathSelectorUserMetadataOwnerReferences struct{}

func (UpdateUserRequestPathSelectorUserMetadataOwnerReferences) FieldPath

func (UpdateUserRequestPathSelectorUserMetadataOwnerReferences) Kind

func (UpdateUserRequestPathSelectorUserMetadataOwnerReferences) Name

func (UpdateUserRequestPathSelectorUserMetadataOwnerReferences) Region added in v0.8.0

func (UpdateUserRequestPathSelectorUserMetadataOwnerReferences) RequiresOwnerReference added in v0.8.0

func (UpdateUserRequestPathSelectorUserMetadataOwnerReferences) Version added in v0.8.0

func (UpdateUserRequestPathSelectorUserMetadataOwnerReferences) WithArrayOfValues

func (UpdateUserRequestPathSelectorUserMetadataOwnerReferences) WithItemValue

func (UpdateUserRequestPathSelectorUserMetadataOwnerReferences) WithValue

type UpdateUserRequestPathSelectorUserMetadataOwnerReferencesBlockOwnerDeletion

type UpdateUserRequestPathSelectorUserMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (UpdateUserRequestPathSelectorUserMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (UpdateUserRequestPathSelectorUserMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (UpdateUserRequestPathSelectorUserMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type UpdateUserRequestPathSelectorUserMetadataOwnerReferencesController

type UpdateUserRequestPathSelectorUserMetadataOwnerReferencesController struct{}

func (UpdateUserRequestPathSelectorUserMetadataOwnerReferencesController) FieldPath

func (UpdateUserRequestPathSelectorUserMetadataOwnerReferencesController) WithArrayOfValues

func (UpdateUserRequestPathSelectorUserMetadataOwnerReferencesController) WithValue

type UpdateUserRequestPathSelectorUserMetadataOwnerReferencesKind

type UpdateUserRequestPathSelectorUserMetadataOwnerReferencesKind struct{}

func (UpdateUserRequestPathSelectorUserMetadataOwnerReferencesKind) FieldPath

func (UpdateUserRequestPathSelectorUserMetadataOwnerReferencesKind) WithArrayOfValues

func (UpdateUserRequestPathSelectorUserMetadataOwnerReferencesKind) WithValue

type UpdateUserRequestPathSelectorUserMetadataOwnerReferencesName

type UpdateUserRequestPathSelectorUserMetadataOwnerReferencesName struct{}

func (UpdateUserRequestPathSelectorUserMetadataOwnerReferencesName) FieldPath

func (UpdateUserRequestPathSelectorUserMetadataOwnerReferencesName) WithArrayOfValues

func (UpdateUserRequestPathSelectorUserMetadataOwnerReferencesName) WithValue

type UpdateUserRequestPathSelectorUserMetadataOwnerReferencesRegion added in v0.8.0

type UpdateUserRequestPathSelectorUserMetadataOwnerReferencesRegion struct{}

func (UpdateUserRequestPathSelectorUserMetadataOwnerReferencesRegion) FieldPath added in v0.8.0

func (UpdateUserRequestPathSelectorUserMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.8.0

func (UpdateUserRequestPathSelectorUserMetadataOwnerReferencesRegion) WithValue added in v0.8.0

type UpdateUserRequestPathSelectorUserMetadataOwnerReferencesRequiresOwnerReference added in v0.8.0

type UpdateUserRequestPathSelectorUserMetadataOwnerReferencesRequiresOwnerReference struct{}

func (UpdateUserRequestPathSelectorUserMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.8.0

func (UpdateUserRequestPathSelectorUserMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.8.0

func (UpdateUserRequestPathSelectorUserMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.8.0

type UpdateUserRequestPathSelectorUserMetadataOwnerReferencesVersion added in v0.8.0

type UpdateUserRequestPathSelectorUserMetadataOwnerReferencesVersion struct{}

func (UpdateUserRequestPathSelectorUserMetadataOwnerReferencesVersion) FieldPath added in v0.8.0

func (UpdateUserRequestPathSelectorUserMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.8.0

func (UpdateUserRequestPathSelectorUserMetadataOwnerReferencesVersion) WithValue added in v0.8.0

type UpdateUserRequestPathSelectorUserMetadataResourceVersion

type UpdateUserRequestPathSelectorUserMetadataResourceVersion struct{}

func (UpdateUserRequestPathSelectorUserMetadataResourceVersion) FieldPath

func (UpdateUserRequestPathSelectorUserMetadataResourceVersion) WithArrayOfValues

func (UpdateUserRequestPathSelectorUserMetadataResourceVersion) WithValue

type UpdateUserRequestPathSelectorUserMetadataShards

type UpdateUserRequestPathSelectorUserMetadataShards struct{}

func (UpdateUserRequestPathSelectorUserMetadataShards) FieldPath

func (UpdateUserRequestPathSelectorUserMetadataShards) WithArrayOfValues

func (UpdateUserRequestPathSelectorUserMetadataShards) WithKey

func (UpdateUserRequestPathSelectorUserMetadataShards) WithValue

type UpdateUserRequestPathSelectorUserMetadataSyncing

type UpdateUserRequestPathSelectorUserMetadataSyncing struct{}

func (UpdateUserRequestPathSelectorUserMetadataSyncing) FieldPath

func (UpdateUserRequestPathSelectorUserMetadataSyncing) OwningRegion

func (UpdateUserRequestPathSelectorUserMetadataSyncing) Regions

func (UpdateUserRequestPathSelectorUserMetadataSyncing) WithArrayOfValues

func (UpdateUserRequestPathSelectorUserMetadataSyncing) WithValue

type UpdateUserRequestPathSelectorUserMetadataSyncingOwningRegion

type UpdateUserRequestPathSelectorUserMetadataSyncingOwningRegion struct{}

func (UpdateUserRequestPathSelectorUserMetadataSyncingOwningRegion) FieldPath

func (UpdateUserRequestPathSelectorUserMetadataSyncingOwningRegion) WithArrayOfValues

func (UpdateUserRequestPathSelectorUserMetadataSyncingOwningRegion) WithValue

type UpdateUserRequestPathSelectorUserMetadataSyncingRegions

type UpdateUserRequestPathSelectorUserMetadataSyncingRegions struct{}

func (UpdateUserRequestPathSelectorUserMetadataSyncingRegions) FieldPath

func (UpdateUserRequestPathSelectorUserMetadataSyncingRegions) WithArrayOfValues

func (UpdateUserRequestPathSelectorUserMetadataSyncingRegions) WithItemValue

func (UpdateUserRequestPathSelectorUserMetadataSyncingRegions) WithValue

type UpdateUserRequestPathSelectorUserMetadataTags

type UpdateUserRequestPathSelectorUserMetadataTags struct{}

func (UpdateUserRequestPathSelectorUserMetadataTags) FieldPath

func (UpdateUserRequestPathSelectorUserMetadataTags) WithArrayOfValues

func (UpdateUserRequestPathSelectorUserMetadataTags) WithItemValue

func (UpdateUserRequestPathSelectorUserMetadataTags) WithValue

type UpdateUserRequestPathSelectorUserMetadataUpdateTime

type UpdateUserRequestPathSelectorUserMetadataUpdateTime struct{}

func (UpdateUserRequestPathSelectorUserMetadataUpdateTime) FieldPath

func (UpdateUserRequestPathSelectorUserMetadataUpdateTime) WithArrayOfValues

func (UpdateUserRequestPathSelectorUserMetadataUpdateTime) WithValue

type UpdateUserRequestPathSelectorUserMetadataUuid

type UpdateUserRequestPathSelectorUserMetadataUuid struct{}

func (UpdateUserRequestPathSelectorUserMetadataUuid) FieldPath

func (UpdateUserRequestPathSelectorUserMetadataUuid) WithArrayOfValues

func (UpdateUserRequestPathSelectorUserMetadataUuid) WithValue

type UpdateUserRequestPathSelectorUserName

type UpdateUserRequestPathSelectorUserName struct{}

func (UpdateUserRequestPathSelectorUserName) FieldPath

func (UpdateUserRequestPathSelectorUserName) WithArrayOfValues

func (UpdateUserRequestPathSelectorUserName) WithValue

type UpdateUserRequestPathSelectorUserRefreshedTime

type UpdateUserRequestPathSelectorUserRefreshedTime struct{}

func (UpdateUserRequestPathSelectorUserRefreshedTime) FieldPath

func (UpdateUserRequestPathSelectorUserRefreshedTime) WithArrayOfValues

func (UpdateUserRequestPathSelectorUserRefreshedTime) WithValue

type UpdateUserRequestPathSelectorUserSettings

type UpdateUserRequestPathSelectorUserSettings struct{}

func (UpdateUserRequestPathSelectorUserSettings) FieldPath

func (UpdateUserRequestPathSelectorUserSettings) WithArrayOfValues

func (UpdateUserRequestPathSelectorUserSettings) WithKey

func (UpdateUserRequestPathSelectorUserSettings) WithValue

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 (*UpdateUserRequest_CAS) CloneRaw

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 (*UpdateUserRequest_CAS) MakeFullFieldMask

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) FieldPath

func (UpdateUserRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateUserRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) WithValue

type UpdateUserRequest_CASMapPathSelectorConditionalStateMetadataLabels

type UpdateUserRequest_CASMapPathSelectorConditionalStateMetadataLabels struct {
	// contains filtered or unexported fields
}

func (UpdateUserRequest_CASMapPathSelectorConditionalStateMetadataLabels) FieldPath

func (UpdateUserRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateUserRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithValue

type UpdateUserRequest_CASMapPathSelectorConditionalStateMetadataShards

type UpdateUserRequest_CASMapPathSelectorConditionalStateMetadataShards struct {
	// contains filtered or unexported fields
}

func (UpdateUserRequest_CASMapPathSelectorConditionalStateMetadataShards) FieldPath

func (UpdateUserRequest_CASMapPathSelectorConditionalStateMetadataShards) WithArrayOfValues

func (UpdateUserRequest_CASMapPathSelectorConditionalStateMetadataShards) WithValue

type UpdateUserRequest_CASMapPathSelectorConditionalStateSettings

type UpdateUserRequest_CASMapPathSelectorConditionalStateSettings struct {
	// contains filtered or unexported fields
}

func (UpdateUserRequest_CASMapPathSelectorConditionalStateSettings) FieldPath

func (UpdateUserRequest_CASMapPathSelectorConditionalStateSettings) WithArrayOfValues

func (UpdateUserRequest_CASMapPathSelectorConditionalStateSettings) WithValue

type UpdateUserRequest_CASPathSelectorConditionalState

type UpdateUserRequest_CASPathSelectorConditionalState struct{}

func (UpdateUserRequest_CASPathSelectorConditionalState) AuthInfo

func (UpdateUserRequest_CASPathSelectorConditionalState) Email

func (UpdateUserRequest_CASPathSelectorConditionalState) EmailVerified

func (UpdateUserRequest_CASPathSelectorConditionalState) FieldPath

func (UpdateUserRequest_CASPathSelectorConditionalState) FullName

func (UpdateUserRequest_CASPathSelectorConditionalState) Metadata

func (UpdateUserRequest_CASPathSelectorConditionalState) Name

func (UpdateUserRequest_CASPathSelectorConditionalState) RefreshedTime

func (UpdateUserRequest_CASPathSelectorConditionalState) Settings

func (UpdateUserRequest_CASPathSelectorConditionalState) WithArrayOfValues

func (UpdateUserRequest_CASPathSelectorConditionalState) WithSubArrayItemValue

func (UpdateUserRequest_CASPathSelectorConditionalState) WithSubArrayOfValues

func (UpdateUserRequest_CASPathSelectorConditionalState) WithSubPath

func (UpdateUserRequest_CASPathSelectorConditionalState) WithSubValue

func (UpdateUserRequest_CASPathSelectorConditionalState) WithValue

type UpdateUserRequest_CASPathSelectorConditionalStateAuthInfo

type UpdateUserRequest_CASPathSelectorConditionalStateAuthInfo struct{}

func (UpdateUserRequest_CASPathSelectorConditionalStateAuthInfo) FieldPath

func (UpdateUserRequest_CASPathSelectorConditionalStateAuthInfo) Id

func (UpdateUserRequest_CASPathSelectorConditionalStateAuthInfo) Provider

func (UpdateUserRequest_CASPathSelectorConditionalStateAuthInfo) WithArrayOfValues

func (UpdateUserRequest_CASPathSelectorConditionalStateAuthInfo) WithValue

type UpdateUserRequest_CASPathSelectorConditionalStateAuthInfoId

type UpdateUserRequest_CASPathSelectorConditionalStateAuthInfoId struct{}

func (UpdateUserRequest_CASPathSelectorConditionalStateAuthInfoId) FieldPath

func (UpdateUserRequest_CASPathSelectorConditionalStateAuthInfoId) WithArrayOfValues

func (UpdateUserRequest_CASPathSelectorConditionalStateAuthInfoId) WithValue

type UpdateUserRequest_CASPathSelectorConditionalStateAuthInfoProvider

type UpdateUserRequest_CASPathSelectorConditionalStateAuthInfoProvider struct{}

func (UpdateUserRequest_CASPathSelectorConditionalStateAuthInfoProvider) FieldPath

func (UpdateUserRequest_CASPathSelectorConditionalStateAuthInfoProvider) WithArrayOfValues

func (UpdateUserRequest_CASPathSelectorConditionalStateAuthInfoProvider) WithValue

type UpdateUserRequest_CASPathSelectorConditionalStateEmail

type UpdateUserRequest_CASPathSelectorConditionalStateEmail struct{}

func (UpdateUserRequest_CASPathSelectorConditionalStateEmail) FieldPath

func (UpdateUserRequest_CASPathSelectorConditionalStateEmail) WithArrayOfValues

func (UpdateUserRequest_CASPathSelectorConditionalStateEmail) WithValue

type UpdateUserRequest_CASPathSelectorConditionalStateEmailVerified

type UpdateUserRequest_CASPathSelectorConditionalStateEmailVerified struct{}

func (UpdateUserRequest_CASPathSelectorConditionalStateEmailVerified) FieldPath

func (UpdateUserRequest_CASPathSelectorConditionalStateEmailVerified) WithArrayOfValues

func (UpdateUserRequest_CASPathSelectorConditionalStateEmailVerified) WithValue

type UpdateUserRequest_CASPathSelectorConditionalStateFullName

type UpdateUserRequest_CASPathSelectorConditionalStateFullName struct{}

func (UpdateUserRequest_CASPathSelectorConditionalStateFullName) FieldPath

func (UpdateUserRequest_CASPathSelectorConditionalStateFullName) WithArrayOfValues

func (UpdateUserRequest_CASPathSelectorConditionalStateFullName) WithValue

type UpdateUserRequest_CASPathSelectorConditionalStateMetadata

type UpdateUserRequest_CASPathSelectorConditionalStateMetadata struct{}

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadata) DeleteTime added in v0.8.0

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadata) FieldPath

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadata) Labels

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadata) Lifecycle added in v0.8.0

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadata) Shards

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadata) Syncing

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadata) Tags

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadata) Uuid

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadata) WithArrayOfValues

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadata) WithValue

type UpdateUserRequest_CASPathSelectorConditionalStateMetadataAnnotations

type UpdateUserRequest_CASPathSelectorConditionalStateMetadataAnnotations struct{}

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataAnnotations) FieldPath

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithValue

type UpdateUserRequest_CASPathSelectorConditionalStateMetadataCreateTime

type UpdateUserRequest_CASPathSelectorConditionalStateMetadataCreateTime struct{}

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataCreateTime) FieldPath

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataCreateTime) WithArrayOfValues

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataCreateTime) WithValue

type UpdateUserRequest_CASPathSelectorConditionalStateMetadataDeleteTime added in v0.8.0

type UpdateUserRequest_CASPathSelectorConditionalStateMetadataDeleteTime struct{}

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataDeleteTime) FieldPath added in v0.8.0

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataDeleteTime) WithArrayOfValues added in v0.8.0

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataDeleteTime) WithValue added in v0.8.0

type UpdateUserRequest_CASPathSelectorConditionalStateMetadataGeneration

type UpdateUserRequest_CASPathSelectorConditionalStateMetadataGeneration struct{}

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataGeneration) FieldPath

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataGeneration) WithArrayOfValues

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataGeneration) WithValue

type UpdateUserRequest_CASPathSelectorConditionalStateMetadataLabels

type UpdateUserRequest_CASPathSelectorConditionalStateMetadataLabels struct{}

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataLabels) FieldPath

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataLabels) WithKey

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataLabels) WithValue

type UpdateUserRequest_CASPathSelectorConditionalStateMetadataLifecycle added in v0.8.0

type UpdateUserRequest_CASPathSelectorConditionalStateMetadataLifecycle struct{}

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataLifecycle) BlockDeletion added in v0.8.0

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataLifecycle) FieldPath added in v0.8.0

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataLifecycle) State added in v0.8.0

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataLifecycle) WithArrayOfValues added in v0.8.0

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataLifecycle) WithValue added in v0.8.0

type UpdateUserRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion added in v0.8.0

type UpdateUserRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion struct{}

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion) FieldPath added in v0.8.0

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.8.0

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion) WithValue added in v0.8.0

type UpdateUserRequest_CASPathSelectorConditionalStateMetadataLifecycleState added in v0.8.0

type UpdateUserRequest_CASPathSelectorConditionalStateMetadataLifecycleState struct{}

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataLifecycleState) FieldPath added in v0.8.0

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataLifecycleState) WithArrayOfValues added in v0.8.0

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataLifecycleState) WithValue added in v0.8.0

type UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferences

type UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferences struct{}

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) FieldPath

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) Region added in v0.8.0

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) RequiresOwnerReference added in v0.8.0

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) Version added in v0.8.0

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithArrayOfValues

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithItemValue

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithValue

type UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion

type UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController

type UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController struct{}

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) FieldPath

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) WithArrayOfValues

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) WithValue

type UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind

type UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind struct{}

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) FieldPath

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) WithValue

type UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName

type UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName struct{}

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) FieldPath

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) WithArrayOfValues

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) WithValue

type UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion added in v0.8.0

type UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion struct{}

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion) FieldPath added in v0.8.0

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.8.0

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion) WithValue added in v0.8.0

type UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference added in v0.8.0

type UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference struct{}

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.8.0

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.8.0

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.8.0

type UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion added in v0.8.0

type UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion struct{}

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion) FieldPath added in v0.8.0

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.8.0

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion) WithValue added in v0.8.0

type UpdateUserRequest_CASPathSelectorConditionalStateMetadataResourceVersion

type UpdateUserRequest_CASPathSelectorConditionalStateMetadataResourceVersion struct{}

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataResourceVersion) FieldPath

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataResourceVersion) WithArrayOfValues

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataResourceVersion) WithValue

type UpdateUserRequest_CASPathSelectorConditionalStateMetadataShards

type UpdateUserRequest_CASPathSelectorConditionalStateMetadataShards struct{}

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataShards) FieldPath

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataShards) WithArrayOfValues

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataShards) WithKey

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataShards) WithValue

type UpdateUserRequest_CASPathSelectorConditionalStateMetadataSyncing

type UpdateUserRequest_CASPathSelectorConditionalStateMetadataSyncing struct{}

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataSyncing) FieldPath

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataSyncing) WithArrayOfValues

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataSyncing) WithValue

type UpdateUserRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion

type UpdateUserRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion struct{}

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) FieldPath

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) WithValue

type UpdateUserRequest_CASPathSelectorConditionalStateMetadataSyncingRegions

type UpdateUserRequest_CASPathSelectorConditionalStateMetadataSyncingRegions struct{}

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) FieldPath

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithArrayOfValues

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithItemValue

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithValue

type UpdateUserRequest_CASPathSelectorConditionalStateMetadataTags

type UpdateUserRequest_CASPathSelectorConditionalStateMetadataTags struct{}

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataTags) FieldPath

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataTags) WithArrayOfValues

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataTags) WithItemValue

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataTags) WithValue

type UpdateUserRequest_CASPathSelectorConditionalStateMetadataUpdateTime

type UpdateUserRequest_CASPathSelectorConditionalStateMetadataUpdateTime struct{}

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataUpdateTime) FieldPath

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataUpdateTime) WithArrayOfValues

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataUpdateTime) WithValue

type UpdateUserRequest_CASPathSelectorConditionalStateMetadataUuid

type UpdateUserRequest_CASPathSelectorConditionalStateMetadataUuid struct{}

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataUuid) FieldPath

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataUuid) WithArrayOfValues

func (UpdateUserRequest_CASPathSelectorConditionalStateMetadataUuid) WithValue

type UpdateUserRequest_CASPathSelectorConditionalStateName

type UpdateUserRequest_CASPathSelectorConditionalStateName struct{}

func (UpdateUserRequest_CASPathSelectorConditionalStateName) FieldPath

func (UpdateUserRequest_CASPathSelectorConditionalStateName) WithArrayOfValues

func (UpdateUserRequest_CASPathSelectorConditionalStateName) WithValue

type UpdateUserRequest_CASPathSelectorConditionalStateRefreshedTime

type UpdateUserRequest_CASPathSelectorConditionalStateRefreshedTime struct{}

func (UpdateUserRequest_CASPathSelectorConditionalStateRefreshedTime) FieldPath

func (UpdateUserRequest_CASPathSelectorConditionalStateRefreshedTime) WithArrayOfValues

func (UpdateUserRequest_CASPathSelectorConditionalStateRefreshedTime) WithValue

type UpdateUserRequest_CASPathSelectorConditionalStateSettings

type UpdateUserRequest_CASPathSelectorConditionalStateSettings struct{}

func (UpdateUserRequest_CASPathSelectorConditionalStateSettings) FieldPath

func (UpdateUserRequest_CASPathSelectorConditionalStateSettings) WithArrayOfValues

func (UpdateUserRequest_CASPathSelectorConditionalStateSettings) WithKey

func (UpdateUserRequest_CASPathSelectorConditionalStateSettings) WithValue

type UpdateUserRequest_CASPathSelectorFieldMask

type UpdateUserRequest_CASPathSelectorFieldMask struct{}

func (UpdateUserRequest_CASPathSelectorFieldMask) FieldPath

func (UpdateUserRequest_CASPathSelectorFieldMask) WithArrayOfValues

func (UpdateUserRequest_CASPathSelectorFieldMask) WithValue

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 (*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 (*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 (*UpdateUserRequest_CAS_FieldMask) ProjectRaw

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 (*UpdateUserRequest_CAS_FieldMask) SubtractRaw

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 (*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 (*UpdateUserRequest_FieldMask) ProjectRaw

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 (*UpdateUserRequest_FieldMask) SubtractRaw

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 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
	UpdateUserRequest_FieldPathSelectorAllowMissing UpdateUserRequest_FieldPathSelector = 3
)

func (UpdateUserRequest_FieldPathSelector) 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 (*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 (*UpdateUserRequest_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

func (fps *UpdateUserRequest_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

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 (*UpdateUserRequest_FieldSubPathArrayItemValue) AsUserPathItemValue

func (*UpdateUserRequest_FieldSubPathArrayItemValue) ContainsValue

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 (*UpdateUserRequest_FieldSubPathArrayOfValues) AsUserPathArrayOfValues

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 (*UpdateUserRequest_FieldSubPathValue) AsUserPathValue

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 (*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 (*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

IsLeaf - whether field path is holds simple value

func (*UpdateUserRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdateUserRequest_FieldTerminalPath) Selector

func (*UpdateUserRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (fp *UpdateUserRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*UpdateUserRequest_FieldTerminalPath) 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 (*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

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) AsAllowMissingArrayOfValues added in v0.12.33

func (fpaov *UpdateUserRequest_FieldTerminalPathArrayOfValues) AsAllowMissingArrayOfValues() ([]bool, bool)

func (*UpdateUserRequest_FieldTerminalPathArrayOfValues) AsCasArrayOfValues

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) AsAllowMissingValue added in v0.12.33

func (fpv *UpdateUserRequest_FieldTerminalPathValue) AsAllowMissingValue() (bool, bool)

func (*UpdateUserRequest_FieldTerminalPathValue) AsCasValue

func (*UpdateUserRequest_FieldTerminalPathValue) AsUpdateMaskValue

func (*UpdateUserRequest_FieldTerminalPathValue) AsUserValue

func (fpv *UpdateUserRequest_FieldTerminalPathValue) AsUserValue() (*user.User, bool)

func (*UpdateUserRequest_FieldTerminalPathValue) CompareWith

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

SetTo stores value for selected field for object UpdateUserRequest

func (*UpdateUserRequest_FieldTerminalPathValue) SetToRaw

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.

type UserServiceDescriptor added in v0.4.28

type UserServiceDescriptor struct{}

func GetUserServiceDescriptor added in v0.4.28

func GetUserServiceDescriptor() *UserServiceDescriptor

func (*UserServiceDescriptor) AllMethodDescriptors added in v0.4.28

func (d *UserServiceDescriptor) AllMethodDescriptors() []gotenclient.MethodDescriptor

func (*UserServiceDescriptor) GetApiName added in v0.4.28

func (d *UserServiceDescriptor) GetApiName() string

func (*UserServiceDescriptor) GetFullAPIName added in v0.4.28

func (d *UserServiceDescriptor) GetFullAPIName() string

func (*UserServiceDescriptor) GetProtoPkgName added in v0.4.28

func (d *UserServiceDescriptor) GetProtoPkgName() string

func (*UserServiceDescriptor) GetServiceDomain added in v0.4.28

func (d *UserServiceDescriptor) GetServiceDomain() string

func (*UserServiceDescriptor) GetServiceVersion added in v0.4.28

func (d *UserServiceDescriptor) GetServiceVersion() string

type WatchUserClientStream

type WatchUserClientStream interface {
	Recv() (*WatchUserResponse, error)
	grpc.ClientStream
}

type WatchUserDescriptor added in v0.4.28

type WatchUserDescriptor struct{}

func GetWatchUserDescriptor added in v0.4.28

func GetWatchUserDescriptor() *WatchUserDescriptor

func (*WatchUserDescriptor) GetApiDescriptor added in v0.4.28

func (d *WatchUserDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor

func (*WatchUserDescriptor) GetApiName added in v0.4.28

func (d *WatchUserDescriptor) GetApiName() string

func (*WatchUserDescriptor) GetClientMsgReflectHandle added in v0.4.28

func (d *WatchUserDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*WatchUserDescriptor) GetFullMethodName added in v0.4.28

func (d *WatchUserDescriptor) GetFullMethodName() string

func (*WatchUserDescriptor) GetMethodName added in v0.4.28

func (d *WatchUserDescriptor) GetMethodName() string

func (*WatchUserDescriptor) GetProtoPkgName added in v0.4.28

func (d *WatchUserDescriptor) GetProtoPkgName() string

func (*WatchUserDescriptor) GetResourceDescriptor added in v0.4.30

func (d *WatchUserDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*WatchUserDescriptor) GetServerMsgReflectHandle added in v0.4.28

func (d *WatchUserDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*WatchUserDescriptor) GetServiceDomain added in v0.4.28

func (d *WatchUserDescriptor) GetServiceDomain() string

func (*WatchUserDescriptor) GetServiceVersion added in v0.4.28

func (d *WatchUserDescriptor) GetServiceVersion() string

func (*WatchUserDescriptor) GetVerb added in v0.4.28

func (d *WatchUserDescriptor) GetVerb() string

func (*WatchUserDescriptor) HasResource added in v0.4.30

func (d *WatchUserDescriptor) HasResource() bool

func (*WatchUserDescriptor) IsClientStream added in v0.4.28

func (d *WatchUserDescriptor) IsClientStream() bool

func (*WatchUserDescriptor) IsCollection added in v0.4.30

func (d *WatchUserDescriptor) IsCollection() bool

func (*WatchUserDescriptor) IsPlural added in v0.4.30

func (d *WatchUserDescriptor) IsPlural() bool

func (*WatchUserDescriptor) IsServerStream added in v0.4.28

func (d *WatchUserDescriptor) IsServerStream() bool

func (*WatchUserDescriptor) IsUnary added in v0.4.28

func (d *WatchUserDescriptor) IsUnary() bool

func (*WatchUserDescriptor) NewEmptyClientMsg added in v0.4.28

func (d *WatchUserDescriptor) NewEmptyClientMsg() proto.Message

func (*WatchUserDescriptor) NewEmptyServerMsg added in v0.4.28

func (d *WatchUserDescriptor) NewEmptyServerMsg() proto.Message

func (*WatchUserDescriptor) RequestHasResourceBody added in v0.4.28

func (d *WatchUserDescriptor) RequestHasResourceBody() bool

type WatchUserDescriptorClientMsgHandle added in v0.4.28

type WatchUserDescriptorClientMsgHandle struct{}

func (*WatchUserDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (h *WatchUserDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name

func (*WatchUserDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchUserDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type WatchUserDescriptorServerMsgHandle added in v0.4.28

type WatchUserDescriptorServerMsgHandle struct{}

func (*WatchUserDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (h *WatchUserDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name

func (*WatchUserDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchUserDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

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 (*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) Name

func (WatchUserRequestFieldPathBuilder) View

type WatchUserRequestPathSelectorFieldMask

type WatchUserRequestPathSelectorFieldMask struct{}

func (WatchUserRequestPathSelectorFieldMask) FieldPath

func (WatchUserRequestPathSelectorFieldMask) WithArrayOfValues

func (WatchUserRequestPathSelectorFieldMask) WithValue

type WatchUserRequestPathSelectorName

type WatchUserRequestPathSelectorName struct{}

func (WatchUserRequestPathSelectorName) FieldPath

func (WatchUserRequestPathSelectorName) WithArrayOfValues

func (WatchUserRequestPathSelectorName) WithValue

type WatchUserRequestPathSelectorView

type WatchUserRequestPathSelectorView struct{}

func (WatchUserRequestPathSelectorView) FieldPath

func (WatchUserRequestPathSelectorView) WithArrayOfValues

func (WatchUserRequestPathSelectorView) WithValue

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 (*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 (*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 (*WatchUserRequest_FieldMask) SubtractRaw

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 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

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 (*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

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 (*WatchUserRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (fp *WatchUserRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*WatchUserRequest_FieldTerminalPath) 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

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 (*WatchUserRequest_FieldTerminalPathValue) AsNameValue

func (*WatchUserRequest_FieldTerminalPathValue) AsViewValue

func (fpv *WatchUserRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)

func (*WatchUserRequest_FieldTerminalPathValue) CompareWith

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

SetTo stores value for selected field for object WatchUserRequest

func (*WatchUserRequest_FieldTerminalPathValue) SetToRaw

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 (*WatchUserResponse) CloneRaw

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

type WatchUserResponsePathSelectorChange

type WatchUserResponsePathSelectorChange struct{}

func (WatchUserResponsePathSelectorChange) FieldPath

func (WatchUserResponsePathSelectorChange) WithArrayOfValues

func (WatchUserResponsePathSelectorChange) WithValue

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 (*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 (*WatchUserResponse_FieldMask) ProjectRaw

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 (*WatchUserResponse_FieldMask) SubtractRaw

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 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

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 (*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

IsLeaf - whether field path is holds simple value

func (*WatchUserResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchUserResponse_FieldTerminalPath) Selector

func (*WatchUserResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (fp *WatchUserResponse_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*WatchUserResponse_FieldTerminalPath) 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 (*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

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 (*WatchUserResponse_FieldTerminalPathValue) CompareWith

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

SetTo stores value for selected field for object WatchUserResponse

func (*WatchUserResponse_FieldTerminalPathValue) SetToRaw

type WatchUsersClientStream

type WatchUsersClientStream interface {
	Recv() (*WatchUsersResponse, error)
	grpc.ClientStream
}

type WatchUsersDescriptor added in v0.4.28

type WatchUsersDescriptor struct{}

func GetWatchUsersDescriptor added in v0.4.28

func GetWatchUsersDescriptor() *WatchUsersDescriptor

func (*WatchUsersDescriptor) GetApiDescriptor added in v0.4.28

func (d *WatchUsersDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor

func (*WatchUsersDescriptor) GetApiName added in v0.4.28

func (d *WatchUsersDescriptor) GetApiName() string

func (*WatchUsersDescriptor) GetClientMsgReflectHandle added in v0.4.28

func (d *WatchUsersDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*WatchUsersDescriptor) GetFullMethodName added in v0.4.28

func (d *WatchUsersDescriptor) GetFullMethodName() string

func (*WatchUsersDescriptor) GetMethodName added in v0.4.28

func (d *WatchUsersDescriptor) GetMethodName() string

func (*WatchUsersDescriptor) GetProtoPkgName added in v0.4.28

func (d *WatchUsersDescriptor) GetProtoPkgName() string

func (*WatchUsersDescriptor) GetResourceDescriptor added in v0.4.30

func (d *WatchUsersDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*WatchUsersDescriptor) GetServerMsgReflectHandle added in v0.4.28

func (d *WatchUsersDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*WatchUsersDescriptor) GetServiceDomain added in v0.4.28

func (d *WatchUsersDescriptor) GetServiceDomain() string

func (*WatchUsersDescriptor) GetServiceVersion added in v0.4.28

func (d *WatchUsersDescriptor) GetServiceVersion() string

func (*WatchUsersDescriptor) GetVerb added in v0.4.28

func (d *WatchUsersDescriptor) GetVerb() string

func (*WatchUsersDescriptor) HasResource added in v0.4.30

func (d *WatchUsersDescriptor) HasResource() bool

func (*WatchUsersDescriptor) IsClientStream added in v0.4.28

func (d *WatchUsersDescriptor) IsClientStream() bool

func (*WatchUsersDescriptor) IsCollection added in v0.4.30

func (d *WatchUsersDescriptor) IsCollection() bool

func (*WatchUsersDescriptor) IsPlural added in v0.4.30

func (d *WatchUsersDescriptor) IsPlural() bool

func (*WatchUsersDescriptor) IsServerStream added in v0.4.28

func (d *WatchUsersDescriptor) IsServerStream() bool

func (*WatchUsersDescriptor) IsUnary added in v0.4.28

func (d *WatchUsersDescriptor) IsUnary() bool

func (*WatchUsersDescriptor) NewEmptyClientMsg added in v0.4.28

func (d *WatchUsersDescriptor) NewEmptyClientMsg() proto.Message

func (*WatchUsersDescriptor) NewEmptyServerMsg added in v0.4.28

func (d *WatchUsersDescriptor) NewEmptyServerMsg() proto.Message

func (*WatchUsersDescriptor) RequestHasResourceBody added in v0.4.28

func (d *WatchUsersDescriptor) RequestHasResourceBody() bool

type WatchUsersDescriptorClientMsgHandle added in v0.4.28

type WatchUsersDescriptorClientMsgHandle struct{}

func (*WatchUsersDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (h *WatchUsersDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name

func (*WatchUsersDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchUsersDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type WatchUsersDescriptorServerMsgHandle added in v0.4.28

type WatchUsersDescriptorServerMsgHandle struct{}

func (*WatchUsersDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (h *WatchUsersDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name

func (*WatchUsersDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchUsersDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

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"`
	// Point in the time from which we want to start getting updates. This field
	// can be populated only for stateless watch type and if resume token is not
	// known yet. If specified, initial snapshot will NOT be provided. It is
	// assumed client can obtain it using separate means. Watch responses will
	// contain resume tokens which should be used to resume broken connection.
	StartingTime *timestamp.Timestamp `protobuf:"bytes,12,opt,name=starting_time,json=startingTime,proto3" json:"starting_time,omitempty" firestore:"startingTime"`
	// Filter - filter results by field criteria. Simplified SQL-like syntax with
	// following operators:
	// <=, >=, =, !=, <, >, LIKE, CONTAINS (aliases CONTAIN, HAS, HAVE), IN, IS
	// [NOT] NULL | NaN . Combine conditions with OR | AND example: 'meta.labels
	// CONTAINS "severity:important" OR (state.last_error_time >
	// "2018-11-15T10:00:00Z" AND state.status = "ERROR")'
	Filter *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 (*WatchUsersRequest) CloneRaw

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) GetStartingTime added in v0.9.0

func (m *WatchUsersRequest) GetStartingTime() *timestamp.Timestamp

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) SetStartingTime added in v0.9.0

func (m *WatchUsersRequest) SetStartingTime(fv *timestamp.Timestamp)

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) Filter

func (WatchUsersRequestFieldPathBuilder) MaxChunkSize

func (WatchUsersRequestFieldPathBuilder) OrderBy

func (WatchUsersRequestFieldPathBuilder) PageSize

func (WatchUsersRequestFieldPathBuilder) PageToken

func (WatchUsersRequestFieldPathBuilder) ResumeToken

func (WatchUsersRequestFieldPathBuilder) StartingTime added in v0.9.0

func (WatchUsersRequestFieldPathBuilder) Type

func (WatchUsersRequestFieldPathBuilder) View

type WatchUsersRequestPathSelectorFieldMask

type WatchUsersRequestPathSelectorFieldMask struct{}

func (WatchUsersRequestPathSelectorFieldMask) FieldPath

func (WatchUsersRequestPathSelectorFieldMask) WithArrayOfValues

func (WatchUsersRequestPathSelectorFieldMask) WithValue

type WatchUsersRequestPathSelectorFilter

type WatchUsersRequestPathSelectorFilter struct{}

func (WatchUsersRequestPathSelectorFilter) FieldPath

func (WatchUsersRequestPathSelectorFilter) WithArrayOfValues

func (WatchUsersRequestPathSelectorFilter) WithValue

type WatchUsersRequestPathSelectorMaxChunkSize

type WatchUsersRequestPathSelectorMaxChunkSize struct{}

func (WatchUsersRequestPathSelectorMaxChunkSize) FieldPath

func (WatchUsersRequestPathSelectorMaxChunkSize) WithArrayOfValues

func (WatchUsersRequestPathSelectorMaxChunkSize) WithValue

type WatchUsersRequestPathSelectorOrderBy

type WatchUsersRequestPathSelectorOrderBy struct{}

func (WatchUsersRequestPathSelectorOrderBy) FieldPath

func (WatchUsersRequestPathSelectorOrderBy) WithArrayOfValues

func (WatchUsersRequestPathSelectorOrderBy) WithValue

type WatchUsersRequestPathSelectorPageSize

type WatchUsersRequestPathSelectorPageSize struct{}

func (WatchUsersRequestPathSelectorPageSize) FieldPath

func (WatchUsersRequestPathSelectorPageSize) WithArrayOfValues

func (WatchUsersRequestPathSelectorPageSize) WithValue

type WatchUsersRequestPathSelectorPageToken

type WatchUsersRequestPathSelectorPageToken struct{}

func (WatchUsersRequestPathSelectorPageToken) FieldPath

func (WatchUsersRequestPathSelectorPageToken) WithArrayOfValues

func (WatchUsersRequestPathSelectorPageToken) WithValue

type WatchUsersRequestPathSelectorResumeToken

type WatchUsersRequestPathSelectorResumeToken struct{}

func (WatchUsersRequestPathSelectorResumeToken) FieldPath

func (WatchUsersRequestPathSelectorResumeToken) WithArrayOfValues

func (WatchUsersRequestPathSelectorResumeToken) WithValue

type WatchUsersRequestPathSelectorStartingTime added in v0.9.0

type WatchUsersRequestPathSelectorStartingTime struct{}

func (WatchUsersRequestPathSelectorStartingTime) FieldPath added in v0.9.0

func (WatchUsersRequestPathSelectorStartingTime) WithArrayOfValues added in v0.9.0

func (WatchUsersRequestPathSelectorStartingTime) WithValue added in v0.9.0

type WatchUsersRequestPathSelectorType

type WatchUsersRequestPathSelectorType struct{}

func (WatchUsersRequestPathSelectorType) FieldPath

func (WatchUsersRequestPathSelectorType) WithArrayOfValues

func (WatchUsersRequestPathSelectorType) WithValue

type WatchUsersRequestPathSelectorView

type WatchUsersRequestPathSelectorView struct{}

func (WatchUsersRequestPathSelectorView) FieldPath

func (WatchUsersRequestPathSelectorView) WithArrayOfValues

func (WatchUsersRequestPathSelectorView) WithValue

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 (*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 (*WatchUsersRequest_FieldMask) ProjectRaw

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 (*WatchUsersRequest_FieldMask) SubtractRaw

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 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_FieldPathSelectorStartingTime WatchUsersRequest_FieldPathSelector = 5
	WatchUsersRequest_FieldPathSelectorFilter       WatchUsersRequest_FieldPathSelector = 6
	WatchUsersRequest_FieldPathSelectorFieldMask    WatchUsersRequest_FieldPathSelector = 7
	WatchUsersRequest_FieldPathSelectorView         WatchUsersRequest_FieldPathSelector = 8
	WatchUsersRequest_FieldPathSelectorMaxChunkSize WatchUsersRequest_FieldPathSelector = 9
)

func (WatchUsersRequest_FieldPathSelector) 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 (*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

IsLeaf - whether field path is holds simple value

func (*WatchUsersRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchUsersRequest_FieldTerminalPath) Selector

func (*WatchUsersRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (fp *WatchUsersRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*WatchUsersRequest_FieldTerminalPath) 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 (*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

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) AsStartingTimeArrayOfValues added in v0.9.0

func (fpaov *WatchUsersRequest_FieldTerminalPathArrayOfValues) AsStartingTimeArrayOfValues() ([]*timestamp.Timestamp, bool)

func (*WatchUsersRequest_FieldTerminalPathArrayOfValues) AsTypeArrayOfValues

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 (*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) AsStartingTimeValue added in v0.9.0

func (fpv *WatchUsersRequest_FieldTerminalPathValue) AsStartingTimeValue() (*timestamp.Timestamp, bool)

func (*WatchUsersRequest_FieldTerminalPathValue) AsTypeValue

func (*WatchUsersRequest_FieldTerminalPathValue) AsViewValue

func (*WatchUsersRequest_FieldTerminalPathValue) CompareWith

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

SetTo stores value for selected field for object WatchUsersRequest

func (*WatchUsersRequest_FieldTerminalPathValue) SetToRaw

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 (*WatchUsersResponse) CloneRaw

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 (*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) IsHardReset

func (WatchUsersResponseFieldPathBuilder) IsSoftReset

func (WatchUsersResponseFieldPathBuilder) PageTokenChange

func (WatchUsersResponseFieldPathBuilder) ResumeToken

func (WatchUsersResponseFieldPathBuilder) SnapshotSize

func (WatchUsersResponseFieldPathBuilder) UserChanges

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 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

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 (*WatchUsersResponsePageTokenChange_FieldTerminalPath) ClearValueRaw

func (*WatchUsersResponsePageTokenChange_FieldTerminalPath) Get

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

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

IsLeaf - whether field path is holds simple value

func (*WatchUsersResponsePageTokenChange_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchUsersResponsePageTokenChange_FieldTerminalPath) Selector

func (*WatchUsersResponsePageTokenChange_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*WatchUsersResponsePageTokenChange_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchUsersResponsePageTokenChange_FieldTerminalPath) WithIArrayItemValue

func (*WatchUsersResponsePageTokenChange_FieldTerminalPath) WithIArrayOfValues

func (*WatchUsersResponsePageTokenChange_FieldTerminalPath) WithIValue

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

type WatchUsersResponsePageTokenChange_FieldTerminalPathArrayItemValue

type WatchUsersResponsePageTokenChange_FieldTerminalPathArrayItemValue struct {
	WatchUsersResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchUsersResponsePageTokenChange_FieldTerminalPathArrayItemValue) ContainsValue

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 (*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 (*WatchUsersResponsePageTokenChange_FieldTerminalPathValue) AsPrevPageTokenValue

func (*WatchUsersResponsePageTokenChange_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchUsersResponsePageTokenChange_FieldTerminalPathValue' with the value under path in 'WatchUsersResponse_PageTokenChange'.

func (*WatchUsersResponsePageTokenChange_FieldTerminalPathValue) CompareWithRaw

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

SetTo stores value for selected field for object PageTokenChange

func (*WatchUsersResponsePageTokenChange_FieldTerminalPathValue) SetToRaw

type WatchUsersResponsePathSelectorIsCurrent

type WatchUsersResponsePathSelectorIsCurrent struct{}

func (WatchUsersResponsePathSelectorIsCurrent) FieldPath

func (WatchUsersResponsePathSelectorIsCurrent) WithArrayOfValues

func (WatchUsersResponsePathSelectorIsCurrent) WithValue

type WatchUsersResponsePathSelectorIsHardReset

type WatchUsersResponsePathSelectorIsHardReset struct{}

func (WatchUsersResponsePathSelectorIsHardReset) FieldPath

func (WatchUsersResponsePathSelectorIsHardReset) WithArrayOfValues

func (WatchUsersResponsePathSelectorIsHardReset) WithValue

type WatchUsersResponsePathSelectorIsSoftReset

type WatchUsersResponsePathSelectorIsSoftReset struct{}

func (WatchUsersResponsePathSelectorIsSoftReset) FieldPath

func (WatchUsersResponsePathSelectorIsSoftReset) WithArrayOfValues

func (WatchUsersResponsePathSelectorIsSoftReset) WithValue

type WatchUsersResponsePathSelectorPageTokenChange

type WatchUsersResponsePathSelectorPageTokenChange struct{}

func (WatchUsersResponsePathSelectorPageTokenChange) FieldPath

func (WatchUsersResponsePathSelectorPageTokenChange) NextPageToken

func (WatchUsersResponsePathSelectorPageTokenChange) PrevPageToken

func (WatchUsersResponsePathSelectorPageTokenChange) WithArrayOfValues

func (WatchUsersResponsePathSelectorPageTokenChange) WithSubArrayItemValue

func (WatchUsersResponsePathSelectorPageTokenChange) WithSubArrayOfValues

func (WatchUsersResponsePathSelectorPageTokenChange) WithSubPath

func (WatchUsersResponsePathSelectorPageTokenChange) WithSubValue

type WatchUsersResponsePathSelectorPageTokenChangeNextPageToken

type WatchUsersResponsePathSelectorPageTokenChangeNextPageToken struct{}

func (WatchUsersResponsePathSelectorPageTokenChangeNextPageToken) FieldPath

func (WatchUsersResponsePathSelectorPageTokenChangeNextPageToken) WithArrayOfValues

func (WatchUsersResponsePathSelectorPageTokenChangeNextPageToken) WithValue

type WatchUsersResponsePathSelectorPageTokenChangePrevPageToken

type WatchUsersResponsePathSelectorPageTokenChangePrevPageToken struct{}

func (WatchUsersResponsePathSelectorPageTokenChangePrevPageToken) FieldPath

func (WatchUsersResponsePathSelectorPageTokenChangePrevPageToken) WithArrayOfValues

func (WatchUsersResponsePathSelectorPageTokenChangePrevPageToken) WithValue

type WatchUsersResponsePathSelectorResumeToken

type WatchUsersResponsePathSelectorResumeToken struct{}

func (WatchUsersResponsePathSelectorResumeToken) FieldPath

func (WatchUsersResponsePathSelectorResumeToken) WithArrayOfValues

func (WatchUsersResponsePathSelectorResumeToken) WithValue

type WatchUsersResponsePathSelectorSnapshotSize

type WatchUsersResponsePathSelectorSnapshotSize struct{}

func (WatchUsersResponsePathSelectorSnapshotSize) FieldPath

func (WatchUsersResponsePathSelectorSnapshotSize) WithArrayOfValues

func (WatchUsersResponsePathSelectorSnapshotSize) WithValue

type WatchUsersResponsePathSelectorUserChanges

type WatchUsersResponsePathSelectorUserChanges struct{}

func (WatchUsersResponsePathSelectorUserChanges) FieldPath

func (WatchUsersResponsePathSelectorUserChanges) WithArrayOfValues

func (WatchUsersResponsePathSelectorUserChanges) WithItemValue

func (WatchUsersResponsePathSelectorUserChanges) WithValue

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 (*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 (*WatchUsersResponse_FieldMask) ProjectRaw

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 (*WatchUsersResponse_FieldMask) SubtractRaw

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 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

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 (*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 (*WatchUsersResponse_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

func (fps *WatchUsersResponse_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*WatchUsersResponse_FieldSubPath) 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 (*WatchUsersResponse_FieldSubPathArrayItemValue) ContainsValue

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 (*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 (*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 (*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 (*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

IsLeaf - whether field path is holds simple value

func (*WatchUsersResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchUsersResponse_FieldTerminalPath) Selector

func (*WatchUsersResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (fp *WatchUsersResponse_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*WatchUsersResponse_FieldTerminalPath) 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 (*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

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 (*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 (*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

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

SetTo stores value for selected field for object WatchUsersResponse

func (*WatchUsersResponse_FieldTerminalPathValue) SetToRaw

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 (*WatchUsersResponse_PageTokenChange) CloneRaw

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) MakeFullFieldMask

func (*WatchUsersResponse_PageTokenChange) MakeRawDiffFieldMask

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 (*WatchUsersResponse_PageTokenChange) MergeRaw

func (*WatchUsersResponse_PageTokenChange) ProtoMessage

func (*WatchUsersResponse_PageTokenChange) ProtoMessage()

func (*WatchUsersResponse_PageTokenChange) ProtoReflect

func (*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 (*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) FieldPath

func (WatchUsersResponse_PageTokenChangePathSelectorNextPageToken) WithArrayOfValues

func (WatchUsersResponse_PageTokenChangePathSelectorNextPageToken) WithValue

type WatchUsersResponse_PageTokenChangePathSelectorPrevPageToken

type WatchUsersResponse_PageTokenChangePathSelectorPrevPageToken struct{}

func (WatchUsersResponse_PageTokenChangePathSelectorPrevPageToken) FieldPath

func (WatchUsersResponse_PageTokenChangePathSelectorPrevPageToken) WithArrayOfValues

func (WatchUsersResponse_PageTokenChangePathSelectorPrevPageToken) WithValue

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 (*WatchUsersResponse_PageTokenChange_FieldMask) AppendRawPath

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

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 (*WatchUsersResponse_PageTokenChange_FieldMask) GetRawPaths

func (*WatchUsersResponse_PageTokenChange_FieldMask) IsFull

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 (*WatchUsersResponse_PageTokenChange_FieldMask) ProjectRaw

func (*WatchUsersResponse_PageTokenChange_FieldMask) ProtoMessage

func (fieldMask *WatchUsersResponse_PageTokenChange_FieldMask) ProtoMessage()

func (*WatchUsersResponse_PageTokenChange_FieldMask) ProtoReflect

func (*WatchUsersResponse_PageTokenChange_FieldMask) Reset

func (*WatchUsersResponse_PageTokenChange_FieldMask) Set

func (*WatchUsersResponse_PageTokenChange_FieldMask) SetFromCliFlag

func (fieldMask *WatchUsersResponse_PageTokenChange_FieldMask) SetFromCliFlag(raw string) error

func (*WatchUsersResponse_PageTokenChange_FieldMask) SetRaw

func (*WatchUsersResponse_PageTokenChange_FieldMask) Size

func (*WatchUsersResponse_PageTokenChange_FieldMask) String

func (*WatchUsersResponse_PageTokenChange_FieldMask) Subtract

func (*WatchUsersResponse_PageTokenChange_FieldMask) SubtractRaw

func (*WatchUsersResponse_PageTokenChange_FieldMask) ToProtoFieldMask

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL