role_binding_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: 43 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BatchGetRoleBindingsDescriptor added in v0.4.28

type BatchGetRoleBindingsDescriptor struct{}

func GetBatchGetRoleBindingsDescriptor added in v0.4.28

func GetBatchGetRoleBindingsDescriptor() *BatchGetRoleBindingsDescriptor

func (*BatchGetRoleBindingsDescriptor) GetApiDescriptor added in v0.4.28

func (*BatchGetRoleBindingsDescriptor) GetApiName added in v0.4.28

func (d *BatchGetRoleBindingsDescriptor) GetApiName() string

func (*BatchGetRoleBindingsDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*BatchGetRoleBindingsDescriptor) GetFullMethodName added in v0.4.28

func (d *BatchGetRoleBindingsDescriptor) GetFullMethodName() string

func (*BatchGetRoleBindingsDescriptor) GetMethodName added in v0.4.28

func (d *BatchGetRoleBindingsDescriptor) GetMethodName() string

func (*BatchGetRoleBindingsDescriptor) GetProtoPkgName added in v0.4.28

func (d *BatchGetRoleBindingsDescriptor) GetProtoPkgName() string

func (*BatchGetRoleBindingsDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*BatchGetRoleBindingsDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*BatchGetRoleBindingsDescriptor) GetServiceDomain added in v0.4.28

func (d *BatchGetRoleBindingsDescriptor) GetServiceDomain() string

func (*BatchGetRoleBindingsDescriptor) GetServiceVersion added in v0.4.28

func (d *BatchGetRoleBindingsDescriptor) GetServiceVersion() string

func (*BatchGetRoleBindingsDescriptor) GetVerb added in v0.4.28

func (*BatchGetRoleBindingsDescriptor) HasResource added in v0.4.30

func (d *BatchGetRoleBindingsDescriptor) HasResource() bool

func (*BatchGetRoleBindingsDescriptor) IsClientStream added in v0.4.28

func (d *BatchGetRoleBindingsDescriptor) IsClientStream() bool

func (*BatchGetRoleBindingsDescriptor) IsCollection added in v0.4.30

func (d *BatchGetRoleBindingsDescriptor) IsCollection() bool

func (*BatchGetRoleBindingsDescriptor) IsPlural added in v0.4.30

func (d *BatchGetRoleBindingsDescriptor) IsPlural() bool

func (*BatchGetRoleBindingsDescriptor) IsServerStream added in v0.4.28

func (d *BatchGetRoleBindingsDescriptor) IsServerStream() bool

func (*BatchGetRoleBindingsDescriptor) IsUnary added in v0.4.28

func (d *BatchGetRoleBindingsDescriptor) IsUnary() bool

func (*BatchGetRoleBindingsDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*BatchGetRoleBindingsDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*BatchGetRoleBindingsDescriptor) RequestHasResourceBody added in v0.4.28

func (d *BatchGetRoleBindingsDescriptor) RequestHasResourceBody() bool

type BatchGetRoleBindingsDescriptorClientMsgHandle added in v0.4.28

type BatchGetRoleBindingsDescriptorClientMsgHandle struct{}

func (*BatchGetRoleBindingsDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*BatchGetRoleBindingsDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*BatchGetRoleBindingsDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type BatchGetRoleBindingsDescriptorServerMsgHandle added in v0.4.28

type BatchGetRoleBindingsDescriptorServerMsgHandle struct{}

func (*BatchGetRoleBindingsDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*BatchGetRoleBindingsDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*BatchGetRoleBindingsDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type BatchGetRoleBindingsRequest

type BatchGetRoleBindingsRequest struct {

	// Names of RoleBindings
	Names []*role_binding.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 *role_binding.RoleBinding_FieldMask `` /* 143-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 [BatchGetRoleBindings][ntt.iam.v1alpha.BatchGetRoleBindings]

func (*BatchGetRoleBindingsRequest) Clone

func (*BatchGetRoleBindingsRequest) CloneRaw

func (*BatchGetRoleBindingsRequest) Descriptor

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

Deprecated, Use BatchGetRoleBindingsRequest.ProtoReflect.Descriptor instead.

func (*BatchGetRoleBindingsRequest) GetFieldMask

func (*BatchGetRoleBindingsRequest) GetNames

func (*BatchGetRoleBindingsRequest) GetView

func (m *BatchGetRoleBindingsRequest) GetView() view.View

func (*BatchGetRoleBindingsRequest) GotenMessage

func (*BatchGetRoleBindingsRequest) GotenMessage()

func (*BatchGetRoleBindingsRequest) GotenObjectExt

func (o *BatchGetRoleBindingsRequest) GotenObjectExt()

func (*BatchGetRoleBindingsRequest) GotenValidate

func (obj *BatchGetRoleBindingsRequest) GotenValidate() error

func (*BatchGetRoleBindingsRequest) MakeDiffFieldMask

func (*BatchGetRoleBindingsRequest) MakeFullFieldMask

func (*BatchGetRoleBindingsRequest) MakeRawDiffFieldMask

func (*BatchGetRoleBindingsRequest) MakeRawFullFieldMask

func (o *BatchGetRoleBindingsRequest) MakeRawFullFieldMask() gotenobject.FieldMask

func (*BatchGetRoleBindingsRequest) Marshal

func (m *BatchGetRoleBindingsRequest) Marshal() ([]byte, error)

func (*BatchGetRoleBindingsRequest) MarshalJSON

func (m *BatchGetRoleBindingsRequest) MarshalJSON() ([]byte, error)

func (*BatchGetRoleBindingsRequest) Merge

func (*BatchGetRoleBindingsRequest) MergeRaw

func (*BatchGetRoleBindingsRequest) ProtoMessage

func (*BatchGetRoleBindingsRequest) ProtoMessage()

func (*BatchGetRoleBindingsRequest) ProtoReflect

func (m *BatchGetRoleBindingsRequest) ProtoReflect() preflect.Message

func (*BatchGetRoleBindingsRequest) Reset

func (m *BatchGetRoleBindingsRequest) Reset()

func (*BatchGetRoleBindingsRequest) SetFieldMask

func (*BatchGetRoleBindingsRequest) SetNames

func (*BatchGetRoleBindingsRequest) SetView

func (m *BatchGetRoleBindingsRequest) SetView(fv view.View)

func (*BatchGetRoleBindingsRequest) String

func (m *BatchGetRoleBindingsRequest) String() string

func (*BatchGetRoleBindingsRequest) Unmarshal

func (m *BatchGetRoleBindingsRequest) Unmarshal(b []byte) error

func (*BatchGetRoleBindingsRequest) UnmarshalJSON

func (m *BatchGetRoleBindingsRequest) UnmarshalJSON(data []byte) error

type BatchGetRoleBindingsRequestFieldPathBuilder

type BatchGetRoleBindingsRequestFieldPathBuilder struct{}

func NewBatchGetRoleBindingsRequestFieldPathBuilder

func NewBatchGetRoleBindingsRequestFieldPathBuilder() BatchGetRoleBindingsRequestFieldPathBuilder

func (BatchGetRoleBindingsRequestFieldPathBuilder) FieldMask

func (BatchGetRoleBindingsRequestFieldPathBuilder) Names

func (BatchGetRoleBindingsRequestFieldPathBuilder) View

type BatchGetRoleBindingsRequestPathSelectorFieldMask

type BatchGetRoleBindingsRequestPathSelectorFieldMask struct{}

func (BatchGetRoleBindingsRequestPathSelectorFieldMask) FieldPath

type BatchGetRoleBindingsRequestPathSelectorNames

type BatchGetRoleBindingsRequestPathSelectorNames struct{}

func (BatchGetRoleBindingsRequestPathSelectorNames) FieldPath

func (BatchGetRoleBindingsRequestPathSelectorNames) WithArrayOfValues

func (BatchGetRoleBindingsRequestPathSelectorNames) WithValue

type BatchGetRoleBindingsRequestPathSelectorView

type BatchGetRoleBindingsRequestPathSelectorView struct{}

func (BatchGetRoleBindingsRequestPathSelectorView) FieldPath

func (BatchGetRoleBindingsRequestPathSelectorView) WithArrayOfValues

func (BatchGetRoleBindingsRequestPathSelectorView) WithValue

type BatchGetRoleBindingsRequest_FieldMask

type BatchGetRoleBindingsRequest_FieldMask struct {
	Paths []BatchGetRoleBindingsRequest_FieldPath
}

func FullBatchGetRoleBindingsRequest_FieldMask

func FullBatchGetRoleBindingsRequest_FieldMask() *BatchGetRoleBindingsRequest_FieldMask

func (*BatchGetRoleBindingsRequest_FieldMask) AppendPath

func (*BatchGetRoleBindingsRequest_FieldMask) AppendRawPath

func (fieldMask *BatchGetRoleBindingsRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*BatchGetRoleBindingsRequest_FieldMask) DecodeFirestore

func (fieldMask *BatchGetRoleBindingsRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*BatchGetRoleBindingsRequest_FieldMask) EncodeFirestore

func (fieldMask *BatchGetRoleBindingsRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*BatchGetRoleBindingsRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*BatchGetRoleBindingsRequest_FieldMask) FromProtoFieldMask

func (fieldMask *BatchGetRoleBindingsRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*BatchGetRoleBindingsRequest_FieldMask) GetPaths

func (*BatchGetRoleBindingsRequest_FieldMask) GetRawPaths

func (fieldMask *BatchGetRoleBindingsRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*BatchGetRoleBindingsRequest_FieldMask) IsFull

func (fieldMask *BatchGetRoleBindingsRequest_FieldMask) IsFull() bool

func (BatchGetRoleBindingsRequest_FieldMask) Marshal

func (fieldMask BatchGetRoleBindingsRequest_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (BatchGetRoleBindingsRequest_FieldMask) MarshalJSON

func (fieldMask BatchGetRoleBindingsRequest_FieldMask) MarshalJSON() ([]byte, error)

func (*BatchGetRoleBindingsRequest_FieldMask) PathsCount

func (fieldMask *BatchGetRoleBindingsRequest_FieldMask) PathsCount() int

func (*BatchGetRoleBindingsRequest_FieldMask) Project

func (*BatchGetRoleBindingsRequest_FieldMask) ProjectRaw

func (*BatchGetRoleBindingsRequest_FieldMask) ProtoMessage

func (fieldMask *BatchGetRoleBindingsRequest_FieldMask) ProtoMessage()

func (*BatchGetRoleBindingsRequest_FieldMask) ProtoReflect

func (fieldMask *BatchGetRoleBindingsRequest_FieldMask) ProtoReflect() preflect.Message

func (*BatchGetRoleBindingsRequest_FieldMask) Reset

func (fieldMask *BatchGetRoleBindingsRequest_FieldMask) Reset()

func (*BatchGetRoleBindingsRequest_FieldMask) Set

func (*BatchGetRoleBindingsRequest_FieldMask) SetFromCliFlag

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

func (*BatchGetRoleBindingsRequest_FieldMask) SetRaw

func (fieldMask *BatchGetRoleBindingsRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*BatchGetRoleBindingsRequest_FieldMask) Size

func (fieldMask *BatchGetRoleBindingsRequest_FieldMask) Size() int

func (*BatchGetRoleBindingsRequest_FieldMask) String

func (fieldMask *BatchGetRoleBindingsRequest_FieldMask) String() string

func (*BatchGetRoleBindingsRequest_FieldMask) Subtract

func (*BatchGetRoleBindingsRequest_FieldMask) SubtractRaw

func (*BatchGetRoleBindingsRequest_FieldMask) ToProtoFieldMask

func (fieldMask *BatchGetRoleBindingsRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*BatchGetRoleBindingsRequest_FieldMask) Unmarshal

func (fieldMask *BatchGetRoleBindingsRequest_FieldMask) Unmarshal(data []byte) error

func (*BatchGetRoleBindingsRequest_FieldMask) UnmarshalJSON

func (fieldMask *BatchGetRoleBindingsRequest_FieldMask) UnmarshalJSON(data []byte) error

type BatchGetRoleBindingsRequest_FieldPath

type BatchGetRoleBindingsRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() BatchGetRoleBindingsRequest_FieldPathSelector
	Get(source *BatchGetRoleBindingsRequest) []interface{}
	GetSingle(source *BatchGetRoleBindingsRequest) (interface{}, bool)
	ClearValue(item *BatchGetRoleBindingsRequest)

	// Those methods build corresponding BatchGetRoleBindingsRequest_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) BatchGetRoleBindingsRequest_FieldPathValue
	WithIArrayOfValues(values interface{}) BatchGetRoleBindingsRequest_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) BatchGetRoleBindingsRequest_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseBatchGetRoleBindingsRequest_FieldPath

func MustParseBatchGetRoleBindingsRequest_FieldPath(rawField string) BatchGetRoleBindingsRequest_FieldPath

func ParseBatchGetRoleBindingsRequest_FieldPath

func ParseBatchGetRoleBindingsRequest_FieldPath(rawField string) (BatchGetRoleBindingsRequest_FieldPath, error)

type BatchGetRoleBindingsRequest_FieldPathArrayItemValue

type BatchGetRoleBindingsRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	BatchGetRoleBindingsRequest_FieldPath
	ContainsValue(*BatchGetRoleBindingsRequest) bool
}

BatchGetRoleBindingsRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for BatchGetRoleBindingsRequest according to their type Present only for array (repeated) types.

func MustParseBatchGetRoleBindingsRequest_FieldPathArrayItemValue

func MustParseBatchGetRoleBindingsRequest_FieldPathArrayItemValue(pathStr, valueStr string) BatchGetRoleBindingsRequest_FieldPathArrayItemValue

func ParseBatchGetRoleBindingsRequest_FieldPathArrayItemValue

func ParseBatchGetRoleBindingsRequest_FieldPathArrayItemValue(pathStr, valueStr string) (BatchGetRoleBindingsRequest_FieldPathArrayItemValue, error)

ParseBatchGetRoleBindingsRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type BatchGetRoleBindingsRequest_FieldPathArrayOfValues

type BatchGetRoleBindingsRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	BatchGetRoleBindingsRequest_FieldPath
}

BatchGetRoleBindingsRequest_FieldPathArrayOfValues allows storing slice of values for BatchGetRoleBindingsRequest fields according to their type

func MustParseBatchGetRoleBindingsRequest_FieldPathArrayOfValues

func MustParseBatchGetRoleBindingsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) BatchGetRoleBindingsRequest_FieldPathArrayOfValues

func ParseBatchGetRoleBindingsRequest_FieldPathArrayOfValues

func ParseBatchGetRoleBindingsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (BatchGetRoleBindingsRequest_FieldPathArrayOfValues, error)

type BatchGetRoleBindingsRequest_FieldPathSelector

type BatchGetRoleBindingsRequest_FieldPathSelector int32
const (
	BatchGetRoleBindingsRequest_FieldPathSelectorNames     BatchGetRoleBindingsRequest_FieldPathSelector = 0
	BatchGetRoleBindingsRequest_FieldPathSelectorFieldMask BatchGetRoleBindingsRequest_FieldPathSelector = 1
	BatchGetRoleBindingsRequest_FieldPathSelectorView      BatchGetRoleBindingsRequest_FieldPathSelector = 2
)

func (BatchGetRoleBindingsRequest_FieldPathSelector) String

type BatchGetRoleBindingsRequest_FieldPathValue

type BatchGetRoleBindingsRequest_FieldPathValue interface {
	BatchGetRoleBindingsRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **BatchGetRoleBindingsRequest)
	CompareWith(*BatchGetRoleBindingsRequest) (cmp int, comparable bool)
}

BatchGetRoleBindingsRequest_FieldPathValue allows storing values for BatchGetRoleBindingsRequest fields according to their type

func MustParseBatchGetRoleBindingsRequest_FieldPathValue

func MustParseBatchGetRoleBindingsRequest_FieldPathValue(pathStr, valueStr string) BatchGetRoleBindingsRequest_FieldPathValue

func ParseBatchGetRoleBindingsRequest_FieldPathValue

func ParseBatchGetRoleBindingsRequest_FieldPathValue(pathStr, valueStr string) (BatchGetRoleBindingsRequest_FieldPathValue, error)

type BatchGetRoleBindingsRequest_FieldTerminalPath

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

func (*BatchGetRoleBindingsRequest_FieldTerminalPath) ClearValue

func (*BatchGetRoleBindingsRequest_FieldTerminalPath) ClearValueRaw

func (*BatchGetRoleBindingsRequest_FieldTerminalPath) Get

func (fp *BatchGetRoleBindingsRequest_FieldTerminalPath) Get(source *BatchGetRoleBindingsRequest) (values []interface{})

Get returns all values pointed by specific field from source BatchGetRoleBindingsRequest

func (*BatchGetRoleBindingsRequest_FieldTerminalPath) GetDefault

func (fp *BatchGetRoleBindingsRequest_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*BatchGetRoleBindingsRequest_FieldTerminalPath) GetRaw

func (fp *BatchGetRoleBindingsRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*BatchGetRoleBindingsRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source BatchGetRoleBindingsRequest

func (*BatchGetRoleBindingsRequest_FieldTerminalPath) GetSingleRaw

func (fp *BatchGetRoleBindingsRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*BatchGetRoleBindingsRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*BatchGetRoleBindingsRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetRoleBindingsRequest_FieldTerminalPath) Selector

func (*BatchGetRoleBindingsRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*BatchGetRoleBindingsRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*BatchGetRoleBindingsRequest_FieldTerminalPath) WithIArrayItemValue

func (*BatchGetRoleBindingsRequest_FieldTerminalPath) WithIArrayOfValues

func (*BatchGetRoleBindingsRequest_FieldTerminalPath) WithIValue

func (*BatchGetRoleBindingsRequest_FieldTerminalPath) WithRawIArrayItemValue

func (fp *BatchGetRoleBindingsRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*BatchGetRoleBindingsRequest_FieldTerminalPath) WithRawIArrayOfValues

func (fp *BatchGetRoleBindingsRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*BatchGetRoleBindingsRequest_FieldTerminalPath) WithRawIValue

func (fp *BatchGetRoleBindingsRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type BatchGetRoleBindingsRequest_FieldTerminalPathArrayItemValue

type BatchGetRoleBindingsRequest_FieldTerminalPathArrayItemValue struct {
	BatchGetRoleBindingsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetRoleBindingsRequest_FieldTerminalPathArrayItemValue) AsNamesItemValue

func (*BatchGetRoleBindingsRequest_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'BatchGetRoleBindingsRequest'

func (*BatchGetRoleBindingsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *BatchGetRoleBindingsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object BatchGetRoleBindingsRequest as interface{}

func (*BatchGetRoleBindingsRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*BatchGetRoleBindingsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *BatchGetRoleBindingsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type BatchGetRoleBindingsRequest_FieldTerminalPathArrayOfValues

type BatchGetRoleBindingsRequest_FieldTerminalPathArrayOfValues struct {
	BatchGetRoleBindingsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetRoleBindingsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*BatchGetRoleBindingsRequest_FieldTerminalPathArrayOfValues) AsNamesArrayOfValues

func (*BatchGetRoleBindingsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

func (*BatchGetRoleBindingsRequest_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *BatchGetRoleBindingsRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type BatchGetRoleBindingsRequest_FieldTerminalPathValue

type BatchGetRoleBindingsRequest_FieldTerminalPathValue struct {
	BatchGetRoleBindingsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetRoleBindingsRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*BatchGetRoleBindingsRequest_FieldTerminalPathValue) AsNamesValue

func (*BatchGetRoleBindingsRequest_FieldTerminalPathValue) AsViewValue

func (*BatchGetRoleBindingsRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'BatchGetRoleBindingsRequest_FieldTerminalPathValue' with the value under path in 'BatchGetRoleBindingsRequest'.

func (*BatchGetRoleBindingsRequest_FieldTerminalPathValue) CompareWithRaw

func (*BatchGetRoleBindingsRequest_FieldTerminalPathValue) GetRawValue

func (fpv *BatchGetRoleBindingsRequest_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'BatchGetRoleBindingsRequest' as interface{}

func (*BatchGetRoleBindingsRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object BatchGetRoleBindingsRequest

func (*BatchGetRoleBindingsRequest_FieldTerminalPathValue) SetToRaw

type BatchGetRoleBindingsResponse

type BatchGetRoleBindingsResponse struct {

	// found RoleBindings
	RoleBindings []*role_binding.RoleBinding `protobuf:"bytes,1,rep,name=role_bindings,json=roleBindings,proto3" json:"role_bindings,omitempty" firestore:"roleBindings"`
	// list of not found RoleBindings
	Missing []*role_binding.Reference `protobuf:"bytes,2,rep,customtype=Reference,name=missing,proto3" json:"missing,omitempty" firestore:"missing"`
	// contains filtered or unexported fields
}

BatchGetRoleBindingsResponse

func (*BatchGetRoleBindingsResponse) Clone

func (*BatchGetRoleBindingsResponse) CloneRaw

func (*BatchGetRoleBindingsResponse) Descriptor

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

Deprecated, Use BatchGetRoleBindingsResponse.ProtoReflect.Descriptor instead.

func (*BatchGetRoleBindingsResponse) GetMissing

func (*BatchGetRoleBindingsResponse) GetRoleBindings

func (m *BatchGetRoleBindingsResponse) GetRoleBindings() []*role_binding.RoleBinding

func (*BatchGetRoleBindingsResponse) GotenMessage

func (*BatchGetRoleBindingsResponse) GotenMessage()

func (*BatchGetRoleBindingsResponse) GotenObjectExt

func (o *BatchGetRoleBindingsResponse) GotenObjectExt()

func (*BatchGetRoleBindingsResponse) GotenValidate

func (obj *BatchGetRoleBindingsResponse) GotenValidate() error

func (*BatchGetRoleBindingsResponse) MakeDiffFieldMask

func (*BatchGetRoleBindingsResponse) MakeFullFieldMask

func (*BatchGetRoleBindingsResponse) MakeRawDiffFieldMask

func (*BatchGetRoleBindingsResponse) MakeRawFullFieldMask

func (o *BatchGetRoleBindingsResponse) MakeRawFullFieldMask() gotenobject.FieldMask

func (*BatchGetRoleBindingsResponse) Marshal

func (m *BatchGetRoleBindingsResponse) Marshal() ([]byte, error)

func (*BatchGetRoleBindingsResponse) MarshalJSON

func (m *BatchGetRoleBindingsResponse) MarshalJSON() ([]byte, error)

func (*BatchGetRoleBindingsResponse) Merge

func (*BatchGetRoleBindingsResponse) MergeRaw

func (*BatchGetRoleBindingsResponse) ProtoMessage

func (*BatchGetRoleBindingsResponse) ProtoMessage()

func (*BatchGetRoleBindingsResponse) ProtoReflect

func (m *BatchGetRoleBindingsResponse) ProtoReflect() preflect.Message

func (*BatchGetRoleBindingsResponse) Reset

func (m *BatchGetRoleBindingsResponse) Reset()

func (*BatchGetRoleBindingsResponse) SetMissing

func (*BatchGetRoleBindingsResponse) SetRoleBindings

func (m *BatchGetRoleBindingsResponse) SetRoleBindings(fv []*role_binding.RoleBinding)

func (*BatchGetRoleBindingsResponse) String

func (*BatchGetRoleBindingsResponse) Unmarshal

func (m *BatchGetRoleBindingsResponse) Unmarshal(b []byte) error

func (*BatchGetRoleBindingsResponse) UnmarshalJSON

func (m *BatchGetRoleBindingsResponse) UnmarshalJSON(data []byte) error

type BatchGetRoleBindingsResponseFieldPathBuilder

type BatchGetRoleBindingsResponseFieldPathBuilder struct{}

func NewBatchGetRoleBindingsResponseFieldPathBuilder

func NewBatchGetRoleBindingsResponseFieldPathBuilder() BatchGetRoleBindingsResponseFieldPathBuilder

func (BatchGetRoleBindingsResponseFieldPathBuilder) Missing

func (BatchGetRoleBindingsResponseFieldPathBuilder) RoleBindings

type BatchGetRoleBindingsResponseMapPathSelectorRoleBindingsConditionBindingParameters

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

func (BatchGetRoleBindingsResponseMapPathSelectorRoleBindingsConditionBindingParameters) FieldPath

func (BatchGetRoleBindingsResponseMapPathSelectorRoleBindingsConditionBindingParameters) WithArrayOfValues

func (BatchGetRoleBindingsResponseMapPathSelectorRoleBindingsConditionBindingParameters) WithValue

type BatchGetRoleBindingsResponseMapPathSelectorRoleBindingsMetadataAnnotations

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

func (BatchGetRoleBindingsResponseMapPathSelectorRoleBindingsMetadataAnnotations) FieldPath

func (BatchGetRoleBindingsResponseMapPathSelectorRoleBindingsMetadataAnnotations) WithArrayOfValues

func (BatchGetRoleBindingsResponseMapPathSelectorRoleBindingsMetadataAnnotations) WithValue

type BatchGetRoleBindingsResponseMapPathSelectorRoleBindingsMetadataLabels

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

func (BatchGetRoleBindingsResponseMapPathSelectorRoleBindingsMetadataLabels) FieldPath

func (BatchGetRoleBindingsResponseMapPathSelectorRoleBindingsMetadataLabels) WithArrayOfValues

func (BatchGetRoleBindingsResponseMapPathSelectorRoleBindingsMetadataLabels) WithValue

type BatchGetRoleBindingsResponseMapPathSelectorRoleBindingsMetadataShards

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

func (BatchGetRoleBindingsResponseMapPathSelectorRoleBindingsMetadataShards) FieldPath

func (BatchGetRoleBindingsResponseMapPathSelectorRoleBindingsMetadataShards) WithArrayOfValues

func (BatchGetRoleBindingsResponseMapPathSelectorRoleBindingsMetadataShards) WithValue

type BatchGetRoleBindingsResponsePathSelectorMissing

type BatchGetRoleBindingsResponsePathSelectorMissing struct{}

func (BatchGetRoleBindingsResponsePathSelectorMissing) FieldPath

func (BatchGetRoleBindingsResponsePathSelectorMissing) WithArrayOfValues

func (BatchGetRoleBindingsResponsePathSelectorMissing) WithValue

type BatchGetRoleBindingsResponsePathSelectorRoleBindings

type BatchGetRoleBindingsResponsePathSelectorRoleBindings struct{}

func (BatchGetRoleBindingsResponsePathSelectorRoleBindings) AncestryPath

func (BatchGetRoleBindingsResponsePathSelectorRoleBindings) FieldPath

func (BatchGetRoleBindingsResponsePathSelectorRoleBindings) Member

func (BatchGetRoleBindingsResponsePathSelectorRoleBindings) Metadata

func (BatchGetRoleBindingsResponsePathSelectorRoleBindings) Name

func (BatchGetRoleBindingsResponsePathSelectorRoleBindings) Role

func (BatchGetRoleBindingsResponsePathSelectorRoleBindings) WithArrayOfValues

func (BatchGetRoleBindingsResponsePathSelectorRoleBindings) WithSubArrayItemValue

func (BatchGetRoleBindingsResponsePathSelectorRoleBindings) WithSubArrayOfValues

func (BatchGetRoleBindingsResponsePathSelectorRoleBindings) WithSubPath

func (BatchGetRoleBindingsResponsePathSelectorRoleBindings) WithSubValue

func (BatchGetRoleBindingsResponsePathSelectorRoleBindings) WithValue

type BatchGetRoleBindingsResponsePathSelectorRoleBindingsAncestryPath

type BatchGetRoleBindingsResponsePathSelectorRoleBindingsAncestryPath struct{}

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsAncestryPath) FieldPath

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsAncestryPath) WithArrayOfValues

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsAncestryPath) WithItemValue

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsAncestryPath) WithValue

type BatchGetRoleBindingsResponsePathSelectorRoleBindingsAncestryPathMember

type BatchGetRoleBindingsResponsePathSelectorRoleBindingsAncestryPathMember struct{}

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsAncestryPathMember) FieldPath

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsAncestryPathMember) WithArrayOfValues

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsAncestryPathMember) WithValue

type BatchGetRoleBindingsResponsePathSelectorRoleBindingsAncestryPathParent

type BatchGetRoleBindingsResponsePathSelectorRoleBindingsAncestryPathParent struct{}

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsAncestryPathParent) FieldPath

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsAncestryPathParent) WithArrayOfValues

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsAncestryPathParent) WithValue

type BatchGetRoleBindingsResponsePathSelectorRoleBindingsConditionBinding

type BatchGetRoleBindingsResponsePathSelectorRoleBindingsConditionBinding struct{}

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsConditionBinding) FieldPath

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsConditionBinding) WithArrayOfValues

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsConditionBinding) WithValue

type BatchGetRoleBindingsResponsePathSelectorRoleBindingsConditionBindingCondition

type BatchGetRoleBindingsResponsePathSelectorRoleBindingsConditionBindingCondition struct{}

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsConditionBindingCondition) FieldPath

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsConditionBindingCondition) WithArrayOfValues

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsConditionBindingCondition) WithValue

type BatchGetRoleBindingsResponsePathSelectorRoleBindingsConditionBindingParameters

type BatchGetRoleBindingsResponsePathSelectorRoleBindingsConditionBindingParameters struct{}

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsConditionBindingParameters) FieldPath

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsConditionBindingParameters) WithArrayOfValues

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsConditionBindingParameters) WithValue

type BatchGetRoleBindingsResponsePathSelectorRoleBindingsMember

type BatchGetRoleBindingsResponsePathSelectorRoleBindingsMember struct{}

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMember) FieldPath

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMember) WithArrayOfValues

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMember) WithValue

type BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadata

type BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadata struct{}

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadata) DeleteTime added in v0.8.0

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadata) FieldPath

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadata) Lifecycle added in v0.8.0

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadata) Tags

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadata) Uuid

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadata) WithArrayOfValues

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadata) WithValue

type BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataAnnotations

type BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataAnnotations struct{}

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataAnnotations) FieldPath

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataAnnotations) WithArrayOfValues

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataAnnotations) WithValue

type BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataCreateTime

type BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataCreateTime struct{}

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataCreateTime) FieldPath

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataCreateTime) WithArrayOfValues

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataCreateTime) WithValue

type BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataDeleteTime added in v0.8.0

type BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataDeleteTime struct{}

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataDeleteTime) FieldPath added in v0.8.0

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataDeleteTime) WithArrayOfValues added in v0.8.0

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataDeleteTime) WithValue added in v0.8.0

type BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataGeneration

type BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataGeneration struct{}

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataGeneration) FieldPath

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataGeneration) WithArrayOfValues

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataGeneration) WithValue

type BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataLabels

type BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataLabels struct{}

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataLabels) FieldPath

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataLabels) WithArrayOfValues

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataLabels) WithKey

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataLabels) WithValue

type BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataLifecycle added in v0.8.0

type BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataLifecycle struct{}

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataLifecycle) BlockDeletion added in v0.8.0

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataLifecycle) FieldPath added in v0.8.0

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataLifecycle) State added in v0.8.0

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataLifecycle) WithArrayOfValues added in v0.8.0

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataLifecycle) WithValue added in v0.8.0

type BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataLifecycleBlockDeletion added in v0.8.0

type BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataLifecycleBlockDeletion struct{}

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataLifecycleBlockDeletion) FieldPath added in v0.8.0

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.8.0

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataLifecycleBlockDeletion) WithValue added in v0.8.0

type BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataLifecycleState added in v0.8.0

type BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataLifecycleState struct{}

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataLifecycleState) FieldPath added in v0.8.0

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataLifecycleState) WithArrayOfValues added in v0.8.0

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataLifecycleState) WithValue added in v0.8.0

type BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferences

type BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferences struct{}

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferences) FieldPath

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferences) Region added in v0.8.0

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferences) RequiresOwnerReference added in v0.8.0

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferences) Version added in v0.8.0

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferences) WithArrayOfValues

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferences) WithItemValue

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferences) WithValue

type BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferencesBlockOwnerDeletion

type BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferencesController

type BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferencesController struct{}

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferencesController) FieldPath

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferencesController) WithArrayOfValues

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferencesController) WithValue

type BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferencesKind

type BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferencesKind struct{}

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferencesKind) FieldPath

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferencesKind) WithArrayOfValues

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferencesKind) WithValue

type BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferencesName

type BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferencesName struct{}

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferencesName) FieldPath

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferencesName) WithArrayOfValues

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferencesName) WithValue

type BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferencesRegion added in v0.8.0

type BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferencesRegion struct{}

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferencesRegion) FieldPath added in v0.8.0

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.8.0

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferencesRegion) WithValue added in v0.8.0

type BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferencesRequiresOwnerReference added in v0.8.0

type BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferencesRequiresOwnerReference struct{}

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.8.0

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.8.0

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.8.0

type BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferencesVersion added in v0.8.0

type BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferencesVersion struct{}

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferencesVersion) FieldPath added in v0.8.0

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.8.0

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferencesVersion) WithValue added in v0.8.0

type BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataResourceVersion

type BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataResourceVersion struct{}

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataResourceVersion) FieldPath

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataResourceVersion) WithArrayOfValues

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataResourceVersion) WithValue

type BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataShards

type BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataShards struct{}

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataShards) FieldPath

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataShards) WithArrayOfValues

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataShards) WithKey

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataShards) WithValue

type BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataSyncing

type BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataSyncing struct{}

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataSyncing) FieldPath

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataSyncing) WithArrayOfValues

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataSyncing) WithValue

type BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataSyncingOwningRegion

type BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataSyncingOwningRegion struct{}

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataSyncingOwningRegion) FieldPath

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataSyncingOwningRegion) WithArrayOfValues

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataSyncingOwningRegion) WithValue

type BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataSyncingRegions

type BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataSyncingRegions struct{}

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataSyncingRegions) FieldPath

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataSyncingRegions) WithArrayOfValues

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataSyncingRegions) WithItemValue

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataSyncingRegions) WithValue

type BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataTags

type BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataTags struct{}

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataTags) FieldPath

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataTags) WithArrayOfValues

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataTags) WithItemValue

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataTags) WithValue

type BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataUpdateTime

type BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataUpdateTime struct{}

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataUpdateTime) FieldPath

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataUpdateTime) WithArrayOfValues

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataUpdateTime) WithValue

type BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataUuid

type BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataUuid struct{}

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataUuid) FieldPath

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataUuid) WithArrayOfValues

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsMetadataUuid) WithValue

type BatchGetRoleBindingsResponsePathSelectorRoleBindingsName

type BatchGetRoleBindingsResponsePathSelectorRoleBindingsName struct{}

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsName) FieldPath

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsName) WithArrayOfValues

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsName) WithValue

type BatchGetRoleBindingsResponsePathSelectorRoleBindingsRole

type BatchGetRoleBindingsResponsePathSelectorRoleBindingsRole struct{}

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsRole) FieldPath

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsRole) WithArrayOfValues

func (BatchGetRoleBindingsResponsePathSelectorRoleBindingsRole) WithValue

type BatchGetRoleBindingsResponse_FieldMask

type BatchGetRoleBindingsResponse_FieldMask struct {
	Paths []BatchGetRoleBindingsResponse_FieldPath
}

func FullBatchGetRoleBindingsResponse_FieldMask

func FullBatchGetRoleBindingsResponse_FieldMask() *BatchGetRoleBindingsResponse_FieldMask

func (*BatchGetRoleBindingsResponse_FieldMask) AppendPath

func (*BatchGetRoleBindingsResponse_FieldMask) AppendRawPath

func (fieldMask *BatchGetRoleBindingsResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*BatchGetRoleBindingsResponse_FieldMask) DecodeFirestore

func (fieldMask *BatchGetRoleBindingsResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*BatchGetRoleBindingsResponse_FieldMask) EncodeFirestore

func (fieldMask *BatchGetRoleBindingsResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*BatchGetRoleBindingsResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*BatchGetRoleBindingsResponse_FieldMask) FromProtoFieldMask

func (fieldMask *BatchGetRoleBindingsResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*BatchGetRoleBindingsResponse_FieldMask) GetPaths

func (*BatchGetRoleBindingsResponse_FieldMask) GetRawPaths

func (*BatchGetRoleBindingsResponse_FieldMask) IsFull

func (fieldMask *BatchGetRoleBindingsResponse_FieldMask) IsFull() bool

func (BatchGetRoleBindingsResponse_FieldMask) Marshal

func (fieldMask BatchGetRoleBindingsResponse_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (BatchGetRoleBindingsResponse_FieldMask) MarshalJSON

func (fieldMask BatchGetRoleBindingsResponse_FieldMask) MarshalJSON() ([]byte, error)

func (*BatchGetRoleBindingsResponse_FieldMask) PathsCount

func (fieldMask *BatchGetRoleBindingsResponse_FieldMask) PathsCount() int

func (*BatchGetRoleBindingsResponse_FieldMask) Project

func (*BatchGetRoleBindingsResponse_FieldMask) ProjectRaw

func (*BatchGetRoleBindingsResponse_FieldMask) ProtoMessage

func (fieldMask *BatchGetRoleBindingsResponse_FieldMask) ProtoMessage()

func (*BatchGetRoleBindingsResponse_FieldMask) ProtoReflect

func (fieldMask *BatchGetRoleBindingsResponse_FieldMask) ProtoReflect() preflect.Message

func (*BatchGetRoleBindingsResponse_FieldMask) Reset

func (fieldMask *BatchGetRoleBindingsResponse_FieldMask) Reset()

func (*BatchGetRoleBindingsResponse_FieldMask) Set

func (*BatchGetRoleBindingsResponse_FieldMask) SetFromCliFlag

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

func (*BatchGetRoleBindingsResponse_FieldMask) SetRaw

func (fieldMask *BatchGetRoleBindingsResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*BatchGetRoleBindingsResponse_FieldMask) Size

func (fieldMask *BatchGetRoleBindingsResponse_FieldMask) Size() int

func (*BatchGetRoleBindingsResponse_FieldMask) String

func (fieldMask *BatchGetRoleBindingsResponse_FieldMask) String() string

func (*BatchGetRoleBindingsResponse_FieldMask) Subtract

func (*BatchGetRoleBindingsResponse_FieldMask) SubtractRaw

func (*BatchGetRoleBindingsResponse_FieldMask) ToProtoFieldMask

func (fieldMask *BatchGetRoleBindingsResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*BatchGetRoleBindingsResponse_FieldMask) Unmarshal

func (fieldMask *BatchGetRoleBindingsResponse_FieldMask) Unmarshal(data []byte) error

func (*BatchGetRoleBindingsResponse_FieldMask) UnmarshalJSON

func (fieldMask *BatchGetRoleBindingsResponse_FieldMask) UnmarshalJSON(data []byte) error

type BatchGetRoleBindingsResponse_FieldPath

type BatchGetRoleBindingsResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() BatchGetRoleBindingsResponse_FieldPathSelector
	Get(source *BatchGetRoleBindingsResponse) []interface{}
	GetSingle(source *BatchGetRoleBindingsResponse) (interface{}, bool)
	ClearValue(item *BatchGetRoleBindingsResponse)

	// Those methods build corresponding BatchGetRoleBindingsResponse_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) BatchGetRoleBindingsResponse_FieldPathValue
	WithIArrayOfValues(values interface{}) BatchGetRoleBindingsResponse_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) BatchGetRoleBindingsResponse_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseBatchGetRoleBindingsResponse_FieldPath

func MustParseBatchGetRoleBindingsResponse_FieldPath(rawField string) BatchGetRoleBindingsResponse_FieldPath

func ParseBatchGetRoleBindingsResponse_FieldPath

func ParseBatchGetRoleBindingsResponse_FieldPath(rawField string) (BatchGetRoleBindingsResponse_FieldPath, error)

type BatchGetRoleBindingsResponse_FieldPathArrayItemValue

type BatchGetRoleBindingsResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	BatchGetRoleBindingsResponse_FieldPath
	ContainsValue(*BatchGetRoleBindingsResponse) bool
}

BatchGetRoleBindingsResponse_FieldPathArrayItemValue allows storing single item in Path-specific values for BatchGetRoleBindingsResponse according to their type Present only for array (repeated) types.

func MustParseBatchGetRoleBindingsResponse_FieldPathArrayItemValue

func MustParseBatchGetRoleBindingsResponse_FieldPathArrayItemValue(pathStr, valueStr string) BatchGetRoleBindingsResponse_FieldPathArrayItemValue

func ParseBatchGetRoleBindingsResponse_FieldPathArrayItemValue

func ParseBatchGetRoleBindingsResponse_FieldPathArrayItemValue(pathStr, valueStr string) (BatchGetRoleBindingsResponse_FieldPathArrayItemValue, error)

ParseBatchGetRoleBindingsResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type BatchGetRoleBindingsResponse_FieldPathArrayOfValues

type BatchGetRoleBindingsResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	BatchGetRoleBindingsResponse_FieldPath
}

BatchGetRoleBindingsResponse_FieldPathArrayOfValues allows storing slice of values for BatchGetRoleBindingsResponse fields according to their type

func MustParseBatchGetRoleBindingsResponse_FieldPathArrayOfValues

func MustParseBatchGetRoleBindingsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) BatchGetRoleBindingsResponse_FieldPathArrayOfValues

func ParseBatchGetRoleBindingsResponse_FieldPathArrayOfValues

func ParseBatchGetRoleBindingsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (BatchGetRoleBindingsResponse_FieldPathArrayOfValues, error)

type BatchGetRoleBindingsResponse_FieldPathSelector

type BatchGetRoleBindingsResponse_FieldPathSelector int32
const (
	BatchGetRoleBindingsResponse_FieldPathSelectorRoleBindings BatchGetRoleBindingsResponse_FieldPathSelector = 0
	BatchGetRoleBindingsResponse_FieldPathSelectorMissing      BatchGetRoleBindingsResponse_FieldPathSelector = 1
)

func (BatchGetRoleBindingsResponse_FieldPathSelector) String

type BatchGetRoleBindingsResponse_FieldPathValue

type BatchGetRoleBindingsResponse_FieldPathValue interface {
	BatchGetRoleBindingsResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **BatchGetRoleBindingsResponse)
	CompareWith(*BatchGetRoleBindingsResponse) (cmp int, comparable bool)
}

BatchGetRoleBindingsResponse_FieldPathValue allows storing values for BatchGetRoleBindingsResponse fields according to their type

func MustParseBatchGetRoleBindingsResponse_FieldPathValue

func MustParseBatchGetRoleBindingsResponse_FieldPathValue(pathStr, valueStr string) BatchGetRoleBindingsResponse_FieldPathValue

func ParseBatchGetRoleBindingsResponse_FieldPathValue

func ParseBatchGetRoleBindingsResponse_FieldPathValue(pathStr, valueStr string) (BatchGetRoleBindingsResponse_FieldPathValue, error)

type BatchGetRoleBindingsResponse_FieldSubPath

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

func (*BatchGetRoleBindingsResponse_FieldSubPath) AsRoleBindingsSubPath

func (*BatchGetRoleBindingsResponse_FieldSubPath) ClearValue

func (*BatchGetRoleBindingsResponse_FieldSubPath) ClearValueRaw

func (fps *BatchGetRoleBindingsResponse_FieldSubPath) ClearValueRaw(item proto.Message)

func (*BatchGetRoleBindingsResponse_FieldSubPath) Get

func (fps *BatchGetRoleBindingsResponse_FieldSubPath) Get(source *BatchGetRoleBindingsResponse) (values []interface{})

Get returns all values pointed by selected field from source BatchGetRoleBindingsResponse

func (*BatchGetRoleBindingsResponse_FieldSubPath) GetDefault

func (fps *BatchGetRoleBindingsResponse_FieldSubPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*BatchGetRoleBindingsResponse_FieldSubPath) GetRaw

func (fps *BatchGetRoleBindingsResponse_FieldSubPath) GetRaw(source proto.Message) []interface{}

func (*BatchGetRoleBindingsResponse_FieldSubPath) GetSingle

func (fps *BatchGetRoleBindingsResponse_FieldSubPath) GetSingle(source *BatchGetRoleBindingsResponse) (interface{}, bool)

GetSingle returns value of selected field from source BatchGetRoleBindingsResponse

func (*BatchGetRoleBindingsResponse_FieldSubPath) GetSingleRaw

func (fps *BatchGetRoleBindingsResponse_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*BatchGetRoleBindingsResponse_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*BatchGetRoleBindingsResponse_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetRoleBindingsResponse_FieldSubPath) Selector

func (*BatchGetRoleBindingsResponse_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*BatchGetRoleBindingsResponse_FieldSubPath) String

String returns path representation in proto convention

func (*BatchGetRoleBindingsResponse_FieldSubPath) WithIArrayItemValue

func (*BatchGetRoleBindingsResponse_FieldSubPath) WithIArrayOfValues

func (*BatchGetRoleBindingsResponse_FieldSubPath) WithIValue

func (*BatchGetRoleBindingsResponse_FieldSubPath) WithRawIArrayItemValue

func (fps *BatchGetRoleBindingsResponse_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*BatchGetRoleBindingsResponse_FieldSubPath) WithRawIArrayOfValues

func (fps *BatchGetRoleBindingsResponse_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*BatchGetRoleBindingsResponse_FieldSubPath) WithRawIValue

func (fps *BatchGetRoleBindingsResponse_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type BatchGetRoleBindingsResponse_FieldSubPathArrayItemValue

type BatchGetRoleBindingsResponse_FieldSubPathArrayItemValue struct {
	BatchGetRoleBindingsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*BatchGetRoleBindingsResponse_FieldSubPathArrayItemValue) AsRoleBindingsPathItemValue

func (*BatchGetRoleBindingsResponse_FieldSubPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'BatchGetRoleBindingsResponse'

func (*BatchGetRoleBindingsResponse_FieldSubPathArrayItemValue) GetRawItemValue

func (fpaivs *BatchGetRoleBindingsResponse_FieldSubPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored array item value

type BatchGetRoleBindingsResponse_FieldSubPathArrayOfValues

type BatchGetRoleBindingsResponse_FieldSubPathArrayOfValues struct {
	BatchGetRoleBindingsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*BatchGetRoleBindingsResponse_FieldSubPathArrayOfValues) AsRoleBindingsPathArrayOfValues

func (*BatchGetRoleBindingsResponse_FieldSubPathArrayOfValues) GetRawValues

func (fpsaov *BatchGetRoleBindingsResponse_FieldSubPathArrayOfValues) GetRawValues() []interface{}

type BatchGetRoleBindingsResponse_FieldSubPathValue

type BatchGetRoleBindingsResponse_FieldSubPathValue struct {
	BatchGetRoleBindingsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*BatchGetRoleBindingsResponse_FieldSubPathValue) AsRoleBindingsPathValue

func (*BatchGetRoleBindingsResponse_FieldSubPathValue) CompareWith

func (*BatchGetRoleBindingsResponse_FieldSubPathValue) CompareWithRaw

func (fpvs *BatchGetRoleBindingsResponse_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*BatchGetRoleBindingsResponse_FieldSubPathValue) GetRawValue

func (fpvs *BatchGetRoleBindingsResponse_FieldSubPathValue) GetRawValue() interface{}

func (*BatchGetRoleBindingsResponse_FieldSubPathValue) SetTo

func (*BatchGetRoleBindingsResponse_FieldSubPathValue) SetToRaw

type BatchGetRoleBindingsResponse_FieldTerminalPath

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

func (*BatchGetRoleBindingsResponse_FieldTerminalPath) ClearValue

func (*BatchGetRoleBindingsResponse_FieldTerminalPath) ClearValueRaw

func (*BatchGetRoleBindingsResponse_FieldTerminalPath) Get

func (fp *BatchGetRoleBindingsResponse_FieldTerminalPath) Get(source *BatchGetRoleBindingsResponse) (values []interface{})

Get returns all values pointed by specific field from source BatchGetRoleBindingsResponse

func (*BatchGetRoleBindingsResponse_FieldTerminalPath) GetDefault

func (fp *BatchGetRoleBindingsResponse_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*BatchGetRoleBindingsResponse_FieldTerminalPath) GetRaw

func (fp *BatchGetRoleBindingsResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*BatchGetRoleBindingsResponse_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source BatchGetRoleBindingsResponse

func (*BatchGetRoleBindingsResponse_FieldTerminalPath) GetSingleRaw

func (fp *BatchGetRoleBindingsResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*BatchGetRoleBindingsResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*BatchGetRoleBindingsResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetRoleBindingsResponse_FieldTerminalPath) Selector

func (*BatchGetRoleBindingsResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*BatchGetRoleBindingsResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*BatchGetRoleBindingsResponse_FieldTerminalPath) WithIArrayItemValue

func (*BatchGetRoleBindingsResponse_FieldTerminalPath) WithIArrayOfValues

func (*BatchGetRoleBindingsResponse_FieldTerminalPath) WithIValue

func (*BatchGetRoleBindingsResponse_FieldTerminalPath) WithRawIArrayItemValue

func (fp *BatchGetRoleBindingsResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*BatchGetRoleBindingsResponse_FieldTerminalPath) WithRawIArrayOfValues

func (fp *BatchGetRoleBindingsResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*BatchGetRoleBindingsResponse_FieldTerminalPath) WithRawIValue

func (fp *BatchGetRoleBindingsResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type BatchGetRoleBindingsResponse_FieldTerminalPathArrayItemValue

type BatchGetRoleBindingsResponse_FieldTerminalPathArrayItemValue struct {
	BatchGetRoleBindingsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetRoleBindingsResponse_FieldTerminalPathArrayItemValue) AsMissingItemValue

func (*BatchGetRoleBindingsResponse_FieldTerminalPathArrayItemValue) AsRoleBindingsItemValue

func (*BatchGetRoleBindingsResponse_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'BatchGetRoleBindingsResponse'

func (*BatchGetRoleBindingsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *BatchGetRoleBindingsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object BatchGetRoleBindingsResponse as interface{}

func (*BatchGetRoleBindingsResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*BatchGetRoleBindingsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *BatchGetRoleBindingsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type BatchGetRoleBindingsResponse_FieldTerminalPathArrayOfValues

type BatchGetRoleBindingsResponse_FieldTerminalPathArrayOfValues struct {
	BatchGetRoleBindingsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetRoleBindingsResponse_FieldTerminalPathArrayOfValues) AsMissingArrayOfValues

func (*BatchGetRoleBindingsResponse_FieldTerminalPathArrayOfValues) AsRoleBindingsArrayOfValues

func (*BatchGetRoleBindingsResponse_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *BatchGetRoleBindingsResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type BatchGetRoleBindingsResponse_FieldTerminalPathValue

type BatchGetRoleBindingsResponse_FieldTerminalPathValue struct {
	BatchGetRoleBindingsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetRoleBindingsResponse_FieldTerminalPathValue) AsMissingValue

func (*BatchGetRoleBindingsResponse_FieldTerminalPathValue) AsRoleBindingsValue

func (*BatchGetRoleBindingsResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'BatchGetRoleBindingsResponse_FieldTerminalPathValue' with the value under path in 'BatchGetRoleBindingsResponse'.

func (*BatchGetRoleBindingsResponse_FieldTerminalPathValue) CompareWithRaw

func (*BatchGetRoleBindingsResponse_FieldTerminalPathValue) GetRawValue

func (fpv *BatchGetRoleBindingsResponse_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'BatchGetRoleBindingsResponse' as interface{}

func (*BatchGetRoleBindingsResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object BatchGetRoleBindingsResponse

func (*BatchGetRoleBindingsResponse_FieldTerminalPathValue) SetToRaw

type CreateRoleBindingDescriptor added in v0.4.28

type CreateRoleBindingDescriptor struct{}

func GetCreateRoleBindingDescriptor added in v0.4.28

func GetCreateRoleBindingDescriptor() *CreateRoleBindingDescriptor

func (*CreateRoleBindingDescriptor) GetApiDescriptor added in v0.4.28

func (*CreateRoleBindingDescriptor) GetApiName added in v0.4.28

func (d *CreateRoleBindingDescriptor) GetApiName() string

func (*CreateRoleBindingDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*CreateRoleBindingDescriptor) GetFullMethodName added in v0.4.28

func (d *CreateRoleBindingDescriptor) GetFullMethodName() string

func (*CreateRoleBindingDescriptor) GetMethodName added in v0.4.28

func (d *CreateRoleBindingDescriptor) GetMethodName() string

func (*CreateRoleBindingDescriptor) GetProtoPkgName added in v0.4.28

func (d *CreateRoleBindingDescriptor) GetProtoPkgName() string

func (*CreateRoleBindingDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*CreateRoleBindingDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*CreateRoleBindingDescriptor) GetServiceDomain added in v0.4.28

func (d *CreateRoleBindingDescriptor) GetServiceDomain() string

func (*CreateRoleBindingDescriptor) GetServiceVersion added in v0.4.28

func (d *CreateRoleBindingDescriptor) GetServiceVersion() string

func (*CreateRoleBindingDescriptor) GetVerb added in v0.4.28

func (d *CreateRoleBindingDescriptor) GetVerb() string

func (*CreateRoleBindingDescriptor) HasResource added in v0.4.30

func (d *CreateRoleBindingDescriptor) HasResource() bool

func (*CreateRoleBindingDescriptor) IsClientStream added in v0.4.28

func (d *CreateRoleBindingDescriptor) IsClientStream() bool

func (*CreateRoleBindingDescriptor) IsCollection added in v0.4.30

func (d *CreateRoleBindingDescriptor) IsCollection() bool

func (*CreateRoleBindingDescriptor) IsPlural added in v0.4.30

func (d *CreateRoleBindingDescriptor) IsPlural() bool

func (*CreateRoleBindingDescriptor) IsServerStream added in v0.4.28

func (d *CreateRoleBindingDescriptor) IsServerStream() bool

func (*CreateRoleBindingDescriptor) IsUnary added in v0.4.28

func (d *CreateRoleBindingDescriptor) IsUnary() bool

func (*CreateRoleBindingDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*CreateRoleBindingDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*CreateRoleBindingDescriptor) RequestHasResourceBody added in v0.4.28

func (d *CreateRoleBindingDescriptor) RequestHasResourceBody() bool

type CreateRoleBindingDescriptorClientMsgHandle added in v0.4.28

type CreateRoleBindingDescriptorClientMsgHandle struct{}

func (*CreateRoleBindingDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*CreateRoleBindingDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*CreateRoleBindingDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type CreateRoleBindingDescriptorServerMsgHandle added in v0.4.28

type CreateRoleBindingDescriptorServerMsgHandle struct{}

func (*CreateRoleBindingDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*CreateRoleBindingDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*CreateRoleBindingDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type CreateRoleBindingRequest

type CreateRoleBindingRequest struct {

	// Parent reference of ntt.iam.v1alpha.RoleBinding
	Parent *role_binding.ParentReference `protobuf:"bytes,1,opt,customtype=ParentReference,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// RoleBinding resource body
	RoleBinding *role_binding.RoleBinding `protobuf:"bytes,2,opt,name=role_binding,json=roleBinding,proto3" json:"role_binding,omitempty" firestore:"roleBinding"`
	// contains filtered or unexported fields
}

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

func (*CreateRoleBindingRequest) Clone

func (*CreateRoleBindingRequest) CloneRaw

func (*CreateRoleBindingRequest) Descriptor

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

Deprecated, Use CreateRoleBindingRequest.ProtoReflect.Descriptor instead.

func (*CreateRoleBindingRequest) GetParent

func (*CreateRoleBindingRequest) GetRoleBinding

func (m *CreateRoleBindingRequest) GetRoleBinding() *role_binding.RoleBinding

func (*CreateRoleBindingRequest) GotenMessage

func (*CreateRoleBindingRequest) GotenMessage()

func (*CreateRoleBindingRequest) GotenObjectExt

func (o *CreateRoleBindingRequest) GotenObjectExt()

func (*CreateRoleBindingRequest) GotenValidate

func (obj *CreateRoleBindingRequest) GotenValidate() error

func (*CreateRoleBindingRequest) MakeDiffFieldMask

func (*CreateRoleBindingRequest) MakeFullFieldMask

func (*CreateRoleBindingRequest) MakeRawDiffFieldMask

func (*CreateRoleBindingRequest) MakeRawFullFieldMask

func (o *CreateRoleBindingRequest) MakeRawFullFieldMask() gotenobject.FieldMask

func (*CreateRoleBindingRequest) Marshal

func (m *CreateRoleBindingRequest) Marshal() ([]byte, error)

func (*CreateRoleBindingRequest) MarshalJSON

func (m *CreateRoleBindingRequest) MarshalJSON() ([]byte, error)

func (*CreateRoleBindingRequest) Merge

func (*CreateRoleBindingRequest) MergeRaw

func (*CreateRoleBindingRequest) ProtoMessage

func (*CreateRoleBindingRequest) ProtoMessage()

func (*CreateRoleBindingRequest) ProtoReflect

func (m *CreateRoleBindingRequest) ProtoReflect() preflect.Message

func (*CreateRoleBindingRequest) Reset

func (m *CreateRoleBindingRequest) Reset()

func (*CreateRoleBindingRequest) SetParent

func (*CreateRoleBindingRequest) SetRoleBinding

func (m *CreateRoleBindingRequest) SetRoleBinding(fv *role_binding.RoleBinding)

func (*CreateRoleBindingRequest) String

func (m *CreateRoleBindingRequest) String() string

func (*CreateRoleBindingRequest) Unmarshal

func (m *CreateRoleBindingRequest) Unmarshal(b []byte) error

func (*CreateRoleBindingRequest) UnmarshalJSON

func (m *CreateRoleBindingRequest) UnmarshalJSON(data []byte) error

type CreateRoleBindingRequestFieldPathBuilder

type CreateRoleBindingRequestFieldPathBuilder struct{}

func NewCreateRoleBindingRequestFieldPathBuilder

func NewCreateRoleBindingRequestFieldPathBuilder() CreateRoleBindingRequestFieldPathBuilder

func (CreateRoleBindingRequestFieldPathBuilder) Parent

func (CreateRoleBindingRequestFieldPathBuilder) RoleBinding

type CreateRoleBindingRequestMapPathSelectorRoleBindingConditionBindingParameters

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

func (CreateRoleBindingRequestMapPathSelectorRoleBindingConditionBindingParameters) FieldPath

func (CreateRoleBindingRequestMapPathSelectorRoleBindingConditionBindingParameters) WithArrayOfValues

func (CreateRoleBindingRequestMapPathSelectorRoleBindingConditionBindingParameters) WithValue

type CreateRoleBindingRequestMapPathSelectorRoleBindingMetadataAnnotations

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

func (CreateRoleBindingRequestMapPathSelectorRoleBindingMetadataAnnotations) FieldPath

func (CreateRoleBindingRequestMapPathSelectorRoleBindingMetadataAnnotations) WithArrayOfValues

func (CreateRoleBindingRequestMapPathSelectorRoleBindingMetadataAnnotations) WithValue

type CreateRoleBindingRequestMapPathSelectorRoleBindingMetadataLabels

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

func (CreateRoleBindingRequestMapPathSelectorRoleBindingMetadataLabels) FieldPath

func (CreateRoleBindingRequestMapPathSelectorRoleBindingMetadataLabels) WithArrayOfValues

func (CreateRoleBindingRequestMapPathSelectorRoleBindingMetadataLabels) WithValue

type CreateRoleBindingRequestMapPathSelectorRoleBindingMetadataShards

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

func (CreateRoleBindingRequestMapPathSelectorRoleBindingMetadataShards) FieldPath

func (CreateRoleBindingRequestMapPathSelectorRoleBindingMetadataShards) WithArrayOfValues

func (CreateRoleBindingRequestMapPathSelectorRoleBindingMetadataShards) WithValue

type CreateRoleBindingRequestPathSelectorParent

type CreateRoleBindingRequestPathSelectorParent struct{}

func (CreateRoleBindingRequestPathSelectorParent) FieldPath

func (CreateRoleBindingRequestPathSelectorParent) WithArrayOfValues

func (CreateRoleBindingRequestPathSelectorParent) WithValue

type CreateRoleBindingRequestPathSelectorRoleBinding

type CreateRoleBindingRequestPathSelectorRoleBinding struct{}

func (CreateRoleBindingRequestPathSelectorRoleBinding) AncestryPath

func (CreateRoleBindingRequestPathSelectorRoleBinding) ConditionBinding

func (CreateRoleBindingRequestPathSelectorRoleBinding) FieldPath

func (CreateRoleBindingRequestPathSelectorRoleBinding) Member

func (CreateRoleBindingRequestPathSelectorRoleBinding) Metadata

func (CreateRoleBindingRequestPathSelectorRoleBinding) Name

func (CreateRoleBindingRequestPathSelectorRoleBinding) Role

func (CreateRoleBindingRequestPathSelectorRoleBinding) WithArrayOfValues

func (CreateRoleBindingRequestPathSelectorRoleBinding) WithSubArrayItemValue

func (CreateRoleBindingRequestPathSelectorRoleBinding) WithSubArrayOfValues

func (CreateRoleBindingRequestPathSelectorRoleBinding) WithSubPath

func (CreateRoleBindingRequestPathSelectorRoleBinding) WithSubValue

func (CreateRoleBindingRequestPathSelectorRoleBinding) WithValue

type CreateRoleBindingRequestPathSelectorRoleBindingAncestryPath

type CreateRoleBindingRequestPathSelectorRoleBindingAncestryPath struct{}

func (CreateRoleBindingRequestPathSelectorRoleBindingAncestryPath) FieldPath

func (CreateRoleBindingRequestPathSelectorRoleBindingAncestryPath) Member

func (CreateRoleBindingRequestPathSelectorRoleBindingAncestryPath) Parent

func (CreateRoleBindingRequestPathSelectorRoleBindingAncestryPath) WithArrayOfValues

func (CreateRoleBindingRequestPathSelectorRoleBindingAncestryPath) WithItemValue

func (CreateRoleBindingRequestPathSelectorRoleBindingAncestryPath) WithValue

type CreateRoleBindingRequestPathSelectorRoleBindingAncestryPathMember

type CreateRoleBindingRequestPathSelectorRoleBindingAncestryPathMember struct{}

func (CreateRoleBindingRequestPathSelectorRoleBindingAncestryPathMember) FieldPath

func (CreateRoleBindingRequestPathSelectorRoleBindingAncestryPathMember) WithArrayOfValues

func (CreateRoleBindingRequestPathSelectorRoleBindingAncestryPathMember) WithValue

type CreateRoleBindingRequestPathSelectorRoleBindingAncestryPathParent

type CreateRoleBindingRequestPathSelectorRoleBindingAncestryPathParent struct{}

func (CreateRoleBindingRequestPathSelectorRoleBindingAncestryPathParent) FieldPath

func (CreateRoleBindingRequestPathSelectorRoleBindingAncestryPathParent) WithArrayOfValues

func (CreateRoleBindingRequestPathSelectorRoleBindingAncestryPathParent) WithValue

type CreateRoleBindingRequestPathSelectorRoleBindingConditionBinding

type CreateRoleBindingRequestPathSelectorRoleBindingConditionBinding struct{}

func (CreateRoleBindingRequestPathSelectorRoleBindingConditionBinding) FieldPath

func (CreateRoleBindingRequestPathSelectorRoleBindingConditionBinding) WithArrayOfValues

func (CreateRoleBindingRequestPathSelectorRoleBindingConditionBinding) WithValue

type CreateRoleBindingRequestPathSelectorRoleBindingConditionBindingCondition

type CreateRoleBindingRequestPathSelectorRoleBindingConditionBindingCondition struct{}

func (CreateRoleBindingRequestPathSelectorRoleBindingConditionBindingCondition) FieldPath

func (CreateRoleBindingRequestPathSelectorRoleBindingConditionBindingCondition) WithArrayOfValues

func (CreateRoleBindingRequestPathSelectorRoleBindingConditionBindingCondition) WithValue

type CreateRoleBindingRequestPathSelectorRoleBindingConditionBindingParameters

type CreateRoleBindingRequestPathSelectorRoleBindingConditionBindingParameters struct{}

func (CreateRoleBindingRequestPathSelectorRoleBindingConditionBindingParameters) FieldPath

func (CreateRoleBindingRequestPathSelectorRoleBindingConditionBindingParameters) WithArrayOfValues

func (CreateRoleBindingRequestPathSelectorRoleBindingConditionBindingParameters) WithValue

type CreateRoleBindingRequestPathSelectorRoleBindingMember

type CreateRoleBindingRequestPathSelectorRoleBindingMember struct{}

func (CreateRoleBindingRequestPathSelectorRoleBindingMember) FieldPath

func (CreateRoleBindingRequestPathSelectorRoleBindingMember) WithArrayOfValues

func (CreateRoleBindingRequestPathSelectorRoleBindingMember) WithValue

type CreateRoleBindingRequestPathSelectorRoleBindingMetadata

type CreateRoleBindingRequestPathSelectorRoleBindingMetadata struct{}

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadata) CreateTime

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadata) DeleteTime added in v0.8.0

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadata) FieldPath

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadata) Generation

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadata) Labels

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadata) Lifecycle added in v0.8.0

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadata) Shards

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadata) Syncing

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadata) Tags

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadata) UpdateTime

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadata) Uuid

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadata) WithArrayOfValues

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadata) WithValue

type CreateRoleBindingRequestPathSelectorRoleBindingMetadataAnnotations

type CreateRoleBindingRequestPathSelectorRoleBindingMetadataAnnotations struct{}

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataAnnotations) FieldPath

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataAnnotations) WithArrayOfValues

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataAnnotations) WithKey

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataAnnotations) WithValue

type CreateRoleBindingRequestPathSelectorRoleBindingMetadataCreateTime

type CreateRoleBindingRequestPathSelectorRoleBindingMetadataCreateTime struct{}

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataCreateTime) FieldPath

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataCreateTime) WithArrayOfValues

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataCreateTime) WithValue

type CreateRoleBindingRequestPathSelectorRoleBindingMetadataDeleteTime added in v0.8.0

type CreateRoleBindingRequestPathSelectorRoleBindingMetadataDeleteTime struct{}

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataDeleteTime) FieldPath added in v0.8.0

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataDeleteTime) WithArrayOfValues added in v0.8.0

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataDeleteTime) WithValue added in v0.8.0

type CreateRoleBindingRequestPathSelectorRoleBindingMetadataGeneration

type CreateRoleBindingRequestPathSelectorRoleBindingMetadataGeneration struct{}

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataGeneration) FieldPath

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataGeneration) WithArrayOfValues

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataGeneration) WithValue

type CreateRoleBindingRequestPathSelectorRoleBindingMetadataLabels

type CreateRoleBindingRequestPathSelectorRoleBindingMetadataLabels struct{}

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataLabels) FieldPath

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataLabels) WithArrayOfValues

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataLabels) WithKey

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataLabels) WithValue

type CreateRoleBindingRequestPathSelectorRoleBindingMetadataLifecycle added in v0.8.0

type CreateRoleBindingRequestPathSelectorRoleBindingMetadataLifecycle struct{}

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataLifecycle) BlockDeletion added in v0.8.0

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataLifecycle) FieldPath added in v0.8.0

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataLifecycle) State added in v0.8.0

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataLifecycle) WithArrayOfValues added in v0.8.0

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataLifecycle) WithValue added in v0.8.0

type CreateRoleBindingRequestPathSelectorRoleBindingMetadataLifecycleBlockDeletion added in v0.8.0

type CreateRoleBindingRequestPathSelectorRoleBindingMetadataLifecycleBlockDeletion struct{}

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataLifecycleBlockDeletion) FieldPath added in v0.8.0

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.8.0

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataLifecycleBlockDeletion) WithValue added in v0.8.0

type CreateRoleBindingRequestPathSelectorRoleBindingMetadataLifecycleState added in v0.8.0

type CreateRoleBindingRequestPathSelectorRoleBindingMetadataLifecycleState struct{}

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataLifecycleState) FieldPath added in v0.8.0

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataLifecycleState) WithArrayOfValues added in v0.8.0

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataLifecycleState) WithValue added in v0.8.0

type CreateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferences

type CreateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferences struct{}

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferences) FieldPath

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferences) Region added in v0.8.0

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferences) RequiresOwnerReference added in v0.8.0

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferences) Version added in v0.8.0

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferences) WithArrayOfValues

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferences) WithItemValue

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferences) WithValue

type CreateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferencesBlockOwnerDeletion

type CreateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type CreateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferencesController

type CreateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferencesController struct{}

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferencesController) FieldPath

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferencesController) WithArrayOfValues

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferencesController) WithValue

type CreateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferencesKind

type CreateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferencesKind struct{}

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferencesKind) FieldPath

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferencesKind) WithArrayOfValues

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferencesKind) WithValue

type CreateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferencesName

type CreateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferencesName struct{}

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferencesName) FieldPath

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferencesName) WithArrayOfValues

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferencesName) WithValue

type CreateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferencesRegion added in v0.8.0

type CreateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferencesRegion struct{}

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferencesRegion) FieldPath added in v0.8.0

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.8.0

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferencesRegion) WithValue added in v0.8.0

type CreateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferencesRequiresOwnerReference added in v0.8.0

type CreateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferencesRequiresOwnerReference struct{}

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.8.0

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.8.0

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.8.0

type CreateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferencesVersion added in v0.8.0

type CreateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferencesVersion struct{}

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferencesVersion) FieldPath added in v0.8.0

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.8.0

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferencesVersion) WithValue added in v0.8.0

type CreateRoleBindingRequestPathSelectorRoleBindingMetadataResourceVersion

type CreateRoleBindingRequestPathSelectorRoleBindingMetadataResourceVersion struct{}

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataResourceVersion) FieldPath

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataResourceVersion) WithArrayOfValues

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataResourceVersion) WithValue

type CreateRoleBindingRequestPathSelectorRoleBindingMetadataShards

type CreateRoleBindingRequestPathSelectorRoleBindingMetadataShards struct{}

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataShards) FieldPath

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataShards) WithArrayOfValues

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataShards) WithKey

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataShards) WithValue

type CreateRoleBindingRequestPathSelectorRoleBindingMetadataSyncing

type CreateRoleBindingRequestPathSelectorRoleBindingMetadataSyncing struct{}

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataSyncing) FieldPath

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataSyncing) WithArrayOfValues

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataSyncing) WithValue

type CreateRoleBindingRequestPathSelectorRoleBindingMetadataSyncingOwningRegion

type CreateRoleBindingRequestPathSelectorRoleBindingMetadataSyncingOwningRegion struct{}

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataSyncingOwningRegion) FieldPath

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataSyncingOwningRegion) WithArrayOfValues

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataSyncingOwningRegion) WithValue

type CreateRoleBindingRequestPathSelectorRoleBindingMetadataSyncingRegions

type CreateRoleBindingRequestPathSelectorRoleBindingMetadataSyncingRegions struct{}

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataSyncingRegions) FieldPath

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataSyncingRegions) WithArrayOfValues

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataSyncingRegions) WithItemValue

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataSyncingRegions) WithValue

type CreateRoleBindingRequestPathSelectorRoleBindingMetadataTags

type CreateRoleBindingRequestPathSelectorRoleBindingMetadataTags struct{}

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataTags) FieldPath

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataTags) WithArrayOfValues

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataTags) WithItemValue

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataTags) WithValue

type CreateRoleBindingRequestPathSelectorRoleBindingMetadataUpdateTime

type CreateRoleBindingRequestPathSelectorRoleBindingMetadataUpdateTime struct{}

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataUpdateTime) FieldPath

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataUpdateTime) WithArrayOfValues

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataUpdateTime) WithValue

type CreateRoleBindingRequestPathSelectorRoleBindingMetadataUuid

type CreateRoleBindingRequestPathSelectorRoleBindingMetadataUuid struct{}

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataUuid) FieldPath

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataUuid) WithArrayOfValues

func (CreateRoleBindingRequestPathSelectorRoleBindingMetadataUuid) WithValue

type CreateRoleBindingRequestPathSelectorRoleBindingName

type CreateRoleBindingRequestPathSelectorRoleBindingName struct{}

func (CreateRoleBindingRequestPathSelectorRoleBindingName) FieldPath

func (CreateRoleBindingRequestPathSelectorRoleBindingName) WithArrayOfValues

func (CreateRoleBindingRequestPathSelectorRoleBindingName) WithValue

type CreateRoleBindingRequestPathSelectorRoleBindingRole

type CreateRoleBindingRequestPathSelectorRoleBindingRole struct{}

func (CreateRoleBindingRequestPathSelectorRoleBindingRole) FieldPath

func (CreateRoleBindingRequestPathSelectorRoleBindingRole) WithArrayOfValues

func (CreateRoleBindingRequestPathSelectorRoleBindingRole) WithValue

type CreateRoleBindingRequest_FieldMask

type CreateRoleBindingRequest_FieldMask struct {
	Paths []CreateRoleBindingRequest_FieldPath
}

func FullCreateRoleBindingRequest_FieldMask

func FullCreateRoleBindingRequest_FieldMask() *CreateRoleBindingRequest_FieldMask

func (*CreateRoleBindingRequest_FieldMask) AppendPath

func (*CreateRoleBindingRequest_FieldMask) AppendRawPath

func (fieldMask *CreateRoleBindingRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*CreateRoleBindingRequest_FieldMask) DecodeFirestore

func (fieldMask *CreateRoleBindingRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*CreateRoleBindingRequest_FieldMask) EncodeFirestore

func (fieldMask *CreateRoleBindingRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*CreateRoleBindingRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*CreateRoleBindingRequest_FieldMask) FromProtoFieldMask

func (fieldMask *CreateRoleBindingRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*CreateRoleBindingRequest_FieldMask) GetPaths

func (*CreateRoleBindingRequest_FieldMask) GetRawPaths

func (fieldMask *CreateRoleBindingRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*CreateRoleBindingRequest_FieldMask) IsFull

func (fieldMask *CreateRoleBindingRequest_FieldMask) IsFull() bool

func (CreateRoleBindingRequest_FieldMask) Marshal

func (fieldMask CreateRoleBindingRequest_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (CreateRoleBindingRequest_FieldMask) MarshalJSON

func (fieldMask CreateRoleBindingRequest_FieldMask) MarshalJSON() ([]byte, error)

func (*CreateRoleBindingRequest_FieldMask) PathsCount

func (fieldMask *CreateRoleBindingRequest_FieldMask) PathsCount() int

func (*CreateRoleBindingRequest_FieldMask) Project

func (*CreateRoleBindingRequest_FieldMask) ProjectRaw

func (*CreateRoleBindingRequest_FieldMask) ProtoMessage

func (fieldMask *CreateRoleBindingRequest_FieldMask) ProtoMessage()

func (*CreateRoleBindingRequest_FieldMask) ProtoReflect

func (fieldMask *CreateRoleBindingRequest_FieldMask) ProtoReflect() preflect.Message

func (*CreateRoleBindingRequest_FieldMask) Reset

func (fieldMask *CreateRoleBindingRequest_FieldMask) Reset()

func (*CreateRoleBindingRequest_FieldMask) Set

func (fieldMask *CreateRoleBindingRequest_FieldMask) Set(target, source *CreateRoleBindingRequest)

func (*CreateRoleBindingRequest_FieldMask) SetFromCliFlag

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

func (*CreateRoleBindingRequest_FieldMask) SetRaw

func (fieldMask *CreateRoleBindingRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*CreateRoleBindingRequest_FieldMask) Size

func (fieldMask *CreateRoleBindingRequest_FieldMask) Size() int

func (*CreateRoleBindingRequest_FieldMask) String

func (fieldMask *CreateRoleBindingRequest_FieldMask) String() string

func (*CreateRoleBindingRequest_FieldMask) Subtract

func (*CreateRoleBindingRequest_FieldMask) SubtractRaw

func (*CreateRoleBindingRequest_FieldMask) ToProtoFieldMask

func (fieldMask *CreateRoleBindingRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*CreateRoleBindingRequest_FieldMask) Unmarshal

func (fieldMask *CreateRoleBindingRequest_FieldMask) Unmarshal(data []byte) error

func (*CreateRoleBindingRequest_FieldMask) UnmarshalJSON

func (fieldMask *CreateRoleBindingRequest_FieldMask) UnmarshalJSON(data []byte) error

type CreateRoleBindingRequest_FieldPath

type CreateRoleBindingRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() CreateRoleBindingRequest_FieldPathSelector
	Get(source *CreateRoleBindingRequest) []interface{}
	GetSingle(source *CreateRoleBindingRequest) (interface{}, bool)
	ClearValue(item *CreateRoleBindingRequest)

	// Those methods build corresponding CreateRoleBindingRequest_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) CreateRoleBindingRequest_FieldPathValue
	WithIArrayOfValues(values interface{}) CreateRoleBindingRequest_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) CreateRoleBindingRequest_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseCreateRoleBindingRequest_FieldPath

func MustParseCreateRoleBindingRequest_FieldPath(rawField string) CreateRoleBindingRequest_FieldPath

func ParseCreateRoleBindingRequest_FieldPath

func ParseCreateRoleBindingRequest_FieldPath(rawField string) (CreateRoleBindingRequest_FieldPath, error)

type CreateRoleBindingRequest_FieldPathArrayItemValue

type CreateRoleBindingRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	CreateRoleBindingRequest_FieldPath
	ContainsValue(*CreateRoleBindingRequest) bool
}

CreateRoleBindingRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for CreateRoleBindingRequest according to their type Present only for array (repeated) types.

func MustParseCreateRoleBindingRequest_FieldPathArrayItemValue

func MustParseCreateRoleBindingRequest_FieldPathArrayItemValue(pathStr, valueStr string) CreateRoleBindingRequest_FieldPathArrayItemValue

func ParseCreateRoleBindingRequest_FieldPathArrayItemValue

func ParseCreateRoleBindingRequest_FieldPathArrayItemValue(pathStr, valueStr string) (CreateRoleBindingRequest_FieldPathArrayItemValue, error)

ParseCreateRoleBindingRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type CreateRoleBindingRequest_FieldPathArrayOfValues

type CreateRoleBindingRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	CreateRoleBindingRequest_FieldPath
}

CreateRoleBindingRequest_FieldPathArrayOfValues allows storing slice of values for CreateRoleBindingRequest fields according to their type

func MustParseCreateRoleBindingRequest_FieldPathArrayOfValues

func MustParseCreateRoleBindingRequest_FieldPathArrayOfValues(pathStr, valuesStr string) CreateRoleBindingRequest_FieldPathArrayOfValues

func ParseCreateRoleBindingRequest_FieldPathArrayOfValues

func ParseCreateRoleBindingRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (CreateRoleBindingRequest_FieldPathArrayOfValues, error)

type CreateRoleBindingRequest_FieldPathSelector

type CreateRoleBindingRequest_FieldPathSelector int32
const (
	CreateRoleBindingRequest_FieldPathSelectorParent      CreateRoleBindingRequest_FieldPathSelector = 0
	CreateRoleBindingRequest_FieldPathSelectorRoleBinding CreateRoleBindingRequest_FieldPathSelector = 1
)

func (CreateRoleBindingRequest_FieldPathSelector) String

type CreateRoleBindingRequest_FieldPathValue

type CreateRoleBindingRequest_FieldPathValue interface {
	CreateRoleBindingRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **CreateRoleBindingRequest)
	CompareWith(*CreateRoleBindingRequest) (cmp int, comparable bool)
}

CreateRoleBindingRequest_FieldPathValue allows storing values for CreateRoleBindingRequest fields according to their type

func MustParseCreateRoleBindingRequest_FieldPathValue

func MustParseCreateRoleBindingRequest_FieldPathValue(pathStr, valueStr string) CreateRoleBindingRequest_FieldPathValue

func ParseCreateRoleBindingRequest_FieldPathValue

func ParseCreateRoleBindingRequest_FieldPathValue(pathStr, valueStr string) (CreateRoleBindingRequest_FieldPathValue, error)

type CreateRoleBindingRequest_FieldSubPath

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

func (*CreateRoleBindingRequest_FieldSubPath) AsRoleBindingSubPath

func (*CreateRoleBindingRequest_FieldSubPath) ClearValue

func (*CreateRoleBindingRequest_FieldSubPath) ClearValueRaw

func (fps *CreateRoleBindingRequest_FieldSubPath) ClearValueRaw(item proto.Message)

func (*CreateRoleBindingRequest_FieldSubPath) Get

func (fps *CreateRoleBindingRequest_FieldSubPath) Get(source *CreateRoleBindingRequest) (values []interface{})

Get returns all values pointed by selected field from source CreateRoleBindingRequest

func (*CreateRoleBindingRequest_FieldSubPath) GetDefault

func (fps *CreateRoleBindingRequest_FieldSubPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*CreateRoleBindingRequest_FieldSubPath) GetRaw

func (fps *CreateRoleBindingRequest_FieldSubPath) GetRaw(source proto.Message) []interface{}

func (*CreateRoleBindingRequest_FieldSubPath) GetSingle

func (fps *CreateRoleBindingRequest_FieldSubPath) GetSingle(source *CreateRoleBindingRequest) (interface{}, bool)

GetSingle returns value of selected field from source CreateRoleBindingRequest

func (*CreateRoleBindingRequest_FieldSubPath) GetSingleRaw

func (fps *CreateRoleBindingRequest_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*CreateRoleBindingRequest_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*CreateRoleBindingRequest_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*CreateRoleBindingRequest_FieldSubPath) Selector

func (*CreateRoleBindingRequest_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*CreateRoleBindingRequest_FieldSubPath) String

String returns path representation in proto convention

func (*CreateRoleBindingRequest_FieldSubPath) WithIArrayItemValue

func (*CreateRoleBindingRequest_FieldSubPath) WithIArrayOfValues

func (*CreateRoleBindingRequest_FieldSubPath) WithIValue

func (*CreateRoleBindingRequest_FieldSubPath) WithRawIArrayItemValue

func (fps *CreateRoleBindingRequest_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*CreateRoleBindingRequest_FieldSubPath) WithRawIArrayOfValues

func (fps *CreateRoleBindingRequest_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*CreateRoleBindingRequest_FieldSubPath) WithRawIValue

func (fps *CreateRoleBindingRequest_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type CreateRoleBindingRequest_FieldSubPathArrayItemValue

type CreateRoleBindingRequest_FieldSubPathArrayItemValue struct {
	CreateRoleBindingRequest_FieldPath
	// contains filtered or unexported fields
}

func (*CreateRoleBindingRequest_FieldSubPathArrayItemValue) AsRoleBindingPathItemValue

func (*CreateRoleBindingRequest_FieldSubPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'CreateRoleBindingRequest'

func (*CreateRoleBindingRequest_FieldSubPathArrayItemValue) GetRawItemValue

func (fpaivs *CreateRoleBindingRequest_FieldSubPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored array item value

type CreateRoleBindingRequest_FieldSubPathArrayOfValues

type CreateRoleBindingRequest_FieldSubPathArrayOfValues struct {
	CreateRoleBindingRequest_FieldPath
	// contains filtered or unexported fields
}

func (*CreateRoleBindingRequest_FieldSubPathArrayOfValues) AsRoleBindingPathArrayOfValues

func (*CreateRoleBindingRequest_FieldSubPathArrayOfValues) GetRawValues

func (fpsaov *CreateRoleBindingRequest_FieldSubPathArrayOfValues) GetRawValues() []interface{}

type CreateRoleBindingRequest_FieldSubPathValue

type CreateRoleBindingRequest_FieldSubPathValue struct {
	CreateRoleBindingRequest_FieldPath
	// contains filtered or unexported fields
}

func (*CreateRoleBindingRequest_FieldSubPathValue) AsRoleBindingPathValue

func (*CreateRoleBindingRequest_FieldSubPathValue) CompareWith

func (*CreateRoleBindingRequest_FieldSubPathValue) CompareWithRaw

func (fpvs *CreateRoleBindingRequest_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*CreateRoleBindingRequest_FieldSubPathValue) GetRawValue

func (fpvs *CreateRoleBindingRequest_FieldSubPathValue) GetRawValue() interface{}

func (*CreateRoleBindingRequest_FieldSubPathValue) SetTo

func (*CreateRoleBindingRequest_FieldSubPathValue) SetToRaw

type CreateRoleBindingRequest_FieldTerminalPath

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

func (*CreateRoleBindingRequest_FieldTerminalPath) ClearValue

func (*CreateRoleBindingRequest_FieldTerminalPath) ClearValueRaw

func (*CreateRoleBindingRequest_FieldTerminalPath) Get

func (fp *CreateRoleBindingRequest_FieldTerminalPath) Get(source *CreateRoleBindingRequest) (values []interface{})

Get returns all values pointed by specific field from source CreateRoleBindingRequest

func (*CreateRoleBindingRequest_FieldTerminalPath) GetDefault

func (fp *CreateRoleBindingRequest_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*CreateRoleBindingRequest_FieldTerminalPath) GetRaw

func (fp *CreateRoleBindingRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*CreateRoleBindingRequest_FieldTerminalPath) GetSingle

func (fp *CreateRoleBindingRequest_FieldTerminalPath) GetSingle(source *CreateRoleBindingRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source CreateRoleBindingRequest

func (*CreateRoleBindingRequest_FieldTerminalPath) GetSingleRaw

func (fp *CreateRoleBindingRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*CreateRoleBindingRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*CreateRoleBindingRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*CreateRoleBindingRequest_FieldTerminalPath) Selector

func (*CreateRoleBindingRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*CreateRoleBindingRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*CreateRoleBindingRequest_FieldTerminalPath) WithIArrayItemValue

func (*CreateRoleBindingRequest_FieldTerminalPath) WithIArrayOfValues

func (*CreateRoleBindingRequest_FieldTerminalPath) WithIValue

func (*CreateRoleBindingRequest_FieldTerminalPath) WithRawIArrayItemValue

func (fp *CreateRoleBindingRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*CreateRoleBindingRequest_FieldTerminalPath) WithRawIArrayOfValues

func (fp *CreateRoleBindingRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*CreateRoleBindingRequest_FieldTerminalPath) WithRawIValue

func (fp *CreateRoleBindingRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type CreateRoleBindingRequest_FieldTerminalPathArrayItemValue

type CreateRoleBindingRequest_FieldTerminalPathArrayItemValue struct {
	CreateRoleBindingRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreateRoleBindingRequest_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'CreateRoleBindingRequest'

func (*CreateRoleBindingRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *CreateRoleBindingRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object CreateRoleBindingRequest as interface{}

func (*CreateRoleBindingRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*CreateRoleBindingRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *CreateRoleBindingRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type CreateRoleBindingRequest_FieldTerminalPathArrayOfValues

type CreateRoleBindingRequest_FieldTerminalPathArrayOfValues struct {
	CreateRoleBindingRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreateRoleBindingRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues

func (*CreateRoleBindingRequest_FieldTerminalPathArrayOfValues) AsRoleBindingArrayOfValues

func (*CreateRoleBindingRequest_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *CreateRoleBindingRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type CreateRoleBindingRequest_FieldTerminalPathValue

type CreateRoleBindingRequest_FieldTerminalPathValue struct {
	CreateRoleBindingRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreateRoleBindingRequest_FieldTerminalPathValue) AsParentValue

func (*CreateRoleBindingRequest_FieldTerminalPathValue) AsRoleBindingValue

func (*CreateRoleBindingRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'CreateRoleBindingRequest_FieldTerminalPathValue' with the value under path in 'CreateRoleBindingRequest'.

func (*CreateRoleBindingRequest_FieldTerminalPathValue) CompareWithRaw

func (fpv *CreateRoleBindingRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*CreateRoleBindingRequest_FieldTerminalPathValue) GetRawValue

func (fpv *CreateRoleBindingRequest_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'CreateRoleBindingRequest' as interface{}

func (*CreateRoleBindingRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object CreateRoleBindingRequest

func (*CreateRoleBindingRequest_FieldTerminalPathValue) SetToRaw

type DeleteRoleBindingDescriptor added in v0.4.28

type DeleteRoleBindingDescriptor struct{}

func GetDeleteRoleBindingDescriptor added in v0.4.28

func GetDeleteRoleBindingDescriptor() *DeleteRoleBindingDescriptor

func (*DeleteRoleBindingDescriptor) GetApiDescriptor added in v0.4.28

func (*DeleteRoleBindingDescriptor) GetApiName added in v0.4.28

func (d *DeleteRoleBindingDescriptor) GetApiName() string

func (*DeleteRoleBindingDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*DeleteRoleBindingDescriptor) GetFullMethodName added in v0.4.28

func (d *DeleteRoleBindingDescriptor) GetFullMethodName() string

func (*DeleteRoleBindingDescriptor) GetMethodName added in v0.4.28

func (d *DeleteRoleBindingDescriptor) GetMethodName() string

func (*DeleteRoleBindingDescriptor) GetProtoPkgName added in v0.4.28

func (d *DeleteRoleBindingDescriptor) GetProtoPkgName() string

func (*DeleteRoleBindingDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*DeleteRoleBindingDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*DeleteRoleBindingDescriptor) GetServiceDomain added in v0.4.28

func (d *DeleteRoleBindingDescriptor) GetServiceDomain() string

func (*DeleteRoleBindingDescriptor) GetServiceVersion added in v0.4.28

func (d *DeleteRoleBindingDescriptor) GetServiceVersion() string

func (*DeleteRoleBindingDescriptor) GetVerb added in v0.4.28

func (d *DeleteRoleBindingDescriptor) GetVerb() string

func (*DeleteRoleBindingDescriptor) HasResource added in v0.4.30

func (d *DeleteRoleBindingDescriptor) HasResource() bool

func (*DeleteRoleBindingDescriptor) IsClientStream added in v0.4.28

func (d *DeleteRoleBindingDescriptor) IsClientStream() bool

func (*DeleteRoleBindingDescriptor) IsCollection added in v0.4.30

func (d *DeleteRoleBindingDescriptor) IsCollection() bool

func (*DeleteRoleBindingDescriptor) IsPlural added in v0.4.30

func (d *DeleteRoleBindingDescriptor) IsPlural() bool

func (*DeleteRoleBindingDescriptor) IsServerStream added in v0.4.28

func (d *DeleteRoleBindingDescriptor) IsServerStream() bool

func (*DeleteRoleBindingDescriptor) IsUnary added in v0.4.28

func (d *DeleteRoleBindingDescriptor) IsUnary() bool

func (*DeleteRoleBindingDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*DeleteRoleBindingDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*DeleteRoleBindingDescriptor) RequestHasResourceBody added in v0.4.28

func (d *DeleteRoleBindingDescriptor) RequestHasResourceBody() bool

type DeleteRoleBindingDescriptorClientMsgHandle added in v0.4.28

type DeleteRoleBindingDescriptorClientMsgHandle struct{}

func (*DeleteRoleBindingDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*DeleteRoleBindingDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*DeleteRoleBindingDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type DeleteRoleBindingDescriptorServerMsgHandle added in v0.4.28

type DeleteRoleBindingDescriptorServerMsgHandle struct{}

func (*DeleteRoleBindingDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*DeleteRoleBindingDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*DeleteRoleBindingDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type DeleteRoleBindingRequest

type DeleteRoleBindingRequest struct {

	// Reference of ntt.iam.v1alpha.RoleBinding
	Name *role_binding.Reference `protobuf:"bytes,1,opt,customtype=Reference,name=name,proto3" json:"name,omitempty" firestore:"name"`
	// contains filtered or unexported fields
}

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

func (*DeleteRoleBindingRequest) Clone

func (*DeleteRoleBindingRequest) CloneRaw

func (*DeleteRoleBindingRequest) Descriptor

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

Deprecated, Use DeleteRoleBindingRequest.ProtoReflect.Descriptor instead.

func (*DeleteRoleBindingRequest) GetName

func (*DeleteRoleBindingRequest) GotenMessage

func (*DeleteRoleBindingRequest) GotenMessage()

func (*DeleteRoleBindingRequest) GotenObjectExt

func (o *DeleteRoleBindingRequest) GotenObjectExt()

func (*DeleteRoleBindingRequest) GotenValidate

func (obj *DeleteRoleBindingRequest) GotenValidate() error

func (*DeleteRoleBindingRequest) MakeDiffFieldMask

func (*DeleteRoleBindingRequest) MakeFullFieldMask

func (*DeleteRoleBindingRequest) MakeRawDiffFieldMask

func (*DeleteRoleBindingRequest) MakeRawFullFieldMask

func (o *DeleteRoleBindingRequest) MakeRawFullFieldMask() gotenobject.FieldMask

func (*DeleteRoleBindingRequest) Marshal

func (m *DeleteRoleBindingRequest) Marshal() ([]byte, error)

func (*DeleteRoleBindingRequest) MarshalJSON

func (m *DeleteRoleBindingRequest) MarshalJSON() ([]byte, error)

func (*DeleteRoleBindingRequest) Merge

func (*DeleteRoleBindingRequest) MergeRaw

func (*DeleteRoleBindingRequest) ProtoMessage

func (*DeleteRoleBindingRequest) ProtoMessage()

func (*DeleteRoleBindingRequest) ProtoReflect

func (m *DeleteRoleBindingRequest) ProtoReflect() preflect.Message

func (*DeleteRoleBindingRequest) Reset

func (m *DeleteRoleBindingRequest) Reset()

func (*DeleteRoleBindingRequest) SetName

func (*DeleteRoleBindingRequest) String

func (m *DeleteRoleBindingRequest) String() string

func (*DeleteRoleBindingRequest) Unmarshal

func (m *DeleteRoleBindingRequest) Unmarshal(b []byte) error

func (*DeleteRoleBindingRequest) UnmarshalJSON

func (m *DeleteRoleBindingRequest) UnmarshalJSON(data []byte) error

type DeleteRoleBindingRequestFieldPathBuilder

type DeleteRoleBindingRequestFieldPathBuilder struct{}

func NewDeleteRoleBindingRequestFieldPathBuilder

func NewDeleteRoleBindingRequestFieldPathBuilder() DeleteRoleBindingRequestFieldPathBuilder

func (DeleteRoleBindingRequestFieldPathBuilder) Name

type DeleteRoleBindingRequestPathSelectorName

type DeleteRoleBindingRequestPathSelectorName struct{}

func (DeleteRoleBindingRequestPathSelectorName) FieldPath

func (DeleteRoleBindingRequestPathSelectorName) WithArrayOfValues

func (DeleteRoleBindingRequestPathSelectorName) WithValue

type DeleteRoleBindingRequest_FieldMask

type DeleteRoleBindingRequest_FieldMask struct {
	Paths []DeleteRoleBindingRequest_FieldPath
}

func FullDeleteRoleBindingRequest_FieldMask

func FullDeleteRoleBindingRequest_FieldMask() *DeleteRoleBindingRequest_FieldMask

func (*DeleteRoleBindingRequest_FieldMask) AppendPath

func (*DeleteRoleBindingRequest_FieldMask) AppendRawPath

func (fieldMask *DeleteRoleBindingRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*DeleteRoleBindingRequest_FieldMask) DecodeFirestore

func (fieldMask *DeleteRoleBindingRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*DeleteRoleBindingRequest_FieldMask) EncodeFirestore

func (fieldMask *DeleteRoleBindingRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*DeleteRoleBindingRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*DeleteRoleBindingRequest_FieldMask) FromProtoFieldMask

func (fieldMask *DeleteRoleBindingRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*DeleteRoleBindingRequest_FieldMask) GetPaths

func (*DeleteRoleBindingRequest_FieldMask) GetRawPaths

func (fieldMask *DeleteRoleBindingRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*DeleteRoleBindingRequest_FieldMask) IsFull

func (fieldMask *DeleteRoleBindingRequest_FieldMask) IsFull() bool

func (DeleteRoleBindingRequest_FieldMask) Marshal

func (fieldMask DeleteRoleBindingRequest_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (DeleteRoleBindingRequest_FieldMask) MarshalJSON

func (fieldMask DeleteRoleBindingRequest_FieldMask) MarshalJSON() ([]byte, error)

func (*DeleteRoleBindingRequest_FieldMask) PathsCount

func (fieldMask *DeleteRoleBindingRequest_FieldMask) PathsCount() int

func (*DeleteRoleBindingRequest_FieldMask) Project

func (*DeleteRoleBindingRequest_FieldMask) ProjectRaw

func (*DeleteRoleBindingRequest_FieldMask) ProtoMessage

func (fieldMask *DeleteRoleBindingRequest_FieldMask) ProtoMessage()

func (*DeleteRoleBindingRequest_FieldMask) ProtoReflect

func (fieldMask *DeleteRoleBindingRequest_FieldMask) ProtoReflect() preflect.Message

func (*DeleteRoleBindingRequest_FieldMask) Reset

func (fieldMask *DeleteRoleBindingRequest_FieldMask) Reset()

func (*DeleteRoleBindingRequest_FieldMask) Set

func (fieldMask *DeleteRoleBindingRequest_FieldMask) Set(target, source *DeleteRoleBindingRequest)

func (*DeleteRoleBindingRequest_FieldMask) SetFromCliFlag

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

func (*DeleteRoleBindingRequest_FieldMask) SetRaw

func (fieldMask *DeleteRoleBindingRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*DeleteRoleBindingRequest_FieldMask) Size

func (fieldMask *DeleteRoleBindingRequest_FieldMask) Size() int

func (*DeleteRoleBindingRequest_FieldMask) String

func (fieldMask *DeleteRoleBindingRequest_FieldMask) String() string

func (*DeleteRoleBindingRequest_FieldMask) Subtract

func (*DeleteRoleBindingRequest_FieldMask) SubtractRaw

func (*DeleteRoleBindingRequest_FieldMask) ToProtoFieldMask

func (fieldMask *DeleteRoleBindingRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*DeleteRoleBindingRequest_FieldMask) Unmarshal

func (fieldMask *DeleteRoleBindingRequest_FieldMask) Unmarshal(data []byte) error

func (*DeleteRoleBindingRequest_FieldMask) UnmarshalJSON

func (fieldMask *DeleteRoleBindingRequest_FieldMask) UnmarshalJSON(data []byte) error

type DeleteRoleBindingRequest_FieldPath

type DeleteRoleBindingRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() DeleteRoleBindingRequest_FieldPathSelector
	Get(source *DeleteRoleBindingRequest) []interface{}
	GetSingle(source *DeleteRoleBindingRequest) (interface{}, bool)
	ClearValue(item *DeleteRoleBindingRequest)

	// Those methods build corresponding DeleteRoleBindingRequest_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) DeleteRoleBindingRequest_FieldPathValue
	WithIArrayOfValues(values interface{}) DeleteRoleBindingRequest_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) DeleteRoleBindingRequest_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseDeleteRoleBindingRequest_FieldPath

func MustParseDeleteRoleBindingRequest_FieldPath(rawField string) DeleteRoleBindingRequest_FieldPath

func ParseDeleteRoleBindingRequest_FieldPath

func ParseDeleteRoleBindingRequest_FieldPath(rawField string) (DeleteRoleBindingRequest_FieldPath, error)

type DeleteRoleBindingRequest_FieldPathArrayItemValue

type DeleteRoleBindingRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	DeleteRoleBindingRequest_FieldPath
	ContainsValue(*DeleteRoleBindingRequest) bool
}

DeleteRoleBindingRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for DeleteRoleBindingRequest according to their type Present only for array (repeated) types.

func MustParseDeleteRoleBindingRequest_FieldPathArrayItemValue

func MustParseDeleteRoleBindingRequest_FieldPathArrayItemValue(pathStr, valueStr string) DeleteRoleBindingRequest_FieldPathArrayItemValue

func ParseDeleteRoleBindingRequest_FieldPathArrayItemValue

func ParseDeleteRoleBindingRequest_FieldPathArrayItemValue(pathStr, valueStr string) (DeleteRoleBindingRequest_FieldPathArrayItemValue, error)

ParseDeleteRoleBindingRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type DeleteRoleBindingRequest_FieldPathArrayOfValues

type DeleteRoleBindingRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	DeleteRoleBindingRequest_FieldPath
}

DeleteRoleBindingRequest_FieldPathArrayOfValues allows storing slice of values for DeleteRoleBindingRequest fields according to their type

func MustParseDeleteRoleBindingRequest_FieldPathArrayOfValues

func MustParseDeleteRoleBindingRequest_FieldPathArrayOfValues(pathStr, valuesStr string) DeleteRoleBindingRequest_FieldPathArrayOfValues

func ParseDeleteRoleBindingRequest_FieldPathArrayOfValues

func ParseDeleteRoleBindingRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (DeleteRoleBindingRequest_FieldPathArrayOfValues, error)

type DeleteRoleBindingRequest_FieldPathSelector

type DeleteRoleBindingRequest_FieldPathSelector int32
const (
	DeleteRoleBindingRequest_FieldPathSelectorName DeleteRoleBindingRequest_FieldPathSelector = 0
)

func (DeleteRoleBindingRequest_FieldPathSelector) String

type DeleteRoleBindingRequest_FieldPathValue

type DeleteRoleBindingRequest_FieldPathValue interface {
	DeleteRoleBindingRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **DeleteRoleBindingRequest)
	CompareWith(*DeleteRoleBindingRequest) (cmp int, comparable bool)
}

DeleteRoleBindingRequest_FieldPathValue allows storing values for DeleteRoleBindingRequest fields according to their type

func MustParseDeleteRoleBindingRequest_FieldPathValue

func MustParseDeleteRoleBindingRequest_FieldPathValue(pathStr, valueStr string) DeleteRoleBindingRequest_FieldPathValue

func ParseDeleteRoleBindingRequest_FieldPathValue

func ParseDeleteRoleBindingRequest_FieldPathValue(pathStr, valueStr string) (DeleteRoleBindingRequest_FieldPathValue, error)

type DeleteRoleBindingRequest_FieldTerminalPath

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

func (*DeleteRoleBindingRequest_FieldTerminalPath) ClearValue

func (*DeleteRoleBindingRequest_FieldTerminalPath) ClearValueRaw

func (*DeleteRoleBindingRequest_FieldTerminalPath) Get

func (fp *DeleteRoleBindingRequest_FieldTerminalPath) Get(source *DeleteRoleBindingRequest) (values []interface{})

Get returns all values pointed by specific field from source DeleteRoleBindingRequest

func (*DeleteRoleBindingRequest_FieldTerminalPath) GetDefault

func (fp *DeleteRoleBindingRequest_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*DeleteRoleBindingRequest_FieldTerminalPath) GetRaw

func (fp *DeleteRoleBindingRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*DeleteRoleBindingRequest_FieldTerminalPath) GetSingle

func (fp *DeleteRoleBindingRequest_FieldTerminalPath) GetSingle(source *DeleteRoleBindingRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source DeleteRoleBindingRequest

func (*DeleteRoleBindingRequest_FieldTerminalPath) GetSingleRaw

func (fp *DeleteRoleBindingRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*DeleteRoleBindingRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*DeleteRoleBindingRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*DeleteRoleBindingRequest_FieldTerminalPath) Selector

func (*DeleteRoleBindingRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*DeleteRoleBindingRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*DeleteRoleBindingRequest_FieldTerminalPath) WithIArrayItemValue

func (*DeleteRoleBindingRequest_FieldTerminalPath) WithIArrayOfValues

func (*DeleteRoleBindingRequest_FieldTerminalPath) WithIValue

func (*DeleteRoleBindingRequest_FieldTerminalPath) WithRawIArrayItemValue

func (fp *DeleteRoleBindingRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*DeleteRoleBindingRequest_FieldTerminalPath) WithRawIArrayOfValues

func (fp *DeleteRoleBindingRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*DeleteRoleBindingRequest_FieldTerminalPath) WithRawIValue

func (fp *DeleteRoleBindingRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type DeleteRoleBindingRequest_FieldTerminalPathArrayItemValue

type DeleteRoleBindingRequest_FieldTerminalPathArrayItemValue struct {
	DeleteRoleBindingRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*DeleteRoleBindingRequest_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'DeleteRoleBindingRequest'

func (*DeleteRoleBindingRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *DeleteRoleBindingRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object DeleteRoleBindingRequest as interface{}

func (*DeleteRoleBindingRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*DeleteRoleBindingRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *DeleteRoleBindingRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type DeleteRoleBindingRequest_FieldTerminalPathArrayOfValues

type DeleteRoleBindingRequest_FieldTerminalPathArrayOfValues struct {
	DeleteRoleBindingRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*DeleteRoleBindingRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (*DeleteRoleBindingRequest_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *DeleteRoleBindingRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type DeleteRoleBindingRequest_FieldTerminalPathValue

type DeleteRoleBindingRequest_FieldTerminalPathValue struct {
	DeleteRoleBindingRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*DeleteRoleBindingRequest_FieldTerminalPathValue) AsNameValue

func (*DeleteRoleBindingRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'DeleteRoleBindingRequest_FieldTerminalPathValue' with the value under path in 'DeleteRoleBindingRequest'.

func (*DeleteRoleBindingRequest_FieldTerminalPathValue) CompareWithRaw

func (fpv *DeleteRoleBindingRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*DeleteRoleBindingRequest_FieldTerminalPathValue) GetRawValue

func (fpv *DeleteRoleBindingRequest_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'DeleteRoleBindingRequest' as interface{}

func (*DeleteRoleBindingRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object DeleteRoleBindingRequest

func (*DeleteRoleBindingRequest_FieldTerminalPathValue) SetToRaw

type GetRoleBindingDescriptor added in v0.4.28

type GetRoleBindingDescriptor struct{}

func GetGetRoleBindingDescriptor added in v0.4.28

func GetGetRoleBindingDescriptor() *GetRoleBindingDescriptor

func (*GetRoleBindingDescriptor) GetApiDescriptor added in v0.4.28

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

func (*GetRoleBindingDescriptor) GetApiName added in v0.4.28

func (d *GetRoleBindingDescriptor) GetApiName() string

func (*GetRoleBindingDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*GetRoleBindingDescriptor) GetFullMethodName added in v0.4.28

func (d *GetRoleBindingDescriptor) GetFullMethodName() string

func (*GetRoleBindingDescriptor) GetMethodName added in v0.4.28

func (d *GetRoleBindingDescriptor) GetMethodName() string

func (*GetRoleBindingDescriptor) GetProtoPkgName added in v0.4.28

func (d *GetRoleBindingDescriptor) GetProtoPkgName() string

func (*GetRoleBindingDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*GetRoleBindingDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*GetRoleBindingDescriptor) GetServiceDomain added in v0.4.28

func (d *GetRoleBindingDescriptor) GetServiceDomain() string

func (*GetRoleBindingDescriptor) GetServiceVersion added in v0.4.28

func (d *GetRoleBindingDescriptor) GetServiceVersion() string

func (*GetRoleBindingDescriptor) GetVerb added in v0.4.28

func (d *GetRoleBindingDescriptor) GetVerb() string

func (*GetRoleBindingDescriptor) HasResource added in v0.4.30

func (d *GetRoleBindingDescriptor) HasResource() bool

func (*GetRoleBindingDescriptor) IsClientStream added in v0.4.28

func (d *GetRoleBindingDescriptor) IsClientStream() bool

func (*GetRoleBindingDescriptor) IsCollection added in v0.4.30

func (d *GetRoleBindingDescriptor) IsCollection() bool

func (*GetRoleBindingDescriptor) IsPlural added in v0.4.30

func (d *GetRoleBindingDescriptor) IsPlural() bool

func (*GetRoleBindingDescriptor) IsServerStream added in v0.4.28

func (d *GetRoleBindingDescriptor) IsServerStream() bool

func (*GetRoleBindingDescriptor) IsUnary added in v0.4.28

func (d *GetRoleBindingDescriptor) IsUnary() bool

func (*GetRoleBindingDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*GetRoleBindingDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*GetRoleBindingDescriptor) RequestHasResourceBody added in v0.4.28

func (d *GetRoleBindingDescriptor) RequestHasResourceBody() bool

type GetRoleBindingDescriptorClientMsgHandle added in v0.4.28

type GetRoleBindingDescriptorClientMsgHandle struct{}

func (*GetRoleBindingDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*GetRoleBindingDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*GetRoleBindingDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type GetRoleBindingDescriptorServerMsgHandle added in v0.4.28

type GetRoleBindingDescriptorServerMsgHandle struct{}

func (*GetRoleBindingDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*GetRoleBindingDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*GetRoleBindingDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type GetRoleBindingRequest

type GetRoleBindingRequest struct {

	// Reference of ntt.iam.v1alpha.RoleBinding
	Name *role_binding.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 *role_binding.RoleBinding_FieldMask `` /* 143-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 [GetRoleBinding][ntt.iam.v1alpha.GetRoleBinding]

func (*GetRoleBindingRequest) Clone

func (*GetRoleBindingRequest) CloneRaw

func (*GetRoleBindingRequest) Descriptor

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

Deprecated, Use GetRoleBindingRequest.ProtoReflect.Descriptor instead.

func (*GetRoleBindingRequest) GetFieldMask

func (*GetRoleBindingRequest) GetName

func (*GetRoleBindingRequest) GetView

func (m *GetRoleBindingRequest) GetView() view.View

func (*GetRoleBindingRequest) GotenMessage

func (*GetRoleBindingRequest) GotenMessage()

func (*GetRoleBindingRequest) GotenObjectExt

func (o *GetRoleBindingRequest) GotenObjectExt()

func (*GetRoleBindingRequest) GotenValidate

func (obj *GetRoleBindingRequest) GotenValidate() error

func (*GetRoleBindingRequest) MakeDiffFieldMask

func (*GetRoleBindingRequest) MakeFullFieldMask

func (*GetRoleBindingRequest) MakeRawDiffFieldMask

func (o *GetRoleBindingRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask

func (*GetRoleBindingRequest) MakeRawFullFieldMask

func (o *GetRoleBindingRequest) MakeRawFullFieldMask() gotenobject.FieldMask

func (*GetRoleBindingRequest) Marshal

func (m *GetRoleBindingRequest) Marshal() ([]byte, error)

func (*GetRoleBindingRequest) MarshalJSON

func (m *GetRoleBindingRequest) MarshalJSON() ([]byte, error)

func (*GetRoleBindingRequest) Merge

func (o *GetRoleBindingRequest) Merge(source *GetRoleBindingRequest)

func (*GetRoleBindingRequest) MergeRaw

func (o *GetRoleBindingRequest) MergeRaw(source gotenobject.GotenObjectExt)

func (*GetRoleBindingRequest) ProtoMessage

func (*GetRoleBindingRequest) ProtoMessage()

func (*GetRoleBindingRequest) ProtoReflect

func (m *GetRoleBindingRequest) ProtoReflect() preflect.Message

func (*GetRoleBindingRequest) Reset

func (m *GetRoleBindingRequest) Reset()

func (*GetRoleBindingRequest) SetFieldMask

func (*GetRoleBindingRequest) SetName

func (*GetRoleBindingRequest) SetView

func (m *GetRoleBindingRequest) SetView(fv view.View)

func (*GetRoleBindingRequest) String

func (m *GetRoleBindingRequest) String() string

func (*GetRoleBindingRequest) Unmarshal

func (m *GetRoleBindingRequest) Unmarshal(b []byte) error

func (*GetRoleBindingRequest) UnmarshalJSON

func (m *GetRoleBindingRequest) UnmarshalJSON(data []byte) error

type GetRoleBindingRequestFieldPathBuilder

type GetRoleBindingRequestFieldPathBuilder struct{}

func NewGetRoleBindingRequestFieldPathBuilder

func NewGetRoleBindingRequestFieldPathBuilder() GetRoleBindingRequestFieldPathBuilder

func (GetRoleBindingRequestFieldPathBuilder) FieldMask

func (GetRoleBindingRequestFieldPathBuilder) Name

func (GetRoleBindingRequestFieldPathBuilder) View

type GetRoleBindingRequestPathSelectorFieldMask

type GetRoleBindingRequestPathSelectorFieldMask struct{}

func (GetRoleBindingRequestPathSelectorFieldMask) FieldPath

type GetRoleBindingRequestPathSelectorName

type GetRoleBindingRequestPathSelectorName struct{}

func (GetRoleBindingRequestPathSelectorName) FieldPath

func (GetRoleBindingRequestPathSelectorName) WithArrayOfValues

func (GetRoleBindingRequestPathSelectorName) WithValue

type GetRoleBindingRequestPathSelectorView

type GetRoleBindingRequestPathSelectorView struct{}

func (GetRoleBindingRequestPathSelectorView) FieldPath

func (GetRoleBindingRequestPathSelectorView) WithArrayOfValues

func (GetRoleBindingRequestPathSelectorView) WithValue

type GetRoleBindingRequest_FieldMask

type GetRoleBindingRequest_FieldMask struct {
	Paths []GetRoleBindingRequest_FieldPath
}

func FullGetRoleBindingRequest_FieldMask

func FullGetRoleBindingRequest_FieldMask() *GetRoleBindingRequest_FieldMask

func (*GetRoleBindingRequest_FieldMask) AppendPath

func (*GetRoleBindingRequest_FieldMask) AppendRawPath

func (fieldMask *GetRoleBindingRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*GetRoleBindingRequest_FieldMask) DecodeFirestore

func (fieldMask *GetRoleBindingRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*GetRoleBindingRequest_FieldMask) EncodeFirestore

func (fieldMask *GetRoleBindingRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*GetRoleBindingRequest_FieldMask) FilterInputFields

func (fieldMask *GetRoleBindingRequest_FieldMask) FilterInputFields() *GetRoleBindingRequest_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*GetRoleBindingRequest_FieldMask) FromProtoFieldMask

func (fieldMask *GetRoleBindingRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*GetRoleBindingRequest_FieldMask) GetPaths

func (*GetRoleBindingRequest_FieldMask) GetRawPaths

func (fieldMask *GetRoleBindingRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*GetRoleBindingRequest_FieldMask) IsFull

func (fieldMask *GetRoleBindingRequest_FieldMask) IsFull() bool

func (GetRoleBindingRequest_FieldMask) Marshal

func (fieldMask GetRoleBindingRequest_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (GetRoleBindingRequest_FieldMask) MarshalJSON

func (fieldMask GetRoleBindingRequest_FieldMask) MarshalJSON() ([]byte, error)

func (*GetRoleBindingRequest_FieldMask) PathsCount

func (fieldMask *GetRoleBindingRequest_FieldMask) PathsCount() int

func (*GetRoleBindingRequest_FieldMask) Project

func (*GetRoleBindingRequest_FieldMask) ProjectRaw

func (*GetRoleBindingRequest_FieldMask) ProtoMessage

func (fieldMask *GetRoleBindingRequest_FieldMask) ProtoMessage()

func (*GetRoleBindingRequest_FieldMask) ProtoReflect

func (fieldMask *GetRoleBindingRequest_FieldMask) ProtoReflect() preflect.Message

func (*GetRoleBindingRequest_FieldMask) Reset

func (fieldMask *GetRoleBindingRequest_FieldMask) Reset()

func (*GetRoleBindingRequest_FieldMask) Set

func (fieldMask *GetRoleBindingRequest_FieldMask) Set(target, source *GetRoleBindingRequest)

func (*GetRoleBindingRequest_FieldMask) SetFromCliFlag

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

func (*GetRoleBindingRequest_FieldMask) SetRaw

func (fieldMask *GetRoleBindingRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*GetRoleBindingRequest_FieldMask) Size

func (fieldMask *GetRoleBindingRequest_FieldMask) Size() int

func (*GetRoleBindingRequest_FieldMask) String

func (fieldMask *GetRoleBindingRequest_FieldMask) String() string

func (*GetRoleBindingRequest_FieldMask) Subtract

func (*GetRoleBindingRequest_FieldMask) SubtractRaw

func (*GetRoleBindingRequest_FieldMask) ToProtoFieldMask

func (fieldMask *GetRoleBindingRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*GetRoleBindingRequest_FieldMask) Unmarshal

func (fieldMask *GetRoleBindingRequest_FieldMask) Unmarshal(data []byte) error

func (*GetRoleBindingRequest_FieldMask) UnmarshalJSON

func (fieldMask *GetRoleBindingRequest_FieldMask) UnmarshalJSON(data []byte) error

type GetRoleBindingRequest_FieldPath

type GetRoleBindingRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() GetRoleBindingRequest_FieldPathSelector
	Get(source *GetRoleBindingRequest) []interface{}
	GetSingle(source *GetRoleBindingRequest) (interface{}, bool)
	ClearValue(item *GetRoleBindingRequest)

	// Those methods build corresponding GetRoleBindingRequest_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) GetRoleBindingRequest_FieldPathValue
	WithIArrayOfValues(values interface{}) GetRoleBindingRequest_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) GetRoleBindingRequest_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseGetRoleBindingRequest_FieldPath

func MustParseGetRoleBindingRequest_FieldPath(rawField string) GetRoleBindingRequest_FieldPath

func ParseGetRoleBindingRequest_FieldPath

func ParseGetRoleBindingRequest_FieldPath(rawField string) (GetRoleBindingRequest_FieldPath, error)

type GetRoleBindingRequest_FieldPathArrayItemValue

type GetRoleBindingRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	GetRoleBindingRequest_FieldPath
	ContainsValue(*GetRoleBindingRequest) bool
}

GetRoleBindingRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for GetRoleBindingRequest according to their type Present only for array (repeated) types.

func MustParseGetRoleBindingRequest_FieldPathArrayItemValue

func MustParseGetRoleBindingRequest_FieldPathArrayItemValue(pathStr, valueStr string) GetRoleBindingRequest_FieldPathArrayItemValue

func ParseGetRoleBindingRequest_FieldPathArrayItemValue

func ParseGetRoleBindingRequest_FieldPathArrayItemValue(pathStr, valueStr string) (GetRoleBindingRequest_FieldPathArrayItemValue, error)

ParseGetRoleBindingRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type GetRoleBindingRequest_FieldPathArrayOfValues

type GetRoleBindingRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	GetRoleBindingRequest_FieldPath
}

GetRoleBindingRequest_FieldPathArrayOfValues allows storing slice of values for GetRoleBindingRequest fields according to their type

func MustParseGetRoleBindingRequest_FieldPathArrayOfValues

func MustParseGetRoleBindingRequest_FieldPathArrayOfValues(pathStr, valuesStr string) GetRoleBindingRequest_FieldPathArrayOfValues

func ParseGetRoleBindingRequest_FieldPathArrayOfValues

func ParseGetRoleBindingRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (GetRoleBindingRequest_FieldPathArrayOfValues, error)

type GetRoleBindingRequest_FieldPathSelector

type GetRoleBindingRequest_FieldPathSelector int32
const (
	GetRoleBindingRequest_FieldPathSelectorName      GetRoleBindingRequest_FieldPathSelector = 0
	GetRoleBindingRequest_FieldPathSelectorFieldMask GetRoleBindingRequest_FieldPathSelector = 1
	GetRoleBindingRequest_FieldPathSelectorView      GetRoleBindingRequest_FieldPathSelector = 2
)

func (GetRoleBindingRequest_FieldPathSelector) String

type GetRoleBindingRequest_FieldPathValue

type GetRoleBindingRequest_FieldPathValue interface {
	GetRoleBindingRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **GetRoleBindingRequest)
	CompareWith(*GetRoleBindingRequest) (cmp int, comparable bool)
}

GetRoleBindingRequest_FieldPathValue allows storing values for GetRoleBindingRequest fields according to their type

func MustParseGetRoleBindingRequest_FieldPathValue

func MustParseGetRoleBindingRequest_FieldPathValue(pathStr, valueStr string) GetRoleBindingRequest_FieldPathValue

func ParseGetRoleBindingRequest_FieldPathValue

func ParseGetRoleBindingRequest_FieldPathValue(pathStr, valueStr string) (GetRoleBindingRequest_FieldPathValue, error)

type GetRoleBindingRequest_FieldTerminalPath

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

func (*GetRoleBindingRequest_FieldTerminalPath) ClearValue

func (*GetRoleBindingRequest_FieldTerminalPath) ClearValueRaw

func (fp *GetRoleBindingRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)

func (*GetRoleBindingRequest_FieldTerminalPath) Get

func (fp *GetRoleBindingRequest_FieldTerminalPath) Get(source *GetRoleBindingRequest) (values []interface{})

Get returns all values pointed by specific field from source GetRoleBindingRequest

func (*GetRoleBindingRequest_FieldTerminalPath) GetDefault

func (fp *GetRoleBindingRequest_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*GetRoleBindingRequest_FieldTerminalPath) GetRaw

func (fp *GetRoleBindingRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*GetRoleBindingRequest_FieldTerminalPath) GetSingle

func (fp *GetRoleBindingRequest_FieldTerminalPath) GetSingle(source *GetRoleBindingRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source GetRoleBindingRequest

func (*GetRoleBindingRequest_FieldTerminalPath) GetSingleRaw

func (fp *GetRoleBindingRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*GetRoleBindingRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*GetRoleBindingRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*GetRoleBindingRequest_FieldTerminalPath) Selector

func (*GetRoleBindingRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*GetRoleBindingRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*GetRoleBindingRequest_FieldTerminalPath) WithIArrayItemValue

func (*GetRoleBindingRequest_FieldTerminalPath) WithIArrayOfValues

func (*GetRoleBindingRequest_FieldTerminalPath) WithIValue

func (*GetRoleBindingRequest_FieldTerminalPath) WithRawIArrayItemValue

func (fp *GetRoleBindingRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*GetRoleBindingRequest_FieldTerminalPath) WithRawIArrayOfValues

func (fp *GetRoleBindingRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*GetRoleBindingRequest_FieldTerminalPath) WithRawIValue

func (fp *GetRoleBindingRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type GetRoleBindingRequest_FieldTerminalPathArrayItemValue

type GetRoleBindingRequest_FieldTerminalPathArrayItemValue struct {
	GetRoleBindingRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetRoleBindingRequest_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'GetRoleBindingRequest'

func (*GetRoleBindingRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *GetRoleBindingRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object GetRoleBindingRequest as interface{}

func (*GetRoleBindingRequest_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *GetRoleBindingRequest_FieldTerminalPathArrayItemValue) GetSingle(source *GetRoleBindingRequest) (interface{}, bool)

func (*GetRoleBindingRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *GetRoleBindingRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type GetRoleBindingRequest_FieldTerminalPathArrayOfValues

type GetRoleBindingRequest_FieldTerminalPathArrayOfValues struct {
	GetRoleBindingRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetRoleBindingRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*GetRoleBindingRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (*GetRoleBindingRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

func (fpaov *GetRoleBindingRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)

func (*GetRoleBindingRequest_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *GetRoleBindingRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type GetRoleBindingRequest_FieldTerminalPathValue

type GetRoleBindingRequest_FieldTerminalPathValue struct {
	GetRoleBindingRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetRoleBindingRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*GetRoleBindingRequest_FieldTerminalPathValue) AsNameValue

func (*GetRoleBindingRequest_FieldTerminalPathValue) AsViewValue

func (*GetRoleBindingRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'GetRoleBindingRequest_FieldTerminalPathValue' with the value under path in 'GetRoleBindingRequest'.

func (*GetRoleBindingRequest_FieldTerminalPathValue) CompareWithRaw

func (fpv *GetRoleBindingRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*GetRoleBindingRequest_FieldTerminalPathValue) GetRawValue

func (fpv *GetRoleBindingRequest_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'GetRoleBindingRequest' as interface{}

func (*GetRoleBindingRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object GetRoleBindingRequest

func (*GetRoleBindingRequest_FieldTerminalPathValue) SetToRaw

type ListRoleBindingsDescriptor added in v0.4.28

type ListRoleBindingsDescriptor struct{}

func GetListRoleBindingsDescriptor added in v0.4.28

func GetListRoleBindingsDescriptor() *ListRoleBindingsDescriptor

func (*ListRoleBindingsDescriptor) GetApiDescriptor added in v0.4.28

func (*ListRoleBindingsDescriptor) GetApiName added in v0.4.28

func (d *ListRoleBindingsDescriptor) GetApiName() string

func (*ListRoleBindingsDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*ListRoleBindingsDescriptor) GetFullMethodName added in v0.4.28

func (d *ListRoleBindingsDescriptor) GetFullMethodName() string

func (*ListRoleBindingsDescriptor) GetMethodName added in v0.4.28

func (d *ListRoleBindingsDescriptor) GetMethodName() string

func (*ListRoleBindingsDescriptor) GetProtoPkgName added in v0.4.28

func (d *ListRoleBindingsDescriptor) GetProtoPkgName() string

func (*ListRoleBindingsDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*ListRoleBindingsDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*ListRoleBindingsDescriptor) GetServiceDomain added in v0.4.28

func (d *ListRoleBindingsDescriptor) GetServiceDomain() string

func (*ListRoleBindingsDescriptor) GetServiceVersion added in v0.4.28

func (d *ListRoleBindingsDescriptor) GetServiceVersion() string

func (*ListRoleBindingsDescriptor) GetVerb added in v0.4.28

func (d *ListRoleBindingsDescriptor) GetVerb() string

func (*ListRoleBindingsDescriptor) HasResource added in v0.4.30

func (d *ListRoleBindingsDescriptor) HasResource() bool

func (*ListRoleBindingsDescriptor) IsClientStream added in v0.4.28

func (d *ListRoleBindingsDescriptor) IsClientStream() bool

func (*ListRoleBindingsDescriptor) IsCollection added in v0.4.30

func (d *ListRoleBindingsDescriptor) IsCollection() bool

func (*ListRoleBindingsDescriptor) IsPlural added in v0.4.30

func (d *ListRoleBindingsDescriptor) IsPlural() bool

func (*ListRoleBindingsDescriptor) IsServerStream added in v0.4.28

func (d *ListRoleBindingsDescriptor) IsServerStream() bool

func (*ListRoleBindingsDescriptor) IsUnary added in v0.4.28

func (d *ListRoleBindingsDescriptor) IsUnary() bool

func (*ListRoleBindingsDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*ListRoleBindingsDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*ListRoleBindingsDescriptor) RequestHasResourceBody added in v0.4.28

func (d *ListRoleBindingsDescriptor) RequestHasResourceBody() bool

type ListRoleBindingsDescriptorClientMsgHandle added in v0.4.28

type ListRoleBindingsDescriptorClientMsgHandle struct{}

func (*ListRoleBindingsDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*ListRoleBindingsDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*ListRoleBindingsDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type ListRoleBindingsDescriptorServerMsgHandle added in v0.4.28

type ListRoleBindingsDescriptorServerMsgHandle struct{}

func (*ListRoleBindingsDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*ListRoleBindingsDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*ListRoleBindingsDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type ListRoleBindingsRequest

type ListRoleBindingsRequest struct {

	// Parent name of ntt.iam.v1alpha.RoleBinding
	Parent *role_binding.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Requested page size. Server may return fewer RoleBindings 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
	// [ListRoleBindingsResponse.next_page_token][ntt.iam.v1alpha.ListRoleBindingsResponse.next_page_token]
	PageToken *role_binding.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 *role_binding.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 *role_binding.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 *role_binding.RoleBinding_FieldMask `` /* 143-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 [ListRoleBindings][ntt.iam.v1alpha.ListRoleBindings]

func (*ListRoleBindingsRequest) Clone

func (*ListRoleBindingsRequest) CloneRaw

func (*ListRoleBindingsRequest) Descriptor

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

Deprecated, Use ListRoleBindingsRequest.ProtoReflect.Descriptor instead.

func (*ListRoleBindingsRequest) GetFieldMask

func (*ListRoleBindingsRequest) GetFilter

func (*ListRoleBindingsRequest) GetIncludePagingInfo added in v0.10.1

func (m *ListRoleBindingsRequest) GetIncludePagingInfo() bool

func (*ListRoleBindingsRequest) GetOrderBy

func (m *ListRoleBindingsRequest) GetOrderBy() *role_binding.OrderBy

func (*ListRoleBindingsRequest) GetPageSize

func (m *ListRoleBindingsRequest) GetPageSize() int32

func (*ListRoleBindingsRequest) GetPageToken

func (*ListRoleBindingsRequest) GetParent

func (*ListRoleBindingsRequest) GetView

func (m *ListRoleBindingsRequest) GetView() view.View

func (*ListRoleBindingsRequest) GotenMessage

func (*ListRoleBindingsRequest) GotenMessage()

func (*ListRoleBindingsRequest) GotenObjectExt

func (o *ListRoleBindingsRequest) GotenObjectExt()

func (*ListRoleBindingsRequest) GotenValidate

func (obj *ListRoleBindingsRequest) GotenValidate() error

func (*ListRoleBindingsRequest) MakeDiffFieldMask

func (*ListRoleBindingsRequest) MakeFullFieldMask

func (*ListRoleBindingsRequest) MakeRawDiffFieldMask

func (*ListRoleBindingsRequest) MakeRawFullFieldMask

func (o *ListRoleBindingsRequest) MakeRawFullFieldMask() gotenobject.FieldMask

func (*ListRoleBindingsRequest) Marshal

func (m *ListRoleBindingsRequest) Marshal() ([]byte, error)

func (*ListRoleBindingsRequest) MarshalJSON

func (m *ListRoleBindingsRequest) MarshalJSON() ([]byte, error)

func (*ListRoleBindingsRequest) Merge

func (*ListRoleBindingsRequest) MergeRaw

func (*ListRoleBindingsRequest) ProtoMessage

func (*ListRoleBindingsRequest) ProtoMessage()

func (*ListRoleBindingsRequest) ProtoReflect

func (m *ListRoleBindingsRequest) ProtoReflect() preflect.Message

func (*ListRoleBindingsRequest) Reset

func (m *ListRoleBindingsRequest) Reset()

func (*ListRoleBindingsRequest) SetFieldMask

func (*ListRoleBindingsRequest) SetFilter

func (m *ListRoleBindingsRequest) SetFilter(fv *role_binding.Filter)

func (*ListRoleBindingsRequest) SetIncludePagingInfo added in v0.10.1

func (m *ListRoleBindingsRequest) SetIncludePagingInfo(fv bool)

func (*ListRoleBindingsRequest) SetOrderBy

func (m *ListRoleBindingsRequest) SetOrderBy(fv *role_binding.OrderBy)

func (*ListRoleBindingsRequest) SetPageSize

func (m *ListRoleBindingsRequest) SetPageSize(fv int32)

func (*ListRoleBindingsRequest) SetPageToken

func (m *ListRoleBindingsRequest) SetPageToken(fv *role_binding.PagerCursor)

func (*ListRoleBindingsRequest) SetParent

func (*ListRoleBindingsRequest) SetView

func (m *ListRoleBindingsRequest) SetView(fv view.View)

func (*ListRoleBindingsRequest) String

func (m *ListRoleBindingsRequest) String() string

func (*ListRoleBindingsRequest) Unmarshal

func (m *ListRoleBindingsRequest) Unmarshal(b []byte) error

func (*ListRoleBindingsRequest) UnmarshalJSON

func (m *ListRoleBindingsRequest) UnmarshalJSON(data []byte) error

type ListRoleBindingsRequestFieldPathBuilder

type ListRoleBindingsRequestFieldPathBuilder struct{}

func NewListRoleBindingsRequestFieldPathBuilder

func NewListRoleBindingsRequestFieldPathBuilder() ListRoleBindingsRequestFieldPathBuilder

func (ListRoleBindingsRequestFieldPathBuilder) FieldMask

func (ListRoleBindingsRequestFieldPathBuilder) Filter

func (ListRoleBindingsRequestFieldPathBuilder) IncludePagingInfo added in v0.10.1

func (ListRoleBindingsRequestFieldPathBuilder) OrderBy

func (ListRoleBindingsRequestFieldPathBuilder) PageSize

func (ListRoleBindingsRequestFieldPathBuilder) PageToken

func (ListRoleBindingsRequestFieldPathBuilder) Parent

func (ListRoleBindingsRequestFieldPathBuilder) View

type ListRoleBindingsRequestPathSelectorFieldMask

type ListRoleBindingsRequestPathSelectorFieldMask struct{}

func (ListRoleBindingsRequestPathSelectorFieldMask) FieldPath

type ListRoleBindingsRequestPathSelectorFilter

type ListRoleBindingsRequestPathSelectorFilter struct{}

func (ListRoleBindingsRequestPathSelectorFilter) FieldPath

func (ListRoleBindingsRequestPathSelectorFilter) WithArrayOfValues

func (ListRoleBindingsRequestPathSelectorFilter) WithValue

type ListRoleBindingsRequestPathSelectorIncludePagingInfo added in v0.10.1

type ListRoleBindingsRequestPathSelectorIncludePagingInfo struct{}

func (ListRoleBindingsRequestPathSelectorIncludePagingInfo) FieldPath added in v0.10.1

func (ListRoleBindingsRequestPathSelectorIncludePagingInfo) WithArrayOfValues added in v0.10.1

func (ListRoleBindingsRequestPathSelectorIncludePagingInfo) WithValue added in v0.10.1

type ListRoleBindingsRequestPathSelectorOrderBy

type ListRoleBindingsRequestPathSelectorOrderBy struct{}

func (ListRoleBindingsRequestPathSelectorOrderBy) FieldPath

func (ListRoleBindingsRequestPathSelectorOrderBy) WithArrayOfValues

func (ListRoleBindingsRequestPathSelectorOrderBy) WithValue

type ListRoleBindingsRequestPathSelectorPageSize

type ListRoleBindingsRequestPathSelectorPageSize struct{}

func (ListRoleBindingsRequestPathSelectorPageSize) FieldPath

func (ListRoleBindingsRequestPathSelectorPageSize) WithArrayOfValues

func (ListRoleBindingsRequestPathSelectorPageSize) WithValue

type ListRoleBindingsRequestPathSelectorPageToken

type ListRoleBindingsRequestPathSelectorPageToken struct{}

func (ListRoleBindingsRequestPathSelectorPageToken) FieldPath

func (ListRoleBindingsRequestPathSelectorPageToken) WithArrayOfValues

func (ListRoleBindingsRequestPathSelectorPageToken) WithValue

type ListRoleBindingsRequestPathSelectorParent

type ListRoleBindingsRequestPathSelectorParent struct{}

func (ListRoleBindingsRequestPathSelectorParent) FieldPath

func (ListRoleBindingsRequestPathSelectorParent) WithArrayOfValues

func (ListRoleBindingsRequestPathSelectorParent) WithValue

type ListRoleBindingsRequestPathSelectorView

type ListRoleBindingsRequestPathSelectorView struct{}

func (ListRoleBindingsRequestPathSelectorView) FieldPath

func (ListRoleBindingsRequestPathSelectorView) WithArrayOfValues

func (ListRoleBindingsRequestPathSelectorView) WithValue

type ListRoleBindingsRequest_FieldMask

type ListRoleBindingsRequest_FieldMask struct {
	Paths []ListRoleBindingsRequest_FieldPath
}

func FullListRoleBindingsRequest_FieldMask

func FullListRoleBindingsRequest_FieldMask() *ListRoleBindingsRequest_FieldMask

func (*ListRoleBindingsRequest_FieldMask) AppendPath

func (*ListRoleBindingsRequest_FieldMask) AppendRawPath

func (fieldMask *ListRoleBindingsRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*ListRoleBindingsRequest_FieldMask) DecodeFirestore

func (fieldMask *ListRoleBindingsRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*ListRoleBindingsRequest_FieldMask) EncodeFirestore

func (fieldMask *ListRoleBindingsRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*ListRoleBindingsRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*ListRoleBindingsRequest_FieldMask) FromProtoFieldMask

func (fieldMask *ListRoleBindingsRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*ListRoleBindingsRequest_FieldMask) GetPaths

func (*ListRoleBindingsRequest_FieldMask) GetRawPaths

func (fieldMask *ListRoleBindingsRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*ListRoleBindingsRequest_FieldMask) IsFull

func (fieldMask *ListRoleBindingsRequest_FieldMask) IsFull() bool

func (ListRoleBindingsRequest_FieldMask) Marshal

func (fieldMask ListRoleBindingsRequest_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (ListRoleBindingsRequest_FieldMask) MarshalJSON

func (fieldMask ListRoleBindingsRequest_FieldMask) MarshalJSON() ([]byte, error)

func (*ListRoleBindingsRequest_FieldMask) PathsCount

func (fieldMask *ListRoleBindingsRequest_FieldMask) PathsCount() int

func (*ListRoleBindingsRequest_FieldMask) Project

func (*ListRoleBindingsRequest_FieldMask) ProjectRaw

func (*ListRoleBindingsRequest_FieldMask) ProtoMessage

func (fieldMask *ListRoleBindingsRequest_FieldMask) ProtoMessage()

func (*ListRoleBindingsRequest_FieldMask) ProtoReflect

func (fieldMask *ListRoleBindingsRequest_FieldMask) ProtoReflect() preflect.Message

func (*ListRoleBindingsRequest_FieldMask) Reset

func (fieldMask *ListRoleBindingsRequest_FieldMask) Reset()

func (*ListRoleBindingsRequest_FieldMask) Set

func (fieldMask *ListRoleBindingsRequest_FieldMask) Set(target, source *ListRoleBindingsRequest)

func (*ListRoleBindingsRequest_FieldMask) SetFromCliFlag

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

func (*ListRoleBindingsRequest_FieldMask) SetRaw

func (fieldMask *ListRoleBindingsRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*ListRoleBindingsRequest_FieldMask) Size

func (fieldMask *ListRoleBindingsRequest_FieldMask) Size() int

func (*ListRoleBindingsRequest_FieldMask) String

func (fieldMask *ListRoleBindingsRequest_FieldMask) String() string

func (*ListRoleBindingsRequest_FieldMask) Subtract

func (*ListRoleBindingsRequest_FieldMask) SubtractRaw

func (*ListRoleBindingsRequest_FieldMask) ToProtoFieldMask

func (fieldMask *ListRoleBindingsRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*ListRoleBindingsRequest_FieldMask) Unmarshal

func (fieldMask *ListRoleBindingsRequest_FieldMask) Unmarshal(data []byte) error

func (*ListRoleBindingsRequest_FieldMask) UnmarshalJSON

func (fieldMask *ListRoleBindingsRequest_FieldMask) UnmarshalJSON(data []byte) error

type ListRoleBindingsRequest_FieldPath

type ListRoleBindingsRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() ListRoleBindingsRequest_FieldPathSelector
	Get(source *ListRoleBindingsRequest) []interface{}
	GetSingle(source *ListRoleBindingsRequest) (interface{}, bool)
	ClearValue(item *ListRoleBindingsRequest)

	// Those methods build corresponding ListRoleBindingsRequest_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) ListRoleBindingsRequest_FieldPathValue
	WithIArrayOfValues(values interface{}) ListRoleBindingsRequest_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) ListRoleBindingsRequest_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseListRoleBindingsRequest_FieldPath

func MustParseListRoleBindingsRequest_FieldPath(rawField string) ListRoleBindingsRequest_FieldPath

func ParseListRoleBindingsRequest_FieldPath

func ParseListRoleBindingsRequest_FieldPath(rawField string) (ListRoleBindingsRequest_FieldPath, error)

type ListRoleBindingsRequest_FieldPathArrayItemValue

type ListRoleBindingsRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	ListRoleBindingsRequest_FieldPath
	ContainsValue(*ListRoleBindingsRequest) bool
}

ListRoleBindingsRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for ListRoleBindingsRequest according to their type Present only for array (repeated) types.

func MustParseListRoleBindingsRequest_FieldPathArrayItemValue

func MustParseListRoleBindingsRequest_FieldPathArrayItemValue(pathStr, valueStr string) ListRoleBindingsRequest_FieldPathArrayItemValue

func ParseListRoleBindingsRequest_FieldPathArrayItemValue

func ParseListRoleBindingsRequest_FieldPathArrayItemValue(pathStr, valueStr string) (ListRoleBindingsRequest_FieldPathArrayItemValue, error)

ParseListRoleBindingsRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type ListRoleBindingsRequest_FieldPathArrayOfValues

type ListRoleBindingsRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	ListRoleBindingsRequest_FieldPath
}

ListRoleBindingsRequest_FieldPathArrayOfValues allows storing slice of values for ListRoleBindingsRequest fields according to their type

func MustParseListRoleBindingsRequest_FieldPathArrayOfValues

func MustParseListRoleBindingsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) ListRoleBindingsRequest_FieldPathArrayOfValues

func ParseListRoleBindingsRequest_FieldPathArrayOfValues

func ParseListRoleBindingsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (ListRoleBindingsRequest_FieldPathArrayOfValues, error)

type ListRoleBindingsRequest_FieldPathSelector

type ListRoleBindingsRequest_FieldPathSelector int32
const (
	ListRoleBindingsRequest_FieldPathSelectorParent            ListRoleBindingsRequest_FieldPathSelector = 0
	ListRoleBindingsRequest_FieldPathSelectorPageSize          ListRoleBindingsRequest_FieldPathSelector = 1
	ListRoleBindingsRequest_FieldPathSelectorPageToken         ListRoleBindingsRequest_FieldPathSelector = 2
	ListRoleBindingsRequest_FieldPathSelectorOrderBy           ListRoleBindingsRequest_FieldPathSelector = 3
	ListRoleBindingsRequest_FieldPathSelectorFilter            ListRoleBindingsRequest_FieldPathSelector = 4
	ListRoleBindingsRequest_FieldPathSelectorFieldMask         ListRoleBindingsRequest_FieldPathSelector = 5
	ListRoleBindingsRequest_FieldPathSelectorView              ListRoleBindingsRequest_FieldPathSelector = 6
	ListRoleBindingsRequest_FieldPathSelectorIncludePagingInfo ListRoleBindingsRequest_FieldPathSelector = 7
)

func (ListRoleBindingsRequest_FieldPathSelector) String

type ListRoleBindingsRequest_FieldPathValue

type ListRoleBindingsRequest_FieldPathValue interface {
	ListRoleBindingsRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **ListRoleBindingsRequest)
	CompareWith(*ListRoleBindingsRequest) (cmp int, comparable bool)
}

ListRoleBindingsRequest_FieldPathValue allows storing values for ListRoleBindingsRequest fields according to their type

func MustParseListRoleBindingsRequest_FieldPathValue

func MustParseListRoleBindingsRequest_FieldPathValue(pathStr, valueStr string) ListRoleBindingsRequest_FieldPathValue

func ParseListRoleBindingsRequest_FieldPathValue

func ParseListRoleBindingsRequest_FieldPathValue(pathStr, valueStr string) (ListRoleBindingsRequest_FieldPathValue, error)

type ListRoleBindingsRequest_FieldTerminalPath

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

func (*ListRoleBindingsRequest_FieldTerminalPath) ClearValue

func (*ListRoleBindingsRequest_FieldTerminalPath) ClearValueRaw

func (*ListRoleBindingsRequest_FieldTerminalPath) Get

func (fp *ListRoleBindingsRequest_FieldTerminalPath) Get(source *ListRoleBindingsRequest) (values []interface{})

Get returns all values pointed by specific field from source ListRoleBindingsRequest

func (*ListRoleBindingsRequest_FieldTerminalPath) GetDefault

func (fp *ListRoleBindingsRequest_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*ListRoleBindingsRequest_FieldTerminalPath) GetRaw

func (fp *ListRoleBindingsRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*ListRoleBindingsRequest_FieldTerminalPath) GetSingle

func (fp *ListRoleBindingsRequest_FieldTerminalPath) GetSingle(source *ListRoleBindingsRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source ListRoleBindingsRequest

func (*ListRoleBindingsRequest_FieldTerminalPath) GetSingleRaw

func (fp *ListRoleBindingsRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*ListRoleBindingsRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListRoleBindingsRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*ListRoleBindingsRequest_FieldTerminalPath) Selector

func (*ListRoleBindingsRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*ListRoleBindingsRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*ListRoleBindingsRequest_FieldTerminalPath) WithIArrayItemValue

func (*ListRoleBindingsRequest_FieldTerminalPath) WithIArrayOfValues

func (*ListRoleBindingsRequest_FieldTerminalPath) WithIValue

func (*ListRoleBindingsRequest_FieldTerminalPath) WithRawIArrayItemValue

func (fp *ListRoleBindingsRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*ListRoleBindingsRequest_FieldTerminalPath) WithRawIArrayOfValues

func (fp *ListRoleBindingsRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*ListRoleBindingsRequest_FieldTerminalPath) WithRawIValue

func (fp *ListRoleBindingsRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type ListRoleBindingsRequest_FieldTerminalPathArrayItemValue

type ListRoleBindingsRequest_FieldTerminalPathArrayItemValue struct {
	ListRoleBindingsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListRoleBindingsRequest_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'ListRoleBindingsRequest'

func (*ListRoleBindingsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *ListRoleBindingsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object ListRoleBindingsRequest as interface{}

func (*ListRoleBindingsRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*ListRoleBindingsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *ListRoleBindingsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type ListRoleBindingsRequest_FieldTerminalPathArrayOfValues

type ListRoleBindingsRequest_FieldTerminalPathArrayOfValues struct {
	ListRoleBindingsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListRoleBindingsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*ListRoleBindingsRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues

func (*ListRoleBindingsRequest_FieldTerminalPathArrayOfValues) AsIncludePagingInfoArrayOfValues added in v0.10.1

func (fpaov *ListRoleBindingsRequest_FieldTerminalPathArrayOfValues) AsIncludePagingInfoArrayOfValues() ([]bool, bool)

func (*ListRoleBindingsRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues

func (*ListRoleBindingsRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues

func (fpaov *ListRoleBindingsRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues() ([]int32, bool)

func (*ListRoleBindingsRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues

func (*ListRoleBindingsRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues

func (*ListRoleBindingsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

func (fpaov *ListRoleBindingsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)

func (*ListRoleBindingsRequest_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *ListRoleBindingsRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type ListRoleBindingsRequest_FieldTerminalPathValue

type ListRoleBindingsRequest_FieldTerminalPathValue struct {
	ListRoleBindingsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListRoleBindingsRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*ListRoleBindingsRequest_FieldTerminalPathValue) AsFilterValue

func (*ListRoleBindingsRequest_FieldTerminalPathValue) AsIncludePagingInfoValue added in v0.10.1

func (fpv *ListRoleBindingsRequest_FieldTerminalPathValue) AsIncludePagingInfoValue() (bool, bool)

func (*ListRoleBindingsRequest_FieldTerminalPathValue) AsOrderByValue

func (*ListRoleBindingsRequest_FieldTerminalPathValue) AsPageSizeValue

func (fpv *ListRoleBindingsRequest_FieldTerminalPathValue) AsPageSizeValue() (int32, bool)

func (*ListRoleBindingsRequest_FieldTerminalPathValue) AsPageTokenValue

func (*ListRoleBindingsRequest_FieldTerminalPathValue) AsParentValue

func (*ListRoleBindingsRequest_FieldTerminalPathValue) AsViewValue

func (*ListRoleBindingsRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'ListRoleBindingsRequest_FieldTerminalPathValue' with the value under path in 'ListRoleBindingsRequest'.

func (*ListRoleBindingsRequest_FieldTerminalPathValue) CompareWithRaw

func (fpv *ListRoleBindingsRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*ListRoleBindingsRequest_FieldTerminalPathValue) GetRawValue

func (fpv *ListRoleBindingsRequest_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'ListRoleBindingsRequest' as interface{}

func (*ListRoleBindingsRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object ListRoleBindingsRequest

func (*ListRoleBindingsRequest_FieldTerminalPathValue) SetToRaw

type ListRoleBindingsResponse

type ListRoleBindingsResponse struct {

	// The list of RoleBindings
	RoleBindings []*role_binding.RoleBinding `protobuf:"bytes,1,rep,name=role_bindings,json=roleBindings,proto3" json:"role_bindings,omitempty" firestore:"roleBindings"`
	// A token to retrieve previous page of results. Pass this value in the
	// [ListRoleBindingsRequest.page_token][ntt.iam.v1alpha.ListRoleBindingsRequest.page_token]
	PrevPageToken *role_binding.PagerCursor `` /* 151-byte string literal not displayed */
	// A token to retrieve next page of results. Pass this value in the
	// [ListRoleBindingsRequest.page_token][ntt.iam.v1alpha.ListRoleBindingsRequest.page_token]
	NextPageToken *role_binding.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 RoleBindings 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 [ListRoleBindings][ntt.iam.v1alpha.ListRoleBindings]

func (*ListRoleBindingsResponse) Clone

func (*ListRoleBindingsResponse) CloneRaw

func (*ListRoleBindingsResponse) Descriptor

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

Deprecated, Use ListRoleBindingsResponse.ProtoReflect.Descriptor instead.

func (*ListRoleBindingsResponse) GetCurrentOffset added in v0.10.1

func (m *ListRoleBindingsResponse) GetCurrentOffset() int32

func (*ListRoleBindingsResponse) GetNextPageToken

func (m *ListRoleBindingsResponse) GetNextPageToken() *role_binding.PagerCursor

func (*ListRoleBindingsResponse) GetPrevPageToken

func (m *ListRoleBindingsResponse) GetPrevPageToken() *role_binding.PagerCursor

func (*ListRoleBindingsResponse) GetRoleBindings

func (m *ListRoleBindingsResponse) GetRoleBindings() []*role_binding.RoleBinding

func (*ListRoleBindingsResponse) GetTotalResultsCount added in v0.10.1

func (m *ListRoleBindingsResponse) GetTotalResultsCount() int32

func (*ListRoleBindingsResponse) GotenMessage

func (*ListRoleBindingsResponse) GotenMessage()

func (*ListRoleBindingsResponse) GotenObjectExt

func (o *ListRoleBindingsResponse) GotenObjectExt()

func (*ListRoleBindingsResponse) GotenValidate

func (obj *ListRoleBindingsResponse) GotenValidate() error

func (*ListRoleBindingsResponse) MakeDiffFieldMask

func (*ListRoleBindingsResponse) MakeFullFieldMask

func (*ListRoleBindingsResponse) MakeRawDiffFieldMask

func (*ListRoleBindingsResponse) MakeRawFullFieldMask

func (o *ListRoleBindingsResponse) MakeRawFullFieldMask() gotenobject.FieldMask

func (*ListRoleBindingsResponse) Marshal

func (m *ListRoleBindingsResponse) Marshal() ([]byte, error)

func (*ListRoleBindingsResponse) MarshalJSON

func (m *ListRoleBindingsResponse) MarshalJSON() ([]byte, error)

func (*ListRoleBindingsResponse) Merge

func (*ListRoleBindingsResponse) MergeRaw

func (*ListRoleBindingsResponse) ProtoMessage

func (*ListRoleBindingsResponse) ProtoMessage()

func (*ListRoleBindingsResponse) ProtoReflect

func (m *ListRoleBindingsResponse) ProtoReflect() preflect.Message

func (*ListRoleBindingsResponse) Reset

func (m *ListRoleBindingsResponse) Reset()

func (*ListRoleBindingsResponse) SetCurrentOffset added in v0.10.1

func (m *ListRoleBindingsResponse) SetCurrentOffset(fv int32)

func (*ListRoleBindingsResponse) SetNextPageToken

func (m *ListRoleBindingsResponse) SetNextPageToken(fv *role_binding.PagerCursor)

func (*ListRoleBindingsResponse) SetPrevPageToken

func (m *ListRoleBindingsResponse) SetPrevPageToken(fv *role_binding.PagerCursor)

func (*ListRoleBindingsResponse) SetRoleBindings

func (m *ListRoleBindingsResponse) SetRoleBindings(fv []*role_binding.RoleBinding)

func (*ListRoleBindingsResponse) SetTotalResultsCount added in v0.10.1

func (m *ListRoleBindingsResponse) SetTotalResultsCount(fv int32)

func (*ListRoleBindingsResponse) String

func (m *ListRoleBindingsResponse) String() string

func (*ListRoleBindingsResponse) Unmarshal

func (m *ListRoleBindingsResponse) Unmarshal(b []byte) error

func (*ListRoleBindingsResponse) UnmarshalJSON

func (m *ListRoleBindingsResponse) UnmarshalJSON(data []byte) error

type ListRoleBindingsResponseFieldPathBuilder

type ListRoleBindingsResponseFieldPathBuilder struct{}

func NewListRoleBindingsResponseFieldPathBuilder

func NewListRoleBindingsResponseFieldPathBuilder() ListRoleBindingsResponseFieldPathBuilder

func (ListRoleBindingsResponseFieldPathBuilder) CurrentOffset added in v0.10.1

func (ListRoleBindingsResponseFieldPathBuilder) NextPageToken

func (ListRoleBindingsResponseFieldPathBuilder) PrevPageToken

func (ListRoleBindingsResponseFieldPathBuilder) RoleBindings

func (ListRoleBindingsResponseFieldPathBuilder) TotalResultsCount added in v0.10.1

type ListRoleBindingsResponseMapPathSelectorRoleBindingsConditionBindingParameters

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

func (ListRoleBindingsResponseMapPathSelectorRoleBindingsConditionBindingParameters) FieldPath

func (ListRoleBindingsResponseMapPathSelectorRoleBindingsConditionBindingParameters) WithArrayOfValues

func (ListRoleBindingsResponseMapPathSelectorRoleBindingsConditionBindingParameters) WithValue

type ListRoleBindingsResponseMapPathSelectorRoleBindingsMetadataAnnotations

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

func (ListRoleBindingsResponseMapPathSelectorRoleBindingsMetadataAnnotations) FieldPath

func (ListRoleBindingsResponseMapPathSelectorRoleBindingsMetadataAnnotations) WithArrayOfValues

func (ListRoleBindingsResponseMapPathSelectorRoleBindingsMetadataAnnotations) WithValue

type ListRoleBindingsResponseMapPathSelectorRoleBindingsMetadataLabels

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

func (ListRoleBindingsResponseMapPathSelectorRoleBindingsMetadataLabels) FieldPath

func (ListRoleBindingsResponseMapPathSelectorRoleBindingsMetadataLabels) WithArrayOfValues

func (ListRoleBindingsResponseMapPathSelectorRoleBindingsMetadataLabels) WithValue

type ListRoleBindingsResponseMapPathSelectorRoleBindingsMetadataShards

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

func (ListRoleBindingsResponseMapPathSelectorRoleBindingsMetadataShards) FieldPath

func (ListRoleBindingsResponseMapPathSelectorRoleBindingsMetadataShards) WithArrayOfValues

func (ListRoleBindingsResponseMapPathSelectorRoleBindingsMetadataShards) WithValue

type ListRoleBindingsResponsePathSelectorCurrentOffset added in v0.10.1

type ListRoleBindingsResponsePathSelectorCurrentOffset struct{}

func (ListRoleBindingsResponsePathSelectorCurrentOffset) FieldPath added in v0.10.1

func (ListRoleBindingsResponsePathSelectorCurrentOffset) WithArrayOfValues added in v0.10.1

func (ListRoleBindingsResponsePathSelectorCurrentOffset) WithValue added in v0.10.1

type ListRoleBindingsResponsePathSelectorNextPageToken

type ListRoleBindingsResponsePathSelectorNextPageToken struct{}

func (ListRoleBindingsResponsePathSelectorNextPageToken) FieldPath

func (ListRoleBindingsResponsePathSelectorNextPageToken) WithArrayOfValues

func (ListRoleBindingsResponsePathSelectorNextPageToken) WithValue

type ListRoleBindingsResponsePathSelectorPrevPageToken

type ListRoleBindingsResponsePathSelectorPrevPageToken struct{}

func (ListRoleBindingsResponsePathSelectorPrevPageToken) FieldPath

func (ListRoleBindingsResponsePathSelectorPrevPageToken) WithArrayOfValues

func (ListRoleBindingsResponsePathSelectorPrevPageToken) WithValue

type ListRoleBindingsResponsePathSelectorRoleBindings

type ListRoleBindingsResponsePathSelectorRoleBindings struct{}

func (ListRoleBindingsResponsePathSelectorRoleBindings) AncestryPath

func (ListRoleBindingsResponsePathSelectorRoleBindings) ConditionBinding

func (ListRoleBindingsResponsePathSelectorRoleBindings) FieldPath

func (ListRoleBindingsResponsePathSelectorRoleBindings) Member

func (ListRoleBindingsResponsePathSelectorRoleBindings) Metadata

func (ListRoleBindingsResponsePathSelectorRoleBindings) Name

func (ListRoleBindingsResponsePathSelectorRoleBindings) Role

func (ListRoleBindingsResponsePathSelectorRoleBindings) WithArrayOfValues

func (ListRoleBindingsResponsePathSelectorRoleBindings) WithItemValue

func (ListRoleBindingsResponsePathSelectorRoleBindings) WithSubArrayItemValue

func (ListRoleBindingsResponsePathSelectorRoleBindings) WithSubArrayOfValues

func (ListRoleBindingsResponsePathSelectorRoleBindings) WithSubPath

func (ListRoleBindingsResponsePathSelectorRoleBindings) WithSubValue

func (ListRoleBindingsResponsePathSelectorRoleBindings) WithValue

type ListRoleBindingsResponsePathSelectorRoleBindingsAncestryPath

type ListRoleBindingsResponsePathSelectorRoleBindingsAncestryPath struct{}

func (ListRoleBindingsResponsePathSelectorRoleBindingsAncestryPath) FieldPath

func (ListRoleBindingsResponsePathSelectorRoleBindingsAncestryPath) WithArrayOfValues

func (ListRoleBindingsResponsePathSelectorRoleBindingsAncestryPath) WithItemValue

func (ListRoleBindingsResponsePathSelectorRoleBindingsAncestryPath) WithValue

type ListRoleBindingsResponsePathSelectorRoleBindingsAncestryPathMember

type ListRoleBindingsResponsePathSelectorRoleBindingsAncestryPathMember struct{}

func (ListRoleBindingsResponsePathSelectorRoleBindingsAncestryPathMember) FieldPath

func (ListRoleBindingsResponsePathSelectorRoleBindingsAncestryPathMember) WithArrayOfValues

func (ListRoleBindingsResponsePathSelectorRoleBindingsAncestryPathMember) WithValue

type ListRoleBindingsResponsePathSelectorRoleBindingsAncestryPathParent

type ListRoleBindingsResponsePathSelectorRoleBindingsAncestryPathParent struct{}

func (ListRoleBindingsResponsePathSelectorRoleBindingsAncestryPathParent) FieldPath

func (ListRoleBindingsResponsePathSelectorRoleBindingsAncestryPathParent) WithArrayOfValues

func (ListRoleBindingsResponsePathSelectorRoleBindingsAncestryPathParent) WithValue

type ListRoleBindingsResponsePathSelectorRoleBindingsConditionBinding

type ListRoleBindingsResponsePathSelectorRoleBindingsConditionBinding struct{}

func (ListRoleBindingsResponsePathSelectorRoleBindingsConditionBinding) FieldPath

func (ListRoleBindingsResponsePathSelectorRoleBindingsConditionBinding) WithArrayOfValues

func (ListRoleBindingsResponsePathSelectorRoleBindingsConditionBinding) WithValue

type ListRoleBindingsResponsePathSelectorRoleBindingsConditionBindingCondition

type ListRoleBindingsResponsePathSelectorRoleBindingsConditionBindingCondition struct{}

func (ListRoleBindingsResponsePathSelectorRoleBindingsConditionBindingCondition) FieldPath

func (ListRoleBindingsResponsePathSelectorRoleBindingsConditionBindingCondition) WithArrayOfValues

func (ListRoleBindingsResponsePathSelectorRoleBindingsConditionBindingCondition) WithValue

type ListRoleBindingsResponsePathSelectorRoleBindingsConditionBindingParameters

type ListRoleBindingsResponsePathSelectorRoleBindingsConditionBindingParameters struct{}

func (ListRoleBindingsResponsePathSelectorRoleBindingsConditionBindingParameters) FieldPath

func (ListRoleBindingsResponsePathSelectorRoleBindingsConditionBindingParameters) WithArrayOfValues

func (ListRoleBindingsResponsePathSelectorRoleBindingsConditionBindingParameters) WithValue

type ListRoleBindingsResponsePathSelectorRoleBindingsMember

type ListRoleBindingsResponsePathSelectorRoleBindingsMember struct{}

func (ListRoleBindingsResponsePathSelectorRoleBindingsMember) FieldPath

func (ListRoleBindingsResponsePathSelectorRoleBindingsMember) WithArrayOfValues

func (ListRoleBindingsResponsePathSelectorRoleBindingsMember) WithValue

type ListRoleBindingsResponsePathSelectorRoleBindingsMetadata

type ListRoleBindingsResponsePathSelectorRoleBindingsMetadata struct{}

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadata) DeleteTime added in v0.8.0

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadata) FieldPath

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadata) Labels

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadata) Lifecycle added in v0.8.0

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadata) Shards

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadata) Syncing

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadata) Tags

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadata) Uuid

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadata) WithArrayOfValues

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadata) WithValue

type ListRoleBindingsResponsePathSelectorRoleBindingsMetadataAnnotations

type ListRoleBindingsResponsePathSelectorRoleBindingsMetadataAnnotations struct{}

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataAnnotations) FieldPath

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataAnnotations) WithArrayOfValues

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataAnnotations) WithValue

type ListRoleBindingsResponsePathSelectorRoleBindingsMetadataCreateTime

type ListRoleBindingsResponsePathSelectorRoleBindingsMetadataCreateTime struct{}

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataCreateTime) FieldPath

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataCreateTime) WithArrayOfValues

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataCreateTime) WithValue

type ListRoleBindingsResponsePathSelectorRoleBindingsMetadataDeleteTime added in v0.8.0

type ListRoleBindingsResponsePathSelectorRoleBindingsMetadataDeleteTime struct{}

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataDeleteTime) FieldPath added in v0.8.0

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataDeleteTime) WithArrayOfValues added in v0.8.0

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataDeleteTime) WithValue added in v0.8.0

type ListRoleBindingsResponsePathSelectorRoleBindingsMetadataGeneration

type ListRoleBindingsResponsePathSelectorRoleBindingsMetadataGeneration struct{}

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataGeneration) FieldPath

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataGeneration) WithArrayOfValues

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataGeneration) WithValue

type ListRoleBindingsResponsePathSelectorRoleBindingsMetadataLabels

type ListRoleBindingsResponsePathSelectorRoleBindingsMetadataLabels struct{}

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataLabels) FieldPath

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataLabels) WithArrayOfValues

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataLabels) WithKey

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataLabels) WithValue

type ListRoleBindingsResponsePathSelectorRoleBindingsMetadataLifecycle added in v0.8.0

type ListRoleBindingsResponsePathSelectorRoleBindingsMetadataLifecycle struct{}

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataLifecycle) BlockDeletion added in v0.8.0

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataLifecycle) FieldPath added in v0.8.0

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataLifecycle) State added in v0.8.0

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataLifecycle) WithArrayOfValues added in v0.8.0

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataLifecycle) WithValue added in v0.8.0

type ListRoleBindingsResponsePathSelectorRoleBindingsMetadataLifecycleBlockDeletion added in v0.8.0

type ListRoleBindingsResponsePathSelectorRoleBindingsMetadataLifecycleBlockDeletion struct{}

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataLifecycleBlockDeletion) FieldPath added in v0.8.0

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.8.0

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataLifecycleBlockDeletion) WithValue added in v0.8.0

type ListRoleBindingsResponsePathSelectorRoleBindingsMetadataLifecycleState added in v0.8.0

type ListRoleBindingsResponsePathSelectorRoleBindingsMetadataLifecycleState struct{}

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataLifecycleState) FieldPath added in v0.8.0

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataLifecycleState) WithArrayOfValues added in v0.8.0

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataLifecycleState) WithValue added in v0.8.0

type ListRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferences

type ListRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferences struct{}

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferences) FieldPath

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferences) Region added in v0.8.0

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferences) RequiresOwnerReference added in v0.8.0

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferences) Version added in v0.8.0

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferences) WithArrayOfValues

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferences) WithItemValue

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferences) WithValue

type ListRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferencesBlockOwnerDeletion

type ListRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type ListRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferencesController

type ListRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferencesController struct{}

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferencesController) FieldPath

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferencesController) WithArrayOfValues

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferencesController) WithValue

type ListRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferencesKind

type ListRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferencesKind struct{}

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferencesKind) FieldPath

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferencesKind) WithArrayOfValues

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferencesKind) WithValue

type ListRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferencesName

type ListRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferencesName struct{}

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferencesName) FieldPath

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferencesName) WithArrayOfValues

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferencesName) WithValue

type ListRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferencesRegion added in v0.8.0

type ListRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferencesRegion struct{}

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferencesRegion) FieldPath added in v0.8.0

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.8.0

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferencesRegion) WithValue added in v0.8.0

type ListRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferencesRequiresOwnerReference added in v0.8.0

type ListRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferencesRequiresOwnerReference struct{}

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.8.0

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.8.0

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.8.0

type ListRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferencesVersion added in v0.8.0

type ListRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferencesVersion struct{}

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferencesVersion) FieldPath added in v0.8.0

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.8.0

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataOwnerReferencesVersion) WithValue added in v0.8.0

type ListRoleBindingsResponsePathSelectorRoleBindingsMetadataResourceVersion

type ListRoleBindingsResponsePathSelectorRoleBindingsMetadataResourceVersion struct{}

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataResourceVersion) FieldPath

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataResourceVersion) WithArrayOfValues

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataResourceVersion) WithValue

type ListRoleBindingsResponsePathSelectorRoleBindingsMetadataShards

type ListRoleBindingsResponsePathSelectorRoleBindingsMetadataShards struct{}

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataShards) FieldPath

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataShards) WithArrayOfValues

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataShards) WithKey

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataShards) WithValue

type ListRoleBindingsResponsePathSelectorRoleBindingsMetadataSyncing

type ListRoleBindingsResponsePathSelectorRoleBindingsMetadataSyncing struct{}

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataSyncing) FieldPath

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataSyncing) WithArrayOfValues

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataSyncing) WithValue

type ListRoleBindingsResponsePathSelectorRoleBindingsMetadataSyncingOwningRegion

type ListRoleBindingsResponsePathSelectorRoleBindingsMetadataSyncingOwningRegion struct{}

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataSyncingOwningRegion) FieldPath

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataSyncingOwningRegion) WithArrayOfValues

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataSyncingOwningRegion) WithValue

type ListRoleBindingsResponsePathSelectorRoleBindingsMetadataSyncingRegions

type ListRoleBindingsResponsePathSelectorRoleBindingsMetadataSyncingRegions struct{}

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataSyncingRegions) FieldPath

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataSyncingRegions) WithArrayOfValues

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataSyncingRegions) WithItemValue

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataSyncingRegions) WithValue

type ListRoleBindingsResponsePathSelectorRoleBindingsMetadataTags

type ListRoleBindingsResponsePathSelectorRoleBindingsMetadataTags struct{}

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataTags) FieldPath

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataTags) WithArrayOfValues

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataTags) WithItemValue

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataTags) WithValue

type ListRoleBindingsResponsePathSelectorRoleBindingsMetadataUpdateTime

type ListRoleBindingsResponsePathSelectorRoleBindingsMetadataUpdateTime struct{}

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataUpdateTime) FieldPath

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataUpdateTime) WithArrayOfValues

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataUpdateTime) WithValue

type ListRoleBindingsResponsePathSelectorRoleBindingsMetadataUuid

type ListRoleBindingsResponsePathSelectorRoleBindingsMetadataUuid struct{}

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataUuid) FieldPath

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataUuid) WithArrayOfValues

func (ListRoleBindingsResponsePathSelectorRoleBindingsMetadataUuid) WithValue

type ListRoleBindingsResponsePathSelectorRoleBindingsName

type ListRoleBindingsResponsePathSelectorRoleBindingsName struct{}

func (ListRoleBindingsResponsePathSelectorRoleBindingsName) FieldPath

func (ListRoleBindingsResponsePathSelectorRoleBindingsName) WithArrayOfValues

func (ListRoleBindingsResponsePathSelectorRoleBindingsName) WithValue

type ListRoleBindingsResponsePathSelectorRoleBindingsRole

type ListRoleBindingsResponsePathSelectorRoleBindingsRole struct{}

func (ListRoleBindingsResponsePathSelectorRoleBindingsRole) FieldPath

func (ListRoleBindingsResponsePathSelectorRoleBindingsRole) WithArrayOfValues

func (ListRoleBindingsResponsePathSelectorRoleBindingsRole) WithValue

type ListRoleBindingsResponsePathSelectorTotalResultsCount added in v0.10.1

type ListRoleBindingsResponsePathSelectorTotalResultsCount struct{}

func (ListRoleBindingsResponsePathSelectorTotalResultsCount) FieldPath added in v0.10.1

func (ListRoleBindingsResponsePathSelectorTotalResultsCount) WithArrayOfValues added in v0.10.1

func (ListRoleBindingsResponsePathSelectorTotalResultsCount) WithValue added in v0.10.1

type ListRoleBindingsResponse_FieldMask

type ListRoleBindingsResponse_FieldMask struct {
	Paths []ListRoleBindingsResponse_FieldPath
}

func FullListRoleBindingsResponse_FieldMask

func FullListRoleBindingsResponse_FieldMask() *ListRoleBindingsResponse_FieldMask

func (*ListRoleBindingsResponse_FieldMask) AppendPath

func (*ListRoleBindingsResponse_FieldMask) AppendRawPath

func (fieldMask *ListRoleBindingsResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*ListRoleBindingsResponse_FieldMask) DecodeFirestore

func (fieldMask *ListRoleBindingsResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*ListRoleBindingsResponse_FieldMask) EncodeFirestore

func (fieldMask *ListRoleBindingsResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*ListRoleBindingsResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*ListRoleBindingsResponse_FieldMask) FromProtoFieldMask

func (fieldMask *ListRoleBindingsResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*ListRoleBindingsResponse_FieldMask) GetPaths

func (*ListRoleBindingsResponse_FieldMask) GetRawPaths

func (fieldMask *ListRoleBindingsResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*ListRoleBindingsResponse_FieldMask) IsFull

func (fieldMask *ListRoleBindingsResponse_FieldMask) IsFull() bool

func (ListRoleBindingsResponse_FieldMask) Marshal

func (fieldMask ListRoleBindingsResponse_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (ListRoleBindingsResponse_FieldMask) MarshalJSON

func (fieldMask ListRoleBindingsResponse_FieldMask) MarshalJSON() ([]byte, error)

func (*ListRoleBindingsResponse_FieldMask) PathsCount

func (fieldMask *ListRoleBindingsResponse_FieldMask) PathsCount() int

func (*ListRoleBindingsResponse_FieldMask) Project

func (*ListRoleBindingsResponse_FieldMask) ProjectRaw

func (*ListRoleBindingsResponse_FieldMask) ProtoMessage

func (fieldMask *ListRoleBindingsResponse_FieldMask) ProtoMessage()

func (*ListRoleBindingsResponse_FieldMask) ProtoReflect

func (fieldMask *ListRoleBindingsResponse_FieldMask) ProtoReflect() preflect.Message

func (*ListRoleBindingsResponse_FieldMask) Reset

func (fieldMask *ListRoleBindingsResponse_FieldMask) Reset()

func (*ListRoleBindingsResponse_FieldMask) Set

func (fieldMask *ListRoleBindingsResponse_FieldMask) Set(target, source *ListRoleBindingsResponse)

func (*ListRoleBindingsResponse_FieldMask) SetFromCliFlag

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

func (*ListRoleBindingsResponse_FieldMask) SetRaw

func (fieldMask *ListRoleBindingsResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*ListRoleBindingsResponse_FieldMask) Size

func (fieldMask *ListRoleBindingsResponse_FieldMask) Size() int

func (*ListRoleBindingsResponse_FieldMask) String

func (fieldMask *ListRoleBindingsResponse_FieldMask) String() string

func (*ListRoleBindingsResponse_FieldMask) Subtract

func (*ListRoleBindingsResponse_FieldMask) SubtractRaw

func (*ListRoleBindingsResponse_FieldMask) ToProtoFieldMask

func (fieldMask *ListRoleBindingsResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*ListRoleBindingsResponse_FieldMask) Unmarshal

func (fieldMask *ListRoleBindingsResponse_FieldMask) Unmarshal(data []byte) error

func (*ListRoleBindingsResponse_FieldMask) UnmarshalJSON

func (fieldMask *ListRoleBindingsResponse_FieldMask) UnmarshalJSON(data []byte) error

type ListRoleBindingsResponse_FieldPath

type ListRoleBindingsResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() ListRoleBindingsResponse_FieldPathSelector
	Get(source *ListRoleBindingsResponse) []interface{}
	GetSingle(source *ListRoleBindingsResponse) (interface{}, bool)
	ClearValue(item *ListRoleBindingsResponse)

	// Those methods build corresponding ListRoleBindingsResponse_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) ListRoleBindingsResponse_FieldPathValue
	WithIArrayOfValues(values interface{}) ListRoleBindingsResponse_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) ListRoleBindingsResponse_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseListRoleBindingsResponse_FieldPath

func MustParseListRoleBindingsResponse_FieldPath(rawField string) ListRoleBindingsResponse_FieldPath

func ParseListRoleBindingsResponse_FieldPath

func ParseListRoleBindingsResponse_FieldPath(rawField string) (ListRoleBindingsResponse_FieldPath, error)

type ListRoleBindingsResponse_FieldPathArrayItemValue

type ListRoleBindingsResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	ListRoleBindingsResponse_FieldPath
	ContainsValue(*ListRoleBindingsResponse) bool
}

ListRoleBindingsResponse_FieldPathArrayItemValue allows storing single item in Path-specific values for ListRoleBindingsResponse according to their type Present only for array (repeated) types.

func MustParseListRoleBindingsResponse_FieldPathArrayItemValue

func MustParseListRoleBindingsResponse_FieldPathArrayItemValue(pathStr, valueStr string) ListRoleBindingsResponse_FieldPathArrayItemValue

func ParseListRoleBindingsResponse_FieldPathArrayItemValue

func ParseListRoleBindingsResponse_FieldPathArrayItemValue(pathStr, valueStr string) (ListRoleBindingsResponse_FieldPathArrayItemValue, error)

ParseListRoleBindingsResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type ListRoleBindingsResponse_FieldPathArrayOfValues

type ListRoleBindingsResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	ListRoleBindingsResponse_FieldPath
}

ListRoleBindingsResponse_FieldPathArrayOfValues allows storing slice of values for ListRoleBindingsResponse fields according to their type

func MustParseListRoleBindingsResponse_FieldPathArrayOfValues

func MustParseListRoleBindingsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) ListRoleBindingsResponse_FieldPathArrayOfValues

func ParseListRoleBindingsResponse_FieldPathArrayOfValues

func ParseListRoleBindingsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (ListRoleBindingsResponse_FieldPathArrayOfValues, error)

type ListRoleBindingsResponse_FieldPathSelector

type ListRoleBindingsResponse_FieldPathSelector int32
const (
	ListRoleBindingsResponse_FieldPathSelectorRoleBindings      ListRoleBindingsResponse_FieldPathSelector = 0
	ListRoleBindingsResponse_FieldPathSelectorPrevPageToken     ListRoleBindingsResponse_FieldPathSelector = 1
	ListRoleBindingsResponse_FieldPathSelectorNextPageToken     ListRoleBindingsResponse_FieldPathSelector = 2
	ListRoleBindingsResponse_FieldPathSelectorCurrentOffset     ListRoleBindingsResponse_FieldPathSelector = 3
	ListRoleBindingsResponse_FieldPathSelectorTotalResultsCount ListRoleBindingsResponse_FieldPathSelector = 4
)

func (ListRoleBindingsResponse_FieldPathSelector) String

type ListRoleBindingsResponse_FieldPathValue

type ListRoleBindingsResponse_FieldPathValue interface {
	ListRoleBindingsResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **ListRoleBindingsResponse)
	CompareWith(*ListRoleBindingsResponse) (cmp int, comparable bool)
}

ListRoleBindingsResponse_FieldPathValue allows storing values for ListRoleBindingsResponse fields according to their type

func MustParseListRoleBindingsResponse_FieldPathValue

func MustParseListRoleBindingsResponse_FieldPathValue(pathStr, valueStr string) ListRoleBindingsResponse_FieldPathValue

func ParseListRoleBindingsResponse_FieldPathValue

func ParseListRoleBindingsResponse_FieldPathValue(pathStr, valueStr string) (ListRoleBindingsResponse_FieldPathValue, error)

type ListRoleBindingsResponse_FieldSubPath

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

func (*ListRoleBindingsResponse_FieldSubPath) AsRoleBindingsSubPath

func (*ListRoleBindingsResponse_FieldSubPath) ClearValue

func (*ListRoleBindingsResponse_FieldSubPath) ClearValueRaw

func (fps *ListRoleBindingsResponse_FieldSubPath) ClearValueRaw(item proto.Message)

func (*ListRoleBindingsResponse_FieldSubPath) Get

func (fps *ListRoleBindingsResponse_FieldSubPath) Get(source *ListRoleBindingsResponse) (values []interface{})

Get returns all values pointed by selected field from source ListRoleBindingsResponse

func (*ListRoleBindingsResponse_FieldSubPath) GetDefault

func (fps *ListRoleBindingsResponse_FieldSubPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*ListRoleBindingsResponse_FieldSubPath) GetRaw

func (fps *ListRoleBindingsResponse_FieldSubPath) GetRaw(source proto.Message) []interface{}

func (*ListRoleBindingsResponse_FieldSubPath) GetSingle

func (fps *ListRoleBindingsResponse_FieldSubPath) GetSingle(source *ListRoleBindingsResponse) (interface{}, bool)

GetSingle returns value of selected field from source ListRoleBindingsResponse

func (*ListRoleBindingsResponse_FieldSubPath) GetSingleRaw

func (fps *ListRoleBindingsResponse_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*ListRoleBindingsResponse_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListRoleBindingsResponse_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*ListRoleBindingsResponse_FieldSubPath) Selector

func (*ListRoleBindingsResponse_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*ListRoleBindingsResponse_FieldSubPath) String

String returns path representation in proto convention

func (*ListRoleBindingsResponse_FieldSubPath) WithIArrayItemValue

func (*ListRoleBindingsResponse_FieldSubPath) WithIArrayOfValues

func (*ListRoleBindingsResponse_FieldSubPath) WithIValue

func (*ListRoleBindingsResponse_FieldSubPath) WithRawIArrayItemValue

func (fps *ListRoleBindingsResponse_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*ListRoleBindingsResponse_FieldSubPath) WithRawIArrayOfValues

func (fps *ListRoleBindingsResponse_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*ListRoleBindingsResponse_FieldSubPath) WithRawIValue

func (fps *ListRoleBindingsResponse_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type ListRoleBindingsResponse_FieldSubPathArrayItemValue

type ListRoleBindingsResponse_FieldSubPathArrayItemValue struct {
	ListRoleBindingsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListRoleBindingsResponse_FieldSubPathArrayItemValue) AsRoleBindingsPathItemValue

func (*ListRoleBindingsResponse_FieldSubPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'ListRoleBindingsResponse'

func (*ListRoleBindingsResponse_FieldSubPathArrayItemValue) GetRawItemValue

func (fpaivs *ListRoleBindingsResponse_FieldSubPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored array item value

type ListRoleBindingsResponse_FieldSubPathArrayOfValues

type ListRoleBindingsResponse_FieldSubPathArrayOfValues struct {
	ListRoleBindingsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListRoleBindingsResponse_FieldSubPathArrayOfValues) AsRoleBindingsPathArrayOfValues

func (*ListRoleBindingsResponse_FieldSubPathArrayOfValues) GetRawValues

func (fpsaov *ListRoleBindingsResponse_FieldSubPathArrayOfValues) GetRawValues() []interface{}

type ListRoleBindingsResponse_FieldSubPathValue

type ListRoleBindingsResponse_FieldSubPathValue struct {
	ListRoleBindingsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListRoleBindingsResponse_FieldSubPathValue) AsRoleBindingsPathValue

func (*ListRoleBindingsResponse_FieldSubPathValue) CompareWith

func (*ListRoleBindingsResponse_FieldSubPathValue) CompareWithRaw

func (fpvs *ListRoleBindingsResponse_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*ListRoleBindingsResponse_FieldSubPathValue) GetRawValue

func (fpvs *ListRoleBindingsResponse_FieldSubPathValue) GetRawValue() interface{}

func (*ListRoleBindingsResponse_FieldSubPathValue) SetTo

func (*ListRoleBindingsResponse_FieldSubPathValue) SetToRaw

type ListRoleBindingsResponse_FieldTerminalPath

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

func (*ListRoleBindingsResponse_FieldTerminalPath) ClearValue

func (*ListRoleBindingsResponse_FieldTerminalPath) ClearValueRaw

func (*ListRoleBindingsResponse_FieldTerminalPath) Get

func (fp *ListRoleBindingsResponse_FieldTerminalPath) Get(source *ListRoleBindingsResponse) (values []interface{})

Get returns all values pointed by specific field from source ListRoleBindingsResponse

func (*ListRoleBindingsResponse_FieldTerminalPath) GetDefault

func (fp *ListRoleBindingsResponse_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*ListRoleBindingsResponse_FieldTerminalPath) GetRaw

func (fp *ListRoleBindingsResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*ListRoleBindingsResponse_FieldTerminalPath) GetSingle

func (fp *ListRoleBindingsResponse_FieldTerminalPath) GetSingle(source *ListRoleBindingsResponse) (interface{}, bool)

GetSingle returns value pointed by specific field of from source ListRoleBindingsResponse

func (*ListRoleBindingsResponse_FieldTerminalPath) GetSingleRaw

func (fp *ListRoleBindingsResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*ListRoleBindingsResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListRoleBindingsResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*ListRoleBindingsResponse_FieldTerminalPath) Selector

func (*ListRoleBindingsResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*ListRoleBindingsResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*ListRoleBindingsResponse_FieldTerminalPath) WithIArrayItemValue

func (*ListRoleBindingsResponse_FieldTerminalPath) WithIArrayOfValues

func (*ListRoleBindingsResponse_FieldTerminalPath) WithIValue

func (*ListRoleBindingsResponse_FieldTerminalPath) WithRawIArrayItemValue

func (fp *ListRoleBindingsResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*ListRoleBindingsResponse_FieldTerminalPath) WithRawIArrayOfValues

func (fp *ListRoleBindingsResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*ListRoleBindingsResponse_FieldTerminalPath) WithRawIValue

func (fp *ListRoleBindingsResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type ListRoleBindingsResponse_FieldTerminalPathArrayItemValue

type ListRoleBindingsResponse_FieldTerminalPathArrayItemValue struct {
	ListRoleBindingsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListRoleBindingsResponse_FieldTerminalPathArrayItemValue) AsRoleBindingsItemValue

func (*ListRoleBindingsResponse_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'ListRoleBindingsResponse'

func (*ListRoleBindingsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *ListRoleBindingsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object ListRoleBindingsResponse as interface{}

func (*ListRoleBindingsResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*ListRoleBindingsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *ListRoleBindingsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type ListRoleBindingsResponse_FieldTerminalPathArrayOfValues

type ListRoleBindingsResponse_FieldTerminalPathArrayOfValues struct {
	ListRoleBindingsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListRoleBindingsResponse_FieldTerminalPathArrayOfValues) AsCurrentOffsetArrayOfValues added in v0.10.1

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

func (*ListRoleBindingsResponse_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues

func (fpaov *ListRoleBindingsResponse_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues() ([]*role_binding.PagerCursor, bool)

func (*ListRoleBindingsResponse_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues

func (fpaov *ListRoleBindingsResponse_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues() ([]*role_binding.PagerCursor, bool)

func (*ListRoleBindingsResponse_FieldTerminalPathArrayOfValues) AsRoleBindingsArrayOfValues

func (fpaov *ListRoleBindingsResponse_FieldTerminalPathArrayOfValues) AsRoleBindingsArrayOfValues() ([][]*role_binding.RoleBinding, bool)

func (*ListRoleBindingsResponse_FieldTerminalPathArrayOfValues) AsTotalResultsCountArrayOfValues added in v0.10.1

func (fpaov *ListRoleBindingsResponse_FieldTerminalPathArrayOfValues) AsTotalResultsCountArrayOfValues() ([]int32, bool)

func (*ListRoleBindingsResponse_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *ListRoleBindingsResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type ListRoleBindingsResponse_FieldTerminalPathValue

type ListRoleBindingsResponse_FieldTerminalPathValue struct {
	ListRoleBindingsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListRoleBindingsResponse_FieldTerminalPathValue) AsCurrentOffsetValue added in v0.10.1

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

func (*ListRoleBindingsResponse_FieldTerminalPathValue) AsNextPageTokenValue

func (*ListRoleBindingsResponse_FieldTerminalPathValue) AsPrevPageTokenValue

func (*ListRoleBindingsResponse_FieldTerminalPathValue) AsRoleBindingsValue

func (*ListRoleBindingsResponse_FieldTerminalPathValue) AsTotalResultsCountValue added in v0.10.1

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

func (*ListRoleBindingsResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'ListRoleBindingsResponse_FieldTerminalPathValue' with the value under path in 'ListRoleBindingsResponse'.

func (*ListRoleBindingsResponse_FieldTerminalPathValue) CompareWithRaw

func (fpv *ListRoleBindingsResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*ListRoleBindingsResponse_FieldTerminalPathValue) GetRawValue

func (fpv *ListRoleBindingsResponse_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'ListRoleBindingsResponse' as interface{}

func (*ListRoleBindingsResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object ListRoleBindingsResponse

func (*ListRoleBindingsResponse_FieldTerminalPathValue) SetToRaw

type RoleBindingServiceClient

type RoleBindingServiceClient interface {
	GetRoleBinding(ctx context.Context, in *GetRoleBindingRequest, opts ...grpc.CallOption) (*role_binding.RoleBinding, error)
	BatchGetRoleBindings(ctx context.Context, in *BatchGetRoleBindingsRequest, opts ...grpc.CallOption) (*BatchGetRoleBindingsResponse, error)
	ListRoleBindings(ctx context.Context, in *ListRoleBindingsRequest, opts ...grpc.CallOption) (*ListRoleBindingsResponse, error)
	WatchRoleBinding(ctx context.Context, in *WatchRoleBindingRequest, opts ...grpc.CallOption) (WatchRoleBindingClientStream, error)
	WatchRoleBindings(ctx context.Context, in *WatchRoleBindingsRequest, opts ...grpc.CallOption) (WatchRoleBindingsClientStream, error)
	CreateRoleBinding(ctx context.Context, in *CreateRoleBindingRequest, opts ...grpc.CallOption) (*role_binding.RoleBinding, error)
	UpdateRoleBinding(ctx context.Context, in *UpdateRoleBindingRequest, opts ...grpc.CallOption) (*role_binding.RoleBinding, error)
	DeleteRoleBinding(ctx context.Context, in *DeleteRoleBindingRequest, opts ...grpc.CallOption) (*empty.Empty, error)
}

RoleBindingServiceClient is the client API for RoleBindingService.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

type RoleBindingServiceDescriptor added in v0.4.28

type RoleBindingServiceDescriptor struct{}

func GetRoleBindingServiceDescriptor added in v0.4.28

func GetRoleBindingServiceDescriptor() *RoleBindingServiceDescriptor

func (*RoleBindingServiceDescriptor) AllMethodDescriptors added in v0.4.28

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

func (*RoleBindingServiceDescriptor) GetApiName added in v0.4.28

func (d *RoleBindingServiceDescriptor) GetApiName() string

func (*RoleBindingServiceDescriptor) GetFullAPIName added in v0.4.28

func (d *RoleBindingServiceDescriptor) GetFullAPIName() string

func (*RoleBindingServiceDescriptor) GetProtoPkgName added in v0.4.28

func (d *RoleBindingServiceDescriptor) GetProtoPkgName() string

func (*RoleBindingServiceDescriptor) GetServiceDomain added in v0.4.28

func (d *RoleBindingServiceDescriptor) GetServiceDomain() string

func (*RoleBindingServiceDescriptor) GetServiceVersion added in v0.4.28

func (d *RoleBindingServiceDescriptor) GetServiceVersion() string

type UpdateRoleBindingDescriptor added in v0.4.28

type UpdateRoleBindingDescriptor struct{}

func GetUpdateRoleBindingDescriptor added in v0.4.28

func GetUpdateRoleBindingDescriptor() *UpdateRoleBindingDescriptor

func (*UpdateRoleBindingDescriptor) GetApiDescriptor added in v0.4.28

func (*UpdateRoleBindingDescriptor) GetApiName added in v0.4.28

func (d *UpdateRoleBindingDescriptor) GetApiName() string

func (*UpdateRoleBindingDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*UpdateRoleBindingDescriptor) GetFullMethodName added in v0.4.28

func (d *UpdateRoleBindingDescriptor) GetFullMethodName() string

func (*UpdateRoleBindingDescriptor) GetMethodName added in v0.4.28

func (d *UpdateRoleBindingDescriptor) GetMethodName() string

func (*UpdateRoleBindingDescriptor) GetProtoPkgName added in v0.4.28

func (d *UpdateRoleBindingDescriptor) GetProtoPkgName() string

func (*UpdateRoleBindingDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*UpdateRoleBindingDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*UpdateRoleBindingDescriptor) GetServiceDomain added in v0.4.28

func (d *UpdateRoleBindingDescriptor) GetServiceDomain() string

func (*UpdateRoleBindingDescriptor) GetServiceVersion added in v0.4.28

func (d *UpdateRoleBindingDescriptor) GetServiceVersion() string

func (*UpdateRoleBindingDescriptor) GetVerb added in v0.4.28

func (d *UpdateRoleBindingDescriptor) GetVerb() string

func (*UpdateRoleBindingDescriptor) HasResource added in v0.4.30

func (d *UpdateRoleBindingDescriptor) HasResource() bool

func (*UpdateRoleBindingDescriptor) IsClientStream added in v0.4.28

func (d *UpdateRoleBindingDescriptor) IsClientStream() bool

func (*UpdateRoleBindingDescriptor) IsCollection added in v0.4.30

func (d *UpdateRoleBindingDescriptor) IsCollection() bool

func (*UpdateRoleBindingDescriptor) IsPlural added in v0.4.30

func (d *UpdateRoleBindingDescriptor) IsPlural() bool

func (*UpdateRoleBindingDescriptor) IsServerStream added in v0.4.28

func (d *UpdateRoleBindingDescriptor) IsServerStream() bool

func (*UpdateRoleBindingDescriptor) IsUnary added in v0.4.28

func (d *UpdateRoleBindingDescriptor) IsUnary() bool

func (*UpdateRoleBindingDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*UpdateRoleBindingDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*UpdateRoleBindingDescriptor) RequestHasResourceBody added in v0.4.28

func (d *UpdateRoleBindingDescriptor) RequestHasResourceBody() bool

type UpdateRoleBindingDescriptorClientMsgHandle added in v0.4.28

type UpdateRoleBindingDescriptorClientMsgHandle struct{}

func (*UpdateRoleBindingDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*UpdateRoleBindingDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*UpdateRoleBindingDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type UpdateRoleBindingDescriptorServerMsgHandle added in v0.4.28

type UpdateRoleBindingDescriptorServerMsgHandle struct{}

func (*UpdateRoleBindingDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*UpdateRoleBindingDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*UpdateRoleBindingDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type UpdateRoleBindingRequest

type UpdateRoleBindingRequest struct {

	// RoleBinding resource body
	RoleBinding *role_binding.RoleBinding `protobuf:"bytes,2,opt,name=role_binding,json=roleBinding,proto3" json:"role_binding,omitempty" firestore:"roleBinding"`
	// FieldMask applied to request - change will be applied only for fields in
	// the mask
	UpdateMask *role_binding.RoleBinding_FieldMask `` /* 147-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 *UpdateRoleBindingRequest_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 [UpdateRoleBinding][ntt.iam.v1alpha.UpdateRoleBinding]

func (*UpdateRoleBindingRequest) Clone

func (*UpdateRoleBindingRequest) CloneRaw

func (*UpdateRoleBindingRequest) Descriptor

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

Deprecated, Use UpdateRoleBindingRequest.ProtoReflect.Descriptor instead.

func (*UpdateRoleBindingRequest) GetAllowMissing added in v0.12.33

func (m *UpdateRoleBindingRequest) GetAllowMissing() bool

func (*UpdateRoleBindingRequest) GetCas

func (*UpdateRoleBindingRequest) GetRoleBinding

func (m *UpdateRoleBindingRequest) GetRoleBinding() *role_binding.RoleBinding

func (*UpdateRoleBindingRequest) GetUpdateMask

func (*UpdateRoleBindingRequest) GotenMessage

func (*UpdateRoleBindingRequest) GotenMessage()

func (*UpdateRoleBindingRequest) GotenObjectExt

func (o *UpdateRoleBindingRequest) GotenObjectExt()

func (*UpdateRoleBindingRequest) GotenValidate

func (obj *UpdateRoleBindingRequest) GotenValidate() error

func (*UpdateRoleBindingRequest) MakeDiffFieldMask

func (*UpdateRoleBindingRequest) MakeFullFieldMask

func (*UpdateRoleBindingRequest) MakeRawDiffFieldMask

func (*UpdateRoleBindingRequest) MakeRawFullFieldMask

func (o *UpdateRoleBindingRequest) MakeRawFullFieldMask() gotenobject.FieldMask

func (*UpdateRoleBindingRequest) Marshal

func (m *UpdateRoleBindingRequest) Marshal() ([]byte, error)

func (*UpdateRoleBindingRequest) MarshalJSON

func (m *UpdateRoleBindingRequest) MarshalJSON() ([]byte, error)

func (*UpdateRoleBindingRequest) Merge

func (*UpdateRoleBindingRequest) MergeRaw

func (*UpdateRoleBindingRequest) ProtoMessage

func (*UpdateRoleBindingRequest) ProtoMessage()

func (*UpdateRoleBindingRequest) ProtoReflect

func (m *UpdateRoleBindingRequest) ProtoReflect() preflect.Message

func (*UpdateRoleBindingRequest) Reset

func (m *UpdateRoleBindingRequest) Reset()

func (*UpdateRoleBindingRequest) SetAllowMissing added in v0.12.33

func (m *UpdateRoleBindingRequest) SetAllowMissing(fv bool)

func (*UpdateRoleBindingRequest) SetCas

func (*UpdateRoleBindingRequest) SetRoleBinding

func (m *UpdateRoleBindingRequest) SetRoleBinding(fv *role_binding.RoleBinding)

func (*UpdateRoleBindingRequest) SetUpdateMask

func (*UpdateRoleBindingRequest) String

func (m *UpdateRoleBindingRequest) String() string

func (*UpdateRoleBindingRequest) Unmarshal

func (m *UpdateRoleBindingRequest) Unmarshal(b []byte) error

func (*UpdateRoleBindingRequest) UnmarshalJSON

func (m *UpdateRoleBindingRequest) UnmarshalJSON(data []byte) error

type UpdateRoleBindingRequestCASFieldPathBuilder

type UpdateRoleBindingRequestCASFieldPathBuilder struct{}

func NewUpdateRoleBindingRequestCASFieldPathBuilder

func NewUpdateRoleBindingRequestCASFieldPathBuilder() UpdateRoleBindingRequestCASFieldPathBuilder

func (UpdateRoleBindingRequestCASFieldPathBuilder) ConditionalState

func (UpdateRoleBindingRequestCASFieldPathBuilder) FieldMask

type UpdateRoleBindingRequestCAS_FieldPath

type UpdateRoleBindingRequestCAS_FieldPath interface {
	gotenobject.FieldPath
	Selector() UpdateRoleBindingRequestCAS_FieldPathSelector
	Get(source *UpdateRoleBindingRequest_CAS) []interface{}
	GetSingle(source *UpdateRoleBindingRequest_CAS) (interface{}, bool)
	ClearValue(item *UpdateRoleBindingRequest_CAS)

	// Those methods build corresponding UpdateRoleBindingRequestCAS_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) UpdateRoleBindingRequestCAS_FieldPathValue
	WithIArrayOfValues(values interface{}) UpdateRoleBindingRequestCAS_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) UpdateRoleBindingRequestCAS_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseUpdateRoleBindingRequestCAS_FieldPath

func MustParseUpdateRoleBindingRequestCAS_FieldPath(rawField string) UpdateRoleBindingRequestCAS_FieldPath

func ParseUpdateRoleBindingRequestCAS_FieldPath

func ParseUpdateRoleBindingRequestCAS_FieldPath(rawField string) (UpdateRoleBindingRequestCAS_FieldPath, error)

type UpdateRoleBindingRequestCAS_FieldPathArrayItemValue

type UpdateRoleBindingRequestCAS_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	UpdateRoleBindingRequestCAS_FieldPath
	ContainsValue(*UpdateRoleBindingRequest_CAS) bool
}

UpdateRoleBindingRequestCAS_FieldPathArrayItemValue allows storing single item in Path-specific values for CAS according to their type Present only for array (repeated) types.

func MustParseUpdateRoleBindingRequestCAS_FieldPathArrayItemValue

func MustParseUpdateRoleBindingRequestCAS_FieldPathArrayItemValue(pathStr, valueStr string) UpdateRoleBindingRequestCAS_FieldPathArrayItemValue

func ParseUpdateRoleBindingRequestCAS_FieldPathArrayItemValue

func ParseUpdateRoleBindingRequestCAS_FieldPathArrayItemValue(pathStr, valueStr string) (UpdateRoleBindingRequestCAS_FieldPathArrayItemValue, error)

ParseUpdateRoleBindingRequestCAS_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type UpdateRoleBindingRequestCAS_FieldPathArrayOfValues

type UpdateRoleBindingRequestCAS_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	UpdateRoleBindingRequestCAS_FieldPath
}

UpdateRoleBindingRequestCAS_FieldPathArrayOfValues allows storing slice of values for CAS fields according to their type

func MustParseUpdateRoleBindingRequestCAS_FieldPathArrayOfValues

func MustParseUpdateRoleBindingRequestCAS_FieldPathArrayOfValues(pathStr, valuesStr string) UpdateRoleBindingRequestCAS_FieldPathArrayOfValues

func ParseUpdateRoleBindingRequestCAS_FieldPathArrayOfValues

func ParseUpdateRoleBindingRequestCAS_FieldPathArrayOfValues(pathStr, valuesStr string) (UpdateRoleBindingRequestCAS_FieldPathArrayOfValues, error)

type UpdateRoleBindingRequestCAS_FieldPathSelector

type UpdateRoleBindingRequestCAS_FieldPathSelector int32
const (
	UpdateRoleBindingRequestCAS_FieldPathSelectorConditionalState UpdateRoleBindingRequestCAS_FieldPathSelector = 0
	UpdateRoleBindingRequestCAS_FieldPathSelectorFieldMask        UpdateRoleBindingRequestCAS_FieldPathSelector = 1
)

func (UpdateRoleBindingRequestCAS_FieldPathSelector) String

type UpdateRoleBindingRequestCAS_FieldPathValue

type UpdateRoleBindingRequestCAS_FieldPathValue interface {
	UpdateRoleBindingRequestCAS_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **UpdateRoleBindingRequest_CAS)
	CompareWith(*UpdateRoleBindingRequest_CAS) (cmp int, comparable bool)
}

UpdateRoleBindingRequestCAS_FieldPathValue allows storing values for CAS fields according to their type

func MustParseUpdateRoleBindingRequestCAS_FieldPathValue

func MustParseUpdateRoleBindingRequestCAS_FieldPathValue(pathStr, valueStr string) UpdateRoleBindingRequestCAS_FieldPathValue

func ParseUpdateRoleBindingRequestCAS_FieldPathValue

func ParseUpdateRoleBindingRequestCAS_FieldPathValue(pathStr, valueStr string) (UpdateRoleBindingRequestCAS_FieldPathValue, error)

type UpdateRoleBindingRequestCAS_FieldSubPath

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

func (*UpdateRoleBindingRequestCAS_FieldSubPath) AsConditionalStateSubPath

func (*UpdateRoleBindingRequestCAS_FieldSubPath) ClearValue

func (*UpdateRoleBindingRequestCAS_FieldSubPath) ClearValueRaw

func (fps *UpdateRoleBindingRequestCAS_FieldSubPath) ClearValueRaw(item proto.Message)

func (*UpdateRoleBindingRequestCAS_FieldSubPath) Get

func (fps *UpdateRoleBindingRequestCAS_FieldSubPath) Get(source *UpdateRoleBindingRequest_CAS) (values []interface{})

Get returns all values pointed by selected field from source UpdateRoleBindingRequest_CAS

func (*UpdateRoleBindingRequestCAS_FieldSubPath) GetDefault

func (fps *UpdateRoleBindingRequestCAS_FieldSubPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*UpdateRoleBindingRequestCAS_FieldSubPath) GetRaw

func (fps *UpdateRoleBindingRequestCAS_FieldSubPath) GetRaw(source proto.Message) []interface{}

func (*UpdateRoleBindingRequestCAS_FieldSubPath) GetSingle

func (fps *UpdateRoleBindingRequestCAS_FieldSubPath) GetSingle(source *UpdateRoleBindingRequest_CAS) (interface{}, bool)

GetSingle returns value of selected field from source UpdateRoleBindingRequest_CAS

func (*UpdateRoleBindingRequestCAS_FieldSubPath) GetSingleRaw

func (fps *UpdateRoleBindingRequestCAS_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*UpdateRoleBindingRequestCAS_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdateRoleBindingRequestCAS_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdateRoleBindingRequestCAS_FieldSubPath) Selector

func (*UpdateRoleBindingRequestCAS_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*UpdateRoleBindingRequestCAS_FieldSubPath) String

String returns path representation in proto convention

func (*UpdateRoleBindingRequestCAS_FieldSubPath) WithIArrayItemValue

func (*UpdateRoleBindingRequestCAS_FieldSubPath) WithIArrayOfValues

func (*UpdateRoleBindingRequestCAS_FieldSubPath) WithIValue

func (*UpdateRoleBindingRequestCAS_FieldSubPath) WithRawIArrayItemValue

func (fps *UpdateRoleBindingRequestCAS_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*UpdateRoleBindingRequestCAS_FieldSubPath) WithRawIArrayOfValues

func (fps *UpdateRoleBindingRequestCAS_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*UpdateRoleBindingRequestCAS_FieldSubPath) WithRawIValue

func (fps *UpdateRoleBindingRequestCAS_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type UpdateRoleBindingRequestCAS_FieldSubPathArrayItemValue

type UpdateRoleBindingRequestCAS_FieldSubPathArrayItemValue struct {
	UpdateRoleBindingRequestCAS_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateRoleBindingRequestCAS_FieldSubPathArrayItemValue) AsConditionalStatePathItemValue

func (*UpdateRoleBindingRequestCAS_FieldSubPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'CAS'

func (*UpdateRoleBindingRequestCAS_FieldSubPathArrayItemValue) GetRawItemValue

func (fpaivs *UpdateRoleBindingRequestCAS_FieldSubPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored array item value

type UpdateRoleBindingRequestCAS_FieldSubPathArrayOfValues

type UpdateRoleBindingRequestCAS_FieldSubPathArrayOfValues struct {
	UpdateRoleBindingRequestCAS_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateRoleBindingRequestCAS_FieldSubPathArrayOfValues) AsConditionalStatePathArrayOfValues

func (*UpdateRoleBindingRequestCAS_FieldSubPathArrayOfValues) GetRawValues

func (fpsaov *UpdateRoleBindingRequestCAS_FieldSubPathArrayOfValues) GetRawValues() []interface{}

type UpdateRoleBindingRequestCAS_FieldSubPathValue

type UpdateRoleBindingRequestCAS_FieldSubPathValue struct {
	UpdateRoleBindingRequestCAS_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateRoleBindingRequestCAS_FieldSubPathValue) AsConditionalStatePathValue

func (*UpdateRoleBindingRequestCAS_FieldSubPathValue) CompareWith

func (*UpdateRoleBindingRequestCAS_FieldSubPathValue) CompareWithRaw

func (fpvs *UpdateRoleBindingRequestCAS_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*UpdateRoleBindingRequestCAS_FieldSubPathValue) GetRawValue

func (fpvs *UpdateRoleBindingRequestCAS_FieldSubPathValue) GetRawValue() interface{}

func (*UpdateRoleBindingRequestCAS_FieldSubPathValue) SetTo

func (*UpdateRoleBindingRequestCAS_FieldSubPathValue) SetToRaw

type UpdateRoleBindingRequestCAS_FieldTerminalPath

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

func (*UpdateRoleBindingRequestCAS_FieldTerminalPath) ClearValue

func (*UpdateRoleBindingRequestCAS_FieldTerminalPath) ClearValueRaw

func (*UpdateRoleBindingRequestCAS_FieldTerminalPath) Get

func (fp *UpdateRoleBindingRequestCAS_FieldTerminalPath) Get(source *UpdateRoleBindingRequest_CAS) (values []interface{})

Get returns all values pointed by specific field from source UpdateRoleBindingRequest_CAS

func (*UpdateRoleBindingRequestCAS_FieldTerminalPath) GetDefault

func (fp *UpdateRoleBindingRequestCAS_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*UpdateRoleBindingRequestCAS_FieldTerminalPath) GetRaw

func (fp *UpdateRoleBindingRequestCAS_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*UpdateRoleBindingRequestCAS_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source UpdateRoleBindingRequest_CAS

func (*UpdateRoleBindingRequestCAS_FieldTerminalPath) GetSingleRaw

func (fp *UpdateRoleBindingRequestCAS_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*UpdateRoleBindingRequestCAS_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdateRoleBindingRequestCAS_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdateRoleBindingRequestCAS_FieldTerminalPath) Selector

func (*UpdateRoleBindingRequestCAS_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*UpdateRoleBindingRequestCAS_FieldTerminalPath) String

String returns path representation in proto convention

func (*UpdateRoleBindingRequestCAS_FieldTerminalPath) WithIArrayItemValue

func (*UpdateRoleBindingRequestCAS_FieldTerminalPath) WithIArrayOfValues

func (*UpdateRoleBindingRequestCAS_FieldTerminalPath) WithIValue

func (*UpdateRoleBindingRequestCAS_FieldTerminalPath) WithRawIArrayItemValue

func (fp *UpdateRoleBindingRequestCAS_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*UpdateRoleBindingRequestCAS_FieldTerminalPath) WithRawIArrayOfValues

func (fp *UpdateRoleBindingRequestCAS_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*UpdateRoleBindingRequestCAS_FieldTerminalPath) WithRawIValue

func (fp *UpdateRoleBindingRequestCAS_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type UpdateRoleBindingRequestCAS_FieldTerminalPathArrayItemValue

type UpdateRoleBindingRequestCAS_FieldTerminalPathArrayItemValue struct {
	UpdateRoleBindingRequestCAS_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateRoleBindingRequestCAS_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'CAS'

func (*UpdateRoleBindingRequestCAS_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *UpdateRoleBindingRequestCAS_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object UpdateRoleBindingRequest_CAS as interface{}

func (*UpdateRoleBindingRequestCAS_FieldTerminalPathArrayItemValue) GetSingle

func (*UpdateRoleBindingRequestCAS_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *UpdateRoleBindingRequestCAS_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type UpdateRoleBindingRequestCAS_FieldTerminalPathArrayOfValues

type UpdateRoleBindingRequestCAS_FieldTerminalPathArrayOfValues struct {
	UpdateRoleBindingRequestCAS_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateRoleBindingRequestCAS_FieldTerminalPathArrayOfValues) AsConditionalStateArrayOfValues

func (fpaov *UpdateRoleBindingRequestCAS_FieldTerminalPathArrayOfValues) AsConditionalStateArrayOfValues() ([]*role_binding.RoleBinding, bool)

func (*UpdateRoleBindingRequestCAS_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*UpdateRoleBindingRequestCAS_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *UpdateRoleBindingRequestCAS_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type UpdateRoleBindingRequestCAS_FieldTerminalPathValue

type UpdateRoleBindingRequestCAS_FieldTerminalPathValue struct {
	UpdateRoleBindingRequestCAS_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateRoleBindingRequestCAS_FieldTerminalPathValue) AsConditionalStateValue

func (*UpdateRoleBindingRequestCAS_FieldTerminalPathValue) AsFieldMaskValue

func (*UpdateRoleBindingRequestCAS_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'UpdateRoleBindingRequestCAS_FieldTerminalPathValue' with the value under path in 'UpdateRoleBindingRequest_CAS'.

func (*UpdateRoleBindingRequestCAS_FieldTerminalPathValue) CompareWithRaw

func (*UpdateRoleBindingRequestCAS_FieldTerminalPathValue) GetRawValue

func (fpv *UpdateRoleBindingRequestCAS_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'CAS' as interface{}

func (*UpdateRoleBindingRequestCAS_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object CAS

func (*UpdateRoleBindingRequestCAS_FieldTerminalPathValue) SetToRaw

type UpdateRoleBindingRequestFieldPathBuilder

type UpdateRoleBindingRequestFieldPathBuilder struct{}

func NewUpdateRoleBindingRequestFieldPathBuilder

func NewUpdateRoleBindingRequestFieldPathBuilder() UpdateRoleBindingRequestFieldPathBuilder

func (UpdateRoleBindingRequestFieldPathBuilder) AllowMissing added in v0.12.33

func (UpdateRoleBindingRequestFieldPathBuilder) Cas

func (UpdateRoleBindingRequestFieldPathBuilder) RoleBinding

func (UpdateRoleBindingRequestFieldPathBuilder) UpdateMask

type UpdateRoleBindingRequestMapPathSelectorCasConditionalStateConditionBindingParameters

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

func (UpdateRoleBindingRequestMapPathSelectorCasConditionalStateConditionBindingParameters) FieldPath

func (UpdateRoleBindingRequestMapPathSelectorCasConditionalStateConditionBindingParameters) WithArrayOfValues

func (UpdateRoleBindingRequestMapPathSelectorCasConditionalStateConditionBindingParameters) WithValue

type UpdateRoleBindingRequestMapPathSelectorCasConditionalStateMetadataAnnotations

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

func (UpdateRoleBindingRequestMapPathSelectorCasConditionalStateMetadataAnnotations) FieldPath

func (UpdateRoleBindingRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateRoleBindingRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithValue

type UpdateRoleBindingRequestMapPathSelectorCasConditionalStateMetadataLabels

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

func (UpdateRoleBindingRequestMapPathSelectorCasConditionalStateMetadataLabels) FieldPath

func (UpdateRoleBindingRequestMapPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateRoleBindingRequestMapPathSelectorCasConditionalStateMetadataLabels) WithValue

type UpdateRoleBindingRequestMapPathSelectorCasConditionalStateMetadataShards

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

func (UpdateRoleBindingRequestMapPathSelectorCasConditionalStateMetadataShards) FieldPath

func (UpdateRoleBindingRequestMapPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues

func (UpdateRoleBindingRequestMapPathSelectorCasConditionalStateMetadataShards) WithValue

type UpdateRoleBindingRequestMapPathSelectorRoleBindingConditionBindingParameters

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

func (UpdateRoleBindingRequestMapPathSelectorRoleBindingConditionBindingParameters) FieldPath

func (UpdateRoleBindingRequestMapPathSelectorRoleBindingConditionBindingParameters) WithArrayOfValues

func (UpdateRoleBindingRequestMapPathSelectorRoleBindingConditionBindingParameters) WithValue

type UpdateRoleBindingRequestMapPathSelectorRoleBindingMetadataAnnotations

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

func (UpdateRoleBindingRequestMapPathSelectorRoleBindingMetadataAnnotations) FieldPath

func (UpdateRoleBindingRequestMapPathSelectorRoleBindingMetadataAnnotations) WithArrayOfValues

func (UpdateRoleBindingRequestMapPathSelectorRoleBindingMetadataAnnotations) WithValue

type UpdateRoleBindingRequestMapPathSelectorRoleBindingMetadataLabels

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

func (UpdateRoleBindingRequestMapPathSelectorRoleBindingMetadataLabels) FieldPath

func (UpdateRoleBindingRequestMapPathSelectorRoleBindingMetadataLabels) WithArrayOfValues

func (UpdateRoleBindingRequestMapPathSelectorRoleBindingMetadataLabels) WithValue

type UpdateRoleBindingRequestMapPathSelectorRoleBindingMetadataShards

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

func (UpdateRoleBindingRequestMapPathSelectorRoleBindingMetadataShards) FieldPath

func (UpdateRoleBindingRequestMapPathSelectorRoleBindingMetadataShards) WithArrayOfValues

func (UpdateRoleBindingRequestMapPathSelectorRoleBindingMetadataShards) WithValue

type UpdateRoleBindingRequestPathSelectorAllowMissing added in v0.12.33

type UpdateRoleBindingRequestPathSelectorAllowMissing struct{}

func (UpdateRoleBindingRequestPathSelectorAllowMissing) FieldPath added in v0.12.33

func (UpdateRoleBindingRequestPathSelectorAllowMissing) WithArrayOfValues added in v0.12.33

func (UpdateRoleBindingRequestPathSelectorAllowMissing) WithValue added in v0.12.33

type UpdateRoleBindingRequestPathSelectorCas

type UpdateRoleBindingRequestPathSelectorCas struct{}

func (UpdateRoleBindingRequestPathSelectorCas) ConditionalState

func (UpdateRoleBindingRequestPathSelectorCas) FieldMask

func (UpdateRoleBindingRequestPathSelectorCas) FieldPath

type UpdateRoleBindingRequestPathSelectorCasConditionalState

type UpdateRoleBindingRequestPathSelectorCasConditionalState struct{}

func (UpdateRoleBindingRequestPathSelectorCasConditionalState) FieldPath

func (UpdateRoleBindingRequestPathSelectorCasConditionalState) Member

func (UpdateRoleBindingRequestPathSelectorCasConditionalState) Metadata

func (UpdateRoleBindingRequestPathSelectorCasConditionalState) Name

func (UpdateRoleBindingRequestPathSelectorCasConditionalState) Role

func (UpdateRoleBindingRequestPathSelectorCasConditionalState) WithArrayOfValues

func (UpdateRoleBindingRequestPathSelectorCasConditionalState) WithValue

type UpdateRoleBindingRequestPathSelectorCasConditionalStateAncestryPath

type UpdateRoleBindingRequestPathSelectorCasConditionalStateAncestryPath struct{}

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateAncestryPath) FieldPath

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateAncestryPath) WithArrayOfValues

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateAncestryPath) WithItemValue

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateAncestryPath) WithValue

type UpdateRoleBindingRequestPathSelectorCasConditionalStateAncestryPathMember

type UpdateRoleBindingRequestPathSelectorCasConditionalStateAncestryPathMember struct{}

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateAncestryPathMember) FieldPath

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateAncestryPathMember) WithArrayOfValues

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateAncestryPathMember) WithValue

type UpdateRoleBindingRequestPathSelectorCasConditionalStateAncestryPathParent

type UpdateRoleBindingRequestPathSelectorCasConditionalStateAncestryPathParent struct{}

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateAncestryPathParent) FieldPath

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateAncestryPathParent) WithArrayOfValues

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateAncestryPathParent) WithValue

type UpdateRoleBindingRequestPathSelectorCasConditionalStateConditionBinding

type UpdateRoleBindingRequestPathSelectorCasConditionalStateConditionBinding struct{}

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateConditionBinding) FieldPath

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateConditionBinding) WithArrayOfValues

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateConditionBinding) WithValue

type UpdateRoleBindingRequestPathSelectorCasConditionalStateConditionBindingCondition

type UpdateRoleBindingRequestPathSelectorCasConditionalStateConditionBindingCondition struct{}

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateConditionBindingCondition) FieldPath

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateConditionBindingCondition) WithArrayOfValues

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateConditionBindingCondition) WithValue

type UpdateRoleBindingRequestPathSelectorCasConditionalStateConditionBindingParameters

type UpdateRoleBindingRequestPathSelectorCasConditionalStateConditionBindingParameters struct{}

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateConditionBindingParameters) FieldPath

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateConditionBindingParameters) WithArrayOfValues

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateConditionBindingParameters) WithValue

type UpdateRoleBindingRequestPathSelectorCasConditionalStateMember

type UpdateRoleBindingRequestPathSelectorCasConditionalStateMember struct{}

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMember) FieldPath

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMember) WithArrayOfValues

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMember) WithValue

type UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadata

type UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadata struct{}

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadata) DeleteTime added in v0.8.0

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadata) FieldPath

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadata) Lifecycle added in v0.8.0

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadata) WithArrayOfValues

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadata) WithValue

type UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataAnnotations

type UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataAnnotations struct{}

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataAnnotations) FieldPath

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataAnnotations) WithValue

type UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataCreateTime

type UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataCreateTime struct{}

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataCreateTime) FieldPath

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataCreateTime) WithArrayOfValues

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataCreateTime) WithValue

type UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataDeleteTime added in v0.8.0

type UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataDeleteTime struct{}

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataDeleteTime) FieldPath added in v0.8.0

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataDeleteTime) WithArrayOfValues added in v0.8.0

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataDeleteTime) WithValue added in v0.8.0

type UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataGeneration

type UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataGeneration struct{}

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataGeneration) FieldPath

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataGeneration) WithArrayOfValues

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataGeneration) WithValue

type UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataLabels

type UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataLabels struct{}

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataLabels) FieldPath

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataLabels) WithValue

type UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataLifecycle added in v0.8.0

type UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataLifecycle struct{}

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataLifecycle) BlockDeletion added in v0.8.0

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataLifecycle) FieldPath added in v0.8.0

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataLifecycle) State added in v0.8.0

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataLifecycle) WithArrayOfValues added in v0.8.0

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataLifecycle) WithValue added in v0.8.0

type UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion added in v0.8.0

type UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion struct{}

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion) FieldPath added in v0.8.0

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.8.0

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion) WithValue added in v0.8.0

type UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataLifecycleState added in v0.8.0

type UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataLifecycleState struct{}

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataLifecycleState) FieldPath added in v0.8.0

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataLifecycleState) WithArrayOfValues added in v0.8.0

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataLifecycleState) WithValue added in v0.8.0

type UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataOwnerReferences

type UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataOwnerReferences struct{}

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataOwnerReferences) FieldPath

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataOwnerReferences) Region added in v0.8.0

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataOwnerReferences) RequiresOwnerReference added in v0.8.0

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataOwnerReferences) Version added in v0.8.0

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithArrayOfValues

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithItemValue

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithValue

type UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion

type UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController

type UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController struct{}

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) FieldPath

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) WithArrayOfValues

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) WithValue

type UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind

type UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind struct{}

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) FieldPath

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) WithValue

type UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName

type UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName struct{}

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) FieldPath

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) WithArrayOfValues

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) WithValue

type UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion added in v0.8.0

type UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion struct{}

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion) FieldPath added in v0.8.0

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.8.0

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion) WithValue added in v0.8.0

type UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference added in v0.8.0

type UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference struct{}

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.8.0

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.8.0

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.8.0

type UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion added in v0.8.0

type UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion struct{}

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion) FieldPath added in v0.8.0

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.8.0

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion) WithValue added in v0.8.0

type UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataResourceVersion

type UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataResourceVersion struct{}

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataResourceVersion) FieldPath

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithArrayOfValues

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithValue

type UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataShards

type UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataShards struct{}

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataShards) FieldPath

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataShards) WithValue

type UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataSyncing

type UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataSyncing struct{}

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataSyncing) FieldPath

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataSyncing) WithArrayOfValues

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataSyncing) WithValue

type UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion

type UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion struct{}

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) FieldPath

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) WithValue

type UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataSyncingRegions

type UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataSyncingRegions struct{}

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataSyncingRegions) FieldPath

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithArrayOfValues

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithItemValue

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithValue

type UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataTags

type UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataTags struct{}

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataTags) FieldPath

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataTags) WithArrayOfValues

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataTags) WithItemValue

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataTags) WithValue

type UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataUpdateTime

type UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataUpdateTime struct{}

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataUpdateTime) FieldPath

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithArrayOfValues

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithValue

type UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataUuid

type UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataUuid struct{}

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataUuid) FieldPath

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataUuid) WithArrayOfValues

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateMetadataUuid) WithValue

type UpdateRoleBindingRequestPathSelectorCasConditionalStateName

type UpdateRoleBindingRequestPathSelectorCasConditionalStateName struct{}

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateName) FieldPath

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateName) WithArrayOfValues

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateName) WithValue

type UpdateRoleBindingRequestPathSelectorCasConditionalStateRole

type UpdateRoleBindingRequestPathSelectorCasConditionalStateRole struct{}

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateRole) FieldPath

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateRole) WithArrayOfValues

func (UpdateRoleBindingRequestPathSelectorCasConditionalStateRole) WithValue

type UpdateRoleBindingRequestPathSelectorCasFieldMask

type UpdateRoleBindingRequestPathSelectorCasFieldMask struct{}

func (UpdateRoleBindingRequestPathSelectorCasFieldMask) FieldPath

func (UpdateRoleBindingRequestPathSelectorCasFieldMask) WithArrayOfValues

func (UpdateRoleBindingRequestPathSelectorCasFieldMask) WithValue

type UpdateRoleBindingRequestPathSelectorRoleBinding

type UpdateRoleBindingRequestPathSelectorRoleBinding struct{}

func (UpdateRoleBindingRequestPathSelectorRoleBinding) AncestryPath

func (UpdateRoleBindingRequestPathSelectorRoleBinding) ConditionBinding

func (UpdateRoleBindingRequestPathSelectorRoleBinding) FieldPath

func (UpdateRoleBindingRequestPathSelectorRoleBinding) Member

func (UpdateRoleBindingRequestPathSelectorRoleBinding) Metadata

func (UpdateRoleBindingRequestPathSelectorRoleBinding) Name

func (UpdateRoleBindingRequestPathSelectorRoleBinding) Role

func (UpdateRoleBindingRequestPathSelectorRoleBinding) WithArrayOfValues

func (UpdateRoleBindingRequestPathSelectorRoleBinding) WithSubArrayItemValue

func (UpdateRoleBindingRequestPathSelectorRoleBinding) WithSubArrayOfValues

func (UpdateRoleBindingRequestPathSelectorRoleBinding) WithSubPath

func (UpdateRoleBindingRequestPathSelectorRoleBinding) WithSubValue

func (UpdateRoleBindingRequestPathSelectorRoleBinding) WithValue

type UpdateRoleBindingRequestPathSelectorRoleBindingAncestryPath

type UpdateRoleBindingRequestPathSelectorRoleBindingAncestryPath struct{}

func (UpdateRoleBindingRequestPathSelectorRoleBindingAncestryPath) FieldPath

func (UpdateRoleBindingRequestPathSelectorRoleBindingAncestryPath) Member

func (UpdateRoleBindingRequestPathSelectorRoleBindingAncestryPath) Parent

func (UpdateRoleBindingRequestPathSelectorRoleBindingAncestryPath) WithArrayOfValues

func (UpdateRoleBindingRequestPathSelectorRoleBindingAncestryPath) WithItemValue

func (UpdateRoleBindingRequestPathSelectorRoleBindingAncestryPath) WithValue

type UpdateRoleBindingRequestPathSelectorRoleBindingAncestryPathMember

type UpdateRoleBindingRequestPathSelectorRoleBindingAncestryPathMember struct{}

func (UpdateRoleBindingRequestPathSelectorRoleBindingAncestryPathMember) FieldPath

func (UpdateRoleBindingRequestPathSelectorRoleBindingAncestryPathMember) WithArrayOfValues

func (UpdateRoleBindingRequestPathSelectorRoleBindingAncestryPathMember) WithValue

type UpdateRoleBindingRequestPathSelectorRoleBindingAncestryPathParent

type UpdateRoleBindingRequestPathSelectorRoleBindingAncestryPathParent struct{}

func (UpdateRoleBindingRequestPathSelectorRoleBindingAncestryPathParent) FieldPath

func (UpdateRoleBindingRequestPathSelectorRoleBindingAncestryPathParent) WithArrayOfValues

func (UpdateRoleBindingRequestPathSelectorRoleBindingAncestryPathParent) WithValue

type UpdateRoleBindingRequestPathSelectorRoleBindingConditionBinding

type UpdateRoleBindingRequestPathSelectorRoleBindingConditionBinding struct{}

func (UpdateRoleBindingRequestPathSelectorRoleBindingConditionBinding) FieldPath

func (UpdateRoleBindingRequestPathSelectorRoleBindingConditionBinding) WithArrayOfValues

func (UpdateRoleBindingRequestPathSelectorRoleBindingConditionBinding) WithValue

type UpdateRoleBindingRequestPathSelectorRoleBindingConditionBindingCondition

type UpdateRoleBindingRequestPathSelectorRoleBindingConditionBindingCondition struct{}

func (UpdateRoleBindingRequestPathSelectorRoleBindingConditionBindingCondition) FieldPath

func (UpdateRoleBindingRequestPathSelectorRoleBindingConditionBindingCondition) WithArrayOfValues

func (UpdateRoleBindingRequestPathSelectorRoleBindingConditionBindingCondition) WithValue

type UpdateRoleBindingRequestPathSelectorRoleBindingConditionBindingParameters

type UpdateRoleBindingRequestPathSelectorRoleBindingConditionBindingParameters struct{}

func (UpdateRoleBindingRequestPathSelectorRoleBindingConditionBindingParameters) FieldPath

func (UpdateRoleBindingRequestPathSelectorRoleBindingConditionBindingParameters) WithArrayOfValues

func (UpdateRoleBindingRequestPathSelectorRoleBindingConditionBindingParameters) WithValue

type UpdateRoleBindingRequestPathSelectorRoleBindingMember

type UpdateRoleBindingRequestPathSelectorRoleBindingMember struct{}

func (UpdateRoleBindingRequestPathSelectorRoleBindingMember) FieldPath

func (UpdateRoleBindingRequestPathSelectorRoleBindingMember) WithArrayOfValues

func (UpdateRoleBindingRequestPathSelectorRoleBindingMember) WithValue

type UpdateRoleBindingRequestPathSelectorRoleBindingMetadata

type UpdateRoleBindingRequestPathSelectorRoleBindingMetadata struct{}

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadata) CreateTime

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadata) DeleteTime added in v0.8.0

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadata) FieldPath

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadata) Generation

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadata) Labels

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadata) Lifecycle added in v0.8.0

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadata) Shards

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadata) Syncing

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadata) Tags

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadata) UpdateTime

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadata) Uuid

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadata) WithArrayOfValues

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadata) WithValue

type UpdateRoleBindingRequestPathSelectorRoleBindingMetadataAnnotations

type UpdateRoleBindingRequestPathSelectorRoleBindingMetadataAnnotations struct{}

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataAnnotations) FieldPath

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataAnnotations) WithArrayOfValues

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataAnnotations) WithKey

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataAnnotations) WithValue

type UpdateRoleBindingRequestPathSelectorRoleBindingMetadataCreateTime

type UpdateRoleBindingRequestPathSelectorRoleBindingMetadataCreateTime struct{}

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataCreateTime) FieldPath

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataCreateTime) WithArrayOfValues

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataCreateTime) WithValue

type UpdateRoleBindingRequestPathSelectorRoleBindingMetadataDeleteTime added in v0.8.0

type UpdateRoleBindingRequestPathSelectorRoleBindingMetadataDeleteTime struct{}

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataDeleteTime) FieldPath added in v0.8.0

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataDeleteTime) WithArrayOfValues added in v0.8.0

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataDeleteTime) WithValue added in v0.8.0

type UpdateRoleBindingRequestPathSelectorRoleBindingMetadataGeneration

type UpdateRoleBindingRequestPathSelectorRoleBindingMetadataGeneration struct{}

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataGeneration) FieldPath

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataGeneration) WithArrayOfValues

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataGeneration) WithValue

type UpdateRoleBindingRequestPathSelectorRoleBindingMetadataLabels

type UpdateRoleBindingRequestPathSelectorRoleBindingMetadataLabels struct{}

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataLabels) FieldPath

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataLabels) WithArrayOfValues

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataLabels) WithKey

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataLabels) WithValue

type UpdateRoleBindingRequestPathSelectorRoleBindingMetadataLifecycle added in v0.8.0

type UpdateRoleBindingRequestPathSelectorRoleBindingMetadataLifecycle struct{}

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataLifecycle) BlockDeletion added in v0.8.0

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataLifecycle) FieldPath added in v0.8.0

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataLifecycle) State added in v0.8.0

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataLifecycle) WithArrayOfValues added in v0.8.0

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataLifecycle) WithValue added in v0.8.0

type UpdateRoleBindingRequestPathSelectorRoleBindingMetadataLifecycleBlockDeletion added in v0.8.0

type UpdateRoleBindingRequestPathSelectorRoleBindingMetadataLifecycleBlockDeletion struct{}

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataLifecycleBlockDeletion) FieldPath added in v0.8.0

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.8.0

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataLifecycleBlockDeletion) WithValue added in v0.8.0

type UpdateRoleBindingRequestPathSelectorRoleBindingMetadataLifecycleState added in v0.8.0

type UpdateRoleBindingRequestPathSelectorRoleBindingMetadataLifecycleState struct{}

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataLifecycleState) FieldPath added in v0.8.0

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataLifecycleState) WithArrayOfValues added in v0.8.0

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataLifecycleState) WithValue added in v0.8.0

type UpdateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferences

type UpdateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferences struct{}

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferences) FieldPath

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferences) Region added in v0.8.0

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferences) RequiresOwnerReference added in v0.8.0

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferences) Version added in v0.8.0

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferences) WithArrayOfValues

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferences) WithItemValue

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferences) WithValue

type UpdateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferencesBlockOwnerDeletion

type UpdateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type UpdateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferencesController

type UpdateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferencesController struct{}

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferencesController) FieldPath

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferencesController) WithArrayOfValues

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferencesController) WithValue

type UpdateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferencesKind

type UpdateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferencesKind struct{}

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferencesKind) FieldPath

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferencesKind) WithArrayOfValues

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferencesKind) WithValue

type UpdateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferencesName

type UpdateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferencesName struct{}

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferencesName) FieldPath

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferencesName) WithArrayOfValues

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferencesName) WithValue

type UpdateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferencesRegion added in v0.8.0

type UpdateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferencesRegion struct{}

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferencesRegion) FieldPath added in v0.8.0

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.8.0

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferencesRegion) WithValue added in v0.8.0

type UpdateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferencesRequiresOwnerReference added in v0.8.0

type UpdateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferencesRequiresOwnerReference struct{}

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.8.0

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.8.0

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.8.0

type UpdateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferencesVersion added in v0.8.0

type UpdateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferencesVersion struct{}

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferencesVersion) FieldPath added in v0.8.0

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.8.0

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataOwnerReferencesVersion) WithValue added in v0.8.0

type UpdateRoleBindingRequestPathSelectorRoleBindingMetadataResourceVersion

type UpdateRoleBindingRequestPathSelectorRoleBindingMetadataResourceVersion struct{}

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataResourceVersion) FieldPath

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataResourceVersion) WithArrayOfValues

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataResourceVersion) WithValue

type UpdateRoleBindingRequestPathSelectorRoleBindingMetadataShards

type UpdateRoleBindingRequestPathSelectorRoleBindingMetadataShards struct{}

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataShards) FieldPath

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataShards) WithArrayOfValues

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataShards) WithKey

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataShards) WithValue

type UpdateRoleBindingRequestPathSelectorRoleBindingMetadataSyncing

type UpdateRoleBindingRequestPathSelectorRoleBindingMetadataSyncing struct{}

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataSyncing) FieldPath

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataSyncing) WithArrayOfValues

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataSyncing) WithValue

type UpdateRoleBindingRequestPathSelectorRoleBindingMetadataSyncingOwningRegion

type UpdateRoleBindingRequestPathSelectorRoleBindingMetadataSyncingOwningRegion struct{}

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataSyncingOwningRegion) FieldPath

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataSyncingOwningRegion) WithArrayOfValues

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataSyncingOwningRegion) WithValue

type UpdateRoleBindingRequestPathSelectorRoleBindingMetadataSyncingRegions

type UpdateRoleBindingRequestPathSelectorRoleBindingMetadataSyncingRegions struct{}

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataSyncingRegions) FieldPath

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataSyncingRegions) WithArrayOfValues

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataSyncingRegions) WithItemValue

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataSyncingRegions) WithValue

type UpdateRoleBindingRequestPathSelectorRoleBindingMetadataTags

type UpdateRoleBindingRequestPathSelectorRoleBindingMetadataTags struct{}

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataTags) FieldPath

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataTags) WithArrayOfValues

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataTags) WithItemValue

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataTags) WithValue

type UpdateRoleBindingRequestPathSelectorRoleBindingMetadataUpdateTime

type UpdateRoleBindingRequestPathSelectorRoleBindingMetadataUpdateTime struct{}

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataUpdateTime) FieldPath

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataUpdateTime) WithArrayOfValues

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataUpdateTime) WithValue

type UpdateRoleBindingRequestPathSelectorRoleBindingMetadataUuid

type UpdateRoleBindingRequestPathSelectorRoleBindingMetadataUuid struct{}

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataUuid) FieldPath

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataUuid) WithArrayOfValues

func (UpdateRoleBindingRequestPathSelectorRoleBindingMetadataUuid) WithValue

type UpdateRoleBindingRequestPathSelectorRoleBindingName

type UpdateRoleBindingRequestPathSelectorRoleBindingName struct{}

func (UpdateRoleBindingRequestPathSelectorRoleBindingName) FieldPath

func (UpdateRoleBindingRequestPathSelectorRoleBindingName) WithArrayOfValues

func (UpdateRoleBindingRequestPathSelectorRoleBindingName) WithValue

type UpdateRoleBindingRequestPathSelectorRoleBindingRole

type UpdateRoleBindingRequestPathSelectorRoleBindingRole struct{}

func (UpdateRoleBindingRequestPathSelectorRoleBindingRole) FieldPath

func (UpdateRoleBindingRequestPathSelectorRoleBindingRole) WithArrayOfValues

func (UpdateRoleBindingRequestPathSelectorRoleBindingRole) WithValue

type UpdateRoleBindingRequestPathSelectorUpdateMask

type UpdateRoleBindingRequestPathSelectorUpdateMask struct{}

func (UpdateRoleBindingRequestPathSelectorUpdateMask) FieldPath

type UpdateRoleBindingRequest_CAS

type UpdateRoleBindingRequest_CAS struct {

	// Conditional desired state of a resource before update.
	ConditionalState *role_binding.RoleBinding `` /* 138-byte string literal not displayed */
	// Field paths from conditional state of resource server should check and
	// compare.
	FieldMask *role_binding.RoleBinding_FieldMask `` /* 143-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 (*UpdateRoleBindingRequest_CAS) Clone

func (*UpdateRoleBindingRequest_CAS) CloneRaw

func (*UpdateRoleBindingRequest_CAS) Descriptor

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

Deprecated, Use UpdateRoleBindingRequest_CAS.ProtoReflect.Descriptor instead.

func (*UpdateRoleBindingRequest_CAS) GetConditionalState

func (m *UpdateRoleBindingRequest_CAS) GetConditionalState() *role_binding.RoleBinding

func (*UpdateRoleBindingRequest_CAS) GetFieldMask

func (*UpdateRoleBindingRequest_CAS) GotenMessage

func (*UpdateRoleBindingRequest_CAS) GotenMessage()

func (*UpdateRoleBindingRequest_CAS) GotenObjectExt

func (o *UpdateRoleBindingRequest_CAS) GotenObjectExt()

func (*UpdateRoleBindingRequest_CAS) GotenValidate

func (obj *UpdateRoleBindingRequest_CAS) GotenValidate() error

func (*UpdateRoleBindingRequest_CAS) MakeDiffFieldMask

func (*UpdateRoleBindingRequest_CAS) MakeFullFieldMask

func (*UpdateRoleBindingRequest_CAS) MakeRawDiffFieldMask

func (*UpdateRoleBindingRequest_CAS) MakeRawFullFieldMask

func (o *UpdateRoleBindingRequest_CAS) MakeRawFullFieldMask() gotenobject.FieldMask

func (*UpdateRoleBindingRequest_CAS) Marshal

func (m *UpdateRoleBindingRequest_CAS) Marshal() ([]byte, error)

func (*UpdateRoleBindingRequest_CAS) MarshalJSON

func (m *UpdateRoleBindingRequest_CAS) MarshalJSON() ([]byte, error)

func (*UpdateRoleBindingRequest_CAS) Merge

func (*UpdateRoleBindingRequest_CAS) MergeRaw

func (*UpdateRoleBindingRequest_CAS) ProtoMessage

func (*UpdateRoleBindingRequest_CAS) ProtoMessage()

func (*UpdateRoleBindingRequest_CAS) ProtoReflect

func (m *UpdateRoleBindingRequest_CAS) ProtoReflect() preflect.Message

func (*UpdateRoleBindingRequest_CAS) Reset

func (m *UpdateRoleBindingRequest_CAS) Reset()

func (*UpdateRoleBindingRequest_CAS) SetConditionalState

func (m *UpdateRoleBindingRequest_CAS) SetConditionalState(fv *role_binding.RoleBinding)

func (*UpdateRoleBindingRequest_CAS) SetFieldMask

func (*UpdateRoleBindingRequest_CAS) String

func (*UpdateRoleBindingRequest_CAS) Unmarshal

func (m *UpdateRoleBindingRequest_CAS) Unmarshal(b []byte) error

func (*UpdateRoleBindingRequest_CAS) UnmarshalJSON

func (m *UpdateRoleBindingRequest_CAS) UnmarshalJSON(data []byte) error

type UpdateRoleBindingRequest_CASMapPathSelectorConditionalStateConditionBindingParameters

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

func (UpdateRoleBindingRequest_CASMapPathSelectorConditionalStateConditionBindingParameters) FieldPath

func (UpdateRoleBindingRequest_CASMapPathSelectorConditionalStateConditionBindingParameters) WithArrayOfValues

func (UpdateRoleBindingRequest_CASMapPathSelectorConditionalStateConditionBindingParameters) WithValue

type UpdateRoleBindingRequest_CASMapPathSelectorConditionalStateMetadataAnnotations

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

func (UpdateRoleBindingRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) FieldPath

func (UpdateRoleBindingRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateRoleBindingRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) WithValue

type UpdateRoleBindingRequest_CASMapPathSelectorConditionalStateMetadataLabels

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

func (UpdateRoleBindingRequest_CASMapPathSelectorConditionalStateMetadataLabels) FieldPath

func (UpdateRoleBindingRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateRoleBindingRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithValue

type UpdateRoleBindingRequest_CASMapPathSelectorConditionalStateMetadataShards

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

func (UpdateRoleBindingRequest_CASMapPathSelectorConditionalStateMetadataShards) FieldPath

func (UpdateRoleBindingRequest_CASMapPathSelectorConditionalStateMetadataShards) WithArrayOfValues

func (UpdateRoleBindingRequest_CASMapPathSelectorConditionalStateMetadataShards) WithValue

type UpdateRoleBindingRequest_CASPathSelectorConditionalState

type UpdateRoleBindingRequest_CASPathSelectorConditionalState struct{}

func (UpdateRoleBindingRequest_CASPathSelectorConditionalState) FieldPath

func (UpdateRoleBindingRequest_CASPathSelectorConditionalState) Member

func (UpdateRoleBindingRequest_CASPathSelectorConditionalState) Metadata

func (UpdateRoleBindingRequest_CASPathSelectorConditionalState) Name

func (UpdateRoleBindingRequest_CASPathSelectorConditionalState) Role

func (UpdateRoleBindingRequest_CASPathSelectorConditionalState) WithArrayOfValues

func (UpdateRoleBindingRequest_CASPathSelectorConditionalState) WithSubArrayItemValue

func (UpdateRoleBindingRequest_CASPathSelectorConditionalState) WithSubArrayOfValues

func (UpdateRoleBindingRequest_CASPathSelectorConditionalState) WithSubPath

func (UpdateRoleBindingRequest_CASPathSelectorConditionalState) WithSubValue

func (UpdateRoleBindingRequest_CASPathSelectorConditionalState) WithValue

type UpdateRoleBindingRequest_CASPathSelectorConditionalStateAncestryPath

type UpdateRoleBindingRequest_CASPathSelectorConditionalStateAncestryPath struct{}

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateAncestryPath) FieldPath

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateAncestryPath) WithArrayOfValues

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateAncestryPath) WithItemValue

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateAncestryPath) WithValue

type UpdateRoleBindingRequest_CASPathSelectorConditionalStateAncestryPathMember

type UpdateRoleBindingRequest_CASPathSelectorConditionalStateAncestryPathMember struct{}

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateAncestryPathMember) FieldPath

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateAncestryPathMember) WithArrayOfValues

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateAncestryPathMember) WithValue

type UpdateRoleBindingRequest_CASPathSelectorConditionalStateAncestryPathParent

type UpdateRoleBindingRequest_CASPathSelectorConditionalStateAncestryPathParent struct{}

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateAncestryPathParent) FieldPath

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateAncestryPathParent) WithArrayOfValues

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateAncestryPathParent) WithValue

type UpdateRoleBindingRequest_CASPathSelectorConditionalStateConditionBinding

type UpdateRoleBindingRequest_CASPathSelectorConditionalStateConditionBinding struct{}

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateConditionBinding) FieldPath

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateConditionBinding) WithArrayOfValues

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateConditionBinding) WithValue

type UpdateRoleBindingRequest_CASPathSelectorConditionalStateConditionBindingCondition

type UpdateRoleBindingRequest_CASPathSelectorConditionalStateConditionBindingCondition struct{}

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateConditionBindingCondition) FieldPath

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateConditionBindingCondition) WithArrayOfValues

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateConditionBindingCondition) WithValue

type UpdateRoleBindingRequest_CASPathSelectorConditionalStateConditionBindingParameters

type UpdateRoleBindingRequest_CASPathSelectorConditionalStateConditionBindingParameters struct{}

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateConditionBindingParameters) FieldPath

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateConditionBindingParameters) WithArrayOfValues

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateConditionBindingParameters) WithValue

type UpdateRoleBindingRequest_CASPathSelectorConditionalStateMember

type UpdateRoleBindingRequest_CASPathSelectorConditionalStateMember struct{}

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMember) FieldPath

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMember) WithArrayOfValues

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMember) WithValue

type UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadata

type UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadata struct{}

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadata) DeleteTime added in v0.8.0

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadata) FieldPath

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadata) Lifecycle added in v0.8.0

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadata) WithArrayOfValues

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadata) WithValue

type UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataAnnotations

type UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataAnnotations struct{}

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataAnnotations) FieldPath

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithValue

type UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataCreateTime

type UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataCreateTime struct{}

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataCreateTime) FieldPath

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataCreateTime) WithArrayOfValues

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataCreateTime) WithValue

type UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataDeleteTime added in v0.8.0

type UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataDeleteTime struct{}

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataDeleteTime) FieldPath added in v0.8.0

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataDeleteTime) WithArrayOfValues added in v0.8.0

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataDeleteTime) WithValue added in v0.8.0

type UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataGeneration

type UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataGeneration struct{}

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataGeneration) FieldPath

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataGeneration) WithArrayOfValues

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataGeneration) WithValue

type UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataLabels

type UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataLabels struct{}

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataLabels) FieldPath

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataLabels) WithValue

type UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataLifecycle added in v0.8.0

type UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataLifecycle struct{}

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataLifecycle) BlockDeletion added in v0.8.0

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataLifecycle) FieldPath added in v0.8.0

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataLifecycle) State added in v0.8.0

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataLifecycle) WithArrayOfValues added in v0.8.0

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataLifecycle) WithValue added in v0.8.0

type UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion added in v0.8.0

type UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion struct{}

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion) FieldPath added in v0.8.0

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.8.0

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion) WithValue added in v0.8.0

type UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataLifecycleState added in v0.8.0

type UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataLifecycleState struct{}

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataLifecycleState) FieldPath added in v0.8.0

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataLifecycleState) WithArrayOfValues added in v0.8.0

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataLifecycleState) WithValue added in v0.8.0

type UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataOwnerReferences

type UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataOwnerReferences struct{}

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) FieldPath

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) Region added in v0.8.0

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) RequiresOwnerReference added in v0.8.0

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) Version added in v0.8.0

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithArrayOfValues

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithItemValue

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithValue

type UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion

type UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController

type UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController struct{}

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) FieldPath

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) WithArrayOfValues

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) WithValue

type UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind

type UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind struct{}

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) FieldPath

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) WithValue

type UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName

type UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName struct{}

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) FieldPath

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) WithArrayOfValues

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) WithValue

type UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion added in v0.8.0

type UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion struct{}

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion) FieldPath added in v0.8.0

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.8.0

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion) WithValue added in v0.8.0

type UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference added in v0.8.0

type UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference struct{}

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.8.0

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.8.0

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.8.0

type UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion added in v0.8.0

type UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion struct{}

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion) FieldPath added in v0.8.0

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.8.0

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion) WithValue added in v0.8.0

type UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataResourceVersion

type UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataResourceVersion struct{}

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataResourceVersion) FieldPath

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataResourceVersion) WithArrayOfValues

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataResourceVersion) WithValue

type UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataShards

type UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataShards struct{}

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataShards) FieldPath

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataShards) WithArrayOfValues

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataShards) WithValue

type UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataSyncing

type UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataSyncing struct{}

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataSyncing) FieldPath

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataSyncing) WithArrayOfValues

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataSyncing) WithValue

type UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion

type UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion struct{}

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) FieldPath

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) WithValue

type UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataSyncingRegions

type UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataSyncingRegions struct{}

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) FieldPath

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithArrayOfValues

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithItemValue

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithValue

type UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataTags

type UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataTags struct{}

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataTags) FieldPath

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataTags) WithArrayOfValues

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataTags) WithItemValue

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataTags) WithValue

type UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataUpdateTime

type UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataUpdateTime struct{}

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataUpdateTime) FieldPath

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataUpdateTime) WithArrayOfValues

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataUpdateTime) WithValue

type UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataUuid

type UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataUuid struct{}

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataUuid) FieldPath

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataUuid) WithArrayOfValues

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateMetadataUuid) WithValue

type UpdateRoleBindingRequest_CASPathSelectorConditionalStateName

type UpdateRoleBindingRequest_CASPathSelectorConditionalStateName struct{}

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateName) FieldPath

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateName) WithArrayOfValues

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateName) WithValue

type UpdateRoleBindingRequest_CASPathSelectorConditionalStateRole

type UpdateRoleBindingRequest_CASPathSelectorConditionalStateRole struct{}

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateRole) FieldPath

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateRole) WithArrayOfValues

func (UpdateRoleBindingRequest_CASPathSelectorConditionalStateRole) WithValue

type UpdateRoleBindingRequest_CASPathSelectorFieldMask

type UpdateRoleBindingRequest_CASPathSelectorFieldMask struct{}

func (UpdateRoleBindingRequest_CASPathSelectorFieldMask) FieldPath

type UpdateRoleBindingRequest_CAS_FieldMask

type UpdateRoleBindingRequest_CAS_FieldMask struct {
	Paths []UpdateRoleBindingRequestCAS_FieldPath
}

func FullUpdateRoleBindingRequest_CAS_FieldMask

func FullUpdateRoleBindingRequest_CAS_FieldMask() *UpdateRoleBindingRequest_CAS_FieldMask

func (*UpdateRoleBindingRequest_CAS_FieldMask) AppendPath

func (*UpdateRoleBindingRequest_CAS_FieldMask) AppendRawPath

func (fieldMask *UpdateRoleBindingRequest_CAS_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*UpdateRoleBindingRequest_CAS_FieldMask) DecodeFirestore

func (fieldMask *UpdateRoleBindingRequest_CAS_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*UpdateRoleBindingRequest_CAS_FieldMask) EncodeFirestore

func (fieldMask *UpdateRoleBindingRequest_CAS_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*UpdateRoleBindingRequest_CAS_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*UpdateRoleBindingRequest_CAS_FieldMask) FromProtoFieldMask

func (fieldMask *UpdateRoleBindingRequest_CAS_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*UpdateRoleBindingRequest_CAS_FieldMask) GetPaths

func (*UpdateRoleBindingRequest_CAS_FieldMask) GetRawPaths

func (*UpdateRoleBindingRequest_CAS_FieldMask) IsFull

func (fieldMask *UpdateRoleBindingRequest_CAS_FieldMask) IsFull() bool

func (UpdateRoleBindingRequest_CAS_FieldMask) Marshal

func (fieldMask UpdateRoleBindingRequest_CAS_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (UpdateRoleBindingRequest_CAS_FieldMask) MarshalJSON

func (fieldMask UpdateRoleBindingRequest_CAS_FieldMask) MarshalJSON() ([]byte, error)

func (*UpdateRoleBindingRequest_CAS_FieldMask) PathsCount

func (fieldMask *UpdateRoleBindingRequest_CAS_FieldMask) PathsCount() int

func (*UpdateRoleBindingRequest_CAS_FieldMask) Project

func (*UpdateRoleBindingRequest_CAS_FieldMask) ProjectRaw

func (*UpdateRoleBindingRequest_CAS_FieldMask) ProtoMessage

func (fieldMask *UpdateRoleBindingRequest_CAS_FieldMask) ProtoMessage()

func (*UpdateRoleBindingRequest_CAS_FieldMask) ProtoReflect

func (fieldMask *UpdateRoleBindingRequest_CAS_FieldMask) ProtoReflect() preflect.Message

func (*UpdateRoleBindingRequest_CAS_FieldMask) Reset

func (fieldMask *UpdateRoleBindingRequest_CAS_FieldMask) Reset()

func (*UpdateRoleBindingRequest_CAS_FieldMask) Set

func (*UpdateRoleBindingRequest_CAS_FieldMask) SetFromCliFlag

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

func (*UpdateRoleBindingRequest_CAS_FieldMask) SetRaw

func (fieldMask *UpdateRoleBindingRequest_CAS_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*UpdateRoleBindingRequest_CAS_FieldMask) Size

func (fieldMask *UpdateRoleBindingRequest_CAS_FieldMask) Size() int

func (*UpdateRoleBindingRequest_CAS_FieldMask) String

func (fieldMask *UpdateRoleBindingRequest_CAS_FieldMask) String() string

func (*UpdateRoleBindingRequest_CAS_FieldMask) Subtract

func (*UpdateRoleBindingRequest_CAS_FieldMask) SubtractRaw

func (*UpdateRoleBindingRequest_CAS_FieldMask) ToProtoFieldMask

func (fieldMask *UpdateRoleBindingRequest_CAS_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*UpdateRoleBindingRequest_CAS_FieldMask) Unmarshal

func (fieldMask *UpdateRoleBindingRequest_CAS_FieldMask) Unmarshal(data []byte) error

func (*UpdateRoleBindingRequest_CAS_FieldMask) UnmarshalJSON

func (fieldMask *UpdateRoleBindingRequest_CAS_FieldMask) UnmarshalJSON(data []byte) error

type UpdateRoleBindingRequest_FieldMask

type UpdateRoleBindingRequest_FieldMask struct {
	Paths []UpdateRoleBindingRequest_FieldPath
}

func FullUpdateRoleBindingRequest_FieldMask

func FullUpdateRoleBindingRequest_FieldMask() *UpdateRoleBindingRequest_FieldMask

func (*UpdateRoleBindingRequest_FieldMask) AppendPath

func (*UpdateRoleBindingRequest_FieldMask) AppendRawPath

func (fieldMask *UpdateRoleBindingRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*UpdateRoleBindingRequest_FieldMask) DecodeFirestore

func (fieldMask *UpdateRoleBindingRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*UpdateRoleBindingRequest_FieldMask) EncodeFirestore

func (fieldMask *UpdateRoleBindingRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*UpdateRoleBindingRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*UpdateRoleBindingRequest_FieldMask) FromProtoFieldMask

func (fieldMask *UpdateRoleBindingRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*UpdateRoleBindingRequest_FieldMask) GetPaths

func (*UpdateRoleBindingRequest_FieldMask) GetRawPaths

func (fieldMask *UpdateRoleBindingRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*UpdateRoleBindingRequest_FieldMask) IsFull

func (fieldMask *UpdateRoleBindingRequest_FieldMask) IsFull() bool

func (UpdateRoleBindingRequest_FieldMask) Marshal

func (fieldMask UpdateRoleBindingRequest_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (UpdateRoleBindingRequest_FieldMask) MarshalJSON

func (fieldMask UpdateRoleBindingRequest_FieldMask) MarshalJSON() ([]byte, error)

func (*UpdateRoleBindingRequest_FieldMask) PathsCount

func (fieldMask *UpdateRoleBindingRequest_FieldMask) PathsCount() int

func (*UpdateRoleBindingRequest_FieldMask) Project

func (*UpdateRoleBindingRequest_FieldMask) ProjectRaw

func (*UpdateRoleBindingRequest_FieldMask) ProtoMessage

func (fieldMask *UpdateRoleBindingRequest_FieldMask) ProtoMessage()

func (*UpdateRoleBindingRequest_FieldMask) ProtoReflect

func (fieldMask *UpdateRoleBindingRequest_FieldMask) ProtoReflect() preflect.Message

func (*UpdateRoleBindingRequest_FieldMask) Reset

func (fieldMask *UpdateRoleBindingRequest_FieldMask) Reset()

func (*UpdateRoleBindingRequest_FieldMask) Set

func (fieldMask *UpdateRoleBindingRequest_FieldMask) Set(target, source *UpdateRoleBindingRequest)

func (*UpdateRoleBindingRequest_FieldMask) SetFromCliFlag

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

func (*UpdateRoleBindingRequest_FieldMask) SetRaw

func (fieldMask *UpdateRoleBindingRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*UpdateRoleBindingRequest_FieldMask) Size

func (fieldMask *UpdateRoleBindingRequest_FieldMask) Size() int

func (*UpdateRoleBindingRequest_FieldMask) String

func (fieldMask *UpdateRoleBindingRequest_FieldMask) String() string

func (*UpdateRoleBindingRequest_FieldMask) Subtract

func (*UpdateRoleBindingRequest_FieldMask) SubtractRaw

func (*UpdateRoleBindingRequest_FieldMask) ToProtoFieldMask

func (fieldMask *UpdateRoleBindingRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*UpdateRoleBindingRequest_FieldMask) Unmarshal

func (fieldMask *UpdateRoleBindingRequest_FieldMask) Unmarshal(data []byte) error

func (*UpdateRoleBindingRequest_FieldMask) UnmarshalJSON

func (fieldMask *UpdateRoleBindingRequest_FieldMask) UnmarshalJSON(data []byte) error

type UpdateRoleBindingRequest_FieldPath

type UpdateRoleBindingRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() UpdateRoleBindingRequest_FieldPathSelector
	Get(source *UpdateRoleBindingRequest) []interface{}
	GetSingle(source *UpdateRoleBindingRequest) (interface{}, bool)
	ClearValue(item *UpdateRoleBindingRequest)

	// Those methods build corresponding UpdateRoleBindingRequest_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) UpdateRoleBindingRequest_FieldPathValue
	WithIArrayOfValues(values interface{}) UpdateRoleBindingRequest_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) UpdateRoleBindingRequest_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseUpdateRoleBindingRequest_FieldPath

func MustParseUpdateRoleBindingRequest_FieldPath(rawField string) UpdateRoleBindingRequest_FieldPath

func ParseUpdateRoleBindingRequest_FieldPath

func ParseUpdateRoleBindingRequest_FieldPath(rawField string) (UpdateRoleBindingRequest_FieldPath, error)

type UpdateRoleBindingRequest_FieldPathArrayItemValue

type UpdateRoleBindingRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	UpdateRoleBindingRequest_FieldPath
	ContainsValue(*UpdateRoleBindingRequest) bool
}

UpdateRoleBindingRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for UpdateRoleBindingRequest according to their type Present only for array (repeated) types.

func MustParseUpdateRoleBindingRequest_FieldPathArrayItemValue

func MustParseUpdateRoleBindingRequest_FieldPathArrayItemValue(pathStr, valueStr string) UpdateRoleBindingRequest_FieldPathArrayItemValue

func ParseUpdateRoleBindingRequest_FieldPathArrayItemValue

func ParseUpdateRoleBindingRequest_FieldPathArrayItemValue(pathStr, valueStr string) (UpdateRoleBindingRequest_FieldPathArrayItemValue, error)

ParseUpdateRoleBindingRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type UpdateRoleBindingRequest_FieldPathArrayOfValues

type UpdateRoleBindingRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	UpdateRoleBindingRequest_FieldPath
}

UpdateRoleBindingRequest_FieldPathArrayOfValues allows storing slice of values for UpdateRoleBindingRequest fields according to their type

func MustParseUpdateRoleBindingRequest_FieldPathArrayOfValues

func MustParseUpdateRoleBindingRequest_FieldPathArrayOfValues(pathStr, valuesStr string) UpdateRoleBindingRequest_FieldPathArrayOfValues

func ParseUpdateRoleBindingRequest_FieldPathArrayOfValues

func ParseUpdateRoleBindingRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (UpdateRoleBindingRequest_FieldPathArrayOfValues, error)

type UpdateRoleBindingRequest_FieldPathSelector

type UpdateRoleBindingRequest_FieldPathSelector int32
const (
	UpdateRoleBindingRequest_FieldPathSelectorRoleBinding  UpdateRoleBindingRequest_FieldPathSelector = 0
	UpdateRoleBindingRequest_FieldPathSelectorUpdateMask   UpdateRoleBindingRequest_FieldPathSelector = 1
	UpdateRoleBindingRequest_FieldPathSelectorCas          UpdateRoleBindingRequest_FieldPathSelector = 2
	UpdateRoleBindingRequest_FieldPathSelectorAllowMissing UpdateRoleBindingRequest_FieldPathSelector = 3
)

func (UpdateRoleBindingRequest_FieldPathSelector) String

type UpdateRoleBindingRequest_FieldPathValue

type UpdateRoleBindingRequest_FieldPathValue interface {
	UpdateRoleBindingRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **UpdateRoleBindingRequest)
	CompareWith(*UpdateRoleBindingRequest) (cmp int, comparable bool)
}

UpdateRoleBindingRequest_FieldPathValue allows storing values for UpdateRoleBindingRequest fields according to their type

func MustParseUpdateRoleBindingRequest_FieldPathValue

func MustParseUpdateRoleBindingRequest_FieldPathValue(pathStr, valueStr string) UpdateRoleBindingRequest_FieldPathValue

func ParseUpdateRoleBindingRequest_FieldPathValue

func ParseUpdateRoleBindingRequest_FieldPathValue(pathStr, valueStr string) (UpdateRoleBindingRequest_FieldPathValue, error)

type UpdateRoleBindingRequest_FieldSubPath

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

func (*UpdateRoleBindingRequest_FieldSubPath) AsCasSubPath

func (*UpdateRoleBindingRequest_FieldSubPath) AsRoleBindingSubPath

func (*UpdateRoleBindingRequest_FieldSubPath) ClearValue

func (*UpdateRoleBindingRequest_FieldSubPath) ClearValueRaw

func (fps *UpdateRoleBindingRequest_FieldSubPath) ClearValueRaw(item proto.Message)

func (*UpdateRoleBindingRequest_FieldSubPath) Get

func (fps *UpdateRoleBindingRequest_FieldSubPath) Get(source *UpdateRoleBindingRequest) (values []interface{})

Get returns all values pointed by selected field from source UpdateRoleBindingRequest

func (*UpdateRoleBindingRequest_FieldSubPath) GetDefault

func (fps *UpdateRoleBindingRequest_FieldSubPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*UpdateRoleBindingRequest_FieldSubPath) GetRaw

func (fps *UpdateRoleBindingRequest_FieldSubPath) GetRaw(source proto.Message) []interface{}

func (*UpdateRoleBindingRequest_FieldSubPath) GetSingle

func (fps *UpdateRoleBindingRequest_FieldSubPath) GetSingle(source *UpdateRoleBindingRequest) (interface{}, bool)

GetSingle returns value of selected field from source UpdateRoleBindingRequest

func (*UpdateRoleBindingRequest_FieldSubPath) GetSingleRaw

func (fps *UpdateRoleBindingRequest_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*UpdateRoleBindingRequest_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdateRoleBindingRequest_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdateRoleBindingRequest_FieldSubPath) Selector

func (*UpdateRoleBindingRequest_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*UpdateRoleBindingRequest_FieldSubPath) String

String returns path representation in proto convention

func (*UpdateRoleBindingRequest_FieldSubPath) WithIArrayItemValue

func (*UpdateRoleBindingRequest_FieldSubPath) WithIArrayOfValues

func (*UpdateRoleBindingRequest_FieldSubPath) WithIValue

func (*UpdateRoleBindingRequest_FieldSubPath) WithRawIArrayItemValue

func (fps *UpdateRoleBindingRequest_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*UpdateRoleBindingRequest_FieldSubPath) WithRawIArrayOfValues

func (fps *UpdateRoleBindingRequest_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*UpdateRoleBindingRequest_FieldSubPath) WithRawIValue

func (fps *UpdateRoleBindingRequest_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type UpdateRoleBindingRequest_FieldSubPathArrayItemValue

type UpdateRoleBindingRequest_FieldSubPathArrayItemValue struct {
	UpdateRoleBindingRequest_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateRoleBindingRequest_FieldSubPathArrayItemValue) AsCasPathItemValue

func (*UpdateRoleBindingRequest_FieldSubPathArrayItemValue) AsRoleBindingPathItemValue

func (*UpdateRoleBindingRequest_FieldSubPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'UpdateRoleBindingRequest'

func (*UpdateRoleBindingRequest_FieldSubPathArrayItemValue) GetRawItemValue

func (fpaivs *UpdateRoleBindingRequest_FieldSubPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored array item value

type UpdateRoleBindingRequest_FieldSubPathArrayOfValues

type UpdateRoleBindingRequest_FieldSubPathArrayOfValues struct {
	UpdateRoleBindingRequest_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateRoleBindingRequest_FieldSubPathArrayOfValues) AsCasPathArrayOfValues

func (*UpdateRoleBindingRequest_FieldSubPathArrayOfValues) AsRoleBindingPathArrayOfValues

func (*UpdateRoleBindingRequest_FieldSubPathArrayOfValues) GetRawValues

func (fpsaov *UpdateRoleBindingRequest_FieldSubPathArrayOfValues) GetRawValues() []interface{}

type UpdateRoleBindingRequest_FieldSubPathValue

type UpdateRoleBindingRequest_FieldSubPathValue struct {
	UpdateRoleBindingRequest_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateRoleBindingRequest_FieldSubPathValue) AsCasPathValue

func (*UpdateRoleBindingRequest_FieldSubPathValue) AsRoleBindingPathValue

func (*UpdateRoleBindingRequest_FieldSubPathValue) CompareWith

func (*UpdateRoleBindingRequest_FieldSubPathValue) CompareWithRaw

func (fpvs *UpdateRoleBindingRequest_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*UpdateRoleBindingRequest_FieldSubPathValue) GetRawValue

func (fpvs *UpdateRoleBindingRequest_FieldSubPathValue) GetRawValue() interface{}

func (*UpdateRoleBindingRequest_FieldSubPathValue) SetTo

func (*UpdateRoleBindingRequest_FieldSubPathValue) SetToRaw

type UpdateRoleBindingRequest_FieldTerminalPath

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

func (*UpdateRoleBindingRequest_FieldTerminalPath) ClearValue

func (*UpdateRoleBindingRequest_FieldTerminalPath) ClearValueRaw

func (*UpdateRoleBindingRequest_FieldTerminalPath) Get

func (fp *UpdateRoleBindingRequest_FieldTerminalPath) Get(source *UpdateRoleBindingRequest) (values []interface{})

Get returns all values pointed by specific field from source UpdateRoleBindingRequest

func (*UpdateRoleBindingRequest_FieldTerminalPath) GetDefault

func (fp *UpdateRoleBindingRequest_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*UpdateRoleBindingRequest_FieldTerminalPath) GetRaw

func (fp *UpdateRoleBindingRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*UpdateRoleBindingRequest_FieldTerminalPath) GetSingle

func (fp *UpdateRoleBindingRequest_FieldTerminalPath) GetSingle(source *UpdateRoleBindingRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source UpdateRoleBindingRequest

func (*UpdateRoleBindingRequest_FieldTerminalPath) GetSingleRaw

func (fp *UpdateRoleBindingRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*UpdateRoleBindingRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdateRoleBindingRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdateRoleBindingRequest_FieldTerminalPath) Selector

func (*UpdateRoleBindingRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*UpdateRoleBindingRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*UpdateRoleBindingRequest_FieldTerminalPath) WithIArrayItemValue

func (*UpdateRoleBindingRequest_FieldTerminalPath) WithIArrayOfValues

func (*UpdateRoleBindingRequest_FieldTerminalPath) WithIValue

func (*UpdateRoleBindingRequest_FieldTerminalPath) WithRawIArrayItemValue

func (fp *UpdateRoleBindingRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*UpdateRoleBindingRequest_FieldTerminalPath) WithRawIArrayOfValues

func (fp *UpdateRoleBindingRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*UpdateRoleBindingRequest_FieldTerminalPath) WithRawIValue

func (fp *UpdateRoleBindingRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type UpdateRoleBindingRequest_FieldTerminalPathArrayItemValue

type UpdateRoleBindingRequest_FieldTerminalPathArrayItemValue struct {
	UpdateRoleBindingRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateRoleBindingRequest_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'UpdateRoleBindingRequest'

func (*UpdateRoleBindingRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *UpdateRoleBindingRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object UpdateRoleBindingRequest as interface{}

func (*UpdateRoleBindingRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*UpdateRoleBindingRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *UpdateRoleBindingRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type UpdateRoleBindingRequest_FieldTerminalPathArrayOfValues

type UpdateRoleBindingRequest_FieldTerminalPathArrayOfValues struct {
	UpdateRoleBindingRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateRoleBindingRequest_FieldTerminalPathArrayOfValues) AsAllowMissingArrayOfValues added in v0.12.33

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

func (*UpdateRoleBindingRequest_FieldTerminalPathArrayOfValues) AsCasArrayOfValues

func (*UpdateRoleBindingRequest_FieldTerminalPathArrayOfValues) AsRoleBindingArrayOfValues

func (*UpdateRoleBindingRequest_FieldTerminalPathArrayOfValues) AsUpdateMaskArrayOfValues

func (*UpdateRoleBindingRequest_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *UpdateRoleBindingRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type UpdateRoleBindingRequest_FieldTerminalPathValue

type UpdateRoleBindingRequest_FieldTerminalPathValue struct {
	UpdateRoleBindingRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateRoleBindingRequest_FieldTerminalPathValue) AsAllowMissingValue added in v0.12.33

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

func (*UpdateRoleBindingRequest_FieldTerminalPathValue) AsCasValue

func (*UpdateRoleBindingRequest_FieldTerminalPathValue) AsRoleBindingValue

func (*UpdateRoleBindingRequest_FieldTerminalPathValue) AsUpdateMaskValue

func (*UpdateRoleBindingRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'UpdateRoleBindingRequest_FieldTerminalPathValue' with the value under path in 'UpdateRoleBindingRequest'.

func (*UpdateRoleBindingRequest_FieldTerminalPathValue) CompareWithRaw

func (fpv *UpdateRoleBindingRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*UpdateRoleBindingRequest_FieldTerminalPathValue) GetRawValue

func (fpv *UpdateRoleBindingRequest_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'UpdateRoleBindingRequest' as interface{}

func (*UpdateRoleBindingRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object UpdateRoleBindingRequest

func (*UpdateRoleBindingRequest_FieldTerminalPathValue) SetToRaw

type WatchRoleBindingClientStream

type WatchRoleBindingClientStream interface {
	Recv() (*WatchRoleBindingResponse, error)
	grpc.ClientStream
}

type WatchRoleBindingDescriptor added in v0.4.28

type WatchRoleBindingDescriptor struct{}

func GetWatchRoleBindingDescriptor added in v0.4.28

func GetWatchRoleBindingDescriptor() *WatchRoleBindingDescriptor

func (*WatchRoleBindingDescriptor) GetApiDescriptor added in v0.4.28

func (*WatchRoleBindingDescriptor) GetApiName added in v0.4.28

func (d *WatchRoleBindingDescriptor) GetApiName() string

func (*WatchRoleBindingDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*WatchRoleBindingDescriptor) GetFullMethodName added in v0.4.28

func (d *WatchRoleBindingDescriptor) GetFullMethodName() string

func (*WatchRoleBindingDescriptor) GetMethodName added in v0.4.28

func (d *WatchRoleBindingDescriptor) GetMethodName() string

func (*WatchRoleBindingDescriptor) GetProtoPkgName added in v0.4.28

func (d *WatchRoleBindingDescriptor) GetProtoPkgName() string

func (*WatchRoleBindingDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*WatchRoleBindingDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*WatchRoleBindingDescriptor) GetServiceDomain added in v0.4.28

func (d *WatchRoleBindingDescriptor) GetServiceDomain() string

func (*WatchRoleBindingDescriptor) GetServiceVersion added in v0.4.28

func (d *WatchRoleBindingDescriptor) GetServiceVersion() string

func (*WatchRoleBindingDescriptor) GetVerb added in v0.4.28

func (d *WatchRoleBindingDescriptor) GetVerb() string

func (*WatchRoleBindingDescriptor) HasResource added in v0.4.30

func (d *WatchRoleBindingDescriptor) HasResource() bool

func (*WatchRoleBindingDescriptor) IsClientStream added in v0.4.28

func (d *WatchRoleBindingDescriptor) IsClientStream() bool

func (*WatchRoleBindingDescriptor) IsCollection added in v0.4.30

func (d *WatchRoleBindingDescriptor) IsCollection() bool

func (*WatchRoleBindingDescriptor) IsPlural added in v0.4.30

func (d *WatchRoleBindingDescriptor) IsPlural() bool

func (*WatchRoleBindingDescriptor) IsServerStream added in v0.4.28

func (d *WatchRoleBindingDescriptor) IsServerStream() bool

func (*WatchRoleBindingDescriptor) IsUnary added in v0.4.28

func (d *WatchRoleBindingDescriptor) IsUnary() bool

func (*WatchRoleBindingDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*WatchRoleBindingDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*WatchRoleBindingDescriptor) RequestHasResourceBody added in v0.4.28

func (d *WatchRoleBindingDescriptor) RequestHasResourceBody() bool

type WatchRoleBindingDescriptorClientMsgHandle added in v0.4.28

type WatchRoleBindingDescriptorClientMsgHandle struct{}

func (*WatchRoleBindingDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*WatchRoleBindingDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchRoleBindingDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type WatchRoleBindingDescriptorServerMsgHandle added in v0.4.28

type WatchRoleBindingDescriptorServerMsgHandle struct{}

func (*WatchRoleBindingDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*WatchRoleBindingDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchRoleBindingDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type WatchRoleBindingRequest

type WatchRoleBindingRequest struct {

	// Reference to ntt.iam.v1alpha.RoleBinding
	Name *role_binding.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 *role_binding.RoleBinding_FieldMask `` /* 143-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 [WatchRoleBinding][ntt.iam.v1alpha.WatchRoleBinding]

func (*WatchRoleBindingRequest) Clone

func (*WatchRoleBindingRequest) CloneRaw

func (*WatchRoleBindingRequest) Descriptor

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

Deprecated, Use WatchRoleBindingRequest.ProtoReflect.Descriptor instead.

func (*WatchRoleBindingRequest) GetFieldMask

func (*WatchRoleBindingRequest) GetName

func (*WatchRoleBindingRequest) GetView

func (m *WatchRoleBindingRequest) GetView() view.View

func (*WatchRoleBindingRequest) GotenMessage

func (*WatchRoleBindingRequest) GotenMessage()

func (*WatchRoleBindingRequest) GotenObjectExt

func (o *WatchRoleBindingRequest) GotenObjectExt()

func (*WatchRoleBindingRequest) GotenValidate

func (obj *WatchRoleBindingRequest) GotenValidate() error

func (*WatchRoleBindingRequest) MakeDiffFieldMask

func (*WatchRoleBindingRequest) MakeFullFieldMask

func (*WatchRoleBindingRequest) MakeRawDiffFieldMask

func (*WatchRoleBindingRequest) MakeRawFullFieldMask

func (o *WatchRoleBindingRequest) MakeRawFullFieldMask() gotenobject.FieldMask

func (*WatchRoleBindingRequest) Marshal

func (m *WatchRoleBindingRequest) Marshal() ([]byte, error)

func (*WatchRoleBindingRequest) MarshalJSON

func (m *WatchRoleBindingRequest) MarshalJSON() ([]byte, error)

func (*WatchRoleBindingRequest) Merge

func (*WatchRoleBindingRequest) MergeRaw

func (*WatchRoleBindingRequest) ProtoMessage

func (*WatchRoleBindingRequest) ProtoMessage()

func (*WatchRoleBindingRequest) ProtoReflect

func (m *WatchRoleBindingRequest) ProtoReflect() preflect.Message

func (*WatchRoleBindingRequest) Reset

func (m *WatchRoleBindingRequest) Reset()

func (*WatchRoleBindingRequest) SetFieldMask

func (*WatchRoleBindingRequest) SetName

func (*WatchRoleBindingRequest) SetView

func (m *WatchRoleBindingRequest) SetView(fv view.View)

func (*WatchRoleBindingRequest) String

func (m *WatchRoleBindingRequest) String() string

func (*WatchRoleBindingRequest) Unmarshal

func (m *WatchRoleBindingRequest) Unmarshal(b []byte) error

func (*WatchRoleBindingRequest) UnmarshalJSON

func (m *WatchRoleBindingRequest) UnmarshalJSON(data []byte) error

type WatchRoleBindingRequestFieldPathBuilder

type WatchRoleBindingRequestFieldPathBuilder struct{}

func NewWatchRoleBindingRequestFieldPathBuilder

func NewWatchRoleBindingRequestFieldPathBuilder() WatchRoleBindingRequestFieldPathBuilder

func (WatchRoleBindingRequestFieldPathBuilder) FieldMask

func (WatchRoleBindingRequestFieldPathBuilder) Name

func (WatchRoleBindingRequestFieldPathBuilder) View

type WatchRoleBindingRequestPathSelectorFieldMask

type WatchRoleBindingRequestPathSelectorFieldMask struct{}

func (WatchRoleBindingRequestPathSelectorFieldMask) FieldPath

type WatchRoleBindingRequestPathSelectorName

type WatchRoleBindingRequestPathSelectorName struct{}

func (WatchRoleBindingRequestPathSelectorName) FieldPath

func (WatchRoleBindingRequestPathSelectorName) WithArrayOfValues

func (WatchRoleBindingRequestPathSelectorName) WithValue

type WatchRoleBindingRequestPathSelectorView

type WatchRoleBindingRequestPathSelectorView struct{}

func (WatchRoleBindingRequestPathSelectorView) FieldPath

func (WatchRoleBindingRequestPathSelectorView) WithArrayOfValues

func (WatchRoleBindingRequestPathSelectorView) WithValue

type WatchRoleBindingRequest_FieldMask

type WatchRoleBindingRequest_FieldMask struct {
	Paths []WatchRoleBindingRequest_FieldPath
}

func FullWatchRoleBindingRequest_FieldMask

func FullWatchRoleBindingRequest_FieldMask() *WatchRoleBindingRequest_FieldMask

func (*WatchRoleBindingRequest_FieldMask) AppendPath

func (*WatchRoleBindingRequest_FieldMask) AppendRawPath

func (fieldMask *WatchRoleBindingRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*WatchRoleBindingRequest_FieldMask) DecodeFirestore

func (fieldMask *WatchRoleBindingRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*WatchRoleBindingRequest_FieldMask) EncodeFirestore

func (fieldMask *WatchRoleBindingRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*WatchRoleBindingRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchRoleBindingRequest_FieldMask) FromProtoFieldMask

func (fieldMask *WatchRoleBindingRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*WatchRoleBindingRequest_FieldMask) GetPaths

func (*WatchRoleBindingRequest_FieldMask) GetRawPaths

func (fieldMask *WatchRoleBindingRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*WatchRoleBindingRequest_FieldMask) IsFull

func (fieldMask *WatchRoleBindingRequest_FieldMask) IsFull() bool

func (WatchRoleBindingRequest_FieldMask) Marshal

func (fieldMask WatchRoleBindingRequest_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (WatchRoleBindingRequest_FieldMask) MarshalJSON

func (fieldMask WatchRoleBindingRequest_FieldMask) MarshalJSON() ([]byte, error)

func (*WatchRoleBindingRequest_FieldMask) PathsCount

func (fieldMask *WatchRoleBindingRequest_FieldMask) PathsCount() int

func (*WatchRoleBindingRequest_FieldMask) Project

func (*WatchRoleBindingRequest_FieldMask) ProjectRaw

func (*WatchRoleBindingRequest_FieldMask) ProtoMessage

func (fieldMask *WatchRoleBindingRequest_FieldMask) ProtoMessage()

func (*WatchRoleBindingRequest_FieldMask) ProtoReflect

func (fieldMask *WatchRoleBindingRequest_FieldMask) ProtoReflect() preflect.Message

func (*WatchRoleBindingRequest_FieldMask) Reset

func (fieldMask *WatchRoleBindingRequest_FieldMask) Reset()

func (*WatchRoleBindingRequest_FieldMask) Set

func (fieldMask *WatchRoleBindingRequest_FieldMask) Set(target, source *WatchRoleBindingRequest)

func (*WatchRoleBindingRequest_FieldMask) SetFromCliFlag

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

func (*WatchRoleBindingRequest_FieldMask) SetRaw

func (fieldMask *WatchRoleBindingRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*WatchRoleBindingRequest_FieldMask) Size

func (fieldMask *WatchRoleBindingRequest_FieldMask) Size() int

func (*WatchRoleBindingRequest_FieldMask) String

func (fieldMask *WatchRoleBindingRequest_FieldMask) String() string

func (*WatchRoleBindingRequest_FieldMask) Subtract

func (*WatchRoleBindingRequest_FieldMask) SubtractRaw

func (*WatchRoleBindingRequest_FieldMask) ToProtoFieldMask

func (fieldMask *WatchRoleBindingRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*WatchRoleBindingRequest_FieldMask) Unmarshal

func (fieldMask *WatchRoleBindingRequest_FieldMask) Unmarshal(data []byte) error

func (*WatchRoleBindingRequest_FieldMask) UnmarshalJSON

func (fieldMask *WatchRoleBindingRequest_FieldMask) UnmarshalJSON(data []byte) error

type WatchRoleBindingRequest_FieldPath

type WatchRoleBindingRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchRoleBindingRequest_FieldPathSelector
	Get(source *WatchRoleBindingRequest) []interface{}
	GetSingle(source *WatchRoleBindingRequest) (interface{}, bool)
	ClearValue(item *WatchRoleBindingRequest)

	// Those methods build corresponding WatchRoleBindingRequest_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) WatchRoleBindingRequest_FieldPathValue
	WithIArrayOfValues(values interface{}) WatchRoleBindingRequest_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) WatchRoleBindingRequest_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseWatchRoleBindingRequest_FieldPath

func MustParseWatchRoleBindingRequest_FieldPath(rawField string) WatchRoleBindingRequest_FieldPath

func ParseWatchRoleBindingRequest_FieldPath

func ParseWatchRoleBindingRequest_FieldPath(rawField string) (WatchRoleBindingRequest_FieldPath, error)

type WatchRoleBindingRequest_FieldPathArrayItemValue

type WatchRoleBindingRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchRoleBindingRequest_FieldPath
	ContainsValue(*WatchRoleBindingRequest) bool
}

WatchRoleBindingRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for WatchRoleBindingRequest according to their type Present only for array (repeated) types.

func MustParseWatchRoleBindingRequest_FieldPathArrayItemValue

func MustParseWatchRoleBindingRequest_FieldPathArrayItemValue(pathStr, valueStr string) WatchRoleBindingRequest_FieldPathArrayItemValue

func ParseWatchRoleBindingRequest_FieldPathArrayItemValue

func ParseWatchRoleBindingRequest_FieldPathArrayItemValue(pathStr, valueStr string) (WatchRoleBindingRequest_FieldPathArrayItemValue, error)

ParseWatchRoleBindingRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchRoleBindingRequest_FieldPathArrayOfValues

type WatchRoleBindingRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchRoleBindingRequest_FieldPath
}

WatchRoleBindingRequest_FieldPathArrayOfValues allows storing slice of values for WatchRoleBindingRequest fields according to their type

func MustParseWatchRoleBindingRequest_FieldPathArrayOfValues

func MustParseWatchRoleBindingRequest_FieldPathArrayOfValues(pathStr, valuesStr string) WatchRoleBindingRequest_FieldPathArrayOfValues

func ParseWatchRoleBindingRequest_FieldPathArrayOfValues

func ParseWatchRoleBindingRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchRoleBindingRequest_FieldPathArrayOfValues, error)

type WatchRoleBindingRequest_FieldPathSelector

type WatchRoleBindingRequest_FieldPathSelector int32
const (
	WatchRoleBindingRequest_FieldPathSelectorName      WatchRoleBindingRequest_FieldPathSelector = 0
	WatchRoleBindingRequest_FieldPathSelectorFieldMask WatchRoleBindingRequest_FieldPathSelector = 1
	WatchRoleBindingRequest_FieldPathSelectorView      WatchRoleBindingRequest_FieldPathSelector = 2
)

func (WatchRoleBindingRequest_FieldPathSelector) String

type WatchRoleBindingRequest_FieldPathValue

type WatchRoleBindingRequest_FieldPathValue interface {
	WatchRoleBindingRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchRoleBindingRequest)
	CompareWith(*WatchRoleBindingRequest) (cmp int, comparable bool)
}

WatchRoleBindingRequest_FieldPathValue allows storing values for WatchRoleBindingRequest fields according to their type

func MustParseWatchRoleBindingRequest_FieldPathValue

func MustParseWatchRoleBindingRequest_FieldPathValue(pathStr, valueStr string) WatchRoleBindingRequest_FieldPathValue

func ParseWatchRoleBindingRequest_FieldPathValue

func ParseWatchRoleBindingRequest_FieldPathValue(pathStr, valueStr string) (WatchRoleBindingRequest_FieldPathValue, error)

type WatchRoleBindingRequest_FieldTerminalPath

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

func (*WatchRoleBindingRequest_FieldTerminalPath) ClearValue

func (*WatchRoleBindingRequest_FieldTerminalPath) ClearValueRaw

func (*WatchRoleBindingRequest_FieldTerminalPath) Get

func (fp *WatchRoleBindingRequest_FieldTerminalPath) Get(source *WatchRoleBindingRequest) (values []interface{})

Get returns all values pointed by specific field from source WatchRoleBindingRequest

func (*WatchRoleBindingRequest_FieldTerminalPath) GetDefault

func (fp *WatchRoleBindingRequest_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*WatchRoleBindingRequest_FieldTerminalPath) GetRaw

func (fp *WatchRoleBindingRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*WatchRoleBindingRequest_FieldTerminalPath) GetSingle

func (fp *WatchRoleBindingRequest_FieldTerminalPath) GetSingle(source *WatchRoleBindingRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source WatchRoleBindingRequest

func (*WatchRoleBindingRequest_FieldTerminalPath) GetSingleRaw

func (fp *WatchRoleBindingRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*WatchRoleBindingRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchRoleBindingRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchRoleBindingRequest_FieldTerminalPath) Selector

func (*WatchRoleBindingRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*WatchRoleBindingRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchRoleBindingRequest_FieldTerminalPath) WithIArrayItemValue

func (*WatchRoleBindingRequest_FieldTerminalPath) WithIArrayOfValues

func (*WatchRoleBindingRequest_FieldTerminalPath) WithIValue

func (*WatchRoleBindingRequest_FieldTerminalPath) WithRawIArrayItemValue

func (fp *WatchRoleBindingRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*WatchRoleBindingRequest_FieldTerminalPath) WithRawIArrayOfValues

func (fp *WatchRoleBindingRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*WatchRoleBindingRequest_FieldTerminalPath) WithRawIValue

func (fp *WatchRoleBindingRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type WatchRoleBindingRequest_FieldTerminalPathArrayItemValue

type WatchRoleBindingRequest_FieldTerminalPathArrayItemValue struct {
	WatchRoleBindingRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchRoleBindingRequest_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'WatchRoleBindingRequest'

func (*WatchRoleBindingRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *WatchRoleBindingRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object WatchRoleBindingRequest as interface{}

func (*WatchRoleBindingRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchRoleBindingRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *WatchRoleBindingRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type WatchRoleBindingRequest_FieldTerminalPathArrayOfValues

type WatchRoleBindingRequest_FieldTerminalPathArrayOfValues struct {
	WatchRoleBindingRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchRoleBindingRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*WatchRoleBindingRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (*WatchRoleBindingRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

func (fpaov *WatchRoleBindingRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)

func (*WatchRoleBindingRequest_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *WatchRoleBindingRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type WatchRoleBindingRequest_FieldTerminalPathValue

type WatchRoleBindingRequest_FieldTerminalPathValue struct {
	WatchRoleBindingRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchRoleBindingRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*WatchRoleBindingRequest_FieldTerminalPathValue) AsNameValue

func (*WatchRoleBindingRequest_FieldTerminalPathValue) AsViewValue

func (*WatchRoleBindingRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchRoleBindingRequest_FieldTerminalPathValue' with the value under path in 'WatchRoleBindingRequest'.

func (*WatchRoleBindingRequest_FieldTerminalPathValue) CompareWithRaw

func (fpv *WatchRoleBindingRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*WatchRoleBindingRequest_FieldTerminalPathValue) GetRawValue

func (fpv *WatchRoleBindingRequest_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'WatchRoleBindingRequest' as interface{}

func (*WatchRoleBindingRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchRoleBindingRequest

func (*WatchRoleBindingRequest_FieldTerminalPathValue) SetToRaw

type WatchRoleBindingResponse

type WatchRoleBindingResponse struct {
	Change *role_binding.RoleBindingChange `protobuf:"bytes,1,opt,name=change,proto3" json:"change,omitempty" firestore:"change"`
	// contains filtered or unexported fields
}

WatchRoleBindingResponse

func (*WatchRoleBindingResponse) Clone

func (*WatchRoleBindingResponse) CloneRaw

func (*WatchRoleBindingResponse) Descriptor

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

Deprecated, Use WatchRoleBindingResponse.ProtoReflect.Descriptor instead.

func (*WatchRoleBindingResponse) GetChange

func (*WatchRoleBindingResponse) GotenMessage

func (*WatchRoleBindingResponse) GotenMessage()

func (*WatchRoleBindingResponse) GotenObjectExt

func (o *WatchRoleBindingResponse) GotenObjectExt()

func (*WatchRoleBindingResponse) GotenValidate

func (obj *WatchRoleBindingResponse) GotenValidate() error

func (*WatchRoleBindingResponse) MakeDiffFieldMask

func (*WatchRoleBindingResponse) MakeFullFieldMask

func (*WatchRoleBindingResponse) MakeRawDiffFieldMask

func (*WatchRoleBindingResponse) MakeRawFullFieldMask

func (o *WatchRoleBindingResponse) MakeRawFullFieldMask() gotenobject.FieldMask

func (*WatchRoleBindingResponse) Marshal

func (m *WatchRoleBindingResponse) Marshal() ([]byte, error)

func (*WatchRoleBindingResponse) MarshalJSON

func (m *WatchRoleBindingResponse) MarshalJSON() ([]byte, error)

func (*WatchRoleBindingResponse) Merge

func (*WatchRoleBindingResponse) MergeRaw

func (*WatchRoleBindingResponse) ProtoMessage

func (*WatchRoleBindingResponse) ProtoMessage()

func (*WatchRoleBindingResponse) ProtoReflect

func (m *WatchRoleBindingResponse) ProtoReflect() preflect.Message

func (*WatchRoleBindingResponse) Reset

func (m *WatchRoleBindingResponse) Reset()

func (*WatchRoleBindingResponse) SetChange

func (*WatchRoleBindingResponse) String

func (m *WatchRoleBindingResponse) String() string

func (*WatchRoleBindingResponse) Unmarshal

func (m *WatchRoleBindingResponse) Unmarshal(b []byte) error

func (*WatchRoleBindingResponse) UnmarshalJSON

func (m *WatchRoleBindingResponse) UnmarshalJSON(data []byte) error

type WatchRoleBindingResponseFieldPathBuilder

type WatchRoleBindingResponseFieldPathBuilder struct{}

func NewWatchRoleBindingResponseFieldPathBuilder

func NewWatchRoleBindingResponseFieldPathBuilder() WatchRoleBindingResponseFieldPathBuilder

func (WatchRoleBindingResponseFieldPathBuilder) Change

type WatchRoleBindingResponsePathSelectorChange

type WatchRoleBindingResponsePathSelectorChange struct{}

func (WatchRoleBindingResponsePathSelectorChange) FieldPath

type WatchRoleBindingResponse_FieldMask

type WatchRoleBindingResponse_FieldMask struct {
	Paths []WatchRoleBindingResponse_FieldPath
}

func FullWatchRoleBindingResponse_FieldMask

func FullWatchRoleBindingResponse_FieldMask() *WatchRoleBindingResponse_FieldMask

func (*WatchRoleBindingResponse_FieldMask) AppendPath

func (*WatchRoleBindingResponse_FieldMask) AppendRawPath

func (fieldMask *WatchRoleBindingResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*WatchRoleBindingResponse_FieldMask) DecodeFirestore

func (fieldMask *WatchRoleBindingResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*WatchRoleBindingResponse_FieldMask) EncodeFirestore

func (fieldMask *WatchRoleBindingResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*WatchRoleBindingResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchRoleBindingResponse_FieldMask) FromProtoFieldMask

func (fieldMask *WatchRoleBindingResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*WatchRoleBindingResponse_FieldMask) GetPaths

func (*WatchRoleBindingResponse_FieldMask) GetRawPaths

func (fieldMask *WatchRoleBindingResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*WatchRoleBindingResponse_FieldMask) IsFull

func (fieldMask *WatchRoleBindingResponse_FieldMask) IsFull() bool

func (WatchRoleBindingResponse_FieldMask) Marshal

func (fieldMask WatchRoleBindingResponse_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (WatchRoleBindingResponse_FieldMask) MarshalJSON

func (fieldMask WatchRoleBindingResponse_FieldMask) MarshalJSON() ([]byte, error)

func (*WatchRoleBindingResponse_FieldMask) PathsCount

func (fieldMask *WatchRoleBindingResponse_FieldMask) PathsCount() int

func (*WatchRoleBindingResponse_FieldMask) Project

func (*WatchRoleBindingResponse_FieldMask) ProjectRaw

func (*WatchRoleBindingResponse_FieldMask) ProtoMessage

func (fieldMask *WatchRoleBindingResponse_FieldMask) ProtoMessage()

func (*WatchRoleBindingResponse_FieldMask) ProtoReflect

func (fieldMask *WatchRoleBindingResponse_FieldMask) ProtoReflect() preflect.Message

func (*WatchRoleBindingResponse_FieldMask) Reset

func (fieldMask *WatchRoleBindingResponse_FieldMask) Reset()

func (*WatchRoleBindingResponse_FieldMask) Set

func (fieldMask *WatchRoleBindingResponse_FieldMask) Set(target, source *WatchRoleBindingResponse)

func (*WatchRoleBindingResponse_FieldMask) SetFromCliFlag

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

func (*WatchRoleBindingResponse_FieldMask) SetRaw

func (fieldMask *WatchRoleBindingResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*WatchRoleBindingResponse_FieldMask) Size

func (fieldMask *WatchRoleBindingResponse_FieldMask) Size() int

func (*WatchRoleBindingResponse_FieldMask) String

func (fieldMask *WatchRoleBindingResponse_FieldMask) String() string

func (*WatchRoleBindingResponse_FieldMask) Subtract

func (*WatchRoleBindingResponse_FieldMask) SubtractRaw

func (*WatchRoleBindingResponse_FieldMask) ToProtoFieldMask

func (fieldMask *WatchRoleBindingResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*WatchRoleBindingResponse_FieldMask) Unmarshal

func (fieldMask *WatchRoleBindingResponse_FieldMask) Unmarshal(data []byte) error

func (*WatchRoleBindingResponse_FieldMask) UnmarshalJSON

func (fieldMask *WatchRoleBindingResponse_FieldMask) UnmarshalJSON(data []byte) error

type WatchRoleBindingResponse_FieldPath

type WatchRoleBindingResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchRoleBindingResponse_FieldPathSelector
	Get(source *WatchRoleBindingResponse) []interface{}
	GetSingle(source *WatchRoleBindingResponse) (interface{}, bool)
	ClearValue(item *WatchRoleBindingResponse)

	// Those methods build corresponding WatchRoleBindingResponse_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) WatchRoleBindingResponse_FieldPathValue
	WithIArrayOfValues(values interface{}) WatchRoleBindingResponse_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) WatchRoleBindingResponse_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseWatchRoleBindingResponse_FieldPath

func MustParseWatchRoleBindingResponse_FieldPath(rawField string) WatchRoleBindingResponse_FieldPath

func ParseWatchRoleBindingResponse_FieldPath

func ParseWatchRoleBindingResponse_FieldPath(rawField string) (WatchRoleBindingResponse_FieldPath, error)

type WatchRoleBindingResponse_FieldPathArrayItemValue

type WatchRoleBindingResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchRoleBindingResponse_FieldPath
	ContainsValue(*WatchRoleBindingResponse) bool
}

WatchRoleBindingResponse_FieldPathArrayItemValue allows storing single item in Path-specific values for WatchRoleBindingResponse according to their type Present only for array (repeated) types.

func MustParseWatchRoleBindingResponse_FieldPathArrayItemValue

func MustParseWatchRoleBindingResponse_FieldPathArrayItemValue(pathStr, valueStr string) WatchRoleBindingResponse_FieldPathArrayItemValue

func ParseWatchRoleBindingResponse_FieldPathArrayItemValue

func ParseWatchRoleBindingResponse_FieldPathArrayItemValue(pathStr, valueStr string) (WatchRoleBindingResponse_FieldPathArrayItemValue, error)

ParseWatchRoleBindingResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchRoleBindingResponse_FieldPathArrayOfValues

type WatchRoleBindingResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchRoleBindingResponse_FieldPath
}

WatchRoleBindingResponse_FieldPathArrayOfValues allows storing slice of values for WatchRoleBindingResponse fields according to their type

func MustParseWatchRoleBindingResponse_FieldPathArrayOfValues

func MustParseWatchRoleBindingResponse_FieldPathArrayOfValues(pathStr, valuesStr string) WatchRoleBindingResponse_FieldPathArrayOfValues

func ParseWatchRoleBindingResponse_FieldPathArrayOfValues

func ParseWatchRoleBindingResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchRoleBindingResponse_FieldPathArrayOfValues, error)

type WatchRoleBindingResponse_FieldPathSelector

type WatchRoleBindingResponse_FieldPathSelector int32
const (
	WatchRoleBindingResponse_FieldPathSelectorChange WatchRoleBindingResponse_FieldPathSelector = 0
)

func (WatchRoleBindingResponse_FieldPathSelector) String

type WatchRoleBindingResponse_FieldPathValue

type WatchRoleBindingResponse_FieldPathValue interface {
	WatchRoleBindingResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchRoleBindingResponse)
	CompareWith(*WatchRoleBindingResponse) (cmp int, comparable bool)
}

WatchRoleBindingResponse_FieldPathValue allows storing values for WatchRoleBindingResponse fields according to their type

func MustParseWatchRoleBindingResponse_FieldPathValue

func MustParseWatchRoleBindingResponse_FieldPathValue(pathStr, valueStr string) WatchRoleBindingResponse_FieldPathValue

func ParseWatchRoleBindingResponse_FieldPathValue

func ParseWatchRoleBindingResponse_FieldPathValue(pathStr, valueStr string) (WatchRoleBindingResponse_FieldPathValue, error)

type WatchRoleBindingResponse_FieldTerminalPath

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

func (*WatchRoleBindingResponse_FieldTerminalPath) ClearValue

func (*WatchRoleBindingResponse_FieldTerminalPath) ClearValueRaw

func (*WatchRoleBindingResponse_FieldTerminalPath) Get

func (fp *WatchRoleBindingResponse_FieldTerminalPath) Get(source *WatchRoleBindingResponse) (values []interface{})

Get returns all values pointed by specific field from source WatchRoleBindingResponse

func (*WatchRoleBindingResponse_FieldTerminalPath) GetDefault

func (fp *WatchRoleBindingResponse_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*WatchRoleBindingResponse_FieldTerminalPath) GetRaw

func (fp *WatchRoleBindingResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*WatchRoleBindingResponse_FieldTerminalPath) GetSingle

func (fp *WatchRoleBindingResponse_FieldTerminalPath) GetSingle(source *WatchRoleBindingResponse) (interface{}, bool)

GetSingle returns value pointed by specific field of from source WatchRoleBindingResponse

func (*WatchRoleBindingResponse_FieldTerminalPath) GetSingleRaw

func (fp *WatchRoleBindingResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*WatchRoleBindingResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchRoleBindingResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchRoleBindingResponse_FieldTerminalPath) Selector

func (*WatchRoleBindingResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*WatchRoleBindingResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchRoleBindingResponse_FieldTerminalPath) WithIArrayItemValue

func (*WatchRoleBindingResponse_FieldTerminalPath) WithIArrayOfValues

func (*WatchRoleBindingResponse_FieldTerminalPath) WithIValue

func (*WatchRoleBindingResponse_FieldTerminalPath) WithRawIArrayItemValue

func (fp *WatchRoleBindingResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*WatchRoleBindingResponse_FieldTerminalPath) WithRawIArrayOfValues

func (fp *WatchRoleBindingResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*WatchRoleBindingResponse_FieldTerminalPath) WithRawIValue

func (fp *WatchRoleBindingResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type WatchRoleBindingResponse_FieldTerminalPathArrayItemValue

type WatchRoleBindingResponse_FieldTerminalPathArrayItemValue struct {
	WatchRoleBindingResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchRoleBindingResponse_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'WatchRoleBindingResponse'

func (*WatchRoleBindingResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *WatchRoleBindingResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object WatchRoleBindingResponse as interface{}

func (*WatchRoleBindingResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchRoleBindingResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *WatchRoleBindingResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type WatchRoleBindingResponse_FieldTerminalPathArrayOfValues

type WatchRoleBindingResponse_FieldTerminalPathArrayOfValues struct {
	WatchRoleBindingResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchRoleBindingResponse_FieldTerminalPathArrayOfValues) AsChangeArrayOfValues

func (*WatchRoleBindingResponse_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *WatchRoleBindingResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type WatchRoleBindingResponse_FieldTerminalPathValue

type WatchRoleBindingResponse_FieldTerminalPathValue struct {
	WatchRoleBindingResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchRoleBindingResponse_FieldTerminalPathValue) AsChangeValue

func (*WatchRoleBindingResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchRoleBindingResponse_FieldTerminalPathValue' with the value under path in 'WatchRoleBindingResponse'.

func (*WatchRoleBindingResponse_FieldTerminalPathValue) CompareWithRaw

func (fpv *WatchRoleBindingResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*WatchRoleBindingResponse_FieldTerminalPathValue) GetRawValue

func (fpv *WatchRoleBindingResponse_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'WatchRoleBindingResponse' as interface{}

func (*WatchRoleBindingResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchRoleBindingResponse

func (*WatchRoleBindingResponse_FieldTerminalPathValue) SetToRaw

type WatchRoleBindingsClientStream

type WatchRoleBindingsClientStream interface {
	Recv() (*WatchRoleBindingsResponse, error)
	grpc.ClientStream
}

type WatchRoleBindingsDescriptor added in v0.4.28

type WatchRoleBindingsDescriptor struct{}

func GetWatchRoleBindingsDescriptor added in v0.4.28

func GetWatchRoleBindingsDescriptor() *WatchRoleBindingsDescriptor

func (*WatchRoleBindingsDescriptor) GetApiDescriptor added in v0.4.28

func (*WatchRoleBindingsDescriptor) GetApiName added in v0.4.28

func (d *WatchRoleBindingsDescriptor) GetApiName() string

func (*WatchRoleBindingsDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*WatchRoleBindingsDescriptor) GetFullMethodName added in v0.4.28

func (d *WatchRoleBindingsDescriptor) GetFullMethodName() string

func (*WatchRoleBindingsDescriptor) GetMethodName added in v0.4.28

func (d *WatchRoleBindingsDescriptor) GetMethodName() string

func (*WatchRoleBindingsDescriptor) GetProtoPkgName added in v0.4.28

func (d *WatchRoleBindingsDescriptor) GetProtoPkgName() string

func (*WatchRoleBindingsDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*WatchRoleBindingsDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*WatchRoleBindingsDescriptor) GetServiceDomain added in v0.4.28

func (d *WatchRoleBindingsDescriptor) GetServiceDomain() string

func (*WatchRoleBindingsDescriptor) GetServiceVersion added in v0.4.28

func (d *WatchRoleBindingsDescriptor) GetServiceVersion() string

func (*WatchRoleBindingsDescriptor) GetVerb added in v0.4.28

func (d *WatchRoleBindingsDescriptor) GetVerb() string

func (*WatchRoleBindingsDescriptor) HasResource added in v0.4.30

func (d *WatchRoleBindingsDescriptor) HasResource() bool

func (*WatchRoleBindingsDescriptor) IsClientStream added in v0.4.28

func (d *WatchRoleBindingsDescriptor) IsClientStream() bool

func (*WatchRoleBindingsDescriptor) IsCollection added in v0.4.30

func (d *WatchRoleBindingsDescriptor) IsCollection() bool

func (*WatchRoleBindingsDescriptor) IsPlural added in v0.4.30

func (d *WatchRoleBindingsDescriptor) IsPlural() bool

func (*WatchRoleBindingsDescriptor) IsServerStream added in v0.4.28

func (d *WatchRoleBindingsDescriptor) IsServerStream() bool

func (*WatchRoleBindingsDescriptor) IsUnary added in v0.4.28

func (d *WatchRoleBindingsDescriptor) IsUnary() bool

func (*WatchRoleBindingsDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*WatchRoleBindingsDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*WatchRoleBindingsDescriptor) RequestHasResourceBody added in v0.4.28

func (d *WatchRoleBindingsDescriptor) RequestHasResourceBody() bool

type WatchRoleBindingsDescriptorClientMsgHandle added in v0.4.28

type WatchRoleBindingsDescriptorClientMsgHandle struct{}

func (*WatchRoleBindingsDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*WatchRoleBindingsDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchRoleBindingsDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type WatchRoleBindingsDescriptorServerMsgHandle added in v0.4.28

type WatchRoleBindingsDescriptorServerMsgHandle struct{}

func (*WatchRoleBindingsDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*WatchRoleBindingsDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchRoleBindingsDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type WatchRoleBindingsRequest

type WatchRoleBindingsRequest struct {

	// Type of a watch. Identifies how server stream data to a client, which
	// fields in a request are allowed and which fields in response are relevant.
	Type watch_type.WatchType `protobuf:"varint,9,opt,name=type,proto3,enum=goten.watch_type.WatchType" json:"type,omitempty" firestore:"type"`
	// Parent reference of ntt.iam.v1alpha.RoleBinding
	Parent *role_binding.ParentReference `protobuf:"bytes,1,opt,customtype=ParentReference,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Requested page size. Server may return fewer RoleBindings 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 *role_binding.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 *role_binding.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 *role_binding.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 RoleBinding that don't
	// affect any of masked fields won't be sent back.
	FieldMask *role_binding.RoleBinding_FieldMask `` /* 143-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
	// RoleBinding 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 [WatchRoleBindings][ntt.iam.v1alpha.WatchRoleBindings]

func (*WatchRoleBindingsRequest) Clone

func (*WatchRoleBindingsRequest) CloneRaw

func (*WatchRoleBindingsRequest) Descriptor

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

Deprecated, Use WatchRoleBindingsRequest.ProtoReflect.Descriptor instead.

func (*WatchRoleBindingsRequest) GetFieldMask

func (*WatchRoleBindingsRequest) GetFilter

func (*WatchRoleBindingsRequest) GetMaxChunkSize

func (m *WatchRoleBindingsRequest) GetMaxChunkSize() int32

func (*WatchRoleBindingsRequest) GetOrderBy

func (*WatchRoleBindingsRequest) GetPageSize

func (m *WatchRoleBindingsRequest) GetPageSize() int32

func (*WatchRoleBindingsRequest) GetPageToken

func (*WatchRoleBindingsRequest) GetParent

func (*WatchRoleBindingsRequest) GetResumeToken

func (m *WatchRoleBindingsRequest) GetResumeToken() string

func (*WatchRoleBindingsRequest) GetStartingTime added in v0.9.0

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

func (*WatchRoleBindingsRequest) GetType

func (*WatchRoleBindingsRequest) GetView

func (m *WatchRoleBindingsRequest) GetView() view.View

func (*WatchRoleBindingsRequest) GotenMessage

func (*WatchRoleBindingsRequest) GotenMessage()

func (*WatchRoleBindingsRequest) GotenObjectExt

func (o *WatchRoleBindingsRequest) GotenObjectExt()

func (*WatchRoleBindingsRequest) GotenValidate

func (obj *WatchRoleBindingsRequest) GotenValidate() error

func (*WatchRoleBindingsRequest) MakeDiffFieldMask

func (*WatchRoleBindingsRequest) MakeFullFieldMask

func (*WatchRoleBindingsRequest) MakeRawDiffFieldMask

func (*WatchRoleBindingsRequest) MakeRawFullFieldMask

func (o *WatchRoleBindingsRequest) MakeRawFullFieldMask() gotenobject.FieldMask

func (*WatchRoleBindingsRequest) Marshal

func (m *WatchRoleBindingsRequest) Marshal() ([]byte, error)

func (*WatchRoleBindingsRequest) MarshalJSON

func (m *WatchRoleBindingsRequest) MarshalJSON() ([]byte, error)

func (*WatchRoleBindingsRequest) Merge

func (*WatchRoleBindingsRequest) MergeRaw

func (*WatchRoleBindingsRequest) ProtoMessage

func (*WatchRoleBindingsRequest) ProtoMessage()

func (*WatchRoleBindingsRequest) ProtoReflect

func (m *WatchRoleBindingsRequest) ProtoReflect() preflect.Message

func (*WatchRoleBindingsRequest) Reset

func (m *WatchRoleBindingsRequest) Reset()

func (*WatchRoleBindingsRequest) SetFieldMask

func (*WatchRoleBindingsRequest) SetFilter

func (m *WatchRoleBindingsRequest) SetFilter(fv *role_binding.Filter)

func (*WatchRoleBindingsRequest) SetMaxChunkSize

func (m *WatchRoleBindingsRequest) SetMaxChunkSize(fv int32)

func (*WatchRoleBindingsRequest) SetOrderBy

func (m *WatchRoleBindingsRequest) SetOrderBy(fv *role_binding.OrderBy)

func (*WatchRoleBindingsRequest) SetPageSize

func (m *WatchRoleBindingsRequest) SetPageSize(fv int32)

func (*WatchRoleBindingsRequest) SetPageToken

func (m *WatchRoleBindingsRequest) SetPageToken(fv *role_binding.PagerCursor)

func (*WatchRoleBindingsRequest) SetParent

func (*WatchRoleBindingsRequest) SetResumeToken

func (m *WatchRoleBindingsRequest) SetResumeToken(fv string)

func (*WatchRoleBindingsRequest) SetStartingTime added in v0.9.0

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

func (*WatchRoleBindingsRequest) SetType

func (*WatchRoleBindingsRequest) SetView

func (m *WatchRoleBindingsRequest) SetView(fv view.View)

func (*WatchRoleBindingsRequest) String

func (m *WatchRoleBindingsRequest) String() string

func (*WatchRoleBindingsRequest) Unmarshal

func (m *WatchRoleBindingsRequest) Unmarshal(b []byte) error

func (*WatchRoleBindingsRequest) UnmarshalJSON

func (m *WatchRoleBindingsRequest) UnmarshalJSON(data []byte) error

type WatchRoleBindingsRequestFieldPathBuilder

type WatchRoleBindingsRequestFieldPathBuilder struct{}

func NewWatchRoleBindingsRequestFieldPathBuilder

func NewWatchRoleBindingsRequestFieldPathBuilder() WatchRoleBindingsRequestFieldPathBuilder

func (WatchRoleBindingsRequestFieldPathBuilder) FieldMask

func (WatchRoleBindingsRequestFieldPathBuilder) Filter

func (WatchRoleBindingsRequestFieldPathBuilder) MaxChunkSize

func (WatchRoleBindingsRequestFieldPathBuilder) OrderBy

func (WatchRoleBindingsRequestFieldPathBuilder) PageSize

func (WatchRoleBindingsRequestFieldPathBuilder) PageToken

func (WatchRoleBindingsRequestFieldPathBuilder) Parent

func (WatchRoleBindingsRequestFieldPathBuilder) ResumeToken

func (WatchRoleBindingsRequestFieldPathBuilder) StartingTime added in v0.9.0

func (WatchRoleBindingsRequestFieldPathBuilder) Type

func (WatchRoleBindingsRequestFieldPathBuilder) View

type WatchRoleBindingsRequestPathSelectorFieldMask

type WatchRoleBindingsRequestPathSelectorFieldMask struct{}

func (WatchRoleBindingsRequestPathSelectorFieldMask) FieldPath

type WatchRoleBindingsRequestPathSelectorFilter

type WatchRoleBindingsRequestPathSelectorFilter struct{}

func (WatchRoleBindingsRequestPathSelectorFilter) FieldPath

func (WatchRoleBindingsRequestPathSelectorFilter) WithArrayOfValues

func (WatchRoleBindingsRequestPathSelectorFilter) WithValue

type WatchRoleBindingsRequestPathSelectorMaxChunkSize

type WatchRoleBindingsRequestPathSelectorMaxChunkSize struct{}

func (WatchRoleBindingsRequestPathSelectorMaxChunkSize) FieldPath

func (WatchRoleBindingsRequestPathSelectorMaxChunkSize) WithArrayOfValues

func (WatchRoleBindingsRequestPathSelectorMaxChunkSize) WithValue

type WatchRoleBindingsRequestPathSelectorOrderBy

type WatchRoleBindingsRequestPathSelectorOrderBy struct{}

func (WatchRoleBindingsRequestPathSelectorOrderBy) FieldPath

func (WatchRoleBindingsRequestPathSelectorOrderBy) WithArrayOfValues

func (WatchRoleBindingsRequestPathSelectorOrderBy) WithValue

type WatchRoleBindingsRequestPathSelectorPageSize

type WatchRoleBindingsRequestPathSelectorPageSize struct{}

func (WatchRoleBindingsRequestPathSelectorPageSize) FieldPath

func (WatchRoleBindingsRequestPathSelectorPageSize) WithArrayOfValues

func (WatchRoleBindingsRequestPathSelectorPageSize) WithValue

type WatchRoleBindingsRequestPathSelectorPageToken

type WatchRoleBindingsRequestPathSelectorPageToken struct{}

func (WatchRoleBindingsRequestPathSelectorPageToken) FieldPath

func (WatchRoleBindingsRequestPathSelectorPageToken) WithArrayOfValues

func (WatchRoleBindingsRequestPathSelectorPageToken) WithValue

type WatchRoleBindingsRequestPathSelectorParent

type WatchRoleBindingsRequestPathSelectorParent struct{}

func (WatchRoleBindingsRequestPathSelectorParent) FieldPath

func (WatchRoleBindingsRequestPathSelectorParent) WithArrayOfValues

func (WatchRoleBindingsRequestPathSelectorParent) WithValue

type WatchRoleBindingsRequestPathSelectorResumeToken

type WatchRoleBindingsRequestPathSelectorResumeToken struct{}

func (WatchRoleBindingsRequestPathSelectorResumeToken) FieldPath

func (WatchRoleBindingsRequestPathSelectorResumeToken) WithArrayOfValues

func (WatchRoleBindingsRequestPathSelectorResumeToken) WithValue

type WatchRoleBindingsRequestPathSelectorStartingTime added in v0.9.0

type WatchRoleBindingsRequestPathSelectorStartingTime struct{}

func (WatchRoleBindingsRequestPathSelectorStartingTime) FieldPath added in v0.9.0

func (WatchRoleBindingsRequestPathSelectorStartingTime) WithArrayOfValues added in v0.9.0

func (WatchRoleBindingsRequestPathSelectorStartingTime) WithValue added in v0.9.0

type WatchRoleBindingsRequestPathSelectorType

type WatchRoleBindingsRequestPathSelectorType struct{}

func (WatchRoleBindingsRequestPathSelectorType) FieldPath

func (WatchRoleBindingsRequestPathSelectorType) WithArrayOfValues

func (WatchRoleBindingsRequestPathSelectorType) WithValue

type WatchRoleBindingsRequestPathSelectorView

type WatchRoleBindingsRequestPathSelectorView struct{}

func (WatchRoleBindingsRequestPathSelectorView) FieldPath

func (WatchRoleBindingsRequestPathSelectorView) WithArrayOfValues

func (WatchRoleBindingsRequestPathSelectorView) WithValue

type WatchRoleBindingsRequest_FieldMask

type WatchRoleBindingsRequest_FieldMask struct {
	Paths []WatchRoleBindingsRequest_FieldPath
}

func FullWatchRoleBindingsRequest_FieldMask

func FullWatchRoleBindingsRequest_FieldMask() *WatchRoleBindingsRequest_FieldMask

func (*WatchRoleBindingsRequest_FieldMask) AppendPath

func (*WatchRoleBindingsRequest_FieldMask) AppendRawPath

func (fieldMask *WatchRoleBindingsRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*WatchRoleBindingsRequest_FieldMask) DecodeFirestore

func (fieldMask *WatchRoleBindingsRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*WatchRoleBindingsRequest_FieldMask) EncodeFirestore

func (fieldMask *WatchRoleBindingsRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*WatchRoleBindingsRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchRoleBindingsRequest_FieldMask) FromProtoFieldMask

func (fieldMask *WatchRoleBindingsRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*WatchRoleBindingsRequest_FieldMask) GetPaths

func (*WatchRoleBindingsRequest_FieldMask) GetRawPaths

func (fieldMask *WatchRoleBindingsRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*WatchRoleBindingsRequest_FieldMask) IsFull

func (fieldMask *WatchRoleBindingsRequest_FieldMask) IsFull() bool

func (WatchRoleBindingsRequest_FieldMask) Marshal

func (fieldMask WatchRoleBindingsRequest_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (WatchRoleBindingsRequest_FieldMask) MarshalJSON

func (fieldMask WatchRoleBindingsRequest_FieldMask) MarshalJSON() ([]byte, error)

func (*WatchRoleBindingsRequest_FieldMask) PathsCount

func (fieldMask *WatchRoleBindingsRequest_FieldMask) PathsCount() int

func (*WatchRoleBindingsRequest_FieldMask) Project

func (*WatchRoleBindingsRequest_FieldMask) ProjectRaw

func (*WatchRoleBindingsRequest_FieldMask) ProtoMessage

func (fieldMask *WatchRoleBindingsRequest_FieldMask) ProtoMessage()

func (*WatchRoleBindingsRequest_FieldMask) ProtoReflect

func (fieldMask *WatchRoleBindingsRequest_FieldMask) ProtoReflect() preflect.Message

func (*WatchRoleBindingsRequest_FieldMask) Reset

func (fieldMask *WatchRoleBindingsRequest_FieldMask) Reset()

func (*WatchRoleBindingsRequest_FieldMask) Set

func (fieldMask *WatchRoleBindingsRequest_FieldMask) Set(target, source *WatchRoleBindingsRequest)

func (*WatchRoleBindingsRequest_FieldMask) SetFromCliFlag

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

func (*WatchRoleBindingsRequest_FieldMask) SetRaw

func (fieldMask *WatchRoleBindingsRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*WatchRoleBindingsRequest_FieldMask) Size

func (fieldMask *WatchRoleBindingsRequest_FieldMask) Size() int

func (*WatchRoleBindingsRequest_FieldMask) String

func (fieldMask *WatchRoleBindingsRequest_FieldMask) String() string

func (*WatchRoleBindingsRequest_FieldMask) Subtract

func (*WatchRoleBindingsRequest_FieldMask) SubtractRaw

func (*WatchRoleBindingsRequest_FieldMask) ToProtoFieldMask

func (fieldMask *WatchRoleBindingsRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*WatchRoleBindingsRequest_FieldMask) Unmarshal

func (fieldMask *WatchRoleBindingsRequest_FieldMask) Unmarshal(data []byte) error

func (*WatchRoleBindingsRequest_FieldMask) UnmarshalJSON

func (fieldMask *WatchRoleBindingsRequest_FieldMask) UnmarshalJSON(data []byte) error

type WatchRoleBindingsRequest_FieldPath

type WatchRoleBindingsRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchRoleBindingsRequest_FieldPathSelector
	Get(source *WatchRoleBindingsRequest) []interface{}
	GetSingle(source *WatchRoleBindingsRequest) (interface{}, bool)
	ClearValue(item *WatchRoleBindingsRequest)

	// Those methods build corresponding WatchRoleBindingsRequest_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) WatchRoleBindingsRequest_FieldPathValue
	WithIArrayOfValues(values interface{}) WatchRoleBindingsRequest_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) WatchRoleBindingsRequest_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseWatchRoleBindingsRequest_FieldPath

func MustParseWatchRoleBindingsRequest_FieldPath(rawField string) WatchRoleBindingsRequest_FieldPath

func ParseWatchRoleBindingsRequest_FieldPath

func ParseWatchRoleBindingsRequest_FieldPath(rawField string) (WatchRoleBindingsRequest_FieldPath, error)

type WatchRoleBindingsRequest_FieldPathArrayItemValue

type WatchRoleBindingsRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchRoleBindingsRequest_FieldPath
	ContainsValue(*WatchRoleBindingsRequest) bool
}

WatchRoleBindingsRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for WatchRoleBindingsRequest according to their type Present only for array (repeated) types.

func MustParseWatchRoleBindingsRequest_FieldPathArrayItemValue

func MustParseWatchRoleBindingsRequest_FieldPathArrayItemValue(pathStr, valueStr string) WatchRoleBindingsRequest_FieldPathArrayItemValue

func ParseWatchRoleBindingsRequest_FieldPathArrayItemValue

func ParseWatchRoleBindingsRequest_FieldPathArrayItemValue(pathStr, valueStr string) (WatchRoleBindingsRequest_FieldPathArrayItemValue, error)

ParseWatchRoleBindingsRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchRoleBindingsRequest_FieldPathArrayOfValues

type WatchRoleBindingsRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchRoleBindingsRequest_FieldPath
}

WatchRoleBindingsRequest_FieldPathArrayOfValues allows storing slice of values for WatchRoleBindingsRequest fields according to their type

func MustParseWatchRoleBindingsRequest_FieldPathArrayOfValues

func MustParseWatchRoleBindingsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) WatchRoleBindingsRequest_FieldPathArrayOfValues

func ParseWatchRoleBindingsRequest_FieldPathArrayOfValues

func ParseWatchRoleBindingsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchRoleBindingsRequest_FieldPathArrayOfValues, error)

type WatchRoleBindingsRequest_FieldPathSelector

type WatchRoleBindingsRequest_FieldPathSelector int32
const (
	WatchRoleBindingsRequest_FieldPathSelectorType         WatchRoleBindingsRequest_FieldPathSelector = 0
	WatchRoleBindingsRequest_FieldPathSelectorParent       WatchRoleBindingsRequest_FieldPathSelector = 1
	WatchRoleBindingsRequest_FieldPathSelectorPageSize     WatchRoleBindingsRequest_FieldPathSelector = 2
	WatchRoleBindingsRequest_FieldPathSelectorPageToken    WatchRoleBindingsRequest_FieldPathSelector = 3
	WatchRoleBindingsRequest_FieldPathSelectorOrderBy      WatchRoleBindingsRequest_FieldPathSelector = 4
	WatchRoleBindingsRequest_FieldPathSelectorResumeToken  WatchRoleBindingsRequest_FieldPathSelector = 5
	WatchRoleBindingsRequest_FieldPathSelectorStartingTime WatchRoleBindingsRequest_FieldPathSelector = 6
	WatchRoleBindingsRequest_FieldPathSelectorFilter       WatchRoleBindingsRequest_FieldPathSelector = 7
	WatchRoleBindingsRequest_FieldPathSelectorFieldMask    WatchRoleBindingsRequest_FieldPathSelector = 8
	WatchRoleBindingsRequest_FieldPathSelectorView         WatchRoleBindingsRequest_FieldPathSelector = 9
	WatchRoleBindingsRequest_FieldPathSelectorMaxChunkSize WatchRoleBindingsRequest_FieldPathSelector = 10
)

func (WatchRoleBindingsRequest_FieldPathSelector) String

type WatchRoleBindingsRequest_FieldPathValue

type WatchRoleBindingsRequest_FieldPathValue interface {
	WatchRoleBindingsRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchRoleBindingsRequest)
	CompareWith(*WatchRoleBindingsRequest) (cmp int, comparable bool)
}

WatchRoleBindingsRequest_FieldPathValue allows storing values for WatchRoleBindingsRequest fields according to their type

func MustParseWatchRoleBindingsRequest_FieldPathValue

func MustParseWatchRoleBindingsRequest_FieldPathValue(pathStr, valueStr string) WatchRoleBindingsRequest_FieldPathValue

func ParseWatchRoleBindingsRequest_FieldPathValue

func ParseWatchRoleBindingsRequest_FieldPathValue(pathStr, valueStr string) (WatchRoleBindingsRequest_FieldPathValue, error)

type WatchRoleBindingsRequest_FieldTerminalPath

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

func (*WatchRoleBindingsRequest_FieldTerminalPath) ClearValue

func (*WatchRoleBindingsRequest_FieldTerminalPath) ClearValueRaw

func (*WatchRoleBindingsRequest_FieldTerminalPath) Get

func (fp *WatchRoleBindingsRequest_FieldTerminalPath) Get(source *WatchRoleBindingsRequest) (values []interface{})

Get returns all values pointed by specific field from source WatchRoleBindingsRequest

func (*WatchRoleBindingsRequest_FieldTerminalPath) GetDefault

func (fp *WatchRoleBindingsRequest_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*WatchRoleBindingsRequest_FieldTerminalPath) GetRaw

func (fp *WatchRoleBindingsRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*WatchRoleBindingsRequest_FieldTerminalPath) GetSingle

func (fp *WatchRoleBindingsRequest_FieldTerminalPath) GetSingle(source *WatchRoleBindingsRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source WatchRoleBindingsRequest

func (*WatchRoleBindingsRequest_FieldTerminalPath) GetSingleRaw

func (fp *WatchRoleBindingsRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*WatchRoleBindingsRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchRoleBindingsRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchRoleBindingsRequest_FieldTerminalPath) Selector

func (*WatchRoleBindingsRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*WatchRoleBindingsRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchRoleBindingsRequest_FieldTerminalPath) WithIArrayItemValue

func (*WatchRoleBindingsRequest_FieldTerminalPath) WithIArrayOfValues

func (*WatchRoleBindingsRequest_FieldTerminalPath) WithIValue

func (*WatchRoleBindingsRequest_FieldTerminalPath) WithRawIArrayItemValue

func (fp *WatchRoleBindingsRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*WatchRoleBindingsRequest_FieldTerminalPath) WithRawIArrayOfValues

func (fp *WatchRoleBindingsRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*WatchRoleBindingsRequest_FieldTerminalPath) WithRawIValue

func (fp *WatchRoleBindingsRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type WatchRoleBindingsRequest_FieldTerminalPathArrayItemValue

type WatchRoleBindingsRequest_FieldTerminalPathArrayItemValue struct {
	WatchRoleBindingsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchRoleBindingsRequest_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'WatchRoleBindingsRequest'

func (*WatchRoleBindingsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *WatchRoleBindingsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object WatchRoleBindingsRequest as interface{}

func (*WatchRoleBindingsRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchRoleBindingsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *WatchRoleBindingsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type WatchRoleBindingsRequest_FieldTerminalPathArrayOfValues

type WatchRoleBindingsRequest_FieldTerminalPathArrayOfValues struct {
	WatchRoleBindingsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchRoleBindingsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*WatchRoleBindingsRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues

func (*WatchRoleBindingsRequest_FieldTerminalPathArrayOfValues) AsMaxChunkSizeArrayOfValues

func (fpaov *WatchRoleBindingsRequest_FieldTerminalPathArrayOfValues) AsMaxChunkSizeArrayOfValues() ([]int32, bool)

func (*WatchRoleBindingsRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues

func (*WatchRoleBindingsRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues

func (fpaov *WatchRoleBindingsRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues() ([]int32, bool)

func (*WatchRoleBindingsRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues

func (*WatchRoleBindingsRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues

func (*WatchRoleBindingsRequest_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues

func (fpaov *WatchRoleBindingsRequest_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues() ([]string, bool)

func (*WatchRoleBindingsRequest_FieldTerminalPathArrayOfValues) AsStartingTimeArrayOfValues added in v0.9.0

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

func (*WatchRoleBindingsRequest_FieldTerminalPathArrayOfValues) AsTypeArrayOfValues

func (*WatchRoleBindingsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

func (fpaov *WatchRoleBindingsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)

func (*WatchRoleBindingsRequest_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *WatchRoleBindingsRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type WatchRoleBindingsRequest_FieldTerminalPathValue

type WatchRoleBindingsRequest_FieldTerminalPathValue struct {
	WatchRoleBindingsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchRoleBindingsRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*WatchRoleBindingsRequest_FieldTerminalPathValue) AsFilterValue

func (*WatchRoleBindingsRequest_FieldTerminalPathValue) AsMaxChunkSizeValue

func (fpv *WatchRoleBindingsRequest_FieldTerminalPathValue) AsMaxChunkSizeValue() (int32, bool)

func (*WatchRoleBindingsRequest_FieldTerminalPathValue) AsOrderByValue

func (*WatchRoleBindingsRequest_FieldTerminalPathValue) AsPageSizeValue

func (*WatchRoleBindingsRequest_FieldTerminalPathValue) AsPageTokenValue

func (*WatchRoleBindingsRequest_FieldTerminalPathValue) AsParentValue

func (*WatchRoleBindingsRequest_FieldTerminalPathValue) AsResumeTokenValue

func (fpv *WatchRoleBindingsRequest_FieldTerminalPathValue) AsResumeTokenValue() (string, bool)

func (*WatchRoleBindingsRequest_FieldTerminalPathValue) AsStartingTimeValue added in v0.9.0

func (*WatchRoleBindingsRequest_FieldTerminalPathValue) AsTypeValue

func (*WatchRoleBindingsRequest_FieldTerminalPathValue) AsViewValue

func (*WatchRoleBindingsRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchRoleBindingsRequest_FieldTerminalPathValue' with the value under path in 'WatchRoleBindingsRequest'.

func (*WatchRoleBindingsRequest_FieldTerminalPathValue) CompareWithRaw

func (fpv *WatchRoleBindingsRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*WatchRoleBindingsRequest_FieldTerminalPathValue) GetRawValue

func (fpv *WatchRoleBindingsRequest_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'WatchRoleBindingsRequest' as interface{}

func (*WatchRoleBindingsRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchRoleBindingsRequest

func (*WatchRoleBindingsRequest_FieldTerminalPathValue) SetToRaw

type WatchRoleBindingsResponse

type WatchRoleBindingsResponse struct {

	// Changes of RoleBindings
	RoleBindingChanges []*role_binding.RoleBindingChange `` /* 148-byte string literal not displayed */
	// 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 RoleBindings 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 *WatchRoleBindingsResponse_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 (RoleBindings 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
}

WatchRoleBindingsResponse

func (*WatchRoleBindingsResponse) Clone

func (*WatchRoleBindingsResponse) CloneRaw

func (*WatchRoleBindingsResponse) Descriptor

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

Deprecated, Use WatchRoleBindingsResponse.ProtoReflect.Descriptor instead.

func (*WatchRoleBindingsResponse) GetIsCurrent

func (m *WatchRoleBindingsResponse) GetIsCurrent() bool

func (*WatchRoleBindingsResponse) GetIsHardReset

func (m *WatchRoleBindingsResponse) GetIsHardReset() bool

func (*WatchRoleBindingsResponse) GetIsSoftReset

func (m *WatchRoleBindingsResponse) GetIsSoftReset() bool

func (*WatchRoleBindingsResponse) GetPageTokenChange

func (*WatchRoleBindingsResponse) GetResumeToken

func (m *WatchRoleBindingsResponse) GetResumeToken() string

func (*WatchRoleBindingsResponse) GetRoleBindingChanges

func (m *WatchRoleBindingsResponse) GetRoleBindingChanges() []*role_binding.RoleBindingChange

func (*WatchRoleBindingsResponse) GetSnapshotSize

func (m *WatchRoleBindingsResponse) GetSnapshotSize() int64

func (*WatchRoleBindingsResponse) GotenMessage

func (*WatchRoleBindingsResponse) GotenMessage()

func (*WatchRoleBindingsResponse) GotenObjectExt

func (o *WatchRoleBindingsResponse) GotenObjectExt()

func (*WatchRoleBindingsResponse) GotenValidate

func (obj *WatchRoleBindingsResponse) GotenValidate() error

func (*WatchRoleBindingsResponse) MakeDiffFieldMask

func (*WatchRoleBindingsResponse) MakeFullFieldMask

func (*WatchRoleBindingsResponse) MakeRawDiffFieldMask

func (*WatchRoleBindingsResponse) MakeRawFullFieldMask

func (o *WatchRoleBindingsResponse) MakeRawFullFieldMask() gotenobject.FieldMask

func (*WatchRoleBindingsResponse) Marshal

func (m *WatchRoleBindingsResponse) Marshal() ([]byte, error)

func (*WatchRoleBindingsResponse) MarshalJSON

func (m *WatchRoleBindingsResponse) MarshalJSON() ([]byte, error)

func (*WatchRoleBindingsResponse) Merge

func (*WatchRoleBindingsResponse) MergeRaw

func (*WatchRoleBindingsResponse) ProtoMessage

func (*WatchRoleBindingsResponse) ProtoMessage()

func (*WatchRoleBindingsResponse) ProtoReflect

func (m *WatchRoleBindingsResponse) ProtoReflect() preflect.Message

func (*WatchRoleBindingsResponse) Reset

func (m *WatchRoleBindingsResponse) Reset()

func (*WatchRoleBindingsResponse) SetIsCurrent

func (m *WatchRoleBindingsResponse) SetIsCurrent(fv bool)

func (*WatchRoleBindingsResponse) SetIsHardReset

func (m *WatchRoleBindingsResponse) SetIsHardReset(fv bool)

func (*WatchRoleBindingsResponse) SetIsSoftReset

func (m *WatchRoleBindingsResponse) SetIsSoftReset(fv bool)

func (*WatchRoleBindingsResponse) SetPageTokenChange

func (*WatchRoleBindingsResponse) SetResumeToken

func (m *WatchRoleBindingsResponse) SetResumeToken(fv string)

func (*WatchRoleBindingsResponse) SetRoleBindingChanges

func (m *WatchRoleBindingsResponse) SetRoleBindingChanges(fv []*role_binding.RoleBindingChange)

func (*WatchRoleBindingsResponse) SetSnapshotSize

func (m *WatchRoleBindingsResponse) SetSnapshotSize(fv int64)

func (*WatchRoleBindingsResponse) String

func (m *WatchRoleBindingsResponse) String() string

func (*WatchRoleBindingsResponse) Unmarshal

func (m *WatchRoleBindingsResponse) Unmarshal(b []byte) error

func (*WatchRoleBindingsResponse) UnmarshalJSON

func (m *WatchRoleBindingsResponse) UnmarshalJSON(data []byte) error

type WatchRoleBindingsResponseFieldPathBuilder

type WatchRoleBindingsResponseFieldPathBuilder struct{}

func NewWatchRoleBindingsResponseFieldPathBuilder

func NewWatchRoleBindingsResponseFieldPathBuilder() WatchRoleBindingsResponseFieldPathBuilder

func (WatchRoleBindingsResponseFieldPathBuilder) IsCurrent

func (WatchRoleBindingsResponseFieldPathBuilder) IsHardReset

func (WatchRoleBindingsResponseFieldPathBuilder) IsSoftReset

func (WatchRoleBindingsResponseFieldPathBuilder) PageTokenChange

func (WatchRoleBindingsResponseFieldPathBuilder) ResumeToken

func (WatchRoleBindingsResponseFieldPathBuilder) RoleBindingChanges

func (WatchRoleBindingsResponseFieldPathBuilder) SnapshotSize

type WatchRoleBindingsResponsePageTokenChangeFieldPathBuilder

type WatchRoleBindingsResponsePageTokenChangeFieldPathBuilder struct{}

func (WatchRoleBindingsResponsePageTokenChangeFieldPathBuilder) NextPageToken

func (WatchRoleBindingsResponsePageTokenChangeFieldPathBuilder) PrevPageToken

type WatchRoleBindingsResponsePageTokenChange_FieldPath

type WatchRoleBindingsResponsePageTokenChange_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchRoleBindingsResponsePageTokenChange_FieldPathSelector
	Get(source *WatchRoleBindingsResponse_PageTokenChange) []interface{}
	GetSingle(source *WatchRoleBindingsResponse_PageTokenChange) (interface{}, bool)
	ClearValue(item *WatchRoleBindingsResponse_PageTokenChange)

	// Those methods build corresponding WatchRoleBindingsResponsePageTokenChange_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) WatchRoleBindingsResponsePageTokenChange_FieldPathValue
	WithIArrayOfValues(values interface{}) WatchRoleBindingsResponsePageTokenChange_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) WatchRoleBindingsResponsePageTokenChange_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseWatchRoleBindingsResponsePageTokenChange_FieldPath

func MustParseWatchRoleBindingsResponsePageTokenChange_FieldPath(rawField string) WatchRoleBindingsResponsePageTokenChange_FieldPath

func ParseWatchRoleBindingsResponsePageTokenChange_FieldPath

func ParseWatchRoleBindingsResponsePageTokenChange_FieldPath(rawField string) (WatchRoleBindingsResponsePageTokenChange_FieldPath, error)

type WatchRoleBindingsResponsePageTokenChange_FieldPathArrayItemValue

type WatchRoleBindingsResponsePageTokenChange_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchRoleBindingsResponsePageTokenChange_FieldPath
	ContainsValue(*WatchRoleBindingsResponse_PageTokenChange) bool
}

WatchRoleBindingsResponsePageTokenChange_FieldPathArrayItemValue allows storing single item in Path-specific values for PageTokenChange according to their type Present only for array (repeated) types.

func MustParseWatchRoleBindingsResponsePageTokenChange_FieldPathArrayItemValue

func MustParseWatchRoleBindingsResponsePageTokenChange_FieldPathArrayItemValue(pathStr, valueStr string) WatchRoleBindingsResponsePageTokenChange_FieldPathArrayItemValue

func ParseWatchRoleBindingsResponsePageTokenChange_FieldPathArrayItemValue

func ParseWatchRoleBindingsResponsePageTokenChange_FieldPathArrayItemValue(pathStr, valueStr string) (WatchRoleBindingsResponsePageTokenChange_FieldPathArrayItemValue, error)

ParseWatchRoleBindingsResponsePageTokenChange_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchRoleBindingsResponsePageTokenChange_FieldPathArrayOfValues

type WatchRoleBindingsResponsePageTokenChange_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchRoleBindingsResponsePageTokenChange_FieldPath
}

WatchRoleBindingsResponsePageTokenChange_FieldPathArrayOfValues allows storing slice of values for PageTokenChange fields according to their type

func MustParseWatchRoleBindingsResponsePageTokenChange_FieldPathArrayOfValues

func MustParseWatchRoleBindingsResponsePageTokenChange_FieldPathArrayOfValues(pathStr, valuesStr string) WatchRoleBindingsResponsePageTokenChange_FieldPathArrayOfValues

func ParseWatchRoleBindingsResponsePageTokenChange_FieldPathArrayOfValues

func ParseWatchRoleBindingsResponsePageTokenChange_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchRoleBindingsResponsePageTokenChange_FieldPathArrayOfValues, error)

type WatchRoleBindingsResponsePageTokenChange_FieldPathSelector

type WatchRoleBindingsResponsePageTokenChange_FieldPathSelector int32
const (
	WatchRoleBindingsResponsePageTokenChange_FieldPathSelectorPrevPageToken WatchRoleBindingsResponsePageTokenChange_FieldPathSelector = 0
	WatchRoleBindingsResponsePageTokenChange_FieldPathSelectorNextPageToken WatchRoleBindingsResponsePageTokenChange_FieldPathSelector = 1
)

func (WatchRoleBindingsResponsePageTokenChange_FieldPathSelector) String

type WatchRoleBindingsResponsePageTokenChange_FieldPathValue

type WatchRoleBindingsResponsePageTokenChange_FieldPathValue interface {
	WatchRoleBindingsResponsePageTokenChange_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchRoleBindingsResponse_PageTokenChange)
	CompareWith(*WatchRoleBindingsResponse_PageTokenChange) (cmp int, comparable bool)
}

WatchRoleBindingsResponsePageTokenChange_FieldPathValue allows storing values for PageTokenChange fields according to their type

func MustParseWatchRoleBindingsResponsePageTokenChange_FieldPathValue

func MustParseWatchRoleBindingsResponsePageTokenChange_FieldPathValue(pathStr, valueStr string) WatchRoleBindingsResponsePageTokenChange_FieldPathValue

func ParseWatchRoleBindingsResponsePageTokenChange_FieldPathValue

func ParseWatchRoleBindingsResponsePageTokenChange_FieldPathValue(pathStr, valueStr string) (WatchRoleBindingsResponsePageTokenChange_FieldPathValue, error)

type WatchRoleBindingsResponsePageTokenChange_FieldTerminalPath

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

func (*WatchRoleBindingsResponsePageTokenChange_FieldTerminalPath) ClearValue

func (*WatchRoleBindingsResponsePageTokenChange_FieldTerminalPath) ClearValueRaw

func (*WatchRoleBindingsResponsePageTokenChange_FieldTerminalPath) Get

Get returns all values pointed by specific field from source WatchRoleBindingsResponse_PageTokenChange

func (*WatchRoleBindingsResponsePageTokenChange_FieldTerminalPath) GetDefault

GetDefault returns a default value of the field type

func (*WatchRoleBindingsResponsePageTokenChange_FieldTerminalPath) GetRaw

func (*WatchRoleBindingsResponsePageTokenChange_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source WatchRoleBindingsResponse_PageTokenChange

func (*WatchRoleBindingsResponsePageTokenChange_FieldTerminalPath) GetSingleRaw

func (fp *WatchRoleBindingsResponsePageTokenChange_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*WatchRoleBindingsResponsePageTokenChange_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchRoleBindingsResponsePageTokenChange_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchRoleBindingsResponsePageTokenChange_FieldTerminalPath) Selector

func (*WatchRoleBindingsResponsePageTokenChange_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*WatchRoleBindingsResponsePageTokenChange_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchRoleBindingsResponsePageTokenChange_FieldTerminalPath) WithIArrayItemValue

func (*WatchRoleBindingsResponsePageTokenChange_FieldTerminalPath) WithIArrayOfValues

func (*WatchRoleBindingsResponsePageTokenChange_FieldTerminalPath) WithIValue

func (*WatchRoleBindingsResponsePageTokenChange_FieldTerminalPath) WithRawIArrayItemValue

func (*WatchRoleBindingsResponsePageTokenChange_FieldTerminalPath) WithRawIArrayOfValues

func (*WatchRoleBindingsResponsePageTokenChange_FieldTerminalPath) WithRawIValue

type WatchRoleBindingsResponsePageTokenChange_FieldTerminalPathArrayItemValue

type WatchRoleBindingsResponsePageTokenChange_FieldTerminalPathArrayItemValue struct {
	WatchRoleBindingsResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchRoleBindingsResponsePageTokenChange_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'PageTokenChange'

func (*WatchRoleBindingsResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetRawItemValue

GetRawValue returns stored element value for array in object WatchRoleBindingsResponse_PageTokenChange as interface{}

func (*WatchRoleBindingsResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchRoleBindingsResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingleRaw

type WatchRoleBindingsResponsePageTokenChange_FieldTerminalPathArrayOfValues

type WatchRoleBindingsResponsePageTokenChange_FieldTerminalPathArrayOfValues struct {
	WatchRoleBindingsResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchRoleBindingsResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues

func (*WatchRoleBindingsResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues

func (*WatchRoleBindingsResponsePageTokenChange_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *WatchRoleBindingsResponsePageTokenChange_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type WatchRoleBindingsResponsePageTokenChange_FieldTerminalPathValue

type WatchRoleBindingsResponsePageTokenChange_FieldTerminalPathValue struct {
	WatchRoleBindingsResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchRoleBindingsResponsePageTokenChange_FieldTerminalPathValue) AsNextPageTokenValue

func (*WatchRoleBindingsResponsePageTokenChange_FieldTerminalPathValue) AsPrevPageTokenValue

func (*WatchRoleBindingsResponsePageTokenChange_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchRoleBindingsResponsePageTokenChange_FieldTerminalPathValue' with the value under path in 'WatchRoleBindingsResponse_PageTokenChange'.

func (*WatchRoleBindingsResponsePageTokenChange_FieldTerminalPathValue) CompareWithRaw

func (*WatchRoleBindingsResponsePageTokenChange_FieldTerminalPathValue) GetRawValue

GetRawValue returns raw value stored under selected path for 'PageTokenChange' as interface{}

func (*WatchRoleBindingsResponsePageTokenChange_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object PageTokenChange

func (*WatchRoleBindingsResponsePageTokenChange_FieldTerminalPathValue) SetToRaw

type WatchRoleBindingsResponsePathSelectorIsCurrent

type WatchRoleBindingsResponsePathSelectorIsCurrent struct{}

func (WatchRoleBindingsResponsePathSelectorIsCurrent) FieldPath

func (WatchRoleBindingsResponsePathSelectorIsCurrent) WithArrayOfValues

func (WatchRoleBindingsResponsePathSelectorIsCurrent) WithValue

type WatchRoleBindingsResponsePathSelectorIsHardReset

type WatchRoleBindingsResponsePathSelectorIsHardReset struct{}

func (WatchRoleBindingsResponsePathSelectorIsHardReset) FieldPath

func (WatchRoleBindingsResponsePathSelectorIsHardReset) WithArrayOfValues

func (WatchRoleBindingsResponsePathSelectorIsHardReset) WithValue

type WatchRoleBindingsResponsePathSelectorIsSoftReset

type WatchRoleBindingsResponsePathSelectorIsSoftReset struct{}

func (WatchRoleBindingsResponsePathSelectorIsSoftReset) FieldPath

func (WatchRoleBindingsResponsePathSelectorIsSoftReset) WithArrayOfValues

func (WatchRoleBindingsResponsePathSelectorIsSoftReset) WithValue

type WatchRoleBindingsResponsePathSelectorPageTokenChange

type WatchRoleBindingsResponsePathSelectorPageTokenChange struct{}

func (WatchRoleBindingsResponsePathSelectorPageTokenChange) FieldPath

func (WatchRoleBindingsResponsePathSelectorPageTokenChange) NextPageToken

func (WatchRoleBindingsResponsePathSelectorPageTokenChange) PrevPageToken

type WatchRoleBindingsResponsePathSelectorPageTokenChangeNextPageToken

type WatchRoleBindingsResponsePathSelectorPageTokenChangeNextPageToken struct{}

func (WatchRoleBindingsResponsePathSelectorPageTokenChangeNextPageToken) FieldPath

func (WatchRoleBindingsResponsePathSelectorPageTokenChangeNextPageToken) WithArrayOfValues

func (WatchRoleBindingsResponsePathSelectorPageTokenChangeNextPageToken) WithValue

type WatchRoleBindingsResponsePathSelectorPageTokenChangePrevPageToken

type WatchRoleBindingsResponsePathSelectorPageTokenChangePrevPageToken struct{}

func (WatchRoleBindingsResponsePathSelectorPageTokenChangePrevPageToken) FieldPath

func (WatchRoleBindingsResponsePathSelectorPageTokenChangePrevPageToken) WithArrayOfValues

func (WatchRoleBindingsResponsePathSelectorPageTokenChangePrevPageToken) WithValue

type WatchRoleBindingsResponsePathSelectorResumeToken

type WatchRoleBindingsResponsePathSelectorResumeToken struct{}

func (WatchRoleBindingsResponsePathSelectorResumeToken) FieldPath

func (WatchRoleBindingsResponsePathSelectorResumeToken) WithArrayOfValues

func (WatchRoleBindingsResponsePathSelectorResumeToken) WithValue

type WatchRoleBindingsResponsePathSelectorRoleBindingChanges

type WatchRoleBindingsResponsePathSelectorRoleBindingChanges struct{}

func (WatchRoleBindingsResponsePathSelectorRoleBindingChanges) FieldPath

func (WatchRoleBindingsResponsePathSelectorRoleBindingChanges) WithArrayOfValues

func (WatchRoleBindingsResponsePathSelectorRoleBindingChanges) WithValue

type WatchRoleBindingsResponsePathSelectorSnapshotSize

type WatchRoleBindingsResponsePathSelectorSnapshotSize struct{}

func (WatchRoleBindingsResponsePathSelectorSnapshotSize) FieldPath

func (WatchRoleBindingsResponsePathSelectorSnapshotSize) WithArrayOfValues

func (WatchRoleBindingsResponsePathSelectorSnapshotSize) WithValue

type WatchRoleBindingsResponse_FieldMask

type WatchRoleBindingsResponse_FieldMask struct {
	Paths []WatchRoleBindingsResponse_FieldPath
}

func FullWatchRoleBindingsResponse_FieldMask

func FullWatchRoleBindingsResponse_FieldMask() *WatchRoleBindingsResponse_FieldMask

func (*WatchRoleBindingsResponse_FieldMask) AppendPath

func (*WatchRoleBindingsResponse_FieldMask) AppendRawPath

func (fieldMask *WatchRoleBindingsResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*WatchRoleBindingsResponse_FieldMask) DecodeFirestore

func (fieldMask *WatchRoleBindingsResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*WatchRoleBindingsResponse_FieldMask) EncodeFirestore

func (fieldMask *WatchRoleBindingsResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*WatchRoleBindingsResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchRoleBindingsResponse_FieldMask) FromProtoFieldMask

func (fieldMask *WatchRoleBindingsResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*WatchRoleBindingsResponse_FieldMask) GetPaths

func (*WatchRoleBindingsResponse_FieldMask) GetRawPaths

func (fieldMask *WatchRoleBindingsResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*WatchRoleBindingsResponse_FieldMask) IsFull

func (fieldMask *WatchRoleBindingsResponse_FieldMask) IsFull() bool

func (WatchRoleBindingsResponse_FieldMask) Marshal

func (fieldMask WatchRoleBindingsResponse_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (WatchRoleBindingsResponse_FieldMask) MarshalJSON

func (fieldMask WatchRoleBindingsResponse_FieldMask) MarshalJSON() ([]byte, error)

func (*WatchRoleBindingsResponse_FieldMask) PathsCount

func (fieldMask *WatchRoleBindingsResponse_FieldMask) PathsCount() int

func (*WatchRoleBindingsResponse_FieldMask) Project

func (*WatchRoleBindingsResponse_FieldMask) ProjectRaw

func (*WatchRoleBindingsResponse_FieldMask) ProtoMessage

func (fieldMask *WatchRoleBindingsResponse_FieldMask) ProtoMessage()

func (*WatchRoleBindingsResponse_FieldMask) ProtoReflect

func (fieldMask *WatchRoleBindingsResponse_FieldMask) ProtoReflect() preflect.Message

func (*WatchRoleBindingsResponse_FieldMask) Reset

func (fieldMask *WatchRoleBindingsResponse_FieldMask) Reset()

func (*WatchRoleBindingsResponse_FieldMask) Set

func (fieldMask *WatchRoleBindingsResponse_FieldMask) Set(target, source *WatchRoleBindingsResponse)

func (*WatchRoleBindingsResponse_FieldMask) SetFromCliFlag

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

func (*WatchRoleBindingsResponse_FieldMask) SetRaw

func (fieldMask *WatchRoleBindingsResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*WatchRoleBindingsResponse_FieldMask) Size

func (fieldMask *WatchRoleBindingsResponse_FieldMask) Size() int

func (*WatchRoleBindingsResponse_FieldMask) String

func (fieldMask *WatchRoleBindingsResponse_FieldMask) String() string

func (*WatchRoleBindingsResponse_FieldMask) Subtract

func (*WatchRoleBindingsResponse_FieldMask) SubtractRaw

func (*WatchRoleBindingsResponse_FieldMask) ToProtoFieldMask

func (fieldMask *WatchRoleBindingsResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*WatchRoleBindingsResponse_FieldMask) Unmarshal

func (fieldMask *WatchRoleBindingsResponse_FieldMask) Unmarshal(data []byte) error

func (*WatchRoleBindingsResponse_FieldMask) UnmarshalJSON

func (fieldMask *WatchRoleBindingsResponse_FieldMask) UnmarshalJSON(data []byte) error

type WatchRoleBindingsResponse_FieldPath

type WatchRoleBindingsResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchRoleBindingsResponse_FieldPathSelector
	Get(source *WatchRoleBindingsResponse) []interface{}
	GetSingle(source *WatchRoleBindingsResponse) (interface{}, bool)
	ClearValue(item *WatchRoleBindingsResponse)

	// Those methods build corresponding WatchRoleBindingsResponse_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) WatchRoleBindingsResponse_FieldPathValue
	WithIArrayOfValues(values interface{}) WatchRoleBindingsResponse_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) WatchRoleBindingsResponse_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseWatchRoleBindingsResponse_FieldPath

func MustParseWatchRoleBindingsResponse_FieldPath(rawField string) WatchRoleBindingsResponse_FieldPath

func ParseWatchRoleBindingsResponse_FieldPath

func ParseWatchRoleBindingsResponse_FieldPath(rawField string) (WatchRoleBindingsResponse_FieldPath, error)

type WatchRoleBindingsResponse_FieldPathArrayItemValue

type WatchRoleBindingsResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchRoleBindingsResponse_FieldPath
	ContainsValue(*WatchRoleBindingsResponse) bool
}

WatchRoleBindingsResponse_FieldPathArrayItemValue allows storing single item in Path-specific values for WatchRoleBindingsResponse according to their type Present only for array (repeated) types.

func MustParseWatchRoleBindingsResponse_FieldPathArrayItemValue

func MustParseWatchRoleBindingsResponse_FieldPathArrayItemValue(pathStr, valueStr string) WatchRoleBindingsResponse_FieldPathArrayItemValue

func ParseWatchRoleBindingsResponse_FieldPathArrayItemValue

func ParseWatchRoleBindingsResponse_FieldPathArrayItemValue(pathStr, valueStr string) (WatchRoleBindingsResponse_FieldPathArrayItemValue, error)

ParseWatchRoleBindingsResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchRoleBindingsResponse_FieldPathArrayOfValues

type WatchRoleBindingsResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchRoleBindingsResponse_FieldPath
}

WatchRoleBindingsResponse_FieldPathArrayOfValues allows storing slice of values for WatchRoleBindingsResponse fields according to their type

func MustParseWatchRoleBindingsResponse_FieldPathArrayOfValues

func MustParseWatchRoleBindingsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) WatchRoleBindingsResponse_FieldPathArrayOfValues

func ParseWatchRoleBindingsResponse_FieldPathArrayOfValues

func ParseWatchRoleBindingsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchRoleBindingsResponse_FieldPathArrayOfValues, error)

type WatchRoleBindingsResponse_FieldPathSelector

type WatchRoleBindingsResponse_FieldPathSelector int32
const (
	WatchRoleBindingsResponse_FieldPathSelectorRoleBindingChanges WatchRoleBindingsResponse_FieldPathSelector = 0
	WatchRoleBindingsResponse_FieldPathSelectorIsCurrent          WatchRoleBindingsResponse_FieldPathSelector = 1
	WatchRoleBindingsResponse_FieldPathSelectorPageTokenChange    WatchRoleBindingsResponse_FieldPathSelector = 2
	WatchRoleBindingsResponse_FieldPathSelectorResumeToken        WatchRoleBindingsResponse_FieldPathSelector = 3
	WatchRoleBindingsResponse_FieldPathSelectorSnapshotSize       WatchRoleBindingsResponse_FieldPathSelector = 4
	WatchRoleBindingsResponse_FieldPathSelectorIsSoftReset        WatchRoleBindingsResponse_FieldPathSelector = 5
	WatchRoleBindingsResponse_FieldPathSelectorIsHardReset        WatchRoleBindingsResponse_FieldPathSelector = 6
)

func (WatchRoleBindingsResponse_FieldPathSelector) String

type WatchRoleBindingsResponse_FieldPathValue

type WatchRoleBindingsResponse_FieldPathValue interface {
	WatchRoleBindingsResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchRoleBindingsResponse)
	CompareWith(*WatchRoleBindingsResponse) (cmp int, comparable bool)
}

WatchRoleBindingsResponse_FieldPathValue allows storing values for WatchRoleBindingsResponse fields according to their type

func MustParseWatchRoleBindingsResponse_FieldPathValue

func MustParseWatchRoleBindingsResponse_FieldPathValue(pathStr, valueStr string) WatchRoleBindingsResponse_FieldPathValue

func ParseWatchRoleBindingsResponse_FieldPathValue

func ParseWatchRoleBindingsResponse_FieldPathValue(pathStr, valueStr string) (WatchRoleBindingsResponse_FieldPathValue, error)

type WatchRoleBindingsResponse_FieldSubPath

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

func (*WatchRoleBindingsResponse_FieldSubPath) AsPageTokenChangeSubPath

func (*WatchRoleBindingsResponse_FieldSubPath) ClearValue

func (*WatchRoleBindingsResponse_FieldSubPath) ClearValueRaw

func (fps *WatchRoleBindingsResponse_FieldSubPath) ClearValueRaw(item proto.Message)

func (*WatchRoleBindingsResponse_FieldSubPath) Get

func (fps *WatchRoleBindingsResponse_FieldSubPath) Get(source *WatchRoleBindingsResponse) (values []interface{})

Get returns all values pointed by selected field from source WatchRoleBindingsResponse

func (*WatchRoleBindingsResponse_FieldSubPath) GetDefault

func (fps *WatchRoleBindingsResponse_FieldSubPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*WatchRoleBindingsResponse_FieldSubPath) GetRaw

func (fps *WatchRoleBindingsResponse_FieldSubPath) GetRaw(source proto.Message) []interface{}

func (*WatchRoleBindingsResponse_FieldSubPath) GetSingle

func (fps *WatchRoleBindingsResponse_FieldSubPath) GetSingle(source *WatchRoleBindingsResponse) (interface{}, bool)

GetSingle returns value of selected field from source WatchRoleBindingsResponse

func (*WatchRoleBindingsResponse_FieldSubPath) GetSingleRaw

func (fps *WatchRoleBindingsResponse_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*WatchRoleBindingsResponse_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchRoleBindingsResponse_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchRoleBindingsResponse_FieldSubPath) Selector

func (*WatchRoleBindingsResponse_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*WatchRoleBindingsResponse_FieldSubPath) String

String returns path representation in proto convention

func (*WatchRoleBindingsResponse_FieldSubPath) WithIArrayItemValue

func (*WatchRoleBindingsResponse_FieldSubPath) WithIArrayOfValues

func (*WatchRoleBindingsResponse_FieldSubPath) WithIValue

func (*WatchRoleBindingsResponse_FieldSubPath) WithRawIArrayItemValue

func (fps *WatchRoleBindingsResponse_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*WatchRoleBindingsResponse_FieldSubPath) WithRawIArrayOfValues

func (fps *WatchRoleBindingsResponse_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*WatchRoleBindingsResponse_FieldSubPath) WithRawIValue

func (fps *WatchRoleBindingsResponse_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type WatchRoleBindingsResponse_FieldSubPathArrayItemValue

type WatchRoleBindingsResponse_FieldSubPathArrayItemValue struct {
	WatchRoleBindingsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*WatchRoleBindingsResponse_FieldSubPathArrayItemValue) AsPageTokenChangePathItemValue

func (*WatchRoleBindingsResponse_FieldSubPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'WatchRoleBindingsResponse'

func (*WatchRoleBindingsResponse_FieldSubPathArrayItemValue) GetRawItemValue

func (fpaivs *WatchRoleBindingsResponse_FieldSubPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored array item value

type WatchRoleBindingsResponse_FieldSubPathArrayOfValues

type WatchRoleBindingsResponse_FieldSubPathArrayOfValues struct {
	WatchRoleBindingsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*WatchRoleBindingsResponse_FieldSubPathArrayOfValues) AsPageTokenChangePathArrayOfValues

func (*WatchRoleBindingsResponse_FieldSubPathArrayOfValues) GetRawValues

func (fpsaov *WatchRoleBindingsResponse_FieldSubPathArrayOfValues) GetRawValues() []interface{}

type WatchRoleBindingsResponse_FieldSubPathValue

type WatchRoleBindingsResponse_FieldSubPathValue struct {
	WatchRoleBindingsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*WatchRoleBindingsResponse_FieldSubPathValue) AsPageTokenChangePathValue

func (*WatchRoleBindingsResponse_FieldSubPathValue) CompareWith

func (*WatchRoleBindingsResponse_FieldSubPathValue) CompareWithRaw

func (fpvs *WatchRoleBindingsResponse_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*WatchRoleBindingsResponse_FieldSubPathValue) GetRawValue

func (fpvs *WatchRoleBindingsResponse_FieldSubPathValue) GetRawValue() interface{}

func (*WatchRoleBindingsResponse_FieldSubPathValue) SetTo

func (*WatchRoleBindingsResponse_FieldSubPathValue) SetToRaw

type WatchRoleBindingsResponse_FieldTerminalPath

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

func (*WatchRoleBindingsResponse_FieldTerminalPath) ClearValue

func (*WatchRoleBindingsResponse_FieldTerminalPath) ClearValueRaw

func (*WatchRoleBindingsResponse_FieldTerminalPath) Get

func (fp *WatchRoleBindingsResponse_FieldTerminalPath) Get(source *WatchRoleBindingsResponse) (values []interface{})

Get returns all values pointed by specific field from source WatchRoleBindingsResponse

func (*WatchRoleBindingsResponse_FieldTerminalPath) GetDefault

func (fp *WatchRoleBindingsResponse_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*WatchRoleBindingsResponse_FieldTerminalPath) GetRaw

func (fp *WatchRoleBindingsResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*WatchRoleBindingsResponse_FieldTerminalPath) GetSingle

func (fp *WatchRoleBindingsResponse_FieldTerminalPath) GetSingle(source *WatchRoleBindingsResponse) (interface{}, bool)

GetSingle returns value pointed by specific field of from source WatchRoleBindingsResponse

func (*WatchRoleBindingsResponse_FieldTerminalPath) GetSingleRaw

func (fp *WatchRoleBindingsResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*WatchRoleBindingsResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchRoleBindingsResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchRoleBindingsResponse_FieldTerminalPath) Selector

func (*WatchRoleBindingsResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*WatchRoleBindingsResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchRoleBindingsResponse_FieldTerminalPath) WithIArrayItemValue

func (*WatchRoleBindingsResponse_FieldTerminalPath) WithIArrayOfValues

func (*WatchRoleBindingsResponse_FieldTerminalPath) WithIValue

func (*WatchRoleBindingsResponse_FieldTerminalPath) WithRawIArrayItemValue

func (fp *WatchRoleBindingsResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*WatchRoleBindingsResponse_FieldTerminalPath) WithRawIArrayOfValues

func (fp *WatchRoleBindingsResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*WatchRoleBindingsResponse_FieldTerminalPath) WithRawIValue

func (fp *WatchRoleBindingsResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type WatchRoleBindingsResponse_FieldTerminalPathArrayItemValue

type WatchRoleBindingsResponse_FieldTerminalPathArrayItemValue struct {
	WatchRoleBindingsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchRoleBindingsResponse_FieldTerminalPathArrayItemValue) AsRoleBindingChangesItemValue

func (*WatchRoleBindingsResponse_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'WatchRoleBindingsResponse'

func (*WatchRoleBindingsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *WatchRoleBindingsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object WatchRoleBindingsResponse as interface{}

func (*WatchRoleBindingsResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchRoleBindingsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *WatchRoleBindingsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type WatchRoleBindingsResponse_FieldTerminalPathArrayOfValues

type WatchRoleBindingsResponse_FieldTerminalPathArrayOfValues struct {
	WatchRoleBindingsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchRoleBindingsResponse_FieldTerminalPathArrayOfValues) AsIsCurrentArrayOfValues

func (fpaov *WatchRoleBindingsResponse_FieldTerminalPathArrayOfValues) AsIsCurrentArrayOfValues() ([]bool, bool)

func (*WatchRoleBindingsResponse_FieldTerminalPathArrayOfValues) AsIsHardResetArrayOfValues

func (fpaov *WatchRoleBindingsResponse_FieldTerminalPathArrayOfValues) AsIsHardResetArrayOfValues() ([]bool, bool)

func (*WatchRoleBindingsResponse_FieldTerminalPathArrayOfValues) AsIsSoftResetArrayOfValues

func (fpaov *WatchRoleBindingsResponse_FieldTerminalPathArrayOfValues) AsIsSoftResetArrayOfValues() ([]bool, bool)

func (*WatchRoleBindingsResponse_FieldTerminalPathArrayOfValues) AsPageTokenChangeArrayOfValues

func (*WatchRoleBindingsResponse_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues

func (fpaov *WatchRoleBindingsResponse_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues() ([]string, bool)

func (*WatchRoleBindingsResponse_FieldTerminalPathArrayOfValues) AsRoleBindingChangesArrayOfValues

func (fpaov *WatchRoleBindingsResponse_FieldTerminalPathArrayOfValues) AsRoleBindingChangesArrayOfValues() ([][]*role_binding.RoleBindingChange, bool)

func (*WatchRoleBindingsResponse_FieldTerminalPathArrayOfValues) AsSnapshotSizeArrayOfValues

func (fpaov *WatchRoleBindingsResponse_FieldTerminalPathArrayOfValues) AsSnapshotSizeArrayOfValues() ([]int64, bool)

func (*WatchRoleBindingsResponse_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *WatchRoleBindingsResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type WatchRoleBindingsResponse_FieldTerminalPathValue

type WatchRoleBindingsResponse_FieldTerminalPathValue struct {
	WatchRoleBindingsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchRoleBindingsResponse_FieldTerminalPathValue) AsIsCurrentValue

func (fpv *WatchRoleBindingsResponse_FieldTerminalPathValue) AsIsCurrentValue() (bool, bool)

func (*WatchRoleBindingsResponse_FieldTerminalPathValue) AsIsHardResetValue

func (fpv *WatchRoleBindingsResponse_FieldTerminalPathValue) AsIsHardResetValue() (bool, bool)

func (*WatchRoleBindingsResponse_FieldTerminalPathValue) AsIsSoftResetValue

func (fpv *WatchRoleBindingsResponse_FieldTerminalPathValue) AsIsSoftResetValue() (bool, bool)

func (*WatchRoleBindingsResponse_FieldTerminalPathValue) AsPageTokenChangeValue

func (*WatchRoleBindingsResponse_FieldTerminalPathValue) AsResumeTokenValue

func (fpv *WatchRoleBindingsResponse_FieldTerminalPathValue) AsResumeTokenValue() (string, bool)

func (*WatchRoleBindingsResponse_FieldTerminalPathValue) AsRoleBindingChangesValue

func (*WatchRoleBindingsResponse_FieldTerminalPathValue) AsSnapshotSizeValue

func (fpv *WatchRoleBindingsResponse_FieldTerminalPathValue) AsSnapshotSizeValue() (int64, bool)

func (*WatchRoleBindingsResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchRoleBindingsResponse_FieldTerminalPathValue' with the value under path in 'WatchRoleBindingsResponse'.

func (*WatchRoleBindingsResponse_FieldTerminalPathValue) CompareWithRaw

func (*WatchRoleBindingsResponse_FieldTerminalPathValue) GetRawValue

func (fpv *WatchRoleBindingsResponse_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'WatchRoleBindingsResponse' as interface{}

func (*WatchRoleBindingsResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchRoleBindingsResponse

func (*WatchRoleBindingsResponse_FieldTerminalPathValue) SetToRaw

type WatchRoleBindingsResponse_PageTokenChange

type WatchRoleBindingsResponse_PageTokenChange struct {

	// New token to retrieve previous page of results.
	PrevPageToken *role_binding.PagerCursor `` /* 151-byte string literal not displayed */
	// New token to retrieve next page of results.
	NextPageToken *role_binding.PagerCursor `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*WatchRoleBindingsResponse_PageTokenChange) Clone

func (*WatchRoleBindingsResponse_PageTokenChange) CloneRaw

func (*WatchRoleBindingsResponse_PageTokenChange) Descriptor

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

Deprecated, Use WatchRoleBindingsResponse_PageTokenChange.ProtoReflect.Descriptor instead.

func (*WatchRoleBindingsResponse_PageTokenChange) GetNextPageToken

func (*WatchRoleBindingsResponse_PageTokenChange) GetPrevPageToken

func (*WatchRoleBindingsResponse_PageTokenChange) GotenMessage

func (*WatchRoleBindingsResponse_PageTokenChange) GotenObjectExt

func (o *WatchRoleBindingsResponse_PageTokenChange) GotenObjectExt()

func (*WatchRoleBindingsResponse_PageTokenChange) GotenValidate

func (obj *WatchRoleBindingsResponse_PageTokenChange) GotenValidate() error

func (*WatchRoleBindingsResponse_PageTokenChange) MakeFullFieldMask

func (*WatchRoleBindingsResponse_PageTokenChange) MakeRawDiffFieldMask

func (*WatchRoleBindingsResponse_PageTokenChange) MakeRawFullFieldMask

func (*WatchRoleBindingsResponse_PageTokenChange) Marshal

func (*WatchRoleBindingsResponse_PageTokenChange) MarshalJSON

func (*WatchRoleBindingsResponse_PageTokenChange) Merge

func (*WatchRoleBindingsResponse_PageTokenChange) MergeRaw

func (*WatchRoleBindingsResponse_PageTokenChange) ProtoMessage

func (*WatchRoleBindingsResponse_PageTokenChange) ProtoReflect

func (*WatchRoleBindingsResponse_PageTokenChange) Reset

func (*WatchRoleBindingsResponse_PageTokenChange) SetNextPageToken

func (*WatchRoleBindingsResponse_PageTokenChange) SetPrevPageToken

func (*WatchRoleBindingsResponse_PageTokenChange) String

func (*WatchRoleBindingsResponse_PageTokenChange) Unmarshal

func (*WatchRoleBindingsResponse_PageTokenChange) UnmarshalJSON

func (m *WatchRoleBindingsResponse_PageTokenChange) UnmarshalJSON(data []byte) error

type WatchRoleBindingsResponse_PageTokenChangePathSelectorNextPageToken

type WatchRoleBindingsResponse_PageTokenChangePathSelectorNextPageToken struct{}

func (WatchRoleBindingsResponse_PageTokenChangePathSelectorNextPageToken) FieldPath

func (WatchRoleBindingsResponse_PageTokenChangePathSelectorNextPageToken) WithArrayOfValues

func (WatchRoleBindingsResponse_PageTokenChangePathSelectorNextPageToken) WithValue

type WatchRoleBindingsResponse_PageTokenChangePathSelectorPrevPageToken

type WatchRoleBindingsResponse_PageTokenChangePathSelectorPrevPageToken struct{}

func (WatchRoleBindingsResponse_PageTokenChangePathSelectorPrevPageToken) FieldPath

func (WatchRoleBindingsResponse_PageTokenChangePathSelectorPrevPageToken) WithArrayOfValues

func (WatchRoleBindingsResponse_PageTokenChangePathSelectorPrevPageToken) WithValue

type WatchRoleBindingsResponse_PageTokenChange_FieldMask

type WatchRoleBindingsResponse_PageTokenChange_FieldMask struct {
	Paths []WatchRoleBindingsResponsePageTokenChange_FieldPath
}

func FullWatchRoleBindingsResponse_PageTokenChange_FieldMask

func FullWatchRoleBindingsResponse_PageTokenChange_FieldMask() *WatchRoleBindingsResponse_PageTokenChange_FieldMask

func (*WatchRoleBindingsResponse_PageTokenChange_FieldMask) AppendPath

func (*WatchRoleBindingsResponse_PageTokenChange_FieldMask) AppendRawPath

func (*WatchRoleBindingsResponse_PageTokenChange_FieldMask) DecodeFirestore

func (*WatchRoleBindingsResponse_PageTokenChange_FieldMask) EncodeFirestore

firestore encoding/decoding integration

func (*WatchRoleBindingsResponse_PageTokenChange_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchRoleBindingsResponse_PageTokenChange_FieldMask) FromProtoFieldMask

func (fieldMask *WatchRoleBindingsResponse_PageTokenChange_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*WatchRoleBindingsResponse_PageTokenChange_FieldMask) GetPaths

func (*WatchRoleBindingsResponse_PageTokenChange_FieldMask) GetRawPaths

func (*WatchRoleBindingsResponse_PageTokenChange_FieldMask) IsFull

func (WatchRoleBindingsResponse_PageTokenChange_FieldMask) Marshal

implement methods required by customType

func (WatchRoleBindingsResponse_PageTokenChange_FieldMask) MarshalJSON

func (fieldMask WatchRoleBindingsResponse_PageTokenChange_FieldMask) MarshalJSON() ([]byte, error)

func (*WatchRoleBindingsResponse_PageTokenChange_FieldMask) PathsCount

func (*WatchRoleBindingsResponse_PageTokenChange_FieldMask) Project

func (*WatchRoleBindingsResponse_PageTokenChange_FieldMask) ProjectRaw

func (*WatchRoleBindingsResponse_PageTokenChange_FieldMask) ProtoMessage

func (fieldMask *WatchRoleBindingsResponse_PageTokenChange_FieldMask) ProtoMessage()

func (*WatchRoleBindingsResponse_PageTokenChange_FieldMask) ProtoReflect

func (*WatchRoleBindingsResponse_PageTokenChange_FieldMask) Reset

func (*WatchRoleBindingsResponse_PageTokenChange_FieldMask) Set

func (*WatchRoleBindingsResponse_PageTokenChange_FieldMask) SetFromCliFlag

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

func (*WatchRoleBindingsResponse_PageTokenChange_FieldMask) SetRaw

func (*WatchRoleBindingsResponse_PageTokenChange_FieldMask) Size

func (*WatchRoleBindingsResponse_PageTokenChange_FieldMask) String

func (*WatchRoleBindingsResponse_PageTokenChange_FieldMask) SubtractRaw

func (*WatchRoleBindingsResponse_PageTokenChange_FieldMask) ToProtoFieldMask

ToFieldMask is used for proto conversions

func (*WatchRoleBindingsResponse_PageTokenChange_FieldMask) Unmarshal

func (fieldMask *WatchRoleBindingsResponse_PageTokenChange_FieldMask) Unmarshal(data []byte) error

func (*WatchRoleBindingsResponse_PageTokenChange_FieldMask) UnmarshalJSON

func (fieldMask *WatchRoleBindingsResponse_PageTokenChange_FieldMask) UnmarshalJSON(data []byte) error

Jump to

Keyboard shortcuts

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