limit_pool_client

package
v0.6.1 Latest Latest
Warning

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

Go to latest
Published: Jul 26, 2022 License: Apache-2.0 Imports: 41 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BatchGetLimitPoolsDescriptor

type BatchGetLimitPoolsDescriptor struct{}

func GetBatchGetLimitPoolsDescriptor

func GetBatchGetLimitPoolsDescriptor() *BatchGetLimitPoolsDescriptor

func (*BatchGetLimitPoolsDescriptor) GetApiDescriptor

func (*BatchGetLimitPoolsDescriptor) GetApiName

func (d *BatchGetLimitPoolsDescriptor) GetApiName() string

func (*BatchGetLimitPoolsDescriptor) GetClientMsgReflectHandle

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

func (*BatchGetLimitPoolsDescriptor) GetFullMethodName

func (d *BatchGetLimitPoolsDescriptor) GetFullMethodName() string

func (*BatchGetLimitPoolsDescriptor) GetMethodName

func (d *BatchGetLimitPoolsDescriptor) GetMethodName() string

func (*BatchGetLimitPoolsDescriptor) GetProtoPkgName

func (d *BatchGetLimitPoolsDescriptor) GetProtoPkgName() string

func (*BatchGetLimitPoolsDescriptor) GetResourceDescriptor

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

func (*BatchGetLimitPoolsDescriptor) GetServerMsgReflectHandle

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

func (*BatchGetLimitPoolsDescriptor) GetServiceDomain

func (d *BatchGetLimitPoolsDescriptor) GetServiceDomain() string

func (*BatchGetLimitPoolsDescriptor) GetServiceVersion

func (d *BatchGetLimitPoolsDescriptor) GetServiceVersion() string

func (*BatchGetLimitPoolsDescriptor) GetVerb

func (d *BatchGetLimitPoolsDescriptor) GetVerb() string

func (*BatchGetLimitPoolsDescriptor) HasResource

func (d *BatchGetLimitPoolsDescriptor) HasResource() bool

func (*BatchGetLimitPoolsDescriptor) IsClientStream

func (d *BatchGetLimitPoolsDescriptor) IsClientStream() bool

func (*BatchGetLimitPoolsDescriptor) IsCollection

func (d *BatchGetLimitPoolsDescriptor) IsCollection() bool

func (*BatchGetLimitPoolsDescriptor) IsPlural

func (d *BatchGetLimitPoolsDescriptor) IsPlural() bool

func (*BatchGetLimitPoolsDescriptor) IsServerStream

func (d *BatchGetLimitPoolsDescriptor) IsServerStream() bool

func (*BatchGetLimitPoolsDescriptor) IsUnary

func (d *BatchGetLimitPoolsDescriptor) IsUnary() bool

func (*BatchGetLimitPoolsDescriptor) NewEmptyClientMsg

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

func (*BatchGetLimitPoolsDescriptor) NewEmptyServerMsg

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

func (*BatchGetLimitPoolsDescriptor) RequestHasResourceBody

func (d *BatchGetLimitPoolsDescriptor) RequestHasResourceBody() bool

type BatchGetLimitPoolsDescriptorClientMsgHandle

type BatchGetLimitPoolsDescriptorClientMsgHandle struct{}

func (*BatchGetLimitPoolsDescriptorClientMsgHandle) ExtractCollectionName

func (*BatchGetLimitPoolsDescriptorClientMsgHandle) ExtractResourceName

func (*BatchGetLimitPoolsDescriptorClientMsgHandle) ExtractResourceNames

type BatchGetLimitPoolsDescriptorServerMsgHandle

type BatchGetLimitPoolsDescriptorServerMsgHandle struct{}

func (*BatchGetLimitPoolsDescriptorServerMsgHandle) ExtractCollectionName

func (*BatchGetLimitPoolsDescriptorServerMsgHandle) ExtractResourceName

func (*BatchGetLimitPoolsDescriptorServerMsgHandle) ExtractResourceNames

type BatchGetLimitPoolsRequest

type BatchGetLimitPoolsRequest struct {

	// Names of LimitPools
	Names []*limit_pool.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 *limit_pool.LimitPool_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 [BatchGetLimitPools][ntt.limits.v1alpha2.BatchGetLimitPools]

func (*BatchGetLimitPoolsRequest) Clone

func (*BatchGetLimitPoolsRequest) CloneRaw

func (*BatchGetLimitPoolsRequest) Descriptor

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

Deprecated, Use BatchGetLimitPoolsRequest.ProtoReflect.Descriptor instead.

func (*BatchGetLimitPoolsRequest) GetFieldMask

func (*BatchGetLimitPoolsRequest) GetNames

func (*BatchGetLimitPoolsRequest) GetView

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

func (*BatchGetLimitPoolsRequest) GotenMessage

func (*BatchGetLimitPoolsRequest) GotenMessage()

func (*BatchGetLimitPoolsRequest) GotenObjectExt

func (o *BatchGetLimitPoolsRequest) GotenObjectExt()

func (*BatchGetLimitPoolsRequest) GotenValidate

func (obj *BatchGetLimitPoolsRequest) GotenValidate() error

func (*BatchGetLimitPoolsRequest) MakeDiffFieldMask

func (*BatchGetLimitPoolsRequest) MakeFullFieldMask

func (*BatchGetLimitPoolsRequest) MakeRawDiffFieldMask

func (*BatchGetLimitPoolsRequest) MakeRawFullFieldMask

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

func (*BatchGetLimitPoolsRequest) Marshal

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

func (*BatchGetLimitPoolsRequest) MarshalJSON

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

func (*BatchGetLimitPoolsRequest) Merge

func (*BatchGetLimitPoolsRequest) MergeRaw

func (*BatchGetLimitPoolsRequest) ProtoMessage

func (*BatchGetLimitPoolsRequest) ProtoMessage()

func (*BatchGetLimitPoolsRequest) ProtoReflect

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

func (*BatchGetLimitPoolsRequest) Reset

func (m *BatchGetLimitPoolsRequest) Reset()

func (*BatchGetLimitPoolsRequest) SetFieldMask

func (*BatchGetLimitPoolsRequest) SetNames

func (m *BatchGetLimitPoolsRequest) SetNames(fv []*limit_pool.Reference)

func (*BatchGetLimitPoolsRequest) SetView

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

func (*BatchGetLimitPoolsRequest) String

func (m *BatchGetLimitPoolsRequest) String() string

func (*BatchGetLimitPoolsRequest) Unmarshal

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

func (*BatchGetLimitPoolsRequest) UnmarshalJSON

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

type BatchGetLimitPoolsRequestFieldPathBuilder

type BatchGetLimitPoolsRequestFieldPathBuilder struct{}

func NewBatchGetLimitPoolsRequestFieldPathBuilder

func NewBatchGetLimitPoolsRequestFieldPathBuilder() BatchGetLimitPoolsRequestFieldPathBuilder

func (BatchGetLimitPoolsRequestFieldPathBuilder) FieldMask

func (BatchGetLimitPoolsRequestFieldPathBuilder) Names

func (BatchGetLimitPoolsRequestFieldPathBuilder) View

type BatchGetLimitPoolsRequestPathSelectorFieldMask

type BatchGetLimitPoolsRequestPathSelectorFieldMask struct{}

func (BatchGetLimitPoolsRequestPathSelectorFieldMask) FieldPath

func (BatchGetLimitPoolsRequestPathSelectorFieldMask) WithArrayOfValues

type BatchGetLimitPoolsRequestPathSelectorNames

type BatchGetLimitPoolsRequestPathSelectorNames struct{}

func (BatchGetLimitPoolsRequestPathSelectorNames) FieldPath

func (BatchGetLimitPoolsRequestPathSelectorNames) WithArrayOfValues

func (BatchGetLimitPoolsRequestPathSelectorNames) WithItemValue

func (BatchGetLimitPoolsRequestPathSelectorNames) WithValue

type BatchGetLimitPoolsRequestPathSelectorView

type BatchGetLimitPoolsRequestPathSelectorView struct{}

func (BatchGetLimitPoolsRequestPathSelectorView) FieldPath

func (BatchGetLimitPoolsRequestPathSelectorView) WithArrayOfValues

func (BatchGetLimitPoolsRequestPathSelectorView) WithValue

type BatchGetLimitPoolsRequest_FieldMask

type BatchGetLimitPoolsRequest_FieldMask struct {
	Paths []BatchGetLimitPoolsRequest_FieldPath
}

func FullBatchGetLimitPoolsRequest_FieldMask

func FullBatchGetLimitPoolsRequest_FieldMask() *BatchGetLimitPoolsRequest_FieldMask

func (*BatchGetLimitPoolsRequest_FieldMask) AppendPath

func (*BatchGetLimitPoolsRequest_FieldMask) AppendRawPath

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

func (*BatchGetLimitPoolsRequest_FieldMask) DecodeFirestore

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

func (*BatchGetLimitPoolsRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*BatchGetLimitPoolsRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*BatchGetLimitPoolsRequest_FieldMask) FromProtoFieldMask

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

func (*BatchGetLimitPoolsRequest_FieldMask) GetPaths

func (*BatchGetLimitPoolsRequest_FieldMask) GetRawPaths

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

func (*BatchGetLimitPoolsRequest_FieldMask) IsFull

func (fieldMask *BatchGetLimitPoolsRequest_FieldMask) IsFull() bool

func (BatchGetLimitPoolsRequest_FieldMask) Marshal

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

implement methods required by customType

func (BatchGetLimitPoolsRequest_FieldMask) MarshalJSON

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

func (*BatchGetLimitPoolsRequest_FieldMask) PathsCount

func (fieldMask *BatchGetLimitPoolsRequest_FieldMask) PathsCount() int

func (*BatchGetLimitPoolsRequest_FieldMask) Project

func (*BatchGetLimitPoolsRequest_FieldMask) ProjectRaw

func (*BatchGetLimitPoolsRequest_FieldMask) ProtoMessage

func (fieldMask *BatchGetLimitPoolsRequest_FieldMask) ProtoMessage()

func (*BatchGetLimitPoolsRequest_FieldMask) ProtoReflect

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

func (*BatchGetLimitPoolsRequest_FieldMask) Reset

func (fieldMask *BatchGetLimitPoolsRequest_FieldMask) Reset()

func (*BatchGetLimitPoolsRequest_FieldMask) Set

func (fieldMask *BatchGetLimitPoolsRequest_FieldMask) Set(target, source *BatchGetLimitPoolsRequest)

func (*BatchGetLimitPoolsRequest_FieldMask) SetFromCliFlag

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

func (*BatchGetLimitPoolsRequest_FieldMask) SetRaw

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

func (*BatchGetLimitPoolsRequest_FieldMask) Size

func (fieldMask *BatchGetLimitPoolsRequest_FieldMask) Size() int

func (*BatchGetLimitPoolsRequest_FieldMask) String

func (fieldMask *BatchGetLimitPoolsRequest_FieldMask) String() string

func (*BatchGetLimitPoolsRequest_FieldMask) Subtract

func (*BatchGetLimitPoolsRequest_FieldMask) SubtractRaw

func (*BatchGetLimitPoolsRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*BatchGetLimitPoolsRequest_FieldMask) Unmarshal

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

func (*BatchGetLimitPoolsRequest_FieldMask) UnmarshalJSON

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

type BatchGetLimitPoolsRequest_FieldPath

type BatchGetLimitPoolsRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() BatchGetLimitPoolsRequest_FieldPathSelector
	Get(source *BatchGetLimitPoolsRequest) []interface{}
	GetSingle(source *BatchGetLimitPoolsRequest) (interface{}, bool)
	ClearValue(item *BatchGetLimitPoolsRequest)

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

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

func MustParseBatchGetLimitPoolsRequest_FieldPath

func MustParseBatchGetLimitPoolsRequest_FieldPath(rawField string) BatchGetLimitPoolsRequest_FieldPath

func ParseBatchGetLimitPoolsRequest_FieldPath

func ParseBatchGetLimitPoolsRequest_FieldPath(rawField string) (BatchGetLimitPoolsRequest_FieldPath, error)

type BatchGetLimitPoolsRequest_FieldPathArrayItemValue

type BatchGetLimitPoolsRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	BatchGetLimitPoolsRequest_FieldPath
	ContainsValue(*BatchGetLimitPoolsRequest) bool
}

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

func MustParseBatchGetLimitPoolsRequest_FieldPathArrayItemValue

func MustParseBatchGetLimitPoolsRequest_FieldPathArrayItemValue(pathStr, valueStr string) BatchGetLimitPoolsRequest_FieldPathArrayItemValue

func ParseBatchGetLimitPoolsRequest_FieldPathArrayItemValue

func ParseBatchGetLimitPoolsRequest_FieldPathArrayItemValue(pathStr, valueStr string) (BatchGetLimitPoolsRequest_FieldPathArrayItemValue, error)

ParseBatchGetLimitPoolsRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type BatchGetLimitPoolsRequest_FieldPathArrayOfValues

type BatchGetLimitPoolsRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	BatchGetLimitPoolsRequest_FieldPath
}

BatchGetLimitPoolsRequest_FieldPathArrayOfValues allows storing slice of values for BatchGetLimitPoolsRequest fields according to their type

func MustParseBatchGetLimitPoolsRequest_FieldPathArrayOfValues

func MustParseBatchGetLimitPoolsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) BatchGetLimitPoolsRequest_FieldPathArrayOfValues

func ParseBatchGetLimitPoolsRequest_FieldPathArrayOfValues

func ParseBatchGetLimitPoolsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (BatchGetLimitPoolsRequest_FieldPathArrayOfValues, error)

type BatchGetLimitPoolsRequest_FieldPathSelector

type BatchGetLimitPoolsRequest_FieldPathSelector int32
const (
	BatchGetLimitPoolsRequest_FieldPathSelectorNames     BatchGetLimitPoolsRequest_FieldPathSelector = 0
	BatchGetLimitPoolsRequest_FieldPathSelectorFieldMask BatchGetLimitPoolsRequest_FieldPathSelector = 1
	BatchGetLimitPoolsRequest_FieldPathSelectorView      BatchGetLimitPoolsRequest_FieldPathSelector = 2
)

func (BatchGetLimitPoolsRequest_FieldPathSelector) String

type BatchGetLimitPoolsRequest_FieldPathValue

type BatchGetLimitPoolsRequest_FieldPathValue interface {
	BatchGetLimitPoolsRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **BatchGetLimitPoolsRequest)
	CompareWith(*BatchGetLimitPoolsRequest) (cmp int, comparable bool)
}

BatchGetLimitPoolsRequest_FieldPathValue allows storing values for BatchGetLimitPoolsRequest fields according to their type

func MustParseBatchGetLimitPoolsRequest_FieldPathValue

func MustParseBatchGetLimitPoolsRequest_FieldPathValue(pathStr, valueStr string) BatchGetLimitPoolsRequest_FieldPathValue

func ParseBatchGetLimitPoolsRequest_FieldPathValue

func ParseBatchGetLimitPoolsRequest_FieldPathValue(pathStr, valueStr string) (BatchGetLimitPoolsRequest_FieldPathValue, error)

type BatchGetLimitPoolsRequest_FieldTerminalPath

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

func (*BatchGetLimitPoolsRequest_FieldTerminalPath) ClearValue

func (*BatchGetLimitPoolsRequest_FieldTerminalPath) ClearValueRaw

func (*BatchGetLimitPoolsRequest_FieldTerminalPath) Get

func (fp *BatchGetLimitPoolsRequest_FieldTerminalPath) Get(source *BatchGetLimitPoolsRequest) (values []interface{})

Get returns all values pointed by specific field from source BatchGetLimitPoolsRequest

func (*BatchGetLimitPoolsRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*BatchGetLimitPoolsRequest_FieldTerminalPath) GetRaw

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

func (*BatchGetLimitPoolsRequest_FieldTerminalPath) GetSingle

func (fp *BatchGetLimitPoolsRequest_FieldTerminalPath) GetSingle(source *BatchGetLimitPoolsRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source BatchGetLimitPoolsRequest

func (*BatchGetLimitPoolsRequest_FieldTerminalPath) GetSingleRaw

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

func (*BatchGetLimitPoolsRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*BatchGetLimitPoolsRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetLimitPoolsRequest_FieldTerminalPath) Selector

func (*BatchGetLimitPoolsRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*BatchGetLimitPoolsRequest_FieldTerminalPath) WithIArrayItemValue

func (*BatchGetLimitPoolsRequest_FieldTerminalPath) WithIArrayOfValues

func (*BatchGetLimitPoolsRequest_FieldTerminalPath) WithIValue

func (*BatchGetLimitPoolsRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*BatchGetLimitPoolsRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*BatchGetLimitPoolsRequest_FieldTerminalPath) WithRawIValue

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

type BatchGetLimitPoolsRequest_FieldTerminalPathArrayItemValue

type BatchGetLimitPoolsRequest_FieldTerminalPathArrayItemValue struct {
	BatchGetLimitPoolsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetLimitPoolsRequest_FieldTerminalPathArrayItemValue) AsNamesItemValue

func (*BatchGetLimitPoolsRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*BatchGetLimitPoolsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*BatchGetLimitPoolsRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*BatchGetLimitPoolsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type BatchGetLimitPoolsRequest_FieldTerminalPathArrayOfValues

type BatchGetLimitPoolsRequest_FieldTerminalPathArrayOfValues struct {
	BatchGetLimitPoolsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetLimitPoolsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*BatchGetLimitPoolsRequest_FieldTerminalPathArrayOfValues) AsNamesArrayOfValues

func (*BatchGetLimitPoolsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

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

func (*BatchGetLimitPoolsRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type BatchGetLimitPoolsRequest_FieldTerminalPathValue

type BatchGetLimitPoolsRequest_FieldTerminalPathValue struct {
	BatchGetLimitPoolsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetLimitPoolsRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*BatchGetLimitPoolsRequest_FieldTerminalPathValue) AsNamesValue

func (*BatchGetLimitPoolsRequest_FieldTerminalPathValue) AsViewValue

func (*BatchGetLimitPoolsRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'BatchGetLimitPoolsRequest_FieldTerminalPathValue' with the value under path in 'BatchGetLimitPoolsRequest'.

func (*BatchGetLimitPoolsRequest_FieldTerminalPathValue) CompareWithRaw

func (*BatchGetLimitPoolsRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*BatchGetLimitPoolsRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object BatchGetLimitPoolsRequest

func (*BatchGetLimitPoolsRequest_FieldTerminalPathValue) SetToRaw

type BatchGetLimitPoolsResponse

type BatchGetLimitPoolsResponse struct {

	// found LimitPools
	LimitPools []*limit_pool.LimitPool `protobuf:"bytes,1,rep,name=limit_pools,json=limitPools,proto3" json:"limit_pools,omitempty" firestore:"limitPools"`
	// list of not found LimitPools
	Missing []*limit_pool.Reference `protobuf:"bytes,2,rep,customtype=Reference,name=missing,proto3" json:"missing,omitempty" firestore:"missing"`
	// contains filtered or unexported fields
}

BatchGetLimitPoolsResponse

func (*BatchGetLimitPoolsResponse) Clone

func (*BatchGetLimitPoolsResponse) CloneRaw

func (*BatchGetLimitPoolsResponse) Descriptor

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

Deprecated, Use BatchGetLimitPoolsResponse.ProtoReflect.Descriptor instead.

func (*BatchGetLimitPoolsResponse) GetLimitPools

func (m *BatchGetLimitPoolsResponse) GetLimitPools() []*limit_pool.LimitPool

func (*BatchGetLimitPoolsResponse) GetMissing

func (m *BatchGetLimitPoolsResponse) GetMissing() []*limit_pool.Reference

func (*BatchGetLimitPoolsResponse) GotenMessage

func (*BatchGetLimitPoolsResponse) GotenMessage()

func (*BatchGetLimitPoolsResponse) GotenObjectExt

func (o *BatchGetLimitPoolsResponse) GotenObjectExt()

func (*BatchGetLimitPoolsResponse) GotenValidate

func (obj *BatchGetLimitPoolsResponse) GotenValidate() error

func (*BatchGetLimitPoolsResponse) MakeDiffFieldMask

func (*BatchGetLimitPoolsResponse) MakeFullFieldMask

func (*BatchGetLimitPoolsResponse) MakeRawDiffFieldMask

func (*BatchGetLimitPoolsResponse) MakeRawFullFieldMask

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

func (*BatchGetLimitPoolsResponse) Marshal

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

func (*BatchGetLimitPoolsResponse) MarshalJSON

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

func (*BatchGetLimitPoolsResponse) Merge

func (*BatchGetLimitPoolsResponse) MergeRaw

func (*BatchGetLimitPoolsResponse) ProtoMessage

func (*BatchGetLimitPoolsResponse) ProtoMessage()

func (*BatchGetLimitPoolsResponse) ProtoReflect

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

func (*BatchGetLimitPoolsResponse) Reset

func (m *BatchGetLimitPoolsResponse) Reset()

func (*BatchGetLimitPoolsResponse) SetLimitPools

func (m *BatchGetLimitPoolsResponse) SetLimitPools(fv []*limit_pool.LimitPool)

func (*BatchGetLimitPoolsResponse) SetMissing

func (m *BatchGetLimitPoolsResponse) SetMissing(fv []*limit_pool.Reference)

func (*BatchGetLimitPoolsResponse) String

func (m *BatchGetLimitPoolsResponse) String() string

func (*BatchGetLimitPoolsResponse) Unmarshal

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

func (*BatchGetLimitPoolsResponse) UnmarshalJSON

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

type BatchGetLimitPoolsResponseFieldPathBuilder

type BatchGetLimitPoolsResponseFieldPathBuilder struct{}

func NewBatchGetLimitPoolsResponseFieldPathBuilder

func NewBatchGetLimitPoolsResponseFieldPathBuilder() BatchGetLimitPoolsResponseFieldPathBuilder

func (BatchGetLimitPoolsResponseFieldPathBuilder) LimitPools

func (BatchGetLimitPoolsResponseFieldPathBuilder) Missing

type BatchGetLimitPoolsResponseMapPathSelectorLimitPoolsMetadataAnnotations

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

func (BatchGetLimitPoolsResponseMapPathSelectorLimitPoolsMetadataAnnotations) FieldPath

func (BatchGetLimitPoolsResponseMapPathSelectorLimitPoolsMetadataAnnotations) WithArrayOfValues

func (BatchGetLimitPoolsResponseMapPathSelectorLimitPoolsMetadataAnnotations) WithValue

type BatchGetLimitPoolsResponseMapPathSelectorLimitPoolsMetadataLabels

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

func (BatchGetLimitPoolsResponseMapPathSelectorLimitPoolsMetadataLabels) FieldPath

func (BatchGetLimitPoolsResponseMapPathSelectorLimitPoolsMetadataLabels) WithArrayOfValues

func (BatchGetLimitPoolsResponseMapPathSelectorLimitPoolsMetadataLabels) WithValue

type BatchGetLimitPoolsResponseMapPathSelectorLimitPoolsMetadataShards

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

func (BatchGetLimitPoolsResponseMapPathSelectorLimitPoolsMetadataShards) FieldPath

func (BatchGetLimitPoolsResponseMapPathSelectorLimitPoolsMetadataShards) WithArrayOfValues

func (BatchGetLimitPoolsResponseMapPathSelectorLimitPoolsMetadataShards) WithValue

type BatchGetLimitPoolsResponsePathSelectorLimitPools

type BatchGetLimitPoolsResponsePathSelectorLimitPools struct{}

func (BatchGetLimitPoolsResponsePathSelectorLimitPools) ActiveSize

func (BatchGetLimitPoolsResponsePathSelectorLimitPools) ConfiguredSize

func (BatchGetLimitPoolsResponsePathSelectorLimitPools) FieldPath

func (BatchGetLimitPoolsResponsePathSelectorLimitPools) Metadata

func (BatchGetLimitPoolsResponsePathSelectorLimitPools) Name

func (BatchGetLimitPoolsResponsePathSelectorLimitPools) Reserved

func (BatchGetLimitPoolsResponsePathSelectorLimitPools) Resource

func (BatchGetLimitPoolsResponsePathSelectorLimitPools) Service

func (BatchGetLimitPoolsResponsePathSelectorLimitPools) Source

func (BatchGetLimitPoolsResponsePathSelectorLimitPools) WithArrayOfValues

func (BatchGetLimitPoolsResponsePathSelectorLimitPools) WithItemValue

func (BatchGetLimitPoolsResponsePathSelectorLimitPools) WithSubArrayItemValue

func (BatchGetLimitPoolsResponsePathSelectorLimitPools) WithSubArrayOfValues

func (BatchGetLimitPoolsResponsePathSelectorLimitPools) WithSubPath

func (BatchGetLimitPoolsResponsePathSelectorLimitPools) WithSubValue

func (BatchGetLimitPoolsResponsePathSelectorLimitPools) WithValue

type BatchGetLimitPoolsResponsePathSelectorLimitPoolsActiveSize

type BatchGetLimitPoolsResponsePathSelectorLimitPoolsActiveSize struct{}

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsActiveSize) FieldPath

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsActiveSize) WithArrayOfValues

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsActiveSize) WithValue

type BatchGetLimitPoolsResponsePathSelectorLimitPoolsConfiguredSize

type BatchGetLimitPoolsResponsePathSelectorLimitPoolsConfiguredSize struct{}

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsConfiguredSize) FieldPath

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsConfiguredSize) WithArrayOfValues

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsConfiguredSize) WithValue

type BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadata

type BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadata struct{}

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadata) FieldPath

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadata) Labels

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadata) Shards

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadata) Syncing

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadata) Tags

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadata) Uuid

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadata) WithArrayOfValues

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadata) WithValue

type BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataAnnotations

type BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataAnnotations struct{}

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataAnnotations) FieldPath

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataAnnotations) WithArrayOfValues

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataAnnotations) WithValue

type BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataCreateTime

type BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataCreateTime struct{}

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataCreateTime) FieldPath

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataCreateTime) WithArrayOfValues

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataCreateTime) WithValue

type BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataGeneration

type BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataGeneration struct{}

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataGeneration) FieldPath

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataGeneration) WithArrayOfValues

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataGeneration) WithValue

type BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataLabels

type BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataLabels struct{}

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataLabels) FieldPath

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataLabels) WithArrayOfValues

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataLabels) WithKey

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataLabels) WithValue

type BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferences

type BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferences struct{}

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferences) FieldPath

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferences) WithArrayOfValues

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferences) WithItemValue

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferences) WithValue

type BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferencesApiVersion

type BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferencesApiVersion struct{}

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferencesApiVersion) FieldPath

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferencesApiVersion) WithArrayOfValues

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferencesApiVersion) WithValue

type BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferencesBlockOwnerDeletion

type BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferencesController

type BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferencesController struct{}

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferencesController) FieldPath

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferencesController) WithArrayOfValues

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferencesController) WithValue

type BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferencesKind

type BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferencesKind struct{}

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferencesKind) FieldPath

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferencesKind) WithArrayOfValues

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferencesKind) WithValue

type BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferencesName

type BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferencesName struct{}

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferencesName) FieldPath

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferencesName) WithArrayOfValues

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferencesName) WithValue

type BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferencesUid

type BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferencesUid struct{}

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferencesUid) FieldPath

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferencesUid) WithArrayOfValues

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferencesUid) WithValue

type BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataResourceVersion

type BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataResourceVersion struct{}

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataResourceVersion) FieldPath

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataResourceVersion) WithArrayOfValues

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataResourceVersion) WithValue

type BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataShards

type BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataShards struct{}

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataShards) FieldPath

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataShards) WithArrayOfValues

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataShards) WithKey

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataShards) WithValue

type BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataSyncing

type BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataSyncing struct{}

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataSyncing) FieldPath

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataSyncing) WithArrayOfValues

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataSyncing) WithValue

type BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataSyncingOwningRegion

type BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataSyncingOwningRegion struct{}

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataSyncingOwningRegion) FieldPath

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataSyncingOwningRegion) WithArrayOfValues

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataSyncingOwningRegion) WithValue

type BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataSyncingRegions

type BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataSyncingRegions struct{}

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataSyncingRegions) FieldPath

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataSyncingRegions) WithArrayOfValues

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataSyncingRegions) WithItemValue

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataSyncingRegions) WithValue

type BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataTags

type BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataTags struct{}

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataTags) FieldPath

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataTags) WithArrayOfValues

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataTags) WithItemValue

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataTags) WithValue

type BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataUpdateTime

type BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataUpdateTime struct{}

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataUpdateTime) FieldPath

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataUpdateTime) WithArrayOfValues

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataUpdateTime) WithValue

type BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataUuid

type BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataUuid struct{}

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataUuid) FieldPath

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataUuid) WithArrayOfValues

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsMetadataUuid) WithValue

type BatchGetLimitPoolsResponsePathSelectorLimitPoolsName

type BatchGetLimitPoolsResponsePathSelectorLimitPoolsName struct{}

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsName) FieldPath

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsName) WithArrayOfValues

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsName) WithValue

type BatchGetLimitPoolsResponsePathSelectorLimitPoolsReserved

type BatchGetLimitPoolsResponsePathSelectorLimitPoolsReserved struct{}

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsReserved) FieldPath

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsReserved) WithArrayOfValues

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsReserved) WithValue

type BatchGetLimitPoolsResponsePathSelectorLimitPoolsResource

type BatchGetLimitPoolsResponsePathSelectorLimitPoolsResource struct{}

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsResource) FieldPath

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsResource) WithArrayOfValues

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsResource) WithValue

type BatchGetLimitPoolsResponsePathSelectorLimitPoolsService

type BatchGetLimitPoolsResponsePathSelectorLimitPoolsService struct{}

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsService) FieldPath

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsService) WithArrayOfValues

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsService) WithValue

type BatchGetLimitPoolsResponsePathSelectorLimitPoolsSource

type BatchGetLimitPoolsResponsePathSelectorLimitPoolsSource struct{}

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsSource) FieldPath

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsSource) WithArrayOfValues

func (BatchGetLimitPoolsResponsePathSelectorLimitPoolsSource) WithValue

type BatchGetLimitPoolsResponsePathSelectorMissing

type BatchGetLimitPoolsResponsePathSelectorMissing struct{}

func (BatchGetLimitPoolsResponsePathSelectorMissing) FieldPath

func (BatchGetLimitPoolsResponsePathSelectorMissing) WithArrayOfValues

func (BatchGetLimitPoolsResponsePathSelectorMissing) WithItemValue

func (BatchGetLimitPoolsResponsePathSelectorMissing) WithValue

type BatchGetLimitPoolsResponse_FieldMask

type BatchGetLimitPoolsResponse_FieldMask struct {
	Paths []BatchGetLimitPoolsResponse_FieldPath
}

func FullBatchGetLimitPoolsResponse_FieldMask

func FullBatchGetLimitPoolsResponse_FieldMask() *BatchGetLimitPoolsResponse_FieldMask

func (*BatchGetLimitPoolsResponse_FieldMask) AppendPath

func (*BatchGetLimitPoolsResponse_FieldMask) AppendRawPath

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

func (*BatchGetLimitPoolsResponse_FieldMask) DecodeFirestore

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

func (*BatchGetLimitPoolsResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*BatchGetLimitPoolsResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*BatchGetLimitPoolsResponse_FieldMask) FromProtoFieldMask

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

func (*BatchGetLimitPoolsResponse_FieldMask) GetPaths

func (*BatchGetLimitPoolsResponse_FieldMask) GetRawPaths

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

func (*BatchGetLimitPoolsResponse_FieldMask) IsFull

func (fieldMask *BatchGetLimitPoolsResponse_FieldMask) IsFull() bool

func (BatchGetLimitPoolsResponse_FieldMask) Marshal

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

implement methods required by customType

func (BatchGetLimitPoolsResponse_FieldMask) MarshalJSON

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

func (*BatchGetLimitPoolsResponse_FieldMask) PathsCount

func (fieldMask *BatchGetLimitPoolsResponse_FieldMask) PathsCount() int

func (*BatchGetLimitPoolsResponse_FieldMask) Project

func (*BatchGetLimitPoolsResponse_FieldMask) ProjectRaw

func (*BatchGetLimitPoolsResponse_FieldMask) ProtoMessage

func (fieldMask *BatchGetLimitPoolsResponse_FieldMask) ProtoMessage()

func (*BatchGetLimitPoolsResponse_FieldMask) ProtoReflect

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

func (*BatchGetLimitPoolsResponse_FieldMask) Reset

func (fieldMask *BatchGetLimitPoolsResponse_FieldMask) Reset()

func (*BatchGetLimitPoolsResponse_FieldMask) Set

func (fieldMask *BatchGetLimitPoolsResponse_FieldMask) Set(target, source *BatchGetLimitPoolsResponse)

func (*BatchGetLimitPoolsResponse_FieldMask) SetFromCliFlag

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

func (*BatchGetLimitPoolsResponse_FieldMask) SetRaw

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

func (*BatchGetLimitPoolsResponse_FieldMask) Size

func (fieldMask *BatchGetLimitPoolsResponse_FieldMask) Size() int

func (*BatchGetLimitPoolsResponse_FieldMask) String

func (fieldMask *BatchGetLimitPoolsResponse_FieldMask) String() string

func (*BatchGetLimitPoolsResponse_FieldMask) Subtract

func (*BatchGetLimitPoolsResponse_FieldMask) SubtractRaw

func (*BatchGetLimitPoolsResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*BatchGetLimitPoolsResponse_FieldMask) Unmarshal

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

func (*BatchGetLimitPoolsResponse_FieldMask) UnmarshalJSON

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

type BatchGetLimitPoolsResponse_FieldPath

type BatchGetLimitPoolsResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() BatchGetLimitPoolsResponse_FieldPathSelector
	Get(source *BatchGetLimitPoolsResponse) []interface{}
	GetSingle(source *BatchGetLimitPoolsResponse) (interface{}, bool)
	ClearValue(item *BatchGetLimitPoolsResponse)

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

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

func MustParseBatchGetLimitPoolsResponse_FieldPath

func MustParseBatchGetLimitPoolsResponse_FieldPath(rawField string) BatchGetLimitPoolsResponse_FieldPath

func ParseBatchGetLimitPoolsResponse_FieldPath

func ParseBatchGetLimitPoolsResponse_FieldPath(rawField string) (BatchGetLimitPoolsResponse_FieldPath, error)

type BatchGetLimitPoolsResponse_FieldPathArrayItemValue

type BatchGetLimitPoolsResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	BatchGetLimitPoolsResponse_FieldPath
	ContainsValue(*BatchGetLimitPoolsResponse) bool
}

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

func MustParseBatchGetLimitPoolsResponse_FieldPathArrayItemValue

func MustParseBatchGetLimitPoolsResponse_FieldPathArrayItemValue(pathStr, valueStr string) BatchGetLimitPoolsResponse_FieldPathArrayItemValue

func ParseBatchGetLimitPoolsResponse_FieldPathArrayItemValue

func ParseBatchGetLimitPoolsResponse_FieldPathArrayItemValue(pathStr, valueStr string) (BatchGetLimitPoolsResponse_FieldPathArrayItemValue, error)

ParseBatchGetLimitPoolsResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type BatchGetLimitPoolsResponse_FieldPathArrayOfValues

type BatchGetLimitPoolsResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	BatchGetLimitPoolsResponse_FieldPath
}

BatchGetLimitPoolsResponse_FieldPathArrayOfValues allows storing slice of values for BatchGetLimitPoolsResponse fields according to their type

func MustParseBatchGetLimitPoolsResponse_FieldPathArrayOfValues

func MustParseBatchGetLimitPoolsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) BatchGetLimitPoolsResponse_FieldPathArrayOfValues

func ParseBatchGetLimitPoolsResponse_FieldPathArrayOfValues

func ParseBatchGetLimitPoolsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (BatchGetLimitPoolsResponse_FieldPathArrayOfValues, error)

type BatchGetLimitPoolsResponse_FieldPathSelector

type BatchGetLimitPoolsResponse_FieldPathSelector int32
const (
	BatchGetLimitPoolsResponse_FieldPathSelectorLimitPools BatchGetLimitPoolsResponse_FieldPathSelector = 0
	BatchGetLimitPoolsResponse_FieldPathSelectorMissing    BatchGetLimitPoolsResponse_FieldPathSelector = 1
)

func (BatchGetLimitPoolsResponse_FieldPathSelector) String

type BatchGetLimitPoolsResponse_FieldPathValue

type BatchGetLimitPoolsResponse_FieldPathValue interface {
	BatchGetLimitPoolsResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **BatchGetLimitPoolsResponse)
	CompareWith(*BatchGetLimitPoolsResponse) (cmp int, comparable bool)
}

BatchGetLimitPoolsResponse_FieldPathValue allows storing values for BatchGetLimitPoolsResponse fields according to their type

func MustParseBatchGetLimitPoolsResponse_FieldPathValue

func MustParseBatchGetLimitPoolsResponse_FieldPathValue(pathStr, valueStr string) BatchGetLimitPoolsResponse_FieldPathValue

func ParseBatchGetLimitPoolsResponse_FieldPathValue

func ParseBatchGetLimitPoolsResponse_FieldPathValue(pathStr, valueStr string) (BatchGetLimitPoolsResponse_FieldPathValue, error)

type BatchGetLimitPoolsResponse_FieldSubPath

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

func (*BatchGetLimitPoolsResponse_FieldSubPath) AsLimitPoolsSubPath

func (*BatchGetLimitPoolsResponse_FieldSubPath) ClearValue

func (*BatchGetLimitPoolsResponse_FieldSubPath) ClearValueRaw

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

func (*BatchGetLimitPoolsResponse_FieldSubPath) Get

func (fps *BatchGetLimitPoolsResponse_FieldSubPath) Get(source *BatchGetLimitPoolsResponse) (values []interface{})

Get returns all values pointed by selected field from source BatchGetLimitPoolsResponse

func (*BatchGetLimitPoolsResponse_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*BatchGetLimitPoolsResponse_FieldSubPath) GetRaw

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

func (*BatchGetLimitPoolsResponse_FieldSubPath) GetSingle

func (fps *BatchGetLimitPoolsResponse_FieldSubPath) GetSingle(source *BatchGetLimitPoolsResponse) (interface{}, bool)

GetSingle returns value of selected field from source BatchGetLimitPoolsResponse

func (*BatchGetLimitPoolsResponse_FieldSubPath) GetSingleRaw

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

func (*BatchGetLimitPoolsResponse_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*BatchGetLimitPoolsResponse_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetLimitPoolsResponse_FieldSubPath) Selector

func (*BatchGetLimitPoolsResponse_FieldSubPath) String

String returns path representation in proto convention

func (*BatchGetLimitPoolsResponse_FieldSubPath) WithIArrayItemValue

func (*BatchGetLimitPoolsResponse_FieldSubPath) WithIArrayOfValues

func (*BatchGetLimitPoolsResponse_FieldSubPath) WithIValue

func (*BatchGetLimitPoolsResponse_FieldSubPath) WithRawIArrayItemValue

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

func (*BatchGetLimitPoolsResponse_FieldSubPath) WithRawIArrayOfValues

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

func (*BatchGetLimitPoolsResponse_FieldSubPath) WithRawIValue

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

type BatchGetLimitPoolsResponse_FieldSubPathArrayItemValue

type BatchGetLimitPoolsResponse_FieldSubPathArrayItemValue struct {
	BatchGetLimitPoolsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*BatchGetLimitPoolsResponse_FieldSubPathArrayItemValue) AsLimitPoolsPathItemValue

func (*BatchGetLimitPoolsResponse_FieldSubPathArrayItemValue) ContainsValue

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

func (*BatchGetLimitPoolsResponse_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type BatchGetLimitPoolsResponse_FieldSubPathArrayOfValues

type BatchGetLimitPoolsResponse_FieldSubPathArrayOfValues struct {
	BatchGetLimitPoolsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*BatchGetLimitPoolsResponse_FieldSubPathArrayOfValues) AsLimitPoolsPathArrayOfValues

func (*BatchGetLimitPoolsResponse_FieldSubPathArrayOfValues) GetRawValues

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

type BatchGetLimitPoolsResponse_FieldSubPathValue

type BatchGetLimitPoolsResponse_FieldSubPathValue struct {
	BatchGetLimitPoolsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*BatchGetLimitPoolsResponse_FieldSubPathValue) AsLimitPoolsPathValue

func (*BatchGetLimitPoolsResponse_FieldSubPathValue) CompareWith

func (*BatchGetLimitPoolsResponse_FieldSubPathValue) CompareWithRaw

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

func (*BatchGetLimitPoolsResponse_FieldSubPathValue) GetRawValue

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

func (*BatchGetLimitPoolsResponse_FieldSubPathValue) SetTo

func (*BatchGetLimitPoolsResponse_FieldSubPathValue) SetToRaw

type BatchGetLimitPoolsResponse_FieldTerminalPath

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

func (*BatchGetLimitPoolsResponse_FieldTerminalPath) ClearValue

func (*BatchGetLimitPoolsResponse_FieldTerminalPath) ClearValueRaw

func (*BatchGetLimitPoolsResponse_FieldTerminalPath) Get

func (fp *BatchGetLimitPoolsResponse_FieldTerminalPath) Get(source *BatchGetLimitPoolsResponse) (values []interface{})

Get returns all values pointed by specific field from source BatchGetLimitPoolsResponse

func (*BatchGetLimitPoolsResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*BatchGetLimitPoolsResponse_FieldTerminalPath) GetRaw

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

func (*BatchGetLimitPoolsResponse_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source BatchGetLimitPoolsResponse

func (*BatchGetLimitPoolsResponse_FieldTerminalPath) GetSingleRaw

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

func (*BatchGetLimitPoolsResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*BatchGetLimitPoolsResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetLimitPoolsResponse_FieldTerminalPath) Selector

func (*BatchGetLimitPoolsResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*BatchGetLimitPoolsResponse_FieldTerminalPath) WithIArrayItemValue

func (*BatchGetLimitPoolsResponse_FieldTerminalPath) WithIArrayOfValues

func (*BatchGetLimitPoolsResponse_FieldTerminalPath) WithIValue

func (*BatchGetLimitPoolsResponse_FieldTerminalPath) WithRawIArrayItemValue

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

func (*BatchGetLimitPoolsResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*BatchGetLimitPoolsResponse_FieldTerminalPath) WithRawIValue

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

type BatchGetLimitPoolsResponse_FieldTerminalPathArrayItemValue

type BatchGetLimitPoolsResponse_FieldTerminalPathArrayItemValue struct {
	BatchGetLimitPoolsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetLimitPoolsResponse_FieldTerminalPathArrayItemValue) AsLimitPoolsItemValue

func (*BatchGetLimitPoolsResponse_FieldTerminalPathArrayItemValue) AsMissingItemValue

func (*BatchGetLimitPoolsResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*BatchGetLimitPoolsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*BatchGetLimitPoolsResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*BatchGetLimitPoolsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type BatchGetLimitPoolsResponse_FieldTerminalPathArrayOfValues

type BatchGetLimitPoolsResponse_FieldTerminalPathArrayOfValues struct {
	BatchGetLimitPoolsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetLimitPoolsResponse_FieldTerminalPathArrayOfValues) AsLimitPoolsArrayOfValues

func (fpaov *BatchGetLimitPoolsResponse_FieldTerminalPathArrayOfValues) AsLimitPoolsArrayOfValues() ([][]*limit_pool.LimitPool, bool)

func (*BatchGetLimitPoolsResponse_FieldTerminalPathArrayOfValues) AsMissingArrayOfValues

func (*BatchGetLimitPoolsResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type BatchGetLimitPoolsResponse_FieldTerminalPathValue

type BatchGetLimitPoolsResponse_FieldTerminalPathValue struct {
	BatchGetLimitPoolsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetLimitPoolsResponse_FieldTerminalPathValue) AsLimitPoolsValue

func (*BatchGetLimitPoolsResponse_FieldTerminalPathValue) AsMissingValue

func (*BatchGetLimitPoolsResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'BatchGetLimitPoolsResponse_FieldTerminalPathValue' with the value under path in 'BatchGetLimitPoolsResponse'.

func (*BatchGetLimitPoolsResponse_FieldTerminalPathValue) CompareWithRaw

func (*BatchGetLimitPoolsResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*BatchGetLimitPoolsResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object BatchGetLimitPoolsResponse

func (*BatchGetLimitPoolsResponse_FieldTerminalPathValue) SetToRaw

type GetLimitPoolDescriptor

type GetLimitPoolDescriptor struct{}

func GetGetLimitPoolDescriptor

func GetGetLimitPoolDescriptor() *GetLimitPoolDescriptor

func (*GetLimitPoolDescriptor) GetApiDescriptor

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

func (*GetLimitPoolDescriptor) GetApiName

func (d *GetLimitPoolDescriptor) GetApiName() string

func (*GetLimitPoolDescriptor) GetClientMsgReflectHandle

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

func (*GetLimitPoolDescriptor) GetFullMethodName

func (d *GetLimitPoolDescriptor) GetFullMethodName() string

func (*GetLimitPoolDescriptor) GetMethodName

func (d *GetLimitPoolDescriptor) GetMethodName() string

func (*GetLimitPoolDescriptor) GetProtoPkgName

func (d *GetLimitPoolDescriptor) GetProtoPkgName() string

func (*GetLimitPoolDescriptor) GetResourceDescriptor

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

func (*GetLimitPoolDescriptor) GetServerMsgReflectHandle

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

func (*GetLimitPoolDescriptor) GetServiceDomain

func (d *GetLimitPoolDescriptor) GetServiceDomain() string

func (*GetLimitPoolDescriptor) GetServiceVersion

func (d *GetLimitPoolDescriptor) GetServiceVersion() string

func (*GetLimitPoolDescriptor) GetVerb

func (d *GetLimitPoolDescriptor) GetVerb() string

func (*GetLimitPoolDescriptor) HasResource

func (d *GetLimitPoolDescriptor) HasResource() bool

func (*GetLimitPoolDescriptor) IsClientStream

func (d *GetLimitPoolDescriptor) IsClientStream() bool

func (*GetLimitPoolDescriptor) IsCollection

func (d *GetLimitPoolDescriptor) IsCollection() bool

func (*GetLimitPoolDescriptor) IsPlural

func (d *GetLimitPoolDescriptor) IsPlural() bool

func (*GetLimitPoolDescriptor) IsServerStream

func (d *GetLimitPoolDescriptor) IsServerStream() bool

func (*GetLimitPoolDescriptor) IsUnary

func (d *GetLimitPoolDescriptor) IsUnary() bool

func (*GetLimitPoolDescriptor) NewEmptyClientMsg

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

func (*GetLimitPoolDescriptor) NewEmptyServerMsg

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

func (*GetLimitPoolDescriptor) RequestHasResourceBody

func (d *GetLimitPoolDescriptor) RequestHasResourceBody() bool

type GetLimitPoolDescriptorClientMsgHandle

type GetLimitPoolDescriptorClientMsgHandle struct{}

func (*GetLimitPoolDescriptorClientMsgHandle) ExtractCollectionName

func (*GetLimitPoolDescriptorClientMsgHandle) ExtractResourceName

func (*GetLimitPoolDescriptorClientMsgHandle) ExtractResourceNames

type GetLimitPoolDescriptorServerMsgHandle

type GetLimitPoolDescriptorServerMsgHandle struct{}

func (*GetLimitPoolDescriptorServerMsgHandle) ExtractCollectionName

func (*GetLimitPoolDescriptorServerMsgHandle) ExtractResourceName

func (*GetLimitPoolDescriptorServerMsgHandle) ExtractResourceNames

type GetLimitPoolRequest

type GetLimitPoolRequest struct {

	// Reference of ntt.limits.v1alpha2.LimitPool
	Name *limit_pool.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 *limit_pool.LimitPool_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 [GetLimitPool][ntt.limits.v1alpha2.GetLimitPool]

func (*GetLimitPoolRequest) Clone

func (*GetLimitPoolRequest) CloneRaw

func (*GetLimitPoolRequest) Descriptor

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

Deprecated, Use GetLimitPoolRequest.ProtoReflect.Descriptor instead.

func (*GetLimitPoolRequest) GetFieldMask

func (*GetLimitPoolRequest) GetName

func (*GetLimitPoolRequest) GetView

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

func (*GetLimitPoolRequest) GotenMessage

func (*GetLimitPoolRequest) GotenMessage()

func (*GetLimitPoolRequest) GotenObjectExt

func (o *GetLimitPoolRequest) GotenObjectExt()

func (*GetLimitPoolRequest) GotenValidate

func (obj *GetLimitPoolRequest) GotenValidate() error

func (*GetLimitPoolRequest) MakeDiffFieldMask

func (*GetLimitPoolRequest) MakeFullFieldMask

func (o *GetLimitPoolRequest) MakeFullFieldMask() *GetLimitPoolRequest_FieldMask

func (*GetLimitPoolRequest) MakeRawDiffFieldMask

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

func (*GetLimitPoolRequest) MakeRawFullFieldMask

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

func (*GetLimitPoolRequest) Marshal

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

func (*GetLimitPoolRequest) MarshalJSON

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

func (*GetLimitPoolRequest) Merge

func (o *GetLimitPoolRequest) Merge(source *GetLimitPoolRequest)

func (*GetLimitPoolRequest) MergeRaw

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

func (*GetLimitPoolRequest) ProtoMessage

func (*GetLimitPoolRequest) ProtoMessage()

func (*GetLimitPoolRequest) ProtoReflect

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

func (*GetLimitPoolRequest) Reset

func (m *GetLimitPoolRequest) Reset()

func (*GetLimitPoolRequest) SetFieldMask

func (m *GetLimitPoolRequest) SetFieldMask(fv *limit_pool.LimitPool_FieldMask)

func (*GetLimitPoolRequest) SetName

func (m *GetLimitPoolRequest) SetName(fv *limit_pool.Reference)

func (*GetLimitPoolRequest) SetView

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

func (*GetLimitPoolRequest) String

func (m *GetLimitPoolRequest) String() string

func (*GetLimitPoolRequest) Unmarshal

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

func (*GetLimitPoolRequest) UnmarshalJSON

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

type GetLimitPoolRequestFieldPathBuilder

type GetLimitPoolRequestFieldPathBuilder struct{}

func NewGetLimitPoolRequestFieldPathBuilder

func NewGetLimitPoolRequestFieldPathBuilder() GetLimitPoolRequestFieldPathBuilder

func (GetLimitPoolRequestFieldPathBuilder) FieldMask

func (GetLimitPoolRequestFieldPathBuilder) Name

func (GetLimitPoolRequestFieldPathBuilder) View

type GetLimitPoolRequestPathSelectorFieldMask

type GetLimitPoolRequestPathSelectorFieldMask struct{}

func (GetLimitPoolRequestPathSelectorFieldMask) FieldPath

func (GetLimitPoolRequestPathSelectorFieldMask) WithArrayOfValues

func (GetLimitPoolRequestPathSelectorFieldMask) WithValue

type GetLimitPoolRequestPathSelectorName

type GetLimitPoolRequestPathSelectorName struct{}

func (GetLimitPoolRequestPathSelectorName) FieldPath

func (GetLimitPoolRequestPathSelectorName) WithArrayOfValues

func (GetLimitPoolRequestPathSelectorName) WithValue

type GetLimitPoolRequestPathSelectorView

type GetLimitPoolRequestPathSelectorView struct{}

func (GetLimitPoolRequestPathSelectorView) FieldPath

func (GetLimitPoolRequestPathSelectorView) WithArrayOfValues

func (GetLimitPoolRequestPathSelectorView) WithValue

type GetLimitPoolRequest_FieldMask

type GetLimitPoolRequest_FieldMask struct {
	Paths []GetLimitPoolRequest_FieldPath
}

func FullGetLimitPoolRequest_FieldMask

func FullGetLimitPoolRequest_FieldMask() *GetLimitPoolRequest_FieldMask

func (*GetLimitPoolRequest_FieldMask) AppendPath

func (*GetLimitPoolRequest_FieldMask) AppendRawPath

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

func (*GetLimitPoolRequest_FieldMask) DecodeFirestore

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

func (*GetLimitPoolRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*GetLimitPoolRequest_FieldMask) FilterInputFields

func (fieldMask *GetLimitPoolRequest_FieldMask) FilterInputFields() *GetLimitPoolRequest_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*GetLimitPoolRequest_FieldMask) FromProtoFieldMask

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

func (*GetLimitPoolRequest_FieldMask) GetPaths

func (*GetLimitPoolRequest_FieldMask) GetRawPaths

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

func (*GetLimitPoolRequest_FieldMask) IsFull

func (fieldMask *GetLimitPoolRequest_FieldMask) IsFull() bool

func (GetLimitPoolRequest_FieldMask) Marshal

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

implement methods required by customType

func (GetLimitPoolRequest_FieldMask) MarshalJSON

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

func (*GetLimitPoolRequest_FieldMask) PathsCount

func (fieldMask *GetLimitPoolRequest_FieldMask) PathsCount() int

func (*GetLimitPoolRequest_FieldMask) Project

func (*GetLimitPoolRequest_FieldMask) ProjectRaw

func (*GetLimitPoolRequest_FieldMask) ProtoMessage

func (fieldMask *GetLimitPoolRequest_FieldMask) ProtoMessage()

func (*GetLimitPoolRequest_FieldMask) ProtoReflect

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

func (*GetLimitPoolRequest_FieldMask) Reset

func (fieldMask *GetLimitPoolRequest_FieldMask) Reset()

func (*GetLimitPoolRequest_FieldMask) Set

func (fieldMask *GetLimitPoolRequest_FieldMask) Set(target, source *GetLimitPoolRequest)

func (*GetLimitPoolRequest_FieldMask) SetFromCliFlag

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

func (*GetLimitPoolRequest_FieldMask) SetRaw

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

func (*GetLimitPoolRequest_FieldMask) Size

func (fieldMask *GetLimitPoolRequest_FieldMask) Size() int

func (*GetLimitPoolRequest_FieldMask) String

func (fieldMask *GetLimitPoolRequest_FieldMask) String() string

func (*GetLimitPoolRequest_FieldMask) Subtract

func (*GetLimitPoolRequest_FieldMask) SubtractRaw

func (*GetLimitPoolRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*GetLimitPoolRequest_FieldMask) Unmarshal

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

func (*GetLimitPoolRequest_FieldMask) UnmarshalJSON

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

type GetLimitPoolRequest_FieldPath

type GetLimitPoolRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() GetLimitPoolRequest_FieldPathSelector
	Get(source *GetLimitPoolRequest) []interface{}
	GetSingle(source *GetLimitPoolRequest) (interface{}, bool)
	ClearValue(item *GetLimitPoolRequest)

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

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

func MustParseGetLimitPoolRequest_FieldPath

func MustParseGetLimitPoolRequest_FieldPath(rawField string) GetLimitPoolRequest_FieldPath

func ParseGetLimitPoolRequest_FieldPath

func ParseGetLimitPoolRequest_FieldPath(rawField string) (GetLimitPoolRequest_FieldPath, error)

type GetLimitPoolRequest_FieldPathArrayItemValue

type GetLimitPoolRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	GetLimitPoolRequest_FieldPath
	ContainsValue(*GetLimitPoolRequest) bool
}

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

func MustParseGetLimitPoolRequest_FieldPathArrayItemValue

func MustParseGetLimitPoolRequest_FieldPathArrayItemValue(pathStr, valueStr string) GetLimitPoolRequest_FieldPathArrayItemValue

func ParseGetLimitPoolRequest_FieldPathArrayItemValue

func ParseGetLimitPoolRequest_FieldPathArrayItemValue(pathStr, valueStr string) (GetLimitPoolRequest_FieldPathArrayItemValue, error)

ParseGetLimitPoolRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type GetLimitPoolRequest_FieldPathArrayOfValues

type GetLimitPoolRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	GetLimitPoolRequest_FieldPath
}

GetLimitPoolRequest_FieldPathArrayOfValues allows storing slice of values for GetLimitPoolRequest fields according to their type

func MustParseGetLimitPoolRequest_FieldPathArrayOfValues

func MustParseGetLimitPoolRequest_FieldPathArrayOfValues(pathStr, valuesStr string) GetLimitPoolRequest_FieldPathArrayOfValues

func ParseGetLimitPoolRequest_FieldPathArrayOfValues

func ParseGetLimitPoolRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (GetLimitPoolRequest_FieldPathArrayOfValues, error)

type GetLimitPoolRequest_FieldPathSelector

type GetLimitPoolRequest_FieldPathSelector int32
const (
	GetLimitPoolRequest_FieldPathSelectorName      GetLimitPoolRequest_FieldPathSelector = 0
	GetLimitPoolRequest_FieldPathSelectorFieldMask GetLimitPoolRequest_FieldPathSelector = 1
	GetLimitPoolRequest_FieldPathSelectorView      GetLimitPoolRequest_FieldPathSelector = 2
)

func (GetLimitPoolRequest_FieldPathSelector) String

type GetLimitPoolRequest_FieldPathValue

type GetLimitPoolRequest_FieldPathValue interface {
	GetLimitPoolRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **GetLimitPoolRequest)
	CompareWith(*GetLimitPoolRequest) (cmp int, comparable bool)
}

GetLimitPoolRequest_FieldPathValue allows storing values for GetLimitPoolRequest fields according to their type

func MustParseGetLimitPoolRequest_FieldPathValue

func MustParseGetLimitPoolRequest_FieldPathValue(pathStr, valueStr string) GetLimitPoolRequest_FieldPathValue

func ParseGetLimitPoolRequest_FieldPathValue

func ParseGetLimitPoolRequest_FieldPathValue(pathStr, valueStr string) (GetLimitPoolRequest_FieldPathValue, error)

type GetLimitPoolRequest_FieldTerminalPath

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

func (*GetLimitPoolRequest_FieldTerminalPath) ClearValue

func (*GetLimitPoolRequest_FieldTerminalPath) ClearValueRaw

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

func (*GetLimitPoolRequest_FieldTerminalPath) Get

func (fp *GetLimitPoolRequest_FieldTerminalPath) Get(source *GetLimitPoolRequest) (values []interface{})

Get returns all values pointed by specific field from source GetLimitPoolRequest

func (*GetLimitPoolRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*GetLimitPoolRequest_FieldTerminalPath) GetRaw

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

func (*GetLimitPoolRequest_FieldTerminalPath) GetSingle

func (fp *GetLimitPoolRequest_FieldTerminalPath) GetSingle(source *GetLimitPoolRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source GetLimitPoolRequest

func (*GetLimitPoolRequest_FieldTerminalPath) GetSingleRaw

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

func (*GetLimitPoolRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*GetLimitPoolRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*GetLimitPoolRequest_FieldTerminalPath) Selector

func (*GetLimitPoolRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*GetLimitPoolRequest_FieldTerminalPath) WithIArrayItemValue

func (*GetLimitPoolRequest_FieldTerminalPath) WithIArrayOfValues

func (fp *GetLimitPoolRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) GetLimitPoolRequest_FieldPathArrayOfValues

func (*GetLimitPoolRequest_FieldTerminalPath) WithIValue

func (*GetLimitPoolRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*GetLimitPoolRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*GetLimitPoolRequest_FieldTerminalPath) WithRawIValue

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

type GetLimitPoolRequest_FieldTerminalPathArrayItemValue

type GetLimitPoolRequest_FieldTerminalPathArrayItemValue struct {
	GetLimitPoolRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetLimitPoolRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*GetLimitPoolRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*GetLimitPoolRequest_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *GetLimitPoolRequest_FieldTerminalPathArrayItemValue) GetSingle(source *GetLimitPoolRequest) (interface{}, bool)

func (*GetLimitPoolRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type GetLimitPoolRequest_FieldTerminalPathArrayOfValues

type GetLimitPoolRequest_FieldTerminalPathArrayOfValues struct {
	GetLimitPoolRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetLimitPoolRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*GetLimitPoolRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (*GetLimitPoolRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

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

func (*GetLimitPoolRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type GetLimitPoolRequest_FieldTerminalPathValue

type GetLimitPoolRequest_FieldTerminalPathValue struct {
	GetLimitPoolRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetLimitPoolRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*GetLimitPoolRequest_FieldTerminalPathValue) AsNameValue

func (*GetLimitPoolRequest_FieldTerminalPathValue) AsViewValue

func (*GetLimitPoolRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'GetLimitPoolRequest_FieldTerminalPathValue' with the value under path in 'GetLimitPoolRequest'.

func (*GetLimitPoolRequest_FieldTerminalPathValue) CompareWithRaw

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

func (*GetLimitPoolRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*GetLimitPoolRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object GetLimitPoolRequest

func (*GetLimitPoolRequest_FieldTerminalPathValue) SetToRaw

type LimitPoolServiceClient

type LimitPoolServiceClient interface {
	GetLimitPool(ctx context.Context, in *GetLimitPoolRequest, opts ...grpc.CallOption) (*limit_pool.LimitPool, error)
	BatchGetLimitPools(ctx context.Context, in *BatchGetLimitPoolsRequest, opts ...grpc.CallOption) (*BatchGetLimitPoolsResponse, error)
	ListLimitPools(ctx context.Context, in *ListLimitPoolsRequest, opts ...grpc.CallOption) (*ListLimitPoolsResponse, error)
	WatchLimitPool(ctx context.Context, in *WatchLimitPoolRequest, opts ...grpc.CallOption) (WatchLimitPoolClientStream, error)
	WatchLimitPools(ctx context.Context, in *WatchLimitPoolsRequest, opts ...grpc.CallOption) (WatchLimitPoolsClientStream, error)
	UpdateLimitPool(ctx context.Context, in *UpdateLimitPoolRequest, opts ...grpc.CallOption) (*limit_pool.LimitPool, error)
}

LimitPoolServiceClient is the client API for LimitPoolService.

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

type LimitPoolServiceDescriptor

type LimitPoolServiceDescriptor struct{}

func GetLimitPoolServiceDescriptor

func GetLimitPoolServiceDescriptor() *LimitPoolServiceDescriptor

func (*LimitPoolServiceDescriptor) AllMethodDescriptors

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

func (*LimitPoolServiceDescriptor) GetApiName

func (d *LimitPoolServiceDescriptor) GetApiName() string

func (*LimitPoolServiceDescriptor) GetFullAPIName

func (d *LimitPoolServiceDescriptor) GetFullAPIName() string

func (*LimitPoolServiceDescriptor) GetProtoPkgName

func (d *LimitPoolServiceDescriptor) GetProtoPkgName() string

func (*LimitPoolServiceDescriptor) GetServiceDomain

func (d *LimitPoolServiceDescriptor) GetServiceDomain() string

func (*LimitPoolServiceDescriptor) GetServiceVersion

func (d *LimitPoolServiceDescriptor) GetServiceVersion() string

type ListLimitPoolsDescriptor

type ListLimitPoolsDescriptor struct{}

func GetListLimitPoolsDescriptor

func GetListLimitPoolsDescriptor() *ListLimitPoolsDescriptor

func (*ListLimitPoolsDescriptor) GetApiDescriptor

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

func (*ListLimitPoolsDescriptor) GetApiName

func (d *ListLimitPoolsDescriptor) GetApiName() string

func (*ListLimitPoolsDescriptor) GetClientMsgReflectHandle

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

func (*ListLimitPoolsDescriptor) GetFullMethodName

func (d *ListLimitPoolsDescriptor) GetFullMethodName() string

func (*ListLimitPoolsDescriptor) GetMethodName

func (d *ListLimitPoolsDescriptor) GetMethodName() string

func (*ListLimitPoolsDescriptor) GetProtoPkgName

func (d *ListLimitPoolsDescriptor) GetProtoPkgName() string

func (*ListLimitPoolsDescriptor) GetResourceDescriptor

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

func (*ListLimitPoolsDescriptor) GetServerMsgReflectHandle

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

func (*ListLimitPoolsDescriptor) GetServiceDomain

func (d *ListLimitPoolsDescriptor) GetServiceDomain() string

func (*ListLimitPoolsDescriptor) GetServiceVersion

func (d *ListLimitPoolsDescriptor) GetServiceVersion() string

func (*ListLimitPoolsDescriptor) GetVerb

func (d *ListLimitPoolsDescriptor) GetVerb() string

func (*ListLimitPoolsDescriptor) HasResource

func (d *ListLimitPoolsDescriptor) HasResource() bool

func (*ListLimitPoolsDescriptor) IsClientStream

func (d *ListLimitPoolsDescriptor) IsClientStream() bool

func (*ListLimitPoolsDescriptor) IsCollection

func (d *ListLimitPoolsDescriptor) IsCollection() bool

func (*ListLimitPoolsDescriptor) IsPlural

func (d *ListLimitPoolsDescriptor) IsPlural() bool

func (*ListLimitPoolsDescriptor) IsServerStream

func (d *ListLimitPoolsDescriptor) IsServerStream() bool

func (*ListLimitPoolsDescriptor) IsUnary

func (d *ListLimitPoolsDescriptor) IsUnary() bool

func (*ListLimitPoolsDescriptor) NewEmptyClientMsg

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

func (*ListLimitPoolsDescriptor) NewEmptyServerMsg

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

func (*ListLimitPoolsDescriptor) RequestHasResourceBody

func (d *ListLimitPoolsDescriptor) RequestHasResourceBody() bool

type ListLimitPoolsDescriptorClientMsgHandle

type ListLimitPoolsDescriptorClientMsgHandle struct{}

func (*ListLimitPoolsDescriptorClientMsgHandle) ExtractCollectionName

func (*ListLimitPoolsDescriptorClientMsgHandle) ExtractResourceName

func (*ListLimitPoolsDescriptorClientMsgHandle) ExtractResourceNames

type ListLimitPoolsDescriptorServerMsgHandle

type ListLimitPoolsDescriptorServerMsgHandle struct{}

func (*ListLimitPoolsDescriptorServerMsgHandle) ExtractCollectionName

func (*ListLimitPoolsDescriptorServerMsgHandle) ExtractResourceName

func (*ListLimitPoolsDescriptorServerMsgHandle) ExtractResourceNames

type ListLimitPoolsRequest

type ListLimitPoolsRequest struct {

	// Parent name of ntt.limits.v1alpha2.LimitPool
	Parent *limit_pool.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Requested page size. Server may return fewer LimitPools 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
	// [ListLimitPoolsResponse.next_page_token][ntt.limits.v1alpha2.ListLimitPoolsResponse.next_page_token]
	PageToken *limit_pool.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 *limit_pool.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 *limit_pool.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 *limit_pool.LimitPool_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"`
	// contains filtered or unexported fields
}

Request message for method [ListLimitPools][ntt.limits.v1alpha2.ListLimitPools]

func (*ListLimitPoolsRequest) Clone

func (*ListLimitPoolsRequest) CloneRaw

func (*ListLimitPoolsRequest) Descriptor

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

Deprecated, Use ListLimitPoolsRequest.ProtoReflect.Descriptor instead.

func (*ListLimitPoolsRequest) GetFieldMask

func (*ListLimitPoolsRequest) GetFilter

func (m *ListLimitPoolsRequest) GetFilter() *limit_pool.Filter

func (*ListLimitPoolsRequest) GetOrderBy

func (m *ListLimitPoolsRequest) GetOrderBy() *limit_pool.OrderBy

func (*ListLimitPoolsRequest) GetPageSize

func (m *ListLimitPoolsRequest) GetPageSize() int32

func (*ListLimitPoolsRequest) GetPageToken

func (m *ListLimitPoolsRequest) GetPageToken() *limit_pool.PagerCursor

func (*ListLimitPoolsRequest) GetParent

func (*ListLimitPoolsRequest) GetView

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

func (*ListLimitPoolsRequest) GotenMessage

func (*ListLimitPoolsRequest) GotenMessage()

func (*ListLimitPoolsRequest) GotenObjectExt

func (o *ListLimitPoolsRequest) GotenObjectExt()

func (*ListLimitPoolsRequest) GotenValidate

func (obj *ListLimitPoolsRequest) GotenValidate() error

func (*ListLimitPoolsRequest) MakeDiffFieldMask

func (*ListLimitPoolsRequest) MakeFullFieldMask

func (*ListLimitPoolsRequest) MakeRawDiffFieldMask

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

func (*ListLimitPoolsRequest) MakeRawFullFieldMask

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

func (*ListLimitPoolsRequest) Marshal

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

func (*ListLimitPoolsRequest) MarshalJSON

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

func (*ListLimitPoolsRequest) Merge

func (o *ListLimitPoolsRequest) Merge(source *ListLimitPoolsRequest)

func (*ListLimitPoolsRequest) MergeRaw

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

func (*ListLimitPoolsRequest) ProtoMessage

func (*ListLimitPoolsRequest) ProtoMessage()

func (*ListLimitPoolsRequest) ProtoReflect

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

func (*ListLimitPoolsRequest) Reset

func (m *ListLimitPoolsRequest) Reset()

func (*ListLimitPoolsRequest) SetFieldMask

func (*ListLimitPoolsRequest) SetFilter

func (m *ListLimitPoolsRequest) SetFilter(fv *limit_pool.Filter)

func (*ListLimitPoolsRequest) SetOrderBy

func (m *ListLimitPoolsRequest) SetOrderBy(fv *limit_pool.OrderBy)

func (*ListLimitPoolsRequest) SetPageSize

func (m *ListLimitPoolsRequest) SetPageSize(fv int32)

func (*ListLimitPoolsRequest) SetPageToken

func (m *ListLimitPoolsRequest) SetPageToken(fv *limit_pool.PagerCursor)

func (*ListLimitPoolsRequest) SetParent

func (m *ListLimitPoolsRequest) SetParent(fv *limit_pool.ParentName)

func (*ListLimitPoolsRequest) SetView

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

func (*ListLimitPoolsRequest) String

func (m *ListLimitPoolsRequest) String() string

func (*ListLimitPoolsRequest) Unmarshal

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

func (*ListLimitPoolsRequest) UnmarshalJSON

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

type ListLimitPoolsRequestFieldPathBuilder

type ListLimitPoolsRequestFieldPathBuilder struct{}

func NewListLimitPoolsRequestFieldPathBuilder

func NewListLimitPoolsRequestFieldPathBuilder() ListLimitPoolsRequestFieldPathBuilder

func (ListLimitPoolsRequestFieldPathBuilder) FieldMask

func (ListLimitPoolsRequestFieldPathBuilder) Filter

func (ListLimitPoolsRequestFieldPathBuilder) OrderBy

func (ListLimitPoolsRequestFieldPathBuilder) PageSize

func (ListLimitPoolsRequestFieldPathBuilder) PageToken

func (ListLimitPoolsRequestFieldPathBuilder) Parent

func (ListLimitPoolsRequestFieldPathBuilder) View

type ListLimitPoolsRequestPathSelectorFieldMask

type ListLimitPoolsRequestPathSelectorFieldMask struct{}

func (ListLimitPoolsRequestPathSelectorFieldMask) FieldPath

func (ListLimitPoolsRequestPathSelectorFieldMask) WithArrayOfValues

func (ListLimitPoolsRequestPathSelectorFieldMask) WithValue

type ListLimitPoolsRequestPathSelectorFilter

type ListLimitPoolsRequestPathSelectorFilter struct{}

func (ListLimitPoolsRequestPathSelectorFilter) FieldPath

func (ListLimitPoolsRequestPathSelectorFilter) WithArrayOfValues

func (ListLimitPoolsRequestPathSelectorFilter) WithValue

type ListLimitPoolsRequestPathSelectorOrderBy

type ListLimitPoolsRequestPathSelectorOrderBy struct{}

func (ListLimitPoolsRequestPathSelectorOrderBy) FieldPath

func (ListLimitPoolsRequestPathSelectorOrderBy) WithArrayOfValues

func (ListLimitPoolsRequestPathSelectorOrderBy) WithValue

type ListLimitPoolsRequestPathSelectorPageSize

type ListLimitPoolsRequestPathSelectorPageSize struct{}

func (ListLimitPoolsRequestPathSelectorPageSize) FieldPath

func (ListLimitPoolsRequestPathSelectorPageSize) WithArrayOfValues

func (ListLimitPoolsRequestPathSelectorPageSize) WithValue

type ListLimitPoolsRequestPathSelectorPageToken

type ListLimitPoolsRequestPathSelectorPageToken struct{}

func (ListLimitPoolsRequestPathSelectorPageToken) FieldPath

func (ListLimitPoolsRequestPathSelectorPageToken) WithArrayOfValues

func (ListLimitPoolsRequestPathSelectorPageToken) WithValue

type ListLimitPoolsRequestPathSelectorParent

type ListLimitPoolsRequestPathSelectorParent struct{}

func (ListLimitPoolsRequestPathSelectorParent) FieldPath

func (ListLimitPoolsRequestPathSelectorParent) WithArrayOfValues

func (ListLimitPoolsRequestPathSelectorParent) WithValue

type ListLimitPoolsRequestPathSelectorView

type ListLimitPoolsRequestPathSelectorView struct{}

func (ListLimitPoolsRequestPathSelectorView) FieldPath

func (ListLimitPoolsRequestPathSelectorView) WithArrayOfValues

func (ListLimitPoolsRequestPathSelectorView) WithValue

type ListLimitPoolsRequest_FieldMask

type ListLimitPoolsRequest_FieldMask struct {
	Paths []ListLimitPoolsRequest_FieldPath
}

func FullListLimitPoolsRequest_FieldMask

func FullListLimitPoolsRequest_FieldMask() *ListLimitPoolsRequest_FieldMask

func (*ListLimitPoolsRequest_FieldMask) AppendPath

func (*ListLimitPoolsRequest_FieldMask) AppendRawPath

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

func (*ListLimitPoolsRequest_FieldMask) DecodeFirestore

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

func (*ListLimitPoolsRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*ListLimitPoolsRequest_FieldMask) FilterInputFields

func (fieldMask *ListLimitPoolsRequest_FieldMask) FilterInputFields() *ListLimitPoolsRequest_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*ListLimitPoolsRequest_FieldMask) FromProtoFieldMask

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

func (*ListLimitPoolsRequest_FieldMask) GetPaths

func (*ListLimitPoolsRequest_FieldMask) GetRawPaths

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

func (*ListLimitPoolsRequest_FieldMask) IsFull

func (fieldMask *ListLimitPoolsRequest_FieldMask) IsFull() bool

func (ListLimitPoolsRequest_FieldMask) Marshal

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

implement methods required by customType

func (ListLimitPoolsRequest_FieldMask) MarshalJSON

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

func (*ListLimitPoolsRequest_FieldMask) PathsCount

func (fieldMask *ListLimitPoolsRequest_FieldMask) PathsCount() int

func (*ListLimitPoolsRequest_FieldMask) Project

func (*ListLimitPoolsRequest_FieldMask) ProjectRaw

func (*ListLimitPoolsRequest_FieldMask) ProtoMessage

func (fieldMask *ListLimitPoolsRequest_FieldMask) ProtoMessage()

func (*ListLimitPoolsRequest_FieldMask) ProtoReflect

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

func (*ListLimitPoolsRequest_FieldMask) Reset

func (fieldMask *ListLimitPoolsRequest_FieldMask) Reset()

func (*ListLimitPoolsRequest_FieldMask) Set

func (fieldMask *ListLimitPoolsRequest_FieldMask) Set(target, source *ListLimitPoolsRequest)

func (*ListLimitPoolsRequest_FieldMask) SetFromCliFlag

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

func (*ListLimitPoolsRequest_FieldMask) SetRaw

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

func (*ListLimitPoolsRequest_FieldMask) Size

func (fieldMask *ListLimitPoolsRequest_FieldMask) Size() int

func (*ListLimitPoolsRequest_FieldMask) String

func (fieldMask *ListLimitPoolsRequest_FieldMask) String() string

func (*ListLimitPoolsRequest_FieldMask) Subtract

func (*ListLimitPoolsRequest_FieldMask) SubtractRaw

func (*ListLimitPoolsRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*ListLimitPoolsRequest_FieldMask) Unmarshal

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

func (*ListLimitPoolsRequest_FieldMask) UnmarshalJSON

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

type ListLimitPoolsRequest_FieldPath

type ListLimitPoolsRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() ListLimitPoolsRequest_FieldPathSelector
	Get(source *ListLimitPoolsRequest) []interface{}
	GetSingle(source *ListLimitPoolsRequest) (interface{}, bool)
	ClearValue(item *ListLimitPoolsRequest)

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

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

func MustParseListLimitPoolsRequest_FieldPath

func MustParseListLimitPoolsRequest_FieldPath(rawField string) ListLimitPoolsRequest_FieldPath

func ParseListLimitPoolsRequest_FieldPath

func ParseListLimitPoolsRequest_FieldPath(rawField string) (ListLimitPoolsRequest_FieldPath, error)

type ListLimitPoolsRequest_FieldPathArrayItemValue

type ListLimitPoolsRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	ListLimitPoolsRequest_FieldPath
	ContainsValue(*ListLimitPoolsRequest) bool
}

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

func MustParseListLimitPoolsRequest_FieldPathArrayItemValue

func MustParseListLimitPoolsRequest_FieldPathArrayItemValue(pathStr, valueStr string) ListLimitPoolsRequest_FieldPathArrayItemValue

func ParseListLimitPoolsRequest_FieldPathArrayItemValue

func ParseListLimitPoolsRequest_FieldPathArrayItemValue(pathStr, valueStr string) (ListLimitPoolsRequest_FieldPathArrayItemValue, error)

ParseListLimitPoolsRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type ListLimitPoolsRequest_FieldPathArrayOfValues

type ListLimitPoolsRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	ListLimitPoolsRequest_FieldPath
}

ListLimitPoolsRequest_FieldPathArrayOfValues allows storing slice of values for ListLimitPoolsRequest fields according to their type

func MustParseListLimitPoolsRequest_FieldPathArrayOfValues

func MustParseListLimitPoolsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) ListLimitPoolsRequest_FieldPathArrayOfValues

func ParseListLimitPoolsRequest_FieldPathArrayOfValues

func ParseListLimitPoolsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (ListLimitPoolsRequest_FieldPathArrayOfValues, error)

type ListLimitPoolsRequest_FieldPathSelector

type ListLimitPoolsRequest_FieldPathSelector int32
const (
	ListLimitPoolsRequest_FieldPathSelectorParent    ListLimitPoolsRequest_FieldPathSelector = 0
	ListLimitPoolsRequest_FieldPathSelectorPageSize  ListLimitPoolsRequest_FieldPathSelector = 1
	ListLimitPoolsRequest_FieldPathSelectorPageToken ListLimitPoolsRequest_FieldPathSelector = 2
	ListLimitPoolsRequest_FieldPathSelectorOrderBy   ListLimitPoolsRequest_FieldPathSelector = 3
	ListLimitPoolsRequest_FieldPathSelectorFilter    ListLimitPoolsRequest_FieldPathSelector = 4
	ListLimitPoolsRequest_FieldPathSelectorFieldMask ListLimitPoolsRequest_FieldPathSelector = 5
	ListLimitPoolsRequest_FieldPathSelectorView      ListLimitPoolsRequest_FieldPathSelector = 6
)

func (ListLimitPoolsRequest_FieldPathSelector) String

type ListLimitPoolsRequest_FieldPathValue

type ListLimitPoolsRequest_FieldPathValue interface {
	ListLimitPoolsRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **ListLimitPoolsRequest)
	CompareWith(*ListLimitPoolsRequest) (cmp int, comparable bool)
}

ListLimitPoolsRequest_FieldPathValue allows storing values for ListLimitPoolsRequest fields according to their type

func MustParseListLimitPoolsRequest_FieldPathValue

func MustParseListLimitPoolsRequest_FieldPathValue(pathStr, valueStr string) ListLimitPoolsRequest_FieldPathValue

func ParseListLimitPoolsRequest_FieldPathValue

func ParseListLimitPoolsRequest_FieldPathValue(pathStr, valueStr string) (ListLimitPoolsRequest_FieldPathValue, error)

type ListLimitPoolsRequest_FieldTerminalPath

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

func (*ListLimitPoolsRequest_FieldTerminalPath) ClearValue

func (*ListLimitPoolsRequest_FieldTerminalPath) ClearValueRaw

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

func (*ListLimitPoolsRequest_FieldTerminalPath) Get

func (fp *ListLimitPoolsRequest_FieldTerminalPath) Get(source *ListLimitPoolsRequest) (values []interface{})

Get returns all values pointed by specific field from source ListLimitPoolsRequest

func (*ListLimitPoolsRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ListLimitPoolsRequest_FieldTerminalPath) GetRaw

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

func (*ListLimitPoolsRequest_FieldTerminalPath) GetSingle

func (fp *ListLimitPoolsRequest_FieldTerminalPath) GetSingle(source *ListLimitPoolsRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source ListLimitPoolsRequest

func (*ListLimitPoolsRequest_FieldTerminalPath) GetSingleRaw

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

func (*ListLimitPoolsRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListLimitPoolsRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*ListLimitPoolsRequest_FieldTerminalPath) Selector

func (*ListLimitPoolsRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*ListLimitPoolsRequest_FieldTerminalPath) WithIArrayItemValue

func (*ListLimitPoolsRequest_FieldTerminalPath) WithIArrayOfValues

func (*ListLimitPoolsRequest_FieldTerminalPath) WithIValue

func (*ListLimitPoolsRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*ListLimitPoolsRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*ListLimitPoolsRequest_FieldTerminalPath) WithRawIValue

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

type ListLimitPoolsRequest_FieldTerminalPathArrayItemValue

type ListLimitPoolsRequest_FieldTerminalPathArrayItemValue struct {
	ListLimitPoolsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListLimitPoolsRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*ListLimitPoolsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*ListLimitPoolsRequest_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *ListLimitPoolsRequest_FieldTerminalPathArrayItemValue) GetSingle(source *ListLimitPoolsRequest) (interface{}, bool)

func (*ListLimitPoolsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type ListLimitPoolsRequest_FieldTerminalPathArrayOfValues

type ListLimitPoolsRequest_FieldTerminalPathArrayOfValues struct {
	ListLimitPoolsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListLimitPoolsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*ListLimitPoolsRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues

func (fpaov *ListLimitPoolsRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues() ([]*limit_pool.Filter, bool)

func (*ListLimitPoolsRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues

func (fpaov *ListLimitPoolsRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues() ([]*limit_pool.OrderBy, bool)

func (*ListLimitPoolsRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues

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

func (*ListLimitPoolsRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues

func (fpaov *ListLimitPoolsRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues() ([]*limit_pool.PagerCursor, bool)

func (*ListLimitPoolsRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues

func (*ListLimitPoolsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

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

func (*ListLimitPoolsRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type ListLimitPoolsRequest_FieldTerminalPathValue

type ListLimitPoolsRequest_FieldTerminalPathValue struct {
	ListLimitPoolsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListLimitPoolsRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*ListLimitPoolsRequest_FieldTerminalPathValue) AsFilterValue

func (*ListLimitPoolsRequest_FieldTerminalPathValue) AsOrderByValue

func (*ListLimitPoolsRequest_FieldTerminalPathValue) AsPageSizeValue

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

func (*ListLimitPoolsRequest_FieldTerminalPathValue) AsPageTokenValue

func (*ListLimitPoolsRequest_FieldTerminalPathValue) AsParentValue

func (*ListLimitPoolsRequest_FieldTerminalPathValue) AsViewValue

func (*ListLimitPoolsRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'ListLimitPoolsRequest_FieldTerminalPathValue' with the value under path in 'ListLimitPoolsRequest'.

func (*ListLimitPoolsRequest_FieldTerminalPathValue) CompareWithRaw

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

func (*ListLimitPoolsRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*ListLimitPoolsRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object ListLimitPoolsRequest

func (*ListLimitPoolsRequest_FieldTerminalPathValue) SetToRaw

type ListLimitPoolsResponse

type ListLimitPoolsResponse struct {

	// The list of LimitPools
	LimitPools []*limit_pool.LimitPool `protobuf:"bytes,1,rep,name=limit_pools,json=limitPools,proto3" json:"limit_pools,omitempty" firestore:"limitPools"`
	// A token to retrieve previous page of results. Pass this value in the
	// [ListLimitPoolsRequest.page_token][ntt.limits.v1alpha2.ListLimitPoolsRequest.page_token]
	PrevPageToken *limit_pool.PagerCursor `` /* 151-byte string literal not displayed */
	// A token to retrieve next page of results. Pass this value in the
	// [ListLimitPoolsRequest.page_token][ntt.limits.v1alpha2.ListLimitPoolsRequest.page_token]
	NextPageToken *limit_pool.PagerCursor `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

Request message for method [ListLimitPools][ntt.limits.v1alpha2.ListLimitPools]

func (*ListLimitPoolsResponse) Clone

func (*ListLimitPoolsResponse) CloneRaw

func (*ListLimitPoolsResponse) Descriptor

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

Deprecated, Use ListLimitPoolsResponse.ProtoReflect.Descriptor instead.

func (*ListLimitPoolsResponse) GetLimitPools

func (m *ListLimitPoolsResponse) GetLimitPools() []*limit_pool.LimitPool

func (*ListLimitPoolsResponse) GetNextPageToken

func (m *ListLimitPoolsResponse) GetNextPageToken() *limit_pool.PagerCursor

func (*ListLimitPoolsResponse) GetPrevPageToken

func (m *ListLimitPoolsResponse) GetPrevPageToken() *limit_pool.PagerCursor

func (*ListLimitPoolsResponse) GotenMessage

func (*ListLimitPoolsResponse) GotenMessage()

func (*ListLimitPoolsResponse) GotenObjectExt

func (o *ListLimitPoolsResponse) GotenObjectExt()

func (*ListLimitPoolsResponse) GotenValidate

func (obj *ListLimitPoolsResponse) GotenValidate() error

func (*ListLimitPoolsResponse) MakeDiffFieldMask

func (*ListLimitPoolsResponse) MakeFullFieldMask

func (*ListLimitPoolsResponse) MakeRawDiffFieldMask

func (*ListLimitPoolsResponse) MakeRawFullFieldMask

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

func (*ListLimitPoolsResponse) Marshal

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

func (*ListLimitPoolsResponse) MarshalJSON

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

func (*ListLimitPoolsResponse) Merge

func (*ListLimitPoolsResponse) MergeRaw

func (*ListLimitPoolsResponse) ProtoMessage

func (*ListLimitPoolsResponse) ProtoMessage()

func (*ListLimitPoolsResponse) ProtoReflect

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

func (*ListLimitPoolsResponse) Reset

func (m *ListLimitPoolsResponse) Reset()

func (*ListLimitPoolsResponse) SetLimitPools

func (m *ListLimitPoolsResponse) SetLimitPools(fv []*limit_pool.LimitPool)

func (*ListLimitPoolsResponse) SetNextPageToken

func (m *ListLimitPoolsResponse) SetNextPageToken(fv *limit_pool.PagerCursor)

func (*ListLimitPoolsResponse) SetPrevPageToken

func (m *ListLimitPoolsResponse) SetPrevPageToken(fv *limit_pool.PagerCursor)

func (*ListLimitPoolsResponse) String

func (m *ListLimitPoolsResponse) String() string

func (*ListLimitPoolsResponse) Unmarshal

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

func (*ListLimitPoolsResponse) UnmarshalJSON

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

type ListLimitPoolsResponseFieldPathBuilder

type ListLimitPoolsResponseFieldPathBuilder struct{}

func NewListLimitPoolsResponseFieldPathBuilder

func NewListLimitPoolsResponseFieldPathBuilder() ListLimitPoolsResponseFieldPathBuilder

func (ListLimitPoolsResponseFieldPathBuilder) LimitPools

func (ListLimitPoolsResponseFieldPathBuilder) NextPageToken

func (ListLimitPoolsResponseFieldPathBuilder) PrevPageToken

type ListLimitPoolsResponseMapPathSelectorLimitPoolsMetadataAnnotations

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

func (ListLimitPoolsResponseMapPathSelectorLimitPoolsMetadataAnnotations) FieldPath

func (ListLimitPoolsResponseMapPathSelectorLimitPoolsMetadataAnnotations) WithArrayOfValues

func (ListLimitPoolsResponseMapPathSelectorLimitPoolsMetadataAnnotations) WithValue

type ListLimitPoolsResponseMapPathSelectorLimitPoolsMetadataLabels

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

func (ListLimitPoolsResponseMapPathSelectorLimitPoolsMetadataLabels) FieldPath

func (ListLimitPoolsResponseMapPathSelectorLimitPoolsMetadataLabels) WithArrayOfValues

func (ListLimitPoolsResponseMapPathSelectorLimitPoolsMetadataLabels) WithValue

type ListLimitPoolsResponseMapPathSelectorLimitPoolsMetadataShards

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

func (ListLimitPoolsResponseMapPathSelectorLimitPoolsMetadataShards) FieldPath

func (ListLimitPoolsResponseMapPathSelectorLimitPoolsMetadataShards) WithArrayOfValues

func (ListLimitPoolsResponseMapPathSelectorLimitPoolsMetadataShards) WithValue

type ListLimitPoolsResponsePathSelectorLimitPools

type ListLimitPoolsResponsePathSelectorLimitPools struct{}

func (ListLimitPoolsResponsePathSelectorLimitPools) ActiveSize

func (ListLimitPoolsResponsePathSelectorLimitPools) ConfiguredSize

func (ListLimitPoolsResponsePathSelectorLimitPools) FieldPath

func (ListLimitPoolsResponsePathSelectorLimitPools) Metadata

func (ListLimitPoolsResponsePathSelectorLimitPools) Name

func (ListLimitPoolsResponsePathSelectorLimitPools) Reserved

func (ListLimitPoolsResponsePathSelectorLimitPools) Resource

func (ListLimitPoolsResponsePathSelectorLimitPools) Service

func (ListLimitPoolsResponsePathSelectorLimitPools) Source

func (ListLimitPoolsResponsePathSelectorLimitPools) WithArrayOfValues

func (ListLimitPoolsResponsePathSelectorLimitPools) WithItemValue

func (ListLimitPoolsResponsePathSelectorLimitPools) WithSubArrayItemValue

func (ListLimitPoolsResponsePathSelectorLimitPools) WithSubArrayOfValues

func (ListLimitPoolsResponsePathSelectorLimitPools) WithSubPath

func (ListLimitPoolsResponsePathSelectorLimitPools) WithSubValue

func (ListLimitPoolsResponsePathSelectorLimitPools) WithValue

type ListLimitPoolsResponsePathSelectorLimitPoolsActiveSize

type ListLimitPoolsResponsePathSelectorLimitPoolsActiveSize struct{}

func (ListLimitPoolsResponsePathSelectorLimitPoolsActiveSize) FieldPath

func (ListLimitPoolsResponsePathSelectorLimitPoolsActiveSize) WithArrayOfValues

func (ListLimitPoolsResponsePathSelectorLimitPoolsActiveSize) WithValue

type ListLimitPoolsResponsePathSelectorLimitPoolsConfiguredSize

type ListLimitPoolsResponsePathSelectorLimitPoolsConfiguredSize struct{}

func (ListLimitPoolsResponsePathSelectorLimitPoolsConfiguredSize) FieldPath

func (ListLimitPoolsResponsePathSelectorLimitPoolsConfiguredSize) WithArrayOfValues

func (ListLimitPoolsResponsePathSelectorLimitPoolsConfiguredSize) WithValue

type ListLimitPoolsResponsePathSelectorLimitPoolsMetadata

type ListLimitPoolsResponsePathSelectorLimitPoolsMetadata struct{}

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadata) Annotations

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadata) CreateTime

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadata) FieldPath

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadata) Generation

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadata) Labels

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadata) Shards

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadata) Syncing

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadata) Tags

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadata) UpdateTime

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadata) Uuid

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadata) WithArrayOfValues

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadata) WithValue

type ListLimitPoolsResponsePathSelectorLimitPoolsMetadataAnnotations

type ListLimitPoolsResponsePathSelectorLimitPoolsMetadataAnnotations struct{}

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadataAnnotations) FieldPath

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadataAnnotations) WithArrayOfValues

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadataAnnotations) WithKey

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadataAnnotations) WithValue

type ListLimitPoolsResponsePathSelectorLimitPoolsMetadataCreateTime

type ListLimitPoolsResponsePathSelectorLimitPoolsMetadataCreateTime struct{}

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadataCreateTime) FieldPath

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadataCreateTime) WithArrayOfValues

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadataCreateTime) WithValue

type ListLimitPoolsResponsePathSelectorLimitPoolsMetadataGeneration

type ListLimitPoolsResponsePathSelectorLimitPoolsMetadataGeneration struct{}

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadataGeneration) FieldPath

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadataGeneration) WithArrayOfValues

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadataGeneration) WithValue

type ListLimitPoolsResponsePathSelectorLimitPoolsMetadataLabels

type ListLimitPoolsResponsePathSelectorLimitPoolsMetadataLabels struct{}

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadataLabels) FieldPath

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadataLabels) WithArrayOfValues

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadataLabels) WithKey

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadataLabels) WithValue

type ListLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferences

type ListLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferences struct{}

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferences) FieldPath

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferences) WithArrayOfValues

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferences) WithItemValue

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferences) WithValue

type ListLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferencesApiVersion

type ListLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferencesApiVersion struct{}

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferencesApiVersion) FieldPath

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferencesApiVersion) WithArrayOfValues

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferencesApiVersion) WithValue

type ListLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferencesBlockOwnerDeletion

type ListLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type ListLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferencesController

type ListLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferencesController struct{}

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferencesController) FieldPath

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferencesController) WithArrayOfValues

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferencesController) WithValue

type ListLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferencesKind

type ListLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferencesKind struct{}

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferencesKind) FieldPath

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferencesKind) WithArrayOfValues

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferencesKind) WithValue

type ListLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferencesName

type ListLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferencesName struct{}

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferencesName) FieldPath

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferencesName) WithArrayOfValues

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferencesName) WithValue

type ListLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferencesUid

type ListLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferencesUid struct{}

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferencesUid) FieldPath

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferencesUid) WithArrayOfValues

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadataOwnerReferencesUid) WithValue

type ListLimitPoolsResponsePathSelectorLimitPoolsMetadataResourceVersion

type ListLimitPoolsResponsePathSelectorLimitPoolsMetadataResourceVersion struct{}

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadataResourceVersion) FieldPath

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadataResourceVersion) WithArrayOfValues

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadataResourceVersion) WithValue

type ListLimitPoolsResponsePathSelectorLimitPoolsMetadataShards

type ListLimitPoolsResponsePathSelectorLimitPoolsMetadataShards struct{}

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadataShards) FieldPath

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadataShards) WithArrayOfValues

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadataShards) WithKey

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadataShards) WithValue

type ListLimitPoolsResponsePathSelectorLimitPoolsMetadataSyncing

type ListLimitPoolsResponsePathSelectorLimitPoolsMetadataSyncing struct{}

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadataSyncing) FieldPath

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadataSyncing) WithArrayOfValues

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadataSyncing) WithValue

type ListLimitPoolsResponsePathSelectorLimitPoolsMetadataSyncingOwningRegion

type ListLimitPoolsResponsePathSelectorLimitPoolsMetadataSyncingOwningRegion struct{}

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadataSyncingOwningRegion) FieldPath

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadataSyncingOwningRegion) WithArrayOfValues

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadataSyncingOwningRegion) WithValue

type ListLimitPoolsResponsePathSelectorLimitPoolsMetadataSyncingRegions

type ListLimitPoolsResponsePathSelectorLimitPoolsMetadataSyncingRegions struct{}

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadataSyncingRegions) FieldPath

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadataSyncingRegions) WithArrayOfValues

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadataSyncingRegions) WithItemValue

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadataSyncingRegions) WithValue

type ListLimitPoolsResponsePathSelectorLimitPoolsMetadataTags

type ListLimitPoolsResponsePathSelectorLimitPoolsMetadataTags struct{}

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadataTags) FieldPath

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadataTags) WithArrayOfValues

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadataTags) WithItemValue

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadataTags) WithValue

type ListLimitPoolsResponsePathSelectorLimitPoolsMetadataUpdateTime

type ListLimitPoolsResponsePathSelectorLimitPoolsMetadataUpdateTime struct{}

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadataUpdateTime) FieldPath

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadataUpdateTime) WithArrayOfValues

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadataUpdateTime) WithValue

type ListLimitPoolsResponsePathSelectorLimitPoolsMetadataUuid

type ListLimitPoolsResponsePathSelectorLimitPoolsMetadataUuid struct{}

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadataUuid) FieldPath

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadataUuid) WithArrayOfValues

func (ListLimitPoolsResponsePathSelectorLimitPoolsMetadataUuid) WithValue

type ListLimitPoolsResponsePathSelectorLimitPoolsName

type ListLimitPoolsResponsePathSelectorLimitPoolsName struct{}

func (ListLimitPoolsResponsePathSelectorLimitPoolsName) FieldPath

func (ListLimitPoolsResponsePathSelectorLimitPoolsName) WithArrayOfValues

func (ListLimitPoolsResponsePathSelectorLimitPoolsName) WithValue

type ListLimitPoolsResponsePathSelectorLimitPoolsReserved

type ListLimitPoolsResponsePathSelectorLimitPoolsReserved struct{}

func (ListLimitPoolsResponsePathSelectorLimitPoolsReserved) FieldPath

func (ListLimitPoolsResponsePathSelectorLimitPoolsReserved) WithArrayOfValues

func (ListLimitPoolsResponsePathSelectorLimitPoolsReserved) WithValue

type ListLimitPoolsResponsePathSelectorLimitPoolsResource

type ListLimitPoolsResponsePathSelectorLimitPoolsResource struct{}

func (ListLimitPoolsResponsePathSelectorLimitPoolsResource) FieldPath

func (ListLimitPoolsResponsePathSelectorLimitPoolsResource) WithArrayOfValues

func (ListLimitPoolsResponsePathSelectorLimitPoolsResource) WithValue

type ListLimitPoolsResponsePathSelectorLimitPoolsService

type ListLimitPoolsResponsePathSelectorLimitPoolsService struct{}

func (ListLimitPoolsResponsePathSelectorLimitPoolsService) FieldPath

func (ListLimitPoolsResponsePathSelectorLimitPoolsService) WithArrayOfValues

func (ListLimitPoolsResponsePathSelectorLimitPoolsService) WithValue

type ListLimitPoolsResponsePathSelectorLimitPoolsSource

type ListLimitPoolsResponsePathSelectorLimitPoolsSource struct{}

func (ListLimitPoolsResponsePathSelectorLimitPoolsSource) FieldPath

func (ListLimitPoolsResponsePathSelectorLimitPoolsSource) WithArrayOfValues

func (ListLimitPoolsResponsePathSelectorLimitPoolsSource) WithValue

type ListLimitPoolsResponsePathSelectorNextPageToken

type ListLimitPoolsResponsePathSelectorNextPageToken struct{}

func (ListLimitPoolsResponsePathSelectorNextPageToken) FieldPath

func (ListLimitPoolsResponsePathSelectorNextPageToken) WithArrayOfValues

func (ListLimitPoolsResponsePathSelectorNextPageToken) WithValue

type ListLimitPoolsResponsePathSelectorPrevPageToken

type ListLimitPoolsResponsePathSelectorPrevPageToken struct{}

func (ListLimitPoolsResponsePathSelectorPrevPageToken) FieldPath

func (ListLimitPoolsResponsePathSelectorPrevPageToken) WithArrayOfValues

func (ListLimitPoolsResponsePathSelectorPrevPageToken) WithValue

type ListLimitPoolsResponse_FieldMask

type ListLimitPoolsResponse_FieldMask struct {
	Paths []ListLimitPoolsResponse_FieldPath
}

func FullListLimitPoolsResponse_FieldMask

func FullListLimitPoolsResponse_FieldMask() *ListLimitPoolsResponse_FieldMask

func (*ListLimitPoolsResponse_FieldMask) AppendPath

func (*ListLimitPoolsResponse_FieldMask) AppendRawPath

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

func (*ListLimitPoolsResponse_FieldMask) DecodeFirestore

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

func (*ListLimitPoolsResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*ListLimitPoolsResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*ListLimitPoolsResponse_FieldMask) FromProtoFieldMask

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

func (*ListLimitPoolsResponse_FieldMask) GetPaths

func (*ListLimitPoolsResponse_FieldMask) GetRawPaths

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

func (*ListLimitPoolsResponse_FieldMask) IsFull

func (fieldMask *ListLimitPoolsResponse_FieldMask) IsFull() bool

func (ListLimitPoolsResponse_FieldMask) Marshal

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

implement methods required by customType

func (ListLimitPoolsResponse_FieldMask) MarshalJSON

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

func (*ListLimitPoolsResponse_FieldMask) PathsCount

func (fieldMask *ListLimitPoolsResponse_FieldMask) PathsCount() int

func (*ListLimitPoolsResponse_FieldMask) Project

func (*ListLimitPoolsResponse_FieldMask) ProjectRaw

func (*ListLimitPoolsResponse_FieldMask) ProtoMessage

func (fieldMask *ListLimitPoolsResponse_FieldMask) ProtoMessage()

func (*ListLimitPoolsResponse_FieldMask) ProtoReflect

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

func (*ListLimitPoolsResponse_FieldMask) Reset

func (fieldMask *ListLimitPoolsResponse_FieldMask) Reset()

func (*ListLimitPoolsResponse_FieldMask) Set

func (fieldMask *ListLimitPoolsResponse_FieldMask) Set(target, source *ListLimitPoolsResponse)

func (*ListLimitPoolsResponse_FieldMask) SetFromCliFlag

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

func (*ListLimitPoolsResponse_FieldMask) SetRaw

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

func (*ListLimitPoolsResponse_FieldMask) Size

func (fieldMask *ListLimitPoolsResponse_FieldMask) Size() int

func (*ListLimitPoolsResponse_FieldMask) String

func (fieldMask *ListLimitPoolsResponse_FieldMask) String() string

func (*ListLimitPoolsResponse_FieldMask) Subtract

func (*ListLimitPoolsResponse_FieldMask) SubtractRaw

func (*ListLimitPoolsResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*ListLimitPoolsResponse_FieldMask) Unmarshal

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

func (*ListLimitPoolsResponse_FieldMask) UnmarshalJSON

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

type ListLimitPoolsResponse_FieldPath

type ListLimitPoolsResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() ListLimitPoolsResponse_FieldPathSelector
	Get(source *ListLimitPoolsResponse) []interface{}
	GetSingle(source *ListLimitPoolsResponse) (interface{}, bool)
	ClearValue(item *ListLimitPoolsResponse)

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

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

func MustParseListLimitPoolsResponse_FieldPath

func MustParseListLimitPoolsResponse_FieldPath(rawField string) ListLimitPoolsResponse_FieldPath

func ParseListLimitPoolsResponse_FieldPath

func ParseListLimitPoolsResponse_FieldPath(rawField string) (ListLimitPoolsResponse_FieldPath, error)

type ListLimitPoolsResponse_FieldPathArrayItemValue

type ListLimitPoolsResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	ListLimitPoolsResponse_FieldPath
	ContainsValue(*ListLimitPoolsResponse) bool
}

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

func MustParseListLimitPoolsResponse_FieldPathArrayItemValue

func MustParseListLimitPoolsResponse_FieldPathArrayItemValue(pathStr, valueStr string) ListLimitPoolsResponse_FieldPathArrayItemValue

func ParseListLimitPoolsResponse_FieldPathArrayItemValue

func ParseListLimitPoolsResponse_FieldPathArrayItemValue(pathStr, valueStr string) (ListLimitPoolsResponse_FieldPathArrayItemValue, error)

ParseListLimitPoolsResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type ListLimitPoolsResponse_FieldPathArrayOfValues

type ListLimitPoolsResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	ListLimitPoolsResponse_FieldPath
}

ListLimitPoolsResponse_FieldPathArrayOfValues allows storing slice of values for ListLimitPoolsResponse fields according to their type

func MustParseListLimitPoolsResponse_FieldPathArrayOfValues

func MustParseListLimitPoolsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) ListLimitPoolsResponse_FieldPathArrayOfValues

func ParseListLimitPoolsResponse_FieldPathArrayOfValues

func ParseListLimitPoolsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (ListLimitPoolsResponse_FieldPathArrayOfValues, error)

type ListLimitPoolsResponse_FieldPathSelector

type ListLimitPoolsResponse_FieldPathSelector int32
const (
	ListLimitPoolsResponse_FieldPathSelectorLimitPools    ListLimitPoolsResponse_FieldPathSelector = 0
	ListLimitPoolsResponse_FieldPathSelectorPrevPageToken ListLimitPoolsResponse_FieldPathSelector = 1
	ListLimitPoolsResponse_FieldPathSelectorNextPageToken ListLimitPoolsResponse_FieldPathSelector = 2
)

func (ListLimitPoolsResponse_FieldPathSelector) String

type ListLimitPoolsResponse_FieldPathValue

type ListLimitPoolsResponse_FieldPathValue interface {
	ListLimitPoolsResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **ListLimitPoolsResponse)
	CompareWith(*ListLimitPoolsResponse) (cmp int, comparable bool)
}

ListLimitPoolsResponse_FieldPathValue allows storing values for ListLimitPoolsResponse fields according to their type

func MustParseListLimitPoolsResponse_FieldPathValue

func MustParseListLimitPoolsResponse_FieldPathValue(pathStr, valueStr string) ListLimitPoolsResponse_FieldPathValue

func ParseListLimitPoolsResponse_FieldPathValue

func ParseListLimitPoolsResponse_FieldPathValue(pathStr, valueStr string) (ListLimitPoolsResponse_FieldPathValue, error)

type ListLimitPoolsResponse_FieldSubPath

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

func (*ListLimitPoolsResponse_FieldSubPath) AsLimitPoolsSubPath

func (*ListLimitPoolsResponse_FieldSubPath) ClearValue

func (*ListLimitPoolsResponse_FieldSubPath) ClearValueRaw

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

func (*ListLimitPoolsResponse_FieldSubPath) Get

func (fps *ListLimitPoolsResponse_FieldSubPath) Get(source *ListLimitPoolsResponse) (values []interface{})

Get returns all values pointed by selected field from source ListLimitPoolsResponse

func (*ListLimitPoolsResponse_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ListLimitPoolsResponse_FieldSubPath) GetRaw

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

func (*ListLimitPoolsResponse_FieldSubPath) GetSingle

func (fps *ListLimitPoolsResponse_FieldSubPath) GetSingle(source *ListLimitPoolsResponse) (interface{}, bool)

GetSingle returns value of selected field from source ListLimitPoolsResponse

func (*ListLimitPoolsResponse_FieldSubPath) GetSingleRaw

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

func (*ListLimitPoolsResponse_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListLimitPoolsResponse_FieldSubPath) JSONString

func (fps *ListLimitPoolsResponse_FieldSubPath) JSONString() string

JSONString returns path representation is JSON convention

func (*ListLimitPoolsResponse_FieldSubPath) Selector

func (*ListLimitPoolsResponse_FieldSubPath) String

String returns path representation in proto convention

func (*ListLimitPoolsResponse_FieldSubPath) WithIArrayItemValue

func (fps *ListLimitPoolsResponse_FieldSubPath) WithIArrayItemValue(value interface{}) ListLimitPoolsResponse_FieldPathArrayItemValue

func (*ListLimitPoolsResponse_FieldSubPath) WithIArrayOfValues

func (fps *ListLimitPoolsResponse_FieldSubPath) WithIArrayOfValues(values interface{}) ListLimitPoolsResponse_FieldPathArrayOfValues

func (*ListLimitPoolsResponse_FieldSubPath) WithIValue

func (*ListLimitPoolsResponse_FieldSubPath) WithRawIArrayItemValue

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

func (*ListLimitPoolsResponse_FieldSubPath) WithRawIArrayOfValues

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

func (*ListLimitPoolsResponse_FieldSubPath) WithRawIValue

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

type ListLimitPoolsResponse_FieldSubPathArrayItemValue

type ListLimitPoolsResponse_FieldSubPathArrayItemValue struct {
	ListLimitPoolsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListLimitPoolsResponse_FieldSubPathArrayItemValue) AsLimitPoolsPathItemValue

func (*ListLimitPoolsResponse_FieldSubPathArrayItemValue) ContainsValue

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

func (*ListLimitPoolsResponse_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type ListLimitPoolsResponse_FieldSubPathArrayOfValues

type ListLimitPoolsResponse_FieldSubPathArrayOfValues struct {
	ListLimitPoolsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListLimitPoolsResponse_FieldSubPathArrayOfValues) AsLimitPoolsPathArrayOfValues

func (*ListLimitPoolsResponse_FieldSubPathArrayOfValues) GetRawValues

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

type ListLimitPoolsResponse_FieldSubPathValue

type ListLimitPoolsResponse_FieldSubPathValue struct {
	ListLimitPoolsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListLimitPoolsResponse_FieldSubPathValue) AsLimitPoolsPathValue

func (*ListLimitPoolsResponse_FieldSubPathValue) CompareWith

func (*ListLimitPoolsResponse_FieldSubPathValue) CompareWithRaw

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

func (*ListLimitPoolsResponse_FieldSubPathValue) GetRawValue

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

func (*ListLimitPoolsResponse_FieldSubPathValue) SetTo

func (*ListLimitPoolsResponse_FieldSubPathValue) SetToRaw

type ListLimitPoolsResponse_FieldTerminalPath

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

func (*ListLimitPoolsResponse_FieldTerminalPath) ClearValue

func (*ListLimitPoolsResponse_FieldTerminalPath) ClearValueRaw

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

func (*ListLimitPoolsResponse_FieldTerminalPath) Get

func (fp *ListLimitPoolsResponse_FieldTerminalPath) Get(source *ListLimitPoolsResponse) (values []interface{})

Get returns all values pointed by specific field from source ListLimitPoolsResponse

func (*ListLimitPoolsResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ListLimitPoolsResponse_FieldTerminalPath) GetRaw

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

func (*ListLimitPoolsResponse_FieldTerminalPath) GetSingle

func (fp *ListLimitPoolsResponse_FieldTerminalPath) GetSingle(source *ListLimitPoolsResponse) (interface{}, bool)

GetSingle returns value pointed by specific field of from source ListLimitPoolsResponse

func (*ListLimitPoolsResponse_FieldTerminalPath) GetSingleRaw

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

func (*ListLimitPoolsResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListLimitPoolsResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*ListLimitPoolsResponse_FieldTerminalPath) Selector

func (*ListLimitPoolsResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*ListLimitPoolsResponse_FieldTerminalPath) WithIArrayItemValue

func (*ListLimitPoolsResponse_FieldTerminalPath) WithIArrayOfValues

func (*ListLimitPoolsResponse_FieldTerminalPath) WithIValue

func (*ListLimitPoolsResponse_FieldTerminalPath) WithRawIArrayItemValue

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

func (*ListLimitPoolsResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*ListLimitPoolsResponse_FieldTerminalPath) WithRawIValue

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

type ListLimitPoolsResponse_FieldTerminalPathArrayItemValue

type ListLimitPoolsResponse_FieldTerminalPathArrayItemValue struct {
	ListLimitPoolsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListLimitPoolsResponse_FieldTerminalPathArrayItemValue) AsLimitPoolsItemValue

func (*ListLimitPoolsResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*ListLimitPoolsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*ListLimitPoolsResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*ListLimitPoolsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type ListLimitPoolsResponse_FieldTerminalPathArrayOfValues

type ListLimitPoolsResponse_FieldTerminalPathArrayOfValues struct {
	ListLimitPoolsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListLimitPoolsResponse_FieldTerminalPathArrayOfValues) AsLimitPoolsArrayOfValues

func (fpaov *ListLimitPoolsResponse_FieldTerminalPathArrayOfValues) AsLimitPoolsArrayOfValues() ([][]*limit_pool.LimitPool, bool)

func (*ListLimitPoolsResponse_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues

func (fpaov *ListLimitPoolsResponse_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues() ([]*limit_pool.PagerCursor, bool)

func (*ListLimitPoolsResponse_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues

func (fpaov *ListLimitPoolsResponse_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues() ([]*limit_pool.PagerCursor, bool)

func (*ListLimitPoolsResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type ListLimitPoolsResponse_FieldTerminalPathValue

type ListLimitPoolsResponse_FieldTerminalPathValue struct {
	ListLimitPoolsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListLimitPoolsResponse_FieldTerminalPathValue) AsLimitPoolsValue

func (*ListLimitPoolsResponse_FieldTerminalPathValue) AsNextPageTokenValue

func (*ListLimitPoolsResponse_FieldTerminalPathValue) AsPrevPageTokenValue

func (*ListLimitPoolsResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'ListLimitPoolsResponse_FieldTerminalPathValue' with the value under path in 'ListLimitPoolsResponse'.

func (*ListLimitPoolsResponse_FieldTerminalPathValue) CompareWithRaw

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

func (*ListLimitPoolsResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*ListLimitPoolsResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object ListLimitPoolsResponse

func (*ListLimitPoolsResponse_FieldTerminalPathValue) SetToRaw

type UpdateLimitPoolDescriptor

type UpdateLimitPoolDescriptor struct{}

func GetUpdateLimitPoolDescriptor

func GetUpdateLimitPoolDescriptor() *UpdateLimitPoolDescriptor

func (*UpdateLimitPoolDescriptor) GetApiDescriptor

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

func (*UpdateLimitPoolDescriptor) GetApiName

func (d *UpdateLimitPoolDescriptor) GetApiName() string

func (*UpdateLimitPoolDescriptor) GetClientMsgReflectHandle

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

func (*UpdateLimitPoolDescriptor) GetFullMethodName

func (d *UpdateLimitPoolDescriptor) GetFullMethodName() string

func (*UpdateLimitPoolDescriptor) GetMethodName

func (d *UpdateLimitPoolDescriptor) GetMethodName() string

func (*UpdateLimitPoolDescriptor) GetProtoPkgName

func (d *UpdateLimitPoolDescriptor) GetProtoPkgName() string

func (*UpdateLimitPoolDescriptor) GetResourceDescriptor

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

func (*UpdateLimitPoolDescriptor) GetServerMsgReflectHandle

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

func (*UpdateLimitPoolDescriptor) GetServiceDomain

func (d *UpdateLimitPoolDescriptor) GetServiceDomain() string

func (*UpdateLimitPoolDescriptor) GetServiceVersion

func (d *UpdateLimitPoolDescriptor) GetServiceVersion() string

func (*UpdateLimitPoolDescriptor) GetVerb

func (d *UpdateLimitPoolDescriptor) GetVerb() string

func (*UpdateLimitPoolDescriptor) HasResource

func (d *UpdateLimitPoolDescriptor) HasResource() bool

func (*UpdateLimitPoolDescriptor) IsClientStream

func (d *UpdateLimitPoolDescriptor) IsClientStream() bool

func (*UpdateLimitPoolDescriptor) IsCollection

func (d *UpdateLimitPoolDescriptor) IsCollection() bool

func (*UpdateLimitPoolDescriptor) IsPlural

func (d *UpdateLimitPoolDescriptor) IsPlural() bool

func (*UpdateLimitPoolDescriptor) IsServerStream

func (d *UpdateLimitPoolDescriptor) IsServerStream() bool

func (*UpdateLimitPoolDescriptor) IsUnary

func (d *UpdateLimitPoolDescriptor) IsUnary() bool

func (*UpdateLimitPoolDescriptor) NewEmptyClientMsg

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

func (*UpdateLimitPoolDescriptor) NewEmptyServerMsg

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

func (*UpdateLimitPoolDescriptor) RequestHasResourceBody

func (d *UpdateLimitPoolDescriptor) RequestHasResourceBody() bool

type UpdateLimitPoolDescriptorClientMsgHandle

type UpdateLimitPoolDescriptorClientMsgHandle struct{}

func (*UpdateLimitPoolDescriptorClientMsgHandle) ExtractCollectionName

func (*UpdateLimitPoolDescriptorClientMsgHandle) ExtractResourceName

func (*UpdateLimitPoolDescriptorClientMsgHandle) ExtractResourceNames

type UpdateLimitPoolDescriptorServerMsgHandle

type UpdateLimitPoolDescriptorServerMsgHandle struct{}

func (*UpdateLimitPoolDescriptorServerMsgHandle) ExtractCollectionName

func (*UpdateLimitPoolDescriptorServerMsgHandle) ExtractResourceName

func (*UpdateLimitPoolDescriptorServerMsgHandle) ExtractResourceNames

type UpdateLimitPoolRequest

type UpdateLimitPoolRequest struct {

	// LimitPool resource body
	LimitPool *limit_pool.LimitPool `protobuf:"bytes,2,opt,name=limit_pool,json=limitPool,proto3" json:"limit_pool,omitempty" firestore:"limitPool"`
	// FieldMask applied to request - change will be applied only for fields in
	// the mask
	UpdateMask *limit_pool.LimitPool_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 *UpdateLimitPoolRequest_CAS `protobuf:"bytes,4,opt,name=cas,proto3" json:"cas,omitempty" firestore:"cas"`
	// contains filtered or unexported fields
}

Request message for method [UpdateLimitPool][ntt.limits.v1alpha2.UpdateLimitPool]

func (*UpdateLimitPoolRequest) Clone

func (*UpdateLimitPoolRequest) CloneRaw

func (*UpdateLimitPoolRequest) Descriptor

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

Deprecated, Use UpdateLimitPoolRequest.ProtoReflect.Descriptor instead.

func (*UpdateLimitPoolRequest) GetCas

func (*UpdateLimitPoolRequest) GetLimitPool

func (m *UpdateLimitPoolRequest) GetLimitPool() *limit_pool.LimitPool

func (*UpdateLimitPoolRequest) GetUpdateMask

func (*UpdateLimitPoolRequest) GotenMessage

func (*UpdateLimitPoolRequest) GotenMessage()

func (*UpdateLimitPoolRequest) GotenObjectExt

func (o *UpdateLimitPoolRequest) GotenObjectExt()

func (*UpdateLimitPoolRequest) GotenValidate

func (obj *UpdateLimitPoolRequest) GotenValidate() error

func (*UpdateLimitPoolRequest) MakeDiffFieldMask

func (*UpdateLimitPoolRequest) MakeFullFieldMask

func (*UpdateLimitPoolRequest) MakeRawDiffFieldMask

func (*UpdateLimitPoolRequest) MakeRawFullFieldMask

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

func (*UpdateLimitPoolRequest) Marshal

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

func (*UpdateLimitPoolRequest) MarshalJSON

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

func (*UpdateLimitPoolRequest) Merge

func (*UpdateLimitPoolRequest) MergeRaw

func (*UpdateLimitPoolRequest) ProtoMessage

func (*UpdateLimitPoolRequest) ProtoMessage()

func (*UpdateLimitPoolRequest) ProtoReflect

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

func (*UpdateLimitPoolRequest) Reset

func (m *UpdateLimitPoolRequest) Reset()

func (*UpdateLimitPoolRequest) SetCas

func (*UpdateLimitPoolRequest) SetLimitPool

func (m *UpdateLimitPoolRequest) SetLimitPool(fv *limit_pool.LimitPool)

func (*UpdateLimitPoolRequest) SetUpdateMask

func (*UpdateLimitPoolRequest) String

func (m *UpdateLimitPoolRequest) String() string

func (*UpdateLimitPoolRequest) Unmarshal

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

func (*UpdateLimitPoolRequest) UnmarshalJSON

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

type UpdateLimitPoolRequestCASFieldPathBuilder

type UpdateLimitPoolRequestCASFieldPathBuilder struct{}

func NewUpdateLimitPoolRequestCASFieldPathBuilder

func NewUpdateLimitPoolRequestCASFieldPathBuilder() UpdateLimitPoolRequestCASFieldPathBuilder

func (UpdateLimitPoolRequestCASFieldPathBuilder) ConditionalState

func (UpdateLimitPoolRequestCASFieldPathBuilder) FieldMask

type UpdateLimitPoolRequestCAS_FieldPath

type UpdateLimitPoolRequestCAS_FieldPath interface {
	gotenobject.FieldPath
	Selector() UpdateLimitPoolRequestCAS_FieldPathSelector
	Get(source *UpdateLimitPoolRequest_CAS) []interface{}
	GetSingle(source *UpdateLimitPoolRequest_CAS) (interface{}, bool)
	ClearValue(item *UpdateLimitPoolRequest_CAS)

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

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

func MustParseUpdateLimitPoolRequestCAS_FieldPath

func MustParseUpdateLimitPoolRequestCAS_FieldPath(rawField string) UpdateLimitPoolRequestCAS_FieldPath

func ParseUpdateLimitPoolRequestCAS_FieldPath

func ParseUpdateLimitPoolRequestCAS_FieldPath(rawField string) (UpdateLimitPoolRequestCAS_FieldPath, error)

type UpdateLimitPoolRequestCAS_FieldPathArrayItemValue

type UpdateLimitPoolRequestCAS_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	UpdateLimitPoolRequestCAS_FieldPath
	ContainsValue(*UpdateLimitPoolRequest_CAS) bool
}

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

func MustParseUpdateLimitPoolRequestCAS_FieldPathArrayItemValue

func MustParseUpdateLimitPoolRequestCAS_FieldPathArrayItemValue(pathStr, valueStr string) UpdateLimitPoolRequestCAS_FieldPathArrayItemValue

func ParseUpdateLimitPoolRequestCAS_FieldPathArrayItemValue

func ParseUpdateLimitPoolRequestCAS_FieldPathArrayItemValue(pathStr, valueStr string) (UpdateLimitPoolRequestCAS_FieldPathArrayItemValue, error)

ParseUpdateLimitPoolRequestCAS_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type UpdateLimitPoolRequestCAS_FieldPathArrayOfValues

type UpdateLimitPoolRequestCAS_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	UpdateLimitPoolRequestCAS_FieldPath
}

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

func MustParseUpdateLimitPoolRequestCAS_FieldPathArrayOfValues

func MustParseUpdateLimitPoolRequestCAS_FieldPathArrayOfValues(pathStr, valuesStr string) UpdateLimitPoolRequestCAS_FieldPathArrayOfValues

func ParseUpdateLimitPoolRequestCAS_FieldPathArrayOfValues

func ParseUpdateLimitPoolRequestCAS_FieldPathArrayOfValues(pathStr, valuesStr string) (UpdateLimitPoolRequestCAS_FieldPathArrayOfValues, error)

type UpdateLimitPoolRequestCAS_FieldPathSelector

type UpdateLimitPoolRequestCAS_FieldPathSelector int32
const (
	UpdateLimitPoolRequestCAS_FieldPathSelectorConditionalState UpdateLimitPoolRequestCAS_FieldPathSelector = 0
	UpdateLimitPoolRequestCAS_FieldPathSelectorFieldMask        UpdateLimitPoolRequestCAS_FieldPathSelector = 1
)

func (UpdateLimitPoolRequestCAS_FieldPathSelector) String

type UpdateLimitPoolRequestCAS_FieldPathValue

type UpdateLimitPoolRequestCAS_FieldPathValue interface {
	UpdateLimitPoolRequestCAS_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **UpdateLimitPoolRequest_CAS)
	CompareWith(*UpdateLimitPoolRequest_CAS) (cmp int, comparable bool)
}

UpdateLimitPoolRequestCAS_FieldPathValue allows storing values for CAS fields according to their type

func MustParseUpdateLimitPoolRequestCAS_FieldPathValue

func MustParseUpdateLimitPoolRequestCAS_FieldPathValue(pathStr, valueStr string) UpdateLimitPoolRequestCAS_FieldPathValue

func ParseUpdateLimitPoolRequestCAS_FieldPathValue

func ParseUpdateLimitPoolRequestCAS_FieldPathValue(pathStr, valueStr string) (UpdateLimitPoolRequestCAS_FieldPathValue, error)

type UpdateLimitPoolRequestCAS_FieldSubPath

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

func (*UpdateLimitPoolRequestCAS_FieldSubPath) AsConditionalStateSubPath

func (fps *UpdateLimitPoolRequestCAS_FieldSubPath) AsConditionalStateSubPath() (limit_pool.LimitPool_FieldPath, bool)

func (*UpdateLimitPoolRequestCAS_FieldSubPath) ClearValue

func (*UpdateLimitPoolRequestCAS_FieldSubPath) ClearValueRaw

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

func (*UpdateLimitPoolRequestCAS_FieldSubPath) Get

func (fps *UpdateLimitPoolRequestCAS_FieldSubPath) Get(source *UpdateLimitPoolRequest_CAS) (values []interface{})

Get returns all values pointed by selected field from source UpdateLimitPoolRequest_CAS

func (*UpdateLimitPoolRequestCAS_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*UpdateLimitPoolRequestCAS_FieldSubPath) GetRaw

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

func (*UpdateLimitPoolRequestCAS_FieldSubPath) GetSingle

func (fps *UpdateLimitPoolRequestCAS_FieldSubPath) GetSingle(source *UpdateLimitPoolRequest_CAS) (interface{}, bool)

GetSingle returns value of selected field from source UpdateLimitPoolRequest_CAS

func (*UpdateLimitPoolRequestCAS_FieldSubPath) GetSingleRaw

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

func (*UpdateLimitPoolRequestCAS_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdateLimitPoolRequestCAS_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdateLimitPoolRequestCAS_FieldSubPath) Selector

func (*UpdateLimitPoolRequestCAS_FieldSubPath) String

String returns path representation in proto convention

func (*UpdateLimitPoolRequestCAS_FieldSubPath) WithIArrayItemValue

func (*UpdateLimitPoolRequestCAS_FieldSubPath) WithIArrayOfValues

func (*UpdateLimitPoolRequestCAS_FieldSubPath) WithIValue

func (*UpdateLimitPoolRequestCAS_FieldSubPath) WithRawIArrayItemValue

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

func (*UpdateLimitPoolRequestCAS_FieldSubPath) WithRawIArrayOfValues

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

func (*UpdateLimitPoolRequestCAS_FieldSubPath) WithRawIValue

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

type UpdateLimitPoolRequestCAS_FieldSubPathArrayItemValue

type UpdateLimitPoolRequestCAS_FieldSubPathArrayItemValue struct {
	UpdateLimitPoolRequestCAS_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateLimitPoolRequestCAS_FieldSubPathArrayItemValue) AsConditionalStatePathItemValue

func (*UpdateLimitPoolRequestCAS_FieldSubPathArrayItemValue) ContainsValue

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

func (*UpdateLimitPoolRequestCAS_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type UpdateLimitPoolRequestCAS_FieldSubPathArrayOfValues

type UpdateLimitPoolRequestCAS_FieldSubPathArrayOfValues struct {
	UpdateLimitPoolRequestCAS_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateLimitPoolRequestCAS_FieldSubPathArrayOfValues) AsConditionalStatePathArrayOfValues

func (*UpdateLimitPoolRequestCAS_FieldSubPathArrayOfValues) GetRawValues

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

type UpdateLimitPoolRequestCAS_FieldSubPathValue

type UpdateLimitPoolRequestCAS_FieldSubPathValue struct {
	UpdateLimitPoolRequestCAS_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateLimitPoolRequestCAS_FieldSubPathValue) AsConditionalStatePathValue

func (*UpdateLimitPoolRequestCAS_FieldSubPathValue) CompareWith

func (*UpdateLimitPoolRequestCAS_FieldSubPathValue) CompareWithRaw

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

func (*UpdateLimitPoolRequestCAS_FieldSubPathValue) GetRawValue

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

func (*UpdateLimitPoolRequestCAS_FieldSubPathValue) SetTo

func (*UpdateLimitPoolRequestCAS_FieldSubPathValue) SetToRaw

type UpdateLimitPoolRequestCAS_FieldTerminalPath

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

func (*UpdateLimitPoolRequestCAS_FieldTerminalPath) ClearValue

func (*UpdateLimitPoolRequestCAS_FieldTerminalPath) ClearValueRaw

func (*UpdateLimitPoolRequestCAS_FieldTerminalPath) Get

func (fp *UpdateLimitPoolRequestCAS_FieldTerminalPath) Get(source *UpdateLimitPoolRequest_CAS) (values []interface{})

Get returns all values pointed by specific field from source UpdateLimitPoolRequest_CAS

func (*UpdateLimitPoolRequestCAS_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*UpdateLimitPoolRequestCAS_FieldTerminalPath) GetRaw

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

func (*UpdateLimitPoolRequestCAS_FieldTerminalPath) GetSingle

func (fp *UpdateLimitPoolRequestCAS_FieldTerminalPath) GetSingle(source *UpdateLimitPoolRequest_CAS) (interface{}, bool)

GetSingle returns value pointed by specific field of from source UpdateLimitPoolRequest_CAS

func (*UpdateLimitPoolRequestCAS_FieldTerminalPath) GetSingleRaw

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

func (*UpdateLimitPoolRequestCAS_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdateLimitPoolRequestCAS_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdateLimitPoolRequestCAS_FieldTerminalPath) Selector

func (*UpdateLimitPoolRequestCAS_FieldTerminalPath) String

String returns path representation in proto convention

func (*UpdateLimitPoolRequestCAS_FieldTerminalPath) WithIArrayItemValue

func (*UpdateLimitPoolRequestCAS_FieldTerminalPath) WithIArrayOfValues

func (*UpdateLimitPoolRequestCAS_FieldTerminalPath) WithIValue

func (*UpdateLimitPoolRequestCAS_FieldTerminalPath) WithRawIArrayItemValue

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

func (*UpdateLimitPoolRequestCAS_FieldTerminalPath) WithRawIArrayOfValues

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

func (*UpdateLimitPoolRequestCAS_FieldTerminalPath) WithRawIValue

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

type UpdateLimitPoolRequestCAS_FieldTerminalPathArrayItemValue

type UpdateLimitPoolRequestCAS_FieldTerminalPathArrayItemValue struct {
	UpdateLimitPoolRequestCAS_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateLimitPoolRequestCAS_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*UpdateLimitPoolRequestCAS_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*UpdateLimitPoolRequestCAS_FieldTerminalPathArrayItemValue) GetSingle

func (*UpdateLimitPoolRequestCAS_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type UpdateLimitPoolRequestCAS_FieldTerminalPathArrayOfValues

type UpdateLimitPoolRequestCAS_FieldTerminalPathArrayOfValues struct {
	UpdateLimitPoolRequestCAS_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateLimitPoolRequestCAS_FieldTerminalPathArrayOfValues) AsConditionalStateArrayOfValues

func (fpaov *UpdateLimitPoolRequestCAS_FieldTerminalPathArrayOfValues) AsConditionalStateArrayOfValues() ([]*limit_pool.LimitPool, bool)

func (*UpdateLimitPoolRequestCAS_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*UpdateLimitPoolRequestCAS_FieldTerminalPathArrayOfValues) GetRawValues

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

type UpdateLimitPoolRequestCAS_FieldTerminalPathValue

type UpdateLimitPoolRequestCAS_FieldTerminalPathValue struct {
	UpdateLimitPoolRequestCAS_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateLimitPoolRequestCAS_FieldTerminalPathValue) AsConditionalStateValue

func (*UpdateLimitPoolRequestCAS_FieldTerminalPathValue) AsFieldMaskValue

func (*UpdateLimitPoolRequestCAS_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'UpdateLimitPoolRequestCAS_FieldTerminalPathValue' with the value under path in 'UpdateLimitPoolRequest_CAS'.

func (*UpdateLimitPoolRequestCAS_FieldTerminalPathValue) CompareWithRaw

func (*UpdateLimitPoolRequestCAS_FieldTerminalPathValue) GetRawValue

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

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

func (*UpdateLimitPoolRequestCAS_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object CAS

func (*UpdateLimitPoolRequestCAS_FieldTerminalPathValue) SetToRaw

type UpdateLimitPoolRequestFieldPathBuilder

type UpdateLimitPoolRequestFieldPathBuilder struct{}

func NewUpdateLimitPoolRequestFieldPathBuilder

func NewUpdateLimitPoolRequestFieldPathBuilder() UpdateLimitPoolRequestFieldPathBuilder

func (UpdateLimitPoolRequestFieldPathBuilder) Cas

func (UpdateLimitPoolRequestFieldPathBuilder) LimitPool

func (UpdateLimitPoolRequestFieldPathBuilder) UpdateMask

type UpdateLimitPoolRequestMapPathSelectorCasConditionalStateMetadataAnnotations

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

func (UpdateLimitPoolRequestMapPathSelectorCasConditionalStateMetadataAnnotations) FieldPath

func (UpdateLimitPoolRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateLimitPoolRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithValue

type UpdateLimitPoolRequestMapPathSelectorCasConditionalStateMetadataLabels

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

func (UpdateLimitPoolRequestMapPathSelectorCasConditionalStateMetadataLabels) FieldPath

func (UpdateLimitPoolRequestMapPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateLimitPoolRequestMapPathSelectorCasConditionalStateMetadataLabels) WithValue

type UpdateLimitPoolRequestMapPathSelectorCasConditionalStateMetadataShards

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

func (UpdateLimitPoolRequestMapPathSelectorCasConditionalStateMetadataShards) FieldPath

func (UpdateLimitPoolRequestMapPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues

func (UpdateLimitPoolRequestMapPathSelectorCasConditionalStateMetadataShards) WithValue

type UpdateLimitPoolRequestMapPathSelectorLimitPoolMetadataAnnotations

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

func (UpdateLimitPoolRequestMapPathSelectorLimitPoolMetadataAnnotations) FieldPath

func (UpdateLimitPoolRequestMapPathSelectorLimitPoolMetadataAnnotations) WithArrayOfValues

func (UpdateLimitPoolRequestMapPathSelectorLimitPoolMetadataAnnotations) WithValue

type UpdateLimitPoolRequestMapPathSelectorLimitPoolMetadataLabels

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

func (UpdateLimitPoolRequestMapPathSelectorLimitPoolMetadataLabels) FieldPath

func (UpdateLimitPoolRequestMapPathSelectorLimitPoolMetadataLabels) WithArrayOfValues

func (UpdateLimitPoolRequestMapPathSelectorLimitPoolMetadataLabels) WithValue

type UpdateLimitPoolRequestMapPathSelectorLimitPoolMetadataShards

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

func (UpdateLimitPoolRequestMapPathSelectorLimitPoolMetadataShards) FieldPath

func (UpdateLimitPoolRequestMapPathSelectorLimitPoolMetadataShards) WithArrayOfValues

func (UpdateLimitPoolRequestMapPathSelectorLimitPoolMetadataShards) WithValue

type UpdateLimitPoolRequestPathSelectorCas

type UpdateLimitPoolRequestPathSelectorCas struct{}

func (UpdateLimitPoolRequestPathSelectorCas) ConditionalState

func (UpdateLimitPoolRequestPathSelectorCas) FieldMask

func (UpdateLimitPoolRequestPathSelectorCas) FieldPath

func (UpdateLimitPoolRequestPathSelectorCas) WithArrayOfValues

func (UpdateLimitPoolRequestPathSelectorCas) WithSubArrayItemValue

func (UpdateLimitPoolRequestPathSelectorCas) WithSubArrayOfValues

func (UpdateLimitPoolRequestPathSelectorCas) WithSubPath

func (UpdateLimitPoolRequestPathSelectorCas) WithSubValue

type UpdateLimitPoolRequestPathSelectorCasConditionalState

type UpdateLimitPoolRequestPathSelectorCasConditionalState struct{}

func (UpdateLimitPoolRequestPathSelectorCasConditionalState) ActiveSize

func (UpdateLimitPoolRequestPathSelectorCasConditionalState) FieldPath

func (UpdateLimitPoolRequestPathSelectorCasConditionalState) Metadata

func (UpdateLimitPoolRequestPathSelectorCasConditionalState) Name

func (UpdateLimitPoolRequestPathSelectorCasConditionalState) Reserved

func (UpdateLimitPoolRequestPathSelectorCasConditionalState) Resource

func (UpdateLimitPoolRequestPathSelectorCasConditionalState) Service

func (UpdateLimitPoolRequestPathSelectorCasConditionalState) Source

func (UpdateLimitPoolRequestPathSelectorCasConditionalState) WithArrayOfValues

func (UpdateLimitPoolRequestPathSelectorCasConditionalState) WithValue

type UpdateLimitPoolRequestPathSelectorCasConditionalStateActiveSize

type UpdateLimitPoolRequestPathSelectorCasConditionalStateActiveSize struct{}

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateActiveSize) FieldPath

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateActiveSize) WithArrayOfValues

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateActiveSize) WithValue

type UpdateLimitPoolRequestPathSelectorCasConditionalStateConfiguredSize

type UpdateLimitPoolRequestPathSelectorCasConditionalStateConfiguredSize struct{}

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateConfiguredSize) FieldPath

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateConfiguredSize) WithArrayOfValues

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateConfiguredSize) WithValue

type UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadata

type UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadata struct{}

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadata) FieldPath

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadata) Tags

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadata) Uuid

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadata) WithArrayOfValues

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadata) WithValue

type UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataAnnotations

type UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataAnnotations struct{}

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataAnnotations) FieldPath

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataAnnotations) WithValue

type UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataCreateTime

type UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataCreateTime struct{}

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataCreateTime) FieldPath

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataCreateTime) WithArrayOfValues

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataCreateTime) WithValue

type UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataGeneration

type UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataGeneration struct{}

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataGeneration) FieldPath

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataGeneration) WithArrayOfValues

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataGeneration) WithValue

type UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataLabels

type UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataLabels struct{}

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataLabels) FieldPath

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataLabels) WithValue

type UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataOwnerReferences

type UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataOwnerReferences struct{}

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataOwnerReferences) FieldPath

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithArrayOfValues

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithItemValue

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithValue

type UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataOwnerReferencesApiVersion

type UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataOwnerReferencesApiVersion struct{}

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataOwnerReferencesApiVersion) FieldPath

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataOwnerReferencesApiVersion) WithArrayOfValues

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataOwnerReferencesApiVersion) WithValue

type UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion

type UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController

type UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController struct{}

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) FieldPath

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) WithArrayOfValues

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) WithValue

type UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind

type UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind struct{}

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) FieldPath

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) WithValue

type UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName

type UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName struct{}

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) FieldPath

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) WithArrayOfValues

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) WithValue

type UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataOwnerReferencesUid

type UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataOwnerReferencesUid struct{}

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataOwnerReferencesUid) FieldPath

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataOwnerReferencesUid) WithArrayOfValues

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataOwnerReferencesUid) WithValue

type UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataResourceVersion

type UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataResourceVersion struct{}

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataResourceVersion) FieldPath

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithArrayOfValues

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithValue

type UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataShards

type UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataShards struct{}

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataShards) FieldPath

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataShards) WithValue

type UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataSyncing

type UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataSyncing struct{}

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataSyncing) FieldPath

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataSyncing) WithArrayOfValues

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataSyncing) WithValue

type UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion

type UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion struct{}

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) FieldPath

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) WithValue

type UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataSyncingRegions

type UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataSyncingRegions struct{}

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataSyncingRegions) FieldPath

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithArrayOfValues

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithItemValue

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithValue

type UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataTags

type UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataTags struct{}

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataTags) FieldPath

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataTags) WithArrayOfValues

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataTags) WithItemValue

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataTags) WithValue

type UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataUpdateTime

type UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataUpdateTime struct{}

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataUpdateTime) FieldPath

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithArrayOfValues

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithValue

type UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataUuid

type UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataUuid struct{}

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataUuid) FieldPath

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataUuid) WithArrayOfValues

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateMetadataUuid) WithValue

type UpdateLimitPoolRequestPathSelectorCasConditionalStateName

type UpdateLimitPoolRequestPathSelectorCasConditionalStateName struct{}

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateName) FieldPath

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateName) WithArrayOfValues

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateName) WithValue

type UpdateLimitPoolRequestPathSelectorCasConditionalStateReserved

type UpdateLimitPoolRequestPathSelectorCasConditionalStateReserved struct{}

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateReserved) FieldPath

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateReserved) WithArrayOfValues

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateReserved) WithValue

type UpdateLimitPoolRequestPathSelectorCasConditionalStateResource

type UpdateLimitPoolRequestPathSelectorCasConditionalStateResource struct{}

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateResource) FieldPath

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateResource) WithArrayOfValues

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateResource) WithValue

type UpdateLimitPoolRequestPathSelectorCasConditionalStateService

type UpdateLimitPoolRequestPathSelectorCasConditionalStateService struct{}

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateService) FieldPath

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateService) WithArrayOfValues

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateService) WithValue

type UpdateLimitPoolRequestPathSelectorCasConditionalStateSource

type UpdateLimitPoolRequestPathSelectorCasConditionalStateSource struct{}

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateSource) FieldPath

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateSource) WithArrayOfValues

func (UpdateLimitPoolRequestPathSelectorCasConditionalStateSource) WithValue

type UpdateLimitPoolRequestPathSelectorCasFieldMask

type UpdateLimitPoolRequestPathSelectorCasFieldMask struct{}

func (UpdateLimitPoolRequestPathSelectorCasFieldMask) FieldPath

func (UpdateLimitPoolRequestPathSelectorCasFieldMask) WithArrayOfValues

func (UpdateLimitPoolRequestPathSelectorCasFieldMask) WithValue

type UpdateLimitPoolRequestPathSelectorLimitPool

type UpdateLimitPoolRequestPathSelectorLimitPool struct{}

func (UpdateLimitPoolRequestPathSelectorLimitPool) ActiveSize

func (UpdateLimitPoolRequestPathSelectorLimitPool) ConfiguredSize

func (UpdateLimitPoolRequestPathSelectorLimitPool) FieldPath

func (UpdateLimitPoolRequestPathSelectorLimitPool) Metadata

func (UpdateLimitPoolRequestPathSelectorLimitPool) Name

func (UpdateLimitPoolRequestPathSelectorLimitPool) Reserved

func (UpdateLimitPoolRequestPathSelectorLimitPool) Resource

func (UpdateLimitPoolRequestPathSelectorLimitPool) Service

func (UpdateLimitPoolRequestPathSelectorLimitPool) Source

func (UpdateLimitPoolRequestPathSelectorLimitPool) WithArrayOfValues

func (UpdateLimitPoolRequestPathSelectorLimitPool) WithSubArrayItemValue

func (UpdateLimitPoolRequestPathSelectorLimitPool) WithSubArrayOfValues

func (UpdateLimitPoolRequestPathSelectorLimitPool) WithSubPath

func (UpdateLimitPoolRequestPathSelectorLimitPool) WithSubValue

func (UpdateLimitPoolRequestPathSelectorLimitPool) WithValue

type UpdateLimitPoolRequestPathSelectorLimitPoolActiveSize

type UpdateLimitPoolRequestPathSelectorLimitPoolActiveSize struct{}

func (UpdateLimitPoolRequestPathSelectorLimitPoolActiveSize) FieldPath

func (UpdateLimitPoolRequestPathSelectorLimitPoolActiveSize) WithArrayOfValues

func (UpdateLimitPoolRequestPathSelectorLimitPoolActiveSize) WithValue

type UpdateLimitPoolRequestPathSelectorLimitPoolConfiguredSize

type UpdateLimitPoolRequestPathSelectorLimitPoolConfiguredSize struct{}

func (UpdateLimitPoolRequestPathSelectorLimitPoolConfiguredSize) FieldPath

func (UpdateLimitPoolRequestPathSelectorLimitPoolConfiguredSize) WithArrayOfValues

func (UpdateLimitPoolRequestPathSelectorLimitPoolConfiguredSize) WithValue

type UpdateLimitPoolRequestPathSelectorLimitPoolMetadata

type UpdateLimitPoolRequestPathSelectorLimitPoolMetadata struct{}

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadata) Annotations

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadata) CreateTime

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadata) FieldPath

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadata) Generation

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadata) Labels

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadata) Shards

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadata) Syncing

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadata) Tags

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadata) UpdateTime

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadata) Uuid

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadata) WithArrayOfValues

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadata) WithValue

type UpdateLimitPoolRequestPathSelectorLimitPoolMetadataAnnotations

type UpdateLimitPoolRequestPathSelectorLimitPoolMetadataAnnotations struct{}

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadataAnnotations) FieldPath

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadataAnnotations) WithArrayOfValues

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadataAnnotations) WithKey

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadataAnnotations) WithValue

type UpdateLimitPoolRequestPathSelectorLimitPoolMetadataCreateTime

type UpdateLimitPoolRequestPathSelectorLimitPoolMetadataCreateTime struct{}

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadataCreateTime) FieldPath

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadataCreateTime) WithArrayOfValues

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadataCreateTime) WithValue

type UpdateLimitPoolRequestPathSelectorLimitPoolMetadataGeneration

type UpdateLimitPoolRequestPathSelectorLimitPoolMetadataGeneration struct{}

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadataGeneration) FieldPath

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadataGeneration) WithArrayOfValues

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadataGeneration) WithValue

type UpdateLimitPoolRequestPathSelectorLimitPoolMetadataLabels

type UpdateLimitPoolRequestPathSelectorLimitPoolMetadataLabels struct{}

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadataLabels) FieldPath

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadataLabels) WithArrayOfValues

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadataLabels) WithKey

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadataLabels) WithValue

type UpdateLimitPoolRequestPathSelectorLimitPoolMetadataOwnerReferences

type UpdateLimitPoolRequestPathSelectorLimitPoolMetadataOwnerReferences struct{}

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadataOwnerReferences) FieldPath

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadataOwnerReferences) WithArrayOfValues

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadataOwnerReferences) WithItemValue

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadataOwnerReferences) WithValue

type UpdateLimitPoolRequestPathSelectorLimitPoolMetadataOwnerReferencesApiVersion

type UpdateLimitPoolRequestPathSelectorLimitPoolMetadataOwnerReferencesApiVersion struct{}

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadataOwnerReferencesApiVersion) FieldPath

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadataOwnerReferencesApiVersion) WithArrayOfValues

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadataOwnerReferencesApiVersion) WithValue

type UpdateLimitPoolRequestPathSelectorLimitPoolMetadataOwnerReferencesBlockOwnerDeletion

type UpdateLimitPoolRequestPathSelectorLimitPoolMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type UpdateLimitPoolRequestPathSelectorLimitPoolMetadataOwnerReferencesController

type UpdateLimitPoolRequestPathSelectorLimitPoolMetadataOwnerReferencesController struct{}

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadataOwnerReferencesController) FieldPath

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadataOwnerReferencesController) WithArrayOfValues

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadataOwnerReferencesController) WithValue

type UpdateLimitPoolRequestPathSelectorLimitPoolMetadataOwnerReferencesKind

type UpdateLimitPoolRequestPathSelectorLimitPoolMetadataOwnerReferencesKind struct{}

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadataOwnerReferencesKind) FieldPath

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadataOwnerReferencesKind) WithArrayOfValues

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadataOwnerReferencesKind) WithValue

type UpdateLimitPoolRequestPathSelectorLimitPoolMetadataOwnerReferencesName

type UpdateLimitPoolRequestPathSelectorLimitPoolMetadataOwnerReferencesName struct{}

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadataOwnerReferencesName) FieldPath

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadataOwnerReferencesName) WithArrayOfValues

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadataOwnerReferencesName) WithValue

type UpdateLimitPoolRequestPathSelectorLimitPoolMetadataOwnerReferencesUid

type UpdateLimitPoolRequestPathSelectorLimitPoolMetadataOwnerReferencesUid struct{}

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadataOwnerReferencesUid) FieldPath

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadataOwnerReferencesUid) WithArrayOfValues

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadataOwnerReferencesUid) WithValue

type UpdateLimitPoolRequestPathSelectorLimitPoolMetadataResourceVersion

type UpdateLimitPoolRequestPathSelectorLimitPoolMetadataResourceVersion struct{}

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadataResourceVersion) FieldPath

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadataResourceVersion) WithArrayOfValues

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadataResourceVersion) WithValue

type UpdateLimitPoolRequestPathSelectorLimitPoolMetadataShards

type UpdateLimitPoolRequestPathSelectorLimitPoolMetadataShards struct{}

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadataShards) FieldPath

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadataShards) WithArrayOfValues

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadataShards) WithKey

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadataShards) WithValue

type UpdateLimitPoolRequestPathSelectorLimitPoolMetadataSyncing

type UpdateLimitPoolRequestPathSelectorLimitPoolMetadataSyncing struct{}

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadataSyncing) FieldPath

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadataSyncing) Regions

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadataSyncing) WithArrayOfValues

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadataSyncing) WithValue

type UpdateLimitPoolRequestPathSelectorLimitPoolMetadataSyncingOwningRegion

type UpdateLimitPoolRequestPathSelectorLimitPoolMetadataSyncingOwningRegion struct{}

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadataSyncingOwningRegion) FieldPath

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadataSyncingOwningRegion) WithArrayOfValues

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadataSyncingOwningRegion) WithValue

type UpdateLimitPoolRequestPathSelectorLimitPoolMetadataSyncingRegions

type UpdateLimitPoolRequestPathSelectorLimitPoolMetadataSyncingRegions struct{}

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadataSyncingRegions) FieldPath

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadataSyncingRegions) WithArrayOfValues

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadataSyncingRegions) WithItemValue

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadataSyncingRegions) WithValue

type UpdateLimitPoolRequestPathSelectorLimitPoolMetadataTags

type UpdateLimitPoolRequestPathSelectorLimitPoolMetadataTags struct{}

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadataTags) FieldPath

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadataTags) WithArrayOfValues

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadataTags) WithItemValue

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadataTags) WithValue

type UpdateLimitPoolRequestPathSelectorLimitPoolMetadataUpdateTime

type UpdateLimitPoolRequestPathSelectorLimitPoolMetadataUpdateTime struct{}

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadataUpdateTime) FieldPath

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadataUpdateTime) WithArrayOfValues

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadataUpdateTime) WithValue

type UpdateLimitPoolRequestPathSelectorLimitPoolMetadataUuid

type UpdateLimitPoolRequestPathSelectorLimitPoolMetadataUuid struct{}

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadataUuid) FieldPath

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadataUuid) WithArrayOfValues

func (UpdateLimitPoolRequestPathSelectorLimitPoolMetadataUuid) WithValue

type UpdateLimitPoolRequestPathSelectorLimitPoolName

type UpdateLimitPoolRequestPathSelectorLimitPoolName struct{}

func (UpdateLimitPoolRequestPathSelectorLimitPoolName) FieldPath

func (UpdateLimitPoolRequestPathSelectorLimitPoolName) WithArrayOfValues

func (UpdateLimitPoolRequestPathSelectorLimitPoolName) WithValue

type UpdateLimitPoolRequestPathSelectorLimitPoolReserved

type UpdateLimitPoolRequestPathSelectorLimitPoolReserved struct{}

func (UpdateLimitPoolRequestPathSelectorLimitPoolReserved) FieldPath

func (UpdateLimitPoolRequestPathSelectorLimitPoolReserved) WithArrayOfValues

func (UpdateLimitPoolRequestPathSelectorLimitPoolReserved) WithValue

type UpdateLimitPoolRequestPathSelectorLimitPoolResource

type UpdateLimitPoolRequestPathSelectorLimitPoolResource struct{}

func (UpdateLimitPoolRequestPathSelectorLimitPoolResource) FieldPath

func (UpdateLimitPoolRequestPathSelectorLimitPoolResource) WithArrayOfValues

func (UpdateLimitPoolRequestPathSelectorLimitPoolResource) WithValue

type UpdateLimitPoolRequestPathSelectorLimitPoolService

type UpdateLimitPoolRequestPathSelectorLimitPoolService struct{}

func (UpdateLimitPoolRequestPathSelectorLimitPoolService) FieldPath

func (UpdateLimitPoolRequestPathSelectorLimitPoolService) WithArrayOfValues

func (UpdateLimitPoolRequestPathSelectorLimitPoolService) WithValue

type UpdateLimitPoolRequestPathSelectorLimitPoolSource

type UpdateLimitPoolRequestPathSelectorLimitPoolSource struct{}

func (UpdateLimitPoolRequestPathSelectorLimitPoolSource) FieldPath

func (UpdateLimitPoolRequestPathSelectorLimitPoolSource) WithArrayOfValues

func (UpdateLimitPoolRequestPathSelectorLimitPoolSource) WithValue

type UpdateLimitPoolRequestPathSelectorUpdateMask

type UpdateLimitPoolRequestPathSelectorUpdateMask struct{}

func (UpdateLimitPoolRequestPathSelectorUpdateMask) FieldPath

func (UpdateLimitPoolRequestPathSelectorUpdateMask) WithArrayOfValues

func (UpdateLimitPoolRequestPathSelectorUpdateMask) WithValue

type UpdateLimitPoolRequest_CAS

type UpdateLimitPoolRequest_CAS struct {

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

func (*UpdateLimitPoolRequest_CAS) CloneRaw

func (*UpdateLimitPoolRequest_CAS) Descriptor

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

Deprecated, Use UpdateLimitPoolRequest_CAS.ProtoReflect.Descriptor instead.

func (*UpdateLimitPoolRequest_CAS) GetConditionalState

func (m *UpdateLimitPoolRequest_CAS) GetConditionalState() *limit_pool.LimitPool

func (*UpdateLimitPoolRequest_CAS) GetFieldMask

func (*UpdateLimitPoolRequest_CAS) GotenMessage

func (*UpdateLimitPoolRequest_CAS) GotenMessage()

func (*UpdateLimitPoolRequest_CAS) GotenObjectExt

func (o *UpdateLimitPoolRequest_CAS) GotenObjectExt()

func (*UpdateLimitPoolRequest_CAS) GotenValidate

func (obj *UpdateLimitPoolRequest_CAS) GotenValidate() error

func (*UpdateLimitPoolRequest_CAS) MakeDiffFieldMask

func (*UpdateLimitPoolRequest_CAS) MakeFullFieldMask

func (*UpdateLimitPoolRequest_CAS) MakeRawDiffFieldMask

func (*UpdateLimitPoolRequest_CAS) MakeRawFullFieldMask

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

func (*UpdateLimitPoolRequest_CAS) Marshal

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

func (*UpdateLimitPoolRequest_CAS) MarshalJSON

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

func (*UpdateLimitPoolRequest_CAS) Merge

func (*UpdateLimitPoolRequest_CAS) MergeRaw

func (*UpdateLimitPoolRequest_CAS) ProtoMessage

func (*UpdateLimitPoolRequest_CAS) ProtoMessage()

func (*UpdateLimitPoolRequest_CAS) ProtoReflect

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

func (*UpdateLimitPoolRequest_CAS) Reset

func (m *UpdateLimitPoolRequest_CAS) Reset()

func (*UpdateLimitPoolRequest_CAS) SetConditionalState

func (m *UpdateLimitPoolRequest_CAS) SetConditionalState(fv *limit_pool.LimitPool)

func (*UpdateLimitPoolRequest_CAS) SetFieldMask

func (*UpdateLimitPoolRequest_CAS) String

func (m *UpdateLimitPoolRequest_CAS) String() string

func (*UpdateLimitPoolRequest_CAS) Unmarshal

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

func (*UpdateLimitPoolRequest_CAS) UnmarshalJSON

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

type UpdateLimitPoolRequest_CASMapPathSelectorConditionalStateMetadataAnnotations

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

func (UpdateLimitPoolRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) FieldPath

func (UpdateLimitPoolRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateLimitPoolRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) WithValue

type UpdateLimitPoolRequest_CASMapPathSelectorConditionalStateMetadataLabels

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

func (UpdateLimitPoolRequest_CASMapPathSelectorConditionalStateMetadataLabels) FieldPath

func (UpdateLimitPoolRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateLimitPoolRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithValue

type UpdateLimitPoolRequest_CASMapPathSelectorConditionalStateMetadataShards

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

func (UpdateLimitPoolRequest_CASMapPathSelectorConditionalStateMetadataShards) FieldPath

func (UpdateLimitPoolRequest_CASMapPathSelectorConditionalStateMetadataShards) WithArrayOfValues

func (UpdateLimitPoolRequest_CASMapPathSelectorConditionalStateMetadataShards) WithValue

type UpdateLimitPoolRequest_CASPathSelectorConditionalState

type UpdateLimitPoolRequest_CASPathSelectorConditionalState struct{}

func (UpdateLimitPoolRequest_CASPathSelectorConditionalState) ActiveSize

func (UpdateLimitPoolRequest_CASPathSelectorConditionalState) FieldPath

func (UpdateLimitPoolRequest_CASPathSelectorConditionalState) Metadata

func (UpdateLimitPoolRequest_CASPathSelectorConditionalState) Name

func (UpdateLimitPoolRequest_CASPathSelectorConditionalState) Reserved

func (UpdateLimitPoolRequest_CASPathSelectorConditionalState) Resource

func (UpdateLimitPoolRequest_CASPathSelectorConditionalState) Service

func (UpdateLimitPoolRequest_CASPathSelectorConditionalState) Source

func (UpdateLimitPoolRequest_CASPathSelectorConditionalState) WithArrayOfValues

func (UpdateLimitPoolRequest_CASPathSelectorConditionalState) WithSubArrayItemValue

func (UpdateLimitPoolRequest_CASPathSelectorConditionalState) WithSubArrayOfValues

func (UpdateLimitPoolRequest_CASPathSelectorConditionalState) WithSubPath

func (UpdateLimitPoolRequest_CASPathSelectorConditionalState) WithSubValue

func (UpdateLimitPoolRequest_CASPathSelectorConditionalState) WithValue

type UpdateLimitPoolRequest_CASPathSelectorConditionalStateActiveSize

type UpdateLimitPoolRequest_CASPathSelectorConditionalStateActiveSize struct{}

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateActiveSize) FieldPath

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateActiveSize) WithArrayOfValues

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateActiveSize) WithValue

type UpdateLimitPoolRequest_CASPathSelectorConditionalStateConfiguredSize

type UpdateLimitPoolRequest_CASPathSelectorConditionalStateConfiguredSize struct{}

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateConfiguredSize) FieldPath

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateConfiguredSize) WithArrayOfValues

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateConfiguredSize) WithValue

type UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadata

type UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadata struct{}

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadata) FieldPath

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadata) WithArrayOfValues

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadata) WithValue

type UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataAnnotations

type UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataAnnotations struct{}

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataAnnotations) FieldPath

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithValue

type UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataCreateTime

type UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataCreateTime struct{}

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataCreateTime) FieldPath

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataCreateTime) WithArrayOfValues

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataCreateTime) WithValue

type UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataGeneration

type UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataGeneration struct{}

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataGeneration) FieldPath

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataGeneration) WithArrayOfValues

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataGeneration) WithValue

type UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataLabels

type UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataLabels struct{}

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataLabels) FieldPath

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataLabels) WithValue

type UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataOwnerReferences

type UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataOwnerReferences struct{}

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) FieldPath

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithArrayOfValues

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithItemValue

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithValue

type UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesApiVersion

type UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesApiVersion struct{}

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesApiVersion) FieldPath

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesApiVersion) WithArrayOfValues

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesApiVersion) WithValue

type UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion

type UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController

type UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController struct{}

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) FieldPath

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) WithArrayOfValues

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) WithValue

type UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind

type UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind struct{}

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) FieldPath

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) WithValue

type UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName

type UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName struct{}

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) FieldPath

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) WithArrayOfValues

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) WithValue

type UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesUid

type UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesUid struct{}

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesUid) FieldPath

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesUid) WithArrayOfValues

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesUid) WithValue

type UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataResourceVersion

type UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataResourceVersion struct{}

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataResourceVersion) FieldPath

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataResourceVersion) WithArrayOfValues

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataResourceVersion) WithValue

type UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataShards

type UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataShards struct{}

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataShards) FieldPath

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataShards) WithArrayOfValues

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataShards) WithValue

type UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataSyncing

type UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataSyncing struct{}

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataSyncing) FieldPath

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataSyncing) WithArrayOfValues

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataSyncing) WithValue

type UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion

type UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion struct{}

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) FieldPath

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) WithValue

type UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataSyncingRegions

type UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataSyncingRegions struct{}

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) FieldPath

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithArrayOfValues

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithItemValue

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithValue

type UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataTags

type UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataTags struct{}

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataTags) FieldPath

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataTags) WithArrayOfValues

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataTags) WithItemValue

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataTags) WithValue

type UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataUpdateTime

type UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataUpdateTime struct{}

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataUpdateTime) FieldPath

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataUpdateTime) WithArrayOfValues

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataUpdateTime) WithValue

type UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataUuid

type UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataUuid struct{}

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataUuid) FieldPath

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataUuid) WithArrayOfValues

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateMetadataUuid) WithValue

type UpdateLimitPoolRequest_CASPathSelectorConditionalStateName

type UpdateLimitPoolRequest_CASPathSelectorConditionalStateName struct{}

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateName) FieldPath

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateName) WithArrayOfValues

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateName) WithValue

type UpdateLimitPoolRequest_CASPathSelectorConditionalStateReserved

type UpdateLimitPoolRequest_CASPathSelectorConditionalStateReserved struct{}

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateReserved) FieldPath

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateReserved) WithArrayOfValues

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateReserved) WithValue

type UpdateLimitPoolRequest_CASPathSelectorConditionalStateResource

type UpdateLimitPoolRequest_CASPathSelectorConditionalStateResource struct{}

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateResource) FieldPath

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateResource) WithArrayOfValues

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateResource) WithValue

type UpdateLimitPoolRequest_CASPathSelectorConditionalStateService

type UpdateLimitPoolRequest_CASPathSelectorConditionalStateService struct{}

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateService) FieldPath

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateService) WithArrayOfValues

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateService) WithValue

type UpdateLimitPoolRequest_CASPathSelectorConditionalStateSource

type UpdateLimitPoolRequest_CASPathSelectorConditionalStateSource struct{}

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateSource) FieldPath

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateSource) WithArrayOfValues

func (UpdateLimitPoolRequest_CASPathSelectorConditionalStateSource) WithValue

type UpdateLimitPoolRequest_CASPathSelectorFieldMask

type UpdateLimitPoolRequest_CASPathSelectorFieldMask struct{}

func (UpdateLimitPoolRequest_CASPathSelectorFieldMask) FieldPath

func (UpdateLimitPoolRequest_CASPathSelectorFieldMask) WithArrayOfValues

func (UpdateLimitPoolRequest_CASPathSelectorFieldMask) WithValue

type UpdateLimitPoolRequest_CAS_FieldMask

type UpdateLimitPoolRequest_CAS_FieldMask struct {
	Paths []UpdateLimitPoolRequestCAS_FieldPath
}

func FullUpdateLimitPoolRequest_CAS_FieldMask

func FullUpdateLimitPoolRequest_CAS_FieldMask() *UpdateLimitPoolRequest_CAS_FieldMask

func (*UpdateLimitPoolRequest_CAS_FieldMask) AppendPath

func (*UpdateLimitPoolRequest_CAS_FieldMask) AppendRawPath

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

func (*UpdateLimitPoolRequest_CAS_FieldMask) DecodeFirestore

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

func (*UpdateLimitPoolRequest_CAS_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*UpdateLimitPoolRequest_CAS_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*UpdateLimitPoolRequest_CAS_FieldMask) FromProtoFieldMask

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

func (*UpdateLimitPoolRequest_CAS_FieldMask) GetPaths

func (*UpdateLimitPoolRequest_CAS_FieldMask) GetRawPaths

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

func (*UpdateLimitPoolRequest_CAS_FieldMask) IsFull

func (fieldMask *UpdateLimitPoolRequest_CAS_FieldMask) IsFull() bool

func (UpdateLimitPoolRequest_CAS_FieldMask) Marshal

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

implement methods required by customType

func (UpdateLimitPoolRequest_CAS_FieldMask) MarshalJSON

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

func (*UpdateLimitPoolRequest_CAS_FieldMask) PathsCount

func (fieldMask *UpdateLimitPoolRequest_CAS_FieldMask) PathsCount() int

func (*UpdateLimitPoolRequest_CAS_FieldMask) Project

func (*UpdateLimitPoolRequest_CAS_FieldMask) ProjectRaw

func (*UpdateLimitPoolRequest_CAS_FieldMask) ProtoMessage

func (fieldMask *UpdateLimitPoolRequest_CAS_FieldMask) ProtoMessage()

func (*UpdateLimitPoolRequest_CAS_FieldMask) ProtoReflect

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

func (*UpdateLimitPoolRequest_CAS_FieldMask) Reset

func (fieldMask *UpdateLimitPoolRequest_CAS_FieldMask) Reset()

func (*UpdateLimitPoolRequest_CAS_FieldMask) Set

func (fieldMask *UpdateLimitPoolRequest_CAS_FieldMask) Set(target, source *UpdateLimitPoolRequest_CAS)

func (*UpdateLimitPoolRequest_CAS_FieldMask) SetFromCliFlag

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

func (*UpdateLimitPoolRequest_CAS_FieldMask) SetRaw

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

func (*UpdateLimitPoolRequest_CAS_FieldMask) Size

func (fieldMask *UpdateLimitPoolRequest_CAS_FieldMask) Size() int

func (*UpdateLimitPoolRequest_CAS_FieldMask) String

func (fieldMask *UpdateLimitPoolRequest_CAS_FieldMask) String() string

func (*UpdateLimitPoolRequest_CAS_FieldMask) Subtract

func (*UpdateLimitPoolRequest_CAS_FieldMask) SubtractRaw

func (*UpdateLimitPoolRequest_CAS_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*UpdateLimitPoolRequest_CAS_FieldMask) Unmarshal

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

func (*UpdateLimitPoolRequest_CAS_FieldMask) UnmarshalJSON

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

type UpdateLimitPoolRequest_FieldMask

type UpdateLimitPoolRequest_FieldMask struct {
	Paths []UpdateLimitPoolRequest_FieldPath
}

func FullUpdateLimitPoolRequest_FieldMask

func FullUpdateLimitPoolRequest_FieldMask() *UpdateLimitPoolRequest_FieldMask

func (*UpdateLimitPoolRequest_FieldMask) AppendPath

func (*UpdateLimitPoolRequest_FieldMask) AppendRawPath

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

func (*UpdateLimitPoolRequest_FieldMask) DecodeFirestore

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

func (*UpdateLimitPoolRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*UpdateLimitPoolRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*UpdateLimitPoolRequest_FieldMask) FromProtoFieldMask

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

func (*UpdateLimitPoolRequest_FieldMask) GetPaths

func (*UpdateLimitPoolRequest_FieldMask) GetRawPaths

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

func (*UpdateLimitPoolRequest_FieldMask) IsFull

func (fieldMask *UpdateLimitPoolRequest_FieldMask) IsFull() bool

func (UpdateLimitPoolRequest_FieldMask) Marshal

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

implement methods required by customType

func (UpdateLimitPoolRequest_FieldMask) MarshalJSON

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

func (*UpdateLimitPoolRequest_FieldMask) PathsCount

func (fieldMask *UpdateLimitPoolRequest_FieldMask) PathsCount() int

func (*UpdateLimitPoolRequest_FieldMask) Project

func (*UpdateLimitPoolRequest_FieldMask) ProjectRaw

func (*UpdateLimitPoolRequest_FieldMask) ProtoMessage

func (fieldMask *UpdateLimitPoolRequest_FieldMask) ProtoMessage()

func (*UpdateLimitPoolRequest_FieldMask) ProtoReflect

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

func (*UpdateLimitPoolRequest_FieldMask) Reset

func (fieldMask *UpdateLimitPoolRequest_FieldMask) Reset()

func (*UpdateLimitPoolRequest_FieldMask) Set

func (fieldMask *UpdateLimitPoolRequest_FieldMask) Set(target, source *UpdateLimitPoolRequest)

func (*UpdateLimitPoolRequest_FieldMask) SetFromCliFlag

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

func (*UpdateLimitPoolRequest_FieldMask) SetRaw

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

func (*UpdateLimitPoolRequest_FieldMask) Size

func (fieldMask *UpdateLimitPoolRequest_FieldMask) Size() int

func (*UpdateLimitPoolRequest_FieldMask) String

func (fieldMask *UpdateLimitPoolRequest_FieldMask) String() string

func (*UpdateLimitPoolRequest_FieldMask) Subtract

func (*UpdateLimitPoolRequest_FieldMask) SubtractRaw

func (*UpdateLimitPoolRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*UpdateLimitPoolRequest_FieldMask) Unmarshal

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

func (*UpdateLimitPoolRequest_FieldMask) UnmarshalJSON

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

type UpdateLimitPoolRequest_FieldPath

type UpdateLimitPoolRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() UpdateLimitPoolRequest_FieldPathSelector
	Get(source *UpdateLimitPoolRequest) []interface{}
	GetSingle(source *UpdateLimitPoolRequest) (interface{}, bool)
	ClearValue(item *UpdateLimitPoolRequest)

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

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

func MustParseUpdateLimitPoolRequest_FieldPath

func MustParseUpdateLimitPoolRequest_FieldPath(rawField string) UpdateLimitPoolRequest_FieldPath

func ParseUpdateLimitPoolRequest_FieldPath

func ParseUpdateLimitPoolRequest_FieldPath(rawField string) (UpdateLimitPoolRequest_FieldPath, error)

type UpdateLimitPoolRequest_FieldPathArrayItemValue

type UpdateLimitPoolRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	UpdateLimitPoolRequest_FieldPath
	ContainsValue(*UpdateLimitPoolRequest) bool
}

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

func MustParseUpdateLimitPoolRequest_FieldPathArrayItemValue

func MustParseUpdateLimitPoolRequest_FieldPathArrayItemValue(pathStr, valueStr string) UpdateLimitPoolRequest_FieldPathArrayItemValue

func ParseUpdateLimitPoolRequest_FieldPathArrayItemValue

func ParseUpdateLimitPoolRequest_FieldPathArrayItemValue(pathStr, valueStr string) (UpdateLimitPoolRequest_FieldPathArrayItemValue, error)

ParseUpdateLimitPoolRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type UpdateLimitPoolRequest_FieldPathArrayOfValues

type UpdateLimitPoolRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	UpdateLimitPoolRequest_FieldPath
}

UpdateLimitPoolRequest_FieldPathArrayOfValues allows storing slice of values for UpdateLimitPoolRequest fields according to their type

func MustParseUpdateLimitPoolRequest_FieldPathArrayOfValues

func MustParseUpdateLimitPoolRequest_FieldPathArrayOfValues(pathStr, valuesStr string) UpdateLimitPoolRequest_FieldPathArrayOfValues

func ParseUpdateLimitPoolRequest_FieldPathArrayOfValues

func ParseUpdateLimitPoolRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (UpdateLimitPoolRequest_FieldPathArrayOfValues, error)

type UpdateLimitPoolRequest_FieldPathSelector

type UpdateLimitPoolRequest_FieldPathSelector int32
const (
	UpdateLimitPoolRequest_FieldPathSelectorLimitPool  UpdateLimitPoolRequest_FieldPathSelector = 0
	UpdateLimitPoolRequest_FieldPathSelectorUpdateMask UpdateLimitPoolRequest_FieldPathSelector = 1
	UpdateLimitPoolRequest_FieldPathSelectorCas        UpdateLimitPoolRequest_FieldPathSelector = 2
)

func (UpdateLimitPoolRequest_FieldPathSelector) String

type UpdateLimitPoolRequest_FieldPathValue

type UpdateLimitPoolRequest_FieldPathValue interface {
	UpdateLimitPoolRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **UpdateLimitPoolRequest)
	CompareWith(*UpdateLimitPoolRequest) (cmp int, comparable bool)
}

UpdateLimitPoolRequest_FieldPathValue allows storing values for UpdateLimitPoolRequest fields according to their type

func MustParseUpdateLimitPoolRequest_FieldPathValue

func MustParseUpdateLimitPoolRequest_FieldPathValue(pathStr, valueStr string) UpdateLimitPoolRequest_FieldPathValue

func ParseUpdateLimitPoolRequest_FieldPathValue

func ParseUpdateLimitPoolRequest_FieldPathValue(pathStr, valueStr string) (UpdateLimitPoolRequest_FieldPathValue, error)

type UpdateLimitPoolRequest_FieldSubPath

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

func (*UpdateLimitPoolRequest_FieldSubPath) AsCasSubPath

func (*UpdateLimitPoolRequest_FieldSubPath) AsLimitPoolSubPath

func (*UpdateLimitPoolRequest_FieldSubPath) ClearValue

func (*UpdateLimitPoolRequest_FieldSubPath) ClearValueRaw

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

func (*UpdateLimitPoolRequest_FieldSubPath) Get

func (fps *UpdateLimitPoolRequest_FieldSubPath) Get(source *UpdateLimitPoolRequest) (values []interface{})

Get returns all values pointed by selected field from source UpdateLimitPoolRequest

func (*UpdateLimitPoolRequest_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*UpdateLimitPoolRequest_FieldSubPath) GetRaw

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

func (*UpdateLimitPoolRequest_FieldSubPath) GetSingle

func (fps *UpdateLimitPoolRequest_FieldSubPath) GetSingle(source *UpdateLimitPoolRequest) (interface{}, bool)

GetSingle returns value of selected field from source UpdateLimitPoolRequest

func (*UpdateLimitPoolRequest_FieldSubPath) GetSingleRaw

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

func (*UpdateLimitPoolRequest_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdateLimitPoolRequest_FieldSubPath) JSONString

func (fps *UpdateLimitPoolRequest_FieldSubPath) JSONString() string

JSONString returns path representation is JSON convention

func (*UpdateLimitPoolRequest_FieldSubPath) Selector

func (*UpdateLimitPoolRequest_FieldSubPath) String

String returns path representation in proto convention

func (*UpdateLimitPoolRequest_FieldSubPath) WithIArrayItemValue

func (fps *UpdateLimitPoolRequest_FieldSubPath) WithIArrayItemValue(value interface{}) UpdateLimitPoolRequest_FieldPathArrayItemValue

func (*UpdateLimitPoolRequest_FieldSubPath) WithIArrayOfValues

func (fps *UpdateLimitPoolRequest_FieldSubPath) WithIArrayOfValues(values interface{}) UpdateLimitPoolRequest_FieldPathArrayOfValues

func (*UpdateLimitPoolRequest_FieldSubPath) WithIValue

func (*UpdateLimitPoolRequest_FieldSubPath) WithRawIArrayItemValue

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

func (*UpdateLimitPoolRequest_FieldSubPath) WithRawIArrayOfValues

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

func (*UpdateLimitPoolRequest_FieldSubPath) WithRawIValue

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

type UpdateLimitPoolRequest_FieldSubPathArrayItemValue

type UpdateLimitPoolRequest_FieldSubPathArrayItemValue struct {
	UpdateLimitPoolRequest_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateLimitPoolRequest_FieldSubPathArrayItemValue) AsCasPathItemValue

func (*UpdateLimitPoolRequest_FieldSubPathArrayItemValue) AsLimitPoolPathItemValue

func (*UpdateLimitPoolRequest_FieldSubPathArrayItemValue) ContainsValue

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

func (*UpdateLimitPoolRequest_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type UpdateLimitPoolRequest_FieldSubPathArrayOfValues

type UpdateLimitPoolRequest_FieldSubPathArrayOfValues struct {
	UpdateLimitPoolRequest_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateLimitPoolRequest_FieldSubPathArrayOfValues) AsCasPathArrayOfValues

func (*UpdateLimitPoolRequest_FieldSubPathArrayOfValues) AsLimitPoolPathArrayOfValues

func (*UpdateLimitPoolRequest_FieldSubPathArrayOfValues) GetRawValues

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

type UpdateLimitPoolRequest_FieldSubPathValue

type UpdateLimitPoolRequest_FieldSubPathValue struct {
	UpdateLimitPoolRequest_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateLimitPoolRequest_FieldSubPathValue) AsCasPathValue

func (*UpdateLimitPoolRequest_FieldSubPathValue) AsLimitPoolPathValue

func (*UpdateLimitPoolRequest_FieldSubPathValue) CompareWith

func (*UpdateLimitPoolRequest_FieldSubPathValue) CompareWithRaw

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

func (*UpdateLimitPoolRequest_FieldSubPathValue) GetRawValue

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

func (*UpdateLimitPoolRequest_FieldSubPathValue) SetTo

func (*UpdateLimitPoolRequest_FieldSubPathValue) SetToRaw

type UpdateLimitPoolRequest_FieldTerminalPath

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

func (*UpdateLimitPoolRequest_FieldTerminalPath) ClearValue

func (*UpdateLimitPoolRequest_FieldTerminalPath) ClearValueRaw

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

func (*UpdateLimitPoolRequest_FieldTerminalPath) Get

func (fp *UpdateLimitPoolRequest_FieldTerminalPath) Get(source *UpdateLimitPoolRequest) (values []interface{})

Get returns all values pointed by specific field from source UpdateLimitPoolRequest

func (*UpdateLimitPoolRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*UpdateLimitPoolRequest_FieldTerminalPath) GetRaw

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

func (*UpdateLimitPoolRequest_FieldTerminalPath) GetSingle

func (fp *UpdateLimitPoolRequest_FieldTerminalPath) GetSingle(source *UpdateLimitPoolRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source UpdateLimitPoolRequest

func (*UpdateLimitPoolRequest_FieldTerminalPath) GetSingleRaw

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

func (*UpdateLimitPoolRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdateLimitPoolRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdateLimitPoolRequest_FieldTerminalPath) Selector

func (*UpdateLimitPoolRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*UpdateLimitPoolRequest_FieldTerminalPath) WithIArrayItemValue

func (*UpdateLimitPoolRequest_FieldTerminalPath) WithIArrayOfValues

func (*UpdateLimitPoolRequest_FieldTerminalPath) WithIValue

func (*UpdateLimitPoolRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*UpdateLimitPoolRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*UpdateLimitPoolRequest_FieldTerminalPath) WithRawIValue

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

type UpdateLimitPoolRequest_FieldTerminalPathArrayItemValue

type UpdateLimitPoolRequest_FieldTerminalPathArrayItemValue struct {
	UpdateLimitPoolRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateLimitPoolRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*UpdateLimitPoolRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*UpdateLimitPoolRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*UpdateLimitPoolRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type UpdateLimitPoolRequest_FieldTerminalPathArrayOfValues

type UpdateLimitPoolRequest_FieldTerminalPathArrayOfValues struct {
	UpdateLimitPoolRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateLimitPoolRequest_FieldTerminalPathArrayOfValues) AsCasArrayOfValues

func (*UpdateLimitPoolRequest_FieldTerminalPathArrayOfValues) AsLimitPoolArrayOfValues

func (fpaov *UpdateLimitPoolRequest_FieldTerminalPathArrayOfValues) AsLimitPoolArrayOfValues() ([]*limit_pool.LimitPool, bool)

func (*UpdateLimitPoolRequest_FieldTerminalPathArrayOfValues) AsUpdateMaskArrayOfValues

func (*UpdateLimitPoolRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type UpdateLimitPoolRequest_FieldTerminalPathValue

type UpdateLimitPoolRequest_FieldTerminalPathValue struct {
	UpdateLimitPoolRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateLimitPoolRequest_FieldTerminalPathValue) AsCasValue

func (*UpdateLimitPoolRequest_FieldTerminalPathValue) AsLimitPoolValue

func (*UpdateLimitPoolRequest_FieldTerminalPathValue) AsUpdateMaskValue

func (*UpdateLimitPoolRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'UpdateLimitPoolRequest_FieldTerminalPathValue' with the value under path in 'UpdateLimitPoolRequest'.

func (*UpdateLimitPoolRequest_FieldTerminalPathValue) CompareWithRaw

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

func (*UpdateLimitPoolRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*UpdateLimitPoolRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object UpdateLimitPoolRequest

func (*UpdateLimitPoolRequest_FieldTerminalPathValue) SetToRaw

type WatchLimitPoolClientStream

type WatchLimitPoolClientStream interface {
	Recv() (*WatchLimitPoolResponse, error)
	grpc.ClientStream
}

type WatchLimitPoolDescriptor

type WatchLimitPoolDescriptor struct{}

func GetWatchLimitPoolDescriptor

func GetWatchLimitPoolDescriptor() *WatchLimitPoolDescriptor

func (*WatchLimitPoolDescriptor) GetApiDescriptor

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

func (*WatchLimitPoolDescriptor) GetApiName

func (d *WatchLimitPoolDescriptor) GetApiName() string

func (*WatchLimitPoolDescriptor) GetClientMsgReflectHandle

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

func (*WatchLimitPoolDescriptor) GetFullMethodName

func (d *WatchLimitPoolDescriptor) GetFullMethodName() string

func (*WatchLimitPoolDescriptor) GetMethodName

func (d *WatchLimitPoolDescriptor) GetMethodName() string

func (*WatchLimitPoolDescriptor) GetProtoPkgName

func (d *WatchLimitPoolDescriptor) GetProtoPkgName() string

func (*WatchLimitPoolDescriptor) GetResourceDescriptor

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

func (*WatchLimitPoolDescriptor) GetServerMsgReflectHandle

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

func (*WatchLimitPoolDescriptor) GetServiceDomain

func (d *WatchLimitPoolDescriptor) GetServiceDomain() string

func (*WatchLimitPoolDescriptor) GetServiceVersion

func (d *WatchLimitPoolDescriptor) GetServiceVersion() string

func (*WatchLimitPoolDescriptor) GetVerb

func (d *WatchLimitPoolDescriptor) GetVerb() string

func (*WatchLimitPoolDescriptor) HasResource

func (d *WatchLimitPoolDescriptor) HasResource() bool

func (*WatchLimitPoolDescriptor) IsClientStream

func (d *WatchLimitPoolDescriptor) IsClientStream() bool

func (*WatchLimitPoolDescriptor) IsCollection

func (d *WatchLimitPoolDescriptor) IsCollection() bool

func (*WatchLimitPoolDescriptor) IsPlural

func (d *WatchLimitPoolDescriptor) IsPlural() bool

func (*WatchLimitPoolDescriptor) IsServerStream

func (d *WatchLimitPoolDescriptor) IsServerStream() bool

func (*WatchLimitPoolDescriptor) IsUnary

func (d *WatchLimitPoolDescriptor) IsUnary() bool

func (*WatchLimitPoolDescriptor) NewEmptyClientMsg

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

func (*WatchLimitPoolDescriptor) NewEmptyServerMsg

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

func (*WatchLimitPoolDescriptor) RequestHasResourceBody

func (d *WatchLimitPoolDescriptor) RequestHasResourceBody() bool

type WatchLimitPoolDescriptorClientMsgHandle

type WatchLimitPoolDescriptorClientMsgHandle struct{}

func (*WatchLimitPoolDescriptorClientMsgHandle) ExtractCollectionName

func (*WatchLimitPoolDescriptorClientMsgHandle) ExtractResourceName

func (*WatchLimitPoolDescriptorClientMsgHandle) ExtractResourceNames

type WatchLimitPoolDescriptorServerMsgHandle

type WatchLimitPoolDescriptorServerMsgHandle struct{}

func (*WatchLimitPoolDescriptorServerMsgHandle) ExtractCollectionName

func (*WatchLimitPoolDescriptorServerMsgHandle) ExtractResourceName

func (*WatchLimitPoolDescriptorServerMsgHandle) ExtractResourceNames

type WatchLimitPoolRequest

type WatchLimitPoolRequest struct {

	// Reference to ntt.limits.v1alpha2.LimitPool
	Name *limit_pool.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 *limit_pool.LimitPool_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 [WatchLimitPool][ntt.limits.v1alpha2.WatchLimitPool]

func (*WatchLimitPoolRequest) Clone

func (*WatchLimitPoolRequest) CloneRaw

func (*WatchLimitPoolRequest) Descriptor

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

Deprecated, Use WatchLimitPoolRequest.ProtoReflect.Descriptor instead.

func (*WatchLimitPoolRequest) GetFieldMask

func (*WatchLimitPoolRequest) GetName

func (*WatchLimitPoolRequest) GetView

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

func (*WatchLimitPoolRequest) GotenMessage

func (*WatchLimitPoolRequest) GotenMessage()

func (*WatchLimitPoolRequest) GotenObjectExt

func (o *WatchLimitPoolRequest) GotenObjectExt()

func (*WatchLimitPoolRequest) GotenValidate

func (obj *WatchLimitPoolRequest) GotenValidate() error

func (*WatchLimitPoolRequest) MakeDiffFieldMask

func (*WatchLimitPoolRequest) MakeFullFieldMask

func (*WatchLimitPoolRequest) MakeRawDiffFieldMask

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

func (*WatchLimitPoolRequest) MakeRawFullFieldMask

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

func (*WatchLimitPoolRequest) Marshal

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

func (*WatchLimitPoolRequest) MarshalJSON

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

func (*WatchLimitPoolRequest) Merge

func (o *WatchLimitPoolRequest) Merge(source *WatchLimitPoolRequest)

func (*WatchLimitPoolRequest) MergeRaw

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

func (*WatchLimitPoolRequest) ProtoMessage

func (*WatchLimitPoolRequest) ProtoMessage()

func (*WatchLimitPoolRequest) ProtoReflect

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

func (*WatchLimitPoolRequest) Reset

func (m *WatchLimitPoolRequest) Reset()

func (*WatchLimitPoolRequest) SetFieldMask

func (*WatchLimitPoolRequest) SetName

func (m *WatchLimitPoolRequest) SetName(fv *limit_pool.Reference)

func (*WatchLimitPoolRequest) SetView

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

func (*WatchLimitPoolRequest) String

func (m *WatchLimitPoolRequest) String() string

func (*WatchLimitPoolRequest) Unmarshal

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

func (*WatchLimitPoolRequest) UnmarshalJSON

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

type WatchLimitPoolRequestFieldPathBuilder

type WatchLimitPoolRequestFieldPathBuilder struct{}

func NewWatchLimitPoolRequestFieldPathBuilder

func NewWatchLimitPoolRequestFieldPathBuilder() WatchLimitPoolRequestFieldPathBuilder

func (WatchLimitPoolRequestFieldPathBuilder) FieldMask

func (WatchLimitPoolRequestFieldPathBuilder) Name

func (WatchLimitPoolRequestFieldPathBuilder) View

type WatchLimitPoolRequestPathSelectorFieldMask

type WatchLimitPoolRequestPathSelectorFieldMask struct{}

func (WatchLimitPoolRequestPathSelectorFieldMask) FieldPath

func (WatchLimitPoolRequestPathSelectorFieldMask) WithArrayOfValues

func (WatchLimitPoolRequestPathSelectorFieldMask) WithValue

type WatchLimitPoolRequestPathSelectorName

type WatchLimitPoolRequestPathSelectorName struct{}

func (WatchLimitPoolRequestPathSelectorName) FieldPath

func (WatchLimitPoolRequestPathSelectorName) WithArrayOfValues

func (WatchLimitPoolRequestPathSelectorName) WithValue

type WatchLimitPoolRequestPathSelectorView

type WatchLimitPoolRequestPathSelectorView struct{}

func (WatchLimitPoolRequestPathSelectorView) FieldPath

func (WatchLimitPoolRequestPathSelectorView) WithArrayOfValues

func (WatchLimitPoolRequestPathSelectorView) WithValue

type WatchLimitPoolRequest_FieldMask

type WatchLimitPoolRequest_FieldMask struct {
	Paths []WatchLimitPoolRequest_FieldPath
}

func FullWatchLimitPoolRequest_FieldMask

func FullWatchLimitPoolRequest_FieldMask() *WatchLimitPoolRequest_FieldMask

func (*WatchLimitPoolRequest_FieldMask) AppendPath

func (*WatchLimitPoolRequest_FieldMask) AppendRawPath

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

func (*WatchLimitPoolRequest_FieldMask) DecodeFirestore

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

func (*WatchLimitPoolRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchLimitPoolRequest_FieldMask) FilterInputFields

func (fieldMask *WatchLimitPoolRequest_FieldMask) FilterInputFields() *WatchLimitPoolRequest_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchLimitPoolRequest_FieldMask) FromProtoFieldMask

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

func (*WatchLimitPoolRequest_FieldMask) GetPaths

func (*WatchLimitPoolRequest_FieldMask) GetRawPaths

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

func (*WatchLimitPoolRequest_FieldMask) IsFull

func (fieldMask *WatchLimitPoolRequest_FieldMask) IsFull() bool

func (WatchLimitPoolRequest_FieldMask) Marshal

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

implement methods required by customType

func (WatchLimitPoolRequest_FieldMask) MarshalJSON

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

func (*WatchLimitPoolRequest_FieldMask) PathsCount

func (fieldMask *WatchLimitPoolRequest_FieldMask) PathsCount() int

func (*WatchLimitPoolRequest_FieldMask) Project

func (*WatchLimitPoolRequest_FieldMask) ProjectRaw

func (*WatchLimitPoolRequest_FieldMask) ProtoMessage

func (fieldMask *WatchLimitPoolRequest_FieldMask) ProtoMessage()

func (*WatchLimitPoolRequest_FieldMask) ProtoReflect

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

func (*WatchLimitPoolRequest_FieldMask) Reset

func (fieldMask *WatchLimitPoolRequest_FieldMask) Reset()

func (*WatchLimitPoolRequest_FieldMask) Set

func (fieldMask *WatchLimitPoolRequest_FieldMask) Set(target, source *WatchLimitPoolRequest)

func (*WatchLimitPoolRequest_FieldMask) SetFromCliFlag

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

func (*WatchLimitPoolRequest_FieldMask) SetRaw

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

func (*WatchLimitPoolRequest_FieldMask) Size

func (fieldMask *WatchLimitPoolRequest_FieldMask) Size() int

func (*WatchLimitPoolRequest_FieldMask) String

func (fieldMask *WatchLimitPoolRequest_FieldMask) String() string

func (*WatchLimitPoolRequest_FieldMask) Subtract

func (*WatchLimitPoolRequest_FieldMask) SubtractRaw

func (*WatchLimitPoolRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*WatchLimitPoolRequest_FieldMask) Unmarshal

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

func (*WatchLimitPoolRequest_FieldMask) UnmarshalJSON

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

type WatchLimitPoolRequest_FieldPath

type WatchLimitPoolRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchLimitPoolRequest_FieldPathSelector
	Get(source *WatchLimitPoolRequest) []interface{}
	GetSingle(source *WatchLimitPoolRequest) (interface{}, bool)
	ClearValue(item *WatchLimitPoolRequest)

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

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

func MustParseWatchLimitPoolRequest_FieldPath

func MustParseWatchLimitPoolRequest_FieldPath(rawField string) WatchLimitPoolRequest_FieldPath

func ParseWatchLimitPoolRequest_FieldPath

func ParseWatchLimitPoolRequest_FieldPath(rawField string) (WatchLimitPoolRequest_FieldPath, error)

type WatchLimitPoolRequest_FieldPathArrayItemValue

type WatchLimitPoolRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchLimitPoolRequest_FieldPath
	ContainsValue(*WatchLimitPoolRequest) bool
}

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

func MustParseWatchLimitPoolRequest_FieldPathArrayItemValue

func MustParseWatchLimitPoolRequest_FieldPathArrayItemValue(pathStr, valueStr string) WatchLimitPoolRequest_FieldPathArrayItemValue

func ParseWatchLimitPoolRequest_FieldPathArrayItemValue

func ParseWatchLimitPoolRequest_FieldPathArrayItemValue(pathStr, valueStr string) (WatchLimitPoolRequest_FieldPathArrayItemValue, error)

ParseWatchLimitPoolRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchLimitPoolRequest_FieldPathArrayOfValues

type WatchLimitPoolRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchLimitPoolRequest_FieldPath
}

WatchLimitPoolRequest_FieldPathArrayOfValues allows storing slice of values for WatchLimitPoolRequest fields according to their type

func MustParseWatchLimitPoolRequest_FieldPathArrayOfValues

func MustParseWatchLimitPoolRequest_FieldPathArrayOfValues(pathStr, valuesStr string) WatchLimitPoolRequest_FieldPathArrayOfValues

func ParseWatchLimitPoolRequest_FieldPathArrayOfValues

func ParseWatchLimitPoolRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchLimitPoolRequest_FieldPathArrayOfValues, error)

type WatchLimitPoolRequest_FieldPathSelector

type WatchLimitPoolRequest_FieldPathSelector int32
const (
	WatchLimitPoolRequest_FieldPathSelectorName      WatchLimitPoolRequest_FieldPathSelector = 0
	WatchLimitPoolRequest_FieldPathSelectorFieldMask WatchLimitPoolRequest_FieldPathSelector = 1
	WatchLimitPoolRequest_FieldPathSelectorView      WatchLimitPoolRequest_FieldPathSelector = 2
)

func (WatchLimitPoolRequest_FieldPathSelector) String

type WatchLimitPoolRequest_FieldPathValue

type WatchLimitPoolRequest_FieldPathValue interface {
	WatchLimitPoolRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchLimitPoolRequest)
	CompareWith(*WatchLimitPoolRequest) (cmp int, comparable bool)
}

WatchLimitPoolRequest_FieldPathValue allows storing values for WatchLimitPoolRequest fields according to their type

func MustParseWatchLimitPoolRequest_FieldPathValue

func MustParseWatchLimitPoolRequest_FieldPathValue(pathStr, valueStr string) WatchLimitPoolRequest_FieldPathValue

func ParseWatchLimitPoolRequest_FieldPathValue

func ParseWatchLimitPoolRequest_FieldPathValue(pathStr, valueStr string) (WatchLimitPoolRequest_FieldPathValue, error)

type WatchLimitPoolRequest_FieldTerminalPath

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

func (*WatchLimitPoolRequest_FieldTerminalPath) ClearValue

func (*WatchLimitPoolRequest_FieldTerminalPath) ClearValueRaw

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

func (*WatchLimitPoolRequest_FieldTerminalPath) Get

func (fp *WatchLimitPoolRequest_FieldTerminalPath) Get(source *WatchLimitPoolRequest) (values []interface{})

Get returns all values pointed by specific field from source WatchLimitPoolRequest

func (*WatchLimitPoolRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchLimitPoolRequest_FieldTerminalPath) GetRaw

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

func (*WatchLimitPoolRequest_FieldTerminalPath) GetSingle

func (fp *WatchLimitPoolRequest_FieldTerminalPath) GetSingle(source *WatchLimitPoolRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source WatchLimitPoolRequest

func (*WatchLimitPoolRequest_FieldTerminalPath) GetSingleRaw

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

func (*WatchLimitPoolRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchLimitPoolRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchLimitPoolRequest_FieldTerminalPath) Selector

func (*WatchLimitPoolRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchLimitPoolRequest_FieldTerminalPath) WithIArrayItemValue

func (*WatchLimitPoolRequest_FieldTerminalPath) WithIArrayOfValues

func (*WatchLimitPoolRequest_FieldTerminalPath) WithIValue

func (*WatchLimitPoolRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*WatchLimitPoolRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchLimitPoolRequest_FieldTerminalPath) WithRawIValue

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

type WatchLimitPoolRequest_FieldTerminalPathArrayItemValue

type WatchLimitPoolRequest_FieldTerminalPathArrayItemValue struct {
	WatchLimitPoolRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchLimitPoolRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchLimitPoolRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchLimitPoolRequest_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *WatchLimitPoolRequest_FieldTerminalPathArrayItemValue) GetSingle(source *WatchLimitPoolRequest) (interface{}, bool)

func (*WatchLimitPoolRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchLimitPoolRequest_FieldTerminalPathArrayOfValues

type WatchLimitPoolRequest_FieldTerminalPathArrayOfValues struct {
	WatchLimitPoolRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchLimitPoolRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*WatchLimitPoolRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (*WatchLimitPoolRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

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

func (*WatchLimitPoolRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchLimitPoolRequest_FieldTerminalPathValue

type WatchLimitPoolRequest_FieldTerminalPathValue struct {
	WatchLimitPoolRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchLimitPoolRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*WatchLimitPoolRequest_FieldTerminalPathValue) AsNameValue

func (*WatchLimitPoolRequest_FieldTerminalPathValue) AsViewValue

func (*WatchLimitPoolRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchLimitPoolRequest_FieldTerminalPathValue' with the value under path in 'WatchLimitPoolRequest'.

func (*WatchLimitPoolRequest_FieldTerminalPathValue) CompareWithRaw

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

func (*WatchLimitPoolRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchLimitPoolRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchLimitPoolRequest

func (*WatchLimitPoolRequest_FieldTerminalPathValue) SetToRaw

type WatchLimitPoolResponse

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

WatchLimitPoolResponse

func (*WatchLimitPoolResponse) Clone

func (*WatchLimitPoolResponse) CloneRaw

func (*WatchLimitPoolResponse) Descriptor

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

Deprecated, Use WatchLimitPoolResponse.ProtoReflect.Descriptor instead.

func (*WatchLimitPoolResponse) GetChange

func (*WatchLimitPoolResponse) GotenMessage

func (*WatchLimitPoolResponse) GotenMessage()

func (*WatchLimitPoolResponse) GotenObjectExt

func (o *WatchLimitPoolResponse) GotenObjectExt()

func (*WatchLimitPoolResponse) GotenValidate

func (obj *WatchLimitPoolResponse) GotenValidate() error

func (*WatchLimitPoolResponse) MakeDiffFieldMask

func (*WatchLimitPoolResponse) MakeFullFieldMask

func (*WatchLimitPoolResponse) MakeRawDiffFieldMask

func (*WatchLimitPoolResponse) MakeRawFullFieldMask

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

func (*WatchLimitPoolResponse) Marshal

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

func (*WatchLimitPoolResponse) MarshalJSON

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

func (*WatchLimitPoolResponse) Merge

func (*WatchLimitPoolResponse) MergeRaw

func (*WatchLimitPoolResponse) ProtoMessage

func (*WatchLimitPoolResponse) ProtoMessage()

func (*WatchLimitPoolResponse) ProtoReflect

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

func (*WatchLimitPoolResponse) Reset

func (m *WatchLimitPoolResponse) Reset()

func (*WatchLimitPoolResponse) SetChange

func (*WatchLimitPoolResponse) String

func (m *WatchLimitPoolResponse) String() string

func (*WatchLimitPoolResponse) Unmarshal

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

func (*WatchLimitPoolResponse) UnmarshalJSON

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

type WatchLimitPoolResponseFieldPathBuilder

type WatchLimitPoolResponseFieldPathBuilder struct{}

func NewWatchLimitPoolResponseFieldPathBuilder

func NewWatchLimitPoolResponseFieldPathBuilder() WatchLimitPoolResponseFieldPathBuilder

func (WatchLimitPoolResponseFieldPathBuilder) Change

type WatchLimitPoolResponsePathSelectorChange

type WatchLimitPoolResponsePathSelectorChange struct{}

func (WatchLimitPoolResponsePathSelectorChange) FieldPath

func (WatchLimitPoolResponsePathSelectorChange) WithArrayOfValues

func (WatchLimitPoolResponsePathSelectorChange) WithValue

type WatchLimitPoolResponse_FieldMask

type WatchLimitPoolResponse_FieldMask struct {
	Paths []WatchLimitPoolResponse_FieldPath
}

func FullWatchLimitPoolResponse_FieldMask

func FullWatchLimitPoolResponse_FieldMask() *WatchLimitPoolResponse_FieldMask

func (*WatchLimitPoolResponse_FieldMask) AppendPath

func (*WatchLimitPoolResponse_FieldMask) AppendRawPath

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

func (*WatchLimitPoolResponse_FieldMask) DecodeFirestore

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

func (*WatchLimitPoolResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchLimitPoolResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchLimitPoolResponse_FieldMask) FromProtoFieldMask

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

func (*WatchLimitPoolResponse_FieldMask) GetPaths

func (*WatchLimitPoolResponse_FieldMask) GetRawPaths

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

func (*WatchLimitPoolResponse_FieldMask) IsFull

func (fieldMask *WatchLimitPoolResponse_FieldMask) IsFull() bool

func (WatchLimitPoolResponse_FieldMask) Marshal

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

implement methods required by customType

func (WatchLimitPoolResponse_FieldMask) MarshalJSON

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

func (*WatchLimitPoolResponse_FieldMask) PathsCount

func (fieldMask *WatchLimitPoolResponse_FieldMask) PathsCount() int

func (*WatchLimitPoolResponse_FieldMask) Project

func (*WatchLimitPoolResponse_FieldMask) ProjectRaw

func (*WatchLimitPoolResponse_FieldMask) ProtoMessage

func (fieldMask *WatchLimitPoolResponse_FieldMask) ProtoMessage()

func (*WatchLimitPoolResponse_FieldMask) ProtoReflect

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

func (*WatchLimitPoolResponse_FieldMask) Reset

func (fieldMask *WatchLimitPoolResponse_FieldMask) Reset()

func (*WatchLimitPoolResponse_FieldMask) Set

func (fieldMask *WatchLimitPoolResponse_FieldMask) Set(target, source *WatchLimitPoolResponse)

func (*WatchLimitPoolResponse_FieldMask) SetFromCliFlag

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

func (*WatchLimitPoolResponse_FieldMask) SetRaw

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

func (*WatchLimitPoolResponse_FieldMask) Size

func (fieldMask *WatchLimitPoolResponse_FieldMask) Size() int

func (*WatchLimitPoolResponse_FieldMask) String

func (fieldMask *WatchLimitPoolResponse_FieldMask) String() string

func (*WatchLimitPoolResponse_FieldMask) Subtract

func (*WatchLimitPoolResponse_FieldMask) SubtractRaw

func (*WatchLimitPoolResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*WatchLimitPoolResponse_FieldMask) Unmarshal

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

func (*WatchLimitPoolResponse_FieldMask) UnmarshalJSON

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

type WatchLimitPoolResponse_FieldPath

type WatchLimitPoolResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchLimitPoolResponse_FieldPathSelector
	Get(source *WatchLimitPoolResponse) []interface{}
	GetSingle(source *WatchLimitPoolResponse) (interface{}, bool)
	ClearValue(item *WatchLimitPoolResponse)

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

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

func MustParseWatchLimitPoolResponse_FieldPath

func MustParseWatchLimitPoolResponse_FieldPath(rawField string) WatchLimitPoolResponse_FieldPath

func ParseWatchLimitPoolResponse_FieldPath

func ParseWatchLimitPoolResponse_FieldPath(rawField string) (WatchLimitPoolResponse_FieldPath, error)

type WatchLimitPoolResponse_FieldPathArrayItemValue

type WatchLimitPoolResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchLimitPoolResponse_FieldPath
	ContainsValue(*WatchLimitPoolResponse) bool
}

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

func MustParseWatchLimitPoolResponse_FieldPathArrayItemValue

func MustParseWatchLimitPoolResponse_FieldPathArrayItemValue(pathStr, valueStr string) WatchLimitPoolResponse_FieldPathArrayItemValue

func ParseWatchLimitPoolResponse_FieldPathArrayItemValue

func ParseWatchLimitPoolResponse_FieldPathArrayItemValue(pathStr, valueStr string) (WatchLimitPoolResponse_FieldPathArrayItemValue, error)

ParseWatchLimitPoolResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchLimitPoolResponse_FieldPathArrayOfValues

type WatchLimitPoolResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchLimitPoolResponse_FieldPath
}

WatchLimitPoolResponse_FieldPathArrayOfValues allows storing slice of values for WatchLimitPoolResponse fields according to their type

func MustParseWatchLimitPoolResponse_FieldPathArrayOfValues

func MustParseWatchLimitPoolResponse_FieldPathArrayOfValues(pathStr, valuesStr string) WatchLimitPoolResponse_FieldPathArrayOfValues

func ParseWatchLimitPoolResponse_FieldPathArrayOfValues

func ParseWatchLimitPoolResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchLimitPoolResponse_FieldPathArrayOfValues, error)

type WatchLimitPoolResponse_FieldPathSelector

type WatchLimitPoolResponse_FieldPathSelector int32
const (
	WatchLimitPoolResponse_FieldPathSelectorChange WatchLimitPoolResponse_FieldPathSelector = 0
)

func (WatchLimitPoolResponse_FieldPathSelector) String

type WatchLimitPoolResponse_FieldPathValue

type WatchLimitPoolResponse_FieldPathValue interface {
	WatchLimitPoolResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchLimitPoolResponse)
	CompareWith(*WatchLimitPoolResponse) (cmp int, comparable bool)
}

WatchLimitPoolResponse_FieldPathValue allows storing values for WatchLimitPoolResponse fields according to their type

func MustParseWatchLimitPoolResponse_FieldPathValue

func MustParseWatchLimitPoolResponse_FieldPathValue(pathStr, valueStr string) WatchLimitPoolResponse_FieldPathValue

func ParseWatchLimitPoolResponse_FieldPathValue

func ParseWatchLimitPoolResponse_FieldPathValue(pathStr, valueStr string) (WatchLimitPoolResponse_FieldPathValue, error)

type WatchLimitPoolResponse_FieldTerminalPath

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

func (*WatchLimitPoolResponse_FieldTerminalPath) ClearValue

func (*WatchLimitPoolResponse_FieldTerminalPath) ClearValueRaw

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

func (*WatchLimitPoolResponse_FieldTerminalPath) Get

func (fp *WatchLimitPoolResponse_FieldTerminalPath) Get(source *WatchLimitPoolResponse) (values []interface{})

Get returns all values pointed by specific field from source WatchLimitPoolResponse

func (*WatchLimitPoolResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchLimitPoolResponse_FieldTerminalPath) GetRaw

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

func (*WatchLimitPoolResponse_FieldTerminalPath) GetSingle

func (fp *WatchLimitPoolResponse_FieldTerminalPath) GetSingle(source *WatchLimitPoolResponse) (interface{}, bool)

GetSingle returns value pointed by specific field of from source WatchLimitPoolResponse

func (*WatchLimitPoolResponse_FieldTerminalPath) GetSingleRaw

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

func (*WatchLimitPoolResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchLimitPoolResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchLimitPoolResponse_FieldTerminalPath) Selector

func (*WatchLimitPoolResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchLimitPoolResponse_FieldTerminalPath) WithIArrayItemValue

func (*WatchLimitPoolResponse_FieldTerminalPath) WithIArrayOfValues

func (*WatchLimitPoolResponse_FieldTerminalPath) WithIValue

func (*WatchLimitPoolResponse_FieldTerminalPath) WithRawIArrayItemValue

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

func (*WatchLimitPoolResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchLimitPoolResponse_FieldTerminalPath) WithRawIValue

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

type WatchLimitPoolResponse_FieldTerminalPathArrayItemValue

type WatchLimitPoolResponse_FieldTerminalPathArrayItemValue struct {
	WatchLimitPoolResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchLimitPoolResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchLimitPoolResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchLimitPoolResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchLimitPoolResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchLimitPoolResponse_FieldTerminalPathArrayOfValues

type WatchLimitPoolResponse_FieldTerminalPathArrayOfValues struct {
	WatchLimitPoolResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchLimitPoolResponse_FieldTerminalPathArrayOfValues) AsChangeArrayOfValues

func (*WatchLimitPoolResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchLimitPoolResponse_FieldTerminalPathValue

type WatchLimitPoolResponse_FieldTerminalPathValue struct {
	WatchLimitPoolResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchLimitPoolResponse_FieldTerminalPathValue) AsChangeValue

func (*WatchLimitPoolResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchLimitPoolResponse_FieldTerminalPathValue' with the value under path in 'WatchLimitPoolResponse'.

func (*WatchLimitPoolResponse_FieldTerminalPathValue) CompareWithRaw

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

func (*WatchLimitPoolResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchLimitPoolResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchLimitPoolResponse

func (*WatchLimitPoolResponse_FieldTerminalPathValue) SetToRaw

type WatchLimitPoolsClientStream

type WatchLimitPoolsClientStream interface {
	Recv() (*WatchLimitPoolsResponse, error)
	grpc.ClientStream
}

type WatchLimitPoolsDescriptor

type WatchLimitPoolsDescriptor struct{}

func GetWatchLimitPoolsDescriptor

func GetWatchLimitPoolsDescriptor() *WatchLimitPoolsDescriptor

func (*WatchLimitPoolsDescriptor) GetApiDescriptor

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

func (*WatchLimitPoolsDescriptor) GetApiName

func (d *WatchLimitPoolsDescriptor) GetApiName() string

func (*WatchLimitPoolsDescriptor) GetClientMsgReflectHandle

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

func (*WatchLimitPoolsDescriptor) GetFullMethodName

func (d *WatchLimitPoolsDescriptor) GetFullMethodName() string

func (*WatchLimitPoolsDescriptor) GetMethodName

func (d *WatchLimitPoolsDescriptor) GetMethodName() string

func (*WatchLimitPoolsDescriptor) GetProtoPkgName

func (d *WatchLimitPoolsDescriptor) GetProtoPkgName() string

func (*WatchLimitPoolsDescriptor) GetResourceDescriptor

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

func (*WatchLimitPoolsDescriptor) GetServerMsgReflectHandle

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

func (*WatchLimitPoolsDescriptor) GetServiceDomain

func (d *WatchLimitPoolsDescriptor) GetServiceDomain() string

func (*WatchLimitPoolsDescriptor) GetServiceVersion

func (d *WatchLimitPoolsDescriptor) GetServiceVersion() string

func (*WatchLimitPoolsDescriptor) GetVerb

func (d *WatchLimitPoolsDescriptor) GetVerb() string

func (*WatchLimitPoolsDescriptor) HasResource

func (d *WatchLimitPoolsDescriptor) HasResource() bool

func (*WatchLimitPoolsDescriptor) IsClientStream

func (d *WatchLimitPoolsDescriptor) IsClientStream() bool

func (*WatchLimitPoolsDescriptor) IsCollection

func (d *WatchLimitPoolsDescriptor) IsCollection() bool

func (*WatchLimitPoolsDescriptor) IsPlural

func (d *WatchLimitPoolsDescriptor) IsPlural() bool

func (*WatchLimitPoolsDescriptor) IsServerStream

func (d *WatchLimitPoolsDescriptor) IsServerStream() bool

func (*WatchLimitPoolsDescriptor) IsUnary

func (d *WatchLimitPoolsDescriptor) IsUnary() bool

func (*WatchLimitPoolsDescriptor) NewEmptyClientMsg

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

func (*WatchLimitPoolsDescriptor) NewEmptyServerMsg

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

func (*WatchLimitPoolsDescriptor) RequestHasResourceBody

func (d *WatchLimitPoolsDescriptor) RequestHasResourceBody() bool

type WatchLimitPoolsDescriptorClientMsgHandle

type WatchLimitPoolsDescriptorClientMsgHandle struct{}

func (*WatchLimitPoolsDescriptorClientMsgHandle) ExtractCollectionName

func (*WatchLimitPoolsDescriptorClientMsgHandle) ExtractResourceName

func (*WatchLimitPoolsDescriptorClientMsgHandle) ExtractResourceNames

type WatchLimitPoolsDescriptorServerMsgHandle

type WatchLimitPoolsDescriptorServerMsgHandle struct{}

func (*WatchLimitPoolsDescriptorServerMsgHandle) ExtractCollectionName

func (*WatchLimitPoolsDescriptorServerMsgHandle) ExtractResourceName

func (*WatchLimitPoolsDescriptorServerMsgHandle) ExtractResourceNames

type WatchLimitPoolsRequest

type WatchLimitPoolsRequest 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.limits.v1alpha2.LimitPool
	Parent *limit_pool.ParentReference `protobuf:"bytes,1,opt,customtype=ParentReference,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Requested page size. Server may return fewer LimitPools 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 *limit_pool.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 *limit_pool.OrderBy `protobuf:"bytes,4,opt,customtype=OrderBy,name=order_by,json=orderBy,proto3" json:"order_by,omitempty" firestore:"orderBy"`
	// A token identifying watch resume point from previous session.
	// Can be populated only for stateless watch type.
	ResumeToken string `protobuf:"bytes,10,opt,name=resume_token,json=resumeToken,proto3" json:"resume_token,omitempty" firestore:"resumeToken"`
	// Filter - filter results by field criteria. Simplified SQL-like syntax with
	// following operators:
	// <=, >=, =, !=, <, >, LIKE, CONTAINS (aliases CONTAIN, HAS, HAVE), IN, IS
	// [NOT] NULL | NaN . Combine conditions with OR | AND example: 'meta.labels
	// CONTAINS "severity:important" OR (state.last_error_time >
	// "2018-11-15T10:00:00Z" AND state.status = "ERROR")'
	Filter *limit_pool.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 LimitPool that don't affect
	// any of masked fields won't be sent back.
	FieldMask *limit_pool.LimitPool_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
	// LimitPool 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 [WatchLimitPools][ntt.limits.v1alpha2.WatchLimitPools]

func (*WatchLimitPoolsRequest) Clone

func (*WatchLimitPoolsRequest) CloneRaw

func (*WatchLimitPoolsRequest) Descriptor

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

Deprecated, Use WatchLimitPoolsRequest.ProtoReflect.Descriptor instead.

func (*WatchLimitPoolsRequest) GetFieldMask

func (*WatchLimitPoolsRequest) GetFilter

func (m *WatchLimitPoolsRequest) GetFilter() *limit_pool.Filter

func (*WatchLimitPoolsRequest) GetMaxChunkSize

func (m *WatchLimitPoolsRequest) GetMaxChunkSize() int32

func (*WatchLimitPoolsRequest) GetOrderBy

func (m *WatchLimitPoolsRequest) GetOrderBy() *limit_pool.OrderBy

func (*WatchLimitPoolsRequest) GetPageSize

func (m *WatchLimitPoolsRequest) GetPageSize() int32

func (*WatchLimitPoolsRequest) GetPageToken

func (m *WatchLimitPoolsRequest) GetPageToken() *limit_pool.PagerCursor

func (*WatchLimitPoolsRequest) GetParent

func (*WatchLimitPoolsRequest) GetResumeToken

func (m *WatchLimitPoolsRequest) GetResumeToken() string

func (*WatchLimitPoolsRequest) GetType

func (*WatchLimitPoolsRequest) GetView

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

func (*WatchLimitPoolsRequest) GotenMessage

func (*WatchLimitPoolsRequest) GotenMessage()

func (*WatchLimitPoolsRequest) GotenObjectExt

func (o *WatchLimitPoolsRequest) GotenObjectExt()

func (*WatchLimitPoolsRequest) GotenValidate

func (obj *WatchLimitPoolsRequest) GotenValidate() error

func (*WatchLimitPoolsRequest) MakeDiffFieldMask

func (*WatchLimitPoolsRequest) MakeFullFieldMask

func (*WatchLimitPoolsRequest) MakeRawDiffFieldMask

func (*WatchLimitPoolsRequest) MakeRawFullFieldMask

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

func (*WatchLimitPoolsRequest) Marshal

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

func (*WatchLimitPoolsRequest) MarshalJSON

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

func (*WatchLimitPoolsRequest) Merge

func (*WatchLimitPoolsRequest) MergeRaw

func (*WatchLimitPoolsRequest) ProtoMessage

func (*WatchLimitPoolsRequest) ProtoMessage()

func (*WatchLimitPoolsRequest) ProtoReflect

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

func (*WatchLimitPoolsRequest) Reset

func (m *WatchLimitPoolsRequest) Reset()

func (*WatchLimitPoolsRequest) SetFieldMask

func (*WatchLimitPoolsRequest) SetFilter

func (m *WatchLimitPoolsRequest) SetFilter(fv *limit_pool.Filter)

func (*WatchLimitPoolsRequest) SetMaxChunkSize

func (m *WatchLimitPoolsRequest) SetMaxChunkSize(fv int32)

func (*WatchLimitPoolsRequest) SetOrderBy

func (m *WatchLimitPoolsRequest) SetOrderBy(fv *limit_pool.OrderBy)

func (*WatchLimitPoolsRequest) SetPageSize

func (m *WatchLimitPoolsRequest) SetPageSize(fv int32)

func (*WatchLimitPoolsRequest) SetPageToken

func (m *WatchLimitPoolsRequest) SetPageToken(fv *limit_pool.PagerCursor)

func (*WatchLimitPoolsRequest) SetParent

func (*WatchLimitPoolsRequest) SetResumeToken

func (m *WatchLimitPoolsRequest) SetResumeToken(fv string)

func (*WatchLimitPoolsRequest) SetType

func (*WatchLimitPoolsRequest) SetView

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

func (*WatchLimitPoolsRequest) String

func (m *WatchLimitPoolsRequest) String() string

func (*WatchLimitPoolsRequest) Unmarshal

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

func (*WatchLimitPoolsRequest) UnmarshalJSON

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

type WatchLimitPoolsRequestFieldPathBuilder

type WatchLimitPoolsRequestFieldPathBuilder struct{}

func NewWatchLimitPoolsRequestFieldPathBuilder

func NewWatchLimitPoolsRequestFieldPathBuilder() WatchLimitPoolsRequestFieldPathBuilder

func (WatchLimitPoolsRequestFieldPathBuilder) FieldMask

func (WatchLimitPoolsRequestFieldPathBuilder) Filter

func (WatchLimitPoolsRequestFieldPathBuilder) MaxChunkSize

func (WatchLimitPoolsRequestFieldPathBuilder) OrderBy

func (WatchLimitPoolsRequestFieldPathBuilder) PageSize

func (WatchLimitPoolsRequestFieldPathBuilder) PageToken

func (WatchLimitPoolsRequestFieldPathBuilder) Parent

func (WatchLimitPoolsRequestFieldPathBuilder) ResumeToken

func (WatchLimitPoolsRequestFieldPathBuilder) Type

func (WatchLimitPoolsRequestFieldPathBuilder) View

type WatchLimitPoolsRequestPathSelectorFieldMask

type WatchLimitPoolsRequestPathSelectorFieldMask struct{}

func (WatchLimitPoolsRequestPathSelectorFieldMask) FieldPath

func (WatchLimitPoolsRequestPathSelectorFieldMask) WithArrayOfValues

func (WatchLimitPoolsRequestPathSelectorFieldMask) WithValue

type WatchLimitPoolsRequestPathSelectorFilter

type WatchLimitPoolsRequestPathSelectorFilter struct{}

func (WatchLimitPoolsRequestPathSelectorFilter) FieldPath

func (WatchLimitPoolsRequestPathSelectorFilter) WithArrayOfValues

func (WatchLimitPoolsRequestPathSelectorFilter) WithValue

type WatchLimitPoolsRequestPathSelectorMaxChunkSize

type WatchLimitPoolsRequestPathSelectorMaxChunkSize struct{}

func (WatchLimitPoolsRequestPathSelectorMaxChunkSize) FieldPath

func (WatchLimitPoolsRequestPathSelectorMaxChunkSize) WithArrayOfValues

func (WatchLimitPoolsRequestPathSelectorMaxChunkSize) WithValue

type WatchLimitPoolsRequestPathSelectorOrderBy

type WatchLimitPoolsRequestPathSelectorOrderBy struct{}

func (WatchLimitPoolsRequestPathSelectorOrderBy) FieldPath

func (WatchLimitPoolsRequestPathSelectorOrderBy) WithArrayOfValues

func (WatchLimitPoolsRequestPathSelectorOrderBy) WithValue

type WatchLimitPoolsRequestPathSelectorPageSize

type WatchLimitPoolsRequestPathSelectorPageSize struct{}

func (WatchLimitPoolsRequestPathSelectorPageSize) FieldPath

func (WatchLimitPoolsRequestPathSelectorPageSize) WithArrayOfValues

func (WatchLimitPoolsRequestPathSelectorPageSize) WithValue

type WatchLimitPoolsRequestPathSelectorPageToken

type WatchLimitPoolsRequestPathSelectorPageToken struct{}

func (WatchLimitPoolsRequestPathSelectorPageToken) FieldPath

func (WatchLimitPoolsRequestPathSelectorPageToken) WithArrayOfValues

func (WatchLimitPoolsRequestPathSelectorPageToken) WithValue

type WatchLimitPoolsRequestPathSelectorParent

type WatchLimitPoolsRequestPathSelectorParent struct{}

func (WatchLimitPoolsRequestPathSelectorParent) FieldPath

func (WatchLimitPoolsRequestPathSelectorParent) WithArrayOfValues

func (WatchLimitPoolsRequestPathSelectorParent) WithValue

type WatchLimitPoolsRequestPathSelectorResumeToken

type WatchLimitPoolsRequestPathSelectorResumeToken struct{}

func (WatchLimitPoolsRequestPathSelectorResumeToken) FieldPath

func (WatchLimitPoolsRequestPathSelectorResumeToken) WithArrayOfValues

func (WatchLimitPoolsRequestPathSelectorResumeToken) WithValue

type WatchLimitPoolsRequestPathSelectorType

type WatchLimitPoolsRequestPathSelectorType struct{}

func (WatchLimitPoolsRequestPathSelectorType) FieldPath

func (WatchLimitPoolsRequestPathSelectorType) WithArrayOfValues

func (WatchLimitPoolsRequestPathSelectorType) WithValue

type WatchLimitPoolsRequestPathSelectorView

type WatchLimitPoolsRequestPathSelectorView struct{}

func (WatchLimitPoolsRequestPathSelectorView) FieldPath

func (WatchLimitPoolsRequestPathSelectorView) WithArrayOfValues

func (WatchLimitPoolsRequestPathSelectorView) WithValue

type WatchLimitPoolsRequest_FieldMask

type WatchLimitPoolsRequest_FieldMask struct {
	Paths []WatchLimitPoolsRequest_FieldPath
}

func FullWatchLimitPoolsRequest_FieldMask

func FullWatchLimitPoolsRequest_FieldMask() *WatchLimitPoolsRequest_FieldMask

func (*WatchLimitPoolsRequest_FieldMask) AppendPath

func (*WatchLimitPoolsRequest_FieldMask) AppendRawPath

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

func (*WatchLimitPoolsRequest_FieldMask) DecodeFirestore

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

func (*WatchLimitPoolsRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchLimitPoolsRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchLimitPoolsRequest_FieldMask) FromProtoFieldMask

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

func (*WatchLimitPoolsRequest_FieldMask) GetPaths

func (*WatchLimitPoolsRequest_FieldMask) GetRawPaths

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

func (*WatchLimitPoolsRequest_FieldMask) IsFull

func (fieldMask *WatchLimitPoolsRequest_FieldMask) IsFull() bool

func (WatchLimitPoolsRequest_FieldMask) Marshal

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

implement methods required by customType

func (WatchLimitPoolsRequest_FieldMask) MarshalJSON

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

func (*WatchLimitPoolsRequest_FieldMask) PathsCount

func (fieldMask *WatchLimitPoolsRequest_FieldMask) PathsCount() int

func (*WatchLimitPoolsRequest_FieldMask) Project

func (*WatchLimitPoolsRequest_FieldMask) ProjectRaw

func (*WatchLimitPoolsRequest_FieldMask) ProtoMessage

func (fieldMask *WatchLimitPoolsRequest_FieldMask) ProtoMessage()

func (*WatchLimitPoolsRequest_FieldMask) ProtoReflect

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

func (*WatchLimitPoolsRequest_FieldMask) Reset

func (fieldMask *WatchLimitPoolsRequest_FieldMask) Reset()

func (*WatchLimitPoolsRequest_FieldMask) Set

func (fieldMask *WatchLimitPoolsRequest_FieldMask) Set(target, source *WatchLimitPoolsRequest)

func (*WatchLimitPoolsRequest_FieldMask) SetFromCliFlag

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

func (*WatchLimitPoolsRequest_FieldMask) SetRaw

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

func (*WatchLimitPoolsRequest_FieldMask) Size

func (fieldMask *WatchLimitPoolsRequest_FieldMask) Size() int

func (*WatchLimitPoolsRequest_FieldMask) String

func (fieldMask *WatchLimitPoolsRequest_FieldMask) String() string

func (*WatchLimitPoolsRequest_FieldMask) Subtract

func (*WatchLimitPoolsRequest_FieldMask) SubtractRaw

func (*WatchLimitPoolsRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*WatchLimitPoolsRequest_FieldMask) Unmarshal

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

func (*WatchLimitPoolsRequest_FieldMask) UnmarshalJSON

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

type WatchLimitPoolsRequest_FieldPath

type WatchLimitPoolsRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchLimitPoolsRequest_FieldPathSelector
	Get(source *WatchLimitPoolsRequest) []interface{}
	GetSingle(source *WatchLimitPoolsRequest) (interface{}, bool)
	ClearValue(item *WatchLimitPoolsRequest)

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

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

func MustParseWatchLimitPoolsRequest_FieldPath

func MustParseWatchLimitPoolsRequest_FieldPath(rawField string) WatchLimitPoolsRequest_FieldPath

func ParseWatchLimitPoolsRequest_FieldPath

func ParseWatchLimitPoolsRequest_FieldPath(rawField string) (WatchLimitPoolsRequest_FieldPath, error)

type WatchLimitPoolsRequest_FieldPathArrayItemValue

type WatchLimitPoolsRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchLimitPoolsRequest_FieldPath
	ContainsValue(*WatchLimitPoolsRequest) bool
}

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

func MustParseWatchLimitPoolsRequest_FieldPathArrayItemValue

func MustParseWatchLimitPoolsRequest_FieldPathArrayItemValue(pathStr, valueStr string) WatchLimitPoolsRequest_FieldPathArrayItemValue

func ParseWatchLimitPoolsRequest_FieldPathArrayItemValue

func ParseWatchLimitPoolsRequest_FieldPathArrayItemValue(pathStr, valueStr string) (WatchLimitPoolsRequest_FieldPathArrayItemValue, error)

ParseWatchLimitPoolsRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchLimitPoolsRequest_FieldPathArrayOfValues

type WatchLimitPoolsRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchLimitPoolsRequest_FieldPath
}

WatchLimitPoolsRequest_FieldPathArrayOfValues allows storing slice of values for WatchLimitPoolsRequest fields according to their type

func MustParseWatchLimitPoolsRequest_FieldPathArrayOfValues

func MustParseWatchLimitPoolsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) WatchLimitPoolsRequest_FieldPathArrayOfValues

func ParseWatchLimitPoolsRequest_FieldPathArrayOfValues

func ParseWatchLimitPoolsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchLimitPoolsRequest_FieldPathArrayOfValues, error)

type WatchLimitPoolsRequest_FieldPathSelector

type WatchLimitPoolsRequest_FieldPathSelector int32
const (
	WatchLimitPoolsRequest_FieldPathSelectorType         WatchLimitPoolsRequest_FieldPathSelector = 0
	WatchLimitPoolsRequest_FieldPathSelectorParent       WatchLimitPoolsRequest_FieldPathSelector = 1
	WatchLimitPoolsRequest_FieldPathSelectorPageSize     WatchLimitPoolsRequest_FieldPathSelector = 2
	WatchLimitPoolsRequest_FieldPathSelectorPageToken    WatchLimitPoolsRequest_FieldPathSelector = 3
	WatchLimitPoolsRequest_FieldPathSelectorOrderBy      WatchLimitPoolsRequest_FieldPathSelector = 4
	WatchLimitPoolsRequest_FieldPathSelectorResumeToken  WatchLimitPoolsRequest_FieldPathSelector = 5
	WatchLimitPoolsRequest_FieldPathSelectorFilter       WatchLimitPoolsRequest_FieldPathSelector = 6
	WatchLimitPoolsRequest_FieldPathSelectorFieldMask    WatchLimitPoolsRequest_FieldPathSelector = 7
	WatchLimitPoolsRequest_FieldPathSelectorView         WatchLimitPoolsRequest_FieldPathSelector = 8
	WatchLimitPoolsRequest_FieldPathSelectorMaxChunkSize WatchLimitPoolsRequest_FieldPathSelector = 9
)

func (WatchLimitPoolsRequest_FieldPathSelector) String

type WatchLimitPoolsRequest_FieldPathValue

type WatchLimitPoolsRequest_FieldPathValue interface {
	WatchLimitPoolsRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchLimitPoolsRequest)
	CompareWith(*WatchLimitPoolsRequest) (cmp int, comparable bool)
}

WatchLimitPoolsRequest_FieldPathValue allows storing values for WatchLimitPoolsRequest fields according to their type

func MustParseWatchLimitPoolsRequest_FieldPathValue

func MustParseWatchLimitPoolsRequest_FieldPathValue(pathStr, valueStr string) WatchLimitPoolsRequest_FieldPathValue

func ParseWatchLimitPoolsRequest_FieldPathValue

func ParseWatchLimitPoolsRequest_FieldPathValue(pathStr, valueStr string) (WatchLimitPoolsRequest_FieldPathValue, error)

type WatchLimitPoolsRequest_FieldTerminalPath

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

func (*WatchLimitPoolsRequest_FieldTerminalPath) ClearValue

func (*WatchLimitPoolsRequest_FieldTerminalPath) ClearValueRaw

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

func (*WatchLimitPoolsRequest_FieldTerminalPath) Get

func (fp *WatchLimitPoolsRequest_FieldTerminalPath) Get(source *WatchLimitPoolsRequest) (values []interface{})

Get returns all values pointed by specific field from source WatchLimitPoolsRequest

func (*WatchLimitPoolsRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchLimitPoolsRequest_FieldTerminalPath) GetRaw

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

func (*WatchLimitPoolsRequest_FieldTerminalPath) GetSingle

func (fp *WatchLimitPoolsRequest_FieldTerminalPath) GetSingle(source *WatchLimitPoolsRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source WatchLimitPoolsRequest

func (*WatchLimitPoolsRequest_FieldTerminalPath) GetSingleRaw

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

func (*WatchLimitPoolsRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchLimitPoolsRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchLimitPoolsRequest_FieldTerminalPath) Selector

func (*WatchLimitPoolsRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchLimitPoolsRequest_FieldTerminalPath) WithIArrayItemValue

func (*WatchLimitPoolsRequest_FieldTerminalPath) WithIArrayOfValues

func (*WatchLimitPoolsRequest_FieldTerminalPath) WithIValue

func (*WatchLimitPoolsRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*WatchLimitPoolsRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchLimitPoolsRequest_FieldTerminalPath) WithRawIValue

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

type WatchLimitPoolsRequest_FieldTerminalPathArrayItemValue

type WatchLimitPoolsRequest_FieldTerminalPathArrayItemValue struct {
	WatchLimitPoolsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchLimitPoolsRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchLimitPoolsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchLimitPoolsRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchLimitPoolsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchLimitPoolsRequest_FieldTerminalPathArrayOfValues

type WatchLimitPoolsRequest_FieldTerminalPathArrayOfValues struct {
	WatchLimitPoolsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchLimitPoolsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*WatchLimitPoolsRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues

func (fpaov *WatchLimitPoolsRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues() ([]*limit_pool.Filter, bool)

func (*WatchLimitPoolsRequest_FieldTerminalPathArrayOfValues) AsMaxChunkSizeArrayOfValues

func (fpaov *WatchLimitPoolsRequest_FieldTerminalPathArrayOfValues) AsMaxChunkSizeArrayOfValues() ([]int32, bool)

func (*WatchLimitPoolsRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues

func (fpaov *WatchLimitPoolsRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues() ([]*limit_pool.OrderBy, bool)

func (*WatchLimitPoolsRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues

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

func (*WatchLimitPoolsRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues

func (fpaov *WatchLimitPoolsRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues() ([]*limit_pool.PagerCursor, bool)

func (*WatchLimitPoolsRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues

func (*WatchLimitPoolsRequest_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues

func (fpaov *WatchLimitPoolsRequest_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues() ([]string, bool)

func (*WatchLimitPoolsRequest_FieldTerminalPathArrayOfValues) AsTypeArrayOfValues

func (*WatchLimitPoolsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

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

func (*WatchLimitPoolsRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchLimitPoolsRequest_FieldTerminalPathValue

type WatchLimitPoolsRequest_FieldTerminalPathValue struct {
	WatchLimitPoolsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchLimitPoolsRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*WatchLimitPoolsRequest_FieldTerminalPathValue) AsFilterValue

func (*WatchLimitPoolsRequest_FieldTerminalPathValue) AsMaxChunkSizeValue

func (fpv *WatchLimitPoolsRequest_FieldTerminalPathValue) AsMaxChunkSizeValue() (int32, bool)

func (*WatchLimitPoolsRequest_FieldTerminalPathValue) AsOrderByValue

func (*WatchLimitPoolsRequest_FieldTerminalPathValue) AsPageSizeValue

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

func (*WatchLimitPoolsRequest_FieldTerminalPathValue) AsPageTokenValue

func (*WatchLimitPoolsRequest_FieldTerminalPathValue) AsParentValue

func (*WatchLimitPoolsRequest_FieldTerminalPathValue) AsResumeTokenValue

func (fpv *WatchLimitPoolsRequest_FieldTerminalPathValue) AsResumeTokenValue() (string, bool)

func (*WatchLimitPoolsRequest_FieldTerminalPathValue) AsTypeValue

func (*WatchLimitPoolsRequest_FieldTerminalPathValue) AsViewValue

func (*WatchLimitPoolsRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchLimitPoolsRequest_FieldTerminalPathValue' with the value under path in 'WatchLimitPoolsRequest'.

func (*WatchLimitPoolsRequest_FieldTerminalPathValue) CompareWithRaw

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

func (*WatchLimitPoolsRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchLimitPoolsRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchLimitPoolsRequest

func (*WatchLimitPoolsRequest_FieldTerminalPathValue) SetToRaw

type WatchLimitPoolsResponse

type WatchLimitPoolsResponse struct {

	// Changes of LimitPools
	LimitPoolChanges []*limit_pool.LimitPoolChange `` /* 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 LimitPools 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 *WatchLimitPoolsResponse_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 (LimitPools 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
}

WatchLimitPoolsResponse

func (*WatchLimitPoolsResponse) Clone

func (*WatchLimitPoolsResponse) CloneRaw

func (*WatchLimitPoolsResponse) Descriptor

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

Deprecated, Use WatchLimitPoolsResponse.ProtoReflect.Descriptor instead.

func (*WatchLimitPoolsResponse) GetIsCurrent

func (m *WatchLimitPoolsResponse) GetIsCurrent() bool

func (*WatchLimitPoolsResponse) GetIsHardReset

func (m *WatchLimitPoolsResponse) GetIsHardReset() bool

func (*WatchLimitPoolsResponse) GetIsSoftReset

func (m *WatchLimitPoolsResponse) GetIsSoftReset() bool

func (*WatchLimitPoolsResponse) GetLimitPoolChanges

func (m *WatchLimitPoolsResponse) GetLimitPoolChanges() []*limit_pool.LimitPoolChange

func (*WatchLimitPoolsResponse) GetPageTokenChange

func (*WatchLimitPoolsResponse) GetResumeToken

func (m *WatchLimitPoolsResponse) GetResumeToken() string

func (*WatchLimitPoolsResponse) GetSnapshotSize

func (m *WatchLimitPoolsResponse) GetSnapshotSize() int64

func (*WatchLimitPoolsResponse) GotenMessage

func (*WatchLimitPoolsResponse) GotenMessage()

func (*WatchLimitPoolsResponse) GotenObjectExt

func (o *WatchLimitPoolsResponse) GotenObjectExt()

func (*WatchLimitPoolsResponse) GotenValidate

func (obj *WatchLimitPoolsResponse) GotenValidate() error

func (*WatchLimitPoolsResponse) MakeDiffFieldMask

func (*WatchLimitPoolsResponse) MakeFullFieldMask

func (*WatchLimitPoolsResponse) MakeRawDiffFieldMask

func (*WatchLimitPoolsResponse) MakeRawFullFieldMask

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

func (*WatchLimitPoolsResponse) Marshal

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

func (*WatchLimitPoolsResponse) MarshalJSON

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

func (*WatchLimitPoolsResponse) Merge

func (*WatchLimitPoolsResponse) MergeRaw

func (*WatchLimitPoolsResponse) ProtoMessage

func (*WatchLimitPoolsResponse) ProtoMessage()

func (*WatchLimitPoolsResponse) ProtoReflect

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

func (*WatchLimitPoolsResponse) Reset

func (m *WatchLimitPoolsResponse) Reset()

func (*WatchLimitPoolsResponse) SetIsCurrent

func (m *WatchLimitPoolsResponse) SetIsCurrent(fv bool)

func (*WatchLimitPoolsResponse) SetIsHardReset

func (m *WatchLimitPoolsResponse) SetIsHardReset(fv bool)

func (*WatchLimitPoolsResponse) SetIsSoftReset

func (m *WatchLimitPoolsResponse) SetIsSoftReset(fv bool)

func (*WatchLimitPoolsResponse) SetLimitPoolChanges

func (m *WatchLimitPoolsResponse) SetLimitPoolChanges(fv []*limit_pool.LimitPoolChange)

func (*WatchLimitPoolsResponse) SetPageTokenChange

func (*WatchLimitPoolsResponse) SetResumeToken

func (m *WatchLimitPoolsResponse) SetResumeToken(fv string)

func (*WatchLimitPoolsResponse) SetSnapshotSize

func (m *WatchLimitPoolsResponse) SetSnapshotSize(fv int64)

func (*WatchLimitPoolsResponse) String

func (m *WatchLimitPoolsResponse) String() string

func (*WatchLimitPoolsResponse) Unmarshal

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

func (*WatchLimitPoolsResponse) UnmarshalJSON

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

type WatchLimitPoolsResponseFieldPathBuilder

type WatchLimitPoolsResponseFieldPathBuilder struct{}

func NewWatchLimitPoolsResponseFieldPathBuilder

func NewWatchLimitPoolsResponseFieldPathBuilder() WatchLimitPoolsResponseFieldPathBuilder

func (WatchLimitPoolsResponseFieldPathBuilder) IsCurrent

func (WatchLimitPoolsResponseFieldPathBuilder) IsHardReset

func (WatchLimitPoolsResponseFieldPathBuilder) IsSoftReset

func (WatchLimitPoolsResponseFieldPathBuilder) LimitPoolChanges

func (WatchLimitPoolsResponseFieldPathBuilder) PageTokenChange

func (WatchLimitPoolsResponseFieldPathBuilder) ResumeToken

func (WatchLimitPoolsResponseFieldPathBuilder) SnapshotSize

type WatchLimitPoolsResponsePageTokenChangeFieldPathBuilder

type WatchLimitPoolsResponsePageTokenChangeFieldPathBuilder struct{}

func (WatchLimitPoolsResponsePageTokenChangeFieldPathBuilder) NextPageToken

func (WatchLimitPoolsResponsePageTokenChangeFieldPathBuilder) PrevPageToken

type WatchLimitPoolsResponsePageTokenChange_FieldPath

type WatchLimitPoolsResponsePageTokenChange_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchLimitPoolsResponsePageTokenChange_FieldPathSelector
	Get(source *WatchLimitPoolsResponse_PageTokenChange) []interface{}
	GetSingle(source *WatchLimitPoolsResponse_PageTokenChange) (interface{}, bool)
	ClearValue(item *WatchLimitPoolsResponse_PageTokenChange)

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

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

func MustParseWatchLimitPoolsResponsePageTokenChange_FieldPath

func MustParseWatchLimitPoolsResponsePageTokenChange_FieldPath(rawField string) WatchLimitPoolsResponsePageTokenChange_FieldPath

func ParseWatchLimitPoolsResponsePageTokenChange_FieldPath

func ParseWatchLimitPoolsResponsePageTokenChange_FieldPath(rawField string) (WatchLimitPoolsResponsePageTokenChange_FieldPath, error)

type WatchLimitPoolsResponsePageTokenChange_FieldPathArrayItemValue

type WatchLimitPoolsResponsePageTokenChange_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchLimitPoolsResponsePageTokenChange_FieldPath
	ContainsValue(*WatchLimitPoolsResponse_PageTokenChange) bool
}

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

func MustParseWatchLimitPoolsResponsePageTokenChange_FieldPathArrayItemValue

func MustParseWatchLimitPoolsResponsePageTokenChange_FieldPathArrayItemValue(pathStr, valueStr string) WatchLimitPoolsResponsePageTokenChange_FieldPathArrayItemValue

func ParseWatchLimitPoolsResponsePageTokenChange_FieldPathArrayItemValue

func ParseWatchLimitPoolsResponsePageTokenChange_FieldPathArrayItemValue(pathStr, valueStr string) (WatchLimitPoolsResponsePageTokenChange_FieldPathArrayItemValue, error)

ParseWatchLimitPoolsResponsePageTokenChange_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchLimitPoolsResponsePageTokenChange_FieldPathArrayOfValues

type WatchLimitPoolsResponsePageTokenChange_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchLimitPoolsResponsePageTokenChange_FieldPath
}

WatchLimitPoolsResponsePageTokenChange_FieldPathArrayOfValues allows storing slice of values for PageTokenChange fields according to their type

func MustParseWatchLimitPoolsResponsePageTokenChange_FieldPathArrayOfValues

func MustParseWatchLimitPoolsResponsePageTokenChange_FieldPathArrayOfValues(pathStr, valuesStr string) WatchLimitPoolsResponsePageTokenChange_FieldPathArrayOfValues

func ParseWatchLimitPoolsResponsePageTokenChange_FieldPathArrayOfValues

func ParseWatchLimitPoolsResponsePageTokenChange_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchLimitPoolsResponsePageTokenChange_FieldPathArrayOfValues, error)

type WatchLimitPoolsResponsePageTokenChange_FieldPathSelector

type WatchLimitPoolsResponsePageTokenChange_FieldPathSelector int32
const (
	WatchLimitPoolsResponsePageTokenChange_FieldPathSelectorPrevPageToken WatchLimitPoolsResponsePageTokenChange_FieldPathSelector = 0
	WatchLimitPoolsResponsePageTokenChange_FieldPathSelectorNextPageToken WatchLimitPoolsResponsePageTokenChange_FieldPathSelector = 1
)

func (WatchLimitPoolsResponsePageTokenChange_FieldPathSelector) String

type WatchLimitPoolsResponsePageTokenChange_FieldPathValue

type WatchLimitPoolsResponsePageTokenChange_FieldPathValue interface {
	WatchLimitPoolsResponsePageTokenChange_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchLimitPoolsResponse_PageTokenChange)
	CompareWith(*WatchLimitPoolsResponse_PageTokenChange) (cmp int, comparable bool)
}

WatchLimitPoolsResponsePageTokenChange_FieldPathValue allows storing values for PageTokenChange fields according to their type

func MustParseWatchLimitPoolsResponsePageTokenChange_FieldPathValue

func MustParseWatchLimitPoolsResponsePageTokenChange_FieldPathValue(pathStr, valueStr string) WatchLimitPoolsResponsePageTokenChange_FieldPathValue

func ParseWatchLimitPoolsResponsePageTokenChange_FieldPathValue

func ParseWatchLimitPoolsResponsePageTokenChange_FieldPathValue(pathStr, valueStr string) (WatchLimitPoolsResponsePageTokenChange_FieldPathValue, error)

type WatchLimitPoolsResponsePageTokenChange_FieldTerminalPath

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

func (*WatchLimitPoolsResponsePageTokenChange_FieldTerminalPath) ClearValue

func (*WatchLimitPoolsResponsePageTokenChange_FieldTerminalPath) ClearValueRaw

func (*WatchLimitPoolsResponsePageTokenChange_FieldTerminalPath) Get

Get returns all values pointed by specific field from source WatchLimitPoolsResponse_PageTokenChange

func (*WatchLimitPoolsResponsePageTokenChange_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchLimitPoolsResponsePageTokenChange_FieldTerminalPath) GetRaw

func (*WatchLimitPoolsResponsePageTokenChange_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source WatchLimitPoolsResponse_PageTokenChange

func (*WatchLimitPoolsResponsePageTokenChange_FieldTerminalPath) GetSingleRaw

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

func (*WatchLimitPoolsResponsePageTokenChange_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchLimitPoolsResponsePageTokenChange_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchLimitPoolsResponsePageTokenChange_FieldTerminalPath) Selector

func (*WatchLimitPoolsResponsePageTokenChange_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchLimitPoolsResponsePageTokenChange_FieldTerminalPath) WithIArrayItemValue

func (*WatchLimitPoolsResponsePageTokenChange_FieldTerminalPath) WithIArrayOfValues

func (*WatchLimitPoolsResponsePageTokenChange_FieldTerminalPath) WithIValue

func (*WatchLimitPoolsResponsePageTokenChange_FieldTerminalPath) WithRawIArrayItemValue

func (*WatchLimitPoolsResponsePageTokenChange_FieldTerminalPath) WithRawIArrayOfValues

func (*WatchLimitPoolsResponsePageTokenChange_FieldTerminalPath) WithRawIValue

type WatchLimitPoolsResponsePageTokenChange_FieldTerminalPathArrayItemValue

type WatchLimitPoolsResponsePageTokenChange_FieldTerminalPathArrayItemValue struct {
	WatchLimitPoolsResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchLimitPoolsResponsePageTokenChange_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchLimitPoolsResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetRawItemValue

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

func (*WatchLimitPoolsResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchLimitPoolsResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingleRaw

type WatchLimitPoolsResponsePageTokenChange_FieldTerminalPathArrayOfValues

type WatchLimitPoolsResponsePageTokenChange_FieldTerminalPathArrayOfValues struct {
	WatchLimitPoolsResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchLimitPoolsResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues

func (*WatchLimitPoolsResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues

func (*WatchLimitPoolsResponsePageTokenChange_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchLimitPoolsResponsePageTokenChange_FieldTerminalPathValue

type WatchLimitPoolsResponsePageTokenChange_FieldTerminalPathValue struct {
	WatchLimitPoolsResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchLimitPoolsResponsePageTokenChange_FieldTerminalPathValue) AsNextPageTokenValue

func (*WatchLimitPoolsResponsePageTokenChange_FieldTerminalPathValue) AsPrevPageTokenValue

func (*WatchLimitPoolsResponsePageTokenChange_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchLimitPoolsResponsePageTokenChange_FieldTerminalPathValue' with the value under path in 'WatchLimitPoolsResponse_PageTokenChange'.

func (*WatchLimitPoolsResponsePageTokenChange_FieldTerminalPathValue) CompareWithRaw

func (*WatchLimitPoolsResponsePageTokenChange_FieldTerminalPathValue) GetRawValue

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

func (*WatchLimitPoolsResponsePageTokenChange_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object PageTokenChange

func (*WatchLimitPoolsResponsePageTokenChange_FieldTerminalPathValue) SetToRaw

type WatchLimitPoolsResponsePathSelectorIsCurrent

type WatchLimitPoolsResponsePathSelectorIsCurrent struct{}

func (WatchLimitPoolsResponsePathSelectorIsCurrent) FieldPath

func (WatchLimitPoolsResponsePathSelectorIsCurrent) WithArrayOfValues

func (WatchLimitPoolsResponsePathSelectorIsCurrent) WithValue

type WatchLimitPoolsResponsePathSelectorIsHardReset

type WatchLimitPoolsResponsePathSelectorIsHardReset struct{}

func (WatchLimitPoolsResponsePathSelectorIsHardReset) FieldPath

func (WatchLimitPoolsResponsePathSelectorIsHardReset) WithArrayOfValues

func (WatchLimitPoolsResponsePathSelectorIsHardReset) WithValue

type WatchLimitPoolsResponsePathSelectorIsSoftReset

type WatchLimitPoolsResponsePathSelectorIsSoftReset struct{}

func (WatchLimitPoolsResponsePathSelectorIsSoftReset) FieldPath

func (WatchLimitPoolsResponsePathSelectorIsSoftReset) WithArrayOfValues

func (WatchLimitPoolsResponsePathSelectorIsSoftReset) WithValue

type WatchLimitPoolsResponsePathSelectorLimitPoolChanges

type WatchLimitPoolsResponsePathSelectorLimitPoolChanges struct{}

func (WatchLimitPoolsResponsePathSelectorLimitPoolChanges) FieldPath

func (WatchLimitPoolsResponsePathSelectorLimitPoolChanges) WithArrayOfValues

func (WatchLimitPoolsResponsePathSelectorLimitPoolChanges) WithItemValue

func (WatchLimitPoolsResponsePathSelectorLimitPoolChanges) WithValue

type WatchLimitPoolsResponsePathSelectorPageTokenChange

type WatchLimitPoolsResponsePathSelectorPageTokenChange struct{}

func (WatchLimitPoolsResponsePathSelectorPageTokenChange) FieldPath

func (WatchLimitPoolsResponsePathSelectorPageTokenChange) NextPageToken

func (WatchLimitPoolsResponsePathSelectorPageTokenChange) PrevPageToken

type WatchLimitPoolsResponsePathSelectorPageTokenChangeNextPageToken

type WatchLimitPoolsResponsePathSelectorPageTokenChangeNextPageToken struct{}

func (WatchLimitPoolsResponsePathSelectorPageTokenChangeNextPageToken) FieldPath

func (WatchLimitPoolsResponsePathSelectorPageTokenChangeNextPageToken) WithArrayOfValues

func (WatchLimitPoolsResponsePathSelectorPageTokenChangeNextPageToken) WithValue

type WatchLimitPoolsResponsePathSelectorPageTokenChangePrevPageToken

type WatchLimitPoolsResponsePathSelectorPageTokenChangePrevPageToken struct{}

func (WatchLimitPoolsResponsePathSelectorPageTokenChangePrevPageToken) FieldPath

func (WatchLimitPoolsResponsePathSelectorPageTokenChangePrevPageToken) WithArrayOfValues

func (WatchLimitPoolsResponsePathSelectorPageTokenChangePrevPageToken) WithValue

type WatchLimitPoolsResponsePathSelectorResumeToken

type WatchLimitPoolsResponsePathSelectorResumeToken struct{}

func (WatchLimitPoolsResponsePathSelectorResumeToken) FieldPath

func (WatchLimitPoolsResponsePathSelectorResumeToken) WithArrayOfValues

func (WatchLimitPoolsResponsePathSelectorResumeToken) WithValue

type WatchLimitPoolsResponsePathSelectorSnapshotSize

type WatchLimitPoolsResponsePathSelectorSnapshotSize struct{}

func (WatchLimitPoolsResponsePathSelectorSnapshotSize) FieldPath

func (WatchLimitPoolsResponsePathSelectorSnapshotSize) WithArrayOfValues

func (WatchLimitPoolsResponsePathSelectorSnapshotSize) WithValue

type WatchLimitPoolsResponse_FieldMask

type WatchLimitPoolsResponse_FieldMask struct {
	Paths []WatchLimitPoolsResponse_FieldPath
}

func FullWatchLimitPoolsResponse_FieldMask

func FullWatchLimitPoolsResponse_FieldMask() *WatchLimitPoolsResponse_FieldMask

func (*WatchLimitPoolsResponse_FieldMask) AppendPath

func (*WatchLimitPoolsResponse_FieldMask) AppendRawPath

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

func (*WatchLimitPoolsResponse_FieldMask) DecodeFirestore

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

func (*WatchLimitPoolsResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchLimitPoolsResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchLimitPoolsResponse_FieldMask) FromProtoFieldMask

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

func (*WatchLimitPoolsResponse_FieldMask) GetPaths

func (*WatchLimitPoolsResponse_FieldMask) GetRawPaths

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

func (*WatchLimitPoolsResponse_FieldMask) IsFull

func (fieldMask *WatchLimitPoolsResponse_FieldMask) IsFull() bool

func (WatchLimitPoolsResponse_FieldMask) Marshal

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

implement methods required by customType

func (WatchLimitPoolsResponse_FieldMask) MarshalJSON

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

func (*WatchLimitPoolsResponse_FieldMask) PathsCount

func (fieldMask *WatchLimitPoolsResponse_FieldMask) PathsCount() int

func (*WatchLimitPoolsResponse_FieldMask) Project

func (*WatchLimitPoolsResponse_FieldMask) ProjectRaw

func (*WatchLimitPoolsResponse_FieldMask) ProtoMessage

func (fieldMask *WatchLimitPoolsResponse_FieldMask) ProtoMessage()

func (*WatchLimitPoolsResponse_FieldMask) ProtoReflect

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

func (*WatchLimitPoolsResponse_FieldMask) Reset

func (fieldMask *WatchLimitPoolsResponse_FieldMask) Reset()

func (*WatchLimitPoolsResponse_FieldMask) Set

func (fieldMask *WatchLimitPoolsResponse_FieldMask) Set(target, source *WatchLimitPoolsResponse)

func (*WatchLimitPoolsResponse_FieldMask) SetFromCliFlag

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

func (*WatchLimitPoolsResponse_FieldMask) SetRaw

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

func (*WatchLimitPoolsResponse_FieldMask) Size

func (fieldMask *WatchLimitPoolsResponse_FieldMask) Size() int

func (*WatchLimitPoolsResponse_FieldMask) String

func (fieldMask *WatchLimitPoolsResponse_FieldMask) String() string

func (*WatchLimitPoolsResponse_FieldMask) Subtract

func (*WatchLimitPoolsResponse_FieldMask) SubtractRaw

func (*WatchLimitPoolsResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*WatchLimitPoolsResponse_FieldMask) Unmarshal

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

func (*WatchLimitPoolsResponse_FieldMask) UnmarshalJSON

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

type WatchLimitPoolsResponse_FieldPath

type WatchLimitPoolsResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchLimitPoolsResponse_FieldPathSelector
	Get(source *WatchLimitPoolsResponse) []interface{}
	GetSingle(source *WatchLimitPoolsResponse) (interface{}, bool)
	ClearValue(item *WatchLimitPoolsResponse)

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

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

func MustParseWatchLimitPoolsResponse_FieldPath

func MustParseWatchLimitPoolsResponse_FieldPath(rawField string) WatchLimitPoolsResponse_FieldPath

func ParseWatchLimitPoolsResponse_FieldPath

func ParseWatchLimitPoolsResponse_FieldPath(rawField string) (WatchLimitPoolsResponse_FieldPath, error)

type WatchLimitPoolsResponse_FieldPathArrayItemValue

type WatchLimitPoolsResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchLimitPoolsResponse_FieldPath
	ContainsValue(*WatchLimitPoolsResponse) bool
}

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

func MustParseWatchLimitPoolsResponse_FieldPathArrayItemValue

func MustParseWatchLimitPoolsResponse_FieldPathArrayItemValue(pathStr, valueStr string) WatchLimitPoolsResponse_FieldPathArrayItemValue

func ParseWatchLimitPoolsResponse_FieldPathArrayItemValue

func ParseWatchLimitPoolsResponse_FieldPathArrayItemValue(pathStr, valueStr string) (WatchLimitPoolsResponse_FieldPathArrayItemValue, error)

ParseWatchLimitPoolsResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchLimitPoolsResponse_FieldPathArrayOfValues

type WatchLimitPoolsResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchLimitPoolsResponse_FieldPath
}

WatchLimitPoolsResponse_FieldPathArrayOfValues allows storing slice of values for WatchLimitPoolsResponse fields according to their type

func MustParseWatchLimitPoolsResponse_FieldPathArrayOfValues

func MustParseWatchLimitPoolsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) WatchLimitPoolsResponse_FieldPathArrayOfValues

func ParseWatchLimitPoolsResponse_FieldPathArrayOfValues

func ParseWatchLimitPoolsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchLimitPoolsResponse_FieldPathArrayOfValues, error)

type WatchLimitPoolsResponse_FieldPathSelector

type WatchLimitPoolsResponse_FieldPathSelector int32
const (
	WatchLimitPoolsResponse_FieldPathSelectorLimitPoolChanges WatchLimitPoolsResponse_FieldPathSelector = 0
	WatchLimitPoolsResponse_FieldPathSelectorIsCurrent        WatchLimitPoolsResponse_FieldPathSelector = 1
	WatchLimitPoolsResponse_FieldPathSelectorPageTokenChange  WatchLimitPoolsResponse_FieldPathSelector = 2
	WatchLimitPoolsResponse_FieldPathSelectorResumeToken      WatchLimitPoolsResponse_FieldPathSelector = 3
	WatchLimitPoolsResponse_FieldPathSelectorSnapshotSize     WatchLimitPoolsResponse_FieldPathSelector = 4
	WatchLimitPoolsResponse_FieldPathSelectorIsSoftReset      WatchLimitPoolsResponse_FieldPathSelector = 5
	WatchLimitPoolsResponse_FieldPathSelectorIsHardReset      WatchLimitPoolsResponse_FieldPathSelector = 6
)

func (WatchLimitPoolsResponse_FieldPathSelector) String

type WatchLimitPoolsResponse_FieldPathValue

type WatchLimitPoolsResponse_FieldPathValue interface {
	WatchLimitPoolsResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchLimitPoolsResponse)
	CompareWith(*WatchLimitPoolsResponse) (cmp int, comparable bool)
}

WatchLimitPoolsResponse_FieldPathValue allows storing values for WatchLimitPoolsResponse fields according to their type

func MustParseWatchLimitPoolsResponse_FieldPathValue

func MustParseWatchLimitPoolsResponse_FieldPathValue(pathStr, valueStr string) WatchLimitPoolsResponse_FieldPathValue

func ParseWatchLimitPoolsResponse_FieldPathValue

func ParseWatchLimitPoolsResponse_FieldPathValue(pathStr, valueStr string) (WatchLimitPoolsResponse_FieldPathValue, error)

type WatchLimitPoolsResponse_FieldSubPath

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

func (*WatchLimitPoolsResponse_FieldSubPath) AsPageTokenChangeSubPath

func (*WatchLimitPoolsResponse_FieldSubPath) ClearValue

func (*WatchLimitPoolsResponse_FieldSubPath) ClearValueRaw

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

func (*WatchLimitPoolsResponse_FieldSubPath) Get

func (fps *WatchLimitPoolsResponse_FieldSubPath) Get(source *WatchLimitPoolsResponse) (values []interface{})

Get returns all values pointed by selected field from source WatchLimitPoolsResponse

func (*WatchLimitPoolsResponse_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchLimitPoolsResponse_FieldSubPath) GetRaw

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

func (*WatchLimitPoolsResponse_FieldSubPath) GetSingle

func (fps *WatchLimitPoolsResponse_FieldSubPath) GetSingle(source *WatchLimitPoolsResponse) (interface{}, bool)

GetSingle returns value of selected field from source WatchLimitPoolsResponse

func (*WatchLimitPoolsResponse_FieldSubPath) GetSingleRaw

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

func (*WatchLimitPoolsResponse_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchLimitPoolsResponse_FieldSubPath) JSONString

func (fps *WatchLimitPoolsResponse_FieldSubPath) JSONString() string

JSONString returns path representation is JSON convention

func (*WatchLimitPoolsResponse_FieldSubPath) Selector

func (*WatchLimitPoolsResponse_FieldSubPath) String

String returns path representation in proto convention

func (*WatchLimitPoolsResponse_FieldSubPath) WithIArrayItemValue

func (*WatchLimitPoolsResponse_FieldSubPath) WithIArrayOfValues

func (*WatchLimitPoolsResponse_FieldSubPath) WithIValue

func (*WatchLimitPoolsResponse_FieldSubPath) WithRawIArrayItemValue

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

func (*WatchLimitPoolsResponse_FieldSubPath) WithRawIArrayOfValues

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

func (*WatchLimitPoolsResponse_FieldSubPath) WithRawIValue

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

type WatchLimitPoolsResponse_FieldSubPathArrayItemValue

type WatchLimitPoolsResponse_FieldSubPathArrayItemValue struct {
	WatchLimitPoolsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*WatchLimitPoolsResponse_FieldSubPathArrayItemValue) AsPageTokenChangePathItemValue

func (*WatchLimitPoolsResponse_FieldSubPathArrayItemValue) ContainsValue

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

func (*WatchLimitPoolsResponse_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type WatchLimitPoolsResponse_FieldSubPathArrayOfValues

type WatchLimitPoolsResponse_FieldSubPathArrayOfValues struct {
	WatchLimitPoolsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*WatchLimitPoolsResponse_FieldSubPathArrayOfValues) AsPageTokenChangePathArrayOfValues

func (*WatchLimitPoolsResponse_FieldSubPathArrayOfValues) GetRawValues

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

type WatchLimitPoolsResponse_FieldSubPathValue

type WatchLimitPoolsResponse_FieldSubPathValue struct {
	WatchLimitPoolsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*WatchLimitPoolsResponse_FieldSubPathValue) AsPageTokenChangePathValue

func (*WatchLimitPoolsResponse_FieldSubPathValue) CompareWith

func (*WatchLimitPoolsResponse_FieldSubPathValue) CompareWithRaw

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

func (*WatchLimitPoolsResponse_FieldSubPathValue) GetRawValue

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

func (*WatchLimitPoolsResponse_FieldSubPathValue) SetTo

func (*WatchLimitPoolsResponse_FieldSubPathValue) SetToRaw

type WatchLimitPoolsResponse_FieldTerminalPath

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

func (*WatchLimitPoolsResponse_FieldTerminalPath) ClearValue

func (*WatchLimitPoolsResponse_FieldTerminalPath) ClearValueRaw

func (*WatchLimitPoolsResponse_FieldTerminalPath) Get

func (fp *WatchLimitPoolsResponse_FieldTerminalPath) Get(source *WatchLimitPoolsResponse) (values []interface{})

Get returns all values pointed by specific field from source WatchLimitPoolsResponse

func (*WatchLimitPoolsResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchLimitPoolsResponse_FieldTerminalPath) GetRaw

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

func (*WatchLimitPoolsResponse_FieldTerminalPath) GetSingle

func (fp *WatchLimitPoolsResponse_FieldTerminalPath) GetSingle(source *WatchLimitPoolsResponse) (interface{}, bool)

GetSingle returns value pointed by specific field of from source WatchLimitPoolsResponse

func (*WatchLimitPoolsResponse_FieldTerminalPath) GetSingleRaw

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

func (*WatchLimitPoolsResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchLimitPoolsResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchLimitPoolsResponse_FieldTerminalPath) Selector

func (*WatchLimitPoolsResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchLimitPoolsResponse_FieldTerminalPath) WithIArrayItemValue

func (*WatchLimitPoolsResponse_FieldTerminalPath) WithIArrayOfValues

func (*WatchLimitPoolsResponse_FieldTerminalPath) WithIValue

func (*WatchLimitPoolsResponse_FieldTerminalPath) WithRawIArrayItemValue

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

func (*WatchLimitPoolsResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchLimitPoolsResponse_FieldTerminalPath) WithRawIValue

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

type WatchLimitPoolsResponse_FieldTerminalPathArrayItemValue

type WatchLimitPoolsResponse_FieldTerminalPathArrayItemValue struct {
	WatchLimitPoolsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchLimitPoolsResponse_FieldTerminalPathArrayItemValue) AsLimitPoolChangesItemValue

func (*WatchLimitPoolsResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchLimitPoolsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchLimitPoolsResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchLimitPoolsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchLimitPoolsResponse_FieldTerminalPathArrayOfValues

type WatchLimitPoolsResponse_FieldTerminalPathArrayOfValues struct {
	WatchLimitPoolsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchLimitPoolsResponse_FieldTerminalPathArrayOfValues) AsIsCurrentArrayOfValues

func (fpaov *WatchLimitPoolsResponse_FieldTerminalPathArrayOfValues) AsIsCurrentArrayOfValues() ([]bool, bool)

func (*WatchLimitPoolsResponse_FieldTerminalPathArrayOfValues) AsIsHardResetArrayOfValues

func (fpaov *WatchLimitPoolsResponse_FieldTerminalPathArrayOfValues) AsIsHardResetArrayOfValues() ([]bool, bool)

func (*WatchLimitPoolsResponse_FieldTerminalPathArrayOfValues) AsIsSoftResetArrayOfValues

func (fpaov *WatchLimitPoolsResponse_FieldTerminalPathArrayOfValues) AsIsSoftResetArrayOfValues() ([]bool, bool)

func (*WatchLimitPoolsResponse_FieldTerminalPathArrayOfValues) AsLimitPoolChangesArrayOfValues

func (fpaov *WatchLimitPoolsResponse_FieldTerminalPathArrayOfValues) AsLimitPoolChangesArrayOfValues() ([][]*limit_pool.LimitPoolChange, bool)

func (*WatchLimitPoolsResponse_FieldTerminalPathArrayOfValues) AsPageTokenChangeArrayOfValues

func (*WatchLimitPoolsResponse_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues

func (fpaov *WatchLimitPoolsResponse_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues() ([]string, bool)

func (*WatchLimitPoolsResponse_FieldTerminalPathArrayOfValues) AsSnapshotSizeArrayOfValues

func (fpaov *WatchLimitPoolsResponse_FieldTerminalPathArrayOfValues) AsSnapshotSizeArrayOfValues() ([]int64, bool)

func (*WatchLimitPoolsResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchLimitPoolsResponse_FieldTerminalPathValue

type WatchLimitPoolsResponse_FieldTerminalPathValue struct {
	WatchLimitPoolsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchLimitPoolsResponse_FieldTerminalPathValue) AsIsCurrentValue

func (fpv *WatchLimitPoolsResponse_FieldTerminalPathValue) AsIsCurrentValue() (bool, bool)

func (*WatchLimitPoolsResponse_FieldTerminalPathValue) AsIsHardResetValue

func (fpv *WatchLimitPoolsResponse_FieldTerminalPathValue) AsIsHardResetValue() (bool, bool)

func (*WatchLimitPoolsResponse_FieldTerminalPathValue) AsIsSoftResetValue

func (fpv *WatchLimitPoolsResponse_FieldTerminalPathValue) AsIsSoftResetValue() (bool, bool)

func (*WatchLimitPoolsResponse_FieldTerminalPathValue) AsLimitPoolChangesValue

func (*WatchLimitPoolsResponse_FieldTerminalPathValue) AsPageTokenChangeValue

func (*WatchLimitPoolsResponse_FieldTerminalPathValue) AsResumeTokenValue

func (fpv *WatchLimitPoolsResponse_FieldTerminalPathValue) AsResumeTokenValue() (string, bool)

func (*WatchLimitPoolsResponse_FieldTerminalPathValue) AsSnapshotSizeValue

func (fpv *WatchLimitPoolsResponse_FieldTerminalPathValue) AsSnapshotSizeValue() (int64, bool)

func (*WatchLimitPoolsResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchLimitPoolsResponse_FieldTerminalPathValue' with the value under path in 'WatchLimitPoolsResponse'.

func (*WatchLimitPoolsResponse_FieldTerminalPathValue) CompareWithRaw

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

func (*WatchLimitPoolsResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchLimitPoolsResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchLimitPoolsResponse

func (*WatchLimitPoolsResponse_FieldTerminalPathValue) SetToRaw

type WatchLimitPoolsResponse_PageTokenChange

type WatchLimitPoolsResponse_PageTokenChange struct {

	// New token to retrieve previous page of results.
	PrevPageToken *limit_pool.PagerCursor `` /* 151-byte string literal not displayed */
	// New token to retrieve next page of results.
	NextPageToken *limit_pool.PagerCursor `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*WatchLimitPoolsResponse_PageTokenChange) Clone

func (*WatchLimitPoolsResponse_PageTokenChange) CloneRaw

func (*WatchLimitPoolsResponse_PageTokenChange) Descriptor

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

Deprecated, Use WatchLimitPoolsResponse_PageTokenChange.ProtoReflect.Descriptor instead.

func (*WatchLimitPoolsResponse_PageTokenChange) GetNextPageToken

func (*WatchLimitPoolsResponse_PageTokenChange) GetPrevPageToken

func (*WatchLimitPoolsResponse_PageTokenChange) GotenMessage

func (*WatchLimitPoolsResponse_PageTokenChange) GotenObjectExt

func (o *WatchLimitPoolsResponse_PageTokenChange) GotenObjectExt()

func (*WatchLimitPoolsResponse_PageTokenChange) GotenValidate

func (obj *WatchLimitPoolsResponse_PageTokenChange) GotenValidate() error

func (*WatchLimitPoolsResponse_PageTokenChange) MakeFullFieldMask

func (*WatchLimitPoolsResponse_PageTokenChange) MakeRawDiffFieldMask

func (*WatchLimitPoolsResponse_PageTokenChange) MakeRawFullFieldMask

func (*WatchLimitPoolsResponse_PageTokenChange) Marshal

func (*WatchLimitPoolsResponse_PageTokenChange) MarshalJSON

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

func (*WatchLimitPoolsResponse_PageTokenChange) Merge

func (*WatchLimitPoolsResponse_PageTokenChange) MergeRaw

func (*WatchLimitPoolsResponse_PageTokenChange) ProtoMessage

func (*WatchLimitPoolsResponse_PageTokenChange) ProtoReflect

func (*WatchLimitPoolsResponse_PageTokenChange) Reset

func (*WatchLimitPoolsResponse_PageTokenChange) SetNextPageToken

func (*WatchLimitPoolsResponse_PageTokenChange) SetPrevPageToken

func (*WatchLimitPoolsResponse_PageTokenChange) String

func (*WatchLimitPoolsResponse_PageTokenChange) Unmarshal

func (*WatchLimitPoolsResponse_PageTokenChange) UnmarshalJSON

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

type WatchLimitPoolsResponse_PageTokenChangePathSelectorNextPageToken

type WatchLimitPoolsResponse_PageTokenChangePathSelectorNextPageToken struct{}

func (WatchLimitPoolsResponse_PageTokenChangePathSelectorNextPageToken) FieldPath

func (WatchLimitPoolsResponse_PageTokenChangePathSelectorNextPageToken) WithArrayOfValues

func (WatchLimitPoolsResponse_PageTokenChangePathSelectorNextPageToken) WithValue

type WatchLimitPoolsResponse_PageTokenChangePathSelectorPrevPageToken

type WatchLimitPoolsResponse_PageTokenChangePathSelectorPrevPageToken struct{}

func (WatchLimitPoolsResponse_PageTokenChangePathSelectorPrevPageToken) FieldPath

func (WatchLimitPoolsResponse_PageTokenChangePathSelectorPrevPageToken) WithArrayOfValues

func (WatchLimitPoolsResponse_PageTokenChangePathSelectorPrevPageToken) WithValue

type WatchLimitPoolsResponse_PageTokenChange_FieldMask

type WatchLimitPoolsResponse_PageTokenChange_FieldMask struct {
	Paths []WatchLimitPoolsResponsePageTokenChange_FieldPath
}

func FullWatchLimitPoolsResponse_PageTokenChange_FieldMask

func FullWatchLimitPoolsResponse_PageTokenChange_FieldMask() *WatchLimitPoolsResponse_PageTokenChange_FieldMask

func (*WatchLimitPoolsResponse_PageTokenChange_FieldMask) AppendPath

func (*WatchLimitPoolsResponse_PageTokenChange_FieldMask) AppendRawPath

func (*WatchLimitPoolsResponse_PageTokenChange_FieldMask) DecodeFirestore

func (*WatchLimitPoolsResponse_PageTokenChange_FieldMask) EncodeFirestore

firestore encoding/decoding integration

func (*WatchLimitPoolsResponse_PageTokenChange_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchLimitPoolsResponse_PageTokenChange_FieldMask) FromProtoFieldMask

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

func (*WatchLimitPoolsResponse_PageTokenChange_FieldMask) GetPaths

func (*WatchLimitPoolsResponse_PageTokenChange_FieldMask) GetRawPaths

func (*WatchLimitPoolsResponse_PageTokenChange_FieldMask) IsFull

func (WatchLimitPoolsResponse_PageTokenChange_FieldMask) Marshal

implement methods required by customType

func (WatchLimitPoolsResponse_PageTokenChange_FieldMask) MarshalJSON

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

func (*WatchLimitPoolsResponse_PageTokenChange_FieldMask) PathsCount

func (*WatchLimitPoolsResponse_PageTokenChange_FieldMask) Project

func (*WatchLimitPoolsResponse_PageTokenChange_FieldMask) ProjectRaw

func (*WatchLimitPoolsResponse_PageTokenChange_FieldMask) ProtoMessage

func (fieldMask *WatchLimitPoolsResponse_PageTokenChange_FieldMask) ProtoMessage()

func (*WatchLimitPoolsResponse_PageTokenChange_FieldMask) ProtoReflect

func (*WatchLimitPoolsResponse_PageTokenChange_FieldMask) Reset

func (*WatchLimitPoolsResponse_PageTokenChange_FieldMask) Set

func (*WatchLimitPoolsResponse_PageTokenChange_FieldMask) SetFromCliFlag

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

func (*WatchLimitPoolsResponse_PageTokenChange_FieldMask) SetRaw

func (*WatchLimitPoolsResponse_PageTokenChange_FieldMask) Size

func (*WatchLimitPoolsResponse_PageTokenChange_FieldMask) String

func (*WatchLimitPoolsResponse_PageTokenChange_FieldMask) SubtractRaw

func (*WatchLimitPoolsResponse_PageTokenChange_FieldMask) ToProtoFieldMask

ToFieldMask is used for proto conversions

func (*WatchLimitPoolsResponse_PageTokenChange_FieldMask) Unmarshal

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

func (*WatchLimitPoolsResponse_PageTokenChange_FieldMask) UnmarshalJSON

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

Jump to

Keyboard shortcuts

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