plan_assignment_client

package
v0.12.18 Latest Latest
Warning

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

Go to latest
Published: Jul 22, 2023 License: Apache-2.0 Imports: 47 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BatchGetPlanAssignmentsDescriptor

type BatchGetPlanAssignmentsDescriptor struct{}

func GetBatchGetPlanAssignmentsDescriptor

func GetBatchGetPlanAssignmentsDescriptor() *BatchGetPlanAssignmentsDescriptor

func (*BatchGetPlanAssignmentsDescriptor) GetApiDescriptor

func (*BatchGetPlanAssignmentsDescriptor) GetApiName

func (d *BatchGetPlanAssignmentsDescriptor) GetApiName() string

func (*BatchGetPlanAssignmentsDescriptor) GetClientMsgReflectHandle

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

func (*BatchGetPlanAssignmentsDescriptor) GetFullMethodName

func (d *BatchGetPlanAssignmentsDescriptor) GetFullMethodName() string

func (*BatchGetPlanAssignmentsDescriptor) GetMethodName

func (d *BatchGetPlanAssignmentsDescriptor) GetMethodName() string

func (*BatchGetPlanAssignmentsDescriptor) GetProtoPkgName

func (d *BatchGetPlanAssignmentsDescriptor) GetProtoPkgName() string

func (*BatchGetPlanAssignmentsDescriptor) GetResourceDescriptor

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

func (*BatchGetPlanAssignmentsDescriptor) GetServerMsgReflectHandle

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

func (*BatchGetPlanAssignmentsDescriptor) GetServiceDomain

func (d *BatchGetPlanAssignmentsDescriptor) GetServiceDomain() string

func (*BatchGetPlanAssignmentsDescriptor) GetServiceVersion

func (d *BatchGetPlanAssignmentsDescriptor) GetServiceVersion() string

func (*BatchGetPlanAssignmentsDescriptor) GetVerb

func (*BatchGetPlanAssignmentsDescriptor) HasResource

func (d *BatchGetPlanAssignmentsDescriptor) HasResource() bool

func (*BatchGetPlanAssignmentsDescriptor) IsClientStream

func (d *BatchGetPlanAssignmentsDescriptor) IsClientStream() bool

func (*BatchGetPlanAssignmentsDescriptor) IsCollection

func (d *BatchGetPlanAssignmentsDescriptor) IsCollection() bool

func (*BatchGetPlanAssignmentsDescriptor) IsPlural

func (*BatchGetPlanAssignmentsDescriptor) IsServerStream

func (d *BatchGetPlanAssignmentsDescriptor) IsServerStream() bool

func (*BatchGetPlanAssignmentsDescriptor) IsUnary

func (*BatchGetPlanAssignmentsDescriptor) NewEmptyClientMsg

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

func (*BatchGetPlanAssignmentsDescriptor) NewEmptyServerMsg

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

func (*BatchGetPlanAssignmentsDescriptor) RequestHasResourceBody

func (d *BatchGetPlanAssignmentsDescriptor) RequestHasResourceBody() bool

type BatchGetPlanAssignmentsDescriptorClientMsgHandle

type BatchGetPlanAssignmentsDescriptorClientMsgHandle struct{}

func (*BatchGetPlanAssignmentsDescriptorClientMsgHandle) ExtractCollectionName

func (*BatchGetPlanAssignmentsDescriptorClientMsgHandle) ExtractResourceName

func (*BatchGetPlanAssignmentsDescriptorClientMsgHandle) ExtractResourceNames

type BatchGetPlanAssignmentsDescriptorServerMsgHandle

type BatchGetPlanAssignmentsDescriptorServerMsgHandle struct{}

func (*BatchGetPlanAssignmentsDescriptorServerMsgHandle) ExtractCollectionName

func (*BatchGetPlanAssignmentsDescriptorServerMsgHandle) ExtractResourceName

func (*BatchGetPlanAssignmentsDescriptorServerMsgHandle) ExtractResourceNames

type BatchGetPlanAssignmentsRequest

type BatchGetPlanAssignmentsRequest struct {

	// Names of PlanAssignments
	Names []*plan_assignment.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_assignment.PlanAssignment_FieldMask `` /* 146-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 [BatchGetPlanAssignments][ntt.limits.v1alpha2.BatchGetPlanAssignments]

func (*BatchGetPlanAssignmentsRequest) Clone

func (*BatchGetPlanAssignmentsRequest) CloneRaw

func (*BatchGetPlanAssignmentsRequest) Descriptor

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

Deprecated, Use BatchGetPlanAssignmentsRequest.ProtoReflect.Descriptor instead.

func (*BatchGetPlanAssignmentsRequest) GetFieldMask

func (*BatchGetPlanAssignmentsRequest) GetNames

func (*BatchGetPlanAssignmentsRequest) GetView

func (*BatchGetPlanAssignmentsRequest) GotenMessage

func (*BatchGetPlanAssignmentsRequest) GotenMessage()

func (*BatchGetPlanAssignmentsRequest) GotenObjectExt

func (o *BatchGetPlanAssignmentsRequest) GotenObjectExt()

func (*BatchGetPlanAssignmentsRequest) GotenValidate

func (obj *BatchGetPlanAssignmentsRequest) GotenValidate() error

func (*BatchGetPlanAssignmentsRequest) MakeDiffFieldMask

func (*BatchGetPlanAssignmentsRequest) MakeFullFieldMask

func (*BatchGetPlanAssignmentsRequest) MakeRawDiffFieldMask

func (*BatchGetPlanAssignmentsRequest) MakeRawFullFieldMask

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

func (*BatchGetPlanAssignmentsRequest) Marshal

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

func (*BatchGetPlanAssignmentsRequest) MarshalJSON

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

func (*BatchGetPlanAssignmentsRequest) Merge

func (*BatchGetPlanAssignmentsRequest) MergeRaw

func (*BatchGetPlanAssignmentsRequest) ProtoMessage

func (*BatchGetPlanAssignmentsRequest) ProtoMessage()

func (*BatchGetPlanAssignmentsRequest) ProtoReflect

func (*BatchGetPlanAssignmentsRequest) Reset

func (m *BatchGetPlanAssignmentsRequest) Reset()

func (*BatchGetPlanAssignmentsRequest) SetFieldMask

func (*BatchGetPlanAssignmentsRequest) SetNames

func (*BatchGetPlanAssignmentsRequest) SetView

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

func (*BatchGetPlanAssignmentsRequest) String

func (*BatchGetPlanAssignmentsRequest) Unmarshal

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

func (*BatchGetPlanAssignmentsRequest) UnmarshalJSON

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

type BatchGetPlanAssignmentsRequestFieldPathBuilder

type BatchGetPlanAssignmentsRequestFieldPathBuilder struct{}

func NewBatchGetPlanAssignmentsRequestFieldPathBuilder

func NewBatchGetPlanAssignmentsRequestFieldPathBuilder() BatchGetPlanAssignmentsRequestFieldPathBuilder

func (BatchGetPlanAssignmentsRequestFieldPathBuilder) FieldMask

func (BatchGetPlanAssignmentsRequestFieldPathBuilder) Names

func (BatchGetPlanAssignmentsRequestFieldPathBuilder) View

type BatchGetPlanAssignmentsRequestPathSelectorFieldMask

type BatchGetPlanAssignmentsRequestPathSelectorFieldMask struct{}

func (BatchGetPlanAssignmentsRequestPathSelectorFieldMask) FieldPath

type BatchGetPlanAssignmentsRequestPathSelectorNames

type BatchGetPlanAssignmentsRequestPathSelectorNames struct{}

func (BatchGetPlanAssignmentsRequestPathSelectorNames) FieldPath

func (BatchGetPlanAssignmentsRequestPathSelectorNames) WithArrayOfValues

func (BatchGetPlanAssignmentsRequestPathSelectorNames) WithValue

type BatchGetPlanAssignmentsRequestPathSelectorView

type BatchGetPlanAssignmentsRequestPathSelectorView struct{}

func (BatchGetPlanAssignmentsRequestPathSelectorView) FieldPath

func (BatchGetPlanAssignmentsRequestPathSelectorView) WithArrayOfValues

func (BatchGetPlanAssignmentsRequestPathSelectorView) WithValue

type BatchGetPlanAssignmentsRequest_FieldMask

type BatchGetPlanAssignmentsRequest_FieldMask struct {
	Paths []BatchGetPlanAssignmentsRequest_FieldPath
}

func FullBatchGetPlanAssignmentsRequest_FieldMask

func FullBatchGetPlanAssignmentsRequest_FieldMask() *BatchGetPlanAssignmentsRequest_FieldMask

func (*BatchGetPlanAssignmentsRequest_FieldMask) AppendPath

func (*BatchGetPlanAssignmentsRequest_FieldMask) AppendRawPath

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

func (*BatchGetPlanAssignmentsRequest_FieldMask) DecodeFirestore

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

func (*BatchGetPlanAssignmentsRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*BatchGetPlanAssignmentsRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*BatchGetPlanAssignmentsRequest_FieldMask) FromProtoFieldMask

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

func (*BatchGetPlanAssignmentsRequest_FieldMask) GetPaths

func (*BatchGetPlanAssignmentsRequest_FieldMask) GetRawPaths

func (*BatchGetPlanAssignmentsRequest_FieldMask) IsFull

func (fieldMask *BatchGetPlanAssignmentsRequest_FieldMask) IsFull() bool

func (BatchGetPlanAssignmentsRequest_FieldMask) Marshal

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

implement methods required by customType

func (BatchGetPlanAssignmentsRequest_FieldMask) MarshalJSON

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

func (*BatchGetPlanAssignmentsRequest_FieldMask) PathsCount

func (fieldMask *BatchGetPlanAssignmentsRequest_FieldMask) PathsCount() int

func (*BatchGetPlanAssignmentsRequest_FieldMask) Project

func (*BatchGetPlanAssignmentsRequest_FieldMask) ProjectRaw

func (*BatchGetPlanAssignmentsRequest_FieldMask) ProtoMessage

func (fieldMask *BatchGetPlanAssignmentsRequest_FieldMask) ProtoMessage()

func (*BatchGetPlanAssignmentsRequest_FieldMask) ProtoReflect

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

func (*BatchGetPlanAssignmentsRequest_FieldMask) Reset

func (fieldMask *BatchGetPlanAssignmentsRequest_FieldMask) Reset()

func (*BatchGetPlanAssignmentsRequest_FieldMask) Set

func (*BatchGetPlanAssignmentsRequest_FieldMask) SetFromCliFlag

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

func (*BatchGetPlanAssignmentsRequest_FieldMask) SetRaw

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

func (*BatchGetPlanAssignmentsRequest_FieldMask) Size

func (*BatchGetPlanAssignmentsRequest_FieldMask) String

func (*BatchGetPlanAssignmentsRequest_FieldMask) Subtract

func (*BatchGetPlanAssignmentsRequest_FieldMask) SubtractRaw

func (*BatchGetPlanAssignmentsRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*BatchGetPlanAssignmentsRequest_FieldMask) Unmarshal

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

func (*BatchGetPlanAssignmentsRequest_FieldMask) UnmarshalJSON

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

type BatchGetPlanAssignmentsRequest_FieldPath

type BatchGetPlanAssignmentsRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() BatchGetPlanAssignmentsRequest_FieldPathSelector
	Get(source *BatchGetPlanAssignmentsRequest) []interface{}
	GetSingle(source *BatchGetPlanAssignmentsRequest) (interface{}, bool)
	ClearValue(item *BatchGetPlanAssignmentsRequest)

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

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

func MustParseBatchGetPlanAssignmentsRequest_FieldPath

func MustParseBatchGetPlanAssignmentsRequest_FieldPath(rawField string) BatchGetPlanAssignmentsRequest_FieldPath

func ParseBatchGetPlanAssignmentsRequest_FieldPath

func ParseBatchGetPlanAssignmentsRequest_FieldPath(rawField string) (BatchGetPlanAssignmentsRequest_FieldPath, error)

type BatchGetPlanAssignmentsRequest_FieldPathArrayItemValue

type BatchGetPlanAssignmentsRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	BatchGetPlanAssignmentsRequest_FieldPath
	ContainsValue(*BatchGetPlanAssignmentsRequest) bool
}

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

func MustParseBatchGetPlanAssignmentsRequest_FieldPathArrayItemValue

func MustParseBatchGetPlanAssignmentsRequest_FieldPathArrayItemValue(pathStr, valueStr string) BatchGetPlanAssignmentsRequest_FieldPathArrayItemValue

func ParseBatchGetPlanAssignmentsRequest_FieldPathArrayItemValue

func ParseBatchGetPlanAssignmentsRequest_FieldPathArrayItemValue(pathStr, valueStr string) (BatchGetPlanAssignmentsRequest_FieldPathArrayItemValue, error)

ParseBatchGetPlanAssignmentsRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type BatchGetPlanAssignmentsRequest_FieldPathArrayOfValues

type BatchGetPlanAssignmentsRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	BatchGetPlanAssignmentsRequest_FieldPath
}

BatchGetPlanAssignmentsRequest_FieldPathArrayOfValues allows storing slice of values for BatchGetPlanAssignmentsRequest fields according to their type

func MustParseBatchGetPlanAssignmentsRequest_FieldPathArrayOfValues

func MustParseBatchGetPlanAssignmentsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) BatchGetPlanAssignmentsRequest_FieldPathArrayOfValues

func ParseBatchGetPlanAssignmentsRequest_FieldPathArrayOfValues

func ParseBatchGetPlanAssignmentsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (BatchGetPlanAssignmentsRequest_FieldPathArrayOfValues, error)

type BatchGetPlanAssignmentsRequest_FieldPathSelector

type BatchGetPlanAssignmentsRequest_FieldPathSelector int32
const (
	BatchGetPlanAssignmentsRequest_FieldPathSelectorNames     BatchGetPlanAssignmentsRequest_FieldPathSelector = 0
	BatchGetPlanAssignmentsRequest_FieldPathSelectorFieldMask BatchGetPlanAssignmentsRequest_FieldPathSelector = 1
	BatchGetPlanAssignmentsRequest_FieldPathSelectorView      BatchGetPlanAssignmentsRequest_FieldPathSelector = 2
)

func (BatchGetPlanAssignmentsRequest_FieldPathSelector) String

type BatchGetPlanAssignmentsRequest_FieldPathValue

type BatchGetPlanAssignmentsRequest_FieldPathValue interface {
	BatchGetPlanAssignmentsRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **BatchGetPlanAssignmentsRequest)
	CompareWith(*BatchGetPlanAssignmentsRequest) (cmp int, comparable bool)
}

BatchGetPlanAssignmentsRequest_FieldPathValue allows storing values for BatchGetPlanAssignmentsRequest fields according to their type

func MustParseBatchGetPlanAssignmentsRequest_FieldPathValue

func MustParseBatchGetPlanAssignmentsRequest_FieldPathValue(pathStr, valueStr string) BatchGetPlanAssignmentsRequest_FieldPathValue

func ParseBatchGetPlanAssignmentsRequest_FieldPathValue

func ParseBatchGetPlanAssignmentsRequest_FieldPathValue(pathStr, valueStr string) (BatchGetPlanAssignmentsRequest_FieldPathValue, error)

type BatchGetPlanAssignmentsRequest_FieldTerminalPath

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

func (*BatchGetPlanAssignmentsRequest_FieldTerminalPath) ClearValue

func (*BatchGetPlanAssignmentsRequest_FieldTerminalPath) ClearValueRaw

func (*BatchGetPlanAssignmentsRequest_FieldTerminalPath) Get

Get returns all values pointed by specific field from source BatchGetPlanAssignmentsRequest

func (*BatchGetPlanAssignmentsRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*BatchGetPlanAssignmentsRequest_FieldTerminalPath) GetRaw

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

func (*BatchGetPlanAssignmentsRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source BatchGetPlanAssignmentsRequest

func (*BatchGetPlanAssignmentsRequest_FieldTerminalPath) GetSingleRaw

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

func (*BatchGetPlanAssignmentsRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*BatchGetPlanAssignmentsRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetPlanAssignmentsRequest_FieldTerminalPath) Selector

func (*BatchGetPlanAssignmentsRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*BatchGetPlanAssignmentsRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*BatchGetPlanAssignmentsRequest_FieldTerminalPath) WithIArrayItemValue

func (*BatchGetPlanAssignmentsRequest_FieldTerminalPath) WithIArrayOfValues

func (*BatchGetPlanAssignmentsRequest_FieldTerminalPath) WithIValue

func (*BatchGetPlanAssignmentsRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*BatchGetPlanAssignmentsRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*BatchGetPlanAssignmentsRequest_FieldTerminalPath) WithRawIValue

type BatchGetPlanAssignmentsRequest_FieldTerminalPathArrayItemValue

type BatchGetPlanAssignmentsRequest_FieldTerminalPathArrayItemValue struct {
	BatchGetPlanAssignmentsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetPlanAssignmentsRequest_FieldTerminalPathArrayItemValue) AsNamesItemValue

func (*BatchGetPlanAssignmentsRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*BatchGetPlanAssignmentsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*BatchGetPlanAssignmentsRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*BatchGetPlanAssignmentsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type BatchGetPlanAssignmentsRequest_FieldTerminalPathArrayOfValues

type BatchGetPlanAssignmentsRequest_FieldTerminalPathArrayOfValues struct {
	BatchGetPlanAssignmentsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetPlanAssignmentsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*BatchGetPlanAssignmentsRequest_FieldTerminalPathArrayOfValues) AsNamesArrayOfValues

func (*BatchGetPlanAssignmentsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

func (*BatchGetPlanAssignmentsRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type BatchGetPlanAssignmentsRequest_FieldTerminalPathValue

type BatchGetPlanAssignmentsRequest_FieldTerminalPathValue struct {
	BatchGetPlanAssignmentsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetPlanAssignmentsRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*BatchGetPlanAssignmentsRequest_FieldTerminalPathValue) AsNamesValue

func (*BatchGetPlanAssignmentsRequest_FieldTerminalPathValue) AsViewValue

func (*BatchGetPlanAssignmentsRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'BatchGetPlanAssignmentsRequest_FieldTerminalPathValue' with the value under path in 'BatchGetPlanAssignmentsRequest'.

func (*BatchGetPlanAssignmentsRequest_FieldTerminalPathValue) CompareWithRaw

func (*BatchGetPlanAssignmentsRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*BatchGetPlanAssignmentsRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object BatchGetPlanAssignmentsRequest

func (*BatchGetPlanAssignmentsRequest_FieldTerminalPathValue) SetToRaw

type BatchGetPlanAssignmentsResponse

type BatchGetPlanAssignmentsResponse struct {

	// found PlanAssignments
	PlanAssignments []*plan_assignment.PlanAssignment `` /* 134-byte string literal not displayed */
	// list of not found PlanAssignments
	Missing []*plan_assignment.Reference `protobuf:"bytes,2,rep,customtype=Reference,name=missing,proto3" json:"missing,omitempty" firestore:"missing"`
	// contains filtered or unexported fields
}

BatchGetPlanAssignmentsResponse

func (*BatchGetPlanAssignmentsResponse) Clone

func (*BatchGetPlanAssignmentsResponse) CloneRaw

func (*BatchGetPlanAssignmentsResponse) Descriptor

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

Deprecated, Use BatchGetPlanAssignmentsResponse.ProtoReflect.Descriptor instead.

func (*BatchGetPlanAssignmentsResponse) GetMissing

func (*BatchGetPlanAssignmentsResponse) GetPlanAssignments

func (*BatchGetPlanAssignmentsResponse) GotenMessage

func (*BatchGetPlanAssignmentsResponse) GotenMessage()

func (*BatchGetPlanAssignmentsResponse) GotenObjectExt

func (o *BatchGetPlanAssignmentsResponse) GotenObjectExt()

func (*BatchGetPlanAssignmentsResponse) GotenValidate

func (obj *BatchGetPlanAssignmentsResponse) GotenValidate() error

func (*BatchGetPlanAssignmentsResponse) MakeDiffFieldMask

func (*BatchGetPlanAssignmentsResponse) MakeFullFieldMask

func (*BatchGetPlanAssignmentsResponse) MakeRawDiffFieldMask

func (*BatchGetPlanAssignmentsResponse) MakeRawFullFieldMask

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

func (*BatchGetPlanAssignmentsResponse) Marshal

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

func (*BatchGetPlanAssignmentsResponse) MarshalJSON

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

func (*BatchGetPlanAssignmentsResponse) Merge

func (*BatchGetPlanAssignmentsResponse) MergeRaw

func (*BatchGetPlanAssignmentsResponse) ProtoMessage

func (*BatchGetPlanAssignmentsResponse) ProtoMessage()

func (*BatchGetPlanAssignmentsResponse) ProtoReflect

func (*BatchGetPlanAssignmentsResponse) Reset

func (*BatchGetPlanAssignmentsResponse) SetMissing

func (*BatchGetPlanAssignmentsResponse) SetPlanAssignments

func (m *BatchGetPlanAssignmentsResponse) SetPlanAssignments(fv []*plan_assignment.PlanAssignment)

func (*BatchGetPlanAssignmentsResponse) String

func (*BatchGetPlanAssignmentsResponse) Unmarshal

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

func (*BatchGetPlanAssignmentsResponse) UnmarshalJSON

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

type BatchGetPlanAssignmentsResponseFieldPathBuilder

type BatchGetPlanAssignmentsResponseFieldPathBuilder struct{}

func NewBatchGetPlanAssignmentsResponseFieldPathBuilder

func NewBatchGetPlanAssignmentsResponseFieldPathBuilder() BatchGetPlanAssignmentsResponseFieldPathBuilder

func (BatchGetPlanAssignmentsResponseFieldPathBuilder) Missing

func (BatchGetPlanAssignmentsResponseFieldPathBuilder) PlanAssignments

type BatchGetPlanAssignmentsResponseMapPathSelectorPlanAssignmentsMetadataAnnotations

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

func (BatchGetPlanAssignmentsResponseMapPathSelectorPlanAssignmentsMetadataAnnotations) FieldPath

func (BatchGetPlanAssignmentsResponseMapPathSelectorPlanAssignmentsMetadataAnnotations) WithArrayOfValues

func (BatchGetPlanAssignmentsResponseMapPathSelectorPlanAssignmentsMetadataAnnotations) WithValue

type BatchGetPlanAssignmentsResponseMapPathSelectorPlanAssignmentsMetadataLabels

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

func (BatchGetPlanAssignmentsResponseMapPathSelectorPlanAssignmentsMetadataLabels) FieldPath

func (BatchGetPlanAssignmentsResponseMapPathSelectorPlanAssignmentsMetadataLabels) WithArrayOfValues

func (BatchGetPlanAssignmentsResponseMapPathSelectorPlanAssignmentsMetadataLabels) WithValue

type BatchGetPlanAssignmentsResponseMapPathSelectorPlanAssignmentsMetadataShards

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

func (BatchGetPlanAssignmentsResponseMapPathSelectorPlanAssignmentsMetadataShards) FieldPath

func (BatchGetPlanAssignmentsResponseMapPathSelectorPlanAssignmentsMetadataShards) WithArrayOfValues

func (BatchGetPlanAssignmentsResponseMapPathSelectorPlanAssignmentsMetadataShards) WithValue

type BatchGetPlanAssignmentsResponseMapPathSelectorPlanAssignmentsRegionalDistributionsLimitsByRegion

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

func (BatchGetPlanAssignmentsResponseMapPathSelectorPlanAssignmentsRegionalDistributionsLimitsByRegion) FieldPath

func (BatchGetPlanAssignmentsResponseMapPathSelectorPlanAssignmentsRegionalDistributionsLimitsByRegion) WithArrayOfValues

func (BatchGetPlanAssignmentsResponseMapPathSelectorPlanAssignmentsRegionalDistributionsLimitsByRegion) WithValue

type BatchGetPlanAssignmentsResponsePathSelectorMissing

type BatchGetPlanAssignmentsResponsePathSelectorMissing struct{}

func (BatchGetPlanAssignmentsResponsePathSelectorMissing) FieldPath

func (BatchGetPlanAssignmentsResponsePathSelectorMissing) WithArrayOfValues

func (BatchGetPlanAssignmentsResponsePathSelectorMissing) WithValue

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignments

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignments struct{}

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignments) FieldPath

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignments) Name

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignments) Plan

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignments) Service

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignments) Source

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignments) WithArrayOfValues

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignments) WithSubArrayItemValue

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignments) WithSubArrayOfValues

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignments) WithSubValue

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignments) WithValue

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsExtensions

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsExtensions struct{}

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsExtensions) FieldPath

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsExtensions) WithArrayOfValues

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsExtensions) WithItemValue

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsExtensions) WithValue

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsExtensionsResource

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsExtensionsResource struct{}

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsExtensionsResource) FieldPath

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsExtensionsResource) WithArrayOfValues

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsExtensionsResource) WithValue

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsExtensionsValue

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsExtensionsValue struct{}

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsExtensionsValue) FieldPath

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsExtensionsValue) WithArrayOfValues

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsExtensionsValue) WithValue

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadata

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadata struct{}

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadata) DeleteTime added in v0.8.0

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadata) FieldPath

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadata) Lifecycle added in v0.8.0

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadata) WithArrayOfValues

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadata) WithValue

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataAnnotations

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataAnnotations struct{}

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataAnnotations) FieldPath

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataAnnotations) WithArrayOfValues

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataAnnotations) WithValue

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataCreateTime

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataCreateTime struct{}

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataCreateTime) FieldPath

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataCreateTime) WithArrayOfValues

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataCreateTime) WithValue

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataDeleteTime added in v0.8.0

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataDeleteTime struct{}

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataDeleteTime) FieldPath added in v0.8.0

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataDeleteTime) WithArrayOfValues added in v0.8.0

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataDeleteTime) WithValue added in v0.8.0

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataGeneration

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataGeneration struct{}

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataGeneration) FieldPath

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataGeneration) WithArrayOfValues

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataGeneration) WithValue

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataLabels

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataLabels struct{}

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataLabels) FieldPath

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataLabels) WithArrayOfValues

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataLabels) WithValue

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataLifecycle added in v0.8.0

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataLifecycle struct{}

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataLifecycle) BlockDeletion added in v0.8.0

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataLifecycle) FieldPath added in v0.8.0

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataLifecycle) State added in v0.8.0

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataLifecycle) WithArrayOfValues added in v0.8.0

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataLifecycle) WithValue added in v0.8.0

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataLifecycleBlockDeletion added in v0.8.0

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataLifecycleBlockDeletion struct{}

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataLifecycleBlockDeletion) FieldPath added in v0.8.0

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.8.0

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataLifecycleBlockDeletion) WithValue added in v0.8.0

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataLifecycleState added in v0.8.0

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataLifecycleState struct{}

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataLifecycleState) FieldPath added in v0.8.0

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataLifecycleState) WithArrayOfValues added in v0.8.0

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataLifecycleState) WithValue added in v0.8.0

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferences

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferences struct{}

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferences) FieldPath

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferences) Region added in v0.8.0

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferences) RequiresOwnerReference added in v0.8.0

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferences) Version added in v0.8.0

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferences) WithArrayOfValues

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferences) WithItemValue

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferences) WithValue

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferencesBlockOwnerDeletion

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferencesController

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferencesController struct{}

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferencesController) FieldPath

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferencesController) WithArrayOfValues

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferencesController) WithValue

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferencesKind

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferencesKind struct{}

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferencesKind) FieldPath

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferencesKind) WithArrayOfValues

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferencesKind) WithValue

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferencesName

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferencesName struct{}

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferencesName) FieldPath

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferencesName) WithArrayOfValues

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferencesName) WithValue

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferencesRegion added in v0.8.0

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferencesRegion struct{}

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferencesRegion) FieldPath added in v0.8.0

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.8.0

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferencesRegion) WithValue added in v0.8.0

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferencesRequiresOwnerReference added in v0.8.0

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferencesRequiresOwnerReference struct{}

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.8.0

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.8.0

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.8.0

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferencesVersion added in v0.8.0

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferencesVersion struct{}

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferencesVersion) FieldPath added in v0.8.0

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.8.0

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferencesVersion) WithValue added in v0.8.0

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataResourceVersion

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataResourceVersion struct{}

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataResourceVersion) FieldPath

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataResourceVersion) WithArrayOfValues

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataResourceVersion) WithValue

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataShards

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataShards struct{}

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataShards) FieldPath

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataShards) WithArrayOfValues

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataShards) WithValue

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataSyncing

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataSyncing struct{}

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataSyncing) FieldPath

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataSyncing) WithArrayOfValues

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataSyncing) WithValue

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataSyncingOwningRegion

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataSyncingOwningRegion struct{}

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataSyncingOwningRegion) FieldPath

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataSyncingOwningRegion) WithArrayOfValues

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataSyncingOwningRegion) WithValue

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataSyncingRegions

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataSyncingRegions struct{}

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataSyncingRegions) FieldPath

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataSyncingRegions) WithArrayOfValues

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataSyncingRegions) WithItemValue

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataSyncingRegions) WithValue

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataTags

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataTags struct{}

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataTags) FieldPath

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataTags) WithArrayOfValues

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataTags) WithItemValue

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataTags) WithValue

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataUpdateTime

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataUpdateTime struct{}

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataUpdateTime) FieldPath

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataUpdateTime) WithArrayOfValues

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataUpdateTime) WithValue

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataUuid

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataUuid struct{}

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataUuid) FieldPath

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataUuid) WithArrayOfValues

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataUuid) WithValue

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsName

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsName struct{}

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsName) FieldPath

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsName) WithArrayOfValues

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsName) WithValue

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsPlan

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsPlan struct{}

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsPlan) FieldPath

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsPlan) WithArrayOfValues

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsPlan) WithValue

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsRegionalDistributions

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsRegionalDistributions struct{}

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsRegionalDistributions) FieldPath

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsRegionalDistributions) WithArrayOfValues

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsRegionalDistributions) WithItemValue

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsRegionalDistributions) WithValue

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsRegionalDistributionsLimitsByRegion

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsRegionalDistributionsLimitsByRegion struct{}

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsRegionalDistributionsLimitsByRegion) FieldPath

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsRegionalDistributionsLimitsByRegion) WithArrayOfValues

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsRegionalDistributionsLimitsByRegion) WithValue

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsRegionalDistributionsResource

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsRegionalDistributionsResource struct{}

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsRegionalDistributionsResource) FieldPath

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsRegionalDistributionsResource) WithArrayOfValues

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsRegionalDistributionsResource) WithValue

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsService

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsService struct{}

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsService) FieldPath

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsService) WithArrayOfValues

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsService) WithValue

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsSource

type BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsSource struct{}

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsSource) FieldPath

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsSource) WithArrayOfValues

func (BatchGetPlanAssignmentsResponsePathSelectorPlanAssignmentsSource) WithValue

type BatchGetPlanAssignmentsResponse_FieldMask

type BatchGetPlanAssignmentsResponse_FieldMask struct {
	Paths []BatchGetPlanAssignmentsResponse_FieldPath
}

func FullBatchGetPlanAssignmentsResponse_FieldMask

func FullBatchGetPlanAssignmentsResponse_FieldMask() *BatchGetPlanAssignmentsResponse_FieldMask

func (*BatchGetPlanAssignmentsResponse_FieldMask) AppendPath

func (*BatchGetPlanAssignmentsResponse_FieldMask) AppendRawPath

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

func (*BatchGetPlanAssignmentsResponse_FieldMask) DecodeFirestore

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

func (*BatchGetPlanAssignmentsResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*BatchGetPlanAssignmentsResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*BatchGetPlanAssignmentsResponse_FieldMask) FromProtoFieldMask

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

func (*BatchGetPlanAssignmentsResponse_FieldMask) GetPaths

func (*BatchGetPlanAssignmentsResponse_FieldMask) GetRawPaths

func (*BatchGetPlanAssignmentsResponse_FieldMask) IsFull

func (fieldMask *BatchGetPlanAssignmentsResponse_FieldMask) IsFull() bool

func (BatchGetPlanAssignmentsResponse_FieldMask) Marshal

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

implement methods required by customType

func (BatchGetPlanAssignmentsResponse_FieldMask) MarshalJSON

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

func (*BatchGetPlanAssignmentsResponse_FieldMask) PathsCount

func (fieldMask *BatchGetPlanAssignmentsResponse_FieldMask) PathsCount() int

func (*BatchGetPlanAssignmentsResponse_FieldMask) Project

func (*BatchGetPlanAssignmentsResponse_FieldMask) ProjectRaw

func (*BatchGetPlanAssignmentsResponse_FieldMask) ProtoMessage

func (fieldMask *BatchGetPlanAssignmentsResponse_FieldMask) ProtoMessage()

func (*BatchGetPlanAssignmentsResponse_FieldMask) ProtoReflect

func (*BatchGetPlanAssignmentsResponse_FieldMask) Reset

func (fieldMask *BatchGetPlanAssignmentsResponse_FieldMask) Reset()

func (*BatchGetPlanAssignmentsResponse_FieldMask) Set

func (*BatchGetPlanAssignmentsResponse_FieldMask) SetFromCliFlag

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

func (*BatchGetPlanAssignmentsResponse_FieldMask) SetRaw

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

func (*BatchGetPlanAssignmentsResponse_FieldMask) Size

func (*BatchGetPlanAssignmentsResponse_FieldMask) String

func (*BatchGetPlanAssignmentsResponse_FieldMask) Subtract

func (*BatchGetPlanAssignmentsResponse_FieldMask) SubtractRaw

func (*BatchGetPlanAssignmentsResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*BatchGetPlanAssignmentsResponse_FieldMask) Unmarshal

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

func (*BatchGetPlanAssignmentsResponse_FieldMask) UnmarshalJSON

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

type BatchGetPlanAssignmentsResponse_FieldPath

type BatchGetPlanAssignmentsResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() BatchGetPlanAssignmentsResponse_FieldPathSelector
	Get(source *BatchGetPlanAssignmentsResponse) []interface{}
	GetSingle(source *BatchGetPlanAssignmentsResponse) (interface{}, bool)
	ClearValue(item *BatchGetPlanAssignmentsResponse)

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

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

func MustParseBatchGetPlanAssignmentsResponse_FieldPath

func MustParseBatchGetPlanAssignmentsResponse_FieldPath(rawField string) BatchGetPlanAssignmentsResponse_FieldPath

func ParseBatchGetPlanAssignmentsResponse_FieldPath

func ParseBatchGetPlanAssignmentsResponse_FieldPath(rawField string) (BatchGetPlanAssignmentsResponse_FieldPath, error)

type BatchGetPlanAssignmentsResponse_FieldPathArrayItemValue

type BatchGetPlanAssignmentsResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	BatchGetPlanAssignmentsResponse_FieldPath
	ContainsValue(*BatchGetPlanAssignmentsResponse) bool
}

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

func MustParseBatchGetPlanAssignmentsResponse_FieldPathArrayItemValue

func MustParseBatchGetPlanAssignmentsResponse_FieldPathArrayItemValue(pathStr, valueStr string) BatchGetPlanAssignmentsResponse_FieldPathArrayItemValue

func ParseBatchGetPlanAssignmentsResponse_FieldPathArrayItemValue

func ParseBatchGetPlanAssignmentsResponse_FieldPathArrayItemValue(pathStr, valueStr string) (BatchGetPlanAssignmentsResponse_FieldPathArrayItemValue, error)

ParseBatchGetPlanAssignmentsResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type BatchGetPlanAssignmentsResponse_FieldPathArrayOfValues

type BatchGetPlanAssignmentsResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	BatchGetPlanAssignmentsResponse_FieldPath
}

BatchGetPlanAssignmentsResponse_FieldPathArrayOfValues allows storing slice of values for BatchGetPlanAssignmentsResponse fields according to their type

func MustParseBatchGetPlanAssignmentsResponse_FieldPathArrayOfValues

func MustParseBatchGetPlanAssignmentsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) BatchGetPlanAssignmentsResponse_FieldPathArrayOfValues

func ParseBatchGetPlanAssignmentsResponse_FieldPathArrayOfValues

func ParseBatchGetPlanAssignmentsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (BatchGetPlanAssignmentsResponse_FieldPathArrayOfValues, error)

type BatchGetPlanAssignmentsResponse_FieldPathSelector

type BatchGetPlanAssignmentsResponse_FieldPathSelector int32
const (
	BatchGetPlanAssignmentsResponse_FieldPathSelectorPlanAssignments BatchGetPlanAssignmentsResponse_FieldPathSelector = 0
	BatchGetPlanAssignmentsResponse_FieldPathSelectorMissing         BatchGetPlanAssignmentsResponse_FieldPathSelector = 1
)

func (BatchGetPlanAssignmentsResponse_FieldPathSelector) String

type BatchGetPlanAssignmentsResponse_FieldPathValue

type BatchGetPlanAssignmentsResponse_FieldPathValue interface {
	BatchGetPlanAssignmentsResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **BatchGetPlanAssignmentsResponse)
	CompareWith(*BatchGetPlanAssignmentsResponse) (cmp int, comparable bool)
}

BatchGetPlanAssignmentsResponse_FieldPathValue allows storing values for BatchGetPlanAssignmentsResponse fields according to their type

func MustParseBatchGetPlanAssignmentsResponse_FieldPathValue

func MustParseBatchGetPlanAssignmentsResponse_FieldPathValue(pathStr, valueStr string) BatchGetPlanAssignmentsResponse_FieldPathValue

func ParseBatchGetPlanAssignmentsResponse_FieldPathValue

func ParseBatchGetPlanAssignmentsResponse_FieldPathValue(pathStr, valueStr string) (BatchGetPlanAssignmentsResponse_FieldPathValue, error)

type BatchGetPlanAssignmentsResponse_FieldSubPath

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

func (*BatchGetPlanAssignmentsResponse_FieldSubPath) AsPlanAssignmentsSubPath

func (*BatchGetPlanAssignmentsResponse_FieldSubPath) ClearValue

func (*BatchGetPlanAssignmentsResponse_FieldSubPath) ClearValueRaw

func (*BatchGetPlanAssignmentsResponse_FieldSubPath) Get

func (fps *BatchGetPlanAssignmentsResponse_FieldSubPath) Get(source *BatchGetPlanAssignmentsResponse) (values []interface{})

Get returns all values pointed by selected field from source BatchGetPlanAssignmentsResponse

func (*BatchGetPlanAssignmentsResponse_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*BatchGetPlanAssignmentsResponse_FieldSubPath) GetRaw

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

func (*BatchGetPlanAssignmentsResponse_FieldSubPath) GetSingle

GetSingle returns value of selected field from source BatchGetPlanAssignmentsResponse

func (*BatchGetPlanAssignmentsResponse_FieldSubPath) GetSingleRaw

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

func (*BatchGetPlanAssignmentsResponse_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*BatchGetPlanAssignmentsResponse_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetPlanAssignmentsResponse_FieldSubPath) Selector

func (*BatchGetPlanAssignmentsResponse_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*BatchGetPlanAssignmentsResponse_FieldSubPath) String

String returns path representation in proto convention

func (*BatchGetPlanAssignmentsResponse_FieldSubPath) WithIArrayItemValue

func (*BatchGetPlanAssignmentsResponse_FieldSubPath) WithIArrayOfValues

func (*BatchGetPlanAssignmentsResponse_FieldSubPath) WithIValue

func (*BatchGetPlanAssignmentsResponse_FieldSubPath) WithRawIArrayItemValue

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

func (*BatchGetPlanAssignmentsResponse_FieldSubPath) WithRawIArrayOfValues

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

func (*BatchGetPlanAssignmentsResponse_FieldSubPath) WithRawIValue

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

type BatchGetPlanAssignmentsResponse_FieldSubPathArrayItemValue

type BatchGetPlanAssignmentsResponse_FieldSubPathArrayItemValue struct {
	BatchGetPlanAssignmentsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*BatchGetPlanAssignmentsResponse_FieldSubPathArrayItemValue) AsPlanAssignmentsPathItemValue

func (*BatchGetPlanAssignmentsResponse_FieldSubPathArrayItemValue) ContainsValue

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

func (*BatchGetPlanAssignmentsResponse_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type BatchGetPlanAssignmentsResponse_FieldSubPathArrayOfValues

type BatchGetPlanAssignmentsResponse_FieldSubPathArrayOfValues struct {
	BatchGetPlanAssignmentsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*BatchGetPlanAssignmentsResponse_FieldSubPathArrayOfValues) AsPlanAssignmentsPathArrayOfValues

func (*BatchGetPlanAssignmentsResponse_FieldSubPathArrayOfValues) GetRawValues

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

type BatchGetPlanAssignmentsResponse_FieldSubPathValue

type BatchGetPlanAssignmentsResponse_FieldSubPathValue struct {
	BatchGetPlanAssignmentsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*BatchGetPlanAssignmentsResponse_FieldSubPathValue) AsPlanAssignmentsPathValue

func (*BatchGetPlanAssignmentsResponse_FieldSubPathValue) CompareWith

func (*BatchGetPlanAssignmentsResponse_FieldSubPathValue) CompareWithRaw

func (*BatchGetPlanAssignmentsResponse_FieldSubPathValue) GetRawValue

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

func (*BatchGetPlanAssignmentsResponse_FieldSubPathValue) SetTo

func (*BatchGetPlanAssignmentsResponse_FieldSubPathValue) SetToRaw

type BatchGetPlanAssignmentsResponse_FieldTerminalPath

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

func (*BatchGetPlanAssignmentsResponse_FieldTerminalPath) ClearValue

func (*BatchGetPlanAssignmentsResponse_FieldTerminalPath) ClearValueRaw

func (*BatchGetPlanAssignmentsResponse_FieldTerminalPath) Get

Get returns all values pointed by specific field from source BatchGetPlanAssignmentsResponse

func (*BatchGetPlanAssignmentsResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*BatchGetPlanAssignmentsResponse_FieldTerminalPath) GetRaw

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

func (*BatchGetPlanAssignmentsResponse_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source BatchGetPlanAssignmentsResponse

func (*BatchGetPlanAssignmentsResponse_FieldTerminalPath) GetSingleRaw

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

func (*BatchGetPlanAssignmentsResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*BatchGetPlanAssignmentsResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetPlanAssignmentsResponse_FieldTerminalPath) Selector

func (*BatchGetPlanAssignmentsResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*BatchGetPlanAssignmentsResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*BatchGetPlanAssignmentsResponse_FieldTerminalPath) WithIArrayItemValue

func (*BatchGetPlanAssignmentsResponse_FieldTerminalPath) WithIArrayOfValues

func (*BatchGetPlanAssignmentsResponse_FieldTerminalPath) WithIValue

func (*BatchGetPlanAssignmentsResponse_FieldTerminalPath) WithRawIArrayItemValue

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

func (*BatchGetPlanAssignmentsResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*BatchGetPlanAssignmentsResponse_FieldTerminalPath) WithRawIValue

type BatchGetPlanAssignmentsResponse_FieldTerminalPathArrayItemValue

type BatchGetPlanAssignmentsResponse_FieldTerminalPathArrayItemValue struct {
	BatchGetPlanAssignmentsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetPlanAssignmentsResponse_FieldTerminalPathArrayItemValue) AsMissingItemValue

func (*BatchGetPlanAssignmentsResponse_FieldTerminalPathArrayItemValue) AsPlanAssignmentsItemValue

func (*BatchGetPlanAssignmentsResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*BatchGetPlanAssignmentsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*BatchGetPlanAssignmentsResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*BatchGetPlanAssignmentsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type BatchGetPlanAssignmentsResponse_FieldTerminalPathArrayOfValues

type BatchGetPlanAssignmentsResponse_FieldTerminalPathArrayOfValues struct {
	BatchGetPlanAssignmentsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetPlanAssignmentsResponse_FieldTerminalPathArrayOfValues) AsMissingArrayOfValues

func (*BatchGetPlanAssignmentsResponse_FieldTerminalPathArrayOfValues) AsPlanAssignmentsArrayOfValues

func (*BatchGetPlanAssignmentsResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type BatchGetPlanAssignmentsResponse_FieldTerminalPathValue

type BatchGetPlanAssignmentsResponse_FieldTerminalPathValue struct {
	BatchGetPlanAssignmentsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetPlanAssignmentsResponse_FieldTerminalPathValue) AsMissingValue

func (*BatchGetPlanAssignmentsResponse_FieldTerminalPathValue) AsPlanAssignmentsValue

func (*BatchGetPlanAssignmentsResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'BatchGetPlanAssignmentsResponse_FieldTerminalPathValue' with the value under path in 'BatchGetPlanAssignmentsResponse'.

func (*BatchGetPlanAssignmentsResponse_FieldTerminalPathValue) CompareWithRaw

func (*BatchGetPlanAssignmentsResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*BatchGetPlanAssignmentsResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object BatchGetPlanAssignmentsResponse

func (*BatchGetPlanAssignmentsResponse_FieldTerminalPathValue) SetToRaw

type CreatePlanAssignmentDescriptor

type CreatePlanAssignmentDescriptor struct{}

func GetCreatePlanAssignmentDescriptor

func GetCreatePlanAssignmentDescriptor() *CreatePlanAssignmentDescriptor

func (*CreatePlanAssignmentDescriptor) GetApiDescriptor

func (*CreatePlanAssignmentDescriptor) GetApiName

func (d *CreatePlanAssignmentDescriptor) GetApiName() string

func (*CreatePlanAssignmentDescriptor) GetClientMsgReflectHandle

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

func (*CreatePlanAssignmentDescriptor) GetFullMethodName

func (d *CreatePlanAssignmentDescriptor) GetFullMethodName() string

func (*CreatePlanAssignmentDescriptor) GetMethodName

func (d *CreatePlanAssignmentDescriptor) GetMethodName() string

func (*CreatePlanAssignmentDescriptor) GetProtoPkgName

func (d *CreatePlanAssignmentDescriptor) GetProtoPkgName() string

func (*CreatePlanAssignmentDescriptor) GetResourceDescriptor

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

func (*CreatePlanAssignmentDescriptor) GetServerMsgReflectHandle

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

func (*CreatePlanAssignmentDescriptor) GetServiceDomain

func (d *CreatePlanAssignmentDescriptor) GetServiceDomain() string

func (*CreatePlanAssignmentDescriptor) GetServiceVersion

func (d *CreatePlanAssignmentDescriptor) GetServiceVersion() string

func (*CreatePlanAssignmentDescriptor) GetVerb

func (*CreatePlanAssignmentDescriptor) HasResource

func (d *CreatePlanAssignmentDescriptor) HasResource() bool

func (*CreatePlanAssignmentDescriptor) IsClientStream

func (d *CreatePlanAssignmentDescriptor) IsClientStream() bool

func (*CreatePlanAssignmentDescriptor) IsCollection

func (d *CreatePlanAssignmentDescriptor) IsCollection() bool

func (*CreatePlanAssignmentDescriptor) IsPlural

func (d *CreatePlanAssignmentDescriptor) IsPlural() bool

func (*CreatePlanAssignmentDescriptor) IsServerStream

func (d *CreatePlanAssignmentDescriptor) IsServerStream() bool

func (*CreatePlanAssignmentDescriptor) IsUnary

func (d *CreatePlanAssignmentDescriptor) IsUnary() bool

func (*CreatePlanAssignmentDescriptor) NewEmptyClientMsg

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

func (*CreatePlanAssignmentDescriptor) NewEmptyServerMsg

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

func (*CreatePlanAssignmentDescriptor) RequestHasResourceBody

func (d *CreatePlanAssignmentDescriptor) RequestHasResourceBody() bool

type CreatePlanAssignmentDescriptorClientMsgHandle

type CreatePlanAssignmentDescriptorClientMsgHandle struct{}

func (*CreatePlanAssignmentDescriptorClientMsgHandle) ExtractCollectionName

func (*CreatePlanAssignmentDescriptorClientMsgHandle) ExtractResourceName

func (*CreatePlanAssignmentDescriptorClientMsgHandle) ExtractResourceNames

type CreatePlanAssignmentDescriptorServerMsgHandle

type CreatePlanAssignmentDescriptorServerMsgHandle struct{}

func (*CreatePlanAssignmentDescriptorServerMsgHandle) ExtractCollectionName

func (*CreatePlanAssignmentDescriptorServerMsgHandle) ExtractResourceName

func (*CreatePlanAssignmentDescriptorServerMsgHandle) ExtractResourceNames

type CreatePlanAssignmentRequest

type CreatePlanAssignmentRequest struct {

	// Parent reference of ntt.limits.v1alpha2.PlanAssignment
	Parent *plan_assignment.ParentReference `protobuf:"bytes,1,opt,customtype=ParentReference,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// PlanAssignment resource body
	PlanAssignment *plan_assignment.PlanAssignment `` /* 130-byte string literal not displayed */
	// contains filtered or unexported fields
}

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

func (*CreatePlanAssignmentRequest) Clone

func (*CreatePlanAssignmentRequest) CloneRaw

func (*CreatePlanAssignmentRequest) Descriptor

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

Deprecated, Use CreatePlanAssignmentRequest.ProtoReflect.Descriptor instead.

func (*CreatePlanAssignmentRequest) GetParent

func (*CreatePlanAssignmentRequest) GetPlanAssignment

func (*CreatePlanAssignmentRequest) GotenMessage

func (*CreatePlanAssignmentRequest) GotenMessage()

func (*CreatePlanAssignmentRequest) GotenObjectExt

func (o *CreatePlanAssignmentRequest) GotenObjectExt()

func (*CreatePlanAssignmentRequest) GotenValidate

func (obj *CreatePlanAssignmentRequest) GotenValidate() error

func (*CreatePlanAssignmentRequest) MakeDiffFieldMask

func (*CreatePlanAssignmentRequest) MakeFullFieldMask

func (*CreatePlanAssignmentRequest) MakeRawDiffFieldMask

func (*CreatePlanAssignmentRequest) MakeRawFullFieldMask

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

func (*CreatePlanAssignmentRequest) Marshal

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

func (*CreatePlanAssignmentRequest) MarshalJSON

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

func (*CreatePlanAssignmentRequest) Merge

func (*CreatePlanAssignmentRequest) MergeRaw

func (*CreatePlanAssignmentRequest) ProtoMessage

func (*CreatePlanAssignmentRequest) ProtoMessage()

func (*CreatePlanAssignmentRequest) ProtoReflect

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

func (*CreatePlanAssignmentRequest) Reset

func (m *CreatePlanAssignmentRequest) Reset()

func (*CreatePlanAssignmentRequest) SetParent

func (*CreatePlanAssignmentRequest) SetPlanAssignment

func (*CreatePlanAssignmentRequest) String

func (m *CreatePlanAssignmentRequest) String() string

func (*CreatePlanAssignmentRequest) Unmarshal

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

func (*CreatePlanAssignmentRequest) UnmarshalJSON

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

type CreatePlanAssignmentRequestFieldPathBuilder

type CreatePlanAssignmentRequestFieldPathBuilder struct{}

func NewCreatePlanAssignmentRequestFieldPathBuilder

func NewCreatePlanAssignmentRequestFieldPathBuilder() CreatePlanAssignmentRequestFieldPathBuilder

func (CreatePlanAssignmentRequestFieldPathBuilder) Parent

func (CreatePlanAssignmentRequestFieldPathBuilder) PlanAssignment

type CreatePlanAssignmentRequestMapPathSelectorPlanAssignmentMetadataAnnotations

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

func (CreatePlanAssignmentRequestMapPathSelectorPlanAssignmentMetadataAnnotations) FieldPath

func (CreatePlanAssignmentRequestMapPathSelectorPlanAssignmentMetadataAnnotations) WithArrayOfValues

func (CreatePlanAssignmentRequestMapPathSelectorPlanAssignmentMetadataAnnotations) WithValue

type CreatePlanAssignmentRequestMapPathSelectorPlanAssignmentMetadataLabels

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

func (CreatePlanAssignmentRequestMapPathSelectorPlanAssignmentMetadataLabels) FieldPath

func (CreatePlanAssignmentRequestMapPathSelectorPlanAssignmentMetadataLabels) WithArrayOfValues

func (CreatePlanAssignmentRequestMapPathSelectorPlanAssignmentMetadataLabels) WithValue

type CreatePlanAssignmentRequestMapPathSelectorPlanAssignmentMetadataShards

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

func (CreatePlanAssignmentRequestMapPathSelectorPlanAssignmentMetadataShards) FieldPath

func (CreatePlanAssignmentRequestMapPathSelectorPlanAssignmentMetadataShards) WithArrayOfValues

func (CreatePlanAssignmentRequestMapPathSelectorPlanAssignmentMetadataShards) WithValue

type CreatePlanAssignmentRequestMapPathSelectorPlanAssignmentRegionalDistributionsLimitsByRegion

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

func (CreatePlanAssignmentRequestMapPathSelectorPlanAssignmentRegionalDistributionsLimitsByRegion) FieldPath

func (CreatePlanAssignmentRequestMapPathSelectorPlanAssignmentRegionalDistributionsLimitsByRegion) WithArrayOfValues

func (CreatePlanAssignmentRequestMapPathSelectorPlanAssignmentRegionalDistributionsLimitsByRegion) WithValue

type CreatePlanAssignmentRequestPathSelectorParent

type CreatePlanAssignmentRequestPathSelectorParent struct{}

func (CreatePlanAssignmentRequestPathSelectorParent) FieldPath

type CreatePlanAssignmentRequestPathSelectorPlanAssignment

type CreatePlanAssignmentRequestPathSelectorPlanAssignment struct{}

func (CreatePlanAssignmentRequestPathSelectorPlanAssignment) Extensions

func (CreatePlanAssignmentRequestPathSelectorPlanAssignment) FieldPath

func (CreatePlanAssignmentRequestPathSelectorPlanAssignment) Metadata

func (CreatePlanAssignmentRequestPathSelectorPlanAssignment) Name

func (CreatePlanAssignmentRequestPathSelectorPlanAssignment) Plan

func (CreatePlanAssignmentRequestPathSelectorPlanAssignment) Service

func (CreatePlanAssignmentRequestPathSelectorPlanAssignment) Source

func (CreatePlanAssignmentRequestPathSelectorPlanAssignment) WithArrayOfValues

func (CreatePlanAssignmentRequestPathSelectorPlanAssignment) WithSubArrayItemValue

func (CreatePlanAssignmentRequestPathSelectorPlanAssignment) WithSubArrayOfValues

func (CreatePlanAssignmentRequestPathSelectorPlanAssignment) WithSubPath

func (CreatePlanAssignmentRequestPathSelectorPlanAssignment) WithSubValue

func (CreatePlanAssignmentRequestPathSelectorPlanAssignment) WithValue

type CreatePlanAssignmentRequestPathSelectorPlanAssignmentExtensions

type CreatePlanAssignmentRequestPathSelectorPlanAssignmentExtensions struct{}

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentExtensions) FieldPath

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentExtensions) WithArrayOfValues

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentExtensions) WithItemValue

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentExtensions) WithValue

type CreatePlanAssignmentRequestPathSelectorPlanAssignmentExtensionsResource

type CreatePlanAssignmentRequestPathSelectorPlanAssignmentExtensionsResource struct{}

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentExtensionsResource) FieldPath

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentExtensionsResource) WithArrayOfValues

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentExtensionsResource) WithValue

type CreatePlanAssignmentRequestPathSelectorPlanAssignmentExtensionsValue

type CreatePlanAssignmentRequestPathSelectorPlanAssignmentExtensionsValue struct{}

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentExtensionsValue) FieldPath

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentExtensionsValue) WithArrayOfValues

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentExtensionsValue) WithValue

type CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadata

type CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadata struct{}

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadata) DeleteTime added in v0.8.0

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadata) FieldPath

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadata) Lifecycle added in v0.8.0

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadata) Tags

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadata) Uuid

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadata) WithArrayOfValues

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadata) WithValue

type CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataAnnotations

type CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataAnnotations struct{}

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataAnnotations) FieldPath

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataAnnotations) WithArrayOfValues

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataAnnotations) WithValue

type CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataCreateTime

type CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataCreateTime struct{}

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataCreateTime) FieldPath

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataCreateTime) WithArrayOfValues

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataCreateTime) WithValue

type CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataDeleteTime added in v0.8.0

type CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataDeleteTime struct{}

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataDeleteTime) FieldPath added in v0.8.0

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataDeleteTime) WithArrayOfValues added in v0.8.0

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataDeleteTime) WithValue added in v0.8.0

type CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataGeneration

type CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataGeneration struct{}

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataGeneration) FieldPath

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataGeneration) WithArrayOfValues

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataGeneration) WithValue

type CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataLabels

type CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataLabels struct{}

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataLabels) FieldPath

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataLabels) WithArrayOfValues

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataLabels) WithValue

type CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataLifecycle added in v0.8.0

type CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataLifecycle struct{}

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataLifecycle) BlockDeletion added in v0.8.0

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataLifecycle) FieldPath added in v0.8.0

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataLifecycle) State added in v0.8.0

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataLifecycle) WithArrayOfValues added in v0.8.0

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataLifecycle) WithValue added in v0.8.0

type CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataLifecycleBlockDeletion added in v0.8.0

type CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataLifecycleBlockDeletion struct{}

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataLifecycleBlockDeletion) FieldPath added in v0.8.0

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.8.0

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataLifecycleBlockDeletion) WithValue added in v0.8.0

type CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataLifecycleState added in v0.8.0

type CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataLifecycleState struct{}

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataLifecycleState) FieldPath added in v0.8.0

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataLifecycleState) WithArrayOfValues added in v0.8.0

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataLifecycleState) WithValue added in v0.8.0

type CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferences

type CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferences struct{}

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferences) FieldPath

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferences) Region added in v0.8.0

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferences) RequiresOwnerReference added in v0.8.0

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferences) Version added in v0.8.0

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferences) WithArrayOfValues

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferences) WithItemValue

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferences) WithValue

type CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesBlockOwnerDeletion

type CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesController

type CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesController struct{}

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesController) FieldPath

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesController) WithArrayOfValues

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesController) WithValue

type CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesKind

type CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesKind struct{}

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesKind) FieldPath

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesKind) WithArrayOfValues

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesKind) WithValue

type CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesName

type CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesName struct{}

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesName) FieldPath

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesName) WithArrayOfValues

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesName) WithValue

type CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesRegion added in v0.8.0

type CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesRegion struct{}

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesRegion) FieldPath added in v0.8.0

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.8.0

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesRegion) WithValue added in v0.8.0

type CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesRequiresOwnerReference added in v0.8.0

type CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesRequiresOwnerReference struct{}

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.8.0

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.8.0

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.8.0

type CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesVersion added in v0.8.0

type CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesVersion struct{}

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesVersion) FieldPath added in v0.8.0

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.8.0

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesVersion) WithValue added in v0.8.0

type CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataResourceVersion

type CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataResourceVersion struct{}

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataResourceVersion) FieldPath

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataResourceVersion) WithArrayOfValues

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataResourceVersion) WithValue

type CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataShards

type CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataShards struct{}

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataShards) FieldPath

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataShards) WithArrayOfValues

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataShards) WithValue

type CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataSyncing

type CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataSyncing struct{}

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataSyncing) FieldPath

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataSyncing) WithArrayOfValues

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataSyncing) WithValue

type CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataSyncingOwningRegion

type CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataSyncingOwningRegion struct{}

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataSyncingOwningRegion) FieldPath

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataSyncingOwningRegion) WithArrayOfValues

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataSyncingOwningRegion) WithValue

type CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataSyncingRegions

type CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataSyncingRegions struct{}

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataSyncingRegions) FieldPath

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataSyncingRegions) WithArrayOfValues

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataSyncingRegions) WithItemValue

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataSyncingRegions) WithValue

type CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataTags

type CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataTags struct{}

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataTags) FieldPath

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataTags) WithArrayOfValues

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataTags) WithItemValue

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataTags) WithValue

type CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataUpdateTime

type CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataUpdateTime struct{}

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataUpdateTime) FieldPath

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataUpdateTime) WithArrayOfValues

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataUpdateTime) WithValue

type CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataUuid

type CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataUuid struct{}

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataUuid) FieldPath

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataUuid) WithArrayOfValues

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataUuid) WithValue

type CreatePlanAssignmentRequestPathSelectorPlanAssignmentName

type CreatePlanAssignmentRequestPathSelectorPlanAssignmentName struct{}

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentName) FieldPath

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentName) WithArrayOfValues

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentName) WithValue

type CreatePlanAssignmentRequestPathSelectorPlanAssignmentPlan

type CreatePlanAssignmentRequestPathSelectorPlanAssignmentPlan struct{}

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentPlan) FieldPath

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentPlan) WithArrayOfValues

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentPlan) WithValue

type CreatePlanAssignmentRequestPathSelectorPlanAssignmentRegionalDistributions

type CreatePlanAssignmentRequestPathSelectorPlanAssignmentRegionalDistributions struct{}

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentRegionalDistributions) FieldPath

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentRegionalDistributions) WithArrayOfValues

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentRegionalDistributions) WithItemValue

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentRegionalDistributions) WithValue

type CreatePlanAssignmentRequestPathSelectorPlanAssignmentRegionalDistributionsLimitsByRegion

type CreatePlanAssignmentRequestPathSelectorPlanAssignmentRegionalDistributionsLimitsByRegion struct{}

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentRegionalDistributionsLimitsByRegion) FieldPath

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentRegionalDistributionsLimitsByRegion) WithArrayOfValues

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentRegionalDistributionsLimitsByRegion) WithValue

type CreatePlanAssignmentRequestPathSelectorPlanAssignmentRegionalDistributionsResource

type CreatePlanAssignmentRequestPathSelectorPlanAssignmentRegionalDistributionsResource struct{}

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentRegionalDistributionsResource) FieldPath

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentRegionalDistributionsResource) WithArrayOfValues

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentRegionalDistributionsResource) WithValue

type CreatePlanAssignmentRequestPathSelectorPlanAssignmentService

type CreatePlanAssignmentRequestPathSelectorPlanAssignmentService struct{}

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentService) FieldPath

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentService) WithArrayOfValues

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentService) WithValue

type CreatePlanAssignmentRequestPathSelectorPlanAssignmentSource

type CreatePlanAssignmentRequestPathSelectorPlanAssignmentSource struct{}

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentSource) FieldPath

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentSource) WithArrayOfValues

func (CreatePlanAssignmentRequestPathSelectorPlanAssignmentSource) WithValue

type CreatePlanAssignmentRequest_FieldMask

type CreatePlanAssignmentRequest_FieldMask struct {
	Paths []CreatePlanAssignmentRequest_FieldPath
}

func FullCreatePlanAssignmentRequest_FieldMask

func FullCreatePlanAssignmentRequest_FieldMask() *CreatePlanAssignmentRequest_FieldMask

func (*CreatePlanAssignmentRequest_FieldMask) AppendPath

func (*CreatePlanAssignmentRequest_FieldMask) AppendRawPath

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

func (*CreatePlanAssignmentRequest_FieldMask) DecodeFirestore

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

func (*CreatePlanAssignmentRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*CreatePlanAssignmentRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*CreatePlanAssignmentRequest_FieldMask) FromProtoFieldMask

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

func (*CreatePlanAssignmentRequest_FieldMask) GetPaths

func (*CreatePlanAssignmentRequest_FieldMask) GetRawPaths

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

func (*CreatePlanAssignmentRequest_FieldMask) IsFull

func (fieldMask *CreatePlanAssignmentRequest_FieldMask) IsFull() bool

func (CreatePlanAssignmentRequest_FieldMask) Marshal

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

implement methods required by customType

func (CreatePlanAssignmentRequest_FieldMask) MarshalJSON

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

func (*CreatePlanAssignmentRequest_FieldMask) PathsCount

func (fieldMask *CreatePlanAssignmentRequest_FieldMask) PathsCount() int

func (*CreatePlanAssignmentRequest_FieldMask) Project

func (*CreatePlanAssignmentRequest_FieldMask) ProjectRaw

func (*CreatePlanAssignmentRequest_FieldMask) ProtoMessage

func (fieldMask *CreatePlanAssignmentRequest_FieldMask) ProtoMessage()

func (*CreatePlanAssignmentRequest_FieldMask) ProtoReflect

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

func (*CreatePlanAssignmentRequest_FieldMask) Reset

func (fieldMask *CreatePlanAssignmentRequest_FieldMask) Reset()

func (*CreatePlanAssignmentRequest_FieldMask) Set

func (*CreatePlanAssignmentRequest_FieldMask) SetFromCliFlag

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

func (*CreatePlanAssignmentRequest_FieldMask) SetRaw

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

func (*CreatePlanAssignmentRequest_FieldMask) Size

func (fieldMask *CreatePlanAssignmentRequest_FieldMask) Size() int

func (*CreatePlanAssignmentRequest_FieldMask) String

func (fieldMask *CreatePlanAssignmentRequest_FieldMask) String() string

func (*CreatePlanAssignmentRequest_FieldMask) Subtract

func (*CreatePlanAssignmentRequest_FieldMask) SubtractRaw

func (*CreatePlanAssignmentRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*CreatePlanAssignmentRequest_FieldMask) Unmarshal

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

func (*CreatePlanAssignmentRequest_FieldMask) UnmarshalJSON

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

type CreatePlanAssignmentRequest_FieldPath

type CreatePlanAssignmentRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() CreatePlanAssignmentRequest_FieldPathSelector
	Get(source *CreatePlanAssignmentRequest) []interface{}
	GetSingle(source *CreatePlanAssignmentRequest) (interface{}, bool)
	ClearValue(item *CreatePlanAssignmentRequest)

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

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

func MustParseCreatePlanAssignmentRequest_FieldPath

func MustParseCreatePlanAssignmentRequest_FieldPath(rawField string) CreatePlanAssignmentRequest_FieldPath

func ParseCreatePlanAssignmentRequest_FieldPath

func ParseCreatePlanAssignmentRequest_FieldPath(rawField string) (CreatePlanAssignmentRequest_FieldPath, error)

type CreatePlanAssignmentRequest_FieldPathArrayItemValue

type CreatePlanAssignmentRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	CreatePlanAssignmentRequest_FieldPath
	ContainsValue(*CreatePlanAssignmentRequest) bool
}

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

func MustParseCreatePlanAssignmentRequest_FieldPathArrayItemValue

func MustParseCreatePlanAssignmentRequest_FieldPathArrayItemValue(pathStr, valueStr string) CreatePlanAssignmentRequest_FieldPathArrayItemValue

func ParseCreatePlanAssignmentRequest_FieldPathArrayItemValue

func ParseCreatePlanAssignmentRequest_FieldPathArrayItemValue(pathStr, valueStr string) (CreatePlanAssignmentRequest_FieldPathArrayItemValue, error)

ParseCreatePlanAssignmentRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type CreatePlanAssignmentRequest_FieldPathArrayOfValues

type CreatePlanAssignmentRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	CreatePlanAssignmentRequest_FieldPath
}

CreatePlanAssignmentRequest_FieldPathArrayOfValues allows storing slice of values for CreatePlanAssignmentRequest fields according to their type

func MustParseCreatePlanAssignmentRequest_FieldPathArrayOfValues

func MustParseCreatePlanAssignmentRequest_FieldPathArrayOfValues(pathStr, valuesStr string) CreatePlanAssignmentRequest_FieldPathArrayOfValues

func ParseCreatePlanAssignmentRequest_FieldPathArrayOfValues

func ParseCreatePlanAssignmentRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (CreatePlanAssignmentRequest_FieldPathArrayOfValues, error)

type CreatePlanAssignmentRequest_FieldPathSelector

type CreatePlanAssignmentRequest_FieldPathSelector int32
const (
	CreatePlanAssignmentRequest_FieldPathSelectorParent         CreatePlanAssignmentRequest_FieldPathSelector = 0
	CreatePlanAssignmentRequest_FieldPathSelectorPlanAssignment CreatePlanAssignmentRequest_FieldPathSelector = 1
)

func (CreatePlanAssignmentRequest_FieldPathSelector) String

type CreatePlanAssignmentRequest_FieldPathValue

type CreatePlanAssignmentRequest_FieldPathValue interface {
	CreatePlanAssignmentRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **CreatePlanAssignmentRequest)
	CompareWith(*CreatePlanAssignmentRequest) (cmp int, comparable bool)
}

CreatePlanAssignmentRequest_FieldPathValue allows storing values for CreatePlanAssignmentRequest fields according to their type

func MustParseCreatePlanAssignmentRequest_FieldPathValue

func MustParseCreatePlanAssignmentRequest_FieldPathValue(pathStr, valueStr string) CreatePlanAssignmentRequest_FieldPathValue

func ParseCreatePlanAssignmentRequest_FieldPathValue

func ParseCreatePlanAssignmentRequest_FieldPathValue(pathStr, valueStr string) (CreatePlanAssignmentRequest_FieldPathValue, error)

type CreatePlanAssignmentRequest_FieldSubPath

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

func (*CreatePlanAssignmentRequest_FieldSubPath) AsPlanAssignmentSubPath

func (*CreatePlanAssignmentRequest_FieldSubPath) ClearValue

func (*CreatePlanAssignmentRequest_FieldSubPath) ClearValueRaw

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

func (*CreatePlanAssignmentRequest_FieldSubPath) Get

func (fps *CreatePlanAssignmentRequest_FieldSubPath) Get(source *CreatePlanAssignmentRequest) (values []interface{})

Get returns all values pointed by selected field from source CreatePlanAssignmentRequest

func (*CreatePlanAssignmentRequest_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*CreatePlanAssignmentRequest_FieldSubPath) GetRaw

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

func (*CreatePlanAssignmentRequest_FieldSubPath) GetSingle

func (fps *CreatePlanAssignmentRequest_FieldSubPath) GetSingle(source *CreatePlanAssignmentRequest) (interface{}, bool)

GetSingle returns value of selected field from source CreatePlanAssignmentRequest

func (*CreatePlanAssignmentRequest_FieldSubPath) GetSingleRaw

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

func (*CreatePlanAssignmentRequest_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*CreatePlanAssignmentRequest_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*CreatePlanAssignmentRequest_FieldSubPath) Selector

func (*CreatePlanAssignmentRequest_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*CreatePlanAssignmentRequest_FieldSubPath) String

String returns path representation in proto convention

func (*CreatePlanAssignmentRequest_FieldSubPath) WithIArrayItemValue

func (*CreatePlanAssignmentRequest_FieldSubPath) WithIArrayOfValues

func (*CreatePlanAssignmentRequest_FieldSubPath) WithIValue

func (*CreatePlanAssignmentRequest_FieldSubPath) WithRawIArrayItemValue

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

func (*CreatePlanAssignmentRequest_FieldSubPath) WithRawIArrayOfValues

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

func (*CreatePlanAssignmentRequest_FieldSubPath) WithRawIValue

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

type CreatePlanAssignmentRequest_FieldSubPathArrayItemValue

type CreatePlanAssignmentRequest_FieldSubPathArrayItemValue struct {
	CreatePlanAssignmentRequest_FieldPath
	// contains filtered or unexported fields
}

func (*CreatePlanAssignmentRequest_FieldSubPathArrayItemValue) AsPlanAssignmentPathItemValue

func (*CreatePlanAssignmentRequest_FieldSubPathArrayItemValue) ContainsValue

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

func (*CreatePlanAssignmentRequest_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type CreatePlanAssignmentRequest_FieldSubPathArrayOfValues

type CreatePlanAssignmentRequest_FieldSubPathArrayOfValues struct {
	CreatePlanAssignmentRequest_FieldPath
	// contains filtered or unexported fields
}

func (*CreatePlanAssignmentRequest_FieldSubPathArrayOfValues) AsPlanAssignmentPathArrayOfValues

func (*CreatePlanAssignmentRequest_FieldSubPathArrayOfValues) GetRawValues

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

type CreatePlanAssignmentRequest_FieldSubPathValue

type CreatePlanAssignmentRequest_FieldSubPathValue struct {
	CreatePlanAssignmentRequest_FieldPath
	// contains filtered or unexported fields
}

func (*CreatePlanAssignmentRequest_FieldSubPathValue) AsPlanAssignmentPathValue

func (*CreatePlanAssignmentRequest_FieldSubPathValue) CompareWith

func (*CreatePlanAssignmentRequest_FieldSubPathValue) CompareWithRaw

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

func (*CreatePlanAssignmentRequest_FieldSubPathValue) GetRawValue

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

func (*CreatePlanAssignmentRequest_FieldSubPathValue) SetTo

func (*CreatePlanAssignmentRequest_FieldSubPathValue) SetToRaw

type CreatePlanAssignmentRequest_FieldTerminalPath

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

func (*CreatePlanAssignmentRequest_FieldTerminalPath) ClearValue

func (*CreatePlanAssignmentRequest_FieldTerminalPath) ClearValueRaw

func (*CreatePlanAssignmentRequest_FieldTerminalPath) Get

func (fp *CreatePlanAssignmentRequest_FieldTerminalPath) Get(source *CreatePlanAssignmentRequest) (values []interface{})

Get returns all values pointed by specific field from source CreatePlanAssignmentRequest

func (*CreatePlanAssignmentRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*CreatePlanAssignmentRequest_FieldTerminalPath) GetRaw

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

func (*CreatePlanAssignmentRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source CreatePlanAssignmentRequest

func (*CreatePlanAssignmentRequest_FieldTerminalPath) GetSingleRaw

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

func (*CreatePlanAssignmentRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*CreatePlanAssignmentRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*CreatePlanAssignmentRequest_FieldTerminalPath) Selector

func (*CreatePlanAssignmentRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*CreatePlanAssignmentRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*CreatePlanAssignmentRequest_FieldTerminalPath) WithIArrayItemValue

func (*CreatePlanAssignmentRequest_FieldTerminalPath) WithIArrayOfValues

func (*CreatePlanAssignmentRequest_FieldTerminalPath) WithIValue

func (*CreatePlanAssignmentRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*CreatePlanAssignmentRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*CreatePlanAssignmentRequest_FieldTerminalPath) WithRawIValue

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

type CreatePlanAssignmentRequest_FieldTerminalPathArrayItemValue

type CreatePlanAssignmentRequest_FieldTerminalPathArrayItemValue struct {
	CreatePlanAssignmentRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreatePlanAssignmentRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*CreatePlanAssignmentRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*CreatePlanAssignmentRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*CreatePlanAssignmentRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type CreatePlanAssignmentRequest_FieldTerminalPathArrayOfValues

type CreatePlanAssignmentRequest_FieldTerminalPathArrayOfValues struct {
	CreatePlanAssignmentRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreatePlanAssignmentRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues

func (*CreatePlanAssignmentRequest_FieldTerminalPathArrayOfValues) AsPlanAssignmentArrayOfValues

func (*CreatePlanAssignmentRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type CreatePlanAssignmentRequest_FieldTerminalPathValue

type CreatePlanAssignmentRequest_FieldTerminalPathValue struct {
	CreatePlanAssignmentRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreatePlanAssignmentRequest_FieldTerminalPathValue) AsParentValue

func (*CreatePlanAssignmentRequest_FieldTerminalPathValue) AsPlanAssignmentValue

func (*CreatePlanAssignmentRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'CreatePlanAssignmentRequest_FieldTerminalPathValue' with the value under path in 'CreatePlanAssignmentRequest'.

func (*CreatePlanAssignmentRequest_FieldTerminalPathValue) CompareWithRaw

func (*CreatePlanAssignmentRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*CreatePlanAssignmentRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object CreatePlanAssignmentRequest

func (*CreatePlanAssignmentRequest_FieldTerminalPathValue) SetToRaw

type DeletePlanAssignmentDescriptor

type DeletePlanAssignmentDescriptor struct{}

func GetDeletePlanAssignmentDescriptor

func GetDeletePlanAssignmentDescriptor() *DeletePlanAssignmentDescriptor

func (*DeletePlanAssignmentDescriptor) GetApiDescriptor

func (*DeletePlanAssignmentDescriptor) GetApiName

func (d *DeletePlanAssignmentDescriptor) GetApiName() string

func (*DeletePlanAssignmentDescriptor) GetClientMsgReflectHandle

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

func (*DeletePlanAssignmentDescriptor) GetFullMethodName

func (d *DeletePlanAssignmentDescriptor) GetFullMethodName() string

func (*DeletePlanAssignmentDescriptor) GetMethodName

func (d *DeletePlanAssignmentDescriptor) GetMethodName() string

func (*DeletePlanAssignmentDescriptor) GetProtoPkgName

func (d *DeletePlanAssignmentDescriptor) GetProtoPkgName() string

func (*DeletePlanAssignmentDescriptor) GetResourceDescriptor

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

func (*DeletePlanAssignmentDescriptor) GetServerMsgReflectHandle

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

func (*DeletePlanAssignmentDescriptor) GetServiceDomain

func (d *DeletePlanAssignmentDescriptor) GetServiceDomain() string

func (*DeletePlanAssignmentDescriptor) GetServiceVersion

func (d *DeletePlanAssignmentDescriptor) GetServiceVersion() string

func (*DeletePlanAssignmentDescriptor) GetVerb

func (*DeletePlanAssignmentDescriptor) HasResource

func (d *DeletePlanAssignmentDescriptor) HasResource() bool

func (*DeletePlanAssignmentDescriptor) IsClientStream

func (d *DeletePlanAssignmentDescriptor) IsClientStream() bool

func (*DeletePlanAssignmentDescriptor) IsCollection

func (d *DeletePlanAssignmentDescriptor) IsCollection() bool

func (*DeletePlanAssignmentDescriptor) IsPlural

func (d *DeletePlanAssignmentDescriptor) IsPlural() bool

func (*DeletePlanAssignmentDescriptor) IsServerStream

func (d *DeletePlanAssignmentDescriptor) IsServerStream() bool

func (*DeletePlanAssignmentDescriptor) IsUnary

func (d *DeletePlanAssignmentDescriptor) IsUnary() bool

func (*DeletePlanAssignmentDescriptor) NewEmptyClientMsg

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

func (*DeletePlanAssignmentDescriptor) NewEmptyServerMsg

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

func (*DeletePlanAssignmentDescriptor) RequestHasResourceBody

func (d *DeletePlanAssignmentDescriptor) RequestHasResourceBody() bool

type DeletePlanAssignmentDescriptorClientMsgHandle

type DeletePlanAssignmentDescriptorClientMsgHandle struct{}

func (*DeletePlanAssignmentDescriptorClientMsgHandle) ExtractCollectionName

func (*DeletePlanAssignmentDescriptorClientMsgHandle) ExtractResourceName

func (*DeletePlanAssignmentDescriptorClientMsgHandle) ExtractResourceNames

type DeletePlanAssignmentDescriptorServerMsgHandle

type DeletePlanAssignmentDescriptorServerMsgHandle struct{}

func (*DeletePlanAssignmentDescriptorServerMsgHandle) ExtractCollectionName

func (*DeletePlanAssignmentDescriptorServerMsgHandle) ExtractResourceName

func (*DeletePlanAssignmentDescriptorServerMsgHandle) ExtractResourceNames

type DeletePlanAssignmentRequest

type DeletePlanAssignmentRequest struct {

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

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

func (*DeletePlanAssignmentRequest) Clone

func (*DeletePlanAssignmentRequest) CloneRaw

func (*DeletePlanAssignmentRequest) Descriptor

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

Deprecated, Use DeletePlanAssignmentRequest.ProtoReflect.Descriptor instead.

func (*DeletePlanAssignmentRequest) GetName

func (*DeletePlanAssignmentRequest) GotenMessage

func (*DeletePlanAssignmentRequest) GotenMessage()

func (*DeletePlanAssignmentRequest) GotenObjectExt

func (o *DeletePlanAssignmentRequest) GotenObjectExt()

func (*DeletePlanAssignmentRequest) GotenValidate

func (obj *DeletePlanAssignmentRequest) GotenValidate() error

func (*DeletePlanAssignmentRequest) MakeDiffFieldMask

func (*DeletePlanAssignmentRequest) MakeFullFieldMask

func (*DeletePlanAssignmentRequest) MakeRawDiffFieldMask

func (*DeletePlanAssignmentRequest) MakeRawFullFieldMask

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

func (*DeletePlanAssignmentRequest) Marshal

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

func (*DeletePlanAssignmentRequest) MarshalJSON

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

func (*DeletePlanAssignmentRequest) Merge

func (*DeletePlanAssignmentRequest) MergeRaw

func (*DeletePlanAssignmentRequest) ProtoMessage

func (*DeletePlanAssignmentRequest) ProtoMessage()

func (*DeletePlanAssignmentRequest) ProtoReflect

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

func (*DeletePlanAssignmentRequest) Reset

func (m *DeletePlanAssignmentRequest) Reset()

func (*DeletePlanAssignmentRequest) SetName

func (*DeletePlanAssignmentRequest) String

func (m *DeletePlanAssignmentRequest) String() string

func (*DeletePlanAssignmentRequest) Unmarshal

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

func (*DeletePlanAssignmentRequest) UnmarshalJSON

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

type DeletePlanAssignmentRequestFieldPathBuilder

type DeletePlanAssignmentRequestFieldPathBuilder struct{}

func NewDeletePlanAssignmentRequestFieldPathBuilder

func NewDeletePlanAssignmentRequestFieldPathBuilder() DeletePlanAssignmentRequestFieldPathBuilder

func (DeletePlanAssignmentRequestFieldPathBuilder) Name

type DeletePlanAssignmentRequestPathSelectorName

type DeletePlanAssignmentRequestPathSelectorName struct{}

func (DeletePlanAssignmentRequestPathSelectorName) FieldPath

func (DeletePlanAssignmentRequestPathSelectorName) WithArrayOfValues

func (DeletePlanAssignmentRequestPathSelectorName) WithValue

type DeletePlanAssignmentRequest_FieldMask

type DeletePlanAssignmentRequest_FieldMask struct {
	Paths []DeletePlanAssignmentRequest_FieldPath
}

func FullDeletePlanAssignmentRequest_FieldMask

func FullDeletePlanAssignmentRequest_FieldMask() *DeletePlanAssignmentRequest_FieldMask

func (*DeletePlanAssignmentRequest_FieldMask) AppendPath

func (*DeletePlanAssignmentRequest_FieldMask) AppendRawPath

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

func (*DeletePlanAssignmentRequest_FieldMask) DecodeFirestore

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

func (*DeletePlanAssignmentRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*DeletePlanAssignmentRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*DeletePlanAssignmentRequest_FieldMask) FromProtoFieldMask

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

func (*DeletePlanAssignmentRequest_FieldMask) GetPaths

func (*DeletePlanAssignmentRequest_FieldMask) GetRawPaths

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

func (*DeletePlanAssignmentRequest_FieldMask) IsFull

func (fieldMask *DeletePlanAssignmentRequest_FieldMask) IsFull() bool

func (DeletePlanAssignmentRequest_FieldMask) Marshal

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

implement methods required by customType

func (DeletePlanAssignmentRequest_FieldMask) MarshalJSON

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

func (*DeletePlanAssignmentRequest_FieldMask) PathsCount

func (fieldMask *DeletePlanAssignmentRequest_FieldMask) PathsCount() int

func (*DeletePlanAssignmentRequest_FieldMask) Project

func (*DeletePlanAssignmentRequest_FieldMask) ProjectRaw

func (*DeletePlanAssignmentRequest_FieldMask) ProtoMessage

func (fieldMask *DeletePlanAssignmentRequest_FieldMask) ProtoMessage()

func (*DeletePlanAssignmentRequest_FieldMask) ProtoReflect

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

func (*DeletePlanAssignmentRequest_FieldMask) Reset

func (fieldMask *DeletePlanAssignmentRequest_FieldMask) Reset()

func (*DeletePlanAssignmentRequest_FieldMask) Set

func (*DeletePlanAssignmentRequest_FieldMask) SetFromCliFlag

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

func (*DeletePlanAssignmentRequest_FieldMask) SetRaw

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

func (*DeletePlanAssignmentRequest_FieldMask) Size

func (fieldMask *DeletePlanAssignmentRequest_FieldMask) Size() int

func (*DeletePlanAssignmentRequest_FieldMask) String

func (fieldMask *DeletePlanAssignmentRequest_FieldMask) String() string

func (*DeletePlanAssignmentRequest_FieldMask) Subtract

func (*DeletePlanAssignmentRequest_FieldMask) SubtractRaw

func (*DeletePlanAssignmentRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*DeletePlanAssignmentRequest_FieldMask) Unmarshal

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

func (*DeletePlanAssignmentRequest_FieldMask) UnmarshalJSON

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

type DeletePlanAssignmentRequest_FieldPath

type DeletePlanAssignmentRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() DeletePlanAssignmentRequest_FieldPathSelector
	Get(source *DeletePlanAssignmentRequest) []interface{}
	GetSingle(source *DeletePlanAssignmentRequest) (interface{}, bool)
	ClearValue(item *DeletePlanAssignmentRequest)

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

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

func MustParseDeletePlanAssignmentRequest_FieldPath

func MustParseDeletePlanAssignmentRequest_FieldPath(rawField string) DeletePlanAssignmentRequest_FieldPath

func ParseDeletePlanAssignmentRequest_FieldPath

func ParseDeletePlanAssignmentRequest_FieldPath(rawField string) (DeletePlanAssignmentRequest_FieldPath, error)

type DeletePlanAssignmentRequest_FieldPathArrayItemValue

type DeletePlanAssignmentRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	DeletePlanAssignmentRequest_FieldPath
	ContainsValue(*DeletePlanAssignmentRequest) bool
}

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

func MustParseDeletePlanAssignmentRequest_FieldPathArrayItemValue

func MustParseDeletePlanAssignmentRequest_FieldPathArrayItemValue(pathStr, valueStr string) DeletePlanAssignmentRequest_FieldPathArrayItemValue

func ParseDeletePlanAssignmentRequest_FieldPathArrayItemValue

func ParseDeletePlanAssignmentRequest_FieldPathArrayItemValue(pathStr, valueStr string) (DeletePlanAssignmentRequest_FieldPathArrayItemValue, error)

ParseDeletePlanAssignmentRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type DeletePlanAssignmentRequest_FieldPathArrayOfValues

type DeletePlanAssignmentRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	DeletePlanAssignmentRequest_FieldPath
}

DeletePlanAssignmentRequest_FieldPathArrayOfValues allows storing slice of values for DeletePlanAssignmentRequest fields according to their type

func MustParseDeletePlanAssignmentRequest_FieldPathArrayOfValues

func MustParseDeletePlanAssignmentRequest_FieldPathArrayOfValues(pathStr, valuesStr string) DeletePlanAssignmentRequest_FieldPathArrayOfValues

func ParseDeletePlanAssignmentRequest_FieldPathArrayOfValues

func ParseDeletePlanAssignmentRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (DeletePlanAssignmentRequest_FieldPathArrayOfValues, error)

type DeletePlanAssignmentRequest_FieldPathSelector

type DeletePlanAssignmentRequest_FieldPathSelector int32
const (
	DeletePlanAssignmentRequest_FieldPathSelectorName DeletePlanAssignmentRequest_FieldPathSelector = 0
)

func (DeletePlanAssignmentRequest_FieldPathSelector) String

type DeletePlanAssignmentRequest_FieldPathValue

type DeletePlanAssignmentRequest_FieldPathValue interface {
	DeletePlanAssignmentRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **DeletePlanAssignmentRequest)
	CompareWith(*DeletePlanAssignmentRequest) (cmp int, comparable bool)
}

DeletePlanAssignmentRequest_FieldPathValue allows storing values for DeletePlanAssignmentRequest fields according to their type

func MustParseDeletePlanAssignmentRequest_FieldPathValue

func MustParseDeletePlanAssignmentRequest_FieldPathValue(pathStr, valueStr string) DeletePlanAssignmentRequest_FieldPathValue

func ParseDeletePlanAssignmentRequest_FieldPathValue

func ParseDeletePlanAssignmentRequest_FieldPathValue(pathStr, valueStr string) (DeletePlanAssignmentRequest_FieldPathValue, error)

type DeletePlanAssignmentRequest_FieldTerminalPath

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

func (*DeletePlanAssignmentRequest_FieldTerminalPath) ClearValue

func (*DeletePlanAssignmentRequest_FieldTerminalPath) ClearValueRaw

func (*DeletePlanAssignmentRequest_FieldTerminalPath) Get

func (fp *DeletePlanAssignmentRequest_FieldTerminalPath) Get(source *DeletePlanAssignmentRequest) (values []interface{})

Get returns all values pointed by specific field from source DeletePlanAssignmentRequest

func (*DeletePlanAssignmentRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*DeletePlanAssignmentRequest_FieldTerminalPath) GetRaw

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

func (*DeletePlanAssignmentRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source DeletePlanAssignmentRequest

func (*DeletePlanAssignmentRequest_FieldTerminalPath) GetSingleRaw

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

func (*DeletePlanAssignmentRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*DeletePlanAssignmentRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*DeletePlanAssignmentRequest_FieldTerminalPath) Selector

func (*DeletePlanAssignmentRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*DeletePlanAssignmentRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*DeletePlanAssignmentRequest_FieldTerminalPath) WithIArrayItemValue

func (*DeletePlanAssignmentRequest_FieldTerminalPath) WithIArrayOfValues

func (*DeletePlanAssignmentRequest_FieldTerminalPath) WithIValue

func (*DeletePlanAssignmentRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*DeletePlanAssignmentRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*DeletePlanAssignmentRequest_FieldTerminalPath) WithRawIValue

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

type DeletePlanAssignmentRequest_FieldTerminalPathArrayItemValue

type DeletePlanAssignmentRequest_FieldTerminalPathArrayItemValue struct {
	DeletePlanAssignmentRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*DeletePlanAssignmentRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*DeletePlanAssignmentRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*DeletePlanAssignmentRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*DeletePlanAssignmentRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type DeletePlanAssignmentRequest_FieldTerminalPathArrayOfValues

type DeletePlanAssignmentRequest_FieldTerminalPathArrayOfValues struct {
	DeletePlanAssignmentRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*DeletePlanAssignmentRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (*DeletePlanAssignmentRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type DeletePlanAssignmentRequest_FieldTerminalPathValue

type DeletePlanAssignmentRequest_FieldTerminalPathValue struct {
	DeletePlanAssignmentRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*DeletePlanAssignmentRequest_FieldTerminalPathValue) AsNameValue

func (*DeletePlanAssignmentRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'DeletePlanAssignmentRequest_FieldTerminalPathValue' with the value under path in 'DeletePlanAssignmentRequest'.

func (*DeletePlanAssignmentRequest_FieldTerminalPathValue) CompareWithRaw

func (*DeletePlanAssignmentRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*DeletePlanAssignmentRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object DeletePlanAssignmentRequest

func (*DeletePlanAssignmentRequest_FieldTerminalPathValue) SetToRaw

type GetPlanAssignmentDescriptor

type GetPlanAssignmentDescriptor struct{}

func GetGetPlanAssignmentDescriptor

func GetGetPlanAssignmentDescriptor() *GetPlanAssignmentDescriptor

func (*GetPlanAssignmentDescriptor) GetApiDescriptor

func (*GetPlanAssignmentDescriptor) GetApiName

func (d *GetPlanAssignmentDescriptor) GetApiName() string

func (*GetPlanAssignmentDescriptor) GetClientMsgReflectHandle

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

func (*GetPlanAssignmentDescriptor) GetFullMethodName

func (d *GetPlanAssignmentDescriptor) GetFullMethodName() string

func (*GetPlanAssignmentDescriptor) GetMethodName

func (d *GetPlanAssignmentDescriptor) GetMethodName() string

func (*GetPlanAssignmentDescriptor) GetProtoPkgName

func (d *GetPlanAssignmentDescriptor) GetProtoPkgName() string

func (*GetPlanAssignmentDescriptor) GetResourceDescriptor

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

func (*GetPlanAssignmentDescriptor) GetServerMsgReflectHandle

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

func (*GetPlanAssignmentDescriptor) GetServiceDomain

func (d *GetPlanAssignmentDescriptor) GetServiceDomain() string

func (*GetPlanAssignmentDescriptor) GetServiceVersion

func (d *GetPlanAssignmentDescriptor) GetServiceVersion() string

func (*GetPlanAssignmentDescriptor) GetVerb

func (d *GetPlanAssignmentDescriptor) GetVerb() string

func (*GetPlanAssignmentDescriptor) HasResource

func (d *GetPlanAssignmentDescriptor) HasResource() bool

func (*GetPlanAssignmentDescriptor) IsClientStream

func (d *GetPlanAssignmentDescriptor) IsClientStream() bool

func (*GetPlanAssignmentDescriptor) IsCollection

func (d *GetPlanAssignmentDescriptor) IsCollection() bool

func (*GetPlanAssignmentDescriptor) IsPlural

func (d *GetPlanAssignmentDescriptor) IsPlural() bool

func (*GetPlanAssignmentDescriptor) IsServerStream

func (d *GetPlanAssignmentDescriptor) IsServerStream() bool

func (*GetPlanAssignmentDescriptor) IsUnary

func (d *GetPlanAssignmentDescriptor) IsUnary() bool

func (*GetPlanAssignmentDescriptor) NewEmptyClientMsg

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

func (*GetPlanAssignmentDescriptor) NewEmptyServerMsg

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

func (*GetPlanAssignmentDescriptor) RequestHasResourceBody

func (d *GetPlanAssignmentDescriptor) RequestHasResourceBody() bool

type GetPlanAssignmentDescriptorClientMsgHandle

type GetPlanAssignmentDescriptorClientMsgHandle struct{}

func (*GetPlanAssignmentDescriptorClientMsgHandle) ExtractCollectionName

func (*GetPlanAssignmentDescriptorClientMsgHandle) ExtractResourceName

func (*GetPlanAssignmentDescriptorClientMsgHandle) ExtractResourceNames

type GetPlanAssignmentDescriptorServerMsgHandle

type GetPlanAssignmentDescriptorServerMsgHandle struct{}

func (*GetPlanAssignmentDescriptorServerMsgHandle) ExtractCollectionName

func (*GetPlanAssignmentDescriptorServerMsgHandle) ExtractResourceName

func (*GetPlanAssignmentDescriptorServerMsgHandle) ExtractResourceNames

type GetPlanAssignmentRequest

type GetPlanAssignmentRequest struct {

	// Reference of ntt.limits.v1alpha2.PlanAssignment
	Name *plan_assignment.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_assignment.PlanAssignment_FieldMask `` /* 146-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 [GetPlanAssignment][ntt.limits.v1alpha2.GetPlanAssignment]

func (*GetPlanAssignmentRequest) Clone

func (*GetPlanAssignmentRequest) CloneRaw

func (*GetPlanAssignmentRequest) Descriptor

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

Deprecated, Use GetPlanAssignmentRequest.ProtoReflect.Descriptor instead.

func (*GetPlanAssignmentRequest) GetFieldMask

func (*GetPlanAssignmentRequest) GetName

func (*GetPlanAssignmentRequest) GetView

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

func (*GetPlanAssignmentRequest) GotenMessage

func (*GetPlanAssignmentRequest) GotenMessage()

func (*GetPlanAssignmentRequest) GotenObjectExt

func (o *GetPlanAssignmentRequest) GotenObjectExt()

func (*GetPlanAssignmentRequest) GotenValidate

func (obj *GetPlanAssignmentRequest) GotenValidate() error

func (*GetPlanAssignmentRequest) MakeDiffFieldMask

func (*GetPlanAssignmentRequest) MakeFullFieldMask

func (*GetPlanAssignmentRequest) MakeRawDiffFieldMask

func (*GetPlanAssignmentRequest) MakeRawFullFieldMask

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

func (*GetPlanAssignmentRequest) Marshal

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

func (*GetPlanAssignmentRequest) MarshalJSON

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

func (*GetPlanAssignmentRequest) Merge

func (*GetPlanAssignmentRequest) MergeRaw

func (*GetPlanAssignmentRequest) ProtoMessage

func (*GetPlanAssignmentRequest) ProtoMessage()

func (*GetPlanAssignmentRequest) ProtoReflect

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

func (*GetPlanAssignmentRequest) Reset

func (m *GetPlanAssignmentRequest) Reset()

func (*GetPlanAssignmentRequest) SetFieldMask

func (*GetPlanAssignmentRequest) SetName

func (*GetPlanAssignmentRequest) SetView

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

func (*GetPlanAssignmentRequest) String

func (m *GetPlanAssignmentRequest) String() string

func (*GetPlanAssignmentRequest) Unmarshal

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

func (*GetPlanAssignmentRequest) UnmarshalJSON

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

type GetPlanAssignmentRequestFieldPathBuilder

type GetPlanAssignmentRequestFieldPathBuilder struct{}

func NewGetPlanAssignmentRequestFieldPathBuilder

func NewGetPlanAssignmentRequestFieldPathBuilder() GetPlanAssignmentRequestFieldPathBuilder

func (GetPlanAssignmentRequestFieldPathBuilder) FieldMask

func (GetPlanAssignmentRequestFieldPathBuilder) Name

func (GetPlanAssignmentRequestFieldPathBuilder) View

type GetPlanAssignmentRequestPathSelectorFieldMask

type GetPlanAssignmentRequestPathSelectorFieldMask struct{}

func (GetPlanAssignmentRequestPathSelectorFieldMask) FieldPath

type GetPlanAssignmentRequestPathSelectorName

type GetPlanAssignmentRequestPathSelectorName struct{}

func (GetPlanAssignmentRequestPathSelectorName) FieldPath

func (GetPlanAssignmentRequestPathSelectorName) WithArrayOfValues

func (GetPlanAssignmentRequestPathSelectorName) WithValue

type GetPlanAssignmentRequestPathSelectorView

type GetPlanAssignmentRequestPathSelectorView struct{}

func (GetPlanAssignmentRequestPathSelectorView) FieldPath

func (GetPlanAssignmentRequestPathSelectorView) WithArrayOfValues

func (GetPlanAssignmentRequestPathSelectorView) WithValue

type GetPlanAssignmentRequest_FieldMask

type GetPlanAssignmentRequest_FieldMask struct {
	Paths []GetPlanAssignmentRequest_FieldPath
}

func FullGetPlanAssignmentRequest_FieldMask

func FullGetPlanAssignmentRequest_FieldMask() *GetPlanAssignmentRequest_FieldMask

func (*GetPlanAssignmentRequest_FieldMask) AppendPath

func (*GetPlanAssignmentRequest_FieldMask) AppendRawPath

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

func (*GetPlanAssignmentRequest_FieldMask) DecodeFirestore

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

func (*GetPlanAssignmentRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*GetPlanAssignmentRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*GetPlanAssignmentRequest_FieldMask) FromProtoFieldMask

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

func (*GetPlanAssignmentRequest_FieldMask) GetPaths

func (*GetPlanAssignmentRequest_FieldMask) GetRawPaths

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

func (*GetPlanAssignmentRequest_FieldMask) IsFull

func (fieldMask *GetPlanAssignmentRequest_FieldMask) IsFull() bool

func (GetPlanAssignmentRequest_FieldMask) Marshal

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

implement methods required by customType

func (GetPlanAssignmentRequest_FieldMask) MarshalJSON

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

func (*GetPlanAssignmentRequest_FieldMask) PathsCount

func (fieldMask *GetPlanAssignmentRequest_FieldMask) PathsCount() int

func (*GetPlanAssignmentRequest_FieldMask) Project

func (*GetPlanAssignmentRequest_FieldMask) ProjectRaw

func (*GetPlanAssignmentRequest_FieldMask) ProtoMessage

func (fieldMask *GetPlanAssignmentRequest_FieldMask) ProtoMessage()

func (*GetPlanAssignmentRequest_FieldMask) ProtoReflect

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

func (*GetPlanAssignmentRequest_FieldMask) Reset

func (fieldMask *GetPlanAssignmentRequest_FieldMask) Reset()

func (*GetPlanAssignmentRequest_FieldMask) Set

func (fieldMask *GetPlanAssignmentRequest_FieldMask) Set(target, source *GetPlanAssignmentRequest)

func (*GetPlanAssignmentRequest_FieldMask) SetFromCliFlag

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

func (*GetPlanAssignmentRequest_FieldMask) SetRaw

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

func (*GetPlanAssignmentRequest_FieldMask) Size

func (fieldMask *GetPlanAssignmentRequest_FieldMask) Size() int

func (*GetPlanAssignmentRequest_FieldMask) String

func (fieldMask *GetPlanAssignmentRequest_FieldMask) String() string

func (*GetPlanAssignmentRequest_FieldMask) Subtract

func (*GetPlanAssignmentRequest_FieldMask) SubtractRaw

func (*GetPlanAssignmentRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*GetPlanAssignmentRequest_FieldMask) Unmarshal

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

func (*GetPlanAssignmentRequest_FieldMask) UnmarshalJSON

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

type GetPlanAssignmentRequest_FieldPath

type GetPlanAssignmentRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() GetPlanAssignmentRequest_FieldPathSelector
	Get(source *GetPlanAssignmentRequest) []interface{}
	GetSingle(source *GetPlanAssignmentRequest) (interface{}, bool)
	ClearValue(item *GetPlanAssignmentRequest)

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

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

func MustParseGetPlanAssignmentRequest_FieldPath

func MustParseGetPlanAssignmentRequest_FieldPath(rawField string) GetPlanAssignmentRequest_FieldPath

func ParseGetPlanAssignmentRequest_FieldPath

func ParseGetPlanAssignmentRequest_FieldPath(rawField string) (GetPlanAssignmentRequest_FieldPath, error)

type GetPlanAssignmentRequest_FieldPathArrayItemValue

type GetPlanAssignmentRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	GetPlanAssignmentRequest_FieldPath
	ContainsValue(*GetPlanAssignmentRequest) bool
}

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

func MustParseGetPlanAssignmentRequest_FieldPathArrayItemValue

func MustParseGetPlanAssignmentRequest_FieldPathArrayItemValue(pathStr, valueStr string) GetPlanAssignmentRequest_FieldPathArrayItemValue

func ParseGetPlanAssignmentRequest_FieldPathArrayItemValue

func ParseGetPlanAssignmentRequest_FieldPathArrayItemValue(pathStr, valueStr string) (GetPlanAssignmentRequest_FieldPathArrayItemValue, error)

ParseGetPlanAssignmentRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type GetPlanAssignmentRequest_FieldPathArrayOfValues

type GetPlanAssignmentRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	GetPlanAssignmentRequest_FieldPath
}

GetPlanAssignmentRequest_FieldPathArrayOfValues allows storing slice of values for GetPlanAssignmentRequest fields according to their type

func MustParseGetPlanAssignmentRequest_FieldPathArrayOfValues

func MustParseGetPlanAssignmentRequest_FieldPathArrayOfValues(pathStr, valuesStr string) GetPlanAssignmentRequest_FieldPathArrayOfValues

func ParseGetPlanAssignmentRequest_FieldPathArrayOfValues

func ParseGetPlanAssignmentRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (GetPlanAssignmentRequest_FieldPathArrayOfValues, error)

type GetPlanAssignmentRequest_FieldPathSelector

type GetPlanAssignmentRequest_FieldPathSelector int32
const (
	GetPlanAssignmentRequest_FieldPathSelectorName      GetPlanAssignmentRequest_FieldPathSelector = 0
	GetPlanAssignmentRequest_FieldPathSelectorFieldMask GetPlanAssignmentRequest_FieldPathSelector = 1
	GetPlanAssignmentRequest_FieldPathSelectorView      GetPlanAssignmentRequest_FieldPathSelector = 2
)

func (GetPlanAssignmentRequest_FieldPathSelector) String

type GetPlanAssignmentRequest_FieldPathValue

type GetPlanAssignmentRequest_FieldPathValue interface {
	GetPlanAssignmentRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **GetPlanAssignmentRequest)
	CompareWith(*GetPlanAssignmentRequest) (cmp int, comparable bool)
}

GetPlanAssignmentRequest_FieldPathValue allows storing values for GetPlanAssignmentRequest fields according to their type

func MustParseGetPlanAssignmentRequest_FieldPathValue

func MustParseGetPlanAssignmentRequest_FieldPathValue(pathStr, valueStr string) GetPlanAssignmentRequest_FieldPathValue

func ParseGetPlanAssignmentRequest_FieldPathValue

func ParseGetPlanAssignmentRequest_FieldPathValue(pathStr, valueStr string) (GetPlanAssignmentRequest_FieldPathValue, error)

type GetPlanAssignmentRequest_FieldTerminalPath

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

func (*GetPlanAssignmentRequest_FieldTerminalPath) ClearValue

func (*GetPlanAssignmentRequest_FieldTerminalPath) ClearValueRaw

func (*GetPlanAssignmentRequest_FieldTerminalPath) Get

func (fp *GetPlanAssignmentRequest_FieldTerminalPath) Get(source *GetPlanAssignmentRequest) (values []interface{})

Get returns all values pointed by specific field from source GetPlanAssignmentRequest

func (*GetPlanAssignmentRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*GetPlanAssignmentRequest_FieldTerminalPath) GetRaw

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

func (*GetPlanAssignmentRequest_FieldTerminalPath) GetSingle

func (fp *GetPlanAssignmentRequest_FieldTerminalPath) GetSingle(source *GetPlanAssignmentRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source GetPlanAssignmentRequest

func (*GetPlanAssignmentRequest_FieldTerminalPath) GetSingleRaw

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

func (*GetPlanAssignmentRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*GetPlanAssignmentRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*GetPlanAssignmentRequest_FieldTerminalPath) Selector

func (*GetPlanAssignmentRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*GetPlanAssignmentRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*GetPlanAssignmentRequest_FieldTerminalPath) WithIArrayItemValue

func (*GetPlanAssignmentRequest_FieldTerminalPath) WithIArrayOfValues

func (*GetPlanAssignmentRequest_FieldTerminalPath) WithIValue

func (*GetPlanAssignmentRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*GetPlanAssignmentRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*GetPlanAssignmentRequest_FieldTerminalPath) WithRawIValue

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

type GetPlanAssignmentRequest_FieldTerminalPathArrayItemValue

type GetPlanAssignmentRequest_FieldTerminalPathArrayItemValue struct {
	GetPlanAssignmentRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetPlanAssignmentRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*GetPlanAssignmentRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*GetPlanAssignmentRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*GetPlanAssignmentRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type GetPlanAssignmentRequest_FieldTerminalPathArrayOfValues

type GetPlanAssignmentRequest_FieldTerminalPathArrayOfValues struct {
	GetPlanAssignmentRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetPlanAssignmentRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*GetPlanAssignmentRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (*GetPlanAssignmentRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

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

func (*GetPlanAssignmentRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type GetPlanAssignmentRequest_FieldTerminalPathValue

type GetPlanAssignmentRequest_FieldTerminalPathValue struct {
	GetPlanAssignmentRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetPlanAssignmentRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*GetPlanAssignmentRequest_FieldTerminalPathValue) AsNameValue

func (*GetPlanAssignmentRequest_FieldTerminalPathValue) AsViewValue

func (*GetPlanAssignmentRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'GetPlanAssignmentRequest_FieldTerminalPathValue' with the value under path in 'GetPlanAssignmentRequest'.

func (*GetPlanAssignmentRequest_FieldTerminalPathValue) CompareWithRaw

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

func (*GetPlanAssignmentRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*GetPlanAssignmentRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object GetPlanAssignmentRequest

func (*GetPlanAssignmentRequest_FieldTerminalPathValue) SetToRaw

type ListPlanAssignmentsDescriptor

type ListPlanAssignmentsDescriptor struct{}

func GetListPlanAssignmentsDescriptor

func GetListPlanAssignmentsDescriptor() *ListPlanAssignmentsDescriptor

func (*ListPlanAssignmentsDescriptor) GetApiDescriptor

func (*ListPlanAssignmentsDescriptor) GetApiName

func (d *ListPlanAssignmentsDescriptor) GetApiName() string

func (*ListPlanAssignmentsDescriptor) GetClientMsgReflectHandle

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

func (*ListPlanAssignmentsDescriptor) GetFullMethodName

func (d *ListPlanAssignmentsDescriptor) GetFullMethodName() string

func (*ListPlanAssignmentsDescriptor) GetMethodName

func (d *ListPlanAssignmentsDescriptor) GetMethodName() string

func (*ListPlanAssignmentsDescriptor) GetProtoPkgName

func (d *ListPlanAssignmentsDescriptor) GetProtoPkgName() string

func (*ListPlanAssignmentsDescriptor) GetResourceDescriptor

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

func (*ListPlanAssignmentsDescriptor) GetServerMsgReflectHandle

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

func (*ListPlanAssignmentsDescriptor) GetServiceDomain

func (d *ListPlanAssignmentsDescriptor) GetServiceDomain() string

func (*ListPlanAssignmentsDescriptor) GetServiceVersion

func (d *ListPlanAssignmentsDescriptor) GetServiceVersion() string

func (*ListPlanAssignmentsDescriptor) GetVerb

func (*ListPlanAssignmentsDescriptor) HasResource

func (d *ListPlanAssignmentsDescriptor) HasResource() bool

func (*ListPlanAssignmentsDescriptor) IsClientStream

func (d *ListPlanAssignmentsDescriptor) IsClientStream() bool

func (*ListPlanAssignmentsDescriptor) IsCollection

func (d *ListPlanAssignmentsDescriptor) IsCollection() bool

func (*ListPlanAssignmentsDescriptor) IsPlural

func (d *ListPlanAssignmentsDescriptor) IsPlural() bool

func (*ListPlanAssignmentsDescriptor) IsServerStream

func (d *ListPlanAssignmentsDescriptor) IsServerStream() bool

func (*ListPlanAssignmentsDescriptor) IsUnary

func (d *ListPlanAssignmentsDescriptor) IsUnary() bool

func (*ListPlanAssignmentsDescriptor) NewEmptyClientMsg

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

func (*ListPlanAssignmentsDescriptor) NewEmptyServerMsg

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

func (*ListPlanAssignmentsDescriptor) RequestHasResourceBody

func (d *ListPlanAssignmentsDescriptor) RequestHasResourceBody() bool

type ListPlanAssignmentsDescriptorClientMsgHandle

type ListPlanAssignmentsDescriptorClientMsgHandle struct{}

func (*ListPlanAssignmentsDescriptorClientMsgHandle) ExtractCollectionName

func (*ListPlanAssignmentsDescriptorClientMsgHandle) ExtractResourceName

func (*ListPlanAssignmentsDescriptorClientMsgHandle) ExtractResourceNames

type ListPlanAssignmentsDescriptorServerMsgHandle

type ListPlanAssignmentsDescriptorServerMsgHandle struct{}

func (*ListPlanAssignmentsDescriptorServerMsgHandle) ExtractCollectionName

func (*ListPlanAssignmentsDescriptorServerMsgHandle) ExtractResourceName

func (*ListPlanAssignmentsDescriptorServerMsgHandle) ExtractResourceNames

type ListPlanAssignmentsRequest

type ListPlanAssignmentsRequest struct {

	// Parent name of ntt.limits.v1alpha2.PlanAssignment
	Parent *plan_assignment.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Requested page size. Server may return fewer PlanAssignments 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
	// [ListPlanAssignmentsResponse.next_page_token][ntt.limits.v1alpha2.ListPlanAssignmentsResponse.next_page_token]
	PageToken *plan_assignment.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_assignment.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_assignment.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_assignment.PlanAssignment_FieldMask `` /* 146-byte string literal not displayed */
	// View defines list of standard response fields present in response items.
	// Additional fields can be amended by request field field_mask
	View view.View `protobuf:"varint,7,opt,name=view,proto3,enum=goten.view.View" json:"view,omitempty" firestore:"view"`
	// Indicates if list response should contain total count and offset (fields
	// current_offset and total_results_count).
	IncludePagingInfo bool `` /* 145-byte string literal not displayed */
	// contains filtered or unexported fields
}

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

func (*ListPlanAssignmentsRequest) Clone

func (*ListPlanAssignmentsRequest) CloneRaw

func (*ListPlanAssignmentsRequest) Descriptor

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

Deprecated, Use ListPlanAssignmentsRequest.ProtoReflect.Descriptor instead.

func (*ListPlanAssignmentsRequest) GetFieldMask

func (*ListPlanAssignmentsRequest) GetFilter

func (*ListPlanAssignmentsRequest) GetIncludePagingInfo added in v0.10.1

func (m *ListPlanAssignmentsRequest) GetIncludePagingInfo() bool

func (*ListPlanAssignmentsRequest) GetOrderBy

func (*ListPlanAssignmentsRequest) GetPageSize

func (m *ListPlanAssignmentsRequest) GetPageSize() int32

func (*ListPlanAssignmentsRequest) GetPageToken

func (*ListPlanAssignmentsRequest) GetParent

func (*ListPlanAssignmentsRequest) GetView

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

func (*ListPlanAssignmentsRequest) GotenMessage

func (*ListPlanAssignmentsRequest) GotenMessage()

func (*ListPlanAssignmentsRequest) GotenObjectExt

func (o *ListPlanAssignmentsRequest) GotenObjectExt()

func (*ListPlanAssignmentsRequest) GotenValidate

func (obj *ListPlanAssignmentsRequest) GotenValidate() error

func (*ListPlanAssignmentsRequest) MakeDiffFieldMask

func (*ListPlanAssignmentsRequest) MakeFullFieldMask

func (*ListPlanAssignmentsRequest) MakeRawDiffFieldMask

func (*ListPlanAssignmentsRequest) MakeRawFullFieldMask

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

func (*ListPlanAssignmentsRequest) Marshal

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

func (*ListPlanAssignmentsRequest) MarshalJSON

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

func (*ListPlanAssignmentsRequest) Merge

func (*ListPlanAssignmentsRequest) MergeRaw

func (*ListPlanAssignmentsRequest) ProtoMessage

func (*ListPlanAssignmentsRequest) ProtoMessage()

func (*ListPlanAssignmentsRequest) ProtoReflect

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

func (*ListPlanAssignmentsRequest) Reset

func (m *ListPlanAssignmentsRequest) Reset()

func (*ListPlanAssignmentsRequest) SetFieldMask

func (*ListPlanAssignmentsRequest) SetFilter

func (*ListPlanAssignmentsRequest) SetIncludePagingInfo added in v0.10.1

func (m *ListPlanAssignmentsRequest) SetIncludePagingInfo(fv bool)

func (*ListPlanAssignmentsRequest) SetOrderBy

func (*ListPlanAssignmentsRequest) SetPageSize

func (m *ListPlanAssignmentsRequest) SetPageSize(fv int32)

func (*ListPlanAssignmentsRequest) SetPageToken

func (*ListPlanAssignmentsRequest) SetParent

func (*ListPlanAssignmentsRequest) SetView

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

func (*ListPlanAssignmentsRequest) String

func (m *ListPlanAssignmentsRequest) String() string

func (*ListPlanAssignmentsRequest) Unmarshal

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

func (*ListPlanAssignmentsRequest) UnmarshalJSON

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

type ListPlanAssignmentsRequestFieldPathBuilder

type ListPlanAssignmentsRequestFieldPathBuilder struct{}

func NewListPlanAssignmentsRequestFieldPathBuilder

func NewListPlanAssignmentsRequestFieldPathBuilder() ListPlanAssignmentsRequestFieldPathBuilder

func (ListPlanAssignmentsRequestFieldPathBuilder) FieldMask

func (ListPlanAssignmentsRequestFieldPathBuilder) Filter

func (ListPlanAssignmentsRequestFieldPathBuilder) IncludePagingInfo added in v0.10.1

func (ListPlanAssignmentsRequestFieldPathBuilder) OrderBy

func (ListPlanAssignmentsRequestFieldPathBuilder) PageSize

func (ListPlanAssignmentsRequestFieldPathBuilder) PageToken

func (ListPlanAssignmentsRequestFieldPathBuilder) Parent

func (ListPlanAssignmentsRequestFieldPathBuilder) View

type ListPlanAssignmentsRequestPathSelectorFieldMask

type ListPlanAssignmentsRequestPathSelectorFieldMask struct{}

func (ListPlanAssignmentsRequestPathSelectorFieldMask) FieldPath

type ListPlanAssignmentsRequestPathSelectorFilter

type ListPlanAssignmentsRequestPathSelectorFilter struct{}

func (ListPlanAssignmentsRequestPathSelectorFilter) FieldPath

func (ListPlanAssignmentsRequestPathSelectorFilter) WithArrayOfValues

func (ListPlanAssignmentsRequestPathSelectorFilter) WithValue

type ListPlanAssignmentsRequestPathSelectorIncludePagingInfo added in v0.10.1

type ListPlanAssignmentsRequestPathSelectorIncludePagingInfo struct{}

func (ListPlanAssignmentsRequestPathSelectorIncludePagingInfo) FieldPath added in v0.10.1

func (ListPlanAssignmentsRequestPathSelectorIncludePagingInfo) WithArrayOfValues added in v0.10.1

func (ListPlanAssignmentsRequestPathSelectorIncludePagingInfo) WithValue added in v0.10.1

type ListPlanAssignmentsRequestPathSelectorOrderBy

type ListPlanAssignmentsRequestPathSelectorOrderBy struct{}

func (ListPlanAssignmentsRequestPathSelectorOrderBy) FieldPath

func (ListPlanAssignmentsRequestPathSelectorOrderBy) WithArrayOfValues

func (ListPlanAssignmentsRequestPathSelectorOrderBy) WithValue

type ListPlanAssignmentsRequestPathSelectorPageSize

type ListPlanAssignmentsRequestPathSelectorPageSize struct{}

func (ListPlanAssignmentsRequestPathSelectorPageSize) FieldPath

func (ListPlanAssignmentsRequestPathSelectorPageSize) WithArrayOfValues

func (ListPlanAssignmentsRequestPathSelectorPageSize) WithValue

type ListPlanAssignmentsRequestPathSelectorPageToken

type ListPlanAssignmentsRequestPathSelectorPageToken struct{}

func (ListPlanAssignmentsRequestPathSelectorPageToken) FieldPath

func (ListPlanAssignmentsRequestPathSelectorPageToken) WithArrayOfValues

func (ListPlanAssignmentsRequestPathSelectorPageToken) WithValue

type ListPlanAssignmentsRequestPathSelectorParent

type ListPlanAssignmentsRequestPathSelectorParent struct{}

func (ListPlanAssignmentsRequestPathSelectorParent) FieldPath

func (ListPlanAssignmentsRequestPathSelectorParent) WithArrayOfValues

func (ListPlanAssignmentsRequestPathSelectorParent) WithValue

type ListPlanAssignmentsRequestPathSelectorView

type ListPlanAssignmentsRequestPathSelectorView struct{}

func (ListPlanAssignmentsRequestPathSelectorView) FieldPath

func (ListPlanAssignmentsRequestPathSelectorView) WithArrayOfValues

func (ListPlanAssignmentsRequestPathSelectorView) WithValue

type ListPlanAssignmentsRequest_FieldMask

type ListPlanAssignmentsRequest_FieldMask struct {
	Paths []ListPlanAssignmentsRequest_FieldPath
}

func FullListPlanAssignmentsRequest_FieldMask

func FullListPlanAssignmentsRequest_FieldMask() *ListPlanAssignmentsRequest_FieldMask

func (*ListPlanAssignmentsRequest_FieldMask) AppendPath

func (*ListPlanAssignmentsRequest_FieldMask) AppendRawPath

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

func (*ListPlanAssignmentsRequest_FieldMask) DecodeFirestore

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

func (*ListPlanAssignmentsRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*ListPlanAssignmentsRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*ListPlanAssignmentsRequest_FieldMask) FromProtoFieldMask

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

func (*ListPlanAssignmentsRequest_FieldMask) GetPaths

func (*ListPlanAssignmentsRequest_FieldMask) GetRawPaths

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

func (*ListPlanAssignmentsRequest_FieldMask) IsFull

func (fieldMask *ListPlanAssignmentsRequest_FieldMask) IsFull() bool

func (ListPlanAssignmentsRequest_FieldMask) Marshal

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

implement methods required by customType

func (ListPlanAssignmentsRequest_FieldMask) MarshalJSON

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

func (*ListPlanAssignmentsRequest_FieldMask) PathsCount

func (fieldMask *ListPlanAssignmentsRequest_FieldMask) PathsCount() int

func (*ListPlanAssignmentsRequest_FieldMask) Project

func (*ListPlanAssignmentsRequest_FieldMask) ProjectRaw

func (*ListPlanAssignmentsRequest_FieldMask) ProtoMessage

func (fieldMask *ListPlanAssignmentsRequest_FieldMask) ProtoMessage()

func (*ListPlanAssignmentsRequest_FieldMask) ProtoReflect

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

func (*ListPlanAssignmentsRequest_FieldMask) Reset

func (fieldMask *ListPlanAssignmentsRequest_FieldMask) Reset()

func (*ListPlanAssignmentsRequest_FieldMask) Set

func (fieldMask *ListPlanAssignmentsRequest_FieldMask) Set(target, source *ListPlanAssignmentsRequest)

func (*ListPlanAssignmentsRequest_FieldMask) SetFromCliFlag

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

func (*ListPlanAssignmentsRequest_FieldMask) SetRaw

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

func (*ListPlanAssignmentsRequest_FieldMask) Size

func (fieldMask *ListPlanAssignmentsRequest_FieldMask) Size() int

func (*ListPlanAssignmentsRequest_FieldMask) String

func (fieldMask *ListPlanAssignmentsRequest_FieldMask) String() string

func (*ListPlanAssignmentsRequest_FieldMask) Subtract

func (*ListPlanAssignmentsRequest_FieldMask) SubtractRaw

func (*ListPlanAssignmentsRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*ListPlanAssignmentsRequest_FieldMask) Unmarshal

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

func (*ListPlanAssignmentsRequest_FieldMask) UnmarshalJSON

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

type ListPlanAssignmentsRequest_FieldPath

type ListPlanAssignmentsRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() ListPlanAssignmentsRequest_FieldPathSelector
	Get(source *ListPlanAssignmentsRequest) []interface{}
	GetSingle(source *ListPlanAssignmentsRequest) (interface{}, bool)
	ClearValue(item *ListPlanAssignmentsRequest)

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

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

func MustParseListPlanAssignmentsRequest_FieldPath

func MustParseListPlanAssignmentsRequest_FieldPath(rawField string) ListPlanAssignmentsRequest_FieldPath

func ParseListPlanAssignmentsRequest_FieldPath

func ParseListPlanAssignmentsRequest_FieldPath(rawField string) (ListPlanAssignmentsRequest_FieldPath, error)

type ListPlanAssignmentsRequest_FieldPathArrayItemValue

type ListPlanAssignmentsRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	ListPlanAssignmentsRequest_FieldPath
	ContainsValue(*ListPlanAssignmentsRequest) bool
}

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

func MustParseListPlanAssignmentsRequest_FieldPathArrayItemValue

func MustParseListPlanAssignmentsRequest_FieldPathArrayItemValue(pathStr, valueStr string) ListPlanAssignmentsRequest_FieldPathArrayItemValue

func ParseListPlanAssignmentsRequest_FieldPathArrayItemValue

func ParseListPlanAssignmentsRequest_FieldPathArrayItemValue(pathStr, valueStr string) (ListPlanAssignmentsRequest_FieldPathArrayItemValue, error)

ParseListPlanAssignmentsRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type ListPlanAssignmentsRequest_FieldPathArrayOfValues

type ListPlanAssignmentsRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	ListPlanAssignmentsRequest_FieldPath
}

ListPlanAssignmentsRequest_FieldPathArrayOfValues allows storing slice of values for ListPlanAssignmentsRequest fields according to their type

func MustParseListPlanAssignmentsRequest_FieldPathArrayOfValues

func MustParseListPlanAssignmentsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) ListPlanAssignmentsRequest_FieldPathArrayOfValues

func ParseListPlanAssignmentsRequest_FieldPathArrayOfValues

func ParseListPlanAssignmentsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (ListPlanAssignmentsRequest_FieldPathArrayOfValues, error)

type ListPlanAssignmentsRequest_FieldPathSelector

type ListPlanAssignmentsRequest_FieldPathSelector int32
const (
	ListPlanAssignmentsRequest_FieldPathSelectorParent            ListPlanAssignmentsRequest_FieldPathSelector = 0
	ListPlanAssignmentsRequest_FieldPathSelectorPageSize          ListPlanAssignmentsRequest_FieldPathSelector = 1
	ListPlanAssignmentsRequest_FieldPathSelectorPageToken         ListPlanAssignmentsRequest_FieldPathSelector = 2
	ListPlanAssignmentsRequest_FieldPathSelectorOrderBy           ListPlanAssignmentsRequest_FieldPathSelector = 3
	ListPlanAssignmentsRequest_FieldPathSelectorFilter            ListPlanAssignmentsRequest_FieldPathSelector = 4
	ListPlanAssignmentsRequest_FieldPathSelectorFieldMask         ListPlanAssignmentsRequest_FieldPathSelector = 5
	ListPlanAssignmentsRequest_FieldPathSelectorView              ListPlanAssignmentsRequest_FieldPathSelector = 6
	ListPlanAssignmentsRequest_FieldPathSelectorIncludePagingInfo ListPlanAssignmentsRequest_FieldPathSelector = 7
)

func (ListPlanAssignmentsRequest_FieldPathSelector) String

type ListPlanAssignmentsRequest_FieldPathValue

type ListPlanAssignmentsRequest_FieldPathValue interface {
	ListPlanAssignmentsRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **ListPlanAssignmentsRequest)
	CompareWith(*ListPlanAssignmentsRequest) (cmp int, comparable bool)
}

ListPlanAssignmentsRequest_FieldPathValue allows storing values for ListPlanAssignmentsRequest fields according to their type

func MustParseListPlanAssignmentsRequest_FieldPathValue

func MustParseListPlanAssignmentsRequest_FieldPathValue(pathStr, valueStr string) ListPlanAssignmentsRequest_FieldPathValue

func ParseListPlanAssignmentsRequest_FieldPathValue

func ParseListPlanAssignmentsRequest_FieldPathValue(pathStr, valueStr string) (ListPlanAssignmentsRequest_FieldPathValue, error)

type ListPlanAssignmentsRequest_FieldTerminalPath

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

func (*ListPlanAssignmentsRequest_FieldTerminalPath) ClearValue

func (*ListPlanAssignmentsRequest_FieldTerminalPath) ClearValueRaw

func (*ListPlanAssignmentsRequest_FieldTerminalPath) Get

func (fp *ListPlanAssignmentsRequest_FieldTerminalPath) Get(source *ListPlanAssignmentsRequest) (values []interface{})

Get returns all values pointed by specific field from source ListPlanAssignmentsRequest

func (*ListPlanAssignmentsRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ListPlanAssignmentsRequest_FieldTerminalPath) GetRaw

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

func (*ListPlanAssignmentsRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source ListPlanAssignmentsRequest

func (*ListPlanAssignmentsRequest_FieldTerminalPath) GetSingleRaw

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

func (*ListPlanAssignmentsRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListPlanAssignmentsRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*ListPlanAssignmentsRequest_FieldTerminalPath) Selector

func (*ListPlanAssignmentsRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*ListPlanAssignmentsRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*ListPlanAssignmentsRequest_FieldTerminalPath) WithIArrayItemValue

func (*ListPlanAssignmentsRequest_FieldTerminalPath) WithIArrayOfValues

func (*ListPlanAssignmentsRequest_FieldTerminalPath) WithIValue

func (*ListPlanAssignmentsRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*ListPlanAssignmentsRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*ListPlanAssignmentsRequest_FieldTerminalPath) WithRawIValue

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

type ListPlanAssignmentsRequest_FieldTerminalPathArrayItemValue

type ListPlanAssignmentsRequest_FieldTerminalPathArrayItemValue struct {
	ListPlanAssignmentsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListPlanAssignmentsRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*ListPlanAssignmentsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*ListPlanAssignmentsRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*ListPlanAssignmentsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type ListPlanAssignmentsRequest_FieldTerminalPathArrayOfValues

type ListPlanAssignmentsRequest_FieldTerminalPathArrayOfValues struct {
	ListPlanAssignmentsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListPlanAssignmentsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*ListPlanAssignmentsRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues

func (*ListPlanAssignmentsRequest_FieldTerminalPathArrayOfValues) AsIncludePagingInfoArrayOfValues added in v0.10.1

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

func (*ListPlanAssignmentsRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues

func (*ListPlanAssignmentsRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues

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

func (*ListPlanAssignmentsRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues

func (*ListPlanAssignmentsRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues

func (*ListPlanAssignmentsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

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

func (*ListPlanAssignmentsRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type ListPlanAssignmentsRequest_FieldTerminalPathValue

type ListPlanAssignmentsRequest_FieldTerminalPathValue struct {
	ListPlanAssignmentsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListPlanAssignmentsRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*ListPlanAssignmentsRequest_FieldTerminalPathValue) AsFilterValue

func (*ListPlanAssignmentsRequest_FieldTerminalPathValue) AsIncludePagingInfoValue added in v0.10.1

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

func (*ListPlanAssignmentsRequest_FieldTerminalPathValue) AsOrderByValue

func (*ListPlanAssignmentsRequest_FieldTerminalPathValue) AsPageSizeValue

func (*ListPlanAssignmentsRequest_FieldTerminalPathValue) AsPageTokenValue

func (*ListPlanAssignmentsRequest_FieldTerminalPathValue) AsParentValue

func (*ListPlanAssignmentsRequest_FieldTerminalPathValue) AsViewValue

func (*ListPlanAssignmentsRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'ListPlanAssignmentsRequest_FieldTerminalPathValue' with the value under path in 'ListPlanAssignmentsRequest'.

func (*ListPlanAssignmentsRequest_FieldTerminalPathValue) CompareWithRaw

func (*ListPlanAssignmentsRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*ListPlanAssignmentsRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object ListPlanAssignmentsRequest

func (*ListPlanAssignmentsRequest_FieldTerminalPathValue) SetToRaw

type ListPlanAssignmentsResponse

type ListPlanAssignmentsResponse struct {

	// The list of PlanAssignments
	PlanAssignments []*plan_assignment.PlanAssignment `` /* 134-byte string literal not displayed */
	// A token to retrieve previous page of results. Pass this value in the
	// [ListPlanAssignmentsRequest.page_token][ntt.limits.v1alpha2.ListPlanAssignmentsRequest.page_token]
	PrevPageToken *plan_assignment.PagerCursor `` /* 151-byte string literal not displayed */
	// A token to retrieve next page of results. Pass this value in the
	// [ListPlanAssignmentsRequest.page_token][ntt.limits.v1alpha2.ListPlanAssignmentsRequest.page_token]
	NextPageToken *plan_assignment.PagerCursor `` /* 151-byte string literal not displayed */
	// Current offset from the first page or 0 if no page tokens were given,
	// paging info was not requested or there was an error while trying to get
	// it). Page index can be computed from offset and limit provided in a
	// request.
	CurrentOffset int32 `` /* 127-byte string literal not displayed */
	// Number of total PlanAssignments across all pages or 0, if there are no
	// items, paging info was not requested or there was an error while trying to
	// get it.
	TotalResultsCount int32 `` /* 145-byte string literal not displayed */
	// contains filtered or unexported fields
}

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

func (*ListPlanAssignmentsResponse) Clone

func (*ListPlanAssignmentsResponse) CloneRaw

func (*ListPlanAssignmentsResponse) Descriptor

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

Deprecated, Use ListPlanAssignmentsResponse.ProtoReflect.Descriptor instead.

func (*ListPlanAssignmentsResponse) GetCurrentOffset added in v0.10.1

func (m *ListPlanAssignmentsResponse) GetCurrentOffset() int32

func (*ListPlanAssignmentsResponse) GetNextPageToken

func (*ListPlanAssignmentsResponse) GetPlanAssignments

func (m *ListPlanAssignmentsResponse) GetPlanAssignments() []*plan_assignment.PlanAssignment

func (*ListPlanAssignmentsResponse) GetPrevPageToken

func (*ListPlanAssignmentsResponse) GetTotalResultsCount added in v0.10.1

func (m *ListPlanAssignmentsResponse) GetTotalResultsCount() int32

func (*ListPlanAssignmentsResponse) GotenMessage

func (*ListPlanAssignmentsResponse) GotenMessage()

func (*ListPlanAssignmentsResponse) GotenObjectExt

func (o *ListPlanAssignmentsResponse) GotenObjectExt()

func (*ListPlanAssignmentsResponse) GotenValidate

func (obj *ListPlanAssignmentsResponse) GotenValidate() error

func (*ListPlanAssignmentsResponse) MakeDiffFieldMask

func (*ListPlanAssignmentsResponse) MakeFullFieldMask

func (*ListPlanAssignmentsResponse) MakeRawDiffFieldMask

func (*ListPlanAssignmentsResponse) MakeRawFullFieldMask

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

func (*ListPlanAssignmentsResponse) Marshal

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

func (*ListPlanAssignmentsResponse) MarshalJSON

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

func (*ListPlanAssignmentsResponse) Merge

func (*ListPlanAssignmentsResponse) MergeRaw

func (*ListPlanAssignmentsResponse) ProtoMessage

func (*ListPlanAssignmentsResponse) ProtoMessage()

func (*ListPlanAssignmentsResponse) ProtoReflect

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

func (*ListPlanAssignmentsResponse) Reset

func (m *ListPlanAssignmentsResponse) Reset()

func (*ListPlanAssignmentsResponse) SetCurrentOffset added in v0.10.1

func (m *ListPlanAssignmentsResponse) SetCurrentOffset(fv int32)

func (*ListPlanAssignmentsResponse) SetNextPageToken

func (m *ListPlanAssignmentsResponse) SetNextPageToken(fv *plan_assignment.PagerCursor)

func (*ListPlanAssignmentsResponse) SetPlanAssignments

func (m *ListPlanAssignmentsResponse) SetPlanAssignments(fv []*plan_assignment.PlanAssignment)

func (*ListPlanAssignmentsResponse) SetPrevPageToken

func (m *ListPlanAssignmentsResponse) SetPrevPageToken(fv *plan_assignment.PagerCursor)

func (*ListPlanAssignmentsResponse) SetTotalResultsCount added in v0.10.1

func (m *ListPlanAssignmentsResponse) SetTotalResultsCount(fv int32)

func (*ListPlanAssignmentsResponse) String

func (m *ListPlanAssignmentsResponse) String() string

func (*ListPlanAssignmentsResponse) Unmarshal

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

func (*ListPlanAssignmentsResponse) UnmarshalJSON

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

type ListPlanAssignmentsResponseFieldPathBuilder

type ListPlanAssignmentsResponseFieldPathBuilder struct{}

func NewListPlanAssignmentsResponseFieldPathBuilder

func NewListPlanAssignmentsResponseFieldPathBuilder() ListPlanAssignmentsResponseFieldPathBuilder

func (ListPlanAssignmentsResponseFieldPathBuilder) CurrentOffset added in v0.10.1

func (ListPlanAssignmentsResponseFieldPathBuilder) NextPageToken

func (ListPlanAssignmentsResponseFieldPathBuilder) PlanAssignments

func (ListPlanAssignmentsResponseFieldPathBuilder) PrevPageToken

func (ListPlanAssignmentsResponseFieldPathBuilder) TotalResultsCount added in v0.10.1

type ListPlanAssignmentsResponseMapPathSelectorPlanAssignmentsMetadataAnnotations

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

func (ListPlanAssignmentsResponseMapPathSelectorPlanAssignmentsMetadataAnnotations) FieldPath

func (ListPlanAssignmentsResponseMapPathSelectorPlanAssignmentsMetadataAnnotations) WithArrayOfValues

func (ListPlanAssignmentsResponseMapPathSelectorPlanAssignmentsMetadataAnnotations) WithValue

type ListPlanAssignmentsResponseMapPathSelectorPlanAssignmentsMetadataLabels

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

func (ListPlanAssignmentsResponseMapPathSelectorPlanAssignmentsMetadataLabels) FieldPath

func (ListPlanAssignmentsResponseMapPathSelectorPlanAssignmentsMetadataLabels) WithArrayOfValues

func (ListPlanAssignmentsResponseMapPathSelectorPlanAssignmentsMetadataLabels) WithValue

type ListPlanAssignmentsResponseMapPathSelectorPlanAssignmentsMetadataShards

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

func (ListPlanAssignmentsResponseMapPathSelectorPlanAssignmentsMetadataShards) FieldPath

func (ListPlanAssignmentsResponseMapPathSelectorPlanAssignmentsMetadataShards) WithArrayOfValues

func (ListPlanAssignmentsResponseMapPathSelectorPlanAssignmentsMetadataShards) WithValue

type ListPlanAssignmentsResponseMapPathSelectorPlanAssignmentsRegionalDistributionsLimitsByRegion

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

func (ListPlanAssignmentsResponseMapPathSelectorPlanAssignmentsRegionalDistributionsLimitsByRegion) FieldPath

func (ListPlanAssignmentsResponseMapPathSelectorPlanAssignmentsRegionalDistributionsLimitsByRegion) WithArrayOfValues

func (ListPlanAssignmentsResponseMapPathSelectorPlanAssignmentsRegionalDistributionsLimitsByRegion) WithValue

type ListPlanAssignmentsResponsePathSelectorCurrentOffset added in v0.10.1

type ListPlanAssignmentsResponsePathSelectorCurrentOffset struct{}

func (ListPlanAssignmentsResponsePathSelectorCurrentOffset) FieldPath added in v0.10.1

func (ListPlanAssignmentsResponsePathSelectorCurrentOffset) WithArrayOfValues added in v0.10.1

func (ListPlanAssignmentsResponsePathSelectorCurrentOffset) WithValue added in v0.10.1

type ListPlanAssignmentsResponsePathSelectorNextPageToken

type ListPlanAssignmentsResponsePathSelectorNextPageToken struct{}

func (ListPlanAssignmentsResponsePathSelectorNextPageToken) FieldPath

func (ListPlanAssignmentsResponsePathSelectorNextPageToken) WithArrayOfValues

func (ListPlanAssignmentsResponsePathSelectorNextPageToken) WithValue

type ListPlanAssignmentsResponsePathSelectorPlanAssignments

type ListPlanAssignmentsResponsePathSelectorPlanAssignments struct{}

func (ListPlanAssignmentsResponsePathSelectorPlanAssignments) Extensions

func (ListPlanAssignmentsResponsePathSelectorPlanAssignments) FieldPath

func (ListPlanAssignmentsResponsePathSelectorPlanAssignments) Metadata

func (ListPlanAssignmentsResponsePathSelectorPlanAssignments) Name

func (ListPlanAssignmentsResponsePathSelectorPlanAssignments) Plan

func (ListPlanAssignmentsResponsePathSelectorPlanAssignments) Service

func (ListPlanAssignmentsResponsePathSelectorPlanAssignments) Source

func (ListPlanAssignmentsResponsePathSelectorPlanAssignments) WithArrayOfValues

func (ListPlanAssignmentsResponsePathSelectorPlanAssignments) WithSubArrayItemValue

func (ListPlanAssignmentsResponsePathSelectorPlanAssignments) WithSubArrayOfValues

func (ListPlanAssignmentsResponsePathSelectorPlanAssignments) WithSubPath

func (ListPlanAssignmentsResponsePathSelectorPlanAssignments) WithSubValue

func (ListPlanAssignmentsResponsePathSelectorPlanAssignments) WithValue

type ListPlanAssignmentsResponsePathSelectorPlanAssignmentsExtensions

type ListPlanAssignmentsResponsePathSelectorPlanAssignmentsExtensions struct{}

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsExtensions) FieldPath

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsExtensions) WithArrayOfValues

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsExtensions) WithItemValue

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsExtensions) WithValue

type ListPlanAssignmentsResponsePathSelectorPlanAssignmentsExtensionsResource

type ListPlanAssignmentsResponsePathSelectorPlanAssignmentsExtensionsResource struct{}

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsExtensionsResource) FieldPath

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsExtensionsResource) WithArrayOfValues

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsExtensionsResource) WithValue

type ListPlanAssignmentsResponsePathSelectorPlanAssignmentsExtensionsValue

type ListPlanAssignmentsResponsePathSelectorPlanAssignmentsExtensionsValue struct{}

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsExtensionsValue) FieldPath

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsExtensionsValue) WithArrayOfValues

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsExtensionsValue) WithValue

type ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadata

type ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadata struct{}

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadata) DeleteTime added in v0.8.0

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadata) FieldPath

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadata) Lifecycle added in v0.8.0

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadata) WithArrayOfValues

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadata) WithValue

type ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataAnnotations

type ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataAnnotations struct{}

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataAnnotations) FieldPath

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataAnnotations) WithArrayOfValues

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataAnnotations) WithValue

type ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataCreateTime

type ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataCreateTime struct{}

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataCreateTime) FieldPath

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataCreateTime) WithArrayOfValues

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataCreateTime) WithValue

type ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataDeleteTime added in v0.8.0

type ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataDeleteTime struct{}

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataDeleteTime) FieldPath added in v0.8.0

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataDeleteTime) WithArrayOfValues added in v0.8.0

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataDeleteTime) WithValue added in v0.8.0

type ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataGeneration

type ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataGeneration struct{}

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataGeneration) FieldPath

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataGeneration) WithArrayOfValues

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataGeneration) WithValue

type ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataLabels

type ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataLabels struct{}

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataLabels) FieldPath

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataLabels) WithArrayOfValues

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataLabels) WithValue

type ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataLifecycle added in v0.8.0

type ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataLifecycle struct{}

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataLifecycle) BlockDeletion added in v0.8.0

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataLifecycle) FieldPath added in v0.8.0

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataLifecycle) State added in v0.8.0

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataLifecycle) WithArrayOfValues added in v0.8.0

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataLifecycle) WithValue added in v0.8.0

type ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataLifecycleBlockDeletion added in v0.8.0

type ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataLifecycleBlockDeletion struct{}

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataLifecycleBlockDeletion) FieldPath added in v0.8.0

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.8.0

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataLifecycleBlockDeletion) WithValue added in v0.8.0

type ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataLifecycleState added in v0.8.0

type ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataLifecycleState struct{}

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataLifecycleState) FieldPath added in v0.8.0

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataLifecycleState) WithArrayOfValues added in v0.8.0

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataLifecycleState) WithValue added in v0.8.0

type ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferences

type ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferences struct{}

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferences) FieldPath

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferences) Region added in v0.8.0

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferences) RequiresOwnerReference added in v0.8.0

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferences) Version added in v0.8.0

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferences) WithArrayOfValues

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferences) WithItemValue

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferences) WithValue

type ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferencesBlockOwnerDeletion

type ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferencesController

type ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferencesController struct{}

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferencesController) FieldPath

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferencesController) WithArrayOfValues

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferencesController) WithValue

type ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferencesKind

type ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferencesKind struct{}

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferencesKind) FieldPath

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferencesKind) WithArrayOfValues

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferencesKind) WithValue

type ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferencesName

type ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferencesName struct{}

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferencesName) FieldPath

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferencesName) WithArrayOfValues

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferencesName) WithValue

type ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferencesRegion added in v0.8.0

type ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferencesRegion struct{}

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferencesRegion) FieldPath added in v0.8.0

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.8.0

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferencesRegion) WithValue added in v0.8.0

type ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferencesRequiresOwnerReference added in v0.8.0

type ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferencesRequiresOwnerReference struct{}

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.8.0

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.8.0

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.8.0

type ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferencesVersion added in v0.8.0

type ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferencesVersion struct{}

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferencesVersion) FieldPath added in v0.8.0

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.8.0

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataOwnerReferencesVersion) WithValue added in v0.8.0

type ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataResourceVersion

type ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataResourceVersion struct{}

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataResourceVersion) FieldPath

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataResourceVersion) WithArrayOfValues

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataResourceVersion) WithValue

type ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataShards

type ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataShards struct{}

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataShards) FieldPath

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataShards) WithArrayOfValues

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataShards) WithValue

type ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataSyncing

type ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataSyncing struct{}

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataSyncing) FieldPath

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataSyncing) WithArrayOfValues

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataSyncing) WithValue

type ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataSyncingOwningRegion

type ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataSyncingOwningRegion struct{}

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataSyncingOwningRegion) FieldPath

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataSyncingOwningRegion) WithArrayOfValues

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataSyncingOwningRegion) WithValue

type ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataSyncingRegions

type ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataSyncingRegions struct{}

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataSyncingRegions) FieldPath

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataSyncingRegions) WithArrayOfValues

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataSyncingRegions) WithItemValue

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataSyncingRegions) WithValue

type ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataTags

type ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataTags struct{}

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataTags) FieldPath

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataTags) WithArrayOfValues

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataTags) WithItemValue

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataTags) WithValue

type ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataUpdateTime

type ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataUpdateTime struct{}

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataUpdateTime) FieldPath

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataUpdateTime) WithArrayOfValues

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataUpdateTime) WithValue

type ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataUuid

type ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataUuid struct{}

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataUuid) FieldPath

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataUuid) WithArrayOfValues

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsMetadataUuid) WithValue

type ListPlanAssignmentsResponsePathSelectorPlanAssignmentsName

type ListPlanAssignmentsResponsePathSelectorPlanAssignmentsName struct{}

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsName) FieldPath

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsName) WithArrayOfValues

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsName) WithValue

type ListPlanAssignmentsResponsePathSelectorPlanAssignmentsPlan

type ListPlanAssignmentsResponsePathSelectorPlanAssignmentsPlan struct{}

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsPlan) FieldPath

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsPlan) WithArrayOfValues

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsPlan) WithValue

type ListPlanAssignmentsResponsePathSelectorPlanAssignmentsRegionalDistributions

type ListPlanAssignmentsResponsePathSelectorPlanAssignmentsRegionalDistributions struct{}

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsRegionalDistributions) FieldPath

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsRegionalDistributions) WithArrayOfValues

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsRegionalDistributions) WithItemValue

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsRegionalDistributions) WithValue

type ListPlanAssignmentsResponsePathSelectorPlanAssignmentsRegionalDistributionsLimitsByRegion

type ListPlanAssignmentsResponsePathSelectorPlanAssignmentsRegionalDistributionsLimitsByRegion struct{}

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsRegionalDistributionsLimitsByRegion) FieldPath

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsRegionalDistributionsLimitsByRegion) WithArrayOfValues

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsRegionalDistributionsLimitsByRegion) WithValue

type ListPlanAssignmentsResponsePathSelectorPlanAssignmentsRegionalDistributionsResource

type ListPlanAssignmentsResponsePathSelectorPlanAssignmentsRegionalDistributionsResource struct{}

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsRegionalDistributionsResource) FieldPath

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsRegionalDistributionsResource) WithArrayOfValues

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsRegionalDistributionsResource) WithValue

type ListPlanAssignmentsResponsePathSelectorPlanAssignmentsService

type ListPlanAssignmentsResponsePathSelectorPlanAssignmentsService struct{}

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsService) FieldPath

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsService) WithArrayOfValues

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsService) WithValue

type ListPlanAssignmentsResponsePathSelectorPlanAssignmentsSource

type ListPlanAssignmentsResponsePathSelectorPlanAssignmentsSource struct{}

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsSource) FieldPath

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsSource) WithArrayOfValues

func (ListPlanAssignmentsResponsePathSelectorPlanAssignmentsSource) WithValue

type ListPlanAssignmentsResponsePathSelectorPrevPageToken

type ListPlanAssignmentsResponsePathSelectorPrevPageToken struct{}

func (ListPlanAssignmentsResponsePathSelectorPrevPageToken) FieldPath

func (ListPlanAssignmentsResponsePathSelectorPrevPageToken) WithArrayOfValues

func (ListPlanAssignmentsResponsePathSelectorPrevPageToken) WithValue

type ListPlanAssignmentsResponsePathSelectorTotalResultsCount added in v0.10.1

type ListPlanAssignmentsResponsePathSelectorTotalResultsCount struct{}

func (ListPlanAssignmentsResponsePathSelectorTotalResultsCount) FieldPath added in v0.10.1

func (ListPlanAssignmentsResponsePathSelectorTotalResultsCount) WithArrayOfValues added in v0.10.1

func (ListPlanAssignmentsResponsePathSelectorTotalResultsCount) WithValue added in v0.10.1

type ListPlanAssignmentsResponse_FieldMask

type ListPlanAssignmentsResponse_FieldMask struct {
	Paths []ListPlanAssignmentsResponse_FieldPath
}

func FullListPlanAssignmentsResponse_FieldMask

func FullListPlanAssignmentsResponse_FieldMask() *ListPlanAssignmentsResponse_FieldMask

func (*ListPlanAssignmentsResponse_FieldMask) AppendPath

func (*ListPlanAssignmentsResponse_FieldMask) AppendRawPath

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

func (*ListPlanAssignmentsResponse_FieldMask) DecodeFirestore

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

func (*ListPlanAssignmentsResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*ListPlanAssignmentsResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*ListPlanAssignmentsResponse_FieldMask) FromProtoFieldMask

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

func (*ListPlanAssignmentsResponse_FieldMask) GetPaths

func (*ListPlanAssignmentsResponse_FieldMask) GetRawPaths

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

func (*ListPlanAssignmentsResponse_FieldMask) IsFull

func (fieldMask *ListPlanAssignmentsResponse_FieldMask) IsFull() bool

func (ListPlanAssignmentsResponse_FieldMask) Marshal

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

implement methods required by customType

func (ListPlanAssignmentsResponse_FieldMask) MarshalJSON

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

func (*ListPlanAssignmentsResponse_FieldMask) PathsCount

func (fieldMask *ListPlanAssignmentsResponse_FieldMask) PathsCount() int

func (*ListPlanAssignmentsResponse_FieldMask) Project

func (*ListPlanAssignmentsResponse_FieldMask) ProjectRaw

func (*ListPlanAssignmentsResponse_FieldMask) ProtoMessage

func (fieldMask *ListPlanAssignmentsResponse_FieldMask) ProtoMessage()

func (*ListPlanAssignmentsResponse_FieldMask) ProtoReflect

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

func (*ListPlanAssignmentsResponse_FieldMask) Reset

func (fieldMask *ListPlanAssignmentsResponse_FieldMask) Reset()

func (*ListPlanAssignmentsResponse_FieldMask) Set

func (*ListPlanAssignmentsResponse_FieldMask) SetFromCliFlag

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

func (*ListPlanAssignmentsResponse_FieldMask) SetRaw

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

func (*ListPlanAssignmentsResponse_FieldMask) Size

func (fieldMask *ListPlanAssignmentsResponse_FieldMask) Size() int

func (*ListPlanAssignmentsResponse_FieldMask) String

func (fieldMask *ListPlanAssignmentsResponse_FieldMask) String() string

func (*ListPlanAssignmentsResponse_FieldMask) Subtract

func (*ListPlanAssignmentsResponse_FieldMask) SubtractRaw

func (*ListPlanAssignmentsResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*ListPlanAssignmentsResponse_FieldMask) Unmarshal

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

func (*ListPlanAssignmentsResponse_FieldMask) UnmarshalJSON

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

type ListPlanAssignmentsResponse_FieldPath

type ListPlanAssignmentsResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() ListPlanAssignmentsResponse_FieldPathSelector
	Get(source *ListPlanAssignmentsResponse) []interface{}
	GetSingle(source *ListPlanAssignmentsResponse) (interface{}, bool)
	ClearValue(item *ListPlanAssignmentsResponse)

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

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

func MustParseListPlanAssignmentsResponse_FieldPath

func MustParseListPlanAssignmentsResponse_FieldPath(rawField string) ListPlanAssignmentsResponse_FieldPath

func ParseListPlanAssignmentsResponse_FieldPath

func ParseListPlanAssignmentsResponse_FieldPath(rawField string) (ListPlanAssignmentsResponse_FieldPath, error)

type ListPlanAssignmentsResponse_FieldPathArrayItemValue

type ListPlanAssignmentsResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	ListPlanAssignmentsResponse_FieldPath
	ContainsValue(*ListPlanAssignmentsResponse) bool
}

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

func MustParseListPlanAssignmentsResponse_FieldPathArrayItemValue

func MustParseListPlanAssignmentsResponse_FieldPathArrayItemValue(pathStr, valueStr string) ListPlanAssignmentsResponse_FieldPathArrayItemValue

func ParseListPlanAssignmentsResponse_FieldPathArrayItemValue

func ParseListPlanAssignmentsResponse_FieldPathArrayItemValue(pathStr, valueStr string) (ListPlanAssignmentsResponse_FieldPathArrayItemValue, error)

ParseListPlanAssignmentsResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type ListPlanAssignmentsResponse_FieldPathArrayOfValues

type ListPlanAssignmentsResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	ListPlanAssignmentsResponse_FieldPath
}

ListPlanAssignmentsResponse_FieldPathArrayOfValues allows storing slice of values for ListPlanAssignmentsResponse fields according to their type

func MustParseListPlanAssignmentsResponse_FieldPathArrayOfValues

func MustParseListPlanAssignmentsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) ListPlanAssignmentsResponse_FieldPathArrayOfValues

func ParseListPlanAssignmentsResponse_FieldPathArrayOfValues

func ParseListPlanAssignmentsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (ListPlanAssignmentsResponse_FieldPathArrayOfValues, error)

type ListPlanAssignmentsResponse_FieldPathSelector

type ListPlanAssignmentsResponse_FieldPathSelector int32
const (
	ListPlanAssignmentsResponse_FieldPathSelectorPlanAssignments   ListPlanAssignmentsResponse_FieldPathSelector = 0
	ListPlanAssignmentsResponse_FieldPathSelectorPrevPageToken     ListPlanAssignmentsResponse_FieldPathSelector = 1
	ListPlanAssignmentsResponse_FieldPathSelectorNextPageToken     ListPlanAssignmentsResponse_FieldPathSelector = 2
	ListPlanAssignmentsResponse_FieldPathSelectorCurrentOffset     ListPlanAssignmentsResponse_FieldPathSelector = 3
	ListPlanAssignmentsResponse_FieldPathSelectorTotalResultsCount ListPlanAssignmentsResponse_FieldPathSelector = 4
)

func (ListPlanAssignmentsResponse_FieldPathSelector) String

type ListPlanAssignmentsResponse_FieldPathValue

type ListPlanAssignmentsResponse_FieldPathValue interface {
	ListPlanAssignmentsResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **ListPlanAssignmentsResponse)
	CompareWith(*ListPlanAssignmentsResponse) (cmp int, comparable bool)
}

ListPlanAssignmentsResponse_FieldPathValue allows storing values for ListPlanAssignmentsResponse fields according to their type

func MustParseListPlanAssignmentsResponse_FieldPathValue

func MustParseListPlanAssignmentsResponse_FieldPathValue(pathStr, valueStr string) ListPlanAssignmentsResponse_FieldPathValue

func ParseListPlanAssignmentsResponse_FieldPathValue

func ParseListPlanAssignmentsResponse_FieldPathValue(pathStr, valueStr string) (ListPlanAssignmentsResponse_FieldPathValue, error)

type ListPlanAssignmentsResponse_FieldSubPath

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

func (*ListPlanAssignmentsResponse_FieldSubPath) AsPlanAssignmentsSubPath

func (*ListPlanAssignmentsResponse_FieldSubPath) ClearValue

func (*ListPlanAssignmentsResponse_FieldSubPath) ClearValueRaw

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

func (*ListPlanAssignmentsResponse_FieldSubPath) Get

func (fps *ListPlanAssignmentsResponse_FieldSubPath) Get(source *ListPlanAssignmentsResponse) (values []interface{})

Get returns all values pointed by selected field from source ListPlanAssignmentsResponse

func (*ListPlanAssignmentsResponse_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ListPlanAssignmentsResponse_FieldSubPath) GetRaw

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

func (*ListPlanAssignmentsResponse_FieldSubPath) GetSingle

func (fps *ListPlanAssignmentsResponse_FieldSubPath) GetSingle(source *ListPlanAssignmentsResponse) (interface{}, bool)

GetSingle returns value of selected field from source ListPlanAssignmentsResponse

func (*ListPlanAssignmentsResponse_FieldSubPath) GetSingleRaw

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

func (*ListPlanAssignmentsResponse_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListPlanAssignmentsResponse_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*ListPlanAssignmentsResponse_FieldSubPath) Selector

func (*ListPlanAssignmentsResponse_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*ListPlanAssignmentsResponse_FieldSubPath) String

String returns path representation in proto convention

func (*ListPlanAssignmentsResponse_FieldSubPath) WithIArrayItemValue

func (*ListPlanAssignmentsResponse_FieldSubPath) WithIArrayOfValues

func (*ListPlanAssignmentsResponse_FieldSubPath) WithIValue

func (*ListPlanAssignmentsResponse_FieldSubPath) WithRawIArrayItemValue

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

func (*ListPlanAssignmentsResponse_FieldSubPath) WithRawIArrayOfValues

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

func (*ListPlanAssignmentsResponse_FieldSubPath) WithRawIValue

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

type ListPlanAssignmentsResponse_FieldSubPathArrayItemValue

type ListPlanAssignmentsResponse_FieldSubPathArrayItemValue struct {
	ListPlanAssignmentsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListPlanAssignmentsResponse_FieldSubPathArrayItemValue) AsPlanAssignmentsPathItemValue

func (*ListPlanAssignmentsResponse_FieldSubPathArrayItemValue) ContainsValue

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

func (*ListPlanAssignmentsResponse_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type ListPlanAssignmentsResponse_FieldSubPathArrayOfValues

type ListPlanAssignmentsResponse_FieldSubPathArrayOfValues struct {
	ListPlanAssignmentsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListPlanAssignmentsResponse_FieldSubPathArrayOfValues) AsPlanAssignmentsPathArrayOfValues

func (*ListPlanAssignmentsResponse_FieldSubPathArrayOfValues) GetRawValues

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

type ListPlanAssignmentsResponse_FieldSubPathValue

type ListPlanAssignmentsResponse_FieldSubPathValue struct {
	ListPlanAssignmentsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListPlanAssignmentsResponse_FieldSubPathValue) AsPlanAssignmentsPathValue

func (*ListPlanAssignmentsResponse_FieldSubPathValue) CompareWith

func (*ListPlanAssignmentsResponse_FieldSubPathValue) CompareWithRaw

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

func (*ListPlanAssignmentsResponse_FieldSubPathValue) GetRawValue

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

func (*ListPlanAssignmentsResponse_FieldSubPathValue) SetTo

func (*ListPlanAssignmentsResponse_FieldSubPathValue) SetToRaw

type ListPlanAssignmentsResponse_FieldTerminalPath

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

func (*ListPlanAssignmentsResponse_FieldTerminalPath) ClearValue

func (*ListPlanAssignmentsResponse_FieldTerminalPath) ClearValueRaw

func (*ListPlanAssignmentsResponse_FieldTerminalPath) Get

func (fp *ListPlanAssignmentsResponse_FieldTerminalPath) Get(source *ListPlanAssignmentsResponse) (values []interface{})

Get returns all values pointed by specific field from source ListPlanAssignmentsResponse

func (*ListPlanAssignmentsResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ListPlanAssignmentsResponse_FieldTerminalPath) GetRaw

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

func (*ListPlanAssignmentsResponse_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source ListPlanAssignmentsResponse

func (*ListPlanAssignmentsResponse_FieldTerminalPath) GetSingleRaw

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

func (*ListPlanAssignmentsResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListPlanAssignmentsResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*ListPlanAssignmentsResponse_FieldTerminalPath) Selector

func (*ListPlanAssignmentsResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*ListPlanAssignmentsResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*ListPlanAssignmentsResponse_FieldTerminalPath) WithIArrayItemValue

func (*ListPlanAssignmentsResponse_FieldTerminalPath) WithIArrayOfValues

func (*ListPlanAssignmentsResponse_FieldTerminalPath) WithIValue

func (*ListPlanAssignmentsResponse_FieldTerminalPath) WithRawIArrayItemValue

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

func (*ListPlanAssignmentsResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*ListPlanAssignmentsResponse_FieldTerminalPath) WithRawIValue

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

type ListPlanAssignmentsResponse_FieldTerminalPathArrayItemValue

type ListPlanAssignmentsResponse_FieldTerminalPathArrayItemValue struct {
	ListPlanAssignmentsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListPlanAssignmentsResponse_FieldTerminalPathArrayItemValue) AsPlanAssignmentsItemValue

func (*ListPlanAssignmentsResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*ListPlanAssignmentsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*ListPlanAssignmentsResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*ListPlanAssignmentsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type ListPlanAssignmentsResponse_FieldTerminalPathArrayOfValues

type ListPlanAssignmentsResponse_FieldTerminalPathArrayOfValues struct {
	ListPlanAssignmentsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListPlanAssignmentsResponse_FieldTerminalPathArrayOfValues) AsCurrentOffsetArrayOfValues added in v0.10.1

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

func (*ListPlanAssignmentsResponse_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues

func (*ListPlanAssignmentsResponse_FieldTerminalPathArrayOfValues) AsPlanAssignmentsArrayOfValues

func (*ListPlanAssignmentsResponse_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues

func (*ListPlanAssignmentsResponse_FieldTerminalPathArrayOfValues) AsTotalResultsCountArrayOfValues added in v0.10.1

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

func (*ListPlanAssignmentsResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type ListPlanAssignmentsResponse_FieldTerminalPathValue

type ListPlanAssignmentsResponse_FieldTerminalPathValue struct {
	ListPlanAssignmentsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListPlanAssignmentsResponse_FieldTerminalPathValue) AsCurrentOffsetValue added in v0.10.1

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

func (*ListPlanAssignmentsResponse_FieldTerminalPathValue) AsNextPageTokenValue

func (*ListPlanAssignmentsResponse_FieldTerminalPathValue) AsPlanAssignmentsValue

func (*ListPlanAssignmentsResponse_FieldTerminalPathValue) AsPrevPageTokenValue

func (*ListPlanAssignmentsResponse_FieldTerminalPathValue) AsTotalResultsCountValue added in v0.10.1

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

func (*ListPlanAssignmentsResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'ListPlanAssignmentsResponse_FieldTerminalPathValue' with the value under path in 'ListPlanAssignmentsResponse'.

func (*ListPlanAssignmentsResponse_FieldTerminalPathValue) CompareWithRaw

func (*ListPlanAssignmentsResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*ListPlanAssignmentsResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object ListPlanAssignmentsResponse

func (*ListPlanAssignmentsResponse_FieldTerminalPathValue) SetToRaw

type MigratePlanAssignmentDescriptor added in v0.10.0

type MigratePlanAssignmentDescriptor struct{}

func GetMigratePlanAssignmentDescriptor added in v0.10.0

func GetMigratePlanAssignmentDescriptor() *MigratePlanAssignmentDescriptor

func (*MigratePlanAssignmentDescriptor) GetApiDescriptor added in v0.10.0

func (*MigratePlanAssignmentDescriptor) GetApiName added in v0.10.0

func (d *MigratePlanAssignmentDescriptor) GetApiName() string

func (*MigratePlanAssignmentDescriptor) GetClientMsgReflectHandle added in v0.10.0

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

func (*MigratePlanAssignmentDescriptor) GetFullMethodName added in v0.10.0

func (d *MigratePlanAssignmentDescriptor) GetFullMethodName() string

func (*MigratePlanAssignmentDescriptor) GetMethodName added in v0.10.0

func (d *MigratePlanAssignmentDescriptor) GetMethodName() string

func (*MigratePlanAssignmentDescriptor) GetProtoPkgName added in v0.10.0

func (d *MigratePlanAssignmentDescriptor) GetProtoPkgName() string

func (*MigratePlanAssignmentDescriptor) GetResourceDescriptor added in v0.10.0

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

func (*MigratePlanAssignmentDescriptor) GetServerMsgReflectHandle added in v0.10.0

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

func (*MigratePlanAssignmentDescriptor) GetServiceDomain added in v0.10.0

func (d *MigratePlanAssignmentDescriptor) GetServiceDomain() string

func (*MigratePlanAssignmentDescriptor) GetServiceVersion added in v0.10.0

func (d *MigratePlanAssignmentDescriptor) GetServiceVersion() string

func (*MigratePlanAssignmentDescriptor) GetVerb added in v0.10.0

func (*MigratePlanAssignmentDescriptor) HasResource added in v0.10.0

func (d *MigratePlanAssignmentDescriptor) HasResource() bool

func (*MigratePlanAssignmentDescriptor) IsClientStream added in v0.10.0

func (d *MigratePlanAssignmentDescriptor) IsClientStream() bool

func (*MigratePlanAssignmentDescriptor) IsCollection added in v0.10.0

func (d *MigratePlanAssignmentDescriptor) IsCollection() bool

func (*MigratePlanAssignmentDescriptor) IsPlural added in v0.10.0

func (d *MigratePlanAssignmentDescriptor) IsPlural() bool

func (*MigratePlanAssignmentDescriptor) IsServerStream added in v0.10.0

func (d *MigratePlanAssignmentDescriptor) IsServerStream() bool

func (*MigratePlanAssignmentDescriptor) IsUnary added in v0.10.0

func (*MigratePlanAssignmentDescriptor) NewEmptyClientMsg added in v0.10.0

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

func (*MigratePlanAssignmentDescriptor) NewEmptyServerMsg added in v0.10.0

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

func (*MigratePlanAssignmentDescriptor) RequestHasResourceBody added in v0.10.0

func (d *MigratePlanAssignmentDescriptor) RequestHasResourceBody() bool

type MigratePlanAssignmentDescriptorClientMsgHandle added in v0.10.0

type MigratePlanAssignmentDescriptorClientMsgHandle struct{}

func (*MigratePlanAssignmentDescriptorClientMsgHandle) ExtractCollectionName added in v0.10.0

func (*MigratePlanAssignmentDescriptorClientMsgHandle) ExtractResourceName added in v0.10.0

func (*MigratePlanAssignmentDescriptorClientMsgHandle) ExtractResourceNames added in v0.10.0

type MigratePlanAssignmentDescriptorServerMsgHandle added in v0.10.0

type MigratePlanAssignmentDescriptorServerMsgHandle struct{}

func (*MigratePlanAssignmentDescriptorServerMsgHandle) ExtractCollectionName added in v0.10.0

func (*MigratePlanAssignmentDescriptorServerMsgHandle) ExtractResourceName added in v0.10.0

func (*MigratePlanAssignmentDescriptorServerMsgHandle) ExtractResourceNames added in v0.10.0

type MigratePlanAssignmentRequest added in v0.10.0

type MigratePlanAssignmentRequest struct {

	// PlanAssignment resource body
	PlanAssignment *plan_assignment.PlanAssignment `` /* 130-byte string literal not displayed */
	// contains filtered or unexported fields
}

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

func (*MigratePlanAssignmentRequest) Clone added in v0.10.0

func (*MigratePlanAssignmentRequest) CloneRaw added in v0.10.0

func (*MigratePlanAssignmentRequest) Descriptor added in v0.10.0

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

Deprecated, Use MigratePlanAssignmentRequest.ProtoReflect.Descriptor instead.

func (*MigratePlanAssignmentRequest) GetPlanAssignment added in v0.10.0

func (*MigratePlanAssignmentRequest) GotenMessage added in v0.10.0

func (*MigratePlanAssignmentRequest) GotenMessage()

func (*MigratePlanAssignmentRequest) GotenObjectExt added in v0.10.0

func (o *MigratePlanAssignmentRequest) GotenObjectExt()

func (*MigratePlanAssignmentRequest) GotenValidate added in v0.10.0

func (obj *MigratePlanAssignmentRequest) GotenValidate() error

func (*MigratePlanAssignmentRequest) MakeDiffFieldMask added in v0.10.0

func (*MigratePlanAssignmentRequest) MakeFullFieldMask added in v0.10.0

func (*MigratePlanAssignmentRequest) MakeRawDiffFieldMask added in v0.10.0

func (*MigratePlanAssignmentRequest) MakeRawFullFieldMask added in v0.10.0

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

func (*MigratePlanAssignmentRequest) Marshal added in v0.10.0

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

func (*MigratePlanAssignmentRequest) MarshalJSON added in v0.10.0

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

func (*MigratePlanAssignmentRequest) Merge added in v0.10.0

func (*MigratePlanAssignmentRequest) MergeRaw added in v0.10.0

func (*MigratePlanAssignmentRequest) ProtoMessage added in v0.10.0

func (*MigratePlanAssignmentRequest) ProtoMessage()

func (*MigratePlanAssignmentRequest) ProtoReflect added in v0.10.0

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

func (*MigratePlanAssignmentRequest) Reset added in v0.10.0

func (m *MigratePlanAssignmentRequest) Reset()

func (*MigratePlanAssignmentRequest) SetPlanAssignment added in v0.10.0

func (*MigratePlanAssignmentRequest) String added in v0.10.0

func (*MigratePlanAssignmentRequest) Unmarshal added in v0.10.0

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

func (*MigratePlanAssignmentRequest) UnmarshalJSON added in v0.10.0

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

type MigratePlanAssignmentRequestFieldPathBuilder added in v0.10.0

type MigratePlanAssignmentRequestFieldPathBuilder struct{}

func NewMigratePlanAssignmentRequestFieldPathBuilder added in v0.10.0

func NewMigratePlanAssignmentRequestFieldPathBuilder() MigratePlanAssignmentRequestFieldPathBuilder

func (MigratePlanAssignmentRequestFieldPathBuilder) PlanAssignment added in v0.10.0

type MigratePlanAssignmentRequestMapPathSelectorPlanAssignmentMetadataAnnotations added in v0.10.0

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

func (MigratePlanAssignmentRequestMapPathSelectorPlanAssignmentMetadataAnnotations) FieldPath added in v0.10.0

func (MigratePlanAssignmentRequestMapPathSelectorPlanAssignmentMetadataAnnotations) WithArrayOfValues added in v0.10.0

func (MigratePlanAssignmentRequestMapPathSelectorPlanAssignmentMetadataAnnotations) WithValue added in v0.10.0

type MigratePlanAssignmentRequestMapPathSelectorPlanAssignmentMetadataLabels added in v0.10.0

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

func (MigratePlanAssignmentRequestMapPathSelectorPlanAssignmentMetadataLabels) FieldPath added in v0.10.0

func (MigratePlanAssignmentRequestMapPathSelectorPlanAssignmentMetadataLabels) WithArrayOfValues added in v0.10.0

func (MigratePlanAssignmentRequestMapPathSelectorPlanAssignmentMetadataLabels) WithValue added in v0.10.0

type MigratePlanAssignmentRequestMapPathSelectorPlanAssignmentMetadataShards added in v0.10.0

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

func (MigratePlanAssignmentRequestMapPathSelectorPlanAssignmentMetadataShards) FieldPath added in v0.10.0

func (MigratePlanAssignmentRequestMapPathSelectorPlanAssignmentMetadataShards) WithArrayOfValues added in v0.10.0

func (MigratePlanAssignmentRequestMapPathSelectorPlanAssignmentMetadataShards) WithValue added in v0.10.0

type MigratePlanAssignmentRequestMapPathSelectorPlanAssignmentRegionalDistributionsLimitsByRegion added in v0.10.0

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

func (MigratePlanAssignmentRequestMapPathSelectorPlanAssignmentRegionalDistributionsLimitsByRegion) FieldPath added in v0.10.0

func (MigratePlanAssignmentRequestMapPathSelectorPlanAssignmentRegionalDistributionsLimitsByRegion) WithArrayOfValues added in v0.10.0

func (MigratePlanAssignmentRequestMapPathSelectorPlanAssignmentRegionalDistributionsLimitsByRegion) WithValue added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignment added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignment struct{}

func (MigratePlanAssignmentRequestPathSelectorPlanAssignment) Extensions added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignment) FieldPath added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignment) Metadata added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignment) Name added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignment) Plan added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignment) RegionalDistributions added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignment) Service added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignment) Source added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignment) WithArrayOfValues added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignment) WithSubArrayItemValue added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignment) WithSubArrayOfValues added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignment) WithSubPath added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignment) WithSubValue added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignment) WithValue added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignmentExtensions added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignmentExtensions struct{}

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentExtensions) FieldPath added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentExtensions) Resource added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentExtensions) Value added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentExtensions) WithArrayOfValues added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentExtensions) WithItemValue added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentExtensions) WithValue added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignmentExtensionsResource added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignmentExtensionsResource struct{}

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentExtensionsResource) FieldPath added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentExtensionsResource) WithArrayOfValues added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentExtensionsResource) WithValue added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignmentExtensionsValue added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignmentExtensionsValue struct{}

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentExtensionsValue) FieldPath added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentExtensionsValue) WithArrayOfValues added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentExtensionsValue) WithValue added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadata added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadata struct{}

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadata) Annotations added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadata) CreateTime added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadata) DeleteTime added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadata) FieldPath added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadata) Generation added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadata) Labels added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadata) Lifecycle added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadata) OwnerReferences added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadata) ResourceVersion added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadata) Shards added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadata) Syncing added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadata) Tags added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadata) UpdateTime added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadata) Uuid added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadata) WithArrayOfValues added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadata) WithValue added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataAnnotations added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataAnnotations struct{}

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataAnnotations) FieldPath added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataAnnotations) WithArrayOfValues added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataAnnotations) WithKey added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataAnnotations) WithValue added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataCreateTime added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataCreateTime struct{}

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataCreateTime) FieldPath added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataCreateTime) WithArrayOfValues added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataCreateTime) WithValue added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataDeleteTime added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataDeleteTime struct{}

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataDeleteTime) FieldPath added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataDeleteTime) WithArrayOfValues added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataDeleteTime) WithValue added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataGeneration added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataGeneration struct{}

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataGeneration) FieldPath added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataGeneration) WithArrayOfValues added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataGeneration) WithValue added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataLabels added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataLabels struct{}

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataLabels) FieldPath added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataLabels) WithArrayOfValues added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataLabels) WithKey added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataLabels) WithValue added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataLifecycle added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataLifecycle struct{}

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataLifecycle) BlockDeletion added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataLifecycle) FieldPath added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataLifecycle) State added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataLifecycle) WithArrayOfValues added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataLifecycle) WithValue added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataLifecycleBlockDeletion added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataLifecycleBlockDeletion struct{}

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataLifecycleBlockDeletion) FieldPath added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataLifecycleBlockDeletion) WithValue added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataLifecycleState added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataLifecycleState struct{}

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataLifecycleState) FieldPath added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataLifecycleState) WithArrayOfValues added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataLifecycleState) WithValue added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferences added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferences struct{}

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferences) BlockOwnerDeletion added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferences) Controller added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferences) FieldPath added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferences) Kind added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferences) Name added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferences) Region added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferences) RequiresOwnerReference added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferences) Version added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferences) WithArrayOfValues added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferences) WithItemValue added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferences) WithValue added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesBlockOwnerDeletion added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesBlockOwnerDeletion) FieldPath added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesBlockOwnerDeletion) WithValue added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesController added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesController struct{}

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesController) FieldPath added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesController) WithArrayOfValues added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesController) WithValue added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesKind added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesKind struct{}

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesKind) FieldPath added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesKind) WithArrayOfValues added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesKind) WithValue added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesName added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesName struct{}

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesName) FieldPath added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesName) WithArrayOfValues added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesName) WithValue added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesRegion added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesRegion struct{}

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesRegion) FieldPath added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesRegion) WithValue added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesRequiresOwnerReference added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesRequiresOwnerReference struct{}

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesVersion added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesVersion struct{}

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesVersion) FieldPath added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesVersion) WithValue added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataResourceVersion added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataResourceVersion struct{}

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataResourceVersion) FieldPath added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataResourceVersion) WithArrayOfValues added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataResourceVersion) WithValue added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataShards added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataShards struct{}

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataShards) FieldPath added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataShards) WithArrayOfValues added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataShards) WithKey added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataShards) WithValue added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataSyncing added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataSyncing struct{}

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataSyncing) FieldPath added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataSyncing) OwningRegion added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataSyncing) Regions added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataSyncing) WithArrayOfValues added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataSyncing) WithValue added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataSyncingOwningRegion added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataSyncingOwningRegion struct{}

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataSyncingOwningRegion) FieldPath added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataSyncingOwningRegion) WithArrayOfValues added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataSyncingOwningRegion) WithValue added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataSyncingRegions added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataSyncingRegions struct{}

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataSyncingRegions) FieldPath added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataSyncingRegions) WithArrayOfValues added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataSyncingRegions) WithItemValue added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataSyncingRegions) WithValue added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataTags added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataTags struct{}

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataTags) FieldPath added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataTags) WithArrayOfValues added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataTags) WithItemValue added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataTags) WithValue added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataUpdateTime added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataUpdateTime struct{}

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataUpdateTime) FieldPath added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataUpdateTime) WithArrayOfValues added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataUpdateTime) WithValue added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataUuid added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataUuid struct{}

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataUuid) FieldPath added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataUuid) WithArrayOfValues added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentMetadataUuid) WithValue added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignmentName added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignmentName struct{}

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentName) FieldPath added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentName) WithArrayOfValues added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentName) WithValue added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignmentPlan added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignmentPlan struct{}

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentPlan) FieldPath added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentPlan) WithArrayOfValues added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentPlan) WithValue added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignmentRegionalDistributions added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignmentRegionalDistributions struct{}

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentRegionalDistributions) FieldPath added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentRegionalDistributions) LimitsByRegion added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentRegionalDistributions) Resource added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentRegionalDistributions) WithArrayOfValues added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentRegionalDistributions) WithItemValue added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentRegionalDistributions) WithValue added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignmentRegionalDistributionsLimitsByRegion added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignmentRegionalDistributionsLimitsByRegion struct{}

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentRegionalDistributionsLimitsByRegion) FieldPath added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentRegionalDistributionsLimitsByRegion) WithArrayOfValues added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentRegionalDistributionsLimitsByRegion) WithKey added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentRegionalDistributionsLimitsByRegion) WithValue added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignmentRegionalDistributionsResource added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignmentRegionalDistributionsResource struct{}

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentRegionalDistributionsResource) FieldPath added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentRegionalDistributionsResource) WithArrayOfValues added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentRegionalDistributionsResource) WithValue added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignmentService added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignmentService struct{}

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentService) FieldPath added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentService) WithArrayOfValues added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentService) WithValue added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignmentSource added in v0.10.0

type MigratePlanAssignmentRequestPathSelectorPlanAssignmentSource struct{}

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentSource) FieldPath added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentSource) WithArrayOfValues added in v0.10.0

func (MigratePlanAssignmentRequestPathSelectorPlanAssignmentSource) WithValue added in v0.10.0

type MigratePlanAssignmentRequest_FieldMask added in v0.10.0

type MigratePlanAssignmentRequest_FieldMask struct {
	Paths []MigratePlanAssignmentRequest_FieldPath
}

func FullMigratePlanAssignmentRequest_FieldMask added in v0.10.0

func FullMigratePlanAssignmentRequest_FieldMask() *MigratePlanAssignmentRequest_FieldMask

func (*MigratePlanAssignmentRequest_FieldMask) AppendPath added in v0.10.0

func (*MigratePlanAssignmentRequest_FieldMask) AppendRawPath added in v0.10.0

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

func (*MigratePlanAssignmentRequest_FieldMask) DecodeFirestore added in v0.10.0

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

func (*MigratePlanAssignmentRequest_FieldMask) EncodeFirestore added in v0.10.0

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

firestore encoding/decoding integration

func (*MigratePlanAssignmentRequest_FieldMask) FilterInputFields added in v0.10.0

FilterInputFields generates copy of field paths with output_only field paths removed

func (*MigratePlanAssignmentRequest_FieldMask) FromProtoFieldMask added in v0.10.0

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

func (*MigratePlanAssignmentRequest_FieldMask) GetPaths added in v0.10.0

func (*MigratePlanAssignmentRequest_FieldMask) GetRawPaths added in v0.10.0

func (*MigratePlanAssignmentRequest_FieldMask) IsFull added in v0.10.0

func (fieldMask *MigratePlanAssignmentRequest_FieldMask) IsFull() bool

func (MigratePlanAssignmentRequest_FieldMask) Marshal added in v0.10.0

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

implement methods required by customType

func (MigratePlanAssignmentRequest_FieldMask) MarshalJSON added in v0.10.0

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

func (*MigratePlanAssignmentRequest_FieldMask) PathsCount added in v0.10.0

func (fieldMask *MigratePlanAssignmentRequest_FieldMask) PathsCount() int

func (*MigratePlanAssignmentRequest_FieldMask) Project added in v0.10.0

func (*MigratePlanAssignmentRequest_FieldMask) ProjectRaw added in v0.10.0

func (*MigratePlanAssignmentRequest_FieldMask) ProtoMessage added in v0.10.0

func (fieldMask *MigratePlanAssignmentRequest_FieldMask) ProtoMessage()

func (*MigratePlanAssignmentRequest_FieldMask) ProtoReflect added in v0.10.0

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

func (*MigratePlanAssignmentRequest_FieldMask) Reset added in v0.10.0

func (fieldMask *MigratePlanAssignmentRequest_FieldMask) Reset()

func (*MigratePlanAssignmentRequest_FieldMask) Set added in v0.10.0

func (*MigratePlanAssignmentRequest_FieldMask) SetFromCliFlag added in v0.10.0

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

func (*MigratePlanAssignmentRequest_FieldMask) SetRaw added in v0.10.0

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

func (*MigratePlanAssignmentRequest_FieldMask) Size added in v0.10.0

func (fieldMask *MigratePlanAssignmentRequest_FieldMask) Size() int

func (*MigratePlanAssignmentRequest_FieldMask) String added in v0.10.0

func (fieldMask *MigratePlanAssignmentRequest_FieldMask) String() string

func (*MigratePlanAssignmentRequest_FieldMask) Subtract added in v0.10.0

func (*MigratePlanAssignmentRequest_FieldMask) SubtractRaw added in v0.10.0

func (*MigratePlanAssignmentRequest_FieldMask) ToProtoFieldMask added in v0.10.0

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

ToFieldMask is used for proto conversions

func (*MigratePlanAssignmentRequest_FieldMask) Unmarshal added in v0.10.0

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

func (*MigratePlanAssignmentRequest_FieldMask) UnmarshalJSON added in v0.10.0

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

type MigratePlanAssignmentRequest_FieldPath added in v0.10.0

type MigratePlanAssignmentRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() MigratePlanAssignmentRequest_FieldPathSelector
	Get(source *MigratePlanAssignmentRequest) []interface{}
	GetSingle(source *MigratePlanAssignmentRequest) (interface{}, bool)
	ClearValue(item *MigratePlanAssignmentRequest)

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

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

func BuildMigratePlanAssignmentRequest_FieldPath added in v0.10.0

func BuildMigratePlanAssignmentRequest_FieldPath(fp gotenobject.RawFieldPath) (MigratePlanAssignmentRequest_FieldPath, error)

func MustParseMigratePlanAssignmentRequest_FieldPath added in v0.10.0

func MustParseMigratePlanAssignmentRequest_FieldPath(rawField string) MigratePlanAssignmentRequest_FieldPath

func ParseMigratePlanAssignmentRequest_FieldPath added in v0.10.0

func ParseMigratePlanAssignmentRequest_FieldPath(rawField string) (MigratePlanAssignmentRequest_FieldPath, error)

type MigratePlanAssignmentRequest_FieldPathArrayItemValue added in v0.10.0

type MigratePlanAssignmentRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	MigratePlanAssignmentRequest_FieldPath
	ContainsValue(*MigratePlanAssignmentRequest) bool
}

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

func MustParseMigratePlanAssignmentRequest_FieldPathArrayItemValue added in v0.10.0

func MustParseMigratePlanAssignmentRequest_FieldPathArrayItemValue(pathStr, valueStr string) MigratePlanAssignmentRequest_FieldPathArrayItemValue

func ParseMigratePlanAssignmentRequest_FieldPathArrayItemValue added in v0.10.0

func ParseMigratePlanAssignmentRequest_FieldPathArrayItemValue(pathStr, valueStr string) (MigratePlanAssignmentRequest_FieldPathArrayItemValue, error)

ParseMigratePlanAssignmentRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type MigratePlanAssignmentRequest_FieldPathArrayOfValues added in v0.10.0

type MigratePlanAssignmentRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	MigratePlanAssignmentRequest_FieldPath
}

MigratePlanAssignmentRequest_FieldPathArrayOfValues allows storing slice of values for MigratePlanAssignmentRequest fields according to their type

func MustParseMigratePlanAssignmentRequest_FieldPathArrayOfValues added in v0.10.0

func MustParseMigratePlanAssignmentRequest_FieldPathArrayOfValues(pathStr, valuesStr string) MigratePlanAssignmentRequest_FieldPathArrayOfValues

func ParseMigratePlanAssignmentRequest_FieldPathArrayOfValues added in v0.10.0

func ParseMigratePlanAssignmentRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (MigratePlanAssignmentRequest_FieldPathArrayOfValues, error)

type MigratePlanAssignmentRequest_FieldPathSelector added in v0.10.0

type MigratePlanAssignmentRequest_FieldPathSelector int32
const (
	MigratePlanAssignmentRequest_FieldPathSelectorPlanAssignment MigratePlanAssignmentRequest_FieldPathSelector = 0
)

func (MigratePlanAssignmentRequest_FieldPathSelector) String added in v0.10.0

type MigratePlanAssignmentRequest_FieldPathValue added in v0.10.0

type MigratePlanAssignmentRequest_FieldPathValue interface {
	MigratePlanAssignmentRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **MigratePlanAssignmentRequest)
	CompareWith(*MigratePlanAssignmentRequest) (cmp int, comparable bool)
}

MigratePlanAssignmentRequest_FieldPathValue allows storing values for MigratePlanAssignmentRequest fields according to their type

func MustParseMigratePlanAssignmentRequest_FieldPathValue added in v0.10.0

func MustParseMigratePlanAssignmentRequest_FieldPathValue(pathStr, valueStr string) MigratePlanAssignmentRequest_FieldPathValue

func ParseMigratePlanAssignmentRequest_FieldPathValue added in v0.10.0

func ParseMigratePlanAssignmentRequest_FieldPathValue(pathStr, valueStr string) (MigratePlanAssignmentRequest_FieldPathValue, error)

type MigratePlanAssignmentRequest_FieldSubPath added in v0.10.0

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

func (*MigratePlanAssignmentRequest_FieldSubPath) AsPlanAssignmentSubPath added in v0.10.0

func (*MigratePlanAssignmentRequest_FieldSubPath) ClearValue added in v0.10.0

func (*MigratePlanAssignmentRequest_FieldSubPath) ClearValueRaw added in v0.10.0

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

func (*MigratePlanAssignmentRequest_FieldSubPath) Get added in v0.10.0

func (fps *MigratePlanAssignmentRequest_FieldSubPath) Get(source *MigratePlanAssignmentRequest) (values []interface{})

Get returns all values pointed by selected field from source MigratePlanAssignmentRequest

func (*MigratePlanAssignmentRequest_FieldSubPath) GetDefault added in v0.10.0

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

GetDefault returns a default value of the field type

func (*MigratePlanAssignmentRequest_FieldSubPath) GetRaw added in v0.10.0

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

func (*MigratePlanAssignmentRequest_FieldSubPath) GetSingle added in v0.10.0

func (fps *MigratePlanAssignmentRequest_FieldSubPath) GetSingle(source *MigratePlanAssignmentRequest) (interface{}, bool)

GetSingle returns value of selected field from source MigratePlanAssignmentRequest

func (*MigratePlanAssignmentRequest_FieldSubPath) GetSingleRaw added in v0.10.0

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

func (*MigratePlanAssignmentRequest_FieldSubPath) IsLeaf added in v0.10.0

IsLeaf - whether field path is holds simple value

func (*MigratePlanAssignmentRequest_FieldSubPath) JSONString added in v0.10.0

JSONString returns path representation is JSON convention

func (*MigratePlanAssignmentRequest_FieldSubPath) Selector added in v0.10.0

func (*MigratePlanAssignmentRequest_FieldSubPath) SplitIntoTerminalIPaths added in v0.10.0

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

func (*MigratePlanAssignmentRequest_FieldSubPath) String added in v0.10.0

String returns path representation in proto convention

func (*MigratePlanAssignmentRequest_FieldSubPath) WithIArrayItemValue added in v0.10.0

func (*MigratePlanAssignmentRequest_FieldSubPath) WithIArrayOfValues added in v0.10.0

func (*MigratePlanAssignmentRequest_FieldSubPath) WithIValue added in v0.10.0

func (*MigratePlanAssignmentRequest_FieldSubPath) WithRawIArrayItemValue added in v0.10.0

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

func (*MigratePlanAssignmentRequest_FieldSubPath) WithRawIArrayOfValues added in v0.10.0

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

func (*MigratePlanAssignmentRequest_FieldSubPath) WithRawIValue added in v0.10.0

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

type MigratePlanAssignmentRequest_FieldSubPathArrayItemValue added in v0.10.0

type MigratePlanAssignmentRequest_FieldSubPathArrayItemValue struct {
	MigratePlanAssignmentRequest_FieldPath
	// contains filtered or unexported fields
}

func (*MigratePlanAssignmentRequest_FieldSubPathArrayItemValue) AsPlanAssignmentPathItemValue added in v0.10.0

func (*MigratePlanAssignmentRequest_FieldSubPathArrayItemValue) ContainsValue added in v0.10.0

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

func (*MigratePlanAssignmentRequest_FieldSubPathArrayItemValue) GetRawItemValue added in v0.10.0

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

GetRawValue returns stored array item value

type MigratePlanAssignmentRequest_FieldSubPathArrayOfValues added in v0.10.0

type MigratePlanAssignmentRequest_FieldSubPathArrayOfValues struct {
	MigratePlanAssignmentRequest_FieldPath
	// contains filtered or unexported fields
}

func (*MigratePlanAssignmentRequest_FieldSubPathArrayOfValues) AsPlanAssignmentPathArrayOfValues added in v0.10.0

func (*MigratePlanAssignmentRequest_FieldSubPathArrayOfValues) GetRawValues added in v0.10.0

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

type MigratePlanAssignmentRequest_FieldSubPathValue added in v0.10.0

type MigratePlanAssignmentRequest_FieldSubPathValue struct {
	MigratePlanAssignmentRequest_FieldPath
	// contains filtered or unexported fields
}

func (*MigratePlanAssignmentRequest_FieldSubPathValue) AsPlanAssignmentPathValue added in v0.10.0

func (*MigratePlanAssignmentRequest_FieldSubPathValue) CompareWith added in v0.10.0

func (*MigratePlanAssignmentRequest_FieldSubPathValue) CompareWithRaw added in v0.10.0

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

func (*MigratePlanAssignmentRequest_FieldSubPathValue) GetRawValue added in v0.10.0

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

func (*MigratePlanAssignmentRequest_FieldSubPathValue) SetTo added in v0.10.0

func (*MigratePlanAssignmentRequest_FieldSubPathValue) SetToRaw added in v0.10.0

type MigratePlanAssignmentRequest_FieldTerminalPath added in v0.10.0

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

func (*MigratePlanAssignmentRequest_FieldTerminalPath) ClearValue added in v0.10.0

func (*MigratePlanAssignmentRequest_FieldTerminalPath) ClearValueRaw added in v0.10.0

func (*MigratePlanAssignmentRequest_FieldTerminalPath) Get added in v0.10.0

func (fp *MigratePlanAssignmentRequest_FieldTerminalPath) Get(source *MigratePlanAssignmentRequest) (values []interface{})

Get returns all values pointed by specific field from source MigratePlanAssignmentRequest

func (*MigratePlanAssignmentRequest_FieldTerminalPath) GetDefault added in v0.10.0

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

GetDefault returns a default value of the field type

func (*MigratePlanAssignmentRequest_FieldTerminalPath) GetRaw added in v0.10.0

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

func (*MigratePlanAssignmentRequest_FieldTerminalPath) GetSingle added in v0.10.0

GetSingle returns value pointed by specific field of from source MigratePlanAssignmentRequest

func (*MigratePlanAssignmentRequest_FieldTerminalPath) GetSingleRaw added in v0.10.0

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

func (*MigratePlanAssignmentRequest_FieldTerminalPath) IsLeaf added in v0.10.0

IsLeaf - whether field path is holds simple value

func (*MigratePlanAssignmentRequest_FieldTerminalPath) JSONString added in v0.10.0

JSONString returns path representation is JSON convention

func (*MigratePlanAssignmentRequest_FieldTerminalPath) Selector added in v0.10.0

func (*MigratePlanAssignmentRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.10.0

func (*MigratePlanAssignmentRequest_FieldTerminalPath) String added in v0.10.0

String returns path representation in proto convention

func (*MigratePlanAssignmentRequest_FieldTerminalPath) WithIArrayItemValue added in v0.10.0

func (*MigratePlanAssignmentRequest_FieldTerminalPath) WithIArrayOfValues added in v0.10.0

func (*MigratePlanAssignmentRequest_FieldTerminalPath) WithIValue added in v0.10.0

func (*MigratePlanAssignmentRequest_FieldTerminalPath) WithRawIArrayItemValue added in v0.10.0

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

func (*MigratePlanAssignmentRequest_FieldTerminalPath) WithRawIArrayOfValues added in v0.10.0

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

func (*MigratePlanAssignmentRequest_FieldTerminalPath) WithRawIValue added in v0.10.0

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

type MigratePlanAssignmentRequest_FieldTerminalPathArrayItemValue added in v0.10.0

type MigratePlanAssignmentRequest_FieldTerminalPathArrayItemValue struct {
	MigratePlanAssignmentRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*MigratePlanAssignmentRequest_FieldTerminalPathArrayItemValue) ContainsValue added in v0.10.0

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

func (*MigratePlanAssignmentRequest_FieldTerminalPathArrayItemValue) GetRawItemValue added in v0.10.0

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

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

func (*MigratePlanAssignmentRequest_FieldTerminalPathArrayItemValue) GetSingle added in v0.10.0

func (*MigratePlanAssignmentRequest_FieldTerminalPathArrayItemValue) GetSingleRaw added in v0.10.0

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

type MigratePlanAssignmentRequest_FieldTerminalPathArrayOfValues added in v0.10.0

type MigratePlanAssignmentRequest_FieldTerminalPathArrayOfValues struct {
	MigratePlanAssignmentRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*MigratePlanAssignmentRequest_FieldTerminalPathArrayOfValues) AsPlanAssignmentArrayOfValues added in v0.10.0

func (*MigratePlanAssignmentRequest_FieldTerminalPathArrayOfValues) GetRawValues added in v0.10.0

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

type MigratePlanAssignmentRequest_FieldTerminalPathValue added in v0.10.0

type MigratePlanAssignmentRequest_FieldTerminalPathValue struct {
	MigratePlanAssignmentRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*MigratePlanAssignmentRequest_FieldTerminalPathValue) AsPlanAssignmentValue added in v0.10.0

func (*MigratePlanAssignmentRequest_FieldTerminalPathValue) CompareWith added in v0.10.0

CompareWith compares value in the 'MigratePlanAssignmentRequest_FieldTerminalPathValue' with the value under path in 'MigratePlanAssignmentRequest'.

func (*MigratePlanAssignmentRequest_FieldTerminalPathValue) CompareWithRaw added in v0.10.0

func (*MigratePlanAssignmentRequest_FieldTerminalPathValue) GetRawValue added in v0.10.0

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

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

func (*MigratePlanAssignmentRequest_FieldTerminalPathValue) SetTo added in v0.10.0

SetTo stores value for selected field for object MigratePlanAssignmentRequest

func (*MigratePlanAssignmentRequest_FieldTerminalPathValue) SetToRaw added in v0.10.0

type PlanAssignmentServiceClient

PlanAssignmentServiceClient is the client API for PlanAssignmentService.

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

type PlanAssignmentServiceDescriptor

type PlanAssignmentServiceDescriptor struct{}

func GetPlanAssignmentServiceDescriptor

func GetPlanAssignmentServiceDescriptor() *PlanAssignmentServiceDescriptor

func (*PlanAssignmentServiceDescriptor) AllMethodDescriptors

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

func (*PlanAssignmentServiceDescriptor) GetApiName

func (d *PlanAssignmentServiceDescriptor) GetApiName() string

func (*PlanAssignmentServiceDescriptor) GetFullAPIName

func (d *PlanAssignmentServiceDescriptor) GetFullAPIName() string

func (*PlanAssignmentServiceDescriptor) GetProtoPkgName

func (d *PlanAssignmentServiceDescriptor) GetProtoPkgName() string

func (*PlanAssignmentServiceDescriptor) GetServiceDomain

func (d *PlanAssignmentServiceDescriptor) GetServiceDomain() string

func (*PlanAssignmentServiceDescriptor) GetServiceVersion

func (d *PlanAssignmentServiceDescriptor) GetServiceVersion() string

type UpdatePlanAssignmentDescriptor

type UpdatePlanAssignmentDescriptor struct{}

func GetUpdatePlanAssignmentDescriptor

func GetUpdatePlanAssignmentDescriptor() *UpdatePlanAssignmentDescriptor

func (*UpdatePlanAssignmentDescriptor) GetApiDescriptor

func (*UpdatePlanAssignmentDescriptor) GetApiName

func (d *UpdatePlanAssignmentDescriptor) GetApiName() string

func (*UpdatePlanAssignmentDescriptor) GetClientMsgReflectHandle

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

func (*UpdatePlanAssignmentDescriptor) GetFullMethodName

func (d *UpdatePlanAssignmentDescriptor) GetFullMethodName() string

func (*UpdatePlanAssignmentDescriptor) GetMethodName

func (d *UpdatePlanAssignmentDescriptor) GetMethodName() string

func (*UpdatePlanAssignmentDescriptor) GetProtoPkgName

func (d *UpdatePlanAssignmentDescriptor) GetProtoPkgName() string

func (*UpdatePlanAssignmentDescriptor) GetResourceDescriptor

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

func (*UpdatePlanAssignmentDescriptor) GetServerMsgReflectHandle

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

func (*UpdatePlanAssignmentDescriptor) GetServiceDomain

func (d *UpdatePlanAssignmentDescriptor) GetServiceDomain() string

func (*UpdatePlanAssignmentDescriptor) GetServiceVersion

func (d *UpdatePlanAssignmentDescriptor) GetServiceVersion() string

func (*UpdatePlanAssignmentDescriptor) GetVerb

func (*UpdatePlanAssignmentDescriptor) HasResource

func (d *UpdatePlanAssignmentDescriptor) HasResource() bool

func (*UpdatePlanAssignmentDescriptor) IsClientStream

func (d *UpdatePlanAssignmentDescriptor) IsClientStream() bool

func (*UpdatePlanAssignmentDescriptor) IsCollection

func (d *UpdatePlanAssignmentDescriptor) IsCollection() bool

func (*UpdatePlanAssignmentDescriptor) IsPlural

func (d *UpdatePlanAssignmentDescriptor) IsPlural() bool

func (*UpdatePlanAssignmentDescriptor) IsServerStream

func (d *UpdatePlanAssignmentDescriptor) IsServerStream() bool

func (*UpdatePlanAssignmentDescriptor) IsUnary

func (d *UpdatePlanAssignmentDescriptor) IsUnary() bool

func (*UpdatePlanAssignmentDescriptor) NewEmptyClientMsg

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

func (*UpdatePlanAssignmentDescriptor) NewEmptyServerMsg

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

func (*UpdatePlanAssignmentDescriptor) RequestHasResourceBody

func (d *UpdatePlanAssignmentDescriptor) RequestHasResourceBody() bool

type UpdatePlanAssignmentDescriptorClientMsgHandle

type UpdatePlanAssignmentDescriptorClientMsgHandle struct{}

func (*UpdatePlanAssignmentDescriptorClientMsgHandle) ExtractCollectionName

func (*UpdatePlanAssignmentDescriptorClientMsgHandle) ExtractResourceName

func (*UpdatePlanAssignmentDescriptorClientMsgHandle) ExtractResourceNames

type UpdatePlanAssignmentDescriptorServerMsgHandle

type UpdatePlanAssignmentDescriptorServerMsgHandle struct{}

func (*UpdatePlanAssignmentDescriptorServerMsgHandle) ExtractCollectionName

func (*UpdatePlanAssignmentDescriptorServerMsgHandle) ExtractResourceName

func (*UpdatePlanAssignmentDescriptorServerMsgHandle) ExtractResourceNames

type UpdatePlanAssignmentRequest

type UpdatePlanAssignmentRequest struct {

	// PlanAssignment resource body
	PlanAssignment *plan_assignment.PlanAssignment `` /* 130-byte string literal not displayed */
	// FieldMask applied to request - change will be applied only for fields in
	// the mask
	UpdateMask *plan_assignment.PlanAssignment_FieldMask `` /* 150-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 *UpdatePlanAssignmentRequest_CAS `protobuf:"bytes,4,opt,name=cas,proto3" json:"cas,omitempty" firestore:"cas"`
	// contains filtered or unexported fields
}

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

func (*UpdatePlanAssignmentRequest) Clone

func (*UpdatePlanAssignmentRequest) CloneRaw

func (*UpdatePlanAssignmentRequest) Descriptor

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

Deprecated, Use UpdatePlanAssignmentRequest.ProtoReflect.Descriptor instead.

func (*UpdatePlanAssignmentRequest) GetCas

func (*UpdatePlanAssignmentRequest) GetPlanAssignment

func (*UpdatePlanAssignmentRequest) GetUpdateMask

func (*UpdatePlanAssignmentRequest) GotenMessage

func (*UpdatePlanAssignmentRequest) GotenMessage()

func (*UpdatePlanAssignmentRequest) GotenObjectExt

func (o *UpdatePlanAssignmentRequest) GotenObjectExt()

func (*UpdatePlanAssignmentRequest) GotenValidate

func (obj *UpdatePlanAssignmentRequest) GotenValidate() error

func (*UpdatePlanAssignmentRequest) MakeDiffFieldMask

func (*UpdatePlanAssignmentRequest) MakeFullFieldMask

func (*UpdatePlanAssignmentRequest) MakeRawDiffFieldMask

func (*UpdatePlanAssignmentRequest) MakeRawFullFieldMask

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

func (*UpdatePlanAssignmentRequest) Marshal

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

func (*UpdatePlanAssignmentRequest) MarshalJSON

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

func (*UpdatePlanAssignmentRequest) Merge

func (*UpdatePlanAssignmentRequest) MergeRaw

func (*UpdatePlanAssignmentRequest) ProtoMessage

func (*UpdatePlanAssignmentRequest) ProtoMessage()

func (*UpdatePlanAssignmentRequest) ProtoReflect

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

func (*UpdatePlanAssignmentRequest) Reset

func (m *UpdatePlanAssignmentRequest) Reset()

func (*UpdatePlanAssignmentRequest) SetCas

func (*UpdatePlanAssignmentRequest) SetPlanAssignment

func (*UpdatePlanAssignmentRequest) SetUpdateMask

func (*UpdatePlanAssignmentRequest) String

func (m *UpdatePlanAssignmentRequest) String() string

func (*UpdatePlanAssignmentRequest) Unmarshal

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

func (*UpdatePlanAssignmentRequest) UnmarshalJSON

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

type UpdatePlanAssignmentRequestCASFieldPathBuilder

type UpdatePlanAssignmentRequestCASFieldPathBuilder struct{}

func NewUpdatePlanAssignmentRequestCASFieldPathBuilder

func NewUpdatePlanAssignmentRequestCASFieldPathBuilder() UpdatePlanAssignmentRequestCASFieldPathBuilder

func (UpdatePlanAssignmentRequestCASFieldPathBuilder) ConditionalState

func (UpdatePlanAssignmentRequestCASFieldPathBuilder) FieldMask

type UpdatePlanAssignmentRequestCAS_FieldPath

type UpdatePlanAssignmentRequestCAS_FieldPath interface {
	gotenobject.FieldPath
	Selector() UpdatePlanAssignmentRequestCAS_FieldPathSelector
	Get(source *UpdatePlanAssignmentRequest_CAS) []interface{}
	GetSingle(source *UpdatePlanAssignmentRequest_CAS) (interface{}, bool)
	ClearValue(item *UpdatePlanAssignmentRequest_CAS)

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

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

func MustParseUpdatePlanAssignmentRequestCAS_FieldPath

func MustParseUpdatePlanAssignmentRequestCAS_FieldPath(rawField string) UpdatePlanAssignmentRequestCAS_FieldPath

func ParseUpdatePlanAssignmentRequestCAS_FieldPath

func ParseUpdatePlanAssignmentRequestCAS_FieldPath(rawField string) (UpdatePlanAssignmentRequestCAS_FieldPath, error)

type UpdatePlanAssignmentRequestCAS_FieldPathArrayItemValue

type UpdatePlanAssignmentRequestCAS_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	UpdatePlanAssignmentRequestCAS_FieldPath
	ContainsValue(*UpdatePlanAssignmentRequest_CAS) bool
}

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

func MustParseUpdatePlanAssignmentRequestCAS_FieldPathArrayItemValue

func MustParseUpdatePlanAssignmentRequestCAS_FieldPathArrayItemValue(pathStr, valueStr string) UpdatePlanAssignmentRequestCAS_FieldPathArrayItemValue

func ParseUpdatePlanAssignmentRequestCAS_FieldPathArrayItemValue

func ParseUpdatePlanAssignmentRequestCAS_FieldPathArrayItemValue(pathStr, valueStr string) (UpdatePlanAssignmentRequestCAS_FieldPathArrayItemValue, error)

ParseUpdatePlanAssignmentRequestCAS_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type UpdatePlanAssignmentRequestCAS_FieldPathArrayOfValues

type UpdatePlanAssignmentRequestCAS_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	UpdatePlanAssignmentRequestCAS_FieldPath
}

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

func MustParseUpdatePlanAssignmentRequestCAS_FieldPathArrayOfValues

func MustParseUpdatePlanAssignmentRequestCAS_FieldPathArrayOfValues(pathStr, valuesStr string) UpdatePlanAssignmentRequestCAS_FieldPathArrayOfValues

func ParseUpdatePlanAssignmentRequestCAS_FieldPathArrayOfValues

func ParseUpdatePlanAssignmentRequestCAS_FieldPathArrayOfValues(pathStr, valuesStr string) (UpdatePlanAssignmentRequestCAS_FieldPathArrayOfValues, error)

type UpdatePlanAssignmentRequestCAS_FieldPathSelector

type UpdatePlanAssignmentRequestCAS_FieldPathSelector int32
const (
	UpdatePlanAssignmentRequestCAS_FieldPathSelectorConditionalState UpdatePlanAssignmentRequestCAS_FieldPathSelector = 0
	UpdatePlanAssignmentRequestCAS_FieldPathSelectorFieldMask        UpdatePlanAssignmentRequestCAS_FieldPathSelector = 1
)

func (UpdatePlanAssignmentRequestCAS_FieldPathSelector) String

type UpdatePlanAssignmentRequestCAS_FieldPathValue

type UpdatePlanAssignmentRequestCAS_FieldPathValue interface {
	UpdatePlanAssignmentRequestCAS_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **UpdatePlanAssignmentRequest_CAS)
	CompareWith(*UpdatePlanAssignmentRequest_CAS) (cmp int, comparable bool)
}

UpdatePlanAssignmentRequestCAS_FieldPathValue allows storing values for CAS fields according to their type

func MustParseUpdatePlanAssignmentRequestCAS_FieldPathValue

func MustParseUpdatePlanAssignmentRequestCAS_FieldPathValue(pathStr, valueStr string) UpdatePlanAssignmentRequestCAS_FieldPathValue

func ParseUpdatePlanAssignmentRequestCAS_FieldPathValue

func ParseUpdatePlanAssignmentRequestCAS_FieldPathValue(pathStr, valueStr string) (UpdatePlanAssignmentRequestCAS_FieldPathValue, error)

type UpdatePlanAssignmentRequestCAS_FieldSubPath

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

func (*UpdatePlanAssignmentRequestCAS_FieldSubPath) AsConditionalStateSubPath

func (*UpdatePlanAssignmentRequestCAS_FieldSubPath) ClearValue

func (*UpdatePlanAssignmentRequestCAS_FieldSubPath) ClearValueRaw

func (*UpdatePlanAssignmentRequestCAS_FieldSubPath) Get

func (fps *UpdatePlanAssignmentRequestCAS_FieldSubPath) Get(source *UpdatePlanAssignmentRequest_CAS) (values []interface{})

Get returns all values pointed by selected field from source UpdatePlanAssignmentRequest_CAS

func (*UpdatePlanAssignmentRequestCAS_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*UpdatePlanAssignmentRequestCAS_FieldSubPath) GetRaw

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

func (*UpdatePlanAssignmentRequestCAS_FieldSubPath) GetSingle

GetSingle returns value of selected field from source UpdatePlanAssignmentRequest_CAS

func (*UpdatePlanAssignmentRequestCAS_FieldSubPath) GetSingleRaw

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

func (*UpdatePlanAssignmentRequestCAS_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdatePlanAssignmentRequestCAS_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdatePlanAssignmentRequestCAS_FieldSubPath) Selector

func (*UpdatePlanAssignmentRequestCAS_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*UpdatePlanAssignmentRequestCAS_FieldSubPath) String

String returns path representation in proto convention

func (*UpdatePlanAssignmentRequestCAS_FieldSubPath) WithIArrayItemValue

func (*UpdatePlanAssignmentRequestCAS_FieldSubPath) WithIArrayOfValues

func (*UpdatePlanAssignmentRequestCAS_FieldSubPath) WithIValue

func (*UpdatePlanAssignmentRequestCAS_FieldSubPath) WithRawIArrayItemValue

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

func (*UpdatePlanAssignmentRequestCAS_FieldSubPath) WithRawIArrayOfValues

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

func (*UpdatePlanAssignmentRequestCAS_FieldSubPath) WithRawIValue

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

type UpdatePlanAssignmentRequestCAS_FieldSubPathArrayItemValue

type UpdatePlanAssignmentRequestCAS_FieldSubPathArrayItemValue struct {
	UpdatePlanAssignmentRequestCAS_FieldPath
	// contains filtered or unexported fields
}

func (*UpdatePlanAssignmentRequestCAS_FieldSubPathArrayItemValue) AsConditionalStatePathItemValue

func (*UpdatePlanAssignmentRequestCAS_FieldSubPathArrayItemValue) ContainsValue

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

func (*UpdatePlanAssignmentRequestCAS_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type UpdatePlanAssignmentRequestCAS_FieldSubPathArrayOfValues

type UpdatePlanAssignmentRequestCAS_FieldSubPathArrayOfValues struct {
	UpdatePlanAssignmentRequestCAS_FieldPath
	// contains filtered or unexported fields
}

func (*UpdatePlanAssignmentRequestCAS_FieldSubPathArrayOfValues) AsConditionalStatePathArrayOfValues

func (*UpdatePlanAssignmentRequestCAS_FieldSubPathArrayOfValues) GetRawValues

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

type UpdatePlanAssignmentRequestCAS_FieldSubPathValue

type UpdatePlanAssignmentRequestCAS_FieldSubPathValue struct {
	UpdatePlanAssignmentRequestCAS_FieldPath
	// contains filtered or unexported fields
}

func (*UpdatePlanAssignmentRequestCAS_FieldSubPathValue) AsConditionalStatePathValue

func (*UpdatePlanAssignmentRequestCAS_FieldSubPathValue) CompareWith

func (*UpdatePlanAssignmentRequestCAS_FieldSubPathValue) CompareWithRaw

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

func (*UpdatePlanAssignmentRequestCAS_FieldSubPathValue) GetRawValue

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

func (*UpdatePlanAssignmentRequestCAS_FieldSubPathValue) SetTo

func (*UpdatePlanAssignmentRequestCAS_FieldSubPathValue) SetToRaw

type UpdatePlanAssignmentRequestCAS_FieldTerminalPath

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

func (*UpdatePlanAssignmentRequestCAS_FieldTerminalPath) ClearValue

func (*UpdatePlanAssignmentRequestCAS_FieldTerminalPath) ClearValueRaw

func (*UpdatePlanAssignmentRequestCAS_FieldTerminalPath) Get

Get returns all values pointed by specific field from source UpdatePlanAssignmentRequest_CAS

func (*UpdatePlanAssignmentRequestCAS_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*UpdatePlanAssignmentRequestCAS_FieldTerminalPath) GetRaw

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

func (*UpdatePlanAssignmentRequestCAS_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source UpdatePlanAssignmentRequest_CAS

func (*UpdatePlanAssignmentRequestCAS_FieldTerminalPath) GetSingleRaw

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

func (*UpdatePlanAssignmentRequestCAS_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdatePlanAssignmentRequestCAS_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdatePlanAssignmentRequestCAS_FieldTerminalPath) Selector

func (*UpdatePlanAssignmentRequestCAS_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*UpdatePlanAssignmentRequestCAS_FieldTerminalPath) String

String returns path representation in proto convention

func (*UpdatePlanAssignmentRequestCAS_FieldTerminalPath) WithIArrayItemValue

func (*UpdatePlanAssignmentRequestCAS_FieldTerminalPath) WithIArrayOfValues

func (*UpdatePlanAssignmentRequestCAS_FieldTerminalPath) WithIValue

func (*UpdatePlanAssignmentRequestCAS_FieldTerminalPath) WithRawIArrayItemValue

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

func (*UpdatePlanAssignmentRequestCAS_FieldTerminalPath) WithRawIArrayOfValues

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

func (*UpdatePlanAssignmentRequestCAS_FieldTerminalPath) WithRawIValue

type UpdatePlanAssignmentRequestCAS_FieldTerminalPathArrayItemValue

type UpdatePlanAssignmentRequestCAS_FieldTerminalPathArrayItemValue struct {
	UpdatePlanAssignmentRequestCAS_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdatePlanAssignmentRequestCAS_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*UpdatePlanAssignmentRequestCAS_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*UpdatePlanAssignmentRequestCAS_FieldTerminalPathArrayItemValue) GetSingle

func (*UpdatePlanAssignmentRequestCAS_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type UpdatePlanAssignmentRequestCAS_FieldTerminalPathArrayOfValues

type UpdatePlanAssignmentRequestCAS_FieldTerminalPathArrayOfValues struct {
	UpdatePlanAssignmentRequestCAS_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdatePlanAssignmentRequestCAS_FieldTerminalPathArrayOfValues) AsConditionalStateArrayOfValues

func (*UpdatePlanAssignmentRequestCAS_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*UpdatePlanAssignmentRequestCAS_FieldTerminalPathArrayOfValues) GetRawValues

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

type UpdatePlanAssignmentRequestCAS_FieldTerminalPathValue

type UpdatePlanAssignmentRequestCAS_FieldTerminalPathValue struct {
	UpdatePlanAssignmentRequestCAS_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdatePlanAssignmentRequestCAS_FieldTerminalPathValue) AsConditionalStateValue

func (*UpdatePlanAssignmentRequestCAS_FieldTerminalPathValue) AsFieldMaskValue

func (*UpdatePlanAssignmentRequestCAS_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'UpdatePlanAssignmentRequestCAS_FieldTerminalPathValue' with the value under path in 'UpdatePlanAssignmentRequest_CAS'.

func (*UpdatePlanAssignmentRequestCAS_FieldTerminalPathValue) CompareWithRaw

func (*UpdatePlanAssignmentRequestCAS_FieldTerminalPathValue) GetRawValue

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

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

func (*UpdatePlanAssignmentRequestCAS_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object CAS

func (*UpdatePlanAssignmentRequestCAS_FieldTerminalPathValue) SetToRaw

type UpdatePlanAssignmentRequestFieldPathBuilder

type UpdatePlanAssignmentRequestFieldPathBuilder struct{}

func NewUpdatePlanAssignmentRequestFieldPathBuilder

func NewUpdatePlanAssignmentRequestFieldPathBuilder() UpdatePlanAssignmentRequestFieldPathBuilder

func (UpdatePlanAssignmentRequestFieldPathBuilder) Cas

func (UpdatePlanAssignmentRequestFieldPathBuilder) PlanAssignment

func (UpdatePlanAssignmentRequestFieldPathBuilder) UpdateMask

type UpdatePlanAssignmentRequestMapPathSelectorCasConditionalStateMetadataAnnotations

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

func (UpdatePlanAssignmentRequestMapPathSelectorCasConditionalStateMetadataAnnotations) FieldPath

func (UpdatePlanAssignmentRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdatePlanAssignmentRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithValue

type UpdatePlanAssignmentRequestMapPathSelectorCasConditionalStateMetadataLabels

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

func (UpdatePlanAssignmentRequestMapPathSelectorCasConditionalStateMetadataLabels) FieldPath

func (UpdatePlanAssignmentRequestMapPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues

func (UpdatePlanAssignmentRequestMapPathSelectorCasConditionalStateMetadataLabels) WithValue

type UpdatePlanAssignmentRequestMapPathSelectorCasConditionalStateMetadataShards

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

func (UpdatePlanAssignmentRequestMapPathSelectorCasConditionalStateMetadataShards) FieldPath

func (UpdatePlanAssignmentRequestMapPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues

func (UpdatePlanAssignmentRequestMapPathSelectorCasConditionalStateMetadataShards) WithValue

type UpdatePlanAssignmentRequestMapPathSelectorCasConditionalStateRegionalDistributionsLimitsByRegion

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

func (UpdatePlanAssignmentRequestMapPathSelectorCasConditionalStateRegionalDistributionsLimitsByRegion) FieldPath

func (UpdatePlanAssignmentRequestMapPathSelectorCasConditionalStateRegionalDistributionsLimitsByRegion) WithArrayOfValues

func (UpdatePlanAssignmentRequestMapPathSelectorCasConditionalStateRegionalDistributionsLimitsByRegion) WithValue

type UpdatePlanAssignmentRequestMapPathSelectorPlanAssignmentMetadataAnnotations

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

func (UpdatePlanAssignmentRequestMapPathSelectorPlanAssignmentMetadataAnnotations) FieldPath

func (UpdatePlanAssignmentRequestMapPathSelectorPlanAssignmentMetadataAnnotations) WithArrayOfValues

func (UpdatePlanAssignmentRequestMapPathSelectorPlanAssignmentMetadataAnnotations) WithValue

type UpdatePlanAssignmentRequestMapPathSelectorPlanAssignmentMetadataLabels

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

func (UpdatePlanAssignmentRequestMapPathSelectorPlanAssignmentMetadataLabels) FieldPath

func (UpdatePlanAssignmentRequestMapPathSelectorPlanAssignmentMetadataLabels) WithArrayOfValues

func (UpdatePlanAssignmentRequestMapPathSelectorPlanAssignmentMetadataLabels) WithValue

type UpdatePlanAssignmentRequestMapPathSelectorPlanAssignmentMetadataShards

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

func (UpdatePlanAssignmentRequestMapPathSelectorPlanAssignmentMetadataShards) FieldPath

func (UpdatePlanAssignmentRequestMapPathSelectorPlanAssignmentMetadataShards) WithArrayOfValues

func (UpdatePlanAssignmentRequestMapPathSelectorPlanAssignmentMetadataShards) WithValue

type UpdatePlanAssignmentRequestMapPathSelectorPlanAssignmentRegionalDistributionsLimitsByRegion

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

func (UpdatePlanAssignmentRequestMapPathSelectorPlanAssignmentRegionalDistributionsLimitsByRegion) FieldPath

func (UpdatePlanAssignmentRequestMapPathSelectorPlanAssignmentRegionalDistributionsLimitsByRegion) WithArrayOfValues

func (UpdatePlanAssignmentRequestMapPathSelectorPlanAssignmentRegionalDistributionsLimitsByRegion) WithValue

type UpdatePlanAssignmentRequestPathSelectorCas

type UpdatePlanAssignmentRequestPathSelectorCas struct{}

func (UpdatePlanAssignmentRequestPathSelectorCas) ConditionalState

func (UpdatePlanAssignmentRequestPathSelectorCas) FieldMask

func (UpdatePlanAssignmentRequestPathSelectorCas) FieldPath

type UpdatePlanAssignmentRequestPathSelectorCasConditionalState

type UpdatePlanAssignmentRequestPathSelectorCasConditionalState struct{}

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalState) FieldPath

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalState) Name

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalState) Plan

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalState) Service

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalState) Source

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalState) WithArrayOfValues

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalState) WithValue

type UpdatePlanAssignmentRequestPathSelectorCasConditionalStateExtensions

type UpdatePlanAssignmentRequestPathSelectorCasConditionalStateExtensions struct{}

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateExtensions) FieldPath

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateExtensions) WithArrayOfValues

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateExtensions) WithItemValue

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateExtensions) WithValue

type UpdatePlanAssignmentRequestPathSelectorCasConditionalStateExtensionsResource

type UpdatePlanAssignmentRequestPathSelectorCasConditionalStateExtensionsResource struct{}

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateExtensionsResource) FieldPath

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateExtensionsResource) WithArrayOfValues

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateExtensionsResource) WithValue

type UpdatePlanAssignmentRequestPathSelectorCasConditionalStateExtensionsValue

type UpdatePlanAssignmentRequestPathSelectorCasConditionalStateExtensionsValue struct{}

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateExtensionsValue) FieldPath

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateExtensionsValue) WithArrayOfValues

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateExtensionsValue) WithValue

type UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadata

type UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadata struct{}

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadata) DeleteTime added in v0.8.0

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadata) FieldPath

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadata) Lifecycle added in v0.8.0

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadata) WithArrayOfValues

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadata) WithValue

type UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataAnnotations

type UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataAnnotations struct{}

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataAnnotations) FieldPath

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataAnnotations) WithValue

type UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataCreateTime

type UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataCreateTime struct{}

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataCreateTime) FieldPath

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataCreateTime) WithArrayOfValues

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataCreateTime) WithValue

type UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataDeleteTime added in v0.8.0

type UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataDeleteTime struct{}

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataDeleteTime) FieldPath added in v0.8.0

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataDeleteTime) WithArrayOfValues added in v0.8.0

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataDeleteTime) WithValue added in v0.8.0

type UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataGeneration

type UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataGeneration struct{}

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataGeneration) FieldPath

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataGeneration) WithArrayOfValues

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataGeneration) WithValue

type UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataLabels

type UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataLabels struct{}

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataLabels) FieldPath

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataLabels) WithValue

type UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataLifecycle added in v0.8.0

type UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataLifecycle struct{}

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataLifecycle) BlockDeletion added in v0.8.0

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataLifecycle) FieldPath added in v0.8.0

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataLifecycle) State added in v0.8.0

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataLifecycle) WithArrayOfValues added in v0.8.0

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataLifecycle) WithValue added in v0.8.0

type UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion added in v0.8.0

type UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion struct{}

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion) FieldPath added in v0.8.0

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.8.0

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion) WithValue added in v0.8.0

type UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataLifecycleState added in v0.8.0

type UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataLifecycleState struct{}

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataLifecycleState) FieldPath added in v0.8.0

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataLifecycleState) WithArrayOfValues added in v0.8.0

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataLifecycleState) WithValue added in v0.8.0

type UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataOwnerReferences

type UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataOwnerReferences struct{}

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataOwnerReferences) FieldPath

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataOwnerReferences) Region added in v0.8.0

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataOwnerReferences) RequiresOwnerReference added in v0.8.0

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataOwnerReferences) Version added in v0.8.0

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithArrayOfValues

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithItemValue

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithValue

type UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion

type UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController

type UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController struct{}

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) FieldPath

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) WithArrayOfValues

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) WithValue

type UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind

type UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind struct{}

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) FieldPath

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) WithValue

type UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName

type UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName struct{}

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) FieldPath

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) WithArrayOfValues

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) WithValue

type UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion added in v0.8.0

type UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion struct{}

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion) FieldPath added in v0.8.0

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.8.0

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion) WithValue added in v0.8.0

type UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference added in v0.8.0

type UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference struct{}

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.8.0

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.8.0

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.8.0

type UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion added in v0.8.0

type UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion struct{}

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion) FieldPath added in v0.8.0

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.8.0

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion) WithValue added in v0.8.0

type UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataResourceVersion

type UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataResourceVersion struct{}

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataResourceVersion) FieldPath

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithArrayOfValues

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithValue

type UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataShards

type UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataShards struct{}

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataShards) FieldPath

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataShards) WithValue

type UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataSyncing

type UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataSyncing struct{}

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataSyncing) FieldPath

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataSyncing) WithArrayOfValues

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataSyncing) WithValue

type UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion

type UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion struct{}

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) FieldPath

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) WithValue

type UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataSyncingRegions

type UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataSyncingRegions struct{}

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataSyncingRegions) FieldPath

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithArrayOfValues

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithItemValue

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithValue

type UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataTags

type UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataTags struct{}

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataTags) FieldPath

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataTags) WithArrayOfValues

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataTags) WithItemValue

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataTags) WithValue

type UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataUpdateTime

type UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataUpdateTime struct{}

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataUpdateTime) FieldPath

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithArrayOfValues

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithValue

type UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataUuid

type UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataUuid struct{}

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataUuid) FieldPath

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataUuid) WithArrayOfValues

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateMetadataUuid) WithValue

type UpdatePlanAssignmentRequestPathSelectorCasConditionalStateName

type UpdatePlanAssignmentRequestPathSelectorCasConditionalStateName struct{}

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateName) FieldPath

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateName) WithArrayOfValues

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateName) WithValue

type UpdatePlanAssignmentRequestPathSelectorCasConditionalStatePlan

type UpdatePlanAssignmentRequestPathSelectorCasConditionalStatePlan struct{}

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStatePlan) FieldPath

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStatePlan) WithArrayOfValues

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStatePlan) WithValue

type UpdatePlanAssignmentRequestPathSelectorCasConditionalStateRegionalDistributions

type UpdatePlanAssignmentRequestPathSelectorCasConditionalStateRegionalDistributions struct{}

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateRegionalDistributions) FieldPath

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateRegionalDistributions) WithArrayOfValues

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateRegionalDistributions) WithItemValue

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateRegionalDistributions) WithValue

type UpdatePlanAssignmentRequestPathSelectorCasConditionalStateRegionalDistributionsLimitsByRegion

type UpdatePlanAssignmentRequestPathSelectorCasConditionalStateRegionalDistributionsLimitsByRegion struct{}

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateRegionalDistributionsLimitsByRegion) FieldPath

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateRegionalDistributionsLimitsByRegion) WithArrayOfValues

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateRegionalDistributionsLimitsByRegion) WithValue

type UpdatePlanAssignmentRequestPathSelectorCasConditionalStateRegionalDistributionsResource

type UpdatePlanAssignmentRequestPathSelectorCasConditionalStateRegionalDistributionsResource struct{}

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateRegionalDistributionsResource) FieldPath

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateRegionalDistributionsResource) WithArrayOfValues

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateRegionalDistributionsResource) WithValue

type UpdatePlanAssignmentRequestPathSelectorCasConditionalStateService

type UpdatePlanAssignmentRequestPathSelectorCasConditionalStateService struct{}

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateService) FieldPath

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateService) WithArrayOfValues

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateService) WithValue

type UpdatePlanAssignmentRequestPathSelectorCasConditionalStateSource

type UpdatePlanAssignmentRequestPathSelectorCasConditionalStateSource struct{}

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateSource) FieldPath

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateSource) WithArrayOfValues

func (UpdatePlanAssignmentRequestPathSelectorCasConditionalStateSource) WithValue

type UpdatePlanAssignmentRequestPathSelectorCasFieldMask

type UpdatePlanAssignmentRequestPathSelectorCasFieldMask struct{}

func (UpdatePlanAssignmentRequestPathSelectorCasFieldMask) FieldPath

type UpdatePlanAssignmentRequestPathSelectorPlanAssignment

type UpdatePlanAssignmentRequestPathSelectorPlanAssignment struct{}

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignment) Extensions

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignment) FieldPath

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignment) Metadata

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignment) Name

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignment) Plan

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignment) Service

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignment) Source

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignment) WithArrayOfValues

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignment) WithSubArrayItemValue

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignment) WithSubArrayOfValues

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignment) WithSubPath

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignment) WithSubValue

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignment) WithValue

type UpdatePlanAssignmentRequestPathSelectorPlanAssignmentExtensions

type UpdatePlanAssignmentRequestPathSelectorPlanAssignmentExtensions struct{}

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentExtensions) FieldPath

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentExtensions) WithArrayOfValues

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentExtensions) WithItemValue

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentExtensions) WithValue

type UpdatePlanAssignmentRequestPathSelectorPlanAssignmentExtensionsResource

type UpdatePlanAssignmentRequestPathSelectorPlanAssignmentExtensionsResource struct{}

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentExtensionsResource) FieldPath

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentExtensionsResource) WithArrayOfValues

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentExtensionsResource) WithValue

type UpdatePlanAssignmentRequestPathSelectorPlanAssignmentExtensionsValue

type UpdatePlanAssignmentRequestPathSelectorPlanAssignmentExtensionsValue struct{}

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentExtensionsValue) FieldPath

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentExtensionsValue) WithArrayOfValues

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentExtensionsValue) WithValue

type UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadata

type UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadata struct{}

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadata) DeleteTime added in v0.8.0

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadata) FieldPath

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadata) Lifecycle added in v0.8.0

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadata) Tags

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadata) Uuid

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadata) WithArrayOfValues

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadata) WithValue

type UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataAnnotations

type UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataAnnotations struct{}

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataAnnotations) FieldPath

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataAnnotations) WithArrayOfValues

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataAnnotations) WithValue

type UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataCreateTime

type UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataCreateTime struct{}

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataCreateTime) FieldPath

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataCreateTime) WithArrayOfValues

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataCreateTime) WithValue

type UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataDeleteTime added in v0.8.0

type UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataDeleteTime struct{}

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataDeleteTime) FieldPath added in v0.8.0

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataDeleteTime) WithArrayOfValues added in v0.8.0

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataDeleteTime) WithValue added in v0.8.0

type UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataGeneration

type UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataGeneration struct{}

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataGeneration) FieldPath

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataGeneration) WithArrayOfValues

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataGeneration) WithValue

type UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataLabels

type UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataLabels struct{}

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataLabels) FieldPath

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataLabels) WithArrayOfValues

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataLabels) WithValue

type UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataLifecycle added in v0.8.0

type UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataLifecycle struct{}

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataLifecycle) BlockDeletion added in v0.8.0

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataLifecycle) FieldPath added in v0.8.0

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataLifecycle) State added in v0.8.0

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataLifecycle) WithArrayOfValues added in v0.8.0

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataLifecycle) WithValue added in v0.8.0

type UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataLifecycleBlockDeletion added in v0.8.0

type UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataLifecycleBlockDeletion struct{}

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataLifecycleBlockDeletion) FieldPath added in v0.8.0

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.8.0

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataLifecycleBlockDeletion) WithValue added in v0.8.0

type UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataLifecycleState added in v0.8.0

type UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataLifecycleState struct{}

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataLifecycleState) FieldPath added in v0.8.0

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataLifecycleState) WithArrayOfValues added in v0.8.0

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataLifecycleState) WithValue added in v0.8.0

type UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferences

type UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferences struct{}

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferences) FieldPath

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferences) Region added in v0.8.0

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferences) RequiresOwnerReference added in v0.8.0

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferences) Version added in v0.8.0

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferences) WithArrayOfValues

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferences) WithItemValue

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferences) WithValue

type UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesBlockOwnerDeletion

type UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesController

type UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesController struct{}

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesController) FieldPath

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesController) WithArrayOfValues

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesController) WithValue

type UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesKind

type UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesKind struct{}

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesKind) FieldPath

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesKind) WithArrayOfValues

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesKind) WithValue

type UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesName

type UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesName struct{}

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesName) FieldPath

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesName) WithArrayOfValues

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesName) WithValue

type UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesRegion added in v0.8.0

type UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesRegion struct{}

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesRegion) FieldPath added in v0.8.0

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.8.0

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesRegion) WithValue added in v0.8.0

type UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesRequiresOwnerReference added in v0.8.0

type UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesRequiresOwnerReference struct{}

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.8.0

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.8.0

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.8.0

type UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesVersion added in v0.8.0

type UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesVersion struct{}

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesVersion) FieldPath added in v0.8.0

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.8.0

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataOwnerReferencesVersion) WithValue added in v0.8.0

type UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataResourceVersion

type UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataResourceVersion struct{}

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataResourceVersion) FieldPath

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataResourceVersion) WithArrayOfValues

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataResourceVersion) WithValue

type UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataShards

type UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataShards struct{}

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataShards) FieldPath

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataShards) WithArrayOfValues

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataShards) WithValue

type UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataSyncing

type UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataSyncing struct{}

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataSyncing) FieldPath

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataSyncing) WithArrayOfValues

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataSyncing) WithValue

type UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataSyncingOwningRegion

type UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataSyncingOwningRegion struct{}

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataSyncingOwningRegion) FieldPath

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataSyncingOwningRegion) WithArrayOfValues

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataSyncingOwningRegion) WithValue

type UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataSyncingRegions

type UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataSyncingRegions struct{}

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataSyncingRegions) FieldPath

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataSyncingRegions) WithArrayOfValues

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataSyncingRegions) WithItemValue

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataSyncingRegions) WithValue

type UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataTags

type UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataTags struct{}

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataTags) FieldPath

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataTags) WithArrayOfValues

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataTags) WithItemValue

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataTags) WithValue

type UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataUpdateTime

type UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataUpdateTime struct{}

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataUpdateTime) FieldPath

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataUpdateTime) WithArrayOfValues

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataUpdateTime) WithValue

type UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataUuid

type UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataUuid struct{}

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataUuid) FieldPath

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataUuid) WithArrayOfValues

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentMetadataUuid) WithValue

type UpdatePlanAssignmentRequestPathSelectorPlanAssignmentName

type UpdatePlanAssignmentRequestPathSelectorPlanAssignmentName struct{}

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentName) FieldPath

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentName) WithArrayOfValues

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentName) WithValue

type UpdatePlanAssignmentRequestPathSelectorPlanAssignmentPlan

type UpdatePlanAssignmentRequestPathSelectorPlanAssignmentPlan struct{}

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentPlan) FieldPath

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentPlan) WithArrayOfValues

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentPlan) WithValue

type UpdatePlanAssignmentRequestPathSelectorPlanAssignmentRegionalDistributions

type UpdatePlanAssignmentRequestPathSelectorPlanAssignmentRegionalDistributions struct{}

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentRegionalDistributions) FieldPath

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentRegionalDistributions) WithArrayOfValues

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentRegionalDistributions) WithItemValue

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentRegionalDistributions) WithValue

type UpdatePlanAssignmentRequestPathSelectorPlanAssignmentRegionalDistributionsLimitsByRegion

type UpdatePlanAssignmentRequestPathSelectorPlanAssignmentRegionalDistributionsLimitsByRegion struct{}

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentRegionalDistributionsLimitsByRegion) FieldPath

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentRegionalDistributionsLimitsByRegion) WithArrayOfValues

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentRegionalDistributionsLimitsByRegion) WithValue

type UpdatePlanAssignmentRequestPathSelectorPlanAssignmentRegionalDistributionsResource

type UpdatePlanAssignmentRequestPathSelectorPlanAssignmentRegionalDistributionsResource struct{}

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentRegionalDistributionsResource) FieldPath

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentRegionalDistributionsResource) WithArrayOfValues

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentRegionalDistributionsResource) WithValue

type UpdatePlanAssignmentRequestPathSelectorPlanAssignmentService

type UpdatePlanAssignmentRequestPathSelectorPlanAssignmentService struct{}

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentService) FieldPath

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentService) WithArrayOfValues

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentService) WithValue

type UpdatePlanAssignmentRequestPathSelectorPlanAssignmentSource

type UpdatePlanAssignmentRequestPathSelectorPlanAssignmentSource struct{}

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentSource) FieldPath

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentSource) WithArrayOfValues

func (UpdatePlanAssignmentRequestPathSelectorPlanAssignmentSource) WithValue

type UpdatePlanAssignmentRequestPathSelectorUpdateMask

type UpdatePlanAssignmentRequestPathSelectorUpdateMask struct{}

func (UpdatePlanAssignmentRequestPathSelectorUpdateMask) FieldPath

type UpdatePlanAssignmentRequest_CAS

type UpdatePlanAssignmentRequest_CAS struct {

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

func (*UpdatePlanAssignmentRequest_CAS) CloneRaw

func (*UpdatePlanAssignmentRequest_CAS) Descriptor

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

Deprecated, Use UpdatePlanAssignmentRequest_CAS.ProtoReflect.Descriptor instead.

func (*UpdatePlanAssignmentRequest_CAS) GetConditionalState

func (*UpdatePlanAssignmentRequest_CAS) GetFieldMask

func (*UpdatePlanAssignmentRequest_CAS) GotenMessage

func (*UpdatePlanAssignmentRequest_CAS) GotenMessage()

func (*UpdatePlanAssignmentRequest_CAS) GotenObjectExt

func (o *UpdatePlanAssignmentRequest_CAS) GotenObjectExt()

func (*UpdatePlanAssignmentRequest_CAS) GotenValidate

func (obj *UpdatePlanAssignmentRequest_CAS) GotenValidate() error

func (*UpdatePlanAssignmentRequest_CAS) MakeDiffFieldMask

func (*UpdatePlanAssignmentRequest_CAS) MakeFullFieldMask

func (*UpdatePlanAssignmentRequest_CAS) MakeRawDiffFieldMask

func (*UpdatePlanAssignmentRequest_CAS) MakeRawFullFieldMask

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

func (*UpdatePlanAssignmentRequest_CAS) Marshal

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

func (*UpdatePlanAssignmentRequest_CAS) MarshalJSON

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

func (*UpdatePlanAssignmentRequest_CAS) Merge

func (*UpdatePlanAssignmentRequest_CAS) MergeRaw

func (*UpdatePlanAssignmentRequest_CAS) ProtoMessage

func (*UpdatePlanAssignmentRequest_CAS) ProtoMessage()

func (*UpdatePlanAssignmentRequest_CAS) ProtoReflect

func (*UpdatePlanAssignmentRequest_CAS) Reset

func (*UpdatePlanAssignmentRequest_CAS) SetConditionalState

func (*UpdatePlanAssignmentRequest_CAS) SetFieldMask

func (*UpdatePlanAssignmentRequest_CAS) String

func (*UpdatePlanAssignmentRequest_CAS) Unmarshal

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

func (*UpdatePlanAssignmentRequest_CAS) UnmarshalJSON

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

type UpdatePlanAssignmentRequest_CASMapPathSelectorConditionalStateMetadataAnnotations

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

func (UpdatePlanAssignmentRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) FieldPath

func (UpdatePlanAssignmentRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdatePlanAssignmentRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) WithValue

type UpdatePlanAssignmentRequest_CASMapPathSelectorConditionalStateMetadataLabels

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

func (UpdatePlanAssignmentRequest_CASMapPathSelectorConditionalStateMetadataLabels) FieldPath

func (UpdatePlanAssignmentRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithArrayOfValues

func (UpdatePlanAssignmentRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithValue

type UpdatePlanAssignmentRequest_CASMapPathSelectorConditionalStateMetadataShards

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

func (UpdatePlanAssignmentRequest_CASMapPathSelectorConditionalStateMetadataShards) FieldPath

func (UpdatePlanAssignmentRequest_CASMapPathSelectorConditionalStateMetadataShards) WithArrayOfValues

func (UpdatePlanAssignmentRequest_CASMapPathSelectorConditionalStateMetadataShards) WithValue

type UpdatePlanAssignmentRequest_CASMapPathSelectorConditionalStateRegionalDistributionsLimitsByRegion

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

func (UpdatePlanAssignmentRequest_CASMapPathSelectorConditionalStateRegionalDistributionsLimitsByRegion) FieldPath

func (UpdatePlanAssignmentRequest_CASMapPathSelectorConditionalStateRegionalDistributionsLimitsByRegion) WithArrayOfValues

func (UpdatePlanAssignmentRequest_CASMapPathSelectorConditionalStateRegionalDistributionsLimitsByRegion) WithValue

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalState

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalState struct{}

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalState) FieldPath

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalState) Name

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalState) Plan

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalState) Source

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalState) WithArrayOfValues

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalState) WithSubArrayItemValue

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalState) WithSubArrayOfValues

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalState) WithSubPath

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalState) WithSubValue

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalState) WithValue

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateExtensions

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateExtensions struct{}

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateExtensions) FieldPath

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateExtensions) WithArrayOfValues

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateExtensions) WithItemValue

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateExtensions) WithValue

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateExtensionsResource

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateExtensionsResource struct{}

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateExtensionsResource) FieldPath

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateExtensionsResource) WithArrayOfValues

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateExtensionsResource) WithValue

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateExtensionsValue

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateExtensionsValue struct{}

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateExtensionsValue) FieldPath

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateExtensionsValue) WithArrayOfValues

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateExtensionsValue) WithValue

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadata

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadata struct{}

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadata) DeleteTime added in v0.8.0

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadata) FieldPath

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadata) Lifecycle added in v0.8.0

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadata) WithArrayOfValues

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadata) WithValue

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataAnnotations

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataAnnotations struct{}

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataAnnotations) FieldPath

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithValue

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataCreateTime

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataCreateTime struct{}

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataCreateTime) FieldPath

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataCreateTime) WithArrayOfValues

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataCreateTime) WithValue

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataDeleteTime added in v0.8.0

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataDeleteTime struct{}

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataDeleteTime) FieldPath added in v0.8.0

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataDeleteTime) WithArrayOfValues added in v0.8.0

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataDeleteTime) WithValue added in v0.8.0

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataGeneration

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataGeneration struct{}

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataGeneration) FieldPath

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataGeneration) WithArrayOfValues

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataGeneration) WithValue

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataLabels

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataLabels struct{}

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataLabels) FieldPath

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataLabels) WithArrayOfValues

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataLabels) WithValue

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataLifecycle added in v0.8.0

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataLifecycle struct{}

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataLifecycle) BlockDeletion added in v0.8.0

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataLifecycle) FieldPath added in v0.8.0

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataLifecycle) State added in v0.8.0

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataLifecycle) WithArrayOfValues added in v0.8.0

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataLifecycle) WithValue added in v0.8.0

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion added in v0.8.0

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion struct{}

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion) FieldPath added in v0.8.0

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.8.0

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion) WithValue added in v0.8.0

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataLifecycleState added in v0.8.0

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataLifecycleState struct{}

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataLifecycleState) FieldPath added in v0.8.0

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataLifecycleState) WithArrayOfValues added in v0.8.0

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataLifecycleState) WithValue added in v0.8.0

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataOwnerReferences

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataOwnerReferences struct{}

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) FieldPath

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) Region added in v0.8.0

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) RequiresOwnerReference added in v0.8.0

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) Version added in v0.8.0

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithArrayOfValues

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithItemValue

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithValue

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController struct{}

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) FieldPath

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) WithArrayOfValues

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) WithValue

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind struct{}

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) FieldPath

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) WithValue

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName struct{}

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) FieldPath

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) WithArrayOfValues

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) WithValue

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion added in v0.8.0

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion struct{}

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion) FieldPath added in v0.8.0

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.8.0

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion) WithValue added in v0.8.0

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference added in v0.8.0

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference struct{}

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.8.0

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.8.0

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.8.0

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion added in v0.8.0

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion struct{}

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion) FieldPath added in v0.8.0

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.8.0

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion) WithValue added in v0.8.0

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataResourceVersion

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataResourceVersion struct{}

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataResourceVersion) FieldPath

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataResourceVersion) WithArrayOfValues

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataResourceVersion) WithValue

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataShards

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataShards struct{}

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataShards) FieldPath

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataShards) WithArrayOfValues

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataShards) WithValue

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataSyncing

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataSyncing struct{}

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataSyncing) FieldPath

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataSyncing) WithArrayOfValues

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataSyncing) WithValue

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion struct{}

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) FieldPath

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) WithValue

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataSyncingRegions

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataSyncingRegions struct{}

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) FieldPath

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithArrayOfValues

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithItemValue

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithValue

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataTags

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataTags struct{}

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataTags) FieldPath

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataTags) WithArrayOfValues

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataTags) WithItemValue

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataTags) WithValue

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataUpdateTime

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataUpdateTime struct{}

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataUpdateTime) FieldPath

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataUpdateTime) WithArrayOfValues

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataUpdateTime) WithValue

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataUuid

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataUuid struct{}

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataUuid) FieldPath

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataUuid) WithArrayOfValues

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateMetadataUuid) WithValue

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateName

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateName struct{}

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateName) FieldPath

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateName) WithArrayOfValues

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateName) WithValue

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalStatePlan

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalStatePlan struct{}

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStatePlan) FieldPath

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStatePlan) WithArrayOfValues

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStatePlan) WithValue

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateRegionalDistributions

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateRegionalDistributions struct{}

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateRegionalDistributions) FieldPath

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateRegionalDistributions) WithArrayOfValues

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateRegionalDistributions) WithItemValue

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateRegionalDistributions) WithValue

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateRegionalDistributionsLimitsByRegion

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateRegionalDistributionsLimitsByRegion struct{}

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateRegionalDistributionsLimitsByRegion) FieldPath

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateRegionalDistributionsLimitsByRegion) WithArrayOfValues

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateRegionalDistributionsLimitsByRegion) WithValue

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateRegionalDistributionsResource

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateRegionalDistributionsResource struct{}

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateRegionalDistributionsResource) FieldPath

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateRegionalDistributionsResource) WithArrayOfValues

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateRegionalDistributionsResource) WithValue

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateService

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateService struct{}

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateService) FieldPath

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateService) WithArrayOfValues

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateService) WithValue

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateSource

type UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateSource struct{}

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateSource) FieldPath

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateSource) WithArrayOfValues

func (UpdatePlanAssignmentRequest_CASPathSelectorConditionalStateSource) WithValue

type UpdatePlanAssignmentRequest_CASPathSelectorFieldMask

type UpdatePlanAssignmentRequest_CASPathSelectorFieldMask struct{}

func (UpdatePlanAssignmentRequest_CASPathSelectorFieldMask) FieldPath

type UpdatePlanAssignmentRequest_CAS_FieldMask

type UpdatePlanAssignmentRequest_CAS_FieldMask struct {
	Paths []UpdatePlanAssignmentRequestCAS_FieldPath
}

func FullUpdatePlanAssignmentRequest_CAS_FieldMask

func FullUpdatePlanAssignmentRequest_CAS_FieldMask() *UpdatePlanAssignmentRequest_CAS_FieldMask

func (*UpdatePlanAssignmentRequest_CAS_FieldMask) AppendPath

func (*UpdatePlanAssignmentRequest_CAS_FieldMask) AppendRawPath

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

func (*UpdatePlanAssignmentRequest_CAS_FieldMask) DecodeFirestore

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

func (*UpdatePlanAssignmentRequest_CAS_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*UpdatePlanAssignmentRequest_CAS_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*UpdatePlanAssignmentRequest_CAS_FieldMask) FromProtoFieldMask

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

func (*UpdatePlanAssignmentRequest_CAS_FieldMask) GetPaths

func (*UpdatePlanAssignmentRequest_CAS_FieldMask) GetRawPaths

func (*UpdatePlanAssignmentRequest_CAS_FieldMask) IsFull

func (fieldMask *UpdatePlanAssignmentRequest_CAS_FieldMask) IsFull() bool

func (UpdatePlanAssignmentRequest_CAS_FieldMask) Marshal

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

implement methods required by customType

func (UpdatePlanAssignmentRequest_CAS_FieldMask) MarshalJSON

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

func (*UpdatePlanAssignmentRequest_CAS_FieldMask) PathsCount

func (fieldMask *UpdatePlanAssignmentRequest_CAS_FieldMask) PathsCount() int

func (*UpdatePlanAssignmentRequest_CAS_FieldMask) Project

func (*UpdatePlanAssignmentRequest_CAS_FieldMask) ProjectRaw

func (*UpdatePlanAssignmentRequest_CAS_FieldMask) ProtoMessage

func (fieldMask *UpdatePlanAssignmentRequest_CAS_FieldMask) ProtoMessage()

func (*UpdatePlanAssignmentRequest_CAS_FieldMask) ProtoReflect

func (*UpdatePlanAssignmentRequest_CAS_FieldMask) Reset

func (fieldMask *UpdatePlanAssignmentRequest_CAS_FieldMask) Reset()

func (*UpdatePlanAssignmentRequest_CAS_FieldMask) Set

func (*UpdatePlanAssignmentRequest_CAS_FieldMask) SetFromCliFlag

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

func (*UpdatePlanAssignmentRequest_CAS_FieldMask) SetRaw

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

func (*UpdatePlanAssignmentRequest_CAS_FieldMask) Size

func (*UpdatePlanAssignmentRequest_CAS_FieldMask) String

func (*UpdatePlanAssignmentRequest_CAS_FieldMask) Subtract

func (*UpdatePlanAssignmentRequest_CAS_FieldMask) SubtractRaw

func (*UpdatePlanAssignmentRequest_CAS_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*UpdatePlanAssignmentRequest_CAS_FieldMask) Unmarshal

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

func (*UpdatePlanAssignmentRequest_CAS_FieldMask) UnmarshalJSON

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

type UpdatePlanAssignmentRequest_FieldMask

type UpdatePlanAssignmentRequest_FieldMask struct {
	Paths []UpdatePlanAssignmentRequest_FieldPath
}

func FullUpdatePlanAssignmentRequest_FieldMask

func FullUpdatePlanAssignmentRequest_FieldMask() *UpdatePlanAssignmentRequest_FieldMask

func (*UpdatePlanAssignmentRequest_FieldMask) AppendPath

func (*UpdatePlanAssignmentRequest_FieldMask) AppendRawPath

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

func (*UpdatePlanAssignmentRequest_FieldMask) DecodeFirestore

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

func (*UpdatePlanAssignmentRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*UpdatePlanAssignmentRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*UpdatePlanAssignmentRequest_FieldMask) FromProtoFieldMask

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

func (*UpdatePlanAssignmentRequest_FieldMask) GetPaths

func (*UpdatePlanAssignmentRequest_FieldMask) GetRawPaths

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

func (*UpdatePlanAssignmentRequest_FieldMask) IsFull

func (fieldMask *UpdatePlanAssignmentRequest_FieldMask) IsFull() bool

func (UpdatePlanAssignmentRequest_FieldMask) Marshal

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

implement methods required by customType

func (UpdatePlanAssignmentRequest_FieldMask) MarshalJSON

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

func (*UpdatePlanAssignmentRequest_FieldMask) PathsCount

func (fieldMask *UpdatePlanAssignmentRequest_FieldMask) PathsCount() int

func (*UpdatePlanAssignmentRequest_FieldMask) Project

func (*UpdatePlanAssignmentRequest_FieldMask) ProjectRaw

func (*UpdatePlanAssignmentRequest_FieldMask) ProtoMessage

func (fieldMask *UpdatePlanAssignmentRequest_FieldMask) ProtoMessage()

func (*UpdatePlanAssignmentRequest_FieldMask) ProtoReflect

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

func (*UpdatePlanAssignmentRequest_FieldMask) Reset

func (fieldMask *UpdatePlanAssignmentRequest_FieldMask) Reset()

func (*UpdatePlanAssignmentRequest_FieldMask) Set

func (*UpdatePlanAssignmentRequest_FieldMask) SetFromCliFlag

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

func (*UpdatePlanAssignmentRequest_FieldMask) SetRaw

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

func (*UpdatePlanAssignmentRequest_FieldMask) Size

func (fieldMask *UpdatePlanAssignmentRequest_FieldMask) Size() int

func (*UpdatePlanAssignmentRequest_FieldMask) String

func (fieldMask *UpdatePlanAssignmentRequest_FieldMask) String() string

func (*UpdatePlanAssignmentRequest_FieldMask) Subtract

func (*UpdatePlanAssignmentRequest_FieldMask) SubtractRaw

func (*UpdatePlanAssignmentRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*UpdatePlanAssignmentRequest_FieldMask) Unmarshal

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

func (*UpdatePlanAssignmentRequest_FieldMask) UnmarshalJSON

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

type UpdatePlanAssignmentRequest_FieldPath

type UpdatePlanAssignmentRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() UpdatePlanAssignmentRequest_FieldPathSelector
	Get(source *UpdatePlanAssignmentRequest) []interface{}
	GetSingle(source *UpdatePlanAssignmentRequest) (interface{}, bool)
	ClearValue(item *UpdatePlanAssignmentRequest)

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

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

func MustParseUpdatePlanAssignmentRequest_FieldPath

func MustParseUpdatePlanAssignmentRequest_FieldPath(rawField string) UpdatePlanAssignmentRequest_FieldPath

func ParseUpdatePlanAssignmentRequest_FieldPath

func ParseUpdatePlanAssignmentRequest_FieldPath(rawField string) (UpdatePlanAssignmentRequest_FieldPath, error)

type UpdatePlanAssignmentRequest_FieldPathArrayItemValue

type UpdatePlanAssignmentRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	UpdatePlanAssignmentRequest_FieldPath
	ContainsValue(*UpdatePlanAssignmentRequest) bool
}

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

func MustParseUpdatePlanAssignmentRequest_FieldPathArrayItemValue

func MustParseUpdatePlanAssignmentRequest_FieldPathArrayItemValue(pathStr, valueStr string) UpdatePlanAssignmentRequest_FieldPathArrayItemValue

func ParseUpdatePlanAssignmentRequest_FieldPathArrayItemValue

func ParseUpdatePlanAssignmentRequest_FieldPathArrayItemValue(pathStr, valueStr string) (UpdatePlanAssignmentRequest_FieldPathArrayItemValue, error)

ParseUpdatePlanAssignmentRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type UpdatePlanAssignmentRequest_FieldPathArrayOfValues

type UpdatePlanAssignmentRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	UpdatePlanAssignmentRequest_FieldPath
}

UpdatePlanAssignmentRequest_FieldPathArrayOfValues allows storing slice of values for UpdatePlanAssignmentRequest fields according to their type

func MustParseUpdatePlanAssignmentRequest_FieldPathArrayOfValues

func MustParseUpdatePlanAssignmentRequest_FieldPathArrayOfValues(pathStr, valuesStr string) UpdatePlanAssignmentRequest_FieldPathArrayOfValues

func ParseUpdatePlanAssignmentRequest_FieldPathArrayOfValues

func ParseUpdatePlanAssignmentRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (UpdatePlanAssignmentRequest_FieldPathArrayOfValues, error)

type UpdatePlanAssignmentRequest_FieldPathSelector

type UpdatePlanAssignmentRequest_FieldPathSelector int32
const (
	UpdatePlanAssignmentRequest_FieldPathSelectorPlanAssignment UpdatePlanAssignmentRequest_FieldPathSelector = 0
	UpdatePlanAssignmentRequest_FieldPathSelectorUpdateMask     UpdatePlanAssignmentRequest_FieldPathSelector = 1
	UpdatePlanAssignmentRequest_FieldPathSelectorCas            UpdatePlanAssignmentRequest_FieldPathSelector = 2
)

func (UpdatePlanAssignmentRequest_FieldPathSelector) String

type UpdatePlanAssignmentRequest_FieldPathValue

type UpdatePlanAssignmentRequest_FieldPathValue interface {
	UpdatePlanAssignmentRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **UpdatePlanAssignmentRequest)
	CompareWith(*UpdatePlanAssignmentRequest) (cmp int, comparable bool)
}

UpdatePlanAssignmentRequest_FieldPathValue allows storing values for UpdatePlanAssignmentRequest fields according to their type

func MustParseUpdatePlanAssignmentRequest_FieldPathValue

func MustParseUpdatePlanAssignmentRequest_FieldPathValue(pathStr, valueStr string) UpdatePlanAssignmentRequest_FieldPathValue

func ParseUpdatePlanAssignmentRequest_FieldPathValue

func ParseUpdatePlanAssignmentRequest_FieldPathValue(pathStr, valueStr string) (UpdatePlanAssignmentRequest_FieldPathValue, error)

type UpdatePlanAssignmentRequest_FieldSubPath

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

func (*UpdatePlanAssignmentRequest_FieldSubPath) AsCasSubPath

func (*UpdatePlanAssignmentRequest_FieldSubPath) AsPlanAssignmentSubPath

func (*UpdatePlanAssignmentRequest_FieldSubPath) ClearValue

func (*UpdatePlanAssignmentRequest_FieldSubPath) ClearValueRaw

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

func (*UpdatePlanAssignmentRequest_FieldSubPath) Get

func (fps *UpdatePlanAssignmentRequest_FieldSubPath) Get(source *UpdatePlanAssignmentRequest) (values []interface{})

Get returns all values pointed by selected field from source UpdatePlanAssignmentRequest

func (*UpdatePlanAssignmentRequest_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*UpdatePlanAssignmentRequest_FieldSubPath) GetRaw

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

func (*UpdatePlanAssignmentRequest_FieldSubPath) GetSingle

func (fps *UpdatePlanAssignmentRequest_FieldSubPath) GetSingle(source *UpdatePlanAssignmentRequest) (interface{}, bool)

GetSingle returns value of selected field from source UpdatePlanAssignmentRequest

func (*UpdatePlanAssignmentRequest_FieldSubPath) GetSingleRaw

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

func (*UpdatePlanAssignmentRequest_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdatePlanAssignmentRequest_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdatePlanAssignmentRequest_FieldSubPath) Selector

func (*UpdatePlanAssignmentRequest_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*UpdatePlanAssignmentRequest_FieldSubPath) String

String returns path representation in proto convention

func (*UpdatePlanAssignmentRequest_FieldSubPath) WithIArrayItemValue

func (*UpdatePlanAssignmentRequest_FieldSubPath) WithIArrayOfValues

func (*UpdatePlanAssignmentRequest_FieldSubPath) WithIValue

func (*UpdatePlanAssignmentRequest_FieldSubPath) WithRawIArrayItemValue

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

func (*UpdatePlanAssignmentRequest_FieldSubPath) WithRawIArrayOfValues

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

func (*UpdatePlanAssignmentRequest_FieldSubPath) WithRawIValue

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

type UpdatePlanAssignmentRequest_FieldSubPathArrayItemValue

type UpdatePlanAssignmentRequest_FieldSubPathArrayItemValue struct {
	UpdatePlanAssignmentRequest_FieldPath
	// contains filtered or unexported fields
}

func (*UpdatePlanAssignmentRequest_FieldSubPathArrayItemValue) AsCasPathItemValue

func (*UpdatePlanAssignmentRequest_FieldSubPathArrayItemValue) AsPlanAssignmentPathItemValue

func (*UpdatePlanAssignmentRequest_FieldSubPathArrayItemValue) ContainsValue

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

func (*UpdatePlanAssignmentRequest_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type UpdatePlanAssignmentRequest_FieldSubPathArrayOfValues

type UpdatePlanAssignmentRequest_FieldSubPathArrayOfValues struct {
	UpdatePlanAssignmentRequest_FieldPath
	// contains filtered or unexported fields
}

func (*UpdatePlanAssignmentRequest_FieldSubPathArrayOfValues) AsCasPathArrayOfValues

func (*UpdatePlanAssignmentRequest_FieldSubPathArrayOfValues) AsPlanAssignmentPathArrayOfValues

func (*UpdatePlanAssignmentRequest_FieldSubPathArrayOfValues) GetRawValues

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

type UpdatePlanAssignmentRequest_FieldSubPathValue

type UpdatePlanAssignmentRequest_FieldSubPathValue struct {
	UpdatePlanAssignmentRequest_FieldPath
	// contains filtered or unexported fields
}

func (*UpdatePlanAssignmentRequest_FieldSubPathValue) AsCasPathValue

func (*UpdatePlanAssignmentRequest_FieldSubPathValue) AsPlanAssignmentPathValue

func (*UpdatePlanAssignmentRequest_FieldSubPathValue) CompareWith

func (*UpdatePlanAssignmentRequest_FieldSubPathValue) CompareWithRaw

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

func (*UpdatePlanAssignmentRequest_FieldSubPathValue) GetRawValue

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

func (*UpdatePlanAssignmentRequest_FieldSubPathValue) SetTo

func (*UpdatePlanAssignmentRequest_FieldSubPathValue) SetToRaw

type UpdatePlanAssignmentRequest_FieldTerminalPath

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

func (*UpdatePlanAssignmentRequest_FieldTerminalPath) ClearValue

func (*UpdatePlanAssignmentRequest_FieldTerminalPath) ClearValueRaw

func (*UpdatePlanAssignmentRequest_FieldTerminalPath) Get

func (fp *UpdatePlanAssignmentRequest_FieldTerminalPath) Get(source *UpdatePlanAssignmentRequest) (values []interface{})

Get returns all values pointed by specific field from source UpdatePlanAssignmentRequest

func (*UpdatePlanAssignmentRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*UpdatePlanAssignmentRequest_FieldTerminalPath) GetRaw

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

func (*UpdatePlanAssignmentRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source UpdatePlanAssignmentRequest

func (*UpdatePlanAssignmentRequest_FieldTerminalPath) GetSingleRaw

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

func (*UpdatePlanAssignmentRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdatePlanAssignmentRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdatePlanAssignmentRequest_FieldTerminalPath) Selector

func (*UpdatePlanAssignmentRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*UpdatePlanAssignmentRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*UpdatePlanAssignmentRequest_FieldTerminalPath) WithIArrayItemValue

func (*UpdatePlanAssignmentRequest_FieldTerminalPath) WithIArrayOfValues

func (*UpdatePlanAssignmentRequest_FieldTerminalPath) WithIValue

func (*UpdatePlanAssignmentRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*UpdatePlanAssignmentRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*UpdatePlanAssignmentRequest_FieldTerminalPath) WithRawIValue

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

type UpdatePlanAssignmentRequest_FieldTerminalPathArrayItemValue

type UpdatePlanAssignmentRequest_FieldTerminalPathArrayItemValue struct {
	UpdatePlanAssignmentRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdatePlanAssignmentRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*UpdatePlanAssignmentRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*UpdatePlanAssignmentRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*UpdatePlanAssignmentRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type UpdatePlanAssignmentRequest_FieldTerminalPathArrayOfValues

type UpdatePlanAssignmentRequest_FieldTerminalPathArrayOfValues struct {
	UpdatePlanAssignmentRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdatePlanAssignmentRequest_FieldTerminalPathArrayOfValues) AsCasArrayOfValues

func (*UpdatePlanAssignmentRequest_FieldTerminalPathArrayOfValues) AsPlanAssignmentArrayOfValues

func (*UpdatePlanAssignmentRequest_FieldTerminalPathArrayOfValues) AsUpdateMaskArrayOfValues

func (*UpdatePlanAssignmentRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type UpdatePlanAssignmentRequest_FieldTerminalPathValue

type UpdatePlanAssignmentRequest_FieldTerminalPathValue struct {
	UpdatePlanAssignmentRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdatePlanAssignmentRequest_FieldTerminalPathValue) AsCasValue

func (*UpdatePlanAssignmentRequest_FieldTerminalPathValue) AsPlanAssignmentValue

func (*UpdatePlanAssignmentRequest_FieldTerminalPathValue) AsUpdateMaskValue

func (*UpdatePlanAssignmentRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'UpdatePlanAssignmentRequest_FieldTerminalPathValue' with the value under path in 'UpdatePlanAssignmentRequest'.

func (*UpdatePlanAssignmentRequest_FieldTerminalPathValue) CompareWithRaw

func (*UpdatePlanAssignmentRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*UpdatePlanAssignmentRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object UpdatePlanAssignmentRequest

func (*UpdatePlanAssignmentRequest_FieldTerminalPathValue) SetToRaw

type WatchPlanAssignmentClientStream

type WatchPlanAssignmentClientStream interface {
	Recv() (*WatchPlanAssignmentResponse, error)
	grpc.ClientStream
}

type WatchPlanAssignmentDescriptor

type WatchPlanAssignmentDescriptor struct{}

func GetWatchPlanAssignmentDescriptor

func GetWatchPlanAssignmentDescriptor() *WatchPlanAssignmentDescriptor

func (*WatchPlanAssignmentDescriptor) GetApiDescriptor

func (*WatchPlanAssignmentDescriptor) GetApiName

func (d *WatchPlanAssignmentDescriptor) GetApiName() string

func (*WatchPlanAssignmentDescriptor) GetClientMsgReflectHandle

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

func (*WatchPlanAssignmentDescriptor) GetFullMethodName

func (d *WatchPlanAssignmentDescriptor) GetFullMethodName() string

func (*WatchPlanAssignmentDescriptor) GetMethodName

func (d *WatchPlanAssignmentDescriptor) GetMethodName() string

func (*WatchPlanAssignmentDescriptor) GetProtoPkgName

func (d *WatchPlanAssignmentDescriptor) GetProtoPkgName() string

func (*WatchPlanAssignmentDescriptor) GetResourceDescriptor

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

func (*WatchPlanAssignmentDescriptor) GetServerMsgReflectHandle

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

func (*WatchPlanAssignmentDescriptor) GetServiceDomain

func (d *WatchPlanAssignmentDescriptor) GetServiceDomain() string

func (*WatchPlanAssignmentDescriptor) GetServiceVersion

func (d *WatchPlanAssignmentDescriptor) GetServiceVersion() string

func (*WatchPlanAssignmentDescriptor) GetVerb

func (*WatchPlanAssignmentDescriptor) HasResource

func (d *WatchPlanAssignmentDescriptor) HasResource() bool

func (*WatchPlanAssignmentDescriptor) IsClientStream

func (d *WatchPlanAssignmentDescriptor) IsClientStream() bool

func (*WatchPlanAssignmentDescriptor) IsCollection

func (d *WatchPlanAssignmentDescriptor) IsCollection() bool

func (*WatchPlanAssignmentDescriptor) IsPlural

func (d *WatchPlanAssignmentDescriptor) IsPlural() bool

func (*WatchPlanAssignmentDescriptor) IsServerStream

func (d *WatchPlanAssignmentDescriptor) IsServerStream() bool

func (*WatchPlanAssignmentDescriptor) IsUnary

func (d *WatchPlanAssignmentDescriptor) IsUnary() bool

func (*WatchPlanAssignmentDescriptor) NewEmptyClientMsg

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

func (*WatchPlanAssignmentDescriptor) NewEmptyServerMsg

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

func (*WatchPlanAssignmentDescriptor) RequestHasResourceBody

func (d *WatchPlanAssignmentDescriptor) RequestHasResourceBody() bool

type WatchPlanAssignmentDescriptorClientMsgHandle

type WatchPlanAssignmentDescriptorClientMsgHandle struct{}

func (*WatchPlanAssignmentDescriptorClientMsgHandle) ExtractCollectionName

func (*WatchPlanAssignmentDescriptorClientMsgHandle) ExtractResourceName

func (*WatchPlanAssignmentDescriptorClientMsgHandle) ExtractResourceNames

type WatchPlanAssignmentDescriptorServerMsgHandle

type WatchPlanAssignmentDescriptorServerMsgHandle struct{}

func (*WatchPlanAssignmentDescriptorServerMsgHandle) ExtractCollectionName

func (*WatchPlanAssignmentDescriptorServerMsgHandle) ExtractResourceName

func (*WatchPlanAssignmentDescriptorServerMsgHandle) ExtractResourceNames

type WatchPlanAssignmentRequest

type WatchPlanAssignmentRequest struct {

	// Reference to ntt.limits.v1alpha2.PlanAssignment
	Name *plan_assignment.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_assignment.PlanAssignment_FieldMask `` /* 146-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 [WatchPlanAssignment][ntt.limits.v1alpha2.WatchPlanAssignment]

func (*WatchPlanAssignmentRequest) Clone

func (*WatchPlanAssignmentRequest) CloneRaw

func (*WatchPlanAssignmentRequest) Descriptor

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

Deprecated, Use WatchPlanAssignmentRequest.ProtoReflect.Descriptor instead.

func (*WatchPlanAssignmentRequest) GetFieldMask

func (*WatchPlanAssignmentRequest) GetName

func (*WatchPlanAssignmentRequest) GetView

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

func (*WatchPlanAssignmentRequest) GotenMessage

func (*WatchPlanAssignmentRequest) GotenMessage()

func (*WatchPlanAssignmentRequest) GotenObjectExt

func (o *WatchPlanAssignmentRequest) GotenObjectExt()

func (*WatchPlanAssignmentRequest) GotenValidate

func (obj *WatchPlanAssignmentRequest) GotenValidate() error

func (*WatchPlanAssignmentRequest) MakeDiffFieldMask

func (*WatchPlanAssignmentRequest) MakeFullFieldMask

func (*WatchPlanAssignmentRequest) MakeRawDiffFieldMask

func (*WatchPlanAssignmentRequest) MakeRawFullFieldMask

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

func (*WatchPlanAssignmentRequest) Marshal

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

func (*WatchPlanAssignmentRequest) MarshalJSON

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

func (*WatchPlanAssignmentRequest) Merge

func (*WatchPlanAssignmentRequest) MergeRaw

func (*WatchPlanAssignmentRequest) ProtoMessage

func (*WatchPlanAssignmentRequest) ProtoMessage()

func (*WatchPlanAssignmentRequest) ProtoReflect

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

func (*WatchPlanAssignmentRequest) Reset

func (m *WatchPlanAssignmentRequest) Reset()

func (*WatchPlanAssignmentRequest) SetFieldMask

func (*WatchPlanAssignmentRequest) SetName

func (*WatchPlanAssignmentRequest) SetView

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

func (*WatchPlanAssignmentRequest) String

func (m *WatchPlanAssignmentRequest) String() string

func (*WatchPlanAssignmentRequest) Unmarshal

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

func (*WatchPlanAssignmentRequest) UnmarshalJSON

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

type WatchPlanAssignmentRequestFieldPathBuilder

type WatchPlanAssignmentRequestFieldPathBuilder struct{}

func NewWatchPlanAssignmentRequestFieldPathBuilder

func NewWatchPlanAssignmentRequestFieldPathBuilder() WatchPlanAssignmentRequestFieldPathBuilder

func (WatchPlanAssignmentRequestFieldPathBuilder) FieldMask

func (WatchPlanAssignmentRequestFieldPathBuilder) Name

func (WatchPlanAssignmentRequestFieldPathBuilder) View

type WatchPlanAssignmentRequestPathSelectorFieldMask

type WatchPlanAssignmentRequestPathSelectorFieldMask struct{}

func (WatchPlanAssignmentRequestPathSelectorFieldMask) FieldPath

type WatchPlanAssignmentRequestPathSelectorName

type WatchPlanAssignmentRequestPathSelectorName struct{}

func (WatchPlanAssignmentRequestPathSelectorName) FieldPath

func (WatchPlanAssignmentRequestPathSelectorName) WithArrayOfValues

func (WatchPlanAssignmentRequestPathSelectorName) WithValue

type WatchPlanAssignmentRequestPathSelectorView

type WatchPlanAssignmentRequestPathSelectorView struct{}

func (WatchPlanAssignmentRequestPathSelectorView) FieldPath

func (WatchPlanAssignmentRequestPathSelectorView) WithArrayOfValues

func (WatchPlanAssignmentRequestPathSelectorView) WithValue

type WatchPlanAssignmentRequest_FieldMask

type WatchPlanAssignmentRequest_FieldMask struct {
	Paths []WatchPlanAssignmentRequest_FieldPath
}

func FullWatchPlanAssignmentRequest_FieldMask

func FullWatchPlanAssignmentRequest_FieldMask() *WatchPlanAssignmentRequest_FieldMask

func (*WatchPlanAssignmentRequest_FieldMask) AppendPath

func (*WatchPlanAssignmentRequest_FieldMask) AppendRawPath

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

func (*WatchPlanAssignmentRequest_FieldMask) DecodeFirestore

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

func (*WatchPlanAssignmentRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchPlanAssignmentRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchPlanAssignmentRequest_FieldMask) FromProtoFieldMask

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

func (*WatchPlanAssignmentRequest_FieldMask) GetPaths

func (*WatchPlanAssignmentRequest_FieldMask) GetRawPaths

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

func (*WatchPlanAssignmentRequest_FieldMask) IsFull

func (fieldMask *WatchPlanAssignmentRequest_FieldMask) IsFull() bool

func (WatchPlanAssignmentRequest_FieldMask) Marshal

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

implement methods required by customType

func (WatchPlanAssignmentRequest_FieldMask) MarshalJSON

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

func (*WatchPlanAssignmentRequest_FieldMask) PathsCount

func (fieldMask *WatchPlanAssignmentRequest_FieldMask) PathsCount() int

func (*WatchPlanAssignmentRequest_FieldMask) Project

func (*WatchPlanAssignmentRequest_FieldMask) ProjectRaw

func (*WatchPlanAssignmentRequest_FieldMask) ProtoMessage

func (fieldMask *WatchPlanAssignmentRequest_FieldMask) ProtoMessage()

func (*WatchPlanAssignmentRequest_FieldMask) ProtoReflect

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

func (*WatchPlanAssignmentRequest_FieldMask) Reset

func (fieldMask *WatchPlanAssignmentRequest_FieldMask) Reset()

func (*WatchPlanAssignmentRequest_FieldMask) Set

func (fieldMask *WatchPlanAssignmentRequest_FieldMask) Set(target, source *WatchPlanAssignmentRequest)

func (*WatchPlanAssignmentRequest_FieldMask) SetFromCliFlag

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

func (*WatchPlanAssignmentRequest_FieldMask) SetRaw

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

func (*WatchPlanAssignmentRequest_FieldMask) Size

func (fieldMask *WatchPlanAssignmentRequest_FieldMask) Size() int

func (*WatchPlanAssignmentRequest_FieldMask) String

func (fieldMask *WatchPlanAssignmentRequest_FieldMask) String() string

func (*WatchPlanAssignmentRequest_FieldMask) Subtract

func (*WatchPlanAssignmentRequest_FieldMask) SubtractRaw

func (*WatchPlanAssignmentRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*WatchPlanAssignmentRequest_FieldMask) Unmarshal

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

func (*WatchPlanAssignmentRequest_FieldMask) UnmarshalJSON

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

type WatchPlanAssignmentRequest_FieldPath

type WatchPlanAssignmentRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchPlanAssignmentRequest_FieldPathSelector
	Get(source *WatchPlanAssignmentRequest) []interface{}
	GetSingle(source *WatchPlanAssignmentRequest) (interface{}, bool)
	ClearValue(item *WatchPlanAssignmentRequest)

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

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

func MustParseWatchPlanAssignmentRequest_FieldPath

func MustParseWatchPlanAssignmentRequest_FieldPath(rawField string) WatchPlanAssignmentRequest_FieldPath

func ParseWatchPlanAssignmentRequest_FieldPath

func ParseWatchPlanAssignmentRequest_FieldPath(rawField string) (WatchPlanAssignmentRequest_FieldPath, error)

type WatchPlanAssignmentRequest_FieldPathArrayItemValue

type WatchPlanAssignmentRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchPlanAssignmentRequest_FieldPath
	ContainsValue(*WatchPlanAssignmentRequest) bool
}

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

func MustParseWatchPlanAssignmentRequest_FieldPathArrayItemValue

func MustParseWatchPlanAssignmentRequest_FieldPathArrayItemValue(pathStr, valueStr string) WatchPlanAssignmentRequest_FieldPathArrayItemValue

func ParseWatchPlanAssignmentRequest_FieldPathArrayItemValue

func ParseWatchPlanAssignmentRequest_FieldPathArrayItemValue(pathStr, valueStr string) (WatchPlanAssignmentRequest_FieldPathArrayItemValue, error)

ParseWatchPlanAssignmentRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchPlanAssignmentRequest_FieldPathArrayOfValues

type WatchPlanAssignmentRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchPlanAssignmentRequest_FieldPath
}

WatchPlanAssignmentRequest_FieldPathArrayOfValues allows storing slice of values for WatchPlanAssignmentRequest fields according to their type

func MustParseWatchPlanAssignmentRequest_FieldPathArrayOfValues

func MustParseWatchPlanAssignmentRequest_FieldPathArrayOfValues(pathStr, valuesStr string) WatchPlanAssignmentRequest_FieldPathArrayOfValues

func ParseWatchPlanAssignmentRequest_FieldPathArrayOfValues

func ParseWatchPlanAssignmentRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchPlanAssignmentRequest_FieldPathArrayOfValues, error)

type WatchPlanAssignmentRequest_FieldPathSelector

type WatchPlanAssignmentRequest_FieldPathSelector int32
const (
	WatchPlanAssignmentRequest_FieldPathSelectorName      WatchPlanAssignmentRequest_FieldPathSelector = 0
	WatchPlanAssignmentRequest_FieldPathSelectorFieldMask WatchPlanAssignmentRequest_FieldPathSelector = 1
	WatchPlanAssignmentRequest_FieldPathSelectorView      WatchPlanAssignmentRequest_FieldPathSelector = 2
)

func (WatchPlanAssignmentRequest_FieldPathSelector) String

type WatchPlanAssignmentRequest_FieldPathValue

type WatchPlanAssignmentRequest_FieldPathValue interface {
	WatchPlanAssignmentRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchPlanAssignmentRequest)
	CompareWith(*WatchPlanAssignmentRequest) (cmp int, comparable bool)
}

WatchPlanAssignmentRequest_FieldPathValue allows storing values for WatchPlanAssignmentRequest fields according to their type

func MustParseWatchPlanAssignmentRequest_FieldPathValue

func MustParseWatchPlanAssignmentRequest_FieldPathValue(pathStr, valueStr string) WatchPlanAssignmentRequest_FieldPathValue

func ParseWatchPlanAssignmentRequest_FieldPathValue

func ParseWatchPlanAssignmentRequest_FieldPathValue(pathStr, valueStr string) (WatchPlanAssignmentRequest_FieldPathValue, error)

type WatchPlanAssignmentRequest_FieldTerminalPath

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

func (*WatchPlanAssignmentRequest_FieldTerminalPath) ClearValue

func (*WatchPlanAssignmentRequest_FieldTerminalPath) ClearValueRaw

func (*WatchPlanAssignmentRequest_FieldTerminalPath) Get

func (fp *WatchPlanAssignmentRequest_FieldTerminalPath) Get(source *WatchPlanAssignmentRequest) (values []interface{})

Get returns all values pointed by specific field from source WatchPlanAssignmentRequest

func (*WatchPlanAssignmentRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchPlanAssignmentRequest_FieldTerminalPath) GetRaw

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

func (*WatchPlanAssignmentRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source WatchPlanAssignmentRequest

func (*WatchPlanAssignmentRequest_FieldTerminalPath) GetSingleRaw

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

func (*WatchPlanAssignmentRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchPlanAssignmentRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchPlanAssignmentRequest_FieldTerminalPath) Selector

func (*WatchPlanAssignmentRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*WatchPlanAssignmentRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchPlanAssignmentRequest_FieldTerminalPath) WithIArrayItemValue

func (*WatchPlanAssignmentRequest_FieldTerminalPath) WithIArrayOfValues

func (*WatchPlanAssignmentRequest_FieldTerminalPath) WithIValue

func (*WatchPlanAssignmentRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*WatchPlanAssignmentRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchPlanAssignmentRequest_FieldTerminalPath) WithRawIValue

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

type WatchPlanAssignmentRequest_FieldTerminalPathArrayItemValue

type WatchPlanAssignmentRequest_FieldTerminalPathArrayItemValue struct {
	WatchPlanAssignmentRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPlanAssignmentRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchPlanAssignmentRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchPlanAssignmentRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchPlanAssignmentRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchPlanAssignmentRequest_FieldTerminalPathArrayOfValues

type WatchPlanAssignmentRequest_FieldTerminalPathArrayOfValues struct {
	WatchPlanAssignmentRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPlanAssignmentRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*WatchPlanAssignmentRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (*WatchPlanAssignmentRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

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

func (*WatchPlanAssignmentRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchPlanAssignmentRequest_FieldTerminalPathValue

type WatchPlanAssignmentRequest_FieldTerminalPathValue struct {
	WatchPlanAssignmentRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPlanAssignmentRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*WatchPlanAssignmentRequest_FieldTerminalPathValue) AsNameValue

func (*WatchPlanAssignmentRequest_FieldTerminalPathValue) AsViewValue

func (*WatchPlanAssignmentRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchPlanAssignmentRequest_FieldTerminalPathValue' with the value under path in 'WatchPlanAssignmentRequest'.

func (*WatchPlanAssignmentRequest_FieldTerminalPathValue) CompareWithRaw

func (*WatchPlanAssignmentRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchPlanAssignmentRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchPlanAssignmentRequest

func (*WatchPlanAssignmentRequest_FieldTerminalPathValue) SetToRaw

type WatchPlanAssignmentResponse

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

WatchPlanAssignmentResponse

func (*WatchPlanAssignmentResponse) Clone

func (*WatchPlanAssignmentResponse) CloneRaw

func (*WatchPlanAssignmentResponse) Descriptor

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

Deprecated, Use WatchPlanAssignmentResponse.ProtoReflect.Descriptor instead.

func (*WatchPlanAssignmentResponse) GetChange

func (*WatchPlanAssignmentResponse) GotenMessage

func (*WatchPlanAssignmentResponse) GotenMessage()

func (*WatchPlanAssignmentResponse) GotenObjectExt

func (o *WatchPlanAssignmentResponse) GotenObjectExt()

func (*WatchPlanAssignmentResponse) GotenValidate

func (obj *WatchPlanAssignmentResponse) GotenValidate() error

func (*WatchPlanAssignmentResponse) MakeDiffFieldMask

func (*WatchPlanAssignmentResponse) MakeFullFieldMask

func (*WatchPlanAssignmentResponse) MakeRawDiffFieldMask

func (*WatchPlanAssignmentResponse) MakeRawFullFieldMask

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

func (*WatchPlanAssignmentResponse) Marshal

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

func (*WatchPlanAssignmentResponse) MarshalJSON

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

func (*WatchPlanAssignmentResponse) Merge

func (*WatchPlanAssignmentResponse) MergeRaw

func (*WatchPlanAssignmentResponse) ProtoMessage

func (*WatchPlanAssignmentResponse) ProtoMessage()

func (*WatchPlanAssignmentResponse) ProtoReflect

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

func (*WatchPlanAssignmentResponse) Reset

func (m *WatchPlanAssignmentResponse) Reset()

func (*WatchPlanAssignmentResponse) SetChange

func (*WatchPlanAssignmentResponse) String

func (m *WatchPlanAssignmentResponse) String() string

func (*WatchPlanAssignmentResponse) Unmarshal

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

func (*WatchPlanAssignmentResponse) UnmarshalJSON

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

type WatchPlanAssignmentResponseFieldPathBuilder

type WatchPlanAssignmentResponseFieldPathBuilder struct{}

func NewWatchPlanAssignmentResponseFieldPathBuilder

func NewWatchPlanAssignmentResponseFieldPathBuilder() WatchPlanAssignmentResponseFieldPathBuilder

func (WatchPlanAssignmentResponseFieldPathBuilder) Change

type WatchPlanAssignmentResponsePathSelectorChange

type WatchPlanAssignmentResponsePathSelectorChange struct{}

func (WatchPlanAssignmentResponsePathSelectorChange) FieldPath

type WatchPlanAssignmentResponse_FieldMask

type WatchPlanAssignmentResponse_FieldMask struct {
	Paths []WatchPlanAssignmentResponse_FieldPath
}

func FullWatchPlanAssignmentResponse_FieldMask

func FullWatchPlanAssignmentResponse_FieldMask() *WatchPlanAssignmentResponse_FieldMask

func (*WatchPlanAssignmentResponse_FieldMask) AppendPath

func (*WatchPlanAssignmentResponse_FieldMask) AppendRawPath

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

func (*WatchPlanAssignmentResponse_FieldMask) DecodeFirestore

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

func (*WatchPlanAssignmentResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchPlanAssignmentResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchPlanAssignmentResponse_FieldMask) FromProtoFieldMask

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

func (*WatchPlanAssignmentResponse_FieldMask) GetPaths

func (*WatchPlanAssignmentResponse_FieldMask) GetRawPaths

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

func (*WatchPlanAssignmentResponse_FieldMask) IsFull

func (fieldMask *WatchPlanAssignmentResponse_FieldMask) IsFull() bool

func (WatchPlanAssignmentResponse_FieldMask) Marshal

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

implement methods required by customType

func (WatchPlanAssignmentResponse_FieldMask) MarshalJSON

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

func (*WatchPlanAssignmentResponse_FieldMask) PathsCount

func (fieldMask *WatchPlanAssignmentResponse_FieldMask) PathsCount() int

func (*WatchPlanAssignmentResponse_FieldMask) Project

func (*WatchPlanAssignmentResponse_FieldMask) ProjectRaw

func (*WatchPlanAssignmentResponse_FieldMask) ProtoMessage

func (fieldMask *WatchPlanAssignmentResponse_FieldMask) ProtoMessage()

func (*WatchPlanAssignmentResponse_FieldMask) ProtoReflect

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

func (*WatchPlanAssignmentResponse_FieldMask) Reset

func (fieldMask *WatchPlanAssignmentResponse_FieldMask) Reset()

func (*WatchPlanAssignmentResponse_FieldMask) Set

func (*WatchPlanAssignmentResponse_FieldMask) SetFromCliFlag

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

func (*WatchPlanAssignmentResponse_FieldMask) SetRaw

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

func (*WatchPlanAssignmentResponse_FieldMask) Size

func (fieldMask *WatchPlanAssignmentResponse_FieldMask) Size() int

func (*WatchPlanAssignmentResponse_FieldMask) String

func (fieldMask *WatchPlanAssignmentResponse_FieldMask) String() string

func (*WatchPlanAssignmentResponse_FieldMask) Subtract

func (*WatchPlanAssignmentResponse_FieldMask) SubtractRaw

func (*WatchPlanAssignmentResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*WatchPlanAssignmentResponse_FieldMask) Unmarshal

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

func (*WatchPlanAssignmentResponse_FieldMask) UnmarshalJSON

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

type WatchPlanAssignmentResponse_FieldPath

type WatchPlanAssignmentResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchPlanAssignmentResponse_FieldPathSelector
	Get(source *WatchPlanAssignmentResponse) []interface{}
	GetSingle(source *WatchPlanAssignmentResponse) (interface{}, bool)
	ClearValue(item *WatchPlanAssignmentResponse)

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

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

func MustParseWatchPlanAssignmentResponse_FieldPath

func MustParseWatchPlanAssignmentResponse_FieldPath(rawField string) WatchPlanAssignmentResponse_FieldPath

func ParseWatchPlanAssignmentResponse_FieldPath

func ParseWatchPlanAssignmentResponse_FieldPath(rawField string) (WatchPlanAssignmentResponse_FieldPath, error)

type WatchPlanAssignmentResponse_FieldPathArrayItemValue

type WatchPlanAssignmentResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchPlanAssignmentResponse_FieldPath
	ContainsValue(*WatchPlanAssignmentResponse) bool
}

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

func MustParseWatchPlanAssignmentResponse_FieldPathArrayItemValue

func MustParseWatchPlanAssignmentResponse_FieldPathArrayItemValue(pathStr, valueStr string) WatchPlanAssignmentResponse_FieldPathArrayItemValue

func ParseWatchPlanAssignmentResponse_FieldPathArrayItemValue

func ParseWatchPlanAssignmentResponse_FieldPathArrayItemValue(pathStr, valueStr string) (WatchPlanAssignmentResponse_FieldPathArrayItemValue, error)

ParseWatchPlanAssignmentResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchPlanAssignmentResponse_FieldPathArrayOfValues

type WatchPlanAssignmentResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchPlanAssignmentResponse_FieldPath
}

WatchPlanAssignmentResponse_FieldPathArrayOfValues allows storing slice of values for WatchPlanAssignmentResponse fields according to their type

func MustParseWatchPlanAssignmentResponse_FieldPathArrayOfValues

func MustParseWatchPlanAssignmentResponse_FieldPathArrayOfValues(pathStr, valuesStr string) WatchPlanAssignmentResponse_FieldPathArrayOfValues

func ParseWatchPlanAssignmentResponse_FieldPathArrayOfValues

func ParseWatchPlanAssignmentResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchPlanAssignmentResponse_FieldPathArrayOfValues, error)

type WatchPlanAssignmentResponse_FieldPathSelector

type WatchPlanAssignmentResponse_FieldPathSelector int32
const (
	WatchPlanAssignmentResponse_FieldPathSelectorChange WatchPlanAssignmentResponse_FieldPathSelector = 0
)

func (WatchPlanAssignmentResponse_FieldPathSelector) String

type WatchPlanAssignmentResponse_FieldPathValue

type WatchPlanAssignmentResponse_FieldPathValue interface {
	WatchPlanAssignmentResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchPlanAssignmentResponse)
	CompareWith(*WatchPlanAssignmentResponse) (cmp int, comparable bool)
}

WatchPlanAssignmentResponse_FieldPathValue allows storing values for WatchPlanAssignmentResponse fields according to their type

func MustParseWatchPlanAssignmentResponse_FieldPathValue

func MustParseWatchPlanAssignmentResponse_FieldPathValue(pathStr, valueStr string) WatchPlanAssignmentResponse_FieldPathValue

func ParseWatchPlanAssignmentResponse_FieldPathValue

func ParseWatchPlanAssignmentResponse_FieldPathValue(pathStr, valueStr string) (WatchPlanAssignmentResponse_FieldPathValue, error)

type WatchPlanAssignmentResponse_FieldTerminalPath

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

func (*WatchPlanAssignmentResponse_FieldTerminalPath) ClearValue

func (*WatchPlanAssignmentResponse_FieldTerminalPath) ClearValueRaw

func (*WatchPlanAssignmentResponse_FieldTerminalPath) Get

func (fp *WatchPlanAssignmentResponse_FieldTerminalPath) Get(source *WatchPlanAssignmentResponse) (values []interface{})

Get returns all values pointed by specific field from source WatchPlanAssignmentResponse

func (*WatchPlanAssignmentResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchPlanAssignmentResponse_FieldTerminalPath) GetRaw

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

func (*WatchPlanAssignmentResponse_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source WatchPlanAssignmentResponse

func (*WatchPlanAssignmentResponse_FieldTerminalPath) GetSingleRaw

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

func (*WatchPlanAssignmentResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchPlanAssignmentResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchPlanAssignmentResponse_FieldTerminalPath) Selector

func (*WatchPlanAssignmentResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*WatchPlanAssignmentResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchPlanAssignmentResponse_FieldTerminalPath) WithIArrayItemValue

func (*WatchPlanAssignmentResponse_FieldTerminalPath) WithIArrayOfValues

func (*WatchPlanAssignmentResponse_FieldTerminalPath) WithIValue

func (*WatchPlanAssignmentResponse_FieldTerminalPath) WithRawIArrayItemValue

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

func (*WatchPlanAssignmentResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchPlanAssignmentResponse_FieldTerminalPath) WithRawIValue

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

type WatchPlanAssignmentResponse_FieldTerminalPathArrayItemValue

type WatchPlanAssignmentResponse_FieldTerminalPathArrayItemValue struct {
	WatchPlanAssignmentResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPlanAssignmentResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchPlanAssignmentResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchPlanAssignmentResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchPlanAssignmentResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchPlanAssignmentResponse_FieldTerminalPathArrayOfValues

type WatchPlanAssignmentResponse_FieldTerminalPathArrayOfValues struct {
	WatchPlanAssignmentResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPlanAssignmentResponse_FieldTerminalPathArrayOfValues) AsChangeArrayOfValues

func (*WatchPlanAssignmentResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchPlanAssignmentResponse_FieldTerminalPathValue

type WatchPlanAssignmentResponse_FieldTerminalPathValue struct {
	WatchPlanAssignmentResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPlanAssignmentResponse_FieldTerminalPathValue) AsChangeValue

func (*WatchPlanAssignmentResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchPlanAssignmentResponse_FieldTerminalPathValue' with the value under path in 'WatchPlanAssignmentResponse'.

func (*WatchPlanAssignmentResponse_FieldTerminalPathValue) CompareWithRaw

func (*WatchPlanAssignmentResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchPlanAssignmentResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchPlanAssignmentResponse

func (*WatchPlanAssignmentResponse_FieldTerminalPathValue) SetToRaw

type WatchPlanAssignmentsClientStream

type WatchPlanAssignmentsClientStream interface {
	Recv() (*WatchPlanAssignmentsResponse, error)
	grpc.ClientStream
}

type WatchPlanAssignmentsDescriptor

type WatchPlanAssignmentsDescriptor struct{}

func GetWatchPlanAssignmentsDescriptor

func GetWatchPlanAssignmentsDescriptor() *WatchPlanAssignmentsDescriptor

func (*WatchPlanAssignmentsDescriptor) GetApiDescriptor

func (*WatchPlanAssignmentsDescriptor) GetApiName

func (d *WatchPlanAssignmentsDescriptor) GetApiName() string

func (*WatchPlanAssignmentsDescriptor) GetClientMsgReflectHandle

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

func (*WatchPlanAssignmentsDescriptor) GetFullMethodName

func (d *WatchPlanAssignmentsDescriptor) GetFullMethodName() string

func (*WatchPlanAssignmentsDescriptor) GetMethodName

func (d *WatchPlanAssignmentsDescriptor) GetMethodName() string

func (*WatchPlanAssignmentsDescriptor) GetProtoPkgName

func (d *WatchPlanAssignmentsDescriptor) GetProtoPkgName() string

func (*WatchPlanAssignmentsDescriptor) GetResourceDescriptor

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

func (*WatchPlanAssignmentsDescriptor) GetServerMsgReflectHandle

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

func (*WatchPlanAssignmentsDescriptor) GetServiceDomain

func (d *WatchPlanAssignmentsDescriptor) GetServiceDomain() string

func (*WatchPlanAssignmentsDescriptor) GetServiceVersion

func (d *WatchPlanAssignmentsDescriptor) GetServiceVersion() string

func (*WatchPlanAssignmentsDescriptor) GetVerb

func (*WatchPlanAssignmentsDescriptor) HasResource

func (d *WatchPlanAssignmentsDescriptor) HasResource() bool

func (*WatchPlanAssignmentsDescriptor) IsClientStream

func (d *WatchPlanAssignmentsDescriptor) IsClientStream() bool

func (*WatchPlanAssignmentsDescriptor) IsCollection

func (d *WatchPlanAssignmentsDescriptor) IsCollection() bool

func (*WatchPlanAssignmentsDescriptor) IsPlural

func (d *WatchPlanAssignmentsDescriptor) IsPlural() bool

func (*WatchPlanAssignmentsDescriptor) IsServerStream

func (d *WatchPlanAssignmentsDescriptor) IsServerStream() bool

func (*WatchPlanAssignmentsDescriptor) IsUnary

func (d *WatchPlanAssignmentsDescriptor) IsUnary() bool

func (*WatchPlanAssignmentsDescriptor) NewEmptyClientMsg

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

func (*WatchPlanAssignmentsDescriptor) NewEmptyServerMsg

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

func (*WatchPlanAssignmentsDescriptor) RequestHasResourceBody

func (d *WatchPlanAssignmentsDescriptor) RequestHasResourceBody() bool

type WatchPlanAssignmentsDescriptorClientMsgHandle

type WatchPlanAssignmentsDescriptorClientMsgHandle struct{}

func (*WatchPlanAssignmentsDescriptorClientMsgHandle) ExtractCollectionName

func (*WatchPlanAssignmentsDescriptorClientMsgHandle) ExtractResourceName

func (*WatchPlanAssignmentsDescriptorClientMsgHandle) ExtractResourceNames

type WatchPlanAssignmentsDescriptorServerMsgHandle

type WatchPlanAssignmentsDescriptorServerMsgHandle struct{}

func (*WatchPlanAssignmentsDescriptorServerMsgHandle) ExtractCollectionName

func (*WatchPlanAssignmentsDescriptorServerMsgHandle) ExtractResourceName

func (*WatchPlanAssignmentsDescriptorServerMsgHandle) ExtractResourceNames

type WatchPlanAssignmentsRequest

type WatchPlanAssignmentsRequest struct {

	// Type of a watch. Identifies how server stream data to a client, which
	// fields in a request are allowed and which fields in response are relevant.
	Type watch_type.WatchType `protobuf:"varint,9,opt,name=type,proto3,enum=goten.watch_type.WatchType" json:"type,omitempty" firestore:"type"`
	// Parent reference of ntt.limits.v1alpha2.PlanAssignment
	Parent *plan_assignment.ParentReference `protobuf:"bytes,1,opt,customtype=ParentReference,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Requested page size. Server may return fewer PlanAssignments 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_assignment.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_assignment.OrderBy `protobuf:"bytes,4,opt,customtype=OrderBy,name=order_by,json=orderBy,proto3" json:"order_by,omitempty" firestore:"orderBy"`
	// A token identifying watch resume point from previous session.
	// Can be populated only for stateless watch type.
	ResumeToken string `protobuf:"bytes,10,opt,name=resume_token,json=resumeToken,proto3" json:"resume_token,omitempty" firestore:"resumeToken"`
	// Point in the time from which we want to start getting updates. This field
	// can be populated only for stateless watch type and if resume token is not
	// known yet. If specified, initial snapshot will NOT be provided. It is
	// assumed client can obtain it using separate means. Watch responses will
	// contain resume tokens which should be used to resume broken connection.
	StartingTime *timestamp.Timestamp `protobuf:"bytes,12,opt,name=starting_time,json=startingTime,proto3" json:"starting_time,omitempty" firestore:"startingTime"`
	// Filter - filter results by field criteria. Simplified SQL-like syntax with
	// following operators:
	// <=, >=, =, !=, <, >, LIKE, CONTAINS (aliases CONTAIN, HAS, HAVE), IN, IS
	// [NOT] NULL | NaN . Combine conditions with OR | AND example: 'meta.labels
	// CONTAINS "severity:important" OR (state.last_error_time >
	// "2018-11-15T10:00:00Z" AND state.status = "ERROR")'
	Filter *plan_assignment.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 PlanAssignment that don't
	// affect any of masked fields won't be sent back.
	FieldMask *plan_assignment.PlanAssignment_FieldMask `` /* 146-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
	// PlanAssignment 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 [WatchPlanAssignments][ntt.limits.v1alpha2.WatchPlanAssignments]

func (*WatchPlanAssignmentsRequest) Clone

func (*WatchPlanAssignmentsRequest) CloneRaw

func (*WatchPlanAssignmentsRequest) Descriptor

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

Deprecated, Use WatchPlanAssignmentsRequest.ProtoReflect.Descriptor instead.

func (*WatchPlanAssignmentsRequest) GetFieldMask

func (*WatchPlanAssignmentsRequest) GetFilter

func (*WatchPlanAssignmentsRequest) GetMaxChunkSize

func (m *WatchPlanAssignmentsRequest) GetMaxChunkSize() int32

func (*WatchPlanAssignmentsRequest) GetOrderBy

func (*WatchPlanAssignmentsRequest) GetPageSize

func (m *WatchPlanAssignmentsRequest) GetPageSize() int32

func (*WatchPlanAssignmentsRequest) GetPageToken

func (*WatchPlanAssignmentsRequest) GetParent

func (*WatchPlanAssignmentsRequest) GetResumeToken

func (m *WatchPlanAssignmentsRequest) GetResumeToken() string

func (*WatchPlanAssignmentsRequest) GetStartingTime added in v0.9.0

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

func (*WatchPlanAssignmentsRequest) GetType

func (*WatchPlanAssignmentsRequest) GetView

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

func (*WatchPlanAssignmentsRequest) GotenMessage

func (*WatchPlanAssignmentsRequest) GotenMessage()

func (*WatchPlanAssignmentsRequest) GotenObjectExt

func (o *WatchPlanAssignmentsRequest) GotenObjectExt()

func (*WatchPlanAssignmentsRequest) GotenValidate

func (obj *WatchPlanAssignmentsRequest) GotenValidate() error

func (*WatchPlanAssignmentsRequest) MakeDiffFieldMask

func (*WatchPlanAssignmentsRequest) MakeFullFieldMask

func (*WatchPlanAssignmentsRequest) MakeRawDiffFieldMask

func (*WatchPlanAssignmentsRequest) MakeRawFullFieldMask

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

func (*WatchPlanAssignmentsRequest) Marshal

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

func (*WatchPlanAssignmentsRequest) MarshalJSON

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

func (*WatchPlanAssignmentsRequest) Merge

func (*WatchPlanAssignmentsRequest) MergeRaw

func (*WatchPlanAssignmentsRequest) ProtoMessage

func (*WatchPlanAssignmentsRequest) ProtoMessage()

func (*WatchPlanAssignmentsRequest) ProtoReflect

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

func (*WatchPlanAssignmentsRequest) Reset

func (m *WatchPlanAssignmentsRequest) Reset()

func (*WatchPlanAssignmentsRequest) SetFieldMask

func (*WatchPlanAssignmentsRequest) SetFilter

func (*WatchPlanAssignmentsRequest) SetMaxChunkSize

func (m *WatchPlanAssignmentsRequest) SetMaxChunkSize(fv int32)

func (*WatchPlanAssignmentsRequest) SetOrderBy

func (*WatchPlanAssignmentsRequest) SetPageSize

func (m *WatchPlanAssignmentsRequest) SetPageSize(fv int32)

func (*WatchPlanAssignmentsRequest) SetPageToken

func (*WatchPlanAssignmentsRequest) SetParent

func (*WatchPlanAssignmentsRequest) SetResumeToken

func (m *WatchPlanAssignmentsRequest) SetResumeToken(fv string)

func (*WatchPlanAssignmentsRequest) SetStartingTime added in v0.9.0

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

func (*WatchPlanAssignmentsRequest) SetType

func (*WatchPlanAssignmentsRequest) SetView

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

func (*WatchPlanAssignmentsRequest) String

func (m *WatchPlanAssignmentsRequest) String() string

func (*WatchPlanAssignmentsRequest) Unmarshal

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

func (*WatchPlanAssignmentsRequest) UnmarshalJSON

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

type WatchPlanAssignmentsRequestFieldPathBuilder

type WatchPlanAssignmentsRequestFieldPathBuilder struct{}

func NewWatchPlanAssignmentsRequestFieldPathBuilder

func NewWatchPlanAssignmentsRequestFieldPathBuilder() WatchPlanAssignmentsRequestFieldPathBuilder

func (WatchPlanAssignmentsRequestFieldPathBuilder) FieldMask

func (WatchPlanAssignmentsRequestFieldPathBuilder) Filter

func (WatchPlanAssignmentsRequestFieldPathBuilder) MaxChunkSize

func (WatchPlanAssignmentsRequestFieldPathBuilder) OrderBy

func (WatchPlanAssignmentsRequestFieldPathBuilder) PageSize

func (WatchPlanAssignmentsRequestFieldPathBuilder) PageToken

func (WatchPlanAssignmentsRequestFieldPathBuilder) Parent

func (WatchPlanAssignmentsRequestFieldPathBuilder) ResumeToken

func (WatchPlanAssignmentsRequestFieldPathBuilder) StartingTime added in v0.9.0

func (WatchPlanAssignmentsRequestFieldPathBuilder) Type

func (WatchPlanAssignmentsRequestFieldPathBuilder) View

type WatchPlanAssignmentsRequestPathSelectorFieldMask

type WatchPlanAssignmentsRequestPathSelectorFieldMask struct{}

func (WatchPlanAssignmentsRequestPathSelectorFieldMask) FieldPath

type WatchPlanAssignmentsRequestPathSelectorFilter

type WatchPlanAssignmentsRequestPathSelectorFilter struct{}

func (WatchPlanAssignmentsRequestPathSelectorFilter) FieldPath

func (WatchPlanAssignmentsRequestPathSelectorFilter) WithArrayOfValues

func (WatchPlanAssignmentsRequestPathSelectorFilter) WithValue

type WatchPlanAssignmentsRequestPathSelectorMaxChunkSize

type WatchPlanAssignmentsRequestPathSelectorMaxChunkSize struct{}

func (WatchPlanAssignmentsRequestPathSelectorMaxChunkSize) FieldPath

func (WatchPlanAssignmentsRequestPathSelectorMaxChunkSize) WithArrayOfValues

func (WatchPlanAssignmentsRequestPathSelectorMaxChunkSize) WithValue

type WatchPlanAssignmentsRequestPathSelectorOrderBy

type WatchPlanAssignmentsRequestPathSelectorOrderBy struct{}

func (WatchPlanAssignmentsRequestPathSelectorOrderBy) FieldPath

func (WatchPlanAssignmentsRequestPathSelectorOrderBy) WithArrayOfValues

func (WatchPlanAssignmentsRequestPathSelectorOrderBy) WithValue

type WatchPlanAssignmentsRequestPathSelectorPageSize

type WatchPlanAssignmentsRequestPathSelectorPageSize struct{}

func (WatchPlanAssignmentsRequestPathSelectorPageSize) FieldPath

func (WatchPlanAssignmentsRequestPathSelectorPageSize) WithArrayOfValues

func (WatchPlanAssignmentsRequestPathSelectorPageSize) WithValue

type WatchPlanAssignmentsRequestPathSelectorPageToken

type WatchPlanAssignmentsRequestPathSelectorPageToken struct{}

func (WatchPlanAssignmentsRequestPathSelectorPageToken) FieldPath

func (WatchPlanAssignmentsRequestPathSelectorPageToken) WithArrayOfValues

func (WatchPlanAssignmentsRequestPathSelectorPageToken) WithValue

type WatchPlanAssignmentsRequestPathSelectorParent

type WatchPlanAssignmentsRequestPathSelectorParent struct{}

func (WatchPlanAssignmentsRequestPathSelectorParent) FieldPath

type WatchPlanAssignmentsRequestPathSelectorResumeToken

type WatchPlanAssignmentsRequestPathSelectorResumeToken struct{}

func (WatchPlanAssignmentsRequestPathSelectorResumeToken) FieldPath

func (WatchPlanAssignmentsRequestPathSelectorResumeToken) WithArrayOfValues

func (WatchPlanAssignmentsRequestPathSelectorResumeToken) WithValue

type WatchPlanAssignmentsRequestPathSelectorStartingTime added in v0.9.0

type WatchPlanAssignmentsRequestPathSelectorStartingTime struct{}

func (WatchPlanAssignmentsRequestPathSelectorStartingTime) FieldPath added in v0.9.0

func (WatchPlanAssignmentsRequestPathSelectorStartingTime) WithArrayOfValues added in v0.9.0

func (WatchPlanAssignmentsRequestPathSelectorStartingTime) WithValue added in v0.9.0

type WatchPlanAssignmentsRequestPathSelectorType

type WatchPlanAssignmentsRequestPathSelectorType struct{}

func (WatchPlanAssignmentsRequestPathSelectorType) FieldPath

func (WatchPlanAssignmentsRequestPathSelectorType) WithArrayOfValues

func (WatchPlanAssignmentsRequestPathSelectorType) WithValue

type WatchPlanAssignmentsRequestPathSelectorView

type WatchPlanAssignmentsRequestPathSelectorView struct{}

func (WatchPlanAssignmentsRequestPathSelectorView) FieldPath

func (WatchPlanAssignmentsRequestPathSelectorView) WithArrayOfValues

func (WatchPlanAssignmentsRequestPathSelectorView) WithValue

type WatchPlanAssignmentsRequest_FieldMask

type WatchPlanAssignmentsRequest_FieldMask struct {
	Paths []WatchPlanAssignmentsRequest_FieldPath
}

func FullWatchPlanAssignmentsRequest_FieldMask

func FullWatchPlanAssignmentsRequest_FieldMask() *WatchPlanAssignmentsRequest_FieldMask

func (*WatchPlanAssignmentsRequest_FieldMask) AppendPath

func (*WatchPlanAssignmentsRequest_FieldMask) AppendRawPath

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

func (*WatchPlanAssignmentsRequest_FieldMask) DecodeFirestore

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

func (*WatchPlanAssignmentsRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchPlanAssignmentsRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchPlanAssignmentsRequest_FieldMask) FromProtoFieldMask

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

func (*WatchPlanAssignmentsRequest_FieldMask) GetPaths

func (*WatchPlanAssignmentsRequest_FieldMask) GetRawPaths

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

func (*WatchPlanAssignmentsRequest_FieldMask) IsFull

func (fieldMask *WatchPlanAssignmentsRequest_FieldMask) IsFull() bool

func (WatchPlanAssignmentsRequest_FieldMask) Marshal

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

implement methods required by customType

func (WatchPlanAssignmentsRequest_FieldMask) MarshalJSON

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

func (*WatchPlanAssignmentsRequest_FieldMask) PathsCount

func (fieldMask *WatchPlanAssignmentsRequest_FieldMask) PathsCount() int

func (*WatchPlanAssignmentsRequest_FieldMask) Project

func (*WatchPlanAssignmentsRequest_FieldMask) ProjectRaw

func (*WatchPlanAssignmentsRequest_FieldMask) ProtoMessage

func (fieldMask *WatchPlanAssignmentsRequest_FieldMask) ProtoMessage()

func (*WatchPlanAssignmentsRequest_FieldMask) ProtoReflect

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

func (*WatchPlanAssignmentsRequest_FieldMask) Reset

func (fieldMask *WatchPlanAssignmentsRequest_FieldMask) Reset()

func (*WatchPlanAssignmentsRequest_FieldMask) Set

func (*WatchPlanAssignmentsRequest_FieldMask) SetFromCliFlag

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

func (*WatchPlanAssignmentsRequest_FieldMask) SetRaw

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

func (*WatchPlanAssignmentsRequest_FieldMask) Size

func (fieldMask *WatchPlanAssignmentsRequest_FieldMask) Size() int

func (*WatchPlanAssignmentsRequest_FieldMask) String

func (fieldMask *WatchPlanAssignmentsRequest_FieldMask) String() string

func (*WatchPlanAssignmentsRequest_FieldMask) Subtract

func (*WatchPlanAssignmentsRequest_FieldMask) SubtractRaw

func (*WatchPlanAssignmentsRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*WatchPlanAssignmentsRequest_FieldMask) Unmarshal

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

func (*WatchPlanAssignmentsRequest_FieldMask) UnmarshalJSON

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

type WatchPlanAssignmentsRequest_FieldPath

type WatchPlanAssignmentsRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchPlanAssignmentsRequest_FieldPathSelector
	Get(source *WatchPlanAssignmentsRequest) []interface{}
	GetSingle(source *WatchPlanAssignmentsRequest) (interface{}, bool)
	ClearValue(item *WatchPlanAssignmentsRequest)

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

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

func MustParseWatchPlanAssignmentsRequest_FieldPath

func MustParseWatchPlanAssignmentsRequest_FieldPath(rawField string) WatchPlanAssignmentsRequest_FieldPath

func ParseWatchPlanAssignmentsRequest_FieldPath

func ParseWatchPlanAssignmentsRequest_FieldPath(rawField string) (WatchPlanAssignmentsRequest_FieldPath, error)

type WatchPlanAssignmentsRequest_FieldPathArrayItemValue

type WatchPlanAssignmentsRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchPlanAssignmentsRequest_FieldPath
	ContainsValue(*WatchPlanAssignmentsRequest) bool
}

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

func MustParseWatchPlanAssignmentsRequest_FieldPathArrayItemValue

func MustParseWatchPlanAssignmentsRequest_FieldPathArrayItemValue(pathStr, valueStr string) WatchPlanAssignmentsRequest_FieldPathArrayItemValue

func ParseWatchPlanAssignmentsRequest_FieldPathArrayItemValue

func ParseWatchPlanAssignmentsRequest_FieldPathArrayItemValue(pathStr, valueStr string) (WatchPlanAssignmentsRequest_FieldPathArrayItemValue, error)

ParseWatchPlanAssignmentsRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchPlanAssignmentsRequest_FieldPathArrayOfValues

type WatchPlanAssignmentsRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchPlanAssignmentsRequest_FieldPath
}

WatchPlanAssignmentsRequest_FieldPathArrayOfValues allows storing slice of values for WatchPlanAssignmentsRequest fields according to their type

func MustParseWatchPlanAssignmentsRequest_FieldPathArrayOfValues

func MustParseWatchPlanAssignmentsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) WatchPlanAssignmentsRequest_FieldPathArrayOfValues

func ParseWatchPlanAssignmentsRequest_FieldPathArrayOfValues

func ParseWatchPlanAssignmentsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchPlanAssignmentsRequest_FieldPathArrayOfValues, error)

type WatchPlanAssignmentsRequest_FieldPathSelector

type WatchPlanAssignmentsRequest_FieldPathSelector int32
const (
	WatchPlanAssignmentsRequest_FieldPathSelectorType         WatchPlanAssignmentsRequest_FieldPathSelector = 0
	WatchPlanAssignmentsRequest_FieldPathSelectorParent       WatchPlanAssignmentsRequest_FieldPathSelector = 1
	WatchPlanAssignmentsRequest_FieldPathSelectorPageSize     WatchPlanAssignmentsRequest_FieldPathSelector = 2
	WatchPlanAssignmentsRequest_FieldPathSelectorPageToken    WatchPlanAssignmentsRequest_FieldPathSelector = 3
	WatchPlanAssignmentsRequest_FieldPathSelectorOrderBy      WatchPlanAssignmentsRequest_FieldPathSelector = 4
	WatchPlanAssignmentsRequest_FieldPathSelectorResumeToken  WatchPlanAssignmentsRequest_FieldPathSelector = 5
	WatchPlanAssignmentsRequest_FieldPathSelectorStartingTime WatchPlanAssignmentsRequest_FieldPathSelector = 6
	WatchPlanAssignmentsRequest_FieldPathSelectorFilter       WatchPlanAssignmentsRequest_FieldPathSelector = 7
	WatchPlanAssignmentsRequest_FieldPathSelectorFieldMask    WatchPlanAssignmentsRequest_FieldPathSelector = 8
	WatchPlanAssignmentsRequest_FieldPathSelectorView         WatchPlanAssignmentsRequest_FieldPathSelector = 9
	WatchPlanAssignmentsRequest_FieldPathSelectorMaxChunkSize WatchPlanAssignmentsRequest_FieldPathSelector = 10
)

func (WatchPlanAssignmentsRequest_FieldPathSelector) String

type WatchPlanAssignmentsRequest_FieldPathValue

type WatchPlanAssignmentsRequest_FieldPathValue interface {
	WatchPlanAssignmentsRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchPlanAssignmentsRequest)
	CompareWith(*WatchPlanAssignmentsRequest) (cmp int, comparable bool)
}

WatchPlanAssignmentsRequest_FieldPathValue allows storing values for WatchPlanAssignmentsRequest fields according to their type

func MustParseWatchPlanAssignmentsRequest_FieldPathValue

func MustParseWatchPlanAssignmentsRequest_FieldPathValue(pathStr, valueStr string) WatchPlanAssignmentsRequest_FieldPathValue

func ParseWatchPlanAssignmentsRequest_FieldPathValue

func ParseWatchPlanAssignmentsRequest_FieldPathValue(pathStr, valueStr string) (WatchPlanAssignmentsRequest_FieldPathValue, error)

type WatchPlanAssignmentsRequest_FieldTerminalPath

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

func (*WatchPlanAssignmentsRequest_FieldTerminalPath) ClearValue

func (*WatchPlanAssignmentsRequest_FieldTerminalPath) ClearValueRaw

func (*WatchPlanAssignmentsRequest_FieldTerminalPath) Get

func (fp *WatchPlanAssignmentsRequest_FieldTerminalPath) Get(source *WatchPlanAssignmentsRequest) (values []interface{})

Get returns all values pointed by specific field from source WatchPlanAssignmentsRequest

func (*WatchPlanAssignmentsRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchPlanAssignmentsRequest_FieldTerminalPath) GetRaw

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

func (*WatchPlanAssignmentsRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source WatchPlanAssignmentsRequest

func (*WatchPlanAssignmentsRequest_FieldTerminalPath) GetSingleRaw

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

func (*WatchPlanAssignmentsRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchPlanAssignmentsRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchPlanAssignmentsRequest_FieldTerminalPath) Selector

func (*WatchPlanAssignmentsRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*WatchPlanAssignmentsRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchPlanAssignmentsRequest_FieldTerminalPath) WithIArrayItemValue

func (*WatchPlanAssignmentsRequest_FieldTerminalPath) WithIArrayOfValues

func (*WatchPlanAssignmentsRequest_FieldTerminalPath) WithIValue

func (*WatchPlanAssignmentsRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*WatchPlanAssignmentsRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchPlanAssignmentsRequest_FieldTerminalPath) WithRawIValue

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

type WatchPlanAssignmentsRequest_FieldTerminalPathArrayItemValue

type WatchPlanAssignmentsRequest_FieldTerminalPathArrayItemValue struct {
	WatchPlanAssignmentsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPlanAssignmentsRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchPlanAssignmentsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchPlanAssignmentsRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchPlanAssignmentsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchPlanAssignmentsRequest_FieldTerminalPathArrayOfValues

type WatchPlanAssignmentsRequest_FieldTerminalPathArrayOfValues struct {
	WatchPlanAssignmentsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPlanAssignmentsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*WatchPlanAssignmentsRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues

func (*WatchPlanAssignmentsRequest_FieldTerminalPathArrayOfValues) AsMaxChunkSizeArrayOfValues

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

func (*WatchPlanAssignmentsRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues

func (*WatchPlanAssignmentsRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues

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

func (*WatchPlanAssignmentsRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues

func (*WatchPlanAssignmentsRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues

func (*WatchPlanAssignmentsRequest_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues

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

func (*WatchPlanAssignmentsRequest_FieldTerminalPathArrayOfValues) AsStartingTimeArrayOfValues added in v0.9.0

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

func (*WatchPlanAssignmentsRequest_FieldTerminalPathArrayOfValues) AsTypeArrayOfValues

func (*WatchPlanAssignmentsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

func (*WatchPlanAssignmentsRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchPlanAssignmentsRequest_FieldTerminalPathValue

type WatchPlanAssignmentsRequest_FieldTerminalPathValue struct {
	WatchPlanAssignmentsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPlanAssignmentsRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*WatchPlanAssignmentsRequest_FieldTerminalPathValue) AsFilterValue

func (*WatchPlanAssignmentsRequest_FieldTerminalPathValue) AsMaxChunkSizeValue

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

func (*WatchPlanAssignmentsRequest_FieldTerminalPathValue) AsOrderByValue

func (*WatchPlanAssignmentsRequest_FieldTerminalPathValue) AsPageSizeValue

func (*WatchPlanAssignmentsRequest_FieldTerminalPathValue) AsPageTokenValue

func (*WatchPlanAssignmentsRequest_FieldTerminalPathValue) AsParentValue

func (*WatchPlanAssignmentsRequest_FieldTerminalPathValue) AsResumeTokenValue

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

func (*WatchPlanAssignmentsRequest_FieldTerminalPathValue) AsStartingTimeValue added in v0.9.0

func (*WatchPlanAssignmentsRequest_FieldTerminalPathValue) AsTypeValue

func (*WatchPlanAssignmentsRequest_FieldTerminalPathValue) AsViewValue

func (*WatchPlanAssignmentsRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchPlanAssignmentsRequest_FieldTerminalPathValue' with the value under path in 'WatchPlanAssignmentsRequest'.

func (*WatchPlanAssignmentsRequest_FieldTerminalPathValue) CompareWithRaw

func (*WatchPlanAssignmentsRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchPlanAssignmentsRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchPlanAssignmentsRequest

func (*WatchPlanAssignmentsRequest_FieldTerminalPathValue) SetToRaw

type WatchPlanAssignmentsResponse

type WatchPlanAssignmentsResponse struct {

	// Changes of PlanAssignments
	PlanAssignmentChanges []*plan_assignment.PlanAssignmentChange `` /* 160-byte string literal not displayed */
	// If request specified max_chunk_size (or this limit was enforced if
	// stateless watch has been chosen), then responses with "full changeset" will
	// be divided into chunks. Client should keep receiving messages and, once
	// is_current has value true, combine this recent message with all previous
	// ones where is_current is false. If this is the first is_current in a whole
	// watch stream, then it means that client should have, at this moment,
	// contain snapshot of the current situation (or more accurately, snapshot of
	// situation at the moment of request). All PlanAssignments 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 *WatchPlanAssignmentsResponse_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 (PlanAssignments 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
}

WatchPlanAssignmentsResponse

func (*WatchPlanAssignmentsResponse) Clone

func (*WatchPlanAssignmentsResponse) CloneRaw

func (*WatchPlanAssignmentsResponse) Descriptor

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

Deprecated, Use WatchPlanAssignmentsResponse.ProtoReflect.Descriptor instead.

func (*WatchPlanAssignmentsResponse) GetIsCurrent

func (m *WatchPlanAssignmentsResponse) GetIsCurrent() bool

func (*WatchPlanAssignmentsResponse) GetIsHardReset

func (m *WatchPlanAssignmentsResponse) GetIsHardReset() bool

func (*WatchPlanAssignmentsResponse) GetIsSoftReset

func (m *WatchPlanAssignmentsResponse) GetIsSoftReset() bool

func (*WatchPlanAssignmentsResponse) GetPageTokenChange

func (*WatchPlanAssignmentsResponse) GetPlanAssignmentChanges

func (m *WatchPlanAssignmentsResponse) GetPlanAssignmentChanges() []*plan_assignment.PlanAssignmentChange

func (*WatchPlanAssignmentsResponse) GetResumeToken

func (m *WatchPlanAssignmentsResponse) GetResumeToken() string

func (*WatchPlanAssignmentsResponse) GetSnapshotSize

func (m *WatchPlanAssignmentsResponse) GetSnapshotSize() int64

func (*WatchPlanAssignmentsResponse) GotenMessage

func (*WatchPlanAssignmentsResponse) GotenMessage()

func (*WatchPlanAssignmentsResponse) GotenObjectExt

func (o *WatchPlanAssignmentsResponse) GotenObjectExt()

func (*WatchPlanAssignmentsResponse) GotenValidate

func (obj *WatchPlanAssignmentsResponse) GotenValidate() error

func (*WatchPlanAssignmentsResponse) MakeDiffFieldMask

func (*WatchPlanAssignmentsResponse) MakeFullFieldMask

func (*WatchPlanAssignmentsResponse) MakeRawDiffFieldMask

func (*WatchPlanAssignmentsResponse) MakeRawFullFieldMask

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

func (*WatchPlanAssignmentsResponse) Marshal

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

func (*WatchPlanAssignmentsResponse) MarshalJSON

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

func (*WatchPlanAssignmentsResponse) Merge

func (*WatchPlanAssignmentsResponse) MergeRaw

func (*WatchPlanAssignmentsResponse) ProtoMessage

func (*WatchPlanAssignmentsResponse) ProtoMessage()

func (*WatchPlanAssignmentsResponse) ProtoReflect

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

func (*WatchPlanAssignmentsResponse) Reset

func (m *WatchPlanAssignmentsResponse) Reset()

func (*WatchPlanAssignmentsResponse) SetIsCurrent

func (m *WatchPlanAssignmentsResponse) SetIsCurrent(fv bool)

func (*WatchPlanAssignmentsResponse) SetIsHardReset

func (m *WatchPlanAssignmentsResponse) SetIsHardReset(fv bool)

func (*WatchPlanAssignmentsResponse) SetIsSoftReset

func (m *WatchPlanAssignmentsResponse) SetIsSoftReset(fv bool)

func (*WatchPlanAssignmentsResponse) SetPageTokenChange

func (*WatchPlanAssignmentsResponse) SetPlanAssignmentChanges

func (m *WatchPlanAssignmentsResponse) SetPlanAssignmentChanges(fv []*plan_assignment.PlanAssignmentChange)

func (*WatchPlanAssignmentsResponse) SetResumeToken

func (m *WatchPlanAssignmentsResponse) SetResumeToken(fv string)

func (*WatchPlanAssignmentsResponse) SetSnapshotSize

func (m *WatchPlanAssignmentsResponse) SetSnapshotSize(fv int64)

func (*WatchPlanAssignmentsResponse) String

func (*WatchPlanAssignmentsResponse) Unmarshal

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

func (*WatchPlanAssignmentsResponse) UnmarshalJSON

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

type WatchPlanAssignmentsResponseFieldPathBuilder

type WatchPlanAssignmentsResponseFieldPathBuilder struct{}

func NewWatchPlanAssignmentsResponseFieldPathBuilder

func NewWatchPlanAssignmentsResponseFieldPathBuilder() WatchPlanAssignmentsResponseFieldPathBuilder

func (WatchPlanAssignmentsResponseFieldPathBuilder) IsCurrent

func (WatchPlanAssignmentsResponseFieldPathBuilder) IsHardReset

func (WatchPlanAssignmentsResponseFieldPathBuilder) IsSoftReset

func (WatchPlanAssignmentsResponseFieldPathBuilder) PageTokenChange

func (WatchPlanAssignmentsResponseFieldPathBuilder) PlanAssignmentChanges

func (WatchPlanAssignmentsResponseFieldPathBuilder) ResumeToken

func (WatchPlanAssignmentsResponseFieldPathBuilder) SnapshotSize

type WatchPlanAssignmentsResponsePageTokenChangeFieldPathBuilder

type WatchPlanAssignmentsResponsePageTokenChangeFieldPathBuilder struct{}

type WatchPlanAssignmentsResponsePageTokenChange_FieldPath

type WatchPlanAssignmentsResponsePageTokenChange_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchPlanAssignmentsResponsePageTokenChange_FieldPathSelector
	Get(source *WatchPlanAssignmentsResponse_PageTokenChange) []interface{}
	GetSingle(source *WatchPlanAssignmentsResponse_PageTokenChange) (interface{}, bool)
	ClearValue(item *WatchPlanAssignmentsResponse_PageTokenChange)

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

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

func MustParseWatchPlanAssignmentsResponsePageTokenChange_FieldPath

func MustParseWatchPlanAssignmentsResponsePageTokenChange_FieldPath(rawField string) WatchPlanAssignmentsResponsePageTokenChange_FieldPath

func ParseWatchPlanAssignmentsResponsePageTokenChange_FieldPath

func ParseWatchPlanAssignmentsResponsePageTokenChange_FieldPath(rawField string) (WatchPlanAssignmentsResponsePageTokenChange_FieldPath, error)

type WatchPlanAssignmentsResponsePageTokenChange_FieldPathArrayItemValue

type WatchPlanAssignmentsResponsePageTokenChange_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchPlanAssignmentsResponsePageTokenChange_FieldPath
	ContainsValue(*WatchPlanAssignmentsResponse_PageTokenChange) bool
}

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

func MustParseWatchPlanAssignmentsResponsePageTokenChange_FieldPathArrayItemValue

func MustParseWatchPlanAssignmentsResponsePageTokenChange_FieldPathArrayItemValue(pathStr, valueStr string) WatchPlanAssignmentsResponsePageTokenChange_FieldPathArrayItemValue

func ParseWatchPlanAssignmentsResponsePageTokenChange_FieldPathArrayItemValue

func ParseWatchPlanAssignmentsResponsePageTokenChange_FieldPathArrayItemValue(pathStr, valueStr string) (WatchPlanAssignmentsResponsePageTokenChange_FieldPathArrayItemValue, error)

ParseWatchPlanAssignmentsResponsePageTokenChange_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchPlanAssignmentsResponsePageTokenChange_FieldPathArrayOfValues

type WatchPlanAssignmentsResponsePageTokenChange_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchPlanAssignmentsResponsePageTokenChange_FieldPath
}

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

func MustParseWatchPlanAssignmentsResponsePageTokenChange_FieldPathArrayOfValues

func MustParseWatchPlanAssignmentsResponsePageTokenChange_FieldPathArrayOfValues(pathStr, valuesStr string) WatchPlanAssignmentsResponsePageTokenChange_FieldPathArrayOfValues

func ParseWatchPlanAssignmentsResponsePageTokenChange_FieldPathArrayOfValues

func ParseWatchPlanAssignmentsResponsePageTokenChange_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchPlanAssignmentsResponsePageTokenChange_FieldPathArrayOfValues, error)

type WatchPlanAssignmentsResponsePageTokenChange_FieldPathSelector

type WatchPlanAssignmentsResponsePageTokenChange_FieldPathSelector int32
const (
	WatchPlanAssignmentsResponsePageTokenChange_FieldPathSelectorPrevPageToken WatchPlanAssignmentsResponsePageTokenChange_FieldPathSelector = 0
	WatchPlanAssignmentsResponsePageTokenChange_FieldPathSelectorNextPageToken WatchPlanAssignmentsResponsePageTokenChange_FieldPathSelector = 1
)

func (WatchPlanAssignmentsResponsePageTokenChange_FieldPathSelector) String

type WatchPlanAssignmentsResponsePageTokenChange_FieldPathValue

type WatchPlanAssignmentsResponsePageTokenChange_FieldPathValue interface {
	WatchPlanAssignmentsResponsePageTokenChange_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchPlanAssignmentsResponse_PageTokenChange)
	CompareWith(*WatchPlanAssignmentsResponse_PageTokenChange) (cmp int, comparable bool)
}

WatchPlanAssignmentsResponsePageTokenChange_FieldPathValue allows storing values for PageTokenChange fields according to their type

func MustParseWatchPlanAssignmentsResponsePageTokenChange_FieldPathValue

func MustParseWatchPlanAssignmentsResponsePageTokenChange_FieldPathValue(pathStr, valueStr string) WatchPlanAssignmentsResponsePageTokenChange_FieldPathValue

func ParseWatchPlanAssignmentsResponsePageTokenChange_FieldPathValue

func ParseWatchPlanAssignmentsResponsePageTokenChange_FieldPathValue(pathStr, valueStr string) (WatchPlanAssignmentsResponsePageTokenChange_FieldPathValue, error)

type WatchPlanAssignmentsResponsePageTokenChange_FieldTerminalPath

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

func (*WatchPlanAssignmentsResponsePageTokenChange_FieldTerminalPath) ClearValue

func (*WatchPlanAssignmentsResponsePageTokenChange_FieldTerminalPath) ClearValueRaw

func (*WatchPlanAssignmentsResponsePageTokenChange_FieldTerminalPath) Get

Get returns all values pointed by specific field from source WatchPlanAssignmentsResponse_PageTokenChange

func (*WatchPlanAssignmentsResponsePageTokenChange_FieldTerminalPath) GetDefault

GetDefault returns a default value of the field type

func (*WatchPlanAssignmentsResponsePageTokenChange_FieldTerminalPath) GetRaw

func (*WatchPlanAssignmentsResponsePageTokenChange_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source WatchPlanAssignmentsResponse_PageTokenChange

func (*WatchPlanAssignmentsResponsePageTokenChange_FieldTerminalPath) GetSingleRaw

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

func (*WatchPlanAssignmentsResponsePageTokenChange_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchPlanAssignmentsResponsePageTokenChange_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchPlanAssignmentsResponsePageTokenChange_FieldTerminalPath) Selector

func (*WatchPlanAssignmentsResponsePageTokenChange_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*WatchPlanAssignmentsResponsePageTokenChange_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchPlanAssignmentsResponsePageTokenChange_FieldTerminalPath) WithIArrayItemValue

func (*WatchPlanAssignmentsResponsePageTokenChange_FieldTerminalPath) WithIArrayOfValues

func (*WatchPlanAssignmentsResponsePageTokenChange_FieldTerminalPath) WithIValue

func (*WatchPlanAssignmentsResponsePageTokenChange_FieldTerminalPath) WithRawIArrayItemValue

func (*WatchPlanAssignmentsResponsePageTokenChange_FieldTerminalPath) WithRawIArrayOfValues

func (*WatchPlanAssignmentsResponsePageTokenChange_FieldTerminalPath) WithRawIValue

type WatchPlanAssignmentsResponsePageTokenChange_FieldTerminalPathArrayItemValue

type WatchPlanAssignmentsResponsePageTokenChange_FieldTerminalPathArrayItemValue struct {
	WatchPlanAssignmentsResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPlanAssignmentsResponsePageTokenChange_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchPlanAssignmentsResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetRawItemValue

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

func (*WatchPlanAssignmentsResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchPlanAssignmentsResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingleRaw

type WatchPlanAssignmentsResponsePageTokenChange_FieldTerminalPathArrayOfValues

type WatchPlanAssignmentsResponsePageTokenChange_FieldTerminalPathArrayOfValues struct {
	WatchPlanAssignmentsResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPlanAssignmentsResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues

func (*WatchPlanAssignmentsResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues

func (*WatchPlanAssignmentsResponsePageTokenChange_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchPlanAssignmentsResponsePageTokenChange_FieldTerminalPathValue

type WatchPlanAssignmentsResponsePageTokenChange_FieldTerminalPathValue struct {
	WatchPlanAssignmentsResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPlanAssignmentsResponsePageTokenChange_FieldTerminalPathValue) AsNextPageTokenValue

func (*WatchPlanAssignmentsResponsePageTokenChange_FieldTerminalPathValue) AsPrevPageTokenValue

func (*WatchPlanAssignmentsResponsePageTokenChange_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchPlanAssignmentsResponsePageTokenChange_FieldTerminalPathValue' with the value under path in 'WatchPlanAssignmentsResponse_PageTokenChange'.

func (*WatchPlanAssignmentsResponsePageTokenChange_FieldTerminalPathValue) CompareWithRaw

func (*WatchPlanAssignmentsResponsePageTokenChange_FieldTerminalPathValue) GetRawValue

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

func (*WatchPlanAssignmentsResponsePageTokenChange_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object PageTokenChange

func (*WatchPlanAssignmentsResponsePageTokenChange_FieldTerminalPathValue) SetToRaw

type WatchPlanAssignmentsResponsePathSelectorIsCurrent

type WatchPlanAssignmentsResponsePathSelectorIsCurrent struct{}

func (WatchPlanAssignmentsResponsePathSelectorIsCurrent) FieldPath

func (WatchPlanAssignmentsResponsePathSelectorIsCurrent) WithArrayOfValues

func (WatchPlanAssignmentsResponsePathSelectorIsCurrent) WithValue

type WatchPlanAssignmentsResponsePathSelectorIsHardReset

type WatchPlanAssignmentsResponsePathSelectorIsHardReset struct{}

func (WatchPlanAssignmentsResponsePathSelectorIsHardReset) FieldPath

func (WatchPlanAssignmentsResponsePathSelectorIsHardReset) WithArrayOfValues

func (WatchPlanAssignmentsResponsePathSelectorIsHardReset) WithValue

type WatchPlanAssignmentsResponsePathSelectorIsSoftReset

type WatchPlanAssignmentsResponsePathSelectorIsSoftReset struct{}

func (WatchPlanAssignmentsResponsePathSelectorIsSoftReset) FieldPath

func (WatchPlanAssignmentsResponsePathSelectorIsSoftReset) WithArrayOfValues

func (WatchPlanAssignmentsResponsePathSelectorIsSoftReset) WithValue

type WatchPlanAssignmentsResponsePathSelectorPageTokenChange

type WatchPlanAssignmentsResponsePathSelectorPageTokenChange struct{}

func (WatchPlanAssignmentsResponsePathSelectorPageTokenChange) FieldPath

type WatchPlanAssignmentsResponsePathSelectorPageTokenChangeNextPageToken

type WatchPlanAssignmentsResponsePathSelectorPageTokenChangeNextPageToken struct{}

func (WatchPlanAssignmentsResponsePathSelectorPageTokenChangeNextPageToken) FieldPath

func (WatchPlanAssignmentsResponsePathSelectorPageTokenChangeNextPageToken) WithArrayOfValues

func (WatchPlanAssignmentsResponsePathSelectorPageTokenChangeNextPageToken) WithValue

type WatchPlanAssignmentsResponsePathSelectorPageTokenChangePrevPageToken

type WatchPlanAssignmentsResponsePathSelectorPageTokenChangePrevPageToken struct{}

func (WatchPlanAssignmentsResponsePathSelectorPageTokenChangePrevPageToken) FieldPath

func (WatchPlanAssignmentsResponsePathSelectorPageTokenChangePrevPageToken) WithArrayOfValues

func (WatchPlanAssignmentsResponsePathSelectorPageTokenChangePrevPageToken) WithValue

type WatchPlanAssignmentsResponsePathSelectorPlanAssignmentChanges

type WatchPlanAssignmentsResponsePathSelectorPlanAssignmentChanges struct{}

func (WatchPlanAssignmentsResponsePathSelectorPlanAssignmentChanges) FieldPath

func (WatchPlanAssignmentsResponsePathSelectorPlanAssignmentChanges) WithArrayOfValues

func (WatchPlanAssignmentsResponsePathSelectorPlanAssignmentChanges) WithValue

type WatchPlanAssignmentsResponsePathSelectorResumeToken

type WatchPlanAssignmentsResponsePathSelectorResumeToken struct{}

func (WatchPlanAssignmentsResponsePathSelectorResumeToken) FieldPath

func (WatchPlanAssignmentsResponsePathSelectorResumeToken) WithArrayOfValues

func (WatchPlanAssignmentsResponsePathSelectorResumeToken) WithValue

type WatchPlanAssignmentsResponsePathSelectorSnapshotSize

type WatchPlanAssignmentsResponsePathSelectorSnapshotSize struct{}

func (WatchPlanAssignmentsResponsePathSelectorSnapshotSize) FieldPath

func (WatchPlanAssignmentsResponsePathSelectorSnapshotSize) WithArrayOfValues

func (WatchPlanAssignmentsResponsePathSelectorSnapshotSize) WithValue

type WatchPlanAssignmentsResponse_FieldMask

type WatchPlanAssignmentsResponse_FieldMask struct {
	Paths []WatchPlanAssignmentsResponse_FieldPath
}

func FullWatchPlanAssignmentsResponse_FieldMask

func FullWatchPlanAssignmentsResponse_FieldMask() *WatchPlanAssignmentsResponse_FieldMask

func (*WatchPlanAssignmentsResponse_FieldMask) AppendPath

func (*WatchPlanAssignmentsResponse_FieldMask) AppendRawPath

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

func (*WatchPlanAssignmentsResponse_FieldMask) DecodeFirestore

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

func (*WatchPlanAssignmentsResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchPlanAssignmentsResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchPlanAssignmentsResponse_FieldMask) FromProtoFieldMask

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

func (*WatchPlanAssignmentsResponse_FieldMask) GetPaths

func (*WatchPlanAssignmentsResponse_FieldMask) GetRawPaths

func (*WatchPlanAssignmentsResponse_FieldMask) IsFull

func (fieldMask *WatchPlanAssignmentsResponse_FieldMask) IsFull() bool

func (WatchPlanAssignmentsResponse_FieldMask) Marshal

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

implement methods required by customType

func (WatchPlanAssignmentsResponse_FieldMask) MarshalJSON

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

func (*WatchPlanAssignmentsResponse_FieldMask) PathsCount

func (fieldMask *WatchPlanAssignmentsResponse_FieldMask) PathsCount() int

func (*WatchPlanAssignmentsResponse_FieldMask) Project

func (*WatchPlanAssignmentsResponse_FieldMask) ProjectRaw

func (*WatchPlanAssignmentsResponse_FieldMask) ProtoMessage

func (fieldMask *WatchPlanAssignmentsResponse_FieldMask) ProtoMessage()

func (*WatchPlanAssignmentsResponse_FieldMask) ProtoReflect

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

func (*WatchPlanAssignmentsResponse_FieldMask) Reset

func (fieldMask *WatchPlanAssignmentsResponse_FieldMask) Reset()

func (*WatchPlanAssignmentsResponse_FieldMask) Set

func (*WatchPlanAssignmentsResponse_FieldMask) SetFromCliFlag

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

func (*WatchPlanAssignmentsResponse_FieldMask) SetRaw

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

func (*WatchPlanAssignmentsResponse_FieldMask) Size

func (fieldMask *WatchPlanAssignmentsResponse_FieldMask) Size() int

func (*WatchPlanAssignmentsResponse_FieldMask) String

func (fieldMask *WatchPlanAssignmentsResponse_FieldMask) String() string

func (*WatchPlanAssignmentsResponse_FieldMask) Subtract

func (*WatchPlanAssignmentsResponse_FieldMask) SubtractRaw

func (*WatchPlanAssignmentsResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*WatchPlanAssignmentsResponse_FieldMask) Unmarshal

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

func (*WatchPlanAssignmentsResponse_FieldMask) UnmarshalJSON

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

type WatchPlanAssignmentsResponse_FieldPath

type WatchPlanAssignmentsResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchPlanAssignmentsResponse_FieldPathSelector
	Get(source *WatchPlanAssignmentsResponse) []interface{}
	GetSingle(source *WatchPlanAssignmentsResponse) (interface{}, bool)
	ClearValue(item *WatchPlanAssignmentsResponse)

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

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

func MustParseWatchPlanAssignmentsResponse_FieldPath

func MustParseWatchPlanAssignmentsResponse_FieldPath(rawField string) WatchPlanAssignmentsResponse_FieldPath

func ParseWatchPlanAssignmentsResponse_FieldPath

func ParseWatchPlanAssignmentsResponse_FieldPath(rawField string) (WatchPlanAssignmentsResponse_FieldPath, error)

type WatchPlanAssignmentsResponse_FieldPathArrayItemValue

type WatchPlanAssignmentsResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchPlanAssignmentsResponse_FieldPath
	ContainsValue(*WatchPlanAssignmentsResponse) bool
}

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

func MustParseWatchPlanAssignmentsResponse_FieldPathArrayItemValue

func MustParseWatchPlanAssignmentsResponse_FieldPathArrayItemValue(pathStr, valueStr string) WatchPlanAssignmentsResponse_FieldPathArrayItemValue

func ParseWatchPlanAssignmentsResponse_FieldPathArrayItemValue

func ParseWatchPlanAssignmentsResponse_FieldPathArrayItemValue(pathStr, valueStr string) (WatchPlanAssignmentsResponse_FieldPathArrayItemValue, error)

ParseWatchPlanAssignmentsResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchPlanAssignmentsResponse_FieldPathArrayOfValues

type WatchPlanAssignmentsResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchPlanAssignmentsResponse_FieldPath
}

WatchPlanAssignmentsResponse_FieldPathArrayOfValues allows storing slice of values for WatchPlanAssignmentsResponse fields according to their type

func MustParseWatchPlanAssignmentsResponse_FieldPathArrayOfValues

func MustParseWatchPlanAssignmentsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) WatchPlanAssignmentsResponse_FieldPathArrayOfValues

func ParseWatchPlanAssignmentsResponse_FieldPathArrayOfValues

func ParseWatchPlanAssignmentsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchPlanAssignmentsResponse_FieldPathArrayOfValues, error)

type WatchPlanAssignmentsResponse_FieldPathSelector

type WatchPlanAssignmentsResponse_FieldPathSelector int32
const (
	WatchPlanAssignmentsResponse_FieldPathSelectorPlanAssignmentChanges WatchPlanAssignmentsResponse_FieldPathSelector = 0
	WatchPlanAssignmentsResponse_FieldPathSelectorIsCurrent             WatchPlanAssignmentsResponse_FieldPathSelector = 1
	WatchPlanAssignmentsResponse_FieldPathSelectorPageTokenChange       WatchPlanAssignmentsResponse_FieldPathSelector = 2
	WatchPlanAssignmentsResponse_FieldPathSelectorResumeToken           WatchPlanAssignmentsResponse_FieldPathSelector = 3
	WatchPlanAssignmentsResponse_FieldPathSelectorSnapshotSize          WatchPlanAssignmentsResponse_FieldPathSelector = 4
	WatchPlanAssignmentsResponse_FieldPathSelectorIsSoftReset           WatchPlanAssignmentsResponse_FieldPathSelector = 5
	WatchPlanAssignmentsResponse_FieldPathSelectorIsHardReset           WatchPlanAssignmentsResponse_FieldPathSelector = 6
)

func (WatchPlanAssignmentsResponse_FieldPathSelector) String

type WatchPlanAssignmentsResponse_FieldPathValue

type WatchPlanAssignmentsResponse_FieldPathValue interface {
	WatchPlanAssignmentsResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchPlanAssignmentsResponse)
	CompareWith(*WatchPlanAssignmentsResponse) (cmp int, comparable bool)
}

WatchPlanAssignmentsResponse_FieldPathValue allows storing values for WatchPlanAssignmentsResponse fields according to their type

func MustParseWatchPlanAssignmentsResponse_FieldPathValue

func MustParseWatchPlanAssignmentsResponse_FieldPathValue(pathStr, valueStr string) WatchPlanAssignmentsResponse_FieldPathValue

func ParseWatchPlanAssignmentsResponse_FieldPathValue

func ParseWatchPlanAssignmentsResponse_FieldPathValue(pathStr, valueStr string) (WatchPlanAssignmentsResponse_FieldPathValue, error)

type WatchPlanAssignmentsResponse_FieldSubPath

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

func (*WatchPlanAssignmentsResponse_FieldSubPath) AsPageTokenChangeSubPath

func (*WatchPlanAssignmentsResponse_FieldSubPath) ClearValue

func (*WatchPlanAssignmentsResponse_FieldSubPath) ClearValueRaw

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

func (*WatchPlanAssignmentsResponse_FieldSubPath) Get

func (fps *WatchPlanAssignmentsResponse_FieldSubPath) Get(source *WatchPlanAssignmentsResponse) (values []interface{})

Get returns all values pointed by selected field from source WatchPlanAssignmentsResponse

func (*WatchPlanAssignmentsResponse_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchPlanAssignmentsResponse_FieldSubPath) GetRaw

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

func (*WatchPlanAssignmentsResponse_FieldSubPath) GetSingle

func (fps *WatchPlanAssignmentsResponse_FieldSubPath) GetSingle(source *WatchPlanAssignmentsResponse) (interface{}, bool)

GetSingle returns value of selected field from source WatchPlanAssignmentsResponse

func (*WatchPlanAssignmentsResponse_FieldSubPath) GetSingleRaw

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

func (*WatchPlanAssignmentsResponse_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchPlanAssignmentsResponse_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchPlanAssignmentsResponse_FieldSubPath) Selector

func (*WatchPlanAssignmentsResponse_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*WatchPlanAssignmentsResponse_FieldSubPath) String

String returns path representation in proto convention

func (*WatchPlanAssignmentsResponse_FieldSubPath) WithIArrayItemValue

func (*WatchPlanAssignmentsResponse_FieldSubPath) WithIArrayOfValues

func (*WatchPlanAssignmentsResponse_FieldSubPath) WithIValue

func (*WatchPlanAssignmentsResponse_FieldSubPath) WithRawIArrayItemValue

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

func (*WatchPlanAssignmentsResponse_FieldSubPath) WithRawIArrayOfValues

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

func (*WatchPlanAssignmentsResponse_FieldSubPath) WithRawIValue

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

type WatchPlanAssignmentsResponse_FieldSubPathArrayItemValue

type WatchPlanAssignmentsResponse_FieldSubPathArrayItemValue struct {
	WatchPlanAssignmentsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*WatchPlanAssignmentsResponse_FieldSubPathArrayItemValue) AsPageTokenChangePathItemValue

func (*WatchPlanAssignmentsResponse_FieldSubPathArrayItemValue) ContainsValue

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

func (*WatchPlanAssignmentsResponse_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type WatchPlanAssignmentsResponse_FieldSubPathArrayOfValues

type WatchPlanAssignmentsResponse_FieldSubPathArrayOfValues struct {
	WatchPlanAssignmentsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*WatchPlanAssignmentsResponse_FieldSubPathArrayOfValues) AsPageTokenChangePathArrayOfValues

func (*WatchPlanAssignmentsResponse_FieldSubPathArrayOfValues) GetRawValues

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

type WatchPlanAssignmentsResponse_FieldSubPathValue

type WatchPlanAssignmentsResponse_FieldSubPathValue struct {
	WatchPlanAssignmentsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*WatchPlanAssignmentsResponse_FieldSubPathValue) AsPageTokenChangePathValue

func (*WatchPlanAssignmentsResponse_FieldSubPathValue) CompareWith

func (*WatchPlanAssignmentsResponse_FieldSubPathValue) CompareWithRaw

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

func (*WatchPlanAssignmentsResponse_FieldSubPathValue) GetRawValue

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

func (*WatchPlanAssignmentsResponse_FieldSubPathValue) SetTo

func (*WatchPlanAssignmentsResponse_FieldSubPathValue) SetToRaw

type WatchPlanAssignmentsResponse_FieldTerminalPath

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

func (*WatchPlanAssignmentsResponse_FieldTerminalPath) ClearValue

func (*WatchPlanAssignmentsResponse_FieldTerminalPath) ClearValueRaw

func (*WatchPlanAssignmentsResponse_FieldTerminalPath) Get

func (fp *WatchPlanAssignmentsResponse_FieldTerminalPath) Get(source *WatchPlanAssignmentsResponse) (values []interface{})

Get returns all values pointed by specific field from source WatchPlanAssignmentsResponse

func (*WatchPlanAssignmentsResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchPlanAssignmentsResponse_FieldTerminalPath) GetRaw

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

func (*WatchPlanAssignmentsResponse_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source WatchPlanAssignmentsResponse

func (*WatchPlanAssignmentsResponse_FieldTerminalPath) GetSingleRaw

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

func (*WatchPlanAssignmentsResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchPlanAssignmentsResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchPlanAssignmentsResponse_FieldTerminalPath) Selector

func (*WatchPlanAssignmentsResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*WatchPlanAssignmentsResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchPlanAssignmentsResponse_FieldTerminalPath) WithIArrayItemValue

func (*WatchPlanAssignmentsResponse_FieldTerminalPath) WithIArrayOfValues

func (*WatchPlanAssignmentsResponse_FieldTerminalPath) WithIValue

func (*WatchPlanAssignmentsResponse_FieldTerminalPath) WithRawIArrayItemValue

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

func (*WatchPlanAssignmentsResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchPlanAssignmentsResponse_FieldTerminalPath) WithRawIValue

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

type WatchPlanAssignmentsResponse_FieldTerminalPathArrayItemValue

type WatchPlanAssignmentsResponse_FieldTerminalPathArrayItemValue struct {
	WatchPlanAssignmentsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPlanAssignmentsResponse_FieldTerminalPathArrayItemValue) AsPlanAssignmentChangesItemValue

func (*WatchPlanAssignmentsResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchPlanAssignmentsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchPlanAssignmentsResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchPlanAssignmentsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchPlanAssignmentsResponse_FieldTerminalPathArrayOfValues

type WatchPlanAssignmentsResponse_FieldTerminalPathArrayOfValues struct {
	WatchPlanAssignmentsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPlanAssignmentsResponse_FieldTerminalPathArrayOfValues) AsIsCurrentArrayOfValues

func (fpaov *WatchPlanAssignmentsResponse_FieldTerminalPathArrayOfValues) AsIsCurrentArrayOfValues() ([]bool, bool)

func (*WatchPlanAssignmentsResponse_FieldTerminalPathArrayOfValues) AsIsHardResetArrayOfValues

func (fpaov *WatchPlanAssignmentsResponse_FieldTerminalPathArrayOfValues) AsIsHardResetArrayOfValues() ([]bool, bool)

func (*WatchPlanAssignmentsResponse_FieldTerminalPathArrayOfValues) AsIsSoftResetArrayOfValues

func (fpaov *WatchPlanAssignmentsResponse_FieldTerminalPathArrayOfValues) AsIsSoftResetArrayOfValues() ([]bool, bool)

func (*WatchPlanAssignmentsResponse_FieldTerminalPathArrayOfValues) AsPageTokenChangeArrayOfValues

func (*WatchPlanAssignmentsResponse_FieldTerminalPathArrayOfValues) AsPlanAssignmentChangesArrayOfValues

func (fpaov *WatchPlanAssignmentsResponse_FieldTerminalPathArrayOfValues) AsPlanAssignmentChangesArrayOfValues() ([][]*plan_assignment.PlanAssignmentChange, bool)

func (*WatchPlanAssignmentsResponse_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues

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

func (*WatchPlanAssignmentsResponse_FieldTerminalPathArrayOfValues) AsSnapshotSizeArrayOfValues

func (fpaov *WatchPlanAssignmentsResponse_FieldTerminalPathArrayOfValues) AsSnapshotSizeArrayOfValues() ([]int64, bool)

func (*WatchPlanAssignmentsResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchPlanAssignmentsResponse_FieldTerminalPathValue

type WatchPlanAssignmentsResponse_FieldTerminalPathValue struct {
	WatchPlanAssignmentsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPlanAssignmentsResponse_FieldTerminalPathValue) AsIsCurrentValue

func (*WatchPlanAssignmentsResponse_FieldTerminalPathValue) AsIsHardResetValue

func (fpv *WatchPlanAssignmentsResponse_FieldTerminalPathValue) AsIsHardResetValue() (bool, bool)

func (*WatchPlanAssignmentsResponse_FieldTerminalPathValue) AsIsSoftResetValue

func (fpv *WatchPlanAssignmentsResponse_FieldTerminalPathValue) AsIsSoftResetValue() (bool, bool)

func (*WatchPlanAssignmentsResponse_FieldTerminalPathValue) AsPageTokenChangeValue

func (*WatchPlanAssignmentsResponse_FieldTerminalPathValue) AsPlanAssignmentChangesValue

func (*WatchPlanAssignmentsResponse_FieldTerminalPathValue) AsResumeTokenValue

func (*WatchPlanAssignmentsResponse_FieldTerminalPathValue) AsSnapshotSizeValue

func (fpv *WatchPlanAssignmentsResponse_FieldTerminalPathValue) AsSnapshotSizeValue() (int64, bool)

func (*WatchPlanAssignmentsResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchPlanAssignmentsResponse_FieldTerminalPathValue' with the value under path in 'WatchPlanAssignmentsResponse'.

func (*WatchPlanAssignmentsResponse_FieldTerminalPathValue) CompareWithRaw

func (*WatchPlanAssignmentsResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchPlanAssignmentsResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchPlanAssignmentsResponse

func (*WatchPlanAssignmentsResponse_FieldTerminalPathValue) SetToRaw

type WatchPlanAssignmentsResponse_PageTokenChange

type WatchPlanAssignmentsResponse_PageTokenChange struct {

	// New token to retrieve previous page of results.
	PrevPageToken *plan_assignment.PagerCursor `` /* 151-byte string literal not displayed */
	// New token to retrieve next page of results.
	NextPageToken *plan_assignment.PagerCursor `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*WatchPlanAssignmentsResponse_PageTokenChange) Clone

func (*WatchPlanAssignmentsResponse_PageTokenChange) CloneRaw

func (*WatchPlanAssignmentsResponse_PageTokenChange) Descriptor

Deprecated, Use WatchPlanAssignmentsResponse_PageTokenChange.ProtoReflect.Descriptor instead.

func (*WatchPlanAssignmentsResponse_PageTokenChange) GetNextPageToken

func (*WatchPlanAssignmentsResponse_PageTokenChange) GetPrevPageToken

func (*WatchPlanAssignmentsResponse_PageTokenChange) GotenMessage

func (*WatchPlanAssignmentsResponse_PageTokenChange) GotenObjectExt

func (*WatchPlanAssignmentsResponse_PageTokenChange) GotenValidate

func (*WatchPlanAssignmentsResponse_PageTokenChange) MakeFullFieldMask

func (*WatchPlanAssignmentsResponse_PageTokenChange) MakeRawDiffFieldMask

func (*WatchPlanAssignmentsResponse_PageTokenChange) MakeRawFullFieldMask

func (*WatchPlanAssignmentsResponse_PageTokenChange) Marshal

func (*WatchPlanAssignmentsResponse_PageTokenChange) MarshalJSON

func (*WatchPlanAssignmentsResponse_PageTokenChange) Merge

func (*WatchPlanAssignmentsResponse_PageTokenChange) MergeRaw

func (*WatchPlanAssignmentsResponse_PageTokenChange) ProtoMessage

func (*WatchPlanAssignmentsResponse_PageTokenChange) ProtoReflect

func (*WatchPlanAssignmentsResponse_PageTokenChange) Reset

func (*WatchPlanAssignmentsResponse_PageTokenChange) SetNextPageToken

func (*WatchPlanAssignmentsResponse_PageTokenChange) SetPrevPageToken

func (*WatchPlanAssignmentsResponse_PageTokenChange) String

func (*WatchPlanAssignmentsResponse_PageTokenChange) Unmarshal

func (*WatchPlanAssignmentsResponse_PageTokenChange) UnmarshalJSON

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

type WatchPlanAssignmentsResponse_PageTokenChangePathSelectorNextPageToken

type WatchPlanAssignmentsResponse_PageTokenChangePathSelectorNextPageToken struct{}

func (WatchPlanAssignmentsResponse_PageTokenChangePathSelectorNextPageToken) FieldPath

type WatchPlanAssignmentsResponse_PageTokenChangePathSelectorPrevPageToken

type WatchPlanAssignmentsResponse_PageTokenChangePathSelectorPrevPageToken struct{}

func (WatchPlanAssignmentsResponse_PageTokenChangePathSelectorPrevPageToken) FieldPath

type WatchPlanAssignmentsResponse_PageTokenChange_FieldMask

type WatchPlanAssignmentsResponse_PageTokenChange_FieldMask struct {
	Paths []WatchPlanAssignmentsResponsePageTokenChange_FieldPath
}

func FullWatchPlanAssignmentsResponse_PageTokenChange_FieldMask

func FullWatchPlanAssignmentsResponse_PageTokenChange_FieldMask() *WatchPlanAssignmentsResponse_PageTokenChange_FieldMask

func (*WatchPlanAssignmentsResponse_PageTokenChange_FieldMask) AppendPath

func (*WatchPlanAssignmentsResponse_PageTokenChange_FieldMask) AppendRawPath

func (*WatchPlanAssignmentsResponse_PageTokenChange_FieldMask) DecodeFirestore

func (*WatchPlanAssignmentsResponse_PageTokenChange_FieldMask) EncodeFirestore

firestore encoding/decoding integration

func (*WatchPlanAssignmentsResponse_PageTokenChange_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchPlanAssignmentsResponse_PageTokenChange_FieldMask) FromProtoFieldMask

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

func (*WatchPlanAssignmentsResponse_PageTokenChange_FieldMask) GetPaths

func (*WatchPlanAssignmentsResponse_PageTokenChange_FieldMask) GetRawPaths

func (*WatchPlanAssignmentsResponse_PageTokenChange_FieldMask) IsFull

func (WatchPlanAssignmentsResponse_PageTokenChange_FieldMask) Marshal

implement methods required by customType

func (WatchPlanAssignmentsResponse_PageTokenChange_FieldMask) MarshalJSON

func (*WatchPlanAssignmentsResponse_PageTokenChange_FieldMask) PathsCount

func (*WatchPlanAssignmentsResponse_PageTokenChange_FieldMask) Project

func (*WatchPlanAssignmentsResponse_PageTokenChange_FieldMask) ProjectRaw

func (*WatchPlanAssignmentsResponse_PageTokenChange_FieldMask) ProtoMessage

func (*WatchPlanAssignmentsResponse_PageTokenChange_FieldMask) ProtoReflect

func (*WatchPlanAssignmentsResponse_PageTokenChange_FieldMask) Reset

func (*WatchPlanAssignmentsResponse_PageTokenChange_FieldMask) Set

func (*WatchPlanAssignmentsResponse_PageTokenChange_FieldMask) SetFromCliFlag

func (*WatchPlanAssignmentsResponse_PageTokenChange_FieldMask) SetRaw

func (*WatchPlanAssignmentsResponse_PageTokenChange_FieldMask) Size

func (*WatchPlanAssignmentsResponse_PageTokenChange_FieldMask) String

func (*WatchPlanAssignmentsResponse_PageTokenChange_FieldMask) SubtractRaw

func (*WatchPlanAssignmentsResponse_PageTokenChange_FieldMask) ToProtoFieldMask

ToFieldMask is used for proto conversions

func (*WatchPlanAssignmentsResponse_PageTokenChange_FieldMask) Unmarshal

func (*WatchPlanAssignmentsResponse_PageTokenChange_FieldMask) UnmarshalJSON

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

Jump to

Keyboard shortcuts

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