plan_client

package
v0.8.10 Latest Latest
Warning

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

Go to latest
Published: Oct 17, 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 BatchGetPlansDescriptor

type BatchGetPlansDescriptor struct{}

func GetBatchGetPlansDescriptor

func GetBatchGetPlansDescriptor() *BatchGetPlansDescriptor

func (*BatchGetPlansDescriptor) GetApiDescriptor

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

func (*BatchGetPlansDescriptor) GetApiName

func (d *BatchGetPlansDescriptor) GetApiName() string

func (*BatchGetPlansDescriptor) GetClientMsgReflectHandle

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

func (*BatchGetPlansDescriptor) GetFullMethodName

func (d *BatchGetPlansDescriptor) GetFullMethodName() string

func (*BatchGetPlansDescriptor) GetMethodName

func (d *BatchGetPlansDescriptor) GetMethodName() string

func (*BatchGetPlansDescriptor) GetProtoPkgName

func (d *BatchGetPlansDescriptor) GetProtoPkgName() string

func (*BatchGetPlansDescriptor) GetResourceDescriptor

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

func (*BatchGetPlansDescriptor) GetServerMsgReflectHandle

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

func (*BatchGetPlansDescriptor) GetServiceDomain

func (d *BatchGetPlansDescriptor) GetServiceDomain() string

func (*BatchGetPlansDescriptor) GetServiceVersion

func (d *BatchGetPlansDescriptor) GetServiceVersion() string

func (*BatchGetPlansDescriptor) GetVerb

func (d *BatchGetPlansDescriptor) GetVerb() string

func (*BatchGetPlansDescriptor) HasResource

func (d *BatchGetPlansDescriptor) HasResource() bool

func (*BatchGetPlansDescriptor) IsClientStream

func (d *BatchGetPlansDescriptor) IsClientStream() bool

func (*BatchGetPlansDescriptor) IsCollection

func (d *BatchGetPlansDescriptor) IsCollection() bool

func (*BatchGetPlansDescriptor) IsPlural

func (d *BatchGetPlansDescriptor) IsPlural() bool

func (*BatchGetPlansDescriptor) IsServerStream

func (d *BatchGetPlansDescriptor) IsServerStream() bool

func (*BatchGetPlansDescriptor) IsUnary

func (d *BatchGetPlansDescriptor) IsUnary() bool

func (*BatchGetPlansDescriptor) NewEmptyClientMsg

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

func (*BatchGetPlansDescriptor) NewEmptyServerMsg

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

func (*BatchGetPlansDescriptor) RequestHasResourceBody

func (d *BatchGetPlansDescriptor) RequestHasResourceBody() bool

type BatchGetPlansDescriptorClientMsgHandle

type BatchGetPlansDescriptorClientMsgHandle struct{}

func (*BatchGetPlansDescriptorClientMsgHandle) ExtractCollectionName

func (*BatchGetPlansDescriptorClientMsgHandle) ExtractResourceName

func (*BatchGetPlansDescriptorClientMsgHandle) ExtractResourceNames

type BatchGetPlansDescriptorServerMsgHandle

type BatchGetPlansDescriptorServerMsgHandle struct{}

func (*BatchGetPlansDescriptorServerMsgHandle) ExtractCollectionName

func (*BatchGetPlansDescriptorServerMsgHandle) ExtractResourceName

func (*BatchGetPlansDescriptorServerMsgHandle) ExtractResourceNames

type BatchGetPlansRequest

type BatchGetPlansRequest struct {

	// Names of Plans
	Names []*plan.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 *plan.Plan_FieldMask `` /* 136-byte string literal not displayed */
	// View defines list of standard response fields present in response items.
	// Additional fields can be amended by request field field_mask
	View view.View `protobuf:"varint,4,opt,name=view,proto3,enum=goten.view.View" json:"view,omitempty" firestore:"view"`
	// contains filtered or unexported fields
}

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

func (*BatchGetPlansRequest) Clone

func (*BatchGetPlansRequest) CloneRaw

func (*BatchGetPlansRequest) Descriptor

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

Deprecated, Use BatchGetPlansRequest.ProtoReflect.Descriptor instead.

func (*BatchGetPlansRequest) GetFieldMask

func (m *BatchGetPlansRequest) GetFieldMask() *plan.Plan_FieldMask

func (*BatchGetPlansRequest) GetNames

func (m *BatchGetPlansRequest) GetNames() []*plan.Reference

func (*BatchGetPlansRequest) GetView

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

func (*BatchGetPlansRequest) GotenMessage

func (*BatchGetPlansRequest) GotenMessage()

func (*BatchGetPlansRequest) GotenObjectExt

func (o *BatchGetPlansRequest) GotenObjectExt()

func (*BatchGetPlansRequest) GotenValidate

func (obj *BatchGetPlansRequest) GotenValidate() error

func (*BatchGetPlansRequest) MakeDiffFieldMask

func (*BatchGetPlansRequest) MakeFullFieldMask

func (o *BatchGetPlansRequest) MakeFullFieldMask() *BatchGetPlansRequest_FieldMask

func (*BatchGetPlansRequest) MakeRawDiffFieldMask

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

func (*BatchGetPlansRequest) MakeRawFullFieldMask

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

func (*BatchGetPlansRequest) Marshal

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

func (*BatchGetPlansRequest) MarshalJSON

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

func (*BatchGetPlansRequest) Merge

func (o *BatchGetPlansRequest) Merge(source *BatchGetPlansRequest)

func (*BatchGetPlansRequest) MergeRaw

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

func (*BatchGetPlansRequest) ProtoMessage

func (*BatchGetPlansRequest) ProtoMessage()

func (*BatchGetPlansRequest) ProtoReflect

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

func (*BatchGetPlansRequest) Reset

func (m *BatchGetPlansRequest) Reset()

func (*BatchGetPlansRequest) SetFieldMask

func (m *BatchGetPlansRequest) SetFieldMask(fv *plan.Plan_FieldMask)

func (*BatchGetPlansRequest) SetNames

func (m *BatchGetPlansRequest) SetNames(fv []*plan.Reference)

func (*BatchGetPlansRequest) SetView

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

func (*BatchGetPlansRequest) String

func (m *BatchGetPlansRequest) String() string

func (*BatchGetPlansRequest) Unmarshal

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

func (*BatchGetPlansRequest) UnmarshalJSON

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

type BatchGetPlansRequestFieldPathBuilder

type BatchGetPlansRequestFieldPathBuilder struct{}

func NewBatchGetPlansRequestFieldPathBuilder

func NewBatchGetPlansRequestFieldPathBuilder() BatchGetPlansRequestFieldPathBuilder

func (BatchGetPlansRequestFieldPathBuilder) FieldMask

func (BatchGetPlansRequestFieldPathBuilder) Names

func (BatchGetPlansRequestFieldPathBuilder) View

type BatchGetPlansRequestPathSelectorFieldMask

type BatchGetPlansRequestPathSelectorFieldMask struct{}

func (BatchGetPlansRequestPathSelectorFieldMask) FieldPath

func (BatchGetPlansRequestPathSelectorFieldMask) WithArrayOfValues

func (BatchGetPlansRequestPathSelectorFieldMask) WithValue

type BatchGetPlansRequestPathSelectorNames

type BatchGetPlansRequestPathSelectorNames struct{}

func (BatchGetPlansRequestPathSelectorNames) FieldPath

func (BatchGetPlansRequestPathSelectorNames) WithArrayOfValues

func (BatchGetPlansRequestPathSelectorNames) WithItemValue

func (BatchGetPlansRequestPathSelectorNames) WithValue

type BatchGetPlansRequestPathSelectorView

type BatchGetPlansRequestPathSelectorView struct{}

func (BatchGetPlansRequestPathSelectorView) FieldPath

func (BatchGetPlansRequestPathSelectorView) WithArrayOfValues

func (BatchGetPlansRequestPathSelectorView) WithValue

type BatchGetPlansRequest_FieldMask

type BatchGetPlansRequest_FieldMask struct {
	Paths []BatchGetPlansRequest_FieldPath
}

func FullBatchGetPlansRequest_FieldMask

func FullBatchGetPlansRequest_FieldMask() *BatchGetPlansRequest_FieldMask

func (*BatchGetPlansRequest_FieldMask) AppendPath

func (*BatchGetPlansRequest_FieldMask) AppendRawPath

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

func (*BatchGetPlansRequest_FieldMask) DecodeFirestore

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

func (*BatchGetPlansRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*BatchGetPlansRequest_FieldMask) FilterInputFields

func (fieldMask *BatchGetPlansRequest_FieldMask) FilterInputFields() *BatchGetPlansRequest_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*BatchGetPlansRequest_FieldMask) FromProtoFieldMask

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

func (*BatchGetPlansRequest_FieldMask) GetPaths

func (*BatchGetPlansRequest_FieldMask) GetRawPaths

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

func (*BatchGetPlansRequest_FieldMask) IsFull

func (fieldMask *BatchGetPlansRequest_FieldMask) IsFull() bool

func (BatchGetPlansRequest_FieldMask) Marshal

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

implement methods required by customType

func (BatchGetPlansRequest_FieldMask) MarshalJSON

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

func (*BatchGetPlansRequest_FieldMask) PathsCount

func (fieldMask *BatchGetPlansRequest_FieldMask) PathsCount() int

func (*BatchGetPlansRequest_FieldMask) Project

func (*BatchGetPlansRequest_FieldMask) ProjectRaw

func (*BatchGetPlansRequest_FieldMask) ProtoMessage

func (fieldMask *BatchGetPlansRequest_FieldMask) ProtoMessage()

func (*BatchGetPlansRequest_FieldMask) ProtoReflect

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

func (*BatchGetPlansRequest_FieldMask) Reset

func (fieldMask *BatchGetPlansRequest_FieldMask) Reset()

func (*BatchGetPlansRequest_FieldMask) Set

func (fieldMask *BatchGetPlansRequest_FieldMask) Set(target, source *BatchGetPlansRequest)

func (*BatchGetPlansRequest_FieldMask) SetFromCliFlag

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

func (*BatchGetPlansRequest_FieldMask) SetRaw

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

func (*BatchGetPlansRequest_FieldMask) Size

func (fieldMask *BatchGetPlansRequest_FieldMask) Size() int

func (*BatchGetPlansRequest_FieldMask) String

func (fieldMask *BatchGetPlansRequest_FieldMask) String() string

func (*BatchGetPlansRequest_FieldMask) Subtract

func (*BatchGetPlansRequest_FieldMask) SubtractRaw

func (*BatchGetPlansRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*BatchGetPlansRequest_FieldMask) Unmarshal

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

func (*BatchGetPlansRequest_FieldMask) UnmarshalJSON

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

type BatchGetPlansRequest_FieldPath

type BatchGetPlansRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() BatchGetPlansRequest_FieldPathSelector
	Get(source *BatchGetPlansRequest) []interface{}
	GetSingle(source *BatchGetPlansRequest) (interface{}, bool)
	ClearValue(item *BatchGetPlansRequest)

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

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

func MustParseBatchGetPlansRequest_FieldPath

func MustParseBatchGetPlansRequest_FieldPath(rawField string) BatchGetPlansRequest_FieldPath

func ParseBatchGetPlansRequest_FieldPath

func ParseBatchGetPlansRequest_FieldPath(rawField string) (BatchGetPlansRequest_FieldPath, error)

type BatchGetPlansRequest_FieldPathArrayItemValue

type BatchGetPlansRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	BatchGetPlansRequest_FieldPath
	ContainsValue(*BatchGetPlansRequest) bool
}

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

func MustParseBatchGetPlansRequest_FieldPathArrayItemValue

func MustParseBatchGetPlansRequest_FieldPathArrayItemValue(pathStr, valueStr string) BatchGetPlansRequest_FieldPathArrayItemValue

func ParseBatchGetPlansRequest_FieldPathArrayItemValue

func ParseBatchGetPlansRequest_FieldPathArrayItemValue(pathStr, valueStr string) (BatchGetPlansRequest_FieldPathArrayItemValue, error)

ParseBatchGetPlansRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type BatchGetPlansRequest_FieldPathArrayOfValues

type BatchGetPlansRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	BatchGetPlansRequest_FieldPath
}

BatchGetPlansRequest_FieldPathArrayOfValues allows storing slice of values for BatchGetPlansRequest fields according to their type

func MustParseBatchGetPlansRequest_FieldPathArrayOfValues

func MustParseBatchGetPlansRequest_FieldPathArrayOfValues(pathStr, valuesStr string) BatchGetPlansRequest_FieldPathArrayOfValues

func ParseBatchGetPlansRequest_FieldPathArrayOfValues

func ParseBatchGetPlansRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (BatchGetPlansRequest_FieldPathArrayOfValues, error)

type BatchGetPlansRequest_FieldPathSelector

type BatchGetPlansRequest_FieldPathSelector int32
const (
	BatchGetPlansRequest_FieldPathSelectorNames     BatchGetPlansRequest_FieldPathSelector = 0
	BatchGetPlansRequest_FieldPathSelectorFieldMask BatchGetPlansRequest_FieldPathSelector = 1
	BatchGetPlansRequest_FieldPathSelectorView      BatchGetPlansRequest_FieldPathSelector = 2
)

func (BatchGetPlansRequest_FieldPathSelector) String

type BatchGetPlansRequest_FieldPathValue

type BatchGetPlansRequest_FieldPathValue interface {
	BatchGetPlansRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **BatchGetPlansRequest)
	CompareWith(*BatchGetPlansRequest) (cmp int, comparable bool)
}

BatchGetPlansRequest_FieldPathValue allows storing values for BatchGetPlansRequest fields according to their type

func MustParseBatchGetPlansRequest_FieldPathValue

func MustParseBatchGetPlansRequest_FieldPathValue(pathStr, valueStr string) BatchGetPlansRequest_FieldPathValue

func ParseBatchGetPlansRequest_FieldPathValue

func ParseBatchGetPlansRequest_FieldPathValue(pathStr, valueStr string) (BatchGetPlansRequest_FieldPathValue, error)

type BatchGetPlansRequest_FieldTerminalPath

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

func (*BatchGetPlansRequest_FieldTerminalPath) ClearValue

func (*BatchGetPlansRequest_FieldTerminalPath) ClearValueRaw

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

func (*BatchGetPlansRequest_FieldTerminalPath) Get

func (fp *BatchGetPlansRequest_FieldTerminalPath) Get(source *BatchGetPlansRequest) (values []interface{})

Get returns all values pointed by specific field from source BatchGetPlansRequest

func (*BatchGetPlansRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*BatchGetPlansRequest_FieldTerminalPath) GetRaw

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

func (*BatchGetPlansRequest_FieldTerminalPath) GetSingle

func (fp *BatchGetPlansRequest_FieldTerminalPath) GetSingle(source *BatchGetPlansRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source BatchGetPlansRequest

func (*BatchGetPlansRequest_FieldTerminalPath) GetSingleRaw

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

func (*BatchGetPlansRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*BatchGetPlansRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetPlansRequest_FieldTerminalPath) Selector

func (*BatchGetPlansRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*BatchGetPlansRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*BatchGetPlansRequest_FieldTerminalPath) WithIArrayItemValue

func (*BatchGetPlansRequest_FieldTerminalPath) WithIArrayOfValues

func (*BatchGetPlansRequest_FieldTerminalPath) WithIValue

func (*BatchGetPlansRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*BatchGetPlansRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*BatchGetPlansRequest_FieldTerminalPath) WithRawIValue

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

type BatchGetPlansRequest_FieldTerminalPathArrayItemValue

type BatchGetPlansRequest_FieldTerminalPathArrayItemValue struct {
	BatchGetPlansRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetPlansRequest_FieldTerminalPathArrayItemValue) AsNamesItemValue

func (*BatchGetPlansRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*BatchGetPlansRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*BatchGetPlansRequest_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *BatchGetPlansRequest_FieldTerminalPathArrayItemValue) GetSingle(source *BatchGetPlansRequest) (interface{}, bool)

func (*BatchGetPlansRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type BatchGetPlansRequest_FieldTerminalPathArrayOfValues

type BatchGetPlansRequest_FieldTerminalPathArrayOfValues struct {
	BatchGetPlansRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetPlansRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (fpaov *BatchGetPlansRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*plan.Plan_FieldMask, bool)

func (*BatchGetPlansRequest_FieldTerminalPathArrayOfValues) AsNamesArrayOfValues

func (fpaov *BatchGetPlansRequest_FieldTerminalPathArrayOfValues) AsNamesArrayOfValues() ([][]*plan.Reference, bool)

func (*BatchGetPlansRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

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

func (*BatchGetPlansRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type BatchGetPlansRequest_FieldTerminalPathValue

type BatchGetPlansRequest_FieldTerminalPathValue struct {
	BatchGetPlansRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetPlansRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*BatchGetPlansRequest_FieldTerminalPathValue) AsNamesValue

func (*BatchGetPlansRequest_FieldTerminalPathValue) AsViewValue

func (*BatchGetPlansRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'BatchGetPlansRequest_FieldTerminalPathValue' with the value under path in 'BatchGetPlansRequest'.

func (*BatchGetPlansRequest_FieldTerminalPathValue) CompareWithRaw

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

func (*BatchGetPlansRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*BatchGetPlansRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object BatchGetPlansRequest

func (*BatchGetPlansRequest_FieldTerminalPathValue) SetToRaw

type BatchGetPlansResponse

type BatchGetPlansResponse struct {

	// found Plans
	Plans []*plan.Plan `protobuf:"bytes,1,rep,name=plans,proto3" json:"plans,omitempty" firestore:"plans"`
	// list of not found Plans
	Missing []*plan.Reference `protobuf:"bytes,2,rep,customtype=Reference,name=missing,proto3" json:"missing,omitempty" firestore:"missing"`
	// contains filtered or unexported fields
}

BatchGetPlansResponse

func (*BatchGetPlansResponse) Clone

func (*BatchGetPlansResponse) CloneRaw

func (*BatchGetPlansResponse) Descriptor

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

Deprecated, Use BatchGetPlansResponse.ProtoReflect.Descriptor instead.

func (*BatchGetPlansResponse) GetMissing

func (m *BatchGetPlansResponse) GetMissing() []*plan.Reference

func (*BatchGetPlansResponse) GetPlans

func (m *BatchGetPlansResponse) GetPlans() []*plan.Plan

func (*BatchGetPlansResponse) GotenMessage

func (*BatchGetPlansResponse) GotenMessage()

func (*BatchGetPlansResponse) GotenObjectExt

func (o *BatchGetPlansResponse) GotenObjectExt()

func (*BatchGetPlansResponse) GotenValidate

func (obj *BatchGetPlansResponse) GotenValidate() error

func (*BatchGetPlansResponse) MakeDiffFieldMask

func (*BatchGetPlansResponse) MakeFullFieldMask

func (*BatchGetPlansResponse) MakeRawDiffFieldMask

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

func (*BatchGetPlansResponse) MakeRawFullFieldMask

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

func (*BatchGetPlansResponse) Marshal

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

func (*BatchGetPlansResponse) MarshalJSON

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

func (*BatchGetPlansResponse) Merge

func (o *BatchGetPlansResponse) Merge(source *BatchGetPlansResponse)

func (*BatchGetPlansResponse) MergeRaw

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

func (*BatchGetPlansResponse) ProtoMessage

func (*BatchGetPlansResponse) ProtoMessage()

func (*BatchGetPlansResponse) ProtoReflect

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

func (*BatchGetPlansResponse) Reset

func (m *BatchGetPlansResponse) Reset()

func (*BatchGetPlansResponse) SetMissing

func (m *BatchGetPlansResponse) SetMissing(fv []*plan.Reference)

func (*BatchGetPlansResponse) SetPlans

func (m *BatchGetPlansResponse) SetPlans(fv []*plan.Plan)

func (*BatchGetPlansResponse) String

func (m *BatchGetPlansResponse) String() string

func (*BatchGetPlansResponse) Unmarshal

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

func (*BatchGetPlansResponse) UnmarshalJSON

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

type BatchGetPlansResponseFieldPathBuilder

type BatchGetPlansResponseFieldPathBuilder struct{}

func NewBatchGetPlansResponseFieldPathBuilder

func NewBatchGetPlansResponseFieldPathBuilder() BatchGetPlansResponseFieldPathBuilder

func (BatchGetPlansResponseFieldPathBuilder) Missing

func (BatchGetPlansResponseFieldPathBuilder) Plans

type BatchGetPlansResponseMapPathSelectorPlansMetadataAnnotations

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

func (BatchGetPlansResponseMapPathSelectorPlansMetadataAnnotations) FieldPath

func (BatchGetPlansResponseMapPathSelectorPlansMetadataAnnotations) WithArrayOfValues

func (BatchGetPlansResponseMapPathSelectorPlansMetadataAnnotations) WithValue

type BatchGetPlansResponseMapPathSelectorPlansMetadataLabels

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

func (BatchGetPlansResponseMapPathSelectorPlansMetadataLabels) FieldPath

func (BatchGetPlansResponseMapPathSelectorPlansMetadataLabels) WithArrayOfValues

func (BatchGetPlansResponseMapPathSelectorPlansMetadataLabels) WithValue

type BatchGetPlansResponseMapPathSelectorPlansMetadataShards

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

func (BatchGetPlansResponseMapPathSelectorPlansMetadataShards) FieldPath

func (BatchGetPlansResponseMapPathSelectorPlansMetadataShards) WithArrayOfValues

func (BatchGetPlansResponseMapPathSelectorPlansMetadataShards) WithValue

type BatchGetPlansResponsePathSelectorMissing

type BatchGetPlansResponsePathSelectorMissing struct{}

func (BatchGetPlansResponsePathSelectorMissing) FieldPath

func (BatchGetPlansResponsePathSelectorMissing) WithArrayOfValues

func (BatchGetPlansResponsePathSelectorMissing) WithItemValue

func (BatchGetPlansResponsePathSelectorMissing) WithValue

type BatchGetPlansResponsePathSelectorPlans

type BatchGetPlansResponsePathSelectorPlans struct{}

func (BatchGetPlansResponsePathSelectorPlans) DisplayName

func (BatchGetPlansResponsePathSelectorPlans) FieldPath

func (BatchGetPlansResponsePathSelectorPlans) Metadata

func (BatchGetPlansResponsePathSelectorPlans) Name

func (BatchGetPlansResponsePathSelectorPlans) ResourceLimits

func (BatchGetPlansResponsePathSelectorPlans) Service

func (BatchGetPlansResponsePathSelectorPlans) WithArrayOfValues

func (BatchGetPlansResponsePathSelectorPlans) WithItemValue

func (BatchGetPlansResponsePathSelectorPlans) WithSubArrayItemValue

func (BatchGetPlansResponsePathSelectorPlans) WithSubArrayOfValues

func (BatchGetPlansResponsePathSelectorPlans) WithSubPath

func (BatchGetPlansResponsePathSelectorPlans) WithSubValue

func (BatchGetPlansResponsePathSelectorPlans) WithValue

type BatchGetPlansResponsePathSelectorPlansDisplayName

type BatchGetPlansResponsePathSelectorPlansDisplayName struct{}

func (BatchGetPlansResponsePathSelectorPlansDisplayName) FieldPath

func (BatchGetPlansResponsePathSelectorPlansDisplayName) WithArrayOfValues

func (BatchGetPlansResponsePathSelectorPlansDisplayName) WithValue

type BatchGetPlansResponsePathSelectorPlansMetadata

type BatchGetPlansResponsePathSelectorPlansMetadata struct{}

func (BatchGetPlansResponsePathSelectorPlansMetadata) Annotations

func (BatchGetPlansResponsePathSelectorPlansMetadata) CreateTime

func (BatchGetPlansResponsePathSelectorPlansMetadata) DeleteTime added in v0.8.0

func (BatchGetPlansResponsePathSelectorPlansMetadata) FieldPath

func (BatchGetPlansResponsePathSelectorPlansMetadata) Generation

func (BatchGetPlansResponsePathSelectorPlansMetadata) Labels

func (BatchGetPlansResponsePathSelectorPlansMetadata) Lifecycle added in v0.8.0

func (BatchGetPlansResponsePathSelectorPlansMetadata) OwnerReferences

func (BatchGetPlansResponsePathSelectorPlansMetadata) ResourceVersion

func (BatchGetPlansResponsePathSelectorPlansMetadata) Shards

func (BatchGetPlansResponsePathSelectorPlansMetadata) Syncing

func (BatchGetPlansResponsePathSelectorPlansMetadata) Tags

func (BatchGetPlansResponsePathSelectorPlansMetadata) UpdateTime

func (BatchGetPlansResponsePathSelectorPlansMetadata) Uuid

func (BatchGetPlansResponsePathSelectorPlansMetadata) WithArrayOfValues

func (BatchGetPlansResponsePathSelectorPlansMetadata) WithValue

type BatchGetPlansResponsePathSelectorPlansMetadataAnnotations

type BatchGetPlansResponsePathSelectorPlansMetadataAnnotations struct{}

func (BatchGetPlansResponsePathSelectorPlansMetadataAnnotations) FieldPath

func (BatchGetPlansResponsePathSelectorPlansMetadataAnnotations) WithArrayOfValues

func (BatchGetPlansResponsePathSelectorPlansMetadataAnnotations) WithKey

func (BatchGetPlansResponsePathSelectorPlansMetadataAnnotations) WithValue

type BatchGetPlansResponsePathSelectorPlansMetadataCreateTime

type BatchGetPlansResponsePathSelectorPlansMetadataCreateTime struct{}

func (BatchGetPlansResponsePathSelectorPlansMetadataCreateTime) FieldPath

func (BatchGetPlansResponsePathSelectorPlansMetadataCreateTime) WithArrayOfValues

func (BatchGetPlansResponsePathSelectorPlansMetadataCreateTime) WithValue

type BatchGetPlansResponsePathSelectorPlansMetadataDeleteTime added in v0.8.0

type BatchGetPlansResponsePathSelectorPlansMetadataDeleteTime struct{}

func (BatchGetPlansResponsePathSelectorPlansMetadataDeleteTime) FieldPath added in v0.8.0

func (BatchGetPlansResponsePathSelectorPlansMetadataDeleteTime) WithArrayOfValues added in v0.8.0

func (BatchGetPlansResponsePathSelectorPlansMetadataDeleteTime) WithValue added in v0.8.0

type BatchGetPlansResponsePathSelectorPlansMetadataGeneration

type BatchGetPlansResponsePathSelectorPlansMetadataGeneration struct{}

func (BatchGetPlansResponsePathSelectorPlansMetadataGeneration) FieldPath

func (BatchGetPlansResponsePathSelectorPlansMetadataGeneration) WithArrayOfValues

func (BatchGetPlansResponsePathSelectorPlansMetadataGeneration) WithValue

type BatchGetPlansResponsePathSelectorPlansMetadataLabels

type BatchGetPlansResponsePathSelectorPlansMetadataLabels struct{}

func (BatchGetPlansResponsePathSelectorPlansMetadataLabels) FieldPath

func (BatchGetPlansResponsePathSelectorPlansMetadataLabels) WithArrayOfValues

func (BatchGetPlansResponsePathSelectorPlansMetadataLabels) WithKey

func (BatchGetPlansResponsePathSelectorPlansMetadataLabels) WithValue

type BatchGetPlansResponsePathSelectorPlansMetadataLifecycle added in v0.8.0

type BatchGetPlansResponsePathSelectorPlansMetadataLifecycle struct{}

func (BatchGetPlansResponsePathSelectorPlansMetadataLifecycle) BlockDeletion added in v0.8.0

func (BatchGetPlansResponsePathSelectorPlansMetadataLifecycle) FieldPath added in v0.8.0

func (BatchGetPlansResponsePathSelectorPlansMetadataLifecycle) State added in v0.8.0

func (BatchGetPlansResponsePathSelectorPlansMetadataLifecycle) WithArrayOfValues added in v0.8.0

func (BatchGetPlansResponsePathSelectorPlansMetadataLifecycle) WithValue added in v0.8.0

type BatchGetPlansResponsePathSelectorPlansMetadataLifecycleBlockDeletion added in v0.8.0

type BatchGetPlansResponsePathSelectorPlansMetadataLifecycleBlockDeletion struct{}

func (BatchGetPlansResponsePathSelectorPlansMetadataLifecycleBlockDeletion) FieldPath added in v0.8.0

func (BatchGetPlansResponsePathSelectorPlansMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.8.0

func (BatchGetPlansResponsePathSelectorPlansMetadataLifecycleBlockDeletion) WithValue added in v0.8.0

type BatchGetPlansResponsePathSelectorPlansMetadataLifecycleState added in v0.8.0

type BatchGetPlansResponsePathSelectorPlansMetadataLifecycleState struct{}

func (BatchGetPlansResponsePathSelectorPlansMetadataLifecycleState) FieldPath added in v0.8.0

func (BatchGetPlansResponsePathSelectorPlansMetadataLifecycleState) WithArrayOfValues added in v0.8.0

func (BatchGetPlansResponsePathSelectorPlansMetadataLifecycleState) WithValue added in v0.8.0

type BatchGetPlansResponsePathSelectorPlansMetadataOwnerReferences

type BatchGetPlansResponsePathSelectorPlansMetadataOwnerReferences struct{}

func (BatchGetPlansResponsePathSelectorPlansMetadataOwnerReferences) FieldPath

func (BatchGetPlansResponsePathSelectorPlansMetadataOwnerReferences) Kind

func (BatchGetPlansResponsePathSelectorPlansMetadataOwnerReferences) Name

func (BatchGetPlansResponsePathSelectorPlansMetadataOwnerReferences) Region added in v0.8.0

func (BatchGetPlansResponsePathSelectorPlansMetadataOwnerReferences) RequiresOwnerReference added in v0.8.0

func (BatchGetPlansResponsePathSelectorPlansMetadataOwnerReferences) Version added in v0.8.0

func (BatchGetPlansResponsePathSelectorPlansMetadataOwnerReferences) WithArrayOfValues

func (BatchGetPlansResponsePathSelectorPlansMetadataOwnerReferences) WithItemValue

func (BatchGetPlansResponsePathSelectorPlansMetadataOwnerReferences) WithValue

type BatchGetPlansResponsePathSelectorPlansMetadataOwnerReferencesBlockOwnerDeletion

type BatchGetPlansResponsePathSelectorPlansMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (BatchGetPlansResponsePathSelectorPlansMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (BatchGetPlansResponsePathSelectorPlansMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (BatchGetPlansResponsePathSelectorPlansMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type BatchGetPlansResponsePathSelectorPlansMetadataOwnerReferencesController

type BatchGetPlansResponsePathSelectorPlansMetadataOwnerReferencesController struct{}

func (BatchGetPlansResponsePathSelectorPlansMetadataOwnerReferencesController) FieldPath

func (BatchGetPlansResponsePathSelectorPlansMetadataOwnerReferencesController) WithArrayOfValues

func (BatchGetPlansResponsePathSelectorPlansMetadataOwnerReferencesController) WithValue

type BatchGetPlansResponsePathSelectorPlansMetadataOwnerReferencesKind

type BatchGetPlansResponsePathSelectorPlansMetadataOwnerReferencesKind struct{}

func (BatchGetPlansResponsePathSelectorPlansMetadataOwnerReferencesKind) FieldPath

func (BatchGetPlansResponsePathSelectorPlansMetadataOwnerReferencesKind) WithArrayOfValues

func (BatchGetPlansResponsePathSelectorPlansMetadataOwnerReferencesKind) WithValue

type BatchGetPlansResponsePathSelectorPlansMetadataOwnerReferencesName

type BatchGetPlansResponsePathSelectorPlansMetadataOwnerReferencesName struct{}

func (BatchGetPlansResponsePathSelectorPlansMetadataOwnerReferencesName) FieldPath

func (BatchGetPlansResponsePathSelectorPlansMetadataOwnerReferencesName) WithArrayOfValues

func (BatchGetPlansResponsePathSelectorPlansMetadataOwnerReferencesName) WithValue

type BatchGetPlansResponsePathSelectorPlansMetadataOwnerReferencesRegion added in v0.8.0

type BatchGetPlansResponsePathSelectorPlansMetadataOwnerReferencesRegion struct{}

func (BatchGetPlansResponsePathSelectorPlansMetadataOwnerReferencesRegion) FieldPath added in v0.8.0

func (BatchGetPlansResponsePathSelectorPlansMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.8.0

func (BatchGetPlansResponsePathSelectorPlansMetadataOwnerReferencesRegion) WithValue added in v0.8.0

type BatchGetPlansResponsePathSelectorPlansMetadataOwnerReferencesRequiresOwnerReference added in v0.8.0

type BatchGetPlansResponsePathSelectorPlansMetadataOwnerReferencesRequiresOwnerReference struct{}

func (BatchGetPlansResponsePathSelectorPlansMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.8.0

func (BatchGetPlansResponsePathSelectorPlansMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.8.0

func (BatchGetPlansResponsePathSelectorPlansMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.8.0

type BatchGetPlansResponsePathSelectorPlansMetadataOwnerReferencesVersion added in v0.8.0

type BatchGetPlansResponsePathSelectorPlansMetadataOwnerReferencesVersion struct{}

func (BatchGetPlansResponsePathSelectorPlansMetadataOwnerReferencesVersion) FieldPath added in v0.8.0

func (BatchGetPlansResponsePathSelectorPlansMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.8.0

func (BatchGetPlansResponsePathSelectorPlansMetadataOwnerReferencesVersion) WithValue added in v0.8.0

type BatchGetPlansResponsePathSelectorPlansMetadataResourceVersion

type BatchGetPlansResponsePathSelectorPlansMetadataResourceVersion struct{}

func (BatchGetPlansResponsePathSelectorPlansMetadataResourceVersion) FieldPath

func (BatchGetPlansResponsePathSelectorPlansMetadataResourceVersion) WithArrayOfValues

func (BatchGetPlansResponsePathSelectorPlansMetadataResourceVersion) WithValue

type BatchGetPlansResponsePathSelectorPlansMetadataShards

type BatchGetPlansResponsePathSelectorPlansMetadataShards struct{}

func (BatchGetPlansResponsePathSelectorPlansMetadataShards) FieldPath

func (BatchGetPlansResponsePathSelectorPlansMetadataShards) WithArrayOfValues

func (BatchGetPlansResponsePathSelectorPlansMetadataShards) WithKey

func (BatchGetPlansResponsePathSelectorPlansMetadataShards) WithValue

type BatchGetPlansResponsePathSelectorPlansMetadataSyncing

type BatchGetPlansResponsePathSelectorPlansMetadataSyncing struct{}

func (BatchGetPlansResponsePathSelectorPlansMetadataSyncing) FieldPath

func (BatchGetPlansResponsePathSelectorPlansMetadataSyncing) OwningRegion

func (BatchGetPlansResponsePathSelectorPlansMetadataSyncing) Regions

func (BatchGetPlansResponsePathSelectorPlansMetadataSyncing) WithArrayOfValues

func (BatchGetPlansResponsePathSelectorPlansMetadataSyncing) WithValue

type BatchGetPlansResponsePathSelectorPlansMetadataSyncingOwningRegion

type BatchGetPlansResponsePathSelectorPlansMetadataSyncingOwningRegion struct{}

func (BatchGetPlansResponsePathSelectorPlansMetadataSyncingOwningRegion) FieldPath

func (BatchGetPlansResponsePathSelectorPlansMetadataSyncingOwningRegion) WithArrayOfValues

func (BatchGetPlansResponsePathSelectorPlansMetadataSyncingOwningRegion) WithValue

type BatchGetPlansResponsePathSelectorPlansMetadataSyncingRegions

type BatchGetPlansResponsePathSelectorPlansMetadataSyncingRegions struct{}

func (BatchGetPlansResponsePathSelectorPlansMetadataSyncingRegions) FieldPath

func (BatchGetPlansResponsePathSelectorPlansMetadataSyncingRegions) WithArrayOfValues

func (BatchGetPlansResponsePathSelectorPlansMetadataSyncingRegions) WithItemValue

func (BatchGetPlansResponsePathSelectorPlansMetadataSyncingRegions) WithValue

type BatchGetPlansResponsePathSelectorPlansMetadataTags

type BatchGetPlansResponsePathSelectorPlansMetadataTags struct{}

func (BatchGetPlansResponsePathSelectorPlansMetadataTags) FieldPath

func (BatchGetPlansResponsePathSelectorPlansMetadataTags) WithArrayOfValues

func (BatchGetPlansResponsePathSelectorPlansMetadataTags) WithItemValue

func (BatchGetPlansResponsePathSelectorPlansMetadataTags) WithValue

type BatchGetPlansResponsePathSelectorPlansMetadataUpdateTime

type BatchGetPlansResponsePathSelectorPlansMetadataUpdateTime struct{}

func (BatchGetPlansResponsePathSelectorPlansMetadataUpdateTime) FieldPath

func (BatchGetPlansResponsePathSelectorPlansMetadataUpdateTime) WithArrayOfValues

func (BatchGetPlansResponsePathSelectorPlansMetadataUpdateTime) WithValue

type BatchGetPlansResponsePathSelectorPlansMetadataUuid

type BatchGetPlansResponsePathSelectorPlansMetadataUuid struct{}

func (BatchGetPlansResponsePathSelectorPlansMetadataUuid) FieldPath

func (BatchGetPlansResponsePathSelectorPlansMetadataUuid) WithArrayOfValues

func (BatchGetPlansResponsePathSelectorPlansMetadataUuid) WithValue

type BatchGetPlansResponsePathSelectorPlansName

type BatchGetPlansResponsePathSelectorPlansName struct{}

func (BatchGetPlansResponsePathSelectorPlansName) FieldPath

func (BatchGetPlansResponsePathSelectorPlansName) WithArrayOfValues

func (BatchGetPlansResponsePathSelectorPlansName) WithValue

type BatchGetPlansResponsePathSelectorPlansResourceLimits

type BatchGetPlansResponsePathSelectorPlansResourceLimits struct{}

func (BatchGetPlansResponsePathSelectorPlansResourceLimits) FieldPath

func (BatchGetPlansResponsePathSelectorPlansResourceLimits) Resource

func (BatchGetPlansResponsePathSelectorPlansResourceLimits) Value

func (BatchGetPlansResponsePathSelectorPlansResourceLimits) WithArrayOfValues

func (BatchGetPlansResponsePathSelectorPlansResourceLimits) WithItemValue

func (BatchGetPlansResponsePathSelectorPlansResourceLimits) WithValue

type BatchGetPlansResponsePathSelectorPlansResourceLimitsResource

type BatchGetPlansResponsePathSelectorPlansResourceLimitsResource struct{}

func (BatchGetPlansResponsePathSelectorPlansResourceLimitsResource) FieldPath

func (BatchGetPlansResponsePathSelectorPlansResourceLimitsResource) WithArrayOfValues

func (BatchGetPlansResponsePathSelectorPlansResourceLimitsResource) WithValue

type BatchGetPlansResponsePathSelectorPlansResourceLimitsValue

type BatchGetPlansResponsePathSelectorPlansResourceLimitsValue struct{}

func (BatchGetPlansResponsePathSelectorPlansResourceLimitsValue) FieldPath

func (BatchGetPlansResponsePathSelectorPlansResourceLimitsValue) WithArrayOfValues

func (BatchGetPlansResponsePathSelectorPlansResourceLimitsValue) WithValue

type BatchGetPlansResponsePathSelectorPlansService

type BatchGetPlansResponsePathSelectorPlansService struct{}

func (BatchGetPlansResponsePathSelectorPlansService) FieldPath

func (BatchGetPlansResponsePathSelectorPlansService) WithArrayOfValues

func (BatchGetPlansResponsePathSelectorPlansService) WithValue

type BatchGetPlansResponse_FieldMask

type BatchGetPlansResponse_FieldMask struct {
	Paths []BatchGetPlansResponse_FieldPath
}

func FullBatchGetPlansResponse_FieldMask

func FullBatchGetPlansResponse_FieldMask() *BatchGetPlansResponse_FieldMask

func (*BatchGetPlansResponse_FieldMask) AppendPath

func (*BatchGetPlansResponse_FieldMask) AppendRawPath

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

func (*BatchGetPlansResponse_FieldMask) DecodeFirestore

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

func (*BatchGetPlansResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*BatchGetPlansResponse_FieldMask) FilterInputFields

func (fieldMask *BatchGetPlansResponse_FieldMask) FilterInputFields() *BatchGetPlansResponse_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*BatchGetPlansResponse_FieldMask) FromProtoFieldMask

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

func (*BatchGetPlansResponse_FieldMask) GetPaths

func (*BatchGetPlansResponse_FieldMask) GetRawPaths

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

func (*BatchGetPlansResponse_FieldMask) IsFull

func (fieldMask *BatchGetPlansResponse_FieldMask) IsFull() bool

func (BatchGetPlansResponse_FieldMask) Marshal

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

implement methods required by customType

func (BatchGetPlansResponse_FieldMask) MarshalJSON

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

func (*BatchGetPlansResponse_FieldMask) PathsCount

func (fieldMask *BatchGetPlansResponse_FieldMask) PathsCount() int

func (*BatchGetPlansResponse_FieldMask) Project

func (*BatchGetPlansResponse_FieldMask) ProjectRaw

func (*BatchGetPlansResponse_FieldMask) ProtoMessage

func (fieldMask *BatchGetPlansResponse_FieldMask) ProtoMessage()

func (*BatchGetPlansResponse_FieldMask) ProtoReflect

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

func (*BatchGetPlansResponse_FieldMask) Reset

func (fieldMask *BatchGetPlansResponse_FieldMask) Reset()

func (*BatchGetPlansResponse_FieldMask) Set

func (fieldMask *BatchGetPlansResponse_FieldMask) Set(target, source *BatchGetPlansResponse)

func (*BatchGetPlansResponse_FieldMask) SetFromCliFlag

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

func (*BatchGetPlansResponse_FieldMask) SetRaw

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

func (*BatchGetPlansResponse_FieldMask) Size

func (fieldMask *BatchGetPlansResponse_FieldMask) Size() int

func (*BatchGetPlansResponse_FieldMask) String

func (fieldMask *BatchGetPlansResponse_FieldMask) String() string

func (*BatchGetPlansResponse_FieldMask) Subtract

func (*BatchGetPlansResponse_FieldMask) SubtractRaw

func (*BatchGetPlansResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*BatchGetPlansResponse_FieldMask) Unmarshal

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

func (*BatchGetPlansResponse_FieldMask) UnmarshalJSON

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

type BatchGetPlansResponse_FieldPath

type BatchGetPlansResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() BatchGetPlansResponse_FieldPathSelector
	Get(source *BatchGetPlansResponse) []interface{}
	GetSingle(source *BatchGetPlansResponse) (interface{}, bool)
	ClearValue(item *BatchGetPlansResponse)

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

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

func MustParseBatchGetPlansResponse_FieldPath

func MustParseBatchGetPlansResponse_FieldPath(rawField string) BatchGetPlansResponse_FieldPath

func ParseBatchGetPlansResponse_FieldPath

func ParseBatchGetPlansResponse_FieldPath(rawField string) (BatchGetPlansResponse_FieldPath, error)

type BatchGetPlansResponse_FieldPathArrayItemValue

type BatchGetPlansResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	BatchGetPlansResponse_FieldPath
	ContainsValue(*BatchGetPlansResponse) bool
}

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

func MustParseBatchGetPlansResponse_FieldPathArrayItemValue

func MustParseBatchGetPlansResponse_FieldPathArrayItemValue(pathStr, valueStr string) BatchGetPlansResponse_FieldPathArrayItemValue

func ParseBatchGetPlansResponse_FieldPathArrayItemValue

func ParseBatchGetPlansResponse_FieldPathArrayItemValue(pathStr, valueStr string) (BatchGetPlansResponse_FieldPathArrayItemValue, error)

ParseBatchGetPlansResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type BatchGetPlansResponse_FieldPathArrayOfValues

type BatchGetPlansResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	BatchGetPlansResponse_FieldPath
}

BatchGetPlansResponse_FieldPathArrayOfValues allows storing slice of values for BatchGetPlansResponse fields according to their type

func MustParseBatchGetPlansResponse_FieldPathArrayOfValues

func MustParseBatchGetPlansResponse_FieldPathArrayOfValues(pathStr, valuesStr string) BatchGetPlansResponse_FieldPathArrayOfValues

func ParseBatchGetPlansResponse_FieldPathArrayOfValues

func ParseBatchGetPlansResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (BatchGetPlansResponse_FieldPathArrayOfValues, error)

type BatchGetPlansResponse_FieldPathSelector

type BatchGetPlansResponse_FieldPathSelector int32
const (
	BatchGetPlansResponse_FieldPathSelectorPlans   BatchGetPlansResponse_FieldPathSelector = 0
	BatchGetPlansResponse_FieldPathSelectorMissing BatchGetPlansResponse_FieldPathSelector = 1
)

func (BatchGetPlansResponse_FieldPathSelector) String

type BatchGetPlansResponse_FieldPathValue

type BatchGetPlansResponse_FieldPathValue interface {
	BatchGetPlansResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **BatchGetPlansResponse)
	CompareWith(*BatchGetPlansResponse) (cmp int, comparable bool)
}

BatchGetPlansResponse_FieldPathValue allows storing values for BatchGetPlansResponse fields according to their type

func MustParseBatchGetPlansResponse_FieldPathValue

func MustParseBatchGetPlansResponse_FieldPathValue(pathStr, valueStr string) BatchGetPlansResponse_FieldPathValue

func ParseBatchGetPlansResponse_FieldPathValue

func ParseBatchGetPlansResponse_FieldPathValue(pathStr, valueStr string) (BatchGetPlansResponse_FieldPathValue, error)

type BatchGetPlansResponse_FieldSubPath

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

func (*BatchGetPlansResponse_FieldSubPath) AsPlansSubPath

func (*BatchGetPlansResponse_FieldSubPath) ClearValue

func (*BatchGetPlansResponse_FieldSubPath) ClearValueRaw

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

func (*BatchGetPlansResponse_FieldSubPath) Get

func (fps *BatchGetPlansResponse_FieldSubPath) Get(source *BatchGetPlansResponse) (values []interface{})

Get returns all values pointed by selected field from source BatchGetPlansResponse

func (*BatchGetPlansResponse_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*BatchGetPlansResponse_FieldSubPath) GetRaw

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

func (*BatchGetPlansResponse_FieldSubPath) GetSingle

func (fps *BatchGetPlansResponse_FieldSubPath) GetSingle(source *BatchGetPlansResponse) (interface{}, bool)

GetSingle returns value of selected field from source BatchGetPlansResponse

func (*BatchGetPlansResponse_FieldSubPath) GetSingleRaw

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

func (*BatchGetPlansResponse_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*BatchGetPlansResponse_FieldSubPath) JSONString

func (fps *BatchGetPlansResponse_FieldSubPath) JSONString() string

JSONString returns path representation is JSON convention

func (*BatchGetPlansResponse_FieldSubPath) Selector

func (*BatchGetPlansResponse_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*BatchGetPlansResponse_FieldSubPath) String

String returns path representation in proto convention

func (*BatchGetPlansResponse_FieldSubPath) WithIArrayItemValue

func (fps *BatchGetPlansResponse_FieldSubPath) WithIArrayItemValue(value interface{}) BatchGetPlansResponse_FieldPathArrayItemValue

func (*BatchGetPlansResponse_FieldSubPath) WithIArrayOfValues

func (fps *BatchGetPlansResponse_FieldSubPath) WithIArrayOfValues(values interface{}) BatchGetPlansResponse_FieldPathArrayOfValues

func (*BatchGetPlansResponse_FieldSubPath) WithIValue

func (*BatchGetPlansResponse_FieldSubPath) WithRawIArrayItemValue

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

func (*BatchGetPlansResponse_FieldSubPath) WithRawIArrayOfValues

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

func (*BatchGetPlansResponse_FieldSubPath) WithRawIValue

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

type BatchGetPlansResponse_FieldSubPathArrayItemValue

type BatchGetPlansResponse_FieldSubPathArrayItemValue struct {
	BatchGetPlansResponse_FieldPath
	// contains filtered or unexported fields
}

func (*BatchGetPlansResponse_FieldSubPathArrayItemValue) AsPlansPathItemValue

func (*BatchGetPlansResponse_FieldSubPathArrayItemValue) ContainsValue

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

func (*BatchGetPlansResponse_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type BatchGetPlansResponse_FieldSubPathArrayOfValues

type BatchGetPlansResponse_FieldSubPathArrayOfValues struct {
	BatchGetPlansResponse_FieldPath
	// contains filtered or unexported fields
}

func (*BatchGetPlansResponse_FieldSubPathArrayOfValues) AsPlansPathArrayOfValues

func (*BatchGetPlansResponse_FieldSubPathArrayOfValues) GetRawValues

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

type BatchGetPlansResponse_FieldSubPathValue

type BatchGetPlansResponse_FieldSubPathValue struct {
	BatchGetPlansResponse_FieldPath
	// contains filtered or unexported fields
}

func (*BatchGetPlansResponse_FieldSubPathValue) AsPlansPathValue

func (*BatchGetPlansResponse_FieldSubPathValue) CompareWith

func (*BatchGetPlansResponse_FieldSubPathValue) CompareWithRaw

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

func (*BatchGetPlansResponse_FieldSubPathValue) GetRawValue

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

func (*BatchGetPlansResponse_FieldSubPathValue) SetTo

func (*BatchGetPlansResponse_FieldSubPathValue) SetToRaw

func (fpvs *BatchGetPlansResponse_FieldSubPathValue) SetToRaw(target proto.Message)

type BatchGetPlansResponse_FieldTerminalPath

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

func (*BatchGetPlansResponse_FieldTerminalPath) ClearValue

func (*BatchGetPlansResponse_FieldTerminalPath) ClearValueRaw

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

func (*BatchGetPlansResponse_FieldTerminalPath) Get

func (fp *BatchGetPlansResponse_FieldTerminalPath) Get(source *BatchGetPlansResponse) (values []interface{})

Get returns all values pointed by specific field from source BatchGetPlansResponse

func (*BatchGetPlansResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*BatchGetPlansResponse_FieldTerminalPath) GetRaw

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

func (*BatchGetPlansResponse_FieldTerminalPath) GetSingle

func (fp *BatchGetPlansResponse_FieldTerminalPath) GetSingle(source *BatchGetPlansResponse) (interface{}, bool)

GetSingle returns value pointed by specific field of from source BatchGetPlansResponse

func (*BatchGetPlansResponse_FieldTerminalPath) GetSingleRaw

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

func (*BatchGetPlansResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*BatchGetPlansResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetPlansResponse_FieldTerminalPath) Selector

func (*BatchGetPlansResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*BatchGetPlansResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*BatchGetPlansResponse_FieldTerminalPath) WithIArrayItemValue

func (*BatchGetPlansResponse_FieldTerminalPath) WithIArrayOfValues

func (*BatchGetPlansResponse_FieldTerminalPath) WithIValue

func (*BatchGetPlansResponse_FieldTerminalPath) WithRawIArrayItemValue

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

func (*BatchGetPlansResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*BatchGetPlansResponse_FieldTerminalPath) WithRawIValue

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

type BatchGetPlansResponse_FieldTerminalPathArrayItemValue

type BatchGetPlansResponse_FieldTerminalPathArrayItemValue struct {
	BatchGetPlansResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetPlansResponse_FieldTerminalPathArrayItemValue) AsMissingItemValue

func (*BatchGetPlansResponse_FieldTerminalPathArrayItemValue) AsPlansItemValue

func (*BatchGetPlansResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*BatchGetPlansResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*BatchGetPlansResponse_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *BatchGetPlansResponse_FieldTerminalPathArrayItemValue) GetSingle(source *BatchGetPlansResponse) (interface{}, bool)

func (*BatchGetPlansResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type BatchGetPlansResponse_FieldTerminalPathArrayOfValues

type BatchGetPlansResponse_FieldTerminalPathArrayOfValues struct {
	BatchGetPlansResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetPlansResponse_FieldTerminalPathArrayOfValues) AsMissingArrayOfValues

func (fpaov *BatchGetPlansResponse_FieldTerminalPathArrayOfValues) AsMissingArrayOfValues() ([][]*plan.Reference, bool)

func (*BatchGetPlansResponse_FieldTerminalPathArrayOfValues) AsPlansArrayOfValues

func (fpaov *BatchGetPlansResponse_FieldTerminalPathArrayOfValues) AsPlansArrayOfValues() ([][]*plan.Plan, bool)

func (*BatchGetPlansResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type BatchGetPlansResponse_FieldTerminalPathValue

type BatchGetPlansResponse_FieldTerminalPathValue struct {
	BatchGetPlansResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetPlansResponse_FieldTerminalPathValue) AsMissingValue

func (*BatchGetPlansResponse_FieldTerminalPathValue) AsPlansValue

func (fpv *BatchGetPlansResponse_FieldTerminalPathValue) AsPlansValue() ([]*plan.Plan, bool)

func (*BatchGetPlansResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'BatchGetPlansResponse_FieldTerminalPathValue' with the value under path in 'BatchGetPlansResponse'.

func (*BatchGetPlansResponse_FieldTerminalPathValue) CompareWithRaw

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

func (*BatchGetPlansResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*BatchGetPlansResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object BatchGetPlansResponse

func (*BatchGetPlansResponse_FieldTerminalPathValue) SetToRaw

type CreatePlanDescriptor

type CreatePlanDescriptor struct{}

func GetCreatePlanDescriptor

func GetCreatePlanDescriptor() *CreatePlanDescriptor

func (*CreatePlanDescriptor) GetApiDescriptor

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

func (*CreatePlanDescriptor) GetApiName

func (d *CreatePlanDescriptor) GetApiName() string

func (*CreatePlanDescriptor) GetClientMsgReflectHandle

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

func (*CreatePlanDescriptor) GetFullMethodName

func (d *CreatePlanDescriptor) GetFullMethodName() string

func (*CreatePlanDescriptor) GetMethodName

func (d *CreatePlanDescriptor) GetMethodName() string

func (*CreatePlanDescriptor) GetProtoPkgName

func (d *CreatePlanDescriptor) GetProtoPkgName() string

func (*CreatePlanDescriptor) GetResourceDescriptor

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

func (*CreatePlanDescriptor) GetServerMsgReflectHandle

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

func (*CreatePlanDescriptor) GetServiceDomain

func (d *CreatePlanDescriptor) GetServiceDomain() string

func (*CreatePlanDescriptor) GetServiceVersion

func (d *CreatePlanDescriptor) GetServiceVersion() string

func (*CreatePlanDescriptor) GetVerb

func (d *CreatePlanDescriptor) GetVerb() string

func (*CreatePlanDescriptor) HasResource

func (d *CreatePlanDescriptor) HasResource() bool

func (*CreatePlanDescriptor) IsClientStream

func (d *CreatePlanDescriptor) IsClientStream() bool

func (*CreatePlanDescriptor) IsCollection

func (d *CreatePlanDescriptor) IsCollection() bool

func (*CreatePlanDescriptor) IsPlural

func (d *CreatePlanDescriptor) IsPlural() bool

func (*CreatePlanDescriptor) IsServerStream

func (d *CreatePlanDescriptor) IsServerStream() bool

func (*CreatePlanDescriptor) IsUnary

func (d *CreatePlanDescriptor) IsUnary() bool

func (*CreatePlanDescriptor) NewEmptyClientMsg

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

func (*CreatePlanDescriptor) NewEmptyServerMsg

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

func (*CreatePlanDescriptor) RequestHasResourceBody

func (d *CreatePlanDescriptor) RequestHasResourceBody() bool

type CreatePlanDescriptorClientMsgHandle

type CreatePlanDescriptorClientMsgHandle struct{}

func (*CreatePlanDescriptorClientMsgHandle) ExtractCollectionName

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

func (*CreatePlanDescriptorClientMsgHandle) ExtractResourceName

func (*CreatePlanDescriptorClientMsgHandle) ExtractResourceNames

type CreatePlanDescriptorServerMsgHandle

type CreatePlanDescriptorServerMsgHandle struct{}

func (*CreatePlanDescriptorServerMsgHandle) ExtractCollectionName

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

func (*CreatePlanDescriptorServerMsgHandle) ExtractResourceName

func (*CreatePlanDescriptorServerMsgHandle) ExtractResourceNames

type CreatePlanRequest

type CreatePlanRequest struct {

	// Plan resource body
	Plan *plan.Plan `protobuf:"bytes,2,opt,name=plan,proto3" json:"plan,omitempty" firestore:"plan"`
	// contains filtered or unexported fields
}

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

func (*CreatePlanRequest) Clone

func (*CreatePlanRequest) CloneRaw

func (*CreatePlanRequest) Descriptor

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

Deprecated, Use CreatePlanRequest.ProtoReflect.Descriptor instead.

func (*CreatePlanRequest) GetPlan

func (m *CreatePlanRequest) GetPlan() *plan.Plan

func (*CreatePlanRequest) GotenMessage

func (*CreatePlanRequest) GotenMessage()

func (*CreatePlanRequest) GotenObjectExt

func (o *CreatePlanRequest) GotenObjectExt()

func (*CreatePlanRequest) GotenValidate

func (obj *CreatePlanRequest) GotenValidate() error

func (*CreatePlanRequest) MakeDiffFieldMask

func (o *CreatePlanRequest) MakeDiffFieldMask(other *CreatePlanRequest) *CreatePlanRequest_FieldMask

func (*CreatePlanRequest) MakeFullFieldMask

func (o *CreatePlanRequest) MakeFullFieldMask() *CreatePlanRequest_FieldMask

func (*CreatePlanRequest) MakeRawDiffFieldMask

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

func (*CreatePlanRequest) MakeRawFullFieldMask

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

func (*CreatePlanRequest) Marshal

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

func (*CreatePlanRequest) MarshalJSON

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

func (*CreatePlanRequest) Merge

func (o *CreatePlanRequest) Merge(source *CreatePlanRequest)

func (*CreatePlanRequest) MergeRaw

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

func (*CreatePlanRequest) ProtoMessage

func (*CreatePlanRequest) ProtoMessage()

func (*CreatePlanRequest) ProtoReflect

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

func (*CreatePlanRequest) Reset

func (m *CreatePlanRequest) Reset()

func (*CreatePlanRequest) SetPlan

func (m *CreatePlanRequest) SetPlan(fv *plan.Plan)

func (*CreatePlanRequest) String

func (m *CreatePlanRequest) String() string

func (*CreatePlanRequest) Unmarshal

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

func (*CreatePlanRequest) UnmarshalJSON

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

type CreatePlanRequestFieldPathBuilder

type CreatePlanRequestFieldPathBuilder struct{}

func NewCreatePlanRequestFieldPathBuilder

func NewCreatePlanRequestFieldPathBuilder() CreatePlanRequestFieldPathBuilder

func (CreatePlanRequestFieldPathBuilder) Plan

type CreatePlanRequestMapPathSelectorPlanMetadataAnnotations

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

func (CreatePlanRequestMapPathSelectorPlanMetadataAnnotations) FieldPath

func (CreatePlanRequestMapPathSelectorPlanMetadataAnnotations) WithArrayOfValues

func (CreatePlanRequestMapPathSelectorPlanMetadataAnnotations) WithValue

type CreatePlanRequestMapPathSelectorPlanMetadataLabels

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

func (CreatePlanRequestMapPathSelectorPlanMetadataLabels) FieldPath

func (CreatePlanRequestMapPathSelectorPlanMetadataLabels) WithArrayOfValues

func (CreatePlanRequestMapPathSelectorPlanMetadataLabels) WithValue

type CreatePlanRequestMapPathSelectorPlanMetadataShards

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

func (CreatePlanRequestMapPathSelectorPlanMetadataShards) FieldPath

func (CreatePlanRequestMapPathSelectorPlanMetadataShards) WithArrayOfValues

func (CreatePlanRequestMapPathSelectorPlanMetadataShards) WithValue

type CreatePlanRequestPathSelectorPlan

type CreatePlanRequestPathSelectorPlan struct{}

func (CreatePlanRequestPathSelectorPlan) DisplayName

func (CreatePlanRequestPathSelectorPlan) FieldPath

func (CreatePlanRequestPathSelectorPlan) Metadata

func (CreatePlanRequestPathSelectorPlan) Name

func (CreatePlanRequestPathSelectorPlan) ResourceLimits

func (CreatePlanRequestPathSelectorPlan) Service

func (CreatePlanRequestPathSelectorPlan) WithArrayOfValues

func (CreatePlanRequestPathSelectorPlan) WithSubArrayItemValue

func (CreatePlanRequestPathSelectorPlan) WithSubArrayOfValues

func (CreatePlanRequestPathSelectorPlan) WithSubPath

func (CreatePlanRequestPathSelectorPlan) WithSubValue

func (CreatePlanRequestPathSelectorPlan) WithValue

type CreatePlanRequestPathSelectorPlanDisplayName

type CreatePlanRequestPathSelectorPlanDisplayName struct{}

func (CreatePlanRequestPathSelectorPlanDisplayName) FieldPath

func (CreatePlanRequestPathSelectorPlanDisplayName) WithArrayOfValues

func (CreatePlanRequestPathSelectorPlanDisplayName) WithValue

type CreatePlanRequestPathSelectorPlanMetadata

type CreatePlanRequestPathSelectorPlanMetadata struct{}

func (CreatePlanRequestPathSelectorPlanMetadata) Annotations

func (CreatePlanRequestPathSelectorPlanMetadata) CreateTime

func (CreatePlanRequestPathSelectorPlanMetadata) DeleteTime added in v0.8.0

func (CreatePlanRequestPathSelectorPlanMetadata) FieldPath

func (CreatePlanRequestPathSelectorPlanMetadata) Generation

func (CreatePlanRequestPathSelectorPlanMetadata) Labels

func (CreatePlanRequestPathSelectorPlanMetadata) Lifecycle added in v0.8.0

func (CreatePlanRequestPathSelectorPlanMetadata) OwnerReferences

func (CreatePlanRequestPathSelectorPlanMetadata) ResourceVersion

func (CreatePlanRequestPathSelectorPlanMetadata) Shards

func (CreatePlanRequestPathSelectorPlanMetadata) Syncing

func (CreatePlanRequestPathSelectorPlanMetadata) Tags

func (CreatePlanRequestPathSelectorPlanMetadata) UpdateTime

func (CreatePlanRequestPathSelectorPlanMetadata) Uuid

func (CreatePlanRequestPathSelectorPlanMetadata) WithArrayOfValues

func (CreatePlanRequestPathSelectorPlanMetadata) WithValue

type CreatePlanRequestPathSelectorPlanMetadataAnnotations

type CreatePlanRequestPathSelectorPlanMetadataAnnotations struct{}

func (CreatePlanRequestPathSelectorPlanMetadataAnnotations) FieldPath

func (CreatePlanRequestPathSelectorPlanMetadataAnnotations) WithArrayOfValues

func (CreatePlanRequestPathSelectorPlanMetadataAnnotations) WithKey

func (CreatePlanRequestPathSelectorPlanMetadataAnnotations) WithValue

type CreatePlanRequestPathSelectorPlanMetadataCreateTime

type CreatePlanRequestPathSelectorPlanMetadataCreateTime struct{}

func (CreatePlanRequestPathSelectorPlanMetadataCreateTime) FieldPath

func (CreatePlanRequestPathSelectorPlanMetadataCreateTime) WithArrayOfValues

func (CreatePlanRequestPathSelectorPlanMetadataCreateTime) WithValue

type CreatePlanRequestPathSelectorPlanMetadataDeleteTime added in v0.8.0

type CreatePlanRequestPathSelectorPlanMetadataDeleteTime struct{}

func (CreatePlanRequestPathSelectorPlanMetadataDeleteTime) FieldPath added in v0.8.0

func (CreatePlanRequestPathSelectorPlanMetadataDeleteTime) WithArrayOfValues added in v0.8.0

func (CreatePlanRequestPathSelectorPlanMetadataDeleteTime) WithValue added in v0.8.0

type CreatePlanRequestPathSelectorPlanMetadataGeneration

type CreatePlanRequestPathSelectorPlanMetadataGeneration struct{}

func (CreatePlanRequestPathSelectorPlanMetadataGeneration) FieldPath

func (CreatePlanRequestPathSelectorPlanMetadataGeneration) WithArrayOfValues

func (CreatePlanRequestPathSelectorPlanMetadataGeneration) WithValue

type CreatePlanRequestPathSelectorPlanMetadataLabels

type CreatePlanRequestPathSelectorPlanMetadataLabels struct{}

func (CreatePlanRequestPathSelectorPlanMetadataLabels) FieldPath

func (CreatePlanRequestPathSelectorPlanMetadataLabels) WithArrayOfValues

func (CreatePlanRequestPathSelectorPlanMetadataLabels) WithKey

func (CreatePlanRequestPathSelectorPlanMetadataLabels) WithValue

type CreatePlanRequestPathSelectorPlanMetadataLifecycle added in v0.8.0

type CreatePlanRequestPathSelectorPlanMetadataLifecycle struct{}

func (CreatePlanRequestPathSelectorPlanMetadataLifecycle) BlockDeletion added in v0.8.0

func (CreatePlanRequestPathSelectorPlanMetadataLifecycle) FieldPath added in v0.8.0

func (CreatePlanRequestPathSelectorPlanMetadataLifecycle) State added in v0.8.0

func (CreatePlanRequestPathSelectorPlanMetadataLifecycle) WithArrayOfValues added in v0.8.0

func (CreatePlanRequestPathSelectorPlanMetadataLifecycle) WithValue added in v0.8.0

type CreatePlanRequestPathSelectorPlanMetadataLifecycleBlockDeletion added in v0.8.0

type CreatePlanRequestPathSelectorPlanMetadataLifecycleBlockDeletion struct{}

func (CreatePlanRequestPathSelectorPlanMetadataLifecycleBlockDeletion) FieldPath added in v0.8.0

func (CreatePlanRequestPathSelectorPlanMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.8.0

func (CreatePlanRequestPathSelectorPlanMetadataLifecycleBlockDeletion) WithValue added in v0.8.0

type CreatePlanRequestPathSelectorPlanMetadataLifecycleState added in v0.8.0

type CreatePlanRequestPathSelectorPlanMetadataLifecycleState struct{}

func (CreatePlanRequestPathSelectorPlanMetadataLifecycleState) FieldPath added in v0.8.0

func (CreatePlanRequestPathSelectorPlanMetadataLifecycleState) WithArrayOfValues added in v0.8.0

func (CreatePlanRequestPathSelectorPlanMetadataLifecycleState) WithValue added in v0.8.0

type CreatePlanRequestPathSelectorPlanMetadataOwnerReferences

type CreatePlanRequestPathSelectorPlanMetadataOwnerReferences struct{}

func (CreatePlanRequestPathSelectorPlanMetadataOwnerReferences) FieldPath

func (CreatePlanRequestPathSelectorPlanMetadataOwnerReferences) Kind

func (CreatePlanRequestPathSelectorPlanMetadataOwnerReferences) Name

func (CreatePlanRequestPathSelectorPlanMetadataOwnerReferences) Region added in v0.8.0

func (CreatePlanRequestPathSelectorPlanMetadataOwnerReferences) RequiresOwnerReference added in v0.8.0

func (CreatePlanRequestPathSelectorPlanMetadataOwnerReferences) Version added in v0.8.0

func (CreatePlanRequestPathSelectorPlanMetadataOwnerReferences) WithArrayOfValues

func (CreatePlanRequestPathSelectorPlanMetadataOwnerReferences) WithItemValue

func (CreatePlanRequestPathSelectorPlanMetadataOwnerReferences) WithValue

type CreatePlanRequestPathSelectorPlanMetadataOwnerReferencesBlockOwnerDeletion

type CreatePlanRequestPathSelectorPlanMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (CreatePlanRequestPathSelectorPlanMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (CreatePlanRequestPathSelectorPlanMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (CreatePlanRequestPathSelectorPlanMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type CreatePlanRequestPathSelectorPlanMetadataOwnerReferencesController

type CreatePlanRequestPathSelectorPlanMetadataOwnerReferencesController struct{}

func (CreatePlanRequestPathSelectorPlanMetadataOwnerReferencesController) FieldPath

func (CreatePlanRequestPathSelectorPlanMetadataOwnerReferencesController) WithArrayOfValues

func (CreatePlanRequestPathSelectorPlanMetadataOwnerReferencesController) WithValue

type CreatePlanRequestPathSelectorPlanMetadataOwnerReferencesKind

type CreatePlanRequestPathSelectorPlanMetadataOwnerReferencesKind struct{}

func (CreatePlanRequestPathSelectorPlanMetadataOwnerReferencesKind) FieldPath

func (CreatePlanRequestPathSelectorPlanMetadataOwnerReferencesKind) WithArrayOfValues

func (CreatePlanRequestPathSelectorPlanMetadataOwnerReferencesKind) WithValue

type CreatePlanRequestPathSelectorPlanMetadataOwnerReferencesName

type CreatePlanRequestPathSelectorPlanMetadataOwnerReferencesName struct{}

func (CreatePlanRequestPathSelectorPlanMetadataOwnerReferencesName) FieldPath

func (CreatePlanRequestPathSelectorPlanMetadataOwnerReferencesName) WithArrayOfValues

func (CreatePlanRequestPathSelectorPlanMetadataOwnerReferencesName) WithValue

type CreatePlanRequestPathSelectorPlanMetadataOwnerReferencesRegion added in v0.8.0

type CreatePlanRequestPathSelectorPlanMetadataOwnerReferencesRegion struct{}

func (CreatePlanRequestPathSelectorPlanMetadataOwnerReferencesRegion) FieldPath added in v0.8.0

func (CreatePlanRequestPathSelectorPlanMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.8.0

func (CreatePlanRequestPathSelectorPlanMetadataOwnerReferencesRegion) WithValue added in v0.8.0

type CreatePlanRequestPathSelectorPlanMetadataOwnerReferencesRequiresOwnerReference added in v0.8.0

type CreatePlanRequestPathSelectorPlanMetadataOwnerReferencesRequiresOwnerReference struct{}

func (CreatePlanRequestPathSelectorPlanMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.8.0

func (CreatePlanRequestPathSelectorPlanMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.8.0

func (CreatePlanRequestPathSelectorPlanMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.8.0

type CreatePlanRequestPathSelectorPlanMetadataOwnerReferencesVersion added in v0.8.0

type CreatePlanRequestPathSelectorPlanMetadataOwnerReferencesVersion struct{}

func (CreatePlanRequestPathSelectorPlanMetadataOwnerReferencesVersion) FieldPath added in v0.8.0

func (CreatePlanRequestPathSelectorPlanMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.8.0

func (CreatePlanRequestPathSelectorPlanMetadataOwnerReferencesVersion) WithValue added in v0.8.0

type CreatePlanRequestPathSelectorPlanMetadataResourceVersion

type CreatePlanRequestPathSelectorPlanMetadataResourceVersion struct{}

func (CreatePlanRequestPathSelectorPlanMetadataResourceVersion) FieldPath

func (CreatePlanRequestPathSelectorPlanMetadataResourceVersion) WithArrayOfValues

func (CreatePlanRequestPathSelectorPlanMetadataResourceVersion) WithValue

type CreatePlanRequestPathSelectorPlanMetadataShards

type CreatePlanRequestPathSelectorPlanMetadataShards struct{}

func (CreatePlanRequestPathSelectorPlanMetadataShards) FieldPath

func (CreatePlanRequestPathSelectorPlanMetadataShards) WithArrayOfValues

func (CreatePlanRequestPathSelectorPlanMetadataShards) WithKey

func (CreatePlanRequestPathSelectorPlanMetadataShards) WithValue

type CreatePlanRequestPathSelectorPlanMetadataSyncing

type CreatePlanRequestPathSelectorPlanMetadataSyncing struct{}

func (CreatePlanRequestPathSelectorPlanMetadataSyncing) FieldPath

func (CreatePlanRequestPathSelectorPlanMetadataSyncing) OwningRegion

func (CreatePlanRequestPathSelectorPlanMetadataSyncing) Regions

func (CreatePlanRequestPathSelectorPlanMetadataSyncing) WithArrayOfValues

func (CreatePlanRequestPathSelectorPlanMetadataSyncing) WithValue

type CreatePlanRequestPathSelectorPlanMetadataSyncingOwningRegion

type CreatePlanRequestPathSelectorPlanMetadataSyncingOwningRegion struct{}

func (CreatePlanRequestPathSelectorPlanMetadataSyncingOwningRegion) FieldPath

func (CreatePlanRequestPathSelectorPlanMetadataSyncingOwningRegion) WithArrayOfValues

func (CreatePlanRequestPathSelectorPlanMetadataSyncingOwningRegion) WithValue

type CreatePlanRequestPathSelectorPlanMetadataSyncingRegions

type CreatePlanRequestPathSelectorPlanMetadataSyncingRegions struct{}

func (CreatePlanRequestPathSelectorPlanMetadataSyncingRegions) FieldPath

func (CreatePlanRequestPathSelectorPlanMetadataSyncingRegions) WithArrayOfValues

func (CreatePlanRequestPathSelectorPlanMetadataSyncingRegions) WithItemValue

func (CreatePlanRequestPathSelectorPlanMetadataSyncingRegions) WithValue

type CreatePlanRequestPathSelectorPlanMetadataTags

type CreatePlanRequestPathSelectorPlanMetadataTags struct{}

func (CreatePlanRequestPathSelectorPlanMetadataTags) FieldPath

func (CreatePlanRequestPathSelectorPlanMetadataTags) WithArrayOfValues

func (CreatePlanRequestPathSelectorPlanMetadataTags) WithItemValue

func (CreatePlanRequestPathSelectorPlanMetadataTags) WithValue

type CreatePlanRequestPathSelectorPlanMetadataUpdateTime

type CreatePlanRequestPathSelectorPlanMetadataUpdateTime struct{}

func (CreatePlanRequestPathSelectorPlanMetadataUpdateTime) FieldPath

func (CreatePlanRequestPathSelectorPlanMetadataUpdateTime) WithArrayOfValues

func (CreatePlanRequestPathSelectorPlanMetadataUpdateTime) WithValue

type CreatePlanRequestPathSelectorPlanMetadataUuid

type CreatePlanRequestPathSelectorPlanMetadataUuid struct{}

func (CreatePlanRequestPathSelectorPlanMetadataUuid) FieldPath

func (CreatePlanRequestPathSelectorPlanMetadataUuid) WithArrayOfValues

func (CreatePlanRequestPathSelectorPlanMetadataUuid) WithValue

type CreatePlanRequestPathSelectorPlanName

type CreatePlanRequestPathSelectorPlanName struct{}

func (CreatePlanRequestPathSelectorPlanName) FieldPath

func (CreatePlanRequestPathSelectorPlanName) WithArrayOfValues

func (CreatePlanRequestPathSelectorPlanName) WithValue

type CreatePlanRequestPathSelectorPlanResourceLimits

type CreatePlanRequestPathSelectorPlanResourceLimits struct{}

func (CreatePlanRequestPathSelectorPlanResourceLimits) FieldPath

func (CreatePlanRequestPathSelectorPlanResourceLimits) Resource

func (CreatePlanRequestPathSelectorPlanResourceLimits) Value

func (CreatePlanRequestPathSelectorPlanResourceLimits) WithArrayOfValues

func (CreatePlanRequestPathSelectorPlanResourceLimits) WithItemValue

func (CreatePlanRequestPathSelectorPlanResourceLimits) WithValue

type CreatePlanRequestPathSelectorPlanResourceLimitsResource

type CreatePlanRequestPathSelectorPlanResourceLimitsResource struct{}

func (CreatePlanRequestPathSelectorPlanResourceLimitsResource) FieldPath

func (CreatePlanRequestPathSelectorPlanResourceLimitsResource) WithArrayOfValues

func (CreatePlanRequestPathSelectorPlanResourceLimitsResource) WithValue

type CreatePlanRequestPathSelectorPlanResourceLimitsValue

type CreatePlanRequestPathSelectorPlanResourceLimitsValue struct{}

func (CreatePlanRequestPathSelectorPlanResourceLimitsValue) FieldPath

func (CreatePlanRequestPathSelectorPlanResourceLimitsValue) WithArrayOfValues

func (CreatePlanRequestPathSelectorPlanResourceLimitsValue) WithValue

type CreatePlanRequestPathSelectorPlanService

type CreatePlanRequestPathSelectorPlanService struct{}

func (CreatePlanRequestPathSelectorPlanService) FieldPath

func (CreatePlanRequestPathSelectorPlanService) WithArrayOfValues

func (CreatePlanRequestPathSelectorPlanService) WithValue

type CreatePlanRequest_FieldMask

type CreatePlanRequest_FieldMask struct {
	Paths []CreatePlanRequest_FieldPath
}

func FullCreatePlanRequest_FieldMask

func FullCreatePlanRequest_FieldMask() *CreatePlanRequest_FieldMask

func (*CreatePlanRequest_FieldMask) AppendPath

func (fieldMask *CreatePlanRequest_FieldMask) AppendPath(path CreatePlanRequest_FieldPath)

func (*CreatePlanRequest_FieldMask) AppendRawPath

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

func (*CreatePlanRequest_FieldMask) DecodeFirestore

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

func (*CreatePlanRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*CreatePlanRequest_FieldMask) FilterInputFields

func (fieldMask *CreatePlanRequest_FieldMask) FilterInputFields() *CreatePlanRequest_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*CreatePlanRequest_FieldMask) FromProtoFieldMask

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

func (*CreatePlanRequest_FieldMask) GetPaths

func (*CreatePlanRequest_FieldMask) GetRawPaths

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

func (*CreatePlanRequest_FieldMask) IsFull

func (fieldMask *CreatePlanRequest_FieldMask) IsFull() bool

func (CreatePlanRequest_FieldMask) Marshal

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

implement methods required by customType

func (CreatePlanRequest_FieldMask) MarshalJSON

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

func (*CreatePlanRequest_FieldMask) PathsCount

func (fieldMask *CreatePlanRequest_FieldMask) PathsCount() int

func (*CreatePlanRequest_FieldMask) Project

func (*CreatePlanRequest_FieldMask) ProjectRaw

func (*CreatePlanRequest_FieldMask) ProtoMessage

func (fieldMask *CreatePlanRequest_FieldMask) ProtoMessage()

func (*CreatePlanRequest_FieldMask) ProtoReflect

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

func (*CreatePlanRequest_FieldMask) Reset

func (fieldMask *CreatePlanRequest_FieldMask) Reset()

func (*CreatePlanRequest_FieldMask) Set

func (fieldMask *CreatePlanRequest_FieldMask) Set(target, source *CreatePlanRequest)

func (*CreatePlanRequest_FieldMask) SetFromCliFlag

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

func (*CreatePlanRequest_FieldMask) SetRaw

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

func (*CreatePlanRequest_FieldMask) Size

func (fieldMask *CreatePlanRequest_FieldMask) Size() int

func (*CreatePlanRequest_FieldMask) String

func (fieldMask *CreatePlanRequest_FieldMask) String() string

func (*CreatePlanRequest_FieldMask) Subtract

func (*CreatePlanRequest_FieldMask) SubtractRaw

func (*CreatePlanRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*CreatePlanRequest_FieldMask) Unmarshal

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

func (*CreatePlanRequest_FieldMask) UnmarshalJSON

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

type CreatePlanRequest_FieldPath

type CreatePlanRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() CreatePlanRequest_FieldPathSelector
	Get(source *CreatePlanRequest) []interface{}
	GetSingle(source *CreatePlanRequest) (interface{}, bool)
	ClearValue(item *CreatePlanRequest)

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

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

func MustParseCreatePlanRequest_FieldPath

func MustParseCreatePlanRequest_FieldPath(rawField string) CreatePlanRequest_FieldPath

func ParseCreatePlanRequest_FieldPath

func ParseCreatePlanRequest_FieldPath(rawField string) (CreatePlanRequest_FieldPath, error)

type CreatePlanRequest_FieldPathArrayItemValue

type CreatePlanRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	CreatePlanRequest_FieldPath
	ContainsValue(*CreatePlanRequest) bool
}

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

func MustParseCreatePlanRequest_FieldPathArrayItemValue

func MustParseCreatePlanRequest_FieldPathArrayItemValue(pathStr, valueStr string) CreatePlanRequest_FieldPathArrayItemValue

func ParseCreatePlanRequest_FieldPathArrayItemValue

func ParseCreatePlanRequest_FieldPathArrayItemValue(pathStr, valueStr string) (CreatePlanRequest_FieldPathArrayItemValue, error)

ParseCreatePlanRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type CreatePlanRequest_FieldPathArrayOfValues

type CreatePlanRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	CreatePlanRequest_FieldPath
}

CreatePlanRequest_FieldPathArrayOfValues allows storing slice of values for CreatePlanRequest fields according to their type

func MustParseCreatePlanRequest_FieldPathArrayOfValues

func MustParseCreatePlanRequest_FieldPathArrayOfValues(pathStr, valuesStr string) CreatePlanRequest_FieldPathArrayOfValues

func ParseCreatePlanRequest_FieldPathArrayOfValues

func ParseCreatePlanRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (CreatePlanRequest_FieldPathArrayOfValues, error)

type CreatePlanRequest_FieldPathSelector

type CreatePlanRequest_FieldPathSelector int32
const (
	CreatePlanRequest_FieldPathSelectorPlan CreatePlanRequest_FieldPathSelector = 0
)

func (CreatePlanRequest_FieldPathSelector) String

type CreatePlanRequest_FieldPathValue

type CreatePlanRequest_FieldPathValue interface {
	CreatePlanRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **CreatePlanRequest)
	CompareWith(*CreatePlanRequest) (cmp int, comparable bool)
}

CreatePlanRequest_FieldPathValue allows storing values for CreatePlanRequest fields according to their type

func MustParseCreatePlanRequest_FieldPathValue

func MustParseCreatePlanRequest_FieldPathValue(pathStr, valueStr string) CreatePlanRequest_FieldPathValue

func ParseCreatePlanRequest_FieldPathValue

func ParseCreatePlanRequest_FieldPathValue(pathStr, valueStr string) (CreatePlanRequest_FieldPathValue, error)

type CreatePlanRequest_FieldSubPath

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

func (*CreatePlanRequest_FieldSubPath) AsPlanSubPath

func (fps *CreatePlanRequest_FieldSubPath) AsPlanSubPath() (plan.Plan_FieldPath, bool)

func (*CreatePlanRequest_FieldSubPath) ClearValue

func (fps *CreatePlanRequest_FieldSubPath) ClearValue(item *CreatePlanRequest)

func (*CreatePlanRequest_FieldSubPath) ClearValueRaw

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

func (*CreatePlanRequest_FieldSubPath) Get

func (fps *CreatePlanRequest_FieldSubPath) Get(source *CreatePlanRequest) (values []interface{})

Get returns all values pointed by selected field from source CreatePlanRequest

func (*CreatePlanRequest_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*CreatePlanRequest_FieldSubPath) GetRaw

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

func (*CreatePlanRequest_FieldSubPath) GetSingle

func (fps *CreatePlanRequest_FieldSubPath) GetSingle(source *CreatePlanRequest) (interface{}, bool)

GetSingle returns value of selected field from source CreatePlanRequest

func (*CreatePlanRequest_FieldSubPath) GetSingleRaw

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

func (*CreatePlanRequest_FieldSubPath) IsLeaf

func (fps *CreatePlanRequest_FieldSubPath) IsLeaf() bool

IsLeaf - whether field path is holds simple value

func (*CreatePlanRequest_FieldSubPath) JSONString

func (fps *CreatePlanRequest_FieldSubPath) JSONString() string

JSONString returns path representation is JSON convention

func (*CreatePlanRequest_FieldSubPath) Selector

func (*CreatePlanRequest_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*CreatePlanRequest_FieldSubPath) String

func (fps *CreatePlanRequest_FieldSubPath) String() string

String returns path representation in proto convention

func (*CreatePlanRequest_FieldSubPath) WithIArrayItemValue

func (fps *CreatePlanRequest_FieldSubPath) WithIArrayItemValue(value interface{}) CreatePlanRequest_FieldPathArrayItemValue

func (*CreatePlanRequest_FieldSubPath) WithIArrayOfValues

func (fps *CreatePlanRequest_FieldSubPath) WithIArrayOfValues(values interface{}) CreatePlanRequest_FieldPathArrayOfValues

func (*CreatePlanRequest_FieldSubPath) WithIValue

func (fps *CreatePlanRequest_FieldSubPath) WithIValue(value interface{}) CreatePlanRequest_FieldPathValue

func (*CreatePlanRequest_FieldSubPath) WithRawIArrayItemValue

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

func (*CreatePlanRequest_FieldSubPath) WithRawIArrayOfValues

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

func (*CreatePlanRequest_FieldSubPath) WithRawIValue

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

type CreatePlanRequest_FieldSubPathArrayItemValue

type CreatePlanRequest_FieldSubPathArrayItemValue struct {
	CreatePlanRequest_FieldPath
	// contains filtered or unexported fields
}

func (*CreatePlanRequest_FieldSubPathArrayItemValue) AsPlanPathItemValue

func (*CreatePlanRequest_FieldSubPathArrayItemValue) ContainsValue

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

func (*CreatePlanRequest_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type CreatePlanRequest_FieldSubPathArrayOfValues

type CreatePlanRequest_FieldSubPathArrayOfValues struct {
	CreatePlanRequest_FieldPath
	// contains filtered or unexported fields
}

func (*CreatePlanRequest_FieldSubPathArrayOfValues) AsPlanPathArrayOfValues

func (*CreatePlanRequest_FieldSubPathArrayOfValues) GetRawValues

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

type CreatePlanRequest_FieldSubPathValue

type CreatePlanRequest_FieldSubPathValue struct {
	CreatePlanRequest_FieldPath
	// contains filtered or unexported fields
}

func (*CreatePlanRequest_FieldSubPathValue) AsPlanPathValue

func (*CreatePlanRequest_FieldSubPathValue) CompareWith

func (fpvs *CreatePlanRequest_FieldSubPathValue) CompareWith(source *CreatePlanRequest) (int, bool)

func (*CreatePlanRequest_FieldSubPathValue) CompareWithRaw

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

func (*CreatePlanRequest_FieldSubPathValue) GetRawValue

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

func (*CreatePlanRequest_FieldSubPathValue) SetTo

func (*CreatePlanRequest_FieldSubPathValue) SetToRaw

func (fpvs *CreatePlanRequest_FieldSubPathValue) SetToRaw(target proto.Message)

type CreatePlanRequest_FieldTerminalPath

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

func (*CreatePlanRequest_FieldTerminalPath) ClearValue

func (*CreatePlanRequest_FieldTerminalPath) ClearValueRaw

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

func (*CreatePlanRequest_FieldTerminalPath) Get

func (fp *CreatePlanRequest_FieldTerminalPath) Get(source *CreatePlanRequest) (values []interface{})

Get returns all values pointed by specific field from source CreatePlanRequest

func (*CreatePlanRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*CreatePlanRequest_FieldTerminalPath) GetRaw

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

func (*CreatePlanRequest_FieldTerminalPath) GetSingle

func (fp *CreatePlanRequest_FieldTerminalPath) GetSingle(source *CreatePlanRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source CreatePlanRequest

func (*CreatePlanRequest_FieldTerminalPath) GetSingleRaw

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

func (*CreatePlanRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*CreatePlanRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*CreatePlanRequest_FieldTerminalPath) Selector

func (*CreatePlanRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*CreatePlanRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*CreatePlanRequest_FieldTerminalPath) WithIArrayItemValue

func (fp *CreatePlanRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) CreatePlanRequest_FieldPathArrayItemValue

func (*CreatePlanRequest_FieldTerminalPath) WithIArrayOfValues

func (fp *CreatePlanRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) CreatePlanRequest_FieldPathArrayOfValues

func (*CreatePlanRequest_FieldTerminalPath) WithIValue

func (*CreatePlanRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*CreatePlanRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*CreatePlanRequest_FieldTerminalPath) WithRawIValue

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

type CreatePlanRequest_FieldTerminalPathArrayItemValue

type CreatePlanRequest_FieldTerminalPathArrayItemValue struct {
	CreatePlanRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreatePlanRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*CreatePlanRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*CreatePlanRequest_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *CreatePlanRequest_FieldTerminalPathArrayItemValue) GetSingle(source *CreatePlanRequest) (interface{}, bool)

func (*CreatePlanRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type CreatePlanRequest_FieldTerminalPathArrayOfValues

type CreatePlanRequest_FieldTerminalPathArrayOfValues struct {
	CreatePlanRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreatePlanRequest_FieldTerminalPathArrayOfValues) AsPlanArrayOfValues

func (fpaov *CreatePlanRequest_FieldTerminalPathArrayOfValues) AsPlanArrayOfValues() ([]*plan.Plan, bool)

func (*CreatePlanRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type CreatePlanRequest_FieldTerminalPathValue

type CreatePlanRequest_FieldTerminalPathValue struct {
	CreatePlanRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreatePlanRequest_FieldTerminalPathValue) AsPlanValue

func (fpv *CreatePlanRequest_FieldTerminalPathValue) AsPlanValue() (*plan.Plan, bool)

func (*CreatePlanRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'CreatePlanRequest_FieldTerminalPathValue' with the value under path in 'CreatePlanRequest'.

func (*CreatePlanRequest_FieldTerminalPathValue) CompareWithRaw

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

func (*CreatePlanRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*CreatePlanRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object CreatePlanRequest

func (*CreatePlanRequest_FieldTerminalPathValue) SetToRaw

type DeletePlanDescriptor

type DeletePlanDescriptor struct{}

func GetDeletePlanDescriptor

func GetDeletePlanDescriptor() *DeletePlanDescriptor

func (*DeletePlanDescriptor) GetApiDescriptor

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

func (*DeletePlanDescriptor) GetApiName

func (d *DeletePlanDescriptor) GetApiName() string

func (*DeletePlanDescriptor) GetClientMsgReflectHandle

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

func (*DeletePlanDescriptor) GetFullMethodName

func (d *DeletePlanDescriptor) GetFullMethodName() string

func (*DeletePlanDescriptor) GetMethodName

func (d *DeletePlanDescriptor) GetMethodName() string

func (*DeletePlanDescriptor) GetProtoPkgName

func (d *DeletePlanDescriptor) GetProtoPkgName() string

func (*DeletePlanDescriptor) GetResourceDescriptor

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

func (*DeletePlanDescriptor) GetServerMsgReflectHandle

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

func (*DeletePlanDescriptor) GetServiceDomain

func (d *DeletePlanDescriptor) GetServiceDomain() string

func (*DeletePlanDescriptor) GetServiceVersion

func (d *DeletePlanDescriptor) GetServiceVersion() string

func (*DeletePlanDescriptor) GetVerb

func (d *DeletePlanDescriptor) GetVerb() string

func (*DeletePlanDescriptor) HasResource

func (d *DeletePlanDescriptor) HasResource() bool

func (*DeletePlanDescriptor) IsClientStream

func (d *DeletePlanDescriptor) IsClientStream() bool

func (*DeletePlanDescriptor) IsCollection

func (d *DeletePlanDescriptor) IsCollection() bool

func (*DeletePlanDescriptor) IsPlural

func (d *DeletePlanDescriptor) IsPlural() bool

func (*DeletePlanDescriptor) IsServerStream

func (d *DeletePlanDescriptor) IsServerStream() bool

func (*DeletePlanDescriptor) IsUnary

func (d *DeletePlanDescriptor) IsUnary() bool

func (*DeletePlanDescriptor) NewEmptyClientMsg

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

func (*DeletePlanDescriptor) NewEmptyServerMsg

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

func (*DeletePlanDescriptor) RequestHasResourceBody

func (d *DeletePlanDescriptor) RequestHasResourceBody() bool

type DeletePlanDescriptorClientMsgHandle

type DeletePlanDescriptorClientMsgHandle struct{}

func (*DeletePlanDescriptorClientMsgHandle) ExtractCollectionName

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

func (*DeletePlanDescriptorClientMsgHandle) ExtractResourceName

func (*DeletePlanDescriptorClientMsgHandle) ExtractResourceNames

type DeletePlanDescriptorServerMsgHandle

type DeletePlanDescriptorServerMsgHandle struct{}

func (*DeletePlanDescriptorServerMsgHandle) ExtractCollectionName

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

func (*DeletePlanDescriptorServerMsgHandle) ExtractResourceName

func (*DeletePlanDescriptorServerMsgHandle) ExtractResourceNames

type DeletePlanRequest

type DeletePlanRequest struct {

	// Reference of ntt.limits.v1alpha2.Plan
	Name *plan.Reference `protobuf:"bytes,1,opt,customtype=Reference,name=name,proto3" json:"name,omitempty" firestore:"name"`
	// contains filtered or unexported fields
}

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

func (*DeletePlanRequest) Clone

func (*DeletePlanRequest) CloneRaw

func (*DeletePlanRequest) Descriptor

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

Deprecated, Use DeletePlanRequest.ProtoReflect.Descriptor instead.

func (*DeletePlanRequest) GetName

func (m *DeletePlanRequest) GetName() *plan.Reference

func (*DeletePlanRequest) GotenMessage

func (*DeletePlanRequest) GotenMessage()

func (*DeletePlanRequest) GotenObjectExt

func (o *DeletePlanRequest) GotenObjectExt()

func (*DeletePlanRequest) GotenValidate

func (obj *DeletePlanRequest) GotenValidate() error

func (*DeletePlanRequest) MakeDiffFieldMask

func (o *DeletePlanRequest) MakeDiffFieldMask(other *DeletePlanRequest) *DeletePlanRequest_FieldMask

func (*DeletePlanRequest) MakeFullFieldMask

func (o *DeletePlanRequest) MakeFullFieldMask() *DeletePlanRequest_FieldMask

func (*DeletePlanRequest) MakeRawDiffFieldMask

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

func (*DeletePlanRequest) MakeRawFullFieldMask

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

func (*DeletePlanRequest) Marshal

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

func (*DeletePlanRequest) MarshalJSON

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

func (*DeletePlanRequest) Merge

func (o *DeletePlanRequest) Merge(source *DeletePlanRequest)

func (*DeletePlanRequest) MergeRaw

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

func (*DeletePlanRequest) ProtoMessage

func (*DeletePlanRequest) ProtoMessage()

func (*DeletePlanRequest) ProtoReflect

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

func (*DeletePlanRequest) Reset

func (m *DeletePlanRequest) Reset()

func (*DeletePlanRequest) SetName

func (m *DeletePlanRequest) SetName(fv *plan.Reference)

func (*DeletePlanRequest) String

func (m *DeletePlanRequest) String() string

func (*DeletePlanRequest) Unmarshal

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

func (*DeletePlanRequest) UnmarshalJSON

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

type DeletePlanRequestFieldPathBuilder

type DeletePlanRequestFieldPathBuilder struct{}

func NewDeletePlanRequestFieldPathBuilder

func NewDeletePlanRequestFieldPathBuilder() DeletePlanRequestFieldPathBuilder

func (DeletePlanRequestFieldPathBuilder) Name

type DeletePlanRequestPathSelectorName

type DeletePlanRequestPathSelectorName struct{}

func (DeletePlanRequestPathSelectorName) FieldPath

func (DeletePlanRequestPathSelectorName) WithArrayOfValues

func (DeletePlanRequestPathSelectorName) WithValue

type DeletePlanRequest_FieldMask

type DeletePlanRequest_FieldMask struct {
	Paths []DeletePlanRequest_FieldPath
}

func FullDeletePlanRequest_FieldMask

func FullDeletePlanRequest_FieldMask() *DeletePlanRequest_FieldMask

func (*DeletePlanRequest_FieldMask) AppendPath

func (fieldMask *DeletePlanRequest_FieldMask) AppendPath(path DeletePlanRequest_FieldPath)

func (*DeletePlanRequest_FieldMask) AppendRawPath

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

func (*DeletePlanRequest_FieldMask) DecodeFirestore

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

func (*DeletePlanRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*DeletePlanRequest_FieldMask) FilterInputFields

func (fieldMask *DeletePlanRequest_FieldMask) FilterInputFields() *DeletePlanRequest_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*DeletePlanRequest_FieldMask) FromProtoFieldMask

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

func (*DeletePlanRequest_FieldMask) GetPaths

func (*DeletePlanRequest_FieldMask) GetRawPaths

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

func (*DeletePlanRequest_FieldMask) IsFull

func (fieldMask *DeletePlanRequest_FieldMask) IsFull() bool

func (DeletePlanRequest_FieldMask) Marshal

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

implement methods required by customType

func (DeletePlanRequest_FieldMask) MarshalJSON

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

func (*DeletePlanRequest_FieldMask) PathsCount

func (fieldMask *DeletePlanRequest_FieldMask) PathsCount() int

func (*DeletePlanRequest_FieldMask) Project

func (*DeletePlanRequest_FieldMask) ProjectRaw

func (*DeletePlanRequest_FieldMask) ProtoMessage

func (fieldMask *DeletePlanRequest_FieldMask) ProtoMessage()

func (*DeletePlanRequest_FieldMask) ProtoReflect

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

func (*DeletePlanRequest_FieldMask) Reset

func (fieldMask *DeletePlanRequest_FieldMask) Reset()

func (*DeletePlanRequest_FieldMask) Set

func (fieldMask *DeletePlanRequest_FieldMask) Set(target, source *DeletePlanRequest)

func (*DeletePlanRequest_FieldMask) SetFromCliFlag

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

func (*DeletePlanRequest_FieldMask) SetRaw

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

func (*DeletePlanRequest_FieldMask) Size

func (fieldMask *DeletePlanRequest_FieldMask) Size() int

func (*DeletePlanRequest_FieldMask) String

func (fieldMask *DeletePlanRequest_FieldMask) String() string

func (*DeletePlanRequest_FieldMask) Subtract

func (*DeletePlanRequest_FieldMask) SubtractRaw

func (*DeletePlanRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*DeletePlanRequest_FieldMask) Unmarshal

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

func (*DeletePlanRequest_FieldMask) UnmarshalJSON

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

type DeletePlanRequest_FieldPath

type DeletePlanRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() DeletePlanRequest_FieldPathSelector
	Get(source *DeletePlanRequest) []interface{}
	GetSingle(source *DeletePlanRequest) (interface{}, bool)
	ClearValue(item *DeletePlanRequest)

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

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

func MustParseDeletePlanRequest_FieldPath

func MustParseDeletePlanRequest_FieldPath(rawField string) DeletePlanRequest_FieldPath

func ParseDeletePlanRequest_FieldPath

func ParseDeletePlanRequest_FieldPath(rawField string) (DeletePlanRequest_FieldPath, error)

type DeletePlanRequest_FieldPathArrayItemValue

type DeletePlanRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	DeletePlanRequest_FieldPath
	ContainsValue(*DeletePlanRequest) bool
}

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

func MustParseDeletePlanRequest_FieldPathArrayItemValue

func MustParseDeletePlanRequest_FieldPathArrayItemValue(pathStr, valueStr string) DeletePlanRequest_FieldPathArrayItemValue

func ParseDeletePlanRequest_FieldPathArrayItemValue

func ParseDeletePlanRequest_FieldPathArrayItemValue(pathStr, valueStr string) (DeletePlanRequest_FieldPathArrayItemValue, error)

ParseDeletePlanRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type DeletePlanRequest_FieldPathArrayOfValues

type DeletePlanRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	DeletePlanRequest_FieldPath
}

DeletePlanRequest_FieldPathArrayOfValues allows storing slice of values for DeletePlanRequest fields according to their type

func MustParseDeletePlanRequest_FieldPathArrayOfValues

func MustParseDeletePlanRequest_FieldPathArrayOfValues(pathStr, valuesStr string) DeletePlanRequest_FieldPathArrayOfValues

func ParseDeletePlanRequest_FieldPathArrayOfValues

func ParseDeletePlanRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (DeletePlanRequest_FieldPathArrayOfValues, error)

type DeletePlanRequest_FieldPathSelector

type DeletePlanRequest_FieldPathSelector int32
const (
	DeletePlanRequest_FieldPathSelectorName DeletePlanRequest_FieldPathSelector = 0
)

func (DeletePlanRequest_FieldPathSelector) String

type DeletePlanRequest_FieldPathValue

type DeletePlanRequest_FieldPathValue interface {
	DeletePlanRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **DeletePlanRequest)
	CompareWith(*DeletePlanRequest) (cmp int, comparable bool)
}

DeletePlanRequest_FieldPathValue allows storing values for DeletePlanRequest fields according to their type

func MustParseDeletePlanRequest_FieldPathValue

func MustParseDeletePlanRequest_FieldPathValue(pathStr, valueStr string) DeletePlanRequest_FieldPathValue

func ParseDeletePlanRequest_FieldPathValue

func ParseDeletePlanRequest_FieldPathValue(pathStr, valueStr string) (DeletePlanRequest_FieldPathValue, error)

type DeletePlanRequest_FieldTerminalPath

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

func (*DeletePlanRequest_FieldTerminalPath) ClearValue

func (*DeletePlanRequest_FieldTerminalPath) ClearValueRaw

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

func (*DeletePlanRequest_FieldTerminalPath) Get

func (fp *DeletePlanRequest_FieldTerminalPath) Get(source *DeletePlanRequest) (values []interface{})

Get returns all values pointed by specific field from source DeletePlanRequest

func (*DeletePlanRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*DeletePlanRequest_FieldTerminalPath) GetRaw

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

func (*DeletePlanRequest_FieldTerminalPath) GetSingle

func (fp *DeletePlanRequest_FieldTerminalPath) GetSingle(source *DeletePlanRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source DeletePlanRequest

func (*DeletePlanRequest_FieldTerminalPath) GetSingleRaw

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

func (*DeletePlanRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*DeletePlanRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*DeletePlanRequest_FieldTerminalPath) Selector

func (*DeletePlanRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*DeletePlanRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*DeletePlanRequest_FieldTerminalPath) WithIArrayItemValue

func (fp *DeletePlanRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) DeletePlanRequest_FieldPathArrayItemValue

func (*DeletePlanRequest_FieldTerminalPath) WithIArrayOfValues

func (fp *DeletePlanRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) DeletePlanRequest_FieldPathArrayOfValues

func (*DeletePlanRequest_FieldTerminalPath) WithIValue

func (*DeletePlanRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*DeletePlanRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*DeletePlanRequest_FieldTerminalPath) WithRawIValue

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

type DeletePlanRequest_FieldTerminalPathArrayItemValue

type DeletePlanRequest_FieldTerminalPathArrayItemValue struct {
	DeletePlanRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*DeletePlanRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*DeletePlanRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*DeletePlanRequest_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *DeletePlanRequest_FieldTerminalPathArrayItemValue) GetSingle(source *DeletePlanRequest) (interface{}, bool)

func (*DeletePlanRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type DeletePlanRequest_FieldTerminalPathArrayOfValues

type DeletePlanRequest_FieldTerminalPathArrayOfValues struct {
	DeletePlanRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*DeletePlanRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (fpaov *DeletePlanRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*plan.Reference, bool)

func (*DeletePlanRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type DeletePlanRequest_FieldTerminalPathValue

type DeletePlanRequest_FieldTerminalPathValue struct {
	DeletePlanRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*DeletePlanRequest_FieldTerminalPathValue) AsNameValue

func (*DeletePlanRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'DeletePlanRequest_FieldTerminalPathValue' with the value under path in 'DeletePlanRequest'.

func (*DeletePlanRequest_FieldTerminalPathValue) CompareWithRaw

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

func (*DeletePlanRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*DeletePlanRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object DeletePlanRequest

func (*DeletePlanRequest_FieldTerminalPathValue) SetToRaw

type GetPlanDescriptor

type GetPlanDescriptor struct{}

func GetGetPlanDescriptor

func GetGetPlanDescriptor() *GetPlanDescriptor

func (*GetPlanDescriptor) GetApiDescriptor

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

func (*GetPlanDescriptor) GetApiName

func (d *GetPlanDescriptor) GetApiName() string

func (*GetPlanDescriptor) GetClientMsgReflectHandle

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

func (*GetPlanDescriptor) GetFullMethodName

func (d *GetPlanDescriptor) GetFullMethodName() string

func (*GetPlanDescriptor) GetMethodName

func (d *GetPlanDescriptor) GetMethodName() string

func (*GetPlanDescriptor) GetProtoPkgName

func (d *GetPlanDescriptor) GetProtoPkgName() string

func (*GetPlanDescriptor) GetResourceDescriptor

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

func (*GetPlanDescriptor) GetServerMsgReflectHandle

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

func (*GetPlanDescriptor) GetServiceDomain

func (d *GetPlanDescriptor) GetServiceDomain() string

func (*GetPlanDescriptor) GetServiceVersion

func (d *GetPlanDescriptor) GetServiceVersion() string

func (*GetPlanDescriptor) GetVerb

func (d *GetPlanDescriptor) GetVerb() string

func (*GetPlanDescriptor) HasResource

func (d *GetPlanDescriptor) HasResource() bool

func (*GetPlanDescriptor) IsClientStream

func (d *GetPlanDescriptor) IsClientStream() bool

func (*GetPlanDescriptor) IsCollection

func (d *GetPlanDescriptor) IsCollection() bool

func (*GetPlanDescriptor) IsPlural

func (d *GetPlanDescriptor) IsPlural() bool

func (*GetPlanDescriptor) IsServerStream

func (d *GetPlanDescriptor) IsServerStream() bool

func (*GetPlanDescriptor) IsUnary

func (d *GetPlanDescriptor) IsUnary() bool

func (*GetPlanDescriptor) NewEmptyClientMsg

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

func (*GetPlanDescriptor) NewEmptyServerMsg

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

func (*GetPlanDescriptor) RequestHasResourceBody

func (d *GetPlanDescriptor) RequestHasResourceBody() bool

type GetPlanDescriptorClientMsgHandle

type GetPlanDescriptorClientMsgHandle struct{}

func (*GetPlanDescriptorClientMsgHandle) ExtractCollectionName

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

func (*GetPlanDescriptorClientMsgHandle) ExtractResourceName

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

func (*GetPlanDescriptorClientMsgHandle) ExtractResourceNames

type GetPlanDescriptorServerMsgHandle

type GetPlanDescriptorServerMsgHandle struct{}

func (*GetPlanDescriptorServerMsgHandle) ExtractCollectionName

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

func (*GetPlanDescriptorServerMsgHandle) ExtractResourceName

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

func (*GetPlanDescriptorServerMsgHandle) ExtractResourceNames

type GetPlanRequest

type GetPlanRequest struct {

	// Reference of ntt.limits.v1alpha2.Plan
	Name *plan.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 *plan.Plan_FieldMask `` /* 136-byte string literal not displayed */
	// View defines list of standard response fields present in response items.
	// Additional fields can be amended by request field field_mask
	View view.View `protobuf:"varint,4,opt,name=view,proto3,enum=goten.view.View" json:"view,omitempty" firestore:"view"`
	// contains filtered or unexported fields
}

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

func (*GetPlanRequest) Clone

func (o *GetPlanRequest) Clone() *GetPlanRequest

func (*GetPlanRequest) CloneRaw

func (*GetPlanRequest) Descriptor

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

Deprecated, Use GetPlanRequest.ProtoReflect.Descriptor instead.

func (*GetPlanRequest) GetFieldMask

func (m *GetPlanRequest) GetFieldMask() *plan.Plan_FieldMask

func (*GetPlanRequest) GetName

func (m *GetPlanRequest) GetName() *plan.Reference

func (*GetPlanRequest) GetView

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

func (*GetPlanRequest) GotenMessage

func (*GetPlanRequest) GotenMessage()

func (*GetPlanRequest) GotenObjectExt

func (o *GetPlanRequest) GotenObjectExt()

func (*GetPlanRequest) GotenValidate

func (obj *GetPlanRequest) GotenValidate() error

func (*GetPlanRequest) MakeDiffFieldMask

func (o *GetPlanRequest) MakeDiffFieldMask(other *GetPlanRequest) *GetPlanRequest_FieldMask

func (*GetPlanRequest) MakeFullFieldMask

func (o *GetPlanRequest) MakeFullFieldMask() *GetPlanRequest_FieldMask

func (*GetPlanRequest) MakeRawDiffFieldMask

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

func (*GetPlanRequest) MakeRawFullFieldMask

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

func (*GetPlanRequest) Marshal

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

func (*GetPlanRequest) MarshalJSON

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

func (*GetPlanRequest) Merge

func (o *GetPlanRequest) Merge(source *GetPlanRequest)

func (*GetPlanRequest) MergeRaw

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

func (*GetPlanRequest) ProtoMessage

func (*GetPlanRequest) ProtoMessage()

func (*GetPlanRequest) ProtoReflect

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

func (*GetPlanRequest) Reset

func (m *GetPlanRequest) Reset()

func (*GetPlanRequest) SetFieldMask

func (m *GetPlanRequest) SetFieldMask(fv *plan.Plan_FieldMask)

func (*GetPlanRequest) SetName

func (m *GetPlanRequest) SetName(fv *plan.Reference)

func (*GetPlanRequest) SetView

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

func (*GetPlanRequest) String

func (m *GetPlanRequest) String() string

func (*GetPlanRequest) Unmarshal

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

func (*GetPlanRequest) UnmarshalJSON

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

type GetPlanRequestFieldPathBuilder

type GetPlanRequestFieldPathBuilder struct{}

func NewGetPlanRequestFieldPathBuilder

func NewGetPlanRequestFieldPathBuilder() GetPlanRequestFieldPathBuilder

func (GetPlanRequestFieldPathBuilder) FieldMask

func (GetPlanRequestFieldPathBuilder) Name

func (GetPlanRequestFieldPathBuilder) View

type GetPlanRequestPathSelectorFieldMask

type GetPlanRequestPathSelectorFieldMask struct{}

func (GetPlanRequestPathSelectorFieldMask) FieldPath

func (GetPlanRequestPathSelectorFieldMask) WithArrayOfValues

func (GetPlanRequestPathSelectorFieldMask) WithValue

type GetPlanRequestPathSelectorName

type GetPlanRequestPathSelectorName struct{}

func (GetPlanRequestPathSelectorName) FieldPath

func (GetPlanRequestPathSelectorName) WithArrayOfValues

func (GetPlanRequestPathSelectorName) WithValue

type GetPlanRequestPathSelectorView

type GetPlanRequestPathSelectorView struct{}

func (GetPlanRequestPathSelectorView) FieldPath

func (GetPlanRequestPathSelectorView) WithArrayOfValues

func (GetPlanRequestPathSelectorView) WithValue

type GetPlanRequest_FieldMask

type GetPlanRequest_FieldMask struct {
	Paths []GetPlanRequest_FieldPath
}

func FullGetPlanRequest_FieldMask

func FullGetPlanRequest_FieldMask() *GetPlanRequest_FieldMask

func (*GetPlanRequest_FieldMask) AppendPath

func (fieldMask *GetPlanRequest_FieldMask) AppendPath(path GetPlanRequest_FieldPath)

func (*GetPlanRequest_FieldMask) AppendRawPath

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

func (*GetPlanRequest_FieldMask) DecodeFirestore

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

func (*GetPlanRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*GetPlanRequest_FieldMask) FilterInputFields

func (fieldMask *GetPlanRequest_FieldMask) FilterInputFields() *GetPlanRequest_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*GetPlanRequest_FieldMask) FromProtoFieldMask

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

func (*GetPlanRequest_FieldMask) GetPaths

func (fieldMask *GetPlanRequest_FieldMask) GetPaths() []GetPlanRequest_FieldPath

func (*GetPlanRequest_FieldMask) GetRawPaths

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

func (*GetPlanRequest_FieldMask) IsFull

func (fieldMask *GetPlanRequest_FieldMask) IsFull() bool

func (GetPlanRequest_FieldMask) Marshal

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

implement methods required by customType

func (GetPlanRequest_FieldMask) MarshalJSON

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

func (*GetPlanRequest_FieldMask) PathsCount

func (fieldMask *GetPlanRequest_FieldMask) PathsCount() int

func (*GetPlanRequest_FieldMask) Project

func (fieldMask *GetPlanRequest_FieldMask) Project(source *GetPlanRequest) *GetPlanRequest

func (*GetPlanRequest_FieldMask) ProjectRaw

func (*GetPlanRequest_FieldMask) ProtoMessage

func (fieldMask *GetPlanRequest_FieldMask) ProtoMessage()

func (*GetPlanRequest_FieldMask) ProtoReflect

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

func (*GetPlanRequest_FieldMask) Reset

func (fieldMask *GetPlanRequest_FieldMask) Reset()

func (*GetPlanRequest_FieldMask) Set

func (fieldMask *GetPlanRequest_FieldMask) Set(target, source *GetPlanRequest)

func (*GetPlanRequest_FieldMask) SetFromCliFlag

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

func (*GetPlanRequest_FieldMask) SetRaw

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

func (*GetPlanRequest_FieldMask) Size

func (fieldMask *GetPlanRequest_FieldMask) Size() int

func (*GetPlanRequest_FieldMask) String

func (fieldMask *GetPlanRequest_FieldMask) String() string

func (*GetPlanRequest_FieldMask) Subtract

func (*GetPlanRequest_FieldMask) SubtractRaw

func (fieldMask *GetPlanRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask

func (*GetPlanRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*GetPlanRequest_FieldMask) Unmarshal

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

func (*GetPlanRequest_FieldMask) UnmarshalJSON

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

type GetPlanRequest_FieldPath

type GetPlanRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() GetPlanRequest_FieldPathSelector
	Get(source *GetPlanRequest) []interface{}
	GetSingle(source *GetPlanRequest) (interface{}, bool)
	ClearValue(item *GetPlanRequest)

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

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

func MustParseGetPlanRequest_FieldPath

func MustParseGetPlanRequest_FieldPath(rawField string) GetPlanRequest_FieldPath

func ParseGetPlanRequest_FieldPath

func ParseGetPlanRequest_FieldPath(rawField string) (GetPlanRequest_FieldPath, error)

type GetPlanRequest_FieldPathArrayItemValue

type GetPlanRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	GetPlanRequest_FieldPath
	ContainsValue(*GetPlanRequest) bool
}

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

func MustParseGetPlanRequest_FieldPathArrayItemValue

func MustParseGetPlanRequest_FieldPathArrayItemValue(pathStr, valueStr string) GetPlanRequest_FieldPathArrayItemValue

func ParseGetPlanRequest_FieldPathArrayItemValue

func ParseGetPlanRequest_FieldPathArrayItemValue(pathStr, valueStr string) (GetPlanRequest_FieldPathArrayItemValue, error)

ParseGetPlanRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type GetPlanRequest_FieldPathArrayOfValues

type GetPlanRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	GetPlanRequest_FieldPath
}

GetPlanRequest_FieldPathArrayOfValues allows storing slice of values for GetPlanRequest fields according to their type

func MustParseGetPlanRequest_FieldPathArrayOfValues

func MustParseGetPlanRequest_FieldPathArrayOfValues(pathStr, valuesStr string) GetPlanRequest_FieldPathArrayOfValues

func ParseGetPlanRequest_FieldPathArrayOfValues

func ParseGetPlanRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (GetPlanRequest_FieldPathArrayOfValues, error)

type GetPlanRequest_FieldPathSelector

type GetPlanRequest_FieldPathSelector int32
const (
	GetPlanRequest_FieldPathSelectorName      GetPlanRequest_FieldPathSelector = 0
	GetPlanRequest_FieldPathSelectorFieldMask GetPlanRequest_FieldPathSelector = 1
	GetPlanRequest_FieldPathSelectorView      GetPlanRequest_FieldPathSelector = 2
)

func (GetPlanRequest_FieldPathSelector) String

type GetPlanRequest_FieldPathValue

type GetPlanRequest_FieldPathValue interface {
	GetPlanRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **GetPlanRequest)
	CompareWith(*GetPlanRequest) (cmp int, comparable bool)
}

GetPlanRequest_FieldPathValue allows storing values for GetPlanRequest fields according to their type

func MustParseGetPlanRequest_FieldPathValue

func MustParseGetPlanRequest_FieldPathValue(pathStr, valueStr string) GetPlanRequest_FieldPathValue

func ParseGetPlanRequest_FieldPathValue

func ParseGetPlanRequest_FieldPathValue(pathStr, valueStr string) (GetPlanRequest_FieldPathValue, error)

type GetPlanRequest_FieldTerminalPath

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

func (*GetPlanRequest_FieldTerminalPath) ClearValue

func (fp *GetPlanRequest_FieldTerminalPath) ClearValue(item *GetPlanRequest)

func (*GetPlanRequest_FieldTerminalPath) ClearValueRaw

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

func (*GetPlanRequest_FieldTerminalPath) Get

func (fp *GetPlanRequest_FieldTerminalPath) Get(source *GetPlanRequest) (values []interface{})

Get returns all values pointed by specific field from source GetPlanRequest

func (*GetPlanRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*GetPlanRequest_FieldTerminalPath) GetRaw

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

func (*GetPlanRequest_FieldTerminalPath) GetSingle

func (fp *GetPlanRequest_FieldTerminalPath) GetSingle(source *GetPlanRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source GetPlanRequest

func (*GetPlanRequest_FieldTerminalPath) GetSingleRaw

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

func (*GetPlanRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*GetPlanRequest_FieldTerminalPath) JSONString

func (fp *GetPlanRequest_FieldTerminalPath) JSONString() string

JSONString returns path representation is JSON convention

func (*GetPlanRequest_FieldTerminalPath) Selector

func (*GetPlanRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*GetPlanRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*GetPlanRequest_FieldTerminalPath) WithIArrayItemValue

func (fp *GetPlanRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) GetPlanRequest_FieldPathArrayItemValue

func (*GetPlanRequest_FieldTerminalPath) WithIArrayOfValues

func (fp *GetPlanRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) GetPlanRequest_FieldPathArrayOfValues

func (*GetPlanRequest_FieldTerminalPath) WithIValue

func (fp *GetPlanRequest_FieldTerminalPath) WithIValue(value interface{}) GetPlanRequest_FieldPathValue

func (*GetPlanRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*GetPlanRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*GetPlanRequest_FieldTerminalPath) WithRawIValue

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

type GetPlanRequest_FieldTerminalPathArrayItemValue

type GetPlanRequest_FieldTerminalPathArrayItemValue struct {
	GetPlanRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetPlanRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*GetPlanRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*GetPlanRequest_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *GetPlanRequest_FieldTerminalPathArrayItemValue) GetSingle(source *GetPlanRequest) (interface{}, bool)

func (*GetPlanRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type GetPlanRequest_FieldTerminalPathArrayOfValues

type GetPlanRequest_FieldTerminalPathArrayOfValues struct {
	GetPlanRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetPlanRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (fpaov *GetPlanRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*plan.Plan_FieldMask, bool)

func (*GetPlanRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (fpaov *GetPlanRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*plan.Reference, bool)

func (*GetPlanRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

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

func (*GetPlanRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type GetPlanRequest_FieldTerminalPathValue

type GetPlanRequest_FieldTerminalPathValue struct {
	GetPlanRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetPlanRequest_FieldTerminalPathValue) AsFieldMaskValue

func (fpv *GetPlanRequest_FieldTerminalPathValue) AsFieldMaskValue() (*plan.Plan_FieldMask, bool)

func (*GetPlanRequest_FieldTerminalPathValue) AsNameValue

func (*GetPlanRequest_FieldTerminalPathValue) AsViewValue

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

func (*GetPlanRequest_FieldTerminalPathValue) CompareWith

func (fpv *GetPlanRequest_FieldTerminalPathValue) CompareWith(source *GetPlanRequest) (int, bool)

CompareWith compares value in the 'GetPlanRequest_FieldTerminalPathValue' with the value under path in 'GetPlanRequest'.

func (*GetPlanRequest_FieldTerminalPathValue) CompareWithRaw

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

func (*GetPlanRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*GetPlanRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object GetPlanRequest

func (*GetPlanRequest_FieldTerminalPathValue) SetToRaw

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

type ListPlansDescriptor

type ListPlansDescriptor struct{}

func GetListPlansDescriptor

func GetListPlansDescriptor() *ListPlansDescriptor

func (*ListPlansDescriptor) GetApiDescriptor

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

func (*ListPlansDescriptor) GetApiName

func (d *ListPlansDescriptor) GetApiName() string

func (*ListPlansDescriptor) GetClientMsgReflectHandle

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

func (*ListPlansDescriptor) GetFullMethodName

func (d *ListPlansDescriptor) GetFullMethodName() string

func (*ListPlansDescriptor) GetMethodName

func (d *ListPlansDescriptor) GetMethodName() string

func (*ListPlansDescriptor) GetProtoPkgName

func (d *ListPlansDescriptor) GetProtoPkgName() string

func (*ListPlansDescriptor) GetResourceDescriptor

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

func (*ListPlansDescriptor) GetServerMsgReflectHandle

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

func (*ListPlansDescriptor) GetServiceDomain

func (d *ListPlansDescriptor) GetServiceDomain() string

func (*ListPlansDescriptor) GetServiceVersion

func (d *ListPlansDescriptor) GetServiceVersion() string

func (*ListPlansDescriptor) GetVerb

func (d *ListPlansDescriptor) GetVerb() string

func (*ListPlansDescriptor) HasResource

func (d *ListPlansDescriptor) HasResource() bool

func (*ListPlansDescriptor) IsClientStream

func (d *ListPlansDescriptor) IsClientStream() bool

func (*ListPlansDescriptor) IsCollection

func (d *ListPlansDescriptor) IsCollection() bool

func (*ListPlansDescriptor) IsPlural

func (d *ListPlansDescriptor) IsPlural() bool

func (*ListPlansDescriptor) IsServerStream

func (d *ListPlansDescriptor) IsServerStream() bool

func (*ListPlansDescriptor) IsUnary

func (d *ListPlansDescriptor) IsUnary() bool

func (*ListPlansDescriptor) NewEmptyClientMsg

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

func (*ListPlansDescriptor) NewEmptyServerMsg

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

func (*ListPlansDescriptor) RequestHasResourceBody

func (d *ListPlansDescriptor) RequestHasResourceBody() bool

type ListPlansDescriptorClientMsgHandle

type ListPlansDescriptorClientMsgHandle struct{}

func (*ListPlansDescriptorClientMsgHandle) ExtractCollectionName

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

func (*ListPlansDescriptorClientMsgHandle) ExtractResourceName

func (*ListPlansDescriptorClientMsgHandle) ExtractResourceNames

type ListPlansDescriptorServerMsgHandle

type ListPlansDescriptorServerMsgHandle struct{}

func (*ListPlansDescriptorServerMsgHandle) ExtractCollectionName

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

func (*ListPlansDescriptorServerMsgHandle) ExtractResourceName

func (*ListPlansDescriptorServerMsgHandle) ExtractResourceNames

type ListPlansRequest

type ListPlansRequest struct {

	// Requested page size. Server may return fewer Plans 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
	// [ListPlansResponse.next_page_token][ntt.limits.v1alpha2.ListPlansResponse.next_page_token]
	PageToken *plan.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 *plan.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 *plan.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 *plan.Plan_FieldMask `` /* 136-byte string literal not displayed */
	// View defines list of standard response fields present in response items.
	// Additional fields can be amended by request field field_mask
	View view.View `protobuf:"varint,7,opt,name=view,proto3,enum=goten.view.View" json:"view,omitempty" firestore:"view"`
	// contains filtered or unexported fields
}

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

func (*ListPlansRequest) Clone

func (o *ListPlansRequest) Clone() *ListPlansRequest

func (*ListPlansRequest) CloneRaw

func (*ListPlansRequest) Descriptor

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

Deprecated, Use ListPlansRequest.ProtoReflect.Descriptor instead.

func (*ListPlansRequest) GetFieldMask

func (m *ListPlansRequest) GetFieldMask() *plan.Plan_FieldMask

func (*ListPlansRequest) GetFilter

func (m *ListPlansRequest) GetFilter() *plan.Filter

func (*ListPlansRequest) GetOrderBy

func (m *ListPlansRequest) GetOrderBy() *plan.OrderBy

func (*ListPlansRequest) GetPageSize

func (m *ListPlansRequest) GetPageSize() int32

func (*ListPlansRequest) GetPageToken

func (m *ListPlansRequest) GetPageToken() *plan.PagerCursor

func (*ListPlansRequest) GetView

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

func (*ListPlansRequest) GotenMessage

func (*ListPlansRequest) GotenMessage()

func (*ListPlansRequest) GotenObjectExt

func (o *ListPlansRequest) GotenObjectExt()

func (*ListPlansRequest) GotenValidate

func (obj *ListPlansRequest) GotenValidate() error

func (*ListPlansRequest) MakeDiffFieldMask

func (o *ListPlansRequest) MakeDiffFieldMask(other *ListPlansRequest) *ListPlansRequest_FieldMask

func (*ListPlansRequest) MakeFullFieldMask

func (o *ListPlansRequest) MakeFullFieldMask() *ListPlansRequest_FieldMask

func (*ListPlansRequest) MakeRawDiffFieldMask

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

func (*ListPlansRequest) MakeRawFullFieldMask

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

func (*ListPlansRequest) Marshal

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

func (*ListPlansRequest) MarshalJSON

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

func (*ListPlansRequest) Merge

func (o *ListPlansRequest) Merge(source *ListPlansRequest)

func (*ListPlansRequest) MergeRaw

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

func (*ListPlansRequest) ProtoMessage

func (*ListPlansRequest) ProtoMessage()

func (*ListPlansRequest) ProtoReflect

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

func (*ListPlansRequest) Reset

func (m *ListPlansRequest) Reset()

func (*ListPlansRequest) SetFieldMask

func (m *ListPlansRequest) SetFieldMask(fv *plan.Plan_FieldMask)

func (*ListPlansRequest) SetFilter

func (m *ListPlansRequest) SetFilter(fv *plan.Filter)

func (*ListPlansRequest) SetOrderBy

func (m *ListPlansRequest) SetOrderBy(fv *plan.OrderBy)

func (*ListPlansRequest) SetPageSize

func (m *ListPlansRequest) SetPageSize(fv int32)

func (*ListPlansRequest) SetPageToken

func (m *ListPlansRequest) SetPageToken(fv *plan.PagerCursor)

func (*ListPlansRequest) SetView

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

func (*ListPlansRequest) String

func (m *ListPlansRequest) String() string

func (*ListPlansRequest) Unmarshal

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

func (*ListPlansRequest) UnmarshalJSON

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

type ListPlansRequestFieldPathBuilder

type ListPlansRequestFieldPathBuilder struct{}

func NewListPlansRequestFieldPathBuilder

func NewListPlansRequestFieldPathBuilder() ListPlansRequestFieldPathBuilder

func (ListPlansRequestFieldPathBuilder) FieldMask

func (ListPlansRequestFieldPathBuilder) Filter

func (ListPlansRequestFieldPathBuilder) OrderBy

func (ListPlansRequestFieldPathBuilder) PageSize

func (ListPlansRequestFieldPathBuilder) PageToken

func (ListPlansRequestFieldPathBuilder) View

type ListPlansRequestPathSelectorFieldMask

type ListPlansRequestPathSelectorFieldMask struct{}

func (ListPlansRequestPathSelectorFieldMask) FieldPath

func (ListPlansRequestPathSelectorFieldMask) WithArrayOfValues

func (ListPlansRequestPathSelectorFieldMask) WithValue

type ListPlansRequestPathSelectorFilter

type ListPlansRequestPathSelectorFilter struct{}

func (ListPlansRequestPathSelectorFilter) FieldPath

func (ListPlansRequestPathSelectorFilter) WithArrayOfValues

func (ListPlansRequestPathSelectorFilter) WithValue

type ListPlansRequestPathSelectorOrderBy

type ListPlansRequestPathSelectorOrderBy struct{}

func (ListPlansRequestPathSelectorOrderBy) FieldPath

func (ListPlansRequestPathSelectorOrderBy) WithArrayOfValues

func (ListPlansRequestPathSelectorOrderBy) WithValue

type ListPlansRequestPathSelectorPageSize

type ListPlansRequestPathSelectorPageSize struct{}

func (ListPlansRequestPathSelectorPageSize) FieldPath

func (ListPlansRequestPathSelectorPageSize) WithArrayOfValues

func (ListPlansRequestPathSelectorPageSize) WithValue

type ListPlansRequestPathSelectorPageToken

type ListPlansRequestPathSelectorPageToken struct{}

func (ListPlansRequestPathSelectorPageToken) FieldPath

func (ListPlansRequestPathSelectorPageToken) WithArrayOfValues

func (ListPlansRequestPathSelectorPageToken) WithValue

type ListPlansRequestPathSelectorView

type ListPlansRequestPathSelectorView struct{}

func (ListPlansRequestPathSelectorView) FieldPath

func (ListPlansRequestPathSelectorView) WithArrayOfValues

func (ListPlansRequestPathSelectorView) WithValue

type ListPlansRequest_FieldMask

type ListPlansRequest_FieldMask struct {
	Paths []ListPlansRequest_FieldPath
}

func FullListPlansRequest_FieldMask

func FullListPlansRequest_FieldMask() *ListPlansRequest_FieldMask

func (*ListPlansRequest_FieldMask) AppendPath

func (fieldMask *ListPlansRequest_FieldMask) AppendPath(path ListPlansRequest_FieldPath)

func (*ListPlansRequest_FieldMask) AppendRawPath

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

func (*ListPlansRequest_FieldMask) DecodeFirestore

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

func (*ListPlansRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*ListPlansRequest_FieldMask) FilterInputFields

func (fieldMask *ListPlansRequest_FieldMask) FilterInputFields() *ListPlansRequest_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*ListPlansRequest_FieldMask) FromProtoFieldMask

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

func (*ListPlansRequest_FieldMask) GetPaths

func (*ListPlansRequest_FieldMask) GetRawPaths

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

func (*ListPlansRequest_FieldMask) IsFull

func (fieldMask *ListPlansRequest_FieldMask) IsFull() bool

func (ListPlansRequest_FieldMask) Marshal

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

implement methods required by customType

func (ListPlansRequest_FieldMask) MarshalJSON

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

func (*ListPlansRequest_FieldMask) PathsCount

func (fieldMask *ListPlansRequest_FieldMask) PathsCount() int

func (*ListPlansRequest_FieldMask) Project

func (fieldMask *ListPlansRequest_FieldMask) Project(source *ListPlansRequest) *ListPlansRequest

func (*ListPlansRequest_FieldMask) ProjectRaw

func (*ListPlansRequest_FieldMask) ProtoMessage

func (fieldMask *ListPlansRequest_FieldMask) ProtoMessage()

func (*ListPlansRequest_FieldMask) ProtoReflect

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

func (*ListPlansRequest_FieldMask) Reset

func (fieldMask *ListPlansRequest_FieldMask) Reset()

func (*ListPlansRequest_FieldMask) Set

func (fieldMask *ListPlansRequest_FieldMask) Set(target, source *ListPlansRequest)

func (*ListPlansRequest_FieldMask) SetFromCliFlag

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

func (*ListPlansRequest_FieldMask) SetRaw

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

func (*ListPlansRequest_FieldMask) Size

func (fieldMask *ListPlansRequest_FieldMask) Size() int

func (*ListPlansRequest_FieldMask) String

func (fieldMask *ListPlansRequest_FieldMask) String() string

func (*ListPlansRequest_FieldMask) Subtract

func (*ListPlansRequest_FieldMask) SubtractRaw

func (*ListPlansRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*ListPlansRequest_FieldMask) Unmarshal

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

func (*ListPlansRequest_FieldMask) UnmarshalJSON

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

type ListPlansRequest_FieldPath

type ListPlansRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() ListPlansRequest_FieldPathSelector
	Get(source *ListPlansRequest) []interface{}
	GetSingle(source *ListPlansRequest) (interface{}, bool)
	ClearValue(item *ListPlansRequest)

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

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

func MustParseListPlansRequest_FieldPath

func MustParseListPlansRequest_FieldPath(rawField string) ListPlansRequest_FieldPath

func ParseListPlansRequest_FieldPath

func ParseListPlansRequest_FieldPath(rawField string) (ListPlansRequest_FieldPath, error)

type ListPlansRequest_FieldPathArrayItemValue

type ListPlansRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	ListPlansRequest_FieldPath
	ContainsValue(*ListPlansRequest) bool
}

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

func MustParseListPlansRequest_FieldPathArrayItemValue

func MustParseListPlansRequest_FieldPathArrayItemValue(pathStr, valueStr string) ListPlansRequest_FieldPathArrayItemValue

func ParseListPlansRequest_FieldPathArrayItemValue

func ParseListPlansRequest_FieldPathArrayItemValue(pathStr, valueStr string) (ListPlansRequest_FieldPathArrayItemValue, error)

ParseListPlansRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type ListPlansRequest_FieldPathArrayOfValues

type ListPlansRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	ListPlansRequest_FieldPath
}

ListPlansRequest_FieldPathArrayOfValues allows storing slice of values for ListPlansRequest fields according to their type

func MustParseListPlansRequest_FieldPathArrayOfValues

func MustParseListPlansRequest_FieldPathArrayOfValues(pathStr, valuesStr string) ListPlansRequest_FieldPathArrayOfValues

func ParseListPlansRequest_FieldPathArrayOfValues

func ParseListPlansRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (ListPlansRequest_FieldPathArrayOfValues, error)

type ListPlansRequest_FieldPathSelector

type ListPlansRequest_FieldPathSelector int32
const (
	ListPlansRequest_FieldPathSelectorPageSize  ListPlansRequest_FieldPathSelector = 0
	ListPlansRequest_FieldPathSelectorPageToken ListPlansRequest_FieldPathSelector = 1
	ListPlansRequest_FieldPathSelectorOrderBy   ListPlansRequest_FieldPathSelector = 2
	ListPlansRequest_FieldPathSelectorFilter    ListPlansRequest_FieldPathSelector = 3
	ListPlansRequest_FieldPathSelectorFieldMask ListPlansRequest_FieldPathSelector = 4
	ListPlansRequest_FieldPathSelectorView      ListPlansRequest_FieldPathSelector = 5
)

func (ListPlansRequest_FieldPathSelector) String

type ListPlansRequest_FieldPathValue

type ListPlansRequest_FieldPathValue interface {
	ListPlansRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **ListPlansRequest)
	CompareWith(*ListPlansRequest) (cmp int, comparable bool)
}

ListPlansRequest_FieldPathValue allows storing values for ListPlansRequest fields according to their type

func MustParseListPlansRequest_FieldPathValue

func MustParseListPlansRequest_FieldPathValue(pathStr, valueStr string) ListPlansRequest_FieldPathValue

func ParseListPlansRequest_FieldPathValue

func ParseListPlansRequest_FieldPathValue(pathStr, valueStr string) (ListPlansRequest_FieldPathValue, error)

type ListPlansRequest_FieldTerminalPath

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

func (*ListPlansRequest_FieldTerminalPath) ClearValue

func (*ListPlansRequest_FieldTerminalPath) ClearValueRaw

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

func (*ListPlansRequest_FieldTerminalPath) Get

func (fp *ListPlansRequest_FieldTerminalPath) Get(source *ListPlansRequest) (values []interface{})

Get returns all values pointed by specific field from source ListPlansRequest

func (*ListPlansRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ListPlansRequest_FieldTerminalPath) GetRaw

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

func (*ListPlansRequest_FieldTerminalPath) GetSingle

func (fp *ListPlansRequest_FieldTerminalPath) GetSingle(source *ListPlansRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source ListPlansRequest

func (*ListPlansRequest_FieldTerminalPath) GetSingleRaw

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

func (*ListPlansRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListPlansRequest_FieldTerminalPath) JSONString

func (fp *ListPlansRequest_FieldTerminalPath) JSONString() string

JSONString returns path representation is JSON convention

func (*ListPlansRequest_FieldTerminalPath) Selector

func (*ListPlansRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*ListPlansRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*ListPlansRequest_FieldTerminalPath) WithIArrayItemValue

func (fp *ListPlansRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) ListPlansRequest_FieldPathArrayItemValue

func (*ListPlansRequest_FieldTerminalPath) WithIArrayOfValues

func (fp *ListPlansRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) ListPlansRequest_FieldPathArrayOfValues

func (*ListPlansRequest_FieldTerminalPath) WithIValue

func (fp *ListPlansRequest_FieldTerminalPath) WithIValue(value interface{}) ListPlansRequest_FieldPathValue

func (*ListPlansRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*ListPlansRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*ListPlansRequest_FieldTerminalPath) WithRawIValue

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

type ListPlansRequest_FieldTerminalPathArrayItemValue

type ListPlansRequest_FieldTerminalPathArrayItemValue struct {
	ListPlansRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListPlansRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*ListPlansRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*ListPlansRequest_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *ListPlansRequest_FieldTerminalPathArrayItemValue) GetSingle(source *ListPlansRequest) (interface{}, bool)

func (*ListPlansRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type ListPlansRequest_FieldTerminalPathArrayOfValues

type ListPlansRequest_FieldTerminalPathArrayOfValues struct {
	ListPlansRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListPlansRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (fpaov *ListPlansRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*plan.Plan_FieldMask, bool)

func (*ListPlansRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues

func (fpaov *ListPlansRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues() ([]*plan.Filter, bool)

func (*ListPlansRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues

func (fpaov *ListPlansRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues() ([]*plan.OrderBy, bool)

func (*ListPlansRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues

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

func (*ListPlansRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues

func (fpaov *ListPlansRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues() ([]*plan.PagerCursor, bool)

func (*ListPlansRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

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

func (*ListPlansRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type ListPlansRequest_FieldTerminalPathValue

type ListPlansRequest_FieldTerminalPathValue struct {
	ListPlansRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListPlansRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*ListPlansRequest_FieldTerminalPathValue) AsFilterValue

func (fpv *ListPlansRequest_FieldTerminalPathValue) AsFilterValue() (*plan.Filter, bool)

func (*ListPlansRequest_FieldTerminalPathValue) AsOrderByValue

func (fpv *ListPlansRequest_FieldTerminalPathValue) AsOrderByValue() (*plan.OrderBy, bool)

func (*ListPlansRequest_FieldTerminalPathValue) AsPageSizeValue

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

func (*ListPlansRequest_FieldTerminalPathValue) AsPageTokenValue

func (fpv *ListPlansRequest_FieldTerminalPathValue) AsPageTokenValue() (*plan.PagerCursor, bool)

func (*ListPlansRequest_FieldTerminalPathValue) AsViewValue

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

func (*ListPlansRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'ListPlansRequest_FieldTerminalPathValue' with the value under path in 'ListPlansRequest'.

func (*ListPlansRequest_FieldTerminalPathValue) CompareWithRaw

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

func (*ListPlansRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*ListPlansRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object ListPlansRequest

func (*ListPlansRequest_FieldTerminalPathValue) SetToRaw

type ListPlansResponse

type ListPlansResponse struct {

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

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

func (*ListPlansResponse) Clone

func (*ListPlansResponse) CloneRaw

func (*ListPlansResponse) Descriptor

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

Deprecated, Use ListPlansResponse.ProtoReflect.Descriptor instead.

func (*ListPlansResponse) GetNextPageToken

func (m *ListPlansResponse) GetNextPageToken() *plan.PagerCursor

func (*ListPlansResponse) GetPlans

func (m *ListPlansResponse) GetPlans() []*plan.Plan

func (*ListPlansResponse) GetPrevPageToken

func (m *ListPlansResponse) GetPrevPageToken() *plan.PagerCursor

func (*ListPlansResponse) GotenMessage

func (*ListPlansResponse) GotenMessage()

func (*ListPlansResponse) GotenObjectExt

func (o *ListPlansResponse) GotenObjectExt()

func (*ListPlansResponse) GotenValidate

func (obj *ListPlansResponse) GotenValidate() error

func (*ListPlansResponse) MakeDiffFieldMask

func (o *ListPlansResponse) MakeDiffFieldMask(other *ListPlansResponse) *ListPlansResponse_FieldMask

func (*ListPlansResponse) MakeFullFieldMask

func (o *ListPlansResponse) MakeFullFieldMask() *ListPlansResponse_FieldMask

func (*ListPlansResponse) MakeRawDiffFieldMask

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

func (*ListPlansResponse) MakeRawFullFieldMask

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

func (*ListPlansResponse) Marshal

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

func (*ListPlansResponse) MarshalJSON

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

func (*ListPlansResponse) Merge

func (o *ListPlansResponse) Merge(source *ListPlansResponse)

func (*ListPlansResponse) MergeRaw

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

func (*ListPlansResponse) ProtoMessage

func (*ListPlansResponse) ProtoMessage()

func (*ListPlansResponse) ProtoReflect

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

func (*ListPlansResponse) Reset

func (m *ListPlansResponse) Reset()

func (*ListPlansResponse) SetNextPageToken

func (m *ListPlansResponse) SetNextPageToken(fv *plan.PagerCursor)

func (*ListPlansResponse) SetPlans

func (m *ListPlansResponse) SetPlans(fv []*plan.Plan)

func (*ListPlansResponse) SetPrevPageToken

func (m *ListPlansResponse) SetPrevPageToken(fv *plan.PagerCursor)

func (*ListPlansResponse) String

func (m *ListPlansResponse) String() string

func (*ListPlansResponse) Unmarshal

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

func (*ListPlansResponse) UnmarshalJSON

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

type ListPlansResponseFieldPathBuilder

type ListPlansResponseFieldPathBuilder struct{}

func NewListPlansResponseFieldPathBuilder

func NewListPlansResponseFieldPathBuilder() ListPlansResponseFieldPathBuilder

func (ListPlansResponseFieldPathBuilder) NextPageToken

func (ListPlansResponseFieldPathBuilder) Plans

func (ListPlansResponseFieldPathBuilder) PrevPageToken

type ListPlansResponseMapPathSelectorPlansMetadataAnnotations

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

func (ListPlansResponseMapPathSelectorPlansMetadataAnnotations) FieldPath

func (ListPlansResponseMapPathSelectorPlansMetadataAnnotations) WithArrayOfValues

func (ListPlansResponseMapPathSelectorPlansMetadataAnnotations) WithValue

type ListPlansResponseMapPathSelectorPlansMetadataLabels

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

func (ListPlansResponseMapPathSelectorPlansMetadataLabels) FieldPath

func (ListPlansResponseMapPathSelectorPlansMetadataLabels) WithArrayOfValues

func (ListPlansResponseMapPathSelectorPlansMetadataLabels) WithValue

type ListPlansResponseMapPathSelectorPlansMetadataShards

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

func (ListPlansResponseMapPathSelectorPlansMetadataShards) FieldPath

func (ListPlansResponseMapPathSelectorPlansMetadataShards) WithArrayOfValues

func (ListPlansResponseMapPathSelectorPlansMetadataShards) WithValue

type ListPlansResponsePathSelectorNextPageToken

type ListPlansResponsePathSelectorNextPageToken struct{}

func (ListPlansResponsePathSelectorNextPageToken) FieldPath

func (ListPlansResponsePathSelectorNextPageToken) WithArrayOfValues

func (ListPlansResponsePathSelectorNextPageToken) WithValue

type ListPlansResponsePathSelectorPlans

type ListPlansResponsePathSelectorPlans struct{}

func (ListPlansResponsePathSelectorPlans) DisplayName

func (ListPlansResponsePathSelectorPlans) FieldPath

func (ListPlansResponsePathSelectorPlans) Metadata

func (ListPlansResponsePathSelectorPlans) Name

func (ListPlansResponsePathSelectorPlans) ResourceLimits

func (ListPlansResponsePathSelectorPlans) Service

func (ListPlansResponsePathSelectorPlans) WithArrayOfValues

func (ListPlansResponsePathSelectorPlans) WithItemValue

func (ListPlansResponsePathSelectorPlans) WithSubArrayItemValue

func (ListPlansResponsePathSelectorPlans) WithSubArrayOfValues

func (ListPlansResponsePathSelectorPlans) WithSubPath

func (ListPlansResponsePathSelectorPlans) WithSubValue

func (ListPlansResponsePathSelectorPlans) WithValue

type ListPlansResponsePathSelectorPlansDisplayName

type ListPlansResponsePathSelectorPlansDisplayName struct{}

func (ListPlansResponsePathSelectorPlansDisplayName) FieldPath

func (ListPlansResponsePathSelectorPlansDisplayName) WithArrayOfValues

func (ListPlansResponsePathSelectorPlansDisplayName) WithValue

type ListPlansResponsePathSelectorPlansMetadata

type ListPlansResponsePathSelectorPlansMetadata struct{}

func (ListPlansResponsePathSelectorPlansMetadata) Annotations

func (ListPlansResponsePathSelectorPlansMetadata) CreateTime

func (ListPlansResponsePathSelectorPlansMetadata) DeleteTime added in v0.8.0

func (ListPlansResponsePathSelectorPlansMetadata) FieldPath

func (ListPlansResponsePathSelectorPlansMetadata) Generation

func (ListPlansResponsePathSelectorPlansMetadata) Labels

func (ListPlansResponsePathSelectorPlansMetadata) Lifecycle added in v0.8.0

func (ListPlansResponsePathSelectorPlansMetadata) OwnerReferences

func (ListPlansResponsePathSelectorPlansMetadata) ResourceVersion

func (ListPlansResponsePathSelectorPlansMetadata) Shards

func (ListPlansResponsePathSelectorPlansMetadata) Syncing

func (ListPlansResponsePathSelectorPlansMetadata) Tags

func (ListPlansResponsePathSelectorPlansMetadata) UpdateTime

func (ListPlansResponsePathSelectorPlansMetadata) Uuid

func (ListPlansResponsePathSelectorPlansMetadata) WithArrayOfValues

func (ListPlansResponsePathSelectorPlansMetadata) WithValue

type ListPlansResponsePathSelectorPlansMetadataAnnotations

type ListPlansResponsePathSelectorPlansMetadataAnnotations struct{}

func (ListPlansResponsePathSelectorPlansMetadataAnnotations) FieldPath

func (ListPlansResponsePathSelectorPlansMetadataAnnotations) WithArrayOfValues

func (ListPlansResponsePathSelectorPlansMetadataAnnotations) WithKey

func (ListPlansResponsePathSelectorPlansMetadataAnnotations) WithValue

type ListPlansResponsePathSelectorPlansMetadataCreateTime

type ListPlansResponsePathSelectorPlansMetadataCreateTime struct{}

func (ListPlansResponsePathSelectorPlansMetadataCreateTime) FieldPath

func (ListPlansResponsePathSelectorPlansMetadataCreateTime) WithArrayOfValues

func (ListPlansResponsePathSelectorPlansMetadataCreateTime) WithValue

type ListPlansResponsePathSelectorPlansMetadataDeleteTime added in v0.8.0

type ListPlansResponsePathSelectorPlansMetadataDeleteTime struct{}

func (ListPlansResponsePathSelectorPlansMetadataDeleteTime) FieldPath added in v0.8.0

func (ListPlansResponsePathSelectorPlansMetadataDeleteTime) WithArrayOfValues added in v0.8.0

func (ListPlansResponsePathSelectorPlansMetadataDeleteTime) WithValue added in v0.8.0

type ListPlansResponsePathSelectorPlansMetadataGeneration

type ListPlansResponsePathSelectorPlansMetadataGeneration struct{}

func (ListPlansResponsePathSelectorPlansMetadataGeneration) FieldPath

func (ListPlansResponsePathSelectorPlansMetadataGeneration) WithArrayOfValues

func (ListPlansResponsePathSelectorPlansMetadataGeneration) WithValue

type ListPlansResponsePathSelectorPlansMetadataLabels

type ListPlansResponsePathSelectorPlansMetadataLabels struct{}

func (ListPlansResponsePathSelectorPlansMetadataLabels) FieldPath

func (ListPlansResponsePathSelectorPlansMetadataLabels) WithArrayOfValues

func (ListPlansResponsePathSelectorPlansMetadataLabels) WithKey

func (ListPlansResponsePathSelectorPlansMetadataLabels) WithValue

type ListPlansResponsePathSelectorPlansMetadataLifecycle added in v0.8.0

type ListPlansResponsePathSelectorPlansMetadataLifecycle struct{}

func (ListPlansResponsePathSelectorPlansMetadataLifecycle) BlockDeletion added in v0.8.0

func (ListPlansResponsePathSelectorPlansMetadataLifecycle) FieldPath added in v0.8.0

func (ListPlansResponsePathSelectorPlansMetadataLifecycle) State added in v0.8.0

func (ListPlansResponsePathSelectorPlansMetadataLifecycle) WithArrayOfValues added in v0.8.0

func (ListPlansResponsePathSelectorPlansMetadataLifecycle) WithValue added in v0.8.0

type ListPlansResponsePathSelectorPlansMetadataLifecycleBlockDeletion added in v0.8.0

type ListPlansResponsePathSelectorPlansMetadataLifecycleBlockDeletion struct{}

func (ListPlansResponsePathSelectorPlansMetadataLifecycleBlockDeletion) FieldPath added in v0.8.0

func (ListPlansResponsePathSelectorPlansMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.8.0

func (ListPlansResponsePathSelectorPlansMetadataLifecycleBlockDeletion) WithValue added in v0.8.0

type ListPlansResponsePathSelectorPlansMetadataLifecycleState added in v0.8.0

type ListPlansResponsePathSelectorPlansMetadataLifecycleState struct{}

func (ListPlansResponsePathSelectorPlansMetadataLifecycleState) FieldPath added in v0.8.0

func (ListPlansResponsePathSelectorPlansMetadataLifecycleState) WithArrayOfValues added in v0.8.0

func (ListPlansResponsePathSelectorPlansMetadataLifecycleState) WithValue added in v0.8.0

type ListPlansResponsePathSelectorPlansMetadataOwnerReferences

type ListPlansResponsePathSelectorPlansMetadataOwnerReferences struct{}

func (ListPlansResponsePathSelectorPlansMetadataOwnerReferences) FieldPath

func (ListPlansResponsePathSelectorPlansMetadataOwnerReferences) Kind

func (ListPlansResponsePathSelectorPlansMetadataOwnerReferences) Name

func (ListPlansResponsePathSelectorPlansMetadataOwnerReferences) Region added in v0.8.0

func (ListPlansResponsePathSelectorPlansMetadataOwnerReferences) RequiresOwnerReference added in v0.8.0

func (ListPlansResponsePathSelectorPlansMetadataOwnerReferences) Version added in v0.8.0

func (ListPlansResponsePathSelectorPlansMetadataOwnerReferences) WithArrayOfValues

func (ListPlansResponsePathSelectorPlansMetadataOwnerReferences) WithItemValue

func (ListPlansResponsePathSelectorPlansMetadataOwnerReferences) WithValue

type ListPlansResponsePathSelectorPlansMetadataOwnerReferencesBlockOwnerDeletion

type ListPlansResponsePathSelectorPlansMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (ListPlansResponsePathSelectorPlansMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (ListPlansResponsePathSelectorPlansMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (ListPlansResponsePathSelectorPlansMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type ListPlansResponsePathSelectorPlansMetadataOwnerReferencesController

type ListPlansResponsePathSelectorPlansMetadataOwnerReferencesController struct{}

func (ListPlansResponsePathSelectorPlansMetadataOwnerReferencesController) FieldPath

func (ListPlansResponsePathSelectorPlansMetadataOwnerReferencesController) WithArrayOfValues

func (ListPlansResponsePathSelectorPlansMetadataOwnerReferencesController) WithValue

type ListPlansResponsePathSelectorPlansMetadataOwnerReferencesKind

type ListPlansResponsePathSelectorPlansMetadataOwnerReferencesKind struct{}

func (ListPlansResponsePathSelectorPlansMetadataOwnerReferencesKind) FieldPath

func (ListPlansResponsePathSelectorPlansMetadataOwnerReferencesKind) WithArrayOfValues

func (ListPlansResponsePathSelectorPlansMetadataOwnerReferencesKind) WithValue

type ListPlansResponsePathSelectorPlansMetadataOwnerReferencesName

type ListPlansResponsePathSelectorPlansMetadataOwnerReferencesName struct{}

func (ListPlansResponsePathSelectorPlansMetadataOwnerReferencesName) FieldPath

func (ListPlansResponsePathSelectorPlansMetadataOwnerReferencesName) WithArrayOfValues

func (ListPlansResponsePathSelectorPlansMetadataOwnerReferencesName) WithValue

type ListPlansResponsePathSelectorPlansMetadataOwnerReferencesRegion added in v0.8.0

type ListPlansResponsePathSelectorPlansMetadataOwnerReferencesRegion struct{}

func (ListPlansResponsePathSelectorPlansMetadataOwnerReferencesRegion) FieldPath added in v0.8.0

func (ListPlansResponsePathSelectorPlansMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.8.0

func (ListPlansResponsePathSelectorPlansMetadataOwnerReferencesRegion) WithValue added in v0.8.0

type ListPlansResponsePathSelectorPlansMetadataOwnerReferencesRequiresOwnerReference added in v0.8.0

type ListPlansResponsePathSelectorPlansMetadataOwnerReferencesRequiresOwnerReference struct{}

func (ListPlansResponsePathSelectorPlansMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.8.0

func (ListPlansResponsePathSelectorPlansMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.8.0

func (ListPlansResponsePathSelectorPlansMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.8.0

type ListPlansResponsePathSelectorPlansMetadataOwnerReferencesVersion added in v0.8.0

type ListPlansResponsePathSelectorPlansMetadataOwnerReferencesVersion struct{}

func (ListPlansResponsePathSelectorPlansMetadataOwnerReferencesVersion) FieldPath added in v0.8.0

func (ListPlansResponsePathSelectorPlansMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.8.0

func (ListPlansResponsePathSelectorPlansMetadataOwnerReferencesVersion) WithValue added in v0.8.0

type ListPlansResponsePathSelectorPlansMetadataResourceVersion

type ListPlansResponsePathSelectorPlansMetadataResourceVersion struct{}

func (ListPlansResponsePathSelectorPlansMetadataResourceVersion) FieldPath

func (ListPlansResponsePathSelectorPlansMetadataResourceVersion) WithArrayOfValues

func (ListPlansResponsePathSelectorPlansMetadataResourceVersion) WithValue

type ListPlansResponsePathSelectorPlansMetadataShards

type ListPlansResponsePathSelectorPlansMetadataShards struct{}

func (ListPlansResponsePathSelectorPlansMetadataShards) FieldPath

func (ListPlansResponsePathSelectorPlansMetadataShards) WithArrayOfValues

func (ListPlansResponsePathSelectorPlansMetadataShards) WithKey

func (ListPlansResponsePathSelectorPlansMetadataShards) WithValue

type ListPlansResponsePathSelectorPlansMetadataSyncing

type ListPlansResponsePathSelectorPlansMetadataSyncing struct{}

func (ListPlansResponsePathSelectorPlansMetadataSyncing) FieldPath

func (ListPlansResponsePathSelectorPlansMetadataSyncing) OwningRegion

func (ListPlansResponsePathSelectorPlansMetadataSyncing) Regions

func (ListPlansResponsePathSelectorPlansMetadataSyncing) WithArrayOfValues

func (ListPlansResponsePathSelectorPlansMetadataSyncing) WithValue

type ListPlansResponsePathSelectorPlansMetadataSyncingOwningRegion

type ListPlansResponsePathSelectorPlansMetadataSyncingOwningRegion struct{}

func (ListPlansResponsePathSelectorPlansMetadataSyncingOwningRegion) FieldPath

func (ListPlansResponsePathSelectorPlansMetadataSyncingOwningRegion) WithArrayOfValues

func (ListPlansResponsePathSelectorPlansMetadataSyncingOwningRegion) WithValue

type ListPlansResponsePathSelectorPlansMetadataSyncingRegions

type ListPlansResponsePathSelectorPlansMetadataSyncingRegions struct{}

func (ListPlansResponsePathSelectorPlansMetadataSyncingRegions) FieldPath

func (ListPlansResponsePathSelectorPlansMetadataSyncingRegions) WithArrayOfValues

func (ListPlansResponsePathSelectorPlansMetadataSyncingRegions) WithItemValue

func (ListPlansResponsePathSelectorPlansMetadataSyncingRegions) WithValue

type ListPlansResponsePathSelectorPlansMetadataTags

type ListPlansResponsePathSelectorPlansMetadataTags struct{}

func (ListPlansResponsePathSelectorPlansMetadataTags) FieldPath

func (ListPlansResponsePathSelectorPlansMetadataTags) WithArrayOfValues

func (ListPlansResponsePathSelectorPlansMetadataTags) WithItemValue

func (ListPlansResponsePathSelectorPlansMetadataTags) WithValue

type ListPlansResponsePathSelectorPlansMetadataUpdateTime

type ListPlansResponsePathSelectorPlansMetadataUpdateTime struct{}

func (ListPlansResponsePathSelectorPlansMetadataUpdateTime) FieldPath

func (ListPlansResponsePathSelectorPlansMetadataUpdateTime) WithArrayOfValues

func (ListPlansResponsePathSelectorPlansMetadataUpdateTime) WithValue

type ListPlansResponsePathSelectorPlansMetadataUuid

type ListPlansResponsePathSelectorPlansMetadataUuid struct{}

func (ListPlansResponsePathSelectorPlansMetadataUuid) FieldPath

func (ListPlansResponsePathSelectorPlansMetadataUuid) WithArrayOfValues

func (ListPlansResponsePathSelectorPlansMetadataUuid) WithValue

type ListPlansResponsePathSelectorPlansName

type ListPlansResponsePathSelectorPlansName struct{}

func (ListPlansResponsePathSelectorPlansName) FieldPath

func (ListPlansResponsePathSelectorPlansName) WithArrayOfValues

func (ListPlansResponsePathSelectorPlansName) WithValue

type ListPlansResponsePathSelectorPlansResourceLimits

type ListPlansResponsePathSelectorPlansResourceLimits struct{}

func (ListPlansResponsePathSelectorPlansResourceLimits) FieldPath

func (ListPlansResponsePathSelectorPlansResourceLimits) Resource

func (ListPlansResponsePathSelectorPlansResourceLimits) Value

func (ListPlansResponsePathSelectorPlansResourceLimits) WithArrayOfValues

func (ListPlansResponsePathSelectorPlansResourceLimits) WithItemValue

func (ListPlansResponsePathSelectorPlansResourceLimits) WithValue

type ListPlansResponsePathSelectorPlansResourceLimitsResource

type ListPlansResponsePathSelectorPlansResourceLimitsResource struct{}

func (ListPlansResponsePathSelectorPlansResourceLimitsResource) FieldPath

func (ListPlansResponsePathSelectorPlansResourceLimitsResource) WithArrayOfValues

func (ListPlansResponsePathSelectorPlansResourceLimitsResource) WithValue

type ListPlansResponsePathSelectorPlansResourceLimitsValue

type ListPlansResponsePathSelectorPlansResourceLimitsValue struct{}

func (ListPlansResponsePathSelectorPlansResourceLimitsValue) FieldPath

func (ListPlansResponsePathSelectorPlansResourceLimitsValue) WithArrayOfValues

func (ListPlansResponsePathSelectorPlansResourceLimitsValue) WithValue

type ListPlansResponsePathSelectorPlansService

type ListPlansResponsePathSelectorPlansService struct{}

func (ListPlansResponsePathSelectorPlansService) FieldPath

func (ListPlansResponsePathSelectorPlansService) WithArrayOfValues

func (ListPlansResponsePathSelectorPlansService) WithValue

type ListPlansResponsePathSelectorPrevPageToken

type ListPlansResponsePathSelectorPrevPageToken struct{}

func (ListPlansResponsePathSelectorPrevPageToken) FieldPath

func (ListPlansResponsePathSelectorPrevPageToken) WithArrayOfValues

func (ListPlansResponsePathSelectorPrevPageToken) WithValue

type ListPlansResponse_FieldMask

type ListPlansResponse_FieldMask struct {
	Paths []ListPlansResponse_FieldPath
}

func FullListPlansResponse_FieldMask

func FullListPlansResponse_FieldMask() *ListPlansResponse_FieldMask

func (*ListPlansResponse_FieldMask) AppendPath

func (fieldMask *ListPlansResponse_FieldMask) AppendPath(path ListPlansResponse_FieldPath)

func (*ListPlansResponse_FieldMask) AppendRawPath

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

func (*ListPlansResponse_FieldMask) DecodeFirestore

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

func (*ListPlansResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*ListPlansResponse_FieldMask) FilterInputFields

func (fieldMask *ListPlansResponse_FieldMask) FilterInputFields() *ListPlansResponse_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*ListPlansResponse_FieldMask) FromProtoFieldMask

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

func (*ListPlansResponse_FieldMask) GetPaths

func (*ListPlansResponse_FieldMask) GetRawPaths

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

func (*ListPlansResponse_FieldMask) IsFull

func (fieldMask *ListPlansResponse_FieldMask) IsFull() bool

func (ListPlansResponse_FieldMask) Marshal

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

implement methods required by customType

func (ListPlansResponse_FieldMask) MarshalJSON

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

func (*ListPlansResponse_FieldMask) PathsCount

func (fieldMask *ListPlansResponse_FieldMask) PathsCount() int

func (*ListPlansResponse_FieldMask) Project

func (*ListPlansResponse_FieldMask) ProjectRaw

func (*ListPlansResponse_FieldMask) ProtoMessage

func (fieldMask *ListPlansResponse_FieldMask) ProtoMessage()

func (*ListPlansResponse_FieldMask) ProtoReflect

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

func (*ListPlansResponse_FieldMask) Reset

func (fieldMask *ListPlansResponse_FieldMask) Reset()

func (*ListPlansResponse_FieldMask) Set

func (fieldMask *ListPlansResponse_FieldMask) Set(target, source *ListPlansResponse)

func (*ListPlansResponse_FieldMask) SetFromCliFlag

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

func (*ListPlansResponse_FieldMask) SetRaw

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

func (*ListPlansResponse_FieldMask) Size

func (fieldMask *ListPlansResponse_FieldMask) Size() int

func (*ListPlansResponse_FieldMask) String

func (fieldMask *ListPlansResponse_FieldMask) String() string

func (*ListPlansResponse_FieldMask) Subtract

func (*ListPlansResponse_FieldMask) SubtractRaw

func (*ListPlansResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*ListPlansResponse_FieldMask) Unmarshal

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

func (*ListPlansResponse_FieldMask) UnmarshalJSON

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

type ListPlansResponse_FieldPath

type ListPlansResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() ListPlansResponse_FieldPathSelector
	Get(source *ListPlansResponse) []interface{}
	GetSingle(source *ListPlansResponse) (interface{}, bool)
	ClearValue(item *ListPlansResponse)

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

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

func MustParseListPlansResponse_FieldPath

func MustParseListPlansResponse_FieldPath(rawField string) ListPlansResponse_FieldPath

func ParseListPlansResponse_FieldPath

func ParseListPlansResponse_FieldPath(rawField string) (ListPlansResponse_FieldPath, error)

type ListPlansResponse_FieldPathArrayItemValue

type ListPlansResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	ListPlansResponse_FieldPath
	ContainsValue(*ListPlansResponse) bool
}

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

func MustParseListPlansResponse_FieldPathArrayItemValue

func MustParseListPlansResponse_FieldPathArrayItemValue(pathStr, valueStr string) ListPlansResponse_FieldPathArrayItemValue

func ParseListPlansResponse_FieldPathArrayItemValue

func ParseListPlansResponse_FieldPathArrayItemValue(pathStr, valueStr string) (ListPlansResponse_FieldPathArrayItemValue, error)

ParseListPlansResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type ListPlansResponse_FieldPathArrayOfValues

type ListPlansResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	ListPlansResponse_FieldPath
}

ListPlansResponse_FieldPathArrayOfValues allows storing slice of values for ListPlansResponse fields according to their type

func MustParseListPlansResponse_FieldPathArrayOfValues

func MustParseListPlansResponse_FieldPathArrayOfValues(pathStr, valuesStr string) ListPlansResponse_FieldPathArrayOfValues

func ParseListPlansResponse_FieldPathArrayOfValues

func ParseListPlansResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (ListPlansResponse_FieldPathArrayOfValues, error)

type ListPlansResponse_FieldPathSelector

type ListPlansResponse_FieldPathSelector int32
const (
	ListPlansResponse_FieldPathSelectorPlans         ListPlansResponse_FieldPathSelector = 0
	ListPlansResponse_FieldPathSelectorPrevPageToken ListPlansResponse_FieldPathSelector = 1
	ListPlansResponse_FieldPathSelectorNextPageToken ListPlansResponse_FieldPathSelector = 2
)

func (ListPlansResponse_FieldPathSelector) String

type ListPlansResponse_FieldPathValue

type ListPlansResponse_FieldPathValue interface {
	ListPlansResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **ListPlansResponse)
	CompareWith(*ListPlansResponse) (cmp int, comparable bool)
}

ListPlansResponse_FieldPathValue allows storing values for ListPlansResponse fields according to their type

func MustParseListPlansResponse_FieldPathValue

func MustParseListPlansResponse_FieldPathValue(pathStr, valueStr string) ListPlansResponse_FieldPathValue

func ParseListPlansResponse_FieldPathValue

func ParseListPlansResponse_FieldPathValue(pathStr, valueStr string) (ListPlansResponse_FieldPathValue, error)

type ListPlansResponse_FieldSubPath

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

func (*ListPlansResponse_FieldSubPath) AsPlansSubPath

func (fps *ListPlansResponse_FieldSubPath) AsPlansSubPath() (plan.Plan_FieldPath, bool)

func (*ListPlansResponse_FieldSubPath) ClearValue

func (fps *ListPlansResponse_FieldSubPath) ClearValue(item *ListPlansResponse)

func (*ListPlansResponse_FieldSubPath) ClearValueRaw

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

func (*ListPlansResponse_FieldSubPath) Get

func (fps *ListPlansResponse_FieldSubPath) Get(source *ListPlansResponse) (values []interface{})

Get returns all values pointed by selected field from source ListPlansResponse

func (*ListPlansResponse_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ListPlansResponse_FieldSubPath) GetRaw

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

func (*ListPlansResponse_FieldSubPath) GetSingle

func (fps *ListPlansResponse_FieldSubPath) GetSingle(source *ListPlansResponse) (interface{}, bool)

GetSingle returns value of selected field from source ListPlansResponse

func (*ListPlansResponse_FieldSubPath) GetSingleRaw

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

func (*ListPlansResponse_FieldSubPath) IsLeaf

func (fps *ListPlansResponse_FieldSubPath) IsLeaf() bool

IsLeaf - whether field path is holds simple value

func (*ListPlansResponse_FieldSubPath) JSONString

func (fps *ListPlansResponse_FieldSubPath) JSONString() string

JSONString returns path representation is JSON convention

func (*ListPlansResponse_FieldSubPath) Selector

func (*ListPlansResponse_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*ListPlansResponse_FieldSubPath) String

func (fps *ListPlansResponse_FieldSubPath) String() string

String returns path representation in proto convention

func (*ListPlansResponse_FieldSubPath) WithIArrayItemValue

func (fps *ListPlansResponse_FieldSubPath) WithIArrayItemValue(value interface{}) ListPlansResponse_FieldPathArrayItemValue

func (*ListPlansResponse_FieldSubPath) WithIArrayOfValues

func (fps *ListPlansResponse_FieldSubPath) WithIArrayOfValues(values interface{}) ListPlansResponse_FieldPathArrayOfValues

func (*ListPlansResponse_FieldSubPath) WithIValue

func (fps *ListPlansResponse_FieldSubPath) WithIValue(value interface{}) ListPlansResponse_FieldPathValue

func (*ListPlansResponse_FieldSubPath) WithRawIArrayItemValue

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

func (*ListPlansResponse_FieldSubPath) WithRawIArrayOfValues

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

func (*ListPlansResponse_FieldSubPath) WithRawIValue

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

type ListPlansResponse_FieldSubPathArrayItemValue

type ListPlansResponse_FieldSubPathArrayItemValue struct {
	ListPlansResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListPlansResponse_FieldSubPathArrayItemValue) AsPlansPathItemValue

func (*ListPlansResponse_FieldSubPathArrayItemValue) ContainsValue

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

func (*ListPlansResponse_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type ListPlansResponse_FieldSubPathArrayOfValues

type ListPlansResponse_FieldSubPathArrayOfValues struct {
	ListPlansResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListPlansResponse_FieldSubPathArrayOfValues) AsPlansPathArrayOfValues

func (*ListPlansResponse_FieldSubPathArrayOfValues) GetRawValues

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

type ListPlansResponse_FieldSubPathValue

type ListPlansResponse_FieldSubPathValue struct {
	ListPlansResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListPlansResponse_FieldSubPathValue) AsPlansPathValue

func (*ListPlansResponse_FieldSubPathValue) CompareWith

func (fpvs *ListPlansResponse_FieldSubPathValue) CompareWith(source *ListPlansResponse) (int, bool)

func (*ListPlansResponse_FieldSubPathValue) CompareWithRaw

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

func (*ListPlansResponse_FieldSubPathValue) GetRawValue

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

func (*ListPlansResponse_FieldSubPathValue) SetTo

func (*ListPlansResponse_FieldSubPathValue) SetToRaw

func (fpvs *ListPlansResponse_FieldSubPathValue) SetToRaw(target proto.Message)

type ListPlansResponse_FieldTerminalPath

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

func (*ListPlansResponse_FieldTerminalPath) ClearValue

func (*ListPlansResponse_FieldTerminalPath) ClearValueRaw

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

func (*ListPlansResponse_FieldTerminalPath) Get

func (fp *ListPlansResponse_FieldTerminalPath) Get(source *ListPlansResponse) (values []interface{})

Get returns all values pointed by specific field from source ListPlansResponse

func (*ListPlansResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ListPlansResponse_FieldTerminalPath) GetRaw

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

func (*ListPlansResponse_FieldTerminalPath) GetSingle

func (fp *ListPlansResponse_FieldTerminalPath) GetSingle(source *ListPlansResponse) (interface{}, bool)

GetSingle returns value pointed by specific field of from source ListPlansResponse

func (*ListPlansResponse_FieldTerminalPath) GetSingleRaw

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

func (*ListPlansResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListPlansResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*ListPlansResponse_FieldTerminalPath) Selector

func (*ListPlansResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*ListPlansResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*ListPlansResponse_FieldTerminalPath) WithIArrayItemValue

func (fp *ListPlansResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) ListPlansResponse_FieldPathArrayItemValue

func (*ListPlansResponse_FieldTerminalPath) WithIArrayOfValues

func (fp *ListPlansResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) ListPlansResponse_FieldPathArrayOfValues

func (*ListPlansResponse_FieldTerminalPath) WithIValue

func (*ListPlansResponse_FieldTerminalPath) WithRawIArrayItemValue

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

func (*ListPlansResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*ListPlansResponse_FieldTerminalPath) WithRawIValue

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

type ListPlansResponse_FieldTerminalPathArrayItemValue

type ListPlansResponse_FieldTerminalPathArrayItemValue struct {
	ListPlansResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListPlansResponse_FieldTerminalPathArrayItemValue) AsPlansItemValue

func (fpaiv *ListPlansResponse_FieldTerminalPathArrayItemValue) AsPlansItemValue() (*plan.Plan, bool)

func (*ListPlansResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*ListPlansResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*ListPlansResponse_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *ListPlansResponse_FieldTerminalPathArrayItemValue) GetSingle(source *ListPlansResponse) (interface{}, bool)

func (*ListPlansResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type ListPlansResponse_FieldTerminalPathArrayOfValues

type ListPlansResponse_FieldTerminalPathArrayOfValues struct {
	ListPlansResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListPlansResponse_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues

func (fpaov *ListPlansResponse_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues() ([]*plan.PagerCursor, bool)

func (*ListPlansResponse_FieldTerminalPathArrayOfValues) AsPlansArrayOfValues

func (fpaov *ListPlansResponse_FieldTerminalPathArrayOfValues) AsPlansArrayOfValues() ([][]*plan.Plan, bool)

func (*ListPlansResponse_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues

func (fpaov *ListPlansResponse_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues() ([]*plan.PagerCursor, bool)

func (*ListPlansResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type ListPlansResponse_FieldTerminalPathValue

type ListPlansResponse_FieldTerminalPathValue struct {
	ListPlansResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListPlansResponse_FieldTerminalPathValue) AsNextPageTokenValue

func (fpv *ListPlansResponse_FieldTerminalPathValue) AsNextPageTokenValue() (*plan.PagerCursor, bool)

func (*ListPlansResponse_FieldTerminalPathValue) AsPlansValue

func (fpv *ListPlansResponse_FieldTerminalPathValue) AsPlansValue() ([]*plan.Plan, bool)

func (*ListPlansResponse_FieldTerminalPathValue) AsPrevPageTokenValue

func (fpv *ListPlansResponse_FieldTerminalPathValue) AsPrevPageTokenValue() (*plan.PagerCursor, bool)

func (*ListPlansResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'ListPlansResponse_FieldTerminalPathValue' with the value under path in 'ListPlansResponse'.

func (*ListPlansResponse_FieldTerminalPathValue) CompareWithRaw

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

func (*ListPlansResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*ListPlansResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object ListPlansResponse

func (*ListPlansResponse_FieldTerminalPathValue) SetToRaw

type PlanServiceClient

type PlanServiceClient interface {
	GetPlan(ctx context.Context, in *GetPlanRequest, opts ...grpc.CallOption) (*plan.Plan, error)
	BatchGetPlans(ctx context.Context, in *BatchGetPlansRequest, opts ...grpc.CallOption) (*BatchGetPlansResponse, error)
	ListPlans(ctx context.Context, in *ListPlansRequest, opts ...grpc.CallOption) (*ListPlansResponse, error)
	WatchPlan(ctx context.Context, in *WatchPlanRequest, opts ...grpc.CallOption) (WatchPlanClientStream, error)
	WatchPlans(ctx context.Context, in *WatchPlansRequest, opts ...grpc.CallOption) (WatchPlansClientStream, error)
	CreatePlan(ctx context.Context, in *CreatePlanRequest, opts ...grpc.CallOption) (*plan.Plan, error)
	UpdatePlan(ctx context.Context, in *UpdatePlanRequest, opts ...grpc.CallOption) (*plan.Plan, error)
	DeletePlan(ctx context.Context, in *DeletePlanRequest, opts ...grpc.CallOption) (*empty.Empty, error)
}

PlanServiceClient is the client API for PlanService.

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

type PlanServiceDescriptor

type PlanServiceDescriptor struct{}

func GetPlanServiceDescriptor

func GetPlanServiceDescriptor() *PlanServiceDescriptor

func (*PlanServiceDescriptor) AllMethodDescriptors

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

func (*PlanServiceDescriptor) GetApiName

func (d *PlanServiceDescriptor) GetApiName() string

func (*PlanServiceDescriptor) GetFullAPIName

func (d *PlanServiceDescriptor) GetFullAPIName() string

func (*PlanServiceDescriptor) GetProtoPkgName

func (d *PlanServiceDescriptor) GetProtoPkgName() string

func (*PlanServiceDescriptor) GetServiceDomain

func (d *PlanServiceDescriptor) GetServiceDomain() string

func (*PlanServiceDescriptor) GetServiceVersion

func (d *PlanServiceDescriptor) GetServiceVersion() string

type UpdatePlanDescriptor

type UpdatePlanDescriptor struct{}

func GetUpdatePlanDescriptor

func GetUpdatePlanDescriptor() *UpdatePlanDescriptor

func (*UpdatePlanDescriptor) GetApiDescriptor

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

func (*UpdatePlanDescriptor) GetApiName

func (d *UpdatePlanDescriptor) GetApiName() string

func (*UpdatePlanDescriptor) GetClientMsgReflectHandle

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

func (*UpdatePlanDescriptor) GetFullMethodName

func (d *UpdatePlanDescriptor) GetFullMethodName() string

func (*UpdatePlanDescriptor) GetMethodName

func (d *UpdatePlanDescriptor) GetMethodName() string

func (*UpdatePlanDescriptor) GetProtoPkgName

func (d *UpdatePlanDescriptor) GetProtoPkgName() string

func (*UpdatePlanDescriptor) GetResourceDescriptor

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

func (*UpdatePlanDescriptor) GetServerMsgReflectHandle

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

func (*UpdatePlanDescriptor) GetServiceDomain

func (d *UpdatePlanDescriptor) GetServiceDomain() string

func (*UpdatePlanDescriptor) GetServiceVersion

func (d *UpdatePlanDescriptor) GetServiceVersion() string

func (*UpdatePlanDescriptor) GetVerb

func (d *UpdatePlanDescriptor) GetVerb() string

func (*UpdatePlanDescriptor) HasResource

func (d *UpdatePlanDescriptor) HasResource() bool

func (*UpdatePlanDescriptor) IsClientStream

func (d *UpdatePlanDescriptor) IsClientStream() bool

func (*UpdatePlanDescriptor) IsCollection

func (d *UpdatePlanDescriptor) IsCollection() bool

func (*UpdatePlanDescriptor) IsPlural

func (d *UpdatePlanDescriptor) IsPlural() bool

func (*UpdatePlanDescriptor) IsServerStream

func (d *UpdatePlanDescriptor) IsServerStream() bool

func (*UpdatePlanDescriptor) IsUnary

func (d *UpdatePlanDescriptor) IsUnary() bool

func (*UpdatePlanDescriptor) NewEmptyClientMsg

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

func (*UpdatePlanDescriptor) NewEmptyServerMsg

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

func (*UpdatePlanDescriptor) RequestHasResourceBody

func (d *UpdatePlanDescriptor) RequestHasResourceBody() bool

type UpdatePlanDescriptorClientMsgHandle

type UpdatePlanDescriptorClientMsgHandle struct{}

func (*UpdatePlanDescriptorClientMsgHandle) ExtractCollectionName

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

func (*UpdatePlanDescriptorClientMsgHandle) ExtractResourceName

func (*UpdatePlanDescriptorClientMsgHandle) ExtractResourceNames

type UpdatePlanDescriptorServerMsgHandle

type UpdatePlanDescriptorServerMsgHandle struct{}

func (*UpdatePlanDescriptorServerMsgHandle) ExtractCollectionName

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

func (*UpdatePlanDescriptorServerMsgHandle) ExtractResourceName

func (*UpdatePlanDescriptorServerMsgHandle) ExtractResourceNames

type UpdatePlanRequest

type UpdatePlanRequest struct {

	// Plan resource body
	Plan *plan.Plan `protobuf:"bytes,2,opt,name=plan,proto3" json:"plan,omitempty" firestore:"plan"`
	// FieldMask applied to request - change will be applied only for fields in
	// the mask
	UpdateMask *plan.Plan_FieldMask `` /* 140-byte string literal not displayed */
	// Conditional update applied to request if update should be executed only for
	// specific resource state. If this field is populated, then server will fetch
	// existing resource, compare with the one stored in the cas field (after
	// applying field mask) and proceed with update only and only if they match.
	// Otherwise RPC error Aborted will be returned.
	Cas *UpdatePlanRequest_CAS `protobuf:"bytes,4,opt,name=cas,proto3" json:"cas,omitempty" firestore:"cas"`
	// contains filtered or unexported fields
}

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

func (*UpdatePlanRequest) Clone

func (*UpdatePlanRequest) CloneRaw

func (*UpdatePlanRequest) Descriptor

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

Deprecated, Use UpdatePlanRequest.ProtoReflect.Descriptor instead.

func (*UpdatePlanRequest) GetCas

func (*UpdatePlanRequest) GetPlan

func (m *UpdatePlanRequest) GetPlan() *plan.Plan

func (*UpdatePlanRequest) GetUpdateMask

func (m *UpdatePlanRequest) GetUpdateMask() *plan.Plan_FieldMask

func (*UpdatePlanRequest) GotenMessage

func (*UpdatePlanRequest) GotenMessage()

func (*UpdatePlanRequest) GotenObjectExt

func (o *UpdatePlanRequest) GotenObjectExt()

func (*UpdatePlanRequest) GotenValidate

func (obj *UpdatePlanRequest) GotenValidate() error

func (*UpdatePlanRequest) MakeDiffFieldMask

func (o *UpdatePlanRequest) MakeDiffFieldMask(other *UpdatePlanRequest) *UpdatePlanRequest_FieldMask

func (*UpdatePlanRequest) MakeFullFieldMask

func (o *UpdatePlanRequest) MakeFullFieldMask() *UpdatePlanRequest_FieldMask

func (*UpdatePlanRequest) MakeRawDiffFieldMask

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

func (*UpdatePlanRequest) MakeRawFullFieldMask

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

func (*UpdatePlanRequest) Marshal

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

func (*UpdatePlanRequest) MarshalJSON

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

func (*UpdatePlanRequest) Merge

func (o *UpdatePlanRequest) Merge(source *UpdatePlanRequest)

func (*UpdatePlanRequest) MergeRaw

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

func (*UpdatePlanRequest) ProtoMessage

func (*UpdatePlanRequest) ProtoMessage()

func (*UpdatePlanRequest) ProtoReflect

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

func (*UpdatePlanRequest) Reset

func (m *UpdatePlanRequest) Reset()

func (*UpdatePlanRequest) SetCas

func (*UpdatePlanRequest) SetPlan

func (m *UpdatePlanRequest) SetPlan(fv *plan.Plan)

func (*UpdatePlanRequest) SetUpdateMask

func (m *UpdatePlanRequest) SetUpdateMask(fv *plan.Plan_FieldMask)

func (*UpdatePlanRequest) String

func (m *UpdatePlanRequest) String() string

func (*UpdatePlanRequest) Unmarshal

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

func (*UpdatePlanRequest) UnmarshalJSON

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

type UpdatePlanRequestCASFieldPathBuilder

type UpdatePlanRequestCASFieldPathBuilder struct{}

func NewUpdatePlanRequestCASFieldPathBuilder

func NewUpdatePlanRequestCASFieldPathBuilder() UpdatePlanRequestCASFieldPathBuilder

func (UpdatePlanRequestCASFieldPathBuilder) ConditionalState

func (UpdatePlanRequestCASFieldPathBuilder) FieldMask

type UpdatePlanRequestCAS_FieldPath

type UpdatePlanRequestCAS_FieldPath interface {
	gotenobject.FieldPath
	Selector() UpdatePlanRequestCAS_FieldPathSelector
	Get(source *UpdatePlanRequest_CAS) []interface{}
	GetSingle(source *UpdatePlanRequest_CAS) (interface{}, bool)
	ClearValue(item *UpdatePlanRequest_CAS)

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

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

func MustParseUpdatePlanRequestCAS_FieldPath

func MustParseUpdatePlanRequestCAS_FieldPath(rawField string) UpdatePlanRequestCAS_FieldPath

func ParseUpdatePlanRequestCAS_FieldPath

func ParseUpdatePlanRequestCAS_FieldPath(rawField string) (UpdatePlanRequestCAS_FieldPath, error)

type UpdatePlanRequestCAS_FieldPathArrayItemValue

type UpdatePlanRequestCAS_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	UpdatePlanRequestCAS_FieldPath
	ContainsValue(*UpdatePlanRequest_CAS) bool
}

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

func MustParseUpdatePlanRequestCAS_FieldPathArrayItemValue

func MustParseUpdatePlanRequestCAS_FieldPathArrayItemValue(pathStr, valueStr string) UpdatePlanRequestCAS_FieldPathArrayItemValue

func ParseUpdatePlanRequestCAS_FieldPathArrayItemValue

func ParseUpdatePlanRequestCAS_FieldPathArrayItemValue(pathStr, valueStr string) (UpdatePlanRequestCAS_FieldPathArrayItemValue, error)

ParseUpdatePlanRequestCAS_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type UpdatePlanRequestCAS_FieldPathArrayOfValues

type UpdatePlanRequestCAS_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	UpdatePlanRequestCAS_FieldPath
}

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

func MustParseUpdatePlanRequestCAS_FieldPathArrayOfValues

func MustParseUpdatePlanRequestCAS_FieldPathArrayOfValues(pathStr, valuesStr string) UpdatePlanRequestCAS_FieldPathArrayOfValues

func ParseUpdatePlanRequestCAS_FieldPathArrayOfValues

func ParseUpdatePlanRequestCAS_FieldPathArrayOfValues(pathStr, valuesStr string) (UpdatePlanRequestCAS_FieldPathArrayOfValues, error)

type UpdatePlanRequestCAS_FieldPathSelector

type UpdatePlanRequestCAS_FieldPathSelector int32
const (
	UpdatePlanRequestCAS_FieldPathSelectorConditionalState UpdatePlanRequestCAS_FieldPathSelector = 0
	UpdatePlanRequestCAS_FieldPathSelectorFieldMask        UpdatePlanRequestCAS_FieldPathSelector = 1
)

func (UpdatePlanRequestCAS_FieldPathSelector) String

type UpdatePlanRequestCAS_FieldPathValue

type UpdatePlanRequestCAS_FieldPathValue interface {
	UpdatePlanRequestCAS_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **UpdatePlanRequest_CAS)
	CompareWith(*UpdatePlanRequest_CAS) (cmp int, comparable bool)
}

UpdatePlanRequestCAS_FieldPathValue allows storing values for CAS fields according to their type

func MustParseUpdatePlanRequestCAS_FieldPathValue

func MustParseUpdatePlanRequestCAS_FieldPathValue(pathStr, valueStr string) UpdatePlanRequestCAS_FieldPathValue

func ParseUpdatePlanRequestCAS_FieldPathValue

func ParseUpdatePlanRequestCAS_FieldPathValue(pathStr, valueStr string) (UpdatePlanRequestCAS_FieldPathValue, error)

type UpdatePlanRequestCAS_FieldSubPath

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

func (*UpdatePlanRequestCAS_FieldSubPath) AsConditionalStateSubPath

func (fps *UpdatePlanRequestCAS_FieldSubPath) AsConditionalStateSubPath() (plan.Plan_FieldPath, bool)

func (*UpdatePlanRequestCAS_FieldSubPath) ClearValue

func (*UpdatePlanRequestCAS_FieldSubPath) ClearValueRaw

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

func (*UpdatePlanRequestCAS_FieldSubPath) Get

func (fps *UpdatePlanRequestCAS_FieldSubPath) Get(source *UpdatePlanRequest_CAS) (values []interface{})

Get returns all values pointed by selected field from source UpdatePlanRequest_CAS

func (*UpdatePlanRequestCAS_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*UpdatePlanRequestCAS_FieldSubPath) GetRaw

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

func (*UpdatePlanRequestCAS_FieldSubPath) GetSingle

func (fps *UpdatePlanRequestCAS_FieldSubPath) GetSingle(source *UpdatePlanRequest_CAS) (interface{}, bool)

GetSingle returns value of selected field from source UpdatePlanRequest_CAS

func (*UpdatePlanRequestCAS_FieldSubPath) GetSingleRaw

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

func (*UpdatePlanRequestCAS_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdatePlanRequestCAS_FieldSubPath) JSONString

func (fps *UpdatePlanRequestCAS_FieldSubPath) JSONString() string

JSONString returns path representation is JSON convention

func (*UpdatePlanRequestCAS_FieldSubPath) Selector

func (*UpdatePlanRequestCAS_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*UpdatePlanRequestCAS_FieldSubPath) String

String returns path representation in proto convention

func (*UpdatePlanRequestCAS_FieldSubPath) WithIArrayItemValue

func (fps *UpdatePlanRequestCAS_FieldSubPath) WithIArrayItemValue(value interface{}) UpdatePlanRequestCAS_FieldPathArrayItemValue

func (*UpdatePlanRequestCAS_FieldSubPath) WithIArrayOfValues

func (fps *UpdatePlanRequestCAS_FieldSubPath) WithIArrayOfValues(values interface{}) UpdatePlanRequestCAS_FieldPathArrayOfValues

func (*UpdatePlanRequestCAS_FieldSubPath) WithIValue

func (*UpdatePlanRequestCAS_FieldSubPath) WithRawIArrayItemValue

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

func (*UpdatePlanRequestCAS_FieldSubPath) WithRawIArrayOfValues

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

func (*UpdatePlanRequestCAS_FieldSubPath) WithRawIValue

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

type UpdatePlanRequestCAS_FieldSubPathArrayItemValue

type UpdatePlanRequestCAS_FieldSubPathArrayItemValue struct {
	UpdatePlanRequestCAS_FieldPath
	// contains filtered or unexported fields
}

func (*UpdatePlanRequestCAS_FieldSubPathArrayItemValue) AsConditionalStatePathItemValue

func (fpaivs *UpdatePlanRequestCAS_FieldSubPathArrayItemValue) AsConditionalStatePathItemValue() (plan.Plan_FieldPathArrayItemValue, bool)

func (*UpdatePlanRequestCAS_FieldSubPathArrayItemValue) ContainsValue

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

func (*UpdatePlanRequestCAS_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type UpdatePlanRequestCAS_FieldSubPathArrayOfValues

type UpdatePlanRequestCAS_FieldSubPathArrayOfValues struct {
	UpdatePlanRequestCAS_FieldPath
	// contains filtered or unexported fields
}

func (*UpdatePlanRequestCAS_FieldSubPathArrayOfValues) AsConditionalStatePathArrayOfValues

func (fpsaov *UpdatePlanRequestCAS_FieldSubPathArrayOfValues) AsConditionalStatePathArrayOfValues() (plan.Plan_FieldPathArrayOfValues, bool)

func (*UpdatePlanRequestCAS_FieldSubPathArrayOfValues) GetRawValues

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

type UpdatePlanRequestCAS_FieldSubPathValue

type UpdatePlanRequestCAS_FieldSubPathValue struct {
	UpdatePlanRequestCAS_FieldPath
	// contains filtered or unexported fields
}

func (*UpdatePlanRequestCAS_FieldSubPathValue) AsConditionalStatePathValue

func (fpvs *UpdatePlanRequestCAS_FieldSubPathValue) AsConditionalStatePathValue() (plan.Plan_FieldPathValue, bool)

func (*UpdatePlanRequestCAS_FieldSubPathValue) CompareWith

func (*UpdatePlanRequestCAS_FieldSubPathValue) CompareWithRaw

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

func (*UpdatePlanRequestCAS_FieldSubPathValue) GetRawValue

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

func (*UpdatePlanRequestCAS_FieldSubPathValue) SetTo

func (*UpdatePlanRequestCAS_FieldSubPathValue) SetToRaw

func (fpvs *UpdatePlanRequestCAS_FieldSubPathValue) SetToRaw(target proto.Message)

type UpdatePlanRequestCAS_FieldTerminalPath

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

func (*UpdatePlanRequestCAS_FieldTerminalPath) ClearValue

func (*UpdatePlanRequestCAS_FieldTerminalPath) ClearValueRaw

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

func (*UpdatePlanRequestCAS_FieldTerminalPath) Get

func (fp *UpdatePlanRequestCAS_FieldTerminalPath) Get(source *UpdatePlanRequest_CAS) (values []interface{})

Get returns all values pointed by specific field from source UpdatePlanRequest_CAS

func (*UpdatePlanRequestCAS_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*UpdatePlanRequestCAS_FieldTerminalPath) GetRaw

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

func (*UpdatePlanRequestCAS_FieldTerminalPath) GetSingle

func (fp *UpdatePlanRequestCAS_FieldTerminalPath) GetSingle(source *UpdatePlanRequest_CAS) (interface{}, bool)

GetSingle returns value pointed by specific field of from source UpdatePlanRequest_CAS

func (*UpdatePlanRequestCAS_FieldTerminalPath) GetSingleRaw

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

func (*UpdatePlanRequestCAS_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdatePlanRequestCAS_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdatePlanRequestCAS_FieldTerminalPath) Selector

func (*UpdatePlanRequestCAS_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*UpdatePlanRequestCAS_FieldTerminalPath) String

String returns path representation in proto convention

func (*UpdatePlanRequestCAS_FieldTerminalPath) WithIArrayItemValue

func (*UpdatePlanRequestCAS_FieldTerminalPath) WithIArrayOfValues

func (*UpdatePlanRequestCAS_FieldTerminalPath) WithIValue

func (*UpdatePlanRequestCAS_FieldTerminalPath) WithRawIArrayItemValue

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

func (*UpdatePlanRequestCAS_FieldTerminalPath) WithRawIArrayOfValues

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

func (*UpdatePlanRequestCAS_FieldTerminalPath) WithRawIValue

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

type UpdatePlanRequestCAS_FieldTerminalPathArrayItemValue

type UpdatePlanRequestCAS_FieldTerminalPathArrayItemValue struct {
	UpdatePlanRequestCAS_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdatePlanRequestCAS_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*UpdatePlanRequestCAS_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*UpdatePlanRequestCAS_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *UpdatePlanRequestCAS_FieldTerminalPathArrayItemValue) GetSingle(source *UpdatePlanRequest_CAS) (interface{}, bool)

func (*UpdatePlanRequestCAS_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type UpdatePlanRequestCAS_FieldTerminalPathArrayOfValues

type UpdatePlanRequestCAS_FieldTerminalPathArrayOfValues struct {
	UpdatePlanRequestCAS_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdatePlanRequestCAS_FieldTerminalPathArrayOfValues) AsConditionalStateArrayOfValues

func (fpaov *UpdatePlanRequestCAS_FieldTerminalPathArrayOfValues) AsConditionalStateArrayOfValues() ([]*plan.Plan, bool)

func (*UpdatePlanRequestCAS_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (fpaov *UpdatePlanRequestCAS_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*plan.Plan_FieldMask, bool)

func (*UpdatePlanRequestCAS_FieldTerminalPathArrayOfValues) GetRawValues

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

type UpdatePlanRequestCAS_FieldTerminalPathValue

type UpdatePlanRequestCAS_FieldTerminalPathValue struct {
	UpdatePlanRequestCAS_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdatePlanRequestCAS_FieldTerminalPathValue) AsConditionalStateValue

func (fpv *UpdatePlanRequestCAS_FieldTerminalPathValue) AsConditionalStateValue() (*plan.Plan, bool)

func (*UpdatePlanRequestCAS_FieldTerminalPathValue) AsFieldMaskValue

func (*UpdatePlanRequestCAS_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'UpdatePlanRequestCAS_FieldTerminalPathValue' with the value under path in 'UpdatePlanRequest_CAS'.

func (*UpdatePlanRequestCAS_FieldTerminalPathValue) CompareWithRaw

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

func (*UpdatePlanRequestCAS_FieldTerminalPathValue) GetRawValue

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

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

func (*UpdatePlanRequestCAS_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object CAS

func (*UpdatePlanRequestCAS_FieldTerminalPathValue) SetToRaw

type UpdatePlanRequestFieldPathBuilder

type UpdatePlanRequestFieldPathBuilder struct{}

func NewUpdatePlanRequestFieldPathBuilder

func NewUpdatePlanRequestFieldPathBuilder() UpdatePlanRequestFieldPathBuilder

func (UpdatePlanRequestFieldPathBuilder) Cas

func (UpdatePlanRequestFieldPathBuilder) Plan

func (UpdatePlanRequestFieldPathBuilder) UpdateMask

type UpdatePlanRequestMapPathSelectorCasConditionalStateMetadataAnnotations

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

func (UpdatePlanRequestMapPathSelectorCasConditionalStateMetadataAnnotations) FieldPath

func (UpdatePlanRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdatePlanRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithValue

type UpdatePlanRequestMapPathSelectorCasConditionalStateMetadataLabels

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

func (UpdatePlanRequestMapPathSelectorCasConditionalStateMetadataLabels) FieldPath

func (UpdatePlanRequestMapPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues

func (UpdatePlanRequestMapPathSelectorCasConditionalStateMetadataLabels) WithValue

type UpdatePlanRequestMapPathSelectorCasConditionalStateMetadataShards

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

func (UpdatePlanRequestMapPathSelectorCasConditionalStateMetadataShards) FieldPath

func (UpdatePlanRequestMapPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues

func (UpdatePlanRequestMapPathSelectorCasConditionalStateMetadataShards) WithValue

type UpdatePlanRequestMapPathSelectorPlanMetadataAnnotations

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

func (UpdatePlanRequestMapPathSelectorPlanMetadataAnnotations) FieldPath

func (UpdatePlanRequestMapPathSelectorPlanMetadataAnnotations) WithArrayOfValues

func (UpdatePlanRequestMapPathSelectorPlanMetadataAnnotations) WithValue

type UpdatePlanRequestMapPathSelectorPlanMetadataLabels

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

func (UpdatePlanRequestMapPathSelectorPlanMetadataLabels) FieldPath

func (UpdatePlanRequestMapPathSelectorPlanMetadataLabels) WithArrayOfValues

func (UpdatePlanRequestMapPathSelectorPlanMetadataLabels) WithValue

type UpdatePlanRequestMapPathSelectorPlanMetadataShards

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

func (UpdatePlanRequestMapPathSelectorPlanMetadataShards) FieldPath

func (UpdatePlanRequestMapPathSelectorPlanMetadataShards) WithArrayOfValues

func (UpdatePlanRequestMapPathSelectorPlanMetadataShards) WithValue

type UpdatePlanRequestPathSelectorCas

type UpdatePlanRequestPathSelectorCas struct{}

func (UpdatePlanRequestPathSelectorCas) ConditionalState

func (UpdatePlanRequestPathSelectorCas) FieldMask

func (UpdatePlanRequestPathSelectorCas) FieldPath

func (UpdatePlanRequestPathSelectorCas) WithArrayOfValues

func (UpdatePlanRequestPathSelectorCas) WithSubArrayItemValue

func (UpdatePlanRequestPathSelectorCas) WithSubArrayOfValues

func (UpdatePlanRequestPathSelectorCas) WithSubPath

func (UpdatePlanRequestPathSelectorCas) WithSubValue

func (UpdatePlanRequestPathSelectorCas) WithValue

type UpdatePlanRequestPathSelectorCasConditionalState

type UpdatePlanRequestPathSelectorCasConditionalState struct{}

func (UpdatePlanRequestPathSelectorCasConditionalState) DisplayName

func (UpdatePlanRequestPathSelectorCasConditionalState) FieldPath

func (UpdatePlanRequestPathSelectorCasConditionalState) Metadata

func (UpdatePlanRequestPathSelectorCasConditionalState) Name

func (UpdatePlanRequestPathSelectorCasConditionalState) ResourceLimits

func (UpdatePlanRequestPathSelectorCasConditionalState) Service

func (UpdatePlanRequestPathSelectorCasConditionalState) WithArrayOfValues

func (UpdatePlanRequestPathSelectorCasConditionalState) WithValue

type UpdatePlanRequestPathSelectorCasConditionalStateDisplayName

type UpdatePlanRequestPathSelectorCasConditionalStateDisplayName struct{}

func (UpdatePlanRequestPathSelectorCasConditionalStateDisplayName) FieldPath

func (UpdatePlanRequestPathSelectorCasConditionalStateDisplayName) WithArrayOfValues

func (UpdatePlanRequestPathSelectorCasConditionalStateDisplayName) WithValue

type UpdatePlanRequestPathSelectorCasConditionalStateMetadata

type UpdatePlanRequestPathSelectorCasConditionalStateMetadata struct{}

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadata) DeleteTime added in v0.8.0

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadata) FieldPath

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadata) Labels

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadata) Lifecycle added in v0.8.0

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadata) Shards

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadata) Syncing

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadata) Tags

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadata) Uuid

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadata) WithArrayOfValues

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadata) WithValue

type UpdatePlanRequestPathSelectorCasConditionalStateMetadataAnnotations

type UpdatePlanRequestPathSelectorCasConditionalStateMetadataAnnotations struct{}

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataAnnotations) FieldPath

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataAnnotations) WithValue

type UpdatePlanRequestPathSelectorCasConditionalStateMetadataCreateTime

type UpdatePlanRequestPathSelectorCasConditionalStateMetadataCreateTime struct{}

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataCreateTime) FieldPath

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataCreateTime) WithArrayOfValues

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataCreateTime) WithValue

type UpdatePlanRequestPathSelectorCasConditionalStateMetadataDeleteTime added in v0.8.0

type UpdatePlanRequestPathSelectorCasConditionalStateMetadataDeleteTime struct{}

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataDeleteTime) FieldPath added in v0.8.0

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataDeleteTime) WithArrayOfValues added in v0.8.0

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataDeleteTime) WithValue added in v0.8.0

type UpdatePlanRequestPathSelectorCasConditionalStateMetadataGeneration

type UpdatePlanRequestPathSelectorCasConditionalStateMetadataGeneration struct{}

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataGeneration) FieldPath

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataGeneration) WithArrayOfValues

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataGeneration) WithValue

type UpdatePlanRequestPathSelectorCasConditionalStateMetadataLabels

type UpdatePlanRequestPathSelectorCasConditionalStateMetadataLabels struct{}

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataLabels) FieldPath

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataLabels) WithKey

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataLabels) WithValue

type UpdatePlanRequestPathSelectorCasConditionalStateMetadataLifecycle added in v0.8.0

type UpdatePlanRequestPathSelectorCasConditionalStateMetadataLifecycle struct{}

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataLifecycle) BlockDeletion added in v0.8.0

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataLifecycle) FieldPath added in v0.8.0

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataLifecycle) State added in v0.8.0

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataLifecycle) WithArrayOfValues added in v0.8.0

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataLifecycle) WithValue added in v0.8.0

type UpdatePlanRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion added in v0.8.0

type UpdatePlanRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion struct{}

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion) FieldPath added in v0.8.0

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.8.0

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion) WithValue added in v0.8.0

type UpdatePlanRequestPathSelectorCasConditionalStateMetadataLifecycleState added in v0.8.0

type UpdatePlanRequestPathSelectorCasConditionalStateMetadataLifecycleState struct{}

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataLifecycleState) FieldPath added in v0.8.0

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataLifecycleState) WithArrayOfValues added in v0.8.0

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataLifecycleState) WithValue added in v0.8.0

type UpdatePlanRequestPathSelectorCasConditionalStateMetadataOwnerReferences

type UpdatePlanRequestPathSelectorCasConditionalStateMetadataOwnerReferences struct{}

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataOwnerReferences) FieldPath

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataOwnerReferences) Region added in v0.8.0

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataOwnerReferences) RequiresOwnerReference added in v0.8.0

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataOwnerReferences) Version added in v0.8.0

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithArrayOfValues

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithItemValue

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithValue

type UpdatePlanRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion

type UpdatePlanRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type UpdatePlanRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController

type UpdatePlanRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController struct{}

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) FieldPath

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) WithArrayOfValues

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) WithValue

type UpdatePlanRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind

type UpdatePlanRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind struct{}

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) FieldPath

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) WithValue

type UpdatePlanRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName

type UpdatePlanRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName struct{}

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) FieldPath

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) WithArrayOfValues

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) WithValue

type UpdatePlanRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion added in v0.8.0

type UpdatePlanRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion struct{}

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion) FieldPath added in v0.8.0

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.8.0

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion) WithValue added in v0.8.0

type UpdatePlanRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference added in v0.8.0

type UpdatePlanRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference struct{}

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.8.0

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.8.0

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.8.0

type UpdatePlanRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion added in v0.8.0

type UpdatePlanRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion struct{}

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion) FieldPath added in v0.8.0

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.8.0

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion) WithValue added in v0.8.0

type UpdatePlanRequestPathSelectorCasConditionalStateMetadataResourceVersion

type UpdatePlanRequestPathSelectorCasConditionalStateMetadataResourceVersion struct{}

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataResourceVersion) FieldPath

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithArrayOfValues

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithValue

type UpdatePlanRequestPathSelectorCasConditionalStateMetadataShards

type UpdatePlanRequestPathSelectorCasConditionalStateMetadataShards struct{}

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataShards) FieldPath

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataShards) WithKey

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataShards) WithValue

type UpdatePlanRequestPathSelectorCasConditionalStateMetadataSyncing

type UpdatePlanRequestPathSelectorCasConditionalStateMetadataSyncing struct{}

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataSyncing) FieldPath

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataSyncing) WithArrayOfValues

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataSyncing) WithValue

type UpdatePlanRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion

type UpdatePlanRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion struct{}

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) FieldPath

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) WithValue

type UpdatePlanRequestPathSelectorCasConditionalStateMetadataSyncingRegions

type UpdatePlanRequestPathSelectorCasConditionalStateMetadataSyncingRegions struct{}

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataSyncingRegions) FieldPath

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithArrayOfValues

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithItemValue

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithValue

type UpdatePlanRequestPathSelectorCasConditionalStateMetadataTags

type UpdatePlanRequestPathSelectorCasConditionalStateMetadataTags struct{}

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataTags) FieldPath

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataTags) WithArrayOfValues

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataTags) WithItemValue

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataTags) WithValue

type UpdatePlanRequestPathSelectorCasConditionalStateMetadataUpdateTime

type UpdatePlanRequestPathSelectorCasConditionalStateMetadataUpdateTime struct{}

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataUpdateTime) FieldPath

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithArrayOfValues

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithValue

type UpdatePlanRequestPathSelectorCasConditionalStateMetadataUuid

type UpdatePlanRequestPathSelectorCasConditionalStateMetadataUuid struct{}

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataUuid) FieldPath

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataUuid) WithArrayOfValues

func (UpdatePlanRequestPathSelectorCasConditionalStateMetadataUuid) WithValue

type UpdatePlanRequestPathSelectorCasConditionalStateName

type UpdatePlanRequestPathSelectorCasConditionalStateName struct{}

func (UpdatePlanRequestPathSelectorCasConditionalStateName) FieldPath

func (UpdatePlanRequestPathSelectorCasConditionalStateName) WithArrayOfValues

func (UpdatePlanRequestPathSelectorCasConditionalStateName) WithValue

type UpdatePlanRequestPathSelectorCasConditionalStateResourceLimits

type UpdatePlanRequestPathSelectorCasConditionalStateResourceLimits struct{}

func (UpdatePlanRequestPathSelectorCasConditionalStateResourceLimits) FieldPath

func (UpdatePlanRequestPathSelectorCasConditionalStateResourceLimits) WithArrayOfValues

func (UpdatePlanRequestPathSelectorCasConditionalStateResourceLimits) WithItemValue

func (UpdatePlanRequestPathSelectorCasConditionalStateResourceLimits) WithValue

type UpdatePlanRequestPathSelectorCasConditionalStateResourceLimitsResource

type UpdatePlanRequestPathSelectorCasConditionalStateResourceLimitsResource struct{}

func (UpdatePlanRequestPathSelectorCasConditionalStateResourceLimitsResource) FieldPath

func (UpdatePlanRequestPathSelectorCasConditionalStateResourceLimitsResource) WithArrayOfValues

func (UpdatePlanRequestPathSelectorCasConditionalStateResourceLimitsResource) WithValue

type UpdatePlanRequestPathSelectorCasConditionalStateResourceLimitsValue

type UpdatePlanRequestPathSelectorCasConditionalStateResourceLimitsValue struct{}

func (UpdatePlanRequestPathSelectorCasConditionalStateResourceLimitsValue) FieldPath

func (UpdatePlanRequestPathSelectorCasConditionalStateResourceLimitsValue) WithArrayOfValues

func (UpdatePlanRequestPathSelectorCasConditionalStateResourceLimitsValue) WithValue

type UpdatePlanRequestPathSelectorCasConditionalStateService

type UpdatePlanRequestPathSelectorCasConditionalStateService struct{}

func (UpdatePlanRequestPathSelectorCasConditionalStateService) FieldPath

func (UpdatePlanRequestPathSelectorCasConditionalStateService) WithArrayOfValues

func (UpdatePlanRequestPathSelectorCasConditionalStateService) WithValue

type UpdatePlanRequestPathSelectorCasFieldMask

type UpdatePlanRequestPathSelectorCasFieldMask struct{}

func (UpdatePlanRequestPathSelectorCasFieldMask) FieldPath

func (UpdatePlanRequestPathSelectorCasFieldMask) WithArrayOfValues

func (UpdatePlanRequestPathSelectorCasFieldMask) WithValue

type UpdatePlanRequestPathSelectorPlan

type UpdatePlanRequestPathSelectorPlan struct{}

func (UpdatePlanRequestPathSelectorPlan) DisplayName

func (UpdatePlanRequestPathSelectorPlan) FieldPath

func (UpdatePlanRequestPathSelectorPlan) Metadata

func (UpdatePlanRequestPathSelectorPlan) Name

func (UpdatePlanRequestPathSelectorPlan) ResourceLimits

func (UpdatePlanRequestPathSelectorPlan) Service

func (UpdatePlanRequestPathSelectorPlan) WithArrayOfValues

func (UpdatePlanRequestPathSelectorPlan) WithSubArrayItemValue

func (UpdatePlanRequestPathSelectorPlan) WithSubArrayOfValues

func (UpdatePlanRequestPathSelectorPlan) WithSubPath

func (UpdatePlanRequestPathSelectorPlan) WithSubValue

func (UpdatePlanRequestPathSelectorPlan) WithValue

type UpdatePlanRequestPathSelectorPlanDisplayName

type UpdatePlanRequestPathSelectorPlanDisplayName struct{}

func (UpdatePlanRequestPathSelectorPlanDisplayName) FieldPath

func (UpdatePlanRequestPathSelectorPlanDisplayName) WithArrayOfValues

func (UpdatePlanRequestPathSelectorPlanDisplayName) WithValue

type UpdatePlanRequestPathSelectorPlanMetadata

type UpdatePlanRequestPathSelectorPlanMetadata struct{}

func (UpdatePlanRequestPathSelectorPlanMetadata) Annotations

func (UpdatePlanRequestPathSelectorPlanMetadata) CreateTime

func (UpdatePlanRequestPathSelectorPlanMetadata) DeleteTime added in v0.8.0

func (UpdatePlanRequestPathSelectorPlanMetadata) FieldPath

func (UpdatePlanRequestPathSelectorPlanMetadata) Generation

func (UpdatePlanRequestPathSelectorPlanMetadata) Labels

func (UpdatePlanRequestPathSelectorPlanMetadata) Lifecycle added in v0.8.0

func (UpdatePlanRequestPathSelectorPlanMetadata) OwnerReferences

func (UpdatePlanRequestPathSelectorPlanMetadata) ResourceVersion

func (UpdatePlanRequestPathSelectorPlanMetadata) Shards

func (UpdatePlanRequestPathSelectorPlanMetadata) Syncing

func (UpdatePlanRequestPathSelectorPlanMetadata) Tags

func (UpdatePlanRequestPathSelectorPlanMetadata) UpdateTime

func (UpdatePlanRequestPathSelectorPlanMetadata) Uuid

func (UpdatePlanRequestPathSelectorPlanMetadata) WithArrayOfValues

func (UpdatePlanRequestPathSelectorPlanMetadata) WithValue

type UpdatePlanRequestPathSelectorPlanMetadataAnnotations

type UpdatePlanRequestPathSelectorPlanMetadataAnnotations struct{}

func (UpdatePlanRequestPathSelectorPlanMetadataAnnotations) FieldPath

func (UpdatePlanRequestPathSelectorPlanMetadataAnnotations) WithArrayOfValues

func (UpdatePlanRequestPathSelectorPlanMetadataAnnotations) WithKey

func (UpdatePlanRequestPathSelectorPlanMetadataAnnotations) WithValue

type UpdatePlanRequestPathSelectorPlanMetadataCreateTime

type UpdatePlanRequestPathSelectorPlanMetadataCreateTime struct{}

func (UpdatePlanRequestPathSelectorPlanMetadataCreateTime) FieldPath

func (UpdatePlanRequestPathSelectorPlanMetadataCreateTime) WithArrayOfValues

func (UpdatePlanRequestPathSelectorPlanMetadataCreateTime) WithValue

type UpdatePlanRequestPathSelectorPlanMetadataDeleteTime added in v0.8.0

type UpdatePlanRequestPathSelectorPlanMetadataDeleteTime struct{}

func (UpdatePlanRequestPathSelectorPlanMetadataDeleteTime) FieldPath added in v0.8.0

func (UpdatePlanRequestPathSelectorPlanMetadataDeleteTime) WithArrayOfValues added in v0.8.0

func (UpdatePlanRequestPathSelectorPlanMetadataDeleteTime) WithValue added in v0.8.0

type UpdatePlanRequestPathSelectorPlanMetadataGeneration

type UpdatePlanRequestPathSelectorPlanMetadataGeneration struct{}

func (UpdatePlanRequestPathSelectorPlanMetadataGeneration) FieldPath

func (UpdatePlanRequestPathSelectorPlanMetadataGeneration) WithArrayOfValues

func (UpdatePlanRequestPathSelectorPlanMetadataGeneration) WithValue

type UpdatePlanRequestPathSelectorPlanMetadataLabels

type UpdatePlanRequestPathSelectorPlanMetadataLabels struct{}

func (UpdatePlanRequestPathSelectorPlanMetadataLabels) FieldPath

func (UpdatePlanRequestPathSelectorPlanMetadataLabels) WithArrayOfValues

func (UpdatePlanRequestPathSelectorPlanMetadataLabels) WithKey

func (UpdatePlanRequestPathSelectorPlanMetadataLabels) WithValue

type UpdatePlanRequestPathSelectorPlanMetadataLifecycle added in v0.8.0

type UpdatePlanRequestPathSelectorPlanMetadataLifecycle struct{}

func (UpdatePlanRequestPathSelectorPlanMetadataLifecycle) BlockDeletion added in v0.8.0

func (UpdatePlanRequestPathSelectorPlanMetadataLifecycle) FieldPath added in v0.8.0

func (UpdatePlanRequestPathSelectorPlanMetadataLifecycle) State added in v0.8.0

func (UpdatePlanRequestPathSelectorPlanMetadataLifecycle) WithArrayOfValues added in v0.8.0

func (UpdatePlanRequestPathSelectorPlanMetadataLifecycle) WithValue added in v0.8.0

type UpdatePlanRequestPathSelectorPlanMetadataLifecycleBlockDeletion added in v0.8.0

type UpdatePlanRequestPathSelectorPlanMetadataLifecycleBlockDeletion struct{}

func (UpdatePlanRequestPathSelectorPlanMetadataLifecycleBlockDeletion) FieldPath added in v0.8.0

func (UpdatePlanRequestPathSelectorPlanMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.8.0

func (UpdatePlanRequestPathSelectorPlanMetadataLifecycleBlockDeletion) WithValue added in v0.8.0

type UpdatePlanRequestPathSelectorPlanMetadataLifecycleState added in v0.8.0

type UpdatePlanRequestPathSelectorPlanMetadataLifecycleState struct{}

func (UpdatePlanRequestPathSelectorPlanMetadataLifecycleState) FieldPath added in v0.8.0

func (UpdatePlanRequestPathSelectorPlanMetadataLifecycleState) WithArrayOfValues added in v0.8.0

func (UpdatePlanRequestPathSelectorPlanMetadataLifecycleState) WithValue added in v0.8.0

type UpdatePlanRequestPathSelectorPlanMetadataOwnerReferences

type UpdatePlanRequestPathSelectorPlanMetadataOwnerReferences struct{}

func (UpdatePlanRequestPathSelectorPlanMetadataOwnerReferences) FieldPath

func (UpdatePlanRequestPathSelectorPlanMetadataOwnerReferences) Kind

func (UpdatePlanRequestPathSelectorPlanMetadataOwnerReferences) Name

func (UpdatePlanRequestPathSelectorPlanMetadataOwnerReferences) Region added in v0.8.0

func (UpdatePlanRequestPathSelectorPlanMetadataOwnerReferences) RequiresOwnerReference added in v0.8.0

func (UpdatePlanRequestPathSelectorPlanMetadataOwnerReferences) Version added in v0.8.0

func (UpdatePlanRequestPathSelectorPlanMetadataOwnerReferences) WithArrayOfValues

func (UpdatePlanRequestPathSelectorPlanMetadataOwnerReferences) WithItemValue

func (UpdatePlanRequestPathSelectorPlanMetadataOwnerReferences) WithValue

type UpdatePlanRequestPathSelectorPlanMetadataOwnerReferencesBlockOwnerDeletion

type UpdatePlanRequestPathSelectorPlanMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (UpdatePlanRequestPathSelectorPlanMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (UpdatePlanRequestPathSelectorPlanMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (UpdatePlanRequestPathSelectorPlanMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type UpdatePlanRequestPathSelectorPlanMetadataOwnerReferencesController

type UpdatePlanRequestPathSelectorPlanMetadataOwnerReferencesController struct{}

func (UpdatePlanRequestPathSelectorPlanMetadataOwnerReferencesController) FieldPath

func (UpdatePlanRequestPathSelectorPlanMetadataOwnerReferencesController) WithArrayOfValues

func (UpdatePlanRequestPathSelectorPlanMetadataOwnerReferencesController) WithValue

type UpdatePlanRequestPathSelectorPlanMetadataOwnerReferencesKind

type UpdatePlanRequestPathSelectorPlanMetadataOwnerReferencesKind struct{}

func (UpdatePlanRequestPathSelectorPlanMetadataOwnerReferencesKind) FieldPath

func (UpdatePlanRequestPathSelectorPlanMetadataOwnerReferencesKind) WithArrayOfValues

func (UpdatePlanRequestPathSelectorPlanMetadataOwnerReferencesKind) WithValue

type UpdatePlanRequestPathSelectorPlanMetadataOwnerReferencesName

type UpdatePlanRequestPathSelectorPlanMetadataOwnerReferencesName struct{}

func (UpdatePlanRequestPathSelectorPlanMetadataOwnerReferencesName) FieldPath

func (UpdatePlanRequestPathSelectorPlanMetadataOwnerReferencesName) WithArrayOfValues

func (UpdatePlanRequestPathSelectorPlanMetadataOwnerReferencesName) WithValue

type UpdatePlanRequestPathSelectorPlanMetadataOwnerReferencesRegion added in v0.8.0

type UpdatePlanRequestPathSelectorPlanMetadataOwnerReferencesRegion struct{}

func (UpdatePlanRequestPathSelectorPlanMetadataOwnerReferencesRegion) FieldPath added in v0.8.0

func (UpdatePlanRequestPathSelectorPlanMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.8.0

func (UpdatePlanRequestPathSelectorPlanMetadataOwnerReferencesRegion) WithValue added in v0.8.0

type UpdatePlanRequestPathSelectorPlanMetadataOwnerReferencesRequiresOwnerReference added in v0.8.0

type UpdatePlanRequestPathSelectorPlanMetadataOwnerReferencesRequiresOwnerReference struct{}

func (UpdatePlanRequestPathSelectorPlanMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.8.0

func (UpdatePlanRequestPathSelectorPlanMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.8.0

func (UpdatePlanRequestPathSelectorPlanMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.8.0

type UpdatePlanRequestPathSelectorPlanMetadataOwnerReferencesVersion added in v0.8.0

type UpdatePlanRequestPathSelectorPlanMetadataOwnerReferencesVersion struct{}

func (UpdatePlanRequestPathSelectorPlanMetadataOwnerReferencesVersion) FieldPath added in v0.8.0

func (UpdatePlanRequestPathSelectorPlanMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.8.0

func (UpdatePlanRequestPathSelectorPlanMetadataOwnerReferencesVersion) WithValue added in v0.8.0

type UpdatePlanRequestPathSelectorPlanMetadataResourceVersion

type UpdatePlanRequestPathSelectorPlanMetadataResourceVersion struct{}

func (UpdatePlanRequestPathSelectorPlanMetadataResourceVersion) FieldPath

func (UpdatePlanRequestPathSelectorPlanMetadataResourceVersion) WithArrayOfValues

func (UpdatePlanRequestPathSelectorPlanMetadataResourceVersion) WithValue

type UpdatePlanRequestPathSelectorPlanMetadataShards

type UpdatePlanRequestPathSelectorPlanMetadataShards struct{}

func (UpdatePlanRequestPathSelectorPlanMetadataShards) FieldPath

func (UpdatePlanRequestPathSelectorPlanMetadataShards) WithArrayOfValues

func (UpdatePlanRequestPathSelectorPlanMetadataShards) WithKey

func (UpdatePlanRequestPathSelectorPlanMetadataShards) WithValue

type UpdatePlanRequestPathSelectorPlanMetadataSyncing

type UpdatePlanRequestPathSelectorPlanMetadataSyncing struct{}

func (UpdatePlanRequestPathSelectorPlanMetadataSyncing) FieldPath

func (UpdatePlanRequestPathSelectorPlanMetadataSyncing) OwningRegion

func (UpdatePlanRequestPathSelectorPlanMetadataSyncing) Regions

func (UpdatePlanRequestPathSelectorPlanMetadataSyncing) WithArrayOfValues

func (UpdatePlanRequestPathSelectorPlanMetadataSyncing) WithValue

type UpdatePlanRequestPathSelectorPlanMetadataSyncingOwningRegion

type UpdatePlanRequestPathSelectorPlanMetadataSyncingOwningRegion struct{}

func (UpdatePlanRequestPathSelectorPlanMetadataSyncingOwningRegion) FieldPath

func (UpdatePlanRequestPathSelectorPlanMetadataSyncingOwningRegion) WithArrayOfValues

func (UpdatePlanRequestPathSelectorPlanMetadataSyncingOwningRegion) WithValue

type UpdatePlanRequestPathSelectorPlanMetadataSyncingRegions

type UpdatePlanRequestPathSelectorPlanMetadataSyncingRegions struct{}

func (UpdatePlanRequestPathSelectorPlanMetadataSyncingRegions) FieldPath

func (UpdatePlanRequestPathSelectorPlanMetadataSyncingRegions) WithArrayOfValues

func (UpdatePlanRequestPathSelectorPlanMetadataSyncingRegions) WithItemValue

func (UpdatePlanRequestPathSelectorPlanMetadataSyncingRegions) WithValue

type UpdatePlanRequestPathSelectorPlanMetadataTags

type UpdatePlanRequestPathSelectorPlanMetadataTags struct{}

func (UpdatePlanRequestPathSelectorPlanMetadataTags) FieldPath

func (UpdatePlanRequestPathSelectorPlanMetadataTags) WithArrayOfValues

func (UpdatePlanRequestPathSelectorPlanMetadataTags) WithItemValue

func (UpdatePlanRequestPathSelectorPlanMetadataTags) WithValue

type UpdatePlanRequestPathSelectorPlanMetadataUpdateTime

type UpdatePlanRequestPathSelectorPlanMetadataUpdateTime struct{}

func (UpdatePlanRequestPathSelectorPlanMetadataUpdateTime) FieldPath

func (UpdatePlanRequestPathSelectorPlanMetadataUpdateTime) WithArrayOfValues

func (UpdatePlanRequestPathSelectorPlanMetadataUpdateTime) WithValue

type UpdatePlanRequestPathSelectorPlanMetadataUuid

type UpdatePlanRequestPathSelectorPlanMetadataUuid struct{}

func (UpdatePlanRequestPathSelectorPlanMetadataUuid) FieldPath

func (UpdatePlanRequestPathSelectorPlanMetadataUuid) WithArrayOfValues

func (UpdatePlanRequestPathSelectorPlanMetadataUuid) WithValue

type UpdatePlanRequestPathSelectorPlanName

type UpdatePlanRequestPathSelectorPlanName struct{}

func (UpdatePlanRequestPathSelectorPlanName) FieldPath

func (UpdatePlanRequestPathSelectorPlanName) WithArrayOfValues

func (UpdatePlanRequestPathSelectorPlanName) WithValue

type UpdatePlanRequestPathSelectorPlanResourceLimits

type UpdatePlanRequestPathSelectorPlanResourceLimits struct{}

func (UpdatePlanRequestPathSelectorPlanResourceLimits) FieldPath

func (UpdatePlanRequestPathSelectorPlanResourceLimits) Resource

func (UpdatePlanRequestPathSelectorPlanResourceLimits) Value

func (UpdatePlanRequestPathSelectorPlanResourceLimits) WithArrayOfValues

func (UpdatePlanRequestPathSelectorPlanResourceLimits) WithItemValue

func (UpdatePlanRequestPathSelectorPlanResourceLimits) WithValue

type UpdatePlanRequestPathSelectorPlanResourceLimitsResource

type UpdatePlanRequestPathSelectorPlanResourceLimitsResource struct{}

func (UpdatePlanRequestPathSelectorPlanResourceLimitsResource) FieldPath

func (UpdatePlanRequestPathSelectorPlanResourceLimitsResource) WithArrayOfValues

func (UpdatePlanRequestPathSelectorPlanResourceLimitsResource) WithValue

type UpdatePlanRequestPathSelectorPlanResourceLimitsValue

type UpdatePlanRequestPathSelectorPlanResourceLimitsValue struct{}

func (UpdatePlanRequestPathSelectorPlanResourceLimitsValue) FieldPath

func (UpdatePlanRequestPathSelectorPlanResourceLimitsValue) WithArrayOfValues

func (UpdatePlanRequestPathSelectorPlanResourceLimitsValue) WithValue

type UpdatePlanRequestPathSelectorPlanService

type UpdatePlanRequestPathSelectorPlanService struct{}

func (UpdatePlanRequestPathSelectorPlanService) FieldPath

func (UpdatePlanRequestPathSelectorPlanService) WithArrayOfValues

func (UpdatePlanRequestPathSelectorPlanService) WithValue

type UpdatePlanRequestPathSelectorUpdateMask

type UpdatePlanRequestPathSelectorUpdateMask struct{}

func (UpdatePlanRequestPathSelectorUpdateMask) FieldPath

func (UpdatePlanRequestPathSelectorUpdateMask) WithArrayOfValues

func (UpdatePlanRequestPathSelectorUpdateMask) WithValue

type UpdatePlanRequest_CAS

type UpdatePlanRequest_CAS struct {

	// Conditional desired state of a resource before update.
	ConditionalState *plan.Plan `` /* 138-byte string literal not displayed */
	// Field paths from conditional state of resource server should check and
	// compare.
	FieldMask *plan.Plan_FieldMask `` /* 136-byte string literal not displayed */
	// contains filtered or unexported fields
}

CAS - Compare and Swap. This object is used if user wants to make update conditional based upon previous resource version.

func (*UpdatePlanRequest_CAS) Clone

func (*UpdatePlanRequest_CAS) CloneRaw

func (*UpdatePlanRequest_CAS) Descriptor

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

Deprecated, Use UpdatePlanRequest_CAS.ProtoReflect.Descriptor instead.

func (*UpdatePlanRequest_CAS) GetConditionalState

func (m *UpdatePlanRequest_CAS) GetConditionalState() *plan.Plan

func (*UpdatePlanRequest_CAS) GetFieldMask

func (m *UpdatePlanRequest_CAS) GetFieldMask() *plan.Plan_FieldMask

func (*UpdatePlanRequest_CAS) GotenMessage

func (*UpdatePlanRequest_CAS) GotenMessage()

func (*UpdatePlanRequest_CAS) GotenObjectExt

func (o *UpdatePlanRequest_CAS) GotenObjectExt()

func (*UpdatePlanRequest_CAS) GotenValidate

func (obj *UpdatePlanRequest_CAS) GotenValidate() error

func (*UpdatePlanRequest_CAS) MakeDiffFieldMask

func (*UpdatePlanRequest_CAS) MakeFullFieldMask

func (*UpdatePlanRequest_CAS) MakeRawDiffFieldMask

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

func (*UpdatePlanRequest_CAS) MakeRawFullFieldMask

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

func (*UpdatePlanRequest_CAS) Marshal

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

func (*UpdatePlanRequest_CAS) MarshalJSON

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

func (*UpdatePlanRequest_CAS) Merge

func (o *UpdatePlanRequest_CAS) Merge(source *UpdatePlanRequest_CAS)

func (*UpdatePlanRequest_CAS) MergeRaw

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

func (*UpdatePlanRequest_CAS) ProtoMessage

func (*UpdatePlanRequest_CAS) ProtoMessage()

func (*UpdatePlanRequest_CAS) ProtoReflect

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

func (*UpdatePlanRequest_CAS) Reset

func (m *UpdatePlanRequest_CAS) Reset()

func (*UpdatePlanRequest_CAS) SetConditionalState

func (m *UpdatePlanRequest_CAS) SetConditionalState(fv *plan.Plan)

func (*UpdatePlanRequest_CAS) SetFieldMask

func (m *UpdatePlanRequest_CAS) SetFieldMask(fv *plan.Plan_FieldMask)

func (*UpdatePlanRequest_CAS) String

func (m *UpdatePlanRequest_CAS) String() string

func (*UpdatePlanRequest_CAS) Unmarshal

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

func (*UpdatePlanRequest_CAS) UnmarshalJSON

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

type UpdatePlanRequest_CASMapPathSelectorConditionalStateMetadataAnnotations

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

func (UpdatePlanRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) FieldPath

func (UpdatePlanRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdatePlanRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) WithValue

type UpdatePlanRequest_CASMapPathSelectorConditionalStateMetadataLabels

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

func (UpdatePlanRequest_CASMapPathSelectorConditionalStateMetadataLabels) FieldPath

func (UpdatePlanRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithArrayOfValues

func (UpdatePlanRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithValue

type UpdatePlanRequest_CASMapPathSelectorConditionalStateMetadataShards

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

func (UpdatePlanRequest_CASMapPathSelectorConditionalStateMetadataShards) FieldPath

func (UpdatePlanRequest_CASMapPathSelectorConditionalStateMetadataShards) WithArrayOfValues

func (UpdatePlanRequest_CASMapPathSelectorConditionalStateMetadataShards) WithValue

type UpdatePlanRequest_CASPathSelectorConditionalState

type UpdatePlanRequest_CASPathSelectorConditionalState struct{}

func (UpdatePlanRequest_CASPathSelectorConditionalState) DisplayName

func (UpdatePlanRequest_CASPathSelectorConditionalState) FieldPath

func (UpdatePlanRequest_CASPathSelectorConditionalState) Metadata

func (UpdatePlanRequest_CASPathSelectorConditionalState) Name

func (UpdatePlanRequest_CASPathSelectorConditionalState) ResourceLimits

func (UpdatePlanRequest_CASPathSelectorConditionalState) Service

func (UpdatePlanRequest_CASPathSelectorConditionalState) WithArrayOfValues

func (UpdatePlanRequest_CASPathSelectorConditionalState) WithSubArrayItemValue

func (UpdatePlanRequest_CASPathSelectorConditionalState) WithSubArrayOfValues

func (UpdatePlanRequest_CASPathSelectorConditionalState) WithSubPath

func (UpdatePlanRequest_CASPathSelectorConditionalState) WithSubValue

func (UpdatePlanRequest_CASPathSelectorConditionalState) WithValue

type UpdatePlanRequest_CASPathSelectorConditionalStateDisplayName

type UpdatePlanRequest_CASPathSelectorConditionalStateDisplayName struct{}

func (UpdatePlanRequest_CASPathSelectorConditionalStateDisplayName) FieldPath

func (UpdatePlanRequest_CASPathSelectorConditionalStateDisplayName) WithArrayOfValues

func (UpdatePlanRequest_CASPathSelectorConditionalStateDisplayName) WithValue

type UpdatePlanRequest_CASPathSelectorConditionalStateMetadata

type UpdatePlanRequest_CASPathSelectorConditionalStateMetadata struct{}

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadata) DeleteTime added in v0.8.0

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadata) FieldPath

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadata) Labels

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadata) Lifecycle added in v0.8.0

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadata) Shards

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadata) Syncing

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadata) Tags

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadata) Uuid

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadata) WithArrayOfValues

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadata) WithValue

type UpdatePlanRequest_CASPathSelectorConditionalStateMetadataAnnotations

type UpdatePlanRequest_CASPathSelectorConditionalStateMetadataAnnotations struct{}

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataAnnotations) FieldPath

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithValue

type UpdatePlanRequest_CASPathSelectorConditionalStateMetadataCreateTime

type UpdatePlanRequest_CASPathSelectorConditionalStateMetadataCreateTime struct{}

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataCreateTime) FieldPath

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataCreateTime) WithArrayOfValues

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataCreateTime) WithValue

type UpdatePlanRequest_CASPathSelectorConditionalStateMetadataDeleteTime added in v0.8.0

type UpdatePlanRequest_CASPathSelectorConditionalStateMetadataDeleteTime struct{}

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataDeleteTime) FieldPath added in v0.8.0

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataDeleteTime) WithArrayOfValues added in v0.8.0

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataDeleteTime) WithValue added in v0.8.0

type UpdatePlanRequest_CASPathSelectorConditionalStateMetadataGeneration

type UpdatePlanRequest_CASPathSelectorConditionalStateMetadataGeneration struct{}

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataGeneration) FieldPath

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataGeneration) WithArrayOfValues

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataGeneration) WithValue

type UpdatePlanRequest_CASPathSelectorConditionalStateMetadataLabels

type UpdatePlanRequest_CASPathSelectorConditionalStateMetadataLabels struct{}

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataLabels) FieldPath

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataLabels) WithArrayOfValues

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataLabels) WithKey

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataLabels) WithValue

type UpdatePlanRequest_CASPathSelectorConditionalStateMetadataLifecycle added in v0.8.0

type UpdatePlanRequest_CASPathSelectorConditionalStateMetadataLifecycle struct{}

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataLifecycle) BlockDeletion added in v0.8.0

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataLifecycle) FieldPath added in v0.8.0

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataLifecycle) State added in v0.8.0

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataLifecycle) WithArrayOfValues added in v0.8.0

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataLifecycle) WithValue added in v0.8.0

type UpdatePlanRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion added in v0.8.0

type UpdatePlanRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion struct{}

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion) FieldPath added in v0.8.0

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.8.0

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion) WithValue added in v0.8.0

type UpdatePlanRequest_CASPathSelectorConditionalStateMetadataLifecycleState added in v0.8.0

type UpdatePlanRequest_CASPathSelectorConditionalStateMetadataLifecycleState struct{}

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataLifecycleState) FieldPath added in v0.8.0

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataLifecycleState) WithArrayOfValues added in v0.8.0

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataLifecycleState) WithValue added in v0.8.0

type UpdatePlanRequest_CASPathSelectorConditionalStateMetadataOwnerReferences

type UpdatePlanRequest_CASPathSelectorConditionalStateMetadataOwnerReferences struct{}

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) FieldPath

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) Region added in v0.8.0

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) RequiresOwnerReference added in v0.8.0

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) Version added in v0.8.0

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithArrayOfValues

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithItemValue

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithValue

type UpdatePlanRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion

type UpdatePlanRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type UpdatePlanRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController

type UpdatePlanRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController struct{}

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) FieldPath

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) WithArrayOfValues

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) WithValue

type UpdatePlanRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind

type UpdatePlanRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind struct{}

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) FieldPath

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) WithValue

type UpdatePlanRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName

type UpdatePlanRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName struct{}

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) FieldPath

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) WithArrayOfValues

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) WithValue

type UpdatePlanRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion added in v0.8.0

type UpdatePlanRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion struct{}

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion) FieldPath added in v0.8.0

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.8.0

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion) WithValue added in v0.8.0

type UpdatePlanRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference added in v0.8.0

type UpdatePlanRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference struct{}

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.8.0

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.8.0

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.8.0

type UpdatePlanRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion added in v0.8.0

type UpdatePlanRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion struct{}

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion) FieldPath added in v0.8.0

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.8.0

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion) WithValue added in v0.8.0

type UpdatePlanRequest_CASPathSelectorConditionalStateMetadataResourceVersion

type UpdatePlanRequest_CASPathSelectorConditionalStateMetadataResourceVersion struct{}

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataResourceVersion) FieldPath

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataResourceVersion) WithArrayOfValues

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataResourceVersion) WithValue

type UpdatePlanRequest_CASPathSelectorConditionalStateMetadataShards

type UpdatePlanRequest_CASPathSelectorConditionalStateMetadataShards struct{}

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataShards) FieldPath

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataShards) WithArrayOfValues

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataShards) WithKey

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataShards) WithValue

type UpdatePlanRequest_CASPathSelectorConditionalStateMetadataSyncing

type UpdatePlanRequest_CASPathSelectorConditionalStateMetadataSyncing struct{}

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataSyncing) FieldPath

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataSyncing) WithArrayOfValues

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataSyncing) WithValue

type UpdatePlanRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion

type UpdatePlanRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion struct{}

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) FieldPath

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) WithValue

type UpdatePlanRequest_CASPathSelectorConditionalStateMetadataSyncingRegions

type UpdatePlanRequest_CASPathSelectorConditionalStateMetadataSyncingRegions struct{}

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) FieldPath

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithArrayOfValues

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithItemValue

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithValue

type UpdatePlanRequest_CASPathSelectorConditionalStateMetadataTags

type UpdatePlanRequest_CASPathSelectorConditionalStateMetadataTags struct{}

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataTags) FieldPath

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataTags) WithArrayOfValues

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataTags) WithItemValue

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataTags) WithValue

type UpdatePlanRequest_CASPathSelectorConditionalStateMetadataUpdateTime

type UpdatePlanRequest_CASPathSelectorConditionalStateMetadataUpdateTime struct{}

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataUpdateTime) FieldPath

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataUpdateTime) WithArrayOfValues

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataUpdateTime) WithValue

type UpdatePlanRequest_CASPathSelectorConditionalStateMetadataUuid

type UpdatePlanRequest_CASPathSelectorConditionalStateMetadataUuid struct{}

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataUuid) FieldPath

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataUuid) WithArrayOfValues

func (UpdatePlanRequest_CASPathSelectorConditionalStateMetadataUuid) WithValue

type UpdatePlanRequest_CASPathSelectorConditionalStateName

type UpdatePlanRequest_CASPathSelectorConditionalStateName struct{}

func (UpdatePlanRequest_CASPathSelectorConditionalStateName) FieldPath

func (UpdatePlanRequest_CASPathSelectorConditionalStateName) WithArrayOfValues

func (UpdatePlanRequest_CASPathSelectorConditionalStateName) WithValue

type UpdatePlanRequest_CASPathSelectorConditionalStateResourceLimits

type UpdatePlanRequest_CASPathSelectorConditionalStateResourceLimits struct{}

func (UpdatePlanRequest_CASPathSelectorConditionalStateResourceLimits) FieldPath

func (UpdatePlanRequest_CASPathSelectorConditionalStateResourceLimits) WithArrayOfValues

func (UpdatePlanRequest_CASPathSelectorConditionalStateResourceLimits) WithItemValue

func (UpdatePlanRequest_CASPathSelectorConditionalStateResourceLimits) WithValue

type UpdatePlanRequest_CASPathSelectorConditionalStateResourceLimitsResource

type UpdatePlanRequest_CASPathSelectorConditionalStateResourceLimitsResource struct{}

func (UpdatePlanRequest_CASPathSelectorConditionalStateResourceLimitsResource) FieldPath

func (UpdatePlanRequest_CASPathSelectorConditionalStateResourceLimitsResource) WithArrayOfValues

func (UpdatePlanRequest_CASPathSelectorConditionalStateResourceLimitsResource) WithValue

type UpdatePlanRequest_CASPathSelectorConditionalStateResourceLimitsValue

type UpdatePlanRequest_CASPathSelectorConditionalStateResourceLimitsValue struct{}

func (UpdatePlanRequest_CASPathSelectorConditionalStateResourceLimitsValue) FieldPath

func (UpdatePlanRequest_CASPathSelectorConditionalStateResourceLimitsValue) WithArrayOfValues

func (UpdatePlanRequest_CASPathSelectorConditionalStateResourceLimitsValue) WithValue

type UpdatePlanRequest_CASPathSelectorConditionalStateService

type UpdatePlanRequest_CASPathSelectorConditionalStateService struct{}

func (UpdatePlanRequest_CASPathSelectorConditionalStateService) FieldPath

func (UpdatePlanRequest_CASPathSelectorConditionalStateService) WithArrayOfValues

func (UpdatePlanRequest_CASPathSelectorConditionalStateService) WithValue

type UpdatePlanRequest_CASPathSelectorFieldMask

type UpdatePlanRequest_CASPathSelectorFieldMask struct{}

func (UpdatePlanRequest_CASPathSelectorFieldMask) FieldPath

func (UpdatePlanRequest_CASPathSelectorFieldMask) WithArrayOfValues

func (UpdatePlanRequest_CASPathSelectorFieldMask) WithValue

type UpdatePlanRequest_CAS_FieldMask

type UpdatePlanRequest_CAS_FieldMask struct {
	Paths []UpdatePlanRequestCAS_FieldPath
}

func FullUpdatePlanRequest_CAS_FieldMask

func FullUpdatePlanRequest_CAS_FieldMask() *UpdatePlanRequest_CAS_FieldMask

func (*UpdatePlanRequest_CAS_FieldMask) AppendPath

func (*UpdatePlanRequest_CAS_FieldMask) AppendRawPath

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

func (*UpdatePlanRequest_CAS_FieldMask) DecodeFirestore

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

func (*UpdatePlanRequest_CAS_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*UpdatePlanRequest_CAS_FieldMask) FilterInputFields

func (fieldMask *UpdatePlanRequest_CAS_FieldMask) FilterInputFields() *UpdatePlanRequest_CAS_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*UpdatePlanRequest_CAS_FieldMask) FromProtoFieldMask

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

func (*UpdatePlanRequest_CAS_FieldMask) GetPaths

func (*UpdatePlanRequest_CAS_FieldMask) GetRawPaths

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

func (*UpdatePlanRequest_CAS_FieldMask) IsFull

func (fieldMask *UpdatePlanRequest_CAS_FieldMask) IsFull() bool

func (UpdatePlanRequest_CAS_FieldMask) Marshal

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

implement methods required by customType

func (UpdatePlanRequest_CAS_FieldMask) MarshalJSON

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

func (*UpdatePlanRequest_CAS_FieldMask) PathsCount

func (fieldMask *UpdatePlanRequest_CAS_FieldMask) PathsCount() int

func (*UpdatePlanRequest_CAS_FieldMask) Project

func (*UpdatePlanRequest_CAS_FieldMask) ProjectRaw

func (*UpdatePlanRequest_CAS_FieldMask) ProtoMessage

func (fieldMask *UpdatePlanRequest_CAS_FieldMask) ProtoMessage()

func (*UpdatePlanRequest_CAS_FieldMask) ProtoReflect

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

func (*UpdatePlanRequest_CAS_FieldMask) Reset

func (fieldMask *UpdatePlanRequest_CAS_FieldMask) Reset()

func (*UpdatePlanRequest_CAS_FieldMask) Set

func (fieldMask *UpdatePlanRequest_CAS_FieldMask) Set(target, source *UpdatePlanRequest_CAS)

func (*UpdatePlanRequest_CAS_FieldMask) SetFromCliFlag

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

func (*UpdatePlanRequest_CAS_FieldMask) SetRaw

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

func (*UpdatePlanRequest_CAS_FieldMask) Size

func (fieldMask *UpdatePlanRequest_CAS_FieldMask) Size() int

func (*UpdatePlanRequest_CAS_FieldMask) String

func (fieldMask *UpdatePlanRequest_CAS_FieldMask) String() string

func (*UpdatePlanRequest_CAS_FieldMask) Subtract

func (*UpdatePlanRequest_CAS_FieldMask) SubtractRaw

func (*UpdatePlanRequest_CAS_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*UpdatePlanRequest_CAS_FieldMask) Unmarshal

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

func (*UpdatePlanRequest_CAS_FieldMask) UnmarshalJSON

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

type UpdatePlanRequest_FieldMask

type UpdatePlanRequest_FieldMask struct {
	Paths []UpdatePlanRequest_FieldPath
}

func FullUpdatePlanRequest_FieldMask

func FullUpdatePlanRequest_FieldMask() *UpdatePlanRequest_FieldMask

func (*UpdatePlanRequest_FieldMask) AppendPath

func (fieldMask *UpdatePlanRequest_FieldMask) AppendPath(path UpdatePlanRequest_FieldPath)

func (*UpdatePlanRequest_FieldMask) AppendRawPath

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

func (*UpdatePlanRequest_FieldMask) DecodeFirestore

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

func (*UpdatePlanRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*UpdatePlanRequest_FieldMask) FilterInputFields

func (fieldMask *UpdatePlanRequest_FieldMask) FilterInputFields() *UpdatePlanRequest_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*UpdatePlanRequest_FieldMask) FromProtoFieldMask

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

func (*UpdatePlanRequest_FieldMask) GetPaths

func (*UpdatePlanRequest_FieldMask) GetRawPaths

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

func (*UpdatePlanRequest_FieldMask) IsFull

func (fieldMask *UpdatePlanRequest_FieldMask) IsFull() bool

func (UpdatePlanRequest_FieldMask) Marshal

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

implement methods required by customType

func (UpdatePlanRequest_FieldMask) MarshalJSON

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

func (*UpdatePlanRequest_FieldMask) PathsCount

func (fieldMask *UpdatePlanRequest_FieldMask) PathsCount() int

func (*UpdatePlanRequest_FieldMask) Project

func (*UpdatePlanRequest_FieldMask) ProjectRaw

func (*UpdatePlanRequest_FieldMask) ProtoMessage

func (fieldMask *UpdatePlanRequest_FieldMask) ProtoMessage()

func (*UpdatePlanRequest_FieldMask) ProtoReflect

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

func (*UpdatePlanRequest_FieldMask) Reset

func (fieldMask *UpdatePlanRequest_FieldMask) Reset()

func (*UpdatePlanRequest_FieldMask) Set

func (fieldMask *UpdatePlanRequest_FieldMask) Set(target, source *UpdatePlanRequest)

func (*UpdatePlanRequest_FieldMask) SetFromCliFlag

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

func (*UpdatePlanRequest_FieldMask) SetRaw

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

func (*UpdatePlanRequest_FieldMask) Size

func (fieldMask *UpdatePlanRequest_FieldMask) Size() int

func (*UpdatePlanRequest_FieldMask) String

func (fieldMask *UpdatePlanRequest_FieldMask) String() string

func (*UpdatePlanRequest_FieldMask) Subtract

func (*UpdatePlanRequest_FieldMask) SubtractRaw

func (*UpdatePlanRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*UpdatePlanRequest_FieldMask) Unmarshal

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

func (*UpdatePlanRequest_FieldMask) UnmarshalJSON

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

type UpdatePlanRequest_FieldPath

type UpdatePlanRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() UpdatePlanRequest_FieldPathSelector
	Get(source *UpdatePlanRequest) []interface{}
	GetSingle(source *UpdatePlanRequest) (interface{}, bool)
	ClearValue(item *UpdatePlanRequest)

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

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

func MustParseUpdatePlanRequest_FieldPath

func MustParseUpdatePlanRequest_FieldPath(rawField string) UpdatePlanRequest_FieldPath

func ParseUpdatePlanRequest_FieldPath

func ParseUpdatePlanRequest_FieldPath(rawField string) (UpdatePlanRequest_FieldPath, error)

type UpdatePlanRequest_FieldPathArrayItemValue

type UpdatePlanRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	UpdatePlanRequest_FieldPath
	ContainsValue(*UpdatePlanRequest) bool
}

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

func MustParseUpdatePlanRequest_FieldPathArrayItemValue

func MustParseUpdatePlanRequest_FieldPathArrayItemValue(pathStr, valueStr string) UpdatePlanRequest_FieldPathArrayItemValue

func ParseUpdatePlanRequest_FieldPathArrayItemValue

func ParseUpdatePlanRequest_FieldPathArrayItemValue(pathStr, valueStr string) (UpdatePlanRequest_FieldPathArrayItemValue, error)

ParseUpdatePlanRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type UpdatePlanRequest_FieldPathArrayOfValues

type UpdatePlanRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	UpdatePlanRequest_FieldPath
}

UpdatePlanRequest_FieldPathArrayOfValues allows storing slice of values for UpdatePlanRequest fields according to their type

func MustParseUpdatePlanRequest_FieldPathArrayOfValues

func MustParseUpdatePlanRequest_FieldPathArrayOfValues(pathStr, valuesStr string) UpdatePlanRequest_FieldPathArrayOfValues

func ParseUpdatePlanRequest_FieldPathArrayOfValues

func ParseUpdatePlanRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (UpdatePlanRequest_FieldPathArrayOfValues, error)

type UpdatePlanRequest_FieldPathSelector

type UpdatePlanRequest_FieldPathSelector int32
const (
	UpdatePlanRequest_FieldPathSelectorPlan       UpdatePlanRequest_FieldPathSelector = 0
	UpdatePlanRequest_FieldPathSelectorUpdateMask UpdatePlanRequest_FieldPathSelector = 1
	UpdatePlanRequest_FieldPathSelectorCas        UpdatePlanRequest_FieldPathSelector = 2
)

func (UpdatePlanRequest_FieldPathSelector) String

type UpdatePlanRequest_FieldPathValue

type UpdatePlanRequest_FieldPathValue interface {
	UpdatePlanRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **UpdatePlanRequest)
	CompareWith(*UpdatePlanRequest) (cmp int, comparable bool)
}

UpdatePlanRequest_FieldPathValue allows storing values for UpdatePlanRequest fields according to their type

func MustParseUpdatePlanRequest_FieldPathValue

func MustParseUpdatePlanRequest_FieldPathValue(pathStr, valueStr string) UpdatePlanRequest_FieldPathValue

func ParseUpdatePlanRequest_FieldPathValue

func ParseUpdatePlanRequest_FieldPathValue(pathStr, valueStr string) (UpdatePlanRequest_FieldPathValue, error)

type UpdatePlanRequest_FieldSubPath

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

func (*UpdatePlanRequest_FieldSubPath) AsCasSubPath

func (*UpdatePlanRequest_FieldSubPath) AsPlanSubPath

func (fps *UpdatePlanRequest_FieldSubPath) AsPlanSubPath() (plan.Plan_FieldPath, bool)

func (*UpdatePlanRequest_FieldSubPath) ClearValue

func (fps *UpdatePlanRequest_FieldSubPath) ClearValue(item *UpdatePlanRequest)

func (*UpdatePlanRequest_FieldSubPath) ClearValueRaw

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

func (*UpdatePlanRequest_FieldSubPath) Get

func (fps *UpdatePlanRequest_FieldSubPath) Get(source *UpdatePlanRequest) (values []interface{})

Get returns all values pointed by selected field from source UpdatePlanRequest

func (*UpdatePlanRequest_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*UpdatePlanRequest_FieldSubPath) GetRaw

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

func (*UpdatePlanRequest_FieldSubPath) GetSingle

func (fps *UpdatePlanRequest_FieldSubPath) GetSingle(source *UpdatePlanRequest) (interface{}, bool)

GetSingle returns value of selected field from source UpdatePlanRequest

func (*UpdatePlanRequest_FieldSubPath) GetSingleRaw

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

func (*UpdatePlanRequest_FieldSubPath) IsLeaf

func (fps *UpdatePlanRequest_FieldSubPath) IsLeaf() bool

IsLeaf - whether field path is holds simple value

func (*UpdatePlanRequest_FieldSubPath) JSONString

func (fps *UpdatePlanRequest_FieldSubPath) JSONString() string

JSONString returns path representation is JSON convention

func (*UpdatePlanRequest_FieldSubPath) Selector

func (*UpdatePlanRequest_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*UpdatePlanRequest_FieldSubPath) String

func (fps *UpdatePlanRequest_FieldSubPath) String() string

String returns path representation in proto convention

func (*UpdatePlanRequest_FieldSubPath) WithIArrayItemValue

func (fps *UpdatePlanRequest_FieldSubPath) WithIArrayItemValue(value interface{}) UpdatePlanRequest_FieldPathArrayItemValue

func (*UpdatePlanRequest_FieldSubPath) WithIArrayOfValues

func (fps *UpdatePlanRequest_FieldSubPath) WithIArrayOfValues(values interface{}) UpdatePlanRequest_FieldPathArrayOfValues

func (*UpdatePlanRequest_FieldSubPath) WithIValue

func (fps *UpdatePlanRequest_FieldSubPath) WithIValue(value interface{}) UpdatePlanRequest_FieldPathValue

func (*UpdatePlanRequest_FieldSubPath) WithRawIArrayItemValue

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

func (*UpdatePlanRequest_FieldSubPath) WithRawIArrayOfValues

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

func (*UpdatePlanRequest_FieldSubPath) WithRawIValue

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

type UpdatePlanRequest_FieldSubPathArrayItemValue

type UpdatePlanRequest_FieldSubPathArrayItemValue struct {
	UpdatePlanRequest_FieldPath
	// contains filtered or unexported fields
}

func (*UpdatePlanRequest_FieldSubPathArrayItemValue) AsCasPathItemValue

func (*UpdatePlanRequest_FieldSubPathArrayItemValue) AsPlanPathItemValue

func (*UpdatePlanRequest_FieldSubPathArrayItemValue) ContainsValue

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

func (*UpdatePlanRequest_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type UpdatePlanRequest_FieldSubPathArrayOfValues

type UpdatePlanRequest_FieldSubPathArrayOfValues struct {
	UpdatePlanRequest_FieldPath
	// contains filtered or unexported fields
}

func (*UpdatePlanRequest_FieldSubPathArrayOfValues) AsCasPathArrayOfValues

func (*UpdatePlanRequest_FieldSubPathArrayOfValues) AsPlanPathArrayOfValues

func (*UpdatePlanRequest_FieldSubPathArrayOfValues) GetRawValues

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

type UpdatePlanRequest_FieldSubPathValue

type UpdatePlanRequest_FieldSubPathValue struct {
	UpdatePlanRequest_FieldPath
	// contains filtered or unexported fields
}

func (*UpdatePlanRequest_FieldSubPathValue) AsCasPathValue

func (*UpdatePlanRequest_FieldSubPathValue) AsPlanPathValue

func (*UpdatePlanRequest_FieldSubPathValue) CompareWith

func (fpvs *UpdatePlanRequest_FieldSubPathValue) CompareWith(source *UpdatePlanRequest) (int, bool)

func (*UpdatePlanRequest_FieldSubPathValue) CompareWithRaw

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

func (*UpdatePlanRequest_FieldSubPathValue) GetRawValue

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

func (*UpdatePlanRequest_FieldSubPathValue) SetTo

func (*UpdatePlanRequest_FieldSubPathValue) SetToRaw

func (fpvs *UpdatePlanRequest_FieldSubPathValue) SetToRaw(target proto.Message)

type UpdatePlanRequest_FieldTerminalPath

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

func (*UpdatePlanRequest_FieldTerminalPath) ClearValue

func (*UpdatePlanRequest_FieldTerminalPath) ClearValueRaw

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

func (*UpdatePlanRequest_FieldTerminalPath) Get

func (fp *UpdatePlanRequest_FieldTerminalPath) Get(source *UpdatePlanRequest) (values []interface{})

Get returns all values pointed by specific field from source UpdatePlanRequest

func (*UpdatePlanRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*UpdatePlanRequest_FieldTerminalPath) GetRaw

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

func (*UpdatePlanRequest_FieldTerminalPath) GetSingle

func (fp *UpdatePlanRequest_FieldTerminalPath) GetSingle(source *UpdatePlanRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source UpdatePlanRequest

func (*UpdatePlanRequest_FieldTerminalPath) GetSingleRaw

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

func (*UpdatePlanRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdatePlanRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdatePlanRequest_FieldTerminalPath) Selector

func (*UpdatePlanRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*UpdatePlanRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*UpdatePlanRequest_FieldTerminalPath) WithIArrayItemValue

func (fp *UpdatePlanRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) UpdatePlanRequest_FieldPathArrayItemValue

func (*UpdatePlanRequest_FieldTerminalPath) WithIArrayOfValues

func (fp *UpdatePlanRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) UpdatePlanRequest_FieldPathArrayOfValues

func (*UpdatePlanRequest_FieldTerminalPath) WithIValue

func (*UpdatePlanRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*UpdatePlanRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*UpdatePlanRequest_FieldTerminalPath) WithRawIValue

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

type UpdatePlanRequest_FieldTerminalPathArrayItemValue

type UpdatePlanRequest_FieldTerminalPathArrayItemValue struct {
	UpdatePlanRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdatePlanRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*UpdatePlanRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*UpdatePlanRequest_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *UpdatePlanRequest_FieldTerminalPathArrayItemValue) GetSingle(source *UpdatePlanRequest) (interface{}, bool)

func (*UpdatePlanRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type UpdatePlanRequest_FieldTerminalPathArrayOfValues

type UpdatePlanRequest_FieldTerminalPathArrayOfValues struct {
	UpdatePlanRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdatePlanRequest_FieldTerminalPathArrayOfValues) AsCasArrayOfValues

func (*UpdatePlanRequest_FieldTerminalPathArrayOfValues) AsPlanArrayOfValues

func (fpaov *UpdatePlanRequest_FieldTerminalPathArrayOfValues) AsPlanArrayOfValues() ([]*plan.Plan, bool)

func (*UpdatePlanRequest_FieldTerminalPathArrayOfValues) AsUpdateMaskArrayOfValues

func (fpaov *UpdatePlanRequest_FieldTerminalPathArrayOfValues) AsUpdateMaskArrayOfValues() ([]*plan.Plan_FieldMask, bool)

func (*UpdatePlanRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type UpdatePlanRequest_FieldTerminalPathValue

type UpdatePlanRequest_FieldTerminalPathValue struct {
	UpdatePlanRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdatePlanRequest_FieldTerminalPathValue) AsCasValue

func (*UpdatePlanRequest_FieldTerminalPathValue) AsPlanValue

func (fpv *UpdatePlanRequest_FieldTerminalPathValue) AsPlanValue() (*plan.Plan, bool)

func (*UpdatePlanRequest_FieldTerminalPathValue) AsUpdateMaskValue

func (*UpdatePlanRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'UpdatePlanRequest_FieldTerminalPathValue' with the value under path in 'UpdatePlanRequest'.

func (*UpdatePlanRequest_FieldTerminalPathValue) CompareWithRaw

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

func (*UpdatePlanRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*UpdatePlanRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object UpdatePlanRequest

func (*UpdatePlanRequest_FieldTerminalPathValue) SetToRaw

type WatchPlanClientStream

type WatchPlanClientStream interface {
	Recv() (*WatchPlanResponse, error)
	grpc.ClientStream
}

type WatchPlanDescriptor

type WatchPlanDescriptor struct{}

func GetWatchPlanDescriptor

func GetWatchPlanDescriptor() *WatchPlanDescriptor

func (*WatchPlanDescriptor) GetApiDescriptor

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

func (*WatchPlanDescriptor) GetApiName

func (d *WatchPlanDescriptor) GetApiName() string

func (*WatchPlanDescriptor) GetClientMsgReflectHandle

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

func (*WatchPlanDescriptor) GetFullMethodName

func (d *WatchPlanDescriptor) GetFullMethodName() string

func (*WatchPlanDescriptor) GetMethodName

func (d *WatchPlanDescriptor) GetMethodName() string

func (*WatchPlanDescriptor) GetProtoPkgName

func (d *WatchPlanDescriptor) GetProtoPkgName() string

func (*WatchPlanDescriptor) GetResourceDescriptor

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

func (*WatchPlanDescriptor) GetServerMsgReflectHandle

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

func (*WatchPlanDescriptor) GetServiceDomain

func (d *WatchPlanDescriptor) GetServiceDomain() string

func (*WatchPlanDescriptor) GetServiceVersion

func (d *WatchPlanDescriptor) GetServiceVersion() string

func (*WatchPlanDescriptor) GetVerb

func (d *WatchPlanDescriptor) GetVerb() string

func (*WatchPlanDescriptor) HasResource

func (d *WatchPlanDescriptor) HasResource() bool

func (*WatchPlanDescriptor) IsClientStream

func (d *WatchPlanDescriptor) IsClientStream() bool

func (*WatchPlanDescriptor) IsCollection

func (d *WatchPlanDescriptor) IsCollection() bool

func (*WatchPlanDescriptor) IsPlural

func (d *WatchPlanDescriptor) IsPlural() bool

func (*WatchPlanDescriptor) IsServerStream

func (d *WatchPlanDescriptor) IsServerStream() bool

func (*WatchPlanDescriptor) IsUnary

func (d *WatchPlanDescriptor) IsUnary() bool

func (*WatchPlanDescriptor) NewEmptyClientMsg

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

func (*WatchPlanDescriptor) NewEmptyServerMsg

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

func (*WatchPlanDescriptor) RequestHasResourceBody

func (d *WatchPlanDescriptor) RequestHasResourceBody() bool

type WatchPlanDescriptorClientMsgHandle

type WatchPlanDescriptorClientMsgHandle struct{}

func (*WatchPlanDescriptorClientMsgHandle) ExtractCollectionName

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

func (*WatchPlanDescriptorClientMsgHandle) ExtractResourceName

func (*WatchPlanDescriptorClientMsgHandle) ExtractResourceNames

type WatchPlanDescriptorServerMsgHandle

type WatchPlanDescriptorServerMsgHandle struct{}

func (*WatchPlanDescriptorServerMsgHandle) ExtractCollectionName

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

func (*WatchPlanDescriptorServerMsgHandle) ExtractResourceName

func (*WatchPlanDescriptorServerMsgHandle) ExtractResourceNames

type WatchPlanRequest

type WatchPlanRequest struct {

	// Reference to ntt.limits.v1alpha2.Plan
	Name *plan.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 *plan.Plan_FieldMask `` /* 136-byte string literal not displayed */
	// View defines list of standard response fields present in response items.
	// Additional fields can be amended by request field field_mask
	View view.View `protobuf:"varint,4,opt,name=view,proto3,enum=goten.view.View" json:"view,omitempty" firestore:"view"`
	// contains filtered or unexported fields
}

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

func (*WatchPlanRequest) Clone

func (o *WatchPlanRequest) Clone() *WatchPlanRequest

func (*WatchPlanRequest) CloneRaw

func (*WatchPlanRequest) Descriptor

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

Deprecated, Use WatchPlanRequest.ProtoReflect.Descriptor instead.

func (*WatchPlanRequest) GetFieldMask

func (m *WatchPlanRequest) GetFieldMask() *plan.Plan_FieldMask

func (*WatchPlanRequest) GetName

func (m *WatchPlanRequest) GetName() *plan.Reference

func (*WatchPlanRequest) GetView

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

func (*WatchPlanRequest) GotenMessage

func (*WatchPlanRequest) GotenMessage()

func (*WatchPlanRequest) GotenObjectExt

func (o *WatchPlanRequest) GotenObjectExt()

func (*WatchPlanRequest) GotenValidate

func (obj *WatchPlanRequest) GotenValidate() error

func (*WatchPlanRequest) MakeDiffFieldMask

func (o *WatchPlanRequest) MakeDiffFieldMask(other *WatchPlanRequest) *WatchPlanRequest_FieldMask

func (*WatchPlanRequest) MakeFullFieldMask

func (o *WatchPlanRequest) MakeFullFieldMask() *WatchPlanRequest_FieldMask

func (*WatchPlanRequest) MakeRawDiffFieldMask

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

func (*WatchPlanRequest) MakeRawFullFieldMask

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

func (*WatchPlanRequest) Marshal

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

func (*WatchPlanRequest) MarshalJSON

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

func (*WatchPlanRequest) Merge

func (o *WatchPlanRequest) Merge(source *WatchPlanRequest)

func (*WatchPlanRequest) MergeRaw

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

func (*WatchPlanRequest) ProtoMessage

func (*WatchPlanRequest) ProtoMessage()

func (*WatchPlanRequest) ProtoReflect

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

func (*WatchPlanRequest) Reset

func (m *WatchPlanRequest) Reset()

func (*WatchPlanRequest) SetFieldMask

func (m *WatchPlanRequest) SetFieldMask(fv *plan.Plan_FieldMask)

func (*WatchPlanRequest) SetName

func (m *WatchPlanRequest) SetName(fv *plan.Reference)

func (*WatchPlanRequest) SetView

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

func (*WatchPlanRequest) String

func (m *WatchPlanRequest) String() string

func (*WatchPlanRequest) Unmarshal

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

func (*WatchPlanRequest) UnmarshalJSON

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

type WatchPlanRequestFieldPathBuilder

type WatchPlanRequestFieldPathBuilder struct{}

func NewWatchPlanRequestFieldPathBuilder

func NewWatchPlanRequestFieldPathBuilder() WatchPlanRequestFieldPathBuilder

func (WatchPlanRequestFieldPathBuilder) FieldMask

func (WatchPlanRequestFieldPathBuilder) Name

func (WatchPlanRequestFieldPathBuilder) View

type WatchPlanRequestPathSelectorFieldMask

type WatchPlanRequestPathSelectorFieldMask struct{}

func (WatchPlanRequestPathSelectorFieldMask) FieldPath

func (WatchPlanRequestPathSelectorFieldMask) WithArrayOfValues

func (WatchPlanRequestPathSelectorFieldMask) WithValue

type WatchPlanRequestPathSelectorName

type WatchPlanRequestPathSelectorName struct{}

func (WatchPlanRequestPathSelectorName) FieldPath

func (WatchPlanRequestPathSelectorName) WithArrayOfValues

func (WatchPlanRequestPathSelectorName) WithValue

type WatchPlanRequestPathSelectorView

type WatchPlanRequestPathSelectorView struct{}

func (WatchPlanRequestPathSelectorView) FieldPath

func (WatchPlanRequestPathSelectorView) WithArrayOfValues

func (WatchPlanRequestPathSelectorView) WithValue

type WatchPlanRequest_FieldMask

type WatchPlanRequest_FieldMask struct {
	Paths []WatchPlanRequest_FieldPath
}

func FullWatchPlanRequest_FieldMask

func FullWatchPlanRequest_FieldMask() *WatchPlanRequest_FieldMask

func (*WatchPlanRequest_FieldMask) AppendPath

func (fieldMask *WatchPlanRequest_FieldMask) AppendPath(path WatchPlanRequest_FieldPath)

func (*WatchPlanRequest_FieldMask) AppendRawPath

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

func (*WatchPlanRequest_FieldMask) DecodeFirestore

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

func (*WatchPlanRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchPlanRequest_FieldMask) FilterInputFields

func (fieldMask *WatchPlanRequest_FieldMask) FilterInputFields() *WatchPlanRequest_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchPlanRequest_FieldMask) FromProtoFieldMask

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

func (*WatchPlanRequest_FieldMask) GetPaths

func (*WatchPlanRequest_FieldMask) GetRawPaths

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

func (*WatchPlanRequest_FieldMask) IsFull

func (fieldMask *WatchPlanRequest_FieldMask) IsFull() bool

func (WatchPlanRequest_FieldMask) Marshal

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

implement methods required by customType

func (WatchPlanRequest_FieldMask) MarshalJSON

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

func (*WatchPlanRequest_FieldMask) PathsCount

func (fieldMask *WatchPlanRequest_FieldMask) PathsCount() int

func (*WatchPlanRequest_FieldMask) Project

func (fieldMask *WatchPlanRequest_FieldMask) Project(source *WatchPlanRequest) *WatchPlanRequest

func (*WatchPlanRequest_FieldMask) ProjectRaw

func (*WatchPlanRequest_FieldMask) ProtoMessage

func (fieldMask *WatchPlanRequest_FieldMask) ProtoMessage()

func (*WatchPlanRequest_FieldMask) ProtoReflect

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

func (*WatchPlanRequest_FieldMask) Reset

func (fieldMask *WatchPlanRequest_FieldMask) Reset()

func (*WatchPlanRequest_FieldMask) Set

func (fieldMask *WatchPlanRequest_FieldMask) Set(target, source *WatchPlanRequest)

func (*WatchPlanRequest_FieldMask) SetFromCliFlag

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

func (*WatchPlanRequest_FieldMask) SetRaw

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

func (*WatchPlanRequest_FieldMask) Size

func (fieldMask *WatchPlanRequest_FieldMask) Size() int

func (*WatchPlanRequest_FieldMask) String

func (fieldMask *WatchPlanRequest_FieldMask) String() string

func (*WatchPlanRequest_FieldMask) Subtract

func (*WatchPlanRequest_FieldMask) SubtractRaw

func (*WatchPlanRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*WatchPlanRequest_FieldMask) Unmarshal

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

func (*WatchPlanRequest_FieldMask) UnmarshalJSON

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

type WatchPlanRequest_FieldPath

type WatchPlanRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchPlanRequest_FieldPathSelector
	Get(source *WatchPlanRequest) []interface{}
	GetSingle(source *WatchPlanRequest) (interface{}, bool)
	ClearValue(item *WatchPlanRequest)

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

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

func MustParseWatchPlanRequest_FieldPath

func MustParseWatchPlanRequest_FieldPath(rawField string) WatchPlanRequest_FieldPath

func ParseWatchPlanRequest_FieldPath

func ParseWatchPlanRequest_FieldPath(rawField string) (WatchPlanRequest_FieldPath, error)

type WatchPlanRequest_FieldPathArrayItemValue

type WatchPlanRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchPlanRequest_FieldPath
	ContainsValue(*WatchPlanRequest) bool
}

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

func MustParseWatchPlanRequest_FieldPathArrayItemValue

func MustParseWatchPlanRequest_FieldPathArrayItemValue(pathStr, valueStr string) WatchPlanRequest_FieldPathArrayItemValue

func ParseWatchPlanRequest_FieldPathArrayItemValue

func ParseWatchPlanRequest_FieldPathArrayItemValue(pathStr, valueStr string) (WatchPlanRequest_FieldPathArrayItemValue, error)

ParseWatchPlanRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchPlanRequest_FieldPathArrayOfValues

type WatchPlanRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchPlanRequest_FieldPath
}

WatchPlanRequest_FieldPathArrayOfValues allows storing slice of values for WatchPlanRequest fields according to their type

func MustParseWatchPlanRequest_FieldPathArrayOfValues

func MustParseWatchPlanRequest_FieldPathArrayOfValues(pathStr, valuesStr string) WatchPlanRequest_FieldPathArrayOfValues

func ParseWatchPlanRequest_FieldPathArrayOfValues

func ParseWatchPlanRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchPlanRequest_FieldPathArrayOfValues, error)

type WatchPlanRequest_FieldPathSelector

type WatchPlanRequest_FieldPathSelector int32
const (
	WatchPlanRequest_FieldPathSelectorName      WatchPlanRequest_FieldPathSelector = 0
	WatchPlanRequest_FieldPathSelectorFieldMask WatchPlanRequest_FieldPathSelector = 1
	WatchPlanRequest_FieldPathSelectorView      WatchPlanRequest_FieldPathSelector = 2
)

func (WatchPlanRequest_FieldPathSelector) String

type WatchPlanRequest_FieldPathValue

type WatchPlanRequest_FieldPathValue interface {
	WatchPlanRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchPlanRequest)
	CompareWith(*WatchPlanRequest) (cmp int, comparable bool)
}

WatchPlanRequest_FieldPathValue allows storing values for WatchPlanRequest fields according to their type

func MustParseWatchPlanRequest_FieldPathValue

func MustParseWatchPlanRequest_FieldPathValue(pathStr, valueStr string) WatchPlanRequest_FieldPathValue

func ParseWatchPlanRequest_FieldPathValue

func ParseWatchPlanRequest_FieldPathValue(pathStr, valueStr string) (WatchPlanRequest_FieldPathValue, error)

type WatchPlanRequest_FieldTerminalPath

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

func (*WatchPlanRequest_FieldTerminalPath) ClearValue

func (*WatchPlanRequest_FieldTerminalPath) ClearValueRaw

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

func (*WatchPlanRequest_FieldTerminalPath) Get

func (fp *WatchPlanRequest_FieldTerminalPath) Get(source *WatchPlanRequest) (values []interface{})

Get returns all values pointed by specific field from source WatchPlanRequest

func (*WatchPlanRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchPlanRequest_FieldTerminalPath) GetRaw

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

func (*WatchPlanRequest_FieldTerminalPath) GetSingle

func (fp *WatchPlanRequest_FieldTerminalPath) GetSingle(source *WatchPlanRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source WatchPlanRequest

func (*WatchPlanRequest_FieldTerminalPath) GetSingleRaw

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

func (*WatchPlanRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchPlanRequest_FieldTerminalPath) JSONString

func (fp *WatchPlanRequest_FieldTerminalPath) JSONString() string

JSONString returns path representation is JSON convention

func (*WatchPlanRequest_FieldTerminalPath) Selector

func (*WatchPlanRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*WatchPlanRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchPlanRequest_FieldTerminalPath) WithIArrayItemValue

func (fp *WatchPlanRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) WatchPlanRequest_FieldPathArrayItemValue

func (*WatchPlanRequest_FieldTerminalPath) WithIArrayOfValues

func (fp *WatchPlanRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchPlanRequest_FieldPathArrayOfValues

func (*WatchPlanRequest_FieldTerminalPath) WithIValue

func (fp *WatchPlanRequest_FieldTerminalPath) WithIValue(value interface{}) WatchPlanRequest_FieldPathValue

func (*WatchPlanRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*WatchPlanRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchPlanRequest_FieldTerminalPath) WithRawIValue

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

type WatchPlanRequest_FieldTerminalPathArrayItemValue

type WatchPlanRequest_FieldTerminalPathArrayItemValue struct {
	WatchPlanRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPlanRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchPlanRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchPlanRequest_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *WatchPlanRequest_FieldTerminalPathArrayItemValue) GetSingle(source *WatchPlanRequest) (interface{}, bool)

func (*WatchPlanRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchPlanRequest_FieldTerminalPathArrayOfValues

type WatchPlanRequest_FieldTerminalPathArrayOfValues struct {
	WatchPlanRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPlanRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (fpaov *WatchPlanRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*plan.Plan_FieldMask, bool)

func (*WatchPlanRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (fpaov *WatchPlanRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*plan.Reference, bool)

func (*WatchPlanRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

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

func (*WatchPlanRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchPlanRequest_FieldTerminalPathValue

type WatchPlanRequest_FieldTerminalPathValue struct {
	WatchPlanRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPlanRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*WatchPlanRequest_FieldTerminalPathValue) AsNameValue

func (*WatchPlanRequest_FieldTerminalPathValue) AsViewValue

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

func (*WatchPlanRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchPlanRequest_FieldTerminalPathValue' with the value under path in 'WatchPlanRequest'.

func (*WatchPlanRequest_FieldTerminalPathValue) CompareWithRaw

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

func (*WatchPlanRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchPlanRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchPlanRequest

func (*WatchPlanRequest_FieldTerminalPathValue) SetToRaw

type WatchPlanResponse

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

WatchPlanResponse

func (*WatchPlanResponse) Clone

func (*WatchPlanResponse) CloneRaw

func (*WatchPlanResponse) Descriptor

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

Deprecated, Use WatchPlanResponse.ProtoReflect.Descriptor instead.

func (*WatchPlanResponse) GetChange

func (m *WatchPlanResponse) GetChange() *plan.PlanChange

func (*WatchPlanResponse) GotenMessage

func (*WatchPlanResponse) GotenMessage()

func (*WatchPlanResponse) GotenObjectExt

func (o *WatchPlanResponse) GotenObjectExt()

func (*WatchPlanResponse) GotenValidate

func (obj *WatchPlanResponse) GotenValidate() error

func (*WatchPlanResponse) MakeDiffFieldMask

func (o *WatchPlanResponse) MakeDiffFieldMask(other *WatchPlanResponse) *WatchPlanResponse_FieldMask

func (*WatchPlanResponse) MakeFullFieldMask

func (o *WatchPlanResponse) MakeFullFieldMask() *WatchPlanResponse_FieldMask

func (*WatchPlanResponse) MakeRawDiffFieldMask

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

func (*WatchPlanResponse) MakeRawFullFieldMask

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

func (*WatchPlanResponse) Marshal

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

func (*WatchPlanResponse) MarshalJSON

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

func (*WatchPlanResponse) Merge

func (o *WatchPlanResponse) Merge(source *WatchPlanResponse)

func (*WatchPlanResponse) MergeRaw

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

func (*WatchPlanResponse) ProtoMessage

func (*WatchPlanResponse) ProtoMessage()

func (*WatchPlanResponse) ProtoReflect

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

func (*WatchPlanResponse) Reset

func (m *WatchPlanResponse) Reset()

func (*WatchPlanResponse) SetChange

func (m *WatchPlanResponse) SetChange(fv *plan.PlanChange)

func (*WatchPlanResponse) String

func (m *WatchPlanResponse) String() string

func (*WatchPlanResponse) Unmarshal

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

func (*WatchPlanResponse) UnmarshalJSON

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

type WatchPlanResponseFieldPathBuilder

type WatchPlanResponseFieldPathBuilder struct{}

func NewWatchPlanResponseFieldPathBuilder

func NewWatchPlanResponseFieldPathBuilder() WatchPlanResponseFieldPathBuilder

func (WatchPlanResponseFieldPathBuilder) Change

type WatchPlanResponsePathSelectorChange

type WatchPlanResponsePathSelectorChange struct{}

func (WatchPlanResponsePathSelectorChange) FieldPath

func (WatchPlanResponsePathSelectorChange) WithArrayOfValues

func (WatchPlanResponsePathSelectorChange) WithValue

type WatchPlanResponse_FieldMask

type WatchPlanResponse_FieldMask struct {
	Paths []WatchPlanResponse_FieldPath
}

func FullWatchPlanResponse_FieldMask

func FullWatchPlanResponse_FieldMask() *WatchPlanResponse_FieldMask

func (*WatchPlanResponse_FieldMask) AppendPath

func (fieldMask *WatchPlanResponse_FieldMask) AppendPath(path WatchPlanResponse_FieldPath)

func (*WatchPlanResponse_FieldMask) AppendRawPath

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

func (*WatchPlanResponse_FieldMask) DecodeFirestore

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

func (*WatchPlanResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchPlanResponse_FieldMask) FilterInputFields

func (fieldMask *WatchPlanResponse_FieldMask) FilterInputFields() *WatchPlanResponse_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchPlanResponse_FieldMask) FromProtoFieldMask

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

func (*WatchPlanResponse_FieldMask) GetPaths

func (*WatchPlanResponse_FieldMask) GetRawPaths

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

func (*WatchPlanResponse_FieldMask) IsFull

func (fieldMask *WatchPlanResponse_FieldMask) IsFull() bool

func (WatchPlanResponse_FieldMask) Marshal

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

implement methods required by customType

func (WatchPlanResponse_FieldMask) MarshalJSON

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

func (*WatchPlanResponse_FieldMask) PathsCount

func (fieldMask *WatchPlanResponse_FieldMask) PathsCount() int

func (*WatchPlanResponse_FieldMask) Project

func (*WatchPlanResponse_FieldMask) ProjectRaw

func (*WatchPlanResponse_FieldMask) ProtoMessage

func (fieldMask *WatchPlanResponse_FieldMask) ProtoMessage()

func (*WatchPlanResponse_FieldMask) ProtoReflect

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

func (*WatchPlanResponse_FieldMask) Reset

func (fieldMask *WatchPlanResponse_FieldMask) Reset()

func (*WatchPlanResponse_FieldMask) Set

func (fieldMask *WatchPlanResponse_FieldMask) Set(target, source *WatchPlanResponse)

func (*WatchPlanResponse_FieldMask) SetFromCliFlag

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

func (*WatchPlanResponse_FieldMask) SetRaw

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

func (*WatchPlanResponse_FieldMask) Size

func (fieldMask *WatchPlanResponse_FieldMask) Size() int

func (*WatchPlanResponse_FieldMask) String

func (fieldMask *WatchPlanResponse_FieldMask) String() string

func (*WatchPlanResponse_FieldMask) Subtract

func (*WatchPlanResponse_FieldMask) SubtractRaw

func (*WatchPlanResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*WatchPlanResponse_FieldMask) Unmarshal

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

func (*WatchPlanResponse_FieldMask) UnmarshalJSON

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

type WatchPlanResponse_FieldPath

type WatchPlanResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchPlanResponse_FieldPathSelector
	Get(source *WatchPlanResponse) []interface{}
	GetSingle(source *WatchPlanResponse) (interface{}, bool)
	ClearValue(item *WatchPlanResponse)

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

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

func MustParseWatchPlanResponse_FieldPath

func MustParseWatchPlanResponse_FieldPath(rawField string) WatchPlanResponse_FieldPath

func ParseWatchPlanResponse_FieldPath

func ParseWatchPlanResponse_FieldPath(rawField string) (WatchPlanResponse_FieldPath, error)

type WatchPlanResponse_FieldPathArrayItemValue

type WatchPlanResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchPlanResponse_FieldPath
	ContainsValue(*WatchPlanResponse) bool
}

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

func MustParseWatchPlanResponse_FieldPathArrayItemValue

func MustParseWatchPlanResponse_FieldPathArrayItemValue(pathStr, valueStr string) WatchPlanResponse_FieldPathArrayItemValue

func ParseWatchPlanResponse_FieldPathArrayItemValue

func ParseWatchPlanResponse_FieldPathArrayItemValue(pathStr, valueStr string) (WatchPlanResponse_FieldPathArrayItemValue, error)

ParseWatchPlanResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchPlanResponse_FieldPathArrayOfValues

type WatchPlanResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchPlanResponse_FieldPath
}

WatchPlanResponse_FieldPathArrayOfValues allows storing slice of values for WatchPlanResponse fields according to their type

func MustParseWatchPlanResponse_FieldPathArrayOfValues

func MustParseWatchPlanResponse_FieldPathArrayOfValues(pathStr, valuesStr string) WatchPlanResponse_FieldPathArrayOfValues

func ParseWatchPlanResponse_FieldPathArrayOfValues

func ParseWatchPlanResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchPlanResponse_FieldPathArrayOfValues, error)

type WatchPlanResponse_FieldPathSelector

type WatchPlanResponse_FieldPathSelector int32
const (
	WatchPlanResponse_FieldPathSelectorChange WatchPlanResponse_FieldPathSelector = 0
)

func (WatchPlanResponse_FieldPathSelector) String

type WatchPlanResponse_FieldPathValue

type WatchPlanResponse_FieldPathValue interface {
	WatchPlanResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchPlanResponse)
	CompareWith(*WatchPlanResponse) (cmp int, comparable bool)
}

WatchPlanResponse_FieldPathValue allows storing values for WatchPlanResponse fields according to their type

func MustParseWatchPlanResponse_FieldPathValue

func MustParseWatchPlanResponse_FieldPathValue(pathStr, valueStr string) WatchPlanResponse_FieldPathValue

func ParseWatchPlanResponse_FieldPathValue

func ParseWatchPlanResponse_FieldPathValue(pathStr, valueStr string) (WatchPlanResponse_FieldPathValue, error)

type WatchPlanResponse_FieldTerminalPath

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

func (*WatchPlanResponse_FieldTerminalPath) ClearValue

func (*WatchPlanResponse_FieldTerminalPath) ClearValueRaw

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

func (*WatchPlanResponse_FieldTerminalPath) Get

func (fp *WatchPlanResponse_FieldTerminalPath) Get(source *WatchPlanResponse) (values []interface{})

Get returns all values pointed by specific field from source WatchPlanResponse

func (*WatchPlanResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchPlanResponse_FieldTerminalPath) GetRaw

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

func (*WatchPlanResponse_FieldTerminalPath) GetSingle

func (fp *WatchPlanResponse_FieldTerminalPath) GetSingle(source *WatchPlanResponse) (interface{}, bool)

GetSingle returns value pointed by specific field of from source WatchPlanResponse

func (*WatchPlanResponse_FieldTerminalPath) GetSingleRaw

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

func (*WatchPlanResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchPlanResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchPlanResponse_FieldTerminalPath) Selector

func (*WatchPlanResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*WatchPlanResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchPlanResponse_FieldTerminalPath) WithIArrayItemValue

func (fp *WatchPlanResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) WatchPlanResponse_FieldPathArrayItemValue

func (*WatchPlanResponse_FieldTerminalPath) WithIArrayOfValues

func (fp *WatchPlanResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchPlanResponse_FieldPathArrayOfValues

func (*WatchPlanResponse_FieldTerminalPath) WithIValue

func (*WatchPlanResponse_FieldTerminalPath) WithRawIArrayItemValue

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

func (*WatchPlanResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchPlanResponse_FieldTerminalPath) WithRawIValue

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

type WatchPlanResponse_FieldTerminalPathArrayItemValue

type WatchPlanResponse_FieldTerminalPathArrayItemValue struct {
	WatchPlanResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPlanResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchPlanResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchPlanResponse_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *WatchPlanResponse_FieldTerminalPathArrayItemValue) GetSingle(source *WatchPlanResponse) (interface{}, bool)

func (*WatchPlanResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchPlanResponse_FieldTerminalPathArrayOfValues

type WatchPlanResponse_FieldTerminalPathArrayOfValues struct {
	WatchPlanResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPlanResponse_FieldTerminalPathArrayOfValues) AsChangeArrayOfValues

func (fpaov *WatchPlanResponse_FieldTerminalPathArrayOfValues) AsChangeArrayOfValues() ([]*plan.PlanChange, bool)

func (*WatchPlanResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchPlanResponse_FieldTerminalPathValue

type WatchPlanResponse_FieldTerminalPathValue struct {
	WatchPlanResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPlanResponse_FieldTerminalPathValue) AsChangeValue

func (*WatchPlanResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchPlanResponse_FieldTerminalPathValue' with the value under path in 'WatchPlanResponse'.

func (*WatchPlanResponse_FieldTerminalPathValue) CompareWithRaw

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

func (*WatchPlanResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchPlanResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchPlanResponse

func (*WatchPlanResponse_FieldTerminalPathValue) SetToRaw

type WatchPlansClientStream

type WatchPlansClientStream interface {
	Recv() (*WatchPlansResponse, error)
	grpc.ClientStream
}

type WatchPlansDescriptor

type WatchPlansDescriptor struct{}

func GetWatchPlansDescriptor

func GetWatchPlansDescriptor() *WatchPlansDescriptor

func (*WatchPlansDescriptor) GetApiDescriptor

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

func (*WatchPlansDescriptor) GetApiName

func (d *WatchPlansDescriptor) GetApiName() string

func (*WatchPlansDescriptor) GetClientMsgReflectHandle

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

func (*WatchPlansDescriptor) GetFullMethodName

func (d *WatchPlansDescriptor) GetFullMethodName() string

func (*WatchPlansDescriptor) GetMethodName

func (d *WatchPlansDescriptor) GetMethodName() string

func (*WatchPlansDescriptor) GetProtoPkgName

func (d *WatchPlansDescriptor) GetProtoPkgName() string

func (*WatchPlansDescriptor) GetResourceDescriptor

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

func (*WatchPlansDescriptor) GetServerMsgReflectHandle

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

func (*WatchPlansDescriptor) GetServiceDomain

func (d *WatchPlansDescriptor) GetServiceDomain() string

func (*WatchPlansDescriptor) GetServiceVersion

func (d *WatchPlansDescriptor) GetServiceVersion() string

func (*WatchPlansDescriptor) GetVerb

func (d *WatchPlansDescriptor) GetVerb() string

func (*WatchPlansDescriptor) HasResource

func (d *WatchPlansDescriptor) HasResource() bool

func (*WatchPlansDescriptor) IsClientStream

func (d *WatchPlansDescriptor) IsClientStream() bool

func (*WatchPlansDescriptor) IsCollection

func (d *WatchPlansDescriptor) IsCollection() bool

func (*WatchPlansDescriptor) IsPlural

func (d *WatchPlansDescriptor) IsPlural() bool

func (*WatchPlansDescriptor) IsServerStream

func (d *WatchPlansDescriptor) IsServerStream() bool

func (*WatchPlansDescriptor) IsUnary

func (d *WatchPlansDescriptor) IsUnary() bool

func (*WatchPlansDescriptor) NewEmptyClientMsg

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

func (*WatchPlansDescriptor) NewEmptyServerMsg

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

func (*WatchPlansDescriptor) RequestHasResourceBody

func (d *WatchPlansDescriptor) RequestHasResourceBody() bool

type WatchPlansDescriptorClientMsgHandle

type WatchPlansDescriptorClientMsgHandle struct{}

func (*WatchPlansDescriptorClientMsgHandle) ExtractCollectionName

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

func (*WatchPlansDescriptorClientMsgHandle) ExtractResourceName

func (*WatchPlansDescriptorClientMsgHandle) ExtractResourceNames

type WatchPlansDescriptorServerMsgHandle

type WatchPlansDescriptorServerMsgHandle struct{}

func (*WatchPlansDescriptorServerMsgHandle) ExtractCollectionName

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

func (*WatchPlansDescriptorServerMsgHandle) ExtractResourceName

func (*WatchPlansDescriptorServerMsgHandle) ExtractResourceNames

type WatchPlansRequest

type WatchPlansRequest struct {

	// Type of a watch. Identifies how server stream data to a client, which
	// fields in a request are allowed and which fields in response are relevant.
	Type watch_type.WatchType `protobuf:"varint,9,opt,name=type,proto3,enum=goten.watch_type.WatchType" json:"type,omitempty" firestore:"type"`
	// Requested page size. Server may return fewer Plans 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 *plan.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 *plan.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 *plan.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 Plan that don't affect any
	// of masked fields won't be sent back.
	FieldMask *plan.Plan_FieldMask `` /* 136-byte string literal not displayed */
	// View defines list of standard response fields present in response items.
	// Additional fields can be amended by request field field_mask Changes to
	// Plan 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 [WatchPlans][ntt.limits.v1alpha2.WatchPlans]

func (*WatchPlansRequest) Clone

func (*WatchPlansRequest) CloneRaw

func (*WatchPlansRequest) Descriptor

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

Deprecated, Use WatchPlansRequest.ProtoReflect.Descriptor instead.

func (*WatchPlansRequest) GetFieldMask

func (m *WatchPlansRequest) GetFieldMask() *plan.Plan_FieldMask

func (*WatchPlansRequest) GetFilter

func (m *WatchPlansRequest) GetFilter() *plan.Filter

func (*WatchPlansRequest) GetMaxChunkSize

func (m *WatchPlansRequest) GetMaxChunkSize() int32

func (*WatchPlansRequest) GetOrderBy

func (m *WatchPlansRequest) GetOrderBy() *plan.OrderBy

func (*WatchPlansRequest) GetPageSize

func (m *WatchPlansRequest) GetPageSize() int32

func (*WatchPlansRequest) GetPageToken

func (m *WatchPlansRequest) GetPageToken() *plan.PagerCursor

func (*WatchPlansRequest) GetResumeToken

func (m *WatchPlansRequest) GetResumeToken() string

func (*WatchPlansRequest) GetType

func (m *WatchPlansRequest) GetType() watch_type.WatchType

func (*WatchPlansRequest) GetView

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

func (*WatchPlansRequest) GotenMessage

func (*WatchPlansRequest) GotenMessage()

func (*WatchPlansRequest) GotenObjectExt

func (o *WatchPlansRequest) GotenObjectExt()

func (*WatchPlansRequest) GotenValidate

func (obj *WatchPlansRequest) GotenValidate() error

func (*WatchPlansRequest) MakeDiffFieldMask

func (o *WatchPlansRequest) MakeDiffFieldMask(other *WatchPlansRequest) *WatchPlansRequest_FieldMask

func (*WatchPlansRequest) MakeFullFieldMask

func (o *WatchPlansRequest) MakeFullFieldMask() *WatchPlansRequest_FieldMask

func (*WatchPlansRequest) MakeRawDiffFieldMask

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

func (*WatchPlansRequest) MakeRawFullFieldMask

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

func (*WatchPlansRequest) Marshal

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

func (*WatchPlansRequest) MarshalJSON

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

func (*WatchPlansRequest) Merge

func (o *WatchPlansRequest) Merge(source *WatchPlansRequest)

func (*WatchPlansRequest) MergeRaw

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

func (*WatchPlansRequest) ProtoMessage

func (*WatchPlansRequest) ProtoMessage()

func (*WatchPlansRequest) ProtoReflect

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

func (*WatchPlansRequest) Reset

func (m *WatchPlansRequest) Reset()

func (*WatchPlansRequest) SetFieldMask

func (m *WatchPlansRequest) SetFieldMask(fv *plan.Plan_FieldMask)

func (*WatchPlansRequest) SetFilter

func (m *WatchPlansRequest) SetFilter(fv *plan.Filter)

func (*WatchPlansRequest) SetMaxChunkSize

func (m *WatchPlansRequest) SetMaxChunkSize(fv int32)

func (*WatchPlansRequest) SetOrderBy

func (m *WatchPlansRequest) SetOrderBy(fv *plan.OrderBy)

func (*WatchPlansRequest) SetPageSize

func (m *WatchPlansRequest) SetPageSize(fv int32)

func (*WatchPlansRequest) SetPageToken

func (m *WatchPlansRequest) SetPageToken(fv *plan.PagerCursor)

func (*WatchPlansRequest) SetResumeToken

func (m *WatchPlansRequest) SetResumeToken(fv string)

func (*WatchPlansRequest) SetType

func (m *WatchPlansRequest) SetType(fv watch_type.WatchType)

func (*WatchPlansRequest) SetView

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

func (*WatchPlansRequest) String

func (m *WatchPlansRequest) String() string

func (*WatchPlansRequest) Unmarshal

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

func (*WatchPlansRequest) UnmarshalJSON

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

type WatchPlansRequestFieldPathBuilder

type WatchPlansRequestFieldPathBuilder struct{}

func NewWatchPlansRequestFieldPathBuilder

func NewWatchPlansRequestFieldPathBuilder() WatchPlansRequestFieldPathBuilder

func (WatchPlansRequestFieldPathBuilder) FieldMask

func (WatchPlansRequestFieldPathBuilder) Filter

func (WatchPlansRequestFieldPathBuilder) MaxChunkSize

func (WatchPlansRequestFieldPathBuilder) OrderBy

func (WatchPlansRequestFieldPathBuilder) PageSize

func (WatchPlansRequestFieldPathBuilder) PageToken

func (WatchPlansRequestFieldPathBuilder) ResumeToken

func (WatchPlansRequestFieldPathBuilder) Type

func (WatchPlansRequestFieldPathBuilder) View

type WatchPlansRequestPathSelectorFieldMask

type WatchPlansRequestPathSelectorFieldMask struct{}

func (WatchPlansRequestPathSelectorFieldMask) FieldPath

func (WatchPlansRequestPathSelectorFieldMask) WithArrayOfValues

func (WatchPlansRequestPathSelectorFieldMask) WithValue

type WatchPlansRequestPathSelectorFilter

type WatchPlansRequestPathSelectorFilter struct{}

func (WatchPlansRequestPathSelectorFilter) FieldPath

func (WatchPlansRequestPathSelectorFilter) WithArrayOfValues

func (WatchPlansRequestPathSelectorFilter) WithValue

type WatchPlansRequestPathSelectorMaxChunkSize

type WatchPlansRequestPathSelectorMaxChunkSize struct{}

func (WatchPlansRequestPathSelectorMaxChunkSize) FieldPath

func (WatchPlansRequestPathSelectorMaxChunkSize) WithArrayOfValues

func (WatchPlansRequestPathSelectorMaxChunkSize) WithValue

type WatchPlansRequestPathSelectorOrderBy

type WatchPlansRequestPathSelectorOrderBy struct{}

func (WatchPlansRequestPathSelectorOrderBy) FieldPath

func (WatchPlansRequestPathSelectorOrderBy) WithArrayOfValues

func (WatchPlansRequestPathSelectorOrderBy) WithValue

type WatchPlansRequestPathSelectorPageSize

type WatchPlansRequestPathSelectorPageSize struct{}

func (WatchPlansRequestPathSelectorPageSize) FieldPath

func (WatchPlansRequestPathSelectorPageSize) WithArrayOfValues

func (WatchPlansRequestPathSelectorPageSize) WithValue

type WatchPlansRequestPathSelectorPageToken

type WatchPlansRequestPathSelectorPageToken struct{}

func (WatchPlansRequestPathSelectorPageToken) FieldPath

func (WatchPlansRequestPathSelectorPageToken) WithArrayOfValues

func (WatchPlansRequestPathSelectorPageToken) WithValue

type WatchPlansRequestPathSelectorResumeToken

type WatchPlansRequestPathSelectorResumeToken struct{}

func (WatchPlansRequestPathSelectorResumeToken) FieldPath

func (WatchPlansRequestPathSelectorResumeToken) WithArrayOfValues

func (WatchPlansRequestPathSelectorResumeToken) WithValue

type WatchPlansRequestPathSelectorType

type WatchPlansRequestPathSelectorType struct{}

func (WatchPlansRequestPathSelectorType) FieldPath

func (WatchPlansRequestPathSelectorType) WithArrayOfValues

func (WatchPlansRequestPathSelectorType) WithValue

type WatchPlansRequestPathSelectorView

type WatchPlansRequestPathSelectorView struct{}

func (WatchPlansRequestPathSelectorView) FieldPath

func (WatchPlansRequestPathSelectorView) WithArrayOfValues

func (WatchPlansRequestPathSelectorView) WithValue

type WatchPlansRequest_FieldMask

type WatchPlansRequest_FieldMask struct {
	Paths []WatchPlansRequest_FieldPath
}

func FullWatchPlansRequest_FieldMask

func FullWatchPlansRequest_FieldMask() *WatchPlansRequest_FieldMask

func (*WatchPlansRequest_FieldMask) AppendPath

func (fieldMask *WatchPlansRequest_FieldMask) AppendPath(path WatchPlansRequest_FieldPath)

func (*WatchPlansRequest_FieldMask) AppendRawPath

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

func (*WatchPlansRequest_FieldMask) DecodeFirestore

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

func (*WatchPlansRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchPlansRequest_FieldMask) FilterInputFields

func (fieldMask *WatchPlansRequest_FieldMask) FilterInputFields() *WatchPlansRequest_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchPlansRequest_FieldMask) FromProtoFieldMask

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

func (*WatchPlansRequest_FieldMask) GetPaths

func (*WatchPlansRequest_FieldMask) GetRawPaths

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

func (*WatchPlansRequest_FieldMask) IsFull

func (fieldMask *WatchPlansRequest_FieldMask) IsFull() bool

func (WatchPlansRequest_FieldMask) Marshal

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

implement methods required by customType

func (WatchPlansRequest_FieldMask) MarshalJSON

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

func (*WatchPlansRequest_FieldMask) PathsCount

func (fieldMask *WatchPlansRequest_FieldMask) PathsCount() int

func (*WatchPlansRequest_FieldMask) Project

func (*WatchPlansRequest_FieldMask) ProjectRaw

func (*WatchPlansRequest_FieldMask) ProtoMessage

func (fieldMask *WatchPlansRequest_FieldMask) ProtoMessage()

func (*WatchPlansRequest_FieldMask) ProtoReflect

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

func (*WatchPlansRequest_FieldMask) Reset

func (fieldMask *WatchPlansRequest_FieldMask) Reset()

func (*WatchPlansRequest_FieldMask) Set

func (fieldMask *WatchPlansRequest_FieldMask) Set(target, source *WatchPlansRequest)

func (*WatchPlansRequest_FieldMask) SetFromCliFlag

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

func (*WatchPlansRequest_FieldMask) SetRaw

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

func (*WatchPlansRequest_FieldMask) Size

func (fieldMask *WatchPlansRequest_FieldMask) Size() int

func (*WatchPlansRequest_FieldMask) String

func (fieldMask *WatchPlansRequest_FieldMask) String() string

func (*WatchPlansRequest_FieldMask) Subtract

func (*WatchPlansRequest_FieldMask) SubtractRaw

func (*WatchPlansRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*WatchPlansRequest_FieldMask) Unmarshal

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

func (*WatchPlansRequest_FieldMask) UnmarshalJSON

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

type WatchPlansRequest_FieldPath

type WatchPlansRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchPlansRequest_FieldPathSelector
	Get(source *WatchPlansRequest) []interface{}
	GetSingle(source *WatchPlansRequest) (interface{}, bool)
	ClearValue(item *WatchPlansRequest)

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

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

func MustParseWatchPlansRequest_FieldPath

func MustParseWatchPlansRequest_FieldPath(rawField string) WatchPlansRequest_FieldPath

func ParseWatchPlansRequest_FieldPath

func ParseWatchPlansRequest_FieldPath(rawField string) (WatchPlansRequest_FieldPath, error)

type WatchPlansRequest_FieldPathArrayItemValue

type WatchPlansRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchPlansRequest_FieldPath
	ContainsValue(*WatchPlansRequest) bool
}

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

func MustParseWatchPlansRequest_FieldPathArrayItemValue

func MustParseWatchPlansRequest_FieldPathArrayItemValue(pathStr, valueStr string) WatchPlansRequest_FieldPathArrayItemValue

func ParseWatchPlansRequest_FieldPathArrayItemValue

func ParseWatchPlansRequest_FieldPathArrayItemValue(pathStr, valueStr string) (WatchPlansRequest_FieldPathArrayItemValue, error)

ParseWatchPlansRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchPlansRequest_FieldPathArrayOfValues

type WatchPlansRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchPlansRequest_FieldPath
}

WatchPlansRequest_FieldPathArrayOfValues allows storing slice of values for WatchPlansRequest fields according to their type

func MustParseWatchPlansRequest_FieldPathArrayOfValues

func MustParseWatchPlansRequest_FieldPathArrayOfValues(pathStr, valuesStr string) WatchPlansRequest_FieldPathArrayOfValues

func ParseWatchPlansRequest_FieldPathArrayOfValues

func ParseWatchPlansRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchPlansRequest_FieldPathArrayOfValues, error)

type WatchPlansRequest_FieldPathSelector

type WatchPlansRequest_FieldPathSelector int32
const (
	WatchPlansRequest_FieldPathSelectorType         WatchPlansRequest_FieldPathSelector = 0
	WatchPlansRequest_FieldPathSelectorPageSize     WatchPlansRequest_FieldPathSelector = 1
	WatchPlansRequest_FieldPathSelectorPageToken    WatchPlansRequest_FieldPathSelector = 2
	WatchPlansRequest_FieldPathSelectorOrderBy      WatchPlansRequest_FieldPathSelector = 3
	WatchPlansRequest_FieldPathSelectorResumeToken  WatchPlansRequest_FieldPathSelector = 4
	WatchPlansRequest_FieldPathSelectorFilter       WatchPlansRequest_FieldPathSelector = 5
	WatchPlansRequest_FieldPathSelectorFieldMask    WatchPlansRequest_FieldPathSelector = 6
	WatchPlansRequest_FieldPathSelectorView         WatchPlansRequest_FieldPathSelector = 7
	WatchPlansRequest_FieldPathSelectorMaxChunkSize WatchPlansRequest_FieldPathSelector = 8
)

func (WatchPlansRequest_FieldPathSelector) String

type WatchPlansRequest_FieldPathValue

type WatchPlansRequest_FieldPathValue interface {
	WatchPlansRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchPlansRequest)
	CompareWith(*WatchPlansRequest) (cmp int, comparable bool)
}

WatchPlansRequest_FieldPathValue allows storing values for WatchPlansRequest fields according to their type

func MustParseWatchPlansRequest_FieldPathValue

func MustParseWatchPlansRequest_FieldPathValue(pathStr, valueStr string) WatchPlansRequest_FieldPathValue

func ParseWatchPlansRequest_FieldPathValue

func ParseWatchPlansRequest_FieldPathValue(pathStr, valueStr string) (WatchPlansRequest_FieldPathValue, error)

type WatchPlansRequest_FieldTerminalPath

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

func (*WatchPlansRequest_FieldTerminalPath) ClearValue

func (*WatchPlansRequest_FieldTerminalPath) ClearValueRaw

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

func (*WatchPlansRequest_FieldTerminalPath) Get

func (fp *WatchPlansRequest_FieldTerminalPath) Get(source *WatchPlansRequest) (values []interface{})

Get returns all values pointed by specific field from source WatchPlansRequest

func (*WatchPlansRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchPlansRequest_FieldTerminalPath) GetRaw

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

func (*WatchPlansRequest_FieldTerminalPath) GetSingle

func (fp *WatchPlansRequest_FieldTerminalPath) GetSingle(source *WatchPlansRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source WatchPlansRequest

func (*WatchPlansRequest_FieldTerminalPath) GetSingleRaw

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

func (*WatchPlansRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchPlansRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchPlansRequest_FieldTerminalPath) Selector

func (*WatchPlansRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*WatchPlansRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchPlansRequest_FieldTerminalPath) WithIArrayItemValue

func (fp *WatchPlansRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) WatchPlansRequest_FieldPathArrayItemValue

func (*WatchPlansRequest_FieldTerminalPath) WithIArrayOfValues

func (fp *WatchPlansRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchPlansRequest_FieldPathArrayOfValues

func (*WatchPlansRequest_FieldTerminalPath) WithIValue

func (*WatchPlansRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*WatchPlansRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchPlansRequest_FieldTerminalPath) WithRawIValue

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

type WatchPlansRequest_FieldTerminalPathArrayItemValue

type WatchPlansRequest_FieldTerminalPathArrayItemValue struct {
	WatchPlansRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPlansRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchPlansRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchPlansRequest_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *WatchPlansRequest_FieldTerminalPathArrayItemValue) GetSingle(source *WatchPlansRequest) (interface{}, bool)

func (*WatchPlansRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchPlansRequest_FieldTerminalPathArrayOfValues

type WatchPlansRequest_FieldTerminalPathArrayOfValues struct {
	WatchPlansRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPlansRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (fpaov *WatchPlansRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*plan.Plan_FieldMask, bool)

func (*WatchPlansRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues

func (fpaov *WatchPlansRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues() ([]*plan.Filter, bool)

func (*WatchPlansRequest_FieldTerminalPathArrayOfValues) AsMaxChunkSizeArrayOfValues

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

func (*WatchPlansRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues

func (fpaov *WatchPlansRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues() ([]*plan.OrderBy, bool)

func (*WatchPlansRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues

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

func (*WatchPlansRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues

func (fpaov *WatchPlansRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues() ([]*plan.PagerCursor, bool)

func (*WatchPlansRequest_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues

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

func (*WatchPlansRequest_FieldTerminalPathArrayOfValues) AsTypeArrayOfValues

func (*WatchPlansRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

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

func (*WatchPlansRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchPlansRequest_FieldTerminalPathValue

type WatchPlansRequest_FieldTerminalPathValue struct {
	WatchPlansRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPlansRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*WatchPlansRequest_FieldTerminalPathValue) AsFilterValue

func (fpv *WatchPlansRequest_FieldTerminalPathValue) AsFilterValue() (*plan.Filter, bool)

func (*WatchPlansRequest_FieldTerminalPathValue) AsMaxChunkSizeValue

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

func (*WatchPlansRequest_FieldTerminalPathValue) AsOrderByValue

func (fpv *WatchPlansRequest_FieldTerminalPathValue) AsOrderByValue() (*plan.OrderBy, bool)

func (*WatchPlansRequest_FieldTerminalPathValue) AsPageSizeValue

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

func (*WatchPlansRequest_FieldTerminalPathValue) AsPageTokenValue

func (fpv *WatchPlansRequest_FieldTerminalPathValue) AsPageTokenValue() (*plan.PagerCursor, bool)

func (*WatchPlansRequest_FieldTerminalPathValue) AsResumeTokenValue

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

func (*WatchPlansRequest_FieldTerminalPathValue) AsTypeValue

func (*WatchPlansRequest_FieldTerminalPathValue) AsViewValue

func (*WatchPlansRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchPlansRequest_FieldTerminalPathValue' with the value under path in 'WatchPlansRequest'.

func (*WatchPlansRequest_FieldTerminalPathValue) CompareWithRaw

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

func (*WatchPlansRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchPlansRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchPlansRequest

func (*WatchPlansRequest_FieldTerminalPathValue) SetToRaw

type WatchPlansResponse

type WatchPlansResponse struct {

	// Changes of Plans
	PlanChanges []*plan.PlanChange `protobuf:"bytes,2,rep,name=plan_changes,json=planChanges,proto3" json:"plan_changes,omitempty" firestore:"planChanges"`
	// 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 Plans 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 *WatchPlansResponse_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 (Plans 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
}

WatchPlansResponse

func (*WatchPlansResponse) Clone

func (*WatchPlansResponse) CloneRaw

func (*WatchPlansResponse) Descriptor

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

Deprecated, Use WatchPlansResponse.ProtoReflect.Descriptor instead.

func (*WatchPlansResponse) GetIsCurrent

func (m *WatchPlansResponse) GetIsCurrent() bool

func (*WatchPlansResponse) GetIsHardReset

func (m *WatchPlansResponse) GetIsHardReset() bool

func (*WatchPlansResponse) GetIsSoftReset

func (m *WatchPlansResponse) GetIsSoftReset() bool

func (*WatchPlansResponse) GetPageTokenChange

func (m *WatchPlansResponse) GetPageTokenChange() *WatchPlansResponse_PageTokenChange

func (*WatchPlansResponse) GetPlanChanges

func (m *WatchPlansResponse) GetPlanChanges() []*plan.PlanChange

func (*WatchPlansResponse) GetResumeToken

func (m *WatchPlansResponse) GetResumeToken() string

func (*WatchPlansResponse) GetSnapshotSize

func (m *WatchPlansResponse) GetSnapshotSize() int64

func (*WatchPlansResponse) GotenMessage

func (*WatchPlansResponse) GotenMessage()

func (*WatchPlansResponse) GotenObjectExt

func (o *WatchPlansResponse) GotenObjectExt()

func (*WatchPlansResponse) GotenValidate

func (obj *WatchPlansResponse) GotenValidate() error

func (*WatchPlansResponse) MakeDiffFieldMask

func (*WatchPlansResponse) MakeFullFieldMask

func (o *WatchPlansResponse) MakeFullFieldMask() *WatchPlansResponse_FieldMask

func (*WatchPlansResponse) MakeRawDiffFieldMask

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

func (*WatchPlansResponse) MakeRawFullFieldMask

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

func (*WatchPlansResponse) Marshal

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

func (*WatchPlansResponse) MarshalJSON

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

func (*WatchPlansResponse) Merge

func (o *WatchPlansResponse) Merge(source *WatchPlansResponse)

func (*WatchPlansResponse) MergeRaw

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

func (*WatchPlansResponse) ProtoMessage

func (*WatchPlansResponse) ProtoMessage()

func (*WatchPlansResponse) ProtoReflect

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

func (*WatchPlansResponse) Reset

func (m *WatchPlansResponse) Reset()

func (*WatchPlansResponse) SetIsCurrent

func (m *WatchPlansResponse) SetIsCurrent(fv bool)

func (*WatchPlansResponse) SetIsHardReset

func (m *WatchPlansResponse) SetIsHardReset(fv bool)

func (*WatchPlansResponse) SetIsSoftReset

func (m *WatchPlansResponse) SetIsSoftReset(fv bool)

func (*WatchPlansResponse) SetPageTokenChange

func (m *WatchPlansResponse) SetPageTokenChange(fv *WatchPlansResponse_PageTokenChange)

func (*WatchPlansResponse) SetPlanChanges

func (m *WatchPlansResponse) SetPlanChanges(fv []*plan.PlanChange)

func (*WatchPlansResponse) SetResumeToken

func (m *WatchPlansResponse) SetResumeToken(fv string)

func (*WatchPlansResponse) SetSnapshotSize

func (m *WatchPlansResponse) SetSnapshotSize(fv int64)

func (*WatchPlansResponse) String

func (m *WatchPlansResponse) String() string

func (*WatchPlansResponse) Unmarshal

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

func (*WatchPlansResponse) UnmarshalJSON

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

type WatchPlansResponseFieldPathBuilder

type WatchPlansResponseFieldPathBuilder struct{}

func NewWatchPlansResponseFieldPathBuilder

func NewWatchPlansResponseFieldPathBuilder() WatchPlansResponseFieldPathBuilder

func (WatchPlansResponseFieldPathBuilder) IsCurrent

func (WatchPlansResponseFieldPathBuilder) IsHardReset

func (WatchPlansResponseFieldPathBuilder) IsSoftReset

func (WatchPlansResponseFieldPathBuilder) PageTokenChange

func (WatchPlansResponseFieldPathBuilder) PlanChanges

func (WatchPlansResponseFieldPathBuilder) ResumeToken

func (WatchPlansResponseFieldPathBuilder) SnapshotSize

type WatchPlansResponsePageTokenChangeFieldPathBuilder

type WatchPlansResponsePageTokenChangeFieldPathBuilder struct{}

func NewWatchPlansResponsePageTokenChangeFieldPathBuilder

func NewWatchPlansResponsePageTokenChangeFieldPathBuilder() WatchPlansResponsePageTokenChangeFieldPathBuilder

func (WatchPlansResponsePageTokenChangeFieldPathBuilder) NextPageToken

func (WatchPlansResponsePageTokenChangeFieldPathBuilder) PrevPageToken

type WatchPlansResponsePageTokenChange_FieldPath

type WatchPlansResponsePageTokenChange_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchPlansResponsePageTokenChange_FieldPathSelector
	Get(source *WatchPlansResponse_PageTokenChange) []interface{}
	GetSingle(source *WatchPlansResponse_PageTokenChange) (interface{}, bool)
	ClearValue(item *WatchPlansResponse_PageTokenChange)

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

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

func MustParseWatchPlansResponsePageTokenChange_FieldPath

func MustParseWatchPlansResponsePageTokenChange_FieldPath(rawField string) WatchPlansResponsePageTokenChange_FieldPath

func ParseWatchPlansResponsePageTokenChange_FieldPath

func ParseWatchPlansResponsePageTokenChange_FieldPath(rawField string) (WatchPlansResponsePageTokenChange_FieldPath, error)

type WatchPlansResponsePageTokenChange_FieldPathArrayItemValue

type WatchPlansResponsePageTokenChange_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchPlansResponsePageTokenChange_FieldPath
	ContainsValue(*WatchPlansResponse_PageTokenChange) bool
}

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

func MustParseWatchPlansResponsePageTokenChange_FieldPathArrayItemValue

func MustParseWatchPlansResponsePageTokenChange_FieldPathArrayItemValue(pathStr, valueStr string) WatchPlansResponsePageTokenChange_FieldPathArrayItemValue

func ParseWatchPlansResponsePageTokenChange_FieldPathArrayItemValue

func ParseWatchPlansResponsePageTokenChange_FieldPathArrayItemValue(pathStr, valueStr string) (WatchPlansResponsePageTokenChange_FieldPathArrayItemValue, error)

ParseWatchPlansResponsePageTokenChange_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchPlansResponsePageTokenChange_FieldPathArrayOfValues

type WatchPlansResponsePageTokenChange_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchPlansResponsePageTokenChange_FieldPath
}

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

func MustParseWatchPlansResponsePageTokenChange_FieldPathArrayOfValues

func MustParseWatchPlansResponsePageTokenChange_FieldPathArrayOfValues(pathStr, valuesStr string) WatchPlansResponsePageTokenChange_FieldPathArrayOfValues

func ParseWatchPlansResponsePageTokenChange_FieldPathArrayOfValues

func ParseWatchPlansResponsePageTokenChange_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchPlansResponsePageTokenChange_FieldPathArrayOfValues, error)

type WatchPlansResponsePageTokenChange_FieldPathSelector

type WatchPlansResponsePageTokenChange_FieldPathSelector int32
const (
	WatchPlansResponsePageTokenChange_FieldPathSelectorPrevPageToken WatchPlansResponsePageTokenChange_FieldPathSelector = 0
	WatchPlansResponsePageTokenChange_FieldPathSelectorNextPageToken WatchPlansResponsePageTokenChange_FieldPathSelector = 1
)

func (WatchPlansResponsePageTokenChange_FieldPathSelector) String

type WatchPlansResponsePageTokenChange_FieldPathValue

type WatchPlansResponsePageTokenChange_FieldPathValue interface {
	WatchPlansResponsePageTokenChange_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchPlansResponse_PageTokenChange)
	CompareWith(*WatchPlansResponse_PageTokenChange) (cmp int, comparable bool)
}

WatchPlansResponsePageTokenChange_FieldPathValue allows storing values for PageTokenChange fields according to their type

func MustParseWatchPlansResponsePageTokenChange_FieldPathValue

func MustParseWatchPlansResponsePageTokenChange_FieldPathValue(pathStr, valueStr string) WatchPlansResponsePageTokenChange_FieldPathValue

func ParseWatchPlansResponsePageTokenChange_FieldPathValue

func ParseWatchPlansResponsePageTokenChange_FieldPathValue(pathStr, valueStr string) (WatchPlansResponsePageTokenChange_FieldPathValue, error)

type WatchPlansResponsePageTokenChange_FieldTerminalPath

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

func (*WatchPlansResponsePageTokenChange_FieldTerminalPath) ClearValue

func (*WatchPlansResponsePageTokenChange_FieldTerminalPath) ClearValueRaw

func (*WatchPlansResponsePageTokenChange_FieldTerminalPath) Get

Get returns all values pointed by specific field from source WatchPlansResponse_PageTokenChange

func (*WatchPlansResponsePageTokenChange_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchPlansResponsePageTokenChange_FieldTerminalPath) GetRaw

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

func (*WatchPlansResponsePageTokenChange_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source WatchPlansResponse_PageTokenChange

func (*WatchPlansResponsePageTokenChange_FieldTerminalPath) GetSingleRaw

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

func (*WatchPlansResponsePageTokenChange_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchPlansResponsePageTokenChange_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchPlansResponsePageTokenChange_FieldTerminalPath) Selector

func (*WatchPlansResponsePageTokenChange_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*WatchPlansResponsePageTokenChange_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchPlansResponsePageTokenChange_FieldTerminalPath) WithIArrayItemValue

func (*WatchPlansResponsePageTokenChange_FieldTerminalPath) WithIArrayOfValues

func (*WatchPlansResponsePageTokenChange_FieldTerminalPath) WithIValue

func (*WatchPlansResponsePageTokenChange_FieldTerminalPath) WithRawIArrayItemValue

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

func (*WatchPlansResponsePageTokenChange_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchPlansResponsePageTokenChange_FieldTerminalPath) WithRawIValue

type WatchPlansResponsePageTokenChange_FieldTerminalPathArrayItemValue

type WatchPlansResponsePageTokenChange_FieldTerminalPathArrayItemValue struct {
	WatchPlansResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPlansResponsePageTokenChange_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchPlansResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchPlansResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchPlansResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchPlansResponsePageTokenChange_FieldTerminalPathArrayOfValues

type WatchPlansResponsePageTokenChange_FieldTerminalPathArrayOfValues struct {
	WatchPlansResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPlansResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues

func (fpaov *WatchPlansResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues() ([]*plan.PagerCursor, bool)

func (*WatchPlansResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues

func (fpaov *WatchPlansResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues() ([]*plan.PagerCursor, bool)

func (*WatchPlansResponsePageTokenChange_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchPlansResponsePageTokenChange_FieldTerminalPathValue

type WatchPlansResponsePageTokenChange_FieldTerminalPathValue struct {
	WatchPlansResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPlansResponsePageTokenChange_FieldTerminalPathValue) AsNextPageTokenValue

func (*WatchPlansResponsePageTokenChange_FieldTerminalPathValue) AsPrevPageTokenValue

func (*WatchPlansResponsePageTokenChange_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchPlansResponsePageTokenChange_FieldTerminalPathValue' with the value under path in 'WatchPlansResponse_PageTokenChange'.

func (*WatchPlansResponsePageTokenChange_FieldTerminalPathValue) CompareWithRaw

func (*WatchPlansResponsePageTokenChange_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchPlansResponsePageTokenChange_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object PageTokenChange

func (*WatchPlansResponsePageTokenChange_FieldTerminalPathValue) SetToRaw

type WatchPlansResponsePathSelectorIsCurrent

type WatchPlansResponsePathSelectorIsCurrent struct{}

func (WatchPlansResponsePathSelectorIsCurrent) FieldPath

func (WatchPlansResponsePathSelectorIsCurrent) WithArrayOfValues

func (WatchPlansResponsePathSelectorIsCurrent) WithValue

type WatchPlansResponsePathSelectorIsHardReset

type WatchPlansResponsePathSelectorIsHardReset struct{}

func (WatchPlansResponsePathSelectorIsHardReset) FieldPath

func (WatchPlansResponsePathSelectorIsHardReset) WithArrayOfValues

func (WatchPlansResponsePathSelectorIsHardReset) WithValue

type WatchPlansResponsePathSelectorIsSoftReset

type WatchPlansResponsePathSelectorIsSoftReset struct{}

func (WatchPlansResponsePathSelectorIsSoftReset) FieldPath

func (WatchPlansResponsePathSelectorIsSoftReset) WithArrayOfValues

func (WatchPlansResponsePathSelectorIsSoftReset) WithValue

type WatchPlansResponsePathSelectorPageTokenChange

type WatchPlansResponsePathSelectorPageTokenChange struct{}

func (WatchPlansResponsePathSelectorPageTokenChange) FieldPath

func (WatchPlansResponsePathSelectorPageTokenChange) NextPageToken

func (WatchPlansResponsePathSelectorPageTokenChange) PrevPageToken

func (WatchPlansResponsePathSelectorPageTokenChange) WithArrayOfValues

func (WatchPlansResponsePathSelectorPageTokenChange) WithSubArrayItemValue

func (WatchPlansResponsePathSelectorPageTokenChange) WithSubArrayOfValues

func (WatchPlansResponsePathSelectorPageTokenChange) WithSubPath

func (WatchPlansResponsePathSelectorPageTokenChange) WithSubValue

type WatchPlansResponsePathSelectorPageTokenChangeNextPageToken

type WatchPlansResponsePathSelectorPageTokenChangeNextPageToken struct{}

func (WatchPlansResponsePathSelectorPageTokenChangeNextPageToken) FieldPath

func (WatchPlansResponsePathSelectorPageTokenChangeNextPageToken) WithArrayOfValues

func (WatchPlansResponsePathSelectorPageTokenChangeNextPageToken) WithValue

type WatchPlansResponsePathSelectorPageTokenChangePrevPageToken

type WatchPlansResponsePathSelectorPageTokenChangePrevPageToken struct{}

func (WatchPlansResponsePathSelectorPageTokenChangePrevPageToken) FieldPath

func (WatchPlansResponsePathSelectorPageTokenChangePrevPageToken) WithArrayOfValues

func (WatchPlansResponsePathSelectorPageTokenChangePrevPageToken) WithValue

type WatchPlansResponsePathSelectorPlanChanges

type WatchPlansResponsePathSelectorPlanChanges struct{}

func (WatchPlansResponsePathSelectorPlanChanges) FieldPath

func (WatchPlansResponsePathSelectorPlanChanges) WithArrayOfValues

func (WatchPlansResponsePathSelectorPlanChanges) WithItemValue

func (WatchPlansResponsePathSelectorPlanChanges) WithValue

type WatchPlansResponsePathSelectorResumeToken

type WatchPlansResponsePathSelectorResumeToken struct{}

func (WatchPlansResponsePathSelectorResumeToken) FieldPath

func (WatchPlansResponsePathSelectorResumeToken) WithArrayOfValues

func (WatchPlansResponsePathSelectorResumeToken) WithValue

type WatchPlansResponsePathSelectorSnapshotSize

type WatchPlansResponsePathSelectorSnapshotSize struct{}

func (WatchPlansResponsePathSelectorSnapshotSize) FieldPath

func (WatchPlansResponsePathSelectorSnapshotSize) WithArrayOfValues

func (WatchPlansResponsePathSelectorSnapshotSize) WithValue

type WatchPlansResponse_FieldMask

type WatchPlansResponse_FieldMask struct {
	Paths []WatchPlansResponse_FieldPath
}

func FullWatchPlansResponse_FieldMask

func FullWatchPlansResponse_FieldMask() *WatchPlansResponse_FieldMask

func (*WatchPlansResponse_FieldMask) AppendPath

func (fieldMask *WatchPlansResponse_FieldMask) AppendPath(path WatchPlansResponse_FieldPath)

func (*WatchPlansResponse_FieldMask) AppendRawPath

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

func (*WatchPlansResponse_FieldMask) DecodeFirestore

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

func (*WatchPlansResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchPlansResponse_FieldMask) FilterInputFields

func (fieldMask *WatchPlansResponse_FieldMask) FilterInputFields() *WatchPlansResponse_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchPlansResponse_FieldMask) FromProtoFieldMask

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

func (*WatchPlansResponse_FieldMask) GetPaths

func (*WatchPlansResponse_FieldMask) GetRawPaths

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

func (*WatchPlansResponse_FieldMask) IsFull

func (fieldMask *WatchPlansResponse_FieldMask) IsFull() bool

func (WatchPlansResponse_FieldMask) Marshal

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

implement methods required by customType

func (WatchPlansResponse_FieldMask) MarshalJSON

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

func (*WatchPlansResponse_FieldMask) PathsCount

func (fieldMask *WatchPlansResponse_FieldMask) PathsCount() int

func (*WatchPlansResponse_FieldMask) Project

func (*WatchPlansResponse_FieldMask) ProjectRaw

func (*WatchPlansResponse_FieldMask) ProtoMessage

func (fieldMask *WatchPlansResponse_FieldMask) ProtoMessage()

func (*WatchPlansResponse_FieldMask) ProtoReflect

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

func (*WatchPlansResponse_FieldMask) Reset

func (fieldMask *WatchPlansResponse_FieldMask) Reset()

func (*WatchPlansResponse_FieldMask) Set

func (fieldMask *WatchPlansResponse_FieldMask) Set(target, source *WatchPlansResponse)

func (*WatchPlansResponse_FieldMask) SetFromCliFlag

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

func (*WatchPlansResponse_FieldMask) SetRaw

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

func (*WatchPlansResponse_FieldMask) Size

func (fieldMask *WatchPlansResponse_FieldMask) Size() int

func (*WatchPlansResponse_FieldMask) String

func (fieldMask *WatchPlansResponse_FieldMask) String() string

func (*WatchPlansResponse_FieldMask) Subtract

func (*WatchPlansResponse_FieldMask) SubtractRaw

func (*WatchPlansResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*WatchPlansResponse_FieldMask) Unmarshal

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

func (*WatchPlansResponse_FieldMask) UnmarshalJSON

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

type WatchPlansResponse_FieldPath

type WatchPlansResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchPlansResponse_FieldPathSelector
	Get(source *WatchPlansResponse) []interface{}
	GetSingle(source *WatchPlansResponse) (interface{}, bool)
	ClearValue(item *WatchPlansResponse)

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

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

func MustParseWatchPlansResponse_FieldPath

func MustParseWatchPlansResponse_FieldPath(rawField string) WatchPlansResponse_FieldPath

func ParseWatchPlansResponse_FieldPath

func ParseWatchPlansResponse_FieldPath(rawField string) (WatchPlansResponse_FieldPath, error)

type WatchPlansResponse_FieldPathArrayItemValue

type WatchPlansResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchPlansResponse_FieldPath
	ContainsValue(*WatchPlansResponse) bool
}

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

func MustParseWatchPlansResponse_FieldPathArrayItemValue

func MustParseWatchPlansResponse_FieldPathArrayItemValue(pathStr, valueStr string) WatchPlansResponse_FieldPathArrayItemValue

func ParseWatchPlansResponse_FieldPathArrayItemValue

func ParseWatchPlansResponse_FieldPathArrayItemValue(pathStr, valueStr string) (WatchPlansResponse_FieldPathArrayItemValue, error)

ParseWatchPlansResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchPlansResponse_FieldPathArrayOfValues

type WatchPlansResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchPlansResponse_FieldPath
}

WatchPlansResponse_FieldPathArrayOfValues allows storing slice of values for WatchPlansResponse fields according to their type

func MustParseWatchPlansResponse_FieldPathArrayOfValues

func MustParseWatchPlansResponse_FieldPathArrayOfValues(pathStr, valuesStr string) WatchPlansResponse_FieldPathArrayOfValues

func ParseWatchPlansResponse_FieldPathArrayOfValues

func ParseWatchPlansResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchPlansResponse_FieldPathArrayOfValues, error)

type WatchPlansResponse_FieldPathSelector

type WatchPlansResponse_FieldPathSelector int32
const (
	WatchPlansResponse_FieldPathSelectorPlanChanges     WatchPlansResponse_FieldPathSelector = 0
	WatchPlansResponse_FieldPathSelectorIsCurrent       WatchPlansResponse_FieldPathSelector = 1
	WatchPlansResponse_FieldPathSelectorPageTokenChange WatchPlansResponse_FieldPathSelector = 2
	WatchPlansResponse_FieldPathSelectorResumeToken     WatchPlansResponse_FieldPathSelector = 3
	WatchPlansResponse_FieldPathSelectorSnapshotSize    WatchPlansResponse_FieldPathSelector = 4
	WatchPlansResponse_FieldPathSelectorIsSoftReset     WatchPlansResponse_FieldPathSelector = 5
	WatchPlansResponse_FieldPathSelectorIsHardReset     WatchPlansResponse_FieldPathSelector = 6
)

func (WatchPlansResponse_FieldPathSelector) String

type WatchPlansResponse_FieldPathValue

type WatchPlansResponse_FieldPathValue interface {
	WatchPlansResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchPlansResponse)
	CompareWith(*WatchPlansResponse) (cmp int, comparable bool)
}

WatchPlansResponse_FieldPathValue allows storing values for WatchPlansResponse fields according to their type

func MustParseWatchPlansResponse_FieldPathValue

func MustParseWatchPlansResponse_FieldPathValue(pathStr, valueStr string) WatchPlansResponse_FieldPathValue

func ParseWatchPlansResponse_FieldPathValue

func ParseWatchPlansResponse_FieldPathValue(pathStr, valueStr string) (WatchPlansResponse_FieldPathValue, error)

type WatchPlansResponse_FieldSubPath

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

func (*WatchPlansResponse_FieldSubPath) AsPageTokenChangeSubPath

func (*WatchPlansResponse_FieldSubPath) ClearValue

func (fps *WatchPlansResponse_FieldSubPath) ClearValue(item *WatchPlansResponse)

func (*WatchPlansResponse_FieldSubPath) ClearValueRaw

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

func (*WatchPlansResponse_FieldSubPath) Get

func (fps *WatchPlansResponse_FieldSubPath) Get(source *WatchPlansResponse) (values []interface{})

Get returns all values pointed by selected field from source WatchPlansResponse

func (*WatchPlansResponse_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchPlansResponse_FieldSubPath) GetRaw

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

func (*WatchPlansResponse_FieldSubPath) GetSingle

func (fps *WatchPlansResponse_FieldSubPath) GetSingle(source *WatchPlansResponse) (interface{}, bool)

GetSingle returns value of selected field from source WatchPlansResponse

func (*WatchPlansResponse_FieldSubPath) GetSingleRaw

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

func (*WatchPlansResponse_FieldSubPath) IsLeaf

func (fps *WatchPlansResponse_FieldSubPath) IsLeaf() bool

IsLeaf - whether field path is holds simple value

func (*WatchPlansResponse_FieldSubPath) JSONString

func (fps *WatchPlansResponse_FieldSubPath) JSONString() string

JSONString returns path representation is JSON convention

func (*WatchPlansResponse_FieldSubPath) Selector

func (*WatchPlansResponse_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*WatchPlansResponse_FieldSubPath) String

String returns path representation in proto convention

func (*WatchPlansResponse_FieldSubPath) WithIArrayItemValue

func (fps *WatchPlansResponse_FieldSubPath) WithIArrayItemValue(value interface{}) WatchPlansResponse_FieldPathArrayItemValue

func (*WatchPlansResponse_FieldSubPath) WithIArrayOfValues

func (fps *WatchPlansResponse_FieldSubPath) WithIArrayOfValues(values interface{}) WatchPlansResponse_FieldPathArrayOfValues

func (*WatchPlansResponse_FieldSubPath) WithIValue

func (fps *WatchPlansResponse_FieldSubPath) WithIValue(value interface{}) WatchPlansResponse_FieldPathValue

func (*WatchPlansResponse_FieldSubPath) WithRawIArrayItemValue

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

func (*WatchPlansResponse_FieldSubPath) WithRawIArrayOfValues

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

func (*WatchPlansResponse_FieldSubPath) WithRawIValue

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

type WatchPlansResponse_FieldSubPathArrayItemValue

type WatchPlansResponse_FieldSubPathArrayItemValue struct {
	WatchPlansResponse_FieldPath
	// contains filtered or unexported fields
}

func (*WatchPlansResponse_FieldSubPathArrayItemValue) AsPageTokenChangePathItemValue

func (*WatchPlansResponse_FieldSubPathArrayItemValue) ContainsValue

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

func (*WatchPlansResponse_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type WatchPlansResponse_FieldSubPathArrayOfValues

type WatchPlansResponse_FieldSubPathArrayOfValues struct {
	WatchPlansResponse_FieldPath
	// contains filtered or unexported fields
}

func (*WatchPlansResponse_FieldSubPathArrayOfValues) AsPageTokenChangePathArrayOfValues

func (*WatchPlansResponse_FieldSubPathArrayOfValues) GetRawValues

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

type WatchPlansResponse_FieldSubPathValue

type WatchPlansResponse_FieldSubPathValue struct {
	WatchPlansResponse_FieldPath
	// contains filtered or unexported fields
}

func (*WatchPlansResponse_FieldSubPathValue) AsPageTokenChangePathValue

func (*WatchPlansResponse_FieldSubPathValue) CompareWith

func (fpvs *WatchPlansResponse_FieldSubPathValue) CompareWith(source *WatchPlansResponse) (int, bool)

func (*WatchPlansResponse_FieldSubPathValue) CompareWithRaw

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

func (*WatchPlansResponse_FieldSubPathValue) GetRawValue

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

func (*WatchPlansResponse_FieldSubPathValue) SetTo

func (*WatchPlansResponse_FieldSubPathValue) SetToRaw

func (fpvs *WatchPlansResponse_FieldSubPathValue) SetToRaw(target proto.Message)

type WatchPlansResponse_FieldTerminalPath

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

func (*WatchPlansResponse_FieldTerminalPath) ClearValue

func (*WatchPlansResponse_FieldTerminalPath) ClearValueRaw

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

func (*WatchPlansResponse_FieldTerminalPath) Get

func (fp *WatchPlansResponse_FieldTerminalPath) Get(source *WatchPlansResponse) (values []interface{})

Get returns all values pointed by specific field from source WatchPlansResponse

func (*WatchPlansResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchPlansResponse_FieldTerminalPath) GetRaw

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

func (*WatchPlansResponse_FieldTerminalPath) GetSingle

func (fp *WatchPlansResponse_FieldTerminalPath) GetSingle(source *WatchPlansResponse) (interface{}, bool)

GetSingle returns value pointed by specific field of from source WatchPlansResponse

func (*WatchPlansResponse_FieldTerminalPath) GetSingleRaw

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

func (*WatchPlansResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchPlansResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchPlansResponse_FieldTerminalPath) Selector

func (*WatchPlansResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*WatchPlansResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchPlansResponse_FieldTerminalPath) WithIArrayItemValue

func (fp *WatchPlansResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) WatchPlansResponse_FieldPathArrayItemValue

func (*WatchPlansResponse_FieldTerminalPath) WithIArrayOfValues

func (fp *WatchPlansResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchPlansResponse_FieldPathArrayOfValues

func (*WatchPlansResponse_FieldTerminalPath) WithIValue

func (*WatchPlansResponse_FieldTerminalPath) WithRawIArrayItemValue

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

func (*WatchPlansResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchPlansResponse_FieldTerminalPath) WithRawIValue

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

type WatchPlansResponse_FieldTerminalPathArrayItemValue

type WatchPlansResponse_FieldTerminalPathArrayItemValue struct {
	WatchPlansResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPlansResponse_FieldTerminalPathArrayItemValue) AsPlanChangesItemValue

func (fpaiv *WatchPlansResponse_FieldTerminalPathArrayItemValue) AsPlanChangesItemValue() (*plan.PlanChange, bool)

func (*WatchPlansResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchPlansResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchPlansResponse_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *WatchPlansResponse_FieldTerminalPathArrayItemValue) GetSingle(source *WatchPlansResponse) (interface{}, bool)

func (*WatchPlansResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchPlansResponse_FieldTerminalPathArrayOfValues

type WatchPlansResponse_FieldTerminalPathArrayOfValues struct {
	WatchPlansResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPlansResponse_FieldTerminalPathArrayOfValues) AsIsCurrentArrayOfValues

func (fpaov *WatchPlansResponse_FieldTerminalPathArrayOfValues) AsIsCurrentArrayOfValues() ([]bool, bool)

func (*WatchPlansResponse_FieldTerminalPathArrayOfValues) AsIsHardResetArrayOfValues

func (fpaov *WatchPlansResponse_FieldTerminalPathArrayOfValues) AsIsHardResetArrayOfValues() ([]bool, bool)

func (*WatchPlansResponse_FieldTerminalPathArrayOfValues) AsIsSoftResetArrayOfValues

func (fpaov *WatchPlansResponse_FieldTerminalPathArrayOfValues) AsIsSoftResetArrayOfValues() ([]bool, bool)

func (*WatchPlansResponse_FieldTerminalPathArrayOfValues) AsPageTokenChangeArrayOfValues

func (*WatchPlansResponse_FieldTerminalPathArrayOfValues) AsPlanChangesArrayOfValues

func (fpaov *WatchPlansResponse_FieldTerminalPathArrayOfValues) AsPlanChangesArrayOfValues() ([][]*plan.PlanChange, bool)

func (*WatchPlansResponse_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues

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

func (*WatchPlansResponse_FieldTerminalPathArrayOfValues) AsSnapshotSizeArrayOfValues

func (fpaov *WatchPlansResponse_FieldTerminalPathArrayOfValues) AsSnapshotSizeArrayOfValues() ([]int64, bool)

func (*WatchPlansResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchPlansResponse_FieldTerminalPathValue

type WatchPlansResponse_FieldTerminalPathValue struct {
	WatchPlansResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPlansResponse_FieldTerminalPathValue) AsIsCurrentValue

func (fpv *WatchPlansResponse_FieldTerminalPathValue) AsIsCurrentValue() (bool, bool)

func (*WatchPlansResponse_FieldTerminalPathValue) AsIsHardResetValue

func (fpv *WatchPlansResponse_FieldTerminalPathValue) AsIsHardResetValue() (bool, bool)

func (*WatchPlansResponse_FieldTerminalPathValue) AsIsSoftResetValue

func (fpv *WatchPlansResponse_FieldTerminalPathValue) AsIsSoftResetValue() (bool, bool)

func (*WatchPlansResponse_FieldTerminalPathValue) AsPageTokenChangeValue

func (*WatchPlansResponse_FieldTerminalPathValue) AsPlanChangesValue

func (fpv *WatchPlansResponse_FieldTerminalPathValue) AsPlanChangesValue() ([]*plan.PlanChange, bool)

func (*WatchPlansResponse_FieldTerminalPathValue) AsResumeTokenValue

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

func (*WatchPlansResponse_FieldTerminalPathValue) AsSnapshotSizeValue

func (fpv *WatchPlansResponse_FieldTerminalPathValue) AsSnapshotSizeValue() (int64, bool)

func (*WatchPlansResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchPlansResponse_FieldTerminalPathValue' with the value under path in 'WatchPlansResponse'.

func (*WatchPlansResponse_FieldTerminalPathValue) CompareWithRaw

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

func (*WatchPlansResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchPlansResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchPlansResponse

func (*WatchPlansResponse_FieldTerminalPathValue) SetToRaw

type WatchPlansResponse_PageTokenChange

type WatchPlansResponse_PageTokenChange struct {

	// New token to retrieve previous page of results.
	PrevPageToken *plan.PagerCursor `` /* 151-byte string literal not displayed */
	// New token to retrieve next page of results.
	NextPageToken *plan.PagerCursor `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*WatchPlansResponse_PageTokenChange) Clone

func (*WatchPlansResponse_PageTokenChange) CloneRaw

func (*WatchPlansResponse_PageTokenChange) Descriptor

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

Deprecated, Use WatchPlansResponse_PageTokenChange.ProtoReflect.Descriptor instead.

func (*WatchPlansResponse_PageTokenChange) GetNextPageToken

func (m *WatchPlansResponse_PageTokenChange) GetNextPageToken() *plan.PagerCursor

func (*WatchPlansResponse_PageTokenChange) GetPrevPageToken

func (m *WatchPlansResponse_PageTokenChange) GetPrevPageToken() *plan.PagerCursor

func (*WatchPlansResponse_PageTokenChange) GotenMessage

func (*WatchPlansResponse_PageTokenChange) GotenMessage()

func (*WatchPlansResponse_PageTokenChange) GotenObjectExt

func (o *WatchPlansResponse_PageTokenChange) GotenObjectExt()

func (*WatchPlansResponse_PageTokenChange) GotenValidate

func (obj *WatchPlansResponse_PageTokenChange) GotenValidate() error

func (*WatchPlansResponse_PageTokenChange) MakeFullFieldMask

func (*WatchPlansResponse_PageTokenChange) MakeRawDiffFieldMask

func (*WatchPlansResponse_PageTokenChange) MakeRawFullFieldMask

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

func (*WatchPlansResponse_PageTokenChange) Marshal

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

func (*WatchPlansResponse_PageTokenChange) MarshalJSON

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

func (*WatchPlansResponse_PageTokenChange) Merge

func (*WatchPlansResponse_PageTokenChange) MergeRaw

func (*WatchPlansResponse_PageTokenChange) ProtoMessage

func (*WatchPlansResponse_PageTokenChange) ProtoMessage()

func (*WatchPlansResponse_PageTokenChange) ProtoReflect

func (*WatchPlansResponse_PageTokenChange) Reset

func (*WatchPlansResponse_PageTokenChange) SetNextPageToken

func (m *WatchPlansResponse_PageTokenChange) SetNextPageToken(fv *plan.PagerCursor)

func (*WatchPlansResponse_PageTokenChange) SetPrevPageToken

func (m *WatchPlansResponse_PageTokenChange) SetPrevPageToken(fv *plan.PagerCursor)

func (*WatchPlansResponse_PageTokenChange) String

func (*WatchPlansResponse_PageTokenChange) Unmarshal

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

func (*WatchPlansResponse_PageTokenChange) UnmarshalJSON

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

type WatchPlansResponse_PageTokenChangePathSelectorNextPageToken

type WatchPlansResponse_PageTokenChangePathSelectorNextPageToken struct{}

func (WatchPlansResponse_PageTokenChangePathSelectorNextPageToken) FieldPath

func (WatchPlansResponse_PageTokenChangePathSelectorNextPageToken) WithArrayOfValues

func (WatchPlansResponse_PageTokenChangePathSelectorNextPageToken) WithValue

type WatchPlansResponse_PageTokenChangePathSelectorPrevPageToken

type WatchPlansResponse_PageTokenChangePathSelectorPrevPageToken struct{}

func (WatchPlansResponse_PageTokenChangePathSelectorPrevPageToken) FieldPath

func (WatchPlansResponse_PageTokenChangePathSelectorPrevPageToken) WithArrayOfValues

func (WatchPlansResponse_PageTokenChangePathSelectorPrevPageToken) WithValue

type WatchPlansResponse_PageTokenChange_FieldMask

type WatchPlansResponse_PageTokenChange_FieldMask struct {
	Paths []WatchPlansResponsePageTokenChange_FieldPath
}

func FullWatchPlansResponse_PageTokenChange_FieldMask

func FullWatchPlansResponse_PageTokenChange_FieldMask() *WatchPlansResponse_PageTokenChange_FieldMask

func (*WatchPlansResponse_PageTokenChange_FieldMask) AppendPath

func (*WatchPlansResponse_PageTokenChange_FieldMask) AppendRawPath

func (*WatchPlansResponse_PageTokenChange_FieldMask) DecodeFirestore

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

func (*WatchPlansResponse_PageTokenChange_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchPlansResponse_PageTokenChange_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchPlansResponse_PageTokenChange_FieldMask) FromProtoFieldMask

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

func (*WatchPlansResponse_PageTokenChange_FieldMask) GetPaths

func (*WatchPlansResponse_PageTokenChange_FieldMask) GetRawPaths

func (*WatchPlansResponse_PageTokenChange_FieldMask) IsFull

func (WatchPlansResponse_PageTokenChange_FieldMask) Marshal

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

implement methods required by customType

func (WatchPlansResponse_PageTokenChange_FieldMask) MarshalJSON

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

func (*WatchPlansResponse_PageTokenChange_FieldMask) PathsCount

func (fieldMask *WatchPlansResponse_PageTokenChange_FieldMask) PathsCount() int

func (*WatchPlansResponse_PageTokenChange_FieldMask) Project

func (*WatchPlansResponse_PageTokenChange_FieldMask) ProjectRaw

func (*WatchPlansResponse_PageTokenChange_FieldMask) ProtoMessage

func (fieldMask *WatchPlansResponse_PageTokenChange_FieldMask) ProtoMessage()

func (*WatchPlansResponse_PageTokenChange_FieldMask) ProtoReflect

func (*WatchPlansResponse_PageTokenChange_FieldMask) Reset

func (*WatchPlansResponse_PageTokenChange_FieldMask) Set

func (*WatchPlansResponse_PageTokenChange_FieldMask) SetFromCliFlag

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

func (*WatchPlansResponse_PageTokenChange_FieldMask) SetRaw

func (*WatchPlansResponse_PageTokenChange_FieldMask) Size

func (*WatchPlansResponse_PageTokenChange_FieldMask) String

func (*WatchPlansResponse_PageTokenChange_FieldMask) Subtract

func (*WatchPlansResponse_PageTokenChange_FieldMask) SubtractRaw

func (*WatchPlansResponse_PageTokenChange_FieldMask) ToProtoFieldMask

ToFieldMask is used for proto conversions

func (*WatchPlansResponse_PageTokenChange_FieldMask) Unmarshal

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

func (*WatchPlansResponse_PageTokenChange_FieldMask) UnmarshalJSON

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

Jump to

Keyboard shortcuts

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