metric_descriptor_client

package
v0.6.1 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BatchGetMetricDescriptorsDescriptor added in v0.4.28

type BatchGetMetricDescriptorsDescriptor struct{}

func GetBatchGetMetricDescriptorsDescriptor added in v0.4.28

func GetBatchGetMetricDescriptorsDescriptor() *BatchGetMetricDescriptorsDescriptor

func (*BatchGetMetricDescriptorsDescriptor) GetApiDescriptor added in v0.4.28

func (*BatchGetMetricDescriptorsDescriptor) GetApiName added in v0.4.28

func (*BatchGetMetricDescriptorsDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*BatchGetMetricDescriptorsDescriptor) GetFullMethodName added in v0.4.28

func (d *BatchGetMetricDescriptorsDescriptor) GetFullMethodName() string

func (*BatchGetMetricDescriptorsDescriptor) GetMethodName added in v0.4.28

func (d *BatchGetMetricDescriptorsDescriptor) GetMethodName() string

func (*BatchGetMetricDescriptorsDescriptor) GetProtoPkgName added in v0.4.28

func (d *BatchGetMetricDescriptorsDescriptor) GetProtoPkgName() string

func (*BatchGetMetricDescriptorsDescriptor) GetResourceDescriptor added in v0.4.30

func (*BatchGetMetricDescriptorsDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*BatchGetMetricDescriptorsDescriptor) GetServiceDomain added in v0.4.28

func (d *BatchGetMetricDescriptorsDescriptor) GetServiceDomain() string

func (*BatchGetMetricDescriptorsDescriptor) GetServiceVersion added in v0.4.28

func (d *BatchGetMetricDescriptorsDescriptor) GetServiceVersion() string

func (*BatchGetMetricDescriptorsDescriptor) GetVerb added in v0.4.28

func (*BatchGetMetricDescriptorsDescriptor) HasResource added in v0.4.30

func (d *BatchGetMetricDescriptorsDescriptor) HasResource() bool

func (*BatchGetMetricDescriptorsDescriptor) IsClientStream added in v0.4.28

func (d *BatchGetMetricDescriptorsDescriptor) IsClientStream() bool

func (*BatchGetMetricDescriptorsDescriptor) IsCollection added in v0.4.30

func (d *BatchGetMetricDescriptorsDescriptor) IsCollection() bool

func (*BatchGetMetricDescriptorsDescriptor) IsPlural added in v0.4.30

func (*BatchGetMetricDescriptorsDescriptor) IsServerStream added in v0.4.28

func (d *BatchGetMetricDescriptorsDescriptor) IsServerStream() bool

func (*BatchGetMetricDescriptorsDescriptor) IsUnary added in v0.4.28

func (*BatchGetMetricDescriptorsDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*BatchGetMetricDescriptorsDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*BatchGetMetricDescriptorsDescriptor) RequestHasResourceBody added in v0.4.28

func (d *BatchGetMetricDescriptorsDescriptor) RequestHasResourceBody() bool

type BatchGetMetricDescriptorsDescriptorClientMsgHandle added in v0.4.28

type BatchGetMetricDescriptorsDescriptorClientMsgHandle struct{}

func (*BatchGetMetricDescriptorsDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*BatchGetMetricDescriptorsDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*BatchGetMetricDescriptorsDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type BatchGetMetricDescriptorsDescriptorServerMsgHandle added in v0.4.28

type BatchGetMetricDescriptorsDescriptorServerMsgHandle struct{}

func (*BatchGetMetricDescriptorsDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*BatchGetMetricDescriptorsDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*BatchGetMetricDescriptorsDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type BatchGetMetricDescriptorsRequest

type BatchGetMetricDescriptorsRequest struct {

	// Names of MetricDescriptors
	Names []*metric_descriptor.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 *metric_descriptor.MetricDescriptor_FieldMask `` /* 148-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 [BatchGetMetricDescriptors][ntt.monitoring.v3.BatchGetMetricDescriptors]

func (*BatchGetMetricDescriptorsRequest) Clone

func (*BatchGetMetricDescriptorsRequest) CloneRaw

func (*BatchGetMetricDescriptorsRequest) Descriptor

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

Deprecated, Use BatchGetMetricDescriptorsRequest.ProtoReflect.Descriptor instead.

func (*BatchGetMetricDescriptorsRequest) GetFieldMask

func (*BatchGetMetricDescriptorsRequest) GetNames

func (*BatchGetMetricDescriptorsRequest) GetView

func (*BatchGetMetricDescriptorsRequest) GotenMessage

func (*BatchGetMetricDescriptorsRequest) GotenMessage()

func (*BatchGetMetricDescriptorsRequest) GotenObjectExt

func (o *BatchGetMetricDescriptorsRequest) GotenObjectExt()

func (*BatchGetMetricDescriptorsRequest) GotenValidate

func (obj *BatchGetMetricDescriptorsRequest) GotenValidate() error

func (*BatchGetMetricDescriptorsRequest) MakeDiffFieldMask

func (*BatchGetMetricDescriptorsRequest) MakeFullFieldMask

func (*BatchGetMetricDescriptorsRequest) MakeRawDiffFieldMask

func (*BatchGetMetricDescriptorsRequest) MakeRawFullFieldMask

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

func (*BatchGetMetricDescriptorsRequest) Marshal

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

func (*BatchGetMetricDescriptorsRequest) MarshalJSON

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

func (*BatchGetMetricDescriptorsRequest) Merge

func (*BatchGetMetricDescriptorsRequest) MergeRaw

func (*BatchGetMetricDescriptorsRequest) ProtoMessage

func (*BatchGetMetricDescriptorsRequest) ProtoMessage()

func (*BatchGetMetricDescriptorsRequest) ProtoReflect

func (*BatchGetMetricDescriptorsRequest) Reset

func (*BatchGetMetricDescriptorsRequest) SetFieldMask

func (*BatchGetMetricDescriptorsRequest) SetNames

func (*BatchGetMetricDescriptorsRequest) SetView

func (*BatchGetMetricDescriptorsRequest) String

func (*BatchGetMetricDescriptorsRequest) Unmarshal

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

func (*BatchGetMetricDescriptorsRequest) UnmarshalJSON

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

type BatchGetMetricDescriptorsRequestFieldPathBuilder

type BatchGetMetricDescriptorsRequestFieldPathBuilder struct{}

func NewBatchGetMetricDescriptorsRequestFieldPathBuilder

func NewBatchGetMetricDescriptorsRequestFieldPathBuilder() BatchGetMetricDescriptorsRequestFieldPathBuilder

func (BatchGetMetricDescriptorsRequestFieldPathBuilder) FieldMask

func (BatchGetMetricDescriptorsRequestFieldPathBuilder) Names

func (BatchGetMetricDescriptorsRequestFieldPathBuilder) View

type BatchGetMetricDescriptorsRequestPathSelectorFieldMask

type BatchGetMetricDescriptorsRequestPathSelectorFieldMask struct{}

func (BatchGetMetricDescriptorsRequestPathSelectorFieldMask) FieldPath

type BatchGetMetricDescriptorsRequestPathSelectorNames

type BatchGetMetricDescriptorsRequestPathSelectorNames struct{}

func (BatchGetMetricDescriptorsRequestPathSelectorNames) FieldPath

func (BatchGetMetricDescriptorsRequestPathSelectorNames) WithArrayOfValues

func (BatchGetMetricDescriptorsRequestPathSelectorNames) WithValue

type BatchGetMetricDescriptorsRequestPathSelectorView

type BatchGetMetricDescriptorsRequestPathSelectorView struct{}

func (BatchGetMetricDescriptorsRequestPathSelectorView) FieldPath

func (BatchGetMetricDescriptorsRequestPathSelectorView) WithArrayOfValues

func (BatchGetMetricDescriptorsRequestPathSelectorView) WithValue

type BatchGetMetricDescriptorsRequest_FieldMask

type BatchGetMetricDescriptorsRequest_FieldMask struct {
	Paths []BatchGetMetricDescriptorsRequest_FieldPath
}

func FullBatchGetMetricDescriptorsRequest_FieldMask

func FullBatchGetMetricDescriptorsRequest_FieldMask() *BatchGetMetricDescriptorsRequest_FieldMask

func (*BatchGetMetricDescriptorsRequest_FieldMask) AppendPath

func (*BatchGetMetricDescriptorsRequest_FieldMask) AppendRawPath

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

func (*BatchGetMetricDescriptorsRequest_FieldMask) DecodeFirestore

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

func (*BatchGetMetricDescriptorsRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*BatchGetMetricDescriptorsRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*BatchGetMetricDescriptorsRequest_FieldMask) FromProtoFieldMask

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

func (*BatchGetMetricDescriptorsRequest_FieldMask) GetPaths

func (*BatchGetMetricDescriptorsRequest_FieldMask) GetRawPaths

func (*BatchGetMetricDescriptorsRequest_FieldMask) IsFull

func (BatchGetMetricDescriptorsRequest_FieldMask) Marshal

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

implement methods required by customType

func (BatchGetMetricDescriptorsRequest_FieldMask) MarshalJSON

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

func (*BatchGetMetricDescriptorsRequest_FieldMask) PathsCount

func (fieldMask *BatchGetMetricDescriptorsRequest_FieldMask) PathsCount() int

func (*BatchGetMetricDescriptorsRequest_FieldMask) Project

func (*BatchGetMetricDescriptorsRequest_FieldMask) ProjectRaw

func (*BatchGetMetricDescriptorsRequest_FieldMask) ProtoMessage

func (fieldMask *BatchGetMetricDescriptorsRequest_FieldMask) ProtoMessage()

func (*BatchGetMetricDescriptorsRequest_FieldMask) ProtoReflect

func (*BatchGetMetricDescriptorsRequest_FieldMask) Reset

func (fieldMask *BatchGetMetricDescriptorsRequest_FieldMask) Reset()

func (*BatchGetMetricDescriptorsRequest_FieldMask) Set

func (*BatchGetMetricDescriptorsRequest_FieldMask) SetFromCliFlag

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

func (*BatchGetMetricDescriptorsRequest_FieldMask) SetRaw

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

func (*BatchGetMetricDescriptorsRequest_FieldMask) Size

func (*BatchGetMetricDescriptorsRequest_FieldMask) String

func (*BatchGetMetricDescriptorsRequest_FieldMask) Subtract

func (*BatchGetMetricDescriptorsRequest_FieldMask) SubtractRaw

func (*BatchGetMetricDescriptorsRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*BatchGetMetricDescriptorsRequest_FieldMask) Unmarshal

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

func (*BatchGetMetricDescriptorsRequest_FieldMask) UnmarshalJSON

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

type BatchGetMetricDescriptorsRequest_FieldPath

type BatchGetMetricDescriptorsRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() BatchGetMetricDescriptorsRequest_FieldPathSelector
	Get(source *BatchGetMetricDescriptorsRequest) []interface{}
	GetSingle(source *BatchGetMetricDescriptorsRequest) (interface{}, bool)
	ClearValue(item *BatchGetMetricDescriptorsRequest)

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

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

func MustParseBatchGetMetricDescriptorsRequest_FieldPath

func MustParseBatchGetMetricDescriptorsRequest_FieldPath(rawField string) BatchGetMetricDescriptorsRequest_FieldPath

func ParseBatchGetMetricDescriptorsRequest_FieldPath

func ParseBatchGetMetricDescriptorsRequest_FieldPath(rawField string) (BatchGetMetricDescriptorsRequest_FieldPath, error)

type BatchGetMetricDescriptorsRequest_FieldPathArrayItemValue

type BatchGetMetricDescriptorsRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	BatchGetMetricDescriptorsRequest_FieldPath
	ContainsValue(*BatchGetMetricDescriptorsRequest) bool
}

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

func MustParseBatchGetMetricDescriptorsRequest_FieldPathArrayItemValue

func MustParseBatchGetMetricDescriptorsRequest_FieldPathArrayItemValue(pathStr, valueStr string) BatchGetMetricDescriptorsRequest_FieldPathArrayItemValue

func ParseBatchGetMetricDescriptorsRequest_FieldPathArrayItemValue

func ParseBatchGetMetricDescriptorsRequest_FieldPathArrayItemValue(pathStr, valueStr string) (BatchGetMetricDescriptorsRequest_FieldPathArrayItemValue, error)

ParseBatchGetMetricDescriptorsRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type BatchGetMetricDescriptorsRequest_FieldPathArrayOfValues

type BatchGetMetricDescriptorsRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	BatchGetMetricDescriptorsRequest_FieldPath
}

BatchGetMetricDescriptorsRequest_FieldPathArrayOfValues allows storing slice of values for BatchGetMetricDescriptorsRequest fields according to their type

func MustParseBatchGetMetricDescriptorsRequest_FieldPathArrayOfValues

func MustParseBatchGetMetricDescriptorsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) BatchGetMetricDescriptorsRequest_FieldPathArrayOfValues

func ParseBatchGetMetricDescriptorsRequest_FieldPathArrayOfValues

func ParseBatchGetMetricDescriptorsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (BatchGetMetricDescriptorsRequest_FieldPathArrayOfValues, error)

type BatchGetMetricDescriptorsRequest_FieldPathSelector

type BatchGetMetricDescriptorsRequest_FieldPathSelector int32
const (
	BatchGetMetricDescriptorsRequest_FieldPathSelectorNames     BatchGetMetricDescriptorsRequest_FieldPathSelector = 0
	BatchGetMetricDescriptorsRequest_FieldPathSelectorFieldMask BatchGetMetricDescriptorsRequest_FieldPathSelector = 1
	BatchGetMetricDescriptorsRequest_FieldPathSelectorView      BatchGetMetricDescriptorsRequest_FieldPathSelector = 2
)

func (BatchGetMetricDescriptorsRequest_FieldPathSelector) String

type BatchGetMetricDescriptorsRequest_FieldPathValue

type BatchGetMetricDescriptorsRequest_FieldPathValue interface {
	BatchGetMetricDescriptorsRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **BatchGetMetricDescriptorsRequest)
	CompareWith(*BatchGetMetricDescriptorsRequest) (cmp int, comparable bool)
}

BatchGetMetricDescriptorsRequest_FieldPathValue allows storing values for BatchGetMetricDescriptorsRequest fields according to their type

func MustParseBatchGetMetricDescriptorsRequest_FieldPathValue

func MustParseBatchGetMetricDescriptorsRequest_FieldPathValue(pathStr, valueStr string) BatchGetMetricDescriptorsRequest_FieldPathValue

func ParseBatchGetMetricDescriptorsRequest_FieldPathValue

func ParseBatchGetMetricDescriptorsRequest_FieldPathValue(pathStr, valueStr string) (BatchGetMetricDescriptorsRequest_FieldPathValue, error)

type BatchGetMetricDescriptorsRequest_FieldTerminalPath

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

func (*BatchGetMetricDescriptorsRequest_FieldTerminalPath) ClearValue

func (*BatchGetMetricDescriptorsRequest_FieldTerminalPath) ClearValueRaw

func (*BatchGetMetricDescriptorsRequest_FieldTerminalPath) Get

Get returns all values pointed by specific field from source BatchGetMetricDescriptorsRequest

func (*BatchGetMetricDescriptorsRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*BatchGetMetricDescriptorsRequest_FieldTerminalPath) GetRaw

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

func (*BatchGetMetricDescriptorsRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source BatchGetMetricDescriptorsRequest

func (*BatchGetMetricDescriptorsRequest_FieldTerminalPath) GetSingleRaw

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

func (*BatchGetMetricDescriptorsRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*BatchGetMetricDescriptorsRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetMetricDescriptorsRequest_FieldTerminalPath) Selector

func (*BatchGetMetricDescriptorsRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*BatchGetMetricDescriptorsRequest_FieldTerminalPath) WithIArrayItemValue

func (*BatchGetMetricDescriptorsRequest_FieldTerminalPath) WithIArrayOfValues

func (*BatchGetMetricDescriptorsRequest_FieldTerminalPath) WithIValue

func (*BatchGetMetricDescriptorsRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*BatchGetMetricDescriptorsRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*BatchGetMetricDescriptorsRequest_FieldTerminalPath) WithRawIValue

type BatchGetMetricDescriptorsRequest_FieldTerminalPathArrayItemValue

type BatchGetMetricDescriptorsRequest_FieldTerminalPathArrayItemValue struct {
	BatchGetMetricDescriptorsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetMetricDescriptorsRequest_FieldTerminalPathArrayItemValue) AsNamesItemValue

func (*BatchGetMetricDescriptorsRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*BatchGetMetricDescriptorsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*BatchGetMetricDescriptorsRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*BatchGetMetricDescriptorsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type BatchGetMetricDescriptorsRequest_FieldTerminalPathArrayOfValues

type BatchGetMetricDescriptorsRequest_FieldTerminalPathArrayOfValues struct {
	BatchGetMetricDescriptorsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetMetricDescriptorsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*BatchGetMetricDescriptorsRequest_FieldTerminalPathArrayOfValues) AsNamesArrayOfValues

func (*BatchGetMetricDescriptorsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

func (*BatchGetMetricDescriptorsRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type BatchGetMetricDescriptorsRequest_FieldTerminalPathValue

type BatchGetMetricDescriptorsRequest_FieldTerminalPathValue struct {
	BatchGetMetricDescriptorsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetMetricDescriptorsRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*BatchGetMetricDescriptorsRequest_FieldTerminalPathValue) AsNamesValue

func (*BatchGetMetricDescriptorsRequest_FieldTerminalPathValue) AsViewValue

func (*BatchGetMetricDescriptorsRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'BatchGetMetricDescriptorsRequest_FieldTerminalPathValue' with the value under path in 'BatchGetMetricDescriptorsRequest'.

func (*BatchGetMetricDescriptorsRequest_FieldTerminalPathValue) CompareWithRaw

func (*BatchGetMetricDescriptorsRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*BatchGetMetricDescriptorsRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object BatchGetMetricDescriptorsRequest

func (*BatchGetMetricDescriptorsRequest_FieldTerminalPathValue) SetToRaw

type BatchGetMetricDescriptorsResponse

type BatchGetMetricDescriptorsResponse struct {

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

BatchGetMetricDescriptorsResponse

func (*BatchGetMetricDescriptorsResponse) Clone

func (*BatchGetMetricDescriptorsResponse) CloneRaw

func (*BatchGetMetricDescriptorsResponse) Descriptor

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

Deprecated, Use BatchGetMetricDescriptorsResponse.ProtoReflect.Descriptor instead.

func (*BatchGetMetricDescriptorsResponse) GetMetricDescriptors

func (*BatchGetMetricDescriptorsResponse) GetMissing

func (*BatchGetMetricDescriptorsResponse) GotenMessage

func (*BatchGetMetricDescriptorsResponse) GotenMessage()

func (*BatchGetMetricDescriptorsResponse) GotenObjectExt

func (o *BatchGetMetricDescriptorsResponse) GotenObjectExt()

func (*BatchGetMetricDescriptorsResponse) GotenValidate

func (obj *BatchGetMetricDescriptorsResponse) GotenValidate() error

func (*BatchGetMetricDescriptorsResponse) MakeFullFieldMask

func (*BatchGetMetricDescriptorsResponse) MakeRawDiffFieldMask

func (*BatchGetMetricDescriptorsResponse) MakeRawFullFieldMask

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

func (*BatchGetMetricDescriptorsResponse) Marshal

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

func (*BatchGetMetricDescriptorsResponse) MarshalJSON

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

func (*BatchGetMetricDescriptorsResponse) Merge

func (*BatchGetMetricDescriptorsResponse) MergeRaw

func (*BatchGetMetricDescriptorsResponse) ProtoMessage

func (*BatchGetMetricDescriptorsResponse) ProtoMessage()

func (*BatchGetMetricDescriptorsResponse) ProtoReflect

func (*BatchGetMetricDescriptorsResponse) Reset

func (*BatchGetMetricDescriptorsResponse) SetMetricDescriptors

func (*BatchGetMetricDescriptorsResponse) SetMissing

func (*BatchGetMetricDescriptorsResponse) String

func (*BatchGetMetricDescriptorsResponse) Unmarshal

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

func (*BatchGetMetricDescriptorsResponse) UnmarshalJSON

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

type BatchGetMetricDescriptorsResponseFieldPathBuilder

type BatchGetMetricDescriptorsResponseFieldPathBuilder struct{}

func NewBatchGetMetricDescriptorsResponseFieldPathBuilder

func NewBatchGetMetricDescriptorsResponseFieldPathBuilder() BatchGetMetricDescriptorsResponseFieldPathBuilder

func (BatchGetMetricDescriptorsResponseFieldPathBuilder) MetricDescriptors

func (BatchGetMetricDescriptorsResponseFieldPathBuilder) Missing

type BatchGetMetricDescriptorsResponseMapPathSelectorMetricDescriptorsMetadataAnnotations

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

func (BatchGetMetricDescriptorsResponseMapPathSelectorMetricDescriptorsMetadataAnnotations) FieldPath

func (BatchGetMetricDescriptorsResponseMapPathSelectorMetricDescriptorsMetadataAnnotations) WithArrayOfValues

func (BatchGetMetricDescriptorsResponseMapPathSelectorMetricDescriptorsMetadataAnnotations) WithValue

type BatchGetMetricDescriptorsResponseMapPathSelectorMetricDescriptorsMetadataLabels

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

func (BatchGetMetricDescriptorsResponseMapPathSelectorMetricDescriptorsMetadataLabels) FieldPath

func (BatchGetMetricDescriptorsResponseMapPathSelectorMetricDescriptorsMetadataLabels) WithArrayOfValues

func (BatchGetMetricDescriptorsResponseMapPathSelectorMetricDescriptorsMetadataLabels) WithValue

type BatchGetMetricDescriptorsResponseMapPathSelectorMetricDescriptorsMetadataShards

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

func (BatchGetMetricDescriptorsResponseMapPathSelectorMetricDescriptorsMetadataShards) FieldPath

func (BatchGetMetricDescriptorsResponseMapPathSelectorMetricDescriptorsMetadataShards) WithArrayOfValues

func (BatchGetMetricDescriptorsResponseMapPathSelectorMetricDescriptorsMetadataShards) WithValue

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptors

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptors struct{}

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptors) FieldPath

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDescription

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDescription struct{}

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDescription) FieldPath

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDescription) WithArrayOfValues

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDescription) WithValue

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDisplayName

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDisplayName struct{}

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDisplayName) FieldPath

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDisplayName) WithArrayOfValues

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDisplayName) WithValue

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptions

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptions struct{}

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptions) FieldPath

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptions) WithArrayOfValues

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptions) WithValue

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsDynamicBuckets

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsDynamicBuckets struct{}

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsDynamicBuckets) FieldPath

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsDynamicBuckets) WithArrayOfValues

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsDynamicBuckets) WithValue

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsDynamicBucketsCompression

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsDynamicBucketsCompression struct{}

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsDynamicBucketsCompression) FieldPath

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsDynamicBucketsCompression) WithArrayOfValues

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsDynamicBucketsCompression) WithValue

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsDynamicBucketsMeans

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsDynamicBucketsMeans struct{}

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsDynamicBucketsMeans) FieldPath

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsDynamicBucketsMeans) WithArrayOfValues

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsDynamicBucketsMeans) WithItemValue

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsDynamicBucketsMeans) WithValue

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsExplicitBuckets

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsExplicitBuckets struct{}

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsExplicitBuckets) FieldPath

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsExplicitBuckets) WithArrayOfValues

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsExplicitBuckets) WithValue

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsExplicitBucketsBounds

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsExplicitBucketsBounds struct{}

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsExplicitBucketsBounds) FieldPath

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsExplicitBucketsBounds) WithArrayOfValues

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsExplicitBucketsBounds) WithItemValue

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsExplicitBucketsBounds) WithValue

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsExponentialBuckets

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsExponentialBuckets struct{}

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsExponentialBuckets) FieldPath

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsExponentialBuckets) WithArrayOfValues

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsExponentialBuckets) WithValue

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsExponentialBucketsGrowthFactor

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsExponentialBucketsGrowthFactor struct{}

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsExponentialBucketsGrowthFactor) FieldPath

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsExponentialBucketsGrowthFactor) WithArrayOfValues

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsExponentialBucketsGrowthFactor) WithValue

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsExponentialBucketsNumFiniteBuckets

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsExponentialBucketsNumFiniteBuckets struct{}

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsExponentialBucketsNumFiniteBuckets) FieldPath

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsExponentialBucketsNumFiniteBuckets) WithArrayOfValues

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsExponentialBucketsNumFiniteBuckets) WithValue

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsExponentialBucketsScale

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsExponentialBucketsScale struct{}

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsExponentialBucketsScale) FieldPath

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsExponentialBucketsScale) WithArrayOfValues

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsExponentialBucketsScale) WithValue

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsLinearBuckets

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsLinearBuckets struct{}

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsLinearBuckets) FieldPath

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsLinearBuckets) WithArrayOfValues

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsLinearBuckets) WithValue

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsLinearBucketsNumFiniteBuckets

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsLinearBucketsNumFiniteBuckets struct{}

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsLinearBucketsNumFiniteBuckets) FieldPath

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsLinearBucketsNumFiniteBuckets) WithArrayOfValues

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsLinearBucketsNumFiniteBuckets) WithValue

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsLinearBucketsOffset

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsLinearBucketsOffset struct{}

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsLinearBucketsOffset) FieldPath

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsLinearBucketsOffset) WithArrayOfValues

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsLinearBucketsOffset) WithValue

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsLinearBucketsWidth

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsLinearBucketsWidth struct{}

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsLinearBucketsWidth) FieldPath

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsLinearBucketsWidth) WithArrayOfValues

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsLinearBucketsWidth) WithValue

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsIndexSpec

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsIndexSpec struct{}

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsIndexSpec) FieldPath

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsIndexSpecPerResource

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsIndexSpecPerResource struct{}

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsIndexSpecPerResource) FieldPath

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsIndexSpecPerResourceIndices

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsIndexSpecPerResourceIndices struct{}

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsIndexSpecPerResourceIndices) FieldPath

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsIndexSpecPerResourceIndices) WithArrayOfValues

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsIndexSpecPerResourceIndices) WithValue

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsIndexSpecPerResourceIndicesPromotedLabels

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsIndexSpecPerResourceIndicesPromotedLabels struct{}

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsIndexSpecPerResourceIndicesPromotedLabels) FieldPath

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsIndexSpecPerResourceIndicesPromotedLabels) WithArrayOfValues

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsIndexSpecPerResourceIndicesPromotedLabels) WithItemValue

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsIndexSpecPerResourceIndicesPromotedLabels) WithValue

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsIndexSpecPerResourceIndicesWriteOnly

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsIndexSpecPerResourceIndicesWriteOnly struct{}

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsIndexSpecPerResourceIndicesWriteOnly) FieldPath

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsIndexSpecPerResourceIndicesWriteOnly) WithArrayOfValues

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsIndexSpecPerResourceIndicesWriteOnly) WithValue

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsIndexSpecPerResourceResource

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsIndexSpecPerResourceResource struct{}

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsIndexSpecPerResourceResource) FieldPath

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsIndexSpecPerResourceResource) WithArrayOfValues

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsIndexSpecPerResourceResource) WithValue

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsLabels

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsLabels struct{}

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsLabels) FieldPath

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsLabels) WithArrayOfValues

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsLabels) WithValue

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsLabelsDefaultValue

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsLabelsDefaultValue struct{}

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsLabelsDefaultValue) FieldPath

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsLabelsDefaultValue) WithArrayOfValues

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsLabelsDefaultValue) WithValue

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsLabelsDescription

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsLabelsDescription struct{}

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsLabelsDescription) FieldPath

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsLabelsDescription) WithArrayOfValues

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsLabelsDescription) WithValue

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsLabelsDisabled

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsLabelsDisabled struct{}

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsLabelsDisabled) FieldPath

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsLabelsDisabled) WithArrayOfValues

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsLabelsDisabled) WithValue

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsLabelsKey

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsLabelsKey struct{}

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsLabelsKey) FieldPath

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsLabelsKey) WithArrayOfValues

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsLabelsKey) WithValue

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsLabelsValueType

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsLabelsValueType struct{}

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsLabelsValueType) FieldPath

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadata

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadata struct{}

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadata) FieldPath

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadata) WithArrayOfValues

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadata) WithValue

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataAnnotations

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataAnnotations struct{}

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataAnnotations) FieldPath

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataAnnotations) WithArrayOfValues

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataAnnotations) WithValue

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataCreateTime

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataCreateTime struct{}

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataCreateTime) FieldPath

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataCreateTime) WithArrayOfValues

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataCreateTime) WithValue

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataGeneration

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataGeneration struct{}

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataGeneration) FieldPath

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataGeneration) WithArrayOfValues

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataGeneration) WithValue

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataLabels

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataLabels struct{}

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataLabels) FieldPath

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataLabels) WithArrayOfValues

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataLabels) WithValue

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferences

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferences struct{}

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferences) FieldPath

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferences) WithArrayOfValues

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferences) WithItemValue

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferences) WithValue

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferencesApiVersion

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferencesApiVersion struct{}

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferencesApiVersion) FieldPath

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferencesApiVersion) WithArrayOfValues

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferencesApiVersion) WithValue

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferencesBlockOwnerDeletion

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferencesController

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferencesController struct{}

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferencesController) FieldPath

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferencesController) WithArrayOfValues

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferencesController) WithValue

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferencesKind

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferencesKind struct{}

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferencesKind) FieldPath

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferencesKind) WithArrayOfValues

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferencesKind) WithValue

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferencesName

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferencesName struct{}

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferencesName) FieldPath

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferencesName) WithArrayOfValues

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferencesName) WithValue

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferencesUid

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferencesUid struct{}

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferencesUid) FieldPath

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferencesUid) WithArrayOfValues

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferencesUid) WithValue

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataResourceVersion

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataResourceVersion struct{}

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataResourceVersion) FieldPath

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataResourceVersion) WithArrayOfValues

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataResourceVersion) WithValue

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataShards

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataShards struct{}

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataShards) FieldPath

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataShards) WithArrayOfValues

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataShards) WithValue

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataSyncing

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataSyncing struct{}

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataSyncing) FieldPath

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataSyncing) WithArrayOfValues

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataSyncing) WithValue

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataSyncingOwningRegion

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataSyncingOwningRegion struct{}

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataSyncingOwningRegion) FieldPath

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataSyncingOwningRegion) WithArrayOfValues

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataSyncingOwningRegion) WithValue

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataSyncingRegions

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataSyncingRegions struct{}

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataSyncingRegions) FieldPath

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataSyncingRegions) WithArrayOfValues

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataSyncingRegions) WithItemValue

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataSyncingRegions) WithValue

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataTags

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataTags struct{}

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataTags) FieldPath

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataTags) WithArrayOfValues

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataTags) WithItemValue

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataTags) WithValue

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataUpdateTime

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataUpdateTime struct{}

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataUpdateTime) FieldPath

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataUpdateTime) WithArrayOfValues

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataUpdateTime) WithValue

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataUuid

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataUuid struct{}

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataUuid) FieldPath

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataUuid) WithArrayOfValues

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataUuid) WithValue

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetricDescriptorMetadata

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetricDescriptorMetadata struct{}

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetricDescriptorMetadata) FieldPath

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetricDescriptorMetadataLaunchStage

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetricDescriptorMetadataLaunchStage struct{}

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetricDescriptorMetadataLaunchStage) FieldPath

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetricDescriptorMetadataLaunchStage) WithArrayOfValues

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetricDescriptorMetadataLaunchStage) WithValue

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetricKind

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetricKind struct{}

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsMetricKind) FieldPath

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsName

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsName struct{}

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsName) FieldPath

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsName) WithArrayOfValues

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsName) WithValue

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsPromotedLabelKeySets

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsPromotedLabelKeySets struct{}

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsPromotedLabelKeySets) FieldPath

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsPromotedLabelKeySets) WithArrayOfValues

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsPromotedLabelKeySets) WithItemValue

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsPromotedLabelKeySets) WithValue

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsPromotedLabelKeySetsLabelKeys

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsPromotedLabelKeySetsLabelKeys struct{}

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsPromotedLabelKeySetsLabelKeys) FieldPath

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsPromotedLabelKeySetsLabelKeys) WithArrayOfValues

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsPromotedLabelKeySetsLabelKeys) WithItemValue

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsPromotedLabelKeySetsLabelKeys) WithValue

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsPromotedLabelKeySetsWriteOnly

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsPromotedLabelKeySetsWriteOnly struct{}

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsPromotedLabelKeySetsWriteOnly) FieldPath

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsPromotedLabelKeySetsWriteOnly) WithArrayOfValues

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsPromotedLabelKeySetsWriteOnly) WithValue

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsResourceTypes

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsResourceTypes struct{}

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsResourceTypes) FieldPath

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsResourceTypes) WithArrayOfValues

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsResourceTypes) WithItemValue

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsResourceTypes) WithValue

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsStorageConfig

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsStorageConfig struct{}

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsStorageConfig) FieldPath

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsStorageConfigStoreRawPoints

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsStorageConfigStoreRawPoints struct{}

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsStorageConfigStoreRawPoints) FieldPath

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsStorageConfigStoreRawPoints) WithArrayOfValues

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsStorageConfigStoreRawPoints) WithValue

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsType

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsType struct{}

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsType) FieldPath

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsType) WithArrayOfValues

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsType) WithValue

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsUnit

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsUnit struct{}

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsUnit) FieldPath

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsUnit) WithArrayOfValues

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsUnit) WithValue

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsValueType

type BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsValueType struct{}

func (BatchGetMetricDescriptorsResponsePathSelectorMetricDescriptorsValueType) FieldPath

type BatchGetMetricDescriptorsResponsePathSelectorMissing

type BatchGetMetricDescriptorsResponsePathSelectorMissing struct{}

func (BatchGetMetricDescriptorsResponsePathSelectorMissing) FieldPath

func (BatchGetMetricDescriptorsResponsePathSelectorMissing) WithArrayOfValues

func (BatchGetMetricDescriptorsResponsePathSelectorMissing) WithValue

type BatchGetMetricDescriptorsResponse_FieldMask

type BatchGetMetricDescriptorsResponse_FieldMask struct {
	Paths []BatchGetMetricDescriptorsResponse_FieldPath
}

func FullBatchGetMetricDescriptorsResponse_FieldMask

func FullBatchGetMetricDescriptorsResponse_FieldMask() *BatchGetMetricDescriptorsResponse_FieldMask

func (*BatchGetMetricDescriptorsResponse_FieldMask) AppendPath

func (*BatchGetMetricDescriptorsResponse_FieldMask) AppendRawPath

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

func (*BatchGetMetricDescriptorsResponse_FieldMask) DecodeFirestore

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

func (*BatchGetMetricDescriptorsResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*BatchGetMetricDescriptorsResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*BatchGetMetricDescriptorsResponse_FieldMask) FromProtoFieldMask

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

func (*BatchGetMetricDescriptorsResponse_FieldMask) GetPaths

func (*BatchGetMetricDescriptorsResponse_FieldMask) GetRawPaths

func (*BatchGetMetricDescriptorsResponse_FieldMask) IsFull

func (BatchGetMetricDescriptorsResponse_FieldMask) Marshal

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

implement methods required by customType

func (BatchGetMetricDescriptorsResponse_FieldMask) MarshalJSON

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

func (*BatchGetMetricDescriptorsResponse_FieldMask) PathsCount

func (fieldMask *BatchGetMetricDescriptorsResponse_FieldMask) PathsCount() int

func (*BatchGetMetricDescriptorsResponse_FieldMask) Project

func (*BatchGetMetricDescriptorsResponse_FieldMask) ProjectRaw

func (*BatchGetMetricDescriptorsResponse_FieldMask) ProtoMessage

func (fieldMask *BatchGetMetricDescriptorsResponse_FieldMask) ProtoMessage()

func (*BatchGetMetricDescriptorsResponse_FieldMask) ProtoReflect

func (*BatchGetMetricDescriptorsResponse_FieldMask) Reset

func (*BatchGetMetricDescriptorsResponse_FieldMask) Set

func (*BatchGetMetricDescriptorsResponse_FieldMask) SetFromCliFlag

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

func (*BatchGetMetricDescriptorsResponse_FieldMask) SetRaw

func (*BatchGetMetricDescriptorsResponse_FieldMask) Size

func (*BatchGetMetricDescriptorsResponse_FieldMask) String

func (*BatchGetMetricDescriptorsResponse_FieldMask) Subtract

func (*BatchGetMetricDescriptorsResponse_FieldMask) SubtractRaw

func (*BatchGetMetricDescriptorsResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*BatchGetMetricDescriptorsResponse_FieldMask) Unmarshal

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

func (*BatchGetMetricDescriptorsResponse_FieldMask) UnmarshalJSON

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

type BatchGetMetricDescriptorsResponse_FieldPath

type BatchGetMetricDescriptorsResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() BatchGetMetricDescriptorsResponse_FieldPathSelector
	Get(source *BatchGetMetricDescriptorsResponse) []interface{}
	GetSingle(source *BatchGetMetricDescriptorsResponse) (interface{}, bool)
	ClearValue(item *BatchGetMetricDescriptorsResponse)

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

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

func MustParseBatchGetMetricDescriptorsResponse_FieldPath

func MustParseBatchGetMetricDescriptorsResponse_FieldPath(rawField string) BatchGetMetricDescriptorsResponse_FieldPath

func ParseBatchGetMetricDescriptorsResponse_FieldPath

func ParseBatchGetMetricDescriptorsResponse_FieldPath(rawField string) (BatchGetMetricDescriptorsResponse_FieldPath, error)

type BatchGetMetricDescriptorsResponse_FieldPathArrayItemValue

type BatchGetMetricDescriptorsResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	BatchGetMetricDescriptorsResponse_FieldPath
	ContainsValue(*BatchGetMetricDescriptorsResponse) bool
}

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

func MustParseBatchGetMetricDescriptorsResponse_FieldPathArrayItemValue

func MustParseBatchGetMetricDescriptorsResponse_FieldPathArrayItemValue(pathStr, valueStr string) BatchGetMetricDescriptorsResponse_FieldPathArrayItemValue

func ParseBatchGetMetricDescriptorsResponse_FieldPathArrayItemValue

func ParseBatchGetMetricDescriptorsResponse_FieldPathArrayItemValue(pathStr, valueStr string) (BatchGetMetricDescriptorsResponse_FieldPathArrayItemValue, error)

ParseBatchGetMetricDescriptorsResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type BatchGetMetricDescriptorsResponse_FieldPathArrayOfValues

type BatchGetMetricDescriptorsResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	BatchGetMetricDescriptorsResponse_FieldPath
}

BatchGetMetricDescriptorsResponse_FieldPathArrayOfValues allows storing slice of values for BatchGetMetricDescriptorsResponse fields according to their type

func MustParseBatchGetMetricDescriptorsResponse_FieldPathArrayOfValues

func MustParseBatchGetMetricDescriptorsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) BatchGetMetricDescriptorsResponse_FieldPathArrayOfValues

func ParseBatchGetMetricDescriptorsResponse_FieldPathArrayOfValues

func ParseBatchGetMetricDescriptorsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (BatchGetMetricDescriptorsResponse_FieldPathArrayOfValues, error)

type BatchGetMetricDescriptorsResponse_FieldPathSelector

type BatchGetMetricDescriptorsResponse_FieldPathSelector int32
const (
	BatchGetMetricDescriptorsResponse_FieldPathSelectorMetricDescriptors BatchGetMetricDescriptorsResponse_FieldPathSelector = 0
	BatchGetMetricDescriptorsResponse_FieldPathSelectorMissing           BatchGetMetricDescriptorsResponse_FieldPathSelector = 1
)

func (BatchGetMetricDescriptorsResponse_FieldPathSelector) String

type BatchGetMetricDescriptorsResponse_FieldPathValue

type BatchGetMetricDescriptorsResponse_FieldPathValue interface {
	BatchGetMetricDescriptorsResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **BatchGetMetricDescriptorsResponse)
	CompareWith(*BatchGetMetricDescriptorsResponse) (cmp int, comparable bool)
}

BatchGetMetricDescriptorsResponse_FieldPathValue allows storing values for BatchGetMetricDescriptorsResponse fields according to their type

func MustParseBatchGetMetricDescriptorsResponse_FieldPathValue

func MustParseBatchGetMetricDescriptorsResponse_FieldPathValue(pathStr, valueStr string) BatchGetMetricDescriptorsResponse_FieldPathValue

func ParseBatchGetMetricDescriptorsResponse_FieldPathValue

func ParseBatchGetMetricDescriptorsResponse_FieldPathValue(pathStr, valueStr string) (BatchGetMetricDescriptorsResponse_FieldPathValue, error)

type BatchGetMetricDescriptorsResponse_FieldSubPath

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

func (*BatchGetMetricDescriptorsResponse_FieldSubPath) AsMetricDescriptorsSubPath

func (*BatchGetMetricDescriptorsResponse_FieldSubPath) ClearValue

func (*BatchGetMetricDescriptorsResponse_FieldSubPath) ClearValueRaw

func (*BatchGetMetricDescriptorsResponse_FieldSubPath) Get

Get returns all values pointed by selected field from source BatchGetMetricDescriptorsResponse

func (*BatchGetMetricDescriptorsResponse_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*BatchGetMetricDescriptorsResponse_FieldSubPath) GetRaw

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

func (*BatchGetMetricDescriptorsResponse_FieldSubPath) GetSingle

GetSingle returns value of selected field from source BatchGetMetricDescriptorsResponse

func (*BatchGetMetricDescriptorsResponse_FieldSubPath) GetSingleRaw

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

func (*BatchGetMetricDescriptorsResponse_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*BatchGetMetricDescriptorsResponse_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetMetricDescriptorsResponse_FieldSubPath) Selector

func (*BatchGetMetricDescriptorsResponse_FieldSubPath) String

String returns path representation in proto convention

func (*BatchGetMetricDescriptorsResponse_FieldSubPath) WithIArrayItemValue

func (*BatchGetMetricDescriptorsResponse_FieldSubPath) WithIArrayOfValues

func (*BatchGetMetricDescriptorsResponse_FieldSubPath) WithIValue

func (*BatchGetMetricDescriptorsResponse_FieldSubPath) WithRawIArrayItemValue

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

func (*BatchGetMetricDescriptorsResponse_FieldSubPath) WithRawIArrayOfValues

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

func (*BatchGetMetricDescriptorsResponse_FieldSubPath) WithRawIValue

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

type BatchGetMetricDescriptorsResponse_FieldSubPathArrayItemValue

type BatchGetMetricDescriptorsResponse_FieldSubPathArrayItemValue struct {
	BatchGetMetricDescriptorsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*BatchGetMetricDescriptorsResponse_FieldSubPathArrayItemValue) AsMetricDescriptorsPathItemValue

func (*BatchGetMetricDescriptorsResponse_FieldSubPathArrayItemValue) ContainsValue

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

func (*BatchGetMetricDescriptorsResponse_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type BatchGetMetricDescriptorsResponse_FieldSubPathArrayOfValues

type BatchGetMetricDescriptorsResponse_FieldSubPathArrayOfValues struct {
	BatchGetMetricDescriptorsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*BatchGetMetricDescriptorsResponse_FieldSubPathArrayOfValues) AsMetricDescriptorsPathArrayOfValues

func (*BatchGetMetricDescriptorsResponse_FieldSubPathArrayOfValues) GetRawValues

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

type BatchGetMetricDescriptorsResponse_FieldSubPathValue

type BatchGetMetricDescriptorsResponse_FieldSubPathValue struct {
	BatchGetMetricDescriptorsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*BatchGetMetricDescriptorsResponse_FieldSubPathValue) AsMetricDescriptorsPathValue

func (*BatchGetMetricDescriptorsResponse_FieldSubPathValue) CompareWith

func (*BatchGetMetricDescriptorsResponse_FieldSubPathValue) CompareWithRaw

func (*BatchGetMetricDescriptorsResponse_FieldSubPathValue) GetRawValue

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

func (*BatchGetMetricDescriptorsResponse_FieldSubPathValue) SetTo

func (*BatchGetMetricDescriptorsResponse_FieldSubPathValue) SetToRaw

type BatchGetMetricDescriptorsResponse_FieldTerminalPath

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

func (*BatchGetMetricDescriptorsResponse_FieldTerminalPath) ClearValue

func (*BatchGetMetricDescriptorsResponse_FieldTerminalPath) ClearValueRaw

func (*BatchGetMetricDescriptorsResponse_FieldTerminalPath) Get

Get returns all values pointed by specific field from source BatchGetMetricDescriptorsResponse

func (*BatchGetMetricDescriptorsResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*BatchGetMetricDescriptorsResponse_FieldTerminalPath) GetRaw

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

func (*BatchGetMetricDescriptorsResponse_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source BatchGetMetricDescriptorsResponse

func (*BatchGetMetricDescriptorsResponse_FieldTerminalPath) GetSingleRaw

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

func (*BatchGetMetricDescriptorsResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*BatchGetMetricDescriptorsResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetMetricDescriptorsResponse_FieldTerminalPath) Selector

func (*BatchGetMetricDescriptorsResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*BatchGetMetricDescriptorsResponse_FieldTerminalPath) WithIArrayItemValue

func (*BatchGetMetricDescriptorsResponse_FieldTerminalPath) WithIArrayOfValues

func (*BatchGetMetricDescriptorsResponse_FieldTerminalPath) WithIValue

func (*BatchGetMetricDescriptorsResponse_FieldTerminalPath) WithRawIArrayItemValue

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

func (*BatchGetMetricDescriptorsResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*BatchGetMetricDescriptorsResponse_FieldTerminalPath) WithRawIValue

type BatchGetMetricDescriptorsResponse_FieldTerminalPathArrayItemValue

type BatchGetMetricDescriptorsResponse_FieldTerminalPathArrayItemValue struct {
	BatchGetMetricDescriptorsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetMetricDescriptorsResponse_FieldTerminalPathArrayItemValue) AsMetricDescriptorsItemValue

func (*BatchGetMetricDescriptorsResponse_FieldTerminalPathArrayItemValue) AsMissingItemValue

func (*BatchGetMetricDescriptorsResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*BatchGetMetricDescriptorsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*BatchGetMetricDescriptorsResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*BatchGetMetricDescriptorsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type BatchGetMetricDescriptorsResponse_FieldTerminalPathArrayOfValues

type BatchGetMetricDescriptorsResponse_FieldTerminalPathArrayOfValues struct {
	BatchGetMetricDescriptorsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetMetricDescriptorsResponse_FieldTerminalPathArrayOfValues) AsMetricDescriptorsArrayOfValues

func (*BatchGetMetricDescriptorsResponse_FieldTerminalPathArrayOfValues) AsMissingArrayOfValues

func (*BatchGetMetricDescriptorsResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type BatchGetMetricDescriptorsResponse_FieldTerminalPathValue

type BatchGetMetricDescriptorsResponse_FieldTerminalPathValue struct {
	BatchGetMetricDescriptorsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetMetricDescriptorsResponse_FieldTerminalPathValue) AsMetricDescriptorsValue

func (*BatchGetMetricDescriptorsResponse_FieldTerminalPathValue) AsMissingValue

func (*BatchGetMetricDescriptorsResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'BatchGetMetricDescriptorsResponse_FieldTerminalPathValue' with the value under path in 'BatchGetMetricDescriptorsResponse'.

func (*BatchGetMetricDescriptorsResponse_FieldTerminalPathValue) CompareWithRaw

func (*BatchGetMetricDescriptorsResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*BatchGetMetricDescriptorsResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object BatchGetMetricDescriptorsResponse

func (*BatchGetMetricDescriptorsResponse_FieldTerminalPathValue) SetToRaw

type CreateMetricDescriptorDescriptor added in v0.4.28

type CreateMetricDescriptorDescriptor struct{}

func GetCreateMetricDescriptorDescriptor added in v0.4.28

func GetCreateMetricDescriptorDescriptor() *CreateMetricDescriptorDescriptor

func (*CreateMetricDescriptorDescriptor) GetApiDescriptor added in v0.4.28

func (*CreateMetricDescriptorDescriptor) GetApiName added in v0.4.28

func (d *CreateMetricDescriptorDescriptor) GetApiName() string

func (*CreateMetricDescriptorDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*CreateMetricDescriptorDescriptor) GetFullMethodName added in v0.4.28

func (d *CreateMetricDescriptorDescriptor) GetFullMethodName() string

func (*CreateMetricDescriptorDescriptor) GetMethodName added in v0.4.28

func (d *CreateMetricDescriptorDescriptor) GetMethodName() string

func (*CreateMetricDescriptorDescriptor) GetProtoPkgName added in v0.4.28

func (d *CreateMetricDescriptorDescriptor) GetProtoPkgName() string

func (*CreateMetricDescriptorDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*CreateMetricDescriptorDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*CreateMetricDescriptorDescriptor) GetServiceDomain added in v0.4.28

func (d *CreateMetricDescriptorDescriptor) GetServiceDomain() string

func (*CreateMetricDescriptorDescriptor) GetServiceVersion added in v0.4.28

func (d *CreateMetricDescriptorDescriptor) GetServiceVersion() string

func (*CreateMetricDescriptorDescriptor) GetVerb added in v0.4.28

func (*CreateMetricDescriptorDescriptor) HasResource added in v0.4.30

func (d *CreateMetricDescriptorDescriptor) HasResource() bool

func (*CreateMetricDescriptorDescriptor) IsClientStream added in v0.4.28

func (d *CreateMetricDescriptorDescriptor) IsClientStream() bool

func (*CreateMetricDescriptorDescriptor) IsCollection added in v0.4.30

func (d *CreateMetricDescriptorDescriptor) IsCollection() bool

func (*CreateMetricDescriptorDescriptor) IsPlural added in v0.4.30

func (d *CreateMetricDescriptorDescriptor) IsPlural() bool

func (*CreateMetricDescriptorDescriptor) IsServerStream added in v0.4.28

func (d *CreateMetricDescriptorDescriptor) IsServerStream() bool

func (*CreateMetricDescriptorDescriptor) IsUnary added in v0.4.28

func (*CreateMetricDescriptorDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*CreateMetricDescriptorDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*CreateMetricDescriptorDescriptor) RequestHasResourceBody added in v0.4.28

func (d *CreateMetricDescriptorDescriptor) RequestHasResourceBody() bool

type CreateMetricDescriptorDescriptorClientMsgHandle added in v0.4.28

type CreateMetricDescriptorDescriptorClientMsgHandle struct{}

func (*CreateMetricDescriptorDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*CreateMetricDescriptorDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*CreateMetricDescriptorDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type CreateMetricDescriptorDescriptorServerMsgHandle added in v0.4.28

type CreateMetricDescriptorDescriptorServerMsgHandle struct{}

func (*CreateMetricDescriptorDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*CreateMetricDescriptorDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*CreateMetricDescriptorDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type CreateMetricDescriptorRequest

type CreateMetricDescriptorRequest struct {

	// The project on which to execute the request. The format is
	// `"projects/{project_id_or_number}"`.
	// TODO: enable when multi-parents are supported
	Parent *metric_descriptor.ParentReference `protobuf:"bytes,3,opt,customtype=ParentReference,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// The new [custom metric](/monitoring/custom-metrics)
	// descriptor.
	MetricDescriptor *metric_descriptor.MetricDescriptor `` /* 138-byte string literal not displayed */
	// contains filtered or unexported fields
}

Request message for method [CreateMetricDescriptor][ntt.monitoring.v3.CreateMetricDescriptor]

func (*CreateMetricDescriptorRequest) Clone

func (*CreateMetricDescriptorRequest) CloneRaw

func (*CreateMetricDescriptorRequest) Descriptor

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

Deprecated, Use CreateMetricDescriptorRequest.ProtoReflect.Descriptor instead.

func (*CreateMetricDescriptorRequest) GetMetricDescriptor

func (*CreateMetricDescriptorRequest) GetParent

func (*CreateMetricDescriptorRequest) GotenMessage

func (*CreateMetricDescriptorRequest) GotenMessage()

func (*CreateMetricDescriptorRequest) GotenObjectExt

func (o *CreateMetricDescriptorRequest) GotenObjectExt()

func (*CreateMetricDescriptorRequest) GotenValidate

func (obj *CreateMetricDescriptorRequest) GotenValidate() error

func (*CreateMetricDescriptorRequest) MakeDiffFieldMask

func (*CreateMetricDescriptorRequest) MakeFullFieldMask

func (*CreateMetricDescriptorRequest) MakeRawDiffFieldMask

func (*CreateMetricDescriptorRequest) MakeRawFullFieldMask

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

func (*CreateMetricDescriptorRequest) Marshal

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

func (*CreateMetricDescriptorRequest) MarshalJSON

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

func (*CreateMetricDescriptorRequest) Merge

func (*CreateMetricDescriptorRequest) MergeRaw

func (*CreateMetricDescriptorRequest) ProtoMessage

func (*CreateMetricDescriptorRequest) ProtoMessage()

func (*CreateMetricDescriptorRequest) ProtoReflect

func (*CreateMetricDescriptorRequest) Reset

func (m *CreateMetricDescriptorRequest) Reset()

func (*CreateMetricDescriptorRequest) SetMetricDescriptor

func (*CreateMetricDescriptorRequest) SetParent

func (*CreateMetricDescriptorRequest) String

func (*CreateMetricDescriptorRequest) Unmarshal

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

func (*CreateMetricDescriptorRequest) UnmarshalJSON

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

type CreateMetricDescriptorRequestFieldPathBuilder

type CreateMetricDescriptorRequestFieldPathBuilder struct{}

func NewCreateMetricDescriptorRequestFieldPathBuilder

func NewCreateMetricDescriptorRequestFieldPathBuilder() CreateMetricDescriptorRequestFieldPathBuilder

func (CreateMetricDescriptorRequestFieldPathBuilder) MetricDescriptor

func (CreateMetricDescriptorRequestFieldPathBuilder) Parent

type CreateMetricDescriptorRequestMapPathSelectorMetricDescriptorMetadataAnnotations

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

func (CreateMetricDescriptorRequestMapPathSelectorMetricDescriptorMetadataAnnotations) FieldPath

func (CreateMetricDescriptorRequestMapPathSelectorMetricDescriptorMetadataAnnotations) WithArrayOfValues

func (CreateMetricDescriptorRequestMapPathSelectorMetricDescriptorMetadataAnnotations) WithValue

type CreateMetricDescriptorRequestMapPathSelectorMetricDescriptorMetadataLabels

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

func (CreateMetricDescriptorRequestMapPathSelectorMetricDescriptorMetadataLabels) FieldPath

func (CreateMetricDescriptorRequestMapPathSelectorMetricDescriptorMetadataLabels) WithArrayOfValues

func (CreateMetricDescriptorRequestMapPathSelectorMetricDescriptorMetadataLabels) WithValue

type CreateMetricDescriptorRequestMapPathSelectorMetricDescriptorMetadataShards

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

func (CreateMetricDescriptorRequestMapPathSelectorMetricDescriptorMetadataShards) FieldPath

func (CreateMetricDescriptorRequestMapPathSelectorMetricDescriptorMetadataShards) WithArrayOfValues

func (CreateMetricDescriptorRequestMapPathSelectorMetricDescriptorMetadataShards) WithValue

type CreateMetricDescriptorRequestPathSelectorMetricDescriptor

type CreateMetricDescriptorRequestPathSelectorMetricDescriptor struct{}

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptor) FieldPath

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptor) Labels

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptor) Metadata

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptor) Name

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptor) Type

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptor) Unit

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorDescription

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorDescription struct{}

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorDescription) FieldPath

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorDescription) WithArrayOfValues

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorDescription) WithValue

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorDisplayName

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorDisplayName struct{}

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorDisplayName) FieldPath

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorDisplayName) WithArrayOfValues

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorDisplayName) WithValue

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptions

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptions struct{}

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptions) FieldPath

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptions) WithArrayOfValues

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptions) WithValue

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsDynamicBuckets

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsDynamicBuckets struct{}

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsDynamicBuckets) FieldPath

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsDynamicBuckets) WithArrayOfValues

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsDynamicBuckets) WithValue

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsDynamicBucketsCompression

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsDynamicBucketsCompression struct{}

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsDynamicBucketsCompression) FieldPath

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsDynamicBucketsCompression) WithArrayOfValues

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsDynamicBucketsCompression) WithValue

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsDynamicBucketsMeans

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsDynamicBucketsMeans struct{}

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsDynamicBucketsMeans) FieldPath

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsDynamicBucketsMeans) WithArrayOfValues

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsDynamicBucketsMeans) WithItemValue

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsDynamicBucketsMeans) WithValue

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsExplicitBuckets

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsExplicitBuckets struct{}

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsExplicitBuckets) FieldPath

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsExplicitBuckets) WithArrayOfValues

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsExplicitBuckets) WithValue

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsExplicitBucketsBounds

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsExplicitBucketsBounds struct{}

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsExplicitBucketsBounds) FieldPath

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsExplicitBucketsBounds) WithArrayOfValues

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsExplicitBucketsBounds) WithItemValue

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsExplicitBucketsBounds) WithValue

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsExponentialBuckets

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsExponentialBuckets struct{}

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsExponentialBuckets) FieldPath

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsExponentialBuckets) WithArrayOfValues

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsExponentialBuckets) WithValue

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsExponentialBucketsGrowthFactor

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsExponentialBucketsGrowthFactor struct{}

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsExponentialBucketsGrowthFactor) FieldPath

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsExponentialBucketsGrowthFactor) WithArrayOfValues

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsExponentialBucketsGrowthFactor) WithValue

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsExponentialBucketsNumFiniteBuckets

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsExponentialBucketsNumFiniteBuckets struct{}

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsExponentialBucketsNumFiniteBuckets) FieldPath

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsExponentialBucketsNumFiniteBuckets) WithArrayOfValues

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsExponentialBucketsNumFiniteBuckets) WithValue

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsExponentialBucketsScale

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsExponentialBucketsScale struct{}

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsExponentialBucketsScale) FieldPath

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsExponentialBucketsScale) WithArrayOfValues

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsExponentialBucketsScale) WithValue

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsLinearBuckets

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsLinearBuckets struct{}

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsLinearBuckets) FieldPath

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsLinearBuckets) WithArrayOfValues

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsLinearBuckets) WithValue

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsLinearBucketsNumFiniteBuckets

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsLinearBucketsNumFiniteBuckets struct{}

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsLinearBucketsNumFiniteBuckets) FieldPath

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsLinearBucketsNumFiniteBuckets) WithArrayOfValues

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsLinearBucketsNumFiniteBuckets) WithValue

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsLinearBucketsOffset

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsLinearBucketsOffset struct{}

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsLinearBucketsOffset) FieldPath

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsLinearBucketsOffset) WithArrayOfValues

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsLinearBucketsOffset) WithValue

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsLinearBucketsWidth

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsLinearBucketsWidth struct{}

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsLinearBucketsWidth) FieldPath

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsLinearBucketsWidth) WithArrayOfValues

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsLinearBucketsWidth) WithValue

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorIndexSpec

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorIndexSpec struct{}

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorIndexSpec) FieldPath

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorIndexSpecPerResource

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorIndexSpecPerResource struct{}

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorIndexSpecPerResource) FieldPath

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorIndexSpecPerResourceIndices

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorIndexSpecPerResourceIndices struct{}

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorIndexSpecPerResourceIndices) FieldPath

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorIndexSpecPerResourceIndices) WithArrayOfValues

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorIndexSpecPerResourceIndices) WithValue

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorIndexSpecPerResourceIndicesPromotedLabels

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorIndexSpecPerResourceIndicesPromotedLabels struct{}

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorIndexSpecPerResourceIndicesPromotedLabels) FieldPath

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorIndexSpecPerResourceIndicesPromotedLabels) WithArrayOfValues

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorIndexSpecPerResourceIndicesPromotedLabels) WithItemValue

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorIndexSpecPerResourceIndicesPromotedLabels) WithValue

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorIndexSpecPerResourceIndicesWriteOnly

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorIndexSpecPerResourceIndicesWriteOnly struct{}

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorIndexSpecPerResourceIndicesWriteOnly) FieldPath

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorIndexSpecPerResourceIndicesWriteOnly) WithArrayOfValues

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorIndexSpecPerResourceIndicesWriteOnly) WithValue

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorIndexSpecPerResourceResource

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorIndexSpecPerResourceResource struct{}

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorIndexSpecPerResourceResource) FieldPath

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorIndexSpecPerResourceResource) WithArrayOfValues

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorIndexSpecPerResourceResource) WithValue

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorLabels

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorLabels struct{}

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorLabels) FieldPath

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorLabels) WithArrayOfValues

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorLabels) WithValue

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorLabelsDefaultValue

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorLabelsDefaultValue struct{}

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorLabelsDefaultValue) FieldPath

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorLabelsDefaultValue) WithArrayOfValues

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorLabelsDefaultValue) WithValue

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorLabelsDescription

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorLabelsDescription struct{}

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorLabelsDescription) FieldPath

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorLabelsDescription) WithArrayOfValues

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorLabelsDescription) WithValue

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorLabelsDisabled

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorLabelsDisabled struct{}

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorLabelsDisabled) FieldPath

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorLabelsDisabled) WithArrayOfValues

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorLabelsDisabled) WithValue

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorLabelsKey

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorLabelsKey struct{}

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorLabelsKey) FieldPath

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorLabelsKey) WithArrayOfValues

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorLabelsKey) WithValue

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorLabelsValueType

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorLabelsValueType struct{}

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorLabelsValueType) FieldPath

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadata

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadata struct{}

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadata) FieldPath

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadata) WithArrayOfValues

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadata) WithValue

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataAnnotations

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataAnnotations struct{}

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataAnnotations) FieldPath

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataAnnotations) WithArrayOfValues

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataAnnotations) WithValue

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataCreateTime

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataCreateTime struct{}

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataCreateTime) FieldPath

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataCreateTime) WithArrayOfValues

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataCreateTime) WithValue

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataGeneration

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataGeneration struct{}

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataGeneration) FieldPath

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataGeneration) WithArrayOfValues

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataGeneration) WithValue

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataLabels

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataLabels struct{}

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataLabels) FieldPath

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataLabels) WithArrayOfValues

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataLabels) WithValue

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferences

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferences struct{}

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferences) FieldPath

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferences) WithArrayOfValues

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferences) WithItemValue

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferences) WithValue

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferencesApiVersion

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferencesApiVersion struct{}

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferencesApiVersion) FieldPath

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferencesApiVersion) WithArrayOfValues

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferencesApiVersion) WithValue

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferencesBlockOwnerDeletion

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferencesController

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferencesController struct{}

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferencesController) FieldPath

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferencesController) WithArrayOfValues

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferencesController) WithValue

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferencesKind

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferencesKind struct{}

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferencesKind) FieldPath

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferencesKind) WithArrayOfValues

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferencesKind) WithValue

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferencesName

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferencesName struct{}

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferencesName) FieldPath

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferencesName) WithArrayOfValues

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferencesName) WithValue

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferencesUid

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferencesUid struct{}

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferencesUid) FieldPath

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferencesUid) WithArrayOfValues

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferencesUid) WithValue

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataResourceVersion

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataResourceVersion struct{}

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataResourceVersion) FieldPath

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataResourceVersion) WithArrayOfValues

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataResourceVersion) WithValue

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataShards

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataShards struct{}

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataShards) FieldPath

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataShards) WithArrayOfValues

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataShards) WithValue

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataSyncing

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataSyncing struct{}

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataSyncing) FieldPath

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataSyncing) WithArrayOfValues

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataSyncing) WithValue

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataSyncingOwningRegion

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataSyncingOwningRegion struct{}

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataSyncingOwningRegion) FieldPath

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataSyncingOwningRegion) WithArrayOfValues

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataSyncingOwningRegion) WithValue

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataSyncingRegions

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataSyncingRegions struct{}

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataSyncingRegions) FieldPath

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataSyncingRegions) WithArrayOfValues

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataSyncingRegions) WithItemValue

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataSyncingRegions) WithValue

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataTags

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataTags struct{}

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataTags) FieldPath

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataTags) WithArrayOfValues

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataTags) WithItemValue

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataTags) WithValue

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataUpdateTime

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataUpdateTime struct{}

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataUpdateTime) FieldPath

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataUpdateTime) WithArrayOfValues

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataUpdateTime) WithValue

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataUuid

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataUuid struct{}

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataUuid) FieldPath

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataUuid) WithArrayOfValues

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataUuid) WithValue

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetricDescriptorMetadata

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetricDescriptorMetadata struct{}

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetricDescriptorMetadata) FieldPath

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetricDescriptorMetadataLaunchStage

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetricDescriptorMetadataLaunchStage struct{}

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetricDescriptorMetadataLaunchStage) FieldPath

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetricDescriptorMetadataLaunchStage) WithArrayOfValues

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetricDescriptorMetadataLaunchStage) WithValue

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetricKind

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetricKind struct{}

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorMetricKind) FieldPath

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorName

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorName struct{}

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorName) FieldPath

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorName) WithArrayOfValues

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorName) WithValue

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorPromotedLabelKeySets

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorPromotedLabelKeySets struct{}

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorPromotedLabelKeySets) FieldPath

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorPromotedLabelKeySets) WithArrayOfValues

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorPromotedLabelKeySets) WithItemValue

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorPromotedLabelKeySets) WithValue

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorPromotedLabelKeySetsLabelKeys

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorPromotedLabelKeySetsLabelKeys struct{}

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorPromotedLabelKeySetsLabelKeys) FieldPath

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorPromotedLabelKeySetsLabelKeys) WithArrayOfValues

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorPromotedLabelKeySetsLabelKeys) WithItemValue

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorPromotedLabelKeySetsLabelKeys) WithValue

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorPromotedLabelKeySetsWriteOnly

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorPromotedLabelKeySetsWriteOnly struct{}

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorPromotedLabelKeySetsWriteOnly) FieldPath

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorPromotedLabelKeySetsWriteOnly) WithArrayOfValues

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorPromotedLabelKeySetsWriteOnly) WithValue

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorResourceTypes

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorResourceTypes struct{}

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorResourceTypes) FieldPath

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorResourceTypes) WithArrayOfValues

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorResourceTypes) WithItemValue

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorResourceTypes) WithValue

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorStorageConfig

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorStorageConfig struct{}

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorStorageConfig) FieldPath

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorStorageConfigStoreRawPoints

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorStorageConfigStoreRawPoints struct{}

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorStorageConfigStoreRawPoints) FieldPath

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorStorageConfigStoreRawPoints) WithArrayOfValues

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorStorageConfigStoreRawPoints) WithValue

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorType

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorType struct{}

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorType) FieldPath

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorType) WithArrayOfValues

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorType) WithValue

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorUnit

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorUnit struct{}

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorUnit) FieldPath

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorUnit) WithArrayOfValues

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorUnit) WithValue

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorValueType

type CreateMetricDescriptorRequestPathSelectorMetricDescriptorValueType struct{}

func (CreateMetricDescriptorRequestPathSelectorMetricDescriptorValueType) FieldPath

type CreateMetricDescriptorRequestPathSelectorParent

type CreateMetricDescriptorRequestPathSelectorParent struct{}

func (CreateMetricDescriptorRequestPathSelectorParent) FieldPath

type CreateMetricDescriptorRequest_FieldMask

type CreateMetricDescriptorRequest_FieldMask struct {
	Paths []CreateMetricDescriptorRequest_FieldPath
}

func FullCreateMetricDescriptorRequest_FieldMask

func FullCreateMetricDescriptorRequest_FieldMask() *CreateMetricDescriptorRequest_FieldMask

func (*CreateMetricDescriptorRequest_FieldMask) AppendPath

func (*CreateMetricDescriptorRequest_FieldMask) AppendRawPath

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

func (*CreateMetricDescriptorRequest_FieldMask) DecodeFirestore

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

func (*CreateMetricDescriptorRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*CreateMetricDescriptorRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*CreateMetricDescriptorRequest_FieldMask) FromProtoFieldMask

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

func (*CreateMetricDescriptorRequest_FieldMask) GetPaths

func (*CreateMetricDescriptorRequest_FieldMask) GetRawPaths

func (*CreateMetricDescriptorRequest_FieldMask) IsFull

func (fieldMask *CreateMetricDescriptorRequest_FieldMask) IsFull() bool

func (CreateMetricDescriptorRequest_FieldMask) Marshal

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

implement methods required by customType

func (CreateMetricDescriptorRequest_FieldMask) MarshalJSON

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

func (*CreateMetricDescriptorRequest_FieldMask) PathsCount

func (fieldMask *CreateMetricDescriptorRequest_FieldMask) PathsCount() int

func (*CreateMetricDescriptorRequest_FieldMask) Project

func (*CreateMetricDescriptorRequest_FieldMask) ProjectRaw

func (*CreateMetricDescriptorRequest_FieldMask) ProtoMessage

func (fieldMask *CreateMetricDescriptorRequest_FieldMask) ProtoMessage()

func (*CreateMetricDescriptorRequest_FieldMask) ProtoReflect

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

func (*CreateMetricDescriptorRequest_FieldMask) Reset

func (fieldMask *CreateMetricDescriptorRequest_FieldMask) Reset()

func (*CreateMetricDescriptorRequest_FieldMask) Set

func (*CreateMetricDescriptorRequest_FieldMask) SetFromCliFlag

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

func (*CreateMetricDescriptorRequest_FieldMask) SetRaw

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

func (*CreateMetricDescriptorRequest_FieldMask) Size

func (fieldMask *CreateMetricDescriptorRequest_FieldMask) Size() int

func (*CreateMetricDescriptorRequest_FieldMask) String

func (fieldMask *CreateMetricDescriptorRequest_FieldMask) String() string

func (*CreateMetricDescriptorRequest_FieldMask) Subtract

func (*CreateMetricDescriptorRequest_FieldMask) SubtractRaw

func (*CreateMetricDescriptorRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*CreateMetricDescriptorRequest_FieldMask) Unmarshal

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

func (*CreateMetricDescriptorRequest_FieldMask) UnmarshalJSON

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

type CreateMetricDescriptorRequest_FieldPath

type CreateMetricDescriptorRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() CreateMetricDescriptorRequest_FieldPathSelector
	Get(source *CreateMetricDescriptorRequest) []interface{}
	GetSingle(source *CreateMetricDescriptorRequest) (interface{}, bool)
	ClearValue(item *CreateMetricDescriptorRequest)

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

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

func MustParseCreateMetricDescriptorRequest_FieldPath

func MustParseCreateMetricDescriptorRequest_FieldPath(rawField string) CreateMetricDescriptorRequest_FieldPath

func ParseCreateMetricDescriptorRequest_FieldPath

func ParseCreateMetricDescriptorRequest_FieldPath(rawField string) (CreateMetricDescriptorRequest_FieldPath, error)

type CreateMetricDescriptorRequest_FieldPathArrayItemValue

type CreateMetricDescriptorRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	CreateMetricDescriptorRequest_FieldPath
	ContainsValue(*CreateMetricDescriptorRequest) bool
}

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

func MustParseCreateMetricDescriptorRequest_FieldPathArrayItemValue

func MustParseCreateMetricDescriptorRequest_FieldPathArrayItemValue(pathStr, valueStr string) CreateMetricDescriptorRequest_FieldPathArrayItemValue

func ParseCreateMetricDescriptorRequest_FieldPathArrayItemValue

func ParseCreateMetricDescriptorRequest_FieldPathArrayItemValue(pathStr, valueStr string) (CreateMetricDescriptorRequest_FieldPathArrayItemValue, error)

ParseCreateMetricDescriptorRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type CreateMetricDescriptorRequest_FieldPathArrayOfValues

type CreateMetricDescriptorRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	CreateMetricDescriptorRequest_FieldPath
}

CreateMetricDescriptorRequest_FieldPathArrayOfValues allows storing slice of values for CreateMetricDescriptorRequest fields according to their type

func MustParseCreateMetricDescriptorRequest_FieldPathArrayOfValues

func MustParseCreateMetricDescriptorRequest_FieldPathArrayOfValues(pathStr, valuesStr string) CreateMetricDescriptorRequest_FieldPathArrayOfValues

func ParseCreateMetricDescriptorRequest_FieldPathArrayOfValues

func ParseCreateMetricDescriptorRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (CreateMetricDescriptorRequest_FieldPathArrayOfValues, error)

type CreateMetricDescriptorRequest_FieldPathSelector

type CreateMetricDescriptorRequest_FieldPathSelector int32
const (
	CreateMetricDescriptorRequest_FieldPathSelectorParent           CreateMetricDescriptorRequest_FieldPathSelector = 0
	CreateMetricDescriptorRequest_FieldPathSelectorMetricDescriptor CreateMetricDescriptorRequest_FieldPathSelector = 1
)

func (CreateMetricDescriptorRequest_FieldPathSelector) String

type CreateMetricDescriptorRequest_FieldPathValue

type CreateMetricDescriptorRequest_FieldPathValue interface {
	CreateMetricDescriptorRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **CreateMetricDescriptorRequest)
	CompareWith(*CreateMetricDescriptorRequest) (cmp int, comparable bool)
}

CreateMetricDescriptorRequest_FieldPathValue allows storing values for CreateMetricDescriptorRequest fields according to their type

func MustParseCreateMetricDescriptorRequest_FieldPathValue

func MustParseCreateMetricDescriptorRequest_FieldPathValue(pathStr, valueStr string) CreateMetricDescriptorRequest_FieldPathValue

func ParseCreateMetricDescriptorRequest_FieldPathValue

func ParseCreateMetricDescriptorRequest_FieldPathValue(pathStr, valueStr string) (CreateMetricDescriptorRequest_FieldPathValue, error)

type CreateMetricDescriptorRequest_FieldSubPath

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

func (*CreateMetricDescriptorRequest_FieldSubPath) AsMetricDescriptorSubPath

func (*CreateMetricDescriptorRequest_FieldSubPath) ClearValue

func (*CreateMetricDescriptorRequest_FieldSubPath) ClearValueRaw

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

func (*CreateMetricDescriptorRequest_FieldSubPath) Get

func (fps *CreateMetricDescriptorRequest_FieldSubPath) Get(source *CreateMetricDescriptorRequest) (values []interface{})

Get returns all values pointed by selected field from source CreateMetricDescriptorRequest

func (*CreateMetricDescriptorRequest_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*CreateMetricDescriptorRequest_FieldSubPath) GetRaw

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

func (*CreateMetricDescriptorRequest_FieldSubPath) GetSingle

func (fps *CreateMetricDescriptorRequest_FieldSubPath) GetSingle(source *CreateMetricDescriptorRequest) (interface{}, bool)

GetSingle returns value of selected field from source CreateMetricDescriptorRequest

func (*CreateMetricDescriptorRequest_FieldSubPath) GetSingleRaw

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

func (*CreateMetricDescriptorRequest_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*CreateMetricDescriptorRequest_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*CreateMetricDescriptorRequest_FieldSubPath) Selector

func (*CreateMetricDescriptorRequest_FieldSubPath) String

String returns path representation in proto convention

func (*CreateMetricDescriptorRequest_FieldSubPath) WithIArrayItemValue

func (*CreateMetricDescriptorRequest_FieldSubPath) WithIArrayOfValues

func (*CreateMetricDescriptorRequest_FieldSubPath) WithIValue

func (*CreateMetricDescriptorRequest_FieldSubPath) WithRawIArrayItemValue

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

func (*CreateMetricDescriptorRequest_FieldSubPath) WithRawIArrayOfValues

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

func (*CreateMetricDescriptorRequest_FieldSubPath) WithRawIValue

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

type CreateMetricDescriptorRequest_FieldSubPathArrayItemValue

type CreateMetricDescriptorRequest_FieldSubPathArrayItemValue struct {
	CreateMetricDescriptorRequest_FieldPath
	// contains filtered or unexported fields
}

func (*CreateMetricDescriptorRequest_FieldSubPathArrayItemValue) AsMetricDescriptorPathItemValue

func (*CreateMetricDescriptorRequest_FieldSubPathArrayItemValue) ContainsValue

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

func (*CreateMetricDescriptorRequest_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type CreateMetricDescriptorRequest_FieldSubPathArrayOfValues

type CreateMetricDescriptorRequest_FieldSubPathArrayOfValues struct {
	CreateMetricDescriptorRequest_FieldPath
	// contains filtered or unexported fields
}

func (*CreateMetricDescriptorRequest_FieldSubPathArrayOfValues) AsMetricDescriptorPathArrayOfValues

func (*CreateMetricDescriptorRequest_FieldSubPathArrayOfValues) GetRawValues

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

type CreateMetricDescriptorRequest_FieldSubPathValue

type CreateMetricDescriptorRequest_FieldSubPathValue struct {
	CreateMetricDescriptorRequest_FieldPath
	// contains filtered or unexported fields
}

func (*CreateMetricDescriptorRequest_FieldSubPathValue) AsMetricDescriptorPathValue

func (*CreateMetricDescriptorRequest_FieldSubPathValue) CompareWith

func (*CreateMetricDescriptorRequest_FieldSubPathValue) CompareWithRaw

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

func (*CreateMetricDescriptorRequest_FieldSubPathValue) GetRawValue

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

func (*CreateMetricDescriptorRequest_FieldSubPathValue) SetTo

func (*CreateMetricDescriptorRequest_FieldSubPathValue) SetToRaw

type CreateMetricDescriptorRequest_FieldTerminalPath

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

func (*CreateMetricDescriptorRequest_FieldTerminalPath) ClearValue

func (*CreateMetricDescriptorRequest_FieldTerminalPath) ClearValueRaw

func (*CreateMetricDescriptorRequest_FieldTerminalPath) Get

Get returns all values pointed by specific field from source CreateMetricDescriptorRequest

func (*CreateMetricDescriptorRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*CreateMetricDescriptorRequest_FieldTerminalPath) GetRaw

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

func (*CreateMetricDescriptorRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source CreateMetricDescriptorRequest

func (*CreateMetricDescriptorRequest_FieldTerminalPath) GetSingleRaw

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

func (*CreateMetricDescriptorRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*CreateMetricDescriptorRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*CreateMetricDescriptorRequest_FieldTerminalPath) Selector

func (*CreateMetricDescriptorRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*CreateMetricDescriptorRequest_FieldTerminalPath) WithIArrayItemValue

func (*CreateMetricDescriptorRequest_FieldTerminalPath) WithIArrayOfValues

func (*CreateMetricDescriptorRequest_FieldTerminalPath) WithIValue

func (*CreateMetricDescriptorRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*CreateMetricDescriptorRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*CreateMetricDescriptorRequest_FieldTerminalPath) WithRawIValue

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

type CreateMetricDescriptorRequest_FieldTerminalPathArrayItemValue

type CreateMetricDescriptorRequest_FieldTerminalPathArrayItemValue struct {
	CreateMetricDescriptorRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreateMetricDescriptorRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*CreateMetricDescriptorRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*CreateMetricDescriptorRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*CreateMetricDescriptorRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type CreateMetricDescriptorRequest_FieldTerminalPathArrayOfValues

type CreateMetricDescriptorRequest_FieldTerminalPathArrayOfValues struct {
	CreateMetricDescriptorRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreateMetricDescriptorRequest_FieldTerminalPathArrayOfValues) AsMetricDescriptorArrayOfValues

func (*CreateMetricDescriptorRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues

func (*CreateMetricDescriptorRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type CreateMetricDescriptorRequest_FieldTerminalPathValue

type CreateMetricDescriptorRequest_FieldTerminalPathValue struct {
	CreateMetricDescriptorRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreateMetricDescriptorRequest_FieldTerminalPathValue) AsMetricDescriptorValue

func (*CreateMetricDescriptorRequest_FieldTerminalPathValue) AsParentValue

func (*CreateMetricDescriptorRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'CreateMetricDescriptorRequest_FieldTerminalPathValue' with the value under path in 'CreateMetricDescriptorRequest'.

func (*CreateMetricDescriptorRequest_FieldTerminalPathValue) CompareWithRaw

func (*CreateMetricDescriptorRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*CreateMetricDescriptorRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object CreateMetricDescriptorRequest

func (*CreateMetricDescriptorRequest_FieldTerminalPathValue) SetToRaw

type DeleteMetricDescriptorDescriptor added in v0.4.28

type DeleteMetricDescriptorDescriptor struct{}

func GetDeleteMetricDescriptorDescriptor added in v0.4.28

func GetDeleteMetricDescriptorDescriptor() *DeleteMetricDescriptorDescriptor

func (*DeleteMetricDescriptorDescriptor) GetApiDescriptor added in v0.4.28

func (*DeleteMetricDescriptorDescriptor) GetApiName added in v0.4.28

func (d *DeleteMetricDescriptorDescriptor) GetApiName() string

func (*DeleteMetricDescriptorDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*DeleteMetricDescriptorDescriptor) GetFullMethodName added in v0.4.28

func (d *DeleteMetricDescriptorDescriptor) GetFullMethodName() string

func (*DeleteMetricDescriptorDescriptor) GetMethodName added in v0.4.28

func (d *DeleteMetricDescriptorDescriptor) GetMethodName() string

func (*DeleteMetricDescriptorDescriptor) GetProtoPkgName added in v0.4.28

func (d *DeleteMetricDescriptorDescriptor) GetProtoPkgName() string

func (*DeleteMetricDescriptorDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*DeleteMetricDescriptorDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*DeleteMetricDescriptorDescriptor) GetServiceDomain added in v0.4.28

func (d *DeleteMetricDescriptorDescriptor) GetServiceDomain() string

func (*DeleteMetricDescriptorDescriptor) GetServiceVersion added in v0.4.28

func (d *DeleteMetricDescriptorDescriptor) GetServiceVersion() string

func (*DeleteMetricDescriptorDescriptor) GetVerb added in v0.4.28

func (*DeleteMetricDescriptorDescriptor) HasResource added in v0.4.30

func (d *DeleteMetricDescriptorDescriptor) HasResource() bool

func (*DeleteMetricDescriptorDescriptor) IsClientStream added in v0.4.28

func (d *DeleteMetricDescriptorDescriptor) IsClientStream() bool

func (*DeleteMetricDescriptorDescriptor) IsCollection added in v0.4.30

func (d *DeleteMetricDescriptorDescriptor) IsCollection() bool

func (*DeleteMetricDescriptorDescriptor) IsPlural added in v0.4.30

func (d *DeleteMetricDescriptorDescriptor) IsPlural() bool

func (*DeleteMetricDescriptorDescriptor) IsServerStream added in v0.4.28

func (d *DeleteMetricDescriptorDescriptor) IsServerStream() bool

func (*DeleteMetricDescriptorDescriptor) IsUnary added in v0.4.28

func (*DeleteMetricDescriptorDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*DeleteMetricDescriptorDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*DeleteMetricDescriptorDescriptor) RequestHasResourceBody added in v0.4.28

func (d *DeleteMetricDescriptorDescriptor) RequestHasResourceBody() bool

type DeleteMetricDescriptorDescriptorClientMsgHandle added in v0.4.28

type DeleteMetricDescriptorDescriptorClientMsgHandle struct{}

func (*DeleteMetricDescriptorDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*DeleteMetricDescriptorDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*DeleteMetricDescriptorDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type DeleteMetricDescriptorDescriptorServerMsgHandle added in v0.4.28

type DeleteMetricDescriptorDescriptorServerMsgHandle struct{}

func (*DeleteMetricDescriptorDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*DeleteMetricDescriptorDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*DeleteMetricDescriptorDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type DeleteMetricDescriptorRequest

type DeleteMetricDescriptorRequest struct {

	// The metric descriptor on which to execute the request. The format is
	// `"projects/{project_id_or_number}/metricDescriptors/{metric_id}"`.
	// An example of `{metric_id}` is:
	// `"custom.googleapis.com/my_test_metric"`.
	Name *metric_descriptor.Reference `protobuf:"bytes,3,opt,customtype=Reference,name=name,proto3" json:"name,omitempty" firestore:"name"`
	// contains filtered or unexported fields
}

Request message for method [DeleteMetricDescriptor][ntt.monitoring.v3.DeleteMetricDescriptor]

func (*DeleteMetricDescriptorRequest) Clone

func (*DeleteMetricDescriptorRequest) CloneRaw

func (*DeleteMetricDescriptorRequest) Descriptor

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

Deprecated, Use DeleteMetricDescriptorRequest.ProtoReflect.Descriptor instead.

func (*DeleteMetricDescriptorRequest) GetName

func (*DeleteMetricDescriptorRequest) GotenMessage

func (*DeleteMetricDescriptorRequest) GotenMessage()

func (*DeleteMetricDescriptorRequest) GotenObjectExt

func (o *DeleteMetricDescriptorRequest) GotenObjectExt()

func (*DeleteMetricDescriptorRequest) GotenValidate

func (obj *DeleteMetricDescriptorRequest) GotenValidate() error

func (*DeleteMetricDescriptorRequest) MakeDiffFieldMask

func (*DeleteMetricDescriptorRequest) MakeFullFieldMask

func (*DeleteMetricDescriptorRequest) MakeRawDiffFieldMask

func (*DeleteMetricDescriptorRequest) MakeRawFullFieldMask

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

func (*DeleteMetricDescriptorRequest) Marshal

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

func (*DeleteMetricDescriptorRequest) MarshalJSON

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

func (*DeleteMetricDescriptorRequest) Merge

func (*DeleteMetricDescriptorRequest) MergeRaw

func (*DeleteMetricDescriptorRequest) ProtoMessage

func (*DeleteMetricDescriptorRequest) ProtoMessage()

func (*DeleteMetricDescriptorRequest) ProtoReflect

func (*DeleteMetricDescriptorRequest) Reset

func (m *DeleteMetricDescriptorRequest) Reset()

func (*DeleteMetricDescriptorRequest) SetName

func (*DeleteMetricDescriptorRequest) String

func (*DeleteMetricDescriptorRequest) Unmarshal

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

func (*DeleteMetricDescriptorRequest) UnmarshalJSON

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

type DeleteMetricDescriptorRequestFieldPathBuilder

type DeleteMetricDescriptorRequestFieldPathBuilder struct{}

func NewDeleteMetricDescriptorRequestFieldPathBuilder

func NewDeleteMetricDescriptorRequestFieldPathBuilder() DeleteMetricDescriptorRequestFieldPathBuilder

func (DeleteMetricDescriptorRequestFieldPathBuilder) Name

type DeleteMetricDescriptorRequestPathSelectorName

type DeleteMetricDescriptorRequestPathSelectorName struct{}

func (DeleteMetricDescriptorRequestPathSelectorName) FieldPath

type DeleteMetricDescriptorRequest_FieldMask

type DeleteMetricDescriptorRequest_FieldMask struct {
	Paths []DeleteMetricDescriptorRequest_FieldPath
}

func FullDeleteMetricDescriptorRequest_FieldMask

func FullDeleteMetricDescriptorRequest_FieldMask() *DeleteMetricDescriptorRequest_FieldMask

func (*DeleteMetricDescriptorRequest_FieldMask) AppendPath

func (*DeleteMetricDescriptorRequest_FieldMask) AppendRawPath

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

func (*DeleteMetricDescriptorRequest_FieldMask) DecodeFirestore

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

func (*DeleteMetricDescriptorRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*DeleteMetricDescriptorRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*DeleteMetricDescriptorRequest_FieldMask) FromProtoFieldMask

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

func (*DeleteMetricDescriptorRequest_FieldMask) GetPaths

func (*DeleteMetricDescriptorRequest_FieldMask) GetRawPaths

func (*DeleteMetricDescriptorRequest_FieldMask) IsFull

func (fieldMask *DeleteMetricDescriptorRequest_FieldMask) IsFull() bool

func (DeleteMetricDescriptorRequest_FieldMask) Marshal

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

implement methods required by customType

func (DeleteMetricDescriptorRequest_FieldMask) MarshalJSON

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

func (*DeleteMetricDescriptorRequest_FieldMask) PathsCount

func (fieldMask *DeleteMetricDescriptorRequest_FieldMask) PathsCount() int

func (*DeleteMetricDescriptorRequest_FieldMask) Project

func (*DeleteMetricDescriptorRequest_FieldMask) ProjectRaw

func (*DeleteMetricDescriptorRequest_FieldMask) ProtoMessage

func (fieldMask *DeleteMetricDescriptorRequest_FieldMask) ProtoMessage()

func (*DeleteMetricDescriptorRequest_FieldMask) ProtoReflect

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

func (*DeleteMetricDescriptorRequest_FieldMask) Reset

func (fieldMask *DeleteMetricDescriptorRequest_FieldMask) Reset()

func (*DeleteMetricDescriptorRequest_FieldMask) Set

func (*DeleteMetricDescriptorRequest_FieldMask) SetFromCliFlag

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

func (*DeleteMetricDescriptorRequest_FieldMask) SetRaw

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

func (*DeleteMetricDescriptorRequest_FieldMask) Size

func (fieldMask *DeleteMetricDescriptorRequest_FieldMask) Size() int

func (*DeleteMetricDescriptorRequest_FieldMask) String

func (fieldMask *DeleteMetricDescriptorRequest_FieldMask) String() string

func (*DeleteMetricDescriptorRequest_FieldMask) Subtract

func (*DeleteMetricDescriptorRequest_FieldMask) SubtractRaw

func (*DeleteMetricDescriptorRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*DeleteMetricDescriptorRequest_FieldMask) Unmarshal

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

func (*DeleteMetricDescriptorRequest_FieldMask) UnmarshalJSON

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

type DeleteMetricDescriptorRequest_FieldPath

type DeleteMetricDescriptorRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() DeleteMetricDescriptorRequest_FieldPathSelector
	Get(source *DeleteMetricDescriptorRequest) []interface{}
	GetSingle(source *DeleteMetricDescriptorRequest) (interface{}, bool)
	ClearValue(item *DeleteMetricDescriptorRequest)

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

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

func MustParseDeleteMetricDescriptorRequest_FieldPath

func MustParseDeleteMetricDescriptorRequest_FieldPath(rawField string) DeleteMetricDescriptorRequest_FieldPath

func ParseDeleteMetricDescriptorRequest_FieldPath

func ParseDeleteMetricDescriptorRequest_FieldPath(rawField string) (DeleteMetricDescriptorRequest_FieldPath, error)

type DeleteMetricDescriptorRequest_FieldPathArrayItemValue

type DeleteMetricDescriptorRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	DeleteMetricDescriptorRequest_FieldPath
	ContainsValue(*DeleteMetricDescriptorRequest) bool
}

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

func MustParseDeleteMetricDescriptorRequest_FieldPathArrayItemValue

func MustParseDeleteMetricDescriptorRequest_FieldPathArrayItemValue(pathStr, valueStr string) DeleteMetricDescriptorRequest_FieldPathArrayItemValue

func ParseDeleteMetricDescriptorRequest_FieldPathArrayItemValue

func ParseDeleteMetricDescriptorRequest_FieldPathArrayItemValue(pathStr, valueStr string) (DeleteMetricDescriptorRequest_FieldPathArrayItemValue, error)

ParseDeleteMetricDescriptorRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type DeleteMetricDescriptorRequest_FieldPathArrayOfValues

type DeleteMetricDescriptorRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	DeleteMetricDescriptorRequest_FieldPath
}

DeleteMetricDescriptorRequest_FieldPathArrayOfValues allows storing slice of values for DeleteMetricDescriptorRequest fields according to their type

func MustParseDeleteMetricDescriptorRequest_FieldPathArrayOfValues

func MustParseDeleteMetricDescriptorRequest_FieldPathArrayOfValues(pathStr, valuesStr string) DeleteMetricDescriptorRequest_FieldPathArrayOfValues

func ParseDeleteMetricDescriptorRequest_FieldPathArrayOfValues

func ParseDeleteMetricDescriptorRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (DeleteMetricDescriptorRequest_FieldPathArrayOfValues, error)

type DeleteMetricDescriptorRequest_FieldPathSelector

type DeleteMetricDescriptorRequest_FieldPathSelector int32
const (
	DeleteMetricDescriptorRequest_FieldPathSelectorName DeleteMetricDescriptorRequest_FieldPathSelector = 0
)

func (DeleteMetricDescriptorRequest_FieldPathSelector) String

type DeleteMetricDescriptorRequest_FieldPathValue

type DeleteMetricDescriptorRequest_FieldPathValue interface {
	DeleteMetricDescriptorRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **DeleteMetricDescriptorRequest)
	CompareWith(*DeleteMetricDescriptorRequest) (cmp int, comparable bool)
}

DeleteMetricDescriptorRequest_FieldPathValue allows storing values for DeleteMetricDescriptorRequest fields according to their type

func MustParseDeleteMetricDescriptorRequest_FieldPathValue

func MustParseDeleteMetricDescriptorRequest_FieldPathValue(pathStr, valueStr string) DeleteMetricDescriptorRequest_FieldPathValue

func ParseDeleteMetricDescriptorRequest_FieldPathValue

func ParseDeleteMetricDescriptorRequest_FieldPathValue(pathStr, valueStr string) (DeleteMetricDescriptorRequest_FieldPathValue, error)

type DeleteMetricDescriptorRequest_FieldTerminalPath

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

func (*DeleteMetricDescriptorRequest_FieldTerminalPath) ClearValue

func (*DeleteMetricDescriptorRequest_FieldTerminalPath) ClearValueRaw

func (*DeleteMetricDescriptorRequest_FieldTerminalPath) Get

Get returns all values pointed by specific field from source DeleteMetricDescriptorRequest

func (*DeleteMetricDescriptorRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*DeleteMetricDescriptorRequest_FieldTerminalPath) GetRaw

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

func (*DeleteMetricDescriptorRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source DeleteMetricDescriptorRequest

func (*DeleteMetricDescriptorRequest_FieldTerminalPath) GetSingleRaw

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

func (*DeleteMetricDescriptorRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*DeleteMetricDescriptorRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*DeleteMetricDescriptorRequest_FieldTerminalPath) Selector

func (*DeleteMetricDescriptorRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*DeleteMetricDescriptorRequest_FieldTerminalPath) WithIArrayItemValue

func (*DeleteMetricDescriptorRequest_FieldTerminalPath) WithIArrayOfValues

func (*DeleteMetricDescriptorRequest_FieldTerminalPath) WithIValue

func (*DeleteMetricDescriptorRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*DeleteMetricDescriptorRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*DeleteMetricDescriptorRequest_FieldTerminalPath) WithRawIValue

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

type DeleteMetricDescriptorRequest_FieldTerminalPathArrayItemValue

type DeleteMetricDescriptorRequest_FieldTerminalPathArrayItemValue struct {
	DeleteMetricDescriptorRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*DeleteMetricDescriptorRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*DeleteMetricDescriptorRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*DeleteMetricDescriptorRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*DeleteMetricDescriptorRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type DeleteMetricDescriptorRequest_FieldTerminalPathArrayOfValues

type DeleteMetricDescriptorRequest_FieldTerminalPathArrayOfValues struct {
	DeleteMetricDescriptorRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*DeleteMetricDescriptorRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (*DeleteMetricDescriptorRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type DeleteMetricDescriptorRequest_FieldTerminalPathValue

type DeleteMetricDescriptorRequest_FieldTerminalPathValue struct {
	DeleteMetricDescriptorRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*DeleteMetricDescriptorRequest_FieldTerminalPathValue) AsNameValue

func (*DeleteMetricDescriptorRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'DeleteMetricDescriptorRequest_FieldTerminalPathValue' with the value under path in 'DeleteMetricDescriptorRequest'.

func (*DeleteMetricDescriptorRequest_FieldTerminalPathValue) CompareWithRaw

func (*DeleteMetricDescriptorRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*DeleteMetricDescriptorRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object DeleteMetricDescriptorRequest

func (*DeleteMetricDescriptorRequest_FieldTerminalPathValue) SetToRaw

type GetMetricDescriptorDescriptor added in v0.4.28

type GetMetricDescriptorDescriptor struct{}

func GetGetMetricDescriptorDescriptor added in v0.4.28

func GetGetMetricDescriptorDescriptor() *GetMetricDescriptorDescriptor

func (*GetMetricDescriptorDescriptor) GetApiDescriptor added in v0.4.28

func (*GetMetricDescriptorDescriptor) GetApiName added in v0.4.28

func (d *GetMetricDescriptorDescriptor) GetApiName() string

func (*GetMetricDescriptorDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*GetMetricDescriptorDescriptor) GetFullMethodName added in v0.4.28

func (d *GetMetricDescriptorDescriptor) GetFullMethodName() string

func (*GetMetricDescriptorDescriptor) GetMethodName added in v0.4.28

func (d *GetMetricDescriptorDescriptor) GetMethodName() string

func (*GetMetricDescriptorDescriptor) GetProtoPkgName added in v0.4.28

func (d *GetMetricDescriptorDescriptor) GetProtoPkgName() string

func (*GetMetricDescriptorDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*GetMetricDescriptorDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*GetMetricDescriptorDescriptor) GetServiceDomain added in v0.4.28

func (d *GetMetricDescriptorDescriptor) GetServiceDomain() string

func (*GetMetricDescriptorDescriptor) GetServiceVersion added in v0.4.28

func (d *GetMetricDescriptorDescriptor) GetServiceVersion() string

func (*GetMetricDescriptorDescriptor) GetVerb added in v0.4.28

func (*GetMetricDescriptorDescriptor) HasResource added in v0.4.30

func (d *GetMetricDescriptorDescriptor) HasResource() bool

func (*GetMetricDescriptorDescriptor) IsClientStream added in v0.4.28

func (d *GetMetricDescriptorDescriptor) IsClientStream() bool

func (*GetMetricDescriptorDescriptor) IsCollection added in v0.4.30

func (d *GetMetricDescriptorDescriptor) IsCollection() bool

func (*GetMetricDescriptorDescriptor) IsPlural added in v0.4.30

func (d *GetMetricDescriptorDescriptor) IsPlural() bool

func (*GetMetricDescriptorDescriptor) IsServerStream added in v0.4.28

func (d *GetMetricDescriptorDescriptor) IsServerStream() bool

func (*GetMetricDescriptorDescriptor) IsUnary added in v0.4.28

func (d *GetMetricDescriptorDescriptor) IsUnary() bool

func (*GetMetricDescriptorDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*GetMetricDescriptorDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*GetMetricDescriptorDescriptor) RequestHasResourceBody added in v0.4.28

func (d *GetMetricDescriptorDescriptor) RequestHasResourceBody() bool

type GetMetricDescriptorDescriptorClientMsgHandle added in v0.4.28

type GetMetricDescriptorDescriptorClientMsgHandle struct{}

func (*GetMetricDescriptorDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*GetMetricDescriptorDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*GetMetricDescriptorDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type GetMetricDescriptorDescriptorServerMsgHandle added in v0.4.28

type GetMetricDescriptorDescriptorServerMsgHandle struct{}

func (*GetMetricDescriptorDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*GetMetricDescriptorDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*GetMetricDescriptorDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type GetMetricDescriptorRequest

type GetMetricDescriptorRequest struct {

	// The metric descriptor on which to execute the request. The format is
	// `"projects/{project_id_or_number}/metricDescriptors/{metric_id}"`.
	// An example value of `{metric_id}` is
	// `"compute.googleapis.com/instance/disk/read_bytes_count"`.
	Name *metric_descriptor.Reference `protobuf:"bytes,3,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 *metric_descriptor.MetricDescriptor_FieldMask `` /* 148-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,5,opt,name=view,proto3,enum=goten.view.View" json:"view,omitempty" firestore:"view"`
	// contains filtered or unexported fields
}

Request message for method [GetMetricDescriptor][ntt.monitoring.v3.GetMetricDescriptor]

func (*GetMetricDescriptorRequest) Clone

func (*GetMetricDescriptorRequest) CloneRaw

func (*GetMetricDescriptorRequest) Descriptor

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

Deprecated, Use GetMetricDescriptorRequest.ProtoReflect.Descriptor instead.

func (*GetMetricDescriptorRequest) GetFieldMask

func (*GetMetricDescriptorRequest) GetName

func (*GetMetricDescriptorRequest) GetView

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

func (*GetMetricDescriptorRequest) GotenMessage

func (*GetMetricDescriptorRequest) GotenMessage()

func (*GetMetricDescriptorRequest) GotenObjectExt

func (o *GetMetricDescriptorRequest) GotenObjectExt()

func (*GetMetricDescriptorRequest) GotenValidate

func (obj *GetMetricDescriptorRequest) GotenValidate() error

func (*GetMetricDescriptorRequest) MakeDiffFieldMask

func (*GetMetricDescriptorRequest) MakeFullFieldMask

func (*GetMetricDescriptorRequest) MakeRawDiffFieldMask

func (*GetMetricDescriptorRequest) MakeRawFullFieldMask

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

func (*GetMetricDescriptorRequest) Marshal

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

func (*GetMetricDescriptorRequest) MarshalJSON

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

func (*GetMetricDescriptorRequest) Merge

func (*GetMetricDescriptorRequest) MergeRaw

func (*GetMetricDescriptorRequest) ProtoMessage

func (*GetMetricDescriptorRequest) ProtoMessage()

func (*GetMetricDescriptorRequest) ProtoReflect

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

func (*GetMetricDescriptorRequest) Reset

func (m *GetMetricDescriptorRequest) Reset()

func (*GetMetricDescriptorRequest) SetFieldMask

func (*GetMetricDescriptorRequest) SetName

func (*GetMetricDescriptorRequest) SetView

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

func (*GetMetricDescriptorRequest) String

func (m *GetMetricDescriptorRequest) String() string

func (*GetMetricDescriptorRequest) Unmarshal

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

func (*GetMetricDescriptorRequest) UnmarshalJSON

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

type GetMetricDescriptorRequestFieldPathBuilder

type GetMetricDescriptorRequestFieldPathBuilder struct{}

func NewGetMetricDescriptorRequestFieldPathBuilder

func NewGetMetricDescriptorRequestFieldPathBuilder() GetMetricDescriptorRequestFieldPathBuilder

func (GetMetricDescriptorRequestFieldPathBuilder) FieldMask

func (GetMetricDescriptorRequestFieldPathBuilder) Name

func (GetMetricDescriptorRequestFieldPathBuilder) View

type GetMetricDescriptorRequestPathSelectorFieldMask

type GetMetricDescriptorRequestPathSelectorFieldMask struct{}

func (GetMetricDescriptorRequestPathSelectorFieldMask) FieldPath

type GetMetricDescriptorRequestPathSelectorName

type GetMetricDescriptorRequestPathSelectorName struct{}

func (GetMetricDescriptorRequestPathSelectorName) FieldPath

func (GetMetricDescriptorRequestPathSelectorName) WithArrayOfValues

type GetMetricDescriptorRequestPathSelectorView

type GetMetricDescriptorRequestPathSelectorView struct{}

func (GetMetricDescriptorRequestPathSelectorView) FieldPath

func (GetMetricDescriptorRequestPathSelectorView) WithArrayOfValues

func (GetMetricDescriptorRequestPathSelectorView) WithValue

type GetMetricDescriptorRequest_FieldMask

type GetMetricDescriptorRequest_FieldMask struct {
	Paths []GetMetricDescriptorRequest_FieldPath
}

func FullGetMetricDescriptorRequest_FieldMask

func FullGetMetricDescriptorRequest_FieldMask() *GetMetricDescriptorRequest_FieldMask

func (*GetMetricDescriptorRequest_FieldMask) AppendPath

func (*GetMetricDescriptorRequest_FieldMask) AppendRawPath

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

func (*GetMetricDescriptorRequest_FieldMask) DecodeFirestore

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

func (*GetMetricDescriptorRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*GetMetricDescriptorRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*GetMetricDescriptorRequest_FieldMask) FromProtoFieldMask

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

func (*GetMetricDescriptorRequest_FieldMask) GetPaths

func (*GetMetricDescriptorRequest_FieldMask) GetRawPaths

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

func (*GetMetricDescriptorRequest_FieldMask) IsFull

func (fieldMask *GetMetricDescriptorRequest_FieldMask) IsFull() bool

func (GetMetricDescriptorRequest_FieldMask) Marshal

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

implement methods required by customType

func (GetMetricDescriptorRequest_FieldMask) MarshalJSON

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

func (*GetMetricDescriptorRequest_FieldMask) PathsCount

func (fieldMask *GetMetricDescriptorRequest_FieldMask) PathsCount() int

func (*GetMetricDescriptorRequest_FieldMask) Project

func (*GetMetricDescriptorRequest_FieldMask) ProjectRaw

func (*GetMetricDescriptorRequest_FieldMask) ProtoMessage

func (fieldMask *GetMetricDescriptorRequest_FieldMask) ProtoMessage()

func (*GetMetricDescriptorRequest_FieldMask) ProtoReflect

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

func (*GetMetricDescriptorRequest_FieldMask) Reset

func (fieldMask *GetMetricDescriptorRequest_FieldMask) Reset()

func (*GetMetricDescriptorRequest_FieldMask) Set

func (fieldMask *GetMetricDescriptorRequest_FieldMask) Set(target, source *GetMetricDescriptorRequest)

func (*GetMetricDescriptorRequest_FieldMask) SetFromCliFlag

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

func (*GetMetricDescriptorRequest_FieldMask) SetRaw

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

func (*GetMetricDescriptorRequest_FieldMask) Size

func (fieldMask *GetMetricDescriptorRequest_FieldMask) Size() int

func (*GetMetricDescriptorRequest_FieldMask) String

func (fieldMask *GetMetricDescriptorRequest_FieldMask) String() string

func (*GetMetricDescriptorRequest_FieldMask) Subtract

func (*GetMetricDescriptorRequest_FieldMask) SubtractRaw

func (*GetMetricDescriptorRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*GetMetricDescriptorRequest_FieldMask) Unmarshal

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

func (*GetMetricDescriptorRequest_FieldMask) UnmarshalJSON

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

type GetMetricDescriptorRequest_FieldPath

type GetMetricDescriptorRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() GetMetricDescriptorRequest_FieldPathSelector
	Get(source *GetMetricDescriptorRequest) []interface{}
	GetSingle(source *GetMetricDescriptorRequest) (interface{}, bool)
	ClearValue(item *GetMetricDescriptorRequest)

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

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

func MustParseGetMetricDescriptorRequest_FieldPath

func MustParseGetMetricDescriptorRequest_FieldPath(rawField string) GetMetricDescriptorRequest_FieldPath

func ParseGetMetricDescriptorRequest_FieldPath

func ParseGetMetricDescriptorRequest_FieldPath(rawField string) (GetMetricDescriptorRequest_FieldPath, error)

type GetMetricDescriptorRequest_FieldPathArrayItemValue

type GetMetricDescriptorRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	GetMetricDescriptorRequest_FieldPath
	ContainsValue(*GetMetricDescriptorRequest) bool
}

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

func MustParseGetMetricDescriptorRequest_FieldPathArrayItemValue

func MustParseGetMetricDescriptorRequest_FieldPathArrayItemValue(pathStr, valueStr string) GetMetricDescriptorRequest_FieldPathArrayItemValue

func ParseGetMetricDescriptorRequest_FieldPathArrayItemValue

func ParseGetMetricDescriptorRequest_FieldPathArrayItemValue(pathStr, valueStr string) (GetMetricDescriptorRequest_FieldPathArrayItemValue, error)

ParseGetMetricDescriptorRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type GetMetricDescriptorRequest_FieldPathArrayOfValues

type GetMetricDescriptorRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	GetMetricDescriptorRequest_FieldPath
}

GetMetricDescriptorRequest_FieldPathArrayOfValues allows storing slice of values for GetMetricDescriptorRequest fields according to their type

func MustParseGetMetricDescriptorRequest_FieldPathArrayOfValues

func MustParseGetMetricDescriptorRequest_FieldPathArrayOfValues(pathStr, valuesStr string) GetMetricDescriptorRequest_FieldPathArrayOfValues

func ParseGetMetricDescriptorRequest_FieldPathArrayOfValues

func ParseGetMetricDescriptorRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (GetMetricDescriptorRequest_FieldPathArrayOfValues, error)

type GetMetricDescriptorRequest_FieldPathSelector

type GetMetricDescriptorRequest_FieldPathSelector int32
const (
	GetMetricDescriptorRequest_FieldPathSelectorName      GetMetricDescriptorRequest_FieldPathSelector = 0
	GetMetricDescriptorRequest_FieldPathSelectorFieldMask GetMetricDescriptorRequest_FieldPathSelector = 1
	GetMetricDescriptorRequest_FieldPathSelectorView      GetMetricDescriptorRequest_FieldPathSelector = 2
)

func (GetMetricDescriptorRequest_FieldPathSelector) String

type GetMetricDescriptorRequest_FieldPathValue

type GetMetricDescriptorRequest_FieldPathValue interface {
	GetMetricDescriptorRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **GetMetricDescriptorRequest)
	CompareWith(*GetMetricDescriptorRequest) (cmp int, comparable bool)
}

GetMetricDescriptorRequest_FieldPathValue allows storing values for GetMetricDescriptorRequest fields according to their type

func MustParseGetMetricDescriptorRequest_FieldPathValue

func MustParseGetMetricDescriptorRequest_FieldPathValue(pathStr, valueStr string) GetMetricDescriptorRequest_FieldPathValue

func ParseGetMetricDescriptorRequest_FieldPathValue

func ParseGetMetricDescriptorRequest_FieldPathValue(pathStr, valueStr string) (GetMetricDescriptorRequest_FieldPathValue, error)

type GetMetricDescriptorRequest_FieldTerminalPath

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

func (*GetMetricDescriptorRequest_FieldTerminalPath) ClearValue

func (*GetMetricDescriptorRequest_FieldTerminalPath) ClearValueRaw

func (*GetMetricDescriptorRequest_FieldTerminalPath) Get

func (fp *GetMetricDescriptorRequest_FieldTerminalPath) Get(source *GetMetricDescriptorRequest) (values []interface{})

Get returns all values pointed by specific field from source GetMetricDescriptorRequest

func (*GetMetricDescriptorRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*GetMetricDescriptorRequest_FieldTerminalPath) GetRaw

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

func (*GetMetricDescriptorRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source GetMetricDescriptorRequest

func (*GetMetricDescriptorRequest_FieldTerminalPath) GetSingleRaw

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

func (*GetMetricDescriptorRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*GetMetricDescriptorRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*GetMetricDescriptorRequest_FieldTerminalPath) Selector

func (*GetMetricDescriptorRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*GetMetricDescriptorRequest_FieldTerminalPath) WithIArrayItemValue

func (*GetMetricDescriptorRequest_FieldTerminalPath) WithIArrayOfValues

func (*GetMetricDescriptorRequest_FieldTerminalPath) WithIValue

func (*GetMetricDescriptorRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*GetMetricDescriptorRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*GetMetricDescriptorRequest_FieldTerminalPath) WithRawIValue

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

type GetMetricDescriptorRequest_FieldTerminalPathArrayItemValue

type GetMetricDescriptorRequest_FieldTerminalPathArrayItemValue struct {
	GetMetricDescriptorRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetMetricDescriptorRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*GetMetricDescriptorRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*GetMetricDescriptorRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*GetMetricDescriptorRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type GetMetricDescriptorRequest_FieldTerminalPathArrayOfValues

type GetMetricDescriptorRequest_FieldTerminalPathArrayOfValues struct {
	GetMetricDescriptorRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetMetricDescriptorRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*GetMetricDescriptorRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (*GetMetricDescriptorRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

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

func (*GetMetricDescriptorRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type GetMetricDescriptorRequest_FieldTerminalPathValue

type GetMetricDescriptorRequest_FieldTerminalPathValue struct {
	GetMetricDescriptorRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetMetricDescriptorRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*GetMetricDescriptorRequest_FieldTerminalPathValue) AsNameValue

func (*GetMetricDescriptorRequest_FieldTerminalPathValue) AsViewValue

func (*GetMetricDescriptorRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'GetMetricDescriptorRequest_FieldTerminalPathValue' with the value under path in 'GetMetricDescriptorRequest'.

func (*GetMetricDescriptorRequest_FieldTerminalPathValue) CompareWithRaw

func (*GetMetricDescriptorRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*GetMetricDescriptorRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object GetMetricDescriptorRequest

func (*GetMetricDescriptorRequest_FieldTerminalPathValue) SetToRaw

type ListMetricDescriptorsDescriptor added in v0.4.28

type ListMetricDescriptorsDescriptor struct{}

func GetListMetricDescriptorsDescriptor added in v0.4.28

func GetListMetricDescriptorsDescriptor() *ListMetricDescriptorsDescriptor

func (*ListMetricDescriptorsDescriptor) GetApiDescriptor added in v0.4.28

func (*ListMetricDescriptorsDescriptor) GetApiName added in v0.4.28

func (d *ListMetricDescriptorsDescriptor) GetApiName() string

func (*ListMetricDescriptorsDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*ListMetricDescriptorsDescriptor) GetFullMethodName added in v0.4.28

func (d *ListMetricDescriptorsDescriptor) GetFullMethodName() string

func (*ListMetricDescriptorsDescriptor) GetMethodName added in v0.4.28

func (d *ListMetricDescriptorsDescriptor) GetMethodName() string

func (*ListMetricDescriptorsDescriptor) GetProtoPkgName added in v0.4.28

func (d *ListMetricDescriptorsDescriptor) GetProtoPkgName() string

func (*ListMetricDescriptorsDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*ListMetricDescriptorsDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*ListMetricDescriptorsDescriptor) GetServiceDomain added in v0.4.28

func (d *ListMetricDescriptorsDescriptor) GetServiceDomain() string

func (*ListMetricDescriptorsDescriptor) GetServiceVersion added in v0.4.28

func (d *ListMetricDescriptorsDescriptor) GetServiceVersion() string

func (*ListMetricDescriptorsDescriptor) GetVerb added in v0.4.28

func (*ListMetricDescriptorsDescriptor) HasResource added in v0.4.30

func (d *ListMetricDescriptorsDescriptor) HasResource() bool

func (*ListMetricDescriptorsDescriptor) IsClientStream added in v0.4.28

func (d *ListMetricDescriptorsDescriptor) IsClientStream() bool

func (*ListMetricDescriptorsDescriptor) IsCollection added in v0.4.30

func (d *ListMetricDescriptorsDescriptor) IsCollection() bool

func (*ListMetricDescriptorsDescriptor) IsPlural added in v0.4.30

func (d *ListMetricDescriptorsDescriptor) IsPlural() bool

func (*ListMetricDescriptorsDescriptor) IsServerStream added in v0.4.28

func (d *ListMetricDescriptorsDescriptor) IsServerStream() bool

func (*ListMetricDescriptorsDescriptor) IsUnary added in v0.4.28

func (*ListMetricDescriptorsDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*ListMetricDescriptorsDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*ListMetricDescriptorsDescriptor) RequestHasResourceBody added in v0.4.28

func (d *ListMetricDescriptorsDescriptor) RequestHasResourceBody() bool

type ListMetricDescriptorsDescriptorClientMsgHandle added in v0.4.28

type ListMetricDescriptorsDescriptorClientMsgHandle struct{}

func (*ListMetricDescriptorsDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*ListMetricDescriptorsDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*ListMetricDescriptorsDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type ListMetricDescriptorsDescriptorServerMsgHandle added in v0.4.28

type ListMetricDescriptorsDescriptorServerMsgHandle struct{}

func (*ListMetricDescriptorsDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*ListMetricDescriptorsDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*ListMetricDescriptorsDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type ListMetricDescriptorsRequest

type ListMetricDescriptorsRequest struct {

	// The project on which to execute the request. The format is
	// `"projects/{project_id_or_number}"`.
	// TODO: enable when multi-parents are supported
	Parent *metric_descriptor.ParentName `protobuf:"bytes,5,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// If this field is empty, all custom and
	// system-defined metric descriptors are returned.
	// Otherwise, the [filter](/monitoring/api/v3/filters)
	// specifies which metric descriptors are to be
	// returned. For example, the following filter matches all
	// [custom metrics](/monitoring/custom-metrics):
	//
	//     metric.type = starts_with("custom.googleapis.com/")
	Filter *metric_descriptor.Filter `protobuf:"bytes,2,opt,customtype=Filter,name=filter,proto3" json:"filter,omitempty" firestore:"filter"`
	// A positive number that is the maximum number of results to return.
	PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty" firestore:"pageSize"`
	// If this field is not empty then it must contain the `nextPageToken` value
	// returned by a previous call to this method.  Using this field causes the
	// method to return additional results from the previous method call.
	PageToken *metric_descriptor.PagerCursor `` /* 133-byte string literal not displayed */
	// Order By -
	// https://cloud.google.com/apis/design/design_patterns#list_pagination
	OrderBy *metric_descriptor.OrderBy `protobuf:"bytes,666,opt,customtype=OrderBy,name=order_by,json=orderBy,proto3" json:"order_by,omitempty" firestore:"orderBy"`
	// A list of extra fields to be obtained for each response item on top of
	// fields defined by request field view
	FieldMask *metric_descriptor.MetricDescriptor_FieldMask `` /* 148-byte string literal not displayed */
	// View defines list of standard response fields present in response items.
	// Additional fields can be amended by request field field_mask
	View view.View `protobuf:"varint,7,opt,name=view,proto3,enum=goten.view.View" json:"view,omitempty" firestore:"view"`
	// contains filtered or unexported fields
}

Request message for method [ListMetricDescriptors][ntt.monitoring.v3.ListMetricDescriptors]

func (*ListMetricDescriptorsRequest) Clone

func (*ListMetricDescriptorsRequest) CloneRaw

func (*ListMetricDescriptorsRequest) Descriptor

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

Deprecated, Use ListMetricDescriptorsRequest.ProtoReflect.Descriptor instead.

func (*ListMetricDescriptorsRequest) GetFieldMask

func (*ListMetricDescriptorsRequest) GetFilter

func (*ListMetricDescriptorsRequest) GetOrderBy

func (*ListMetricDescriptorsRequest) GetPageSize

func (m *ListMetricDescriptorsRequest) GetPageSize() int32

func (*ListMetricDescriptorsRequest) GetPageToken

func (*ListMetricDescriptorsRequest) GetParent

func (*ListMetricDescriptorsRequest) GetView

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

func (*ListMetricDescriptorsRequest) GotenMessage

func (*ListMetricDescriptorsRequest) GotenMessage()

func (*ListMetricDescriptorsRequest) GotenObjectExt

func (o *ListMetricDescriptorsRequest) GotenObjectExt()

func (*ListMetricDescriptorsRequest) GotenValidate

func (obj *ListMetricDescriptorsRequest) GotenValidate() error

func (*ListMetricDescriptorsRequest) MakeDiffFieldMask

func (*ListMetricDescriptorsRequest) MakeFullFieldMask

func (*ListMetricDescriptorsRequest) MakeRawDiffFieldMask

func (*ListMetricDescriptorsRequest) MakeRawFullFieldMask

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

func (*ListMetricDescriptorsRequest) Marshal

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

func (*ListMetricDescriptorsRequest) MarshalJSON

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

func (*ListMetricDescriptorsRequest) Merge

func (*ListMetricDescriptorsRequest) MergeRaw

func (*ListMetricDescriptorsRequest) ProtoMessage

func (*ListMetricDescriptorsRequest) ProtoMessage()

func (*ListMetricDescriptorsRequest) ProtoReflect

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

func (*ListMetricDescriptorsRequest) Reset

func (m *ListMetricDescriptorsRequest) Reset()

func (*ListMetricDescriptorsRequest) SetFieldMask

func (*ListMetricDescriptorsRequest) SetFilter

func (*ListMetricDescriptorsRequest) SetOrderBy

func (*ListMetricDescriptorsRequest) SetPageSize

func (m *ListMetricDescriptorsRequest) SetPageSize(fv int32)

func (*ListMetricDescriptorsRequest) SetPageToken

func (*ListMetricDescriptorsRequest) SetParent

func (*ListMetricDescriptorsRequest) SetView

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

func (*ListMetricDescriptorsRequest) String

func (*ListMetricDescriptorsRequest) Unmarshal

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

func (*ListMetricDescriptorsRequest) UnmarshalJSON

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

type ListMetricDescriptorsRequestFieldPathBuilder

type ListMetricDescriptorsRequestFieldPathBuilder struct{}

func NewListMetricDescriptorsRequestFieldPathBuilder

func NewListMetricDescriptorsRequestFieldPathBuilder() ListMetricDescriptorsRequestFieldPathBuilder

func (ListMetricDescriptorsRequestFieldPathBuilder) FieldMask

func (ListMetricDescriptorsRequestFieldPathBuilder) Filter

func (ListMetricDescriptorsRequestFieldPathBuilder) OrderBy

func (ListMetricDescriptorsRequestFieldPathBuilder) PageSize

func (ListMetricDescriptorsRequestFieldPathBuilder) PageToken

func (ListMetricDescriptorsRequestFieldPathBuilder) Parent

func (ListMetricDescriptorsRequestFieldPathBuilder) View

type ListMetricDescriptorsRequestPathSelectorFieldMask

type ListMetricDescriptorsRequestPathSelectorFieldMask struct{}

func (ListMetricDescriptorsRequestPathSelectorFieldMask) FieldPath

type ListMetricDescriptorsRequestPathSelectorFilter

type ListMetricDescriptorsRequestPathSelectorFilter struct{}

func (ListMetricDescriptorsRequestPathSelectorFilter) FieldPath

func (ListMetricDescriptorsRequestPathSelectorFilter) WithArrayOfValues

func (ListMetricDescriptorsRequestPathSelectorFilter) WithValue

type ListMetricDescriptorsRequestPathSelectorOrderBy

type ListMetricDescriptorsRequestPathSelectorOrderBy struct{}

func (ListMetricDescriptorsRequestPathSelectorOrderBy) FieldPath

func (ListMetricDescriptorsRequestPathSelectorOrderBy) WithArrayOfValues

func (ListMetricDescriptorsRequestPathSelectorOrderBy) WithValue

type ListMetricDescriptorsRequestPathSelectorPageSize

type ListMetricDescriptorsRequestPathSelectorPageSize struct{}

func (ListMetricDescriptorsRequestPathSelectorPageSize) FieldPath

func (ListMetricDescriptorsRequestPathSelectorPageSize) WithArrayOfValues

func (ListMetricDescriptorsRequestPathSelectorPageSize) WithValue

type ListMetricDescriptorsRequestPathSelectorPageToken

type ListMetricDescriptorsRequestPathSelectorPageToken struct{}

func (ListMetricDescriptorsRequestPathSelectorPageToken) FieldPath

type ListMetricDescriptorsRequestPathSelectorParent

type ListMetricDescriptorsRequestPathSelectorParent struct{}

func (ListMetricDescriptorsRequestPathSelectorParent) FieldPath

type ListMetricDescriptorsRequestPathSelectorView

type ListMetricDescriptorsRequestPathSelectorView struct{}

func (ListMetricDescriptorsRequestPathSelectorView) FieldPath

func (ListMetricDescriptorsRequestPathSelectorView) WithArrayOfValues

func (ListMetricDescriptorsRequestPathSelectorView) WithValue

type ListMetricDescriptorsRequest_FieldMask

type ListMetricDescriptorsRequest_FieldMask struct {
	Paths []ListMetricDescriptorsRequest_FieldPath
}

func FullListMetricDescriptorsRequest_FieldMask

func FullListMetricDescriptorsRequest_FieldMask() *ListMetricDescriptorsRequest_FieldMask

func (*ListMetricDescriptorsRequest_FieldMask) AppendPath

func (*ListMetricDescriptorsRequest_FieldMask) AppendRawPath

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

func (*ListMetricDescriptorsRequest_FieldMask) DecodeFirestore

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

func (*ListMetricDescriptorsRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*ListMetricDescriptorsRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*ListMetricDescriptorsRequest_FieldMask) FromProtoFieldMask

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

func (*ListMetricDescriptorsRequest_FieldMask) GetPaths

func (*ListMetricDescriptorsRequest_FieldMask) GetRawPaths

func (*ListMetricDescriptorsRequest_FieldMask) IsFull

func (fieldMask *ListMetricDescriptorsRequest_FieldMask) IsFull() bool

func (ListMetricDescriptorsRequest_FieldMask) Marshal

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

implement methods required by customType

func (ListMetricDescriptorsRequest_FieldMask) MarshalJSON

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

func (*ListMetricDescriptorsRequest_FieldMask) PathsCount

func (fieldMask *ListMetricDescriptorsRequest_FieldMask) PathsCount() int

func (*ListMetricDescriptorsRequest_FieldMask) Project

func (*ListMetricDescriptorsRequest_FieldMask) ProjectRaw

func (*ListMetricDescriptorsRequest_FieldMask) ProtoMessage

func (fieldMask *ListMetricDescriptorsRequest_FieldMask) ProtoMessage()

func (*ListMetricDescriptorsRequest_FieldMask) ProtoReflect

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

func (*ListMetricDescriptorsRequest_FieldMask) Reset

func (fieldMask *ListMetricDescriptorsRequest_FieldMask) Reset()

func (*ListMetricDescriptorsRequest_FieldMask) Set

func (*ListMetricDescriptorsRequest_FieldMask) SetFromCliFlag

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

func (*ListMetricDescriptorsRequest_FieldMask) SetRaw

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

func (*ListMetricDescriptorsRequest_FieldMask) Size

func (fieldMask *ListMetricDescriptorsRequest_FieldMask) Size() int

func (*ListMetricDescriptorsRequest_FieldMask) String

func (fieldMask *ListMetricDescriptorsRequest_FieldMask) String() string

func (*ListMetricDescriptorsRequest_FieldMask) Subtract

func (*ListMetricDescriptorsRequest_FieldMask) SubtractRaw

func (*ListMetricDescriptorsRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*ListMetricDescriptorsRequest_FieldMask) Unmarshal

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

func (*ListMetricDescriptorsRequest_FieldMask) UnmarshalJSON

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

type ListMetricDescriptorsRequest_FieldPath

type ListMetricDescriptorsRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() ListMetricDescriptorsRequest_FieldPathSelector
	Get(source *ListMetricDescriptorsRequest) []interface{}
	GetSingle(source *ListMetricDescriptorsRequest) (interface{}, bool)
	ClearValue(item *ListMetricDescriptorsRequest)

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

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

func MustParseListMetricDescriptorsRequest_FieldPath

func MustParseListMetricDescriptorsRequest_FieldPath(rawField string) ListMetricDescriptorsRequest_FieldPath

func ParseListMetricDescriptorsRequest_FieldPath

func ParseListMetricDescriptorsRequest_FieldPath(rawField string) (ListMetricDescriptorsRequest_FieldPath, error)

type ListMetricDescriptorsRequest_FieldPathArrayItemValue

type ListMetricDescriptorsRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	ListMetricDescriptorsRequest_FieldPath
	ContainsValue(*ListMetricDescriptorsRequest) bool
}

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

func MustParseListMetricDescriptorsRequest_FieldPathArrayItemValue

func MustParseListMetricDescriptorsRequest_FieldPathArrayItemValue(pathStr, valueStr string) ListMetricDescriptorsRequest_FieldPathArrayItemValue

func ParseListMetricDescriptorsRequest_FieldPathArrayItemValue

func ParseListMetricDescriptorsRequest_FieldPathArrayItemValue(pathStr, valueStr string) (ListMetricDescriptorsRequest_FieldPathArrayItemValue, error)

ParseListMetricDescriptorsRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type ListMetricDescriptorsRequest_FieldPathArrayOfValues

type ListMetricDescriptorsRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	ListMetricDescriptorsRequest_FieldPath
}

ListMetricDescriptorsRequest_FieldPathArrayOfValues allows storing slice of values for ListMetricDescriptorsRequest fields according to their type

func MustParseListMetricDescriptorsRequest_FieldPathArrayOfValues

func MustParseListMetricDescriptorsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) ListMetricDescriptorsRequest_FieldPathArrayOfValues

func ParseListMetricDescriptorsRequest_FieldPathArrayOfValues

func ParseListMetricDescriptorsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (ListMetricDescriptorsRequest_FieldPathArrayOfValues, error)

type ListMetricDescriptorsRequest_FieldPathSelector

type ListMetricDescriptorsRequest_FieldPathSelector int32
const (
	ListMetricDescriptorsRequest_FieldPathSelectorParent    ListMetricDescriptorsRequest_FieldPathSelector = 0
	ListMetricDescriptorsRequest_FieldPathSelectorFilter    ListMetricDescriptorsRequest_FieldPathSelector = 1
	ListMetricDescriptorsRequest_FieldPathSelectorPageSize  ListMetricDescriptorsRequest_FieldPathSelector = 2
	ListMetricDescriptorsRequest_FieldPathSelectorPageToken ListMetricDescriptorsRequest_FieldPathSelector = 3
	ListMetricDescriptorsRequest_FieldPathSelectorOrderBy   ListMetricDescriptorsRequest_FieldPathSelector = 4
	ListMetricDescriptorsRequest_FieldPathSelectorFieldMask ListMetricDescriptorsRequest_FieldPathSelector = 5
	ListMetricDescriptorsRequest_FieldPathSelectorView      ListMetricDescriptorsRequest_FieldPathSelector = 6
)

func (ListMetricDescriptorsRequest_FieldPathSelector) String

type ListMetricDescriptorsRequest_FieldPathValue

type ListMetricDescriptorsRequest_FieldPathValue interface {
	ListMetricDescriptorsRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **ListMetricDescriptorsRequest)
	CompareWith(*ListMetricDescriptorsRequest) (cmp int, comparable bool)
}

ListMetricDescriptorsRequest_FieldPathValue allows storing values for ListMetricDescriptorsRequest fields according to their type

func MustParseListMetricDescriptorsRequest_FieldPathValue

func MustParseListMetricDescriptorsRequest_FieldPathValue(pathStr, valueStr string) ListMetricDescriptorsRequest_FieldPathValue

func ParseListMetricDescriptorsRequest_FieldPathValue

func ParseListMetricDescriptorsRequest_FieldPathValue(pathStr, valueStr string) (ListMetricDescriptorsRequest_FieldPathValue, error)

type ListMetricDescriptorsRequest_FieldTerminalPath

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

func (*ListMetricDescriptorsRequest_FieldTerminalPath) ClearValue

func (*ListMetricDescriptorsRequest_FieldTerminalPath) ClearValueRaw

func (*ListMetricDescriptorsRequest_FieldTerminalPath) Get

func (fp *ListMetricDescriptorsRequest_FieldTerminalPath) Get(source *ListMetricDescriptorsRequest) (values []interface{})

Get returns all values pointed by specific field from source ListMetricDescriptorsRequest

func (*ListMetricDescriptorsRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ListMetricDescriptorsRequest_FieldTerminalPath) GetRaw

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

func (*ListMetricDescriptorsRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source ListMetricDescriptorsRequest

func (*ListMetricDescriptorsRequest_FieldTerminalPath) GetSingleRaw

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

func (*ListMetricDescriptorsRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListMetricDescriptorsRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*ListMetricDescriptorsRequest_FieldTerminalPath) Selector

func (*ListMetricDescriptorsRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*ListMetricDescriptorsRequest_FieldTerminalPath) WithIArrayItemValue

func (*ListMetricDescriptorsRequest_FieldTerminalPath) WithIArrayOfValues

func (*ListMetricDescriptorsRequest_FieldTerminalPath) WithIValue

func (*ListMetricDescriptorsRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*ListMetricDescriptorsRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*ListMetricDescriptorsRequest_FieldTerminalPath) WithRawIValue

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

type ListMetricDescriptorsRequest_FieldTerminalPathArrayItemValue

type ListMetricDescriptorsRequest_FieldTerminalPathArrayItemValue struct {
	ListMetricDescriptorsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListMetricDescriptorsRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*ListMetricDescriptorsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*ListMetricDescriptorsRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*ListMetricDescriptorsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type ListMetricDescriptorsRequest_FieldTerminalPathArrayOfValues

type ListMetricDescriptorsRequest_FieldTerminalPathArrayOfValues struct {
	ListMetricDescriptorsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListMetricDescriptorsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*ListMetricDescriptorsRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues

func (*ListMetricDescriptorsRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues

func (*ListMetricDescriptorsRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues

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

func (*ListMetricDescriptorsRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues

func (*ListMetricDescriptorsRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues

func (*ListMetricDescriptorsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

func (*ListMetricDescriptorsRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type ListMetricDescriptorsRequest_FieldTerminalPathValue

type ListMetricDescriptorsRequest_FieldTerminalPathValue struct {
	ListMetricDescriptorsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListMetricDescriptorsRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*ListMetricDescriptorsRequest_FieldTerminalPathValue) AsFilterValue

func (*ListMetricDescriptorsRequest_FieldTerminalPathValue) AsOrderByValue

func (*ListMetricDescriptorsRequest_FieldTerminalPathValue) AsPageSizeValue

func (*ListMetricDescriptorsRequest_FieldTerminalPathValue) AsPageTokenValue

func (*ListMetricDescriptorsRequest_FieldTerminalPathValue) AsParentValue

func (*ListMetricDescriptorsRequest_FieldTerminalPathValue) AsViewValue

func (*ListMetricDescriptorsRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'ListMetricDescriptorsRequest_FieldTerminalPathValue' with the value under path in 'ListMetricDescriptorsRequest'.

func (*ListMetricDescriptorsRequest_FieldTerminalPathValue) CompareWithRaw

func (*ListMetricDescriptorsRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*ListMetricDescriptorsRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object ListMetricDescriptorsRequest

func (*ListMetricDescriptorsRequest_FieldTerminalPathValue) SetToRaw

type ListMetricDescriptorsResponse

type ListMetricDescriptorsResponse struct {

	// The metric descriptors that are available to the project
	// and that match the value of `filter`, if present.
	MetricDescriptors []*metric_descriptor.MetricDescriptor `` /* 142-byte string literal not displayed */
	// If there are more results than have been returned, then this field is set
	// to a non-empty value.  To see the additional results,
	// use that value as `pageToken` in the next call to this method.
	NextPageToken *metric_descriptor.PagerCursor `` /* 151-byte string literal not displayed */
	PrevPageToken *metric_descriptor.PagerCursor `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

Response message for method [ListMetricDescriptors][ntt.monitoring.v3.ListMetricDescriptors]

func (*ListMetricDescriptorsResponse) Clone

func (*ListMetricDescriptorsResponse) CloneRaw

func (*ListMetricDescriptorsResponse) Descriptor

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

Deprecated, Use ListMetricDescriptorsResponse.ProtoReflect.Descriptor instead.

func (*ListMetricDescriptorsResponse) GetMetricDescriptors

func (*ListMetricDescriptorsResponse) GetNextPageToken

func (*ListMetricDescriptorsResponse) GetPrevPageToken

func (*ListMetricDescriptorsResponse) GotenMessage

func (*ListMetricDescriptorsResponse) GotenMessage()

func (*ListMetricDescriptorsResponse) GotenObjectExt

func (o *ListMetricDescriptorsResponse) GotenObjectExt()

func (*ListMetricDescriptorsResponse) GotenValidate

func (obj *ListMetricDescriptorsResponse) GotenValidate() error

func (*ListMetricDescriptorsResponse) MakeDiffFieldMask

func (*ListMetricDescriptorsResponse) MakeFullFieldMask

func (*ListMetricDescriptorsResponse) MakeRawDiffFieldMask

func (*ListMetricDescriptorsResponse) MakeRawFullFieldMask

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

func (*ListMetricDescriptorsResponse) Marshal

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

func (*ListMetricDescriptorsResponse) MarshalJSON

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

func (*ListMetricDescriptorsResponse) Merge

func (*ListMetricDescriptorsResponse) MergeRaw

func (*ListMetricDescriptorsResponse) ProtoMessage

func (*ListMetricDescriptorsResponse) ProtoMessage()

func (*ListMetricDescriptorsResponse) ProtoReflect

func (*ListMetricDescriptorsResponse) Reset

func (m *ListMetricDescriptorsResponse) Reset()

func (*ListMetricDescriptorsResponse) SetMetricDescriptors

func (m *ListMetricDescriptorsResponse) SetMetricDescriptors(fv []*metric_descriptor.MetricDescriptor)

func (*ListMetricDescriptorsResponse) SetNextPageToken

func (*ListMetricDescriptorsResponse) SetPrevPageToken

func (*ListMetricDescriptorsResponse) String

func (*ListMetricDescriptorsResponse) Unmarshal

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

func (*ListMetricDescriptorsResponse) UnmarshalJSON

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

type ListMetricDescriptorsResponseFieldPathBuilder

type ListMetricDescriptorsResponseFieldPathBuilder struct{}

func NewListMetricDescriptorsResponseFieldPathBuilder

func NewListMetricDescriptorsResponseFieldPathBuilder() ListMetricDescriptorsResponseFieldPathBuilder

func (ListMetricDescriptorsResponseFieldPathBuilder) MetricDescriptors

func (ListMetricDescriptorsResponseFieldPathBuilder) NextPageToken

func (ListMetricDescriptorsResponseFieldPathBuilder) PrevPageToken

type ListMetricDescriptorsResponseMapPathSelectorMetricDescriptorsMetadataAnnotations

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

func (ListMetricDescriptorsResponseMapPathSelectorMetricDescriptorsMetadataAnnotations) FieldPath

func (ListMetricDescriptorsResponseMapPathSelectorMetricDescriptorsMetadataAnnotations) WithArrayOfValues

func (ListMetricDescriptorsResponseMapPathSelectorMetricDescriptorsMetadataAnnotations) WithValue

type ListMetricDescriptorsResponseMapPathSelectorMetricDescriptorsMetadataLabels

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

func (ListMetricDescriptorsResponseMapPathSelectorMetricDescriptorsMetadataLabels) FieldPath

func (ListMetricDescriptorsResponseMapPathSelectorMetricDescriptorsMetadataLabels) WithArrayOfValues

func (ListMetricDescriptorsResponseMapPathSelectorMetricDescriptorsMetadataLabels) WithValue

type ListMetricDescriptorsResponseMapPathSelectorMetricDescriptorsMetadataShards

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

func (ListMetricDescriptorsResponseMapPathSelectorMetricDescriptorsMetadataShards) FieldPath

func (ListMetricDescriptorsResponseMapPathSelectorMetricDescriptorsMetadataShards) WithArrayOfValues

func (ListMetricDescriptorsResponseMapPathSelectorMetricDescriptorsMetadataShards) WithValue

type ListMetricDescriptorsResponsePathSelectorMetricDescriptors

type ListMetricDescriptorsResponsePathSelectorMetricDescriptors struct{}

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptors) FieldPath

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptors) Labels

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptors) Name

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptors) Type

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptors) Unit

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptors) WithArrayOfValues

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptors) WithValue

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDescription

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDescription struct{}

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDescription) FieldPath

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDescription) WithArrayOfValues

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDescription) WithValue

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDisplayName

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDisplayName struct{}

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDisplayName) FieldPath

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDisplayName) WithArrayOfValues

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDisplayName) WithValue

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptions

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptions struct{}

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptions) FieldPath

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptions) WithArrayOfValues

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptions) WithValue

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsDynamicBuckets

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsDynamicBuckets struct{}

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsDynamicBuckets) FieldPath

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsDynamicBuckets) WithArrayOfValues

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsDynamicBuckets) WithValue

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsDynamicBucketsCompression

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsDynamicBucketsCompression struct{}

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsDynamicBucketsCompression) FieldPath

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsDynamicBucketsCompression) WithArrayOfValues

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsDynamicBucketsCompression) WithValue

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsDynamicBucketsMeans

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsDynamicBucketsMeans struct{}

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsDynamicBucketsMeans) FieldPath

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsDynamicBucketsMeans) WithArrayOfValues

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsDynamicBucketsMeans) WithItemValue

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsDynamicBucketsMeans) WithValue

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsExplicitBuckets

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsExplicitBuckets struct{}

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsExplicitBuckets) FieldPath

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsExplicitBuckets) WithArrayOfValues

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsExplicitBuckets) WithValue

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsExplicitBucketsBounds

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsExplicitBucketsBounds struct{}

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsExplicitBucketsBounds) FieldPath

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsExplicitBucketsBounds) WithArrayOfValues

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsExplicitBucketsBounds) WithItemValue

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsExplicitBucketsBounds) WithValue

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsExponentialBuckets

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsExponentialBuckets struct{}

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsExponentialBuckets) FieldPath

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsExponentialBuckets) WithArrayOfValues

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsExponentialBuckets) WithValue

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsExponentialBucketsGrowthFactor

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsExponentialBucketsGrowthFactor struct{}

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsExponentialBucketsGrowthFactor) FieldPath

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsExponentialBucketsGrowthFactor) WithArrayOfValues

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsExponentialBucketsGrowthFactor) WithValue

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsExponentialBucketsNumFiniteBuckets

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsExponentialBucketsNumFiniteBuckets struct{}

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsExponentialBucketsNumFiniteBuckets) FieldPath

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsExponentialBucketsNumFiniteBuckets) WithArrayOfValues

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsExponentialBucketsNumFiniteBuckets) WithValue

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsExponentialBucketsScale

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsExponentialBucketsScale struct{}

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsExponentialBucketsScale) FieldPath

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsExponentialBucketsScale) WithArrayOfValues

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsExponentialBucketsScale) WithValue

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsLinearBuckets

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsLinearBuckets struct{}

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsLinearBuckets) FieldPath

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsLinearBuckets) WithArrayOfValues

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsLinearBuckets) WithValue

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsLinearBucketsNumFiniteBuckets

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsLinearBucketsNumFiniteBuckets struct{}

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsLinearBucketsNumFiniteBuckets) FieldPath

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsLinearBucketsNumFiniteBuckets) WithArrayOfValues

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsLinearBucketsNumFiniteBuckets) WithValue

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsLinearBucketsOffset

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsLinearBucketsOffset struct{}

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsLinearBucketsOffset) FieldPath

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsLinearBucketsOffset) WithArrayOfValues

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsLinearBucketsOffset) WithValue

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsLinearBucketsWidth

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsLinearBucketsWidth struct{}

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsLinearBucketsWidth) FieldPath

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsLinearBucketsWidth) WithArrayOfValues

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsDistributionBucketOptionsLinearBucketsWidth) WithValue

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsIndexSpec

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsIndexSpec struct{}

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsIndexSpec) FieldPath

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsIndexSpecPerResource

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsIndexSpecPerResource struct{}

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsIndexSpecPerResource) FieldPath

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsIndexSpecPerResourceIndices

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsIndexSpecPerResourceIndices struct{}

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsIndexSpecPerResourceIndices) FieldPath

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsIndexSpecPerResourceIndices) WithArrayOfValues

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsIndexSpecPerResourceIndices) WithValue

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsIndexSpecPerResourceIndicesPromotedLabels

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsIndexSpecPerResourceIndicesPromotedLabels struct{}

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsIndexSpecPerResourceIndicesPromotedLabels) FieldPath

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsIndexSpecPerResourceIndicesPromotedLabels) WithArrayOfValues

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsIndexSpecPerResourceIndicesPromotedLabels) WithItemValue

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsIndexSpecPerResourceIndicesPromotedLabels) WithValue

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsIndexSpecPerResourceIndicesWriteOnly

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsIndexSpecPerResourceIndicesWriteOnly struct{}

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsIndexSpecPerResourceIndicesWriteOnly) FieldPath

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsIndexSpecPerResourceIndicesWriteOnly) WithArrayOfValues

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsIndexSpecPerResourceIndicesWriteOnly) WithValue

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsIndexSpecPerResourceResource

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsIndexSpecPerResourceResource struct{}

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsIndexSpecPerResourceResource) FieldPath

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsIndexSpecPerResourceResource) WithArrayOfValues

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsIndexSpecPerResourceResource) WithValue

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsLabels

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsLabels struct{}

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsLabels) FieldPath

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsLabels) WithArrayOfValues

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsLabels) WithValue

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsLabelsDefaultValue

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsLabelsDefaultValue struct{}

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsLabelsDefaultValue) FieldPath

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsLabelsDefaultValue) WithArrayOfValues

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsLabelsDefaultValue) WithValue

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsLabelsDescription

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsLabelsDescription struct{}

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsLabelsDescription) FieldPath

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsLabelsDescription) WithArrayOfValues

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsLabelsDescription) WithValue

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsLabelsDisabled

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsLabelsDisabled struct{}

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsLabelsDisabled) FieldPath

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsLabelsDisabled) WithArrayOfValues

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsLabelsDisabled) WithValue

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsLabelsKey

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsLabelsKey struct{}

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsLabelsKey) FieldPath

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsLabelsKey) WithArrayOfValues

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsLabelsKey) WithValue

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsLabelsValueType

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsLabelsValueType struct{}

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsLabelsValueType) FieldPath

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsLabelsValueType) WithArrayOfValues

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadata

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadata struct{}

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadata) FieldPath

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadata) WithArrayOfValues

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadata) WithValue

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataAnnotations

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataAnnotations struct{}

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataAnnotations) FieldPath

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataAnnotations) WithArrayOfValues

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataAnnotations) WithValue

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataCreateTime

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataCreateTime struct{}

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataCreateTime) FieldPath

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataCreateTime) WithArrayOfValues

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataCreateTime) WithValue

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataGeneration

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataGeneration struct{}

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataGeneration) FieldPath

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataGeneration) WithArrayOfValues

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataGeneration) WithValue

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataLabels

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataLabels struct{}

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataLabels) FieldPath

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataLabels) WithArrayOfValues

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataLabels) WithValue

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferences

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferences struct{}

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferences) FieldPath

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferences) WithArrayOfValues

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferences) WithItemValue

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferences) WithValue

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferencesApiVersion

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferencesApiVersion struct{}

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferencesApiVersion) FieldPath

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferencesApiVersion) WithArrayOfValues

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferencesApiVersion) WithValue

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferencesBlockOwnerDeletion

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferencesController

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferencesController struct{}

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferencesController) FieldPath

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferencesController) WithArrayOfValues

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferencesController) WithValue

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferencesKind

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferencesKind struct{}

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferencesKind) FieldPath

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferencesKind) WithArrayOfValues

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferencesKind) WithValue

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferencesName

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferencesName struct{}

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferencesName) FieldPath

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferencesName) WithArrayOfValues

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferencesName) WithValue

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferencesUid

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferencesUid struct{}

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferencesUid) FieldPath

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferencesUid) WithArrayOfValues

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataOwnerReferencesUid) WithValue

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataResourceVersion

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataResourceVersion struct{}

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataResourceVersion) FieldPath

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataResourceVersion) WithArrayOfValues

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataResourceVersion) WithValue

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataShards

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataShards struct{}

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataShards) FieldPath

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataShards) WithArrayOfValues

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataShards) WithValue

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataSyncing

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataSyncing struct{}

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataSyncing) FieldPath

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataSyncing) WithArrayOfValues

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataSyncing) WithValue

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataSyncingOwningRegion

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataSyncingOwningRegion struct{}

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataSyncingOwningRegion) FieldPath

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataSyncingOwningRegion) WithArrayOfValues

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataSyncingOwningRegion) WithValue

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataSyncingRegions

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataSyncingRegions struct{}

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataSyncingRegions) FieldPath

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataSyncingRegions) WithArrayOfValues

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataSyncingRegions) WithItemValue

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataSyncingRegions) WithValue

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataTags

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataTags struct{}

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataTags) FieldPath

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataTags) WithArrayOfValues

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataTags) WithItemValue

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataTags) WithValue

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataUpdateTime

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataUpdateTime struct{}

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataUpdateTime) FieldPath

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataUpdateTime) WithArrayOfValues

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataUpdateTime) WithValue

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataUuid

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataUuid struct{}

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataUuid) FieldPath

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataUuid) WithArrayOfValues

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetadataUuid) WithValue

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetricDescriptorMetadata

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetricDescriptorMetadata struct{}

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetricDescriptorMetadata) FieldPath

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetricDescriptorMetadataLaunchStage

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetricDescriptorMetadataLaunchStage struct{}

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetricDescriptorMetadataLaunchStage) FieldPath

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetricDescriptorMetadataLaunchStage) WithArrayOfValues

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetricDescriptorMetadataLaunchStage) WithValue

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetricKind

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetricKind struct{}

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsMetricKind) FieldPath

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsName

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsName struct{}

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsName) FieldPath

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsName) WithArrayOfValues

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsName) WithValue

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsPromotedLabelKeySets

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsPromotedLabelKeySets struct{}

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsPromotedLabelKeySets) FieldPath

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsPromotedLabelKeySets) WithArrayOfValues

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsPromotedLabelKeySets) WithItemValue

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsPromotedLabelKeySets) WithValue

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsPromotedLabelKeySetsLabelKeys

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsPromotedLabelKeySetsLabelKeys struct{}

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsPromotedLabelKeySetsLabelKeys) FieldPath

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsPromotedLabelKeySetsLabelKeys) WithArrayOfValues

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsPromotedLabelKeySetsLabelKeys) WithItemValue

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsPromotedLabelKeySetsLabelKeys) WithValue

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsPromotedLabelKeySetsWriteOnly

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsPromotedLabelKeySetsWriteOnly struct{}

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsPromotedLabelKeySetsWriteOnly) FieldPath

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsPromotedLabelKeySetsWriteOnly) WithArrayOfValues

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsPromotedLabelKeySetsWriteOnly) WithValue

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsResourceTypes

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsResourceTypes struct{}

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsResourceTypes) FieldPath

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsResourceTypes) WithArrayOfValues

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsResourceTypes) WithItemValue

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsResourceTypes) WithValue

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsStorageConfig

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsStorageConfig struct{}

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsStorageConfig) FieldPath

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsStorageConfigStoreRawPoints

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsStorageConfigStoreRawPoints struct{}

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsStorageConfigStoreRawPoints) FieldPath

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsStorageConfigStoreRawPoints) WithArrayOfValues

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsStorageConfigStoreRawPoints) WithValue

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsType

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsType struct{}

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsType) FieldPath

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsType) WithArrayOfValues

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsType) WithValue

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsUnit

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsUnit struct{}

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsUnit) FieldPath

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsUnit) WithArrayOfValues

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsUnit) WithValue

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsValueType

type ListMetricDescriptorsResponsePathSelectorMetricDescriptorsValueType struct{}

func (ListMetricDescriptorsResponsePathSelectorMetricDescriptorsValueType) FieldPath

type ListMetricDescriptorsResponsePathSelectorNextPageToken

type ListMetricDescriptorsResponsePathSelectorNextPageToken struct{}

func (ListMetricDescriptorsResponsePathSelectorNextPageToken) FieldPath

func (ListMetricDescriptorsResponsePathSelectorNextPageToken) WithArrayOfValues

func (ListMetricDescriptorsResponsePathSelectorNextPageToken) WithValue

type ListMetricDescriptorsResponsePathSelectorPrevPageToken

type ListMetricDescriptorsResponsePathSelectorPrevPageToken struct{}

func (ListMetricDescriptorsResponsePathSelectorPrevPageToken) FieldPath

func (ListMetricDescriptorsResponsePathSelectorPrevPageToken) WithArrayOfValues

func (ListMetricDescriptorsResponsePathSelectorPrevPageToken) WithValue

type ListMetricDescriptorsResponse_FieldMask

type ListMetricDescriptorsResponse_FieldMask struct {
	Paths []ListMetricDescriptorsResponse_FieldPath
}

func FullListMetricDescriptorsResponse_FieldMask

func FullListMetricDescriptorsResponse_FieldMask() *ListMetricDescriptorsResponse_FieldMask

func (*ListMetricDescriptorsResponse_FieldMask) AppendPath

func (*ListMetricDescriptorsResponse_FieldMask) AppendRawPath

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

func (*ListMetricDescriptorsResponse_FieldMask) DecodeFirestore

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

func (*ListMetricDescriptorsResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*ListMetricDescriptorsResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*ListMetricDescriptorsResponse_FieldMask) FromProtoFieldMask

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

func (*ListMetricDescriptorsResponse_FieldMask) GetPaths

func (*ListMetricDescriptorsResponse_FieldMask) GetRawPaths

func (*ListMetricDescriptorsResponse_FieldMask) IsFull

func (fieldMask *ListMetricDescriptorsResponse_FieldMask) IsFull() bool

func (ListMetricDescriptorsResponse_FieldMask) Marshal

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

implement methods required by customType

func (ListMetricDescriptorsResponse_FieldMask) MarshalJSON

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

func (*ListMetricDescriptorsResponse_FieldMask) PathsCount

func (fieldMask *ListMetricDescriptorsResponse_FieldMask) PathsCount() int

func (*ListMetricDescriptorsResponse_FieldMask) Project

func (*ListMetricDescriptorsResponse_FieldMask) ProjectRaw

func (*ListMetricDescriptorsResponse_FieldMask) ProtoMessage

func (fieldMask *ListMetricDescriptorsResponse_FieldMask) ProtoMessage()

func (*ListMetricDescriptorsResponse_FieldMask) ProtoReflect

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

func (*ListMetricDescriptorsResponse_FieldMask) Reset

func (fieldMask *ListMetricDescriptorsResponse_FieldMask) Reset()

func (*ListMetricDescriptorsResponse_FieldMask) Set

func (*ListMetricDescriptorsResponse_FieldMask) SetFromCliFlag

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

func (*ListMetricDescriptorsResponse_FieldMask) SetRaw

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

func (*ListMetricDescriptorsResponse_FieldMask) Size

func (fieldMask *ListMetricDescriptorsResponse_FieldMask) Size() int

func (*ListMetricDescriptorsResponse_FieldMask) String

func (fieldMask *ListMetricDescriptorsResponse_FieldMask) String() string

func (*ListMetricDescriptorsResponse_FieldMask) Subtract

func (*ListMetricDescriptorsResponse_FieldMask) SubtractRaw

func (*ListMetricDescriptorsResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*ListMetricDescriptorsResponse_FieldMask) Unmarshal

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

func (*ListMetricDescriptorsResponse_FieldMask) UnmarshalJSON

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

type ListMetricDescriptorsResponse_FieldPath

type ListMetricDescriptorsResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() ListMetricDescriptorsResponse_FieldPathSelector
	Get(source *ListMetricDescriptorsResponse) []interface{}
	GetSingle(source *ListMetricDescriptorsResponse) (interface{}, bool)
	ClearValue(item *ListMetricDescriptorsResponse)

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

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

func MustParseListMetricDescriptorsResponse_FieldPath

func MustParseListMetricDescriptorsResponse_FieldPath(rawField string) ListMetricDescriptorsResponse_FieldPath

func ParseListMetricDescriptorsResponse_FieldPath

func ParseListMetricDescriptorsResponse_FieldPath(rawField string) (ListMetricDescriptorsResponse_FieldPath, error)

type ListMetricDescriptorsResponse_FieldPathArrayItemValue

type ListMetricDescriptorsResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	ListMetricDescriptorsResponse_FieldPath
	ContainsValue(*ListMetricDescriptorsResponse) bool
}

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

func MustParseListMetricDescriptorsResponse_FieldPathArrayItemValue

func MustParseListMetricDescriptorsResponse_FieldPathArrayItemValue(pathStr, valueStr string) ListMetricDescriptorsResponse_FieldPathArrayItemValue

func ParseListMetricDescriptorsResponse_FieldPathArrayItemValue

func ParseListMetricDescriptorsResponse_FieldPathArrayItemValue(pathStr, valueStr string) (ListMetricDescriptorsResponse_FieldPathArrayItemValue, error)

ParseListMetricDescriptorsResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type ListMetricDescriptorsResponse_FieldPathArrayOfValues

type ListMetricDescriptorsResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	ListMetricDescriptorsResponse_FieldPath
}

ListMetricDescriptorsResponse_FieldPathArrayOfValues allows storing slice of values for ListMetricDescriptorsResponse fields according to their type

func MustParseListMetricDescriptorsResponse_FieldPathArrayOfValues

func MustParseListMetricDescriptorsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) ListMetricDescriptorsResponse_FieldPathArrayOfValues

func ParseListMetricDescriptorsResponse_FieldPathArrayOfValues

func ParseListMetricDescriptorsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (ListMetricDescriptorsResponse_FieldPathArrayOfValues, error)

type ListMetricDescriptorsResponse_FieldPathSelector

type ListMetricDescriptorsResponse_FieldPathSelector int32
const (
	ListMetricDescriptorsResponse_FieldPathSelectorMetricDescriptors ListMetricDescriptorsResponse_FieldPathSelector = 0
	ListMetricDescriptorsResponse_FieldPathSelectorNextPageToken     ListMetricDescriptorsResponse_FieldPathSelector = 1
	ListMetricDescriptorsResponse_FieldPathSelectorPrevPageToken     ListMetricDescriptorsResponse_FieldPathSelector = 2
)

func (ListMetricDescriptorsResponse_FieldPathSelector) String

type ListMetricDescriptorsResponse_FieldPathValue

type ListMetricDescriptorsResponse_FieldPathValue interface {
	ListMetricDescriptorsResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **ListMetricDescriptorsResponse)
	CompareWith(*ListMetricDescriptorsResponse) (cmp int, comparable bool)
}

ListMetricDescriptorsResponse_FieldPathValue allows storing values for ListMetricDescriptorsResponse fields according to their type

func MustParseListMetricDescriptorsResponse_FieldPathValue

func MustParseListMetricDescriptorsResponse_FieldPathValue(pathStr, valueStr string) ListMetricDescriptorsResponse_FieldPathValue

func ParseListMetricDescriptorsResponse_FieldPathValue

func ParseListMetricDescriptorsResponse_FieldPathValue(pathStr, valueStr string) (ListMetricDescriptorsResponse_FieldPathValue, error)

type ListMetricDescriptorsResponse_FieldSubPath

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

func (*ListMetricDescriptorsResponse_FieldSubPath) AsMetricDescriptorsSubPath

func (*ListMetricDescriptorsResponse_FieldSubPath) ClearValue

func (*ListMetricDescriptorsResponse_FieldSubPath) ClearValueRaw

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

func (*ListMetricDescriptorsResponse_FieldSubPath) Get

func (fps *ListMetricDescriptorsResponse_FieldSubPath) Get(source *ListMetricDescriptorsResponse) (values []interface{})

Get returns all values pointed by selected field from source ListMetricDescriptorsResponse

func (*ListMetricDescriptorsResponse_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ListMetricDescriptorsResponse_FieldSubPath) GetRaw

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

func (*ListMetricDescriptorsResponse_FieldSubPath) GetSingle

func (fps *ListMetricDescriptorsResponse_FieldSubPath) GetSingle(source *ListMetricDescriptorsResponse) (interface{}, bool)

GetSingle returns value of selected field from source ListMetricDescriptorsResponse

func (*ListMetricDescriptorsResponse_FieldSubPath) GetSingleRaw

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

func (*ListMetricDescriptorsResponse_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListMetricDescriptorsResponse_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*ListMetricDescriptorsResponse_FieldSubPath) Selector

func (*ListMetricDescriptorsResponse_FieldSubPath) String

String returns path representation in proto convention

func (*ListMetricDescriptorsResponse_FieldSubPath) WithIArrayItemValue

func (*ListMetricDescriptorsResponse_FieldSubPath) WithIArrayOfValues

func (*ListMetricDescriptorsResponse_FieldSubPath) WithIValue

func (*ListMetricDescriptorsResponse_FieldSubPath) WithRawIArrayItemValue

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

func (*ListMetricDescriptorsResponse_FieldSubPath) WithRawIArrayOfValues

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

func (*ListMetricDescriptorsResponse_FieldSubPath) WithRawIValue

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

type ListMetricDescriptorsResponse_FieldSubPathArrayItemValue

type ListMetricDescriptorsResponse_FieldSubPathArrayItemValue struct {
	ListMetricDescriptorsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListMetricDescriptorsResponse_FieldSubPathArrayItemValue) AsMetricDescriptorsPathItemValue

func (*ListMetricDescriptorsResponse_FieldSubPathArrayItemValue) ContainsValue

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

func (*ListMetricDescriptorsResponse_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type ListMetricDescriptorsResponse_FieldSubPathArrayOfValues

type ListMetricDescriptorsResponse_FieldSubPathArrayOfValues struct {
	ListMetricDescriptorsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListMetricDescriptorsResponse_FieldSubPathArrayOfValues) AsMetricDescriptorsPathArrayOfValues

func (*ListMetricDescriptorsResponse_FieldSubPathArrayOfValues) GetRawValues

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

type ListMetricDescriptorsResponse_FieldSubPathValue

type ListMetricDescriptorsResponse_FieldSubPathValue struct {
	ListMetricDescriptorsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListMetricDescriptorsResponse_FieldSubPathValue) AsMetricDescriptorsPathValue

func (*ListMetricDescriptorsResponse_FieldSubPathValue) CompareWith

func (*ListMetricDescriptorsResponse_FieldSubPathValue) CompareWithRaw

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

func (*ListMetricDescriptorsResponse_FieldSubPathValue) GetRawValue

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

func (*ListMetricDescriptorsResponse_FieldSubPathValue) SetTo

func (*ListMetricDescriptorsResponse_FieldSubPathValue) SetToRaw

type ListMetricDescriptorsResponse_FieldTerminalPath

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

func (*ListMetricDescriptorsResponse_FieldTerminalPath) ClearValue

func (*ListMetricDescriptorsResponse_FieldTerminalPath) ClearValueRaw

func (*ListMetricDescriptorsResponse_FieldTerminalPath) Get

Get returns all values pointed by specific field from source ListMetricDescriptorsResponse

func (*ListMetricDescriptorsResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ListMetricDescriptorsResponse_FieldTerminalPath) GetRaw

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

func (*ListMetricDescriptorsResponse_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source ListMetricDescriptorsResponse

func (*ListMetricDescriptorsResponse_FieldTerminalPath) GetSingleRaw

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

func (*ListMetricDescriptorsResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListMetricDescriptorsResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*ListMetricDescriptorsResponse_FieldTerminalPath) Selector

func (*ListMetricDescriptorsResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*ListMetricDescriptorsResponse_FieldTerminalPath) WithIArrayItemValue

func (*ListMetricDescriptorsResponse_FieldTerminalPath) WithIArrayOfValues

func (*ListMetricDescriptorsResponse_FieldTerminalPath) WithIValue

func (*ListMetricDescriptorsResponse_FieldTerminalPath) WithRawIArrayItemValue

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

func (*ListMetricDescriptorsResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*ListMetricDescriptorsResponse_FieldTerminalPath) WithRawIValue

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

type ListMetricDescriptorsResponse_FieldTerminalPathArrayItemValue

type ListMetricDescriptorsResponse_FieldTerminalPathArrayItemValue struct {
	ListMetricDescriptorsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListMetricDescriptorsResponse_FieldTerminalPathArrayItemValue) AsMetricDescriptorsItemValue

func (*ListMetricDescriptorsResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*ListMetricDescriptorsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*ListMetricDescriptorsResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*ListMetricDescriptorsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type ListMetricDescriptorsResponse_FieldTerminalPathArrayOfValues

type ListMetricDescriptorsResponse_FieldTerminalPathArrayOfValues struct {
	ListMetricDescriptorsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListMetricDescriptorsResponse_FieldTerminalPathArrayOfValues) AsMetricDescriptorsArrayOfValues

func (*ListMetricDescriptorsResponse_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues

func (*ListMetricDescriptorsResponse_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues

func (*ListMetricDescriptorsResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type ListMetricDescriptorsResponse_FieldTerminalPathValue

type ListMetricDescriptorsResponse_FieldTerminalPathValue struct {
	ListMetricDescriptorsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListMetricDescriptorsResponse_FieldTerminalPathValue) AsMetricDescriptorsValue

func (*ListMetricDescriptorsResponse_FieldTerminalPathValue) AsNextPageTokenValue

func (*ListMetricDescriptorsResponse_FieldTerminalPathValue) AsPrevPageTokenValue

func (*ListMetricDescriptorsResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'ListMetricDescriptorsResponse_FieldTerminalPathValue' with the value under path in 'ListMetricDescriptorsResponse'.

func (*ListMetricDescriptorsResponse_FieldTerminalPathValue) CompareWithRaw

func (*ListMetricDescriptorsResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*ListMetricDescriptorsResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object ListMetricDescriptorsResponse

func (*ListMetricDescriptorsResponse_FieldTerminalPathValue) SetToRaw

type MetricDescriptorServiceClient

MetricDescriptorServiceClient is the client API for MetricDescriptorService.

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

type MetricDescriptorServiceDescriptor added in v0.4.28

type MetricDescriptorServiceDescriptor struct{}

func GetMetricDescriptorServiceDescriptor added in v0.4.28

func GetMetricDescriptorServiceDescriptor() *MetricDescriptorServiceDescriptor

func (*MetricDescriptorServiceDescriptor) AllMethodDescriptors added in v0.4.28

func (*MetricDescriptorServiceDescriptor) GetApiName added in v0.4.28

func (d *MetricDescriptorServiceDescriptor) GetApiName() string

func (*MetricDescriptorServiceDescriptor) GetFullAPIName added in v0.4.28

func (d *MetricDescriptorServiceDescriptor) GetFullAPIName() string

func (*MetricDescriptorServiceDescriptor) GetProtoPkgName added in v0.4.28

func (d *MetricDescriptorServiceDescriptor) GetProtoPkgName() string

func (*MetricDescriptorServiceDescriptor) GetServiceDomain added in v0.4.28

func (d *MetricDescriptorServiceDescriptor) GetServiceDomain() string

func (*MetricDescriptorServiceDescriptor) GetServiceVersion added in v0.4.28

func (d *MetricDescriptorServiceDescriptor) GetServiceVersion() string

type UpdateMetricDescriptorDescriptor added in v0.4.28

type UpdateMetricDescriptorDescriptor struct{}

func GetUpdateMetricDescriptorDescriptor added in v0.4.28

func GetUpdateMetricDescriptorDescriptor() *UpdateMetricDescriptorDescriptor

func (*UpdateMetricDescriptorDescriptor) GetApiDescriptor added in v0.4.28

func (*UpdateMetricDescriptorDescriptor) GetApiName added in v0.4.28

func (d *UpdateMetricDescriptorDescriptor) GetApiName() string

func (*UpdateMetricDescriptorDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*UpdateMetricDescriptorDescriptor) GetFullMethodName added in v0.4.28

func (d *UpdateMetricDescriptorDescriptor) GetFullMethodName() string

func (*UpdateMetricDescriptorDescriptor) GetMethodName added in v0.4.28

func (d *UpdateMetricDescriptorDescriptor) GetMethodName() string

func (*UpdateMetricDescriptorDescriptor) GetProtoPkgName added in v0.4.28

func (d *UpdateMetricDescriptorDescriptor) GetProtoPkgName() string

func (*UpdateMetricDescriptorDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*UpdateMetricDescriptorDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*UpdateMetricDescriptorDescriptor) GetServiceDomain added in v0.4.28

func (d *UpdateMetricDescriptorDescriptor) GetServiceDomain() string

func (*UpdateMetricDescriptorDescriptor) GetServiceVersion added in v0.4.28

func (d *UpdateMetricDescriptorDescriptor) GetServiceVersion() string

func (*UpdateMetricDescriptorDescriptor) GetVerb added in v0.4.28

func (*UpdateMetricDescriptorDescriptor) HasResource added in v0.4.30

func (d *UpdateMetricDescriptorDescriptor) HasResource() bool

func (*UpdateMetricDescriptorDescriptor) IsClientStream added in v0.4.28

func (d *UpdateMetricDescriptorDescriptor) IsClientStream() bool

func (*UpdateMetricDescriptorDescriptor) IsCollection added in v0.4.30

func (d *UpdateMetricDescriptorDescriptor) IsCollection() bool

func (*UpdateMetricDescriptorDescriptor) IsPlural added in v0.4.30

func (d *UpdateMetricDescriptorDescriptor) IsPlural() bool

func (*UpdateMetricDescriptorDescriptor) IsServerStream added in v0.4.28

func (d *UpdateMetricDescriptorDescriptor) IsServerStream() bool

func (*UpdateMetricDescriptorDescriptor) IsUnary added in v0.4.28

func (*UpdateMetricDescriptorDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*UpdateMetricDescriptorDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*UpdateMetricDescriptorDescriptor) RequestHasResourceBody added in v0.4.28

func (d *UpdateMetricDescriptorDescriptor) RequestHasResourceBody() bool

type UpdateMetricDescriptorDescriptorClientMsgHandle added in v0.4.28

type UpdateMetricDescriptorDescriptorClientMsgHandle struct{}

func (*UpdateMetricDescriptorDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*UpdateMetricDescriptorDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*UpdateMetricDescriptorDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type UpdateMetricDescriptorDescriptorServerMsgHandle added in v0.4.28

type UpdateMetricDescriptorDescriptorServerMsgHandle struct{}

func (*UpdateMetricDescriptorDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*UpdateMetricDescriptorDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*UpdateMetricDescriptorDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type UpdateMetricDescriptorRequest

type UpdateMetricDescriptorRequest struct {

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

Request message for method [UpdateMetricDescriptor][ntt.monitoring.v3.UpdateMetricDescriptor]

func (*UpdateMetricDescriptorRequest) Clone

func (*UpdateMetricDescriptorRequest) CloneRaw

func (*UpdateMetricDescriptorRequest) Descriptor

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

Deprecated, Use UpdateMetricDescriptorRequest.ProtoReflect.Descriptor instead.

func (*UpdateMetricDescriptorRequest) GetCas

func (*UpdateMetricDescriptorRequest) GetMetricDescriptor

func (*UpdateMetricDescriptorRequest) GetUpdateMask

func (*UpdateMetricDescriptorRequest) GotenMessage

func (*UpdateMetricDescriptorRequest) GotenMessage()

func (*UpdateMetricDescriptorRequest) GotenObjectExt

func (o *UpdateMetricDescriptorRequest) GotenObjectExt()

func (*UpdateMetricDescriptorRequest) GotenValidate

func (obj *UpdateMetricDescriptorRequest) GotenValidate() error

func (*UpdateMetricDescriptorRequest) MakeDiffFieldMask

func (*UpdateMetricDescriptorRequest) MakeFullFieldMask

func (*UpdateMetricDescriptorRequest) MakeRawDiffFieldMask

func (*UpdateMetricDescriptorRequest) MakeRawFullFieldMask

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

func (*UpdateMetricDescriptorRequest) Marshal

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

func (*UpdateMetricDescriptorRequest) MarshalJSON

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

func (*UpdateMetricDescriptorRequest) Merge

func (*UpdateMetricDescriptorRequest) MergeRaw

func (*UpdateMetricDescriptorRequest) ProtoMessage

func (*UpdateMetricDescriptorRequest) ProtoMessage()

func (*UpdateMetricDescriptorRequest) ProtoReflect

func (*UpdateMetricDescriptorRequest) Reset

func (m *UpdateMetricDescriptorRequest) Reset()

func (*UpdateMetricDescriptorRequest) SetCas

func (*UpdateMetricDescriptorRequest) SetMetricDescriptor

func (*UpdateMetricDescriptorRequest) SetUpdateMask

func (*UpdateMetricDescriptorRequest) String

func (*UpdateMetricDescriptorRequest) Unmarshal

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

func (*UpdateMetricDescriptorRequest) UnmarshalJSON

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

type UpdateMetricDescriptorRequestCASFieldPathBuilder

type UpdateMetricDescriptorRequestCASFieldPathBuilder struct{}

func NewUpdateMetricDescriptorRequestCASFieldPathBuilder

func NewUpdateMetricDescriptorRequestCASFieldPathBuilder() UpdateMetricDescriptorRequestCASFieldPathBuilder

func (UpdateMetricDescriptorRequestCASFieldPathBuilder) ConditionalState

func (UpdateMetricDescriptorRequestCASFieldPathBuilder) FieldMask

type UpdateMetricDescriptorRequestCAS_FieldPath

type UpdateMetricDescriptorRequestCAS_FieldPath interface {
	gotenobject.FieldPath
	Selector() UpdateMetricDescriptorRequestCAS_FieldPathSelector
	Get(source *UpdateMetricDescriptorRequest_CAS) []interface{}
	GetSingle(source *UpdateMetricDescriptorRequest_CAS) (interface{}, bool)
	ClearValue(item *UpdateMetricDescriptorRequest_CAS)

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

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

func MustParseUpdateMetricDescriptorRequestCAS_FieldPath

func MustParseUpdateMetricDescriptorRequestCAS_FieldPath(rawField string) UpdateMetricDescriptorRequestCAS_FieldPath

func ParseUpdateMetricDescriptorRequestCAS_FieldPath

func ParseUpdateMetricDescriptorRequestCAS_FieldPath(rawField string) (UpdateMetricDescriptorRequestCAS_FieldPath, error)

type UpdateMetricDescriptorRequestCAS_FieldPathArrayItemValue

type UpdateMetricDescriptorRequestCAS_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	UpdateMetricDescriptorRequestCAS_FieldPath
	ContainsValue(*UpdateMetricDescriptorRequest_CAS) bool
}

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

func MustParseUpdateMetricDescriptorRequestCAS_FieldPathArrayItemValue

func MustParseUpdateMetricDescriptorRequestCAS_FieldPathArrayItemValue(pathStr, valueStr string) UpdateMetricDescriptorRequestCAS_FieldPathArrayItemValue

func ParseUpdateMetricDescriptorRequestCAS_FieldPathArrayItemValue

func ParseUpdateMetricDescriptorRequestCAS_FieldPathArrayItemValue(pathStr, valueStr string) (UpdateMetricDescriptorRequestCAS_FieldPathArrayItemValue, error)

ParseUpdateMetricDescriptorRequestCAS_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type UpdateMetricDescriptorRequestCAS_FieldPathArrayOfValues

type UpdateMetricDescriptorRequestCAS_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	UpdateMetricDescriptorRequestCAS_FieldPath
}

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

func MustParseUpdateMetricDescriptorRequestCAS_FieldPathArrayOfValues

func MustParseUpdateMetricDescriptorRequestCAS_FieldPathArrayOfValues(pathStr, valuesStr string) UpdateMetricDescriptorRequestCAS_FieldPathArrayOfValues

func ParseUpdateMetricDescriptorRequestCAS_FieldPathArrayOfValues

func ParseUpdateMetricDescriptorRequestCAS_FieldPathArrayOfValues(pathStr, valuesStr string) (UpdateMetricDescriptorRequestCAS_FieldPathArrayOfValues, error)

type UpdateMetricDescriptorRequestCAS_FieldPathSelector

type UpdateMetricDescriptorRequestCAS_FieldPathSelector int32
const (
	UpdateMetricDescriptorRequestCAS_FieldPathSelectorConditionalState UpdateMetricDescriptorRequestCAS_FieldPathSelector = 0
	UpdateMetricDescriptorRequestCAS_FieldPathSelectorFieldMask        UpdateMetricDescriptorRequestCAS_FieldPathSelector = 1
)

func (UpdateMetricDescriptorRequestCAS_FieldPathSelector) String

type UpdateMetricDescriptorRequestCAS_FieldPathValue

type UpdateMetricDescriptorRequestCAS_FieldPathValue interface {
	UpdateMetricDescriptorRequestCAS_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **UpdateMetricDescriptorRequest_CAS)
	CompareWith(*UpdateMetricDescriptorRequest_CAS) (cmp int, comparable bool)
}

UpdateMetricDescriptorRequestCAS_FieldPathValue allows storing values for CAS fields according to their type

func MustParseUpdateMetricDescriptorRequestCAS_FieldPathValue

func MustParseUpdateMetricDescriptorRequestCAS_FieldPathValue(pathStr, valueStr string) UpdateMetricDescriptorRequestCAS_FieldPathValue

func ParseUpdateMetricDescriptorRequestCAS_FieldPathValue

func ParseUpdateMetricDescriptorRequestCAS_FieldPathValue(pathStr, valueStr string) (UpdateMetricDescriptorRequestCAS_FieldPathValue, error)

type UpdateMetricDescriptorRequestCAS_FieldSubPath

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

func (*UpdateMetricDescriptorRequestCAS_FieldSubPath) AsConditionalStateSubPath

func (*UpdateMetricDescriptorRequestCAS_FieldSubPath) ClearValue

func (*UpdateMetricDescriptorRequestCAS_FieldSubPath) ClearValueRaw

func (*UpdateMetricDescriptorRequestCAS_FieldSubPath) Get

Get returns all values pointed by selected field from source UpdateMetricDescriptorRequest_CAS

func (*UpdateMetricDescriptorRequestCAS_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*UpdateMetricDescriptorRequestCAS_FieldSubPath) GetRaw

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

func (*UpdateMetricDescriptorRequestCAS_FieldSubPath) GetSingle

GetSingle returns value of selected field from source UpdateMetricDescriptorRequest_CAS

func (*UpdateMetricDescriptorRequestCAS_FieldSubPath) GetSingleRaw

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

func (*UpdateMetricDescriptorRequestCAS_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdateMetricDescriptorRequestCAS_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdateMetricDescriptorRequestCAS_FieldSubPath) Selector

func (*UpdateMetricDescriptorRequestCAS_FieldSubPath) String

String returns path representation in proto convention

func (*UpdateMetricDescriptorRequestCAS_FieldSubPath) WithIArrayItemValue

func (*UpdateMetricDescriptorRequestCAS_FieldSubPath) WithIArrayOfValues

func (*UpdateMetricDescriptorRequestCAS_FieldSubPath) WithIValue

func (*UpdateMetricDescriptorRequestCAS_FieldSubPath) WithRawIArrayItemValue

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

func (*UpdateMetricDescriptorRequestCAS_FieldSubPath) WithRawIArrayOfValues

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

func (*UpdateMetricDescriptorRequestCAS_FieldSubPath) WithRawIValue

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

type UpdateMetricDescriptorRequestCAS_FieldSubPathArrayItemValue

type UpdateMetricDescriptorRequestCAS_FieldSubPathArrayItemValue struct {
	UpdateMetricDescriptorRequestCAS_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateMetricDescriptorRequestCAS_FieldSubPathArrayItemValue) AsConditionalStatePathItemValue

func (*UpdateMetricDescriptorRequestCAS_FieldSubPathArrayItemValue) ContainsValue

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

func (*UpdateMetricDescriptorRequestCAS_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type UpdateMetricDescriptorRequestCAS_FieldSubPathArrayOfValues

type UpdateMetricDescriptorRequestCAS_FieldSubPathArrayOfValues struct {
	UpdateMetricDescriptorRequestCAS_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateMetricDescriptorRequestCAS_FieldSubPathArrayOfValues) AsConditionalStatePathArrayOfValues

func (*UpdateMetricDescriptorRequestCAS_FieldSubPathArrayOfValues) GetRawValues

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

type UpdateMetricDescriptorRequestCAS_FieldSubPathValue

type UpdateMetricDescriptorRequestCAS_FieldSubPathValue struct {
	UpdateMetricDescriptorRequestCAS_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateMetricDescriptorRequestCAS_FieldSubPathValue) AsConditionalStatePathValue

func (*UpdateMetricDescriptorRequestCAS_FieldSubPathValue) CompareWith

func (*UpdateMetricDescriptorRequestCAS_FieldSubPathValue) CompareWithRaw

func (*UpdateMetricDescriptorRequestCAS_FieldSubPathValue) GetRawValue

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

func (*UpdateMetricDescriptorRequestCAS_FieldSubPathValue) SetTo

func (*UpdateMetricDescriptorRequestCAS_FieldSubPathValue) SetToRaw

type UpdateMetricDescriptorRequestCAS_FieldTerminalPath

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

func (*UpdateMetricDescriptorRequestCAS_FieldTerminalPath) ClearValue

func (*UpdateMetricDescriptorRequestCAS_FieldTerminalPath) ClearValueRaw

func (*UpdateMetricDescriptorRequestCAS_FieldTerminalPath) Get

Get returns all values pointed by specific field from source UpdateMetricDescriptorRequest_CAS

func (*UpdateMetricDescriptorRequestCAS_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*UpdateMetricDescriptorRequestCAS_FieldTerminalPath) GetRaw

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

func (*UpdateMetricDescriptorRequestCAS_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source UpdateMetricDescriptorRequest_CAS

func (*UpdateMetricDescriptorRequestCAS_FieldTerminalPath) GetSingleRaw

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

func (*UpdateMetricDescriptorRequestCAS_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdateMetricDescriptorRequestCAS_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdateMetricDescriptorRequestCAS_FieldTerminalPath) Selector

func (*UpdateMetricDescriptorRequestCAS_FieldTerminalPath) String

String returns path representation in proto convention

func (*UpdateMetricDescriptorRequestCAS_FieldTerminalPath) WithIArrayItemValue

func (*UpdateMetricDescriptorRequestCAS_FieldTerminalPath) WithIArrayOfValues

func (*UpdateMetricDescriptorRequestCAS_FieldTerminalPath) WithIValue

func (*UpdateMetricDescriptorRequestCAS_FieldTerminalPath) WithRawIArrayItemValue

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

func (*UpdateMetricDescriptorRequestCAS_FieldTerminalPath) WithRawIArrayOfValues

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

func (*UpdateMetricDescriptorRequestCAS_FieldTerminalPath) WithRawIValue

type UpdateMetricDescriptorRequestCAS_FieldTerminalPathArrayItemValue

type UpdateMetricDescriptorRequestCAS_FieldTerminalPathArrayItemValue struct {
	UpdateMetricDescriptorRequestCAS_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateMetricDescriptorRequestCAS_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*UpdateMetricDescriptorRequestCAS_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*UpdateMetricDescriptorRequestCAS_FieldTerminalPathArrayItemValue) GetSingle

func (*UpdateMetricDescriptorRequestCAS_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type UpdateMetricDescriptorRequestCAS_FieldTerminalPathArrayOfValues

type UpdateMetricDescriptorRequestCAS_FieldTerminalPathArrayOfValues struct {
	UpdateMetricDescriptorRequestCAS_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateMetricDescriptorRequestCAS_FieldTerminalPathArrayOfValues) AsConditionalStateArrayOfValues

func (*UpdateMetricDescriptorRequestCAS_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*UpdateMetricDescriptorRequestCAS_FieldTerminalPathArrayOfValues) GetRawValues

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

type UpdateMetricDescriptorRequestCAS_FieldTerminalPathValue

type UpdateMetricDescriptorRequestCAS_FieldTerminalPathValue struct {
	UpdateMetricDescriptorRequestCAS_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateMetricDescriptorRequestCAS_FieldTerminalPathValue) AsConditionalStateValue

func (*UpdateMetricDescriptorRequestCAS_FieldTerminalPathValue) AsFieldMaskValue

func (*UpdateMetricDescriptorRequestCAS_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'UpdateMetricDescriptorRequestCAS_FieldTerminalPathValue' with the value under path in 'UpdateMetricDescriptorRequest_CAS'.

func (*UpdateMetricDescriptorRequestCAS_FieldTerminalPathValue) CompareWithRaw

func (*UpdateMetricDescriptorRequestCAS_FieldTerminalPathValue) GetRawValue

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

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

func (*UpdateMetricDescriptorRequestCAS_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object CAS

func (*UpdateMetricDescriptorRequestCAS_FieldTerminalPathValue) SetToRaw

type UpdateMetricDescriptorRequestFieldPathBuilder

type UpdateMetricDescriptorRequestFieldPathBuilder struct{}

func NewUpdateMetricDescriptorRequestFieldPathBuilder

func NewUpdateMetricDescriptorRequestFieldPathBuilder() UpdateMetricDescriptorRequestFieldPathBuilder

func (UpdateMetricDescriptorRequestFieldPathBuilder) Cas

func (UpdateMetricDescriptorRequestFieldPathBuilder) MetricDescriptor

func (UpdateMetricDescriptorRequestFieldPathBuilder) UpdateMask

type UpdateMetricDescriptorRequestMapPathSelectorCasConditionalStateMetadataAnnotations

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

func (UpdateMetricDescriptorRequestMapPathSelectorCasConditionalStateMetadataAnnotations) FieldPath

func (UpdateMetricDescriptorRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateMetricDescriptorRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithValue

type UpdateMetricDescriptorRequestMapPathSelectorCasConditionalStateMetadataLabels

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

func (UpdateMetricDescriptorRequestMapPathSelectorCasConditionalStateMetadataLabels) FieldPath

func (UpdateMetricDescriptorRequestMapPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateMetricDescriptorRequestMapPathSelectorCasConditionalStateMetadataLabels) WithValue

type UpdateMetricDescriptorRequestMapPathSelectorCasConditionalStateMetadataShards

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

func (UpdateMetricDescriptorRequestMapPathSelectorCasConditionalStateMetadataShards) FieldPath

func (UpdateMetricDescriptorRequestMapPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues

func (UpdateMetricDescriptorRequestMapPathSelectorCasConditionalStateMetadataShards) WithValue

type UpdateMetricDescriptorRequestMapPathSelectorMetricDescriptorMetadataAnnotations

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

func (UpdateMetricDescriptorRequestMapPathSelectorMetricDescriptorMetadataAnnotations) FieldPath

func (UpdateMetricDescriptorRequestMapPathSelectorMetricDescriptorMetadataAnnotations) WithArrayOfValues

func (UpdateMetricDescriptorRequestMapPathSelectorMetricDescriptorMetadataAnnotations) WithValue

type UpdateMetricDescriptorRequestMapPathSelectorMetricDescriptorMetadataLabels

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

func (UpdateMetricDescriptorRequestMapPathSelectorMetricDescriptorMetadataLabels) FieldPath

func (UpdateMetricDescriptorRequestMapPathSelectorMetricDescriptorMetadataLabels) WithArrayOfValues

func (UpdateMetricDescriptorRequestMapPathSelectorMetricDescriptorMetadataLabels) WithValue

type UpdateMetricDescriptorRequestMapPathSelectorMetricDescriptorMetadataShards

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

func (UpdateMetricDescriptorRequestMapPathSelectorMetricDescriptorMetadataShards) FieldPath

func (UpdateMetricDescriptorRequestMapPathSelectorMetricDescriptorMetadataShards) WithArrayOfValues

func (UpdateMetricDescriptorRequestMapPathSelectorMetricDescriptorMetadataShards) WithValue

type UpdateMetricDescriptorRequestPathSelectorCas

type UpdateMetricDescriptorRequestPathSelectorCas struct{}

func (UpdateMetricDescriptorRequestPathSelectorCas) ConditionalState

func (UpdateMetricDescriptorRequestPathSelectorCas) FieldMask

func (UpdateMetricDescriptorRequestPathSelectorCas) FieldPath

type UpdateMetricDescriptorRequestPathSelectorCasConditionalState

type UpdateMetricDescriptorRequestPathSelectorCasConditionalState struct{}

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalState) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalState) Name

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalState) Type

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalState) Unit

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalState) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalState) WithValue

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDescription

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDescription struct{}

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDescription) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDescription) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDescription) WithValue

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDisplayName

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDisplayName struct{}

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDisplayName) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDisplayName) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDisplayName) WithValue

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptions

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptions struct{}

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptions) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptions) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptions) WithValue

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptionsDynamicBuckets

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptionsDynamicBuckets struct{}

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptionsDynamicBuckets) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptionsDynamicBuckets) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptionsDynamicBuckets) WithValue

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptionsDynamicBucketsCompression

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptionsDynamicBucketsCompression struct{}

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptionsDynamicBucketsCompression) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptionsDynamicBucketsCompression) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptionsDynamicBucketsCompression) WithValue

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptionsDynamicBucketsMeans

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptionsDynamicBucketsMeans struct{}

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptionsDynamicBucketsMeans) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptionsDynamicBucketsMeans) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptionsDynamicBucketsMeans) WithItemValue

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptionsDynamicBucketsMeans) WithValue

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptionsExplicitBuckets

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptionsExplicitBuckets struct{}

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptionsExplicitBuckets) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptionsExplicitBuckets) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptionsExplicitBuckets) WithValue

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptionsExplicitBucketsBounds

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptionsExplicitBucketsBounds struct{}

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptionsExplicitBucketsBounds) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptionsExplicitBucketsBounds) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptionsExplicitBucketsBounds) WithItemValue

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptionsExplicitBucketsBounds) WithValue

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptionsExponentialBuckets

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptionsExponentialBuckets struct{}

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptionsExponentialBuckets) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptionsExponentialBuckets) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptionsExponentialBuckets) WithValue

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptionsExponentialBucketsGrowthFactor

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptionsExponentialBucketsGrowthFactor struct{}

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptionsExponentialBucketsGrowthFactor) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptionsExponentialBucketsGrowthFactor) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptionsExponentialBucketsGrowthFactor) WithValue

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptionsExponentialBucketsNumFiniteBuckets

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptionsExponentialBucketsNumFiniteBuckets struct{}

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptionsExponentialBucketsNumFiniteBuckets) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptionsExponentialBucketsNumFiniteBuckets) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptionsExponentialBucketsNumFiniteBuckets) WithValue

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptionsExponentialBucketsScale

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptionsExponentialBucketsScale struct{}

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptionsExponentialBucketsScale) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptionsExponentialBucketsScale) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptionsExponentialBucketsScale) WithValue

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptionsLinearBuckets

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptionsLinearBuckets struct{}

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptionsLinearBuckets) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptionsLinearBuckets) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptionsLinearBuckets) WithValue

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptionsLinearBucketsNumFiniteBuckets

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptionsLinearBucketsNumFiniteBuckets struct{}

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptionsLinearBucketsNumFiniteBuckets) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptionsLinearBucketsNumFiniteBuckets) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptionsLinearBucketsNumFiniteBuckets) WithValue

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptionsLinearBucketsOffset

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptionsLinearBucketsOffset struct{}

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptionsLinearBucketsOffset) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptionsLinearBucketsOffset) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptionsLinearBucketsOffset) WithValue

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptionsLinearBucketsWidth

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptionsLinearBucketsWidth struct{}

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptionsLinearBucketsWidth) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptionsLinearBucketsWidth) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateDistributionBucketOptionsLinearBucketsWidth) WithValue

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateIndexSpec

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateIndexSpec struct{}

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateIndexSpec) FieldPath

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateIndexSpecPerResource

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateIndexSpecPerResource struct{}

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateIndexSpecPerResource) FieldPath

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateIndexSpecPerResourceIndices

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateIndexSpecPerResourceIndices struct{}

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateIndexSpecPerResourceIndices) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateIndexSpecPerResourceIndices) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateIndexSpecPerResourceIndices) WithValue

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateIndexSpecPerResourceIndicesPromotedLabels

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateIndexSpecPerResourceIndicesPromotedLabels struct{}

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateIndexSpecPerResourceIndicesPromotedLabels) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateIndexSpecPerResourceIndicesPromotedLabels) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateIndexSpecPerResourceIndicesPromotedLabels) WithItemValue

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateIndexSpecPerResourceIndicesPromotedLabels) WithValue

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateIndexSpecPerResourceIndicesWriteOnly

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateIndexSpecPerResourceIndicesWriteOnly struct{}

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateIndexSpecPerResourceIndicesWriteOnly) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateIndexSpecPerResourceIndicesWriteOnly) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateIndexSpecPerResourceIndicesWriteOnly) WithValue

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateIndexSpecPerResourceResource

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateIndexSpecPerResourceResource struct{}

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateIndexSpecPerResourceResource) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateIndexSpecPerResourceResource) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateIndexSpecPerResourceResource) WithValue

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateLabels

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateLabels struct{}

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateLabels) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateLabels) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateLabels) WithItemValue

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateLabels) WithValue

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateLabelsDefaultValue

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateLabelsDefaultValue struct{}

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateLabelsDefaultValue) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateLabelsDefaultValue) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateLabelsDefaultValue) WithValue

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateLabelsDescription

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateLabelsDescription struct{}

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateLabelsDescription) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateLabelsDescription) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateLabelsDescription) WithValue

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateLabelsDisabled

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateLabelsDisabled struct{}

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateLabelsDisabled) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateLabelsDisabled) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateLabelsDisabled) WithValue

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateLabelsKey

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateLabelsKey struct{}

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateLabelsKey) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateLabelsKey) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateLabelsKey) WithValue

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateLabelsValueType

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateLabelsValueType struct{}

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateLabelsValueType) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateLabelsValueType) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateLabelsValueType) WithValue

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadata

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadata struct{}

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadata) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadata) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadata) WithValue

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataAnnotations

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataAnnotations struct{}

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataAnnotations) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataAnnotations) WithValue

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataCreateTime

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataCreateTime struct{}

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataCreateTime) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataCreateTime) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataCreateTime) WithValue

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataGeneration

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataGeneration struct{}

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataGeneration) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataGeneration) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataGeneration) WithValue

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataLabels

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataLabels struct{}

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataLabels) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataLabels) WithValue

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataOwnerReferences

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataOwnerReferences struct{}

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataOwnerReferences) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithItemValue

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithValue

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataOwnerReferencesApiVersion

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataOwnerReferencesApiVersion struct{}

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataOwnerReferencesApiVersion) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataOwnerReferencesApiVersion) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataOwnerReferencesApiVersion) WithValue

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController struct{}

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) WithValue

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind struct{}

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) WithValue

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName struct{}

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) WithValue

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataOwnerReferencesUid

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataOwnerReferencesUid struct{}

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataOwnerReferencesUid) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataOwnerReferencesUid) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataOwnerReferencesUid) WithValue

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataResourceVersion

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataResourceVersion struct{}

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataResourceVersion) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithValue

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataShards

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataShards struct{}

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataShards) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataShards) WithValue

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataSyncing

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataSyncing struct{}

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataSyncing) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataSyncing) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataSyncing) WithValue

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion struct{}

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) WithValue

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataSyncingRegions

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataSyncingRegions struct{}

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataSyncingRegions) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithItemValue

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithValue

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataTags

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataTags struct{}

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataTags) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataTags) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataTags) WithItemValue

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataTags) WithValue

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataUpdateTime

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataUpdateTime struct{}

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataUpdateTime) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithValue

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataUuid

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataUuid struct{}

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataUuid) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataUuid) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetadataUuid) WithValue

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetricDescriptorMetadata

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetricDescriptorMetadata struct{}

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetricDescriptorMetadata) FieldPath

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetricDescriptorMetadataLaunchStage

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetricDescriptorMetadataLaunchStage struct{}

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetricDescriptorMetadataLaunchStage) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetricDescriptorMetadataLaunchStage) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetricDescriptorMetadataLaunchStage) WithValue

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetricKind

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetricKind struct{}

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateMetricKind) FieldPath

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateName

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateName struct{}

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateName) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateName) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateName) WithValue

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStatePromotedLabelKeySets

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStatePromotedLabelKeySets struct{}

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStatePromotedLabelKeySets) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStatePromotedLabelKeySets) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStatePromotedLabelKeySets) WithItemValue

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStatePromotedLabelKeySets) WithValue

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStatePromotedLabelKeySetsLabelKeys

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStatePromotedLabelKeySetsLabelKeys struct{}

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStatePromotedLabelKeySetsLabelKeys) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStatePromotedLabelKeySetsLabelKeys) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStatePromotedLabelKeySetsLabelKeys) WithItemValue

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStatePromotedLabelKeySetsLabelKeys) WithValue

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStatePromotedLabelKeySetsWriteOnly

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStatePromotedLabelKeySetsWriteOnly struct{}

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStatePromotedLabelKeySetsWriteOnly) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStatePromotedLabelKeySetsWriteOnly) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStatePromotedLabelKeySetsWriteOnly) WithValue

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateResourceTypes

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateResourceTypes struct{}

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateResourceTypes) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateResourceTypes) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateResourceTypes) WithItemValue

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateResourceTypes) WithValue

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateStorageConfig

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateStorageConfig struct{}

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateStorageConfig) FieldPath

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateStorageConfigStoreRawPoints

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateStorageConfigStoreRawPoints struct{}

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateStorageConfigStoreRawPoints) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateStorageConfigStoreRawPoints) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateStorageConfigStoreRawPoints) WithValue

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateType

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateType struct{}

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateType) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateType) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateType) WithValue

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateUnit

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateUnit struct{}

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateUnit) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateUnit) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateUnit) WithValue

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateValueType

type UpdateMetricDescriptorRequestPathSelectorCasConditionalStateValueType struct{}

func (UpdateMetricDescriptorRequestPathSelectorCasConditionalStateValueType) FieldPath

type UpdateMetricDescriptorRequestPathSelectorCasFieldMask

type UpdateMetricDescriptorRequestPathSelectorCasFieldMask struct{}

func (UpdateMetricDescriptorRequestPathSelectorCasFieldMask) FieldPath

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptor

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptor struct{}

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptor) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptor) Labels

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptor) Metadata

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptor) Name

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptor) Type

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptor) Unit

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDescription

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDescription struct{}

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDescription) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDescription) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDescription) WithValue

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDisplayName

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDisplayName struct{}

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDisplayName) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDisplayName) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDisplayName) WithValue

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptions

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptions struct{}

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptions) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptions) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptions) WithValue

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsDynamicBuckets

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsDynamicBuckets struct{}

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsDynamicBuckets) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsDynamicBuckets) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsDynamicBuckets) WithValue

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsDynamicBucketsCompression

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsDynamicBucketsCompression struct{}

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsDynamicBucketsCompression) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsDynamicBucketsCompression) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsDynamicBucketsCompression) WithValue

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsDynamicBucketsMeans

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsDynamicBucketsMeans struct{}

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsDynamicBucketsMeans) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsDynamicBucketsMeans) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsDynamicBucketsMeans) WithItemValue

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsDynamicBucketsMeans) WithValue

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsExplicitBuckets

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsExplicitBuckets struct{}

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsExplicitBuckets) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsExplicitBuckets) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsExplicitBuckets) WithValue

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsExplicitBucketsBounds

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsExplicitBucketsBounds struct{}

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsExplicitBucketsBounds) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsExplicitBucketsBounds) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsExplicitBucketsBounds) WithItemValue

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsExplicitBucketsBounds) WithValue

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsExponentialBuckets

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsExponentialBuckets struct{}

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsExponentialBuckets) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsExponentialBuckets) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsExponentialBuckets) WithValue

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsExponentialBucketsGrowthFactor

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsExponentialBucketsGrowthFactor struct{}

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsExponentialBucketsGrowthFactor) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsExponentialBucketsGrowthFactor) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsExponentialBucketsGrowthFactor) WithValue

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsExponentialBucketsNumFiniteBuckets

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsExponentialBucketsNumFiniteBuckets struct{}

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsExponentialBucketsNumFiniteBuckets) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsExponentialBucketsNumFiniteBuckets) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsExponentialBucketsNumFiniteBuckets) WithValue

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsExponentialBucketsScale

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsExponentialBucketsScale struct{}

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsExponentialBucketsScale) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsExponentialBucketsScale) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsExponentialBucketsScale) WithValue

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsLinearBuckets

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsLinearBuckets struct{}

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsLinearBuckets) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsLinearBuckets) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsLinearBuckets) WithValue

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsLinearBucketsNumFiniteBuckets

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsLinearBucketsNumFiniteBuckets struct{}

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsLinearBucketsNumFiniteBuckets) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsLinearBucketsNumFiniteBuckets) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsLinearBucketsNumFiniteBuckets) WithValue

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsLinearBucketsOffset

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsLinearBucketsOffset struct{}

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsLinearBucketsOffset) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsLinearBucketsOffset) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsLinearBucketsOffset) WithValue

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsLinearBucketsWidth

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsLinearBucketsWidth struct{}

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsLinearBucketsWidth) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsLinearBucketsWidth) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorDistributionBucketOptionsLinearBucketsWidth) WithValue

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorIndexSpec

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorIndexSpec struct{}

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorIndexSpec) FieldPath

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorIndexSpecPerResource

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorIndexSpecPerResource struct{}

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorIndexSpecPerResource) FieldPath

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorIndexSpecPerResourceIndices

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorIndexSpecPerResourceIndices struct{}

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorIndexSpecPerResourceIndices) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorIndexSpecPerResourceIndices) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorIndexSpecPerResourceIndices) WithValue

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorIndexSpecPerResourceIndicesPromotedLabels

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorIndexSpecPerResourceIndicesPromotedLabels struct{}

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorIndexSpecPerResourceIndicesPromotedLabels) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorIndexSpecPerResourceIndicesPromotedLabels) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorIndexSpecPerResourceIndicesPromotedLabels) WithItemValue

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorIndexSpecPerResourceIndicesPromotedLabels) WithValue

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorIndexSpecPerResourceIndicesWriteOnly

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorIndexSpecPerResourceIndicesWriteOnly struct{}

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorIndexSpecPerResourceIndicesWriteOnly) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorIndexSpecPerResourceIndicesWriteOnly) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorIndexSpecPerResourceIndicesWriteOnly) WithValue

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorIndexSpecPerResourceResource

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorIndexSpecPerResourceResource struct{}

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorIndexSpecPerResourceResource) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorIndexSpecPerResourceResource) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorIndexSpecPerResourceResource) WithValue

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorLabels

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorLabels struct{}

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorLabels) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorLabels) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorLabels) WithValue

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorLabelsDefaultValue

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorLabelsDefaultValue struct{}

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorLabelsDefaultValue) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorLabelsDefaultValue) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorLabelsDefaultValue) WithValue

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorLabelsDescription

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorLabelsDescription struct{}

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorLabelsDescription) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorLabelsDescription) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorLabelsDescription) WithValue

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorLabelsDisabled

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorLabelsDisabled struct{}

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorLabelsDisabled) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorLabelsDisabled) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorLabelsDisabled) WithValue

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorLabelsKey

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorLabelsKey struct{}

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorLabelsKey) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorLabelsKey) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorLabelsKey) WithValue

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorLabelsValueType

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorLabelsValueType struct{}

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorLabelsValueType) FieldPath

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadata

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadata struct{}

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadata) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadata) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadata) WithValue

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataAnnotations

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataAnnotations struct{}

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataAnnotations) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataAnnotations) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataAnnotations) WithValue

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataCreateTime

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataCreateTime struct{}

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataCreateTime) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataCreateTime) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataCreateTime) WithValue

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataGeneration

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataGeneration struct{}

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataGeneration) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataGeneration) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataGeneration) WithValue

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataLabels

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataLabels struct{}

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataLabels) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataLabels) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataLabels) WithValue

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferences

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferences struct{}

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferences) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferences) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferences) WithItemValue

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferences) WithValue

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferencesApiVersion

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferencesApiVersion struct{}

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferencesApiVersion) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferencesApiVersion) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferencesApiVersion) WithValue

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferencesBlockOwnerDeletion

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferencesController

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferencesController struct{}

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferencesController) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferencesController) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferencesController) WithValue

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferencesKind

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferencesKind struct{}

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferencesKind) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferencesKind) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferencesKind) WithValue

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferencesName

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferencesName struct{}

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferencesName) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferencesName) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferencesName) WithValue

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferencesUid

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferencesUid struct{}

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferencesUid) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferencesUid) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataOwnerReferencesUid) WithValue

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataResourceVersion

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataResourceVersion struct{}

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataResourceVersion) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataResourceVersion) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataResourceVersion) WithValue

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataShards

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataShards struct{}

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataShards) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataShards) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataShards) WithValue

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataSyncing

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataSyncing struct{}

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataSyncing) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataSyncing) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataSyncing) WithValue

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataSyncingOwningRegion

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataSyncingOwningRegion struct{}

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataSyncingOwningRegion) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataSyncingOwningRegion) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataSyncingOwningRegion) WithValue

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataSyncingRegions

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataSyncingRegions struct{}

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataSyncingRegions) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataSyncingRegions) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataSyncingRegions) WithItemValue

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataSyncingRegions) WithValue

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataTags

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataTags struct{}

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataTags) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataTags) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataTags) WithItemValue

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataTags) WithValue

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataUpdateTime

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataUpdateTime struct{}

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataUpdateTime) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataUpdateTime) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataUpdateTime) WithValue

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataUuid

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataUuid struct{}

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataUuid) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataUuid) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetadataUuid) WithValue

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetricDescriptorMetadata

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetricDescriptorMetadata struct{}

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetricDescriptorMetadata) FieldPath

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetricDescriptorMetadataLaunchStage

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetricDescriptorMetadataLaunchStage struct{}

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetricDescriptorMetadataLaunchStage) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetricDescriptorMetadataLaunchStage) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetricDescriptorMetadataLaunchStage) WithValue

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetricKind

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetricKind struct{}

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorMetricKind) FieldPath

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorName

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorName struct{}

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorName) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorName) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorName) WithValue

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorPromotedLabelKeySets

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorPromotedLabelKeySets struct{}

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorPromotedLabelKeySets) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorPromotedLabelKeySets) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorPromotedLabelKeySets) WithItemValue

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorPromotedLabelKeySets) WithValue

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorPromotedLabelKeySetsLabelKeys

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorPromotedLabelKeySetsLabelKeys struct{}

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorPromotedLabelKeySetsLabelKeys) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorPromotedLabelKeySetsLabelKeys) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorPromotedLabelKeySetsLabelKeys) WithItemValue

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorPromotedLabelKeySetsLabelKeys) WithValue

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorPromotedLabelKeySetsWriteOnly

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorPromotedLabelKeySetsWriteOnly struct{}

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorPromotedLabelKeySetsWriteOnly) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorPromotedLabelKeySetsWriteOnly) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorPromotedLabelKeySetsWriteOnly) WithValue

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorResourceTypes

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorResourceTypes struct{}

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorResourceTypes) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorResourceTypes) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorResourceTypes) WithItemValue

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorResourceTypes) WithValue

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorStorageConfig

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorStorageConfig struct{}

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorStorageConfig) FieldPath

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorStorageConfigStoreRawPoints

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorStorageConfigStoreRawPoints struct{}

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorStorageConfigStoreRawPoints) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorStorageConfigStoreRawPoints) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorStorageConfigStoreRawPoints) WithValue

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorType

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorType struct{}

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorType) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorType) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorType) WithValue

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorUnit

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorUnit struct{}

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorUnit) FieldPath

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorUnit) WithArrayOfValues

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorUnit) WithValue

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorValueType

type UpdateMetricDescriptorRequestPathSelectorMetricDescriptorValueType struct{}

func (UpdateMetricDescriptorRequestPathSelectorMetricDescriptorValueType) FieldPath

type UpdateMetricDescriptorRequestPathSelectorUpdateMask

type UpdateMetricDescriptorRequestPathSelectorUpdateMask struct{}

func (UpdateMetricDescriptorRequestPathSelectorUpdateMask) FieldPath

type UpdateMetricDescriptorRequest_CAS

type UpdateMetricDescriptorRequest_CAS struct {

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

func (*UpdateMetricDescriptorRequest_CAS) CloneRaw

func (*UpdateMetricDescriptorRequest_CAS) Descriptor

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

Deprecated, Use UpdateMetricDescriptorRequest_CAS.ProtoReflect.Descriptor instead.

func (*UpdateMetricDescriptorRequest_CAS) GetConditionalState

func (*UpdateMetricDescriptorRequest_CAS) GetFieldMask

func (*UpdateMetricDescriptorRequest_CAS) GotenMessage

func (*UpdateMetricDescriptorRequest_CAS) GotenMessage()

func (*UpdateMetricDescriptorRequest_CAS) GotenObjectExt

func (o *UpdateMetricDescriptorRequest_CAS) GotenObjectExt()

func (*UpdateMetricDescriptorRequest_CAS) GotenValidate

func (obj *UpdateMetricDescriptorRequest_CAS) GotenValidate() error

func (*UpdateMetricDescriptorRequest_CAS) MakeFullFieldMask

func (*UpdateMetricDescriptorRequest_CAS) MakeRawDiffFieldMask

func (*UpdateMetricDescriptorRequest_CAS) MakeRawFullFieldMask

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

func (*UpdateMetricDescriptorRequest_CAS) Marshal

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

func (*UpdateMetricDescriptorRequest_CAS) MarshalJSON

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

func (*UpdateMetricDescriptorRequest_CAS) Merge

func (*UpdateMetricDescriptorRequest_CAS) MergeRaw

func (*UpdateMetricDescriptorRequest_CAS) ProtoMessage

func (*UpdateMetricDescriptorRequest_CAS) ProtoMessage()

func (*UpdateMetricDescriptorRequest_CAS) ProtoReflect

func (*UpdateMetricDescriptorRequest_CAS) Reset

func (*UpdateMetricDescriptorRequest_CAS) SetConditionalState

func (*UpdateMetricDescriptorRequest_CAS) SetFieldMask

func (*UpdateMetricDescriptorRequest_CAS) String

func (*UpdateMetricDescriptorRequest_CAS) Unmarshal

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

func (*UpdateMetricDescriptorRequest_CAS) UnmarshalJSON

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

type UpdateMetricDescriptorRequest_CASMapPathSelectorConditionalStateMetadataAnnotations

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

func (UpdateMetricDescriptorRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) FieldPath

func (UpdateMetricDescriptorRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateMetricDescriptorRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) WithValue

type UpdateMetricDescriptorRequest_CASMapPathSelectorConditionalStateMetadataLabels

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

func (UpdateMetricDescriptorRequest_CASMapPathSelectorConditionalStateMetadataLabels) FieldPath

func (UpdateMetricDescriptorRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateMetricDescriptorRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithValue

type UpdateMetricDescriptorRequest_CASMapPathSelectorConditionalStateMetadataShards

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

func (UpdateMetricDescriptorRequest_CASMapPathSelectorConditionalStateMetadataShards) FieldPath

func (UpdateMetricDescriptorRequest_CASMapPathSelectorConditionalStateMetadataShards) WithArrayOfValues

func (UpdateMetricDescriptorRequest_CASMapPathSelectorConditionalStateMetadataShards) WithValue

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalState

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalState struct{}

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalState) FieldPath

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalState) Name

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalState) Type

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalState) Unit

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDescription

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDescription struct{}

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDescription) FieldPath

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDescription) WithArrayOfValues

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDescription) WithValue

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDisplayName

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDisplayName struct{}

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDisplayName) FieldPath

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDisplayName) WithArrayOfValues

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDisplayName) WithValue

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptions

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptions struct{}

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptions) FieldPath

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptions) WithArrayOfValues

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptions) WithValue

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptionsDynamicBuckets

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptionsDynamicBuckets struct{}

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptionsDynamicBuckets) FieldPath

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptionsDynamicBuckets) WithArrayOfValues

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptionsDynamicBuckets) WithValue

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptionsDynamicBucketsCompression

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptionsDynamicBucketsCompression struct{}

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptionsDynamicBucketsCompression) FieldPath

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptionsDynamicBucketsCompression) WithArrayOfValues

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptionsDynamicBucketsCompression) WithValue

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptionsDynamicBucketsMeans

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptionsDynamicBucketsMeans struct{}

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptionsDynamicBucketsMeans) FieldPath

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptionsDynamicBucketsMeans) WithArrayOfValues

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptionsDynamicBucketsMeans) WithItemValue

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptionsDynamicBucketsMeans) WithValue

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptionsExplicitBuckets

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptionsExplicitBuckets struct{}

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptionsExplicitBuckets) FieldPath

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptionsExplicitBuckets) WithArrayOfValues

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptionsExplicitBuckets) WithValue

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptionsExplicitBucketsBounds

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptionsExplicitBucketsBounds struct{}

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptionsExplicitBucketsBounds) FieldPath

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptionsExplicitBucketsBounds) WithArrayOfValues

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptionsExplicitBucketsBounds) WithItemValue

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptionsExplicitBucketsBounds) WithValue

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptionsExponentialBuckets

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptionsExponentialBuckets struct{}

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptionsExponentialBuckets) FieldPath

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptionsExponentialBuckets) WithArrayOfValues

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptionsExponentialBuckets) WithValue

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptionsExponentialBucketsGrowthFactor

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptionsExponentialBucketsGrowthFactor struct{}

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptionsExponentialBucketsGrowthFactor) FieldPath

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptionsExponentialBucketsGrowthFactor) WithArrayOfValues

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptionsExponentialBucketsGrowthFactor) WithValue

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptionsExponentialBucketsNumFiniteBuckets

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptionsExponentialBucketsNumFiniteBuckets struct{}

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptionsExponentialBucketsNumFiniteBuckets) FieldPath

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptionsExponentialBucketsNumFiniteBuckets) WithArrayOfValues

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptionsExponentialBucketsNumFiniteBuckets) WithValue

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptionsExponentialBucketsScale

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptionsExponentialBucketsScale struct{}

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptionsExponentialBucketsScale) FieldPath

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptionsExponentialBucketsScale) WithArrayOfValues

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptionsExponentialBucketsScale) WithValue

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptionsLinearBuckets

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptionsLinearBuckets struct{}

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptionsLinearBuckets) FieldPath

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptionsLinearBuckets) WithArrayOfValues

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptionsLinearBuckets) WithValue

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptionsLinearBucketsNumFiniteBuckets

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptionsLinearBucketsNumFiniteBuckets struct{}

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptionsLinearBucketsNumFiniteBuckets) FieldPath

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptionsLinearBucketsNumFiniteBuckets) WithArrayOfValues

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptionsLinearBucketsNumFiniteBuckets) WithValue

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptionsLinearBucketsOffset

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptionsLinearBucketsOffset struct{}

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptionsLinearBucketsOffset) FieldPath

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptionsLinearBucketsOffset) WithArrayOfValues

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptionsLinearBucketsOffset) WithValue

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptionsLinearBucketsWidth

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptionsLinearBucketsWidth struct{}

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptionsLinearBucketsWidth) FieldPath

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptionsLinearBucketsWidth) WithArrayOfValues

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateDistributionBucketOptionsLinearBucketsWidth) WithValue

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateIndexSpec

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateIndexSpec struct{}

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateIndexSpec) FieldPath

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateIndexSpecPerResource

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateIndexSpecPerResource struct{}

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateIndexSpecPerResource) FieldPath

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateIndexSpecPerResourceIndices

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateIndexSpecPerResourceIndices struct{}

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateIndexSpecPerResourceIndices) FieldPath

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateIndexSpecPerResourceIndices) WithArrayOfValues

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateIndexSpecPerResourceIndices) WithValue

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateIndexSpecPerResourceIndicesPromotedLabels

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateIndexSpecPerResourceIndicesPromotedLabels struct{}

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateIndexSpecPerResourceIndicesPromotedLabels) FieldPath

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateIndexSpecPerResourceIndicesPromotedLabels) WithArrayOfValues

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateIndexSpecPerResourceIndicesPromotedLabels) WithItemValue

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateIndexSpecPerResourceIndicesPromotedLabels) WithValue

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateIndexSpecPerResourceIndicesWriteOnly

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateIndexSpecPerResourceIndicesWriteOnly struct{}

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateIndexSpecPerResourceIndicesWriteOnly) FieldPath

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateIndexSpecPerResourceIndicesWriteOnly) WithArrayOfValues

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateIndexSpecPerResourceIndicesWriteOnly) WithValue

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateIndexSpecPerResourceResource

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateIndexSpecPerResourceResource struct{}

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateIndexSpecPerResourceResource) FieldPath

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateIndexSpecPerResourceResource) WithArrayOfValues

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateIndexSpecPerResourceResource) WithValue

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateLabels

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateLabels struct{}

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateLabels) FieldPath

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateLabels) WithArrayOfValues

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateLabels) WithValue

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateLabelsDefaultValue

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateLabelsDefaultValue struct{}

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateLabelsDefaultValue) FieldPath

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateLabelsDefaultValue) WithArrayOfValues

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateLabelsDefaultValue) WithValue

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateLabelsDescription

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateLabelsDescription struct{}

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateLabelsDescription) FieldPath

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateLabelsDescription) WithArrayOfValues

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateLabelsDescription) WithValue

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateLabelsDisabled

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateLabelsDisabled struct{}

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateLabelsDisabled) FieldPath

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateLabelsDisabled) WithArrayOfValues

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateLabelsDisabled) WithValue

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateLabelsKey

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateLabelsKey struct{}

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateLabelsKey) FieldPath

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateLabelsKey) WithArrayOfValues

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateLabelsKey) WithValue

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateLabelsValueType

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateLabelsValueType struct{}

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateLabelsValueType) FieldPath

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadata

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadata struct{}

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadata) FieldPath

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadata) WithArrayOfValues

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadata) WithValue

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataAnnotations

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataAnnotations struct{}

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataAnnotations) FieldPath

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithValue

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataCreateTime

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataCreateTime struct{}

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataCreateTime) FieldPath

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataCreateTime) WithArrayOfValues

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataCreateTime) WithValue

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataGeneration

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataGeneration struct{}

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataGeneration) FieldPath

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataGeneration) WithArrayOfValues

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataGeneration) WithValue

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataLabels

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataLabels struct{}

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataLabels) FieldPath

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataLabels) WithValue

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataOwnerReferences

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataOwnerReferences struct{}

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) FieldPath

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithArrayOfValues

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithItemValue

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithValue

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesApiVersion

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesApiVersion struct{}

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesApiVersion) FieldPath

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesApiVersion) WithArrayOfValues

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesApiVersion) WithValue

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController struct{}

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) FieldPath

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) WithArrayOfValues

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) WithValue

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind struct{}

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) FieldPath

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) WithValue

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName struct{}

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) FieldPath

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) WithArrayOfValues

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) WithValue

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesUid

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesUid struct{}

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesUid) FieldPath

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesUid) WithArrayOfValues

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesUid) WithValue

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataResourceVersion

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataResourceVersion struct{}

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataResourceVersion) FieldPath

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataResourceVersion) WithArrayOfValues

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataResourceVersion) WithValue

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataShards

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataShards struct{}

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataShards) FieldPath

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataShards) WithArrayOfValues

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataShards) WithValue

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataSyncing

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataSyncing struct{}

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataSyncing) FieldPath

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataSyncing) WithArrayOfValues

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataSyncing) WithValue

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion struct{}

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) FieldPath

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) WithValue

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataSyncingRegions

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataSyncingRegions struct{}

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) FieldPath

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithArrayOfValues

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithItemValue

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithValue

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataTags

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataTags struct{}

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataTags) FieldPath

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataTags) WithArrayOfValues

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataTags) WithItemValue

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataTags) WithValue

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataUpdateTime

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataUpdateTime struct{}

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataUpdateTime) FieldPath

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataUpdateTime) WithArrayOfValues

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataUpdateTime) WithValue

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataUuid

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataUuid struct{}

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataUuid) FieldPath

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataUuid) WithArrayOfValues

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetadataUuid) WithValue

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetricDescriptorMetadata

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetricDescriptorMetadata struct{}

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetricDescriptorMetadata) FieldPath

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetricDescriptorMetadataLaunchStage

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetricDescriptorMetadataLaunchStage struct{}

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetricDescriptorMetadataLaunchStage) FieldPath

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetricDescriptorMetadataLaunchStage) WithArrayOfValues

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetricDescriptorMetadataLaunchStage) WithValue

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetricKind

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetricKind struct{}

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateMetricKind) FieldPath

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateName

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateName struct{}

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateName) FieldPath

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateName) WithArrayOfValues

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateName) WithValue

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStatePromotedLabelKeySets

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStatePromotedLabelKeySets struct{}

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStatePromotedLabelKeySets) FieldPath

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStatePromotedLabelKeySets) WithArrayOfValues

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStatePromotedLabelKeySets) WithItemValue

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStatePromotedLabelKeySets) WithValue

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStatePromotedLabelKeySetsLabelKeys

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStatePromotedLabelKeySetsLabelKeys struct{}

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStatePromotedLabelKeySetsLabelKeys) FieldPath

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStatePromotedLabelKeySetsLabelKeys) WithArrayOfValues

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStatePromotedLabelKeySetsLabelKeys) WithItemValue

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStatePromotedLabelKeySetsLabelKeys) WithValue

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStatePromotedLabelKeySetsWriteOnly

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStatePromotedLabelKeySetsWriteOnly struct{}

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStatePromotedLabelKeySetsWriteOnly) FieldPath

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStatePromotedLabelKeySetsWriteOnly) WithArrayOfValues

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStatePromotedLabelKeySetsWriteOnly) WithValue

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateResourceTypes

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateResourceTypes struct{}

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateResourceTypes) FieldPath

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateResourceTypes) WithArrayOfValues

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateResourceTypes) WithItemValue

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateResourceTypes) WithValue

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateStorageConfig

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateStorageConfig struct{}

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateStorageConfig) FieldPath

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateStorageConfigStoreRawPoints

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateStorageConfigStoreRawPoints struct{}

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateStorageConfigStoreRawPoints) FieldPath

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateStorageConfigStoreRawPoints) WithArrayOfValues

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateStorageConfigStoreRawPoints) WithValue

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateType

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateType struct{}

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateType) FieldPath

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateType) WithArrayOfValues

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateType) WithValue

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateUnit

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateUnit struct{}

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateUnit) FieldPath

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateUnit) WithArrayOfValues

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateUnit) WithValue

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateValueType

type UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateValueType struct{}

func (UpdateMetricDescriptorRequest_CASPathSelectorConditionalStateValueType) FieldPath

type UpdateMetricDescriptorRequest_CASPathSelectorFieldMask

type UpdateMetricDescriptorRequest_CASPathSelectorFieldMask struct{}

func (UpdateMetricDescriptorRequest_CASPathSelectorFieldMask) FieldPath

type UpdateMetricDescriptorRequest_CAS_FieldMask

type UpdateMetricDescriptorRequest_CAS_FieldMask struct {
	Paths []UpdateMetricDescriptorRequestCAS_FieldPath
}

func FullUpdateMetricDescriptorRequest_CAS_FieldMask

func FullUpdateMetricDescriptorRequest_CAS_FieldMask() *UpdateMetricDescriptorRequest_CAS_FieldMask

func (*UpdateMetricDescriptorRequest_CAS_FieldMask) AppendPath

func (*UpdateMetricDescriptorRequest_CAS_FieldMask) AppendRawPath

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

func (*UpdateMetricDescriptorRequest_CAS_FieldMask) DecodeFirestore

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

func (*UpdateMetricDescriptorRequest_CAS_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*UpdateMetricDescriptorRequest_CAS_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*UpdateMetricDescriptorRequest_CAS_FieldMask) FromProtoFieldMask

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

func (*UpdateMetricDescriptorRequest_CAS_FieldMask) GetPaths

func (*UpdateMetricDescriptorRequest_CAS_FieldMask) GetRawPaths

func (*UpdateMetricDescriptorRequest_CAS_FieldMask) IsFull

func (UpdateMetricDescriptorRequest_CAS_FieldMask) Marshal

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

implement methods required by customType

func (UpdateMetricDescriptorRequest_CAS_FieldMask) MarshalJSON

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

func (*UpdateMetricDescriptorRequest_CAS_FieldMask) PathsCount

func (fieldMask *UpdateMetricDescriptorRequest_CAS_FieldMask) PathsCount() int

func (*UpdateMetricDescriptorRequest_CAS_FieldMask) Project

func (*UpdateMetricDescriptorRequest_CAS_FieldMask) ProjectRaw

func (*UpdateMetricDescriptorRequest_CAS_FieldMask) ProtoMessage

func (fieldMask *UpdateMetricDescriptorRequest_CAS_FieldMask) ProtoMessage()

func (*UpdateMetricDescriptorRequest_CAS_FieldMask) ProtoReflect

func (*UpdateMetricDescriptorRequest_CAS_FieldMask) Reset

func (*UpdateMetricDescriptorRequest_CAS_FieldMask) Set

func (*UpdateMetricDescriptorRequest_CAS_FieldMask) SetFromCliFlag

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

func (*UpdateMetricDescriptorRequest_CAS_FieldMask) SetRaw

func (*UpdateMetricDescriptorRequest_CAS_FieldMask) Size

func (*UpdateMetricDescriptorRequest_CAS_FieldMask) String

func (*UpdateMetricDescriptorRequest_CAS_FieldMask) Subtract

func (*UpdateMetricDescriptorRequest_CAS_FieldMask) SubtractRaw

func (*UpdateMetricDescriptorRequest_CAS_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*UpdateMetricDescriptorRequest_CAS_FieldMask) Unmarshal

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

func (*UpdateMetricDescriptorRequest_CAS_FieldMask) UnmarshalJSON

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

type UpdateMetricDescriptorRequest_FieldMask

type UpdateMetricDescriptorRequest_FieldMask struct {
	Paths []UpdateMetricDescriptorRequest_FieldPath
}

func FullUpdateMetricDescriptorRequest_FieldMask

func FullUpdateMetricDescriptorRequest_FieldMask() *UpdateMetricDescriptorRequest_FieldMask

func (*UpdateMetricDescriptorRequest_FieldMask) AppendPath

func (*UpdateMetricDescriptorRequest_FieldMask) AppendRawPath

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

func (*UpdateMetricDescriptorRequest_FieldMask) DecodeFirestore

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

func (*UpdateMetricDescriptorRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*UpdateMetricDescriptorRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*UpdateMetricDescriptorRequest_FieldMask) FromProtoFieldMask

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

func (*UpdateMetricDescriptorRequest_FieldMask) GetPaths

func (*UpdateMetricDescriptorRequest_FieldMask) GetRawPaths

func (*UpdateMetricDescriptorRequest_FieldMask) IsFull

func (fieldMask *UpdateMetricDescriptorRequest_FieldMask) IsFull() bool

func (UpdateMetricDescriptorRequest_FieldMask) Marshal

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

implement methods required by customType

func (UpdateMetricDescriptorRequest_FieldMask) MarshalJSON

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

func (*UpdateMetricDescriptorRequest_FieldMask) PathsCount

func (fieldMask *UpdateMetricDescriptorRequest_FieldMask) PathsCount() int

func (*UpdateMetricDescriptorRequest_FieldMask) Project

func (*UpdateMetricDescriptorRequest_FieldMask) ProjectRaw

func (*UpdateMetricDescriptorRequest_FieldMask) ProtoMessage

func (fieldMask *UpdateMetricDescriptorRequest_FieldMask) ProtoMessage()

func (*UpdateMetricDescriptorRequest_FieldMask) ProtoReflect

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

func (*UpdateMetricDescriptorRequest_FieldMask) Reset

func (fieldMask *UpdateMetricDescriptorRequest_FieldMask) Reset()

func (*UpdateMetricDescriptorRequest_FieldMask) Set

func (*UpdateMetricDescriptorRequest_FieldMask) SetFromCliFlag

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

func (*UpdateMetricDescriptorRequest_FieldMask) SetRaw

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

func (*UpdateMetricDescriptorRequest_FieldMask) Size

func (fieldMask *UpdateMetricDescriptorRequest_FieldMask) Size() int

func (*UpdateMetricDescriptorRequest_FieldMask) String

func (fieldMask *UpdateMetricDescriptorRequest_FieldMask) String() string

func (*UpdateMetricDescriptorRequest_FieldMask) Subtract

func (*UpdateMetricDescriptorRequest_FieldMask) SubtractRaw

func (*UpdateMetricDescriptorRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*UpdateMetricDescriptorRequest_FieldMask) Unmarshal

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

func (*UpdateMetricDescriptorRequest_FieldMask) UnmarshalJSON

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

type UpdateMetricDescriptorRequest_FieldPath

type UpdateMetricDescriptorRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() UpdateMetricDescriptorRequest_FieldPathSelector
	Get(source *UpdateMetricDescriptorRequest) []interface{}
	GetSingle(source *UpdateMetricDescriptorRequest) (interface{}, bool)
	ClearValue(item *UpdateMetricDescriptorRequest)

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

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

func MustParseUpdateMetricDescriptorRequest_FieldPath

func MustParseUpdateMetricDescriptorRequest_FieldPath(rawField string) UpdateMetricDescriptorRequest_FieldPath

func ParseUpdateMetricDescriptorRequest_FieldPath

func ParseUpdateMetricDescriptorRequest_FieldPath(rawField string) (UpdateMetricDescriptorRequest_FieldPath, error)

type UpdateMetricDescriptorRequest_FieldPathArrayItemValue

type UpdateMetricDescriptorRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	UpdateMetricDescriptorRequest_FieldPath
	ContainsValue(*UpdateMetricDescriptorRequest) bool
}

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

func MustParseUpdateMetricDescriptorRequest_FieldPathArrayItemValue

func MustParseUpdateMetricDescriptorRequest_FieldPathArrayItemValue(pathStr, valueStr string) UpdateMetricDescriptorRequest_FieldPathArrayItemValue

func ParseUpdateMetricDescriptorRequest_FieldPathArrayItemValue

func ParseUpdateMetricDescriptorRequest_FieldPathArrayItemValue(pathStr, valueStr string) (UpdateMetricDescriptorRequest_FieldPathArrayItemValue, error)

ParseUpdateMetricDescriptorRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type UpdateMetricDescriptorRequest_FieldPathArrayOfValues

type UpdateMetricDescriptorRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	UpdateMetricDescriptorRequest_FieldPath
}

UpdateMetricDescriptorRequest_FieldPathArrayOfValues allows storing slice of values for UpdateMetricDescriptorRequest fields according to their type

func MustParseUpdateMetricDescriptorRequest_FieldPathArrayOfValues

func MustParseUpdateMetricDescriptorRequest_FieldPathArrayOfValues(pathStr, valuesStr string) UpdateMetricDescriptorRequest_FieldPathArrayOfValues

func ParseUpdateMetricDescriptorRequest_FieldPathArrayOfValues

func ParseUpdateMetricDescriptorRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (UpdateMetricDescriptorRequest_FieldPathArrayOfValues, error)

type UpdateMetricDescriptorRequest_FieldPathSelector

type UpdateMetricDescriptorRequest_FieldPathSelector int32
const (
	UpdateMetricDescriptorRequest_FieldPathSelectorMetricDescriptor UpdateMetricDescriptorRequest_FieldPathSelector = 0
	UpdateMetricDescriptorRequest_FieldPathSelectorUpdateMask       UpdateMetricDescriptorRequest_FieldPathSelector = 1
	UpdateMetricDescriptorRequest_FieldPathSelectorCas              UpdateMetricDescriptorRequest_FieldPathSelector = 2
)

func (UpdateMetricDescriptorRequest_FieldPathSelector) String

type UpdateMetricDescriptorRequest_FieldPathValue

type UpdateMetricDescriptorRequest_FieldPathValue interface {
	UpdateMetricDescriptorRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **UpdateMetricDescriptorRequest)
	CompareWith(*UpdateMetricDescriptorRequest) (cmp int, comparable bool)
}

UpdateMetricDescriptorRequest_FieldPathValue allows storing values for UpdateMetricDescriptorRequest fields according to their type

func MustParseUpdateMetricDescriptorRequest_FieldPathValue

func MustParseUpdateMetricDescriptorRequest_FieldPathValue(pathStr, valueStr string) UpdateMetricDescriptorRequest_FieldPathValue

func ParseUpdateMetricDescriptorRequest_FieldPathValue

func ParseUpdateMetricDescriptorRequest_FieldPathValue(pathStr, valueStr string) (UpdateMetricDescriptorRequest_FieldPathValue, error)

type UpdateMetricDescriptorRequest_FieldSubPath

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

func (*UpdateMetricDescriptorRequest_FieldSubPath) AsCasSubPath

func (*UpdateMetricDescriptorRequest_FieldSubPath) AsMetricDescriptorSubPath

func (*UpdateMetricDescriptorRequest_FieldSubPath) ClearValue

func (*UpdateMetricDescriptorRequest_FieldSubPath) ClearValueRaw

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

func (*UpdateMetricDescriptorRequest_FieldSubPath) Get

func (fps *UpdateMetricDescriptorRequest_FieldSubPath) Get(source *UpdateMetricDescriptorRequest) (values []interface{})

Get returns all values pointed by selected field from source UpdateMetricDescriptorRequest

func (*UpdateMetricDescriptorRequest_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*UpdateMetricDescriptorRequest_FieldSubPath) GetRaw

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

func (*UpdateMetricDescriptorRequest_FieldSubPath) GetSingle

func (fps *UpdateMetricDescriptorRequest_FieldSubPath) GetSingle(source *UpdateMetricDescriptorRequest) (interface{}, bool)

GetSingle returns value of selected field from source UpdateMetricDescriptorRequest

func (*UpdateMetricDescriptorRequest_FieldSubPath) GetSingleRaw

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

func (*UpdateMetricDescriptorRequest_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdateMetricDescriptorRequest_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdateMetricDescriptorRequest_FieldSubPath) Selector

func (*UpdateMetricDescriptorRequest_FieldSubPath) String

String returns path representation in proto convention

func (*UpdateMetricDescriptorRequest_FieldSubPath) WithIArrayItemValue

func (*UpdateMetricDescriptorRequest_FieldSubPath) WithIArrayOfValues

func (*UpdateMetricDescriptorRequest_FieldSubPath) WithIValue

func (*UpdateMetricDescriptorRequest_FieldSubPath) WithRawIArrayItemValue

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

func (*UpdateMetricDescriptorRequest_FieldSubPath) WithRawIArrayOfValues

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

func (*UpdateMetricDescriptorRequest_FieldSubPath) WithRawIValue

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

type UpdateMetricDescriptorRequest_FieldSubPathArrayItemValue

type UpdateMetricDescriptorRequest_FieldSubPathArrayItemValue struct {
	UpdateMetricDescriptorRequest_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateMetricDescriptorRequest_FieldSubPathArrayItemValue) AsCasPathItemValue

func (*UpdateMetricDescriptorRequest_FieldSubPathArrayItemValue) AsMetricDescriptorPathItemValue

func (*UpdateMetricDescriptorRequest_FieldSubPathArrayItemValue) ContainsValue

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

func (*UpdateMetricDescriptorRequest_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type UpdateMetricDescriptorRequest_FieldSubPathArrayOfValues

type UpdateMetricDescriptorRequest_FieldSubPathArrayOfValues struct {
	UpdateMetricDescriptorRequest_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateMetricDescriptorRequest_FieldSubPathArrayOfValues) AsCasPathArrayOfValues

func (*UpdateMetricDescriptorRequest_FieldSubPathArrayOfValues) AsMetricDescriptorPathArrayOfValues

func (*UpdateMetricDescriptorRequest_FieldSubPathArrayOfValues) GetRawValues

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

type UpdateMetricDescriptorRequest_FieldSubPathValue

type UpdateMetricDescriptorRequest_FieldSubPathValue struct {
	UpdateMetricDescriptorRequest_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateMetricDescriptorRequest_FieldSubPathValue) AsCasPathValue

func (*UpdateMetricDescriptorRequest_FieldSubPathValue) AsMetricDescriptorPathValue

func (*UpdateMetricDescriptorRequest_FieldSubPathValue) CompareWith

func (*UpdateMetricDescriptorRequest_FieldSubPathValue) CompareWithRaw

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

func (*UpdateMetricDescriptorRequest_FieldSubPathValue) GetRawValue

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

func (*UpdateMetricDescriptorRequest_FieldSubPathValue) SetTo

func (*UpdateMetricDescriptorRequest_FieldSubPathValue) SetToRaw

type UpdateMetricDescriptorRequest_FieldTerminalPath

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

func (*UpdateMetricDescriptorRequest_FieldTerminalPath) ClearValue

func (*UpdateMetricDescriptorRequest_FieldTerminalPath) ClearValueRaw

func (*UpdateMetricDescriptorRequest_FieldTerminalPath) Get

Get returns all values pointed by specific field from source UpdateMetricDescriptorRequest

func (*UpdateMetricDescriptorRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*UpdateMetricDescriptorRequest_FieldTerminalPath) GetRaw

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

func (*UpdateMetricDescriptorRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source UpdateMetricDescriptorRequest

func (*UpdateMetricDescriptorRequest_FieldTerminalPath) GetSingleRaw

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

func (*UpdateMetricDescriptorRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdateMetricDescriptorRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdateMetricDescriptorRequest_FieldTerminalPath) Selector

func (*UpdateMetricDescriptorRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*UpdateMetricDescriptorRequest_FieldTerminalPath) WithIArrayItemValue

func (*UpdateMetricDescriptorRequest_FieldTerminalPath) WithIArrayOfValues

func (*UpdateMetricDescriptorRequest_FieldTerminalPath) WithIValue

func (*UpdateMetricDescriptorRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*UpdateMetricDescriptorRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*UpdateMetricDescriptorRequest_FieldTerminalPath) WithRawIValue

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

type UpdateMetricDescriptorRequest_FieldTerminalPathArrayItemValue

type UpdateMetricDescriptorRequest_FieldTerminalPathArrayItemValue struct {
	UpdateMetricDescriptorRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateMetricDescriptorRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*UpdateMetricDescriptorRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*UpdateMetricDescriptorRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*UpdateMetricDescriptorRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type UpdateMetricDescriptorRequest_FieldTerminalPathArrayOfValues

type UpdateMetricDescriptorRequest_FieldTerminalPathArrayOfValues struct {
	UpdateMetricDescriptorRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateMetricDescriptorRequest_FieldTerminalPathArrayOfValues) AsCasArrayOfValues

func (*UpdateMetricDescriptorRequest_FieldTerminalPathArrayOfValues) AsMetricDescriptorArrayOfValues

func (*UpdateMetricDescriptorRequest_FieldTerminalPathArrayOfValues) AsUpdateMaskArrayOfValues

func (*UpdateMetricDescriptorRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type UpdateMetricDescriptorRequest_FieldTerminalPathValue

type UpdateMetricDescriptorRequest_FieldTerminalPathValue struct {
	UpdateMetricDescriptorRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateMetricDescriptorRequest_FieldTerminalPathValue) AsCasValue

func (*UpdateMetricDescriptorRequest_FieldTerminalPathValue) AsMetricDescriptorValue

func (*UpdateMetricDescriptorRequest_FieldTerminalPathValue) AsUpdateMaskValue

func (*UpdateMetricDescriptorRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'UpdateMetricDescriptorRequest_FieldTerminalPathValue' with the value under path in 'UpdateMetricDescriptorRequest'.

func (*UpdateMetricDescriptorRequest_FieldTerminalPathValue) CompareWithRaw

func (*UpdateMetricDescriptorRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*UpdateMetricDescriptorRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object UpdateMetricDescriptorRequest

func (*UpdateMetricDescriptorRequest_FieldTerminalPathValue) SetToRaw

type WatchMetricDescriptorClientStream

type WatchMetricDescriptorClientStream interface {
	Recv() (*WatchMetricDescriptorResponse, error)
	grpc.ClientStream
}

type WatchMetricDescriptorDescriptor added in v0.4.28

type WatchMetricDescriptorDescriptor struct{}

func GetWatchMetricDescriptorDescriptor added in v0.4.28

func GetWatchMetricDescriptorDescriptor() *WatchMetricDescriptorDescriptor

func (*WatchMetricDescriptorDescriptor) GetApiDescriptor added in v0.4.28

func (*WatchMetricDescriptorDescriptor) GetApiName added in v0.4.28

func (d *WatchMetricDescriptorDescriptor) GetApiName() string

func (*WatchMetricDescriptorDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*WatchMetricDescriptorDescriptor) GetFullMethodName added in v0.4.28

func (d *WatchMetricDescriptorDescriptor) GetFullMethodName() string

func (*WatchMetricDescriptorDescriptor) GetMethodName added in v0.4.28

func (d *WatchMetricDescriptorDescriptor) GetMethodName() string

func (*WatchMetricDescriptorDescriptor) GetProtoPkgName added in v0.4.28

func (d *WatchMetricDescriptorDescriptor) GetProtoPkgName() string

func (*WatchMetricDescriptorDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*WatchMetricDescriptorDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*WatchMetricDescriptorDescriptor) GetServiceDomain added in v0.4.28

func (d *WatchMetricDescriptorDescriptor) GetServiceDomain() string

func (*WatchMetricDescriptorDescriptor) GetServiceVersion added in v0.4.28

func (d *WatchMetricDescriptorDescriptor) GetServiceVersion() string

func (*WatchMetricDescriptorDescriptor) GetVerb added in v0.4.28

func (*WatchMetricDescriptorDescriptor) HasResource added in v0.4.30

func (d *WatchMetricDescriptorDescriptor) HasResource() bool

func (*WatchMetricDescriptorDescriptor) IsClientStream added in v0.4.28

func (d *WatchMetricDescriptorDescriptor) IsClientStream() bool

func (*WatchMetricDescriptorDescriptor) IsCollection added in v0.4.30

func (d *WatchMetricDescriptorDescriptor) IsCollection() bool

func (*WatchMetricDescriptorDescriptor) IsPlural added in v0.4.30

func (d *WatchMetricDescriptorDescriptor) IsPlural() bool

func (*WatchMetricDescriptorDescriptor) IsServerStream added in v0.4.28

func (d *WatchMetricDescriptorDescriptor) IsServerStream() bool

func (*WatchMetricDescriptorDescriptor) IsUnary added in v0.4.28

func (*WatchMetricDescriptorDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*WatchMetricDescriptorDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*WatchMetricDescriptorDescriptor) RequestHasResourceBody added in v0.4.28

func (d *WatchMetricDescriptorDescriptor) RequestHasResourceBody() bool

type WatchMetricDescriptorDescriptorClientMsgHandle added in v0.4.28

type WatchMetricDescriptorDescriptorClientMsgHandle struct{}

func (*WatchMetricDescriptorDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*WatchMetricDescriptorDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchMetricDescriptorDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type WatchMetricDescriptorDescriptorServerMsgHandle added in v0.4.28

type WatchMetricDescriptorDescriptorServerMsgHandle struct{}

func (*WatchMetricDescriptorDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*WatchMetricDescriptorDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchMetricDescriptorDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type WatchMetricDescriptorRequest

type WatchMetricDescriptorRequest struct {

	// Reference to ntt.monitoring.v3.MetricDescriptor
	Name *metric_descriptor.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 *metric_descriptor.MetricDescriptor_FieldMask `` /* 148-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 [WatchMetricDescriptor][ntt.monitoring.v3.WatchMetricDescriptor]

func (*WatchMetricDescriptorRequest) Clone

func (*WatchMetricDescriptorRequest) CloneRaw

func (*WatchMetricDescriptorRequest) Descriptor

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

Deprecated, Use WatchMetricDescriptorRequest.ProtoReflect.Descriptor instead.

func (*WatchMetricDescriptorRequest) GetFieldMask

func (*WatchMetricDescriptorRequest) GetName

func (*WatchMetricDescriptorRequest) GetView

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

func (*WatchMetricDescriptorRequest) GotenMessage

func (*WatchMetricDescriptorRequest) GotenMessage()

func (*WatchMetricDescriptorRequest) GotenObjectExt

func (o *WatchMetricDescriptorRequest) GotenObjectExt()

func (*WatchMetricDescriptorRequest) GotenValidate

func (obj *WatchMetricDescriptorRequest) GotenValidate() error

func (*WatchMetricDescriptorRequest) MakeDiffFieldMask

func (*WatchMetricDescriptorRequest) MakeFullFieldMask

func (*WatchMetricDescriptorRequest) MakeRawDiffFieldMask

func (*WatchMetricDescriptorRequest) MakeRawFullFieldMask

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

func (*WatchMetricDescriptorRequest) Marshal

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

func (*WatchMetricDescriptorRequest) MarshalJSON

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

func (*WatchMetricDescriptorRequest) Merge

func (*WatchMetricDescriptorRequest) MergeRaw

func (*WatchMetricDescriptorRequest) ProtoMessage

func (*WatchMetricDescriptorRequest) ProtoMessage()

func (*WatchMetricDescriptorRequest) ProtoReflect

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

func (*WatchMetricDescriptorRequest) Reset

func (m *WatchMetricDescriptorRequest) Reset()

func (*WatchMetricDescriptorRequest) SetFieldMask

func (*WatchMetricDescriptorRequest) SetName

func (*WatchMetricDescriptorRequest) SetView

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

func (*WatchMetricDescriptorRequest) String

func (*WatchMetricDescriptorRequest) Unmarshal

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

func (*WatchMetricDescriptorRequest) UnmarshalJSON

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

type WatchMetricDescriptorRequestFieldPathBuilder

type WatchMetricDescriptorRequestFieldPathBuilder struct{}

func NewWatchMetricDescriptorRequestFieldPathBuilder

func NewWatchMetricDescriptorRequestFieldPathBuilder() WatchMetricDescriptorRequestFieldPathBuilder

func (WatchMetricDescriptorRequestFieldPathBuilder) FieldMask

func (WatchMetricDescriptorRequestFieldPathBuilder) Name

func (WatchMetricDescriptorRequestFieldPathBuilder) View

type WatchMetricDescriptorRequestPathSelectorFieldMask

type WatchMetricDescriptorRequestPathSelectorFieldMask struct{}

func (WatchMetricDescriptorRequestPathSelectorFieldMask) FieldPath

type WatchMetricDescriptorRequestPathSelectorName

type WatchMetricDescriptorRequestPathSelectorName struct{}

func (WatchMetricDescriptorRequestPathSelectorName) FieldPath

type WatchMetricDescriptorRequestPathSelectorView

type WatchMetricDescriptorRequestPathSelectorView struct{}

func (WatchMetricDescriptorRequestPathSelectorView) FieldPath

func (WatchMetricDescriptorRequestPathSelectorView) WithArrayOfValues

func (WatchMetricDescriptorRequestPathSelectorView) WithValue

type WatchMetricDescriptorRequest_FieldMask

type WatchMetricDescriptorRequest_FieldMask struct {
	Paths []WatchMetricDescriptorRequest_FieldPath
}

func FullWatchMetricDescriptorRequest_FieldMask

func FullWatchMetricDescriptorRequest_FieldMask() *WatchMetricDescriptorRequest_FieldMask

func (*WatchMetricDescriptorRequest_FieldMask) AppendPath

func (*WatchMetricDescriptorRequest_FieldMask) AppendRawPath

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

func (*WatchMetricDescriptorRequest_FieldMask) DecodeFirestore

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

func (*WatchMetricDescriptorRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchMetricDescriptorRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchMetricDescriptorRequest_FieldMask) FromProtoFieldMask

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

func (*WatchMetricDescriptorRequest_FieldMask) GetPaths

func (*WatchMetricDescriptorRequest_FieldMask) GetRawPaths

func (*WatchMetricDescriptorRequest_FieldMask) IsFull

func (fieldMask *WatchMetricDescriptorRequest_FieldMask) IsFull() bool

func (WatchMetricDescriptorRequest_FieldMask) Marshal

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

implement methods required by customType

func (WatchMetricDescriptorRequest_FieldMask) MarshalJSON

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

func (*WatchMetricDescriptorRequest_FieldMask) PathsCount

func (fieldMask *WatchMetricDescriptorRequest_FieldMask) PathsCount() int

func (*WatchMetricDescriptorRequest_FieldMask) Project

func (*WatchMetricDescriptorRequest_FieldMask) ProjectRaw

func (*WatchMetricDescriptorRequest_FieldMask) ProtoMessage

func (fieldMask *WatchMetricDescriptorRequest_FieldMask) ProtoMessage()

func (*WatchMetricDescriptorRequest_FieldMask) ProtoReflect

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

func (*WatchMetricDescriptorRequest_FieldMask) Reset

func (fieldMask *WatchMetricDescriptorRequest_FieldMask) Reset()

func (*WatchMetricDescriptorRequest_FieldMask) Set

func (*WatchMetricDescriptorRequest_FieldMask) SetFromCliFlag

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

func (*WatchMetricDescriptorRequest_FieldMask) SetRaw

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

func (*WatchMetricDescriptorRequest_FieldMask) Size

func (fieldMask *WatchMetricDescriptorRequest_FieldMask) Size() int

func (*WatchMetricDescriptorRequest_FieldMask) String

func (fieldMask *WatchMetricDescriptorRequest_FieldMask) String() string

func (*WatchMetricDescriptorRequest_FieldMask) Subtract

func (*WatchMetricDescriptorRequest_FieldMask) SubtractRaw

func (*WatchMetricDescriptorRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*WatchMetricDescriptorRequest_FieldMask) Unmarshal

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

func (*WatchMetricDescriptorRequest_FieldMask) UnmarshalJSON

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

type WatchMetricDescriptorRequest_FieldPath

type WatchMetricDescriptorRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchMetricDescriptorRequest_FieldPathSelector
	Get(source *WatchMetricDescriptorRequest) []interface{}
	GetSingle(source *WatchMetricDescriptorRequest) (interface{}, bool)
	ClearValue(item *WatchMetricDescriptorRequest)

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

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

func MustParseWatchMetricDescriptorRequest_FieldPath

func MustParseWatchMetricDescriptorRequest_FieldPath(rawField string) WatchMetricDescriptorRequest_FieldPath

func ParseWatchMetricDescriptorRequest_FieldPath

func ParseWatchMetricDescriptorRequest_FieldPath(rawField string) (WatchMetricDescriptorRequest_FieldPath, error)

type WatchMetricDescriptorRequest_FieldPathArrayItemValue

type WatchMetricDescriptorRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchMetricDescriptorRequest_FieldPath
	ContainsValue(*WatchMetricDescriptorRequest) bool
}

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

func MustParseWatchMetricDescriptorRequest_FieldPathArrayItemValue

func MustParseWatchMetricDescriptorRequest_FieldPathArrayItemValue(pathStr, valueStr string) WatchMetricDescriptorRequest_FieldPathArrayItemValue

func ParseWatchMetricDescriptorRequest_FieldPathArrayItemValue

func ParseWatchMetricDescriptorRequest_FieldPathArrayItemValue(pathStr, valueStr string) (WatchMetricDescriptorRequest_FieldPathArrayItemValue, error)

ParseWatchMetricDescriptorRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchMetricDescriptorRequest_FieldPathArrayOfValues

type WatchMetricDescriptorRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchMetricDescriptorRequest_FieldPath
}

WatchMetricDescriptorRequest_FieldPathArrayOfValues allows storing slice of values for WatchMetricDescriptorRequest fields according to their type

func MustParseWatchMetricDescriptorRequest_FieldPathArrayOfValues

func MustParseWatchMetricDescriptorRequest_FieldPathArrayOfValues(pathStr, valuesStr string) WatchMetricDescriptorRequest_FieldPathArrayOfValues

func ParseWatchMetricDescriptorRequest_FieldPathArrayOfValues

func ParseWatchMetricDescriptorRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchMetricDescriptorRequest_FieldPathArrayOfValues, error)

type WatchMetricDescriptorRequest_FieldPathSelector

type WatchMetricDescriptorRequest_FieldPathSelector int32
const (
	WatchMetricDescriptorRequest_FieldPathSelectorName      WatchMetricDescriptorRequest_FieldPathSelector = 0
	WatchMetricDescriptorRequest_FieldPathSelectorFieldMask WatchMetricDescriptorRequest_FieldPathSelector = 1
	WatchMetricDescriptorRequest_FieldPathSelectorView      WatchMetricDescriptorRequest_FieldPathSelector = 2
)

func (WatchMetricDescriptorRequest_FieldPathSelector) String

type WatchMetricDescriptorRequest_FieldPathValue

type WatchMetricDescriptorRequest_FieldPathValue interface {
	WatchMetricDescriptorRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchMetricDescriptorRequest)
	CompareWith(*WatchMetricDescriptorRequest) (cmp int, comparable bool)
}

WatchMetricDescriptorRequest_FieldPathValue allows storing values for WatchMetricDescriptorRequest fields according to their type

func MustParseWatchMetricDescriptorRequest_FieldPathValue

func MustParseWatchMetricDescriptorRequest_FieldPathValue(pathStr, valueStr string) WatchMetricDescriptorRequest_FieldPathValue

func ParseWatchMetricDescriptorRequest_FieldPathValue

func ParseWatchMetricDescriptorRequest_FieldPathValue(pathStr, valueStr string) (WatchMetricDescriptorRequest_FieldPathValue, error)

type WatchMetricDescriptorRequest_FieldTerminalPath

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

func (*WatchMetricDescriptorRequest_FieldTerminalPath) ClearValue

func (*WatchMetricDescriptorRequest_FieldTerminalPath) ClearValueRaw

func (*WatchMetricDescriptorRequest_FieldTerminalPath) Get

func (fp *WatchMetricDescriptorRequest_FieldTerminalPath) Get(source *WatchMetricDescriptorRequest) (values []interface{})

Get returns all values pointed by specific field from source WatchMetricDescriptorRequest

func (*WatchMetricDescriptorRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchMetricDescriptorRequest_FieldTerminalPath) GetRaw

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

func (*WatchMetricDescriptorRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source WatchMetricDescriptorRequest

func (*WatchMetricDescriptorRequest_FieldTerminalPath) GetSingleRaw

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

func (*WatchMetricDescriptorRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchMetricDescriptorRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchMetricDescriptorRequest_FieldTerminalPath) Selector

func (*WatchMetricDescriptorRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchMetricDescriptorRequest_FieldTerminalPath) WithIArrayItemValue

func (*WatchMetricDescriptorRequest_FieldTerminalPath) WithIArrayOfValues

func (*WatchMetricDescriptorRequest_FieldTerminalPath) WithIValue

func (*WatchMetricDescriptorRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*WatchMetricDescriptorRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchMetricDescriptorRequest_FieldTerminalPath) WithRawIValue

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

type WatchMetricDescriptorRequest_FieldTerminalPathArrayItemValue

type WatchMetricDescriptorRequest_FieldTerminalPathArrayItemValue struct {
	WatchMetricDescriptorRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchMetricDescriptorRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchMetricDescriptorRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchMetricDescriptorRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchMetricDescriptorRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchMetricDescriptorRequest_FieldTerminalPathArrayOfValues

type WatchMetricDescriptorRequest_FieldTerminalPathArrayOfValues struct {
	WatchMetricDescriptorRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchMetricDescriptorRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*WatchMetricDescriptorRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (*WatchMetricDescriptorRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

func (*WatchMetricDescriptorRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchMetricDescriptorRequest_FieldTerminalPathValue

type WatchMetricDescriptorRequest_FieldTerminalPathValue struct {
	WatchMetricDescriptorRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchMetricDescriptorRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*WatchMetricDescriptorRequest_FieldTerminalPathValue) AsNameValue

func (*WatchMetricDescriptorRequest_FieldTerminalPathValue) AsViewValue

func (*WatchMetricDescriptorRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchMetricDescriptorRequest_FieldTerminalPathValue' with the value under path in 'WatchMetricDescriptorRequest'.

func (*WatchMetricDescriptorRequest_FieldTerminalPathValue) CompareWithRaw

func (*WatchMetricDescriptorRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchMetricDescriptorRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchMetricDescriptorRequest

func (*WatchMetricDescriptorRequest_FieldTerminalPathValue) SetToRaw

type WatchMetricDescriptorResponse

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

WatchMetricDescriptorResponse

func (*WatchMetricDescriptorResponse) Clone

func (*WatchMetricDescriptorResponse) CloneRaw

func (*WatchMetricDescriptorResponse) Descriptor

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

Deprecated, Use WatchMetricDescriptorResponse.ProtoReflect.Descriptor instead.

func (*WatchMetricDescriptorResponse) GetChange

func (*WatchMetricDescriptorResponse) GotenMessage

func (*WatchMetricDescriptorResponse) GotenMessage()

func (*WatchMetricDescriptorResponse) GotenObjectExt

func (o *WatchMetricDescriptorResponse) GotenObjectExt()

func (*WatchMetricDescriptorResponse) GotenValidate

func (obj *WatchMetricDescriptorResponse) GotenValidate() error

func (*WatchMetricDescriptorResponse) MakeDiffFieldMask

func (*WatchMetricDescriptorResponse) MakeFullFieldMask

func (*WatchMetricDescriptorResponse) MakeRawDiffFieldMask

func (*WatchMetricDescriptorResponse) MakeRawFullFieldMask

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

func (*WatchMetricDescriptorResponse) Marshal

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

func (*WatchMetricDescriptorResponse) MarshalJSON

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

func (*WatchMetricDescriptorResponse) Merge

func (*WatchMetricDescriptorResponse) MergeRaw

func (*WatchMetricDescriptorResponse) ProtoMessage

func (*WatchMetricDescriptorResponse) ProtoMessage()

func (*WatchMetricDescriptorResponse) ProtoReflect

func (*WatchMetricDescriptorResponse) Reset

func (m *WatchMetricDescriptorResponse) Reset()

func (*WatchMetricDescriptorResponse) SetChange

func (*WatchMetricDescriptorResponse) String

func (*WatchMetricDescriptorResponse) Unmarshal

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

func (*WatchMetricDescriptorResponse) UnmarshalJSON

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

type WatchMetricDescriptorResponseFieldPathBuilder

type WatchMetricDescriptorResponseFieldPathBuilder struct{}

func NewWatchMetricDescriptorResponseFieldPathBuilder

func NewWatchMetricDescriptorResponseFieldPathBuilder() WatchMetricDescriptorResponseFieldPathBuilder

func (WatchMetricDescriptorResponseFieldPathBuilder) Change

type WatchMetricDescriptorResponsePathSelectorChange

type WatchMetricDescriptorResponsePathSelectorChange struct{}

func (WatchMetricDescriptorResponsePathSelectorChange) FieldPath

type WatchMetricDescriptorResponse_FieldMask

type WatchMetricDescriptorResponse_FieldMask struct {
	Paths []WatchMetricDescriptorResponse_FieldPath
}

func FullWatchMetricDescriptorResponse_FieldMask

func FullWatchMetricDescriptorResponse_FieldMask() *WatchMetricDescriptorResponse_FieldMask

func (*WatchMetricDescriptorResponse_FieldMask) AppendPath

func (*WatchMetricDescriptorResponse_FieldMask) AppendRawPath

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

func (*WatchMetricDescriptorResponse_FieldMask) DecodeFirestore

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

func (*WatchMetricDescriptorResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchMetricDescriptorResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchMetricDescriptorResponse_FieldMask) FromProtoFieldMask

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

func (*WatchMetricDescriptorResponse_FieldMask) GetPaths

func (*WatchMetricDescriptorResponse_FieldMask) GetRawPaths

func (*WatchMetricDescriptorResponse_FieldMask) IsFull

func (fieldMask *WatchMetricDescriptorResponse_FieldMask) IsFull() bool

func (WatchMetricDescriptorResponse_FieldMask) Marshal

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

implement methods required by customType

func (WatchMetricDescriptorResponse_FieldMask) MarshalJSON

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

func (*WatchMetricDescriptorResponse_FieldMask) PathsCount

func (fieldMask *WatchMetricDescriptorResponse_FieldMask) PathsCount() int

func (*WatchMetricDescriptorResponse_FieldMask) Project

func (*WatchMetricDescriptorResponse_FieldMask) ProjectRaw

func (*WatchMetricDescriptorResponse_FieldMask) ProtoMessage

func (fieldMask *WatchMetricDescriptorResponse_FieldMask) ProtoMessage()

func (*WatchMetricDescriptorResponse_FieldMask) ProtoReflect

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

func (*WatchMetricDescriptorResponse_FieldMask) Reset

func (fieldMask *WatchMetricDescriptorResponse_FieldMask) Reset()

func (*WatchMetricDescriptorResponse_FieldMask) Set

func (*WatchMetricDescriptorResponse_FieldMask) SetFromCliFlag

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

func (*WatchMetricDescriptorResponse_FieldMask) SetRaw

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

func (*WatchMetricDescriptorResponse_FieldMask) Size

func (fieldMask *WatchMetricDescriptorResponse_FieldMask) Size() int

func (*WatchMetricDescriptorResponse_FieldMask) String

func (fieldMask *WatchMetricDescriptorResponse_FieldMask) String() string

func (*WatchMetricDescriptorResponse_FieldMask) Subtract

func (*WatchMetricDescriptorResponse_FieldMask) SubtractRaw

func (*WatchMetricDescriptorResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*WatchMetricDescriptorResponse_FieldMask) Unmarshal

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

func (*WatchMetricDescriptorResponse_FieldMask) UnmarshalJSON

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

type WatchMetricDescriptorResponse_FieldPath

type WatchMetricDescriptorResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchMetricDescriptorResponse_FieldPathSelector
	Get(source *WatchMetricDescriptorResponse) []interface{}
	GetSingle(source *WatchMetricDescriptorResponse) (interface{}, bool)
	ClearValue(item *WatchMetricDescriptorResponse)

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

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

func MustParseWatchMetricDescriptorResponse_FieldPath

func MustParseWatchMetricDescriptorResponse_FieldPath(rawField string) WatchMetricDescriptorResponse_FieldPath

func ParseWatchMetricDescriptorResponse_FieldPath

func ParseWatchMetricDescriptorResponse_FieldPath(rawField string) (WatchMetricDescriptorResponse_FieldPath, error)

type WatchMetricDescriptorResponse_FieldPathArrayItemValue

type WatchMetricDescriptorResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchMetricDescriptorResponse_FieldPath
	ContainsValue(*WatchMetricDescriptorResponse) bool
}

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

func MustParseWatchMetricDescriptorResponse_FieldPathArrayItemValue

func MustParseWatchMetricDescriptorResponse_FieldPathArrayItemValue(pathStr, valueStr string) WatchMetricDescriptorResponse_FieldPathArrayItemValue

func ParseWatchMetricDescriptorResponse_FieldPathArrayItemValue

func ParseWatchMetricDescriptorResponse_FieldPathArrayItemValue(pathStr, valueStr string) (WatchMetricDescriptorResponse_FieldPathArrayItemValue, error)

ParseWatchMetricDescriptorResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchMetricDescriptorResponse_FieldPathArrayOfValues

type WatchMetricDescriptorResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchMetricDescriptorResponse_FieldPath
}

WatchMetricDescriptorResponse_FieldPathArrayOfValues allows storing slice of values for WatchMetricDescriptorResponse fields according to their type

func MustParseWatchMetricDescriptorResponse_FieldPathArrayOfValues

func MustParseWatchMetricDescriptorResponse_FieldPathArrayOfValues(pathStr, valuesStr string) WatchMetricDescriptorResponse_FieldPathArrayOfValues

func ParseWatchMetricDescriptorResponse_FieldPathArrayOfValues

func ParseWatchMetricDescriptorResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchMetricDescriptorResponse_FieldPathArrayOfValues, error)

type WatchMetricDescriptorResponse_FieldPathSelector

type WatchMetricDescriptorResponse_FieldPathSelector int32
const (
	WatchMetricDescriptorResponse_FieldPathSelectorChange WatchMetricDescriptorResponse_FieldPathSelector = 0
)

func (WatchMetricDescriptorResponse_FieldPathSelector) String

type WatchMetricDescriptorResponse_FieldPathValue

type WatchMetricDescriptorResponse_FieldPathValue interface {
	WatchMetricDescriptorResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchMetricDescriptorResponse)
	CompareWith(*WatchMetricDescriptorResponse) (cmp int, comparable bool)
}

WatchMetricDescriptorResponse_FieldPathValue allows storing values for WatchMetricDescriptorResponse fields according to their type

func MustParseWatchMetricDescriptorResponse_FieldPathValue

func MustParseWatchMetricDescriptorResponse_FieldPathValue(pathStr, valueStr string) WatchMetricDescriptorResponse_FieldPathValue

func ParseWatchMetricDescriptorResponse_FieldPathValue

func ParseWatchMetricDescriptorResponse_FieldPathValue(pathStr, valueStr string) (WatchMetricDescriptorResponse_FieldPathValue, error)

type WatchMetricDescriptorResponse_FieldTerminalPath

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

func (*WatchMetricDescriptorResponse_FieldTerminalPath) ClearValue

func (*WatchMetricDescriptorResponse_FieldTerminalPath) ClearValueRaw

func (*WatchMetricDescriptorResponse_FieldTerminalPath) Get

Get returns all values pointed by specific field from source WatchMetricDescriptorResponse

func (*WatchMetricDescriptorResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchMetricDescriptorResponse_FieldTerminalPath) GetRaw

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

func (*WatchMetricDescriptorResponse_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source WatchMetricDescriptorResponse

func (*WatchMetricDescriptorResponse_FieldTerminalPath) GetSingleRaw

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

func (*WatchMetricDescriptorResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchMetricDescriptorResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchMetricDescriptorResponse_FieldTerminalPath) Selector

func (*WatchMetricDescriptorResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchMetricDescriptorResponse_FieldTerminalPath) WithIArrayItemValue

func (*WatchMetricDescriptorResponse_FieldTerminalPath) WithIArrayOfValues

func (*WatchMetricDescriptorResponse_FieldTerminalPath) WithIValue

func (*WatchMetricDescriptorResponse_FieldTerminalPath) WithRawIArrayItemValue

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

func (*WatchMetricDescriptorResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchMetricDescriptorResponse_FieldTerminalPath) WithRawIValue

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

type WatchMetricDescriptorResponse_FieldTerminalPathArrayItemValue

type WatchMetricDescriptorResponse_FieldTerminalPathArrayItemValue struct {
	WatchMetricDescriptorResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchMetricDescriptorResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchMetricDescriptorResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchMetricDescriptorResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchMetricDescriptorResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchMetricDescriptorResponse_FieldTerminalPathArrayOfValues

type WatchMetricDescriptorResponse_FieldTerminalPathArrayOfValues struct {
	WatchMetricDescriptorResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchMetricDescriptorResponse_FieldTerminalPathArrayOfValues) AsChangeArrayOfValues

func (*WatchMetricDescriptorResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchMetricDescriptorResponse_FieldTerminalPathValue

type WatchMetricDescriptorResponse_FieldTerminalPathValue struct {
	WatchMetricDescriptorResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchMetricDescriptorResponse_FieldTerminalPathValue) AsChangeValue

func (*WatchMetricDescriptorResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchMetricDescriptorResponse_FieldTerminalPathValue' with the value under path in 'WatchMetricDescriptorResponse'.

func (*WatchMetricDescriptorResponse_FieldTerminalPathValue) CompareWithRaw

func (*WatchMetricDescriptorResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchMetricDescriptorResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchMetricDescriptorResponse

func (*WatchMetricDescriptorResponse_FieldTerminalPathValue) SetToRaw

type WatchMetricDescriptorsClientStream

type WatchMetricDescriptorsClientStream interface {
	Recv() (*WatchMetricDescriptorsResponse, error)
	grpc.ClientStream
}

type WatchMetricDescriptorsDescriptor added in v0.4.28

type WatchMetricDescriptorsDescriptor struct{}

func GetWatchMetricDescriptorsDescriptor added in v0.4.28

func GetWatchMetricDescriptorsDescriptor() *WatchMetricDescriptorsDescriptor

func (*WatchMetricDescriptorsDescriptor) GetApiDescriptor added in v0.4.28

func (*WatchMetricDescriptorsDescriptor) GetApiName added in v0.4.28

func (d *WatchMetricDescriptorsDescriptor) GetApiName() string

func (*WatchMetricDescriptorsDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*WatchMetricDescriptorsDescriptor) GetFullMethodName added in v0.4.28

func (d *WatchMetricDescriptorsDescriptor) GetFullMethodName() string

func (*WatchMetricDescriptorsDescriptor) GetMethodName added in v0.4.28

func (d *WatchMetricDescriptorsDescriptor) GetMethodName() string

func (*WatchMetricDescriptorsDescriptor) GetProtoPkgName added in v0.4.28

func (d *WatchMetricDescriptorsDescriptor) GetProtoPkgName() string

func (*WatchMetricDescriptorsDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*WatchMetricDescriptorsDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*WatchMetricDescriptorsDescriptor) GetServiceDomain added in v0.4.28

func (d *WatchMetricDescriptorsDescriptor) GetServiceDomain() string

func (*WatchMetricDescriptorsDescriptor) GetServiceVersion added in v0.4.28

func (d *WatchMetricDescriptorsDescriptor) GetServiceVersion() string

func (*WatchMetricDescriptorsDescriptor) GetVerb added in v0.4.28

func (*WatchMetricDescriptorsDescriptor) HasResource added in v0.4.30

func (d *WatchMetricDescriptorsDescriptor) HasResource() bool

func (*WatchMetricDescriptorsDescriptor) IsClientStream added in v0.4.28

func (d *WatchMetricDescriptorsDescriptor) IsClientStream() bool

func (*WatchMetricDescriptorsDescriptor) IsCollection added in v0.4.30

func (d *WatchMetricDescriptorsDescriptor) IsCollection() bool

func (*WatchMetricDescriptorsDescriptor) IsPlural added in v0.4.30

func (d *WatchMetricDescriptorsDescriptor) IsPlural() bool

func (*WatchMetricDescriptorsDescriptor) IsServerStream added in v0.4.28

func (d *WatchMetricDescriptorsDescriptor) IsServerStream() bool

func (*WatchMetricDescriptorsDescriptor) IsUnary added in v0.4.28

func (*WatchMetricDescriptorsDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*WatchMetricDescriptorsDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*WatchMetricDescriptorsDescriptor) RequestHasResourceBody added in v0.4.28

func (d *WatchMetricDescriptorsDescriptor) RequestHasResourceBody() bool

type WatchMetricDescriptorsDescriptorClientMsgHandle added in v0.4.28

type WatchMetricDescriptorsDescriptorClientMsgHandle struct{}

func (*WatchMetricDescriptorsDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*WatchMetricDescriptorsDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchMetricDescriptorsDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type WatchMetricDescriptorsDescriptorServerMsgHandle added in v0.4.28

type WatchMetricDescriptorsDescriptorServerMsgHandle struct{}

func (*WatchMetricDescriptorsDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*WatchMetricDescriptorsDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchMetricDescriptorsDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type WatchMetricDescriptorsRequest

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

func (*WatchMetricDescriptorsRequest) Clone

func (*WatchMetricDescriptorsRequest) CloneRaw

func (*WatchMetricDescriptorsRequest) Descriptor

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

Deprecated, Use WatchMetricDescriptorsRequest.ProtoReflect.Descriptor instead.

func (*WatchMetricDescriptorsRequest) GetFieldMask

func (*WatchMetricDescriptorsRequest) GetFilter

func (*WatchMetricDescriptorsRequest) GetMaxChunkSize

func (m *WatchMetricDescriptorsRequest) GetMaxChunkSize() int32

func (*WatchMetricDescriptorsRequest) GetOrderBy

func (*WatchMetricDescriptorsRequest) GetPageSize

func (m *WatchMetricDescriptorsRequest) GetPageSize() int32

func (*WatchMetricDescriptorsRequest) GetPageToken

func (*WatchMetricDescriptorsRequest) GetParent

func (*WatchMetricDescriptorsRequest) GetResumeToken

func (m *WatchMetricDescriptorsRequest) GetResumeToken() string

func (*WatchMetricDescriptorsRequest) GetType

func (*WatchMetricDescriptorsRequest) GetView

func (*WatchMetricDescriptorsRequest) GotenMessage

func (*WatchMetricDescriptorsRequest) GotenMessage()

func (*WatchMetricDescriptorsRequest) GotenObjectExt

func (o *WatchMetricDescriptorsRequest) GotenObjectExt()

func (*WatchMetricDescriptorsRequest) GotenValidate

func (obj *WatchMetricDescriptorsRequest) GotenValidate() error

func (*WatchMetricDescriptorsRequest) MakeDiffFieldMask

func (*WatchMetricDescriptorsRequest) MakeFullFieldMask

func (*WatchMetricDescriptorsRequest) MakeRawDiffFieldMask

func (*WatchMetricDescriptorsRequest) MakeRawFullFieldMask

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

func (*WatchMetricDescriptorsRequest) Marshal

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

func (*WatchMetricDescriptorsRequest) MarshalJSON

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

func (*WatchMetricDescriptorsRequest) Merge

func (*WatchMetricDescriptorsRequest) MergeRaw

func (*WatchMetricDescriptorsRequest) ProtoMessage

func (*WatchMetricDescriptorsRequest) ProtoMessage()

func (*WatchMetricDescriptorsRequest) ProtoReflect

func (*WatchMetricDescriptorsRequest) Reset

func (m *WatchMetricDescriptorsRequest) Reset()

func (*WatchMetricDescriptorsRequest) SetFieldMask

func (*WatchMetricDescriptorsRequest) SetFilter

func (*WatchMetricDescriptorsRequest) SetMaxChunkSize

func (m *WatchMetricDescriptorsRequest) SetMaxChunkSize(fv int32)

func (*WatchMetricDescriptorsRequest) SetOrderBy

func (*WatchMetricDescriptorsRequest) SetPageSize

func (m *WatchMetricDescriptorsRequest) SetPageSize(fv int32)

func (*WatchMetricDescriptorsRequest) SetPageToken

func (*WatchMetricDescriptorsRequest) SetParent

func (*WatchMetricDescriptorsRequest) SetResumeToken

func (m *WatchMetricDescriptorsRequest) SetResumeToken(fv string)

func (*WatchMetricDescriptorsRequest) SetType

func (*WatchMetricDescriptorsRequest) SetView

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

func (*WatchMetricDescriptorsRequest) String

func (*WatchMetricDescriptorsRequest) Unmarshal

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

func (*WatchMetricDescriptorsRequest) UnmarshalJSON

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

type WatchMetricDescriptorsRequestFieldPathBuilder

type WatchMetricDescriptorsRequestFieldPathBuilder struct{}

func NewWatchMetricDescriptorsRequestFieldPathBuilder

func NewWatchMetricDescriptorsRequestFieldPathBuilder() WatchMetricDescriptorsRequestFieldPathBuilder

func (WatchMetricDescriptorsRequestFieldPathBuilder) FieldMask

func (WatchMetricDescriptorsRequestFieldPathBuilder) Filter

func (WatchMetricDescriptorsRequestFieldPathBuilder) MaxChunkSize

func (WatchMetricDescriptorsRequestFieldPathBuilder) OrderBy

func (WatchMetricDescriptorsRequestFieldPathBuilder) PageSize

func (WatchMetricDescriptorsRequestFieldPathBuilder) PageToken

func (WatchMetricDescriptorsRequestFieldPathBuilder) Parent

func (WatchMetricDescriptorsRequestFieldPathBuilder) ResumeToken

func (WatchMetricDescriptorsRequestFieldPathBuilder) Type

func (WatchMetricDescriptorsRequestFieldPathBuilder) View

type WatchMetricDescriptorsRequestPathSelectorFieldMask

type WatchMetricDescriptorsRequestPathSelectorFieldMask struct{}

func (WatchMetricDescriptorsRequestPathSelectorFieldMask) FieldPath

type WatchMetricDescriptorsRequestPathSelectorFilter

type WatchMetricDescriptorsRequestPathSelectorFilter struct{}

func (WatchMetricDescriptorsRequestPathSelectorFilter) FieldPath

func (WatchMetricDescriptorsRequestPathSelectorFilter) WithArrayOfValues

func (WatchMetricDescriptorsRequestPathSelectorFilter) WithValue

type WatchMetricDescriptorsRequestPathSelectorMaxChunkSize

type WatchMetricDescriptorsRequestPathSelectorMaxChunkSize struct{}

func (WatchMetricDescriptorsRequestPathSelectorMaxChunkSize) FieldPath

func (WatchMetricDescriptorsRequestPathSelectorMaxChunkSize) WithArrayOfValues

func (WatchMetricDescriptorsRequestPathSelectorMaxChunkSize) WithValue

type WatchMetricDescriptorsRequestPathSelectorOrderBy

type WatchMetricDescriptorsRequestPathSelectorOrderBy struct{}

func (WatchMetricDescriptorsRequestPathSelectorOrderBy) FieldPath

func (WatchMetricDescriptorsRequestPathSelectorOrderBy) WithArrayOfValues

func (WatchMetricDescriptorsRequestPathSelectorOrderBy) WithValue

type WatchMetricDescriptorsRequestPathSelectorPageSize

type WatchMetricDescriptorsRequestPathSelectorPageSize struct{}

func (WatchMetricDescriptorsRequestPathSelectorPageSize) FieldPath

func (WatchMetricDescriptorsRequestPathSelectorPageSize) WithArrayOfValues

func (WatchMetricDescriptorsRequestPathSelectorPageSize) WithValue

type WatchMetricDescriptorsRequestPathSelectorPageToken

type WatchMetricDescriptorsRequestPathSelectorPageToken struct{}

func (WatchMetricDescriptorsRequestPathSelectorPageToken) FieldPath

type WatchMetricDescriptorsRequestPathSelectorParent

type WatchMetricDescriptorsRequestPathSelectorParent struct{}

func (WatchMetricDescriptorsRequestPathSelectorParent) FieldPath

type WatchMetricDescriptorsRequestPathSelectorResumeToken

type WatchMetricDescriptorsRequestPathSelectorResumeToken struct{}

func (WatchMetricDescriptorsRequestPathSelectorResumeToken) FieldPath

func (WatchMetricDescriptorsRequestPathSelectorResumeToken) WithArrayOfValues

func (WatchMetricDescriptorsRequestPathSelectorResumeToken) WithValue

type WatchMetricDescriptorsRequestPathSelectorType

type WatchMetricDescriptorsRequestPathSelectorType struct{}

func (WatchMetricDescriptorsRequestPathSelectorType) FieldPath

func (WatchMetricDescriptorsRequestPathSelectorType) WithArrayOfValues

func (WatchMetricDescriptorsRequestPathSelectorType) WithValue

type WatchMetricDescriptorsRequestPathSelectorView

type WatchMetricDescriptorsRequestPathSelectorView struct{}

func (WatchMetricDescriptorsRequestPathSelectorView) FieldPath

func (WatchMetricDescriptorsRequestPathSelectorView) WithArrayOfValues

func (WatchMetricDescriptorsRequestPathSelectorView) WithValue

type WatchMetricDescriptorsRequest_FieldMask

type WatchMetricDescriptorsRequest_FieldMask struct {
	Paths []WatchMetricDescriptorsRequest_FieldPath
}

func FullWatchMetricDescriptorsRequest_FieldMask

func FullWatchMetricDescriptorsRequest_FieldMask() *WatchMetricDescriptorsRequest_FieldMask

func (*WatchMetricDescriptorsRequest_FieldMask) AppendPath

func (*WatchMetricDescriptorsRequest_FieldMask) AppendRawPath

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

func (*WatchMetricDescriptorsRequest_FieldMask) DecodeFirestore

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

func (*WatchMetricDescriptorsRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchMetricDescriptorsRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchMetricDescriptorsRequest_FieldMask) FromProtoFieldMask

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

func (*WatchMetricDescriptorsRequest_FieldMask) GetPaths

func (*WatchMetricDescriptorsRequest_FieldMask) GetRawPaths

func (*WatchMetricDescriptorsRequest_FieldMask) IsFull

func (fieldMask *WatchMetricDescriptorsRequest_FieldMask) IsFull() bool

func (WatchMetricDescriptorsRequest_FieldMask) Marshal

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

implement methods required by customType

func (WatchMetricDescriptorsRequest_FieldMask) MarshalJSON

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

func (*WatchMetricDescriptorsRequest_FieldMask) PathsCount

func (fieldMask *WatchMetricDescriptorsRequest_FieldMask) PathsCount() int

func (*WatchMetricDescriptorsRequest_FieldMask) Project

func (*WatchMetricDescriptorsRequest_FieldMask) ProjectRaw

func (*WatchMetricDescriptorsRequest_FieldMask) ProtoMessage

func (fieldMask *WatchMetricDescriptorsRequest_FieldMask) ProtoMessage()

func (*WatchMetricDescriptorsRequest_FieldMask) ProtoReflect

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

func (*WatchMetricDescriptorsRequest_FieldMask) Reset

func (fieldMask *WatchMetricDescriptorsRequest_FieldMask) Reset()

func (*WatchMetricDescriptorsRequest_FieldMask) Set

func (*WatchMetricDescriptorsRequest_FieldMask) SetFromCliFlag

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

func (*WatchMetricDescriptorsRequest_FieldMask) SetRaw

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

func (*WatchMetricDescriptorsRequest_FieldMask) Size

func (fieldMask *WatchMetricDescriptorsRequest_FieldMask) Size() int

func (*WatchMetricDescriptorsRequest_FieldMask) String

func (fieldMask *WatchMetricDescriptorsRequest_FieldMask) String() string

func (*WatchMetricDescriptorsRequest_FieldMask) Subtract

func (*WatchMetricDescriptorsRequest_FieldMask) SubtractRaw

func (*WatchMetricDescriptorsRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*WatchMetricDescriptorsRequest_FieldMask) Unmarshal

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

func (*WatchMetricDescriptorsRequest_FieldMask) UnmarshalJSON

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

type WatchMetricDescriptorsRequest_FieldPath

type WatchMetricDescriptorsRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchMetricDescriptorsRequest_FieldPathSelector
	Get(source *WatchMetricDescriptorsRequest) []interface{}
	GetSingle(source *WatchMetricDescriptorsRequest) (interface{}, bool)
	ClearValue(item *WatchMetricDescriptorsRequest)

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

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

func MustParseWatchMetricDescriptorsRequest_FieldPath

func MustParseWatchMetricDescriptorsRequest_FieldPath(rawField string) WatchMetricDescriptorsRequest_FieldPath

func ParseWatchMetricDescriptorsRequest_FieldPath

func ParseWatchMetricDescriptorsRequest_FieldPath(rawField string) (WatchMetricDescriptorsRequest_FieldPath, error)

type WatchMetricDescriptorsRequest_FieldPathArrayItemValue

type WatchMetricDescriptorsRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchMetricDescriptorsRequest_FieldPath
	ContainsValue(*WatchMetricDescriptorsRequest) bool
}

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

func MustParseWatchMetricDescriptorsRequest_FieldPathArrayItemValue

func MustParseWatchMetricDescriptorsRequest_FieldPathArrayItemValue(pathStr, valueStr string) WatchMetricDescriptorsRequest_FieldPathArrayItemValue

func ParseWatchMetricDescriptorsRequest_FieldPathArrayItemValue

func ParseWatchMetricDescriptorsRequest_FieldPathArrayItemValue(pathStr, valueStr string) (WatchMetricDescriptorsRequest_FieldPathArrayItemValue, error)

ParseWatchMetricDescriptorsRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchMetricDescriptorsRequest_FieldPathArrayOfValues

type WatchMetricDescriptorsRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchMetricDescriptorsRequest_FieldPath
}

WatchMetricDescriptorsRequest_FieldPathArrayOfValues allows storing slice of values for WatchMetricDescriptorsRequest fields according to their type

func MustParseWatchMetricDescriptorsRequest_FieldPathArrayOfValues

func MustParseWatchMetricDescriptorsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) WatchMetricDescriptorsRequest_FieldPathArrayOfValues

func ParseWatchMetricDescriptorsRequest_FieldPathArrayOfValues

func ParseWatchMetricDescriptorsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchMetricDescriptorsRequest_FieldPathArrayOfValues, error)

type WatchMetricDescriptorsRequest_FieldPathSelector

type WatchMetricDescriptorsRequest_FieldPathSelector int32
const (
	WatchMetricDescriptorsRequest_FieldPathSelectorType         WatchMetricDescriptorsRequest_FieldPathSelector = 0
	WatchMetricDescriptorsRequest_FieldPathSelectorParent       WatchMetricDescriptorsRequest_FieldPathSelector = 1
	WatchMetricDescriptorsRequest_FieldPathSelectorPageSize     WatchMetricDescriptorsRequest_FieldPathSelector = 2
	WatchMetricDescriptorsRequest_FieldPathSelectorPageToken    WatchMetricDescriptorsRequest_FieldPathSelector = 3
	WatchMetricDescriptorsRequest_FieldPathSelectorOrderBy      WatchMetricDescriptorsRequest_FieldPathSelector = 4
	WatchMetricDescriptorsRequest_FieldPathSelectorResumeToken  WatchMetricDescriptorsRequest_FieldPathSelector = 5
	WatchMetricDescriptorsRequest_FieldPathSelectorFilter       WatchMetricDescriptorsRequest_FieldPathSelector = 6
	WatchMetricDescriptorsRequest_FieldPathSelectorFieldMask    WatchMetricDescriptorsRequest_FieldPathSelector = 7
	WatchMetricDescriptorsRequest_FieldPathSelectorView         WatchMetricDescriptorsRequest_FieldPathSelector = 8
	WatchMetricDescriptorsRequest_FieldPathSelectorMaxChunkSize WatchMetricDescriptorsRequest_FieldPathSelector = 9
)

func (WatchMetricDescriptorsRequest_FieldPathSelector) String

type WatchMetricDescriptorsRequest_FieldPathValue

type WatchMetricDescriptorsRequest_FieldPathValue interface {
	WatchMetricDescriptorsRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchMetricDescriptorsRequest)
	CompareWith(*WatchMetricDescriptorsRequest) (cmp int, comparable bool)
}

WatchMetricDescriptorsRequest_FieldPathValue allows storing values for WatchMetricDescriptorsRequest fields according to their type

func MustParseWatchMetricDescriptorsRequest_FieldPathValue

func MustParseWatchMetricDescriptorsRequest_FieldPathValue(pathStr, valueStr string) WatchMetricDescriptorsRequest_FieldPathValue

func ParseWatchMetricDescriptorsRequest_FieldPathValue

func ParseWatchMetricDescriptorsRequest_FieldPathValue(pathStr, valueStr string) (WatchMetricDescriptorsRequest_FieldPathValue, error)

type WatchMetricDescriptorsRequest_FieldTerminalPath

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

func (*WatchMetricDescriptorsRequest_FieldTerminalPath) ClearValue

func (*WatchMetricDescriptorsRequest_FieldTerminalPath) ClearValueRaw

func (*WatchMetricDescriptorsRequest_FieldTerminalPath) Get

Get returns all values pointed by specific field from source WatchMetricDescriptorsRequest

func (*WatchMetricDescriptorsRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchMetricDescriptorsRequest_FieldTerminalPath) GetRaw

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

func (*WatchMetricDescriptorsRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source WatchMetricDescriptorsRequest

func (*WatchMetricDescriptorsRequest_FieldTerminalPath) GetSingleRaw

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

func (*WatchMetricDescriptorsRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchMetricDescriptorsRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchMetricDescriptorsRequest_FieldTerminalPath) Selector

func (*WatchMetricDescriptorsRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchMetricDescriptorsRequest_FieldTerminalPath) WithIArrayItemValue

func (*WatchMetricDescriptorsRequest_FieldTerminalPath) WithIArrayOfValues

func (*WatchMetricDescriptorsRequest_FieldTerminalPath) WithIValue

func (*WatchMetricDescriptorsRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*WatchMetricDescriptorsRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchMetricDescriptorsRequest_FieldTerminalPath) WithRawIValue

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

type WatchMetricDescriptorsRequest_FieldTerminalPathArrayItemValue

type WatchMetricDescriptorsRequest_FieldTerminalPathArrayItemValue struct {
	WatchMetricDescriptorsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchMetricDescriptorsRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchMetricDescriptorsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchMetricDescriptorsRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchMetricDescriptorsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchMetricDescriptorsRequest_FieldTerminalPathArrayOfValues

type WatchMetricDescriptorsRequest_FieldTerminalPathArrayOfValues struct {
	WatchMetricDescriptorsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchMetricDescriptorsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*WatchMetricDescriptorsRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues

func (*WatchMetricDescriptorsRequest_FieldTerminalPathArrayOfValues) AsMaxChunkSizeArrayOfValues

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

func (*WatchMetricDescriptorsRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues

func (*WatchMetricDescriptorsRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues

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

func (*WatchMetricDescriptorsRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues

func (*WatchMetricDescriptorsRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues

func (*WatchMetricDescriptorsRequest_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues

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

func (*WatchMetricDescriptorsRequest_FieldTerminalPathArrayOfValues) AsTypeArrayOfValues

func (*WatchMetricDescriptorsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

func (*WatchMetricDescriptorsRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchMetricDescriptorsRequest_FieldTerminalPathValue

type WatchMetricDescriptorsRequest_FieldTerminalPathValue struct {
	WatchMetricDescriptorsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchMetricDescriptorsRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*WatchMetricDescriptorsRequest_FieldTerminalPathValue) AsFilterValue

func (*WatchMetricDescriptorsRequest_FieldTerminalPathValue) AsMaxChunkSizeValue

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

func (*WatchMetricDescriptorsRequest_FieldTerminalPathValue) AsOrderByValue

func (*WatchMetricDescriptorsRequest_FieldTerminalPathValue) AsPageSizeValue

func (*WatchMetricDescriptorsRequest_FieldTerminalPathValue) AsPageTokenValue

func (*WatchMetricDescriptorsRequest_FieldTerminalPathValue) AsParentValue

func (*WatchMetricDescriptorsRequest_FieldTerminalPathValue) AsResumeTokenValue

func (*WatchMetricDescriptorsRequest_FieldTerminalPathValue) AsTypeValue

func (*WatchMetricDescriptorsRequest_FieldTerminalPathValue) AsViewValue

func (*WatchMetricDescriptorsRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchMetricDescriptorsRequest_FieldTerminalPathValue' with the value under path in 'WatchMetricDescriptorsRequest'.

func (*WatchMetricDescriptorsRequest_FieldTerminalPathValue) CompareWithRaw

func (*WatchMetricDescriptorsRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchMetricDescriptorsRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchMetricDescriptorsRequest

func (*WatchMetricDescriptorsRequest_FieldTerminalPathValue) SetToRaw

type WatchMetricDescriptorsResponse

type WatchMetricDescriptorsResponse struct {

	// Changes of MetricDescriptors
	MetricDescriptorChanges []*metric_descriptor.MetricDescriptorChange `` /* 168-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 MetricDescriptors 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 *WatchMetricDescriptorsResponse_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 (MetricDescriptors 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
}

WatchMetricDescriptorsResponse

func (*WatchMetricDescriptorsResponse) Clone

func (*WatchMetricDescriptorsResponse) CloneRaw

func (*WatchMetricDescriptorsResponse) Descriptor

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

Deprecated, Use WatchMetricDescriptorsResponse.ProtoReflect.Descriptor instead.

func (*WatchMetricDescriptorsResponse) GetIsCurrent

func (m *WatchMetricDescriptorsResponse) GetIsCurrent() bool

func (*WatchMetricDescriptorsResponse) GetIsHardReset

func (m *WatchMetricDescriptorsResponse) GetIsHardReset() bool

func (*WatchMetricDescriptorsResponse) GetIsSoftReset

func (m *WatchMetricDescriptorsResponse) GetIsSoftReset() bool

func (*WatchMetricDescriptorsResponse) GetMetricDescriptorChanges

func (m *WatchMetricDescriptorsResponse) GetMetricDescriptorChanges() []*metric_descriptor.MetricDescriptorChange

func (*WatchMetricDescriptorsResponse) GetPageTokenChange

func (*WatchMetricDescriptorsResponse) GetResumeToken

func (m *WatchMetricDescriptorsResponse) GetResumeToken() string

func (*WatchMetricDescriptorsResponse) GetSnapshotSize

func (m *WatchMetricDescriptorsResponse) GetSnapshotSize() int64

func (*WatchMetricDescriptorsResponse) GotenMessage

func (*WatchMetricDescriptorsResponse) GotenMessage()

func (*WatchMetricDescriptorsResponse) GotenObjectExt

func (o *WatchMetricDescriptorsResponse) GotenObjectExt()

func (*WatchMetricDescriptorsResponse) GotenValidate

func (obj *WatchMetricDescriptorsResponse) GotenValidate() error

func (*WatchMetricDescriptorsResponse) MakeDiffFieldMask

func (*WatchMetricDescriptorsResponse) MakeFullFieldMask

func (*WatchMetricDescriptorsResponse) MakeRawDiffFieldMask

func (*WatchMetricDescriptorsResponse) MakeRawFullFieldMask

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

func (*WatchMetricDescriptorsResponse) Marshal

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

func (*WatchMetricDescriptorsResponse) MarshalJSON

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

func (*WatchMetricDescriptorsResponse) Merge

func (*WatchMetricDescriptorsResponse) MergeRaw

func (*WatchMetricDescriptorsResponse) ProtoMessage

func (*WatchMetricDescriptorsResponse) ProtoMessage()

func (*WatchMetricDescriptorsResponse) ProtoReflect

func (*WatchMetricDescriptorsResponse) Reset

func (m *WatchMetricDescriptorsResponse) Reset()

func (*WatchMetricDescriptorsResponse) SetIsCurrent

func (m *WatchMetricDescriptorsResponse) SetIsCurrent(fv bool)

func (*WatchMetricDescriptorsResponse) SetIsHardReset

func (m *WatchMetricDescriptorsResponse) SetIsHardReset(fv bool)

func (*WatchMetricDescriptorsResponse) SetIsSoftReset

func (m *WatchMetricDescriptorsResponse) SetIsSoftReset(fv bool)

func (*WatchMetricDescriptorsResponse) SetMetricDescriptorChanges

func (m *WatchMetricDescriptorsResponse) SetMetricDescriptorChanges(fv []*metric_descriptor.MetricDescriptorChange)

func (*WatchMetricDescriptorsResponse) SetPageTokenChange

func (*WatchMetricDescriptorsResponse) SetResumeToken

func (m *WatchMetricDescriptorsResponse) SetResumeToken(fv string)

func (*WatchMetricDescriptorsResponse) SetSnapshotSize

func (m *WatchMetricDescriptorsResponse) SetSnapshotSize(fv int64)

func (*WatchMetricDescriptorsResponse) String

func (*WatchMetricDescriptorsResponse) Unmarshal

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

func (*WatchMetricDescriptorsResponse) UnmarshalJSON

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

type WatchMetricDescriptorsResponseFieldPathBuilder

type WatchMetricDescriptorsResponseFieldPathBuilder struct{}

func NewWatchMetricDescriptorsResponseFieldPathBuilder

func NewWatchMetricDescriptorsResponseFieldPathBuilder() WatchMetricDescriptorsResponseFieldPathBuilder

func (WatchMetricDescriptorsResponseFieldPathBuilder) IsCurrent

func (WatchMetricDescriptorsResponseFieldPathBuilder) IsHardReset

func (WatchMetricDescriptorsResponseFieldPathBuilder) IsSoftReset

func (WatchMetricDescriptorsResponseFieldPathBuilder) MetricDescriptorChanges

func (WatchMetricDescriptorsResponseFieldPathBuilder) PageTokenChange

func (WatchMetricDescriptorsResponseFieldPathBuilder) ResumeToken

func (WatchMetricDescriptorsResponseFieldPathBuilder) SnapshotSize

type WatchMetricDescriptorsResponsePageTokenChangeFieldPathBuilder

type WatchMetricDescriptorsResponsePageTokenChangeFieldPathBuilder struct{}

type WatchMetricDescriptorsResponsePageTokenChange_FieldPath

type WatchMetricDescriptorsResponsePageTokenChange_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchMetricDescriptorsResponsePageTokenChange_FieldPathSelector
	Get(source *WatchMetricDescriptorsResponse_PageTokenChange) []interface{}
	GetSingle(source *WatchMetricDescriptorsResponse_PageTokenChange) (interface{}, bool)
	ClearValue(item *WatchMetricDescriptorsResponse_PageTokenChange)

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

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

func MustParseWatchMetricDescriptorsResponsePageTokenChange_FieldPath

func MustParseWatchMetricDescriptorsResponsePageTokenChange_FieldPath(rawField string) WatchMetricDescriptorsResponsePageTokenChange_FieldPath

func ParseWatchMetricDescriptorsResponsePageTokenChange_FieldPath

func ParseWatchMetricDescriptorsResponsePageTokenChange_FieldPath(rawField string) (WatchMetricDescriptorsResponsePageTokenChange_FieldPath, error)

type WatchMetricDescriptorsResponsePageTokenChange_FieldPathArrayItemValue

type WatchMetricDescriptorsResponsePageTokenChange_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchMetricDescriptorsResponsePageTokenChange_FieldPath
	ContainsValue(*WatchMetricDescriptorsResponse_PageTokenChange) bool
}

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

func MustParseWatchMetricDescriptorsResponsePageTokenChange_FieldPathArrayItemValue

func MustParseWatchMetricDescriptorsResponsePageTokenChange_FieldPathArrayItemValue(pathStr, valueStr string) WatchMetricDescriptorsResponsePageTokenChange_FieldPathArrayItemValue

func ParseWatchMetricDescriptorsResponsePageTokenChange_FieldPathArrayItemValue

func ParseWatchMetricDescriptorsResponsePageTokenChange_FieldPathArrayItemValue(pathStr, valueStr string) (WatchMetricDescriptorsResponsePageTokenChange_FieldPathArrayItemValue, error)

ParseWatchMetricDescriptorsResponsePageTokenChange_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchMetricDescriptorsResponsePageTokenChange_FieldPathArrayOfValues

type WatchMetricDescriptorsResponsePageTokenChange_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchMetricDescriptorsResponsePageTokenChange_FieldPath
}

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

func MustParseWatchMetricDescriptorsResponsePageTokenChange_FieldPathArrayOfValues

func MustParseWatchMetricDescriptorsResponsePageTokenChange_FieldPathArrayOfValues(pathStr, valuesStr string) WatchMetricDescriptorsResponsePageTokenChange_FieldPathArrayOfValues

func ParseWatchMetricDescriptorsResponsePageTokenChange_FieldPathArrayOfValues

func ParseWatchMetricDescriptorsResponsePageTokenChange_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchMetricDescriptorsResponsePageTokenChange_FieldPathArrayOfValues, error)

type WatchMetricDescriptorsResponsePageTokenChange_FieldPathSelector

type WatchMetricDescriptorsResponsePageTokenChange_FieldPathSelector int32
const (
	WatchMetricDescriptorsResponsePageTokenChange_FieldPathSelectorPrevPageToken WatchMetricDescriptorsResponsePageTokenChange_FieldPathSelector = 0
	WatchMetricDescriptorsResponsePageTokenChange_FieldPathSelectorNextPageToken WatchMetricDescriptorsResponsePageTokenChange_FieldPathSelector = 1
)

func (WatchMetricDescriptorsResponsePageTokenChange_FieldPathSelector) String

type WatchMetricDescriptorsResponsePageTokenChange_FieldPathValue

type WatchMetricDescriptorsResponsePageTokenChange_FieldPathValue interface {
	WatchMetricDescriptorsResponsePageTokenChange_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchMetricDescriptorsResponse_PageTokenChange)
	CompareWith(*WatchMetricDescriptorsResponse_PageTokenChange) (cmp int, comparable bool)
}

WatchMetricDescriptorsResponsePageTokenChange_FieldPathValue allows storing values for PageTokenChange fields according to their type

func MustParseWatchMetricDescriptorsResponsePageTokenChange_FieldPathValue

func MustParseWatchMetricDescriptorsResponsePageTokenChange_FieldPathValue(pathStr, valueStr string) WatchMetricDescriptorsResponsePageTokenChange_FieldPathValue

func ParseWatchMetricDescriptorsResponsePageTokenChange_FieldPathValue

func ParseWatchMetricDescriptorsResponsePageTokenChange_FieldPathValue(pathStr, valueStr string) (WatchMetricDescriptorsResponsePageTokenChange_FieldPathValue, error)

type WatchMetricDescriptorsResponsePageTokenChange_FieldTerminalPath

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

func (*WatchMetricDescriptorsResponsePageTokenChange_FieldTerminalPath) ClearValue

func (*WatchMetricDescriptorsResponsePageTokenChange_FieldTerminalPath) ClearValueRaw

func (*WatchMetricDescriptorsResponsePageTokenChange_FieldTerminalPath) Get

Get returns all values pointed by specific field from source WatchMetricDescriptorsResponse_PageTokenChange

func (*WatchMetricDescriptorsResponsePageTokenChange_FieldTerminalPath) GetDefault

GetDefault returns a default value of the field type

func (*WatchMetricDescriptorsResponsePageTokenChange_FieldTerminalPath) GetRaw

func (*WatchMetricDescriptorsResponsePageTokenChange_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source WatchMetricDescriptorsResponse_PageTokenChange

func (*WatchMetricDescriptorsResponsePageTokenChange_FieldTerminalPath) GetSingleRaw

func (*WatchMetricDescriptorsResponsePageTokenChange_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchMetricDescriptorsResponsePageTokenChange_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchMetricDescriptorsResponsePageTokenChange_FieldTerminalPath) Selector

func (*WatchMetricDescriptorsResponsePageTokenChange_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchMetricDescriptorsResponsePageTokenChange_FieldTerminalPath) WithIArrayItemValue

func (*WatchMetricDescriptorsResponsePageTokenChange_FieldTerminalPath) WithIArrayOfValues

func (*WatchMetricDescriptorsResponsePageTokenChange_FieldTerminalPath) WithIValue

func (*WatchMetricDescriptorsResponsePageTokenChange_FieldTerminalPath) WithRawIArrayItemValue

func (*WatchMetricDescriptorsResponsePageTokenChange_FieldTerminalPath) WithRawIArrayOfValues

func (*WatchMetricDescriptorsResponsePageTokenChange_FieldTerminalPath) WithRawIValue

type WatchMetricDescriptorsResponsePageTokenChange_FieldTerminalPathArrayItemValue

type WatchMetricDescriptorsResponsePageTokenChange_FieldTerminalPathArrayItemValue struct {
	WatchMetricDescriptorsResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchMetricDescriptorsResponsePageTokenChange_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchMetricDescriptorsResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetRawItemValue

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

func (*WatchMetricDescriptorsResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchMetricDescriptorsResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingleRaw

type WatchMetricDescriptorsResponsePageTokenChange_FieldTerminalPathArrayOfValues

type WatchMetricDescriptorsResponsePageTokenChange_FieldTerminalPathArrayOfValues struct {
	WatchMetricDescriptorsResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchMetricDescriptorsResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues

func (*WatchMetricDescriptorsResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues

func (*WatchMetricDescriptorsResponsePageTokenChange_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchMetricDescriptorsResponsePageTokenChange_FieldTerminalPathValue

type WatchMetricDescriptorsResponsePageTokenChange_FieldTerminalPathValue struct {
	WatchMetricDescriptorsResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchMetricDescriptorsResponsePageTokenChange_FieldTerminalPathValue) AsNextPageTokenValue

func (*WatchMetricDescriptorsResponsePageTokenChange_FieldTerminalPathValue) AsPrevPageTokenValue

func (*WatchMetricDescriptorsResponsePageTokenChange_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchMetricDescriptorsResponsePageTokenChange_FieldTerminalPathValue' with the value under path in 'WatchMetricDescriptorsResponse_PageTokenChange'.

func (*WatchMetricDescriptorsResponsePageTokenChange_FieldTerminalPathValue) CompareWithRaw

func (*WatchMetricDescriptorsResponsePageTokenChange_FieldTerminalPathValue) GetRawValue

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

func (*WatchMetricDescriptorsResponsePageTokenChange_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object PageTokenChange

func (*WatchMetricDescriptorsResponsePageTokenChange_FieldTerminalPathValue) SetToRaw

type WatchMetricDescriptorsResponsePathSelectorIsCurrent

type WatchMetricDescriptorsResponsePathSelectorIsCurrent struct{}

func (WatchMetricDescriptorsResponsePathSelectorIsCurrent) FieldPath

func (WatchMetricDescriptorsResponsePathSelectorIsCurrent) WithArrayOfValues

func (WatchMetricDescriptorsResponsePathSelectorIsCurrent) WithValue

type WatchMetricDescriptorsResponsePathSelectorIsHardReset

type WatchMetricDescriptorsResponsePathSelectorIsHardReset struct{}

func (WatchMetricDescriptorsResponsePathSelectorIsHardReset) FieldPath

func (WatchMetricDescriptorsResponsePathSelectorIsHardReset) WithArrayOfValues

func (WatchMetricDescriptorsResponsePathSelectorIsHardReset) WithValue

type WatchMetricDescriptorsResponsePathSelectorIsSoftReset

type WatchMetricDescriptorsResponsePathSelectorIsSoftReset struct{}

func (WatchMetricDescriptorsResponsePathSelectorIsSoftReset) FieldPath

func (WatchMetricDescriptorsResponsePathSelectorIsSoftReset) WithArrayOfValues

func (WatchMetricDescriptorsResponsePathSelectorIsSoftReset) WithValue

type WatchMetricDescriptorsResponsePathSelectorMetricDescriptorChanges

type WatchMetricDescriptorsResponsePathSelectorMetricDescriptorChanges struct{}

func (WatchMetricDescriptorsResponsePathSelectorMetricDescriptorChanges) FieldPath

type WatchMetricDescriptorsResponsePathSelectorPageTokenChange

type WatchMetricDescriptorsResponsePathSelectorPageTokenChange struct{}

func (WatchMetricDescriptorsResponsePathSelectorPageTokenChange) FieldPath

type WatchMetricDescriptorsResponsePathSelectorPageTokenChangeNextPageToken

type WatchMetricDescriptorsResponsePathSelectorPageTokenChangeNextPageToken struct{}

func (WatchMetricDescriptorsResponsePathSelectorPageTokenChangeNextPageToken) FieldPath

func (WatchMetricDescriptorsResponsePathSelectorPageTokenChangeNextPageToken) WithArrayOfValues

func (WatchMetricDescriptorsResponsePathSelectorPageTokenChangeNextPageToken) WithValue

type WatchMetricDescriptorsResponsePathSelectorPageTokenChangePrevPageToken

type WatchMetricDescriptorsResponsePathSelectorPageTokenChangePrevPageToken struct{}

func (WatchMetricDescriptorsResponsePathSelectorPageTokenChangePrevPageToken) FieldPath

func (WatchMetricDescriptorsResponsePathSelectorPageTokenChangePrevPageToken) WithArrayOfValues

func (WatchMetricDescriptorsResponsePathSelectorPageTokenChangePrevPageToken) WithValue

type WatchMetricDescriptorsResponsePathSelectorResumeToken

type WatchMetricDescriptorsResponsePathSelectorResumeToken struct{}

func (WatchMetricDescriptorsResponsePathSelectorResumeToken) FieldPath

func (WatchMetricDescriptorsResponsePathSelectorResumeToken) WithArrayOfValues

func (WatchMetricDescriptorsResponsePathSelectorResumeToken) WithValue

type WatchMetricDescriptorsResponsePathSelectorSnapshotSize

type WatchMetricDescriptorsResponsePathSelectorSnapshotSize struct{}

func (WatchMetricDescriptorsResponsePathSelectorSnapshotSize) FieldPath

func (WatchMetricDescriptorsResponsePathSelectorSnapshotSize) WithArrayOfValues

func (WatchMetricDescriptorsResponsePathSelectorSnapshotSize) WithValue

type WatchMetricDescriptorsResponse_FieldMask

type WatchMetricDescriptorsResponse_FieldMask struct {
	Paths []WatchMetricDescriptorsResponse_FieldPath
}

func FullWatchMetricDescriptorsResponse_FieldMask

func FullWatchMetricDescriptorsResponse_FieldMask() *WatchMetricDescriptorsResponse_FieldMask

func (*WatchMetricDescriptorsResponse_FieldMask) AppendPath

func (*WatchMetricDescriptorsResponse_FieldMask) AppendRawPath

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

func (*WatchMetricDescriptorsResponse_FieldMask) DecodeFirestore

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

func (*WatchMetricDescriptorsResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchMetricDescriptorsResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchMetricDescriptorsResponse_FieldMask) FromProtoFieldMask

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

func (*WatchMetricDescriptorsResponse_FieldMask) GetPaths

func (*WatchMetricDescriptorsResponse_FieldMask) GetRawPaths

func (*WatchMetricDescriptorsResponse_FieldMask) IsFull

func (fieldMask *WatchMetricDescriptorsResponse_FieldMask) IsFull() bool

func (WatchMetricDescriptorsResponse_FieldMask) Marshal

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

implement methods required by customType

func (WatchMetricDescriptorsResponse_FieldMask) MarshalJSON

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

func (*WatchMetricDescriptorsResponse_FieldMask) PathsCount

func (fieldMask *WatchMetricDescriptorsResponse_FieldMask) PathsCount() int

func (*WatchMetricDescriptorsResponse_FieldMask) Project

func (*WatchMetricDescriptorsResponse_FieldMask) ProjectRaw

func (*WatchMetricDescriptorsResponse_FieldMask) ProtoMessage

func (fieldMask *WatchMetricDescriptorsResponse_FieldMask) ProtoMessage()

func (*WatchMetricDescriptorsResponse_FieldMask) ProtoReflect

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

func (*WatchMetricDescriptorsResponse_FieldMask) Reset

func (fieldMask *WatchMetricDescriptorsResponse_FieldMask) Reset()

func (*WatchMetricDescriptorsResponse_FieldMask) Set

func (*WatchMetricDescriptorsResponse_FieldMask) SetFromCliFlag

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

func (*WatchMetricDescriptorsResponse_FieldMask) SetRaw

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

func (*WatchMetricDescriptorsResponse_FieldMask) Size

func (*WatchMetricDescriptorsResponse_FieldMask) String

func (*WatchMetricDescriptorsResponse_FieldMask) Subtract

func (*WatchMetricDescriptorsResponse_FieldMask) SubtractRaw

func (*WatchMetricDescriptorsResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*WatchMetricDescriptorsResponse_FieldMask) Unmarshal

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

func (*WatchMetricDescriptorsResponse_FieldMask) UnmarshalJSON

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

type WatchMetricDescriptorsResponse_FieldPath

type WatchMetricDescriptorsResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchMetricDescriptorsResponse_FieldPathSelector
	Get(source *WatchMetricDescriptorsResponse) []interface{}
	GetSingle(source *WatchMetricDescriptorsResponse) (interface{}, bool)
	ClearValue(item *WatchMetricDescriptorsResponse)

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

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

func MustParseWatchMetricDescriptorsResponse_FieldPath

func MustParseWatchMetricDescriptorsResponse_FieldPath(rawField string) WatchMetricDescriptorsResponse_FieldPath

func ParseWatchMetricDescriptorsResponse_FieldPath

func ParseWatchMetricDescriptorsResponse_FieldPath(rawField string) (WatchMetricDescriptorsResponse_FieldPath, error)

type WatchMetricDescriptorsResponse_FieldPathArrayItemValue

type WatchMetricDescriptorsResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchMetricDescriptorsResponse_FieldPath
	ContainsValue(*WatchMetricDescriptorsResponse) bool
}

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

func MustParseWatchMetricDescriptorsResponse_FieldPathArrayItemValue

func MustParseWatchMetricDescriptorsResponse_FieldPathArrayItemValue(pathStr, valueStr string) WatchMetricDescriptorsResponse_FieldPathArrayItemValue

func ParseWatchMetricDescriptorsResponse_FieldPathArrayItemValue

func ParseWatchMetricDescriptorsResponse_FieldPathArrayItemValue(pathStr, valueStr string) (WatchMetricDescriptorsResponse_FieldPathArrayItemValue, error)

ParseWatchMetricDescriptorsResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchMetricDescriptorsResponse_FieldPathArrayOfValues

type WatchMetricDescriptorsResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchMetricDescriptorsResponse_FieldPath
}

WatchMetricDescriptorsResponse_FieldPathArrayOfValues allows storing slice of values for WatchMetricDescriptorsResponse fields according to their type

func MustParseWatchMetricDescriptorsResponse_FieldPathArrayOfValues

func MustParseWatchMetricDescriptorsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) WatchMetricDescriptorsResponse_FieldPathArrayOfValues

func ParseWatchMetricDescriptorsResponse_FieldPathArrayOfValues

func ParseWatchMetricDescriptorsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchMetricDescriptorsResponse_FieldPathArrayOfValues, error)

type WatchMetricDescriptorsResponse_FieldPathSelector

type WatchMetricDescriptorsResponse_FieldPathSelector int32
const (
	WatchMetricDescriptorsResponse_FieldPathSelectorMetricDescriptorChanges WatchMetricDescriptorsResponse_FieldPathSelector = 0
	WatchMetricDescriptorsResponse_FieldPathSelectorIsCurrent               WatchMetricDescriptorsResponse_FieldPathSelector = 1
	WatchMetricDescriptorsResponse_FieldPathSelectorPageTokenChange         WatchMetricDescriptorsResponse_FieldPathSelector = 2
	WatchMetricDescriptorsResponse_FieldPathSelectorResumeToken             WatchMetricDescriptorsResponse_FieldPathSelector = 3
	WatchMetricDescriptorsResponse_FieldPathSelectorSnapshotSize            WatchMetricDescriptorsResponse_FieldPathSelector = 4
	WatchMetricDescriptorsResponse_FieldPathSelectorIsSoftReset             WatchMetricDescriptorsResponse_FieldPathSelector = 5
	WatchMetricDescriptorsResponse_FieldPathSelectorIsHardReset             WatchMetricDescriptorsResponse_FieldPathSelector = 6
)

func (WatchMetricDescriptorsResponse_FieldPathSelector) String

type WatchMetricDescriptorsResponse_FieldPathValue

type WatchMetricDescriptorsResponse_FieldPathValue interface {
	WatchMetricDescriptorsResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchMetricDescriptorsResponse)
	CompareWith(*WatchMetricDescriptorsResponse) (cmp int, comparable bool)
}

WatchMetricDescriptorsResponse_FieldPathValue allows storing values for WatchMetricDescriptorsResponse fields according to their type

func MustParseWatchMetricDescriptorsResponse_FieldPathValue

func MustParseWatchMetricDescriptorsResponse_FieldPathValue(pathStr, valueStr string) WatchMetricDescriptorsResponse_FieldPathValue

func ParseWatchMetricDescriptorsResponse_FieldPathValue

func ParseWatchMetricDescriptorsResponse_FieldPathValue(pathStr, valueStr string) (WatchMetricDescriptorsResponse_FieldPathValue, error)

type WatchMetricDescriptorsResponse_FieldSubPath

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

func (*WatchMetricDescriptorsResponse_FieldSubPath) AsPageTokenChangeSubPath

func (*WatchMetricDescriptorsResponse_FieldSubPath) ClearValue

func (*WatchMetricDescriptorsResponse_FieldSubPath) ClearValueRaw

func (*WatchMetricDescriptorsResponse_FieldSubPath) Get

func (fps *WatchMetricDescriptorsResponse_FieldSubPath) Get(source *WatchMetricDescriptorsResponse) (values []interface{})

Get returns all values pointed by selected field from source WatchMetricDescriptorsResponse

func (*WatchMetricDescriptorsResponse_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchMetricDescriptorsResponse_FieldSubPath) GetRaw

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

func (*WatchMetricDescriptorsResponse_FieldSubPath) GetSingle

GetSingle returns value of selected field from source WatchMetricDescriptorsResponse

func (*WatchMetricDescriptorsResponse_FieldSubPath) GetSingleRaw

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

func (*WatchMetricDescriptorsResponse_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchMetricDescriptorsResponse_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchMetricDescriptorsResponse_FieldSubPath) Selector

func (*WatchMetricDescriptorsResponse_FieldSubPath) String

String returns path representation in proto convention

func (*WatchMetricDescriptorsResponse_FieldSubPath) WithIArrayItemValue

func (*WatchMetricDescriptorsResponse_FieldSubPath) WithIArrayOfValues

func (*WatchMetricDescriptorsResponse_FieldSubPath) WithIValue

func (*WatchMetricDescriptorsResponse_FieldSubPath) WithRawIArrayItemValue

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

func (*WatchMetricDescriptorsResponse_FieldSubPath) WithRawIArrayOfValues

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

func (*WatchMetricDescriptorsResponse_FieldSubPath) WithRawIValue

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

type WatchMetricDescriptorsResponse_FieldSubPathArrayItemValue

type WatchMetricDescriptorsResponse_FieldSubPathArrayItemValue struct {
	WatchMetricDescriptorsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*WatchMetricDescriptorsResponse_FieldSubPathArrayItemValue) AsPageTokenChangePathItemValue

func (*WatchMetricDescriptorsResponse_FieldSubPathArrayItemValue) ContainsValue

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

func (*WatchMetricDescriptorsResponse_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type WatchMetricDescriptorsResponse_FieldSubPathArrayOfValues

type WatchMetricDescriptorsResponse_FieldSubPathArrayOfValues struct {
	WatchMetricDescriptorsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*WatchMetricDescriptorsResponse_FieldSubPathArrayOfValues) AsPageTokenChangePathArrayOfValues

func (*WatchMetricDescriptorsResponse_FieldSubPathArrayOfValues) GetRawValues

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

type WatchMetricDescriptorsResponse_FieldSubPathValue

type WatchMetricDescriptorsResponse_FieldSubPathValue struct {
	WatchMetricDescriptorsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*WatchMetricDescriptorsResponse_FieldSubPathValue) AsPageTokenChangePathValue

func (*WatchMetricDescriptorsResponse_FieldSubPathValue) CompareWith

func (*WatchMetricDescriptorsResponse_FieldSubPathValue) CompareWithRaw

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

func (*WatchMetricDescriptorsResponse_FieldSubPathValue) GetRawValue

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

func (*WatchMetricDescriptorsResponse_FieldSubPathValue) SetTo

func (*WatchMetricDescriptorsResponse_FieldSubPathValue) SetToRaw

type WatchMetricDescriptorsResponse_FieldTerminalPath

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

func (*WatchMetricDescriptorsResponse_FieldTerminalPath) ClearValue

func (*WatchMetricDescriptorsResponse_FieldTerminalPath) ClearValueRaw

func (*WatchMetricDescriptorsResponse_FieldTerminalPath) Get

Get returns all values pointed by specific field from source WatchMetricDescriptorsResponse

func (*WatchMetricDescriptorsResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchMetricDescriptorsResponse_FieldTerminalPath) GetRaw

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

func (*WatchMetricDescriptorsResponse_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source WatchMetricDescriptorsResponse

func (*WatchMetricDescriptorsResponse_FieldTerminalPath) GetSingleRaw

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

func (*WatchMetricDescriptorsResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchMetricDescriptorsResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchMetricDescriptorsResponse_FieldTerminalPath) Selector

func (*WatchMetricDescriptorsResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchMetricDescriptorsResponse_FieldTerminalPath) WithIArrayItemValue

func (*WatchMetricDescriptorsResponse_FieldTerminalPath) WithIArrayOfValues

func (*WatchMetricDescriptorsResponse_FieldTerminalPath) WithIValue

func (*WatchMetricDescriptorsResponse_FieldTerminalPath) WithRawIArrayItemValue

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

func (*WatchMetricDescriptorsResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchMetricDescriptorsResponse_FieldTerminalPath) WithRawIValue

type WatchMetricDescriptorsResponse_FieldTerminalPathArrayItemValue

type WatchMetricDescriptorsResponse_FieldTerminalPathArrayItemValue struct {
	WatchMetricDescriptorsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchMetricDescriptorsResponse_FieldTerminalPathArrayItemValue) AsMetricDescriptorChangesItemValue

func (*WatchMetricDescriptorsResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchMetricDescriptorsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchMetricDescriptorsResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchMetricDescriptorsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchMetricDescriptorsResponse_FieldTerminalPathArrayOfValues

type WatchMetricDescriptorsResponse_FieldTerminalPathArrayOfValues struct {
	WatchMetricDescriptorsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchMetricDescriptorsResponse_FieldTerminalPathArrayOfValues) AsIsCurrentArrayOfValues

func (fpaov *WatchMetricDescriptorsResponse_FieldTerminalPathArrayOfValues) AsIsCurrentArrayOfValues() ([]bool, bool)

func (*WatchMetricDescriptorsResponse_FieldTerminalPathArrayOfValues) AsIsHardResetArrayOfValues

func (fpaov *WatchMetricDescriptorsResponse_FieldTerminalPathArrayOfValues) AsIsHardResetArrayOfValues() ([]bool, bool)

func (*WatchMetricDescriptorsResponse_FieldTerminalPathArrayOfValues) AsIsSoftResetArrayOfValues

func (fpaov *WatchMetricDescriptorsResponse_FieldTerminalPathArrayOfValues) AsIsSoftResetArrayOfValues() ([]bool, bool)

func (*WatchMetricDescriptorsResponse_FieldTerminalPathArrayOfValues) AsMetricDescriptorChangesArrayOfValues

func (*WatchMetricDescriptorsResponse_FieldTerminalPathArrayOfValues) AsPageTokenChangeArrayOfValues

func (*WatchMetricDescriptorsResponse_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues

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

func (*WatchMetricDescriptorsResponse_FieldTerminalPathArrayOfValues) AsSnapshotSizeArrayOfValues

func (fpaov *WatchMetricDescriptorsResponse_FieldTerminalPathArrayOfValues) AsSnapshotSizeArrayOfValues() ([]int64, bool)

func (*WatchMetricDescriptorsResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchMetricDescriptorsResponse_FieldTerminalPathValue

type WatchMetricDescriptorsResponse_FieldTerminalPathValue struct {
	WatchMetricDescriptorsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchMetricDescriptorsResponse_FieldTerminalPathValue) AsIsCurrentValue

func (*WatchMetricDescriptorsResponse_FieldTerminalPathValue) AsIsHardResetValue

func (*WatchMetricDescriptorsResponse_FieldTerminalPathValue) AsIsSoftResetValue

func (*WatchMetricDescriptorsResponse_FieldTerminalPathValue) AsMetricDescriptorChangesValue

func (*WatchMetricDescriptorsResponse_FieldTerminalPathValue) AsPageTokenChangeValue

func (*WatchMetricDescriptorsResponse_FieldTerminalPathValue) AsResumeTokenValue

func (*WatchMetricDescriptorsResponse_FieldTerminalPathValue) AsSnapshotSizeValue

func (*WatchMetricDescriptorsResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchMetricDescriptorsResponse_FieldTerminalPathValue' with the value under path in 'WatchMetricDescriptorsResponse'.

func (*WatchMetricDescriptorsResponse_FieldTerminalPathValue) CompareWithRaw

func (*WatchMetricDescriptorsResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchMetricDescriptorsResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchMetricDescriptorsResponse

func (*WatchMetricDescriptorsResponse_FieldTerminalPathValue) SetToRaw

type WatchMetricDescriptorsResponse_PageTokenChange

type WatchMetricDescriptorsResponse_PageTokenChange struct {

	// New token to retrieve previous page of results.
	PrevPageToken *metric_descriptor.PagerCursor `` /* 151-byte string literal not displayed */
	// New token to retrieve next page of results.
	NextPageToken *metric_descriptor.PagerCursor `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*WatchMetricDescriptorsResponse_PageTokenChange) Clone

func (*WatchMetricDescriptorsResponse_PageTokenChange) CloneRaw

func (*WatchMetricDescriptorsResponse_PageTokenChange) Descriptor

Deprecated, Use WatchMetricDescriptorsResponse_PageTokenChange.ProtoReflect.Descriptor instead.

func (*WatchMetricDescriptorsResponse_PageTokenChange) GetNextPageToken

func (*WatchMetricDescriptorsResponse_PageTokenChange) GetPrevPageToken

func (*WatchMetricDescriptorsResponse_PageTokenChange) GotenMessage

func (*WatchMetricDescriptorsResponse_PageTokenChange) GotenObjectExt

func (*WatchMetricDescriptorsResponse_PageTokenChange) GotenValidate

func (*WatchMetricDescriptorsResponse_PageTokenChange) MakeFullFieldMask

func (*WatchMetricDescriptorsResponse_PageTokenChange) MakeRawDiffFieldMask

func (*WatchMetricDescriptorsResponse_PageTokenChange) MakeRawFullFieldMask

func (*WatchMetricDescriptorsResponse_PageTokenChange) Marshal

func (*WatchMetricDescriptorsResponse_PageTokenChange) MarshalJSON

func (*WatchMetricDescriptorsResponse_PageTokenChange) Merge

func (*WatchMetricDescriptorsResponse_PageTokenChange) MergeRaw

func (*WatchMetricDescriptorsResponse_PageTokenChange) ProtoMessage

func (*WatchMetricDescriptorsResponse_PageTokenChange) ProtoReflect

func (*WatchMetricDescriptorsResponse_PageTokenChange) Reset

func (*WatchMetricDescriptorsResponse_PageTokenChange) SetNextPageToken

func (*WatchMetricDescriptorsResponse_PageTokenChange) SetPrevPageToken

func (*WatchMetricDescriptorsResponse_PageTokenChange) String

func (*WatchMetricDescriptorsResponse_PageTokenChange) Unmarshal

func (*WatchMetricDescriptorsResponse_PageTokenChange) UnmarshalJSON

type WatchMetricDescriptorsResponse_PageTokenChangePathSelectorNextPageToken

type WatchMetricDescriptorsResponse_PageTokenChangePathSelectorNextPageToken struct{}

func (WatchMetricDescriptorsResponse_PageTokenChangePathSelectorNextPageToken) FieldPath

type WatchMetricDescriptorsResponse_PageTokenChangePathSelectorPrevPageToken

type WatchMetricDescriptorsResponse_PageTokenChangePathSelectorPrevPageToken struct{}

func (WatchMetricDescriptorsResponse_PageTokenChangePathSelectorPrevPageToken) FieldPath

type WatchMetricDescriptorsResponse_PageTokenChange_FieldMask

type WatchMetricDescriptorsResponse_PageTokenChange_FieldMask struct {
	Paths []WatchMetricDescriptorsResponsePageTokenChange_FieldPath
}

func (*WatchMetricDescriptorsResponse_PageTokenChange_FieldMask) AppendPath

func (*WatchMetricDescriptorsResponse_PageTokenChange_FieldMask) AppendRawPath

func (*WatchMetricDescriptorsResponse_PageTokenChange_FieldMask) DecodeFirestore

func (*WatchMetricDescriptorsResponse_PageTokenChange_FieldMask) EncodeFirestore

firestore encoding/decoding integration

func (*WatchMetricDescriptorsResponse_PageTokenChange_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchMetricDescriptorsResponse_PageTokenChange_FieldMask) FromProtoFieldMask

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

func (*WatchMetricDescriptorsResponse_PageTokenChange_FieldMask) GetPaths

func (*WatchMetricDescriptorsResponse_PageTokenChange_FieldMask) GetRawPaths

func (*WatchMetricDescriptorsResponse_PageTokenChange_FieldMask) IsFull

func (WatchMetricDescriptorsResponse_PageTokenChange_FieldMask) Marshal

implement methods required by customType

func (WatchMetricDescriptorsResponse_PageTokenChange_FieldMask) MarshalJSON

func (*WatchMetricDescriptorsResponse_PageTokenChange_FieldMask) PathsCount

func (*WatchMetricDescriptorsResponse_PageTokenChange_FieldMask) Project

func (*WatchMetricDescriptorsResponse_PageTokenChange_FieldMask) ProjectRaw

func (*WatchMetricDescriptorsResponse_PageTokenChange_FieldMask) ProtoMessage

func (*WatchMetricDescriptorsResponse_PageTokenChange_FieldMask) ProtoReflect

func (*WatchMetricDescriptorsResponse_PageTokenChange_FieldMask) Reset

func (*WatchMetricDescriptorsResponse_PageTokenChange_FieldMask) Set

func (*WatchMetricDescriptorsResponse_PageTokenChange_FieldMask) SetFromCliFlag

func (*WatchMetricDescriptorsResponse_PageTokenChange_FieldMask) SetRaw

func (*WatchMetricDescriptorsResponse_PageTokenChange_FieldMask) Size

func (*WatchMetricDescriptorsResponse_PageTokenChange_FieldMask) String

func (*WatchMetricDescriptorsResponse_PageTokenChange_FieldMask) SubtractRaw

func (*WatchMetricDescriptorsResponse_PageTokenChange_FieldMask) ToProtoFieldMask

ToFieldMask is used for proto conversions

func (*WatchMetricDescriptorsResponse_PageTokenChange_FieldMask) Unmarshal

func (*WatchMetricDescriptorsResponse_PageTokenChange_FieldMask) UnmarshalJSON

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL