config_map_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: 39 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BatchGetConfigMapsDescriptor added in v0.4.28

type BatchGetConfigMapsDescriptor struct{}

func GetBatchGetConfigMapsDescriptor added in v0.4.28

func GetBatchGetConfigMapsDescriptor() *BatchGetConfigMapsDescriptor

func (*BatchGetConfigMapsDescriptor) GetApiDescriptor added in v0.4.28

func (*BatchGetConfigMapsDescriptor) GetApiName added in v0.4.28

func (d *BatchGetConfigMapsDescriptor) GetApiName() string

func (*BatchGetConfigMapsDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*BatchGetConfigMapsDescriptor) GetFullMethodName added in v0.4.28

func (d *BatchGetConfigMapsDescriptor) GetFullMethodName() string

func (*BatchGetConfigMapsDescriptor) GetMethodName added in v0.4.28

func (d *BatchGetConfigMapsDescriptor) GetMethodName() string

func (*BatchGetConfigMapsDescriptor) GetProtoPkgName added in v0.4.28

func (d *BatchGetConfigMapsDescriptor) GetProtoPkgName() string

func (*BatchGetConfigMapsDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*BatchGetConfigMapsDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*BatchGetConfigMapsDescriptor) GetServiceDomain added in v0.4.28

func (d *BatchGetConfigMapsDescriptor) GetServiceDomain() string

func (*BatchGetConfigMapsDescriptor) GetServiceVersion added in v0.4.28

func (d *BatchGetConfigMapsDescriptor) GetServiceVersion() string

func (*BatchGetConfigMapsDescriptor) GetVerb added in v0.4.28

func (d *BatchGetConfigMapsDescriptor) GetVerb() string

func (*BatchGetConfigMapsDescriptor) HasResource added in v0.4.30

func (d *BatchGetConfigMapsDescriptor) HasResource() bool

func (*BatchGetConfigMapsDescriptor) IsClientStream added in v0.4.28

func (d *BatchGetConfigMapsDescriptor) IsClientStream() bool

func (*BatchGetConfigMapsDescriptor) IsCollection added in v0.4.30

func (d *BatchGetConfigMapsDescriptor) IsCollection() bool

func (*BatchGetConfigMapsDescriptor) IsPlural added in v0.4.30

func (d *BatchGetConfigMapsDescriptor) IsPlural() bool

func (*BatchGetConfigMapsDescriptor) IsServerStream added in v0.4.28

func (d *BatchGetConfigMapsDescriptor) IsServerStream() bool

func (*BatchGetConfigMapsDescriptor) IsUnary added in v0.4.28

func (d *BatchGetConfigMapsDescriptor) IsUnary() bool

func (*BatchGetConfigMapsDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*BatchGetConfigMapsDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*BatchGetConfigMapsDescriptor) RequestHasResourceBody added in v0.4.28

func (d *BatchGetConfigMapsDescriptor) RequestHasResourceBody() bool

type BatchGetConfigMapsDescriptorClientMsgHandle added in v0.4.28

type BatchGetConfigMapsDescriptorClientMsgHandle struct{}

func (*BatchGetConfigMapsDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*BatchGetConfigMapsDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*BatchGetConfigMapsDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type BatchGetConfigMapsDescriptorServerMsgHandle added in v0.4.28

type BatchGetConfigMapsDescriptorServerMsgHandle struct{}

func (*BatchGetConfigMapsDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*BatchGetConfigMapsDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*BatchGetConfigMapsDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type BatchGetConfigMapsRequest

type BatchGetConfigMapsRequest struct {

	// Names of ConfigMaps
	Names []*config_map.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 *config_map.ConfigMap_FieldMask `` /* 141-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 [BatchGetConfigMaps][ntt.applications.v1alpha.BatchGetConfigMaps]

func (*BatchGetConfigMapsRequest) Clone

func (*BatchGetConfigMapsRequest) CloneRaw

func (*BatchGetConfigMapsRequest) Descriptor

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

Deprecated, Use BatchGetConfigMapsRequest.ProtoReflect.Descriptor instead.

func (*BatchGetConfigMapsRequest) GetFieldMask

func (*BatchGetConfigMapsRequest) GetNames

func (*BatchGetConfigMapsRequest) GetView

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

func (*BatchGetConfigMapsRequest) GotenMessage

func (*BatchGetConfigMapsRequest) GotenMessage()

func (*BatchGetConfigMapsRequest) GotenObjectExt

func (o *BatchGetConfigMapsRequest) GotenObjectExt()

func (*BatchGetConfigMapsRequest) GotenValidate

func (obj *BatchGetConfigMapsRequest) GotenValidate() error

func (*BatchGetConfigMapsRequest) MakeDiffFieldMask

func (*BatchGetConfigMapsRequest) MakeFullFieldMask

func (*BatchGetConfigMapsRequest) MakeRawDiffFieldMask

func (*BatchGetConfigMapsRequest) MakeRawFullFieldMask

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

func (*BatchGetConfigMapsRequest) Marshal

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

func (*BatchGetConfigMapsRequest) MarshalJSON

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

func (*BatchGetConfigMapsRequest) Merge

func (*BatchGetConfigMapsRequest) MergeRaw

func (*BatchGetConfigMapsRequest) ProtoMessage

func (*BatchGetConfigMapsRequest) ProtoMessage()

func (*BatchGetConfigMapsRequest) ProtoReflect

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

func (*BatchGetConfigMapsRequest) Reset

func (m *BatchGetConfigMapsRequest) Reset()

func (*BatchGetConfigMapsRequest) SetFieldMask

func (*BatchGetConfigMapsRequest) SetNames

func (m *BatchGetConfigMapsRequest) SetNames(fv []*config_map.Reference)

func (*BatchGetConfigMapsRequest) SetView

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

func (*BatchGetConfigMapsRequest) String

func (m *BatchGetConfigMapsRequest) String() string

func (*BatchGetConfigMapsRequest) Unmarshal

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

func (*BatchGetConfigMapsRequest) UnmarshalJSON

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

type BatchGetConfigMapsRequestFieldPathBuilder

type BatchGetConfigMapsRequestFieldPathBuilder struct{}

func NewBatchGetConfigMapsRequestFieldPathBuilder

func NewBatchGetConfigMapsRequestFieldPathBuilder() BatchGetConfigMapsRequestFieldPathBuilder

func (BatchGetConfigMapsRequestFieldPathBuilder) FieldMask

func (BatchGetConfigMapsRequestFieldPathBuilder) Names

func (BatchGetConfigMapsRequestFieldPathBuilder) View

type BatchGetConfigMapsRequestPathSelectorFieldMask

type BatchGetConfigMapsRequestPathSelectorFieldMask struct{}

func (BatchGetConfigMapsRequestPathSelectorFieldMask) FieldPath

func (BatchGetConfigMapsRequestPathSelectorFieldMask) WithArrayOfValues

type BatchGetConfigMapsRequestPathSelectorNames

type BatchGetConfigMapsRequestPathSelectorNames struct{}

func (BatchGetConfigMapsRequestPathSelectorNames) FieldPath

func (BatchGetConfigMapsRequestPathSelectorNames) WithArrayOfValues

func (BatchGetConfigMapsRequestPathSelectorNames) WithItemValue

func (BatchGetConfigMapsRequestPathSelectorNames) WithValue

type BatchGetConfigMapsRequestPathSelectorView

type BatchGetConfigMapsRequestPathSelectorView struct{}

func (BatchGetConfigMapsRequestPathSelectorView) FieldPath

func (BatchGetConfigMapsRequestPathSelectorView) WithArrayOfValues

func (BatchGetConfigMapsRequestPathSelectorView) WithValue

type BatchGetConfigMapsRequest_FieldMask

type BatchGetConfigMapsRequest_FieldMask struct {
	Paths []BatchGetConfigMapsRequest_FieldPath
}

func FullBatchGetConfigMapsRequest_FieldMask

func FullBatchGetConfigMapsRequest_FieldMask() *BatchGetConfigMapsRequest_FieldMask

func (*BatchGetConfigMapsRequest_FieldMask) AppendPath

func (*BatchGetConfigMapsRequest_FieldMask) AppendRawPath

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

func (*BatchGetConfigMapsRequest_FieldMask) DecodeFirestore

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

func (*BatchGetConfigMapsRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*BatchGetConfigMapsRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*BatchGetConfigMapsRequest_FieldMask) FromProtoFieldMask

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

func (*BatchGetConfigMapsRequest_FieldMask) GetPaths

func (*BatchGetConfigMapsRequest_FieldMask) GetRawPaths

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

func (*BatchGetConfigMapsRequest_FieldMask) IsFull

func (fieldMask *BatchGetConfigMapsRequest_FieldMask) IsFull() bool

func (BatchGetConfigMapsRequest_FieldMask) Marshal

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

implement methods required by customType

func (BatchGetConfigMapsRequest_FieldMask) MarshalJSON

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

func (*BatchGetConfigMapsRequest_FieldMask) PathsCount

func (fieldMask *BatchGetConfigMapsRequest_FieldMask) PathsCount() int

func (*BatchGetConfigMapsRequest_FieldMask) Project

func (*BatchGetConfigMapsRequest_FieldMask) ProjectRaw

func (*BatchGetConfigMapsRequest_FieldMask) ProtoMessage

func (fieldMask *BatchGetConfigMapsRequest_FieldMask) ProtoMessage()

func (*BatchGetConfigMapsRequest_FieldMask) ProtoReflect

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

func (*BatchGetConfigMapsRequest_FieldMask) Reset

func (fieldMask *BatchGetConfigMapsRequest_FieldMask) Reset()

func (*BatchGetConfigMapsRequest_FieldMask) Set

func (fieldMask *BatchGetConfigMapsRequest_FieldMask) Set(target, source *BatchGetConfigMapsRequest)

func (*BatchGetConfigMapsRequest_FieldMask) SetFromCliFlag

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

func (*BatchGetConfigMapsRequest_FieldMask) SetRaw

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

func (*BatchGetConfigMapsRequest_FieldMask) Size

func (fieldMask *BatchGetConfigMapsRequest_FieldMask) Size() int

func (*BatchGetConfigMapsRequest_FieldMask) String

func (fieldMask *BatchGetConfigMapsRequest_FieldMask) String() string

func (*BatchGetConfigMapsRequest_FieldMask) Subtract

func (*BatchGetConfigMapsRequest_FieldMask) SubtractRaw

func (*BatchGetConfigMapsRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*BatchGetConfigMapsRequest_FieldMask) Unmarshal

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

func (*BatchGetConfigMapsRequest_FieldMask) UnmarshalJSON

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

type BatchGetConfigMapsRequest_FieldPath

type BatchGetConfigMapsRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() BatchGetConfigMapsRequest_FieldPathSelector
	Get(source *BatchGetConfigMapsRequest) []interface{}
	GetSingle(source *BatchGetConfigMapsRequest) (interface{}, bool)
	ClearValue(item *BatchGetConfigMapsRequest)

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

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

func MustParseBatchGetConfigMapsRequest_FieldPath

func MustParseBatchGetConfigMapsRequest_FieldPath(rawField string) BatchGetConfigMapsRequest_FieldPath

func ParseBatchGetConfigMapsRequest_FieldPath

func ParseBatchGetConfigMapsRequest_FieldPath(rawField string) (BatchGetConfigMapsRequest_FieldPath, error)

type BatchGetConfigMapsRequest_FieldPathArrayItemValue

type BatchGetConfigMapsRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	BatchGetConfigMapsRequest_FieldPath
	ContainsValue(*BatchGetConfigMapsRequest) bool
}

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

func MustParseBatchGetConfigMapsRequest_FieldPathArrayItemValue

func MustParseBatchGetConfigMapsRequest_FieldPathArrayItemValue(pathStr, valueStr string) BatchGetConfigMapsRequest_FieldPathArrayItemValue

func ParseBatchGetConfigMapsRequest_FieldPathArrayItemValue

func ParseBatchGetConfigMapsRequest_FieldPathArrayItemValue(pathStr, valueStr string) (BatchGetConfigMapsRequest_FieldPathArrayItemValue, error)

ParseBatchGetConfigMapsRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type BatchGetConfigMapsRequest_FieldPathArrayOfValues

type BatchGetConfigMapsRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	BatchGetConfigMapsRequest_FieldPath
}

BatchGetConfigMapsRequest_FieldPathArrayOfValues allows storing slice of values for BatchGetConfigMapsRequest fields according to their type

func MustParseBatchGetConfigMapsRequest_FieldPathArrayOfValues

func MustParseBatchGetConfigMapsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) BatchGetConfigMapsRequest_FieldPathArrayOfValues

func ParseBatchGetConfigMapsRequest_FieldPathArrayOfValues

func ParseBatchGetConfigMapsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (BatchGetConfigMapsRequest_FieldPathArrayOfValues, error)

type BatchGetConfigMapsRequest_FieldPathSelector

type BatchGetConfigMapsRequest_FieldPathSelector int32
const (
	BatchGetConfigMapsRequest_FieldPathSelectorNames     BatchGetConfigMapsRequest_FieldPathSelector = 0
	BatchGetConfigMapsRequest_FieldPathSelectorFieldMask BatchGetConfigMapsRequest_FieldPathSelector = 1
	BatchGetConfigMapsRequest_FieldPathSelectorView      BatchGetConfigMapsRequest_FieldPathSelector = 2
)

func (BatchGetConfigMapsRequest_FieldPathSelector) String

type BatchGetConfigMapsRequest_FieldPathValue

type BatchGetConfigMapsRequest_FieldPathValue interface {
	BatchGetConfigMapsRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **BatchGetConfigMapsRequest)
	CompareWith(*BatchGetConfigMapsRequest) (cmp int, comparable bool)
}

BatchGetConfigMapsRequest_FieldPathValue allows storing values for BatchGetConfigMapsRequest fields according to their type

func MustParseBatchGetConfigMapsRequest_FieldPathValue

func MustParseBatchGetConfigMapsRequest_FieldPathValue(pathStr, valueStr string) BatchGetConfigMapsRequest_FieldPathValue

func ParseBatchGetConfigMapsRequest_FieldPathValue

func ParseBatchGetConfigMapsRequest_FieldPathValue(pathStr, valueStr string) (BatchGetConfigMapsRequest_FieldPathValue, error)

type BatchGetConfigMapsRequest_FieldTerminalPath

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

func (*BatchGetConfigMapsRequest_FieldTerminalPath) ClearValue

func (*BatchGetConfigMapsRequest_FieldTerminalPath) ClearValueRaw

func (*BatchGetConfigMapsRequest_FieldTerminalPath) Get

func (fp *BatchGetConfigMapsRequest_FieldTerminalPath) Get(source *BatchGetConfigMapsRequest) (values []interface{})

Get returns all values pointed by specific field from source BatchGetConfigMapsRequest

func (*BatchGetConfigMapsRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*BatchGetConfigMapsRequest_FieldTerminalPath) GetRaw

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

func (*BatchGetConfigMapsRequest_FieldTerminalPath) GetSingle

func (fp *BatchGetConfigMapsRequest_FieldTerminalPath) GetSingle(source *BatchGetConfigMapsRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source BatchGetConfigMapsRequest

func (*BatchGetConfigMapsRequest_FieldTerminalPath) GetSingleRaw

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

func (*BatchGetConfigMapsRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*BatchGetConfigMapsRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetConfigMapsRequest_FieldTerminalPath) Selector

func (*BatchGetConfigMapsRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*BatchGetConfigMapsRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*BatchGetConfigMapsRequest_FieldTerminalPath) WithIArrayItemValue

func (*BatchGetConfigMapsRequest_FieldTerminalPath) WithIArrayOfValues

func (*BatchGetConfigMapsRequest_FieldTerminalPath) WithIValue

func (*BatchGetConfigMapsRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*BatchGetConfigMapsRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*BatchGetConfigMapsRequest_FieldTerminalPath) WithRawIValue

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

type BatchGetConfigMapsRequest_FieldTerminalPathArrayItemValue

type BatchGetConfigMapsRequest_FieldTerminalPathArrayItemValue struct {
	BatchGetConfigMapsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetConfigMapsRequest_FieldTerminalPathArrayItemValue) AsNamesItemValue

func (*BatchGetConfigMapsRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*BatchGetConfigMapsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*BatchGetConfigMapsRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*BatchGetConfigMapsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type BatchGetConfigMapsRequest_FieldTerminalPathArrayOfValues

type BatchGetConfigMapsRequest_FieldTerminalPathArrayOfValues struct {
	BatchGetConfigMapsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetConfigMapsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*BatchGetConfigMapsRequest_FieldTerminalPathArrayOfValues) AsNamesArrayOfValues

func (*BatchGetConfigMapsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

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

func (*BatchGetConfigMapsRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type BatchGetConfigMapsRequest_FieldTerminalPathValue

type BatchGetConfigMapsRequest_FieldTerminalPathValue struct {
	BatchGetConfigMapsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetConfigMapsRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*BatchGetConfigMapsRequest_FieldTerminalPathValue) AsNamesValue

func (*BatchGetConfigMapsRequest_FieldTerminalPathValue) AsViewValue

func (*BatchGetConfigMapsRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'BatchGetConfigMapsRequest_FieldTerminalPathValue' with the value under path in 'BatchGetConfigMapsRequest'.

func (*BatchGetConfigMapsRequest_FieldTerminalPathValue) CompareWithRaw

func (*BatchGetConfigMapsRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*BatchGetConfigMapsRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object BatchGetConfigMapsRequest

func (*BatchGetConfigMapsRequest_FieldTerminalPathValue) SetToRaw

type BatchGetConfigMapsResponse

type BatchGetConfigMapsResponse struct {

	// found ConfigMaps
	ConfigMaps []*config_map.ConfigMap `protobuf:"bytes,1,rep,name=config_maps,json=configMaps,proto3" json:"config_maps,omitempty" firestore:"configMaps"`
	// list of not found ConfigMaps
	Missing []*config_map.Reference `protobuf:"bytes,2,rep,customtype=Reference,name=missing,proto3" json:"missing,omitempty" firestore:"missing"`
	// contains filtered or unexported fields
}

BatchGetConfigMapsResponse

func (*BatchGetConfigMapsResponse) Clone

func (*BatchGetConfigMapsResponse) CloneRaw

func (*BatchGetConfigMapsResponse) Descriptor

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

Deprecated, Use BatchGetConfigMapsResponse.ProtoReflect.Descriptor instead.

func (*BatchGetConfigMapsResponse) GetConfigMaps

func (m *BatchGetConfigMapsResponse) GetConfigMaps() []*config_map.ConfigMap

func (*BatchGetConfigMapsResponse) GetMissing

func (m *BatchGetConfigMapsResponse) GetMissing() []*config_map.Reference

func (*BatchGetConfigMapsResponse) GotenMessage

func (*BatchGetConfigMapsResponse) GotenMessage()

func (*BatchGetConfigMapsResponse) GotenObjectExt

func (o *BatchGetConfigMapsResponse) GotenObjectExt()

func (*BatchGetConfigMapsResponse) GotenValidate

func (obj *BatchGetConfigMapsResponse) GotenValidate() error

func (*BatchGetConfigMapsResponse) MakeDiffFieldMask

func (*BatchGetConfigMapsResponse) MakeFullFieldMask

func (*BatchGetConfigMapsResponse) MakeRawDiffFieldMask

func (*BatchGetConfigMapsResponse) MakeRawFullFieldMask

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

func (*BatchGetConfigMapsResponse) Marshal

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

func (*BatchGetConfigMapsResponse) MarshalJSON

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

func (*BatchGetConfigMapsResponse) Merge

func (*BatchGetConfigMapsResponse) MergeRaw

func (*BatchGetConfigMapsResponse) ProtoMessage

func (*BatchGetConfigMapsResponse) ProtoMessage()

func (*BatchGetConfigMapsResponse) ProtoReflect

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

func (*BatchGetConfigMapsResponse) Reset

func (m *BatchGetConfigMapsResponse) Reset()

func (*BatchGetConfigMapsResponse) SetConfigMaps

func (m *BatchGetConfigMapsResponse) SetConfigMaps(fv []*config_map.ConfigMap)

func (*BatchGetConfigMapsResponse) SetMissing

func (m *BatchGetConfigMapsResponse) SetMissing(fv []*config_map.Reference)

func (*BatchGetConfigMapsResponse) String

func (m *BatchGetConfigMapsResponse) String() string

func (*BatchGetConfigMapsResponse) Unmarshal

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

func (*BatchGetConfigMapsResponse) UnmarshalJSON

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

type BatchGetConfigMapsResponseFieldPathBuilder

type BatchGetConfigMapsResponseFieldPathBuilder struct{}

func NewBatchGetConfigMapsResponseFieldPathBuilder

func NewBatchGetConfigMapsResponseFieldPathBuilder() BatchGetConfigMapsResponseFieldPathBuilder

func (BatchGetConfigMapsResponseFieldPathBuilder) ConfigMaps

func (BatchGetConfigMapsResponseFieldPathBuilder) Missing

type BatchGetConfigMapsResponseMapPathSelectorConfigMapsBinaryData

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

func (BatchGetConfigMapsResponseMapPathSelectorConfigMapsBinaryData) FieldPath

func (BatchGetConfigMapsResponseMapPathSelectorConfigMapsBinaryData) WithArrayOfValues

func (BatchGetConfigMapsResponseMapPathSelectorConfigMapsBinaryData) WithValue

type BatchGetConfigMapsResponseMapPathSelectorConfigMapsData

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

func (BatchGetConfigMapsResponseMapPathSelectorConfigMapsData) FieldPath

func (BatchGetConfigMapsResponseMapPathSelectorConfigMapsData) WithArrayOfValues

func (BatchGetConfigMapsResponseMapPathSelectorConfigMapsData) WithValue

type BatchGetConfigMapsResponseMapPathSelectorConfigMapsMetadataAnnotations

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

func (BatchGetConfigMapsResponseMapPathSelectorConfigMapsMetadataAnnotations) FieldPath

func (BatchGetConfigMapsResponseMapPathSelectorConfigMapsMetadataAnnotations) WithArrayOfValues

func (BatchGetConfigMapsResponseMapPathSelectorConfigMapsMetadataAnnotations) WithValue

type BatchGetConfigMapsResponseMapPathSelectorConfigMapsMetadataLabels

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

func (BatchGetConfigMapsResponseMapPathSelectorConfigMapsMetadataLabels) FieldPath

func (BatchGetConfigMapsResponseMapPathSelectorConfigMapsMetadataLabels) WithArrayOfValues

func (BatchGetConfigMapsResponseMapPathSelectorConfigMapsMetadataLabels) WithValue

type BatchGetConfigMapsResponseMapPathSelectorConfigMapsMetadataShards

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

func (BatchGetConfigMapsResponseMapPathSelectorConfigMapsMetadataShards) FieldPath

func (BatchGetConfigMapsResponseMapPathSelectorConfigMapsMetadataShards) WithArrayOfValues

func (BatchGetConfigMapsResponseMapPathSelectorConfigMapsMetadataShards) WithValue

type BatchGetConfigMapsResponsePathSelectorConfigMaps

type BatchGetConfigMapsResponsePathSelectorConfigMaps struct{}

func (BatchGetConfigMapsResponsePathSelectorConfigMaps) BinaryData

func (BatchGetConfigMapsResponsePathSelectorConfigMaps) Data

func (BatchGetConfigMapsResponsePathSelectorConfigMaps) DisplayName

func (BatchGetConfigMapsResponsePathSelectorConfigMaps) FieldPath

func (BatchGetConfigMapsResponsePathSelectorConfigMaps) Metadata

func (BatchGetConfigMapsResponsePathSelectorConfigMaps) Name

func (BatchGetConfigMapsResponsePathSelectorConfigMaps) WithArrayOfValues

func (BatchGetConfigMapsResponsePathSelectorConfigMaps) WithItemValue

func (BatchGetConfigMapsResponsePathSelectorConfigMaps) WithSubArrayItemValue

func (BatchGetConfigMapsResponsePathSelectorConfigMaps) WithSubArrayOfValues

func (BatchGetConfigMapsResponsePathSelectorConfigMaps) WithSubPath

func (BatchGetConfigMapsResponsePathSelectorConfigMaps) WithSubValue

func (BatchGetConfigMapsResponsePathSelectorConfigMaps) WithValue

type BatchGetConfigMapsResponsePathSelectorConfigMapsBinaryData

type BatchGetConfigMapsResponsePathSelectorConfigMapsBinaryData struct{}

func (BatchGetConfigMapsResponsePathSelectorConfigMapsBinaryData) FieldPath

func (BatchGetConfigMapsResponsePathSelectorConfigMapsBinaryData) WithArrayOfValues

func (BatchGetConfigMapsResponsePathSelectorConfigMapsBinaryData) WithKey

func (BatchGetConfigMapsResponsePathSelectorConfigMapsBinaryData) WithValue

type BatchGetConfigMapsResponsePathSelectorConfigMapsData

type BatchGetConfigMapsResponsePathSelectorConfigMapsData struct{}

func (BatchGetConfigMapsResponsePathSelectorConfigMapsData) FieldPath

func (BatchGetConfigMapsResponsePathSelectorConfigMapsData) WithArrayOfValues

func (BatchGetConfigMapsResponsePathSelectorConfigMapsData) WithKey

func (BatchGetConfigMapsResponsePathSelectorConfigMapsData) WithValue

type BatchGetConfigMapsResponsePathSelectorConfigMapsDisplayName

type BatchGetConfigMapsResponsePathSelectorConfigMapsDisplayName struct{}

func (BatchGetConfigMapsResponsePathSelectorConfigMapsDisplayName) FieldPath

func (BatchGetConfigMapsResponsePathSelectorConfigMapsDisplayName) WithArrayOfValues

func (BatchGetConfigMapsResponsePathSelectorConfigMapsDisplayName) WithValue

type BatchGetConfigMapsResponsePathSelectorConfigMapsMetadata

type BatchGetConfigMapsResponsePathSelectorConfigMapsMetadata struct{}

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadata) DeleteTime added in v0.8.0

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadata) FieldPath

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadata) Labels

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadata) Lifecycle added in v0.8.0

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadata) Shards

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadata) Syncing

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadata) Tags

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadata) Uuid

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadata) WithArrayOfValues

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadata) WithValue

type BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataAnnotations

type BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataAnnotations struct{}

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataAnnotations) FieldPath

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataAnnotations) WithArrayOfValues

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataAnnotations) WithValue

type BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataCreateTime

type BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataCreateTime struct{}

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataCreateTime) FieldPath

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataCreateTime) WithArrayOfValues

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataCreateTime) WithValue

type BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataDeleteTime added in v0.8.0

type BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataDeleteTime struct{}

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataDeleteTime) FieldPath added in v0.8.0

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataDeleteTime) WithArrayOfValues added in v0.8.0

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataDeleteTime) WithValue added in v0.8.0

type BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataGeneration

type BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataGeneration struct{}

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataGeneration) FieldPath

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataGeneration) WithArrayOfValues

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataGeneration) WithValue

type BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataLabels

type BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataLabels struct{}

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataLabels) FieldPath

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataLabels) WithArrayOfValues

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataLabels) WithKey

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataLabels) WithValue

type BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataLifecycle added in v0.8.0

type BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataLifecycle struct{}

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataLifecycle) BlockDeletion added in v0.8.0

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataLifecycle) FieldPath added in v0.8.0

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataLifecycle) State added in v0.8.0

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataLifecycle) WithArrayOfValues added in v0.8.0

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataLifecycle) WithValue added in v0.8.0

type BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataLifecycleBlockDeletion added in v0.8.0

type BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataLifecycleBlockDeletion struct{}

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataLifecycleBlockDeletion) FieldPath added in v0.8.0

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.8.0

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataLifecycleBlockDeletion) WithValue added in v0.8.0

type BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataLifecycleState added in v0.8.0

type BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataLifecycleState struct{}

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataLifecycleState) FieldPath added in v0.8.0

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataLifecycleState) WithArrayOfValues added in v0.8.0

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataLifecycleState) WithValue added in v0.8.0

type BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferences

type BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferences struct{}

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferences) FieldPath

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferences) Region added in v0.8.0

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferences) RequiresOwnerReference added in v0.8.0

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferences) Version added in v0.8.0

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferences) WithArrayOfValues

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferences) WithItemValue

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferences) WithValue

type BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferencesBlockOwnerDeletion

type BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferencesController

type BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferencesController struct{}

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferencesController) FieldPath

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferencesController) WithArrayOfValues

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferencesController) WithValue

type BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferencesKind

type BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferencesKind struct{}

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferencesKind) FieldPath

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferencesKind) WithArrayOfValues

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferencesKind) WithValue

type BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferencesName

type BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferencesName struct{}

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferencesName) FieldPath

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferencesName) WithArrayOfValues

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferencesName) WithValue

type BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferencesRegion added in v0.8.0

type BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferencesRegion struct{}

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferencesRegion) FieldPath added in v0.8.0

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.8.0

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferencesRegion) WithValue added in v0.8.0

type BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferencesRequiresOwnerReference added in v0.8.0

type BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferencesRequiresOwnerReference struct{}

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.8.0

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.8.0

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.8.0

type BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferencesVersion added in v0.8.0

type BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferencesVersion struct{}

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferencesVersion) FieldPath added in v0.8.0

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.8.0

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferencesVersion) WithValue added in v0.8.0

type BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataResourceVersion

type BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataResourceVersion struct{}

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataResourceVersion) FieldPath

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataResourceVersion) WithArrayOfValues

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataResourceVersion) WithValue

type BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataShards

type BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataShards struct{}

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataShards) FieldPath

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataShards) WithArrayOfValues

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataShards) WithKey

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataShards) WithValue

type BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataSyncing

type BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataSyncing struct{}

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataSyncing) FieldPath

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataSyncing) WithArrayOfValues

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataSyncing) WithValue

type BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataSyncingOwningRegion

type BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataSyncingOwningRegion struct{}

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataSyncingOwningRegion) FieldPath

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataSyncingOwningRegion) WithArrayOfValues

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataSyncingOwningRegion) WithValue

type BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataSyncingRegions

type BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataSyncingRegions struct{}

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataSyncingRegions) FieldPath

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataSyncingRegions) WithArrayOfValues

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataSyncingRegions) WithItemValue

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataSyncingRegions) WithValue

type BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataTags

type BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataTags struct{}

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataTags) FieldPath

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataTags) WithArrayOfValues

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataTags) WithItemValue

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataTags) WithValue

type BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataUpdateTime

type BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataUpdateTime struct{}

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataUpdateTime) FieldPath

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataUpdateTime) WithArrayOfValues

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataUpdateTime) WithValue

type BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataUuid

type BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataUuid struct{}

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataUuid) FieldPath

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataUuid) WithArrayOfValues

func (BatchGetConfigMapsResponsePathSelectorConfigMapsMetadataUuid) WithValue

type BatchGetConfigMapsResponsePathSelectorConfigMapsName

type BatchGetConfigMapsResponsePathSelectorConfigMapsName struct{}

func (BatchGetConfigMapsResponsePathSelectorConfigMapsName) FieldPath

func (BatchGetConfigMapsResponsePathSelectorConfigMapsName) WithArrayOfValues

func (BatchGetConfigMapsResponsePathSelectorConfigMapsName) WithValue

type BatchGetConfigMapsResponsePathSelectorMissing

type BatchGetConfigMapsResponsePathSelectorMissing struct{}

func (BatchGetConfigMapsResponsePathSelectorMissing) FieldPath

func (BatchGetConfigMapsResponsePathSelectorMissing) WithArrayOfValues

func (BatchGetConfigMapsResponsePathSelectorMissing) WithItemValue

func (BatchGetConfigMapsResponsePathSelectorMissing) WithValue

type BatchGetConfigMapsResponse_FieldMask

type BatchGetConfigMapsResponse_FieldMask struct {
	Paths []BatchGetConfigMapsResponse_FieldPath
}

func FullBatchGetConfigMapsResponse_FieldMask

func FullBatchGetConfigMapsResponse_FieldMask() *BatchGetConfigMapsResponse_FieldMask

func (*BatchGetConfigMapsResponse_FieldMask) AppendPath

func (*BatchGetConfigMapsResponse_FieldMask) AppendRawPath

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

func (*BatchGetConfigMapsResponse_FieldMask) DecodeFirestore

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

func (*BatchGetConfigMapsResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*BatchGetConfigMapsResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*BatchGetConfigMapsResponse_FieldMask) FromProtoFieldMask

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

func (*BatchGetConfigMapsResponse_FieldMask) GetPaths

func (*BatchGetConfigMapsResponse_FieldMask) GetRawPaths

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

func (*BatchGetConfigMapsResponse_FieldMask) IsFull

func (fieldMask *BatchGetConfigMapsResponse_FieldMask) IsFull() bool

func (BatchGetConfigMapsResponse_FieldMask) Marshal

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

implement methods required by customType

func (BatchGetConfigMapsResponse_FieldMask) MarshalJSON

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

func (*BatchGetConfigMapsResponse_FieldMask) PathsCount

func (fieldMask *BatchGetConfigMapsResponse_FieldMask) PathsCount() int

func (*BatchGetConfigMapsResponse_FieldMask) Project

func (*BatchGetConfigMapsResponse_FieldMask) ProjectRaw

func (*BatchGetConfigMapsResponse_FieldMask) ProtoMessage

func (fieldMask *BatchGetConfigMapsResponse_FieldMask) ProtoMessage()

func (*BatchGetConfigMapsResponse_FieldMask) ProtoReflect

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

func (*BatchGetConfigMapsResponse_FieldMask) Reset

func (fieldMask *BatchGetConfigMapsResponse_FieldMask) Reset()

func (*BatchGetConfigMapsResponse_FieldMask) Set

func (fieldMask *BatchGetConfigMapsResponse_FieldMask) Set(target, source *BatchGetConfigMapsResponse)

func (*BatchGetConfigMapsResponse_FieldMask) SetFromCliFlag

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

func (*BatchGetConfigMapsResponse_FieldMask) SetRaw

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

func (*BatchGetConfigMapsResponse_FieldMask) Size

func (fieldMask *BatchGetConfigMapsResponse_FieldMask) Size() int

func (*BatchGetConfigMapsResponse_FieldMask) String

func (fieldMask *BatchGetConfigMapsResponse_FieldMask) String() string

func (*BatchGetConfigMapsResponse_FieldMask) Subtract

func (*BatchGetConfigMapsResponse_FieldMask) SubtractRaw

func (*BatchGetConfigMapsResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*BatchGetConfigMapsResponse_FieldMask) Unmarshal

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

func (*BatchGetConfigMapsResponse_FieldMask) UnmarshalJSON

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

type BatchGetConfigMapsResponse_FieldPath

type BatchGetConfigMapsResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() BatchGetConfigMapsResponse_FieldPathSelector
	Get(source *BatchGetConfigMapsResponse) []interface{}
	GetSingle(source *BatchGetConfigMapsResponse) (interface{}, bool)
	ClearValue(item *BatchGetConfigMapsResponse)

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

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

func MustParseBatchGetConfigMapsResponse_FieldPath

func MustParseBatchGetConfigMapsResponse_FieldPath(rawField string) BatchGetConfigMapsResponse_FieldPath

func ParseBatchGetConfigMapsResponse_FieldPath

func ParseBatchGetConfigMapsResponse_FieldPath(rawField string) (BatchGetConfigMapsResponse_FieldPath, error)

type BatchGetConfigMapsResponse_FieldPathArrayItemValue

type BatchGetConfigMapsResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	BatchGetConfigMapsResponse_FieldPath
	ContainsValue(*BatchGetConfigMapsResponse) bool
}

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

func MustParseBatchGetConfigMapsResponse_FieldPathArrayItemValue

func MustParseBatchGetConfigMapsResponse_FieldPathArrayItemValue(pathStr, valueStr string) BatchGetConfigMapsResponse_FieldPathArrayItemValue

func ParseBatchGetConfigMapsResponse_FieldPathArrayItemValue

func ParseBatchGetConfigMapsResponse_FieldPathArrayItemValue(pathStr, valueStr string) (BatchGetConfigMapsResponse_FieldPathArrayItemValue, error)

ParseBatchGetConfigMapsResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type BatchGetConfigMapsResponse_FieldPathArrayOfValues

type BatchGetConfigMapsResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	BatchGetConfigMapsResponse_FieldPath
}

BatchGetConfigMapsResponse_FieldPathArrayOfValues allows storing slice of values for BatchGetConfigMapsResponse fields according to their type

func MustParseBatchGetConfigMapsResponse_FieldPathArrayOfValues

func MustParseBatchGetConfigMapsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) BatchGetConfigMapsResponse_FieldPathArrayOfValues

func ParseBatchGetConfigMapsResponse_FieldPathArrayOfValues

func ParseBatchGetConfigMapsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (BatchGetConfigMapsResponse_FieldPathArrayOfValues, error)

type BatchGetConfigMapsResponse_FieldPathSelector

type BatchGetConfigMapsResponse_FieldPathSelector int32
const (
	BatchGetConfigMapsResponse_FieldPathSelectorConfigMaps BatchGetConfigMapsResponse_FieldPathSelector = 0
	BatchGetConfigMapsResponse_FieldPathSelectorMissing    BatchGetConfigMapsResponse_FieldPathSelector = 1
)

func (BatchGetConfigMapsResponse_FieldPathSelector) String

type BatchGetConfigMapsResponse_FieldPathValue

type BatchGetConfigMapsResponse_FieldPathValue interface {
	BatchGetConfigMapsResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **BatchGetConfigMapsResponse)
	CompareWith(*BatchGetConfigMapsResponse) (cmp int, comparable bool)
}

BatchGetConfigMapsResponse_FieldPathValue allows storing values for BatchGetConfigMapsResponse fields according to their type

func MustParseBatchGetConfigMapsResponse_FieldPathValue

func MustParseBatchGetConfigMapsResponse_FieldPathValue(pathStr, valueStr string) BatchGetConfigMapsResponse_FieldPathValue

func ParseBatchGetConfigMapsResponse_FieldPathValue

func ParseBatchGetConfigMapsResponse_FieldPathValue(pathStr, valueStr string) (BatchGetConfigMapsResponse_FieldPathValue, error)

type BatchGetConfigMapsResponse_FieldSubPath

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

func (*BatchGetConfigMapsResponse_FieldSubPath) AsConfigMapsSubPath

func (*BatchGetConfigMapsResponse_FieldSubPath) ClearValue

func (*BatchGetConfigMapsResponse_FieldSubPath) ClearValueRaw

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

func (*BatchGetConfigMapsResponse_FieldSubPath) Get

func (fps *BatchGetConfigMapsResponse_FieldSubPath) Get(source *BatchGetConfigMapsResponse) (values []interface{})

Get returns all values pointed by selected field from source BatchGetConfigMapsResponse

func (*BatchGetConfigMapsResponse_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*BatchGetConfigMapsResponse_FieldSubPath) GetRaw

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

func (*BatchGetConfigMapsResponse_FieldSubPath) GetSingle

func (fps *BatchGetConfigMapsResponse_FieldSubPath) GetSingle(source *BatchGetConfigMapsResponse) (interface{}, bool)

GetSingle returns value of selected field from source BatchGetConfigMapsResponse

func (*BatchGetConfigMapsResponse_FieldSubPath) GetSingleRaw

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

func (*BatchGetConfigMapsResponse_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*BatchGetConfigMapsResponse_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetConfigMapsResponse_FieldSubPath) Selector

func (*BatchGetConfigMapsResponse_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*BatchGetConfigMapsResponse_FieldSubPath) String

String returns path representation in proto convention

func (*BatchGetConfigMapsResponse_FieldSubPath) WithIArrayItemValue

func (*BatchGetConfigMapsResponse_FieldSubPath) WithIArrayOfValues

func (*BatchGetConfigMapsResponse_FieldSubPath) WithIValue

func (*BatchGetConfigMapsResponse_FieldSubPath) WithRawIArrayItemValue

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

func (*BatchGetConfigMapsResponse_FieldSubPath) WithRawIArrayOfValues

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

func (*BatchGetConfigMapsResponse_FieldSubPath) WithRawIValue

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

type BatchGetConfigMapsResponse_FieldSubPathArrayItemValue

type BatchGetConfigMapsResponse_FieldSubPathArrayItemValue struct {
	BatchGetConfigMapsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*BatchGetConfigMapsResponse_FieldSubPathArrayItemValue) AsConfigMapsPathItemValue

func (*BatchGetConfigMapsResponse_FieldSubPathArrayItemValue) ContainsValue

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

func (*BatchGetConfigMapsResponse_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type BatchGetConfigMapsResponse_FieldSubPathArrayOfValues

type BatchGetConfigMapsResponse_FieldSubPathArrayOfValues struct {
	BatchGetConfigMapsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*BatchGetConfigMapsResponse_FieldSubPathArrayOfValues) AsConfigMapsPathArrayOfValues

func (*BatchGetConfigMapsResponse_FieldSubPathArrayOfValues) GetRawValues

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

type BatchGetConfigMapsResponse_FieldSubPathValue

type BatchGetConfigMapsResponse_FieldSubPathValue struct {
	BatchGetConfigMapsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*BatchGetConfigMapsResponse_FieldSubPathValue) AsConfigMapsPathValue

func (*BatchGetConfigMapsResponse_FieldSubPathValue) CompareWith

func (*BatchGetConfigMapsResponse_FieldSubPathValue) CompareWithRaw

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

func (*BatchGetConfigMapsResponse_FieldSubPathValue) GetRawValue

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

func (*BatchGetConfigMapsResponse_FieldSubPathValue) SetTo

func (*BatchGetConfigMapsResponse_FieldSubPathValue) SetToRaw

type BatchGetConfigMapsResponse_FieldTerminalPath

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

func (*BatchGetConfigMapsResponse_FieldTerminalPath) ClearValue

func (*BatchGetConfigMapsResponse_FieldTerminalPath) ClearValueRaw

func (*BatchGetConfigMapsResponse_FieldTerminalPath) Get

func (fp *BatchGetConfigMapsResponse_FieldTerminalPath) Get(source *BatchGetConfigMapsResponse) (values []interface{})

Get returns all values pointed by specific field from source BatchGetConfigMapsResponse

func (*BatchGetConfigMapsResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*BatchGetConfigMapsResponse_FieldTerminalPath) GetRaw

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

func (*BatchGetConfigMapsResponse_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source BatchGetConfigMapsResponse

func (*BatchGetConfigMapsResponse_FieldTerminalPath) GetSingleRaw

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

func (*BatchGetConfigMapsResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*BatchGetConfigMapsResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetConfigMapsResponse_FieldTerminalPath) Selector

func (*BatchGetConfigMapsResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*BatchGetConfigMapsResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*BatchGetConfigMapsResponse_FieldTerminalPath) WithIArrayItemValue

func (*BatchGetConfigMapsResponse_FieldTerminalPath) WithIArrayOfValues

func (*BatchGetConfigMapsResponse_FieldTerminalPath) WithIValue

func (*BatchGetConfigMapsResponse_FieldTerminalPath) WithRawIArrayItemValue

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

func (*BatchGetConfigMapsResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*BatchGetConfigMapsResponse_FieldTerminalPath) WithRawIValue

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

type BatchGetConfigMapsResponse_FieldTerminalPathArrayItemValue

type BatchGetConfigMapsResponse_FieldTerminalPathArrayItemValue struct {
	BatchGetConfigMapsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetConfigMapsResponse_FieldTerminalPathArrayItemValue) AsConfigMapsItemValue

func (*BatchGetConfigMapsResponse_FieldTerminalPathArrayItemValue) AsMissingItemValue

func (*BatchGetConfigMapsResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*BatchGetConfigMapsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*BatchGetConfigMapsResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*BatchGetConfigMapsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type BatchGetConfigMapsResponse_FieldTerminalPathArrayOfValues

type BatchGetConfigMapsResponse_FieldTerminalPathArrayOfValues struct {
	BatchGetConfigMapsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetConfigMapsResponse_FieldTerminalPathArrayOfValues) AsConfigMapsArrayOfValues

func (fpaov *BatchGetConfigMapsResponse_FieldTerminalPathArrayOfValues) AsConfigMapsArrayOfValues() ([][]*config_map.ConfigMap, bool)

func (*BatchGetConfigMapsResponse_FieldTerminalPathArrayOfValues) AsMissingArrayOfValues

func (*BatchGetConfigMapsResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type BatchGetConfigMapsResponse_FieldTerminalPathValue

type BatchGetConfigMapsResponse_FieldTerminalPathValue struct {
	BatchGetConfigMapsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetConfigMapsResponse_FieldTerminalPathValue) AsConfigMapsValue

func (*BatchGetConfigMapsResponse_FieldTerminalPathValue) AsMissingValue

func (*BatchGetConfigMapsResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'BatchGetConfigMapsResponse_FieldTerminalPathValue' with the value under path in 'BatchGetConfigMapsResponse'.

func (*BatchGetConfigMapsResponse_FieldTerminalPathValue) CompareWithRaw

func (*BatchGetConfigMapsResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*BatchGetConfigMapsResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object BatchGetConfigMapsResponse

func (*BatchGetConfigMapsResponse_FieldTerminalPathValue) SetToRaw

type ConfigMapServiceClient

type ConfigMapServiceClient interface {
	GetConfigMap(ctx context.Context, in *GetConfigMapRequest, opts ...grpc.CallOption) (*config_map.ConfigMap, error)
	BatchGetConfigMaps(ctx context.Context, in *BatchGetConfigMapsRequest, opts ...grpc.CallOption) (*BatchGetConfigMapsResponse, error)
	ListConfigMaps(ctx context.Context, in *ListConfigMapsRequest, opts ...grpc.CallOption) (*ListConfigMapsResponse, error)
	WatchConfigMap(ctx context.Context, in *WatchConfigMapRequest, opts ...grpc.CallOption) (WatchConfigMapClientStream, error)
	WatchConfigMaps(ctx context.Context, in *WatchConfigMapsRequest, opts ...grpc.CallOption) (WatchConfigMapsClientStream, error)
	CreateConfigMap(ctx context.Context, in *CreateConfigMapRequest, opts ...grpc.CallOption) (*config_map.ConfigMap, error)
	UpdateConfigMap(ctx context.Context, in *UpdateConfigMapRequest, opts ...grpc.CallOption) (*config_map.ConfigMap, error)
	DeleteConfigMap(ctx context.Context, in *DeleteConfigMapRequest, opts ...grpc.CallOption) (*empty.Empty, error)
}

ConfigMapServiceClient is the client API for ConfigMapService.

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

type ConfigMapServiceDescriptor added in v0.4.28

type ConfigMapServiceDescriptor struct{}

func GetConfigMapServiceDescriptor added in v0.4.28

func GetConfigMapServiceDescriptor() *ConfigMapServiceDescriptor

func (*ConfigMapServiceDescriptor) AllMethodDescriptors added in v0.4.28

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

func (*ConfigMapServiceDescriptor) GetApiName added in v0.4.28

func (d *ConfigMapServiceDescriptor) GetApiName() string

func (*ConfigMapServiceDescriptor) GetFullAPIName added in v0.4.28

func (d *ConfigMapServiceDescriptor) GetFullAPIName() string

func (*ConfigMapServiceDescriptor) GetProtoPkgName added in v0.4.28

func (d *ConfigMapServiceDescriptor) GetProtoPkgName() string

func (*ConfigMapServiceDescriptor) GetServiceDomain added in v0.4.28

func (d *ConfigMapServiceDescriptor) GetServiceDomain() string

func (*ConfigMapServiceDescriptor) GetServiceVersion added in v0.4.28

func (d *ConfigMapServiceDescriptor) GetServiceVersion() string

type CreateConfigMapDescriptor added in v0.4.28

type CreateConfigMapDescriptor struct{}

func GetCreateConfigMapDescriptor added in v0.4.28

func GetCreateConfigMapDescriptor() *CreateConfigMapDescriptor

func (*CreateConfigMapDescriptor) GetApiDescriptor added in v0.4.28

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

func (*CreateConfigMapDescriptor) GetApiName added in v0.4.28

func (d *CreateConfigMapDescriptor) GetApiName() string

func (*CreateConfigMapDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*CreateConfigMapDescriptor) GetFullMethodName added in v0.4.28

func (d *CreateConfigMapDescriptor) GetFullMethodName() string

func (*CreateConfigMapDescriptor) GetMethodName added in v0.4.28

func (d *CreateConfigMapDescriptor) GetMethodName() string

func (*CreateConfigMapDescriptor) GetProtoPkgName added in v0.4.28

func (d *CreateConfigMapDescriptor) GetProtoPkgName() string

func (*CreateConfigMapDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*CreateConfigMapDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*CreateConfigMapDescriptor) GetServiceDomain added in v0.4.28

func (d *CreateConfigMapDescriptor) GetServiceDomain() string

func (*CreateConfigMapDescriptor) GetServiceVersion added in v0.4.28

func (d *CreateConfigMapDescriptor) GetServiceVersion() string

func (*CreateConfigMapDescriptor) GetVerb added in v0.4.28

func (d *CreateConfigMapDescriptor) GetVerb() string

func (*CreateConfigMapDescriptor) HasResource added in v0.4.30

func (d *CreateConfigMapDescriptor) HasResource() bool

func (*CreateConfigMapDescriptor) IsClientStream added in v0.4.28

func (d *CreateConfigMapDescriptor) IsClientStream() bool

func (*CreateConfigMapDescriptor) IsCollection added in v0.4.30

func (d *CreateConfigMapDescriptor) IsCollection() bool

func (*CreateConfigMapDescriptor) IsPlural added in v0.4.30

func (d *CreateConfigMapDescriptor) IsPlural() bool

func (*CreateConfigMapDescriptor) IsServerStream added in v0.4.28

func (d *CreateConfigMapDescriptor) IsServerStream() bool

func (*CreateConfigMapDescriptor) IsUnary added in v0.4.28

func (d *CreateConfigMapDescriptor) IsUnary() bool

func (*CreateConfigMapDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*CreateConfigMapDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*CreateConfigMapDescriptor) RequestHasResourceBody added in v0.4.28

func (d *CreateConfigMapDescriptor) RequestHasResourceBody() bool

type CreateConfigMapDescriptorClientMsgHandle added in v0.4.28

type CreateConfigMapDescriptorClientMsgHandle struct{}

func (*CreateConfigMapDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*CreateConfigMapDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*CreateConfigMapDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type CreateConfigMapDescriptorServerMsgHandle added in v0.4.28

type CreateConfigMapDescriptorServerMsgHandle struct{}

func (*CreateConfigMapDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*CreateConfigMapDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*CreateConfigMapDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type CreateConfigMapRequest

type CreateConfigMapRequest struct {

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

Request message for method [CreateConfigMap][ntt.applications.v1alpha.CreateConfigMap]

func (*CreateConfigMapRequest) Clone

func (*CreateConfigMapRequest) CloneRaw

func (*CreateConfigMapRequest) Descriptor

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

Deprecated, Use CreateConfigMapRequest.ProtoReflect.Descriptor instead.

func (*CreateConfigMapRequest) GetConfigMap

func (m *CreateConfigMapRequest) GetConfigMap() *config_map.ConfigMap

func (*CreateConfigMapRequest) GetParent

func (*CreateConfigMapRequest) GotenMessage

func (*CreateConfigMapRequest) GotenMessage()

func (*CreateConfigMapRequest) GotenObjectExt

func (o *CreateConfigMapRequest) GotenObjectExt()

func (*CreateConfigMapRequest) GotenValidate

func (obj *CreateConfigMapRequest) GotenValidate() error

func (*CreateConfigMapRequest) MakeDiffFieldMask

func (*CreateConfigMapRequest) MakeFullFieldMask

func (*CreateConfigMapRequest) MakeRawDiffFieldMask

func (*CreateConfigMapRequest) MakeRawFullFieldMask

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

func (*CreateConfigMapRequest) Marshal

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

func (*CreateConfigMapRequest) MarshalJSON

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

func (*CreateConfigMapRequest) Merge

func (*CreateConfigMapRequest) MergeRaw

func (*CreateConfigMapRequest) ProtoMessage

func (*CreateConfigMapRequest) ProtoMessage()

func (*CreateConfigMapRequest) ProtoReflect

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

func (*CreateConfigMapRequest) Reset

func (m *CreateConfigMapRequest) Reset()

func (*CreateConfigMapRequest) SetConfigMap

func (m *CreateConfigMapRequest) SetConfigMap(fv *config_map.ConfigMap)

func (*CreateConfigMapRequest) SetParent

func (*CreateConfigMapRequest) String

func (m *CreateConfigMapRequest) String() string

func (*CreateConfigMapRequest) Unmarshal

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

func (*CreateConfigMapRequest) UnmarshalJSON

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

type CreateConfigMapRequestFieldPathBuilder

type CreateConfigMapRequestFieldPathBuilder struct{}

func NewCreateConfigMapRequestFieldPathBuilder

func NewCreateConfigMapRequestFieldPathBuilder() CreateConfigMapRequestFieldPathBuilder

func (CreateConfigMapRequestFieldPathBuilder) ConfigMap

func (CreateConfigMapRequestFieldPathBuilder) Parent

type CreateConfigMapRequestMapPathSelectorConfigMapBinaryData

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

func (CreateConfigMapRequestMapPathSelectorConfigMapBinaryData) FieldPath

func (CreateConfigMapRequestMapPathSelectorConfigMapBinaryData) WithArrayOfValues

func (CreateConfigMapRequestMapPathSelectorConfigMapBinaryData) WithValue

type CreateConfigMapRequestMapPathSelectorConfigMapData

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

func (CreateConfigMapRequestMapPathSelectorConfigMapData) FieldPath

func (CreateConfigMapRequestMapPathSelectorConfigMapData) WithArrayOfValues

func (CreateConfigMapRequestMapPathSelectorConfigMapData) WithValue

type CreateConfigMapRequestMapPathSelectorConfigMapMetadataAnnotations

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

func (CreateConfigMapRequestMapPathSelectorConfigMapMetadataAnnotations) FieldPath

func (CreateConfigMapRequestMapPathSelectorConfigMapMetadataAnnotations) WithArrayOfValues

func (CreateConfigMapRequestMapPathSelectorConfigMapMetadataAnnotations) WithValue

type CreateConfigMapRequestMapPathSelectorConfigMapMetadataLabels

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

func (CreateConfigMapRequestMapPathSelectorConfigMapMetadataLabels) FieldPath

func (CreateConfigMapRequestMapPathSelectorConfigMapMetadataLabels) WithArrayOfValues

func (CreateConfigMapRequestMapPathSelectorConfigMapMetadataLabels) WithValue

type CreateConfigMapRequestMapPathSelectorConfigMapMetadataShards

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

func (CreateConfigMapRequestMapPathSelectorConfigMapMetadataShards) FieldPath

func (CreateConfigMapRequestMapPathSelectorConfigMapMetadataShards) WithArrayOfValues

func (CreateConfigMapRequestMapPathSelectorConfigMapMetadataShards) WithValue

type CreateConfigMapRequestPathSelectorConfigMap

type CreateConfigMapRequestPathSelectorConfigMap struct{}

func (CreateConfigMapRequestPathSelectorConfigMap) BinaryData

func (CreateConfigMapRequestPathSelectorConfigMap) Data

func (CreateConfigMapRequestPathSelectorConfigMap) DisplayName

func (CreateConfigMapRequestPathSelectorConfigMap) FieldPath

func (CreateConfigMapRequestPathSelectorConfigMap) Metadata

func (CreateConfigMapRequestPathSelectorConfigMap) Name

func (CreateConfigMapRequestPathSelectorConfigMap) WithArrayOfValues

func (CreateConfigMapRequestPathSelectorConfigMap) WithSubArrayItemValue

func (CreateConfigMapRequestPathSelectorConfigMap) WithSubArrayOfValues

func (CreateConfigMapRequestPathSelectorConfigMap) WithSubPath

func (CreateConfigMapRequestPathSelectorConfigMap) WithSubValue

func (CreateConfigMapRequestPathSelectorConfigMap) WithValue

type CreateConfigMapRequestPathSelectorConfigMapBinaryData

type CreateConfigMapRequestPathSelectorConfigMapBinaryData struct{}

func (CreateConfigMapRequestPathSelectorConfigMapBinaryData) FieldPath

func (CreateConfigMapRequestPathSelectorConfigMapBinaryData) WithArrayOfValues

func (CreateConfigMapRequestPathSelectorConfigMapBinaryData) WithKey

func (CreateConfigMapRequestPathSelectorConfigMapBinaryData) WithValue

type CreateConfigMapRequestPathSelectorConfigMapData

type CreateConfigMapRequestPathSelectorConfigMapData struct{}

func (CreateConfigMapRequestPathSelectorConfigMapData) FieldPath

func (CreateConfigMapRequestPathSelectorConfigMapData) WithArrayOfValues

func (CreateConfigMapRequestPathSelectorConfigMapData) WithKey

func (CreateConfigMapRequestPathSelectorConfigMapData) WithValue

type CreateConfigMapRequestPathSelectorConfigMapDisplayName

type CreateConfigMapRequestPathSelectorConfigMapDisplayName struct{}

func (CreateConfigMapRequestPathSelectorConfigMapDisplayName) FieldPath

func (CreateConfigMapRequestPathSelectorConfigMapDisplayName) WithArrayOfValues

func (CreateConfigMapRequestPathSelectorConfigMapDisplayName) WithValue

type CreateConfigMapRequestPathSelectorConfigMapMetadata

type CreateConfigMapRequestPathSelectorConfigMapMetadata struct{}

func (CreateConfigMapRequestPathSelectorConfigMapMetadata) Annotations

func (CreateConfigMapRequestPathSelectorConfigMapMetadata) CreateTime

func (CreateConfigMapRequestPathSelectorConfigMapMetadata) DeleteTime added in v0.8.0

func (CreateConfigMapRequestPathSelectorConfigMapMetadata) FieldPath

func (CreateConfigMapRequestPathSelectorConfigMapMetadata) Generation

func (CreateConfigMapRequestPathSelectorConfigMapMetadata) Labels

func (CreateConfigMapRequestPathSelectorConfigMapMetadata) Lifecycle added in v0.8.0

func (CreateConfigMapRequestPathSelectorConfigMapMetadata) Shards

func (CreateConfigMapRequestPathSelectorConfigMapMetadata) Syncing

func (CreateConfigMapRequestPathSelectorConfigMapMetadata) Tags

func (CreateConfigMapRequestPathSelectorConfigMapMetadata) UpdateTime

func (CreateConfigMapRequestPathSelectorConfigMapMetadata) Uuid

func (CreateConfigMapRequestPathSelectorConfigMapMetadata) WithArrayOfValues

func (CreateConfigMapRequestPathSelectorConfigMapMetadata) WithValue

type CreateConfigMapRequestPathSelectorConfigMapMetadataAnnotations

type CreateConfigMapRequestPathSelectorConfigMapMetadataAnnotations struct{}

func (CreateConfigMapRequestPathSelectorConfigMapMetadataAnnotations) FieldPath

func (CreateConfigMapRequestPathSelectorConfigMapMetadataAnnotations) WithArrayOfValues

func (CreateConfigMapRequestPathSelectorConfigMapMetadataAnnotations) WithKey

func (CreateConfigMapRequestPathSelectorConfigMapMetadataAnnotations) WithValue

type CreateConfigMapRequestPathSelectorConfigMapMetadataCreateTime

type CreateConfigMapRequestPathSelectorConfigMapMetadataCreateTime struct{}

func (CreateConfigMapRequestPathSelectorConfigMapMetadataCreateTime) FieldPath

func (CreateConfigMapRequestPathSelectorConfigMapMetadataCreateTime) WithArrayOfValues

func (CreateConfigMapRequestPathSelectorConfigMapMetadataCreateTime) WithValue

type CreateConfigMapRequestPathSelectorConfigMapMetadataDeleteTime added in v0.8.0

type CreateConfigMapRequestPathSelectorConfigMapMetadataDeleteTime struct{}

func (CreateConfigMapRequestPathSelectorConfigMapMetadataDeleteTime) FieldPath added in v0.8.0

func (CreateConfigMapRequestPathSelectorConfigMapMetadataDeleteTime) WithArrayOfValues added in v0.8.0

func (CreateConfigMapRequestPathSelectorConfigMapMetadataDeleteTime) WithValue added in v0.8.0

type CreateConfigMapRequestPathSelectorConfigMapMetadataGeneration

type CreateConfigMapRequestPathSelectorConfigMapMetadataGeneration struct{}

func (CreateConfigMapRequestPathSelectorConfigMapMetadataGeneration) FieldPath

func (CreateConfigMapRequestPathSelectorConfigMapMetadataGeneration) WithArrayOfValues

func (CreateConfigMapRequestPathSelectorConfigMapMetadataGeneration) WithValue

type CreateConfigMapRequestPathSelectorConfigMapMetadataLabels

type CreateConfigMapRequestPathSelectorConfigMapMetadataLabels struct{}

func (CreateConfigMapRequestPathSelectorConfigMapMetadataLabels) FieldPath

func (CreateConfigMapRequestPathSelectorConfigMapMetadataLabels) WithArrayOfValues

func (CreateConfigMapRequestPathSelectorConfigMapMetadataLabels) WithKey

func (CreateConfigMapRequestPathSelectorConfigMapMetadataLabels) WithValue

type CreateConfigMapRequestPathSelectorConfigMapMetadataLifecycle added in v0.8.0

type CreateConfigMapRequestPathSelectorConfigMapMetadataLifecycle struct{}

func (CreateConfigMapRequestPathSelectorConfigMapMetadataLifecycle) BlockDeletion added in v0.8.0

func (CreateConfigMapRequestPathSelectorConfigMapMetadataLifecycle) FieldPath added in v0.8.0

func (CreateConfigMapRequestPathSelectorConfigMapMetadataLifecycle) State added in v0.8.0

func (CreateConfigMapRequestPathSelectorConfigMapMetadataLifecycle) WithArrayOfValues added in v0.8.0

func (CreateConfigMapRequestPathSelectorConfigMapMetadataLifecycle) WithValue added in v0.8.0

type CreateConfigMapRequestPathSelectorConfigMapMetadataLifecycleBlockDeletion added in v0.8.0

type CreateConfigMapRequestPathSelectorConfigMapMetadataLifecycleBlockDeletion struct{}

func (CreateConfigMapRequestPathSelectorConfigMapMetadataLifecycleBlockDeletion) FieldPath added in v0.8.0

func (CreateConfigMapRequestPathSelectorConfigMapMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.8.0

func (CreateConfigMapRequestPathSelectorConfigMapMetadataLifecycleBlockDeletion) WithValue added in v0.8.0

type CreateConfigMapRequestPathSelectorConfigMapMetadataLifecycleState added in v0.8.0

type CreateConfigMapRequestPathSelectorConfigMapMetadataLifecycleState struct{}

func (CreateConfigMapRequestPathSelectorConfigMapMetadataLifecycleState) FieldPath added in v0.8.0

func (CreateConfigMapRequestPathSelectorConfigMapMetadataLifecycleState) WithArrayOfValues added in v0.8.0

func (CreateConfigMapRequestPathSelectorConfigMapMetadataLifecycleState) WithValue added in v0.8.0

type CreateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferences

type CreateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferences struct{}

func (CreateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferences) FieldPath

func (CreateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferences) Region added in v0.8.0

func (CreateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferences) RequiresOwnerReference added in v0.8.0

func (CreateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferences) Version added in v0.8.0

func (CreateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferences) WithArrayOfValues

func (CreateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferences) WithItemValue

func (CreateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferences) WithValue

type CreateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferencesBlockOwnerDeletion

type CreateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (CreateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (CreateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (CreateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type CreateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferencesController

type CreateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferencesController struct{}

func (CreateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferencesController) FieldPath

func (CreateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferencesController) WithArrayOfValues

func (CreateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferencesController) WithValue

type CreateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferencesKind

type CreateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferencesKind struct{}

func (CreateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferencesKind) FieldPath

func (CreateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferencesKind) WithArrayOfValues

func (CreateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferencesKind) WithValue

type CreateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferencesName

type CreateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferencesName struct{}

func (CreateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferencesName) FieldPath

func (CreateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferencesName) WithArrayOfValues

func (CreateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferencesName) WithValue

type CreateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferencesRegion added in v0.8.0

type CreateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferencesRegion struct{}

func (CreateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferencesRegion) FieldPath added in v0.8.0

func (CreateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.8.0

func (CreateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferencesRegion) WithValue added in v0.8.0

type CreateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferencesRequiresOwnerReference added in v0.8.0

type CreateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferencesRequiresOwnerReference struct{}

func (CreateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.8.0

func (CreateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.8.0

func (CreateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.8.0

type CreateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferencesVersion added in v0.8.0

type CreateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferencesVersion struct{}

func (CreateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferencesVersion) FieldPath added in v0.8.0

func (CreateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.8.0

func (CreateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferencesVersion) WithValue added in v0.8.0

type CreateConfigMapRequestPathSelectorConfigMapMetadataResourceVersion

type CreateConfigMapRequestPathSelectorConfigMapMetadataResourceVersion struct{}

func (CreateConfigMapRequestPathSelectorConfigMapMetadataResourceVersion) FieldPath

func (CreateConfigMapRequestPathSelectorConfigMapMetadataResourceVersion) WithArrayOfValues

func (CreateConfigMapRequestPathSelectorConfigMapMetadataResourceVersion) WithValue

type CreateConfigMapRequestPathSelectorConfigMapMetadataShards

type CreateConfigMapRequestPathSelectorConfigMapMetadataShards struct{}

func (CreateConfigMapRequestPathSelectorConfigMapMetadataShards) FieldPath

func (CreateConfigMapRequestPathSelectorConfigMapMetadataShards) WithArrayOfValues

func (CreateConfigMapRequestPathSelectorConfigMapMetadataShards) WithKey

func (CreateConfigMapRequestPathSelectorConfigMapMetadataShards) WithValue

type CreateConfigMapRequestPathSelectorConfigMapMetadataSyncing

type CreateConfigMapRequestPathSelectorConfigMapMetadataSyncing struct{}

func (CreateConfigMapRequestPathSelectorConfigMapMetadataSyncing) FieldPath

func (CreateConfigMapRequestPathSelectorConfigMapMetadataSyncing) Regions

func (CreateConfigMapRequestPathSelectorConfigMapMetadataSyncing) WithArrayOfValues

func (CreateConfigMapRequestPathSelectorConfigMapMetadataSyncing) WithValue

type CreateConfigMapRequestPathSelectorConfigMapMetadataSyncingOwningRegion

type CreateConfigMapRequestPathSelectorConfigMapMetadataSyncingOwningRegion struct{}

func (CreateConfigMapRequestPathSelectorConfigMapMetadataSyncingOwningRegion) FieldPath

func (CreateConfigMapRequestPathSelectorConfigMapMetadataSyncingOwningRegion) WithArrayOfValues

func (CreateConfigMapRequestPathSelectorConfigMapMetadataSyncingOwningRegion) WithValue

type CreateConfigMapRequestPathSelectorConfigMapMetadataSyncingRegions

type CreateConfigMapRequestPathSelectorConfigMapMetadataSyncingRegions struct{}

func (CreateConfigMapRequestPathSelectorConfigMapMetadataSyncingRegions) FieldPath

func (CreateConfigMapRequestPathSelectorConfigMapMetadataSyncingRegions) WithArrayOfValues

func (CreateConfigMapRequestPathSelectorConfigMapMetadataSyncingRegions) WithItemValue

func (CreateConfigMapRequestPathSelectorConfigMapMetadataSyncingRegions) WithValue

type CreateConfigMapRequestPathSelectorConfigMapMetadataTags

type CreateConfigMapRequestPathSelectorConfigMapMetadataTags struct{}

func (CreateConfigMapRequestPathSelectorConfigMapMetadataTags) FieldPath

func (CreateConfigMapRequestPathSelectorConfigMapMetadataTags) WithArrayOfValues

func (CreateConfigMapRequestPathSelectorConfigMapMetadataTags) WithItemValue

func (CreateConfigMapRequestPathSelectorConfigMapMetadataTags) WithValue

type CreateConfigMapRequestPathSelectorConfigMapMetadataUpdateTime

type CreateConfigMapRequestPathSelectorConfigMapMetadataUpdateTime struct{}

func (CreateConfigMapRequestPathSelectorConfigMapMetadataUpdateTime) FieldPath

func (CreateConfigMapRequestPathSelectorConfigMapMetadataUpdateTime) WithArrayOfValues

func (CreateConfigMapRequestPathSelectorConfigMapMetadataUpdateTime) WithValue

type CreateConfigMapRequestPathSelectorConfigMapMetadataUuid

type CreateConfigMapRequestPathSelectorConfigMapMetadataUuid struct{}

func (CreateConfigMapRequestPathSelectorConfigMapMetadataUuid) FieldPath

func (CreateConfigMapRequestPathSelectorConfigMapMetadataUuid) WithArrayOfValues

func (CreateConfigMapRequestPathSelectorConfigMapMetadataUuid) WithValue

type CreateConfigMapRequestPathSelectorConfigMapName

type CreateConfigMapRequestPathSelectorConfigMapName struct{}

func (CreateConfigMapRequestPathSelectorConfigMapName) FieldPath

func (CreateConfigMapRequestPathSelectorConfigMapName) WithArrayOfValues

func (CreateConfigMapRequestPathSelectorConfigMapName) WithValue

type CreateConfigMapRequestPathSelectorParent

type CreateConfigMapRequestPathSelectorParent struct{}

func (CreateConfigMapRequestPathSelectorParent) FieldPath

func (CreateConfigMapRequestPathSelectorParent) WithArrayOfValues

func (CreateConfigMapRequestPathSelectorParent) WithValue

type CreateConfigMapRequest_FieldMask

type CreateConfigMapRequest_FieldMask struct {
	Paths []CreateConfigMapRequest_FieldPath
}

func FullCreateConfigMapRequest_FieldMask

func FullCreateConfigMapRequest_FieldMask() *CreateConfigMapRequest_FieldMask

func (*CreateConfigMapRequest_FieldMask) AppendPath

func (*CreateConfigMapRequest_FieldMask) AppendRawPath

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

func (*CreateConfigMapRequest_FieldMask) DecodeFirestore

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

func (*CreateConfigMapRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*CreateConfigMapRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*CreateConfigMapRequest_FieldMask) FromProtoFieldMask

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

func (*CreateConfigMapRequest_FieldMask) GetPaths

func (*CreateConfigMapRequest_FieldMask) GetRawPaths

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

func (*CreateConfigMapRequest_FieldMask) IsFull

func (fieldMask *CreateConfigMapRequest_FieldMask) IsFull() bool

func (CreateConfigMapRequest_FieldMask) Marshal

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

implement methods required by customType

func (CreateConfigMapRequest_FieldMask) MarshalJSON

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

func (*CreateConfigMapRequest_FieldMask) PathsCount

func (fieldMask *CreateConfigMapRequest_FieldMask) PathsCount() int

func (*CreateConfigMapRequest_FieldMask) Project

func (*CreateConfigMapRequest_FieldMask) ProjectRaw

func (*CreateConfigMapRequest_FieldMask) ProtoMessage

func (fieldMask *CreateConfigMapRequest_FieldMask) ProtoMessage()

func (*CreateConfigMapRequest_FieldMask) ProtoReflect

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

func (*CreateConfigMapRequest_FieldMask) Reset

func (fieldMask *CreateConfigMapRequest_FieldMask) Reset()

func (*CreateConfigMapRequest_FieldMask) Set

func (fieldMask *CreateConfigMapRequest_FieldMask) Set(target, source *CreateConfigMapRequest)

func (*CreateConfigMapRequest_FieldMask) SetFromCliFlag

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

func (*CreateConfigMapRequest_FieldMask) SetRaw

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

func (*CreateConfigMapRequest_FieldMask) Size

func (fieldMask *CreateConfigMapRequest_FieldMask) Size() int

func (*CreateConfigMapRequest_FieldMask) String

func (fieldMask *CreateConfigMapRequest_FieldMask) String() string

func (*CreateConfigMapRequest_FieldMask) Subtract

func (*CreateConfigMapRequest_FieldMask) SubtractRaw

func (*CreateConfigMapRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*CreateConfigMapRequest_FieldMask) Unmarshal

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

func (*CreateConfigMapRequest_FieldMask) UnmarshalJSON

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

type CreateConfigMapRequest_FieldPath

type CreateConfigMapRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() CreateConfigMapRequest_FieldPathSelector
	Get(source *CreateConfigMapRequest) []interface{}
	GetSingle(source *CreateConfigMapRequest) (interface{}, bool)
	ClearValue(item *CreateConfigMapRequest)

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

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

func MustParseCreateConfigMapRequest_FieldPath

func MustParseCreateConfigMapRequest_FieldPath(rawField string) CreateConfigMapRequest_FieldPath

func ParseCreateConfigMapRequest_FieldPath

func ParseCreateConfigMapRequest_FieldPath(rawField string) (CreateConfigMapRequest_FieldPath, error)

type CreateConfigMapRequest_FieldPathArrayItemValue

type CreateConfigMapRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	CreateConfigMapRequest_FieldPath
	ContainsValue(*CreateConfigMapRequest) bool
}

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

func MustParseCreateConfigMapRequest_FieldPathArrayItemValue

func MustParseCreateConfigMapRequest_FieldPathArrayItemValue(pathStr, valueStr string) CreateConfigMapRequest_FieldPathArrayItemValue

func ParseCreateConfigMapRequest_FieldPathArrayItemValue

func ParseCreateConfigMapRequest_FieldPathArrayItemValue(pathStr, valueStr string) (CreateConfigMapRequest_FieldPathArrayItemValue, error)

ParseCreateConfigMapRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type CreateConfigMapRequest_FieldPathArrayOfValues

type CreateConfigMapRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	CreateConfigMapRequest_FieldPath
}

CreateConfigMapRequest_FieldPathArrayOfValues allows storing slice of values for CreateConfigMapRequest fields according to their type

func MustParseCreateConfigMapRequest_FieldPathArrayOfValues

func MustParseCreateConfigMapRequest_FieldPathArrayOfValues(pathStr, valuesStr string) CreateConfigMapRequest_FieldPathArrayOfValues

func ParseCreateConfigMapRequest_FieldPathArrayOfValues

func ParseCreateConfigMapRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (CreateConfigMapRequest_FieldPathArrayOfValues, error)

type CreateConfigMapRequest_FieldPathSelector

type CreateConfigMapRequest_FieldPathSelector int32
const (
	CreateConfigMapRequest_FieldPathSelectorParent    CreateConfigMapRequest_FieldPathSelector = 0
	CreateConfigMapRequest_FieldPathSelectorConfigMap CreateConfigMapRequest_FieldPathSelector = 1
)

func (CreateConfigMapRequest_FieldPathSelector) String

type CreateConfigMapRequest_FieldPathValue

type CreateConfigMapRequest_FieldPathValue interface {
	CreateConfigMapRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **CreateConfigMapRequest)
	CompareWith(*CreateConfigMapRequest) (cmp int, comparable bool)
}

CreateConfigMapRequest_FieldPathValue allows storing values for CreateConfigMapRequest fields according to their type

func MustParseCreateConfigMapRequest_FieldPathValue

func MustParseCreateConfigMapRequest_FieldPathValue(pathStr, valueStr string) CreateConfigMapRequest_FieldPathValue

func ParseCreateConfigMapRequest_FieldPathValue

func ParseCreateConfigMapRequest_FieldPathValue(pathStr, valueStr string) (CreateConfigMapRequest_FieldPathValue, error)

type CreateConfigMapRequest_FieldSubPath

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

func (*CreateConfigMapRequest_FieldSubPath) AsConfigMapSubPath

func (*CreateConfigMapRequest_FieldSubPath) ClearValue

func (*CreateConfigMapRequest_FieldSubPath) ClearValueRaw

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

func (*CreateConfigMapRequest_FieldSubPath) Get

func (fps *CreateConfigMapRequest_FieldSubPath) Get(source *CreateConfigMapRequest) (values []interface{})

Get returns all values pointed by selected field from source CreateConfigMapRequest

func (*CreateConfigMapRequest_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*CreateConfigMapRequest_FieldSubPath) GetRaw

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

func (*CreateConfigMapRequest_FieldSubPath) GetSingle

func (fps *CreateConfigMapRequest_FieldSubPath) GetSingle(source *CreateConfigMapRequest) (interface{}, bool)

GetSingle returns value of selected field from source CreateConfigMapRequest

func (*CreateConfigMapRequest_FieldSubPath) GetSingleRaw

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

func (*CreateConfigMapRequest_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*CreateConfigMapRequest_FieldSubPath) JSONString

func (fps *CreateConfigMapRequest_FieldSubPath) JSONString() string

JSONString returns path representation is JSON convention

func (*CreateConfigMapRequest_FieldSubPath) Selector

func (*CreateConfigMapRequest_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*CreateConfigMapRequest_FieldSubPath) String

String returns path representation in proto convention

func (*CreateConfigMapRequest_FieldSubPath) WithIArrayItemValue

func (fps *CreateConfigMapRequest_FieldSubPath) WithIArrayItemValue(value interface{}) CreateConfigMapRequest_FieldPathArrayItemValue

func (*CreateConfigMapRequest_FieldSubPath) WithIArrayOfValues

func (fps *CreateConfigMapRequest_FieldSubPath) WithIArrayOfValues(values interface{}) CreateConfigMapRequest_FieldPathArrayOfValues

func (*CreateConfigMapRequest_FieldSubPath) WithIValue

func (*CreateConfigMapRequest_FieldSubPath) WithRawIArrayItemValue

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

func (*CreateConfigMapRequest_FieldSubPath) WithRawIArrayOfValues

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

func (*CreateConfigMapRequest_FieldSubPath) WithRawIValue

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

type CreateConfigMapRequest_FieldSubPathArrayItemValue

type CreateConfigMapRequest_FieldSubPathArrayItemValue struct {
	CreateConfigMapRequest_FieldPath
	// contains filtered or unexported fields
}

func (*CreateConfigMapRequest_FieldSubPathArrayItemValue) AsConfigMapPathItemValue

func (*CreateConfigMapRequest_FieldSubPathArrayItemValue) ContainsValue

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

func (*CreateConfigMapRequest_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type CreateConfigMapRequest_FieldSubPathArrayOfValues

type CreateConfigMapRequest_FieldSubPathArrayOfValues struct {
	CreateConfigMapRequest_FieldPath
	// contains filtered or unexported fields
}

func (*CreateConfigMapRequest_FieldSubPathArrayOfValues) AsConfigMapPathArrayOfValues

func (*CreateConfigMapRequest_FieldSubPathArrayOfValues) GetRawValues

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

type CreateConfigMapRequest_FieldSubPathValue

type CreateConfigMapRequest_FieldSubPathValue struct {
	CreateConfigMapRequest_FieldPath
	// contains filtered or unexported fields
}

func (*CreateConfigMapRequest_FieldSubPathValue) AsConfigMapPathValue

func (*CreateConfigMapRequest_FieldSubPathValue) CompareWith

func (*CreateConfigMapRequest_FieldSubPathValue) CompareWithRaw

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

func (*CreateConfigMapRequest_FieldSubPathValue) GetRawValue

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

func (*CreateConfigMapRequest_FieldSubPathValue) SetTo

func (*CreateConfigMapRequest_FieldSubPathValue) SetToRaw

type CreateConfigMapRequest_FieldTerminalPath

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

func (*CreateConfigMapRequest_FieldTerminalPath) ClearValue

func (*CreateConfigMapRequest_FieldTerminalPath) ClearValueRaw

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

func (*CreateConfigMapRequest_FieldTerminalPath) Get

func (fp *CreateConfigMapRequest_FieldTerminalPath) Get(source *CreateConfigMapRequest) (values []interface{})

Get returns all values pointed by specific field from source CreateConfigMapRequest

func (*CreateConfigMapRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*CreateConfigMapRequest_FieldTerminalPath) GetRaw

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

func (*CreateConfigMapRequest_FieldTerminalPath) GetSingle

func (fp *CreateConfigMapRequest_FieldTerminalPath) GetSingle(source *CreateConfigMapRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source CreateConfigMapRequest

func (*CreateConfigMapRequest_FieldTerminalPath) GetSingleRaw

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

func (*CreateConfigMapRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*CreateConfigMapRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*CreateConfigMapRequest_FieldTerminalPath) Selector

func (*CreateConfigMapRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*CreateConfigMapRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*CreateConfigMapRequest_FieldTerminalPath) WithIArrayItemValue

func (*CreateConfigMapRequest_FieldTerminalPath) WithIArrayOfValues

func (*CreateConfigMapRequest_FieldTerminalPath) WithIValue

func (*CreateConfigMapRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*CreateConfigMapRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*CreateConfigMapRequest_FieldTerminalPath) WithRawIValue

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

type CreateConfigMapRequest_FieldTerminalPathArrayItemValue

type CreateConfigMapRequest_FieldTerminalPathArrayItemValue struct {
	CreateConfigMapRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreateConfigMapRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*CreateConfigMapRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*CreateConfigMapRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*CreateConfigMapRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type CreateConfigMapRequest_FieldTerminalPathArrayOfValues

type CreateConfigMapRequest_FieldTerminalPathArrayOfValues struct {
	CreateConfigMapRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreateConfigMapRequest_FieldTerminalPathArrayOfValues) AsConfigMapArrayOfValues

func (fpaov *CreateConfigMapRequest_FieldTerminalPathArrayOfValues) AsConfigMapArrayOfValues() ([]*config_map.ConfigMap, bool)

func (*CreateConfigMapRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues

func (*CreateConfigMapRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type CreateConfigMapRequest_FieldTerminalPathValue

type CreateConfigMapRequest_FieldTerminalPathValue struct {
	CreateConfigMapRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreateConfigMapRequest_FieldTerminalPathValue) AsConfigMapValue

func (*CreateConfigMapRequest_FieldTerminalPathValue) AsParentValue

func (*CreateConfigMapRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'CreateConfigMapRequest_FieldTerminalPathValue' with the value under path in 'CreateConfigMapRequest'.

func (*CreateConfigMapRequest_FieldTerminalPathValue) CompareWithRaw

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

func (*CreateConfigMapRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*CreateConfigMapRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object CreateConfigMapRequest

func (*CreateConfigMapRequest_FieldTerminalPathValue) SetToRaw

type DeleteConfigMapDescriptor added in v0.4.28

type DeleteConfigMapDescriptor struct{}

func GetDeleteConfigMapDescriptor added in v0.4.28

func GetDeleteConfigMapDescriptor() *DeleteConfigMapDescriptor

func (*DeleteConfigMapDescriptor) GetApiDescriptor added in v0.4.28

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

func (*DeleteConfigMapDescriptor) GetApiName added in v0.4.28

func (d *DeleteConfigMapDescriptor) GetApiName() string

func (*DeleteConfigMapDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*DeleteConfigMapDescriptor) GetFullMethodName added in v0.4.28

func (d *DeleteConfigMapDescriptor) GetFullMethodName() string

func (*DeleteConfigMapDescriptor) GetMethodName added in v0.4.28

func (d *DeleteConfigMapDescriptor) GetMethodName() string

func (*DeleteConfigMapDescriptor) GetProtoPkgName added in v0.4.28

func (d *DeleteConfigMapDescriptor) GetProtoPkgName() string

func (*DeleteConfigMapDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*DeleteConfigMapDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*DeleteConfigMapDescriptor) GetServiceDomain added in v0.4.28

func (d *DeleteConfigMapDescriptor) GetServiceDomain() string

func (*DeleteConfigMapDescriptor) GetServiceVersion added in v0.4.28

func (d *DeleteConfigMapDescriptor) GetServiceVersion() string

func (*DeleteConfigMapDescriptor) GetVerb added in v0.4.28

func (d *DeleteConfigMapDescriptor) GetVerb() string

func (*DeleteConfigMapDescriptor) HasResource added in v0.4.30

func (d *DeleteConfigMapDescriptor) HasResource() bool

func (*DeleteConfigMapDescriptor) IsClientStream added in v0.4.28

func (d *DeleteConfigMapDescriptor) IsClientStream() bool

func (*DeleteConfigMapDescriptor) IsCollection added in v0.4.30

func (d *DeleteConfigMapDescriptor) IsCollection() bool

func (*DeleteConfigMapDescriptor) IsPlural added in v0.4.30

func (d *DeleteConfigMapDescriptor) IsPlural() bool

func (*DeleteConfigMapDescriptor) IsServerStream added in v0.4.28

func (d *DeleteConfigMapDescriptor) IsServerStream() bool

func (*DeleteConfigMapDescriptor) IsUnary added in v0.4.28

func (d *DeleteConfigMapDescriptor) IsUnary() bool

func (*DeleteConfigMapDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*DeleteConfigMapDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*DeleteConfigMapDescriptor) RequestHasResourceBody added in v0.4.28

func (d *DeleteConfigMapDescriptor) RequestHasResourceBody() bool

type DeleteConfigMapDescriptorClientMsgHandle added in v0.4.28

type DeleteConfigMapDescriptorClientMsgHandle struct{}

func (*DeleteConfigMapDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*DeleteConfigMapDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*DeleteConfigMapDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type DeleteConfigMapDescriptorServerMsgHandle added in v0.4.28

type DeleteConfigMapDescriptorServerMsgHandle struct{}

func (*DeleteConfigMapDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*DeleteConfigMapDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*DeleteConfigMapDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type DeleteConfigMapRequest

type DeleteConfigMapRequest struct {

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

Request message for method [DeleteConfigMap][ntt.applications.v1alpha.DeleteConfigMap]

func (*DeleteConfigMapRequest) Clone

func (*DeleteConfigMapRequest) CloneRaw

func (*DeleteConfigMapRequest) Descriptor

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

Deprecated, Use DeleteConfigMapRequest.ProtoReflect.Descriptor instead.

func (*DeleteConfigMapRequest) GetName

func (*DeleteConfigMapRequest) GotenMessage

func (*DeleteConfigMapRequest) GotenMessage()

func (*DeleteConfigMapRequest) GotenObjectExt

func (o *DeleteConfigMapRequest) GotenObjectExt()

func (*DeleteConfigMapRequest) GotenValidate

func (obj *DeleteConfigMapRequest) GotenValidate() error

func (*DeleteConfigMapRequest) MakeDiffFieldMask

func (*DeleteConfigMapRequest) MakeFullFieldMask

func (*DeleteConfigMapRequest) MakeRawDiffFieldMask

func (*DeleteConfigMapRequest) MakeRawFullFieldMask

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

func (*DeleteConfigMapRequest) Marshal

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

func (*DeleteConfigMapRequest) MarshalJSON

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

func (*DeleteConfigMapRequest) Merge

func (*DeleteConfigMapRequest) MergeRaw

func (*DeleteConfigMapRequest) ProtoMessage

func (*DeleteConfigMapRequest) ProtoMessage()

func (*DeleteConfigMapRequest) ProtoReflect

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

func (*DeleteConfigMapRequest) Reset

func (m *DeleteConfigMapRequest) Reset()

func (*DeleteConfigMapRequest) SetName

func (*DeleteConfigMapRequest) String

func (m *DeleteConfigMapRequest) String() string

func (*DeleteConfigMapRequest) Unmarshal

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

func (*DeleteConfigMapRequest) UnmarshalJSON

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

type DeleteConfigMapRequestFieldPathBuilder

type DeleteConfigMapRequestFieldPathBuilder struct{}

func NewDeleteConfigMapRequestFieldPathBuilder

func NewDeleteConfigMapRequestFieldPathBuilder() DeleteConfigMapRequestFieldPathBuilder

func (DeleteConfigMapRequestFieldPathBuilder) Name

type DeleteConfigMapRequestPathSelectorName

type DeleteConfigMapRequestPathSelectorName struct{}

func (DeleteConfigMapRequestPathSelectorName) FieldPath

func (DeleteConfigMapRequestPathSelectorName) WithArrayOfValues

func (DeleteConfigMapRequestPathSelectorName) WithValue

type DeleteConfigMapRequest_FieldMask

type DeleteConfigMapRequest_FieldMask struct {
	Paths []DeleteConfigMapRequest_FieldPath
}

func FullDeleteConfigMapRequest_FieldMask

func FullDeleteConfigMapRequest_FieldMask() *DeleteConfigMapRequest_FieldMask

func (*DeleteConfigMapRequest_FieldMask) AppendPath

func (*DeleteConfigMapRequest_FieldMask) AppendRawPath

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

func (*DeleteConfigMapRequest_FieldMask) DecodeFirestore

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

func (*DeleteConfigMapRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*DeleteConfigMapRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*DeleteConfigMapRequest_FieldMask) FromProtoFieldMask

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

func (*DeleteConfigMapRequest_FieldMask) GetPaths

func (*DeleteConfigMapRequest_FieldMask) GetRawPaths

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

func (*DeleteConfigMapRequest_FieldMask) IsFull

func (fieldMask *DeleteConfigMapRequest_FieldMask) IsFull() bool

func (DeleteConfigMapRequest_FieldMask) Marshal

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

implement methods required by customType

func (DeleteConfigMapRequest_FieldMask) MarshalJSON

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

func (*DeleteConfigMapRequest_FieldMask) PathsCount

func (fieldMask *DeleteConfigMapRequest_FieldMask) PathsCount() int

func (*DeleteConfigMapRequest_FieldMask) Project

func (*DeleteConfigMapRequest_FieldMask) ProjectRaw

func (*DeleteConfigMapRequest_FieldMask) ProtoMessage

func (fieldMask *DeleteConfigMapRequest_FieldMask) ProtoMessage()

func (*DeleteConfigMapRequest_FieldMask) ProtoReflect

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

func (*DeleteConfigMapRequest_FieldMask) Reset

func (fieldMask *DeleteConfigMapRequest_FieldMask) Reset()

func (*DeleteConfigMapRequest_FieldMask) Set

func (fieldMask *DeleteConfigMapRequest_FieldMask) Set(target, source *DeleteConfigMapRequest)

func (*DeleteConfigMapRequest_FieldMask) SetFromCliFlag

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

func (*DeleteConfigMapRequest_FieldMask) SetRaw

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

func (*DeleteConfigMapRequest_FieldMask) Size

func (fieldMask *DeleteConfigMapRequest_FieldMask) Size() int

func (*DeleteConfigMapRequest_FieldMask) String

func (fieldMask *DeleteConfigMapRequest_FieldMask) String() string

func (*DeleteConfigMapRequest_FieldMask) Subtract

func (*DeleteConfigMapRequest_FieldMask) SubtractRaw

func (*DeleteConfigMapRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*DeleteConfigMapRequest_FieldMask) Unmarshal

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

func (*DeleteConfigMapRequest_FieldMask) UnmarshalJSON

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

type DeleteConfigMapRequest_FieldPath

type DeleteConfigMapRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() DeleteConfigMapRequest_FieldPathSelector
	Get(source *DeleteConfigMapRequest) []interface{}
	GetSingle(source *DeleteConfigMapRequest) (interface{}, bool)
	ClearValue(item *DeleteConfigMapRequest)

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

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

func MustParseDeleteConfigMapRequest_FieldPath

func MustParseDeleteConfigMapRequest_FieldPath(rawField string) DeleteConfigMapRequest_FieldPath

func ParseDeleteConfigMapRequest_FieldPath

func ParseDeleteConfigMapRequest_FieldPath(rawField string) (DeleteConfigMapRequest_FieldPath, error)

type DeleteConfigMapRequest_FieldPathArrayItemValue

type DeleteConfigMapRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	DeleteConfigMapRequest_FieldPath
	ContainsValue(*DeleteConfigMapRequest) bool
}

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

func MustParseDeleteConfigMapRequest_FieldPathArrayItemValue

func MustParseDeleteConfigMapRequest_FieldPathArrayItemValue(pathStr, valueStr string) DeleteConfigMapRequest_FieldPathArrayItemValue

func ParseDeleteConfigMapRequest_FieldPathArrayItemValue

func ParseDeleteConfigMapRequest_FieldPathArrayItemValue(pathStr, valueStr string) (DeleteConfigMapRequest_FieldPathArrayItemValue, error)

ParseDeleteConfigMapRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type DeleteConfigMapRequest_FieldPathArrayOfValues

type DeleteConfigMapRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	DeleteConfigMapRequest_FieldPath
}

DeleteConfigMapRequest_FieldPathArrayOfValues allows storing slice of values for DeleteConfigMapRequest fields according to their type

func MustParseDeleteConfigMapRequest_FieldPathArrayOfValues

func MustParseDeleteConfigMapRequest_FieldPathArrayOfValues(pathStr, valuesStr string) DeleteConfigMapRequest_FieldPathArrayOfValues

func ParseDeleteConfigMapRequest_FieldPathArrayOfValues

func ParseDeleteConfigMapRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (DeleteConfigMapRequest_FieldPathArrayOfValues, error)

type DeleteConfigMapRequest_FieldPathSelector

type DeleteConfigMapRequest_FieldPathSelector int32
const (
	DeleteConfigMapRequest_FieldPathSelectorName DeleteConfigMapRequest_FieldPathSelector = 0
)

func (DeleteConfigMapRequest_FieldPathSelector) String

type DeleteConfigMapRequest_FieldPathValue

type DeleteConfigMapRequest_FieldPathValue interface {
	DeleteConfigMapRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **DeleteConfigMapRequest)
	CompareWith(*DeleteConfigMapRequest) (cmp int, comparable bool)
}

DeleteConfigMapRequest_FieldPathValue allows storing values for DeleteConfigMapRequest fields according to their type

func MustParseDeleteConfigMapRequest_FieldPathValue

func MustParseDeleteConfigMapRequest_FieldPathValue(pathStr, valueStr string) DeleteConfigMapRequest_FieldPathValue

func ParseDeleteConfigMapRequest_FieldPathValue

func ParseDeleteConfigMapRequest_FieldPathValue(pathStr, valueStr string) (DeleteConfigMapRequest_FieldPathValue, error)

type DeleteConfigMapRequest_FieldTerminalPath

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

func (*DeleteConfigMapRequest_FieldTerminalPath) ClearValue

func (*DeleteConfigMapRequest_FieldTerminalPath) ClearValueRaw

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

func (*DeleteConfigMapRequest_FieldTerminalPath) Get

func (fp *DeleteConfigMapRequest_FieldTerminalPath) Get(source *DeleteConfigMapRequest) (values []interface{})

Get returns all values pointed by specific field from source DeleteConfigMapRequest

func (*DeleteConfigMapRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*DeleteConfigMapRequest_FieldTerminalPath) GetRaw

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

func (*DeleteConfigMapRequest_FieldTerminalPath) GetSingle

func (fp *DeleteConfigMapRequest_FieldTerminalPath) GetSingle(source *DeleteConfigMapRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source DeleteConfigMapRequest

func (*DeleteConfigMapRequest_FieldTerminalPath) GetSingleRaw

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

func (*DeleteConfigMapRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*DeleteConfigMapRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*DeleteConfigMapRequest_FieldTerminalPath) Selector

func (*DeleteConfigMapRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*DeleteConfigMapRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*DeleteConfigMapRequest_FieldTerminalPath) WithIArrayItemValue

func (*DeleteConfigMapRequest_FieldTerminalPath) WithIArrayOfValues

func (*DeleteConfigMapRequest_FieldTerminalPath) WithIValue

func (*DeleteConfigMapRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*DeleteConfigMapRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*DeleteConfigMapRequest_FieldTerminalPath) WithRawIValue

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

type DeleteConfigMapRequest_FieldTerminalPathArrayItemValue

type DeleteConfigMapRequest_FieldTerminalPathArrayItemValue struct {
	DeleteConfigMapRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*DeleteConfigMapRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*DeleteConfigMapRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*DeleteConfigMapRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*DeleteConfigMapRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type DeleteConfigMapRequest_FieldTerminalPathArrayOfValues

type DeleteConfigMapRequest_FieldTerminalPathArrayOfValues struct {
	DeleteConfigMapRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*DeleteConfigMapRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (*DeleteConfigMapRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type DeleteConfigMapRequest_FieldTerminalPathValue

type DeleteConfigMapRequest_FieldTerminalPathValue struct {
	DeleteConfigMapRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*DeleteConfigMapRequest_FieldTerminalPathValue) AsNameValue

func (*DeleteConfigMapRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'DeleteConfigMapRequest_FieldTerminalPathValue' with the value under path in 'DeleteConfigMapRequest'.

func (*DeleteConfigMapRequest_FieldTerminalPathValue) CompareWithRaw

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

func (*DeleteConfigMapRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*DeleteConfigMapRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object DeleteConfigMapRequest

func (*DeleteConfigMapRequest_FieldTerminalPathValue) SetToRaw

type GetConfigMapDescriptor added in v0.4.28

type GetConfigMapDescriptor struct{}

func GetGetConfigMapDescriptor added in v0.4.28

func GetGetConfigMapDescriptor() *GetConfigMapDescriptor

func (*GetConfigMapDescriptor) GetApiDescriptor added in v0.4.28

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

func (*GetConfigMapDescriptor) GetApiName added in v0.4.28

func (d *GetConfigMapDescriptor) GetApiName() string

func (*GetConfigMapDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*GetConfigMapDescriptor) GetFullMethodName added in v0.4.28

func (d *GetConfigMapDescriptor) GetFullMethodName() string

func (*GetConfigMapDescriptor) GetMethodName added in v0.4.28

func (d *GetConfigMapDescriptor) GetMethodName() string

func (*GetConfigMapDescriptor) GetProtoPkgName added in v0.4.28

func (d *GetConfigMapDescriptor) GetProtoPkgName() string

func (*GetConfigMapDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*GetConfigMapDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*GetConfigMapDescriptor) GetServiceDomain added in v0.4.28

func (d *GetConfigMapDescriptor) GetServiceDomain() string

func (*GetConfigMapDescriptor) GetServiceVersion added in v0.4.28

func (d *GetConfigMapDescriptor) GetServiceVersion() string

func (*GetConfigMapDescriptor) GetVerb added in v0.4.28

func (d *GetConfigMapDescriptor) GetVerb() string

func (*GetConfigMapDescriptor) HasResource added in v0.4.30

func (d *GetConfigMapDescriptor) HasResource() bool

func (*GetConfigMapDescriptor) IsClientStream added in v0.4.28

func (d *GetConfigMapDescriptor) IsClientStream() bool

func (*GetConfigMapDescriptor) IsCollection added in v0.4.30

func (d *GetConfigMapDescriptor) IsCollection() bool

func (*GetConfigMapDescriptor) IsPlural added in v0.4.30

func (d *GetConfigMapDescriptor) IsPlural() bool

func (*GetConfigMapDescriptor) IsServerStream added in v0.4.28

func (d *GetConfigMapDescriptor) IsServerStream() bool

func (*GetConfigMapDescriptor) IsUnary added in v0.4.28

func (d *GetConfigMapDescriptor) IsUnary() bool

func (*GetConfigMapDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*GetConfigMapDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*GetConfigMapDescriptor) RequestHasResourceBody added in v0.4.28

func (d *GetConfigMapDescriptor) RequestHasResourceBody() bool

type GetConfigMapDescriptorClientMsgHandle added in v0.4.28

type GetConfigMapDescriptorClientMsgHandle struct{}

func (*GetConfigMapDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*GetConfigMapDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*GetConfigMapDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type GetConfigMapDescriptorServerMsgHandle added in v0.4.28

type GetConfigMapDescriptorServerMsgHandle struct{}

func (*GetConfigMapDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*GetConfigMapDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*GetConfigMapDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type GetConfigMapRequest

type GetConfigMapRequest struct {

	// Reference of ntt.applications.v1alpha.ConfigMap
	Name *config_map.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 *config_map.ConfigMap_FieldMask `` /* 141-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 [GetConfigMap][ntt.applications.v1alpha.GetConfigMap]

func (*GetConfigMapRequest) Clone

func (*GetConfigMapRequest) CloneRaw

func (*GetConfigMapRequest) Descriptor

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

Deprecated, Use GetConfigMapRequest.ProtoReflect.Descriptor instead.

func (*GetConfigMapRequest) GetFieldMask

func (*GetConfigMapRequest) GetName

func (*GetConfigMapRequest) GetView

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

func (*GetConfigMapRequest) GotenMessage

func (*GetConfigMapRequest) GotenMessage()

func (*GetConfigMapRequest) GotenObjectExt

func (o *GetConfigMapRequest) GotenObjectExt()

func (*GetConfigMapRequest) GotenValidate

func (obj *GetConfigMapRequest) GotenValidate() error

func (*GetConfigMapRequest) MakeDiffFieldMask

func (*GetConfigMapRequest) MakeFullFieldMask

func (o *GetConfigMapRequest) MakeFullFieldMask() *GetConfigMapRequest_FieldMask

func (*GetConfigMapRequest) MakeRawDiffFieldMask

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

func (*GetConfigMapRequest) MakeRawFullFieldMask

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

func (*GetConfigMapRequest) Marshal

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

func (*GetConfigMapRequest) MarshalJSON

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

func (*GetConfigMapRequest) Merge

func (o *GetConfigMapRequest) Merge(source *GetConfigMapRequest)

func (*GetConfigMapRequest) MergeRaw

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

func (*GetConfigMapRequest) ProtoMessage

func (*GetConfigMapRequest) ProtoMessage()

func (*GetConfigMapRequest) ProtoReflect

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

func (*GetConfigMapRequest) Reset

func (m *GetConfigMapRequest) Reset()

func (*GetConfigMapRequest) SetFieldMask

func (m *GetConfigMapRequest) SetFieldMask(fv *config_map.ConfigMap_FieldMask)

func (*GetConfigMapRequest) SetName

func (m *GetConfigMapRequest) SetName(fv *config_map.Reference)

func (*GetConfigMapRequest) SetView

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

func (*GetConfigMapRequest) String

func (m *GetConfigMapRequest) String() string

func (*GetConfigMapRequest) Unmarshal

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

func (*GetConfigMapRequest) UnmarshalJSON

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

type GetConfigMapRequestFieldPathBuilder

type GetConfigMapRequestFieldPathBuilder struct{}

func NewGetConfigMapRequestFieldPathBuilder

func NewGetConfigMapRequestFieldPathBuilder() GetConfigMapRequestFieldPathBuilder

func (GetConfigMapRequestFieldPathBuilder) FieldMask

func (GetConfigMapRequestFieldPathBuilder) Name

func (GetConfigMapRequestFieldPathBuilder) View

type GetConfigMapRequestPathSelectorFieldMask

type GetConfigMapRequestPathSelectorFieldMask struct{}

func (GetConfigMapRequestPathSelectorFieldMask) FieldPath

func (GetConfigMapRequestPathSelectorFieldMask) WithArrayOfValues

func (GetConfigMapRequestPathSelectorFieldMask) WithValue

type GetConfigMapRequestPathSelectorName

type GetConfigMapRequestPathSelectorName struct{}

func (GetConfigMapRequestPathSelectorName) FieldPath

func (GetConfigMapRequestPathSelectorName) WithArrayOfValues

func (GetConfigMapRequestPathSelectorName) WithValue

type GetConfigMapRequestPathSelectorView

type GetConfigMapRequestPathSelectorView struct{}

func (GetConfigMapRequestPathSelectorView) FieldPath

func (GetConfigMapRequestPathSelectorView) WithArrayOfValues

func (GetConfigMapRequestPathSelectorView) WithValue

type GetConfigMapRequest_FieldMask

type GetConfigMapRequest_FieldMask struct {
	Paths []GetConfigMapRequest_FieldPath
}

func FullGetConfigMapRequest_FieldMask

func FullGetConfigMapRequest_FieldMask() *GetConfigMapRequest_FieldMask

func (*GetConfigMapRequest_FieldMask) AppendPath

func (*GetConfigMapRequest_FieldMask) AppendRawPath

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

func (*GetConfigMapRequest_FieldMask) DecodeFirestore

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

func (*GetConfigMapRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*GetConfigMapRequest_FieldMask) FilterInputFields

func (fieldMask *GetConfigMapRequest_FieldMask) FilterInputFields() *GetConfigMapRequest_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*GetConfigMapRequest_FieldMask) FromProtoFieldMask

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

func (*GetConfigMapRequest_FieldMask) GetPaths

func (*GetConfigMapRequest_FieldMask) GetRawPaths

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

func (*GetConfigMapRequest_FieldMask) IsFull

func (fieldMask *GetConfigMapRequest_FieldMask) IsFull() bool

func (GetConfigMapRequest_FieldMask) Marshal

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

implement methods required by customType

func (GetConfigMapRequest_FieldMask) MarshalJSON

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

func (*GetConfigMapRequest_FieldMask) PathsCount

func (fieldMask *GetConfigMapRequest_FieldMask) PathsCount() int

func (*GetConfigMapRequest_FieldMask) Project

func (*GetConfigMapRequest_FieldMask) ProjectRaw

func (*GetConfigMapRequest_FieldMask) ProtoMessage

func (fieldMask *GetConfigMapRequest_FieldMask) ProtoMessage()

func (*GetConfigMapRequest_FieldMask) ProtoReflect

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

func (*GetConfigMapRequest_FieldMask) Reset

func (fieldMask *GetConfigMapRequest_FieldMask) Reset()

func (*GetConfigMapRequest_FieldMask) Set

func (fieldMask *GetConfigMapRequest_FieldMask) Set(target, source *GetConfigMapRequest)

func (*GetConfigMapRequest_FieldMask) SetFromCliFlag

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

func (*GetConfigMapRequest_FieldMask) SetRaw

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

func (*GetConfigMapRequest_FieldMask) Size

func (fieldMask *GetConfigMapRequest_FieldMask) Size() int

func (*GetConfigMapRequest_FieldMask) String

func (fieldMask *GetConfigMapRequest_FieldMask) String() string

func (*GetConfigMapRequest_FieldMask) Subtract

func (*GetConfigMapRequest_FieldMask) SubtractRaw

func (*GetConfigMapRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*GetConfigMapRequest_FieldMask) Unmarshal

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

func (*GetConfigMapRequest_FieldMask) UnmarshalJSON

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

type GetConfigMapRequest_FieldPath

type GetConfigMapRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() GetConfigMapRequest_FieldPathSelector
	Get(source *GetConfigMapRequest) []interface{}
	GetSingle(source *GetConfigMapRequest) (interface{}, bool)
	ClearValue(item *GetConfigMapRequest)

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

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

func MustParseGetConfigMapRequest_FieldPath

func MustParseGetConfigMapRequest_FieldPath(rawField string) GetConfigMapRequest_FieldPath

func ParseGetConfigMapRequest_FieldPath

func ParseGetConfigMapRequest_FieldPath(rawField string) (GetConfigMapRequest_FieldPath, error)

type GetConfigMapRequest_FieldPathArrayItemValue

type GetConfigMapRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	GetConfigMapRequest_FieldPath
	ContainsValue(*GetConfigMapRequest) bool
}

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

func MustParseGetConfigMapRequest_FieldPathArrayItemValue

func MustParseGetConfigMapRequest_FieldPathArrayItemValue(pathStr, valueStr string) GetConfigMapRequest_FieldPathArrayItemValue

func ParseGetConfigMapRequest_FieldPathArrayItemValue

func ParseGetConfigMapRequest_FieldPathArrayItemValue(pathStr, valueStr string) (GetConfigMapRequest_FieldPathArrayItemValue, error)

ParseGetConfigMapRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type GetConfigMapRequest_FieldPathArrayOfValues

type GetConfigMapRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	GetConfigMapRequest_FieldPath
}

GetConfigMapRequest_FieldPathArrayOfValues allows storing slice of values for GetConfigMapRequest fields according to their type

func MustParseGetConfigMapRequest_FieldPathArrayOfValues

func MustParseGetConfigMapRequest_FieldPathArrayOfValues(pathStr, valuesStr string) GetConfigMapRequest_FieldPathArrayOfValues

func ParseGetConfigMapRequest_FieldPathArrayOfValues

func ParseGetConfigMapRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (GetConfigMapRequest_FieldPathArrayOfValues, error)

type GetConfigMapRequest_FieldPathSelector

type GetConfigMapRequest_FieldPathSelector int32
const (
	GetConfigMapRequest_FieldPathSelectorName      GetConfigMapRequest_FieldPathSelector = 0
	GetConfigMapRequest_FieldPathSelectorFieldMask GetConfigMapRequest_FieldPathSelector = 1
	GetConfigMapRequest_FieldPathSelectorView      GetConfigMapRequest_FieldPathSelector = 2
)

func (GetConfigMapRequest_FieldPathSelector) String

type GetConfigMapRequest_FieldPathValue

type GetConfigMapRequest_FieldPathValue interface {
	GetConfigMapRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **GetConfigMapRequest)
	CompareWith(*GetConfigMapRequest) (cmp int, comparable bool)
}

GetConfigMapRequest_FieldPathValue allows storing values for GetConfigMapRequest fields according to their type

func MustParseGetConfigMapRequest_FieldPathValue

func MustParseGetConfigMapRequest_FieldPathValue(pathStr, valueStr string) GetConfigMapRequest_FieldPathValue

func ParseGetConfigMapRequest_FieldPathValue

func ParseGetConfigMapRequest_FieldPathValue(pathStr, valueStr string) (GetConfigMapRequest_FieldPathValue, error)

type GetConfigMapRequest_FieldTerminalPath

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

func (*GetConfigMapRequest_FieldTerminalPath) ClearValue

func (*GetConfigMapRequest_FieldTerminalPath) ClearValueRaw

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

func (*GetConfigMapRequest_FieldTerminalPath) Get

func (fp *GetConfigMapRequest_FieldTerminalPath) Get(source *GetConfigMapRequest) (values []interface{})

Get returns all values pointed by specific field from source GetConfigMapRequest

func (*GetConfigMapRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*GetConfigMapRequest_FieldTerminalPath) GetRaw

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

func (*GetConfigMapRequest_FieldTerminalPath) GetSingle

func (fp *GetConfigMapRequest_FieldTerminalPath) GetSingle(source *GetConfigMapRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source GetConfigMapRequest

func (*GetConfigMapRequest_FieldTerminalPath) GetSingleRaw

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

func (*GetConfigMapRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*GetConfigMapRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*GetConfigMapRequest_FieldTerminalPath) Selector

func (*GetConfigMapRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*GetConfigMapRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*GetConfigMapRequest_FieldTerminalPath) WithIArrayItemValue

func (*GetConfigMapRequest_FieldTerminalPath) WithIArrayOfValues

func (fp *GetConfigMapRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) GetConfigMapRequest_FieldPathArrayOfValues

func (*GetConfigMapRequest_FieldTerminalPath) WithIValue

func (*GetConfigMapRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*GetConfigMapRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*GetConfigMapRequest_FieldTerminalPath) WithRawIValue

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

type GetConfigMapRequest_FieldTerminalPathArrayItemValue

type GetConfigMapRequest_FieldTerminalPathArrayItemValue struct {
	GetConfigMapRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetConfigMapRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*GetConfigMapRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*GetConfigMapRequest_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *GetConfigMapRequest_FieldTerminalPathArrayItemValue) GetSingle(source *GetConfigMapRequest) (interface{}, bool)

func (*GetConfigMapRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type GetConfigMapRequest_FieldTerminalPathArrayOfValues

type GetConfigMapRequest_FieldTerminalPathArrayOfValues struct {
	GetConfigMapRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetConfigMapRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*GetConfigMapRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (*GetConfigMapRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

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

func (*GetConfigMapRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type GetConfigMapRequest_FieldTerminalPathValue

type GetConfigMapRequest_FieldTerminalPathValue struct {
	GetConfigMapRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetConfigMapRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*GetConfigMapRequest_FieldTerminalPathValue) AsNameValue

func (*GetConfigMapRequest_FieldTerminalPathValue) AsViewValue

func (*GetConfigMapRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'GetConfigMapRequest_FieldTerminalPathValue' with the value under path in 'GetConfigMapRequest'.

func (*GetConfigMapRequest_FieldTerminalPathValue) CompareWithRaw

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

func (*GetConfigMapRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*GetConfigMapRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object GetConfigMapRequest

func (*GetConfigMapRequest_FieldTerminalPathValue) SetToRaw

type ListConfigMapsDescriptor added in v0.4.28

type ListConfigMapsDescriptor struct{}

func GetListConfigMapsDescriptor added in v0.4.28

func GetListConfigMapsDescriptor() *ListConfigMapsDescriptor

func (*ListConfigMapsDescriptor) GetApiDescriptor added in v0.4.28

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

func (*ListConfigMapsDescriptor) GetApiName added in v0.4.28

func (d *ListConfigMapsDescriptor) GetApiName() string

func (*ListConfigMapsDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*ListConfigMapsDescriptor) GetFullMethodName added in v0.4.28

func (d *ListConfigMapsDescriptor) GetFullMethodName() string

func (*ListConfigMapsDescriptor) GetMethodName added in v0.4.28

func (d *ListConfigMapsDescriptor) GetMethodName() string

func (*ListConfigMapsDescriptor) GetProtoPkgName added in v0.4.28

func (d *ListConfigMapsDescriptor) GetProtoPkgName() string

func (*ListConfigMapsDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*ListConfigMapsDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*ListConfigMapsDescriptor) GetServiceDomain added in v0.4.28

func (d *ListConfigMapsDescriptor) GetServiceDomain() string

func (*ListConfigMapsDescriptor) GetServiceVersion added in v0.4.28

func (d *ListConfigMapsDescriptor) GetServiceVersion() string

func (*ListConfigMapsDescriptor) GetVerb added in v0.4.28

func (d *ListConfigMapsDescriptor) GetVerb() string

func (*ListConfigMapsDescriptor) HasResource added in v0.4.30

func (d *ListConfigMapsDescriptor) HasResource() bool

func (*ListConfigMapsDescriptor) IsClientStream added in v0.4.28

func (d *ListConfigMapsDescriptor) IsClientStream() bool

func (*ListConfigMapsDescriptor) IsCollection added in v0.4.30

func (d *ListConfigMapsDescriptor) IsCollection() bool

func (*ListConfigMapsDescriptor) IsPlural added in v0.4.30

func (d *ListConfigMapsDescriptor) IsPlural() bool

func (*ListConfigMapsDescriptor) IsServerStream added in v0.4.28

func (d *ListConfigMapsDescriptor) IsServerStream() bool

func (*ListConfigMapsDescriptor) IsUnary added in v0.4.28

func (d *ListConfigMapsDescriptor) IsUnary() bool

func (*ListConfigMapsDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*ListConfigMapsDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*ListConfigMapsDescriptor) RequestHasResourceBody added in v0.4.28

func (d *ListConfigMapsDescriptor) RequestHasResourceBody() bool

type ListConfigMapsDescriptorClientMsgHandle added in v0.4.28

type ListConfigMapsDescriptorClientMsgHandle struct{}

func (*ListConfigMapsDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*ListConfigMapsDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*ListConfigMapsDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type ListConfigMapsDescriptorServerMsgHandle added in v0.4.28

type ListConfigMapsDescriptorServerMsgHandle struct{}

func (*ListConfigMapsDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*ListConfigMapsDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*ListConfigMapsDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type ListConfigMapsRequest

type ListConfigMapsRequest struct {

	// Parent name of ntt.applications.v1alpha.ConfigMap
	Parent *config_map.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Requested page size. Server may return fewer ConfigMaps 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
	// [ListConfigMapsResponse.next_page_token][ntt.applications.v1alpha.ListConfigMapsResponse.next_page_token]
	PageToken *config_map.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 *config_map.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 *config_map.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 *config_map.ConfigMap_FieldMask `` /* 141-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 [ListConfigMaps][ntt.applications.v1alpha.ListConfigMaps]

func (*ListConfigMapsRequest) Clone

func (*ListConfigMapsRequest) CloneRaw

func (*ListConfigMapsRequest) Descriptor

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

Deprecated, Use ListConfigMapsRequest.ProtoReflect.Descriptor instead.

func (*ListConfigMapsRequest) GetFieldMask

func (*ListConfigMapsRequest) GetFilter

func (m *ListConfigMapsRequest) GetFilter() *config_map.Filter

func (*ListConfigMapsRequest) GetIncludePagingInfo added in v0.10.1

func (m *ListConfigMapsRequest) GetIncludePagingInfo() bool

func (*ListConfigMapsRequest) GetOrderBy

func (m *ListConfigMapsRequest) GetOrderBy() *config_map.OrderBy

func (*ListConfigMapsRequest) GetPageSize

func (m *ListConfigMapsRequest) GetPageSize() int32

func (*ListConfigMapsRequest) GetPageToken

func (m *ListConfigMapsRequest) GetPageToken() *config_map.PagerCursor

func (*ListConfigMapsRequest) GetParent

func (*ListConfigMapsRequest) GetView

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

func (*ListConfigMapsRequest) GotenMessage

func (*ListConfigMapsRequest) GotenMessage()

func (*ListConfigMapsRequest) GotenObjectExt

func (o *ListConfigMapsRequest) GotenObjectExt()

func (*ListConfigMapsRequest) GotenValidate

func (obj *ListConfigMapsRequest) GotenValidate() error

func (*ListConfigMapsRequest) MakeDiffFieldMask

func (*ListConfigMapsRequest) MakeFullFieldMask

func (*ListConfigMapsRequest) MakeRawDiffFieldMask

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

func (*ListConfigMapsRequest) MakeRawFullFieldMask

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

func (*ListConfigMapsRequest) Marshal

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

func (*ListConfigMapsRequest) MarshalJSON

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

func (*ListConfigMapsRequest) Merge

func (o *ListConfigMapsRequest) Merge(source *ListConfigMapsRequest)

func (*ListConfigMapsRequest) MergeRaw

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

func (*ListConfigMapsRequest) ProtoMessage

func (*ListConfigMapsRequest) ProtoMessage()

func (*ListConfigMapsRequest) ProtoReflect

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

func (*ListConfigMapsRequest) Reset

func (m *ListConfigMapsRequest) Reset()

func (*ListConfigMapsRequest) SetFieldMask

func (*ListConfigMapsRequest) SetFilter

func (m *ListConfigMapsRequest) SetFilter(fv *config_map.Filter)

func (*ListConfigMapsRequest) SetIncludePagingInfo added in v0.10.1

func (m *ListConfigMapsRequest) SetIncludePagingInfo(fv bool)

func (*ListConfigMapsRequest) SetOrderBy

func (m *ListConfigMapsRequest) SetOrderBy(fv *config_map.OrderBy)

func (*ListConfigMapsRequest) SetPageSize

func (m *ListConfigMapsRequest) SetPageSize(fv int32)

func (*ListConfigMapsRequest) SetPageToken

func (m *ListConfigMapsRequest) SetPageToken(fv *config_map.PagerCursor)

func (*ListConfigMapsRequest) SetParent

func (m *ListConfigMapsRequest) SetParent(fv *config_map.ParentName)

func (*ListConfigMapsRequest) SetView

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

func (*ListConfigMapsRequest) String

func (m *ListConfigMapsRequest) String() string

func (*ListConfigMapsRequest) Unmarshal

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

func (*ListConfigMapsRequest) UnmarshalJSON

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

type ListConfigMapsRequestFieldPathBuilder

type ListConfigMapsRequestFieldPathBuilder struct{}

func NewListConfigMapsRequestFieldPathBuilder

func NewListConfigMapsRequestFieldPathBuilder() ListConfigMapsRequestFieldPathBuilder

func (ListConfigMapsRequestFieldPathBuilder) FieldMask

func (ListConfigMapsRequestFieldPathBuilder) Filter

func (ListConfigMapsRequestFieldPathBuilder) IncludePagingInfo added in v0.10.1

func (ListConfigMapsRequestFieldPathBuilder) OrderBy

func (ListConfigMapsRequestFieldPathBuilder) PageSize

func (ListConfigMapsRequestFieldPathBuilder) PageToken

func (ListConfigMapsRequestFieldPathBuilder) Parent

func (ListConfigMapsRequestFieldPathBuilder) View

type ListConfigMapsRequestPathSelectorFieldMask

type ListConfigMapsRequestPathSelectorFieldMask struct{}

func (ListConfigMapsRequestPathSelectorFieldMask) FieldPath

func (ListConfigMapsRequestPathSelectorFieldMask) WithArrayOfValues

func (ListConfigMapsRequestPathSelectorFieldMask) WithValue

type ListConfigMapsRequestPathSelectorFilter

type ListConfigMapsRequestPathSelectorFilter struct{}

func (ListConfigMapsRequestPathSelectorFilter) FieldPath

func (ListConfigMapsRequestPathSelectorFilter) WithArrayOfValues

func (ListConfigMapsRequestPathSelectorFilter) WithValue

type ListConfigMapsRequestPathSelectorIncludePagingInfo added in v0.10.1

type ListConfigMapsRequestPathSelectorIncludePagingInfo struct{}

func (ListConfigMapsRequestPathSelectorIncludePagingInfo) FieldPath added in v0.10.1

func (ListConfigMapsRequestPathSelectorIncludePagingInfo) WithArrayOfValues added in v0.10.1

func (ListConfigMapsRequestPathSelectorIncludePagingInfo) WithValue added in v0.10.1

type ListConfigMapsRequestPathSelectorOrderBy

type ListConfigMapsRequestPathSelectorOrderBy struct{}

func (ListConfigMapsRequestPathSelectorOrderBy) FieldPath

func (ListConfigMapsRequestPathSelectorOrderBy) WithArrayOfValues

func (ListConfigMapsRequestPathSelectorOrderBy) WithValue

type ListConfigMapsRequestPathSelectorPageSize

type ListConfigMapsRequestPathSelectorPageSize struct{}

func (ListConfigMapsRequestPathSelectorPageSize) FieldPath

func (ListConfigMapsRequestPathSelectorPageSize) WithArrayOfValues

func (ListConfigMapsRequestPathSelectorPageSize) WithValue

type ListConfigMapsRequestPathSelectorPageToken

type ListConfigMapsRequestPathSelectorPageToken struct{}

func (ListConfigMapsRequestPathSelectorPageToken) FieldPath

func (ListConfigMapsRequestPathSelectorPageToken) WithArrayOfValues

func (ListConfigMapsRequestPathSelectorPageToken) WithValue

type ListConfigMapsRequestPathSelectorParent

type ListConfigMapsRequestPathSelectorParent struct{}

func (ListConfigMapsRequestPathSelectorParent) FieldPath

func (ListConfigMapsRequestPathSelectorParent) WithArrayOfValues

func (ListConfigMapsRequestPathSelectorParent) WithValue

type ListConfigMapsRequestPathSelectorView

type ListConfigMapsRequestPathSelectorView struct{}

func (ListConfigMapsRequestPathSelectorView) FieldPath

func (ListConfigMapsRequestPathSelectorView) WithArrayOfValues

func (ListConfigMapsRequestPathSelectorView) WithValue

type ListConfigMapsRequest_FieldMask

type ListConfigMapsRequest_FieldMask struct {
	Paths []ListConfigMapsRequest_FieldPath
}

func FullListConfigMapsRequest_FieldMask

func FullListConfigMapsRequest_FieldMask() *ListConfigMapsRequest_FieldMask

func (*ListConfigMapsRequest_FieldMask) AppendPath

func (*ListConfigMapsRequest_FieldMask) AppendRawPath

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

func (*ListConfigMapsRequest_FieldMask) DecodeFirestore

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

func (*ListConfigMapsRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*ListConfigMapsRequest_FieldMask) FilterInputFields

func (fieldMask *ListConfigMapsRequest_FieldMask) FilterInputFields() *ListConfigMapsRequest_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*ListConfigMapsRequest_FieldMask) FromProtoFieldMask

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

func (*ListConfigMapsRequest_FieldMask) GetPaths

func (*ListConfigMapsRequest_FieldMask) GetRawPaths

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

func (*ListConfigMapsRequest_FieldMask) IsFull

func (fieldMask *ListConfigMapsRequest_FieldMask) IsFull() bool

func (ListConfigMapsRequest_FieldMask) Marshal

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

implement methods required by customType

func (ListConfigMapsRequest_FieldMask) MarshalJSON

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

func (*ListConfigMapsRequest_FieldMask) PathsCount

func (fieldMask *ListConfigMapsRequest_FieldMask) PathsCount() int

func (*ListConfigMapsRequest_FieldMask) Project

func (*ListConfigMapsRequest_FieldMask) ProjectRaw

func (*ListConfigMapsRequest_FieldMask) ProtoMessage

func (fieldMask *ListConfigMapsRequest_FieldMask) ProtoMessage()

func (*ListConfigMapsRequest_FieldMask) ProtoReflect

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

func (*ListConfigMapsRequest_FieldMask) Reset

func (fieldMask *ListConfigMapsRequest_FieldMask) Reset()

func (*ListConfigMapsRequest_FieldMask) Set

func (fieldMask *ListConfigMapsRequest_FieldMask) Set(target, source *ListConfigMapsRequest)

func (*ListConfigMapsRequest_FieldMask) SetFromCliFlag

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

func (*ListConfigMapsRequest_FieldMask) SetRaw

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

func (*ListConfigMapsRequest_FieldMask) Size

func (fieldMask *ListConfigMapsRequest_FieldMask) Size() int

func (*ListConfigMapsRequest_FieldMask) String

func (fieldMask *ListConfigMapsRequest_FieldMask) String() string

func (*ListConfigMapsRequest_FieldMask) Subtract

func (*ListConfigMapsRequest_FieldMask) SubtractRaw

func (*ListConfigMapsRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*ListConfigMapsRequest_FieldMask) Unmarshal

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

func (*ListConfigMapsRequest_FieldMask) UnmarshalJSON

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

type ListConfigMapsRequest_FieldPath

type ListConfigMapsRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() ListConfigMapsRequest_FieldPathSelector
	Get(source *ListConfigMapsRequest) []interface{}
	GetSingle(source *ListConfigMapsRequest) (interface{}, bool)
	ClearValue(item *ListConfigMapsRequest)

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

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

func MustParseListConfigMapsRequest_FieldPath

func MustParseListConfigMapsRequest_FieldPath(rawField string) ListConfigMapsRequest_FieldPath

func ParseListConfigMapsRequest_FieldPath

func ParseListConfigMapsRequest_FieldPath(rawField string) (ListConfigMapsRequest_FieldPath, error)

type ListConfigMapsRequest_FieldPathArrayItemValue

type ListConfigMapsRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	ListConfigMapsRequest_FieldPath
	ContainsValue(*ListConfigMapsRequest) bool
}

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

func MustParseListConfigMapsRequest_FieldPathArrayItemValue

func MustParseListConfigMapsRequest_FieldPathArrayItemValue(pathStr, valueStr string) ListConfigMapsRequest_FieldPathArrayItemValue

func ParseListConfigMapsRequest_FieldPathArrayItemValue

func ParseListConfigMapsRequest_FieldPathArrayItemValue(pathStr, valueStr string) (ListConfigMapsRequest_FieldPathArrayItemValue, error)

ParseListConfigMapsRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type ListConfigMapsRequest_FieldPathArrayOfValues

type ListConfigMapsRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	ListConfigMapsRequest_FieldPath
}

ListConfigMapsRequest_FieldPathArrayOfValues allows storing slice of values for ListConfigMapsRequest fields according to their type

func MustParseListConfigMapsRequest_FieldPathArrayOfValues

func MustParseListConfigMapsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) ListConfigMapsRequest_FieldPathArrayOfValues

func ParseListConfigMapsRequest_FieldPathArrayOfValues

func ParseListConfigMapsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (ListConfigMapsRequest_FieldPathArrayOfValues, error)

type ListConfigMapsRequest_FieldPathSelector

type ListConfigMapsRequest_FieldPathSelector int32
const (
	ListConfigMapsRequest_FieldPathSelectorParent            ListConfigMapsRequest_FieldPathSelector = 0
	ListConfigMapsRequest_FieldPathSelectorPageSize          ListConfigMapsRequest_FieldPathSelector = 1
	ListConfigMapsRequest_FieldPathSelectorPageToken         ListConfigMapsRequest_FieldPathSelector = 2
	ListConfigMapsRequest_FieldPathSelectorOrderBy           ListConfigMapsRequest_FieldPathSelector = 3
	ListConfigMapsRequest_FieldPathSelectorFilter            ListConfigMapsRequest_FieldPathSelector = 4
	ListConfigMapsRequest_FieldPathSelectorFieldMask         ListConfigMapsRequest_FieldPathSelector = 5
	ListConfigMapsRequest_FieldPathSelectorView              ListConfigMapsRequest_FieldPathSelector = 6
	ListConfigMapsRequest_FieldPathSelectorIncludePagingInfo ListConfigMapsRequest_FieldPathSelector = 7
)

func (ListConfigMapsRequest_FieldPathSelector) String

type ListConfigMapsRequest_FieldPathValue

type ListConfigMapsRequest_FieldPathValue interface {
	ListConfigMapsRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **ListConfigMapsRequest)
	CompareWith(*ListConfigMapsRequest) (cmp int, comparable bool)
}

ListConfigMapsRequest_FieldPathValue allows storing values for ListConfigMapsRequest fields according to their type

func MustParseListConfigMapsRequest_FieldPathValue

func MustParseListConfigMapsRequest_FieldPathValue(pathStr, valueStr string) ListConfigMapsRequest_FieldPathValue

func ParseListConfigMapsRequest_FieldPathValue

func ParseListConfigMapsRequest_FieldPathValue(pathStr, valueStr string) (ListConfigMapsRequest_FieldPathValue, error)

type ListConfigMapsRequest_FieldTerminalPath

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

func (*ListConfigMapsRequest_FieldTerminalPath) ClearValue

func (*ListConfigMapsRequest_FieldTerminalPath) ClearValueRaw

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

func (*ListConfigMapsRequest_FieldTerminalPath) Get

func (fp *ListConfigMapsRequest_FieldTerminalPath) Get(source *ListConfigMapsRequest) (values []interface{})

Get returns all values pointed by specific field from source ListConfigMapsRequest

func (*ListConfigMapsRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ListConfigMapsRequest_FieldTerminalPath) GetRaw

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

func (*ListConfigMapsRequest_FieldTerminalPath) GetSingle

func (fp *ListConfigMapsRequest_FieldTerminalPath) GetSingle(source *ListConfigMapsRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source ListConfigMapsRequest

func (*ListConfigMapsRequest_FieldTerminalPath) GetSingleRaw

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

func (*ListConfigMapsRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListConfigMapsRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*ListConfigMapsRequest_FieldTerminalPath) Selector

func (*ListConfigMapsRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*ListConfigMapsRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*ListConfigMapsRequest_FieldTerminalPath) WithIArrayItemValue

func (*ListConfigMapsRequest_FieldTerminalPath) WithIArrayOfValues

func (*ListConfigMapsRequest_FieldTerminalPath) WithIValue

func (*ListConfigMapsRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*ListConfigMapsRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*ListConfigMapsRequest_FieldTerminalPath) WithRawIValue

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

type ListConfigMapsRequest_FieldTerminalPathArrayItemValue

type ListConfigMapsRequest_FieldTerminalPathArrayItemValue struct {
	ListConfigMapsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListConfigMapsRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*ListConfigMapsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*ListConfigMapsRequest_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *ListConfigMapsRequest_FieldTerminalPathArrayItemValue) GetSingle(source *ListConfigMapsRequest) (interface{}, bool)

func (*ListConfigMapsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type ListConfigMapsRequest_FieldTerminalPathArrayOfValues

type ListConfigMapsRequest_FieldTerminalPathArrayOfValues struct {
	ListConfigMapsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListConfigMapsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*ListConfigMapsRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues

func (fpaov *ListConfigMapsRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues() ([]*config_map.Filter, bool)

func (*ListConfigMapsRequest_FieldTerminalPathArrayOfValues) AsIncludePagingInfoArrayOfValues added in v0.10.1

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

func (*ListConfigMapsRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues

func (fpaov *ListConfigMapsRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues() ([]*config_map.OrderBy, bool)

func (*ListConfigMapsRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues

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

func (*ListConfigMapsRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues

func (fpaov *ListConfigMapsRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues() ([]*config_map.PagerCursor, bool)

func (*ListConfigMapsRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues

func (*ListConfigMapsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

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

func (*ListConfigMapsRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type ListConfigMapsRequest_FieldTerminalPathValue

type ListConfigMapsRequest_FieldTerminalPathValue struct {
	ListConfigMapsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListConfigMapsRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*ListConfigMapsRequest_FieldTerminalPathValue) AsFilterValue

func (*ListConfigMapsRequest_FieldTerminalPathValue) AsIncludePagingInfoValue added in v0.10.1

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

func (*ListConfigMapsRequest_FieldTerminalPathValue) AsOrderByValue

func (*ListConfigMapsRequest_FieldTerminalPathValue) AsPageSizeValue

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

func (*ListConfigMapsRequest_FieldTerminalPathValue) AsPageTokenValue

func (*ListConfigMapsRequest_FieldTerminalPathValue) AsParentValue

func (*ListConfigMapsRequest_FieldTerminalPathValue) AsViewValue

func (*ListConfigMapsRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'ListConfigMapsRequest_FieldTerminalPathValue' with the value under path in 'ListConfigMapsRequest'.

func (*ListConfigMapsRequest_FieldTerminalPathValue) CompareWithRaw

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

func (*ListConfigMapsRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*ListConfigMapsRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object ListConfigMapsRequest

func (*ListConfigMapsRequest_FieldTerminalPathValue) SetToRaw

type ListConfigMapsResponse

type ListConfigMapsResponse struct {

	// The list of ConfigMaps
	ConfigMaps []*config_map.ConfigMap `protobuf:"bytes,1,rep,name=config_maps,json=configMaps,proto3" json:"config_maps,omitempty" firestore:"configMaps"`
	// A token to retrieve previous page of results. Pass this value in the
	// [ListConfigMapsRequest.page_token][ntt.applications.v1alpha.ListConfigMapsRequest.page_token]
	PrevPageToken *config_map.PagerCursor `` /* 151-byte string literal not displayed */
	// A token to retrieve next page of results. Pass this value in the
	// [ListConfigMapsRequest.page_token][ntt.applications.v1alpha.ListConfigMapsRequest.page_token]
	NextPageToken *config_map.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 ConfigMaps 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 [ListConfigMaps][ntt.applications.v1alpha.ListConfigMaps]

func (*ListConfigMapsResponse) Clone

func (*ListConfigMapsResponse) CloneRaw

func (*ListConfigMapsResponse) Descriptor

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

Deprecated, Use ListConfigMapsResponse.ProtoReflect.Descriptor instead.

func (*ListConfigMapsResponse) GetConfigMaps

func (m *ListConfigMapsResponse) GetConfigMaps() []*config_map.ConfigMap

func (*ListConfigMapsResponse) GetCurrentOffset added in v0.10.1

func (m *ListConfigMapsResponse) GetCurrentOffset() int32

func (*ListConfigMapsResponse) GetNextPageToken

func (m *ListConfigMapsResponse) GetNextPageToken() *config_map.PagerCursor

func (*ListConfigMapsResponse) GetPrevPageToken

func (m *ListConfigMapsResponse) GetPrevPageToken() *config_map.PagerCursor

func (*ListConfigMapsResponse) GetTotalResultsCount added in v0.10.1

func (m *ListConfigMapsResponse) GetTotalResultsCount() int32

func (*ListConfigMapsResponse) GotenMessage

func (*ListConfigMapsResponse) GotenMessage()

func (*ListConfigMapsResponse) GotenObjectExt

func (o *ListConfigMapsResponse) GotenObjectExt()

func (*ListConfigMapsResponse) GotenValidate

func (obj *ListConfigMapsResponse) GotenValidate() error

func (*ListConfigMapsResponse) MakeDiffFieldMask

func (*ListConfigMapsResponse) MakeFullFieldMask

func (*ListConfigMapsResponse) MakeRawDiffFieldMask

func (*ListConfigMapsResponse) MakeRawFullFieldMask

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

func (*ListConfigMapsResponse) Marshal

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

func (*ListConfigMapsResponse) MarshalJSON

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

func (*ListConfigMapsResponse) Merge

func (*ListConfigMapsResponse) MergeRaw

func (*ListConfigMapsResponse) ProtoMessage

func (*ListConfigMapsResponse) ProtoMessage()

func (*ListConfigMapsResponse) ProtoReflect

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

func (*ListConfigMapsResponse) Reset

func (m *ListConfigMapsResponse) Reset()

func (*ListConfigMapsResponse) SetConfigMaps

func (m *ListConfigMapsResponse) SetConfigMaps(fv []*config_map.ConfigMap)

func (*ListConfigMapsResponse) SetCurrentOffset added in v0.10.1

func (m *ListConfigMapsResponse) SetCurrentOffset(fv int32)

func (*ListConfigMapsResponse) SetNextPageToken

func (m *ListConfigMapsResponse) SetNextPageToken(fv *config_map.PagerCursor)

func (*ListConfigMapsResponse) SetPrevPageToken

func (m *ListConfigMapsResponse) SetPrevPageToken(fv *config_map.PagerCursor)

func (*ListConfigMapsResponse) SetTotalResultsCount added in v0.10.1

func (m *ListConfigMapsResponse) SetTotalResultsCount(fv int32)

func (*ListConfigMapsResponse) String

func (m *ListConfigMapsResponse) String() string

func (*ListConfigMapsResponse) Unmarshal

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

func (*ListConfigMapsResponse) UnmarshalJSON

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

type ListConfigMapsResponseFieldPathBuilder

type ListConfigMapsResponseFieldPathBuilder struct{}

func NewListConfigMapsResponseFieldPathBuilder

func NewListConfigMapsResponseFieldPathBuilder() ListConfigMapsResponseFieldPathBuilder

func (ListConfigMapsResponseFieldPathBuilder) ConfigMaps

func (ListConfigMapsResponseFieldPathBuilder) CurrentOffset added in v0.10.1

func (ListConfigMapsResponseFieldPathBuilder) NextPageToken

func (ListConfigMapsResponseFieldPathBuilder) PrevPageToken

func (ListConfigMapsResponseFieldPathBuilder) TotalResultsCount added in v0.10.1

type ListConfigMapsResponseMapPathSelectorConfigMapsBinaryData

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

func (ListConfigMapsResponseMapPathSelectorConfigMapsBinaryData) FieldPath

func (ListConfigMapsResponseMapPathSelectorConfigMapsBinaryData) WithArrayOfValues

func (ListConfigMapsResponseMapPathSelectorConfigMapsBinaryData) WithValue

type ListConfigMapsResponseMapPathSelectorConfigMapsData

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

func (ListConfigMapsResponseMapPathSelectorConfigMapsData) FieldPath

func (ListConfigMapsResponseMapPathSelectorConfigMapsData) WithArrayOfValues

func (ListConfigMapsResponseMapPathSelectorConfigMapsData) WithValue

type ListConfigMapsResponseMapPathSelectorConfigMapsMetadataAnnotations

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

func (ListConfigMapsResponseMapPathSelectorConfigMapsMetadataAnnotations) FieldPath

func (ListConfigMapsResponseMapPathSelectorConfigMapsMetadataAnnotations) WithArrayOfValues

func (ListConfigMapsResponseMapPathSelectorConfigMapsMetadataAnnotations) WithValue

type ListConfigMapsResponseMapPathSelectorConfigMapsMetadataLabels

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

func (ListConfigMapsResponseMapPathSelectorConfigMapsMetadataLabels) FieldPath

func (ListConfigMapsResponseMapPathSelectorConfigMapsMetadataLabels) WithArrayOfValues

func (ListConfigMapsResponseMapPathSelectorConfigMapsMetadataLabels) WithValue

type ListConfigMapsResponseMapPathSelectorConfigMapsMetadataShards

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

func (ListConfigMapsResponseMapPathSelectorConfigMapsMetadataShards) FieldPath

func (ListConfigMapsResponseMapPathSelectorConfigMapsMetadataShards) WithArrayOfValues

func (ListConfigMapsResponseMapPathSelectorConfigMapsMetadataShards) WithValue

type ListConfigMapsResponsePathSelectorConfigMaps

type ListConfigMapsResponsePathSelectorConfigMaps struct{}

func (ListConfigMapsResponsePathSelectorConfigMaps) BinaryData

func (ListConfigMapsResponsePathSelectorConfigMaps) Data

func (ListConfigMapsResponsePathSelectorConfigMaps) DisplayName

func (ListConfigMapsResponsePathSelectorConfigMaps) FieldPath

func (ListConfigMapsResponsePathSelectorConfigMaps) Metadata

func (ListConfigMapsResponsePathSelectorConfigMaps) Name

func (ListConfigMapsResponsePathSelectorConfigMaps) WithArrayOfValues

func (ListConfigMapsResponsePathSelectorConfigMaps) WithItemValue

func (ListConfigMapsResponsePathSelectorConfigMaps) WithSubArrayItemValue

func (ListConfigMapsResponsePathSelectorConfigMaps) WithSubArrayOfValues

func (ListConfigMapsResponsePathSelectorConfigMaps) WithSubPath

func (ListConfigMapsResponsePathSelectorConfigMaps) WithSubValue

func (ListConfigMapsResponsePathSelectorConfigMaps) WithValue

type ListConfigMapsResponsePathSelectorConfigMapsBinaryData

type ListConfigMapsResponsePathSelectorConfigMapsBinaryData struct{}

func (ListConfigMapsResponsePathSelectorConfigMapsBinaryData) FieldPath

func (ListConfigMapsResponsePathSelectorConfigMapsBinaryData) WithArrayOfValues

func (ListConfigMapsResponsePathSelectorConfigMapsBinaryData) WithKey

func (ListConfigMapsResponsePathSelectorConfigMapsBinaryData) WithValue

type ListConfigMapsResponsePathSelectorConfigMapsData

type ListConfigMapsResponsePathSelectorConfigMapsData struct{}

func (ListConfigMapsResponsePathSelectorConfigMapsData) FieldPath

func (ListConfigMapsResponsePathSelectorConfigMapsData) WithArrayOfValues

func (ListConfigMapsResponsePathSelectorConfigMapsData) WithKey

func (ListConfigMapsResponsePathSelectorConfigMapsData) WithValue

type ListConfigMapsResponsePathSelectorConfigMapsDisplayName

type ListConfigMapsResponsePathSelectorConfigMapsDisplayName struct{}

func (ListConfigMapsResponsePathSelectorConfigMapsDisplayName) FieldPath

func (ListConfigMapsResponsePathSelectorConfigMapsDisplayName) WithArrayOfValues

func (ListConfigMapsResponsePathSelectorConfigMapsDisplayName) WithValue

type ListConfigMapsResponsePathSelectorConfigMapsMetadata

type ListConfigMapsResponsePathSelectorConfigMapsMetadata struct{}

func (ListConfigMapsResponsePathSelectorConfigMapsMetadata) Annotations

func (ListConfigMapsResponsePathSelectorConfigMapsMetadata) CreateTime

func (ListConfigMapsResponsePathSelectorConfigMapsMetadata) DeleteTime added in v0.8.0

func (ListConfigMapsResponsePathSelectorConfigMapsMetadata) FieldPath

func (ListConfigMapsResponsePathSelectorConfigMapsMetadata) Generation

func (ListConfigMapsResponsePathSelectorConfigMapsMetadata) Labels

func (ListConfigMapsResponsePathSelectorConfigMapsMetadata) Lifecycle added in v0.8.0

func (ListConfigMapsResponsePathSelectorConfigMapsMetadata) Shards

func (ListConfigMapsResponsePathSelectorConfigMapsMetadata) Syncing

func (ListConfigMapsResponsePathSelectorConfigMapsMetadata) Tags

func (ListConfigMapsResponsePathSelectorConfigMapsMetadata) UpdateTime

func (ListConfigMapsResponsePathSelectorConfigMapsMetadata) Uuid

func (ListConfigMapsResponsePathSelectorConfigMapsMetadata) WithArrayOfValues

func (ListConfigMapsResponsePathSelectorConfigMapsMetadata) WithValue

type ListConfigMapsResponsePathSelectorConfigMapsMetadataAnnotations

type ListConfigMapsResponsePathSelectorConfigMapsMetadataAnnotations struct{}

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataAnnotations) FieldPath

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataAnnotations) WithArrayOfValues

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataAnnotations) WithKey

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataAnnotations) WithValue

type ListConfigMapsResponsePathSelectorConfigMapsMetadataCreateTime

type ListConfigMapsResponsePathSelectorConfigMapsMetadataCreateTime struct{}

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataCreateTime) FieldPath

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataCreateTime) WithArrayOfValues

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataCreateTime) WithValue

type ListConfigMapsResponsePathSelectorConfigMapsMetadataDeleteTime added in v0.8.0

type ListConfigMapsResponsePathSelectorConfigMapsMetadataDeleteTime struct{}

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataDeleteTime) FieldPath added in v0.8.0

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataDeleteTime) WithArrayOfValues added in v0.8.0

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataDeleteTime) WithValue added in v0.8.0

type ListConfigMapsResponsePathSelectorConfigMapsMetadataGeneration

type ListConfigMapsResponsePathSelectorConfigMapsMetadataGeneration struct{}

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataGeneration) FieldPath

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataGeneration) WithArrayOfValues

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataGeneration) WithValue

type ListConfigMapsResponsePathSelectorConfigMapsMetadataLabels

type ListConfigMapsResponsePathSelectorConfigMapsMetadataLabels struct{}

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataLabels) FieldPath

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataLabels) WithArrayOfValues

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataLabels) WithKey

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataLabels) WithValue

type ListConfigMapsResponsePathSelectorConfigMapsMetadataLifecycle added in v0.8.0

type ListConfigMapsResponsePathSelectorConfigMapsMetadataLifecycle struct{}

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataLifecycle) BlockDeletion added in v0.8.0

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataLifecycle) FieldPath added in v0.8.0

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataLifecycle) State added in v0.8.0

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataLifecycle) WithArrayOfValues added in v0.8.0

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataLifecycle) WithValue added in v0.8.0

type ListConfigMapsResponsePathSelectorConfigMapsMetadataLifecycleBlockDeletion added in v0.8.0

type ListConfigMapsResponsePathSelectorConfigMapsMetadataLifecycleBlockDeletion struct{}

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataLifecycleBlockDeletion) FieldPath added in v0.8.0

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.8.0

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataLifecycleBlockDeletion) WithValue added in v0.8.0

type ListConfigMapsResponsePathSelectorConfigMapsMetadataLifecycleState added in v0.8.0

type ListConfigMapsResponsePathSelectorConfigMapsMetadataLifecycleState struct{}

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataLifecycleState) FieldPath added in v0.8.0

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataLifecycleState) WithArrayOfValues added in v0.8.0

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataLifecycleState) WithValue added in v0.8.0

type ListConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferences

type ListConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferences struct{}

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferences) FieldPath

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferences) Region added in v0.8.0

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferences) RequiresOwnerReference added in v0.8.0

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferences) Version added in v0.8.0

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferences) WithArrayOfValues

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferences) WithItemValue

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferences) WithValue

type ListConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferencesBlockOwnerDeletion

type ListConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type ListConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferencesController

type ListConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferencesController struct{}

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferencesController) FieldPath

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferencesController) WithArrayOfValues

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferencesController) WithValue

type ListConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferencesKind

type ListConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferencesKind struct{}

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferencesKind) FieldPath

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferencesKind) WithArrayOfValues

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferencesKind) WithValue

type ListConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferencesName

type ListConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferencesName struct{}

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferencesName) FieldPath

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferencesName) WithArrayOfValues

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferencesName) WithValue

type ListConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferencesRegion added in v0.8.0

type ListConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferencesRegion struct{}

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferencesRegion) FieldPath added in v0.8.0

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.8.0

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferencesRegion) WithValue added in v0.8.0

type ListConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferencesRequiresOwnerReference added in v0.8.0

type ListConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferencesRequiresOwnerReference struct{}

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.8.0

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.8.0

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.8.0

type ListConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferencesVersion added in v0.8.0

type ListConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferencesVersion struct{}

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferencesVersion) FieldPath added in v0.8.0

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.8.0

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataOwnerReferencesVersion) WithValue added in v0.8.0

type ListConfigMapsResponsePathSelectorConfigMapsMetadataResourceVersion

type ListConfigMapsResponsePathSelectorConfigMapsMetadataResourceVersion struct{}

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataResourceVersion) FieldPath

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataResourceVersion) WithArrayOfValues

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataResourceVersion) WithValue

type ListConfigMapsResponsePathSelectorConfigMapsMetadataShards

type ListConfigMapsResponsePathSelectorConfigMapsMetadataShards struct{}

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataShards) FieldPath

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataShards) WithArrayOfValues

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataShards) WithKey

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataShards) WithValue

type ListConfigMapsResponsePathSelectorConfigMapsMetadataSyncing

type ListConfigMapsResponsePathSelectorConfigMapsMetadataSyncing struct{}

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataSyncing) FieldPath

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataSyncing) WithArrayOfValues

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataSyncing) WithValue

type ListConfigMapsResponsePathSelectorConfigMapsMetadataSyncingOwningRegion

type ListConfigMapsResponsePathSelectorConfigMapsMetadataSyncingOwningRegion struct{}

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataSyncingOwningRegion) FieldPath

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataSyncingOwningRegion) WithArrayOfValues

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataSyncingOwningRegion) WithValue

type ListConfigMapsResponsePathSelectorConfigMapsMetadataSyncingRegions

type ListConfigMapsResponsePathSelectorConfigMapsMetadataSyncingRegions struct{}

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataSyncingRegions) FieldPath

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataSyncingRegions) WithArrayOfValues

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataSyncingRegions) WithItemValue

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataSyncingRegions) WithValue

type ListConfigMapsResponsePathSelectorConfigMapsMetadataTags

type ListConfigMapsResponsePathSelectorConfigMapsMetadataTags struct{}

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataTags) FieldPath

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataTags) WithArrayOfValues

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataTags) WithItemValue

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataTags) WithValue

type ListConfigMapsResponsePathSelectorConfigMapsMetadataUpdateTime

type ListConfigMapsResponsePathSelectorConfigMapsMetadataUpdateTime struct{}

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataUpdateTime) FieldPath

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataUpdateTime) WithArrayOfValues

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataUpdateTime) WithValue

type ListConfigMapsResponsePathSelectorConfigMapsMetadataUuid

type ListConfigMapsResponsePathSelectorConfigMapsMetadataUuid struct{}

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataUuid) FieldPath

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataUuid) WithArrayOfValues

func (ListConfigMapsResponsePathSelectorConfigMapsMetadataUuid) WithValue

type ListConfigMapsResponsePathSelectorConfigMapsName

type ListConfigMapsResponsePathSelectorConfigMapsName struct{}

func (ListConfigMapsResponsePathSelectorConfigMapsName) FieldPath

func (ListConfigMapsResponsePathSelectorConfigMapsName) WithArrayOfValues

func (ListConfigMapsResponsePathSelectorConfigMapsName) WithValue

type ListConfigMapsResponsePathSelectorCurrentOffset added in v0.10.1

type ListConfigMapsResponsePathSelectorCurrentOffset struct{}

func (ListConfigMapsResponsePathSelectorCurrentOffset) FieldPath added in v0.10.1

func (ListConfigMapsResponsePathSelectorCurrentOffset) WithArrayOfValues added in v0.10.1

func (ListConfigMapsResponsePathSelectorCurrentOffset) WithValue added in v0.10.1

type ListConfigMapsResponsePathSelectorNextPageToken

type ListConfigMapsResponsePathSelectorNextPageToken struct{}

func (ListConfigMapsResponsePathSelectorNextPageToken) FieldPath

func (ListConfigMapsResponsePathSelectorNextPageToken) WithArrayOfValues

func (ListConfigMapsResponsePathSelectorNextPageToken) WithValue

type ListConfigMapsResponsePathSelectorPrevPageToken

type ListConfigMapsResponsePathSelectorPrevPageToken struct{}

func (ListConfigMapsResponsePathSelectorPrevPageToken) FieldPath

func (ListConfigMapsResponsePathSelectorPrevPageToken) WithArrayOfValues

func (ListConfigMapsResponsePathSelectorPrevPageToken) WithValue

type ListConfigMapsResponsePathSelectorTotalResultsCount added in v0.10.1

type ListConfigMapsResponsePathSelectorTotalResultsCount struct{}

func (ListConfigMapsResponsePathSelectorTotalResultsCount) FieldPath added in v0.10.1

func (ListConfigMapsResponsePathSelectorTotalResultsCount) WithArrayOfValues added in v0.10.1

func (ListConfigMapsResponsePathSelectorTotalResultsCount) WithValue added in v0.10.1

type ListConfigMapsResponse_FieldMask

type ListConfigMapsResponse_FieldMask struct {
	Paths []ListConfigMapsResponse_FieldPath
}

func FullListConfigMapsResponse_FieldMask

func FullListConfigMapsResponse_FieldMask() *ListConfigMapsResponse_FieldMask

func (*ListConfigMapsResponse_FieldMask) AppendPath

func (*ListConfigMapsResponse_FieldMask) AppendRawPath

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

func (*ListConfigMapsResponse_FieldMask) DecodeFirestore

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

func (*ListConfigMapsResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*ListConfigMapsResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*ListConfigMapsResponse_FieldMask) FromProtoFieldMask

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

func (*ListConfigMapsResponse_FieldMask) GetPaths

func (*ListConfigMapsResponse_FieldMask) GetRawPaths

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

func (*ListConfigMapsResponse_FieldMask) IsFull

func (fieldMask *ListConfigMapsResponse_FieldMask) IsFull() bool

func (ListConfigMapsResponse_FieldMask) Marshal

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

implement methods required by customType

func (ListConfigMapsResponse_FieldMask) MarshalJSON

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

func (*ListConfigMapsResponse_FieldMask) PathsCount

func (fieldMask *ListConfigMapsResponse_FieldMask) PathsCount() int

func (*ListConfigMapsResponse_FieldMask) Project

func (*ListConfigMapsResponse_FieldMask) ProjectRaw

func (*ListConfigMapsResponse_FieldMask) ProtoMessage

func (fieldMask *ListConfigMapsResponse_FieldMask) ProtoMessage()

func (*ListConfigMapsResponse_FieldMask) ProtoReflect

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

func (*ListConfigMapsResponse_FieldMask) Reset

func (fieldMask *ListConfigMapsResponse_FieldMask) Reset()

func (*ListConfigMapsResponse_FieldMask) Set

func (fieldMask *ListConfigMapsResponse_FieldMask) Set(target, source *ListConfigMapsResponse)

func (*ListConfigMapsResponse_FieldMask) SetFromCliFlag

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

func (*ListConfigMapsResponse_FieldMask) SetRaw

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

func (*ListConfigMapsResponse_FieldMask) Size

func (fieldMask *ListConfigMapsResponse_FieldMask) Size() int

func (*ListConfigMapsResponse_FieldMask) String

func (fieldMask *ListConfigMapsResponse_FieldMask) String() string

func (*ListConfigMapsResponse_FieldMask) Subtract

func (*ListConfigMapsResponse_FieldMask) SubtractRaw

func (*ListConfigMapsResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*ListConfigMapsResponse_FieldMask) Unmarshal

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

func (*ListConfigMapsResponse_FieldMask) UnmarshalJSON

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

type ListConfigMapsResponse_FieldPath

type ListConfigMapsResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() ListConfigMapsResponse_FieldPathSelector
	Get(source *ListConfigMapsResponse) []interface{}
	GetSingle(source *ListConfigMapsResponse) (interface{}, bool)
	ClearValue(item *ListConfigMapsResponse)

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

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

func MustParseListConfigMapsResponse_FieldPath

func MustParseListConfigMapsResponse_FieldPath(rawField string) ListConfigMapsResponse_FieldPath

func ParseListConfigMapsResponse_FieldPath

func ParseListConfigMapsResponse_FieldPath(rawField string) (ListConfigMapsResponse_FieldPath, error)

type ListConfigMapsResponse_FieldPathArrayItemValue

type ListConfigMapsResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	ListConfigMapsResponse_FieldPath
	ContainsValue(*ListConfigMapsResponse) bool
}

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

func MustParseListConfigMapsResponse_FieldPathArrayItemValue

func MustParseListConfigMapsResponse_FieldPathArrayItemValue(pathStr, valueStr string) ListConfigMapsResponse_FieldPathArrayItemValue

func ParseListConfigMapsResponse_FieldPathArrayItemValue

func ParseListConfigMapsResponse_FieldPathArrayItemValue(pathStr, valueStr string) (ListConfigMapsResponse_FieldPathArrayItemValue, error)

ParseListConfigMapsResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type ListConfigMapsResponse_FieldPathArrayOfValues

type ListConfigMapsResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	ListConfigMapsResponse_FieldPath
}

ListConfigMapsResponse_FieldPathArrayOfValues allows storing slice of values for ListConfigMapsResponse fields according to their type

func MustParseListConfigMapsResponse_FieldPathArrayOfValues

func MustParseListConfigMapsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) ListConfigMapsResponse_FieldPathArrayOfValues

func ParseListConfigMapsResponse_FieldPathArrayOfValues

func ParseListConfigMapsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (ListConfigMapsResponse_FieldPathArrayOfValues, error)

type ListConfigMapsResponse_FieldPathSelector

type ListConfigMapsResponse_FieldPathSelector int32
const (
	ListConfigMapsResponse_FieldPathSelectorConfigMaps        ListConfigMapsResponse_FieldPathSelector = 0
	ListConfigMapsResponse_FieldPathSelectorPrevPageToken     ListConfigMapsResponse_FieldPathSelector = 1
	ListConfigMapsResponse_FieldPathSelectorNextPageToken     ListConfigMapsResponse_FieldPathSelector = 2
	ListConfigMapsResponse_FieldPathSelectorCurrentOffset     ListConfigMapsResponse_FieldPathSelector = 3
	ListConfigMapsResponse_FieldPathSelectorTotalResultsCount ListConfigMapsResponse_FieldPathSelector = 4
)

func (ListConfigMapsResponse_FieldPathSelector) String

type ListConfigMapsResponse_FieldPathValue

type ListConfigMapsResponse_FieldPathValue interface {
	ListConfigMapsResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **ListConfigMapsResponse)
	CompareWith(*ListConfigMapsResponse) (cmp int, comparable bool)
}

ListConfigMapsResponse_FieldPathValue allows storing values for ListConfigMapsResponse fields according to their type

func MustParseListConfigMapsResponse_FieldPathValue

func MustParseListConfigMapsResponse_FieldPathValue(pathStr, valueStr string) ListConfigMapsResponse_FieldPathValue

func ParseListConfigMapsResponse_FieldPathValue

func ParseListConfigMapsResponse_FieldPathValue(pathStr, valueStr string) (ListConfigMapsResponse_FieldPathValue, error)

type ListConfigMapsResponse_FieldSubPath

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

func (*ListConfigMapsResponse_FieldSubPath) AsConfigMapsSubPath

func (*ListConfigMapsResponse_FieldSubPath) ClearValue

func (*ListConfigMapsResponse_FieldSubPath) ClearValueRaw

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

func (*ListConfigMapsResponse_FieldSubPath) Get

func (fps *ListConfigMapsResponse_FieldSubPath) Get(source *ListConfigMapsResponse) (values []interface{})

Get returns all values pointed by selected field from source ListConfigMapsResponse

func (*ListConfigMapsResponse_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ListConfigMapsResponse_FieldSubPath) GetRaw

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

func (*ListConfigMapsResponse_FieldSubPath) GetSingle

func (fps *ListConfigMapsResponse_FieldSubPath) GetSingle(source *ListConfigMapsResponse) (interface{}, bool)

GetSingle returns value of selected field from source ListConfigMapsResponse

func (*ListConfigMapsResponse_FieldSubPath) GetSingleRaw

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

func (*ListConfigMapsResponse_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListConfigMapsResponse_FieldSubPath) JSONString

func (fps *ListConfigMapsResponse_FieldSubPath) JSONString() string

JSONString returns path representation is JSON convention

func (*ListConfigMapsResponse_FieldSubPath) Selector

func (*ListConfigMapsResponse_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*ListConfigMapsResponse_FieldSubPath) String

String returns path representation in proto convention

func (*ListConfigMapsResponse_FieldSubPath) WithIArrayItemValue

func (fps *ListConfigMapsResponse_FieldSubPath) WithIArrayItemValue(value interface{}) ListConfigMapsResponse_FieldPathArrayItemValue

func (*ListConfigMapsResponse_FieldSubPath) WithIArrayOfValues

func (fps *ListConfigMapsResponse_FieldSubPath) WithIArrayOfValues(values interface{}) ListConfigMapsResponse_FieldPathArrayOfValues

func (*ListConfigMapsResponse_FieldSubPath) WithIValue

func (*ListConfigMapsResponse_FieldSubPath) WithRawIArrayItemValue

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

func (*ListConfigMapsResponse_FieldSubPath) WithRawIArrayOfValues

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

func (*ListConfigMapsResponse_FieldSubPath) WithRawIValue

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

type ListConfigMapsResponse_FieldSubPathArrayItemValue

type ListConfigMapsResponse_FieldSubPathArrayItemValue struct {
	ListConfigMapsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListConfigMapsResponse_FieldSubPathArrayItemValue) AsConfigMapsPathItemValue

func (*ListConfigMapsResponse_FieldSubPathArrayItemValue) ContainsValue

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

func (*ListConfigMapsResponse_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type ListConfigMapsResponse_FieldSubPathArrayOfValues

type ListConfigMapsResponse_FieldSubPathArrayOfValues struct {
	ListConfigMapsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListConfigMapsResponse_FieldSubPathArrayOfValues) AsConfigMapsPathArrayOfValues

func (*ListConfigMapsResponse_FieldSubPathArrayOfValues) GetRawValues

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

type ListConfigMapsResponse_FieldSubPathValue

type ListConfigMapsResponse_FieldSubPathValue struct {
	ListConfigMapsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListConfigMapsResponse_FieldSubPathValue) AsConfigMapsPathValue

func (*ListConfigMapsResponse_FieldSubPathValue) CompareWith

func (*ListConfigMapsResponse_FieldSubPathValue) CompareWithRaw

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

func (*ListConfigMapsResponse_FieldSubPathValue) GetRawValue

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

func (*ListConfigMapsResponse_FieldSubPathValue) SetTo

func (*ListConfigMapsResponse_FieldSubPathValue) SetToRaw

type ListConfigMapsResponse_FieldTerminalPath

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

func (*ListConfigMapsResponse_FieldTerminalPath) ClearValue

func (*ListConfigMapsResponse_FieldTerminalPath) ClearValueRaw

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

func (*ListConfigMapsResponse_FieldTerminalPath) Get

func (fp *ListConfigMapsResponse_FieldTerminalPath) Get(source *ListConfigMapsResponse) (values []interface{})

Get returns all values pointed by specific field from source ListConfigMapsResponse

func (*ListConfigMapsResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ListConfigMapsResponse_FieldTerminalPath) GetRaw

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

func (*ListConfigMapsResponse_FieldTerminalPath) GetSingle

func (fp *ListConfigMapsResponse_FieldTerminalPath) GetSingle(source *ListConfigMapsResponse) (interface{}, bool)

GetSingle returns value pointed by specific field of from source ListConfigMapsResponse

func (*ListConfigMapsResponse_FieldTerminalPath) GetSingleRaw

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

func (*ListConfigMapsResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListConfigMapsResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*ListConfigMapsResponse_FieldTerminalPath) Selector

func (*ListConfigMapsResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*ListConfigMapsResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*ListConfigMapsResponse_FieldTerminalPath) WithIArrayItemValue

func (*ListConfigMapsResponse_FieldTerminalPath) WithIArrayOfValues

func (*ListConfigMapsResponse_FieldTerminalPath) WithIValue

func (*ListConfigMapsResponse_FieldTerminalPath) WithRawIArrayItemValue

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

func (*ListConfigMapsResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*ListConfigMapsResponse_FieldTerminalPath) WithRawIValue

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

type ListConfigMapsResponse_FieldTerminalPathArrayItemValue

type ListConfigMapsResponse_FieldTerminalPathArrayItemValue struct {
	ListConfigMapsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListConfigMapsResponse_FieldTerminalPathArrayItemValue) AsConfigMapsItemValue

func (*ListConfigMapsResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*ListConfigMapsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*ListConfigMapsResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*ListConfigMapsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type ListConfigMapsResponse_FieldTerminalPathArrayOfValues

type ListConfigMapsResponse_FieldTerminalPathArrayOfValues struct {
	ListConfigMapsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListConfigMapsResponse_FieldTerminalPathArrayOfValues) AsConfigMapsArrayOfValues

func (fpaov *ListConfigMapsResponse_FieldTerminalPathArrayOfValues) AsConfigMapsArrayOfValues() ([][]*config_map.ConfigMap, bool)

func (*ListConfigMapsResponse_FieldTerminalPathArrayOfValues) AsCurrentOffsetArrayOfValues added in v0.10.1

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

func (*ListConfigMapsResponse_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues

func (fpaov *ListConfigMapsResponse_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues() ([]*config_map.PagerCursor, bool)

func (*ListConfigMapsResponse_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues

func (fpaov *ListConfigMapsResponse_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues() ([]*config_map.PagerCursor, bool)

func (*ListConfigMapsResponse_FieldTerminalPathArrayOfValues) AsTotalResultsCountArrayOfValues added in v0.10.1

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

func (*ListConfigMapsResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type ListConfigMapsResponse_FieldTerminalPathValue

type ListConfigMapsResponse_FieldTerminalPathValue struct {
	ListConfigMapsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListConfigMapsResponse_FieldTerminalPathValue) AsConfigMapsValue

func (*ListConfigMapsResponse_FieldTerminalPathValue) AsCurrentOffsetValue added in v0.10.1

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

func (*ListConfigMapsResponse_FieldTerminalPathValue) AsNextPageTokenValue

func (*ListConfigMapsResponse_FieldTerminalPathValue) AsPrevPageTokenValue

func (*ListConfigMapsResponse_FieldTerminalPathValue) AsTotalResultsCountValue added in v0.10.1

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

func (*ListConfigMapsResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'ListConfigMapsResponse_FieldTerminalPathValue' with the value under path in 'ListConfigMapsResponse'.

func (*ListConfigMapsResponse_FieldTerminalPathValue) CompareWithRaw

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

func (*ListConfigMapsResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*ListConfigMapsResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object ListConfigMapsResponse

func (*ListConfigMapsResponse_FieldTerminalPathValue) SetToRaw

type UpdateConfigMapDescriptor added in v0.4.28

type UpdateConfigMapDescriptor struct{}

func GetUpdateConfigMapDescriptor added in v0.4.28

func GetUpdateConfigMapDescriptor() *UpdateConfigMapDescriptor

func (*UpdateConfigMapDescriptor) GetApiDescriptor added in v0.4.28

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

func (*UpdateConfigMapDescriptor) GetApiName added in v0.4.28

func (d *UpdateConfigMapDescriptor) GetApiName() string

func (*UpdateConfigMapDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*UpdateConfigMapDescriptor) GetFullMethodName added in v0.4.28

func (d *UpdateConfigMapDescriptor) GetFullMethodName() string

func (*UpdateConfigMapDescriptor) GetMethodName added in v0.4.28

func (d *UpdateConfigMapDescriptor) GetMethodName() string

func (*UpdateConfigMapDescriptor) GetProtoPkgName added in v0.4.28

func (d *UpdateConfigMapDescriptor) GetProtoPkgName() string

func (*UpdateConfigMapDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*UpdateConfigMapDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*UpdateConfigMapDescriptor) GetServiceDomain added in v0.4.28

func (d *UpdateConfigMapDescriptor) GetServiceDomain() string

func (*UpdateConfigMapDescriptor) GetServiceVersion added in v0.4.28

func (d *UpdateConfigMapDescriptor) GetServiceVersion() string

func (*UpdateConfigMapDescriptor) GetVerb added in v0.4.28

func (d *UpdateConfigMapDescriptor) GetVerb() string

func (*UpdateConfigMapDescriptor) HasResource added in v0.4.30

func (d *UpdateConfigMapDescriptor) HasResource() bool

func (*UpdateConfigMapDescriptor) IsClientStream added in v0.4.28

func (d *UpdateConfigMapDescriptor) IsClientStream() bool

func (*UpdateConfigMapDescriptor) IsCollection added in v0.4.30

func (d *UpdateConfigMapDescriptor) IsCollection() bool

func (*UpdateConfigMapDescriptor) IsPlural added in v0.4.30

func (d *UpdateConfigMapDescriptor) IsPlural() bool

func (*UpdateConfigMapDescriptor) IsServerStream added in v0.4.28

func (d *UpdateConfigMapDescriptor) IsServerStream() bool

func (*UpdateConfigMapDescriptor) IsUnary added in v0.4.28

func (d *UpdateConfigMapDescriptor) IsUnary() bool

func (*UpdateConfigMapDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*UpdateConfigMapDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*UpdateConfigMapDescriptor) RequestHasResourceBody added in v0.4.28

func (d *UpdateConfigMapDescriptor) RequestHasResourceBody() bool

type UpdateConfigMapDescriptorClientMsgHandle added in v0.4.28

type UpdateConfigMapDescriptorClientMsgHandle struct{}

func (*UpdateConfigMapDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*UpdateConfigMapDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*UpdateConfigMapDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type UpdateConfigMapDescriptorServerMsgHandle added in v0.4.28

type UpdateConfigMapDescriptorServerMsgHandle struct{}

func (*UpdateConfigMapDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*UpdateConfigMapDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*UpdateConfigMapDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type UpdateConfigMapRequest

type UpdateConfigMapRequest struct {

	// ConfigMap resource body
	ConfigMap *config_map.ConfigMap `protobuf:"bytes,2,opt,name=config_map,json=configMap,proto3" json:"config_map,omitempty" firestore:"configMap"`
	// FieldMask applied to request - change will be applied only for fields in
	// the mask
	UpdateMask *config_map.ConfigMap_FieldMask `` /* 145-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 *UpdateConfigMapRequest_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 [UpdateConfigMap][ntt.applications.v1alpha.UpdateConfigMap]

func (*UpdateConfigMapRequest) Clone

func (*UpdateConfigMapRequest) CloneRaw

func (*UpdateConfigMapRequest) Descriptor

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

Deprecated, Use UpdateConfigMapRequest.ProtoReflect.Descriptor instead.

func (*UpdateConfigMapRequest) GetAllowMissing added in v0.12.33

func (m *UpdateConfigMapRequest) GetAllowMissing() bool

func (*UpdateConfigMapRequest) GetCas

func (*UpdateConfigMapRequest) GetConfigMap

func (m *UpdateConfigMapRequest) GetConfigMap() *config_map.ConfigMap

func (*UpdateConfigMapRequest) GetUpdateMask

func (*UpdateConfigMapRequest) GotenMessage

func (*UpdateConfigMapRequest) GotenMessage()

func (*UpdateConfigMapRequest) GotenObjectExt

func (o *UpdateConfigMapRequest) GotenObjectExt()

func (*UpdateConfigMapRequest) GotenValidate

func (obj *UpdateConfigMapRequest) GotenValidate() error

func (*UpdateConfigMapRequest) MakeDiffFieldMask

func (*UpdateConfigMapRequest) MakeFullFieldMask

func (*UpdateConfigMapRequest) MakeRawDiffFieldMask

func (*UpdateConfigMapRequest) MakeRawFullFieldMask

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

func (*UpdateConfigMapRequest) Marshal

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

func (*UpdateConfigMapRequest) MarshalJSON

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

func (*UpdateConfigMapRequest) Merge

func (*UpdateConfigMapRequest) MergeRaw

func (*UpdateConfigMapRequest) ProtoMessage

func (*UpdateConfigMapRequest) ProtoMessage()

func (*UpdateConfigMapRequest) ProtoReflect

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

func (*UpdateConfigMapRequest) Reset

func (m *UpdateConfigMapRequest) Reset()

func (*UpdateConfigMapRequest) SetAllowMissing added in v0.12.33

func (m *UpdateConfigMapRequest) SetAllowMissing(fv bool)

func (*UpdateConfigMapRequest) SetCas

func (*UpdateConfigMapRequest) SetConfigMap

func (m *UpdateConfigMapRequest) SetConfigMap(fv *config_map.ConfigMap)

func (*UpdateConfigMapRequest) SetUpdateMask

func (*UpdateConfigMapRequest) String

func (m *UpdateConfigMapRequest) String() string

func (*UpdateConfigMapRequest) Unmarshal

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

func (*UpdateConfigMapRequest) UnmarshalJSON

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

type UpdateConfigMapRequestCASFieldPathBuilder

type UpdateConfigMapRequestCASFieldPathBuilder struct{}

func NewUpdateConfigMapRequestCASFieldPathBuilder

func NewUpdateConfigMapRequestCASFieldPathBuilder() UpdateConfigMapRequestCASFieldPathBuilder

func (UpdateConfigMapRequestCASFieldPathBuilder) ConditionalState

func (UpdateConfigMapRequestCASFieldPathBuilder) FieldMask

type UpdateConfigMapRequestCAS_FieldPath

type UpdateConfigMapRequestCAS_FieldPath interface {
	gotenobject.FieldPath
	Selector() UpdateConfigMapRequestCAS_FieldPathSelector
	Get(source *UpdateConfigMapRequest_CAS) []interface{}
	GetSingle(source *UpdateConfigMapRequest_CAS) (interface{}, bool)
	ClearValue(item *UpdateConfigMapRequest_CAS)

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

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

func MustParseUpdateConfigMapRequestCAS_FieldPath

func MustParseUpdateConfigMapRequestCAS_FieldPath(rawField string) UpdateConfigMapRequestCAS_FieldPath

func ParseUpdateConfigMapRequestCAS_FieldPath

func ParseUpdateConfigMapRequestCAS_FieldPath(rawField string) (UpdateConfigMapRequestCAS_FieldPath, error)

type UpdateConfigMapRequestCAS_FieldPathArrayItemValue

type UpdateConfigMapRequestCAS_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	UpdateConfigMapRequestCAS_FieldPath
	ContainsValue(*UpdateConfigMapRequest_CAS) bool
}

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

func MustParseUpdateConfigMapRequestCAS_FieldPathArrayItemValue

func MustParseUpdateConfigMapRequestCAS_FieldPathArrayItemValue(pathStr, valueStr string) UpdateConfigMapRequestCAS_FieldPathArrayItemValue

func ParseUpdateConfigMapRequestCAS_FieldPathArrayItemValue

func ParseUpdateConfigMapRequestCAS_FieldPathArrayItemValue(pathStr, valueStr string) (UpdateConfigMapRequestCAS_FieldPathArrayItemValue, error)

ParseUpdateConfigMapRequestCAS_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type UpdateConfigMapRequestCAS_FieldPathArrayOfValues

type UpdateConfigMapRequestCAS_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	UpdateConfigMapRequestCAS_FieldPath
}

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

func MustParseUpdateConfigMapRequestCAS_FieldPathArrayOfValues

func MustParseUpdateConfigMapRequestCAS_FieldPathArrayOfValues(pathStr, valuesStr string) UpdateConfigMapRequestCAS_FieldPathArrayOfValues

func ParseUpdateConfigMapRequestCAS_FieldPathArrayOfValues

func ParseUpdateConfigMapRequestCAS_FieldPathArrayOfValues(pathStr, valuesStr string) (UpdateConfigMapRequestCAS_FieldPathArrayOfValues, error)

type UpdateConfigMapRequestCAS_FieldPathSelector

type UpdateConfigMapRequestCAS_FieldPathSelector int32
const (
	UpdateConfigMapRequestCAS_FieldPathSelectorConditionalState UpdateConfigMapRequestCAS_FieldPathSelector = 0
	UpdateConfigMapRequestCAS_FieldPathSelectorFieldMask        UpdateConfigMapRequestCAS_FieldPathSelector = 1
)

func (UpdateConfigMapRequestCAS_FieldPathSelector) String

type UpdateConfigMapRequestCAS_FieldPathValue

type UpdateConfigMapRequestCAS_FieldPathValue interface {
	UpdateConfigMapRequestCAS_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **UpdateConfigMapRequest_CAS)
	CompareWith(*UpdateConfigMapRequest_CAS) (cmp int, comparable bool)
}

UpdateConfigMapRequestCAS_FieldPathValue allows storing values for CAS fields according to their type

func MustParseUpdateConfigMapRequestCAS_FieldPathValue

func MustParseUpdateConfigMapRequestCAS_FieldPathValue(pathStr, valueStr string) UpdateConfigMapRequestCAS_FieldPathValue

func ParseUpdateConfigMapRequestCAS_FieldPathValue

func ParseUpdateConfigMapRequestCAS_FieldPathValue(pathStr, valueStr string) (UpdateConfigMapRequestCAS_FieldPathValue, error)

type UpdateConfigMapRequestCAS_FieldSubPath

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

func (*UpdateConfigMapRequestCAS_FieldSubPath) AsConditionalStateSubPath

func (fps *UpdateConfigMapRequestCAS_FieldSubPath) AsConditionalStateSubPath() (config_map.ConfigMap_FieldPath, bool)

func (*UpdateConfigMapRequestCAS_FieldSubPath) ClearValue

func (*UpdateConfigMapRequestCAS_FieldSubPath) ClearValueRaw

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

func (*UpdateConfigMapRequestCAS_FieldSubPath) Get

func (fps *UpdateConfigMapRequestCAS_FieldSubPath) Get(source *UpdateConfigMapRequest_CAS) (values []interface{})

Get returns all values pointed by selected field from source UpdateConfigMapRequest_CAS

func (*UpdateConfigMapRequestCAS_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*UpdateConfigMapRequestCAS_FieldSubPath) GetRaw

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

func (*UpdateConfigMapRequestCAS_FieldSubPath) GetSingle

func (fps *UpdateConfigMapRequestCAS_FieldSubPath) GetSingle(source *UpdateConfigMapRequest_CAS) (interface{}, bool)

GetSingle returns value of selected field from source UpdateConfigMapRequest_CAS

func (*UpdateConfigMapRequestCAS_FieldSubPath) GetSingleRaw

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

func (*UpdateConfigMapRequestCAS_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdateConfigMapRequestCAS_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdateConfigMapRequestCAS_FieldSubPath) Selector

func (*UpdateConfigMapRequestCAS_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*UpdateConfigMapRequestCAS_FieldSubPath) String

String returns path representation in proto convention

func (*UpdateConfigMapRequestCAS_FieldSubPath) WithIArrayItemValue

func (*UpdateConfigMapRequestCAS_FieldSubPath) WithIArrayOfValues

func (*UpdateConfigMapRequestCAS_FieldSubPath) WithIValue

func (*UpdateConfigMapRequestCAS_FieldSubPath) WithRawIArrayItemValue

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

func (*UpdateConfigMapRequestCAS_FieldSubPath) WithRawIArrayOfValues

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

func (*UpdateConfigMapRequestCAS_FieldSubPath) WithRawIValue

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

type UpdateConfigMapRequestCAS_FieldSubPathArrayItemValue

type UpdateConfigMapRequestCAS_FieldSubPathArrayItemValue struct {
	UpdateConfigMapRequestCAS_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateConfigMapRequestCAS_FieldSubPathArrayItemValue) AsConditionalStatePathItemValue

func (*UpdateConfigMapRequestCAS_FieldSubPathArrayItemValue) ContainsValue

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

func (*UpdateConfigMapRequestCAS_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type UpdateConfigMapRequestCAS_FieldSubPathArrayOfValues

type UpdateConfigMapRequestCAS_FieldSubPathArrayOfValues struct {
	UpdateConfigMapRequestCAS_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateConfigMapRequestCAS_FieldSubPathArrayOfValues) AsConditionalStatePathArrayOfValues

func (*UpdateConfigMapRequestCAS_FieldSubPathArrayOfValues) GetRawValues

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

type UpdateConfigMapRequestCAS_FieldSubPathValue

type UpdateConfigMapRequestCAS_FieldSubPathValue struct {
	UpdateConfigMapRequestCAS_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateConfigMapRequestCAS_FieldSubPathValue) AsConditionalStatePathValue

func (*UpdateConfigMapRequestCAS_FieldSubPathValue) CompareWith

func (*UpdateConfigMapRequestCAS_FieldSubPathValue) CompareWithRaw

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

func (*UpdateConfigMapRequestCAS_FieldSubPathValue) GetRawValue

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

func (*UpdateConfigMapRequestCAS_FieldSubPathValue) SetTo

func (*UpdateConfigMapRequestCAS_FieldSubPathValue) SetToRaw

type UpdateConfigMapRequestCAS_FieldTerminalPath

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

func (*UpdateConfigMapRequestCAS_FieldTerminalPath) ClearValue

func (*UpdateConfigMapRequestCAS_FieldTerminalPath) ClearValueRaw

func (*UpdateConfigMapRequestCAS_FieldTerminalPath) Get

func (fp *UpdateConfigMapRequestCAS_FieldTerminalPath) Get(source *UpdateConfigMapRequest_CAS) (values []interface{})

Get returns all values pointed by specific field from source UpdateConfigMapRequest_CAS

func (*UpdateConfigMapRequestCAS_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*UpdateConfigMapRequestCAS_FieldTerminalPath) GetRaw

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

func (*UpdateConfigMapRequestCAS_FieldTerminalPath) GetSingle

func (fp *UpdateConfigMapRequestCAS_FieldTerminalPath) GetSingle(source *UpdateConfigMapRequest_CAS) (interface{}, bool)

GetSingle returns value pointed by specific field of from source UpdateConfigMapRequest_CAS

func (*UpdateConfigMapRequestCAS_FieldTerminalPath) GetSingleRaw

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

func (*UpdateConfigMapRequestCAS_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdateConfigMapRequestCAS_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdateConfigMapRequestCAS_FieldTerminalPath) Selector

func (*UpdateConfigMapRequestCAS_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*UpdateConfigMapRequestCAS_FieldTerminalPath) String

String returns path representation in proto convention

func (*UpdateConfigMapRequestCAS_FieldTerminalPath) WithIArrayItemValue

func (*UpdateConfigMapRequestCAS_FieldTerminalPath) WithIArrayOfValues

func (*UpdateConfigMapRequestCAS_FieldTerminalPath) WithIValue

func (*UpdateConfigMapRequestCAS_FieldTerminalPath) WithRawIArrayItemValue

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

func (*UpdateConfigMapRequestCAS_FieldTerminalPath) WithRawIArrayOfValues

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

func (*UpdateConfigMapRequestCAS_FieldTerminalPath) WithRawIValue

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

type UpdateConfigMapRequestCAS_FieldTerminalPathArrayItemValue

type UpdateConfigMapRequestCAS_FieldTerminalPathArrayItemValue struct {
	UpdateConfigMapRequestCAS_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateConfigMapRequestCAS_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*UpdateConfigMapRequestCAS_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*UpdateConfigMapRequestCAS_FieldTerminalPathArrayItemValue) GetSingle

func (*UpdateConfigMapRequestCAS_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type UpdateConfigMapRequestCAS_FieldTerminalPathArrayOfValues

type UpdateConfigMapRequestCAS_FieldTerminalPathArrayOfValues struct {
	UpdateConfigMapRequestCAS_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateConfigMapRequestCAS_FieldTerminalPathArrayOfValues) AsConditionalStateArrayOfValues

func (fpaov *UpdateConfigMapRequestCAS_FieldTerminalPathArrayOfValues) AsConditionalStateArrayOfValues() ([]*config_map.ConfigMap, bool)

func (*UpdateConfigMapRequestCAS_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*UpdateConfigMapRequestCAS_FieldTerminalPathArrayOfValues) GetRawValues

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

type UpdateConfigMapRequestCAS_FieldTerminalPathValue

type UpdateConfigMapRequestCAS_FieldTerminalPathValue struct {
	UpdateConfigMapRequestCAS_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateConfigMapRequestCAS_FieldTerminalPathValue) AsConditionalStateValue

func (*UpdateConfigMapRequestCAS_FieldTerminalPathValue) AsFieldMaskValue

func (*UpdateConfigMapRequestCAS_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'UpdateConfigMapRequestCAS_FieldTerminalPathValue' with the value under path in 'UpdateConfigMapRequest_CAS'.

func (*UpdateConfigMapRequestCAS_FieldTerminalPathValue) CompareWithRaw

func (*UpdateConfigMapRequestCAS_FieldTerminalPathValue) GetRawValue

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

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

func (*UpdateConfigMapRequestCAS_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object CAS

func (*UpdateConfigMapRequestCAS_FieldTerminalPathValue) SetToRaw

type UpdateConfigMapRequestFieldPathBuilder

type UpdateConfigMapRequestFieldPathBuilder struct{}

func NewUpdateConfigMapRequestFieldPathBuilder

func NewUpdateConfigMapRequestFieldPathBuilder() UpdateConfigMapRequestFieldPathBuilder

func (UpdateConfigMapRequestFieldPathBuilder) AllowMissing added in v0.12.33

func (UpdateConfigMapRequestFieldPathBuilder) Cas

func (UpdateConfigMapRequestFieldPathBuilder) ConfigMap

func (UpdateConfigMapRequestFieldPathBuilder) UpdateMask

type UpdateConfigMapRequestMapPathSelectorCasConditionalStateBinaryData

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

func (UpdateConfigMapRequestMapPathSelectorCasConditionalStateBinaryData) FieldPath

func (UpdateConfigMapRequestMapPathSelectorCasConditionalStateBinaryData) WithArrayOfValues

func (UpdateConfigMapRequestMapPathSelectorCasConditionalStateBinaryData) WithValue

type UpdateConfigMapRequestMapPathSelectorCasConditionalStateData

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

func (UpdateConfigMapRequestMapPathSelectorCasConditionalStateData) FieldPath

func (UpdateConfigMapRequestMapPathSelectorCasConditionalStateData) WithArrayOfValues

func (UpdateConfigMapRequestMapPathSelectorCasConditionalStateData) WithValue

type UpdateConfigMapRequestMapPathSelectorCasConditionalStateMetadataAnnotations

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

func (UpdateConfigMapRequestMapPathSelectorCasConditionalStateMetadataAnnotations) FieldPath

func (UpdateConfigMapRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateConfigMapRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithValue

type UpdateConfigMapRequestMapPathSelectorCasConditionalStateMetadataLabels

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

func (UpdateConfigMapRequestMapPathSelectorCasConditionalStateMetadataLabels) FieldPath

func (UpdateConfigMapRequestMapPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateConfigMapRequestMapPathSelectorCasConditionalStateMetadataLabels) WithValue

type UpdateConfigMapRequestMapPathSelectorCasConditionalStateMetadataShards

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

func (UpdateConfigMapRequestMapPathSelectorCasConditionalStateMetadataShards) FieldPath

func (UpdateConfigMapRequestMapPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues

func (UpdateConfigMapRequestMapPathSelectorCasConditionalStateMetadataShards) WithValue

type UpdateConfigMapRequestMapPathSelectorConfigMapBinaryData

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

func (UpdateConfigMapRequestMapPathSelectorConfigMapBinaryData) FieldPath

func (UpdateConfigMapRequestMapPathSelectorConfigMapBinaryData) WithArrayOfValues

func (UpdateConfigMapRequestMapPathSelectorConfigMapBinaryData) WithValue

type UpdateConfigMapRequestMapPathSelectorConfigMapData

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

func (UpdateConfigMapRequestMapPathSelectorConfigMapData) FieldPath

func (UpdateConfigMapRequestMapPathSelectorConfigMapData) WithArrayOfValues

func (UpdateConfigMapRequestMapPathSelectorConfigMapData) WithValue

type UpdateConfigMapRequestMapPathSelectorConfigMapMetadataAnnotations

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

func (UpdateConfigMapRequestMapPathSelectorConfigMapMetadataAnnotations) FieldPath

func (UpdateConfigMapRequestMapPathSelectorConfigMapMetadataAnnotations) WithArrayOfValues

func (UpdateConfigMapRequestMapPathSelectorConfigMapMetadataAnnotations) WithValue

type UpdateConfigMapRequestMapPathSelectorConfigMapMetadataLabels

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

func (UpdateConfigMapRequestMapPathSelectorConfigMapMetadataLabels) FieldPath

func (UpdateConfigMapRequestMapPathSelectorConfigMapMetadataLabels) WithArrayOfValues

func (UpdateConfigMapRequestMapPathSelectorConfigMapMetadataLabels) WithValue

type UpdateConfigMapRequestMapPathSelectorConfigMapMetadataShards

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

func (UpdateConfigMapRequestMapPathSelectorConfigMapMetadataShards) FieldPath

func (UpdateConfigMapRequestMapPathSelectorConfigMapMetadataShards) WithArrayOfValues

func (UpdateConfigMapRequestMapPathSelectorConfigMapMetadataShards) WithValue

type UpdateConfigMapRequestPathSelectorAllowMissing added in v0.12.33

type UpdateConfigMapRequestPathSelectorAllowMissing struct{}

func (UpdateConfigMapRequestPathSelectorAllowMissing) FieldPath added in v0.12.33

func (UpdateConfigMapRequestPathSelectorAllowMissing) WithArrayOfValues added in v0.12.33

func (UpdateConfigMapRequestPathSelectorAllowMissing) WithValue added in v0.12.33

type UpdateConfigMapRequestPathSelectorCas

type UpdateConfigMapRequestPathSelectorCas struct{}

func (UpdateConfigMapRequestPathSelectorCas) ConditionalState

func (UpdateConfigMapRequestPathSelectorCas) FieldMask

func (UpdateConfigMapRequestPathSelectorCas) FieldPath

func (UpdateConfigMapRequestPathSelectorCas) WithArrayOfValues

func (UpdateConfigMapRequestPathSelectorCas) WithSubArrayItemValue

func (UpdateConfigMapRequestPathSelectorCas) WithSubArrayOfValues

func (UpdateConfigMapRequestPathSelectorCas) WithSubPath

func (UpdateConfigMapRequestPathSelectorCas) WithSubValue

type UpdateConfigMapRequestPathSelectorCasConditionalState

type UpdateConfigMapRequestPathSelectorCasConditionalState struct{}

func (UpdateConfigMapRequestPathSelectorCasConditionalState) BinaryData

func (UpdateConfigMapRequestPathSelectorCasConditionalState) Data

func (UpdateConfigMapRequestPathSelectorCasConditionalState) DisplayName

func (UpdateConfigMapRequestPathSelectorCasConditionalState) FieldPath

func (UpdateConfigMapRequestPathSelectorCasConditionalState) Metadata

func (UpdateConfigMapRequestPathSelectorCasConditionalState) Name

func (UpdateConfigMapRequestPathSelectorCasConditionalState) WithArrayOfValues

func (UpdateConfigMapRequestPathSelectorCasConditionalState) WithValue

type UpdateConfigMapRequestPathSelectorCasConditionalStateBinaryData

type UpdateConfigMapRequestPathSelectorCasConditionalStateBinaryData struct{}

func (UpdateConfigMapRequestPathSelectorCasConditionalStateBinaryData) FieldPath

func (UpdateConfigMapRequestPathSelectorCasConditionalStateBinaryData) WithArrayOfValues

func (UpdateConfigMapRequestPathSelectorCasConditionalStateBinaryData) WithKey

func (UpdateConfigMapRequestPathSelectorCasConditionalStateBinaryData) WithValue

type UpdateConfigMapRequestPathSelectorCasConditionalStateData

type UpdateConfigMapRequestPathSelectorCasConditionalStateData struct{}

func (UpdateConfigMapRequestPathSelectorCasConditionalStateData) FieldPath

func (UpdateConfigMapRequestPathSelectorCasConditionalStateData) WithArrayOfValues

func (UpdateConfigMapRequestPathSelectorCasConditionalStateData) WithKey

func (UpdateConfigMapRequestPathSelectorCasConditionalStateData) WithValue

type UpdateConfigMapRequestPathSelectorCasConditionalStateDisplayName

type UpdateConfigMapRequestPathSelectorCasConditionalStateDisplayName struct{}

func (UpdateConfigMapRequestPathSelectorCasConditionalStateDisplayName) FieldPath

func (UpdateConfigMapRequestPathSelectorCasConditionalStateDisplayName) WithArrayOfValues

func (UpdateConfigMapRequestPathSelectorCasConditionalStateDisplayName) WithValue

type UpdateConfigMapRequestPathSelectorCasConditionalStateMetadata

type UpdateConfigMapRequestPathSelectorCasConditionalStateMetadata struct{}

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadata) DeleteTime added in v0.8.0

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadata) FieldPath

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadata) Lifecycle added in v0.8.0

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadata) Tags

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadata) Uuid

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadata) WithArrayOfValues

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadata) WithValue

type UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataAnnotations

type UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataAnnotations struct{}

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataAnnotations) FieldPath

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataAnnotations) WithValue

type UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataCreateTime

type UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataCreateTime struct{}

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataCreateTime) FieldPath

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataCreateTime) WithArrayOfValues

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataCreateTime) WithValue

type UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataDeleteTime added in v0.8.0

type UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataDeleteTime struct{}

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataDeleteTime) FieldPath added in v0.8.0

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataDeleteTime) WithArrayOfValues added in v0.8.0

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataDeleteTime) WithValue added in v0.8.0

type UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataGeneration

type UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataGeneration struct{}

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataGeneration) FieldPath

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataGeneration) WithArrayOfValues

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataGeneration) WithValue

type UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataLabels

type UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataLabels struct{}

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataLabels) FieldPath

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataLabels) WithValue

type UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataLifecycle added in v0.8.0

type UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataLifecycle struct{}

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataLifecycle) BlockDeletion added in v0.8.0

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataLifecycle) FieldPath added in v0.8.0

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataLifecycle) State added in v0.8.0

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataLifecycle) WithArrayOfValues added in v0.8.0

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataLifecycle) WithValue added in v0.8.0

type UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion added in v0.8.0

type UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion struct{}

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion) FieldPath added in v0.8.0

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.8.0

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion) WithValue added in v0.8.0

type UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataLifecycleState added in v0.8.0

type UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataLifecycleState struct{}

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataLifecycleState) FieldPath added in v0.8.0

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataLifecycleState) WithArrayOfValues added in v0.8.0

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataLifecycleState) WithValue added in v0.8.0

type UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataOwnerReferences

type UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataOwnerReferences struct{}

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataOwnerReferences) FieldPath

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataOwnerReferences) Region added in v0.8.0

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataOwnerReferences) RequiresOwnerReference added in v0.8.0

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataOwnerReferences) Version added in v0.8.0

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithArrayOfValues

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithItemValue

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithValue

type UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion

type UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController

type UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController struct{}

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) FieldPath

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) WithArrayOfValues

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) WithValue

type UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind

type UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind struct{}

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) FieldPath

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) WithValue

type UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName

type UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName struct{}

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) FieldPath

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) WithArrayOfValues

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) WithValue

type UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion added in v0.8.0

type UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion struct{}

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion) FieldPath added in v0.8.0

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.8.0

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion) WithValue added in v0.8.0

type UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference added in v0.8.0

type UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference struct{}

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.8.0

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.8.0

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.8.0

type UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion added in v0.8.0

type UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion struct{}

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion) FieldPath added in v0.8.0

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.8.0

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion) WithValue added in v0.8.0

type UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataResourceVersion

type UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataResourceVersion struct{}

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataResourceVersion) FieldPath

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithArrayOfValues

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithValue

type UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataShards

type UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataShards struct{}

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataShards) FieldPath

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataShards) WithValue

type UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataSyncing

type UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataSyncing struct{}

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataSyncing) FieldPath

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataSyncing) WithArrayOfValues

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataSyncing) WithValue

type UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion

type UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion struct{}

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) FieldPath

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) WithValue

type UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataSyncingRegions

type UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataSyncingRegions struct{}

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataSyncingRegions) FieldPath

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithArrayOfValues

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithItemValue

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithValue

type UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataTags

type UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataTags struct{}

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataTags) FieldPath

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataTags) WithArrayOfValues

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataTags) WithItemValue

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataTags) WithValue

type UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataUpdateTime

type UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataUpdateTime struct{}

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataUpdateTime) FieldPath

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithArrayOfValues

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithValue

type UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataUuid

type UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataUuid struct{}

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataUuid) FieldPath

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataUuid) WithArrayOfValues

func (UpdateConfigMapRequestPathSelectorCasConditionalStateMetadataUuid) WithValue

type UpdateConfigMapRequestPathSelectorCasConditionalStateName

type UpdateConfigMapRequestPathSelectorCasConditionalStateName struct{}

func (UpdateConfigMapRequestPathSelectorCasConditionalStateName) FieldPath

func (UpdateConfigMapRequestPathSelectorCasConditionalStateName) WithArrayOfValues

func (UpdateConfigMapRequestPathSelectorCasConditionalStateName) WithValue

type UpdateConfigMapRequestPathSelectorCasFieldMask

type UpdateConfigMapRequestPathSelectorCasFieldMask struct{}

func (UpdateConfigMapRequestPathSelectorCasFieldMask) FieldPath

func (UpdateConfigMapRequestPathSelectorCasFieldMask) WithArrayOfValues

func (UpdateConfigMapRequestPathSelectorCasFieldMask) WithValue

type UpdateConfigMapRequestPathSelectorConfigMap

type UpdateConfigMapRequestPathSelectorConfigMap struct{}

func (UpdateConfigMapRequestPathSelectorConfigMap) BinaryData

func (UpdateConfigMapRequestPathSelectorConfigMap) Data

func (UpdateConfigMapRequestPathSelectorConfigMap) DisplayName

func (UpdateConfigMapRequestPathSelectorConfigMap) FieldPath

func (UpdateConfigMapRequestPathSelectorConfigMap) Metadata

func (UpdateConfigMapRequestPathSelectorConfigMap) Name

func (UpdateConfigMapRequestPathSelectorConfigMap) WithArrayOfValues

func (UpdateConfigMapRequestPathSelectorConfigMap) WithSubArrayItemValue

func (UpdateConfigMapRequestPathSelectorConfigMap) WithSubArrayOfValues

func (UpdateConfigMapRequestPathSelectorConfigMap) WithSubPath

func (UpdateConfigMapRequestPathSelectorConfigMap) WithSubValue

func (UpdateConfigMapRequestPathSelectorConfigMap) WithValue

type UpdateConfigMapRequestPathSelectorConfigMapBinaryData

type UpdateConfigMapRequestPathSelectorConfigMapBinaryData struct{}

func (UpdateConfigMapRequestPathSelectorConfigMapBinaryData) FieldPath

func (UpdateConfigMapRequestPathSelectorConfigMapBinaryData) WithArrayOfValues

func (UpdateConfigMapRequestPathSelectorConfigMapBinaryData) WithKey

func (UpdateConfigMapRequestPathSelectorConfigMapBinaryData) WithValue

type UpdateConfigMapRequestPathSelectorConfigMapData

type UpdateConfigMapRequestPathSelectorConfigMapData struct{}

func (UpdateConfigMapRequestPathSelectorConfigMapData) FieldPath

func (UpdateConfigMapRequestPathSelectorConfigMapData) WithArrayOfValues

func (UpdateConfigMapRequestPathSelectorConfigMapData) WithKey

func (UpdateConfigMapRequestPathSelectorConfigMapData) WithValue

type UpdateConfigMapRequestPathSelectorConfigMapDisplayName

type UpdateConfigMapRequestPathSelectorConfigMapDisplayName struct{}

func (UpdateConfigMapRequestPathSelectorConfigMapDisplayName) FieldPath

func (UpdateConfigMapRequestPathSelectorConfigMapDisplayName) WithArrayOfValues

func (UpdateConfigMapRequestPathSelectorConfigMapDisplayName) WithValue

type UpdateConfigMapRequestPathSelectorConfigMapMetadata

type UpdateConfigMapRequestPathSelectorConfigMapMetadata struct{}

func (UpdateConfigMapRequestPathSelectorConfigMapMetadata) Annotations

func (UpdateConfigMapRequestPathSelectorConfigMapMetadata) CreateTime

func (UpdateConfigMapRequestPathSelectorConfigMapMetadata) DeleteTime added in v0.8.0

func (UpdateConfigMapRequestPathSelectorConfigMapMetadata) FieldPath

func (UpdateConfigMapRequestPathSelectorConfigMapMetadata) Generation

func (UpdateConfigMapRequestPathSelectorConfigMapMetadata) Labels

func (UpdateConfigMapRequestPathSelectorConfigMapMetadata) Lifecycle added in v0.8.0

func (UpdateConfigMapRequestPathSelectorConfigMapMetadata) Shards

func (UpdateConfigMapRequestPathSelectorConfigMapMetadata) Syncing

func (UpdateConfigMapRequestPathSelectorConfigMapMetadata) Tags

func (UpdateConfigMapRequestPathSelectorConfigMapMetadata) UpdateTime

func (UpdateConfigMapRequestPathSelectorConfigMapMetadata) Uuid

func (UpdateConfigMapRequestPathSelectorConfigMapMetadata) WithArrayOfValues

func (UpdateConfigMapRequestPathSelectorConfigMapMetadata) WithValue

type UpdateConfigMapRequestPathSelectorConfigMapMetadataAnnotations

type UpdateConfigMapRequestPathSelectorConfigMapMetadataAnnotations struct{}

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataAnnotations) FieldPath

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataAnnotations) WithArrayOfValues

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataAnnotations) WithKey

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataAnnotations) WithValue

type UpdateConfigMapRequestPathSelectorConfigMapMetadataCreateTime

type UpdateConfigMapRequestPathSelectorConfigMapMetadataCreateTime struct{}

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataCreateTime) FieldPath

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataCreateTime) WithArrayOfValues

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataCreateTime) WithValue

type UpdateConfigMapRequestPathSelectorConfigMapMetadataDeleteTime added in v0.8.0

type UpdateConfigMapRequestPathSelectorConfigMapMetadataDeleteTime struct{}

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataDeleteTime) FieldPath added in v0.8.0

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataDeleteTime) WithArrayOfValues added in v0.8.0

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataDeleteTime) WithValue added in v0.8.0

type UpdateConfigMapRequestPathSelectorConfigMapMetadataGeneration

type UpdateConfigMapRequestPathSelectorConfigMapMetadataGeneration struct{}

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataGeneration) FieldPath

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataGeneration) WithArrayOfValues

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataGeneration) WithValue

type UpdateConfigMapRequestPathSelectorConfigMapMetadataLabels

type UpdateConfigMapRequestPathSelectorConfigMapMetadataLabels struct{}

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataLabels) FieldPath

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataLabels) WithArrayOfValues

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataLabels) WithKey

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataLabels) WithValue

type UpdateConfigMapRequestPathSelectorConfigMapMetadataLifecycle added in v0.8.0

type UpdateConfigMapRequestPathSelectorConfigMapMetadataLifecycle struct{}

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataLifecycle) BlockDeletion added in v0.8.0

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataLifecycle) FieldPath added in v0.8.0

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataLifecycle) State added in v0.8.0

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataLifecycle) WithArrayOfValues added in v0.8.0

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataLifecycle) WithValue added in v0.8.0

type UpdateConfigMapRequestPathSelectorConfigMapMetadataLifecycleBlockDeletion added in v0.8.0

type UpdateConfigMapRequestPathSelectorConfigMapMetadataLifecycleBlockDeletion struct{}

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataLifecycleBlockDeletion) FieldPath added in v0.8.0

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.8.0

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataLifecycleBlockDeletion) WithValue added in v0.8.0

type UpdateConfigMapRequestPathSelectorConfigMapMetadataLifecycleState added in v0.8.0

type UpdateConfigMapRequestPathSelectorConfigMapMetadataLifecycleState struct{}

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataLifecycleState) FieldPath added in v0.8.0

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataLifecycleState) WithArrayOfValues added in v0.8.0

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataLifecycleState) WithValue added in v0.8.0

type UpdateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferences

type UpdateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferences struct{}

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferences) FieldPath

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferences) Region added in v0.8.0

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferences) RequiresOwnerReference added in v0.8.0

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferences) Version added in v0.8.0

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferences) WithArrayOfValues

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferences) WithItemValue

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferences) WithValue

type UpdateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferencesBlockOwnerDeletion

type UpdateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type UpdateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferencesController

type UpdateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferencesController struct{}

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferencesController) FieldPath

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferencesController) WithArrayOfValues

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferencesController) WithValue

type UpdateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferencesKind

type UpdateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferencesKind struct{}

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferencesKind) FieldPath

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferencesKind) WithArrayOfValues

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferencesKind) WithValue

type UpdateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferencesName

type UpdateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferencesName struct{}

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferencesName) FieldPath

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferencesName) WithArrayOfValues

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferencesName) WithValue

type UpdateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferencesRegion added in v0.8.0

type UpdateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferencesRegion struct{}

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferencesRegion) FieldPath added in v0.8.0

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.8.0

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferencesRegion) WithValue added in v0.8.0

type UpdateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferencesRequiresOwnerReference added in v0.8.0

type UpdateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferencesRequiresOwnerReference struct{}

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.8.0

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.8.0

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.8.0

type UpdateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferencesVersion added in v0.8.0

type UpdateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferencesVersion struct{}

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferencesVersion) FieldPath added in v0.8.0

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.8.0

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataOwnerReferencesVersion) WithValue added in v0.8.0

type UpdateConfigMapRequestPathSelectorConfigMapMetadataResourceVersion

type UpdateConfigMapRequestPathSelectorConfigMapMetadataResourceVersion struct{}

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataResourceVersion) FieldPath

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataResourceVersion) WithArrayOfValues

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataResourceVersion) WithValue

type UpdateConfigMapRequestPathSelectorConfigMapMetadataShards

type UpdateConfigMapRequestPathSelectorConfigMapMetadataShards struct{}

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataShards) FieldPath

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataShards) WithArrayOfValues

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataShards) WithKey

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataShards) WithValue

type UpdateConfigMapRequestPathSelectorConfigMapMetadataSyncing

type UpdateConfigMapRequestPathSelectorConfigMapMetadataSyncing struct{}

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataSyncing) FieldPath

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataSyncing) Regions

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataSyncing) WithArrayOfValues

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataSyncing) WithValue

type UpdateConfigMapRequestPathSelectorConfigMapMetadataSyncingOwningRegion

type UpdateConfigMapRequestPathSelectorConfigMapMetadataSyncingOwningRegion struct{}

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataSyncingOwningRegion) FieldPath

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataSyncingOwningRegion) WithArrayOfValues

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataSyncingOwningRegion) WithValue

type UpdateConfigMapRequestPathSelectorConfigMapMetadataSyncingRegions

type UpdateConfigMapRequestPathSelectorConfigMapMetadataSyncingRegions struct{}

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataSyncingRegions) FieldPath

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataSyncingRegions) WithArrayOfValues

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataSyncingRegions) WithItemValue

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataSyncingRegions) WithValue

type UpdateConfigMapRequestPathSelectorConfigMapMetadataTags

type UpdateConfigMapRequestPathSelectorConfigMapMetadataTags struct{}

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataTags) FieldPath

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataTags) WithArrayOfValues

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataTags) WithItemValue

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataTags) WithValue

type UpdateConfigMapRequestPathSelectorConfigMapMetadataUpdateTime

type UpdateConfigMapRequestPathSelectorConfigMapMetadataUpdateTime struct{}

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataUpdateTime) FieldPath

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataUpdateTime) WithArrayOfValues

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataUpdateTime) WithValue

type UpdateConfigMapRequestPathSelectorConfigMapMetadataUuid

type UpdateConfigMapRequestPathSelectorConfigMapMetadataUuid struct{}

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataUuid) FieldPath

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataUuid) WithArrayOfValues

func (UpdateConfigMapRequestPathSelectorConfigMapMetadataUuid) WithValue

type UpdateConfigMapRequestPathSelectorConfigMapName

type UpdateConfigMapRequestPathSelectorConfigMapName struct{}

func (UpdateConfigMapRequestPathSelectorConfigMapName) FieldPath

func (UpdateConfigMapRequestPathSelectorConfigMapName) WithArrayOfValues

func (UpdateConfigMapRequestPathSelectorConfigMapName) WithValue

type UpdateConfigMapRequestPathSelectorUpdateMask

type UpdateConfigMapRequestPathSelectorUpdateMask struct{}

func (UpdateConfigMapRequestPathSelectorUpdateMask) FieldPath

func (UpdateConfigMapRequestPathSelectorUpdateMask) WithArrayOfValues

func (UpdateConfigMapRequestPathSelectorUpdateMask) WithValue

type UpdateConfigMapRequest_CAS

type UpdateConfigMapRequest_CAS struct {

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

func (*UpdateConfigMapRequest_CAS) CloneRaw

func (*UpdateConfigMapRequest_CAS) Descriptor

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

Deprecated, Use UpdateConfigMapRequest_CAS.ProtoReflect.Descriptor instead.

func (*UpdateConfigMapRequest_CAS) GetConditionalState

func (m *UpdateConfigMapRequest_CAS) GetConditionalState() *config_map.ConfigMap

func (*UpdateConfigMapRequest_CAS) GetFieldMask

func (*UpdateConfigMapRequest_CAS) GotenMessage

func (*UpdateConfigMapRequest_CAS) GotenMessage()

func (*UpdateConfigMapRequest_CAS) GotenObjectExt

func (o *UpdateConfigMapRequest_CAS) GotenObjectExt()

func (*UpdateConfigMapRequest_CAS) GotenValidate

func (obj *UpdateConfigMapRequest_CAS) GotenValidate() error

func (*UpdateConfigMapRequest_CAS) MakeDiffFieldMask

func (*UpdateConfigMapRequest_CAS) MakeFullFieldMask

func (*UpdateConfigMapRequest_CAS) MakeRawDiffFieldMask

func (*UpdateConfigMapRequest_CAS) MakeRawFullFieldMask

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

func (*UpdateConfigMapRequest_CAS) Marshal

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

func (*UpdateConfigMapRequest_CAS) MarshalJSON

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

func (*UpdateConfigMapRequest_CAS) Merge

func (*UpdateConfigMapRequest_CAS) MergeRaw

func (*UpdateConfigMapRequest_CAS) ProtoMessage

func (*UpdateConfigMapRequest_CAS) ProtoMessage()

func (*UpdateConfigMapRequest_CAS) ProtoReflect

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

func (*UpdateConfigMapRequest_CAS) Reset

func (m *UpdateConfigMapRequest_CAS) Reset()

func (*UpdateConfigMapRequest_CAS) SetConditionalState

func (m *UpdateConfigMapRequest_CAS) SetConditionalState(fv *config_map.ConfigMap)

func (*UpdateConfigMapRequest_CAS) SetFieldMask

func (*UpdateConfigMapRequest_CAS) String

func (m *UpdateConfigMapRequest_CAS) String() string

func (*UpdateConfigMapRequest_CAS) Unmarshal

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

func (*UpdateConfigMapRequest_CAS) UnmarshalJSON

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

type UpdateConfigMapRequest_CASMapPathSelectorConditionalStateBinaryData

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

func (UpdateConfigMapRequest_CASMapPathSelectorConditionalStateBinaryData) FieldPath

func (UpdateConfigMapRequest_CASMapPathSelectorConditionalStateBinaryData) WithArrayOfValues

func (UpdateConfigMapRequest_CASMapPathSelectorConditionalStateBinaryData) WithValue

type UpdateConfigMapRequest_CASMapPathSelectorConditionalStateData

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

func (UpdateConfigMapRequest_CASMapPathSelectorConditionalStateData) FieldPath

func (UpdateConfigMapRequest_CASMapPathSelectorConditionalStateData) WithArrayOfValues

func (UpdateConfigMapRequest_CASMapPathSelectorConditionalStateData) WithValue

type UpdateConfigMapRequest_CASMapPathSelectorConditionalStateMetadataAnnotations

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

func (UpdateConfigMapRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) FieldPath

func (UpdateConfigMapRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateConfigMapRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) WithValue

type UpdateConfigMapRequest_CASMapPathSelectorConditionalStateMetadataLabels

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

func (UpdateConfigMapRequest_CASMapPathSelectorConditionalStateMetadataLabels) FieldPath

func (UpdateConfigMapRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateConfigMapRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithValue

type UpdateConfigMapRequest_CASMapPathSelectorConditionalStateMetadataShards

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

func (UpdateConfigMapRequest_CASMapPathSelectorConditionalStateMetadataShards) FieldPath

func (UpdateConfigMapRequest_CASMapPathSelectorConditionalStateMetadataShards) WithArrayOfValues

func (UpdateConfigMapRequest_CASMapPathSelectorConditionalStateMetadataShards) WithValue

type UpdateConfigMapRequest_CASPathSelectorConditionalState

type UpdateConfigMapRequest_CASPathSelectorConditionalState struct{}

func (UpdateConfigMapRequest_CASPathSelectorConditionalState) BinaryData

func (UpdateConfigMapRequest_CASPathSelectorConditionalState) Data

func (UpdateConfigMapRequest_CASPathSelectorConditionalState) DisplayName

func (UpdateConfigMapRequest_CASPathSelectorConditionalState) FieldPath

func (UpdateConfigMapRequest_CASPathSelectorConditionalState) Metadata

func (UpdateConfigMapRequest_CASPathSelectorConditionalState) Name

func (UpdateConfigMapRequest_CASPathSelectorConditionalState) WithArrayOfValues

func (UpdateConfigMapRequest_CASPathSelectorConditionalState) WithSubArrayItemValue

func (UpdateConfigMapRequest_CASPathSelectorConditionalState) WithSubArrayOfValues

func (UpdateConfigMapRequest_CASPathSelectorConditionalState) WithSubPath

func (UpdateConfigMapRequest_CASPathSelectorConditionalState) WithSubValue

func (UpdateConfigMapRequest_CASPathSelectorConditionalState) WithValue

type UpdateConfigMapRequest_CASPathSelectorConditionalStateBinaryData

type UpdateConfigMapRequest_CASPathSelectorConditionalStateBinaryData struct{}

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateBinaryData) FieldPath

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateBinaryData) WithArrayOfValues

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateBinaryData) WithKey

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateBinaryData) WithValue

type UpdateConfigMapRequest_CASPathSelectorConditionalStateData

type UpdateConfigMapRequest_CASPathSelectorConditionalStateData struct{}

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateData) FieldPath

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateData) WithArrayOfValues

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateData) WithKey

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateData) WithValue

type UpdateConfigMapRequest_CASPathSelectorConditionalStateDisplayName

type UpdateConfigMapRequest_CASPathSelectorConditionalStateDisplayName struct{}

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateDisplayName) FieldPath

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateDisplayName) WithArrayOfValues

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateDisplayName) WithValue

type UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadata

type UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadata struct{}

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadata) DeleteTime added in v0.8.0

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadata) FieldPath

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadata) Lifecycle added in v0.8.0

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadata) WithArrayOfValues

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadata) WithValue

type UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataAnnotations

type UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataAnnotations struct{}

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataAnnotations) FieldPath

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithValue

type UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataCreateTime

type UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataCreateTime struct{}

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataCreateTime) FieldPath

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataCreateTime) WithArrayOfValues

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataCreateTime) WithValue

type UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataDeleteTime added in v0.8.0

type UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataDeleteTime struct{}

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataDeleteTime) FieldPath added in v0.8.0

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataDeleteTime) WithArrayOfValues added in v0.8.0

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataDeleteTime) WithValue added in v0.8.0

type UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataGeneration

type UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataGeneration struct{}

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataGeneration) FieldPath

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataGeneration) WithArrayOfValues

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataGeneration) WithValue

type UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataLabels

type UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataLabels struct{}

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataLabels) FieldPath

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataLabels) WithValue

type UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataLifecycle added in v0.8.0

type UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataLifecycle struct{}

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataLifecycle) BlockDeletion added in v0.8.0

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataLifecycle) FieldPath added in v0.8.0

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataLifecycle) State added in v0.8.0

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataLifecycle) WithArrayOfValues added in v0.8.0

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataLifecycle) WithValue added in v0.8.0

type UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion added in v0.8.0

type UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion struct{}

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion) FieldPath added in v0.8.0

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.8.0

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion) WithValue added in v0.8.0

type UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataLifecycleState added in v0.8.0

type UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataLifecycleState struct{}

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataLifecycleState) FieldPath added in v0.8.0

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataLifecycleState) WithArrayOfValues added in v0.8.0

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataLifecycleState) WithValue added in v0.8.0

type UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataOwnerReferences

type UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataOwnerReferences struct{}

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) FieldPath

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) Region added in v0.8.0

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) RequiresOwnerReference added in v0.8.0

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) Version added in v0.8.0

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithArrayOfValues

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithItemValue

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithValue

type UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion

type UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController

type UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController struct{}

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) FieldPath

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) WithArrayOfValues

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) WithValue

type UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind

type UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind struct{}

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) FieldPath

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) WithValue

type UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName

type UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName struct{}

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) FieldPath

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) WithArrayOfValues

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) WithValue

type UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion added in v0.8.0

type UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion struct{}

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion) FieldPath added in v0.8.0

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.8.0

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion) WithValue added in v0.8.0

type UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference added in v0.8.0

type UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference struct{}

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.8.0

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.8.0

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.8.0

type UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion added in v0.8.0

type UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion struct{}

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion) FieldPath added in v0.8.0

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.8.0

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion) WithValue added in v0.8.0

type UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataResourceVersion

type UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataResourceVersion struct{}

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataResourceVersion) FieldPath

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataResourceVersion) WithArrayOfValues

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataResourceVersion) WithValue

type UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataShards

type UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataShards struct{}

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataShards) FieldPath

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataShards) WithArrayOfValues

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataShards) WithValue

type UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataSyncing

type UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataSyncing struct{}

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataSyncing) FieldPath

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataSyncing) WithArrayOfValues

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataSyncing) WithValue

type UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion

type UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion struct{}

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) FieldPath

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) WithValue

type UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataSyncingRegions

type UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataSyncingRegions struct{}

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) FieldPath

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithArrayOfValues

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithItemValue

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithValue

type UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataTags

type UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataTags struct{}

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataTags) FieldPath

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataTags) WithArrayOfValues

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataTags) WithItemValue

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataTags) WithValue

type UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataUpdateTime

type UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataUpdateTime struct{}

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataUpdateTime) FieldPath

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataUpdateTime) WithArrayOfValues

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataUpdateTime) WithValue

type UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataUuid

type UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataUuid struct{}

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataUuid) FieldPath

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataUuid) WithArrayOfValues

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateMetadataUuid) WithValue

type UpdateConfigMapRequest_CASPathSelectorConditionalStateName

type UpdateConfigMapRequest_CASPathSelectorConditionalStateName struct{}

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateName) FieldPath

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateName) WithArrayOfValues

func (UpdateConfigMapRequest_CASPathSelectorConditionalStateName) WithValue

type UpdateConfigMapRequest_CASPathSelectorFieldMask

type UpdateConfigMapRequest_CASPathSelectorFieldMask struct{}

func (UpdateConfigMapRequest_CASPathSelectorFieldMask) FieldPath

func (UpdateConfigMapRequest_CASPathSelectorFieldMask) WithArrayOfValues

func (UpdateConfigMapRequest_CASPathSelectorFieldMask) WithValue

type UpdateConfigMapRequest_CAS_FieldMask

type UpdateConfigMapRequest_CAS_FieldMask struct {
	Paths []UpdateConfigMapRequestCAS_FieldPath
}

func FullUpdateConfigMapRequest_CAS_FieldMask

func FullUpdateConfigMapRequest_CAS_FieldMask() *UpdateConfigMapRequest_CAS_FieldMask

func (*UpdateConfigMapRequest_CAS_FieldMask) AppendPath

func (*UpdateConfigMapRequest_CAS_FieldMask) AppendRawPath

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

func (*UpdateConfigMapRequest_CAS_FieldMask) DecodeFirestore

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

func (*UpdateConfigMapRequest_CAS_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*UpdateConfigMapRequest_CAS_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*UpdateConfigMapRequest_CAS_FieldMask) FromProtoFieldMask

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

func (*UpdateConfigMapRequest_CAS_FieldMask) GetPaths

func (*UpdateConfigMapRequest_CAS_FieldMask) GetRawPaths

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

func (*UpdateConfigMapRequest_CAS_FieldMask) IsFull

func (fieldMask *UpdateConfigMapRequest_CAS_FieldMask) IsFull() bool

func (UpdateConfigMapRequest_CAS_FieldMask) Marshal

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

implement methods required by customType

func (UpdateConfigMapRequest_CAS_FieldMask) MarshalJSON

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

func (*UpdateConfigMapRequest_CAS_FieldMask) PathsCount

func (fieldMask *UpdateConfigMapRequest_CAS_FieldMask) PathsCount() int

func (*UpdateConfigMapRequest_CAS_FieldMask) Project

func (*UpdateConfigMapRequest_CAS_FieldMask) ProjectRaw

func (*UpdateConfigMapRequest_CAS_FieldMask) ProtoMessage

func (fieldMask *UpdateConfigMapRequest_CAS_FieldMask) ProtoMessage()

func (*UpdateConfigMapRequest_CAS_FieldMask) ProtoReflect

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

func (*UpdateConfigMapRequest_CAS_FieldMask) Reset

func (fieldMask *UpdateConfigMapRequest_CAS_FieldMask) Reset()

func (*UpdateConfigMapRequest_CAS_FieldMask) Set

func (fieldMask *UpdateConfigMapRequest_CAS_FieldMask) Set(target, source *UpdateConfigMapRequest_CAS)

func (*UpdateConfigMapRequest_CAS_FieldMask) SetFromCliFlag

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

func (*UpdateConfigMapRequest_CAS_FieldMask) SetRaw

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

func (*UpdateConfigMapRequest_CAS_FieldMask) Size

func (fieldMask *UpdateConfigMapRequest_CAS_FieldMask) Size() int

func (*UpdateConfigMapRequest_CAS_FieldMask) String

func (fieldMask *UpdateConfigMapRequest_CAS_FieldMask) String() string

func (*UpdateConfigMapRequest_CAS_FieldMask) Subtract

func (*UpdateConfigMapRequest_CAS_FieldMask) SubtractRaw

func (*UpdateConfigMapRequest_CAS_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*UpdateConfigMapRequest_CAS_FieldMask) Unmarshal

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

func (*UpdateConfigMapRequest_CAS_FieldMask) UnmarshalJSON

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

type UpdateConfigMapRequest_FieldMask

type UpdateConfigMapRequest_FieldMask struct {
	Paths []UpdateConfigMapRequest_FieldPath
}

func FullUpdateConfigMapRequest_FieldMask

func FullUpdateConfigMapRequest_FieldMask() *UpdateConfigMapRequest_FieldMask

func (*UpdateConfigMapRequest_FieldMask) AppendPath

func (*UpdateConfigMapRequest_FieldMask) AppendRawPath

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

func (*UpdateConfigMapRequest_FieldMask) DecodeFirestore

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

func (*UpdateConfigMapRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*UpdateConfigMapRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*UpdateConfigMapRequest_FieldMask) FromProtoFieldMask

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

func (*UpdateConfigMapRequest_FieldMask) GetPaths

func (*UpdateConfigMapRequest_FieldMask) GetRawPaths

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

func (*UpdateConfigMapRequest_FieldMask) IsFull

func (fieldMask *UpdateConfigMapRequest_FieldMask) IsFull() bool

func (UpdateConfigMapRequest_FieldMask) Marshal

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

implement methods required by customType

func (UpdateConfigMapRequest_FieldMask) MarshalJSON

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

func (*UpdateConfigMapRequest_FieldMask) PathsCount

func (fieldMask *UpdateConfigMapRequest_FieldMask) PathsCount() int

func (*UpdateConfigMapRequest_FieldMask) Project

func (*UpdateConfigMapRequest_FieldMask) ProjectRaw

func (*UpdateConfigMapRequest_FieldMask) ProtoMessage

func (fieldMask *UpdateConfigMapRequest_FieldMask) ProtoMessage()

func (*UpdateConfigMapRequest_FieldMask) ProtoReflect

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

func (*UpdateConfigMapRequest_FieldMask) Reset

func (fieldMask *UpdateConfigMapRequest_FieldMask) Reset()

func (*UpdateConfigMapRequest_FieldMask) Set

func (fieldMask *UpdateConfigMapRequest_FieldMask) Set(target, source *UpdateConfigMapRequest)

func (*UpdateConfigMapRequest_FieldMask) SetFromCliFlag

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

func (*UpdateConfigMapRequest_FieldMask) SetRaw

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

func (*UpdateConfigMapRequest_FieldMask) Size

func (fieldMask *UpdateConfigMapRequest_FieldMask) Size() int

func (*UpdateConfigMapRequest_FieldMask) String

func (fieldMask *UpdateConfigMapRequest_FieldMask) String() string

func (*UpdateConfigMapRequest_FieldMask) Subtract

func (*UpdateConfigMapRequest_FieldMask) SubtractRaw

func (*UpdateConfigMapRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*UpdateConfigMapRequest_FieldMask) Unmarshal

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

func (*UpdateConfigMapRequest_FieldMask) UnmarshalJSON

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

type UpdateConfigMapRequest_FieldPath

type UpdateConfigMapRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() UpdateConfigMapRequest_FieldPathSelector
	Get(source *UpdateConfigMapRequest) []interface{}
	GetSingle(source *UpdateConfigMapRequest) (interface{}, bool)
	ClearValue(item *UpdateConfigMapRequest)

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

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

func MustParseUpdateConfigMapRequest_FieldPath

func MustParseUpdateConfigMapRequest_FieldPath(rawField string) UpdateConfigMapRequest_FieldPath

func ParseUpdateConfigMapRequest_FieldPath

func ParseUpdateConfigMapRequest_FieldPath(rawField string) (UpdateConfigMapRequest_FieldPath, error)

type UpdateConfigMapRequest_FieldPathArrayItemValue

type UpdateConfigMapRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	UpdateConfigMapRequest_FieldPath
	ContainsValue(*UpdateConfigMapRequest) bool
}

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

func MustParseUpdateConfigMapRequest_FieldPathArrayItemValue

func MustParseUpdateConfigMapRequest_FieldPathArrayItemValue(pathStr, valueStr string) UpdateConfigMapRequest_FieldPathArrayItemValue

func ParseUpdateConfigMapRequest_FieldPathArrayItemValue

func ParseUpdateConfigMapRequest_FieldPathArrayItemValue(pathStr, valueStr string) (UpdateConfigMapRequest_FieldPathArrayItemValue, error)

ParseUpdateConfigMapRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type UpdateConfigMapRequest_FieldPathArrayOfValues

type UpdateConfigMapRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	UpdateConfigMapRequest_FieldPath
}

UpdateConfigMapRequest_FieldPathArrayOfValues allows storing slice of values for UpdateConfigMapRequest fields according to their type

func MustParseUpdateConfigMapRequest_FieldPathArrayOfValues

func MustParseUpdateConfigMapRequest_FieldPathArrayOfValues(pathStr, valuesStr string) UpdateConfigMapRequest_FieldPathArrayOfValues

func ParseUpdateConfigMapRequest_FieldPathArrayOfValues

func ParseUpdateConfigMapRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (UpdateConfigMapRequest_FieldPathArrayOfValues, error)

type UpdateConfigMapRequest_FieldPathSelector

type UpdateConfigMapRequest_FieldPathSelector int32
const (
	UpdateConfigMapRequest_FieldPathSelectorConfigMap    UpdateConfigMapRequest_FieldPathSelector = 0
	UpdateConfigMapRequest_FieldPathSelectorUpdateMask   UpdateConfigMapRequest_FieldPathSelector = 1
	UpdateConfigMapRequest_FieldPathSelectorCas          UpdateConfigMapRequest_FieldPathSelector = 2
	UpdateConfigMapRequest_FieldPathSelectorAllowMissing UpdateConfigMapRequest_FieldPathSelector = 3
)

func (UpdateConfigMapRequest_FieldPathSelector) String

type UpdateConfigMapRequest_FieldPathValue

type UpdateConfigMapRequest_FieldPathValue interface {
	UpdateConfigMapRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **UpdateConfigMapRequest)
	CompareWith(*UpdateConfigMapRequest) (cmp int, comparable bool)
}

UpdateConfigMapRequest_FieldPathValue allows storing values for UpdateConfigMapRequest fields according to their type

func MustParseUpdateConfigMapRequest_FieldPathValue

func MustParseUpdateConfigMapRequest_FieldPathValue(pathStr, valueStr string) UpdateConfigMapRequest_FieldPathValue

func ParseUpdateConfigMapRequest_FieldPathValue

func ParseUpdateConfigMapRequest_FieldPathValue(pathStr, valueStr string) (UpdateConfigMapRequest_FieldPathValue, error)

type UpdateConfigMapRequest_FieldSubPath

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

func (*UpdateConfigMapRequest_FieldSubPath) AsCasSubPath

func (*UpdateConfigMapRequest_FieldSubPath) AsConfigMapSubPath

func (*UpdateConfigMapRequest_FieldSubPath) ClearValue

func (*UpdateConfigMapRequest_FieldSubPath) ClearValueRaw

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

func (*UpdateConfigMapRequest_FieldSubPath) Get

func (fps *UpdateConfigMapRequest_FieldSubPath) Get(source *UpdateConfigMapRequest) (values []interface{})

Get returns all values pointed by selected field from source UpdateConfigMapRequest

func (*UpdateConfigMapRequest_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*UpdateConfigMapRequest_FieldSubPath) GetRaw

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

func (*UpdateConfigMapRequest_FieldSubPath) GetSingle

func (fps *UpdateConfigMapRequest_FieldSubPath) GetSingle(source *UpdateConfigMapRequest) (interface{}, bool)

GetSingle returns value of selected field from source UpdateConfigMapRequest

func (*UpdateConfigMapRequest_FieldSubPath) GetSingleRaw

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

func (*UpdateConfigMapRequest_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdateConfigMapRequest_FieldSubPath) JSONString

func (fps *UpdateConfigMapRequest_FieldSubPath) JSONString() string

JSONString returns path representation is JSON convention

func (*UpdateConfigMapRequest_FieldSubPath) Selector

func (*UpdateConfigMapRequest_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*UpdateConfigMapRequest_FieldSubPath) String

String returns path representation in proto convention

func (*UpdateConfigMapRequest_FieldSubPath) WithIArrayItemValue

func (fps *UpdateConfigMapRequest_FieldSubPath) WithIArrayItemValue(value interface{}) UpdateConfigMapRequest_FieldPathArrayItemValue

func (*UpdateConfigMapRequest_FieldSubPath) WithIArrayOfValues

func (fps *UpdateConfigMapRequest_FieldSubPath) WithIArrayOfValues(values interface{}) UpdateConfigMapRequest_FieldPathArrayOfValues

func (*UpdateConfigMapRequest_FieldSubPath) WithIValue

func (*UpdateConfigMapRequest_FieldSubPath) WithRawIArrayItemValue

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

func (*UpdateConfigMapRequest_FieldSubPath) WithRawIArrayOfValues

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

func (*UpdateConfigMapRequest_FieldSubPath) WithRawIValue

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

type UpdateConfigMapRequest_FieldSubPathArrayItemValue

type UpdateConfigMapRequest_FieldSubPathArrayItemValue struct {
	UpdateConfigMapRequest_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateConfigMapRequest_FieldSubPathArrayItemValue) AsCasPathItemValue

func (*UpdateConfigMapRequest_FieldSubPathArrayItemValue) AsConfigMapPathItemValue

func (*UpdateConfigMapRequest_FieldSubPathArrayItemValue) ContainsValue

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

func (*UpdateConfigMapRequest_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type UpdateConfigMapRequest_FieldSubPathArrayOfValues

type UpdateConfigMapRequest_FieldSubPathArrayOfValues struct {
	UpdateConfigMapRequest_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateConfigMapRequest_FieldSubPathArrayOfValues) AsCasPathArrayOfValues

func (*UpdateConfigMapRequest_FieldSubPathArrayOfValues) AsConfigMapPathArrayOfValues

func (*UpdateConfigMapRequest_FieldSubPathArrayOfValues) GetRawValues

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

type UpdateConfigMapRequest_FieldSubPathValue

type UpdateConfigMapRequest_FieldSubPathValue struct {
	UpdateConfigMapRequest_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateConfigMapRequest_FieldSubPathValue) AsCasPathValue

func (*UpdateConfigMapRequest_FieldSubPathValue) AsConfigMapPathValue

func (*UpdateConfigMapRequest_FieldSubPathValue) CompareWith

func (*UpdateConfigMapRequest_FieldSubPathValue) CompareWithRaw

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

func (*UpdateConfigMapRequest_FieldSubPathValue) GetRawValue

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

func (*UpdateConfigMapRequest_FieldSubPathValue) SetTo

func (*UpdateConfigMapRequest_FieldSubPathValue) SetToRaw

type UpdateConfigMapRequest_FieldTerminalPath

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

func (*UpdateConfigMapRequest_FieldTerminalPath) ClearValue

func (*UpdateConfigMapRequest_FieldTerminalPath) ClearValueRaw

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

func (*UpdateConfigMapRequest_FieldTerminalPath) Get

func (fp *UpdateConfigMapRequest_FieldTerminalPath) Get(source *UpdateConfigMapRequest) (values []interface{})

Get returns all values pointed by specific field from source UpdateConfigMapRequest

func (*UpdateConfigMapRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*UpdateConfigMapRequest_FieldTerminalPath) GetRaw

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

func (*UpdateConfigMapRequest_FieldTerminalPath) GetSingle

func (fp *UpdateConfigMapRequest_FieldTerminalPath) GetSingle(source *UpdateConfigMapRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source UpdateConfigMapRequest

func (*UpdateConfigMapRequest_FieldTerminalPath) GetSingleRaw

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

func (*UpdateConfigMapRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdateConfigMapRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdateConfigMapRequest_FieldTerminalPath) Selector

func (*UpdateConfigMapRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*UpdateConfigMapRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*UpdateConfigMapRequest_FieldTerminalPath) WithIArrayItemValue

func (*UpdateConfigMapRequest_FieldTerminalPath) WithIArrayOfValues

func (*UpdateConfigMapRequest_FieldTerminalPath) WithIValue

func (*UpdateConfigMapRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*UpdateConfigMapRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*UpdateConfigMapRequest_FieldTerminalPath) WithRawIValue

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

type UpdateConfigMapRequest_FieldTerminalPathArrayItemValue

type UpdateConfigMapRequest_FieldTerminalPathArrayItemValue struct {
	UpdateConfigMapRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateConfigMapRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*UpdateConfigMapRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*UpdateConfigMapRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*UpdateConfigMapRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type UpdateConfigMapRequest_FieldTerminalPathArrayOfValues

type UpdateConfigMapRequest_FieldTerminalPathArrayOfValues struct {
	UpdateConfigMapRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateConfigMapRequest_FieldTerminalPathArrayOfValues) AsAllowMissingArrayOfValues added in v0.12.33

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

func (*UpdateConfigMapRequest_FieldTerminalPathArrayOfValues) AsCasArrayOfValues

func (*UpdateConfigMapRequest_FieldTerminalPathArrayOfValues) AsConfigMapArrayOfValues

func (fpaov *UpdateConfigMapRequest_FieldTerminalPathArrayOfValues) AsConfigMapArrayOfValues() ([]*config_map.ConfigMap, bool)

func (*UpdateConfigMapRequest_FieldTerminalPathArrayOfValues) AsUpdateMaskArrayOfValues

func (*UpdateConfigMapRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type UpdateConfigMapRequest_FieldTerminalPathValue

type UpdateConfigMapRequest_FieldTerminalPathValue struct {
	UpdateConfigMapRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateConfigMapRequest_FieldTerminalPathValue) AsAllowMissingValue added in v0.12.33

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

func (*UpdateConfigMapRequest_FieldTerminalPathValue) AsCasValue

func (*UpdateConfigMapRequest_FieldTerminalPathValue) AsConfigMapValue

func (*UpdateConfigMapRequest_FieldTerminalPathValue) AsUpdateMaskValue

func (*UpdateConfigMapRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'UpdateConfigMapRequest_FieldTerminalPathValue' with the value under path in 'UpdateConfigMapRequest'.

func (*UpdateConfigMapRequest_FieldTerminalPathValue) CompareWithRaw

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

func (*UpdateConfigMapRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*UpdateConfigMapRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object UpdateConfigMapRequest

func (*UpdateConfigMapRequest_FieldTerminalPathValue) SetToRaw

type WatchConfigMapClientStream

type WatchConfigMapClientStream interface {
	Recv() (*WatchConfigMapResponse, error)
	grpc.ClientStream
}

type WatchConfigMapDescriptor added in v0.4.28

type WatchConfigMapDescriptor struct{}

func GetWatchConfigMapDescriptor added in v0.4.28

func GetWatchConfigMapDescriptor() *WatchConfigMapDescriptor

func (*WatchConfigMapDescriptor) GetApiDescriptor added in v0.4.28

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

func (*WatchConfigMapDescriptor) GetApiName added in v0.4.28

func (d *WatchConfigMapDescriptor) GetApiName() string

func (*WatchConfigMapDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*WatchConfigMapDescriptor) GetFullMethodName added in v0.4.28

func (d *WatchConfigMapDescriptor) GetFullMethodName() string

func (*WatchConfigMapDescriptor) GetMethodName added in v0.4.28

func (d *WatchConfigMapDescriptor) GetMethodName() string

func (*WatchConfigMapDescriptor) GetProtoPkgName added in v0.4.28

func (d *WatchConfigMapDescriptor) GetProtoPkgName() string

func (*WatchConfigMapDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*WatchConfigMapDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*WatchConfigMapDescriptor) GetServiceDomain added in v0.4.28

func (d *WatchConfigMapDescriptor) GetServiceDomain() string

func (*WatchConfigMapDescriptor) GetServiceVersion added in v0.4.28

func (d *WatchConfigMapDescriptor) GetServiceVersion() string

func (*WatchConfigMapDescriptor) GetVerb added in v0.4.28

func (d *WatchConfigMapDescriptor) GetVerb() string

func (*WatchConfigMapDescriptor) HasResource added in v0.4.30

func (d *WatchConfigMapDescriptor) HasResource() bool

func (*WatchConfigMapDescriptor) IsClientStream added in v0.4.28

func (d *WatchConfigMapDescriptor) IsClientStream() bool

func (*WatchConfigMapDescriptor) IsCollection added in v0.4.30

func (d *WatchConfigMapDescriptor) IsCollection() bool

func (*WatchConfigMapDescriptor) IsPlural added in v0.4.30

func (d *WatchConfigMapDescriptor) IsPlural() bool

func (*WatchConfigMapDescriptor) IsServerStream added in v0.4.28

func (d *WatchConfigMapDescriptor) IsServerStream() bool

func (*WatchConfigMapDescriptor) IsUnary added in v0.4.28

func (d *WatchConfigMapDescriptor) IsUnary() bool

func (*WatchConfigMapDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*WatchConfigMapDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*WatchConfigMapDescriptor) RequestHasResourceBody added in v0.4.28

func (d *WatchConfigMapDescriptor) RequestHasResourceBody() bool

type WatchConfigMapDescriptorClientMsgHandle added in v0.4.28

type WatchConfigMapDescriptorClientMsgHandle struct{}

func (*WatchConfigMapDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*WatchConfigMapDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchConfigMapDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type WatchConfigMapDescriptorServerMsgHandle added in v0.4.28

type WatchConfigMapDescriptorServerMsgHandle struct{}

func (*WatchConfigMapDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*WatchConfigMapDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchConfigMapDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type WatchConfigMapRequest

type WatchConfigMapRequest struct {

	// Reference to ntt.applications.v1alpha.ConfigMap
	Name *config_map.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 *config_map.ConfigMap_FieldMask `` /* 141-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 [WatchConfigMap][ntt.applications.v1alpha.WatchConfigMap]

func (*WatchConfigMapRequest) Clone

func (*WatchConfigMapRequest) CloneRaw

func (*WatchConfigMapRequest) Descriptor

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

Deprecated, Use WatchConfigMapRequest.ProtoReflect.Descriptor instead.

func (*WatchConfigMapRequest) GetFieldMask

func (*WatchConfigMapRequest) GetName

func (*WatchConfigMapRequest) GetView

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

func (*WatchConfigMapRequest) GotenMessage

func (*WatchConfigMapRequest) GotenMessage()

func (*WatchConfigMapRequest) GotenObjectExt

func (o *WatchConfigMapRequest) GotenObjectExt()

func (*WatchConfigMapRequest) GotenValidate

func (obj *WatchConfigMapRequest) GotenValidate() error

func (*WatchConfigMapRequest) MakeDiffFieldMask

func (*WatchConfigMapRequest) MakeFullFieldMask

func (*WatchConfigMapRequest) MakeRawDiffFieldMask

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

func (*WatchConfigMapRequest) MakeRawFullFieldMask

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

func (*WatchConfigMapRequest) Marshal

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

func (*WatchConfigMapRequest) MarshalJSON

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

func (*WatchConfigMapRequest) Merge

func (o *WatchConfigMapRequest) Merge(source *WatchConfigMapRequest)

func (*WatchConfigMapRequest) MergeRaw

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

func (*WatchConfigMapRequest) ProtoMessage

func (*WatchConfigMapRequest) ProtoMessage()

func (*WatchConfigMapRequest) ProtoReflect

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

func (*WatchConfigMapRequest) Reset

func (m *WatchConfigMapRequest) Reset()

func (*WatchConfigMapRequest) SetFieldMask

func (*WatchConfigMapRequest) SetName

func (m *WatchConfigMapRequest) SetName(fv *config_map.Reference)

func (*WatchConfigMapRequest) SetView

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

func (*WatchConfigMapRequest) String

func (m *WatchConfigMapRequest) String() string

func (*WatchConfigMapRequest) Unmarshal

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

func (*WatchConfigMapRequest) UnmarshalJSON

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

type WatchConfigMapRequestFieldPathBuilder

type WatchConfigMapRequestFieldPathBuilder struct{}

func NewWatchConfigMapRequestFieldPathBuilder

func NewWatchConfigMapRequestFieldPathBuilder() WatchConfigMapRequestFieldPathBuilder

func (WatchConfigMapRequestFieldPathBuilder) FieldMask

func (WatchConfigMapRequestFieldPathBuilder) Name

func (WatchConfigMapRequestFieldPathBuilder) View

type WatchConfigMapRequestPathSelectorFieldMask

type WatchConfigMapRequestPathSelectorFieldMask struct{}

func (WatchConfigMapRequestPathSelectorFieldMask) FieldPath

func (WatchConfigMapRequestPathSelectorFieldMask) WithArrayOfValues

func (WatchConfigMapRequestPathSelectorFieldMask) WithValue

type WatchConfigMapRequestPathSelectorName

type WatchConfigMapRequestPathSelectorName struct{}

func (WatchConfigMapRequestPathSelectorName) FieldPath

func (WatchConfigMapRequestPathSelectorName) WithArrayOfValues

func (WatchConfigMapRequestPathSelectorName) WithValue

type WatchConfigMapRequestPathSelectorView

type WatchConfigMapRequestPathSelectorView struct{}

func (WatchConfigMapRequestPathSelectorView) FieldPath

func (WatchConfigMapRequestPathSelectorView) WithArrayOfValues

func (WatchConfigMapRequestPathSelectorView) WithValue

type WatchConfigMapRequest_FieldMask

type WatchConfigMapRequest_FieldMask struct {
	Paths []WatchConfigMapRequest_FieldPath
}

func FullWatchConfigMapRequest_FieldMask

func FullWatchConfigMapRequest_FieldMask() *WatchConfigMapRequest_FieldMask

func (*WatchConfigMapRequest_FieldMask) AppendPath

func (*WatchConfigMapRequest_FieldMask) AppendRawPath

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

func (*WatchConfigMapRequest_FieldMask) DecodeFirestore

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

func (*WatchConfigMapRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchConfigMapRequest_FieldMask) FilterInputFields

func (fieldMask *WatchConfigMapRequest_FieldMask) FilterInputFields() *WatchConfigMapRequest_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchConfigMapRequest_FieldMask) FromProtoFieldMask

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

func (*WatchConfigMapRequest_FieldMask) GetPaths

func (*WatchConfigMapRequest_FieldMask) GetRawPaths

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

func (*WatchConfigMapRequest_FieldMask) IsFull

func (fieldMask *WatchConfigMapRequest_FieldMask) IsFull() bool

func (WatchConfigMapRequest_FieldMask) Marshal

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

implement methods required by customType

func (WatchConfigMapRequest_FieldMask) MarshalJSON

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

func (*WatchConfigMapRequest_FieldMask) PathsCount

func (fieldMask *WatchConfigMapRequest_FieldMask) PathsCount() int

func (*WatchConfigMapRequest_FieldMask) Project

func (*WatchConfigMapRequest_FieldMask) ProjectRaw

func (*WatchConfigMapRequest_FieldMask) ProtoMessage

func (fieldMask *WatchConfigMapRequest_FieldMask) ProtoMessage()

func (*WatchConfigMapRequest_FieldMask) ProtoReflect

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

func (*WatchConfigMapRequest_FieldMask) Reset

func (fieldMask *WatchConfigMapRequest_FieldMask) Reset()

func (*WatchConfigMapRequest_FieldMask) Set

func (fieldMask *WatchConfigMapRequest_FieldMask) Set(target, source *WatchConfigMapRequest)

func (*WatchConfigMapRequest_FieldMask) SetFromCliFlag

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

func (*WatchConfigMapRequest_FieldMask) SetRaw

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

func (*WatchConfigMapRequest_FieldMask) Size

func (fieldMask *WatchConfigMapRequest_FieldMask) Size() int

func (*WatchConfigMapRequest_FieldMask) String

func (fieldMask *WatchConfigMapRequest_FieldMask) String() string

func (*WatchConfigMapRequest_FieldMask) Subtract

func (*WatchConfigMapRequest_FieldMask) SubtractRaw

func (*WatchConfigMapRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*WatchConfigMapRequest_FieldMask) Unmarshal

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

func (*WatchConfigMapRequest_FieldMask) UnmarshalJSON

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

type WatchConfigMapRequest_FieldPath

type WatchConfigMapRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchConfigMapRequest_FieldPathSelector
	Get(source *WatchConfigMapRequest) []interface{}
	GetSingle(source *WatchConfigMapRequest) (interface{}, bool)
	ClearValue(item *WatchConfigMapRequest)

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

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

func MustParseWatchConfigMapRequest_FieldPath

func MustParseWatchConfigMapRequest_FieldPath(rawField string) WatchConfigMapRequest_FieldPath

func ParseWatchConfigMapRequest_FieldPath

func ParseWatchConfigMapRequest_FieldPath(rawField string) (WatchConfigMapRequest_FieldPath, error)

type WatchConfigMapRequest_FieldPathArrayItemValue

type WatchConfigMapRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchConfigMapRequest_FieldPath
	ContainsValue(*WatchConfigMapRequest) bool
}

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

func MustParseWatchConfigMapRequest_FieldPathArrayItemValue

func MustParseWatchConfigMapRequest_FieldPathArrayItemValue(pathStr, valueStr string) WatchConfigMapRequest_FieldPathArrayItemValue

func ParseWatchConfigMapRequest_FieldPathArrayItemValue

func ParseWatchConfigMapRequest_FieldPathArrayItemValue(pathStr, valueStr string) (WatchConfigMapRequest_FieldPathArrayItemValue, error)

ParseWatchConfigMapRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchConfigMapRequest_FieldPathArrayOfValues

type WatchConfigMapRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchConfigMapRequest_FieldPath
}

WatchConfigMapRequest_FieldPathArrayOfValues allows storing slice of values for WatchConfigMapRequest fields according to their type

func MustParseWatchConfigMapRequest_FieldPathArrayOfValues

func MustParseWatchConfigMapRequest_FieldPathArrayOfValues(pathStr, valuesStr string) WatchConfigMapRequest_FieldPathArrayOfValues

func ParseWatchConfigMapRequest_FieldPathArrayOfValues

func ParseWatchConfigMapRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchConfigMapRequest_FieldPathArrayOfValues, error)

type WatchConfigMapRequest_FieldPathSelector

type WatchConfigMapRequest_FieldPathSelector int32
const (
	WatchConfigMapRequest_FieldPathSelectorName      WatchConfigMapRequest_FieldPathSelector = 0
	WatchConfigMapRequest_FieldPathSelectorFieldMask WatchConfigMapRequest_FieldPathSelector = 1
	WatchConfigMapRequest_FieldPathSelectorView      WatchConfigMapRequest_FieldPathSelector = 2
)

func (WatchConfigMapRequest_FieldPathSelector) String

type WatchConfigMapRequest_FieldPathValue

type WatchConfigMapRequest_FieldPathValue interface {
	WatchConfigMapRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchConfigMapRequest)
	CompareWith(*WatchConfigMapRequest) (cmp int, comparable bool)
}

WatchConfigMapRequest_FieldPathValue allows storing values for WatchConfigMapRequest fields according to their type

func MustParseWatchConfigMapRequest_FieldPathValue

func MustParseWatchConfigMapRequest_FieldPathValue(pathStr, valueStr string) WatchConfigMapRequest_FieldPathValue

func ParseWatchConfigMapRequest_FieldPathValue

func ParseWatchConfigMapRequest_FieldPathValue(pathStr, valueStr string) (WatchConfigMapRequest_FieldPathValue, error)

type WatchConfigMapRequest_FieldTerminalPath

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

func (*WatchConfigMapRequest_FieldTerminalPath) ClearValue

func (*WatchConfigMapRequest_FieldTerminalPath) ClearValueRaw

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

func (*WatchConfigMapRequest_FieldTerminalPath) Get

func (fp *WatchConfigMapRequest_FieldTerminalPath) Get(source *WatchConfigMapRequest) (values []interface{})

Get returns all values pointed by specific field from source WatchConfigMapRequest

func (*WatchConfigMapRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchConfigMapRequest_FieldTerminalPath) GetRaw

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

func (*WatchConfigMapRequest_FieldTerminalPath) GetSingle

func (fp *WatchConfigMapRequest_FieldTerminalPath) GetSingle(source *WatchConfigMapRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source WatchConfigMapRequest

func (*WatchConfigMapRequest_FieldTerminalPath) GetSingleRaw

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

func (*WatchConfigMapRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchConfigMapRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchConfigMapRequest_FieldTerminalPath) Selector

func (*WatchConfigMapRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*WatchConfigMapRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchConfigMapRequest_FieldTerminalPath) WithIArrayItemValue

func (*WatchConfigMapRequest_FieldTerminalPath) WithIArrayOfValues

func (*WatchConfigMapRequest_FieldTerminalPath) WithIValue

func (*WatchConfigMapRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*WatchConfigMapRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchConfigMapRequest_FieldTerminalPath) WithRawIValue

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

type WatchConfigMapRequest_FieldTerminalPathArrayItemValue

type WatchConfigMapRequest_FieldTerminalPathArrayItemValue struct {
	WatchConfigMapRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchConfigMapRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchConfigMapRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchConfigMapRequest_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *WatchConfigMapRequest_FieldTerminalPathArrayItemValue) GetSingle(source *WatchConfigMapRequest) (interface{}, bool)

func (*WatchConfigMapRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchConfigMapRequest_FieldTerminalPathArrayOfValues

type WatchConfigMapRequest_FieldTerminalPathArrayOfValues struct {
	WatchConfigMapRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchConfigMapRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*WatchConfigMapRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (*WatchConfigMapRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

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

func (*WatchConfigMapRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchConfigMapRequest_FieldTerminalPathValue

type WatchConfigMapRequest_FieldTerminalPathValue struct {
	WatchConfigMapRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchConfigMapRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*WatchConfigMapRequest_FieldTerminalPathValue) AsNameValue

func (*WatchConfigMapRequest_FieldTerminalPathValue) AsViewValue

func (*WatchConfigMapRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchConfigMapRequest_FieldTerminalPathValue' with the value under path in 'WatchConfigMapRequest'.

func (*WatchConfigMapRequest_FieldTerminalPathValue) CompareWithRaw

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

func (*WatchConfigMapRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchConfigMapRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchConfigMapRequest

func (*WatchConfigMapRequest_FieldTerminalPathValue) SetToRaw

type WatchConfigMapResponse

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

WatchConfigMapResponse

func (*WatchConfigMapResponse) Clone

func (*WatchConfigMapResponse) CloneRaw

func (*WatchConfigMapResponse) Descriptor

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

Deprecated, Use WatchConfigMapResponse.ProtoReflect.Descriptor instead.

func (*WatchConfigMapResponse) GetChange

func (*WatchConfigMapResponse) GotenMessage

func (*WatchConfigMapResponse) GotenMessage()

func (*WatchConfigMapResponse) GotenObjectExt

func (o *WatchConfigMapResponse) GotenObjectExt()

func (*WatchConfigMapResponse) GotenValidate

func (obj *WatchConfigMapResponse) GotenValidate() error

func (*WatchConfigMapResponse) MakeDiffFieldMask

func (*WatchConfigMapResponse) MakeFullFieldMask

func (*WatchConfigMapResponse) MakeRawDiffFieldMask

func (*WatchConfigMapResponse) MakeRawFullFieldMask

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

func (*WatchConfigMapResponse) Marshal

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

func (*WatchConfigMapResponse) MarshalJSON

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

func (*WatchConfigMapResponse) Merge

func (*WatchConfigMapResponse) MergeRaw

func (*WatchConfigMapResponse) ProtoMessage

func (*WatchConfigMapResponse) ProtoMessage()

func (*WatchConfigMapResponse) ProtoReflect

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

func (*WatchConfigMapResponse) Reset

func (m *WatchConfigMapResponse) Reset()

func (*WatchConfigMapResponse) SetChange

func (*WatchConfigMapResponse) String

func (m *WatchConfigMapResponse) String() string

func (*WatchConfigMapResponse) Unmarshal

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

func (*WatchConfigMapResponse) UnmarshalJSON

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

type WatchConfigMapResponseFieldPathBuilder

type WatchConfigMapResponseFieldPathBuilder struct{}

func NewWatchConfigMapResponseFieldPathBuilder

func NewWatchConfigMapResponseFieldPathBuilder() WatchConfigMapResponseFieldPathBuilder

func (WatchConfigMapResponseFieldPathBuilder) Change

type WatchConfigMapResponsePathSelectorChange

type WatchConfigMapResponsePathSelectorChange struct{}

func (WatchConfigMapResponsePathSelectorChange) FieldPath

func (WatchConfigMapResponsePathSelectorChange) WithArrayOfValues

func (WatchConfigMapResponsePathSelectorChange) WithValue

type WatchConfigMapResponse_FieldMask

type WatchConfigMapResponse_FieldMask struct {
	Paths []WatchConfigMapResponse_FieldPath
}

func FullWatchConfigMapResponse_FieldMask

func FullWatchConfigMapResponse_FieldMask() *WatchConfigMapResponse_FieldMask

func (*WatchConfigMapResponse_FieldMask) AppendPath

func (*WatchConfigMapResponse_FieldMask) AppendRawPath

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

func (*WatchConfigMapResponse_FieldMask) DecodeFirestore

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

func (*WatchConfigMapResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchConfigMapResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchConfigMapResponse_FieldMask) FromProtoFieldMask

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

func (*WatchConfigMapResponse_FieldMask) GetPaths

func (*WatchConfigMapResponse_FieldMask) GetRawPaths

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

func (*WatchConfigMapResponse_FieldMask) IsFull

func (fieldMask *WatchConfigMapResponse_FieldMask) IsFull() bool

func (WatchConfigMapResponse_FieldMask) Marshal

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

implement methods required by customType

func (WatchConfigMapResponse_FieldMask) MarshalJSON

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

func (*WatchConfigMapResponse_FieldMask) PathsCount

func (fieldMask *WatchConfigMapResponse_FieldMask) PathsCount() int

func (*WatchConfigMapResponse_FieldMask) Project

func (*WatchConfigMapResponse_FieldMask) ProjectRaw

func (*WatchConfigMapResponse_FieldMask) ProtoMessage

func (fieldMask *WatchConfigMapResponse_FieldMask) ProtoMessage()

func (*WatchConfigMapResponse_FieldMask) ProtoReflect

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

func (*WatchConfigMapResponse_FieldMask) Reset

func (fieldMask *WatchConfigMapResponse_FieldMask) Reset()

func (*WatchConfigMapResponse_FieldMask) Set

func (fieldMask *WatchConfigMapResponse_FieldMask) Set(target, source *WatchConfigMapResponse)

func (*WatchConfigMapResponse_FieldMask) SetFromCliFlag

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

func (*WatchConfigMapResponse_FieldMask) SetRaw

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

func (*WatchConfigMapResponse_FieldMask) Size

func (fieldMask *WatchConfigMapResponse_FieldMask) Size() int

func (*WatchConfigMapResponse_FieldMask) String

func (fieldMask *WatchConfigMapResponse_FieldMask) String() string

func (*WatchConfigMapResponse_FieldMask) Subtract

func (*WatchConfigMapResponse_FieldMask) SubtractRaw

func (*WatchConfigMapResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*WatchConfigMapResponse_FieldMask) Unmarshal

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

func (*WatchConfigMapResponse_FieldMask) UnmarshalJSON

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

type WatchConfigMapResponse_FieldPath

type WatchConfigMapResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchConfigMapResponse_FieldPathSelector
	Get(source *WatchConfigMapResponse) []interface{}
	GetSingle(source *WatchConfigMapResponse) (interface{}, bool)
	ClearValue(item *WatchConfigMapResponse)

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

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

func MustParseWatchConfigMapResponse_FieldPath

func MustParseWatchConfigMapResponse_FieldPath(rawField string) WatchConfigMapResponse_FieldPath

func ParseWatchConfigMapResponse_FieldPath

func ParseWatchConfigMapResponse_FieldPath(rawField string) (WatchConfigMapResponse_FieldPath, error)

type WatchConfigMapResponse_FieldPathArrayItemValue

type WatchConfigMapResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchConfigMapResponse_FieldPath
	ContainsValue(*WatchConfigMapResponse) bool
}

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

func MustParseWatchConfigMapResponse_FieldPathArrayItemValue

func MustParseWatchConfigMapResponse_FieldPathArrayItemValue(pathStr, valueStr string) WatchConfigMapResponse_FieldPathArrayItemValue

func ParseWatchConfigMapResponse_FieldPathArrayItemValue

func ParseWatchConfigMapResponse_FieldPathArrayItemValue(pathStr, valueStr string) (WatchConfigMapResponse_FieldPathArrayItemValue, error)

ParseWatchConfigMapResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchConfigMapResponse_FieldPathArrayOfValues

type WatchConfigMapResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchConfigMapResponse_FieldPath
}

WatchConfigMapResponse_FieldPathArrayOfValues allows storing slice of values for WatchConfigMapResponse fields according to their type

func MustParseWatchConfigMapResponse_FieldPathArrayOfValues

func MustParseWatchConfigMapResponse_FieldPathArrayOfValues(pathStr, valuesStr string) WatchConfigMapResponse_FieldPathArrayOfValues

func ParseWatchConfigMapResponse_FieldPathArrayOfValues

func ParseWatchConfigMapResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchConfigMapResponse_FieldPathArrayOfValues, error)

type WatchConfigMapResponse_FieldPathSelector

type WatchConfigMapResponse_FieldPathSelector int32
const (
	WatchConfigMapResponse_FieldPathSelectorChange WatchConfigMapResponse_FieldPathSelector = 0
)

func (WatchConfigMapResponse_FieldPathSelector) String

type WatchConfigMapResponse_FieldPathValue

type WatchConfigMapResponse_FieldPathValue interface {
	WatchConfigMapResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchConfigMapResponse)
	CompareWith(*WatchConfigMapResponse) (cmp int, comparable bool)
}

WatchConfigMapResponse_FieldPathValue allows storing values for WatchConfigMapResponse fields according to their type

func MustParseWatchConfigMapResponse_FieldPathValue

func MustParseWatchConfigMapResponse_FieldPathValue(pathStr, valueStr string) WatchConfigMapResponse_FieldPathValue

func ParseWatchConfigMapResponse_FieldPathValue

func ParseWatchConfigMapResponse_FieldPathValue(pathStr, valueStr string) (WatchConfigMapResponse_FieldPathValue, error)

type WatchConfigMapResponse_FieldTerminalPath

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

func (*WatchConfigMapResponse_FieldTerminalPath) ClearValue

func (*WatchConfigMapResponse_FieldTerminalPath) ClearValueRaw

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

func (*WatchConfigMapResponse_FieldTerminalPath) Get

func (fp *WatchConfigMapResponse_FieldTerminalPath) Get(source *WatchConfigMapResponse) (values []interface{})

Get returns all values pointed by specific field from source WatchConfigMapResponse

func (*WatchConfigMapResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchConfigMapResponse_FieldTerminalPath) GetRaw

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

func (*WatchConfigMapResponse_FieldTerminalPath) GetSingle

func (fp *WatchConfigMapResponse_FieldTerminalPath) GetSingle(source *WatchConfigMapResponse) (interface{}, bool)

GetSingle returns value pointed by specific field of from source WatchConfigMapResponse

func (*WatchConfigMapResponse_FieldTerminalPath) GetSingleRaw

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

func (*WatchConfigMapResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchConfigMapResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchConfigMapResponse_FieldTerminalPath) Selector

func (*WatchConfigMapResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*WatchConfigMapResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchConfigMapResponse_FieldTerminalPath) WithIArrayItemValue

func (*WatchConfigMapResponse_FieldTerminalPath) WithIArrayOfValues

func (*WatchConfigMapResponse_FieldTerminalPath) WithIValue

func (*WatchConfigMapResponse_FieldTerminalPath) WithRawIArrayItemValue

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

func (*WatchConfigMapResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchConfigMapResponse_FieldTerminalPath) WithRawIValue

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

type WatchConfigMapResponse_FieldTerminalPathArrayItemValue

type WatchConfigMapResponse_FieldTerminalPathArrayItemValue struct {
	WatchConfigMapResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchConfigMapResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchConfigMapResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchConfigMapResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchConfigMapResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchConfigMapResponse_FieldTerminalPathArrayOfValues

type WatchConfigMapResponse_FieldTerminalPathArrayOfValues struct {
	WatchConfigMapResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchConfigMapResponse_FieldTerminalPathArrayOfValues) AsChangeArrayOfValues

func (*WatchConfigMapResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchConfigMapResponse_FieldTerminalPathValue

type WatchConfigMapResponse_FieldTerminalPathValue struct {
	WatchConfigMapResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchConfigMapResponse_FieldTerminalPathValue) AsChangeValue

func (*WatchConfigMapResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchConfigMapResponse_FieldTerminalPathValue' with the value under path in 'WatchConfigMapResponse'.

func (*WatchConfigMapResponse_FieldTerminalPathValue) CompareWithRaw

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

func (*WatchConfigMapResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchConfigMapResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchConfigMapResponse

func (*WatchConfigMapResponse_FieldTerminalPathValue) SetToRaw

type WatchConfigMapsClientStream

type WatchConfigMapsClientStream interface {
	Recv() (*WatchConfigMapsResponse, error)
	grpc.ClientStream
}

type WatchConfigMapsDescriptor added in v0.4.28

type WatchConfigMapsDescriptor struct{}

func GetWatchConfigMapsDescriptor added in v0.4.28

func GetWatchConfigMapsDescriptor() *WatchConfigMapsDescriptor

func (*WatchConfigMapsDescriptor) GetApiDescriptor added in v0.4.28

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

func (*WatchConfigMapsDescriptor) GetApiName added in v0.4.28

func (d *WatchConfigMapsDescriptor) GetApiName() string

func (*WatchConfigMapsDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*WatchConfigMapsDescriptor) GetFullMethodName added in v0.4.28

func (d *WatchConfigMapsDescriptor) GetFullMethodName() string

func (*WatchConfigMapsDescriptor) GetMethodName added in v0.4.28

func (d *WatchConfigMapsDescriptor) GetMethodName() string

func (*WatchConfigMapsDescriptor) GetProtoPkgName added in v0.4.28

func (d *WatchConfigMapsDescriptor) GetProtoPkgName() string

func (*WatchConfigMapsDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*WatchConfigMapsDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*WatchConfigMapsDescriptor) GetServiceDomain added in v0.4.28

func (d *WatchConfigMapsDescriptor) GetServiceDomain() string

func (*WatchConfigMapsDescriptor) GetServiceVersion added in v0.4.28

func (d *WatchConfigMapsDescriptor) GetServiceVersion() string

func (*WatchConfigMapsDescriptor) GetVerb added in v0.4.28

func (d *WatchConfigMapsDescriptor) GetVerb() string

func (*WatchConfigMapsDescriptor) HasResource added in v0.4.30

func (d *WatchConfigMapsDescriptor) HasResource() bool

func (*WatchConfigMapsDescriptor) IsClientStream added in v0.4.28

func (d *WatchConfigMapsDescriptor) IsClientStream() bool

func (*WatchConfigMapsDescriptor) IsCollection added in v0.4.30

func (d *WatchConfigMapsDescriptor) IsCollection() bool

func (*WatchConfigMapsDescriptor) IsPlural added in v0.4.30

func (d *WatchConfigMapsDescriptor) IsPlural() bool

func (*WatchConfigMapsDescriptor) IsServerStream added in v0.4.28

func (d *WatchConfigMapsDescriptor) IsServerStream() bool

func (*WatchConfigMapsDescriptor) IsUnary added in v0.4.28

func (d *WatchConfigMapsDescriptor) IsUnary() bool

func (*WatchConfigMapsDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*WatchConfigMapsDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*WatchConfigMapsDescriptor) RequestHasResourceBody added in v0.4.28

func (d *WatchConfigMapsDescriptor) RequestHasResourceBody() bool

type WatchConfigMapsDescriptorClientMsgHandle added in v0.4.28

type WatchConfigMapsDescriptorClientMsgHandle struct{}

func (*WatchConfigMapsDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*WatchConfigMapsDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchConfigMapsDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type WatchConfigMapsDescriptorServerMsgHandle added in v0.4.28

type WatchConfigMapsDescriptorServerMsgHandle struct{}

func (*WatchConfigMapsDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*WatchConfigMapsDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchConfigMapsDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type WatchConfigMapsRequest

type WatchConfigMapsRequest 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.applications.v1alpha.ConfigMap
	Parent *config_map.ParentReference `protobuf:"bytes,1,opt,customtype=ParentReference,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Requested page size. Server may return fewer ConfigMaps 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 *config_map.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 *config_map.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 *config_map.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 ConfigMap that don't affect
	// any of masked fields won't be sent back.
	FieldMask *config_map.ConfigMap_FieldMask `` /* 141-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
	// ConfigMap 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 [WatchConfigMaps][ntt.applications.v1alpha.WatchConfigMaps]

func (*WatchConfigMapsRequest) Clone

func (*WatchConfigMapsRequest) CloneRaw

func (*WatchConfigMapsRequest) Descriptor

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

Deprecated, Use WatchConfigMapsRequest.ProtoReflect.Descriptor instead.

func (*WatchConfigMapsRequest) GetFieldMask

func (*WatchConfigMapsRequest) GetFilter

func (m *WatchConfigMapsRequest) GetFilter() *config_map.Filter

func (*WatchConfigMapsRequest) GetMaxChunkSize

func (m *WatchConfigMapsRequest) GetMaxChunkSize() int32

func (*WatchConfigMapsRequest) GetOrderBy

func (m *WatchConfigMapsRequest) GetOrderBy() *config_map.OrderBy

func (*WatchConfigMapsRequest) GetPageSize

func (m *WatchConfigMapsRequest) GetPageSize() int32

func (*WatchConfigMapsRequest) GetPageToken

func (m *WatchConfigMapsRequest) GetPageToken() *config_map.PagerCursor

func (*WatchConfigMapsRequest) GetParent

func (*WatchConfigMapsRequest) GetResumeToken

func (m *WatchConfigMapsRequest) GetResumeToken() string

func (*WatchConfigMapsRequest) GetStartingTime added in v0.9.0

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

func (*WatchConfigMapsRequest) GetType

func (*WatchConfigMapsRequest) GetView

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

func (*WatchConfigMapsRequest) GotenMessage

func (*WatchConfigMapsRequest) GotenMessage()

func (*WatchConfigMapsRequest) GotenObjectExt

func (o *WatchConfigMapsRequest) GotenObjectExt()

func (*WatchConfigMapsRequest) GotenValidate

func (obj *WatchConfigMapsRequest) GotenValidate() error

func (*WatchConfigMapsRequest) MakeDiffFieldMask

func (*WatchConfigMapsRequest) MakeFullFieldMask

func (*WatchConfigMapsRequest) MakeRawDiffFieldMask

func (*WatchConfigMapsRequest) MakeRawFullFieldMask

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

func (*WatchConfigMapsRequest) Marshal

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

func (*WatchConfigMapsRequest) MarshalJSON

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

func (*WatchConfigMapsRequest) Merge

func (*WatchConfigMapsRequest) MergeRaw

func (*WatchConfigMapsRequest) ProtoMessage

func (*WatchConfigMapsRequest) ProtoMessage()

func (*WatchConfigMapsRequest) ProtoReflect

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

func (*WatchConfigMapsRequest) Reset

func (m *WatchConfigMapsRequest) Reset()

func (*WatchConfigMapsRequest) SetFieldMask

func (*WatchConfigMapsRequest) SetFilter

func (m *WatchConfigMapsRequest) SetFilter(fv *config_map.Filter)

func (*WatchConfigMapsRequest) SetMaxChunkSize

func (m *WatchConfigMapsRequest) SetMaxChunkSize(fv int32)

func (*WatchConfigMapsRequest) SetOrderBy

func (m *WatchConfigMapsRequest) SetOrderBy(fv *config_map.OrderBy)

func (*WatchConfigMapsRequest) SetPageSize

func (m *WatchConfigMapsRequest) SetPageSize(fv int32)

func (*WatchConfigMapsRequest) SetPageToken

func (m *WatchConfigMapsRequest) SetPageToken(fv *config_map.PagerCursor)

func (*WatchConfigMapsRequest) SetParent

func (*WatchConfigMapsRequest) SetResumeToken

func (m *WatchConfigMapsRequest) SetResumeToken(fv string)

func (*WatchConfigMapsRequest) SetStartingTime added in v0.9.0

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

func (*WatchConfigMapsRequest) SetType

func (*WatchConfigMapsRequest) SetView

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

func (*WatchConfigMapsRequest) String

func (m *WatchConfigMapsRequest) String() string

func (*WatchConfigMapsRequest) Unmarshal

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

func (*WatchConfigMapsRequest) UnmarshalJSON

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

type WatchConfigMapsRequestFieldPathBuilder

type WatchConfigMapsRequestFieldPathBuilder struct{}

func NewWatchConfigMapsRequestFieldPathBuilder

func NewWatchConfigMapsRequestFieldPathBuilder() WatchConfigMapsRequestFieldPathBuilder

func (WatchConfigMapsRequestFieldPathBuilder) FieldMask

func (WatchConfigMapsRequestFieldPathBuilder) Filter

func (WatchConfigMapsRequestFieldPathBuilder) MaxChunkSize

func (WatchConfigMapsRequestFieldPathBuilder) OrderBy

func (WatchConfigMapsRequestFieldPathBuilder) PageSize

func (WatchConfigMapsRequestFieldPathBuilder) PageToken

func (WatchConfigMapsRequestFieldPathBuilder) Parent

func (WatchConfigMapsRequestFieldPathBuilder) ResumeToken

func (WatchConfigMapsRequestFieldPathBuilder) StartingTime added in v0.9.0

func (WatchConfigMapsRequestFieldPathBuilder) Type

func (WatchConfigMapsRequestFieldPathBuilder) View

type WatchConfigMapsRequestPathSelectorFieldMask

type WatchConfigMapsRequestPathSelectorFieldMask struct{}

func (WatchConfigMapsRequestPathSelectorFieldMask) FieldPath

func (WatchConfigMapsRequestPathSelectorFieldMask) WithArrayOfValues

func (WatchConfigMapsRequestPathSelectorFieldMask) WithValue

type WatchConfigMapsRequestPathSelectorFilter

type WatchConfigMapsRequestPathSelectorFilter struct{}

func (WatchConfigMapsRequestPathSelectorFilter) FieldPath

func (WatchConfigMapsRequestPathSelectorFilter) WithArrayOfValues

func (WatchConfigMapsRequestPathSelectorFilter) WithValue

type WatchConfigMapsRequestPathSelectorMaxChunkSize

type WatchConfigMapsRequestPathSelectorMaxChunkSize struct{}

func (WatchConfigMapsRequestPathSelectorMaxChunkSize) FieldPath

func (WatchConfigMapsRequestPathSelectorMaxChunkSize) WithArrayOfValues

func (WatchConfigMapsRequestPathSelectorMaxChunkSize) WithValue

type WatchConfigMapsRequestPathSelectorOrderBy

type WatchConfigMapsRequestPathSelectorOrderBy struct{}

func (WatchConfigMapsRequestPathSelectorOrderBy) FieldPath

func (WatchConfigMapsRequestPathSelectorOrderBy) WithArrayOfValues

func (WatchConfigMapsRequestPathSelectorOrderBy) WithValue

type WatchConfigMapsRequestPathSelectorPageSize

type WatchConfigMapsRequestPathSelectorPageSize struct{}

func (WatchConfigMapsRequestPathSelectorPageSize) FieldPath

func (WatchConfigMapsRequestPathSelectorPageSize) WithArrayOfValues

func (WatchConfigMapsRequestPathSelectorPageSize) WithValue

type WatchConfigMapsRequestPathSelectorPageToken

type WatchConfigMapsRequestPathSelectorPageToken struct{}

func (WatchConfigMapsRequestPathSelectorPageToken) FieldPath

func (WatchConfigMapsRequestPathSelectorPageToken) WithArrayOfValues

func (WatchConfigMapsRequestPathSelectorPageToken) WithValue

type WatchConfigMapsRequestPathSelectorParent

type WatchConfigMapsRequestPathSelectorParent struct{}

func (WatchConfigMapsRequestPathSelectorParent) FieldPath

func (WatchConfigMapsRequestPathSelectorParent) WithArrayOfValues

func (WatchConfigMapsRequestPathSelectorParent) WithValue

type WatchConfigMapsRequestPathSelectorResumeToken

type WatchConfigMapsRequestPathSelectorResumeToken struct{}

func (WatchConfigMapsRequestPathSelectorResumeToken) FieldPath

func (WatchConfigMapsRequestPathSelectorResumeToken) WithArrayOfValues

func (WatchConfigMapsRequestPathSelectorResumeToken) WithValue

type WatchConfigMapsRequestPathSelectorStartingTime added in v0.9.0

type WatchConfigMapsRequestPathSelectorStartingTime struct{}

func (WatchConfigMapsRequestPathSelectorStartingTime) FieldPath added in v0.9.0

func (WatchConfigMapsRequestPathSelectorStartingTime) WithArrayOfValues added in v0.9.0

func (WatchConfigMapsRequestPathSelectorStartingTime) WithValue added in v0.9.0

type WatchConfigMapsRequestPathSelectorType

type WatchConfigMapsRequestPathSelectorType struct{}

func (WatchConfigMapsRequestPathSelectorType) FieldPath

func (WatchConfigMapsRequestPathSelectorType) WithArrayOfValues

func (WatchConfigMapsRequestPathSelectorType) WithValue

type WatchConfigMapsRequestPathSelectorView

type WatchConfigMapsRequestPathSelectorView struct{}

func (WatchConfigMapsRequestPathSelectorView) FieldPath

func (WatchConfigMapsRequestPathSelectorView) WithArrayOfValues

func (WatchConfigMapsRequestPathSelectorView) WithValue

type WatchConfigMapsRequest_FieldMask

type WatchConfigMapsRequest_FieldMask struct {
	Paths []WatchConfigMapsRequest_FieldPath
}

func FullWatchConfigMapsRequest_FieldMask

func FullWatchConfigMapsRequest_FieldMask() *WatchConfigMapsRequest_FieldMask

func (*WatchConfigMapsRequest_FieldMask) AppendPath

func (*WatchConfigMapsRequest_FieldMask) AppendRawPath

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

func (*WatchConfigMapsRequest_FieldMask) DecodeFirestore

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

func (*WatchConfigMapsRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchConfigMapsRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchConfigMapsRequest_FieldMask) FromProtoFieldMask

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

func (*WatchConfigMapsRequest_FieldMask) GetPaths

func (*WatchConfigMapsRequest_FieldMask) GetRawPaths

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

func (*WatchConfigMapsRequest_FieldMask) IsFull

func (fieldMask *WatchConfigMapsRequest_FieldMask) IsFull() bool

func (WatchConfigMapsRequest_FieldMask) Marshal

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

implement methods required by customType

func (WatchConfigMapsRequest_FieldMask) MarshalJSON

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

func (*WatchConfigMapsRequest_FieldMask) PathsCount

func (fieldMask *WatchConfigMapsRequest_FieldMask) PathsCount() int

func (*WatchConfigMapsRequest_FieldMask) Project

func (*WatchConfigMapsRequest_FieldMask) ProjectRaw

func (*WatchConfigMapsRequest_FieldMask) ProtoMessage

func (fieldMask *WatchConfigMapsRequest_FieldMask) ProtoMessage()

func (*WatchConfigMapsRequest_FieldMask) ProtoReflect

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

func (*WatchConfigMapsRequest_FieldMask) Reset

func (fieldMask *WatchConfigMapsRequest_FieldMask) Reset()

func (*WatchConfigMapsRequest_FieldMask) Set

func (fieldMask *WatchConfigMapsRequest_FieldMask) Set(target, source *WatchConfigMapsRequest)

func (*WatchConfigMapsRequest_FieldMask) SetFromCliFlag

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

func (*WatchConfigMapsRequest_FieldMask) SetRaw

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

func (*WatchConfigMapsRequest_FieldMask) Size

func (fieldMask *WatchConfigMapsRequest_FieldMask) Size() int

func (*WatchConfigMapsRequest_FieldMask) String

func (fieldMask *WatchConfigMapsRequest_FieldMask) String() string

func (*WatchConfigMapsRequest_FieldMask) Subtract

func (*WatchConfigMapsRequest_FieldMask) SubtractRaw

func (*WatchConfigMapsRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*WatchConfigMapsRequest_FieldMask) Unmarshal

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

func (*WatchConfigMapsRequest_FieldMask) UnmarshalJSON

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

type WatchConfigMapsRequest_FieldPath

type WatchConfigMapsRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchConfigMapsRequest_FieldPathSelector
	Get(source *WatchConfigMapsRequest) []interface{}
	GetSingle(source *WatchConfigMapsRequest) (interface{}, bool)
	ClearValue(item *WatchConfigMapsRequest)

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

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

func MustParseWatchConfigMapsRequest_FieldPath

func MustParseWatchConfigMapsRequest_FieldPath(rawField string) WatchConfigMapsRequest_FieldPath

func ParseWatchConfigMapsRequest_FieldPath

func ParseWatchConfigMapsRequest_FieldPath(rawField string) (WatchConfigMapsRequest_FieldPath, error)

type WatchConfigMapsRequest_FieldPathArrayItemValue

type WatchConfigMapsRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchConfigMapsRequest_FieldPath
	ContainsValue(*WatchConfigMapsRequest) bool
}

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

func MustParseWatchConfigMapsRequest_FieldPathArrayItemValue

func MustParseWatchConfigMapsRequest_FieldPathArrayItemValue(pathStr, valueStr string) WatchConfigMapsRequest_FieldPathArrayItemValue

func ParseWatchConfigMapsRequest_FieldPathArrayItemValue

func ParseWatchConfigMapsRequest_FieldPathArrayItemValue(pathStr, valueStr string) (WatchConfigMapsRequest_FieldPathArrayItemValue, error)

ParseWatchConfigMapsRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchConfigMapsRequest_FieldPathArrayOfValues

type WatchConfigMapsRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchConfigMapsRequest_FieldPath
}

WatchConfigMapsRequest_FieldPathArrayOfValues allows storing slice of values for WatchConfigMapsRequest fields according to their type

func MustParseWatchConfigMapsRequest_FieldPathArrayOfValues

func MustParseWatchConfigMapsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) WatchConfigMapsRequest_FieldPathArrayOfValues

func ParseWatchConfigMapsRequest_FieldPathArrayOfValues

func ParseWatchConfigMapsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchConfigMapsRequest_FieldPathArrayOfValues, error)

type WatchConfigMapsRequest_FieldPathSelector

type WatchConfigMapsRequest_FieldPathSelector int32
const (
	WatchConfigMapsRequest_FieldPathSelectorType         WatchConfigMapsRequest_FieldPathSelector = 0
	WatchConfigMapsRequest_FieldPathSelectorParent       WatchConfigMapsRequest_FieldPathSelector = 1
	WatchConfigMapsRequest_FieldPathSelectorPageSize     WatchConfigMapsRequest_FieldPathSelector = 2
	WatchConfigMapsRequest_FieldPathSelectorPageToken    WatchConfigMapsRequest_FieldPathSelector = 3
	WatchConfigMapsRequest_FieldPathSelectorOrderBy      WatchConfigMapsRequest_FieldPathSelector = 4
	WatchConfigMapsRequest_FieldPathSelectorResumeToken  WatchConfigMapsRequest_FieldPathSelector = 5
	WatchConfigMapsRequest_FieldPathSelectorStartingTime WatchConfigMapsRequest_FieldPathSelector = 6
	WatchConfigMapsRequest_FieldPathSelectorFilter       WatchConfigMapsRequest_FieldPathSelector = 7
	WatchConfigMapsRequest_FieldPathSelectorFieldMask    WatchConfigMapsRequest_FieldPathSelector = 8
	WatchConfigMapsRequest_FieldPathSelectorView         WatchConfigMapsRequest_FieldPathSelector = 9
	WatchConfigMapsRequest_FieldPathSelectorMaxChunkSize WatchConfigMapsRequest_FieldPathSelector = 10
)

func (WatchConfigMapsRequest_FieldPathSelector) String

type WatchConfigMapsRequest_FieldPathValue

type WatchConfigMapsRequest_FieldPathValue interface {
	WatchConfigMapsRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchConfigMapsRequest)
	CompareWith(*WatchConfigMapsRequest) (cmp int, comparable bool)
}

WatchConfigMapsRequest_FieldPathValue allows storing values for WatchConfigMapsRequest fields according to their type

func MustParseWatchConfigMapsRequest_FieldPathValue

func MustParseWatchConfigMapsRequest_FieldPathValue(pathStr, valueStr string) WatchConfigMapsRequest_FieldPathValue

func ParseWatchConfigMapsRequest_FieldPathValue

func ParseWatchConfigMapsRequest_FieldPathValue(pathStr, valueStr string) (WatchConfigMapsRequest_FieldPathValue, error)

type WatchConfigMapsRequest_FieldTerminalPath

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

func (*WatchConfigMapsRequest_FieldTerminalPath) ClearValue

func (*WatchConfigMapsRequest_FieldTerminalPath) ClearValueRaw

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

func (*WatchConfigMapsRequest_FieldTerminalPath) Get

func (fp *WatchConfigMapsRequest_FieldTerminalPath) Get(source *WatchConfigMapsRequest) (values []interface{})

Get returns all values pointed by specific field from source WatchConfigMapsRequest

func (*WatchConfigMapsRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchConfigMapsRequest_FieldTerminalPath) GetRaw

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

func (*WatchConfigMapsRequest_FieldTerminalPath) GetSingle

func (fp *WatchConfigMapsRequest_FieldTerminalPath) GetSingle(source *WatchConfigMapsRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source WatchConfigMapsRequest

func (*WatchConfigMapsRequest_FieldTerminalPath) GetSingleRaw

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

func (*WatchConfigMapsRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchConfigMapsRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchConfigMapsRequest_FieldTerminalPath) Selector

func (*WatchConfigMapsRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*WatchConfigMapsRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchConfigMapsRequest_FieldTerminalPath) WithIArrayItemValue

func (*WatchConfigMapsRequest_FieldTerminalPath) WithIArrayOfValues

func (*WatchConfigMapsRequest_FieldTerminalPath) WithIValue

func (*WatchConfigMapsRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*WatchConfigMapsRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchConfigMapsRequest_FieldTerminalPath) WithRawIValue

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

type WatchConfigMapsRequest_FieldTerminalPathArrayItemValue

type WatchConfigMapsRequest_FieldTerminalPathArrayItemValue struct {
	WatchConfigMapsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchConfigMapsRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchConfigMapsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchConfigMapsRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchConfigMapsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchConfigMapsRequest_FieldTerminalPathArrayOfValues

type WatchConfigMapsRequest_FieldTerminalPathArrayOfValues struct {
	WatchConfigMapsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchConfigMapsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*WatchConfigMapsRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues

func (fpaov *WatchConfigMapsRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues() ([]*config_map.Filter, bool)

func (*WatchConfigMapsRequest_FieldTerminalPathArrayOfValues) AsMaxChunkSizeArrayOfValues

func (fpaov *WatchConfigMapsRequest_FieldTerminalPathArrayOfValues) AsMaxChunkSizeArrayOfValues() ([]int32, bool)

func (*WatchConfigMapsRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues

func (fpaov *WatchConfigMapsRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues() ([]*config_map.OrderBy, bool)

func (*WatchConfigMapsRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues

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

func (*WatchConfigMapsRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues

func (fpaov *WatchConfigMapsRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues() ([]*config_map.PagerCursor, bool)

func (*WatchConfigMapsRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues

func (*WatchConfigMapsRequest_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues

func (fpaov *WatchConfigMapsRequest_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues() ([]string, bool)

func (*WatchConfigMapsRequest_FieldTerminalPathArrayOfValues) AsStartingTimeArrayOfValues added in v0.9.0

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

func (*WatchConfigMapsRequest_FieldTerminalPathArrayOfValues) AsTypeArrayOfValues

func (*WatchConfigMapsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

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

func (*WatchConfigMapsRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchConfigMapsRequest_FieldTerminalPathValue

type WatchConfigMapsRequest_FieldTerminalPathValue struct {
	WatchConfigMapsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchConfigMapsRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*WatchConfigMapsRequest_FieldTerminalPathValue) AsFilterValue

func (*WatchConfigMapsRequest_FieldTerminalPathValue) AsMaxChunkSizeValue

func (fpv *WatchConfigMapsRequest_FieldTerminalPathValue) AsMaxChunkSizeValue() (int32, bool)

func (*WatchConfigMapsRequest_FieldTerminalPathValue) AsOrderByValue

func (*WatchConfigMapsRequest_FieldTerminalPathValue) AsPageSizeValue

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

func (*WatchConfigMapsRequest_FieldTerminalPathValue) AsPageTokenValue

func (*WatchConfigMapsRequest_FieldTerminalPathValue) AsParentValue

func (*WatchConfigMapsRequest_FieldTerminalPathValue) AsResumeTokenValue

func (fpv *WatchConfigMapsRequest_FieldTerminalPathValue) AsResumeTokenValue() (string, bool)

func (*WatchConfigMapsRequest_FieldTerminalPathValue) AsStartingTimeValue added in v0.9.0

func (*WatchConfigMapsRequest_FieldTerminalPathValue) AsTypeValue

func (*WatchConfigMapsRequest_FieldTerminalPathValue) AsViewValue

func (*WatchConfigMapsRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchConfigMapsRequest_FieldTerminalPathValue' with the value under path in 'WatchConfigMapsRequest'.

func (*WatchConfigMapsRequest_FieldTerminalPathValue) CompareWithRaw

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

func (*WatchConfigMapsRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchConfigMapsRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchConfigMapsRequest

func (*WatchConfigMapsRequest_FieldTerminalPathValue) SetToRaw

type WatchConfigMapsResponse

type WatchConfigMapsResponse struct {

	// Changes of ConfigMaps
	ConfigMapChanges []*config_map.ConfigMapChange `` /* 140-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 ConfigMaps 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 *WatchConfigMapsResponse_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 (ConfigMaps 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
}

WatchConfigMapsResponse

func (*WatchConfigMapsResponse) Clone

func (*WatchConfigMapsResponse) CloneRaw

func (*WatchConfigMapsResponse) Descriptor

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

Deprecated, Use WatchConfigMapsResponse.ProtoReflect.Descriptor instead.

func (*WatchConfigMapsResponse) GetConfigMapChanges

func (m *WatchConfigMapsResponse) GetConfigMapChanges() []*config_map.ConfigMapChange

func (*WatchConfigMapsResponse) GetIsCurrent

func (m *WatchConfigMapsResponse) GetIsCurrent() bool

func (*WatchConfigMapsResponse) GetIsHardReset

func (m *WatchConfigMapsResponse) GetIsHardReset() bool

func (*WatchConfigMapsResponse) GetIsSoftReset

func (m *WatchConfigMapsResponse) GetIsSoftReset() bool

func (*WatchConfigMapsResponse) GetPageTokenChange

func (*WatchConfigMapsResponse) GetResumeToken

func (m *WatchConfigMapsResponse) GetResumeToken() string

func (*WatchConfigMapsResponse) GetSnapshotSize

func (m *WatchConfigMapsResponse) GetSnapshotSize() int64

func (*WatchConfigMapsResponse) GotenMessage

func (*WatchConfigMapsResponse) GotenMessage()

func (*WatchConfigMapsResponse) GotenObjectExt

func (o *WatchConfigMapsResponse) GotenObjectExt()

func (*WatchConfigMapsResponse) GotenValidate

func (obj *WatchConfigMapsResponse) GotenValidate() error

func (*WatchConfigMapsResponse) MakeDiffFieldMask

func (*WatchConfigMapsResponse) MakeFullFieldMask

func (*WatchConfigMapsResponse) MakeRawDiffFieldMask

func (*WatchConfigMapsResponse) MakeRawFullFieldMask

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

func (*WatchConfigMapsResponse) Marshal

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

func (*WatchConfigMapsResponse) MarshalJSON

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

func (*WatchConfigMapsResponse) Merge

func (*WatchConfigMapsResponse) MergeRaw

func (*WatchConfigMapsResponse) ProtoMessage

func (*WatchConfigMapsResponse) ProtoMessage()

func (*WatchConfigMapsResponse) ProtoReflect

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

func (*WatchConfigMapsResponse) Reset

func (m *WatchConfigMapsResponse) Reset()

func (*WatchConfigMapsResponse) SetConfigMapChanges

func (m *WatchConfigMapsResponse) SetConfigMapChanges(fv []*config_map.ConfigMapChange)

func (*WatchConfigMapsResponse) SetIsCurrent

func (m *WatchConfigMapsResponse) SetIsCurrent(fv bool)

func (*WatchConfigMapsResponse) SetIsHardReset

func (m *WatchConfigMapsResponse) SetIsHardReset(fv bool)

func (*WatchConfigMapsResponse) SetIsSoftReset

func (m *WatchConfigMapsResponse) SetIsSoftReset(fv bool)

func (*WatchConfigMapsResponse) SetPageTokenChange

func (*WatchConfigMapsResponse) SetResumeToken

func (m *WatchConfigMapsResponse) SetResumeToken(fv string)

func (*WatchConfigMapsResponse) SetSnapshotSize

func (m *WatchConfigMapsResponse) SetSnapshotSize(fv int64)

func (*WatchConfigMapsResponse) String

func (m *WatchConfigMapsResponse) String() string

func (*WatchConfigMapsResponse) Unmarshal

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

func (*WatchConfigMapsResponse) UnmarshalJSON

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

type WatchConfigMapsResponseFieldPathBuilder

type WatchConfigMapsResponseFieldPathBuilder struct{}

func NewWatchConfigMapsResponseFieldPathBuilder

func NewWatchConfigMapsResponseFieldPathBuilder() WatchConfigMapsResponseFieldPathBuilder

func (WatchConfigMapsResponseFieldPathBuilder) ConfigMapChanges

func (WatchConfigMapsResponseFieldPathBuilder) IsCurrent

func (WatchConfigMapsResponseFieldPathBuilder) IsHardReset

func (WatchConfigMapsResponseFieldPathBuilder) IsSoftReset

func (WatchConfigMapsResponseFieldPathBuilder) PageTokenChange

func (WatchConfigMapsResponseFieldPathBuilder) ResumeToken

func (WatchConfigMapsResponseFieldPathBuilder) SnapshotSize

type WatchConfigMapsResponsePageTokenChangeFieldPathBuilder

type WatchConfigMapsResponsePageTokenChangeFieldPathBuilder struct{}

func (WatchConfigMapsResponsePageTokenChangeFieldPathBuilder) NextPageToken

func (WatchConfigMapsResponsePageTokenChangeFieldPathBuilder) PrevPageToken

type WatchConfigMapsResponsePageTokenChange_FieldPath

type WatchConfigMapsResponsePageTokenChange_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchConfigMapsResponsePageTokenChange_FieldPathSelector
	Get(source *WatchConfigMapsResponse_PageTokenChange) []interface{}
	GetSingle(source *WatchConfigMapsResponse_PageTokenChange) (interface{}, bool)
	ClearValue(item *WatchConfigMapsResponse_PageTokenChange)

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

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

func MustParseWatchConfigMapsResponsePageTokenChange_FieldPath

func MustParseWatchConfigMapsResponsePageTokenChange_FieldPath(rawField string) WatchConfigMapsResponsePageTokenChange_FieldPath

func ParseWatchConfigMapsResponsePageTokenChange_FieldPath

func ParseWatchConfigMapsResponsePageTokenChange_FieldPath(rawField string) (WatchConfigMapsResponsePageTokenChange_FieldPath, error)

type WatchConfigMapsResponsePageTokenChange_FieldPathArrayItemValue

type WatchConfigMapsResponsePageTokenChange_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchConfigMapsResponsePageTokenChange_FieldPath
	ContainsValue(*WatchConfigMapsResponse_PageTokenChange) bool
}

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

func MustParseWatchConfigMapsResponsePageTokenChange_FieldPathArrayItemValue

func MustParseWatchConfigMapsResponsePageTokenChange_FieldPathArrayItemValue(pathStr, valueStr string) WatchConfigMapsResponsePageTokenChange_FieldPathArrayItemValue

func ParseWatchConfigMapsResponsePageTokenChange_FieldPathArrayItemValue

func ParseWatchConfigMapsResponsePageTokenChange_FieldPathArrayItemValue(pathStr, valueStr string) (WatchConfigMapsResponsePageTokenChange_FieldPathArrayItemValue, error)

ParseWatchConfigMapsResponsePageTokenChange_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchConfigMapsResponsePageTokenChange_FieldPathArrayOfValues

type WatchConfigMapsResponsePageTokenChange_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchConfigMapsResponsePageTokenChange_FieldPath
}

WatchConfigMapsResponsePageTokenChange_FieldPathArrayOfValues allows storing slice of values for PageTokenChange fields according to their type

func MustParseWatchConfigMapsResponsePageTokenChange_FieldPathArrayOfValues

func MustParseWatchConfigMapsResponsePageTokenChange_FieldPathArrayOfValues(pathStr, valuesStr string) WatchConfigMapsResponsePageTokenChange_FieldPathArrayOfValues

func ParseWatchConfigMapsResponsePageTokenChange_FieldPathArrayOfValues

func ParseWatchConfigMapsResponsePageTokenChange_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchConfigMapsResponsePageTokenChange_FieldPathArrayOfValues, error)

type WatchConfigMapsResponsePageTokenChange_FieldPathSelector

type WatchConfigMapsResponsePageTokenChange_FieldPathSelector int32
const (
	WatchConfigMapsResponsePageTokenChange_FieldPathSelectorPrevPageToken WatchConfigMapsResponsePageTokenChange_FieldPathSelector = 0
	WatchConfigMapsResponsePageTokenChange_FieldPathSelectorNextPageToken WatchConfigMapsResponsePageTokenChange_FieldPathSelector = 1
)

func (WatchConfigMapsResponsePageTokenChange_FieldPathSelector) String

type WatchConfigMapsResponsePageTokenChange_FieldPathValue

type WatchConfigMapsResponsePageTokenChange_FieldPathValue interface {
	WatchConfigMapsResponsePageTokenChange_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchConfigMapsResponse_PageTokenChange)
	CompareWith(*WatchConfigMapsResponse_PageTokenChange) (cmp int, comparable bool)
}

WatchConfigMapsResponsePageTokenChange_FieldPathValue allows storing values for PageTokenChange fields according to their type

func MustParseWatchConfigMapsResponsePageTokenChange_FieldPathValue

func MustParseWatchConfigMapsResponsePageTokenChange_FieldPathValue(pathStr, valueStr string) WatchConfigMapsResponsePageTokenChange_FieldPathValue

func ParseWatchConfigMapsResponsePageTokenChange_FieldPathValue

func ParseWatchConfigMapsResponsePageTokenChange_FieldPathValue(pathStr, valueStr string) (WatchConfigMapsResponsePageTokenChange_FieldPathValue, error)

type WatchConfigMapsResponsePageTokenChange_FieldTerminalPath

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

func (*WatchConfigMapsResponsePageTokenChange_FieldTerminalPath) ClearValue

func (*WatchConfigMapsResponsePageTokenChange_FieldTerminalPath) ClearValueRaw

func (*WatchConfigMapsResponsePageTokenChange_FieldTerminalPath) Get

Get returns all values pointed by specific field from source WatchConfigMapsResponse_PageTokenChange

func (*WatchConfigMapsResponsePageTokenChange_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchConfigMapsResponsePageTokenChange_FieldTerminalPath) GetRaw

func (*WatchConfigMapsResponsePageTokenChange_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source WatchConfigMapsResponse_PageTokenChange

func (*WatchConfigMapsResponsePageTokenChange_FieldTerminalPath) GetSingleRaw

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

func (*WatchConfigMapsResponsePageTokenChange_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchConfigMapsResponsePageTokenChange_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchConfigMapsResponsePageTokenChange_FieldTerminalPath) Selector

func (*WatchConfigMapsResponsePageTokenChange_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*WatchConfigMapsResponsePageTokenChange_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchConfigMapsResponsePageTokenChange_FieldTerminalPath) WithIArrayItemValue

func (*WatchConfigMapsResponsePageTokenChange_FieldTerminalPath) WithIArrayOfValues

func (*WatchConfigMapsResponsePageTokenChange_FieldTerminalPath) WithIValue

func (*WatchConfigMapsResponsePageTokenChange_FieldTerminalPath) WithRawIArrayItemValue

func (*WatchConfigMapsResponsePageTokenChange_FieldTerminalPath) WithRawIArrayOfValues

func (*WatchConfigMapsResponsePageTokenChange_FieldTerminalPath) WithRawIValue

type WatchConfigMapsResponsePageTokenChange_FieldTerminalPathArrayItemValue

type WatchConfigMapsResponsePageTokenChange_FieldTerminalPathArrayItemValue struct {
	WatchConfigMapsResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchConfigMapsResponsePageTokenChange_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchConfigMapsResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetRawItemValue

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

func (*WatchConfigMapsResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchConfigMapsResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingleRaw

type WatchConfigMapsResponsePageTokenChange_FieldTerminalPathArrayOfValues

type WatchConfigMapsResponsePageTokenChange_FieldTerminalPathArrayOfValues struct {
	WatchConfigMapsResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchConfigMapsResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues

func (*WatchConfigMapsResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues

func (*WatchConfigMapsResponsePageTokenChange_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchConfigMapsResponsePageTokenChange_FieldTerminalPathValue

type WatchConfigMapsResponsePageTokenChange_FieldTerminalPathValue struct {
	WatchConfigMapsResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchConfigMapsResponsePageTokenChange_FieldTerminalPathValue) AsNextPageTokenValue

func (*WatchConfigMapsResponsePageTokenChange_FieldTerminalPathValue) AsPrevPageTokenValue

func (*WatchConfigMapsResponsePageTokenChange_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchConfigMapsResponsePageTokenChange_FieldTerminalPathValue' with the value under path in 'WatchConfigMapsResponse_PageTokenChange'.

func (*WatchConfigMapsResponsePageTokenChange_FieldTerminalPathValue) CompareWithRaw

func (*WatchConfigMapsResponsePageTokenChange_FieldTerminalPathValue) GetRawValue

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

func (*WatchConfigMapsResponsePageTokenChange_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object PageTokenChange

func (*WatchConfigMapsResponsePageTokenChange_FieldTerminalPathValue) SetToRaw

type WatchConfigMapsResponsePathSelectorConfigMapChanges

type WatchConfigMapsResponsePathSelectorConfigMapChanges struct{}

func (WatchConfigMapsResponsePathSelectorConfigMapChanges) FieldPath

func (WatchConfigMapsResponsePathSelectorConfigMapChanges) WithArrayOfValues

func (WatchConfigMapsResponsePathSelectorConfigMapChanges) WithItemValue

func (WatchConfigMapsResponsePathSelectorConfigMapChanges) WithValue

type WatchConfigMapsResponsePathSelectorIsCurrent

type WatchConfigMapsResponsePathSelectorIsCurrent struct{}

func (WatchConfigMapsResponsePathSelectorIsCurrent) FieldPath

func (WatchConfigMapsResponsePathSelectorIsCurrent) WithArrayOfValues

func (WatchConfigMapsResponsePathSelectorIsCurrent) WithValue

type WatchConfigMapsResponsePathSelectorIsHardReset

type WatchConfigMapsResponsePathSelectorIsHardReset struct{}

func (WatchConfigMapsResponsePathSelectorIsHardReset) FieldPath

func (WatchConfigMapsResponsePathSelectorIsHardReset) WithArrayOfValues

func (WatchConfigMapsResponsePathSelectorIsHardReset) WithValue

type WatchConfigMapsResponsePathSelectorIsSoftReset

type WatchConfigMapsResponsePathSelectorIsSoftReset struct{}

func (WatchConfigMapsResponsePathSelectorIsSoftReset) FieldPath

func (WatchConfigMapsResponsePathSelectorIsSoftReset) WithArrayOfValues

func (WatchConfigMapsResponsePathSelectorIsSoftReset) WithValue

type WatchConfigMapsResponsePathSelectorPageTokenChange

type WatchConfigMapsResponsePathSelectorPageTokenChange struct{}

func (WatchConfigMapsResponsePathSelectorPageTokenChange) FieldPath

func (WatchConfigMapsResponsePathSelectorPageTokenChange) NextPageToken

func (WatchConfigMapsResponsePathSelectorPageTokenChange) PrevPageToken

type WatchConfigMapsResponsePathSelectorPageTokenChangeNextPageToken

type WatchConfigMapsResponsePathSelectorPageTokenChangeNextPageToken struct{}

func (WatchConfigMapsResponsePathSelectorPageTokenChangeNextPageToken) FieldPath

func (WatchConfigMapsResponsePathSelectorPageTokenChangeNextPageToken) WithArrayOfValues

func (WatchConfigMapsResponsePathSelectorPageTokenChangeNextPageToken) WithValue

type WatchConfigMapsResponsePathSelectorPageTokenChangePrevPageToken

type WatchConfigMapsResponsePathSelectorPageTokenChangePrevPageToken struct{}

func (WatchConfigMapsResponsePathSelectorPageTokenChangePrevPageToken) FieldPath

func (WatchConfigMapsResponsePathSelectorPageTokenChangePrevPageToken) WithArrayOfValues

func (WatchConfigMapsResponsePathSelectorPageTokenChangePrevPageToken) WithValue

type WatchConfigMapsResponsePathSelectorResumeToken

type WatchConfigMapsResponsePathSelectorResumeToken struct{}

func (WatchConfigMapsResponsePathSelectorResumeToken) FieldPath

func (WatchConfigMapsResponsePathSelectorResumeToken) WithArrayOfValues

func (WatchConfigMapsResponsePathSelectorResumeToken) WithValue

type WatchConfigMapsResponsePathSelectorSnapshotSize

type WatchConfigMapsResponsePathSelectorSnapshotSize struct{}

func (WatchConfigMapsResponsePathSelectorSnapshotSize) FieldPath

func (WatchConfigMapsResponsePathSelectorSnapshotSize) WithArrayOfValues

func (WatchConfigMapsResponsePathSelectorSnapshotSize) WithValue

type WatchConfigMapsResponse_FieldMask

type WatchConfigMapsResponse_FieldMask struct {
	Paths []WatchConfigMapsResponse_FieldPath
}

func FullWatchConfigMapsResponse_FieldMask

func FullWatchConfigMapsResponse_FieldMask() *WatchConfigMapsResponse_FieldMask

func (*WatchConfigMapsResponse_FieldMask) AppendPath

func (*WatchConfigMapsResponse_FieldMask) AppendRawPath

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

func (*WatchConfigMapsResponse_FieldMask) DecodeFirestore

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

func (*WatchConfigMapsResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchConfigMapsResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchConfigMapsResponse_FieldMask) FromProtoFieldMask

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

func (*WatchConfigMapsResponse_FieldMask) GetPaths

func (*WatchConfigMapsResponse_FieldMask) GetRawPaths

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

func (*WatchConfigMapsResponse_FieldMask) IsFull

func (fieldMask *WatchConfigMapsResponse_FieldMask) IsFull() bool

func (WatchConfigMapsResponse_FieldMask) Marshal

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

implement methods required by customType

func (WatchConfigMapsResponse_FieldMask) MarshalJSON

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

func (*WatchConfigMapsResponse_FieldMask) PathsCount

func (fieldMask *WatchConfigMapsResponse_FieldMask) PathsCount() int

func (*WatchConfigMapsResponse_FieldMask) Project

func (*WatchConfigMapsResponse_FieldMask) ProjectRaw

func (*WatchConfigMapsResponse_FieldMask) ProtoMessage

func (fieldMask *WatchConfigMapsResponse_FieldMask) ProtoMessage()

func (*WatchConfigMapsResponse_FieldMask) ProtoReflect

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

func (*WatchConfigMapsResponse_FieldMask) Reset

func (fieldMask *WatchConfigMapsResponse_FieldMask) Reset()

func (*WatchConfigMapsResponse_FieldMask) Set

func (fieldMask *WatchConfigMapsResponse_FieldMask) Set(target, source *WatchConfigMapsResponse)

func (*WatchConfigMapsResponse_FieldMask) SetFromCliFlag

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

func (*WatchConfigMapsResponse_FieldMask) SetRaw

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

func (*WatchConfigMapsResponse_FieldMask) Size

func (fieldMask *WatchConfigMapsResponse_FieldMask) Size() int

func (*WatchConfigMapsResponse_FieldMask) String

func (fieldMask *WatchConfigMapsResponse_FieldMask) String() string

func (*WatchConfigMapsResponse_FieldMask) Subtract

func (*WatchConfigMapsResponse_FieldMask) SubtractRaw

func (*WatchConfigMapsResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*WatchConfigMapsResponse_FieldMask) Unmarshal

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

func (*WatchConfigMapsResponse_FieldMask) UnmarshalJSON

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

type WatchConfigMapsResponse_FieldPath

type WatchConfigMapsResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchConfigMapsResponse_FieldPathSelector
	Get(source *WatchConfigMapsResponse) []interface{}
	GetSingle(source *WatchConfigMapsResponse) (interface{}, bool)
	ClearValue(item *WatchConfigMapsResponse)

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

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

func MustParseWatchConfigMapsResponse_FieldPath

func MustParseWatchConfigMapsResponse_FieldPath(rawField string) WatchConfigMapsResponse_FieldPath

func ParseWatchConfigMapsResponse_FieldPath

func ParseWatchConfigMapsResponse_FieldPath(rawField string) (WatchConfigMapsResponse_FieldPath, error)

type WatchConfigMapsResponse_FieldPathArrayItemValue

type WatchConfigMapsResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchConfigMapsResponse_FieldPath
	ContainsValue(*WatchConfigMapsResponse) bool
}

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

func MustParseWatchConfigMapsResponse_FieldPathArrayItemValue

func MustParseWatchConfigMapsResponse_FieldPathArrayItemValue(pathStr, valueStr string) WatchConfigMapsResponse_FieldPathArrayItemValue

func ParseWatchConfigMapsResponse_FieldPathArrayItemValue

func ParseWatchConfigMapsResponse_FieldPathArrayItemValue(pathStr, valueStr string) (WatchConfigMapsResponse_FieldPathArrayItemValue, error)

ParseWatchConfigMapsResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchConfigMapsResponse_FieldPathArrayOfValues

type WatchConfigMapsResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchConfigMapsResponse_FieldPath
}

WatchConfigMapsResponse_FieldPathArrayOfValues allows storing slice of values for WatchConfigMapsResponse fields according to their type

func MustParseWatchConfigMapsResponse_FieldPathArrayOfValues

func MustParseWatchConfigMapsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) WatchConfigMapsResponse_FieldPathArrayOfValues

func ParseWatchConfigMapsResponse_FieldPathArrayOfValues

func ParseWatchConfigMapsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchConfigMapsResponse_FieldPathArrayOfValues, error)

type WatchConfigMapsResponse_FieldPathSelector

type WatchConfigMapsResponse_FieldPathSelector int32
const (
	WatchConfigMapsResponse_FieldPathSelectorConfigMapChanges WatchConfigMapsResponse_FieldPathSelector = 0
	WatchConfigMapsResponse_FieldPathSelectorIsCurrent        WatchConfigMapsResponse_FieldPathSelector = 1
	WatchConfigMapsResponse_FieldPathSelectorPageTokenChange  WatchConfigMapsResponse_FieldPathSelector = 2
	WatchConfigMapsResponse_FieldPathSelectorResumeToken      WatchConfigMapsResponse_FieldPathSelector = 3
	WatchConfigMapsResponse_FieldPathSelectorSnapshotSize     WatchConfigMapsResponse_FieldPathSelector = 4
	WatchConfigMapsResponse_FieldPathSelectorIsSoftReset      WatchConfigMapsResponse_FieldPathSelector = 5
	WatchConfigMapsResponse_FieldPathSelectorIsHardReset      WatchConfigMapsResponse_FieldPathSelector = 6
)

func (WatchConfigMapsResponse_FieldPathSelector) String

type WatchConfigMapsResponse_FieldPathValue

type WatchConfigMapsResponse_FieldPathValue interface {
	WatchConfigMapsResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchConfigMapsResponse)
	CompareWith(*WatchConfigMapsResponse) (cmp int, comparable bool)
}

WatchConfigMapsResponse_FieldPathValue allows storing values for WatchConfigMapsResponse fields according to their type

func MustParseWatchConfigMapsResponse_FieldPathValue

func MustParseWatchConfigMapsResponse_FieldPathValue(pathStr, valueStr string) WatchConfigMapsResponse_FieldPathValue

func ParseWatchConfigMapsResponse_FieldPathValue

func ParseWatchConfigMapsResponse_FieldPathValue(pathStr, valueStr string) (WatchConfigMapsResponse_FieldPathValue, error)

type WatchConfigMapsResponse_FieldSubPath

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

func (*WatchConfigMapsResponse_FieldSubPath) AsPageTokenChangeSubPath

func (*WatchConfigMapsResponse_FieldSubPath) ClearValue

func (*WatchConfigMapsResponse_FieldSubPath) ClearValueRaw

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

func (*WatchConfigMapsResponse_FieldSubPath) Get

func (fps *WatchConfigMapsResponse_FieldSubPath) Get(source *WatchConfigMapsResponse) (values []interface{})

Get returns all values pointed by selected field from source WatchConfigMapsResponse

func (*WatchConfigMapsResponse_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchConfigMapsResponse_FieldSubPath) GetRaw

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

func (*WatchConfigMapsResponse_FieldSubPath) GetSingle

func (fps *WatchConfigMapsResponse_FieldSubPath) GetSingle(source *WatchConfigMapsResponse) (interface{}, bool)

GetSingle returns value of selected field from source WatchConfigMapsResponse

func (*WatchConfigMapsResponse_FieldSubPath) GetSingleRaw

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

func (*WatchConfigMapsResponse_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchConfigMapsResponse_FieldSubPath) JSONString

func (fps *WatchConfigMapsResponse_FieldSubPath) JSONString() string

JSONString returns path representation is JSON convention

func (*WatchConfigMapsResponse_FieldSubPath) Selector

func (*WatchConfigMapsResponse_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*WatchConfigMapsResponse_FieldSubPath) String

String returns path representation in proto convention

func (*WatchConfigMapsResponse_FieldSubPath) WithIArrayItemValue

func (*WatchConfigMapsResponse_FieldSubPath) WithIArrayOfValues

func (*WatchConfigMapsResponse_FieldSubPath) WithIValue

func (*WatchConfigMapsResponse_FieldSubPath) WithRawIArrayItemValue

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

func (*WatchConfigMapsResponse_FieldSubPath) WithRawIArrayOfValues

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

func (*WatchConfigMapsResponse_FieldSubPath) WithRawIValue

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

type WatchConfigMapsResponse_FieldSubPathArrayItemValue

type WatchConfigMapsResponse_FieldSubPathArrayItemValue struct {
	WatchConfigMapsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*WatchConfigMapsResponse_FieldSubPathArrayItemValue) AsPageTokenChangePathItemValue

func (*WatchConfigMapsResponse_FieldSubPathArrayItemValue) ContainsValue

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

func (*WatchConfigMapsResponse_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type WatchConfigMapsResponse_FieldSubPathArrayOfValues

type WatchConfigMapsResponse_FieldSubPathArrayOfValues struct {
	WatchConfigMapsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*WatchConfigMapsResponse_FieldSubPathArrayOfValues) AsPageTokenChangePathArrayOfValues

func (*WatchConfigMapsResponse_FieldSubPathArrayOfValues) GetRawValues

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

type WatchConfigMapsResponse_FieldSubPathValue

type WatchConfigMapsResponse_FieldSubPathValue struct {
	WatchConfigMapsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*WatchConfigMapsResponse_FieldSubPathValue) AsPageTokenChangePathValue

func (*WatchConfigMapsResponse_FieldSubPathValue) CompareWith

func (*WatchConfigMapsResponse_FieldSubPathValue) CompareWithRaw

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

func (*WatchConfigMapsResponse_FieldSubPathValue) GetRawValue

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

func (*WatchConfigMapsResponse_FieldSubPathValue) SetTo

func (*WatchConfigMapsResponse_FieldSubPathValue) SetToRaw

type WatchConfigMapsResponse_FieldTerminalPath

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

func (*WatchConfigMapsResponse_FieldTerminalPath) ClearValue

func (*WatchConfigMapsResponse_FieldTerminalPath) ClearValueRaw

func (*WatchConfigMapsResponse_FieldTerminalPath) Get

func (fp *WatchConfigMapsResponse_FieldTerminalPath) Get(source *WatchConfigMapsResponse) (values []interface{})

Get returns all values pointed by specific field from source WatchConfigMapsResponse

func (*WatchConfigMapsResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchConfigMapsResponse_FieldTerminalPath) GetRaw

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

func (*WatchConfigMapsResponse_FieldTerminalPath) GetSingle

func (fp *WatchConfigMapsResponse_FieldTerminalPath) GetSingle(source *WatchConfigMapsResponse) (interface{}, bool)

GetSingle returns value pointed by specific field of from source WatchConfigMapsResponse

func (*WatchConfigMapsResponse_FieldTerminalPath) GetSingleRaw

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

func (*WatchConfigMapsResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchConfigMapsResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchConfigMapsResponse_FieldTerminalPath) Selector

func (*WatchConfigMapsResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*WatchConfigMapsResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchConfigMapsResponse_FieldTerminalPath) WithIArrayItemValue

func (*WatchConfigMapsResponse_FieldTerminalPath) WithIArrayOfValues

func (*WatchConfigMapsResponse_FieldTerminalPath) WithIValue

func (*WatchConfigMapsResponse_FieldTerminalPath) WithRawIArrayItemValue

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

func (*WatchConfigMapsResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchConfigMapsResponse_FieldTerminalPath) WithRawIValue

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

type WatchConfigMapsResponse_FieldTerminalPathArrayItemValue

type WatchConfigMapsResponse_FieldTerminalPathArrayItemValue struct {
	WatchConfigMapsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchConfigMapsResponse_FieldTerminalPathArrayItemValue) AsConfigMapChangesItemValue

func (*WatchConfigMapsResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchConfigMapsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchConfigMapsResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchConfigMapsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchConfigMapsResponse_FieldTerminalPathArrayOfValues

type WatchConfigMapsResponse_FieldTerminalPathArrayOfValues struct {
	WatchConfigMapsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchConfigMapsResponse_FieldTerminalPathArrayOfValues) AsConfigMapChangesArrayOfValues

func (fpaov *WatchConfigMapsResponse_FieldTerminalPathArrayOfValues) AsConfigMapChangesArrayOfValues() ([][]*config_map.ConfigMapChange, bool)

func (*WatchConfigMapsResponse_FieldTerminalPathArrayOfValues) AsIsCurrentArrayOfValues

func (fpaov *WatchConfigMapsResponse_FieldTerminalPathArrayOfValues) AsIsCurrentArrayOfValues() ([]bool, bool)

func (*WatchConfigMapsResponse_FieldTerminalPathArrayOfValues) AsIsHardResetArrayOfValues

func (fpaov *WatchConfigMapsResponse_FieldTerminalPathArrayOfValues) AsIsHardResetArrayOfValues() ([]bool, bool)

func (*WatchConfigMapsResponse_FieldTerminalPathArrayOfValues) AsIsSoftResetArrayOfValues

func (fpaov *WatchConfigMapsResponse_FieldTerminalPathArrayOfValues) AsIsSoftResetArrayOfValues() ([]bool, bool)

func (*WatchConfigMapsResponse_FieldTerminalPathArrayOfValues) AsPageTokenChangeArrayOfValues

func (*WatchConfigMapsResponse_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues

func (fpaov *WatchConfigMapsResponse_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues() ([]string, bool)

func (*WatchConfigMapsResponse_FieldTerminalPathArrayOfValues) AsSnapshotSizeArrayOfValues

func (fpaov *WatchConfigMapsResponse_FieldTerminalPathArrayOfValues) AsSnapshotSizeArrayOfValues() ([]int64, bool)

func (*WatchConfigMapsResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchConfigMapsResponse_FieldTerminalPathValue

type WatchConfigMapsResponse_FieldTerminalPathValue struct {
	WatchConfigMapsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchConfigMapsResponse_FieldTerminalPathValue) AsConfigMapChangesValue

func (*WatchConfigMapsResponse_FieldTerminalPathValue) AsIsCurrentValue

func (fpv *WatchConfigMapsResponse_FieldTerminalPathValue) AsIsCurrentValue() (bool, bool)

func (*WatchConfigMapsResponse_FieldTerminalPathValue) AsIsHardResetValue

func (fpv *WatchConfigMapsResponse_FieldTerminalPathValue) AsIsHardResetValue() (bool, bool)

func (*WatchConfigMapsResponse_FieldTerminalPathValue) AsIsSoftResetValue

func (fpv *WatchConfigMapsResponse_FieldTerminalPathValue) AsIsSoftResetValue() (bool, bool)

func (*WatchConfigMapsResponse_FieldTerminalPathValue) AsPageTokenChangeValue

func (*WatchConfigMapsResponse_FieldTerminalPathValue) AsResumeTokenValue

func (fpv *WatchConfigMapsResponse_FieldTerminalPathValue) AsResumeTokenValue() (string, bool)

func (*WatchConfigMapsResponse_FieldTerminalPathValue) AsSnapshotSizeValue

func (fpv *WatchConfigMapsResponse_FieldTerminalPathValue) AsSnapshotSizeValue() (int64, bool)

func (*WatchConfigMapsResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchConfigMapsResponse_FieldTerminalPathValue' with the value under path in 'WatchConfigMapsResponse'.

func (*WatchConfigMapsResponse_FieldTerminalPathValue) CompareWithRaw

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

func (*WatchConfigMapsResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchConfigMapsResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchConfigMapsResponse

func (*WatchConfigMapsResponse_FieldTerminalPathValue) SetToRaw

type WatchConfigMapsResponse_PageTokenChange

type WatchConfigMapsResponse_PageTokenChange struct {

	// New token to retrieve previous page of results.
	PrevPageToken *config_map.PagerCursor `` /* 151-byte string literal not displayed */
	// New token to retrieve next page of results.
	NextPageToken *config_map.PagerCursor `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*WatchConfigMapsResponse_PageTokenChange) Clone

func (*WatchConfigMapsResponse_PageTokenChange) CloneRaw

func (*WatchConfigMapsResponse_PageTokenChange) Descriptor

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

Deprecated, Use WatchConfigMapsResponse_PageTokenChange.ProtoReflect.Descriptor instead.

func (*WatchConfigMapsResponse_PageTokenChange) GetNextPageToken

func (*WatchConfigMapsResponse_PageTokenChange) GetPrevPageToken

func (*WatchConfigMapsResponse_PageTokenChange) GotenMessage

func (*WatchConfigMapsResponse_PageTokenChange) GotenObjectExt

func (o *WatchConfigMapsResponse_PageTokenChange) GotenObjectExt()

func (*WatchConfigMapsResponse_PageTokenChange) GotenValidate

func (obj *WatchConfigMapsResponse_PageTokenChange) GotenValidate() error

func (*WatchConfigMapsResponse_PageTokenChange) MakeFullFieldMask

func (*WatchConfigMapsResponse_PageTokenChange) MakeRawDiffFieldMask

func (*WatchConfigMapsResponse_PageTokenChange) MakeRawFullFieldMask

func (*WatchConfigMapsResponse_PageTokenChange) Marshal

func (*WatchConfigMapsResponse_PageTokenChange) MarshalJSON

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

func (*WatchConfigMapsResponse_PageTokenChange) Merge

func (*WatchConfigMapsResponse_PageTokenChange) MergeRaw

func (*WatchConfigMapsResponse_PageTokenChange) ProtoMessage

func (*WatchConfigMapsResponse_PageTokenChange) ProtoReflect

func (*WatchConfigMapsResponse_PageTokenChange) Reset

func (*WatchConfigMapsResponse_PageTokenChange) SetNextPageToken

func (*WatchConfigMapsResponse_PageTokenChange) SetPrevPageToken

func (*WatchConfigMapsResponse_PageTokenChange) String

func (*WatchConfigMapsResponse_PageTokenChange) Unmarshal

func (*WatchConfigMapsResponse_PageTokenChange) UnmarshalJSON

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

type WatchConfigMapsResponse_PageTokenChangePathSelectorNextPageToken

type WatchConfigMapsResponse_PageTokenChangePathSelectorNextPageToken struct{}

func (WatchConfigMapsResponse_PageTokenChangePathSelectorNextPageToken) FieldPath

func (WatchConfigMapsResponse_PageTokenChangePathSelectorNextPageToken) WithArrayOfValues

func (WatchConfigMapsResponse_PageTokenChangePathSelectorNextPageToken) WithValue

type WatchConfigMapsResponse_PageTokenChangePathSelectorPrevPageToken

type WatchConfigMapsResponse_PageTokenChangePathSelectorPrevPageToken struct{}

func (WatchConfigMapsResponse_PageTokenChangePathSelectorPrevPageToken) FieldPath

func (WatchConfigMapsResponse_PageTokenChangePathSelectorPrevPageToken) WithArrayOfValues

func (WatchConfigMapsResponse_PageTokenChangePathSelectorPrevPageToken) WithValue

type WatchConfigMapsResponse_PageTokenChange_FieldMask

type WatchConfigMapsResponse_PageTokenChange_FieldMask struct {
	Paths []WatchConfigMapsResponsePageTokenChange_FieldPath
}

func FullWatchConfigMapsResponse_PageTokenChange_FieldMask

func FullWatchConfigMapsResponse_PageTokenChange_FieldMask() *WatchConfigMapsResponse_PageTokenChange_FieldMask

func (*WatchConfigMapsResponse_PageTokenChange_FieldMask) AppendPath

func (*WatchConfigMapsResponse_PageTokenChange_FieldMask) AppendRawPath

func (*WatchConfigMapsResponse_PageTokenChange_FieldMask) DecodeFirestore

func (*WatchConfigMapsResponse_PageTokenChange_FieldMask) EncodeFirestore

firestore encoding/decoding integration

func (*WatchConfigMapsResponse_PageTokenChange_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchConfigMapsResponse_PageTokenChange_FieldMask) FromProtoFieldMask

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

func (*WatchConfigMapsResponse_PageTokenChange_FieldMask) GetPaths

func (*WatchConfigMapsResponse_PageTokenChange_FieldMask) GetRawPaths

func (*WatchConfigMapsResponse_PageTokenChange_FieldMask) IsFull

func (WatchConfigMapsResponse_PageTokenChange_FieldMask) Marshal

implement methods required by customType

func (WatchConfigMapsResponse_PageTokenChange_FieldMask) MarshalJSON

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

func (*WatchConfigMapsResponse_PageTokenChange_FieldMask) PathsCount

func (*WatchConfigMapsResponse_PageTokenChange_FieldMask) Project

func (*WatchConfigMapsResponse_PageTokenChange_FieldMask) ProjectRaw

func (*WatchConfigMapsResponse_PageTokenChange_FieldMask) ProtoMessage

func (fieldMask *WatchConfigMapsResponse_PageTokenChange_FieldMask) ProtoMessage()

func (*WatchConfigMapsResponse_PageTokenChange_FieldMask) ProtoReflect

func (*WatchConfigMapsResponse_PageTokenChange_FieldMask) Reset

func (*WatchConfigMapsResponse_PageTokenChange_FieldMask) Set

func (*WatchConfigMapsResponse_PageTokenChange_FieldMask) SetFromCliFlag

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

func (*WatchConfigMapsResponse_PageTokenChange_FieldMask) SetRaw

func (*WatchConfigMapsResponse_PageTokenChange_FieldMask) Size

func (*WatchConfigMapsResponse_PageTokenChange_FieldMask) String

func (*WatchConfigMapsResponse_PageTokenChange_FieldMask) SubtractRaw

func (*WatchConfigMapsResponse_PageTokenChange_FieldMask) ToProtoFieldMask

ToFieldMask is used for proto conversions

func (*WatchConfigMapsResponse_PageTokenChange_FieldMask) Unmarshal

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

func (*WatchConfigMapsResponse_PageTokenChange_FieldMask) UnmarshalJSON

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

Jump to

Keyboard shortcuts

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