phantom_time_serie_client

package
v0.12.23 Latest Latest
Warning

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

Go to latest
Published: Aug 3, 2023 License: Apache-2.0 Imports: 45 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BatchGetPhantomTimeSeriesDescriptor added in v0.4.28

type BatchGetPhantomTimeSeriesDescriptor struct{}

func GetBatchGetPhantomTimeSeriesDescriptor added in v0.4.28

func GetBatchGetPhantomTimeSeriesDescriptor() *BatchGetPhantomTimeSeriesDescriptor

func (*BatchGetPhantomTimeSeriesDescriptor) GetApiDescriptor added in v0.4.28

func (*BatchGetPhantomTimeSeriesDescriptor) GetApiName added in v0.4.28

func (*BatchGetPhantomTimeSeriesDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*BatchGetPhantomTimeSeriesDescriptor) GetFullMethodName added in v0.4.28

func (d *BatchGetPhantomTimeSeriesDescriptor) GetFullMethodName() string

func (*BatchGetPhantomTimeSeriesDescriptor) GetMethodName added in v0.4.28

func (d *BatchGetPhantomTimeSeriesDescriptor) GetMethodName() string

func (*BatchGetPhantomTimeSeriesDescriptor) GetProtoPkgName added in v0.4.28

func (d *BatchGetPhantomTimeSeriesDescriptor) GetProtoPkgName() string

func (*BatchGetPhantomTimeSeriesDescriptor) GetResourceDescriptor added in v0.4.30

func (*BatchGetPhantomTimeSeriesDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*BatchGetPhantomTimeSeriesDescriptor) GetServiceDomain added in v0.4.28

func (d *BatchGetPhantomTimeSeriesDescriptor) GetServiceDomain() string

func (*BatchGetPhantomTimeSeriesDescriptor) GetServiceVersion added in v0.4.28

func (d *BatchGetPhantomTimeSeriesDescriptor) GetServiceVersion() string

func (*BatchGetPhantomTimeSeriesDescriptor) GetVerb added in v0.4.28

func (*BatchGetPhantomTimeSeriesDescriptor) HasResource added in v0.4.30

func (d *BatchGetPhantomTimeSeriesDescriptor) HasResource() bool

func (*BatchGetPhantomTimeSeriesDescriptor) IsClientStream added in v0.4.28

func (d *BatchGetPhantomTimeSeriesDescriptor) IsClientStream() bool

func (*BatchGetPhantomTimeSeriesDescriptor) IsCollection added in v0.4.30

func (d *BatchGetPhantomTimeSeriesDescriptor) IsCollection() bool

func (*BatchGetPhantomTimeSeriesDescriptor) IsPlural added in v0.4.30

func (*BatchGetPhantomTimeSeriesDescriptor) IsServerStream added in v0.4.28

func (d *BatchGetPhantomTimeSeriesDescriptor) IsServerStream() bool

func (*BatchGetPhantomTimeSeriesDescriptor) IsUnary added in v0.4.28

func (*BatchGetPhantomTimeSeriesDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*BatchGetPhantomTimeSeriesDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*BatchGetPhantomTimeSeriesDescriptor) RequestHasResourceBody added in v0.4.28

func (d *BatchGetPhantomTimeSeriesDescriptor) RequestHasResourceBody() bool

type BatchGetPhantomTimeSeriesDescriptorClientMsgHandle added in v0.4.28

type BatchGetPhantomTimeSeriesDescriptorClientMsgHandle struct{}

func (*BatchGetPhantomTimeSeriesDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*BatchGetPhantomTimeSeriesDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*BatchGetPhantomTimeSeriesDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type BatchGetPhantomTimeSeriesDescriptorServerMsgHandle added in v0.4.28

type BatchGetPhantomTimeSeriesDescriptorServerMsgHandle struct{}

func (*BatchGetPhantomTimeSeriesDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*BatchGetPhantomTimeSeriesDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*BatchGetPhantomTimeSeriesDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type BatchGetPhantomTimeSeriesRequest

type BatchGetPhantomTimeSeriesRequest struct {

	// Names of PhantomTimeSeries
	Names []*phantom_time_serie.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 *phantom_time_serie.PhantomTimeSerie_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 [BatchGetPhantomTimeSeries][ntt.monitoring.v3.BatchGetPhantomTimeSeries]

func (*BatchGetPhantomTimeSeriesRequest) Clone

func (*BatchGetPhantomTimeSeriesRequest) CloneRaw

func (*BatchGetPhantomTimeSeriesRequest) Descriptor

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

Deprecated, Use BatchGetPhantomTimeSeriesRequest.ProtoReflect.Descriptor instead.

func (*BatchGetPhantomTimeSeriesRequest) GetFieldMask

func (*BatchGetPhantomTimeSeriesRequest) GetNames

func (*BatchGetPhantomTimeSeriesRequest) GetView

func (*BatchGetPhantomTimeSeriesRequest) GotenMessage

func (*BatchGetPhantomTimeSeriesRequest) GotenMessage()

func (*BatchGetPhantomTimeSeriesRequest) GotenObjectExt

func (o *BatchGetPhantomTimeSeriesRequest) GotenObjectExt()

func (*BatchGetPhantomTimeSeriesRequest) GotenValidate

func (obj *BatchGetPhantomTimeSeriesRequest) GotenValidate() error

func (*BatchGetPhantomTimeSeriesRequest) MakeDiffFieldMask

func (*BatchGetPhantomTimeSeriesRequest) MakeFullFieldMask

func (*BatchGetPhantomTimeSeriesRequest) MakeRawDiffFieldMask

func (*BatchGetPhantomTimeSeriesRequest) MakeRawFullFieldMask

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

func (*BatchGetPhantomTimeSeriesRequest) Marshal

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

func (*BatchGetPhantomTimeSeriesRequest) MarshalJSON

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

func (*BatchGetPhantomTimeSeriesRequest) Merge

func (*BatchGetPhantomTimeSeriesRequest) MergeRaw

func (*BatchGetPhantomTimeSeriesRequest) ProtoMessage

func (*BatchGetPhantomTimeSeriesRequest) ProtoMessage()

func (*BatchGetPhantomTimeSeriesRequest) ProtoReflect

func (*BatchGetPhantomTimeSeriesRequest) Reset

func (*BatchGetPhantomTimeSeriesRequest) SetFieldMask

func (*BatchGetPhantomTimeSeriesRequest) SetNames

func (*BatchGetPhantomTimeSeriesRequest) SetView

func (*BatchGetPhantomTimeSeriesRequest) String

func (*BatchGetPhantomTimeSeriesRequest) Unmarshal

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

func (*BatchGetPhantomTimeSeriesRequest) UnmarshalJSON

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

type BatchGetPhantomTimeSeriesRequestFieldPathBuilder

type BatchGetPhantomTimeSeriesRequestFieldPathBuilder struct{}

func NewBatchGetPhantomTimeSeriesRequestFieldPathBuilder

func NewBatchGetPhantomTimeSeriesRequestFieldPathBuilder() BatchGetPhantomTimeSeriesRequestFieldPathBuilder

func (BatchGetPhantomTimeSeriesRequestFieldPathBuilder) FieldMask

func (BatchGetPhantomTimeSeriesRequestFieldPathBuilder) Names

func (BatchGetPhantomTimeSeriesRequestFieldPathBuilder) View

type BatchGetPhantomTimeSeriesRequestPathSelectorFieldMask

type BatchGetPhantomTimeSeriesRequestPathSelectorFieldMask struct{}

func (BatchGetPhantomTimeSeriesRequestPathSelectorFieldMask) FieldPath

type BatchGetPhantomTimeSeriesRequestPathSelectorNames

type BatchGetPhantomTimeSeriesRequestPathSelectorNames struct{}

func (BatchGetPhantomTimeSeriesRequestPathSelectorNames) FieldPath

type BatchGetPhantomTimeSeriesRequestPathSelectorView

type BatchGetPhantomTimeSeriesRequestPathSelectorView struct{}

func (BatchGetPhantomTimeSeriesRequestPathSelectorView) FieldPath

func (BatchGetPhantomTimeSeriesRequestPathSelectorView) WithArrayOfValues

func (BatchGetPhantomTimeSeriesRequestPathSelectorView) WithValue

type BatchGetPhantomTimeSeriesRequest_FieldMask

type BatchGetPhantomTimeSeriesRequest_FieldMask struct {
	Paths []BatchGetPhantomTimeSeriesRequest_FieldPath
}

func FullBatchGetPhantomTimeSeriesRequest_FieldMask

func FullBatchGetPhantomTimeSeriesRequest_FieldMask() *BatchGetPhantomTimeSeriesRequest_FieldMask

func (*BatchGetPhantomTimeSeriesRequest_FieldMask) AppendPath

func (*BatchGetPhantomTimeSeriesRequest_FieldMask) AppendRawPath

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

func (*BatchGetPhantomTimeSeriesRequest_FieldMask) DecodeFirestore

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

func (*BatchGetPhantomTimeSeriesRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*BatchGetPhantomTimeSeriesRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*BatchGetPhantomTimeSeriesRequest_FieldMask) FromProtoFieldMask

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

func (*BatchGetPhantomTimeSeriesRequest_FieldMask) GetPaths

func (*BatchGetPhantomTimeSeriesRequest_FieldMask) GetRawPaths

func (*BatchGetPhantomTimeSeriesRequest_FieldMask) IsFull

func (BatchGetPhantomTimeSeriesRequest_FieldMask) Marshal

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

implement methods required by customType

func (BatchGetPhantomTimeSeriesRequest_FieldMask) MarshalJSON

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

func (*BatchGetPhantomTimeSeriesRequest_FieldMask) PathsCount

func (fieldMask *BatchGetPhantomTimeSeriesRequest_FieldMask) PathsCount() int

func (*BatchGetPhantomTimeSeriesRequest_FieldMask) Project

func (*BatchGetPhantomTimeSeriesRequest_FieldMask) ProjectRaw

func (*BatchGetPhantomTimeSeriesRequest_FieldMask) ProtoMessage

func (fieldMask *BatchGetPhantomTimeSeriesRequest_FieldMask) ProtoMessage()

func (*BatchGetPhantomTimeSeriesRequest_FieldMask) ProtoReflect

func (*BatchGetPhantomTimeSeriesRequest_FieldMask) Reset

func (fieldMask *BatchGetPhantomTimeSeriesRequest_FieldMask) Reset()

func (*BatchGetPhantomTimeSeriesRequest_FieldMask) Set

func (*BatchGetPhantomTimeSeriesRequest_FieldMask) SetFromCliFlag

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

func (*BatchGetPhantomTimeSeriesRequest_FieldMask) SetRaw

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

func (*BatchGetPhantomTimeSeriesRequest_FieldMask) Size

func (*BatchGetPhantomTimeSeriesRequest_FieldMask) String

func (*BatchGetPhantomTimeSeriesRequest_FieldMask) Subtract

func (*BatchGetPhantomTimeSeriesRequest_FieldMask) SubtractRaw

func (*BatchGetPhantomTimeSeriesRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*BatchGetPhantomTimeSeriesRequest_FieldMask) Unmarshal

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

func (*BatchGetPhantomTimeSeriesRequest_FieldMask) UnmarshalJSON

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

type BatchGetPhantomTimeSeriesRequest_FieldPath

type BatchGetPhantomTimeSeriesRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() BatchGetPhantomTimeSeriesRequest_FieldPathSelector
	Get(source *BatchGetPhantomTimeSeriesRequest) []interface{}
	GetSingle(source *BatchGetPhantomTimeSeriesRequest) (interface{}, bool)
	ClearValue(item *BatchGetPhantomTimeSeriesRequest)

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

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

func MustParseBatchGetPhantomTimeSeriesRequest_FieldPath

func MustParseBatchGetPhantomTimeSeriesRequest_FieldPath(rawField string) BatchGetPhantomTimeSeriesRequest_FieldPath

func ParseBatchGetPhantomTimeSeriesRequest_FieldPath

func ParseBatchGetPhantomTimeSeriesRequest_FieldPath(rawField string) (BatchGetPhantomTimeSeriesRequest_FieldPath, error)

type BatchGetPhantomTimeSeriesRequest_FieldPathArrayItemValue

type BatchGetPhantomTimeSeriesRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	BatchGetPhantomTimeSeriesRequest_FieldPath
	ContainsValue(*BatchGetPhantomTimeSeriesRequest) bool
}

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

func MustParseBatchGetPhantomTimeSeriesRequest_FieldPathArrayItemValue

func MustParseBatchGetPhantomTimeSeriesRequest_FieldPathArrayItemValue(pathStr, valueStr string) BatchGetPhantomTimeSeriesRequest_FieldPathArrayItemValue

func ParseBatchGetPhantomTimeSeriesRequest_FieldPathArrayItemValue

func ParseBatchGetPhantomTimeSeriesRequest_FieldPathArrayItemValue(pathStr, valueStr string) (BatchGetPhantomTimeSeriesRequest_FieldPathArrayItemValue, error)

ParseBatchGetPhantomTimeSeriesRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type BatchGetPhantomTimeSeriesRequest_FieldPathArrayOfValues

type BatchGetPhantomTimeSeriesRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	BatchGetPhantomTimeSeriesRequest_FieldPath
}

BatchGetPhantomTimeSeriesRequest_FieldPathArrayOfValues allows storing slice of values for BatchGetPhantomTimeSeriesRequest fields according to their type

func MustParseBatchGetPhantomTimeSeriesRequest_FieldPathArrayOfValues

func MustParseBatchGetPhantomTimeSeriesRequest_FieldPathArrayOfValues(pathStr, valuesStr string) BatchGetPhantomTimeSeriesRequest_FieldPathArrayOfValues

func ParseBatchGetPhantomTimeSeriesRequest_FieldPathArrayOfValues

func ParseBatchGetPhantomTimeSeriesRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (BatchGetPhantomTimeSeriesRequest_FieldPathArrayOfValues, error)

type BatchGetPhantomTimeSeriesRequest_FieldPathSelector

type BatchGetPhantomTimeSeriesRequest_FieldPathSelector int32
const (
	BatchGetPhantomTimeSeriesRequest_FieldPathSelectorNames     BatchGetPhantomTimeSeriesRequest_FieldPathSelector = 0
	BatchGetPhantomTimeSeriesRequest_FieldPathSelectorFieldMask BatchGetPhantomTimeSeriesRequest_FieldPathSelector = 1
	BatchGetPhantomTimeSeriesRequest_FieldPathSelectorView      BatchGetPhantomTimeSeriesRequest_FieldPathSelector = 2
)

func (BatchGetPhantomTimeSeriesRequest_FieldPathSelector) String

type BatchGetPhantomTimeSeriesRequest_FieldPathValue

type BatchGetPhantomTimeSeriesRequest_FieldPathValue interface {
	BatchGetPhantomTimeSeriesRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **BatchGetPhantomTimeSeriesRequest)
	CompareWith(*BatchGetPhantomTimeSeriesRequest) (cmp int, comparable bool)
}

BatchGetPhantomTimeSeriesRequest_FieldPathValue allows storing values for BatchGetPhantomTimeSeriesRequest fields according to their type

func MustParseBatchGetPhantomTimeSeriesRequest_FieldPathValue

func MustParseBatchGetPhantomTimeSeriesRequest_FieldPathValue(pathStr, valueStr string) BatchGetPhantomTimeSeriesRequest_FieldPathValue

func ParseBatchGetPhantomTimeSeriesRequest_FieldPathValue

func ParseBatchGetPhantomTimeSeriesRequest_FieldPathValue(pathStr, valueStr string) (BatchGetPhantomTimeSeriesRequest_FieldPathValue, error)

type BatchGetPhantomTimeSeriesRequest_FieldTerminalPath

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

func (*BatchGetPhantomTimeSeriesRequest_FieldTerminalPath) ClearValue

func (*BatchGetPhantomTimeSeriesRequest_FieldTerminalPath) ClearValueRaw

func (*BatchGetPhantomTimeSeriesRequest_FieldTerminalPath) Get

Get returns all values pointed by specific field from source BatchGetPhantomTimeSeriesRequest

func (*BatchGetPhantomTimeSeriesRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*BatchGetPhantomTimeSeriesRequest_FieldTerminalPath) GetRaw

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

func (*BatchGetPhantomTimeSeriesRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source BatchGetPhantomTimeSeriesRequest

func (*BatchGetPhantomTimeSeriesRequest_FieldTerminalPath) GetSingleRaw

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

func (*BatchGetPhantomTimeSeriesRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*BatchGetPhantomTimeSeriesRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetPhantomTimeSeriesRequest_FieldTerminalPath) Selector

func (*BatchGetPhantomTimeSeriesRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*BatchGetPhantomTimeSeriesRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*BatchGetPhantomTimeSeriesRequest_FieldTerminalPath) WithIArrayItemValue

func (*BatchGetPhantomTimeSeriesRequest_FieldTerminalPath) WithIArrayOfValues

func (*BatchGetPhantomTimeSeriesRequest_FieldTerminalPath) WithIValue

func (*BatchGetPhantomTimeSeriesRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*BatchGetPhantomTimeSeriesRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*BatchGetPhantomTimeSeriesRequest_FieldTerminalPath) WithRawIValue

type BatchGetPhantomTimeSeriesRequest_FieldTerminalPathArrayItemValue

type BatchGetPhantomTimeSeriesRequest_FieldTerminalPathArrayItemValue struct {
	BatchGetPhantomTimeSeriesRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetPhantomTimeSeriesRequest_FieldTerminalPathArrayItemValue) AsNamesItemValue

func (*BatchGetPhantomTimeSeriesRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*BatchGetPhantomTimeSeriesRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*BatchGetPhantomTimeSeriesRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*BatchGetPhantomTimeSeriesRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type BatchGetPhantomTimeSeriesRequest_FieldTerminalPathArrayOfValues

type BatchGetPhantomTimeSeriesRequest_FieldTerminalPathArrayOfValues struct {
	BatchGetPhantomTimeSeriesRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetPhantomTimeSeriesRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*BatchGetPhantomTimeSeriesRequest_FieldTerminalPathArrayOfValues) AsNamesArrayOfValues

func (*BatchGetPhantomTimeSeriesRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

func (*BatchGetPhantomTimeSeriesRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type BatchGetPhantomTimeSeriesRequest_FieldTerminalPathValue

type BatchGetPhantomTimeSeriesRequest_FieldTerminalPathValue struct {
	BatchGetPhantomTimeSeriesRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetPhantomTimeSeriesRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*BatchGetPhantomTimeSeriesRequest_FieldTerminalPathValue) AsNamesValue

func (*BatchGetPhantomTimeSeriesRequest_FieldTerminalPathValue) AsViewValue

func (*BatchGetPhantomTimeSeriesRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'BatchGetPhantomTimeSeriesRequest_FieldTerminalPathValue' with the value under path in 'BatchGetPhantomTimeSeriesRequest'.

func (*BatchGetPhantomTimeSeriesRequest_FieldTerminalPathValue) CompareWithRaw

func (*BatchGetPhantomTimeSeriesRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*BatchGetPhantomTimeSeriesRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object BatchGetPhantomTimeSeriesRequest

func (*BatchGetPhantomTimeSeriesRequest_FieldTerminalPathValue) SetToRaw

type BatchGetPhantomTimeSeriesResponse

type BatchGetPhantomTimeSeriesResponse struct {

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

BatchGetPhantomTimeSeriesResponse

func (*BatchGetPhantomTimeSeriesResponse) Clone

func (*BatchGetPhantomTimeSeriesResponse) CloneRaw

func (*BatchGetPhantomTimeSeriesResponse) Descriptor

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

Deprecated, Use BatchGetPhantomTimeSeriesResponse.ProtoReflect.Descriptor instead.

func (*BatchGetPhantomTimeSeriesResponse) GetMissing

func (*BatchGetPhantomTimeSeriesResponse) GetPhantomTimeSeries

func (*BatchGetPhantomTimeSeriesResponse) GotenMessage

func (*BatchGetPhantomTimeSeriesResponse) GotenMessage()

func (*BatchGetPhantomTimeSeriesResponse) GotenObjectExt

func (o *BatchGetPhantomTimeSeriesResponse) GotenObjectExt()

func (*BatchGetPhantomTimeSeriesResponse) GotenValidate

func (obj *BatchGetPhantomTimeSeriesResponse) GotenValidate() error

func (*BatchGetPhantomTimeSeriesResponse) MakeFullFieldMask

func (*BatchGetPhantomTimeSeriesResponse) MakeRawDiffFieldMask

func (*BatchGetPhantomTimeSeriesResponse) MakeRawFullFieldMask

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

func (*BatchGetPhantomTimeSeriesResponse) Marshal

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

func (*BatchGetPhantomTimeSeriesResponse) MarshalJSON

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

func (*BatchGetPhantomTimeSeriesResponse) Merge

func (*BatchGetPhantomTimeSeriesResponse) MergeRaw

func (*BatchGetPhantomTimeSeriesResponse) ProtoMessage

func (*BatchGetPhantomTimeSeriesResponse) ProtoMessage()

func (*BatchGetPhantomTimeSeriesResponse) ProtoReflect

func (*BatchGetPhantomTimeSeriesResponse) Reset

func (*BatchGetPhantomTimeSeriesResponse) SetMissing

func (*BatchGetPhantomTimeSeriesResponse) SetPhantomTimeSeries

func (*BatchGetPhantomTimeSeriesResponse) String

func (*BatchGetPhantomTimeSeriesResponse) Unmarshal

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

func (*BatchGetPhantomTimeSeriesResponse) UnmarshalJSON

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

type BatchGetPhantomTimeSeriesResponseFieldPathBuilder

type BatchGetPhantomTimeSeriesResponseFieldPathBuilder struct{}

func NewBatchGetPhantomTimeSeriesResponseFieldPathBuilder

func NewBatchGetPhantomTimeSeriesResponseFieldPathBuilder() BatchGetPhantomTimeSeriesResponseFieldPathBuilder

func (BatchGetPhantomTimeSeriesResponseFieldPathBuilder) Missing

func (BatchGetPhantomTimeSeriesResponseFieldPathBuilder) PhantomTimeSeries

type BatchGetPhantomTimeSeriesResponseMapPathSelectorPhantomTimeSeriesMetadataAnnotations

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

func (BatchGetPhantomTimeSeriesResponseMapPathSelectorPhantomTimeSeriesMetadataAnnotations) FieldPath

func (BatchGetPhantomTimeSeriesResponseMapPathSelectorPhantomTimeSeriesMetadataAnnotations) WithArrayOfValues

func (BatchGetPhantomTimeSeriesResponseMapPathSelectorPhantomTimeSeriesMetadataAnnotations) WithValue

type BatchGetPhantomTimeSeriesResponseMapPathSelectorPhantomTimeSeriesMetadataLabels

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

func (BatchGetPhantomTimeSeriesResponseMapPathSelectorPhantomTimeSeriesMetadataLabels) FieldPath

func (BatchGetPhantomTimeSeriesResponseMapPathSelectorPhantomTimeSeriesMetadataLabels) WithArrayOfValues

func (BatchGetPhantomTimeSeriesResponseMapPathSelectorPhantomTimeSeriesMetadataLabels) WithValue

type BatchGetPhantomTimeSeriesResponseMapPathSelectorPhantomTimeSeriesMetadataShards

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

func (BatchGetPhantomTimeSeriesResponseMapPathSelectorPhantomTimeSeriesMetadataShards) FieldPath

func (BatchGetPhantomTimeSeriesResponseMapPathSelectorPhantomTimeSeriesMetadataShards) WithArrayOfValues

func (BatchGetPhantomTimeSeriesResponseMapPathSelectorPhantomTimeSeriesMetadataShards) WithValue

type BatchGetPhantomTimeSeriesResponseMapPathSelectorPhantomTimeSeriesMetricLabels

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

func (BatchGetPhantomTimeSeriesResponseMapPathSelectorPhantomTimeSeriesMetricLabels) FieldPath

func (BatchGetPhantomTimeSeriesResponseMapPathSelectorPhantomTimeSeriesMetricLabels) WithArrayOfValues

func (BatchGetPhantomTimeSeriesResponseMapPathSelectorPhantomTimeSeriesMetricLabels) WithValue

type BatchGetPhantomTimeSeriesResponseMapPathSelectorPhantomTimeSeriesResourceLabels

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

func (BatchGetPhantomTimeSeriesResponseMapPathSelectorPhantomTimeSeriesResourceLabels) FieldPath

func (BatchGetPhantomTimeSeriesResponseMapPathSelectorPhantomTimeSeriesResourceLabels) WithArrayOfValues

func (BatchGetPhantomTimeSeriesResponseMapPathSelectorPhantomTimeSeriesResourceLabels) WithValue

type BatchGetPhantomTimeSeriesResponsePathSelectorMissing

type BatchGetPhantomTimeSeriesResponsePathSelectorMissing struct{}

func (BatchGetPhantomTimeSeriesResponsePathSelectorMissing) FieldPath

func (BatchGetPhantomTimeSeriesResponsePathSelectorMissing) WithArrayOfValues

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeries

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeries struct{}

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeries) FieldPath

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeries) Key

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesKey

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesKey struct{}

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesKey) FieldPath

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesKey) WithArrayOfValues

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesKey) WithValue

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadata

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadata struct{}

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadata) DeleteTime added in v0.8.0

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadata) FieldPath

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadata) Lifecycle added in v0.8.0

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadata) WithArrayOfValues

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadata) WithValue

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataAnnotations

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataAnnotations struct{}

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataAnnotations) FieldPath

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataAnnotations) WithArrayOfValues

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataAnnotations) WithValue

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataCreateTime

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataCreateTime struct{}

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataCreateTime) FieldPath

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataCreateTime) WithArrayOfValues

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataCreateTime) WithValue

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataDeleteTime added in v0.8.0

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataDeleteTime struct{}

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataDeleteTime) FieldPath added in v0.8.0

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataDeleteTime) WithArrayOfValues added in v0.8.0

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataDeleteTime) WithValue added in v0.8.0

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataGeneration

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataGeneration struct{}

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataGeneration) FieldPath

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataGeneration) WithArrayOfValues

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataGeneration) WithValue

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataLabels

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataLabels struct{}

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataLabels) FieldPath

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataLabels) WithArrayOfValues

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataLabels) WithValue

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataLifecycle added in v0.8.0

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataLifecycle struct{}

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataLifecycle) BlockDeletion added in v0.8.0

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataLifecycle) FieldPath added in v0.8.0

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataLifecycle) State added in v0.8.0

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataLifecycle) WithArrayOfValues added in v0.8.0

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataLifecycle) WithValue added in v0.8.0

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataLifecycleBlockDeletion added in v0.8.0

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataLifecycleBlockDeletion struct{}

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataLifecycleBlockDeletion) FieldPath added in v0.8.0

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.8.0

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataLifecycleBlockDeletion) WithValue added in v0.8.0

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataLifecycleState added in v0.8.0

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataLifecycleState struct{}

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataLifecycleState) FieldPath added in v0.8.0

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataLifecycleState) WithArrayOfValues added in v0.8.0

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataLifecycleState) WithValue added in v0.8.0

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferences

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferences struct{}

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferences) FieldPath

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferences) Region added in v0.8.0

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferences) RequiresOwnerReference added in v0.8.0

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferences) Version added in v0.8.0

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferences) WithArrayOfValues

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferences) WithItemValue

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferences) WithValue

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesBlockOwnerDeletion

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesController

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesController struct{}

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesController) FieldPath

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesController) WithArrayOfValues

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesController) WithValue

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesKind

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesKind struct{}

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesKind) FieldPath

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesKind) WithArrayOfValues

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesKind) WithValue

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesName

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesName struct{}

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesName) FieldPath

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesName) WithArrayOfValues

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesName) WithValue

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesRegion added in v0.8.0

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesRegion struct{}

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesRegion) FieldPath added in v0.8.0

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.8.0

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesRegion) WithValue added in v0.8.0

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesRequiresOwnerReference added in v0.8.0

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesRequiresOwnerReference struct{}

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.8.0

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.8.0

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.8.0

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesVersion added in v0.8.0

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesVersion struct{}

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesVersion) FieldPath added in v0.8.0

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.8.0

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesVersion) WithValue added in v0.8.0

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataResourceVersion

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataResourceVersion struct{}

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataResourceVersion) FieldPath

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataResourceVersion) WithArrayOfValues

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataResourceVersion) WithValue

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataShards

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataShards struct{}

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataShards) FieldPath

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataShards) WithArrayOfValues

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataShards) WithValue

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataSyncing

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataSyncing struct{}

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataSyncing) FieldPath

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataSyncing) WithArrayOfValues

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataSyncing) WithValue

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataSyncingOwningRegion

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataSyncingOwningRegion struct{}

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataSyncingOwningRegion) FieldPath

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataSyncingOwningRegion) WithArrayOfValues

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataSyncingOwningRegion) WithValue

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataSyncingRegions

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataSyncingRegions struct{}

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataSyncingRegions) FieldPath

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataSyncingRegions) WithArrayOfValues

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataSyncingRegions) WithItemValue

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataSyncingRegions) WithValue

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataTags

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataTags struct{}

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataTags) FieldPath

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataTags) WithArrayOfValues

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataTags) WithItemValue

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataTags) WithValue

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataUpdateTime

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataUpdateTime struct{}

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataUpdateTime) FieldPath

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataUpdateTime) WithArrayOfValues

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataUpdateTime) WithValue

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataUuid

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataUuid struct{}

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataUuid) FieldPath

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataUuid) WithArrayOfValues

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataUuid) WithValue

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetric

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetric struct{}

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetric) FieldPath

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetric) WithArrayOfValues

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetric) WithValue

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetricKind

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetricKind struct{}

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetricKind) FieldPath

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetricLabels

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetricLabels struct{}

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetricLabels) FieldPath

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetricLabels) WithArrayOfValues

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetricLabels) WithValue

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetricReducedLabels

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetricReducedLabels struct{}

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetricReducedLabels) FieldPath

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetricReducedLabels) WithArrayOfValues

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetricReducedLabels) WithItemValue

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetricReducedLabels) WithValue

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetricType

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetricType struct{}

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetricType) FieldPath

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetricType) WithArrayOfValues

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetricType) WithValue

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesName

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesName struct{}

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesName) FieldPath

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesName) WithArrayOfValues

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesName) WithValue

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesProject

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesProject struct{}

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesProject) FieldPath

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesProject) WithArrayOfValues

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesProject) WithValue

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesResource

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesResource struct{}

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesResource) FieldPath

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesResource) WithArrayOfValues

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesResource) WithValue

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesResourceLabels

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesResourceLabels struct{}

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesResourceLabels) FieldPath

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesResourceLabels) WithArrayOfValues

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesResourceLabels) WithValue

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesResourceReducedLabels

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesResourceReducedLabels struct{}

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesResourceReducedLabels) FieldPath

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesResourceReducedLabels) WithArrayOfValues

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesResourceReducedLabels) WithItemValue

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesResourceReducedLabels) WithValue

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesResourceType

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesResourceType struct{}

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesResourceType) FieldPath

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesResourceType) WithArrayOfValues

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesResourceType) WithValue

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValue

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValue struct{}

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValue) FieldPath

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValue) WithArrayOfValues

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValue) WithValue

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueBoolValue

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueBoolValue struct{}

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueBoolValue) FieldPath

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueBoolValue) WithArrayOfValues

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueBoolValue) WithValue

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValue

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValue struct{}

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValue) FieldPath

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValue) WithArrayOfValues

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValue) WithValue

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketCounts

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketCounts struct{}

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketCounts) FieldPath

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketCounts) WithArrayOfValues

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketCounts) WithItemValue

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketCounts) WithValue

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptions

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptions struct{}

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptions) FieldPath

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptions) WithArrayOfValues

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptions) WithValue

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsDynamicBuckets

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsDynamicBuckets struct{}

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsDynamicBuckets) FieldPath

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsDynamicBuckets) WithArrayOfValues

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsDynamicBuckets) WithValue

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsDynamicBucketsCompression

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsDynamicBucketsCompression struct{}

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsDynamicBucketsCompression) FieldPath

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsDynamicBucketsCompression) WithArrayOfValues

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsDynamicBucketsCompression) WithValue

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsDynamicBucketsMeans

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsDynamicBucketsMeans struct{}

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsDynamicBucketsMeans) FieldPath

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsDynamicBucketsMeans) WithArrayOfValues

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsDynamicBucketsMeans) WithItemValue

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsDynamicBucketsMeans) WithValue

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsExplicitBuckets

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsExplicitBuckets struct{}

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsExplicitBuckets) FieldPath

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsExplicitBuckets) WithArrayOfValues

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsExplicitBuckets) WithValue

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsExplicitBucketsBounds

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsExplicitBucketsBounds struct{}

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsExplicitBucketsBounds) FieldPath

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsExplicitBucketsBounds) WithArrayOfValues

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsExplicitBucketsBounds) WithItemValue

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsExplicitBucketsBounds) WithValue

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsExponentialBuckets

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsExponentialBuckets struct{}

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsExponentialBuckets) FieldPath

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsExponentialBuckets) WithArrayOfValues

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsExponentialBuckets) WithValue

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsExponentialBucketsGrowthFactor

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsExponentialBucketsGrowthFactor struct{}

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsExponentialBucketsGrowthFactor) FieldPath

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsExponentialBucketsGrowthFactor) WithArrayOfValues

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsExponentialBucketsGrowthFactor) WithValue

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsExponentialBucketsNumFiniteBuckets

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsExponentialBucketsNumFiniteBuckets struct{}

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsExponentialBucketsNumFiniteBuckets) FieldPath

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsExponentialBucketsNumFiniteBuckets) WithArrayOfValues

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsExponentialBucketsNumFiniteBuckets) WithValue

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsExponentialBucketsScale

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsExponentialBucketsScale struct{}

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsExponentialBucketsScale) FieldPath

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsExponentialBucketsScale) WithArrayOfValues

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsExponentialBucketsScale) WithValue

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsLinearBuckets

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsLinearBuckets struct{}

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsLinearBuckets) FieldPath

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsLinearBuckets) WithArrayOfValues

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsLinearBuckets) WithValue

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsLinearBucketsNumFiniteBuckets

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsLinearBucketsNumFiniteBuckets struct{}

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsLinearBucketsNumFiniteBuckets) FieldPath

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsLinearBucketsNumFiniteBuckets) WithArrayOfValues

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsLinearBucketsNumFiniteBuckets) WithValue

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsLinearBucketsOffset

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsLinearBucketsOffset struct{}

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsLinearBucketsOffset) FieldPath

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsLinearBucketsOffset) WithArrayOfValues

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsLinearBucketsOffset) WithValue

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsLinearBucketsWidth

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsLinearBucketsWidth struct{}

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsLinearBucketsWidth) FieldPath

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsLinearBucketsWidth) WithArrayOfValues

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsLinearBucketsWidth) WithValue

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueCount

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueCount struct{}

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueCount) FieldPath

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueCount) WithArrayOfValues

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueCount) WithValue

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueMean

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueMean struct{}

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueMean) FieldPath

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueMean) WithArrayOfValues

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueMean) WithValue

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueRange

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueRange struct{}

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueRange) FieldPath

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueRange) WithArrayOfValues

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueRange) WithValue

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueRangeMax

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueRangeMax struct{}

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueRangeMax) FieldPath

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueRangeMax) WithArrayOfValues

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueRangeMax) WithValue

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueRangeMin

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueRangeMin struct{}

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueRangeMin) FieldPath

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueRangeMin) WithArrayOfValues

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueRangeMin) WithValue

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueSumOfSquaredDeviation

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueSumOfSquaredDeviation struct{}

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueSumOfSquaredDeviation) FieldPath

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueSumOfSquaredDeviation) WithArrayOfValues

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueSumOfSquaredDeviation) WithValue

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDoubleValue

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDoubleValue struct{}

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDoubleValue) FieldPath

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDoubleValue) WithArrayOfValues

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDoubleValue) WithValue

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueInt64Value

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueInt64Value struct{}

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueInt64Value) FieldPath

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueInt64Value) WithArrayOfValues

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueInt64Value) WithValue

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueStringValue

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueStringValue struct{}

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueStringValue) FieldPath

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueStringValue) WithArrayOfValues

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueStringValue) WithValue

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueType

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueType struct{}

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueType) FieldPath

type BatchGetPhantomTimeSeriesResponse_FieldMask

type BatchGetPhantomTimeSeriesResponse_FieldMask struct {
	Paths []BatchGetPhantomTimeSeriesResponse_FieldPath
}

func FullBatchGetPhantomTimeSeriesResponse_FieldMask

func FullBatchGetPhantomTimeSeriesResponse_FieldMask() *BatchGetPhantomTimeSeriesResponse_FieldMask

func (*BatchGetPhantomTimeSeriesResponse_FieldMask) AppendPath

func (*BatchGetPhantomTimeSeriesResponse_FieldMask) AppendRawPath

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

func (*BatchGetPhantomTimeSeriesResponse_FieldMask) DecodeFirestore

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

func (*BatchGetPhantomTimeSeriesResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*BatchGetPhantomTimeSeriesResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*BatchGetPhantomTimeSeriesResponse_FieldMask) FromProtoFieldMask

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

func (*BatchGetPhantomTimeSeriesResponse_FieldMask) GetPaths

func (*BatchGetPhantomTimeSeriesResponse_FieldMask) GetRawPaths

func (*BatchGetPhantomTimeSeriesResponse_FieldMask) IsFull

func (BatchGetPhantomTimeSeriesResponse_FieldMask) Marshal

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

implement methods required by customType

func (BatchGetPhantomTimeSeriesResponse_FieldMask) MarshalJSON

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

func (*BatchGetPhantomTimeSeriesResponse_FieldMask) PathsCount

func (fieldMask *BatchGetPhantomTimeSeriesResponse_FieldMask) PathsCount() int

func (*BatchGetPhantomTimeSeriesResponse_FieldMask) Project

func (*BatchGetPhantomTimeSeriesResponse_FieldMask) ProjectRaw

func (*BatchGetPhantomTimeSeriesResponse_FieldMask) ProtoMessage

func (fieldMask *BatchGetPhantomTimeSeriesResponse_FieldMask) ProtoMessage()

func (*BatchGetPhantomTimeSeriesResponse_FieldMask) ProtoReflect

func (*BatchGetPhantomTimeSeriesResponse_FieldMask) Reset

func (*BatchGetPhantomTimeSeriesResponse_FieldMask) Set

func (*BatchGetPhantomTimeSeriesResponse_FieldMask) SetFromCliFlag

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

func (*BatchGetPhantomTimeSeriesResponse_FieldMask) SetRaw

func (*BatchGetPhantomTimeSeriesResponse_FieldMask) Size

func (*BatchGetPhantomTimeSeriesResponse_FieldMask) String

func (*BatchGetPhantomTimeSeriesResponse_FieldMask) Subtract

func (*BatchGetPhantomTimeSeriesResponse_FieldMask) SubtractRaw

func (*BatchGetPhantomTimeSeriesResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*BatchGetPhantomTimeSeriesResponse_FieldMask) Unmarshal

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

func (*BatchGetPhantomTimeSeriesResponse_FieldMask) UnmarshalJSON

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

type BatchGetPhantomTimeSeriesResponse_FieldPath

type BatchGetPhantomTimeSeriesResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() BatchGetPhantomTimeSeriesResponse_FieldPathSelector
	Get(source *BatchGetPhantomTimeSeriesResponse) []interface{}
	GetSingle(source *BatchGetPhantomTimeSeriesResponse) (interface{}, bool)
	ClearValue(item *BatchGetPhantomTimeSeriesResponse)

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

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

func MustParseBatchGetPhantomTimeSeriesResponse_FieldPath

func MustParseBatchGetPhantomTimeSeriesResponse_FieldPath(rawField string) BatchGetPhantomTimeSeriesResponse_FieldPath

func ParseBatchGetPhantomTimeSeriesResponse_FieldPath

func ParseBatchGetPhantomTimeSeriesResponse_FieldPath(rawField string) (BatchGetPhantomTimeSeriesResponse_FieldPath, error)

type BatchGetPhantomTimeSeriesResponse_FieldPathArrayItemValue

type BatchGetPhantomTimeSeriesResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	BatchGetPhantomTimeSeriesResponse_FieldPath
	ContainsValue(*BatchGetPhantomTimeSeriesResponse) bool
}

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

func MustParseBatchGetPhantomTimeSeriesResponse_FieldPathArrayItemValue

func MustParseBatchGetPhantomTimeSeriesResponse_FieldPathArrayItemValue(pathStr, valueStr string) BatchGetPhantomTimeSeriesResponse_FieldPathArrayItemValue

func ParseBatchGetPhantomTimeSeriesResponse_FieldPathArrayItemValue

func ParseBatchGetPhantomTimeSeriesResponse_FieldPathArrayItemValue(pathStr, valueStr string) (BatchGetPhantomTimeSeriesResponse_FieldPathArrayItemValue, error)

ParseBatchGetPhantomTimeSeriesResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type BatchGetPhantomTimeSeriesResponse_FieldPathArrayOfValues

type BatchGetPhantomTimeSeriesResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	BatchGetPhantomTimeSeriesResponse_FieldPath
}

BatchGetPhantomTimeSeriesResponse_FieldPathArrayOfValues allows storing slice of values for BatchGetPhantomTimeSeriesResponse fields according to their type

func MustParseBatchGetPhantomTimeSeriesResponse_FieldPathArrayOfValues

func MustParseBatchGetPhantomTimeSeriesResponse_FieldPathArrayOfValues(pathStr, valuesStr string) BatchGetPhantomTimeSeriesResponse_FieldPathArrayOfValues

func ParseBatchGetPhantomTimeSeriesResponse_FieldPathArrayOfValues

func ParseBatchGetPhantomTimeSeriesResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (BatchGetPhantomTimeSeriesResponse_FieldPathArrayOfValues, error)

type BatchGetPhantomTimeSeriesResponse_FieldPathSelector

type BatchGetPhantomTimeSeriesResponse_FieldPathSelector int32
const (
	BatchGetPhantomTimeSeriesResponse_FieldPathSelectorPhantomTimeSeries BatchGetPhantomTimeSeriesResponse_FieldPathSelector = 0
	BatchGetPhantomTimeSeriesResponse_FieldPathSelectorMissing           BatchGetPhantomTimeSeriesResponse_FieldPathSelector = 1
)

func (BatchGetPhantomTimeSeriesResponse_FieldPathSelector) String

type BatchGetPhantomTimeSeriesResponse_FieldPathValue

type BatchGetPhantomTimeSeriesResponse_FieldPathValue interface {
	BatchGetPhantomTimeSeriesResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **BatchGetPhantomTimeSeriesResponse)
	CompareWith(*BatchGetPhantomTimeSeriesResponse) (cmp int, comparable bool)
}

BatchGetPhantomTimeSeriesResponse_FieldPathValue allows storing values for BatchGetPhantomTimeSeriesResponse fields according to their type

func MustParseBatchGetPhantomTimeSeriesResponse_FieldPathValue

func MustParseBatchGetPhantomTimeSeriesResponse_FieldPathValue(pathStr, valueStr string) BatchGetPhantomTimeSeriesResponse_FieldPathValue

func ParseBatchGetPhantomTimeSeriesResponse_FieldPathValue

func ParseBatchGetPhantomTimeSeriesResponse_FieldPathValue(pathStr, valueStr string) (BatchGetPhantomTimeSeriesResponse_FieldPathValue, error)

type BatchGetPhantomTimeSeriesResponse_FieldSubPath

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

func (*BatchGetPhantomTimeSeriesResponse_FieldSubPath) AsPhantomTimeSeriesSubPath

func (*BatchGetPhantomTimeSeriesResponse_FieldSubPath) ClearValue

func (*BatchGetPhantomTimeSeriesResponse_FieldSubPath) ClearValueRaw

func (*BatchGetPhantomTimeSeriesResponse_FieldSubPath) Get

Get returns all values pointed by selected field from source BatchGetPhantomTimeSeriesResponse

func (*BatchGetPhantomTimeSeriesResponse_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*BatchGetPhantomTimeSeriesResponse_FieldSubPath) GetRaw

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

func (*BatchGetPhantomTimeSeriesResponse_FieldSubPath) GetSingle

GetSingle returns value of selected field from source BatchGetPhantomTimeSeriesResponse

func (*BatchGetPhantomTimeSeriesResponse_FieldSubPath) GetSingleRaw

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

func (*BatchGetPhantomTimeSeriesResponse_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*BatchGetPhantomTimeSeriesResponse_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetPhantomTimeSeriesResponse_FieldSubPath) Selector

func (*BatchGetPhantomTimeSeriesResponse_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*BatchGetPhantomTimeSeriesResponse_FieldSubPath) String

String returns path representation in proto convention

func (*BatchGetPhantomTimeSeriesResponse_FieldSubPath) WithIArrayItemValue

func (*BatchGetPhantomTimeSeriesResponse_FieldSubPath) WithIArrayOfValues

func (*BatchGetPhantomTimeSeriesResponse_FieldSubPath) WithIValue

func (*BatchGetPhantomTimeSeriesResponse_FieldSubPath) WithRawIArrayItemValue

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

func (*BatchGetPhantomTimeSeriesResponse_FieldSubPath) WithRawIArrayOfValues

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

func (*BatchGetPhantomTimeSeriesResponse_FieldSubPath) WithRawIValue

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

type BatchGetPhantomTimeSeriesResponse_FieldSubPathArrayItemValue

type BatchGetPhantomTimeSeriesResponse_FieldSubPathArrayItemValue struct {
	BatchGetPhantomTimeSeriesResponse_FieldPath
	// contains filtered or unexported fields
}

func (*BatchGetPhantomTimeSeriesResponse_FieldSubPathArrayItemValue) AsPhantomTimeSeriesPathItemValue

func (*BatchGetPhantomTimeSeriesResponse_FieldSubPathArrayItemValue) ContainsValue

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

func (*BatchGetPhantomTimeSeriesResponse_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type BatchGetPhantomTimeSeriesResponse_FieldSubPathArrayOfValues

type BatchGetPhantomTimeSeriesResponse_FieldSubPathArrayOfValues struct {
	BatchGetPhantomTimeSeriesResponse_FieldPath
	// contains filtered or unexported fields
}

func (*BatchGetPhantomTimeSeriesResponse_FieldSubPathArrayOfValues) AsPhantomTimeSeriesPathArrayOfValues

func (*BatchGetPhantomTimeSeriesResponse_FieldSubPathArrayOfValues) GetRawValues

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

type BatchGetPhantomTimeSeriesResponse_FieldSubPathValue

type BatchGetPhantomTimeSeriesResponse_FieldSubPathValue struct {
	BatchGetPhantomTimeSeriesResponse_FieldPath
	// contains filtered or unexported fields
}

func (*BatchGetPhantomTimeSeriesResponse_FieldSubPathValue) AsPhantomTimeSeriesPathValue

func (*BatchGetPhantomTimeSeriesResponse_FieldSubPathValue) CompareWith

func (*BatchGetPhantomTimeSeriesResponse_FieldSubPathValue) CompareWithRaw

func (*BatchGetPhantomTimeSeriesResponse_FieldSubPathValue) GetRawValue

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

func (*BatchGetPhantomTimeSeriesResponse_FieldSubPathValue) SetTo

func (*BatchGetPhantomTimeSeriesResponse_FieldSubPathValue) SetToRaw

type BatchGetPhantomTimeSeriesResponse_FieldTerminalPath

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

func (*BatchGetPhantomTimeSeriesResponse_FieldTerminalPath) ClearValue

func (*BatchGetPhantomTimeSeriesResponse_FieldTerminalPath) ClearValueRaw

func (*BatchGetPhantomTimeSeriesResponse_FieldTerminalPath) Get

Get returns all values pointed by specific field from source BatchGetPhantomTimeSeriesResponse

func (*BatchGetPhantomTimeSeriesResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*BatchGetPhantomTimeSeriesResponse_FieldTerminalPath) GetRaw

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

func (*BatchGetPhantomTimeSeriesResponse_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source BatchGetPhantomTimeSeriesResponse

func (*BatchGetPhantomTimeSeriesResponse_FieldTerminalPath) GetSingleRaw

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

func (*BatchGetPhantomTimeSeriesResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*BatchGetPhantomTimeSeriesResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetPhantomTimeSeriesResponse_FieldTerminalPath) Selector

func (*BatchGetPhantomTimeSeriesResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*BatchGetPhantomTimeSeriesResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*BatchGetPhantomTimeSeriesResponse_FieldTerminalPath) WithIArrayItemValue

func (*BatchGetPhantomTimeSeriesResponse_FieldTerminalPath) WithIArrayOfValues

func (*BatchGetPhantomTimeSeriesResponse_FieldTerminalPath) WithIValue

func (*BatchGetPhantomTimeSeriesResponse_FieldTerminalPath) WithRawIArrayItemValue

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

func (*BatchGetPhantomTimeSeriesResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*BatchGetPhantomTimeSeriesResponse_FieldTerminalPath) WithRawIValue

type BatchGetPhantomTimeSeriesResponse_FieldTerminalPathArrayItemValue

type BatchGetPhantomTimeSeriesResponse_FieldTerminalPathArrayItemValue struct {
	BatchGetPhantomTimeSeriesResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetPhantomTimeSeriesResponse_FieldTerminalPathArrayItemValue) AsMissingItemValue

func (*BatchGetPhantomTimeSeriesResponse_FieldTerminalPathArrayItemValue) AsPhantomTimeSeriesItemValue

func (*BatchGetPhantomTimeSeriesResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*BatchGetPhantomTimeSeriesResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*BatchGetPhantomTimeSeriesResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*BatchGetPhantomTimeSeriesResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type BatchGetPhantomTimeSeriesResponse_FieldTerminalPathArrayOfValues

type BatchGetPhantomTimeSeriesResponse_FieldTerminalPathArrayOfValues struct {
	BatchGetPhantomTimeSeriesResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetPhantomTimeSeriesResponse_FieldTerminalPathArrayOfValues) AsMissingArrayOfValues

func (*BatchGetPhantomTimeSeriesResponse_FieldTerminalPathArrayOfValues) AsPhantomTimeSeriesArrayOfValues

func (*BatchGetPhantomTimeSeriesResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type BatchGetPhantomTimeSeriesResponse_FieldTerminalPathValue

type BatchGetPhantomTimeSeriesResponse_FieldTerminalPathValue struct {
	BatchGetPhantomTimeSeriesResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetPhantomTimeSeriesResponse_FieldTerminalPathValue) AsMissingValue

func (*BatchGetPhantomTimeSeriesResponse_FieldTerminalPathValue) AsPhantomTimeSeriesValue

func (*BatchGetPhantomTimeSeriesResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'BatchGetPhantomTimeSeriesResponse_FieldTerminalPathValue' with the value under path in 'BatchGetPhantomTimeSeriesResponse'.

func (*BatchGetPhantomTimeSeriesResponse_FieldTerminalPathValue) CompareWithRaw

func (*BatchGetPhantomTimeSeriesResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*BatchGetPhantomTimeSeriesResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object BatchGetPhantomTimeSeriesResponse

func (*BatchGetPhantomTimeSeriesResponse_FieldTerminalPathValue) SetToRaw

type CreatePhantomTimeSerieDescriptor added in v0.4.28

type CreatePhantomTimeSerieDescriptor struct{}

func GetCreatePhantomTimeSerieDescriptor added in v0.4.28

func GetCreatePhantomTimeSerieDescriptor() *CreatePhantomTimeSerieDescriptor

func (*CreatePhantomTimeSerieDescriptor) GetApiDescriptor added in v0.4.28

func (*CreatePhantomTimeSerieDescriptor) GetApiName added in v0.4.28

func (d *CreatePhantomTimeSerieDescriptor) GetApiName() string

func (*CreatePhantomTimeSerieDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*CreatePhantomTimeSerieDescriptor) GetFullMethodName added in v0.4.28

func (d *CreatePhantomTimeSerieDescriptor) GetFullMethodName() string

func (*CreatePhantomTimeSerieDescriptor) GetMethodName added in v0.4.28

func (d *CreatePhantomTimeSerieDescriptor) GetMethodName() string

func (*CreatePhantomTimeSerieDescriptor) GetProtoPkgName added in v0.4.28

func (d *CreatePhantomTimeSerieDescriptor) GetProtoPkgName() string

func (*CreatePhantomTimeSerieDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*CreatePhantomTimeSerieDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*CreatePhantomTimeSerieDescriptor) GetServiceDomain added in v0.4.28

func (d *CreatePhantomTimeSerieDescriptor) GetServiceDomain() string

func (*CreatePhantomTimeSerieDescriptor) GetServiceVersion added in v0.4.28

func (d *CreatePhantomTimeSerieDescriptor) GetServiceVersion() string

func (*CreatePhantomTimeSerieDescriptor) GetVerb added in v0.4.28

func (*CreatePhantomTimeSerieDescriptor) HasResource added in v0.4.30

func (d *CreatePhantomTimeSerieDescriptor) HasResource() bool

func (*CreatePhantomTimeSerieDescriptor) IsClientStream added in v0.4.28

func (d *CreatePhantomTimeSerieDescriptor) IsClientStream() bool

func (*CreatePhantomTimeSerieDescriptor) IsCollection added in v0.4.30

func (d *CreatePhantomTimeSerieDescriptor) IsCollection() bool

func (*CreatePhantomTimeSerieDescriptor) IsPlural added in v0.4.30

func (d *CreatePhantomTimeSerieDescriptor) IsPlural() bool

func (*CreatePhantomTimeSerieDescriptor) IsServerStream added in v0.4.28

func (d *CreatePhantomTimeSerieDescriptor) IsServerStream() bool

func (*CreatePhantomTimeSerieDescriptor) IsUnary added in v0.4.28

func (*CreatePhantomTimeSerieDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*CreatePhantomTimeSerieDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*CreatePhantomTimeSerieDescriptor) RequestHasResourceBody added in v0.4.28

func (d *CreatePhantomTimeSerieDescriptor) RequestHasResourceBody() bool

type CreatePhantomTimeSerieDescriptorClientMsgHandle added in v0.4.28

type CreatePhantomTimeSerieDescriptorClientMsgHandle struct{}

func (*CreatePhantomTimeSerieDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*CreatePhantomTimeSerieDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*CreatePhantomTimeSerieDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type CreatePhantomTimeSerieDescriptorServerMsgHandle added in v0.4.28

type CreatePhantomTimeSerieDescriptorServerMsgHandle struct{}

func (*CreatePhantomTimeSerieDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*CreatePhantomTimeSerieDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*CreatePhantomTimeSerieDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type CreatePhantomTimeSerieRequest

type CreatePhantomTimeSerieRequest struct {

	// Parent reference of ntt.monitoring.v3.PhantomTimeSerie
	Parent *phantom_time_serie.ParentReference `protobuf:"bytes,1,opt,customtype=ParentReference,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// PhantomTimeSerie resource body
	PhantomTimeSerie *phantom_time_serie.PhantomTimeSerie `` /* 140-byte string literal not displayed */
	// contains filtered or unexported fields
}

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

func (*CreatePhantomTimeSerieRequest) Clone

func (*CreatePhantomTimeSerieRequest) CloneRaw

func (*CreatePhantomTimeSerieRequest) Descriptor

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

Deprecated, Use CreatePhantomTimeSerieRequest.ProtoReflect.Descriptor instead.

func (*CreatePhantomTimeSerieRequest) GetParent

func (*CreatePhantomTimeSerieRequest) GetPhantomTimeSerie

func (*CreatePhantomTimeSerieRequest) GotenMessage

func (*CreatePhantomTimeSerieRequest) GotenMessage()

func (*CreatePhantomTimeSerieRequest) GotenObjectExt

func (o *CreatePhantomTimeSerieRequest) GotenObjectExt()

func (*CreatePhantomTimeSerieRequest) GotenValidate

func (obj *CreatePhantomTimeSerieRequest) GotenValidate() error

func (*CreatePhantomTimeSerieRequest) MakeDiffFieldMask

func (*CreatePhantomTimeSerieRequest) MakeFullFieldMask

func (*CreatePhantomTimeSerieRequest) MakeRawDiffFieldMask

func (*CreatePhantomTimeSerieRequest) MakeRawFullFieldMask

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

func (*CreatePhantomTimeSerieRequest) Marshal

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

func (*CreatePhantomTimeSerieRequest) MarshalJSON

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

func (*CreatePhantomTimeSerieRequest) Merge

func (*CreatePhantomTimeSerieRequest) MergeRaw

func (*CreatePhantomTimeSerieRequest) ProtoMessage

func (*CreatePhantomTimeSerieRequest) ProtoMessage()

func (*CreatePhantomTimeSerieRequest) ProtoReflect

func (*CreatePhantomTimeSerieRequest) Reset

func (m *CreatePhantomTimeSerieRequest) Reset()

func (*CreatePhantomTimeSerieRequest) SetParent

func (*CreatePhantomTimeSerieRequest) SetPhantomTimeSerie

func (*CreatePhantomTimeSerieRequest) String

func (*CreatePhantomTimeSerieRequest) Unmarshal

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

func (*CreatePhantomTimeSerieRequest) UnmarshalJSON

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

type CreatePhantomTimeSerieRequestFieldPathBuilder

type CreatePhantomTimeSerieRequestFieldPathBuilder struct{}

func NewCreatePhantomTimeSerieRequestFieldPathBuilder

func NewCreatePhantomTimeSerieRequestFieldPathBuilder() CreatePhantomTimeSerieRequestFieldPathBuilder

func (CreatePhantomTimeSerieRequestFieldPathBuilder) Parent

func (CreatePhantomTimeSerieRequestFieldPathBuilder) PhantomTimeSerie

type CreatePhantomTimeSerieRequestMapPathSelectorPhantomTimeSerieMetadataAnnotations

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

func (CreatePhantomTimeSerieRequestMapPathSelectorPhantomTimeSerieMetadataAnnotations) FieldPath

func (CreatePhantomTimeSerieRequestMapPathSelectorPhantomTimeSerieMetadataAnnotations) WithArrayOfValues

func (CreatePhantomTimeSerieRequestMapPathSelectorPhantomTimeSerieMetadataAnnotations) WithValue

type CreatePhantomTimeSerieRequestMapPathSelectorPhantomTimeSerieMetadataLabels

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

func (CreatePhantomTimeSerieRequestMapPathSelectorPhantomTimeSerieMetadataLabels) FieldPath

func (CreatePhantomTimeSerieRequestMapPathSelectorPhantomTimeSerieMetadataLabels) WithArrayOfValues

func (CreatePhantomTimeSerieRequestMapPathSelectorPhantomTimeSerieMetadataLabels) WithValue

type CreatePhantomTimeSerieRequestMapPathSelectorPhantomTimeSerieMetadataShards

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

func (CreatePhantomTimeSerieRequestMapPathSelectorPhantomTimeSerieMetadataShards) FieldPath

func (CreatePhantomTimeSerieRequestMapPathSelectorPhantomTimeSerieMetadataShards) WithArrayOfValues

func (CreatePhantomTimeSerieRequestMapPathSelectorPhantomTimeSerieMetadataShards) WithValue

type CreatePhantomTimeSerieRequestMapPathSelectorPhantomTimeSerieMetricLabels

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

func (CreatePhantomTimeSerieRequestMapPathSelectorPhantomTimeSerieMetricLabels) FieldPath

func (CreatePhantomTimeSerieRequestMapPathSelectorPhantomTimeSerieMetricLabels) WithArrayOfValues

func (CreatePhantomTimeSerieRequestMapPathSelectorPhantomTimeSerieMetricLabels) WithValue

type CreatePhantomTimeSerieRequestMapPathSelectorPhantomTimeSerieResourceLabels

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

func (CreatePhantomTimeSerieRequestMapPathSelectorPhantomTimeSerieResourceLabels) FieldPath

func (CreatePhantomTimeSerieRequestMapPathSelectorPhantomTimeSerieResourceLabels) WithArrayOfValues

func (CreatePhantomTimeSerieRequestMapPathSelectorPhantomTimeSerieResourceLabels) WithValue

type CreatePhantomTimeSerieRequestPathSelectorParent

type CreatePhantomTimeSerieRequestPathSelectorParent struct{}

func (CreatePhantomTimeSerieRequestPathSelectorParent) FieldPath

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerie

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerie struct{}

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerie) FieldPath

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerie) Key

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerie) Metadata

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerie) Metric

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerie) Name

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerie) Project

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerie) Resource

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerie) Value

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieKey

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieKey struct{}

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieKey) FieldPath

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieKey) WithArrayOfValues

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieKey) WithValue

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadata

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadata struct{}

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadata) DeleteTime added in v0.8.0

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadata) FieldPath

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadata) Lifecycle added in v0.8.0

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadata) WithArrayOfValues

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadata) WithValue

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataAnnotations

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataAnnotations struct{}

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataAnnotations) FieldPath

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataAnnotations) WithArrayOfValues

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataAnnotations) WithValue

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataCreateTime

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataCreateTime struct{}

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataCreateTime) FieldPath

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataCreateTime) WithArrayOfValues

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataCreateTime) WithValue

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataDeleteTime added in v0.8.0

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataDeleteTime struct{}

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataDeleteTime) FieldPath added in v0.8.0

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataDeleteTime) WithArrayOfValues added in v0.8.0

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataDeleteTime) WithValue added in v0.8.0

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataGeneration

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataGeneration struct{}

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataGeneration) FieldPath

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataGeneration) WithArrayOfValues

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataGeneration) WithValue

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataLabels

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataLabels struct{}

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataLabels) FieldPath

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataLabels) WithArrayOfValues

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataLabels) WithValue

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataLifecycle added in v0.8.0

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataLifecycle struct{}

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataLifecycle) BlockDeletion added in v0.8.0

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataLifecycle) FieldPath added in v0.8.0

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataLifecycle) State added in v0.8.0

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataLifecycle) WithArrayOfValues added in v0.8.0

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataLifecycle) WithValue added in v0.8.0

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataLifecycleBlockDeletion added in v0.8.0

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataLifecycleBlockDeletion struct{}

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataLifecycleBlockDeletion) FieldPath added in v0.8.0

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.8.0

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataLifecycleBlockDeletion) WithValue added in v0.8.0

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataLifecycleState added in v0.8.0

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataLifecycleState struct{}

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataLifecycleState) FieldPath added in v0.8.0

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataLifecycleState) WithArrayOfValues added in v0.8.0

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataLifecycleState) WithValue added in v0.8.0

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferences

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferences struct{}

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferences) FieldPath

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferences) Region added in v0.8.0

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferences) RequiresOwnerReference added in v0.8.0

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferences) Version added in v0.8.0

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferences) WithArrayOfValues

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferences) WithItemValue

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferences) WithValue

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesBlockOwnerDeletion

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesController

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesController struct{}

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesController) FieldPath

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesController) WithArrayOfValues

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesController) WithValue

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesKind

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesKind struct{}

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesKind) FieldPath

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesKind) WithArrayOfValues

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesKind) WithValue

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesName

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesName struct{}

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesName) FieldPath

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesName) WithArrayOfValues

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesName) WithValue

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesRegion added in v0.8.0

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesRegion struct{}

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesRegion) FieldPath added in v0.8.0

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.8.0

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesRegion) WithValue added in v0.8.0

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesRequiresOwnerReference added in v0.8.0

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesRequiresOwnerReference struct{}

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.8.0

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.8.0

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.8.0

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesVersion added in v0.8.0

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesVersion struct{}

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesVersion) FieldPath added in v0.8.0

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.8.0

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesVersion) WithValue added in v0.8.0

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataResourceVersion

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataResourceVersion struct{}

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataResourceVersion) FieldPath

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataResourceVersion) WithArrayOfValues

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataResourceVersion) WithValue

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataShards

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataShards struct{}

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataShards) FieldPath

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataShards) WithArrayOfValues

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataShards) WithValue

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataSyncing

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataSyncing struct{}

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataSyncing) FieldPath

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataSyncing) WithArrayOfValues

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataSyncing) WithValue

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataSyncingOwningRegion

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataSyncingOwningRegion struct{}

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataSyncingOwningRegion) FieldPath

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataSyncingOwningRegion) WithArrayOfValues

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataSyncingOwningRegion) WithValue

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataSyncingRegions

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataSyncingRegions struct{}

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataSyncingRegions) FieldPath

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataSyncingRegions) WithArrayOfValues

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataSyncingRegions) WithItemValue

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataSyncingRegions) WithValue

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataTags

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataTags struct{}

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataTags) FieldPath

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataTags) WithArrayOfValues

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataTags) WithItemValue

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataTags) WithValue

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataUpdateTime

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataUpdateTime struct{}

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataUpdateTime) FieldPath

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataUpdateTime) WithArrayOfValues

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataUpdateTime) WithValue

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataUuid

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataUuid struct{}

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataUuid) FieldPath

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataUuid) WithArrayOfValues

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataUuid) WithValue

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetric

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetric struct{}

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetric) FieldPath

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetric) WithArrayOfValues

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetric) WithValue

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetricKind

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetricKind struct{}

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetricKind) FieldPath

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetricLabels

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetricLabels struct{}

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetricLabels) FieldPath

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetricLabels) WithArrayOfValues

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetricLabels) WithValue

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetricReducedLabels

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetricReducedLabels struct{}

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetricReducedLabels) FieldPath

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetricReducedLabels) WithArrayOfValues

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetricReducedLabels) WithItemValue

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetricReducedLabels) WithValue

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetricType

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetricType struct{}

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetricType) FieldPath

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetricType) WithArrayOfValues

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetricType) WithValue

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieName

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieName struct{}

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieName) FieldPath

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieName) WithArrayOfValues

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieName) WithValue

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieProject

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieProject struct{}

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieProject) FieldPath

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieProject) WithArrayOfValues

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieProject) WithValue

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieResource

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieResource struct{}

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieResource) FieldPath

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieResource) WithArrayOfValues

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieResource) WithValue

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieResourceLabels

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieResourceLabels struct{}

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieResourceLabels) FieldPath

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieResourceLabels) WithArrayOfValues

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieResourceLabels) WithValue

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieResourceReducedLabels

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieResourceReducedLabels struct{}

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieResourceReducedLabels) FieldPath

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieResourceReducedLabels) WithArrayOfValues

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieResourceReducedLabels) WithItemValue

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieResourceReducedLabels) WithValue

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieResourceType

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieResourceType struct{}

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieResourceType) FieldPath

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieResourceType) WithArrayOfValues

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieResourceType) WithValue

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValue

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValue struct{}

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValue) FieldPath

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValue) WithArrayOfValues

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValue) WithValue

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueBoolValue

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueBoolValue struct{}

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueBoolValue) FieldPath

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueBoolValue) WithArrayOfValues

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueBoolValue) WithValue

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValue

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValue struct{}

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValue) FieldPath

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValue) WithArrayOfValues

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValue) WithValue

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketCounts

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketCounts struct{}

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketCounts) FieldPath

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketCounts) WithArrayOfValues

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketCounts) WithItemValue

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketCounts) WithValue

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptions

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptions struct{}

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptions) FieldPath

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptions) WithArrayOfValues

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptions) WithValue

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsDynamicBuckets

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsDynamicBuckets struct{}

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsDynamicBuckets) FieldPath

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsDynamicBuckets) WithArrayOfValues

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsDynamicBuckets) WithValue

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsDynamicBucketsCompression

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsDynamicBucketsCompression struct{}

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsDynamicBucketsCompression) FieldPath

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsDynamicBucketsCompression) WithArrayOfValues

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsDynamicBucketsCompression) WithValue

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsDynamicBucketsMeans

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsDynamicBucketsMeans struct{}

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsDynamicBucketsMeans) FieldPath

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsDynamicBucketsMeans) WithArrayOfValues

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsDynamicBucketsMeans) WithItemValue

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsDynamicBucketsMeans) WithValue

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsExplicitBuckets

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsExplicitBuckets struct{}

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsExplicitBuckets) FieldPath

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsExplicitBuckets) WithArrayOfValues

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsExplicitBuckets) WithValue

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsExplicitBucketsBounds

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsExplicitBucketsBounds struct{}

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsExplicitBucketsBounds) FieldPath

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsExplicitBucketsBounds) WithArrayOfValues

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsExplicitBucketsBounds) WithItemValue

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsExplicitBucketsBounds) WithValue

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsExponentialBuckets

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsExponentialBuckets struct{}

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsExponentialBuckets) FieldPath

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsExponentialBuckets) WithArrayOfValues

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsExponentialBuckets) WithValue

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsExponentialBucketsGrowthFactor

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsExponentialBucketsGrowthFactor struct{}

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsExponentialBucketsGrowthFactor) FieldPath

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsExponentialBucketsGrowthFactor) WithArrayOfValues

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsExponentialBucketsGrowthFactor) WithValue

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsExponentialBucketsNumFiniteBuckets

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsExponentialBucketsNumFiniteBuckets struct{}

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsExponentialBucketsNumFiniteBuckets) FieldPath

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsExponentialBucketsNumFiniteBuckets) WithArrayOfValues

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsExponentialBucketsNumFiniteBuckets) WithValue

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsExponentialBucketsScale

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsExponentialBucketsScale struct{}

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsExponentialBucketsScale) FieldPath

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsExponentialBucketsScale) WithArrayOfValues

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsExponentialBucketsScale) WithValue

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsLinearBuckets

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsLinearBuckets struct{}

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsLinearBuckets) FieldPath

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsLinearBuckets) WithArrayOfValues

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsLinearBuckets) WithValue

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsLinearBucketsNumFiniteBuckets

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsLinearBucketsNumFiniteBuckets struct{}

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsLinearBucketsNumFiniteBuckets) FieldPath

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsLinearBucketsNumFiniteBuckets) WithArrayOfValues

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsLinearBucketsNumFiniteBuckets) WithValue

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsLinearBucketsOffset

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsLinearBucketsOffset struct{}

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsLinearBucketsOffset) FieldPath

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsLinearBucketsOffset) WithArrayOfValues

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsLinearBucketsOffset) WithValue

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsLinearBucketsWidth

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsLinearBucketsWidth struct{}

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsLinearBucketsWidth) FieldPath

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsLinearBucketsWidth) WithArrayOfValues

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsLinearBucketsWidth) WithValue

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueCount

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueCount struct{}

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueCount) FieldPath

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueCount) WithArrayOfValues

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueCount) WithValue

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueMean

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueMean struct{}

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueMean) FieldPath

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueMean) WithArrayOfValues

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueMean) WithValue

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueRange

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueRange struct{}

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueRange) FieldPath

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueRange) WithArrayOfValues

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueRange) WithValue

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueRangeMax

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueRangeMax struct{}

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueRangeMax) FieldPath

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueRangeMax) WithArrayOfValues

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueRangeMax) WithValue

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueRangeMin

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueRangeMin struct{}

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueRangeMin) FieldPath

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueRangeMin) WithArrayOfValues

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueRangeMin) WithValue

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueSumOfSquaredDeviation

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueSumOfSquaredDeviation struct{}

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueSumOfSquaredDeviation) FieldPath

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueSumOfSquaredDeviation) WithArrayOfValues

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueSumOfSquaredDeviation) WithValue

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDoubleValue

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDoubleValue struct{}

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDoubleValue) FieldPath

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDoubleValue) WithArrayOfValues

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDoubleValue) WithValue

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueInt64Value

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueInt64Value struct{}

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueInt64Value) FieldPath

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueInt64Value) WithArrayOfValues

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueInt64Value) WithValue

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueStringValue

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueStringValue struct{}

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueStringValue) FieldPath

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueStringValue) WithArrayOfValues

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueStringValue) WithValue

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueType

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueType struct{}

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueType) FieldPath

type CreatePhantomTimeSerieRequest_FieldMask

type CreatePhantomTimeSerieRequest_FieldMask struct {
	Paths []CreatePhantomTimeSerieRequest_FieldPath
}

func FullCreatePhantomTimeSerieRequest_FieldMask

func FullCreatePhantomTimeSerieRequest_FieldMask() *CreatePhantomTimeSerieRequest_FieldMask

func (*CreatePhantomTimeSerieRequest_FieldMask) AppendPath

func (*CreatePhantomTimeSerieRequest_FieldMask) AppendRawPath

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

func (*CreatePhantomTimeSerieRequest_FieldMask) DecodeFirestore

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

func (*CreatePhantomTimeSerieRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*CreatePhantomTimeSerieRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*CreatePhantomTimeSerieRequest_FieldMask) FromProtoFieldMask

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

func (*CreatePhantomTimeSerieRequest_FieldMask) GetPaths

func (*CreatePhantomTimeSerieRequest_FieldMask) GetRawPaths

func (*CreatePhantomTimeSerieRequest_FieldMask) IsFull

func (fieldMask *CreatePhantomTimeSerieRequest_FieldMask) IsFull() bool

func (CreatePhantomTimeSerieRequest_FieldMask) Marshal

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

implement methods required by customType

func (CreatePhantomTimeSerieRequest_FieldMask) MarshalJSON

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

func (*CreatePhantomTimeSerieRequest_FieldMask) PathsCount

func (fieldMask *CreatePhantomTimeSerieRequest_FieldMask) PathsCount() int

func (*CreatePhantomTimeSerieRequest_FieldMask) Project

func (*CreatePhantomTimeSerieRequest_FieldMask) ProjectRaw

func (*CreatePhantomTimeSerieRequest_FieldMask) ProtoMessage

func (fieldMask *CreatePhantomTimeSerieRequest_FieldMask) ProtoMessage()

func (*CreatePhantomTimeSerieRequest_FieldMask) ProtoReflect

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

func (*CreatePhantomTimeSerieRequest_FieldMask) Reset

func (fieldMask *CreatePhantomTimeSerieRequest_FieldMask) Reset()

func (*CreatePhantomTimeSerieRequest_FieldMask) Set

func (*CreatePhantomTimeSerieRequest_FieldMask) SetFromCliFlag

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

func (*CreatePhantomTimeSerieRequest_FieldMask) SetRaw

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

func (*CreatePhantomTimeSerieRequest_FieldMask) Size

func (fieldMask *CreatePhantomTimeSerieRequest_FieldMask) Size() int

func (*CreatePhantomTimeSerieRequest_FieldMask) String

func (fieldMask *CreatePhantomTimeSerieRequest_FieldMask) String() string

func (*CreatePhantomTimeSerieRequest_FieldMask) Subtract

func (*CreatePhantomTimeSerieRequest_FieldMask) SubtractRaw

func (*CreatePhantomTimeSerieRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*CreatePhantomTimeSerieRequest_FieldMask) Unmarshal

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

func (*CreatePhantomTimeSerieRequest_FieldMask) UnmarshalJSON

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

type CreatePhantomTimeSerieRequest_FieldPath

type CreatePhantomTimeSerieRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() CreatePhantomTimeSerieRequest_FieldPathSelector
	Get(source *CreatePhantomTimeSerieRequest) []interface{}
	GetSingle(source *CreatePhantomTimeSerieRequest) (interface{}, bool)
	ClearValue(item *CreatePhantomTimeSerieRequest)

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

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

func MustParseCreatePhantomTimeSerieRequest_FieldPath

func MustParseCreatePhantomTimeSerieRequest_FieldPath(rawField string) CreatePhantomTimeSerieRequest_FieldPath

func ParseCreatePhantomTimeSerieRequest_FieldPath

func ParseCreatePhantomTimeSerieRequest_FieldPath(rawField string) (CreatePhantomTimeSerieRequest_FieldPath, error)

type CreatePhantomTimeSerieRequest_FieldPathArrayItemValue

type CreatePhantomTimeSerieRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	CreatePhantomTimeSerieRequest_FieldPath
	ContainsValue(*CreatePhantomTimeSerieRequest) bool
}

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

func MustParseCreatePhantomTimeSerieRequest_FieldPathArrayItemValue

func MustParseCreatePhantomTimeSerieRequest_FieldPathArrayItemValue(pathStr, valueStr string) CreatePhantomTimeSerieRequest_FieldPathArrayItemValue

func ParseCreatePhantomTimeSerieRequest_FieldPathArrayItemValue

func ParseCreatePhantomTimeSerieRequest_FieldPathArrayItemValue(pathStr, valueStr string) (CreatePhantomTimeSerieRequest_FieldPathArrayItemValue, error)

ParseCreatePhantomTimeSerieRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type CreatePhantomTimeSerieRequest_FieldPathArrayOfValues

type CreatePhantomTimeSerieRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	CreatePhantomTimeSerieRequest_FieldPath
}

CreatePhantomTimeSerieRequest_FieldPathArrayOfValues allows storing slice of values for CreatePhantomTimeSerieRequest fields according to their type

func MustParseCreatePhantomTimeSerieRequest_FieldPathArrayOfValues

func MustParseCreatePhantomTimeSerieRequest_FieldPathArrayOfValues(pathStr, valuesStr string) CreatePhantomTimeSerieRequest_FieldPathArrayOfValues

func ParseCreatePhantomTimeSerieRequest_FieldPathArrayOfValues

func ParseCreatePhantomTimeSerieRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (CreatePhantomTimeSerieRequest_FieldPathArrayOfValues, error)

type CreatePhantomTimeSerieRequest_FieldPathSelector

type CreatePhantomTimeSerieRequest_FieldPathSelector int32
const (
	CreatePhantomTimeSerieRequest_FieldPathSelectorParent           CreatePhantomTimeSerieRequest_FieldPathSelector = 0
	CreatePhantomTimeSerieRequest_FieldPathSelectorPhantomTimeSerie CreatePhantomTimeSerieRequest_FieldPathSelector = 1
)

func (CreatePhantomTimeSerieRequest_FieldPathSelector) String

type CreatePhantomTimeSerieRequest_FieldPathValue

type CreatePhantomTimeSerieRequest_FieldPathValue interface {
	CreatePhantomTimeSerieRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **CreatePhantomTimeSerieRequest)
	CompareWith(*CreatePhantomTimeSerieRequest) (cmp int, comparable bool)
}

CreatePhantomTimeSerieRequest_FieldPathValue allows storing values for CreatePhantomTimeSerieRequest fields according to their type

func MustParseCreatePhantomTimeSerieRequest_FieldPathValue

func MustParseCreatePhantomTimeSerieRequest_FieldPathValue(pathStr, valueStr string) CreatePhantomTimeSerieRequest_FieldPathValue

func ParseCreatePhantomTimeSerieRequest_FieldPathValue

func ParseCreatePhantomTimeSerieRequest_FieldPathValue(pathStr, valueStr string) (CreatePhantomTimeSerieRequest_FieldPathValue, error)

type CreatePhantomTimeSerieRequest_FieldSubPath

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

func (*CreatePhantomTimeSerieRequest_FieldSubPath) AsPhantomTimeSerieSubPath

func (*CreatePhantomTimeSerieRequest_FieldSubPath) ClearValue

func (*CreatePhantomTimeSerieRequest_FieldSubPath) ClearValueRaw

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

func (*CreatePhantomTimeSerieRequest_FieldSubPath) Get

func (fps *CreatePhantomTimeSerieRequest_FieldSubPath) Get(source *CreatePhantomTimeSerieRequest) (values []interface{})

Get returns all values pointed by selected field from source CreatePhantomTimeSerieRequest

func (*CreatePhantomTimeSerieRequest_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*CreatePhantomTimeSerieRequest_FieldSubPath) GetRaw

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

func (*CreatePhantomTimeSerieRequest_FieldSubPath) GetSingle

func (fps *CreatePhantomTimeSerieRequest_FieldSubPath) GetSingle(source *CreatePhantomTimeSerieRequest) (interface{}, bool)

GetSingle returns value of selected field from source CreatePhantomTimeSerieRequest

func (*CreatePhantomTimeSerieRequest_FieldSubPath) GetSingleRaw

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

func (*CreatePhantomTimeSerieRequest_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*CreatePhantomTimeSerieRequest_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*CreatePhantomTimeSerieRequest_FieldSubPath) Selector

func (*CreatePhantomTimeSerieRequest_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*CreatePhantomTimeSerieRequest_FieldSubPath) String

String returns path representation in proto convention

func (*CreatePhantomTimeSerieRequest_FieldSubPath) WithIArrayItemValue

func (*CreatePhantomTimeSerieRequest_FieldSubPath) WithIArrayOfValues

func (*CreatePhantomTimeSerieRequest_FieldSubPath) WithIValue

func (*CreatePhantomTimeSerieRequest_FieldSubPath) WithRawIArrayItemValue

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

func (*CreatePhantomTimeSerieRequest_FieldSubPath) WithRawIArrayOfValues

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

func (*CreatePhantomTimeSerieRequest_FieldSubPath) WithRawIValue

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

type CreatePhantomTimeSerieRequest_FieldSubPathArrayItemValue

type CreatePhantomTimeSerieRequest_FieldSubPathArrayItemValue struct {
	CreatePhantomTimeSerieRequest_FieldPath
	// contains filtered or unexported fields
}

func (*CreatePhantomTimeSerieRequest_FieldSubPathArrayItemValue) AsPhantomTimeSeriePathItemValue

func (*CreatePhantomTimeSerieRequest_FieldSubPathArrayItemValue) ContainsValue

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

func (*CreatePhantomTimeSerieRequest_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type CreatePhantomTimeSerieRequest_FieldSubPathArrayOfValues

type CreatePhantomTimeSerieRequest_FieldSubPathArrayOfValues struct {
	CreatePhantomTimeSerieRequest_FieldPath
	// contains filtered or unexported fields
}

func (*CreatePhantomTimeSerieRequest_FieldSubPathArrayOfValues) AsPhantomTimeSeriePathArrayOfValues

func (*CreatePhantomTimeSerieRequest_FieldSubPathArrayOfValues) GetRawValues

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

type CreatePhantomTimeSerieRequest_FieldSubPathValue

type CreatePhantomTimeSerieRequest_FieldSubPathValue struct {
	CreatePhantomTimeSerieRequest_FieldPath
	// contains filtered or unexported fields
}

func (*CreatePhantomTimeSerieRequest_FieldSubPathValue) AsPhantomTimeSeriePathValue

func (*CreatePhantomTimeSerieRequest_FieldSubPathValue) CompareWith

func (*CreatePhantomTimeSerieRequest_FieldSubPathValue) CompareWithRaw

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

func (*CreatePhantomTimeSerieRequest_FieldSubPathValue) GetRawValue

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

func (*CreatePhantomTimeSerieRequest_FieldSubPathValue) SetTo

func (*CreatePhantomTimeSerieRequest_FieldSubPathValue) SetToRaw

type CreatePhantomTimeSerieRequest_FieldTerminalPath

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

func (*CreatePhantomTimeSerieRequest_FieldTerminalPath) ClearValue

func (*CreatePhantomTimeSerieRequest_FieldTerminalPath) ClearValueRaw

func (*CreatePhantomTimeSerieRequest_FieldTerminalPath) Get

Get returns all values pointed by specific field from source CreatePhantomTimeSerieRequest

func (*CreatePhantomTimeSerieRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*CreatePhantomTimeSerieRequest_FieldTerminalPath) GetRaw

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

func (*CreatePhantomTimeSerieRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source CreatePhantomTimeSerieRequest

func (*CreatePhantomTimeSerieRequest_FieldTerminalPath) GetSingleRaw

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

func (*CreatePhantomTimeSerieRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*CreatePhantomTimeSerieRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*CreatePhantomTimeSerieRequest_FieldTerminalPath) Selector

func (*CreatePhantomTimeSerieRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*CreatePhantomTimeSerieRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*CreatePhantomTimeSerieRequest_FieldTerminalPath) WithIArrayItemValue

func (*CreatePhantomTimeSerieRequest_FieldTerminalPath) WithIArrayOfValues

func (*CreatePhantomTimeSerieRequest_FieldTerminalPath) WithIValue

func (*CreatePhantomTimeSerieRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*CreatePhantomTimeSerieRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*CreatePhantomTimeSerieRequest_FieldTerminalPath) WithRawIValue

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

type CreatePhantomTimeSerieRequest_FieldTerminalPathArrayItemValue

type CreatePhantomTimeSerieRequest_FieldTerminalPathArrayItemValue struct {
	CreatePhantomTimeSerieRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreatePhantomTimeSerieRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*CreatePhantomTimeSerieRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*CreatePhantomTimeSerieRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*CreatePhantomTimeSerieRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type CreatePhantomTimeSerieRequest_FieldTerminalPathArrayOfValues

type CreatePhantomTimeSerieRequest_FieldTerminalPathArrayOfValues struct {
	CreatePhantomTimeSerieRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreatePhantomTimeSerieRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues

func (*CreatePhantomTimeSerieRequest_FieldTerminalPathArrayOfValues) AsPhantomTimeSerieArrayOfValues

func (*CreatePhantomTimeSerieRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type CreatePhantomTimeSerieRequest_FieldTerminalPathValue

type CreatePhantomTimeSerieRequest_FieldTerminalPathValue struct {
	CreatePhantomTimeSerieRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreatePhantomTimeSerieRequest_FieldTerminalPathValue) AsParentValue

func (*CreatePhantomTimeSerieRequest_FieldTerminalPathValue) AsPhantomTimeSerieValue

func (*CreatePhantomTimeSerieRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'CreatePhantomTimeSerieRequest_FieldTerminalPathValue' with the value under path in 'CreatePhantomTimeSerieRequest'.

func (*CreatePhantomTimeSerieRequest_FieldTerminalPathValue) CompareWithRaw

func (*CreatePhantomTimeSerieRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*CreatePhantomTimeSerieRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object CreatePhantomTimeSerieRequest

func (*CreatePhantomTimeSerieRequest_FieldTerminalPathValue) SetToRaw

type DeletePhantomTimeSerieDescriptor added in v0.4.28

type DeletePhantomTimeSerieDescriptor struct{}

func GetDeletePhantomTimeSerieDescriptor added in v0.4.28

func GetDeletePhantomTimeSerieDescriptor() *DeletePhantomTimeSerieDescriptor

func (*DeletePhantomTimeSerieDescriptor) GetApiDescriptor added in v0.4.28

func (*DeletePhantomTimeSerieDescriptor) GetApiName added in v0.4.28

func (d *DeletePhantomTimeSerieDescriptor) GetApiName() string

func (*DeletePhantomTimeSerieDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*DeletePhantomTimeSerieDescriptor) GetFullMethodName added in v0.4.28

func (d *DeletePhantomTimeSerieDescriptor) GetFullMethodName() string

func (*DeletePhantomTimeSerieDescriptor) GetMethodName added in v0.4.28

func (d *DeletePhantomTimeSerieDescriptor) GetMethodName() string

func (*DeletePhantomTimeSerieDescriptor) GetProtoPkgName added in v0.4.28

func (d *DeletePhantomTimeSerieDescriptor) GetProtoPkgName() string

func (*DeletePhantomTimeSerieDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*DeletePhantomTimeSerieDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*DeletePhantomTimeSerieDescriptor) GetServiceDomain added in v0.4.28

func (d *DeletePhantomTimeSerieDescriptor) GetServiceDomain() string

func (*DeletePhantomTimeSerieDescriptor) GetServiceVersion added in v0.4.28

func (d *DeletePhantomTimeSerieDescriptor) GetServiceVersion() string

func (*DeletePhantomTimeSerieDescriptor) GetVerb added in v0.4.28

func (*DeletePhantomTimeSerieDescriptor) HasResource added in v0.4.30

func (d *DeletePhantomTimeSerieDescriptor) HasResource() bool

func (*DeletePhantomTimeSerieDescriptor) IsClientStream added in v0.4.28

func (d *DeletePhantomTimeSerieDescriptor) IsClientStream() bool

func (*DeletePhantomTimeSerieDescriptor) IsCollection added in v0.4.30

func (d *DeletePhantomTimeSerieDescriptor) IsCollection() bool

func (*DeletePhantomTimeSerieDescriptor) IsPlural added in v0.4.30

func (d *DeletePhantomTimeSerieDescriptor) IsPlural() bool

func (*DeletePhantomTimeSerieDescriptor) IsServerStream added in v0.4.28

func (d *DeletePhantomTimeSerieDescriptor) IsServerStream() bool

func (*DeletePhantomTimeSerieDescriptor) IsUnary added in v0.4.28

func (*DeletePhantomTimeSerieDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*DeletePhantomTimeSerieDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*DeletePhantomTimeSerieDescriptor) RequestHasResourceBody added in v0.4.28

func (d *DeletePhantomTimeSerieDescriptor) RequestHasResourceBody() bool

type DeletePhantomTimeSerieDescriptorClientMsgHandle added in v0.4.28

type DeletePhantomTimeSerieDescriptorClientMsgHandle struct{}

func (*DeletePhantomTimeSerieDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*DeletePhantomTimeSerieDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*DeletePhantomTimeSerieDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type DeletePhantomTimeSerieDescriptorServerMsgHandle added in v0.4.28

type DeletePhantomTimeSerieDescriptorServerMsgHandle struct{}

func (*DeletePhantomTimeSerieDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*DeletePhantomTimeSerieDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*DeletePhantomTimeSerieDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type DeletePhantomTimeSerieRequest

type DeletePhantomTimeSerieRequest struct {

	// Reference of ntt.monitoring.v3.PhantomTimeSerie
	Name *phantom_time_serie.Reference `protobuf:"bytes,1,opt,customtype=Reference,name=name,proto3" json:"name,omitempty" firestore:"name"`
	// contains filtered or unexported fields
}

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

func (*DeletePhantomTimeSerieRequest) Clone

func (*DeletePhantomTimeSerieRequest) CloneRaw

func (*DeletePhantomTimeSerieRequest) Descriptor

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

Deprecated, Use DeletePhantomTimeSerieRequest.ProtoReflect.Descriptor instead.

func (*DeletePhantomTimeSerieRequest) GetName

func (*DeletePhantomTimeSerieRequest) GotenMessage

func (*DeletePhantomTimeSerieRequest) GotenMessage()

func (*DeletePhantomTimeSerieRequest) GotenObjectExt

func (o *DeletePhantomTimeSerieRequest) GotenObjectExt()

func (*DeletePhantomTimeSerieRequest) GotenValidate

func (obj *DeletePhantomTimeSerieRequest) GotenValidate() error

func (*DeletePhantomTimeSerieRequest) MakeDiffFieldMask

func (*DeletePhantomTimeSerieRequest) MakeFullFieldMask

func (*DeletePhantomTimeSerieRequest) MakeRawDiffFieldMask

func (*DeletePhantomTimeSerieRequest) MakeRawFullFieldMask

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

func (*DeletePhantomTimeSerieRequest) Marshal

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

func (*DeletePhantomTimeSerieRequest) MarshalJSON

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

func (*DeletePhantomTimeSerieRequest) Merge

func (*DeletePhantomTimeSerieRequest) MergeRaw

func (*DeletePhantomTimeSerieRequest) ProtoMessage

func (*DeletePhantomTimeSerieRequest) ProtoMessage()

func (*DeletePhantomTimeSerieRequest) ProtoReflect

func (*DeletePhantomTimeSerieRequest) Reset

func (m *DeletePhantomTimeSerieRequest) Reset()

func (*DeletePhantomTimeSerieRequest) SetName

func (*DeletePhantomTimeSerieRequest) String

func (*DeletePhantomTimeSerieRequest) Unmarshal

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

func (*DeletePhantomTimeSerieRequest) UnmarshalJSON

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

type DeletePhantomTimeSerieRequestFieldPathBuilder

type DeletePhantomTimeSerieRequestFieldPathBuilder struct{}

func NewDeletePhantomTimeSerieRequestFieldPathBuilder

func NewDeletePhantomTimeSerieRequestFieldPathBuilder() DeletePhantomTimeSerieRequestFieldPathBuilder

func (DeletePhantomTimeSerieRequestFieldPathBuilder) Name

type DeletePhantomTimeSerieRequestPathSelectorName

type DeletePhantomTimeSerieRequestPathSelectorName struct{}

func (DeletePhantomTimeSerieRequestPathSelectorName) FieldPath

type DeletePhantomTimeSerieRequest_FieldMask

type DeletePhantomTimeSerieRequest_FieldMask struct {
	Paths []DeletePhantomTimeSerieRequest_FieldPath
}

func FullDeletePhantomTimeSerieRequest_FieldMask

func FullDeletePhantomTimeSerieRequest_FieldMask() *DeletePhantomTimeSerieRequest_FieldMask

func (*DeletePhantomTimeSerieRequest_FieldMask) AppendPath

func (*DeletePhantomTimeSerieRequest_FieldMask) AppendRawPath

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

func (*DeletePhantomTimeSerieRequest_FieldMask) DecodeFirestore

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

func (*DeletePhantomTimeSerieRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*DeletePhantomTimeSerieRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*DeletePhantomTimeSerieRequest_FieldMask) FromProtoFieldMask

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

func (*DeletePhantomTimeSerieRequest_FieldMask) GetPaths

func (*DeletePhantomTimeSerieRequest_FieldMask) GetRawPaths

func (*DeletePhantomTimeSerieRequest_FieldMask) IsFull

func (fieldMask *DeletePhantomTimeSerieRequest_FieldMask) IsFull() bool

func (DeletePhantomTimeSerieRequest_FieldMask) Marshal

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

implement methods required by customType

func (DeletePhantomTimeSerieRequest_FieldMask) MarshalJSON

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

func (*DeletePhantomTimeSerieRequest_FieldMask) PathsCount

func (fieldMask *DeletePhantomTimeSerieRequest_FieldMask) PathsCount() int

func (*DeletePhantomTimeSerieRequest_FieldMask) Project

func (*DeletePhantomTimeSerieRequest_FieldMask) ProjectRaw

func (*DeletePhantomTimeSerieRequest_FieldMask) ProtoMessage

func (fieldMask *DeletePhantomTimeSerieRequest_FieldMask) ProtoMessage()

func (*DeletePhantomTimeSerieRequest_FieldMask) ProtoReflect

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

func (*DeletePhantomTimeSerieRequest_FieldMask) Reset

func (fieldMask *DeletePhantomTimeSerieRequest_FieldMask) Reset()

func (*DeletePhantomTimeSerieRequest_FieldMask) Set

func (*DeletePhantomTimeSerieRequest_FieldMask) SetFromCliFlag

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

func (*DeletePhantomTimeSerieRequest_FieldMask) SetRaw

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

func (*DeletePhantomTimeSerieRequest_FieldMask) Size

func (fieldMask *DeletePhantomTimeSerieRequest_FieldMask) Size() int

func (*DeletePhantomTimeSerieRequest_FieldMask) String

func (fieldMask *DeletePhantomTimeSerieRequest_FieldMask) String() string

func (*DeletePhantomTimeSerieRequest_FieldMask) Subtract

func (*DeletePhantomTimeSerieRequest_FieldMask) SubtractRaw

func (*DeletePhantomTimeSerieRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*DeletePhantomTimeSerieRequest_FieldMask) Unmarshal

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

func (*DeletePhantomTimeSerieRequest_FieldMask) UnmarshalJSON

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

type DeletePhantomTimeSerieRequest_FieldPath

type DeletePhantomTimeSerieRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() DeletePhantomTimeSerieRequest_FieldPathSelector
	Get(source *DeletePhantomTimeSerieRequest) []interface{}
	GetSingle(source *DeletePhantomTimeSerieRequest) (interface{}, bool)
	ClearValue(item *DeletePhantomTimeSerieRequest)

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

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

func MustParseDeletePhantomTimeSerieRequest_FieldPath

func MustParseDeletePhantomTimeSerieRequest_FieldPath(rawField string) DeletePhantomTimeSerieRequest_FieldPath

func ParseDeletePhantomTimeSerieRequest_FieldPath

func ParseDeletePhantomTimeSerieRequest_FieldPath(rawField string) (DeletePhantomTimeSerieRequest_FieldPath, error)

type DeletePhantomTimeSerieRequest_FieldPathArrayItemValue

type DeletePhantomTimeSerieRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	DeletePhantomTimeSerieRequest_FieldPath
	ContainsValue(*DeletePhantomTimeSerieRequest) bool
}

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

func MustParseDeletePhantomTimeSerieRequest_FieldPathArrayItemValue

func MustParseDeletePhantomTimeSerieRequest_FieldPathArrayItemValue(pathStr, valueStr string) DeletePhantomTimeSerieRequest_FieldPathArrayItemValue

func ParseDeletePhantomTimeSerieRequest_FieldPathArrayItemValue

func ParseDeletePhantomTimeSerieRequest_FieldPathArrayItemValue(pathStr, valueStr string) (DeletePhantomTimeSerieRequest_FieldPathArrayItemValue, error)

ParseDeletePhantomTimeSerieRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type DeletePhantomTimeSerieRequest_FieldPathArrayOfValues

type DeletePhantomTimeSerieRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	DeletePhantomTimeSerieRequest_FieldPath
}

DeletePhantomTimeSerieRequest_FieldPathArrayOfValues allows storing slice of values for DeletePhantomTimeSerieRequest fields according to their type

func MustParseDeletePhantomTimeSerieRequest_FieldPathArrayOfValues

func MustParseDeletePhantomTimeSerieRequest_FieldPathArrayOfValues(pathStr, valuesStr string) DeletePhantomTimeSerieRequest_FieldPathArrayOfValues

func ParseDeletePhantomTimeSerieRequest_FieldPathArrayOfValues

func ParseDeletePhantomTimeSerieRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (DeletePhantomTimeSerieRequest_FieldPathArrayOfValues, error)

type DeletePhantomTimeSerieRequest_FieldPathSelector

type DeletePhantomTimeSerieRequest_FieldPathSelector int32
const (
	DeletePhantomTimeSerieRequest_FieldPathSelectorName DeletePhantomTimeSerieRequest_FieldPathSelector = 0
)

func (DeletePhantomTimeSerieRequest_FieldPathSelector) String

type DeletePhantomTimeSerieRequest_FieldPathValue

type DeletePhantomTimeSerieRequest_FieldPathValue interface {
	DeletePhantomTimeSerieRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **DeletePhantomTimeSerieRequest)
	CompareWith(*DeletePhantomTimeSerieRequest) (cmp int, comparable bool)
}

DeletePhantomTimeSerieRequest_FieldPathValue allows storing values for DeletePhantomTimeSerieRequest fields according to their type

func MustParseDeletePhantomTimeSerieRequest_FieldPathValue

func MustParseDeletePhantomTimeSerieRequest_FieldPathValue(pathStr, valueStr string) DeletePhantomTimeSerieRequest_FieldPathValue

func ParseDeletePhantomTimeSerieRequest_FieldPathValue

func ParseDeletePhantomTimeSerieRequest_FieldPathValue(pathStr, valueStr string) (DeletePhantomTimeSerieRequest_FieldPathValue, error)

type DeletePhantomTimeSerieRequest_FieldTerminalPath

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

func (*DeletePhantomTimeSerieRequest_FieldTerminalPath) ClearValue

func (*DeletePhantomTimeSerieRequest_FieldTerminalPath) ClearValueRaw

func (*DeletePhantomTimeSerieRequest_FieldTerminalPath) Get

Get returns all values pointed by specific field from source DeletePhantomTimeSerieRequest

func (*DeletePhantomTimeSerieRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*DeletePhantomTimeSerieRequest_FieldTerminalPath) GetRaw

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

func (*DeletePhantomTimeSerieRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source DeletePhantomTimeSerieRequest

func (*DeletePhantomTimeSerieRequest_FieldTerminalPath) GetSingleRaw

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

func (*DeletePhantomTimeSerieRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*DeletePhantomTimeSerieRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*DeletePhantomTimeSerieRequest_FieldTerminalPath) Selector

func (*DeletePhantomTimeSerieRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*DeletePhantomTimeSerieRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*DeletePhantomTimeSerieRequest_FieldTerminalPath) WithIArrayItemValue

func (*DeletePhantomTimeSerieRequest_FieldTerminalPath) WithIArrayOfValues

func (*DeletePhantomTimeSerieRequest_FieldTerminalPath) WithIValue

func (*DeletePhantomTimeSerieRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*DeletePhantomTimeSerieRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*DeletePhantomTimeSerieRequest_FieldTerminalPath) WithRawIValue

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

type DeletePhantomTimeSerieRequest_FieldTerminalPathArrayItemValue

type DeletePhantomTimeSerieRequest_FieldTerminalPathArrayItemValue struct {
	DeletePhantomTimeSerieRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*DeletePhantomTimeSerieRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*DeletePhantomTimeSerieRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*DeletePhantomTimeSerieRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*DeletePhantomTimeSerieRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type DeletePhantomTimeSerieRequest_FieldTerminalPathArrayOfValues

type DeletePhantomTimeSerieRequest_FieldTerminalPathArrayOfValues struct {
	DeletePhantomTimeSerieRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*DeletePhantomTimeSerieRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (*DeletePhantomTimeSerieRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type DeletePhantomTimeSerieRequest_FieldTerminalPathValue

type DeletePhantomTimeSerieRequest_FieldTerminalPathValue struct {
	DeletePhantomTimeSerieRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*DeletePhantomTimeSerieRequest_FieldTerminalPathValue) AsNameValue

func (*DeletePhantomTimeSerieRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'DeletePhantomTimeSerieRequest_FieldTerminalPathValue' with the value under path in 'DeletePhantomTimeSerieRequest'.

func (*DeletePhantomTimeSerieRequest_FieldTerminalPathValue) CompareWithRaw

func (*DeletePhantomTimeSerieRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*DeletePhantomTimeSerieRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object DeletePhantomTimeSerieRequest

func (*DeletePhantomTimeSerieRequest_FieldTerminalPathValue) SetToRaw

type GetPhantomTimeSerieDescriptor added in v0.4.28

type GetPhantomTimeSerieDescriptor struct{}

func GetGetPhantomTimeSerieDescriptor added in v0.4.28

func GetGetPhantomTimeSerieDescriptor() *GetPhantomTimeSerieDescriptor

func (*GetPhantomTimeSerieDescriptor) GetApiDescriptor added in v0.4.28

func (*GetPhantomTimeSerieDescriptor) GetApiName added in v0.4.28

func (d *GetPhantomTimeSerieDescriptor) GetApiName() string

func (*GetPhantomTimeSerieDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*GetPhantomTimeSerieDescriptor) GetFullMethodName added in v0.4.28

func (d *GetPhantomTimeSerieDescriptor) GetFullMethodName() string

func (*GetPhantomTimeSerieDescriptor) GetMethodName added in v0.4.28

func (d *GetPhantomTimeSerieDescriptor) GetMethodName() string

func (*GetPhantomTimeSerieDescriptor) GetProtoPkgName added in v0.4.28

func (d *GetPhantomTimeSerieDescriptor) GetProtoPkgName() string

func (*GetPhantomTimeSerieDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*GetPhantomTimeSerieDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*GetPhantomTimeSerieDescriptor) GetServiceDomain added in v0.4.28

func (d *GetPhantomTimeSerieDescriptor) GetServiceDomain() string

func (*GetPhantomTimeSerieDescriptor) GetServiceVersion added in v0.4.28

func (d *GetPhantomTimeSerieDescriptor) GetServiceVersion() string

func (*GetPhantomTimeSerieDescriptor) GetVerb added in v0.4.28

func (*GetPhantomTimeSerieDescriptor) HasResource added in v0.4.30

func (d *GetPhantomTimeSerieDescriptor) HasResource() bool

func (*GetPhantomTimeSerieDescriptor) IsClientStream added in v0.4.28

func (d *GetPhantomTimeSerieDescriptor) IsClientStream() bool

func (*GetPhantomTimeSerieDescriptor) IsCollection added in v0.4.30

func (d *GetPhantomTimeSerieDescriptor) IsCollection() bool

func (*GetPhantomTimeSerieDescriptor) IsPlural added in v0.4.30

func (d *GetPhantomTimeSerieDescriptor) IsPlural() bool

func (*GetPhantomTimeSerieDescriptor) IsServerStream added in v0.4.28

func (d *GetPhantomTimeSerieDescriptor) IsServerStream() bool

func (*GetPhantomTimeSerieDescriptor) IsUnary added in v0.4.28

func (d *GetPhantomTimeSerieDescriptor) IsUnary() bool

func (*GetPhantomTimeSerieDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*GetPhantomTimeSerieDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*GetPhantomTimeSerieDescriptor) RequestHasResourceBody added in v0.4.28

func (d *GetPhantomTimeSerieDescriptor) RequestHasResourceBody() bool

type GetPhantomTimeSerieDescriptorClientMsgHandle added in v0.4.28

type GetPhantomTimeSerieDescriptorClientMsgHandle struct{}

func (*GetPhantomTimeSerieDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*GetPhantomTimeSerieDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*GetPhantomTimeSerieDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type GetPhantomTimeSerieDescriptorServerMsgHandle added in v0.4.28

type GetPhantomTimeSerieDescriptorServerMsgHandle struct{}

func (*GetPhantomTimeSerieDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*GetPhantomTimeSerieDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*GetPhantomTimeSerieDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type GetPhantomTimeSerieRequest

type GetPhantomTimeSerieRequest struct {

	// Reference of ntt.monitoring.v3.PhantomTimeSerie
	Name *phantom_time_serie.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 *phantom_time_serie.PhantomTimeSerie_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 [GetPhantomTimeSerie][ntt.monitoring.v3.GetPhantomTimeSerie]

func (*GetPhantomTimeSerieRequest) Clone

func (*GetPhantomTimeSerieRequest) CloneRaw

func (*GetPhantomTimeSerieRequest) Descriptor

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

Deprecated, Use GetPhantomTimeSerieRequest.ProtoReflect.Descriptor instead.

func (*GetPhantomTimeSerieRequest) GetFieldMask

func (*GetPhantomTimeSerieRequest) GetName

func (*GetPhantomTimeSerieRequest) GetView

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

func (*GetPhantomTimeSerieRequest) GotenMessage

func (*GetPhantomTimeSerieRequest) GotenMessage()

func (*GetPhantomTimeSerieRequest) GotenObjectExt

func (o *GetPhantomTimeSerieRequest) GotenObjectExt()

func (*GetPhantomTimeSerieRequest) GotenValidate

func (obj *GetPhantomTimeSerieRequest) GotenValidate() error

func (*GetPhantomTimeSerieRequest) MakeDiffFieldMask

func (*GetPhantomTimeSerieRequest) MakeFullFieldMask

func (*GetPhantomTimeSerieRequest) MakeRawDiffFieldMask

func (*GetPhantomTimeSerieRequest) MakeRawFullFieldMask

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

func (*GetPhantomTimeSerieRequest) Marshal

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

func (*GetPhantomTimeSerieRequest) MarshalJSON

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

func (*GetPhantomTimeSerieRequest) Merge

func (*GetPhantomTimeSerieRequest) MergeRaw

func (*GetPhantomTimeSerieRequest) ProtoMessage

func (*GetPhantomTimeSerieRequest) ProtoMessage()

func (*GetPhantomTimeSerieRequest) ProtoReflect

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

func (*GetPhantomTimeSerieRequest) Reset

func (m *GetPhantomTimeSerieRequest) Reset()

func (*GetPhantomTimeSerieRequest) SetFieldMask

func (*GetPhantomTimeSerieRequest) SetName

func (*GetPhantomTimeSerieRequest) SetView

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

func (*GetPhantomTimeSerieRequest) String

func (m *GetPhantomTimeSerieRequest) String() string

func (*GetPhantomTimeSerieRequest) Unmarshal

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

func (*GetPhantomTimeSerieRequest) UnmarshalJSON

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

type GetPhantomTimeSerieRequestFieldPathBuilder

type GetPhantomTimeSerieRequestFieldPathBuilder struct{}

func NewGetPhantomTimeSerieRequestFieldPathBuilder

func NewGetPhantomTimeSerieRequestFieldPathBuilder() GetPhantomTimeSerieRequestFieldPathBuilder

func (GetPhantomTimeSerieRequestFieldPathBuilder) FieldMask

func (GetPhantomTimeSerieRequestFieldPathBuilder) Name

func (GetPhantomTimeSerieRequestFieldPathBuilder) View

type GetPhantomTimeSerieRequestPathSelectorFieldMask

type GetPhantomTimeSerieRequestPathSelectorFieldMask struct{}

func (GetPhantomTimeSerieRequestPathSelectorFieldMask) FieldPath

type GetPhantomTimeSerieRequestPathSelectorName

type GetPhantomTimeSerieRequestPathSelectorName struct{}

func (GetPhantomTimeSerieRequestPathSelectorName) FieldPath

type GetPhantomTimeSerieRequestPathSelectorView

type GetPhantomTimeSerieRequestPathSelectorView struct{}

func (GetPhantomTimeSerieRequestPathSelectorView) FieldPath

func (GetPhantomTimeSerieRequestPathSelectorView) WithArrayOfValues

func (GetPhantomTimeSerieRequestPathSelectorView) WithValue

type GetPhantomTimeSerieRequest_FieldMask

type GetPhantomTimeSerieRequest_FieldMask struct {
	Paths []GetPhantomTimeSerieRequest_FieldPath
}

func FullGetPhantomTimeSerieRequest_FieldMask

func FullGetPhantomTimeSerieRequest_FieldMask() *GetPhantomTimeSerieRequest_FieldMask

func (*GetPhantomTimeSerieRequest_FieldMask) AppendPath

func (*GetPhantomTimeSerieRequest_FieldMask) AppendRawPath

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

func (*GetPhantomTimeSerieRequest_FieldMask) DecodeFirestore

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

func (*GetPhantomTimeSerieRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*GetPhantomTimeSerieRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*GetPhantomTimeSerieRequest_FieldMask) FromProtoFieldMask

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

func (*GetPhantomTimeSerieRequest_FieldMask) GetPaths

func (*GetPhantomTimeSerieRequest_FieldMask) GetRawPaths

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

func (*GetPhantomTimeSerieRequest_FieldMask) IsFull

func (fieldMask *GetPhantomTimeSerieRequest_FieldMask) IsFull() bool

func (GetPhantomTimeSerieRequest_FieldMask) Marshal

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

implement methods required by customType

func (GetPhantomTimeSerieRequest_FieldMask) MarshalJSON

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

func (*GetPhantomTimeSerieRequest_FieldMask) PathsCount

func (fieldMask *GetPhantomTimeSerieRequest_FieldMask) PathsCount() int

func (*GetPhantomTimeSerieRequest_FieldMask) Project

func (*GetPhantomTimeSerieRequest_FieldMask) ProjectRaw

func (*GetPhantomTimeSerieRequest_FieldMask) ProtoMessage

func (fieldMask *GetPhantomTimeSerieRequest_FieldMask) ProtoMessage()

func (*GetPhantomTimeSerieRequest_FieldMask) ProtoReflect

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

func (*GetPhantomTimeSerieRequest_FieldMask) Reset

func (fieldMask *GetPhantomTimeSerieRequest_FieldMask) Reset()

func (*GetPhantomTimeSerieRequest_FieldMask) Set

func (fieldMask *GetPhantomTimeSerieRequest_FieldMask) Set(target, source *GetPhantomTimeSerieRequest)

func (*GetPhantomTimeSerieRequest_FieldMask) SetFromCliFlag

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

func (*GetPhantomTimeSerieRequest_FieldMask) SetRaw

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

func (*GetPhantomTimeSerieRequest_FieldMask) Size

func (fieldMask *GetPhantomTimeSerieRequest_FieldMask) Size() int

func (*GetPhantomTimeSerieRequest_FieldMask) String

func (fieldMask *GetPhantomTimeSerieRequest_FieldMask) String() string

func (*GetPhantomTimeSerieRequest_FieldMask) Subtract

func (*GetPhantomTimeSerieRequest_FieldMask) SubtractRaw

func (*GetPhantomTimeSerieRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*GetPhantomTimeSerieRequest_FieldMask) Unmarshal

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

func (*GetPhantomTimeSerieRequest_FieldMask) UnmarshalJSON

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

type GetPhantomTimeSerieRequest_FieldPath

type GetPhantomTimeSerieRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() GetPhantomTimeSerieRequest_FieldPathSelector
	Get(source *GetPhantomTimeSerieRequest) []interface{}
	GetSingle(source *GetPhantomTimeSerieRequest) (interface{}, bool)
	ClearValue(item *GetPhantomTimeSerieRequest)

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

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

func MustParseGetPhantomTimeSerieRequest_FieldPath

func MustParseGetPhantomTimeSerieRequest_FieldPath(rawField string) GetPhantomTimeSerieRequest_FieldPath

func ParseGetPhantomTimeSerieRequest_FieldPath

func ParseGetPhantomTimeSerieRequest_FieldPath(rawField string) (GetPhantomTimeSerieRequest_FieldPath, error)

type GetPhantomTimeSerieRequest_FieldPathArrayItemValue

type GetPhantomTimeSerieRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	GetPhantomTimeSerieRequest_FieldPath
	ContainsValue(*GetPhantomTimeSerieRequest) bool
}

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

func MustParseGetPhantomTimeSerieRequest_FieldPathArrayItemValue

func MustParseGetPhantomTimeSerieRequest_FieldPathArrayItemValue(pathStr, valueStr string) GetPhantomTimeSerieRequest_FieldPathArrayItemValue

func ParseGetPhantomTimeSerieRequest_FieldPathArrayItemValue

func ParseGetPhantomTimeSerieRequest_FieldPathArrayItemValue(pathStr, valueStr string) (GetPhantomTimeSerieRequest_FieldPathArrayItemValue, error)

ParseGetPhantomTimeSerieRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type GetPhantomTimeSerieRequest_FieldPathArrayOfValues

type GetPhantomTimeSerieRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	GetPhantomTimeSerieRequest_FieldPath
}

GetPhantomTimeSerieRequest_FieldPathArrayOfValues allows storing slice of values for GetPhantomTimeSerieRequest fields according to their type

func MustParseGetPhantomTimeSerieRequest_FieldPathArrayOfValues

func MustParseGetPhantomTimeSerieRequest_FieldPathArrayOfValues(pathStr, valuesStr string) GetPhantomTimeSerieRequest_FieldPathArrayOfValues

func ParseGetPhantomTimeSerieRequest_FieldPathArrayOfValues

func ParseGetPhantomTimeSerieRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (GetPhantomTimeSerieRequest_FieldPathArrayOfValues, error)

type GetPhantomTimeSerieRequest_FieldPathSelector

type GetPhantomTimeSerieRequest_FieldPathSelector int32
const (
	GetPhantomTimeSerieRequest_FieldPathSelectorName      GetPhantomTimeSerieRequest_FieldPathSelector = 0
	GetPhantomTimeSerieRequest_FieldPathSelectorFieldMask GetPhantomTimeSerieRequest_FieldPathSelector = 1
	GetPhantomTimeSerieRequest_FieldPathSelectorView      GetPhantomTimeSerieRequest_FieldPathSelector = 2
)

func (GetPhantomTimeSerieRequest_FieldPathSelector) String

type GetPhantomTimeSerieRequest_FieldPathValue

type GetPhantomTimeSerieRequest_FieldPathValue interface {
	GetPhantomTimeSerieRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **GetPhantomTimeSerieRequest)
	CompareWith(*GetPhantomTimeSerieRequest) (cmp int, comparable bool)
}

GetPhantomTimeSerieRequest_FieldPathValue allows storing values for GetPhantomTimeSerieRequest fields according to their type

func MustParseGetPhantomTimeSerieRequest_FieldPathValue

func MustParseGetPhantomTimeSerieRequest_FieldPathValue(pathStr, valueStr string) GetPhantomTimeSerieRequest_FieldPathValue

func ParseGetPhantomTimeSerieRequest_FieldPathValue

func ParseGetPhantomTimeSerieRequest_FieldPathValue(pathStr, valueStr string) (GetPhantomTimeSerieRequest_FieldPathValue, error)

type GetPhantomTimeSerieRequest_FieldTerminalPath

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

func (*GetPhantomTimeSerieRequest_FieldTerminalPath) ClearValue

func (*GetPhantomTimeSerieRequest_FieldTerminalPath) ClearValueRaw

func (*GetPhantomTimeSerieRequest_FieldTerminalPath) Get

func (fp *GetPhantomTimeSerieRequest_FieldTerminalPath) Get(source *GetPhantomTimeSerieRequest) (values []interface{})

Get returns all values pointed by specific field from source GetPhantomTimeSerieRequest

func (*GetPhantomTimeSerieRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*GetPhantomTimeSerieRequest_FieldTerminalPath) GetRaw

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

func (*GetPhantomTimeSerieRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source GetPhantomTimeSerieRequest

func (*GetPhantomTimeSerieRequest_FieldTerminalPath) GetSingleRaw

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

func (*GetPhantomTimeSerieRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*GetPhantomTimeSerieRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*GetPhantomTimeSerieRequest_FieldTerminalPath) Selector

func (*GetPhantomTimeSerieRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*GetPhantomTimeSerieRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*GetPhantomTimeSerieRequest_FieldTerminalPath) WithIArrayItemValue

func (*GetPhantomTimeSerieRequest_FieldTerminalPath) WithIArrayOfValues

func (*GetPhantomTimeSerieRequest_FieldTerminalPath) WithIValue

func (*GetPhantomTimeSerieRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*GetPhantomTimeSerieRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*GetPhantomTimeSerieRequest_FieldTerminalPath) WithRawIValue

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

type GetPhantomTimeSerieRequest_FieldTerminalPathArrayItemValue

type GetPhantomTimeSerieRequest_FieldTerminalPathArrayItemValue struct {
	GetPhantomTimeSerieRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetPhantomTimeSerieRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*GetPhantomTimeSerieRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*GetPhantomTimeSerieRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*GetPhantomTimeSerieRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type GetPhantomTimeSerieRequest_FieldTerminalPathArrayOfValues

type GetPhantomTimeSerieRequest_FieldTerminalPathArrayOfValues struct {
	GetPhantomTimeSerieRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetPhantomTimeSerieRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*GetPhantomTimeSerieRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (*GetPhantomTimeSerieRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

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

func (*GetPhantomTimeSerieRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type GetPhantomTimeSerieRequest_FieldTerminalPathValue

type GetPhantomTimeSerieRequest_FieldTerminalPathValue struct {
	GetPhantomTimeSerieRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetPhantomTimeSerieRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*GetPhantomTimeSerieRequest_FieldTerminalPathValue) AsNameValue

func (*GetPhantomTimeSerieRequest_FieldTerminalPathValue) AsViewValue

func (*GetPhantomTimeSerieRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'GetPhantomTimeSerieRequest_FieldTerminalPathValue' with the value under path in 'GetPhantomTimeSerieRequest'.

func (*GetPhantomTimeSerieRequest_FieldTerminalPathValue) CompareWithRaw

func (*GetPhantomTimeSerieRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*GetPhantomTimeSerieRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object GetPhantomTimeSerieRequest

func (*GetPhantomTimeSerieRequest_FieldTerminalPathValue) SetToRaw

type ListPhantomTimeSeriesDescriptor added in v0.4.28

type ListPhantomTimeSeriesDescriptor struct{}

func GetListPhantomTimeSeriesDescriptor added in v0.4.28

func GetListPhantomTimeSeriesDescriptor() *ListPhantomTimeSeriesDescriptor

func (*ListPhantomTimeSeriesDescriptor) GetApiDescriptor added in v0.4.28

func (*ListPhantomTimeSeriesDescriptor) GetApiName added in v0.4.28

func (d *ListPhantomTimeSeriesDescriptor) GetApiName() string

func (*ListPhantomTimeSeriesDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*ListPhantomTimeSeriesDescriptor) GetFullMethodName added in v0.4.28

func (d *ListPhantomTimeSeriesDescriptor) GetFullMethodName() string

func (*ListPhantomTimeSeriesDescriptor) GetMethodName added in v0.4.28

func (d *ListPhantomTimeSeriesDescriptor) GetMethodName() string

func (*ListPhantomTimeSeriesDescriptor) GetProtoPkgName added in v0.4.28

func (d *ListPhantomTimeSeriesDescriptor) GetProtoPkgName() string

func (*ListPhantomTimeSeriesDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*ListPhantomTimeSeriesDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*ListPhantomTimeSeriesDescriptor) GetServiceDomain added in v0.4.28

func (d *ListPhantomTimeSeriesDescriptor) GetServiceDomain() string

func (*ListPhantomTimeSeriesDescriptor) GetServiceVersion added in v0.4.28

func (d *ListPhantomTimeSeriesDescriptor) GetServiceVersion() string

func (*ListPhantomTimeSeriesDescriptor) GetVerb added in v0.4.28

func (*ListPhantomTimeSeriesDescriptor) HasResource added in v0.4.30

func (d *ListPhantomTimeSeriesDescriptor) HasResource() bool

func (*ListPhantomTimeSeriesDescriptor) IsClientStream added in v0.4.28

func (d *ListPhantomTimeSeriesDescriptor) IsClientStream() bool

func (*ListPhantomTimeSeriesDescriptor) IsCollection added in v0.4.30

func (d *ListPhantomTimeSeriesDescriptor) IsCollection() bool

func (*ListPhantomTimeSeriesDescriptor) IsPlural added in v0.4.30

func (d *ListPhantomTimeSeriesDescriptor) IsPlural() bool

func (*ListPhantomTimeSeriesDescriptor) IsServerStream added in v0.4.28

func (d *ListPhantomTimeSeriesDescriptor) IsServerStream() bool

func (*ListPhantomTimeSeriesDescriptor) IsUnary added in v0.4.28

func (*ListPhantomTimeSeriesDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*ListPhantomTimeSeriesDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*ListPhantomTimeSeriesDescriptor) RequestHasResourceBody added in v0.4.28

func (d *ListPhantomTimeSeriesDescriptor) RequestHasResourceBody() bool

type ListPhantomTimeSeriesDescriptorClientMsgHandle added in v0.4.28

type ListPhantomTimeSeriesDescriptorClientMsgHandle struct{}

func (*ListPhantomTimeSeriesDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*ListPhantomTimeSeriesDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*ListPhantomTimeSeriesDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type ListPhantomTimeSeriesDescriptorServerMsgHandle added in v0.4.28

type ListPhantomTimeSeriesDescriptorServerMsgHandle struct{}

func (*ListPhantomTimeSeriesDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*ListPhantomTimeSeriesDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*ListPhantomTimeSeriesDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type ListPhantomTimeSeriesRequest

type ListPhantomTimeSeriesRequest struct {

	// Parent name of ntt.monitoring.v3.PhantomTimeSerie
	Parent *phantom_time_serie.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Requested page size. Server may return fewer PhantomTimeSeries than
	// requested. If unspecified, server will pick an appropriate default.
	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty" firestore:"pageSize"`
	// A token identifying a page of results the server should return.
	// Typically, this is the value of
	// [ListPhantomTimeSeriesResponse.next_page_token][ntt.monitoring.v3.ListPhantomTimeSeriesResponse.next_page_token]
	PageToken *phantom_time_serie.PagerCursor `` /* 133-byte string literal not displayed */
	// Order By -
	// https://cloud.google.com/apis/design/design_patterns#list_pagination list
	// of field path with order directive, either 'asc' or 'desc'. If direction is
	// not provided, 'asc' is assumed. e.g. "state.nested_field asc,
	// state.something.else desc, theme"
	OrderBy *phantom_time_serie.OrderBy `protobuf:"bytes,4,opt,customtype=OrderBy,name=order_by,json=orderBy,proto3" json:"order_by,omitempty" firestore:"orderBy"`
	// Filter - filter results by field criteria. Simplified SQL-like syntax with
	// following operators:
	// <=, >=, =, !=, <, >, LIKE, CONTAINS (aliases CONTAIN, HAS, HAVE), IN, IS
	// [NOT] NULL | NaN . Combine conditions with OR | AND example: 'meta.labels
	// CONTAINS "severity:important" OR (state.last_error_time >
	// "2018-11-15T10:00:00Z" AND state.status = "ERROR")'
	Filter *phantom_time_serie.Filter `protobuf:"bytes,5,opt,customtype=Filter,name=filter,proto3" json:"filter,omitempty" firestore:"filter"`
	// A list of extra fields to be obtained for each response item on top of
	// fields defined by request field view
	FieldMask *phantom_time_serie.PhantomTimeSerie_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"`
	// Indicates if list response should contain total count and offset (fields
	// current_offset and total_results_count).
	IncludePagingInfo bool `` /* 145-byte string literal not displayed */
	// contains filtered or unexported fields
}

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

func (*ListPhantomTimeSeriesRequest) Clone

func (*ListPhantomTimeSeriesRequest) CloneRaw

func (*ListPhantomTimeSeriesRequest) Descriptor

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

Deprecated, Use ListPhantomTimeSeriesRequest.ProtoReflect.Descriptor instead.

func (*ListPhantomTimeSeriesRequest) GetFieldMask

func (*ListPhantomTimeSeriesRequest) GetFilter

func (*ListPhantomTimeSeriesRequest) GetIncludePagingInfo added in v0.10.1

func (m *ListPhantomTimeSeriesRequest) GetIncludePagingInfo() bool

func (*ListPhantomTimeSeriesRequest) GetOrderBy

func (*ListPhantomTimeSeriesRequest) GetPageSize

func (m *ListPhantomTimeSeriesRequest) GetPageSize() int32

func (*ListPhantomTimeSeriesRequest) GetPageToken

func (*ListPhantomTimeSeriesRequest) GetParent

func (*ListPhantomTimeSeriesRequest) GetView

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

func (*ListPhantomTimeSeriesRequest) GotenMessage

func (*ListPhantomTimeSeriesRequest) GotenMessage()

func (*ListPhantomTimeSeriesRequest) GotenObjectExt

func (o *ListPhantomTimeSeriesRequest) GotenObjectExt()

func (*ListPhantomTimeSeriesRequest) GotenValidate

func (obj *ListPhantomTimeSeriesRequest) GotenValidate() error

func (*ListPhantomTimeSeriesRequest) MakeDiffFieldMask

func (*ListPhantomTimeSeriesRequest) MakeFullFieldMask

func (*ListPhantomTimeSeriesRequest) MakeRawDiffFieldMask

func (*ListPhantomTimeSeriesRequest) MakeRawFullFieldMask

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

func (*ListPhantomTimeSeriesRequest) Marshal

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

func (*ListPhantomTimeSeriesRequest) MarshalJSON

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

func (*ListPhantomTimeSeriesRequest) Merge

func (*ListPhantomTimeSeriesRequest) MergeRaw

func (*ListPhantomTimeSeriesRequest) ProtoMessage

func (*ListPhantomTimeSeriesRequest) ProtoMessage()

func (*ListPhantomTimeSeriesRequest) ProtoReflect

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

func (*ListPhantomTimeSeriesRequest) Reset

func (m *ListPhantomTimeSeriesRequest) Reset()

func (*ListPhantomTimeSeriesRequest) SetFieldMask

func (*ListPhantomTimeSeriesRequest) SetFilter

func (*ListPhantomTimeSeriesRequest) SetIncludePagingInfo added in v0.10.1

func (m *ListPhantomTimeSeriesRequest) SetIncludePagingInfo(fv bool)

func (*ListPhantomTimeSeriesRequest) SetOrderBy

func (*ListPhantomTimeSeriesRequest) SetPageSize

func (m *ListPhantomTimeSeriesRequest) SetPageSize(fv int32)

func (*ListPhantomTimeSeriesRequest) SetPageToken

func (*ListPhantomTimeSeriesRequest) SetParent

func (*ListPhantomTimeSeriesRequest) SetView

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

func (*ListPhantomTimeSeriesRequest) String

func (*ListPhantomTimeSeriesRequest) Unmarshal

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

func (*ListPhantomTimeSeriesRequest) UnmarshalJSON

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

type ListPhantomTimeSeriesRequestFieldPathBuilder

type ListPhantomTimeSeriesRequestFieldPathBuilder struct{}

func NewListPhantomTimeSeriesRequestFieldPathBuilder

func NewListPhantomTimeSeriesRequestFieldPathBuilder() ListPhantomTimeSeriesRequestFieldPathBuilder

func (ListPhantomTimeSeriesRequestFieldPathBuilder) FieldMask

func (ListPhantomTimeSeriesRequestFieldPathBuilder) Filter

func (ListPhantomTimeSeriesRequestFieldPathBuilder) IncludePagingInfo added in v0.10.1

func (ListPhantomTimeSeriesRequestFieldPathBuilder) OrderBy

func (ListPhantomTimeSeriesRequestFieldPathBuilder) PageSize

func (ListPhantomTimeSeriesRequestFieldPathBuilder) PageToken

func (ListPhantomTimeSeriesRequestFieldPathBuilder) Parent

func (ListPhantomTimeSeriesRequestFieldPathBuilder) View

type ListPhantomTimeSeriesRequestPathSelectorFieldMask

type ListPhantomTimeSeriesRequestPathSelectorFieldMask struct{}

func (ListPhantomTimeSeriesRequestPathSelectorFieldMask) FieldPath

type ListPhantomTimeSeriesRequestPathSelectorFilter

type ListPhantomTimeSeriesRequestPathSelectorFilter struct{}

func (ListPhantomTimeSeriesRequestPathSelectorFilter) FieldPath

func (ListPhantomTimeSeriesRequestPathSelectorFilter) WithArrayOfValues

func (ListPhantomTimeSeriesRequestPathSelectorFilter) WithValue

type ListPhantomTimeSeriesRequestPathSelectorIncludePagingInfo added in v0.10.1

type ListPhantomTimeSeriesRequestPathSelectorIncludePagingInfo struct{}

func (ListPhantomTimeSeriesRequestPathSelectorIncludePagingInfo) FieldPath added in v0.10.1

func (ListPhantomTimeSeriesRequestPathSelectorIncludePagingInfo) WithArrayOfValues added in v0.10.1

func (ListPhantomTimeSeriesRequestPathSelectorIncludePagingInfo) WithValue added in v0.10.1

type ListPhantomTimeSeriesRequestPathSelectorOrderBy

type ListPhantomTimeSeriesRequestPathSelectorOrderBy struct{}

func (ListPhantomTimeSeriesRequestPathSelectorOrderBy) FieldPath

func (ListPhantomTimeSeriesRequestPathSelectorOrderBy) WithArrayOfValues

func (ListPhantomTimeSeriesRequestPathSelectorOrderBy) WithValue

type ListPhantomTimeSeriesRequestPathSelectorPageSize

type ListPhantomTimeSeriesRequestPathSelectorPageSize struct{}

func (ListPhantomTimeSeriesRequestPathSelectorPageSize) FieldPath

func (ListPhantomTimeSeriesRequestPathSelectorPageSize) WithArrayOfValues

func (ListPhantomTimeSeriesRequestPathSelectorPageSize) WithValue

type ListPhantomTimeSeriesRequestPathSelectorPageToken

type ListPhantomTimeSeriesRequestPathSelectorPageToken struct{}

func (ListPhantomTimeSeriesRequestPathSelectorPageToken) FieldPath

type ListPhantomTimeSeriesRequestPathSelectorParent

type ListPhantomTimeSeriesRequestPathSelectorParent struct{}

func (ListPhantomTimeSeriesRequestPathSelectorParent) FieldPath

type ListPhantomTimeSeriesRequestPathSelectorView

type ListPhantomTimeSeriesRequestPathSelectorView struct{}

func (ListPhantomTimeSeriesRequestPathSelectorView) FieldPath

func (ListPhantomTimeSeriesRequestPathSelectorView) WithArrayOfValues

func (ListPhantomTimeSeriesRequestPathSelectorView) WithValue

type ListPhantomTimeSeriesRequest_FieldMask

type ListPhantomTimeSeriesRequest_FieldMask struct {
	Paths []ListPhantomTimeSeriesRequest_FieldPath
}

func FullListPhantomTimeSeriesRequest_FieldMask

func FullListPhantomTimeSeriesRequest_FieldMask() *ListPhantomTimeSeriesRequest_FieldMask

func (*ListPhantomTimeSeriesRequest_FieldMask) AppendPath

func (*ListPhantomTimeSeriesRequest_FieldMask) AppendRawPath

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

func (*ListPhantomTimeSeriesRequest_FieldMask) DecodeFirestore

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

func (*ListPhantomTimeSeriesRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*ListPhantomTimeSeriesRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*ListPhantomTimeSeriesRequest_FieldMask) FromProtoFieldMask

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

func (*ListPhantomTimeSeriesRequest_FieldMask) GetPaths

func (*ListPhantomTimeSeriesRequest_FieldMask) GetRawPaths

func (*ListPhantomTimeSeriesRequest_FieldMask) IsFull

func (fieldMask *ListPhantomTimeSeriesRequest_FieldMask) IsFull() bool

func (ListPhantomTimeSeriesRequest_FieldMask) Marshal

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

implement methods required by customType

func (ListPhantomTimeSeriesRequest_FieldMask) MarshalJSON

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

func (*ListPhantomTimeSeriesRequest_FieldMask) PathsCount

func (fieldMask *ListPhantomTimeSeriesRequest_FieldMask) PathsCount() int

func (*ListPhantomTimeSeriesRequest_FieldMask) Project

func (*ListPhantomTimeSeriesRequest_FieldMask) ProjectRaw

func (*ListPhantomTimeSeriesRequest_FieldMask) ProtoMessage

func (fieldMask *ListPhantomTimeSeriesRequest_FieldMask) ProtoMessage()

func (*ListPhantomTimeSeriesRequest_FieldMask) ProtoReflect

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

func (*ListPhantomTimeSeriesRequest_FieldMask) Reset

func (fieldMask *ListPhantomTimeSeriesRequest_FieldMask) Reset()

func (*ListPhantomTimeSeriesRequest_FieldMask) Set

func (*ListPhantomTimeSeriesRequest_FieldMask) SetFromCliFlag

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

func (*ListPhantomTimeSeriesRequest_FieldMask) SetRaw

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

func (*ListPhantomTimeSeriesRequest_FieldMask) Size

func (fieldMask *ListPhantomTimeSeriesRequest_FieldMask) Size() int

func (*ListPhantomTimeSeriesRequest_FieldMask) String

func (fieldMask *ListPhantomTimeSeriesRequest_FieldMask) String() string

func (*ListPhantomTimeSeriesRequest_FieldMask) Subtract

func (*ListPhantomTimeSeriesRequest_FieldMask) SubtractRaw

func (*ListPhantomTimeSeriesRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*ListPhantomTimeSeriesRequest_FieldMask) Unmarshal

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

func (*ListPhantomTimeSeriesRequest_FieldMask) UnmarshalJSON

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

type ListPhantomTimeSeriesRequest_FieldPath

type ListPhantomTimeSeriesRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() ListPhantomTimeSeriesRequest_FieldPathSelector
	Get(source *ListPhantomTimeSeriesRequest) []interface{}
	GetSingle(source *ListPhantomTimeSeriesRequest) (interface{}, bool)
	ClearValue(item *ListPhantomTimeSeriesRequest)

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

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

func MustParseListPhantomTimeSeriesRequest_FieldPath

func MustParseListPhantomTimeSeriesRequest_FieldPath(rawField string) ListPhantomTimeSeriesRequest_FieldPath

func ParseListPhantomTimeSeriesRequest_FieldPath

func ParseListPhantomTimeSeriesRequest_FieldPath(rawField string) (ListPhantomTimeSeriesRequest_FieldPath, error)

type ListPhantomTimeSeriesRequest_FieldPathArrayItemValue

type ListPhantomTimeSeriesRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	ListPhantomTimeSeriesRequest_FieldPath
	ContainsValue(*ListPhantomTimeSeriesRequest) bool
}

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

func MustParseListPhantomTimeSeriesRequest_FieldPathArrayItemValue

func MustParseListPhantomTimeSeriesRequest_FieldPathArrayItemValue(pathStr, valueStr string) ListPhantomTimeSeriesRequest_FieldPathArrayItemValue

func ParseListPhantomTimeSeriesRequest_FieldPathArrayItemValue

func ParseListPhantomTimeSeriesRequest_FieldPathArrayItemValue(pathStr, valueStr string) (ListPhantomTimeSeriesRequest_FieldPathArrayItemValue, error)

ParseListPhantomTimeSeriesRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type ListPhantomTimeSeriesRequest_FieldPathArrayOfValues

type ListPhantomTimeSeriesRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	ListPhantomTimeSeriesRequest_FieldPath
}

ListPhantomTimeSeriesRequest_FieldPathArrayOfValues allows storing slice of values for ListPhantomTimeSeriesRequest fields according to their type

func MustParseListPhantomTimeSeriesRequest_FieldPathArrayOfValues

func MustParseListPhantomTimeSeriesRequest_FieldPathArrayOfValues(pathStr, valuesStr string) ListPhantomTimeSeriesRequest_FieldPathArrayOfValues

func ParseListPhantomTimeSeriesRequest_FieldPathArrayOfValues

func ParseListPhantomTimeSeriesRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (ListPhantomTimeSeriesRequest_FieldPathArrayOfValues, error)

type ListPhantomTimeSeriesRequest_FieldPathSelector

type ListPhantomTimeSeriesRequest_FieldPathSelector int32
const (
	ListPhantomTimeSeriesRequest_FieldPathSelectorParent            ListPhantomTimeSeriesRequest_FieldPathSelector = 0
	ListPhantomTimeSeriesRequest_FieldPathSelectorPageSize          ListPhantomTimeSeriesRequest_FieldPathSelector = 1
	ListPhantomTimeSeriesRequest_FieldPathSelectorPageToken         ListPhantomTimeSeriesRequest_FieldPathSelector = 2
	ListPhantomTimeSeriesRequest_FieldPathSelectorOrderBy           ListPhantomTimeSeriesRequest_FieldPathSelector = 3
	ListPhantomTimeSeriesRequest_FieldPathSelectorFilter            ListPhantomTimeSeriesRequest_FieldPathSelector = 4
	ListPhantomTimeSeriesRequest_FieldPathSelectorFieldMask         ListPhantomTimeSeriesRequest_FieldPathSelector = 5
	ListPhantomTimeSeriesRequest_FieldPathSelectorView              ListPhantomTimeSeriesRequest_FieldPathSelector = 6
	ListPhantomTimeSeriesRequest_FieldPathSelectorIncludePagingInfo ListPhantomTimeSeriesRequest_FieldPathSelector = 7
)

func (ListPhantomTimeSeriesRequest_FieldPathSelector) String

type ListPhantomTimeSeriesRequest_FieldPathValue

type ListPhantomTimeSeriesRequest_FieldPathValue interface {
	ListPhantomTimeSeriesRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **ListPhantomTimeSeriesRequest)
	CompareWith(*ListPhantomTimeSeriesRequest) (cmp int, comparable bool)
}

ListPhantomTimeSeriesRequest_FieldPathValue allows storing values for ListPhantomTimeSeriesRequest fields according to their type

func MustParseListPhantomTimeSeriesRequest_FieldPathValue

func MustParseListPhantomTimeSeriesRequest_FieldPathValue(pathStr, valueStr string) ListPhantomTimeSeriesRequest_FieldPathValue

func ParseListPhantomTimeSeriesRequest_FieldPathValue

func ParseListPhantomTimeSeriesRequest_FieldPathValue(pathStr, valueStr string) (ListPhantomTimeSeriesRequest_FieldPathValue, error)

type ListPhantomTimeSeriesRequest_FieldTerminalPath

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

func (*ListPhantomTimeSeriesRequest_FieldTerminalPath) ClearValue

func (*ListPhantomTimeSeriesRequest_FieldTerminalPath) ClearValueRaw

func (*ListPhantomTimeSeriesRequest_FieldTerminalPath) Get

func (fp *ListPhantomTimeSeriesRequest_FieldTerminalPath) Get(source *ListPhantomTimeSeriesRequest) (values []interface{})

Get returns all values pointed by specific field from source ListPhantomTimeSeriesRequest

func (*ListPhantomTimeSeriesRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ListPhantomTimeSeriesRequest_FieldTerminalPath) GetRaw

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

func (*ListPhantomTimeSeriesRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source ListPhantomTimeSeriesRequest

func (*ListPhantomTimeSeriesRequest_FieldTerminalPath) GetSingleRaw

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

func (*ListPhantomTimeSeriesRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListPhantomTimeSeriesRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*ListPhantomTimeSeriesRequest_FieldTerminalPath) Selector

func (*ListPhantomTimeSeriesRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*ListPhantomTimeSeriesRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*ListPhantomTimeSeriesRequest_FieldTerminalPath) WithIArrayItemValue

func (*ListPhantomTimeSeriesRequest_FieldTerminalPath) WithIArrayOfValues

func (*ListPhantomTimeSeriesRequest_FieldTerminalPath) WithIValue

func (*ListPhantomTimeSeriesRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*ListPhantomTimeSeriesRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*ListPhantomTimeSeriesRequest_FieldTerminalPath) WithRawIValue

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

type ListPhantomTimeSeriesRequest_FieldTerminalPathArrayItemValue

type ListPhantomTimeSeriesRequest_FieldTerminalPathArrayItemValue struct {
	ListPhantomTimeSeriesRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListPhantomTimeSeriesRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*ListPhantomTimeSeriesRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*ListPhantomTimeSeriesRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*ListPhantomTimeSeriesRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type ListPhantomTimeSeriesRequest_FieldTerminalPathArrayOfValues

type ListPhantomTimeSeriesRequest_FieldTerminalPathArrayOfValues struct {
	ListPhantomTimeSeriesRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListPhantomTimeSeriesRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*ListPhantomTimeSeriesRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues

func (*ListPhantomTimeSeriesRequest_FieldTerminalPathArrayOfValues) AsIncludePagingInfoArrayOfValues added in v0.10.1

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

func (*ListPhantomTimeSeriesRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues

func (*ListPhantomTimeSeriesRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues

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

func (*ListPhantomTimeSeriesRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues

func (*ListPhantomTimeSeriesRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues

func (*ListPhantomTimeSeriesRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

func (*ListPhantomTimeSeriesRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type ListPhantomTimeSeriesRequest_FieldTerminalPathValue

type ListPhantomTimeSeriesRequest_FieldTerminalPathValue struct {
	ListPhantomTimeSeriesRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListPhantomTimeSeriesRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*ListPhantomTimeSeriesRequest_FieldTerminalPathValue) AsFilterValue

func (*ListPhantomTimeSeriesRequest_FieldTerminalPathValue) AsIncludePagingInfoValue added in v0.10.1

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

func (*ListPhantomTimeSeriesRequest_FieldTerminalPathValue) AsOrderByValue

func (*ListPhantomTimeSeriesRequest_FieldTerminalPathValue) AsPageSizeValue

func (*ListPhantomTimeSeriesRequest_FieldTerminalPathValue) AsPageTokenValue

func (*ListPhantomTimeSeriesRequest_FieldTerminalPathValue) AsParentValue

func (*ListPhantomTimeSeriesRequest_FieldTerminalPathValue) AsViewValue

func (*ListPhantomTimeSeriesRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'ListPhantomTimeSeriesRequest_FieldTerminalPathValue' with the value under path in 'ListPhantomTimeSeriesRequest'.

func (*ListPhantomTimeSeriesRequest_FieldTerminalPathValue) CompareWithRaw

func (*ListPhantomTimeSeriesRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*ListPhantomTimeSeriesRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object ListPhantomTimeSeriesRequest

func (*ListPhantomTimeSeriesRequest_FieldTerminalPathValue) SetToRaw

type ListPhantomTimeSeriesResponse

type ListPhantomTimeSeriesResponse struct {

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

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

func (*ListPhantomTimeSeriesResponse) Clone

func (*ListPhantomTimeSeriesResponse) CloneRaw

func (*ListPhantomTimeSeriesResponse) Descriptor

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

Deprecated, Use ListPhantomTimeSeriesResponse.ProtoReflect.Descriptor instead.

func (*ListPhantomTimeSeriesResponse) GetCurrentOffset added in v0.10.1

func (m *ListPhantomTimeSeriesResponse) GetCurrentOffset() int32

func (*ListPhantomTimeSeriesResponse) GetNextPageToken

func (*ListPhantomTimeSeriesResponse) GetPhantomTimeSeries

func (*ListPhantomTimeSeriesResponse) GetPrevPageToken

func (*ListPhantomTimeSeriesResponse) GetTotalResultsCount added in v0.10.1

func (m *ListPhantomTimeSeriesResponse) GetTotalResultsCount() int32

func (*ListPhantomTimeSeriesResponse) GotenMessage

func (*ListPhantomTimeSeriesResponse) GotenMessage()

func (*ListPhantomTimeSeriesResponse) GotenObjectExt

func (o *ListPhantomTimeSeriesResponse) GotenObjectExt()

func (*ListPhantomTimeSeriesResponse) GotenValidate

func (obj *ListPhantomTimeSeriesResponse) GotenValidate() error

func (*ListPhantomTimeSeriesResponse) MakeDiffFieldMask

func (*ListPhantomTimeSeriesResponse) MakeFullFieldMask

func (*ListPhantomTimeSeriesResponse) MakeRawDiffFieldMask

func (*ListPhantomTimeSeriesResponse) MakeRawFullFieldMask

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

func (*ListPhantomTimeSeriesResponse) Marshal

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

func (*ListPhantomTimeSeriesResponse) MarshalJSON

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

func (*ListPhantomTimeSeriesResponse) Merge

func (*ListPhantomTimeSeriesResponse) MergeRaw

func (*ListPhantomTimeSeriesResponse) ProtoMessage

func (*ListPhantomTimeSeriesResponse) ProtoMessage()

func (*ListPhantomTimeSeriesResponse) ProtoReflect

func (*ListPhantomTimeSeriesResponse) Reset

func (m *ListPhantomTimeSeriesResponse) Reset()

func (*ListPhantomTimeSeriesResponse) SetCurrentOffset added in v0.10.1

func (m *ListPhantomTimeSeriesResponse) SetCurrentOffset(fv int32)

func (*ListPhantomTimeSeriesResponse) SetNextPageToken

func (*ListPhantomTimeSeriesResponse) SetPhantomTimeSeries

func (m *ListPhantomTimeSeriesResponse) SetPhantomTimeSeries(fv []*phantom_time_serie.PhantomTimeSerie)

func (*ListPhantomTimeSeriesResponse) SetPrevPageToken

func (*ListPhantomTimeSeriesResponse) SetTotalResultsCount added in v0.10.1

func (m *ListPhantomTimeSeriesResponse) SetTotalResultsCount(fv int32)

func (*ListPhantomTimeSeriesResponse) String

func (*ListPhantomTimeSeriesResponse) Unmarshal

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

func (*ListPhantomTimeSeriesResponse) UnmarshalJSON

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

type ListPhantomTimeSeriesResponseFieldPathBuilder

type ListPhantomTimeSeriesResponseFieldPathBuilder struct{}

func NewListPhantomTimeSeriesResponseFieldPathBuilder

func NewListPhantomTimeSeriesResponseFieldPathBuilder() ListPhantomTimeSeriesResponseFieldPathBuilder

func (ListPhantomTimeSeriesResponseFieldPathBuilder) CurrentOffset added in v0.10.1

func (ListPhantomTimeSeriesResponseFieldPathBuilder) NextPageToken

func (ListPhantomTimeSeriesResponseFieldPathBuilder) PhantomTimeSeries

func (ListPhantomTimeSeriesResponseFieldPathBuilder) PrevPageToken

func (ListPhantomTimeSeriesResponseFieldPathBuilder) TotalResultsCount added in v0.10.1

type ListPhantomTimeSeriesResponseMapPathSelectorPhantomTimeSeriesMetadataAnnotations

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

func (ListPhantomTimeSeriesResponseMapPathSelectorPhantomTimeSeriesMetadataAnnotations) FieldPath

func (ListPhantomTimeSeriesResponseMapPathSelectorPhantomTimeSeriesMetadataAnnotations) WithArrayOfValues

func (ListPhantomTimeSeriesResponseMapPathSelectorPhantomTimeSeriesMetadataAnnotations) WithValue

type ListPhantomTimeSeriesResponseMapPathSelectorPhantomTimeSeriesMetadataLabels

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

func (ListPhantomTimeSeriesResponseMapPathSelectorPhantomTimeSeriesMetadataLabels) FieldPath

func (ListPhantomTimeSeriesResponseMapPathSelectorPhantomTimeSeriesMetadataLabels) WithArrayOfValues

func (ListPhantomTimeSeriesResponseMapPathSelectorPhantomTimeSeriesMetadataLabels) WithValue

type ListPhantomTimeSeriesResponseMapPathSelectorPhantomTimeSeriesMetadataShards

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

func (ListPhantomTimeSeriesResponseMapPathSelectorPhantomTimeSeriesMetadataShards) FieldPath

func (ListPhantomTimeSeriesResponseMapPathSelectorPhantomTimeSeriesMetadataShards) WithArrayOfValues

func (ListPhantomTimeSeriesResponseMapPathSelectorPhantomTimeSeriesMetadataShards) WithValue

type ListPhantomTimeSeriesResponseMapPathSelectorPhantomTimeSeriesMetricLabels

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

func (ListPhantomTimeSeriesResponseMapPathSelectorPhantomTimeSeriesMetricLabels) FieldPath

func (ListPhantomTimeSeriesResponseMapPathSelectorPhantomTimeSeriesMetricLabels) WithArrayOfValues

func (ListPhantomTimeSeriesResponseMapPathSelectorPhantomTimeSeriesMetricLabels) WithValue

type ListPhantomTimeSeriesResponseMapPathSelectorPhantomTimeSeriesResourceLabels

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

func (ListPhantomTimeSeriesResponseMapPathSelectorPhantomTimeSeriesResourceLabels) FieldPath

func (ListPhantomTimeSeriesResponseMapPathSelectorPhantomTimeSeriesResourceLabels) WithArrayOfValues

func (ListPhantomTimeSeriesResponseMapPathSelectorPhantomTimeSeriesResourceLabels) WithValue

type ListPhantomTimeSeriesResponsePathSelectorCurrentOffset added in v0.10.1

type ListPhantomTimeSeriesResponsePathSelectorCurrentOffset struct{}

func (ListPhantomTimeSeriesResponsePathSelectorCurrentOffset) FieldPath added in v0.10.1

func (ListPhantomTimeSeriesResponsePathSelectorCurrentOffset) WithArrayOfValues added in v0.10.1

func (ListPhantomTimeSeriesResponsePathSelectorCurrentOffset) WithValue added in v0.10.1

type ListPhantomTimeSeriesResponsePathSelectorNextPageToken

type ListPhantomTimeSeriesResponsePathSelectorNextPageToken struct{}

func (ListPhantomTimeSeriesResponsePathSelectorNextPageToken) FieldPath

func (ListPhantomTimeSeriesResponsePathSelectorNextPageToken) WithArrayOfValues

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeries

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeries struct{}

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeries) FieldPath

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeries) Key

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeries) Metric

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeries) Name

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeries) Project

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeries) Value

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeries) WithArrayOfValues

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesKey

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesKey struct{}

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesKey) FieldPath

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesKey) WithArrayOfValues

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesKey) WithValue

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadata

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadata struct{}

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadata) DeleteTime added in v0.8.0

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadata) FieldPath

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadata) Lifecycle added in v0.8.0

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadata) WithArrayOfValues

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadata) WithValue

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataAnnotations

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataAnnotations struct{}

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataAnnotations) FieldPath

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataAnnotations) WithArrayOfValues

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataAnnotations) WithValue

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataCreateTime

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataCreateTime struct{}

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataCreateTime) FieldPath

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataCreateTime) WithArrayOfValues

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataCreateTime) WithValue

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataDeleteTime added in v0.8.0

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataDeleteTime struct{}

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataDeleteTime) FieldPath added in v0.8.0

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataDeleteTime) WithArrayOfValues added in v0.8.0

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataDeleteTime) WithValue added in v0.8.0

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataGeneration

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataGeneration struct{}

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataGeneration) FieldPath

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataGeneration) WithArrayOfValues

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataGeneration) WithValue

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataLabels

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataLabels struct{}

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataLabels) FieldPath

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataLabels) WithArrayOfValues

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataLabels) WithValue

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataLifecycle added in v0.8.0

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataLifecycle struct{}

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataLifecycle) BlockDeletion added in v0.8.0

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataLifecycle) FieldPath added in v0.8.0

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataLifecycle) State added in v0.8.0

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataLifecycle) WithArrayOfValues added in v0.8.0

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataLifecycle) WithValue added in v0.8.0

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataLifecycleBlockDeletion added in v0.8.0

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataLifecycleBlockDeletion struct{}

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataLifecycleBlockDeletion) FieldPath added in v0.8.0

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.8.0

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataLifecycleBlockDeletion) WithValue added in v0.8.0

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataLifecycleState added in v0.8.0

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataLifecycleState struct{}

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataLifecycleState) FieldPath added in v0.8.0

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataLifecycleState) WithArrayOfValues added in v0.8.0

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataLifecycleState) WithValue added in v0.8.0

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferences

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferences struct{}

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferences) FieldPath

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferences) Region added in v0.8.0

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferences) RequiresOwnerReference added in v0.8.0

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferences) Version added in v0.8.0

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferences) WithArrayOfValues

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferences) WithItemValue

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferences) WithValue

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesBlockOwnerDeletion

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesController

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesController struct{}

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesController) FieldPath

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesController) WithArrayOfValues

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesController) WithValue

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesKind

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesKind struct{}

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesKind) FieldPath

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesKind) WithArrayOfValues

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesKind) WithValue

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesName

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesName struct{}

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesName) FieldPath

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesName) WithArrayOfValues

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesName) WithValue

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesRegion added in v0.8.0

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesRegion struct{}

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesRegion) FieldPath added in v0.8.0

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.8.0

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesRegion) WithValue added in v0.8.0

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesRequiresOwnerReference added in v0.8.0

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesRequiresOwnerReference struct{}

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.8.0

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.8.0

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.8.0

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesVersion added in v0.8.0

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesVersion struct{}

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesVersion) FieldPath added in v0.8.0

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.8.0

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesVersion) WithValue added in v0.8.0

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataResourceVersion

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataResourceVersion struct{}

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataResourceVersion) FieldPath

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataResourceVersion) WithArrayOfValues

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataResourceVersion) WithValue

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataShards

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataShards struct{}

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataShards) FieldPath

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataShards) WithArrayOfValues

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataShards) WithValue

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataSyncing

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataSyncing struct{}

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataSyncing) FieldPath

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataSyncing) WithArrayOfValues

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataSyncing) WithValue

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataSyncingOwningRegion

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataSyncingOwningRegion struct{}

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataSyncingOwningRegion) FieldPath

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataSyncingOwningRegion) WithArrayOfValues

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataSyncingOwningRegion) WithValue

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataSyncingRegions

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataSyncingRegions struct{}

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataSyncingRegions) FieldPath

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataSyncingRegions) WithArrayOfValues

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataSyncingRegions) WithItemValue

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataSyncingRegions) WithValue

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataTags

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataTags struct{}

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataTags) FieldPath

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataTags) WithArrayOfValues

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataTags) WithItemValue

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataTags) WithValue

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataUpdateTime

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataUpdateTime struct{}

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataUpdateTime) FieldPath

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataUpdateTime) WithArrayOfValues

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataUpdateTime) WithValue

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataUuid

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataUuid struct{}

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataUuid) FieldPath

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataUuid) WithArrayOfValues

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataUuid) WithValue

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetric

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetric struct{}

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetric) FieldPath

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetric) WithArrayOfValues

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetric) WithValue

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetricKind

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetricKind struct{}

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetricKind) FieldPath

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetricLabels

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetricLabels struct{}

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetricLabels) FieldPath

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetricLabels) WithArrayOfValues

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetricLabels) WithValue

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetricReducedLabels

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetricReducedLabels struct{}

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetricReducedLabels) FieldPath

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetricReducedLabels) WithArrayOfValues

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetricReducedLabels) WithItemValue

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetricReducedLabels) WithValue

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetricType

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetricType struct{}

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetricType) FieldPath

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetricType) WithArrayOfValues

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetricType) WithValue

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesName

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesName struct{}

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesName) FieldPath

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesName) WithArrayOfValues

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesName) WithValue

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesProject

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesProject struct{}

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesProject) FieldPath

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesProject) WithArrayOfValues

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesProject) WithValue

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesResource

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesResource struct{}

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesResource) FieldPath

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesResource) WithArrayOfValues

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesResource) WithValue

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesResourceLabels

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesResourceLabels struct{}

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesResourceLabels) FieldPath

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesResourceLabels) WithArrayOfValues

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesResourceLabels) WithValue

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesResourceReducedLabels

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesResourceReducedLabels struct{}

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesResourceReducedLabels) FieldPath

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesResourceReducedLabels) WithArrayOfValues

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesResourceReducedLabels) WithItemValue

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesResourceReducedLabels) WithValue

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesResourceType

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesResourceType struct{}

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesResourceType) FieldPath

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesResourceType) WithArrayOfValues

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesResourceType) WithValue

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValue

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValue struct{}

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValue) FieldPath

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValue) WithArrayOfValues

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValue) WithValue

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueBoolValue

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueBoolValue struct{}

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueBoolValue) FieldPath

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueBoolValue) WithArrayOfValues

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueBoolValue) WithValue

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValue

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValue struct{}

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValue) FieldPath

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValue) WithArrayOfValues

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValue) WithValue

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketCounts

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketCounts struct{}

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketCounts) FieldPath

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketCounts) WithArrayOfValues

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketCounts) WithItemValue

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketCounts) WithValue

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptions

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptions struct{}

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptions) FieldPath

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptions) WithArrayOfValues

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptions) WithValue

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsDynamicBuckets

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsDynamicBuckets struct{}

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsDynamicBuckets) FieldPath

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsDynamicBuckets) WithArrayOfValues

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsDynamicBuckets) WithValue

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsDynamicBucketsCompression

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsDynamicBucketsCompression struct{}

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsDynamicBucketsCompression) FieldPath

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsDynamicBucketsCompression) WithArrayOfValues

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsDynamicBucketsCompression) WithValue

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsDynamicBucketsMeans

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsDynamicBucketsMeans struct{}

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsDynamicBucketsMeans) FieldPath

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsDynamicBucketsMeans) WithArrayOfValues

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsDynamicBucketsMeans) WithItemValue

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsDynamicBucketsMeans) WithValue

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsExplicitBuckets

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsExplicitBuckets struct{}

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsExplicitBuckets) FieldPath

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsExplicitBuckets) WithArrayOfValues

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsExplicitBuckets) WithValue

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsExplicitBucketsBounds

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsExplicitBucketsBounds struct{}

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsExplicitBucketsBounds) FieldPath

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsExplicitBucketsBounds) WithArrayOfValues

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsExplicitBucketsBounds) WithItemValue

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsExplicitBucketsBounds) WithValue

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsExponentialBuckets

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsExponentialBuckets struct{}

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsExponentialBuckets) FieldPath

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsExponentialBuckets) WithArrayOfValues

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsExponentialBuckets) WithValue

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsExponentialBucketsGrowthFactor

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsExponentialBucketsGrowthFactor struct{}

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsExponentialBucketsGrowthFactor) FieldPath

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsExponentialBucketsGrowthFactor) WithArrayOfValues

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsExponentialBucketsGrowthFactor) WithValue

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsExponentialBucketsNumFiniteBuckets

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsExponentialBucketsNumFiniteBuckets struct{}

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsExponentialBucketsNumFiniteBuckets) FieldPath

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsExponentialBucketsNumFiniteBuckets) WithArrayOfValues

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsExponentialBucketsNumFiniteBuckets) WithValue

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsExponentialBucketsScale

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsExponentialBucketsScale struct{}

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsExponentialBucketsScale) FieldPath

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsExponentialBucketsScale) WithArrayOfValues

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsExponentialBucketsScale) WithValue

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsLinearBuckets

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsLinearBuckets struct{}

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsLinearBuckets) FieldPath

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsLinearBuckets) WithArrayOfValues

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsLinearBuckets) WithValue

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsLinearBucketsNumFiniteBuckets

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsLinearBucketsNumFiniteBuckets struct{}

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsLinearBucketsNumFiniteBuckets) FieldPath

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsLinearBucketsNumFiniteBuckets) WithArrayOfValues

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsLinearBucketsNumFiniteBuckets) WithValue

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsLinearBucketsOffset

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsLinearBucketsOffset struct{}

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsLinearBucketsOffset) FieldPath

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsLinearBucketsOffset) WithArrayOfValues

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsLinearBucketsOffset) WithValue

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsLinearBucketsWidth

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsLinearBucketsWidth struct{}

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsLinearBucketsWidth) FieldPath

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsLinearBucketsWidth) WithArrayOfValues

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueBucketOptionsLinearBucketsWidth) WithValue

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueCount

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueCount struct{}

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueCount) FieldPath

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueCount) WithArrayOfValues

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueCount) WithValue

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueMean

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueMean struct{}

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueMean) FieldPath

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueMean) WithArrayOfValues

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueMean) WithValue

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueRange

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueRange struct{}

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueRange) FieldPath

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueRange) WithArrayOfValues

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueRange) WithValue

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueRangeMax

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueRangeMax struct{}

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueRangeMax) FieldPath

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueRangeMax) WithArrayOfValues

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueRangeMax) WithValue

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueRangeMin

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueRangeMin struct{}

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueRangeMin) FieldPath

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueRangeMin) WithArrayOfValues

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueRangeMin) WithValue

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueSumOfSquaredDeviation

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueSumOfSquaredDeviation struct{}

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueSumOfSquaredDeviation) FieldPath

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueSumOfSquaredDeviation) WithArrayOfValues

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDistributionValueSumOfSquaredDeviation) WithValue

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDoubleValue

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDoubleValue struct{}

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDoubleValue) FieldPath

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDoubleValue) WithArrayOfValues

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueDoubleValue) WithValue

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueInt64Value

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueInt64Value struct{}

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueInt64Value) FieldPath

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueInt64Value) WithArrayOfValues

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueInt64Value) WithValue

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueStringValue

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueStringValue struct{}

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueStringValue) FieldPath

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueStringValue) WithArrayOfValues

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueStringValue) WithValue

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueType

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueType struct{}

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesValueType) FieldPath

type ListPhantomTimeSeriesResponsePathSelectorPrevPageToken

type ListPhantomTimeSeriesResponsePathSelectorPrevPageToken struct{}

func (ListPhantomTimeSeriesResponsePathSelectorPrevPageToken) FieldPath

func (ListPhantomTimeSeriesResponsePathSelectorPrevPageToken) WithArrayOfValues

type ListPhantomTimeSeriesResponsePathSelectorTotalResultsCount added in v0.10.1

type ListPhantomTimeSeriesResponsePathSelectorTotalResultsCount struct{}

func (ListPhantomTimeSeriesResponsePathSelectorTotalResultsCount) FieldPath added in v0.10.1

func (ListPhantomTimeSeriesResponsePathSelectorTotalResultsCount) WithArrayOfValues added in v0.10.1

func (ListPhantomTimeSeriesResponsePathSelectorTotalResultsCount) WithValue added in v0.10.1

type ListPhantomTimeSeriesResponse_FieldMask

type ListPhantomTimeSeriesResponse_FieldMask struct {
	Paths []ListPhantomTimeSeriesResponse_FieldPath
}

func FullListPhantomTimeSeriesResponse_FieldMask

func FullListPhantomTimeSeriesResponse_FieldMask() *ListPhantomTimeSeriesResponse_FieldMask

func (*ListPhantomTimeSeriesResponse_FieldMask) AppendPath

func (*ListPhantomTimeSeriesResponse_FieldMask) AppendRawPath

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

func (*ListPhantomTimeSeriesResponse_FieldMask) DecodeFirestore

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

func (*ListPhantomTimeSeriesResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*ListPhantomTimeSeriesResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*ListPhantomTimeSeriesResponse_FieldMask) FromProtoFieldMask

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

func (*ListPhantomTimeSeriesResponse_FieldMask) GetPaths

func (*ListPhantomTimeSeriesResponse_FieldMask) GetRawPaths

func (*ListPhantomTimeSeriesResponse_FieldMask) IsFull

func (fieldMask *ListPhantomTimeSeriesResponse_FieldMask) IsFull() bool

func (ListPhantomTimeSeriesResponse_FieldMask) Marshal

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

implement methods required by customType

func (ListPhantomTimeSeriesResponse_FieldMask) MarshalJSON

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

func (*ListPhantomTimeSeriesResponse_FieldMask) PathsCount

func (fieldMask *ListPhantomTimeSeriesResponse_FieldMask) PathsCount() int

func (*ListPhantomTimeSeriesResponse_FieldMask) Project

func (*ListPhantomTimeSeriesResponse_FieldMask) ProjectRaw

func (*ListPhantomTimeSeriesResponse_FieldMask) ProtoMessage

func (fieldMask *ListPhantomTimeSeriesResponse_FieldMask) ProtoMessage()

func (*ListPhantomTimeSeriesResponse_FieldMask) ProtoReflect

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

func (*ListPhantomTimeSeriesResponse_FieldMask) Reset

func (fieldMask *ListPhantomTimeSeriesResponse_FieldMask) Reset()

func (*ListPhantomTimeSeriesResponse_FieldMask) Set

func (*ListPhantomTimeSeriesResponse_FieldMask) SetFromCliFlag

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

func (*ListPhantomTimeSeriesResponse_FieldMask) SetRaw

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

func (*ListPhantomTimeSeriesResponse_FieldMask) Size

func (fieldMask *ListPhantomTimeSeriesResponse_FieldMask) Size() int

func (*ListPhantomTimeSeriesResponse_FieldMask) String

func (fieldMask *ListPhantomTimeSeriesResponse_FieldMask) String() string

func (*ListPhantomTimeSeriesResponse_FieldMask) Subtract

func (*ListPhantomTimeSeriesResponse_FieldMask) SubtractRaw

func (*ListPhantomTimeSeriesResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*ListPhantomTimeSeriesResponse_FieldMask) Unmarshal

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

func (*ListPhantomTimeSeriesResponse_FieldMask) UnmarshalJSON

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

type ListPhantomTimeSeriesResponse_FieldPath

type ListPhantomTimeSeriesResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() ListPhantomTimeSeriesResponse_FieldPathSelector
	Get(source *ListPhantomTimeSeriesResponse) []interface{}
	GetSingle(source *ListPhantomTimeSeriesResponse) (interface{}, bool)
	ClearValue(item *ListPhantomTimeSeriesResponse)

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

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

func MustParseListPhantomTimeSeriesResponse_FieldPath

func MustParseListPhantomTimeSeriesResponse_FieldPath(rawField string) ListPhantomTimeSeriesResponse_FieldPath

func ParseListPhantomTimeSeriesResponse_FieldPath

func ParseListPhantomTimeSeriesResponse_FieldPath(rawField string) (ListPhantomTimeSeriesResponse_FieldPath, error)

type ListPhantomTimeSeriesResponse_FieldPathArrayItemValue

type ListPhantomTimeSeriesResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	ListPhantomTimeSeriesResponse_FieldPath
	ContainsValue(*ListPhantomTimeSeriesResponse) bool
}

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

func MustParseListPhantomTimeSeriesResponse_FieldPathArrayItemValue

func MustParseListPhantomTimeSeriesResponse_FieldPathArrayItemValue(pathStr, valueStr string) ListPhantomTimeSeriesResponse_FieldPathArrayItemValue

func ParseListPhantomTimeSeriesResponse_FieldPathArrayItemValue

func ParseListPhantomTimeSeriesResponse_FieldPathArrayItemValue(pathStr, valueStr string) (ListPhantomTimeSeriesResponse_FieldPathArrayItemValue, error)

ParseListPhantomTimeSeriesResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type ListPhantomTimeSeriesResponse_FieldPathArrayOfValues

type ListPhantomTimeSeriesResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	ListPhantomTimeSeriesResponse_FieldPath
}

ListPhantomTimeSeriesResponse_FieldPathArrayOfValues allows storing slice of values for ListPhantomTimeSeriesResponse fields according to their type

func MustParseListPhantomTimeSeriesResponse_FieldPathArrayOfValues

func MustParseListPhantomTimeSeriesResponse_FieldPathArrayOfValues(pathStr, valuesStr string) ListPhantomTimeSeriesResponse_FieldPathArrayOfValues

func ParseListPhantomTimeSeriesResponse_FieldPathArrayOfValues

func ParseListPhantomTimeSeriesResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (ListPhantomTimeSeriesResponse_FieldPathArrayOfValues, error)

type ListPhantomTimeSeriesResponse_FieldPathSelector

type ListPhantomTimeSeriesResponse_FieldPathSelector int32
const (
	ListPhantomTimeSeriesResponse_FieldPathSelectorPhantomTimeSeries ListPhantomTimeSeriesResponse_FieldPathSelector = 0
	ListPhantomTimeSeriesResponse_FieldPathSelectorPrevPageToken     ListPhantomTimeSeriesResponse_FieldPathSelector = 1
	ListPhantomTimeSeriesResponse_FieldPathSelectorNextPageToken     ListPhantomTimeSeriesResponse_FieldPathSelector = 2
	ListPhantomTimeSeriesResponse_FieldPathSelectorCurrentOffset     ListPhantomTimeSeriesResponse_FieldPathSelector = 3
	ListPhantomTimeSeriesResponse_FieldPathSelectorTotalResultsCount ListPhantomTimeSeriesResponse_FieldPathSelector = 4
)

func (ListPhantomTimeSeriesResponse_FieldPathSelector) String

type ListPhantomTimeSeriesResponse_FieldPathValue

type ListPhantomTimeSeriesResponse_FieldPathValue interface {
	ListPhantomTimeSeriesResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **ListPhantomTimeSeriesResponse)
	CompareWith(*ListPhantomTimeSeriesResponse) (cmp int, comparable bool)
}

ListPhantomTimeSeriesResponse_FieldPathValue allows storing values for ListPhantomTimeSeriesResponse fields according to their type

func MustParseListPhantomTimeSeriesResponse_FieldPathValue

func MustParseListPhantomTimeSeriesResponse_FieldPathValue(pathStr, valueStr string) ListPhantomTimeSeriesResponse_FieldPathValue

func ParseListPhantomTimeSeriesResponse_FieldPathValue

func ParseListPhantomTimeSeriesResponse_FieldPathValue(pathStr, valueStr string) (ListPhantomTimeSeriesResponse_FieldPathValue, error)

type ListPhantomTimeSeriesResponse_FieldSubPath

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

func (*ListPhantomTimeSeriesResponse_FieldSubPath) AsPhantomTimeSeriesSubPath

func (*ListPhantomTimeSeriesResponse_FieldSubPath) ClearValue

func (*ListPhantomTimeSeriesResponse_FieldSubPath) ClearValueRaw

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

func (*ListPhantomTimeSeriesResponse_FieldSubPath) Get

func (fps *ListPhantomTimeSeriesResponse_FieldSubPath) Get(source *ListPhantomTimeSeriesResponse) (values []interface{})

Get returns all values pointed by selected field from source ListPhantomTimeSeriesResponse

func (*ListPhantomTimeSeriesResponse_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ListPhantomTimeSeriesResponse_FieldSubPath) GetRaw

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

func (*ListPhantomTimeSeriesResponse_FieldSubPath) GetSingle

func (fps *ListPhantomTimeSeriesResponse_FieldSubPath) GetSingle(source *ListPhantomTimeSeriesResponse) (interface{}, bool)

GetSingle returns value of selected field from source ListPhantomTimeSeriesResponse

func (*ListPhantomTimeSeriesResponse_FieldSubPath) GetSingleRaw

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

func (*ListPhantomTimeSeriesResponse_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListPhantomTimeSeriesResponse_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*ListPhantomTimeSeriesResponse_FieldSubPath) Selector

func (*ListPhantomTimeSeriesResponse_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*ListPhantomTimeSeriesResponse_FieldSubPath) String

String returns path representation in proto convention

func (*ListPhantomTimeSeriesResponse_FieldSubPath) WithIArrayItemValue

func (*ListPhantomTimeSeriesResponse_FieldSubPath) WithIArrayOfValues

func (*ListPhantomTimeSeriesResponse_FieldSubPath) WithIValue

func (*ListPhantomTimeSeriesResponse_FieldSubPath) WithRawIArrayItemValue

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

func (*ListPhantomTimeSeriesResponse_FieldSubPath) WithRawIArrayOfValues

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

func (*ListPhantomTimeSeriesResponse_FieldSubPath) WithRawIValue

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

type ListPhantomTimeSeriesResponse_FieldSubPathArrayItemValue

type ListPhantomTimeSeriesResponse_FieldSubPathArrayItemValue struct {
	ListPhantomTimeSeriesResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListPhantomTimeSeriesResponse_FieldSubPathArrayItemValue) AsPhantomTimeSeriesPathItemValue

func (*ListPhantomTimeSeriesResponse_FieldSubPathArrayItemValue) ContainsValue

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

func (*ListPhantomTimeSeriesResponse_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type ListPhantomTimeSeriesResponse_FieldSubPathArrayOfValues

type ListPhantomTimeSeriesResponse_FieldSubPathArrayOfValues struct {
	ListPhantomTimeSeriesResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListPhantomTimeSeriesResponse_FieldSubPathArrayOfValues) AsPhantomTimeSeriesPathArrayOfValues

func (*ListPhantomTimeSeriesResponse_FieldSubPathArrayOfValues) GetRawValues

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

type ListPhantomTimeSeriesResponse_FieldSubPathValue

type ListPhantomTimeSeriesResponse_FieldSubPathValue struct {
	ListPhantomTimeSeriesResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListPhantomTimeSeriesResponse_FieldSubPathValue) AsPhantomTimeSeriesPathValue

func (*ListPhantomTimeSeriesResponse_FieldSubPathValue) CompareWith

func (*ListPhantomTimeSeriesResponse_FieldSubPathValue) CompareWithRaw

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

func (*ListPhantomTimeSeriesResponse_FieldSubPathValue) GetRawValue

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

func (*ListPhantomTimeSeriesResponse_FieldSubPathValue) SetTo

func (*ListPhantomTimeSeriesResponse_FieldSubPathValue) SetToRaw

type ListPhantomTimeSeriesResponse_FieldTerminalPath

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

func (*ListPhantomTimeSeriesResponse_FieldTerminalPath) ClearValue

func (*ListPhantomTimeSeriesResponse_FieldTerminalPath) ClearValueRaw

func (*ListPhantomTimeSeriesResponse_FieldTerminalPath) Get

Get returns all values pointed by specific field from source ListPhantomTimeSeriesResponse

func (*ListPhantomTimeSeriesResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ListPhantomTimeSeriesResponse_FieldTerminalPath) GetRaw

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

func (*ListPhantomTimeSeriesResponse_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source ListPhantomTimeSeriesResponse

func (*ListPhantomTimeSeriesResponse_FieldTerminalPath) GetSingleRaw

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

func (*ListPhantomTimeSeriesResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListPhantomTimeSeriesResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*ListPhantomTimeSeriesResponse_FieldTerminalPath) Selector

func (*ListPhantomTimeSeriesResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*ListPhantomTimeSeriesResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*ListPhantomTimeSeriesResponse_FieldTerminalPath) WithIArrayItemValue

func (*ListPhantomTimeSeriesResponse_FieldTerminalPath) WithIArrayOfValues

func (*ListPhantomTimeSeriesResponse_FieldTerminalPath) WithIValue

func (*ListPhantomTimeSeriesResponse_FieldTerminalPath) WithRawIArrayItemValue

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

func (*ListPhantomTimeSeriesResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*ListPhantomTimeSeriesResponse_FieldTerminalPath) WithRawIValue

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

type ListPhantomTimeSeriesResponse_FieldTerminalPathArrayItemValue

type ListPhantomTimeSeriesResponse_FieldTerminalPathArrayItemValue struct {
	ListPhantomTimeSeriesResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListPhantomTimeSeriesResponse_FieldTerminalPathArrayItemValue) AsPhantomTimeSeriesItemValue

func (*ListPhantomTimeSeriesResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*ListPhantomTimeSeriesResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*ListPhantomTimeSeriesResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*ListPhantomTimeSeriesResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type ListPhantomTimeSeriesResponse_FieldTerminalPathArrayOfValues

type ListPhantomTimeSeriesResponse_FieldTerminalPathArrayOfValues struct {
	ListPhantomTimeSeriesResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListPhantomTimeSeriesResponse_FieldTerminalPathArrayOfValues) AsCurrentOffsetArrayOfValues added in v0.10.1

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

func (*ListPhantomTimeSeriesResponse_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues

func (*ListPhantomTimeSeriesResponse_FieldTerminalPathArrayOfValues) AsPhantomTimeSeriesArrayOfValues

func (*ListPhantomTimeSeriesResponse_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues

func (*ListPhantomTimeSeriesResponse_FieldTerminalPathArrayOfValues) AsTotalResultsCountArrayOfValues added in v0.10.1

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

func (*ListPhantomTimeSeriesResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type ListPhantomTimeSeriesResponse_FieldTerminalPathValue

type ListPhantomTimeSeriesResponse_FieldTerminalPathValue struct {
	ListPhantomTimeSeriesResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListPhantomTimeSeriesResponse_FieldTerminalPathValue) AsCurrentOffsetValue added in v0.10.1

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

func (*ListPhantomTimeSeriesResponse_FieldTerminalPathValue) AsNextPageTokenValue

func (*ListPhantomTimeSeriesResponse_FieldTerminalPathValue) AsPhantomTimeSeriesValue

func (*ListPhantomTimeSeriesResponse_FieldTerminalPathValue) AsPrevPageTokenValue

func (*ListPhantomTimeSeriesResponse_FieldTerminalPathValue) AsTotalResultsCountValue added in v0.10.1

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

func (*ListPhantomTimeSeriesResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'ListPhantomTimeSeriesResponse_FieldTerminalPathValue' with the value under path in 'ListPhantomTimeSeriesResponse'.

func (*ListPhantomTimeSeriesResponse_FieldTerminalPathValue) CompareWithRaw

func (*ListPhantomTimeSeriesResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*ListPhantomTimeSeriesResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object ListPhantomTimeSeriesResponse

func (*ListPhantomTimeSeriesResponse_FieldTerminalPathValue) SetToRaw

type PhantomTimeSerieServiceClient

PhantomTimeSerieServiceClient is the client API for PhantomTimeSerieService.

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

type PhantomTimeSerieServiceDescriptor added in v0.4.28

type PhantomTimeSerieServiceDescriptor struct{}

func GetPhantomTimeSerieServiceDescriptor added in v0.4.28

func GetPhantomTimeSerieServiceDescriptor() *PhantomTimeSerieServiceDescriptor

func (*PhantomTimeSerieServiceDescriptor) AllMethodDescriptors added in v0.4.28

func (*PhantomTimeSerieServiceDescriptor) GetApiName added in v0.4.28

func (d *PhantomTimeSerieServiceDescriptor) GetApiName() string

func (*PhantomTimeSerieServiceDescriptor) GetFullAPIName added in v0.4.28

func (d *PhantomTimeSerieServiceDescriptor) GetFullAPIName() string

func (*PhantomTimeSerieServiceDescriptor) GetProtoPkgName added in v0.4.28

func (d *PhantomTimeSerieServiceDescriptor) GetProtoPkgName() string

func (*PhantomTimeSerieServiceDescriptor) GetServiceDomain added in v0.4.28

func (d *PhantomTimeSerieServiceDescriptor) GetServiceDomain() string

func (*PhantomTimeSerieServiceDescriptor) GetServiceVersion added in v0.4.28

func (d *PhantomTimeSerieServiceDescriptor) GetServiceVersion() string

type UpdatePhantomTimeSerieDescriptor added in v0.10.24

type UpdatePhantomTimeSerieDescriptor struct{}

func GetUpdatePhantomTimeSerieDescriptor added in v0.10.24

func GetUpdatePhantomTimeSerieDescriptor() *UpdatePhantomTimeSerieDescriptor

func (*UpdatePhantomTimeSerieDescriptor) GetApiDescriptor added in v0.10.24

func (*UpdatePhantomTimeSerieDescriptor) GetApiName added in v0.10.24

func (d *UpdatePhantomTimeSerieDescriptor) GetApiName() string

func (*UpdatePhantomTimeSerieDescriptor) GetClientMsgReflectHandle added in v0.10.24

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

func (*UpdatePhantomTimeSerieDescriptor) GetFullMethodName added in v0.10.24

func (d *UpdatePhantomTimeSerieDescriptor) GetFullMethodName() string

func (*UpdatePhantomTimeSerieDescriptor) GetMethodName added in v0.10.24

func (d *UpdatePhantomTimeSerieDescriptor) GetMethodName() string

func (*UpdatePhantomTimeSerieDescriptor) GetProtoPkgName added in v0.10.24

func (d *UpdatePhantomTimeSerieDescriptor) GetProtoPkgName() string

func (*UpdatePhantomTimeSerieDescriptor) GetResourceDescriptor added in v0.10.24

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

func (*UpdatePhantomTimeSerieDescriptor) GetServerMsgReflectHandle added in v0.10.24

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

func (*UpdatePhantomTimeSerieDescriptor) GetServiceDomain added in v0.10.24

func (d *UpdatePhantomTimeSerieDescriptor) GetServiceDomain() string

func (*UpdatePhantomTimeSerieDescriptor) GetServiceVersion added in v0.10.24

func (d *UpdatePhantomTimeSerieDescriptor) GetServiceVersion() string

func (*UpdatePhantomTimeSerieDescriptor) GetVerb added in v0.10.24

func (*UpdatePhantomTimeSerieDescriptor) HasResource added in v0.10.24

func (d *UpdatePhantomTimeSerieDescriptor) HasResource() bool

func (*UpdatePhantomTimeSerieDescriptor) IsClientStream added in v0.10.24

func (d *UpdatePhantomTimeSerieDescriptor) IsClientStream() bool

func (*UpdatePhantomTimeSerieDescriptor) IsCollection added in v0.10.24

func (d *UpdatePhantomTimeSerieDescriptor) IsCollection() bool

func (*UpdatePhantomTimeSerieDescriptor) IsPlural added in v0.10.24

func (d *UpdatePhantomTimeSerieDescriptor) IsPlural() bool

func (*UpdatePhantomTimeSerieDescriptor) IsServerStream added in v0.10.24

func (d *UpdatePhantomTimeSerieDescriptor) IsServerStream() bool

func (*UpdatePhantomTimeSerieDescriptor) IsUnary added in v0.10.24

func (*UpdatePhantomTimeSerieDescriptor) NewEmptyClientMsg added in v0.10.24

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

func (*UpdatePhantomTimeSerieDescriptor) NewEmptyServerMsg added in v0.10.24

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

func (*UpdatePhantomTimeSerieDescriptor) RequestHasResourceBody added in v0.10.24

func (d *UpdatePhantomTimeSerieDescriptor) RequestHasResourceBody() bool

type UpdatePhantomTimeSerieDescriptorClientMsgHandle added in v0.10.24

type UpdatePhantomTimeSerieDescriptorClientMsgHandle struct{}

func (*UpdatePhantomTimeSerieDescriptorClientMsgHandle) ExtractCollectionName added in v0.10.24

func (*UpdatePhantomTimeSerieDescriptorClientMsgHandle) ExtractResourceName added in v0.10.24

func (*UpdatePhantomTimeSerieDescriptorClientMsgHandle) ExtractResourceNames added in v0.10.24

type UpdatePhantomTimeSerieDescriptorServerMsgHandle added in v0.10.24

type UpdatePhantomTimeSerieDescriptorServerMsgHandle struct{}

func (*UpdatePhantomTimeSerieDescriptorServerMsgHandle) ExtractCollectionName added in v0.10.24

func (*UpdatePhantomTimeSerieDescriptorServerMsgHandle) ExtractResourceName added in v0.10.24

func (*UpdatePhantomTimeSerieDescriptorServerMsgHandle) ExtractResourceNames added in v0.10.24

type UpdatePhantomTimeSerieRequest added in v0.10.24

type UpdatePhantomTimeSerieRequest struct {

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

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

func (*UpdatePhantomTimeSerieRequest) Clone added in v0.10.24

func (*UpdatePhantomTimeSerieRequest) CloneRaw added in v0.10.24

func (*UpdatePhantomTimeSerieRequest) Descriptor added in v0.10.24

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

Deprecated, Use UpdatePhantomTimeSerieRequest.ProtoReflect.Descriptor instead.

func (*UpdatePhantomTimeSerieRequest) GetCas added in v0.10.24

func (*UpdatePhantomTimeSerieRequest) GetPhantomTimeSerie added in v0.10.24

func (*UpdatePhantomTimeSerieRequest) GetUpdateMask added in v0.10.24

func (*UpdatePhantomTimeSerieRequest) GotenMessage added in v0.10.24

func (*UpdatePhantomTimeSerieRequest) GotenMessage()

func (*UpdatePhantomTimeSerieRequest) GotenObjectExt added in v0.10.24

func (o *UpdatePhantomTimeSerieRequest) GotenObjectExt()

func (*UpdatePhantomTimeSerieRequest) GotenValidate added in v0.10.24

func (obj *UpdatePhantomTimeSerieRequest) GotenValidate() error

func (*UpdatePhantomTimeSerieRequest) MakeDiffFieldMask added in v0.10.24

func (*UpdatePhantomTimeSerieRequest) MakeFullFieldMask added in v0.10.24

func (*UpdatePhantomTimeSerieRequest) MakeRawDiffFieldMask added in v0.10.24

func (*UpdatePhantomTimeSerieRequest) MakeRawFullFieldMask added in v0.10.24

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

func (*UpdatePhantomTimeSerieRequest) Marshal added in v0.10.24

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

func (*UpdatePhantomTimeSerieRequest) MarshalJSON added in v0.10.24

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

func (*UpdatePhantomTimeSerieRequest) Merge added in v0.10.24

func (*UpdatePhantomTimeSerieRequest) MergeRaw added in v0.10.24

func (*UpdatePhantomTimeSerieRequest) ProtoMessage added in v0.10.24

func (*UpdatePhantomTimeSerieRequest) ProtoMessage()

func (*UpdatePhantomTimeSerieRequest) ProtoReflect added in v0.10.24

func (*UpdatePhantomTimeSerieRequest) Reset added in v0.10.24

func (m *UpdatePhantomTimeSerieRequest) Reset()

func (*UpdatePhantomTimeSerieRequest) SetCas added in v0.10.24

func (*UpdatePhantomTimeSerieRequest) SetPhantomTimeSerie added in v0.10.24

func (*UpdatePhantomTimeSerieRequest) SetUpdateMask added in v0.10.24

func (*UpdatePhantomTimeSerieRequest) String added in v0.10.24

func (*UpdatePhantomTimeSerieRequest) Unmarshal added in v0.10.24

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

func (*UpdatePhantomTimeSerieRequest) UnmarshalJSON added in v0.10.24

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

type UpdatePhantomTimeSerieRequestCASFieldPathBuilder added in v0.10.24

type UpdatePhantomTimeSerieRequestCASFieldPathBuilder struct{}

func NewUpdatePhantomTimeSerieRequestCASFieldPathBuilder added in v0.10.24

func NewUpdatePhantomTimeSerieRequestCASFieldPathBuilder() UpdatePhantomTimeSerieRequestCASFieldPathBuilder

func (UpdatePhantomTimeSerieRequestCASFieldPathBuilder) ConditionalState added in v0.10.24

func (UpdatePhantomTimeSerieRequestCASFieldPathBuilder) FieldMask added in v0.10.24

type UpdatePhantomTimeSerieRequestCAS_FieldPath added in v0.10.24

type UpdatePhantomTimeSerieRequestCAS_FieldPath interface {
	gotenobject.FieldPath
	Selector() UpdatePhantomTimeSerieRequestCAS_FieldPathSelector
	Get(source *UpdatePhantomTimeSerieRequest_CAS) []interface{}
	GetSingle(source *UpdatePhantomTimeSerieRequest_CAS) (interface{}, bool)
	ClearValue(item *UpdatePhantomTimeSerieRequest_CAS)

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

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

func BuildUpdatePhantomTimeSerieRequestCAS_FieldPath added in v0.10.24

func BuildUpdatePhantomTimeSerieRequestCAS_FieldPath(fp gotenobject.RawFieldPath) (UpdatePhantomTimeSerieRequestCAS_FieldPath, error)

func MustParseUpdatePhantomTimeSerieRequestCAS_FieldPath added in v0.10.24

func MustParseUpdatePhantomTimeSerieRequestCAS_FieldPath(rawField string) UpdatePhantomTimeSerieRequestCAS_FieldPath

func ParseUpdatePhantomTimeSerieRequestCAS_FieldPath added in v0.10.24

func ParseUpdatePhantomTimeSerieRequestCAS_FieldPath(rawField string) (UpdatePhantomTimeSerieRequestCAS_FieldPath, error)

type UpdatePhantomTimeSerieRequestCAS_FieldPathArrayItemValue added in v0.10.24

type UpdatePhantomTimeSerieRequestCAS_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	UpdatePhantomTimeSerieRequestCAS_FieldPath
	ContainsValue(*UpdatePhantomTimeSerieRequest_CAS) bool
}

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

func MustParseUpdatePhantomTimeSerieRequestCAS_FieldPathArrayItemValue added in v0.10.24

func MustParseUpdatePhantomTimeSerieRequestCAS_FieldPathArrayItemValue(pathStr, valueStr string) UpdatePhantomTimeSerieRequestCAS_FieldPathArrayItemValue

func ParseUpdatePhantomTimeSerieRequestCAS_FieldPathArrayItemValue added in v0.10.24

func ParseUpdatePhantomTimeSerieRequestCAS_FieldPathArrayItemValue(pathStr, valueStr string) (UpdatePhantomTimeSerieRequestCAS_FieldPathArrayItemValue, error)

ParseUpdatePhantomTimeSerieRequestCAS_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type UpdatePhantomTimeSerieRequestCAS_FieldPathArrayOfValues added in v0.10.24

type UpdatePhantomTimeSerieRequestCAS_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	UpdatePhantomTimeSerieRequestCAS_FieldPath
}

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

func MustParseUpdatePhantomTimeSerieRequestCAS_FieldPathArrayOfValues added in v0.10.24

func MustParseUpdatePhantomTimeSerieRequestCAS_FieldPathArrayOfValues(pathStr, valuesStr string) UpdatePhantomTimeSerieRequestCAS_FieldPathArrayOfValues

func ParseUpdatePhantomTimeSerieRequestCAS_FieldPathArrayOfValues added in v0.10.24

func ParseUpdatePhantomTimeSerieRequestCAS_FieldPathArrayOfValues(pathStr, valuesStr string) (UpdatePhantomTimeSerieRequestCAS_FieldPathArrayOfValues, error)

type UpdatePhantomTimeSerieRequestCAS_FieldPathSelector added in v0.10.24

type UpdatePhantomTimeSerieRequestCAS_FieldPathSelector int32
const (
	UpdatePhantomTimeSerieRequestCAS_FieldPathSelectorConditionalState UpdatePhantomTimeSerieRequestCAS_FieldPathSelector = 0
	UpdatePhantomTimeSerieRequestCAS_FieldPathSelectorFieldMask        UpdatePhantomTimeSerieRequestCAS_FieldPathSelector = 1
)

func (UpdatePhantomTimeSerieRequestCAS_FieldPathSelector) String added in v0.10.24

type UpdatePhantomTimeSerieRequestCAS_FieldPathValue added in v0.10.24

type UpdatePhantomTimeSerieRequestCAS_FieldPathValue interface {
	UpdatePhantomTimeSerieRequestCAS_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **UpdatePhantomTimeSerieRequest_CAS)
	CompareWith(*UpdatePhantomTimeSerieRequest_CAS) (cmp int, comparable bool)
}

UpdatePhantomTimeSerieRequestCAS_FieldPathValue allows storing values for CAS fields according to their type

func MustParseUpdatePhantomTimeSerieRequestCAS_FieldPathValue added in v0.10.24

func MustParseUpdatePhantomTimeSerieRequestCAS_FieldPathValue(pathStr, valueStr string) UpdatePhantomTimeSerieRequestCAS_FieldPathValue

func ParseUpdatePhantomTimeSerieRequestCAS_FieldPathValue added in v0.10.24

func ParseUpdatePhantomTimeSerieRequestCAS_FieldPathValue(pathStr, valueStr string) (UpdatePhantomTimeSerieRequestCAS_FieldPathValue, error)

type UpdatePhantomTimeSerieRequestCAS_FieldSubPath added in v0.10.24

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

func (*UpdatePhantomTimeSerieRequestCAS_FieldSubPath) AsConditionalStateSubPath added in v0.10.24

func (*UpdatePhantomTimeSerieRequestCAS_FieldSubPath) ClearValue added in v0.10.24

func (*UpdatePhantomTimeSerieRequestCAS_FieldSubPath) ClearValueRaw added in v0.10.24

func (*UpdatePhantomTimeSerieRequestCAS_FieldSubPath) Get added in v0.10.24

Get returns all values pointed by selected field from source UpdatePhantomTimeSerieRequest_CAS

func (*UpdatePhantomTimeSerieRequestCAS_FieldSubPath) GetDefault added in v0.10.24

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

GetDefault returns a default value of the field type

func (*UpdatePhantomTimeSerieRequestCAS_FieldSubPath) GetRaw added in v0.10.24

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

func (*UpdatePhantomTimeSerieRequestCAS_FieldSubPath) GetSingle added in v0.10.24

GetSingle returns value of selected field from source UpdatePhantomTimeSerieRequest_CAS

func (*UpdatePhantomTimeSerieRequestCAS_FieldSubPath) GetSingleRaw added in v0.10.24

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

func (*UpdatePhantomTimeSerieRequestCAS_FieldSubPath) IsLeaf added in v0.10.24

IsLeaf - whether field path is holds simple value

func (*UpdatePhantomTimeSerieRequestCAS_FieldSubPath) JSONString added in v0.10.24

JSONString returns path representation is JSON convention

func (*UpdatePhantomTimeSerieRequestCAS_FieldSubPath) Selector added in v0.10.24

func (*UpdatePhantomTimeSerieRequestCAS_FieldSubPath) SplitIntoTerminalIPaths added in v0.10.24

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

func (*UpdatePhantomTimeSerieRequestCAS_FieldSubPath) String added in v0.10.24

String returns path representation in proto convention

func (*UpdatePhantomTimeSerieRequestCAS_FieldSubPath) WithIArrayItemValue added in v0.10.24

func (*UpdatePhantomTimeSerieRequestCAS_FieldSubPath) WithIArrayOfValues added in v0.10.24

func (*UpdatePhantomTimeSerieRequestCAS_FieldSubPath) WithIValue added in v0.10.24

func (*UpdatePhantomTimeSerieRequestCAS_FieldSubPath) WithRawIArrayItemValue added in v0.10.24

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

func (*UpdatePhantomTimeSerieRequestCAS_FieldSubPath) WithRawIArrayOfValues added in v0.10.24

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

func (*UpdatePhantomTimeSerieRequestCAS_FieldSubPath) WithRawIValue added in v0.10.24

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

type UpdatePhantomTimeSerieRequestCAS_FieldSubPathArrayItemValue added in v0.10.24

type UpdatePhantomTimeSerieRequestCAS_FieldSubPathArrayItemValue struct {
	UpdatePhantomTimeSerieRequestCAS_FieldPath
	// contains filtered or unexported fields
}

func (*UpdatePhantomTimeSerieRequestCAS_FieldSubPathArrayItemValue) AsConditionalStatePathItemValue added in v0.10.24

func (*UpdatePhantomTimeSerieRequestCAS_FieldSubPathArrayItemValue) ContainsValue added in v0.10.24

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

func (*UpdatePhantomTimeSerieRequestCAS_FieldSubPathArrayItemValue) GetRawItemValue added in v0.10.24

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

GetRawValue returns stored array item value

type UpdatePhantomTimeSerieRequestCAS_FieldSubPathArrayOfValues added in v0.10.24

type UpdatePhantomTimeSerieRequestCAS_FieldSubPathArrayOfValues struct {
	UpdatePhantomTimeSerieRequestCAS_FieldPath
	// contains filtered or unexported fields
}

func (*UpdatePhantomTimeSerieRequestCAS_FieldSubPathArrayOfValues) AsConditionalStatePathArrayOfValues added in v0.10.24

func (*UpdatePhantomTimeSerieRequestCAS_FieldSubPathArrayOfValues) GetRawValues added in v0.10.24

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

type UpdatePhantomTimeSerieRequestCAS_FieldSubPathValue added in v0.10.24

type UpdatePhantomTimeSerieRequestCAS_FieldSubPathValue struct {
	UpdatePhantomTimeSerieRequestCAS_FieldPath
	// contains filtered or unexported fields
}

func (*UpdatePhantomTimeSerieRequestCAS_FieldSubPathValue) AsConditionalStatePathValue added in v0.10.24

func (*UpdatePhantomTimeSerieRequestCAS_FieldSubPathValue) CompareWith added in v0.10.24

func (*UpdatePhantomTimeSerieRequestCAS_FieldSubPathValue) CompareWithRaw added in v0.10.24

func (*UpdatePhantomTimeSerieRequestCAS_FieldSubPathValue) GetRawValue added in v0.10.24

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

func (*UpdatePhantomTimeSerieRequestCAS_FieldSubPathValue) SetTo added in v0.10.24

func (*UpdatePhantomTimeSerieRequestCAS_FieldSubPathValue) SetToRaw added in v0.10.24

type UpdatePhantomTimeSerieRequestCAS_FieldTerminalPath added in v0.10.24

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

func (*UpdatePhantomTimeSerieRequestCAS_FieldTerminalPath) ClearValue added in v0.10.24

func (*UpdatePhantomTimeSerieRequestCAS_FieldTerminalPath) ClearValueRaw added in v0.10.24

func (*UpdatePhantomTimeSerieRequestCAS_FieldTerminalPath) Get added in v0.10.24

Get returns all values pointed by specific field from source UpdatePhantomTimeSerieRequest_CAS

func (*UpdatePhantomTimeSerieRequestCAS_FieldTerminalPath) GetDefault added in v0.10.24

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

GetDefault returns a default value of the field type

func (*UpdatePhantomTimeSerieRequestCAS_FieldTerminalPath) GetRaw added in v0.10.24

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

func (*UpdatePhantomTimeSerieRequestCAS_FieldTerminalPath) GetSingle added in v0.10.24

GetSingle returns value pointed by specific field of from source UpdatePhantomTimeSerieRequest_CAS

func (*UpdatePhantomTimeSerieRequestCAS_FieldTerminalPath) GetSingleRaw added in v0.10.24

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

func (*UpdatePhantomTimeSerieRequestCAS_FieldTerminalPath) IsLeaf added in v0.10.24

IsLeaf - whether field path is holds simple value

func (*UpdatePhantomTimeSerieRequestCAS_FieldTerminalPath) JSONString added in v0.10.24

JSONString returns path representation is JSON convention

func (*UpdatePhantomTimeSerieRequestCAS_FieldTerminalPath) Selector added in v0.10.24

func (*UpdatePhantomTimeSerieRequestCAS_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.10.24

func (*UpdatePhantomTimeSerieRequestCAS_FieldTerminalPath) String added in v0.10.24

String returns path representation in proto convention

func (*UpdatePhantomTimeSerieRequestCAS_FieldTerminalPath) WithIArrayItemValue added in v0.10.24

func (*UpdatePhantomTimeSerieRequestCAS_FieldTerminalPath) WithIArrayOfValues added in v0.10.24

func (*UpdatePhantomTimeSerieRequestCAS_FieldTerminalPath) WithIValue added in v0.10.24

func (*UpdatePhantomTimeSerieRequestCAS_FieldTerminalPath) WithRawIArrayItemValue added in v0.10.24

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

func (*UpdatePhantomTimeSerieRequestCAS_FieldTerminalPath) WithRawIArrayOfValues added in v0.10.24

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

func (*UpdatePhantomTimeSerieRequestCAS_FieldTerminalPath) WithRawIValue added in v0.10.24

type UpdatePhantomTimeSerieRequestCAS_FieldTerminalPathArrayItemValue added in v0.10.24

type UpdatePhantomTimeSerieRequestCAS_FieldTerminalPathArrayItemValue struct {
	UpdatePhantomTimeSerieRequestCAS_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdatePhantomTimeSerieRequestCAS_FieldTerminalPathArrayItemValue) ContainsValue added in v0.10.24

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

func (*UpdatePhantomTimeSerieRequestCAS_FieldTerminalPathArrayItemValue) GetRawItemValue added in v0.10.24

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

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

func (*UpdatePhantomTimeSerieRequestCAS_FieldTerminalPathArrayItemValue) GetSingle added in v0.10.24

func (*UpdatePhantomTimeSerieRequestCAS_FieldTerminalPathArrayItemValue) GetSingleRaw added in v0.10.24

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

type UpdatePhantomTimeSerieRequestCAS_FieldTerminalPathArrayOfValues added in v0.10.24

type UpdatePhantomTimeSerieRequestCAS_FieldTerminalPathArrayOfValues struct {
	UpdatePhantomTimeSerieRequestCAS_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdatePhantomTimeSerieRequestCAS_FieldTerminalPathArrayOfValues) AsConditionalStateArrayOfValues added in v0.10.24

func (*UpdatePhantomTimeSerieRequestCAS_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues added in v0.10.24

func (*UpdatePhantomTimeSerieRequestCAS_FieldTerminalPathArrayOfValues) GetRawValues added in v0.10.24

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

type UpdatePhantomTimeSerieRequestCAS_FieldTerminalPathValue added in v0.10.24

type UpdatePhantomTimeSerieRequestCAS_FieldTerminalPathValue struct {
	UpdatePhantomTimeSerieRequestCAS_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdatePhantomTimeSerieRequestCAS_FieldTerminalPathValue) AsConditionalStateValue added in v0.10.24

func (*UpdatePhantomTimeSerieRequestCAS_FieldTerminalPathValue) AsFieldMaskValue added in v0.10.24

func (*UpdatePhantomTimeSerieRequestCAS_FieldTerminalPathValue) CompareWith added in v0.10.24

CompareWith compares value in the 'UpdatePhantomTimeSerieRequestCAS_FieldTerminalPathValue' with the value under path in 'UpdatePhantomTimeSerieRequest_CAS'.

func (*UpdatePhantomTimeSerieRequestCAS_FieldTerminalPathValue) CompareWithRaw added in v0.10.24

func (*UpdatePhantomTimeSerieRequestCAS_FieldTerminalPathValue) GetRawValue added in v0.10.24

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

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

func (*UpdatePhantomTimeSerieRequestCAS_FieldTerminalPathValue) SetTo added in v0.10.24

SetTo stores value for selected field for object CAS

func (*UpdatePhantomTimeSerieRequestCAS_FieldTerminalPathValue) SetToRaw added in v0.10.24

type UpdatePhantomTimeSerieRequestFieldPathBuilder added in v0.10.24

type UpdatePhantomTimeSerieRequestFieldPathBuilder struct{}

func NewUpdatePhantomTimeSerieRequestFieldPathBuilder added in v0.10.24

func NewUpdatePhantomTimeSerieRequestFieldPathBuilder() UpdatePhantomTimeSerieRequestFieldPathBuilder

func (UpdatePhantomTimeSerieRequestFieldPathBuilder) Cas added in v0.10.24

func (UpdatePhantomTimeSerieRequestFieldPathBuilder) PhantomTimeSerie added in v0.10.24

func (UpdatePhantomTimeSerieRequestFieldPathBuilder) UpdateMask added in v0.10.24

type UpdatePhantomTimeSerieRequestMapPathSelectorCasConditionalStateMetadataAnnotations added in v0.10.24

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

func (UpdatePhantomTimeSerieRequestMapPathSelectorCasConditionalStateMetadataAnnotations) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestMapPathSelectorCasConditionalStateMetadataLabels added in v0.10.24

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

func (UpdatePhantomTimeSerieRequestMapPathSelectorCasConditionalStateMetadataLabels) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestMapPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestMapPathSelectorCasConditionalStateMetadataLabels) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestMapPathSelectorCasConditionalStateMetadataShards added in v0.10.24

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

func (UpdatePhantomTimeSerieRequestMapPathSelectorCasConditionalStateMetadataShards) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestMapPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestMapPathSelectorCasConditionalStateMetadataShards) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestMapPathSelectorCasConditionalStateMetricLabels added in v0.10.24

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

func (UpdatePhantomTimeSerieRequestMapPathSelectorCasConditionalStateMetricLabels) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestMapPathSelectorCasConditionalStateMetricLabels) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestMapPathSelectorCasConditionalStateMetricLabels) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestMapPathSelectorCasConditionalStateResourceLabels added in v0.10.24

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

func (UpdatePhantomTimeSerieRequestMapPathSelectorCasConditionalStateResourceLabels) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestMapPathSelectorCasConditionalStateResourceLabels) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestMapPathSelectorCasConditionalStateResourceLabels) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestMapPathSelectorPhantomTimeSerieMetadataAnnotations added in v0.10.24

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

func (UpdatePhantomTimeSerieRequestMapPathSelectorPhantomTimeSerieMetadataAnnotations) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestMapPathSelectorPhantomTimeSerieMetadataAnnotations) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestMapPathSelectorPhantomTimeSerieMetadataAnnotations) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestMapPathSelectorPhantomTimeSerieMetadataLabels added in v0.10.24

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

func (UpdatePhantomTimeSerieRequestMapPathSelectorPhantomTimeSerieMetadataLabels) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestMapPathSelectorPhantomTimeSerieMetadataLabels) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestMapPathSelectorPhantomTimeSerieMetadataLabels) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestMapPathSelectorPhantomTimeSerieMetadataShards added in v0.10.24

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

func (UpdatePhantomTimeSerieRequestMapPathSelectorPhantomTimeSerieMetadataShards) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestMapPathSelectorPhantomTimeSerieMetadataShards) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestMapPathSelectorPhantomTimeSerieMetadataShards) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestMapPathSelectorPhantomTimeSerieMetricLabels added in v0.10.24

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

func (UpdatePhantomTimeSerieRequestMapPathSelectorPhantomTimeSerieMetricLabels) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestMapPathSelectorPhantomTimeSerieMetricLabels) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestMapPathSelectorPhantomTimeSerieMetricLabels) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestMapPathSelectorPhantomTimeSerieResourceLabels added in v0.10.24

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

func (UpdatePhantomTimeSerieRequestMapPathSelectorPhantomTimeSerieResourceLabels) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestMapPathSelectorPhantomTimeSerieResourceLabels) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestMapPathSelectorPhantomTimeSerieResourceLabels) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCas added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCas struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorCas) ConditionalState added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCas) FieldMask added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCas) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCas) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCas) WithSubArrayItemValue added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCas) WithSubArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCas) WithSubPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCas) WithSubValue added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCas) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalState added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalState struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalState) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalState) Key added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalState) Metadata added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalState) Metric added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalState) MetricKind added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalState) Name added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalState) Project added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalState) Resource added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalState) Value added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalState) ValueType added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalState) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalState) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateKey added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateKey struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateKey) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateKey) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateKey) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadata added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadata struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadata) Annotations added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadata) CreateTime added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadata) DeleteTime added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadata) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadata) Generation added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadata) Labels added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadata) Lifecycle added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadata) OwnerReferences added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadata) ResourceVersion added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadata) Shards added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadata) Syncing added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadata) Tags added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadata) UpdateTime added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadata) Uuid added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadata) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadata) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataAnnotations added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataAnnotations struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataAnnotations) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataAnnotations) WithKey added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataAnnotations) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataCreateTime added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataCreateTime struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataCreateTime) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataCreateTime) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataCreateTime) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataDeleteTime added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataDeleteTime struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataDeleteTime) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataDeleteTime) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataDeleteTime) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataGeneration added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataGeneration struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataGeneration) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataGeneration) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataGeneration) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataLabels added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataLabels struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataLabels) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataLabels) WithKey added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataLabels) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataLifecycle added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataLifecycle struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataLifecycle) BlockDeletion added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataLifecycle) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataLifecycle) State added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataLifecycle) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataLifecycle) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataLifecycleState added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataLifecycleState struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataLifecycleState) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataLifecycleState) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataLifecycleState) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataOwnerReferences added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataOwnerReferences struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataOwnerReferences) BlockOwnerDeletion added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataOwnerReferences) Controller added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataOwnerReferences) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataOwnerReferences) Kind added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataOwnerReferences) Name added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataOwnerReferences) Region added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataOwnerReferences) RequiresOwnerReference added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataOwnerReferences) Version added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithItemValue added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataResourceVersion added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataResourceVersion struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataResourceVersion) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataShards added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataShards struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataShards) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataShards) WithKey added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataShards) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataSyncing added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataSyncing struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataSyncing) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataSyncing) OwningRegion added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataSyncing) Regions added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataSyncing) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataSyncing) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataSyncingRegions added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataSyncingRegions struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataSyncingRegions) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithItemValue added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataTags added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataTags struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataTags) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataTags) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataTags) WithItemValue added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataTags) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataUpdateTime added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataUpdateTime struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataUpdateTime) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataUuid added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataUuid struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataUuid) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataUuid) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetadataUuid) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetric added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetric struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetric) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetric) Labels added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetric) ReducedLabels added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetric) Type added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetric) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetric) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetricKind added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetricKind struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetricKind) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetricKind) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetricKind) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetricLabels added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetricLabels struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetricLabels) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetricLabels) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetricLabels) WithKey added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetricLabels) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetricReducedLabels added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetricReducedLabels struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetricReducedLabels) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetricReducedLabels) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetricReducedLabels) WithItemValue added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetricReducedLabels) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetricType added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetricType struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetricType) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetricType) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateMetricType) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateName added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateName struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateName) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateName) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateName) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateProject added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateProject struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateProject) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateProject) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateProject) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateResource added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateResource struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateResource) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateResource) Labels added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateResource) ReducedLabels added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateResource) Type added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateResource) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateResource) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateResourceLabels added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateResourceLabels struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateResourceLabels) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateResourceLabels) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateResourceLabels) WithKey added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateResourceLabels) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateResourceReducedLabels added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateResourceReducedLabels struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateResourceReducedLabels) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateResourceReducedLabels) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateResourceReducedLabels) WithItemValue added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateResourceReducedLabels) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateResourceType added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateResourceType struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateResourceType) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateResourceType) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateResourceType) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValue struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValue) BoolValue added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValue) DistributionValue added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValue) DoubleValue added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValue) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValue) Int64Value added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValue) StringValue added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValue) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValue) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueBoolValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueBoolValue struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueBoolValue) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueBoolValue) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueBoolValue) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValue struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValue) BucketCounts added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValue) BucketOptions added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValue) Count added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValue) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValue) Mean added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValue) Range added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValue) SumOfSquaredDeviation added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValue) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValue) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketCounts added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketCounts struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketCounts) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketCounts) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketCounts) WithItemValue added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketCounts) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptions added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptions struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptions) DynamicBuckets added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptions) ExplicitBuckets added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptions) ExponentialBuckets added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptions) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptions) LinearBuckets added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptions) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptions) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsDynamicBuckets added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsDynamicBuckets struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsDynamicBuckets) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsDynamicBuckets) Means added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsDynamicBuckets) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsDynamicBuckets) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsDynamicBucketsCompression added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsDynamicBucketsCompression struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsDynamicBucketsCompression) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsDynamicBucketsCompression) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsDynamicBucketsCompression) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsDynamicBucketsMeans added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsDynamicBucketsMeans struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsDynamicBucketsMeans) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsDynamicBucketsMeans) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsDynamicBucketsMeans) WithItemValue added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsDynamicBucketsMeans) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsExplicitBuckets added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsExplicitBuckets struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsExplicitBuckets) Bounds added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsExplicitBuckets) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsExplicitBuckets) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsExplicitBuckets) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsExplicitBucketsBounds added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsExplicitBucketsBounds struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsExplicitBucketsBounds) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsExplicitBucketsBounds) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsExplicitBucketsBounds) WithItemValue added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsExplicitBucketsBounds) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsExponentialBuckets added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsExponentialBuckets struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsExponentialBuckets) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsExponentialBuckets) Scale added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsExponentialBuckets) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsExponentialBuckets) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsExponentialBucketsGrowthFactor added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsExponentialBucketsGrowthFactor struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsExponentialBucketsGrowthFactor) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsExponentialBucketsGrowthFactor) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsExponentialBucketsGrowthFactor) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsExponentialBucketsNumFiniteBuckets added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsExponentialBucketsNumFiniteBuckets struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsExponentialBucketsNumFiniteBuckets) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsExponentialBucketsNumFiniteBuckets) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsExponentialBucketsNumFiniteBuckets) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsExponentialBucketsScale added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsExponentialBucketsScale struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsExponentialBucketsScale) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsExponentialBucketsScale) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsExponentialBucketsScale) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsLinearBuckets added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsLinearBuckets struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsLinearBuckets) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsLinearBuckets) Offset added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsLinearBuckets) Width added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsLinearBuckets) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsLinearBuckets) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsLinearBucketsNumFiniteBuckets added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsLinearBucketsNumFiniteBuckets struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsLinearBucketsNumFiniteBuckets) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsLinearBucketsNumFiniteBuckets) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsLinearBucketsNumFiniteBuckets) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsLinearBucketsOffset added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsLinearBucketsOffset struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsLinearBucketsOffset) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsLinearBucketsOffset) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsLinearBucketsOffset) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsLinearBucketsWidth added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsLinearBucketsWidth struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsLinearBucketsWidth) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsLinearBucketsWidth) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueBucketOptionsLinearBucketsWidth) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueCount added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueCount struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueCount) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueCount) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueCount) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueMean added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueMean struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueMean) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueMean) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueMean) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueRange added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueRange struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueRange) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueRange) Max added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueRange) Min added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueRange) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueRange) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueRangeMax added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueRangeMax struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueRangeMax) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueRangeMax) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueRangeMax) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueRangeMin added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueRangeMin struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueRangeMin) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueRangeMin) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueRangeMin) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueSumOfSquaredDeviation added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueSumOfSquaredDeviation struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueSumOfSquaredDeviation) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueSumOfSquaredDeviation) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDistributionValueSumOfSquaredDeviation) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDoubleValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDoubleValue struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDoubleValue) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDoubleValue) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueDoubleValue) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueInt64Value added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueInt64Value struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueInt64Value) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueInt64Value) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueInt64Value) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueStringValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueStringValue struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueStringValue) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueStringValue) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueStringValue) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueType added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueType struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueType) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueType) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasConditionalStateValueType) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasFieldMask added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorCasFieldMask struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorCasFieldMask) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasFieldMask) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorCasFieldMask) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerie added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerie struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerie) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerie) Key added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerie) Metadata added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerie) Metric added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerie) MetricKind added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerie) Name added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerie) Project added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerie) Resource added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerie) Value added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerie) ValueType added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerie) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerie) WithSubArrayItemValue added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerie) WithSubArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerie) WithSubPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerie) WithSubValue added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerie) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieKey added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieKey struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieKey) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieKey) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieKey) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadata added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadata struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadata) Annotations added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadata) CreateTime added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadata) DeleteTime added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadata) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadata) Generation added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadata) Labels added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadata) Lifecycle added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadata) OwnerReferences added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadata) ResourceVersion added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadata) Shards added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadata) Syncing added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadata) Tags added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadata) UpdateTime added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadata) Uuid added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadata) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadata) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataAnnotations added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataAnnotations struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataAnnotations) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataAnnotations) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataAnnotations) WithKey added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataAnnotations) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataCreateTime added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataCreateTime struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataCreateTime) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataCreateTime) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataCreateTime) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataDeleteTime added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataDeleteTime struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataDeleteTime) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataDeleteTime) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataDeleteTime) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataGeneration added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataGeneration struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataGeneration) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataGeneration) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataGeneration) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataLabels added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataLabels struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataLabels) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataLabels) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataLabels) WithKey added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataLabels) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataLifecycle added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataLifecycle struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataLifecycle) BlockDeletion added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataLifecycle) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataLifecycle) State added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataLifecycle) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataLifecycle) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataLifecycleBlockDeletion added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataLifecycleBlockDeletion struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataLifecycleBlockDeletion) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataLifecycleBlockDeletion) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataLifecycleState added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataLifecycleState struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataLifecycleState) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataLifecycleState) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataLifecycleState) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferences added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferences struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferences) BlockOwnerDeletion added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferences) Controller added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferences) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferences) Kind added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferences) Name added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferences) Region added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferences) RequiresOwnerReference added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferences) Version added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferences) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferences) WithItemValue added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferences) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesBlockOwnerDeletion added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesBlockOwnerDeletion) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesBlockOwnerDeletion) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesController added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesController struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesController) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesController) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesController) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesKind added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesKind struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesKind) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesKind) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesKind) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesName added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesName struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesName) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesName) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesName) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesRegion added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesRegion struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesRegion) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesRegion) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesRequiresOwnerReference added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesRequiresOwnerReference struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesVersion added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesVersion struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesVersion) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesVersion) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataResourceVersion added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataResourceVersion struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataResourceVersion) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataResourceVersion) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataResourceVersion) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataShards added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataShards struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataShards) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataShards) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataShards) WithKey added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataShards) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataSyncing added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataSyncing struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataSyncing) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataSyncing) OwningRegion added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataSyncing) Regions added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataSyncing) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataSyncing) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataSyncingOwningRegion added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataSyncingOwningRegion struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataSyncingOwningRegion) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataSyncingOwningRegion) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataSyncingOwningRegion) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataSyncingRegions added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataSyncingRegions struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataSyncingRegions) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataSyncingRegions) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataSyncingRegions) WithItemValue added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataSyncingRegions) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataTags added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataTags struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataTags) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataTags) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataTags) WithItemValue added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataTags) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataUpdateTime added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataUpdateTime struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataUpdateTime) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataUpdateTime) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataUpdateTime) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataUuid added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataUuid struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataUuid) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataUuid) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataUuid) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetric added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetric struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetric) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetric) Labels added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetric) ReducedLabels added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetric) Type added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetric) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetric) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetricKind added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetricKind struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetricKind) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetricKind) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetricKind) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetricLabels added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetricLabels struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetricLabels) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetricLabels) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetricLabels) WithKey added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetricLabels) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetricReducedLabels added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetricReducedLabels struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetricReducedLabels) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetricReducedLabels) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetricReducedLabels) WithItemValue added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetricReducedLabels) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetricType added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetricType struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetricType) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetricType) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetricType) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieName added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieName struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieName) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieName) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieName) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieProject added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieProject struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieProject) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieProject) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieProject) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieResource added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieResource struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieResource) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieResource) Labels added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieResource) ReducedLabels added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieResource) Type added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieResource) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieResource) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieResourceLabels added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieResourceLabels struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieResourceLabels) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieResourceLabels) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieResourceLabels) WithKey added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieResourceLabels) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieResourceReducedLabels added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieResourceReducedLabels struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieResourceReducedLabels) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieResourceReducedLabels) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieResourceReducedLabels) WithItemValue added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieResourceReducedLabels) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieResourceType added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieResourceType struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieResourceType) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieResourceType) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieResourceType) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValue struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValue) BoolValue added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValue) DistributionValue added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValue) DoubleValue added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValue) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValue) Int64Value added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValue) StringValue added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValue) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValue) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueBoolValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueBoolValue struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueBoolValue) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueBoolValue) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueBoolValue) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValue struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValue) BucketCounts added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValue) BucketOptions added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValue) Count added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValue) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValue) Mean added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValue) Range added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValue) SumOfSquaredDeviation added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValue) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValue) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketCounts added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketCounts struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketCounts) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketCounts) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketCounts) WithItemValue added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketCounts) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptions added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptions struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptions) DynamicBuckets added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptions) ExplicitBuckets added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptions) ExponentialBuckets added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptions) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptions) LinearBuckets added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptions) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptions) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsDynamicBuckets added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsDynamicBuckets struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsDynamicBuckets) Compression added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsDynamicBuckets) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsDynamicBuckets) Means added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsDynamicBuckets) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsDynamicBuckets) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsDynamicBucketsCompression added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsDynamicBucketsCompression struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsDynamicBucketsCompression) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsDynamicBucketsCompression) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsDynamicBucketsCompression) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsDynamicBucketsMeans added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsDynamicBucketsMeans struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsDynamicBucketsMeans) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsDynamicBucketsMeans) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsDynamicBucketsMeans) WithItemValue added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsDynamicBucketsMeans) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsExplicitBuckets added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsExplicitBuckets struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsExplicitBuckets) Bounds added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsExplicitBuckets) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsExplicitBuckets) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsExplicitBuckets) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsExplicitBucketsBounds added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsExplicitBucketsBounds struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsExplicitBucketsBounds) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsExplicitBucketsBounds) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsExplicitBucketsBounds) WithItemValue added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsExplicitBucketsBounds) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsExponentialBuckets added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsExponentialBuckets struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsExponentialBuckets) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsExponentialBuckets) Scale added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsExponentialBuckets) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsExponentialBuckets) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsExponentialBucketsGrowthFactor added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsExponentialBucketsGrowthFactor struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsExponentialBucketsGrowthFactor) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsExponentialBucketsGrowthFactor) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsExponentialBucketsGrowthFactor) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsExponentialBucketsNumFiniteBuckets added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsExponentialBucketsNumFiniteBuckets struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsExponentialBucketsNumFiniteBuckets) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsExponentialBucketsNumFiniteBuckets) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsExponentialBucketsNumFiniteBuckets) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsExponentialBucketsScale added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsExponentialBucketsScale struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsExponentialBucketsScale) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsExponentialBucketsScale) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsExponentialBucketsScale) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsLinearBuckets added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsLinearBuckets struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsLinearBuckets) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsLinearBuckets) Offset added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsLinearBuckets) Width added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsLinearBuckets) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsLinearBuckets) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsLinearBucketsNumFiniteBuckets added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsLinearBucketsNumFiniteBuckets struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsLinearBucketsNumFiniteBuckets) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsLinearBucketsNumFiniteBuckets) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsLinearBucketsNumFiniteBuckets) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsLinearBucketsOffset added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsLinearBucketsOffset struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsLinearBucketsOffset) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsLinearBucketsOffset) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsLinearBucketsOffset) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsLinearBucketsWidth added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsLinearBucketsWidth struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsLinearBucketsWidth) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsLinearBucketsWidth) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueBucketOptionsLinearBucketsWidth) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueCount added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueCount struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueCount) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueCount) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueCount) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueMean added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueMean struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueMean) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueMean) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueMean) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueRange added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueRange struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueRange) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueRange) Max added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueRange) Min added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueRange) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueRange) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueRangeMax added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueRangeMax struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueRangeMax) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueRangeMax) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueRangeMax) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueRangeMin added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueRangeMin struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueRangeMin) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueRangeMin) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueRangeMin) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueSumOfSquaredDeviation added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueSumOfSquaredDeviation struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueSumOfSquaredDeviation) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueSumOfSquaredDeviation) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDistributionValueSumOfSquaredDeviation) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDoubleValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDoubleValue struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDoubleValue) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDoubleValue) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueDoubleValue) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueInt64Value added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueInt64Value struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueInt64Value) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueInt64Value) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueInt64Value) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueStringValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueStringValue struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueStringValue) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueStringValue) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueStringValue) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueType added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueType struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueType) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueType) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieValueType) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorUpdateMask added in v0.10.24

type UpdatePhantomTimeSerieRequestPathSelectorUpdateMask struct{}

func (UpdatePhantomTimeSerieRequestPathSelectorUpdateMask) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorUpdateMask) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequestPathSelectorUpdateMask) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CAS added in v0.10.24

type UpdatePhantomTimeSerieRequest_CAS struct {

	// Conditional desired state of a resource before update.
	ConditionalState *phantom_time_serie.PhantomTimeSerie `` /* 138-byte string literal not displayed */
	// Field paths from conditional state of resource server should check and
	// compare.
	FieldMask *phantom_time_serie.PhantomTimeSerie_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 (*UpdatePhantomTimeSerieRequest_CAS) Clone added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_CAS) CloneRaw added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_CAS) Descriptor added in v0.10.24

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

Deprecated, Use UpdatePhantomTimeSerieRequest_CAS.ProtoReflect.Descriptor instead.

func (*UpdatePhantomTimeSerieRequest_CAS) GetConditionalState added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_CAS) GetFieldMask added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_CAS) GotenMessage added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_CAS) GotenMessage()

func (*UpdatePhantomTimeSerieRequest_CAS) GotenObjectExt added in v0.10.24

func (o *UpdatePhantomTimeSerieRequest_CAS) GotenObjectExt()

func (*UpdatePhantomTimeSerieRequest_CAS) GotenValidate added in v0.10.24

func (obj *UpdatePhantomTimeSerieRequest_CAS) GotenValidate() error

func (*UpdatePhantomTimeSerieRequest_CAS) MakeDiffFieldMask added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_CAS) MakeFullFieldMask added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_CAS) MakeRawDiffFieldMask added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_CAS) MakeRawFullFieldMask added in v0.10.24

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

func (*UpdatePhantomTimeSerieRequest_CAS) Marshal added in v0.10.24

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

func (*UpdatePhantomTimeSerieRequest_CAS) MarshalJSON added in v0.10.24

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

func (*UpdatePhantomTimeSerieRequest_CAS) Merge added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_CAS) MergeRaw added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_CAS) ProtoMessage added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_CAS) ProtoMessage()

func (*UpdatePhantomTimeSerieRequest_CAS) ProtoReflect added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_CAS) Reset added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_CAS) SetConditionalState added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_CAS) SetFieldMask added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_CAS) String added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_CAS) Unmarshal added in v0.10.24

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

func (*UpdatePhantomTimeSerieRequest_CAS) UnmarshalJSON added in v0.10.24

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

type UpdatePhantomTimeSerieRequest_CASMapPathSelectorConditionalStateMetadataAnnotations added in v0.10.24

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

func (UpdatePhantomTimeSerieRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASMapPathSelectorConditionalStateMetadataLabels added in v0.10.24

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

func (UpdatePhantomTimeSerieRequest_CASMapPathSelectorConditionalStateMetadataLabels) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASMapPathSelectorConditionalStateMetadataShards added in v0.10.24

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

func (UpdatePhantomTimeSerieRequest_CASMapPathSelectorConditionalStateMetadataShards) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASMapPathSelectorConditionalStateMetadataShards) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASMapPathSelectorConditionalStateMetadataShards) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASMapPathSelectorConditionalStateMetricLabels added in v0.10.24

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

func (UpdatePhantomTimeSerieRequest_CASMapPathSelectorConditionalStateMetricLabels) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASMapPathSelectorConditionalStateMetricLabels) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASMapPathSelectorConditionalStateMetricLabels) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASMapPathSelectorConditionalStateResourceLabels added in v0.10.24

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

func (UpdatePhantomTimeSerieRequest_CASMapPathSelectorConditionalStateResourceLabels) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASMapPathSelectorConditionalStateResourceLabels) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASMapPathSelectorConditionalStateResourceLabels) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalState added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalState struct{}

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalState) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalState) Key added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalState) Metadata added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalState) Metric added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalState) MetricKind added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalState) Name added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalState) Project added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalState) Resource added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalState) Value added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalState) ValueType added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalState) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalState) WithSubArrayItemValue added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalState) WithSubArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalState) WithSubPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalState) WithSubValue added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalState) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateKey added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateKey struct{}

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateKey) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateKey) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateKey) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadata added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadata struct{}

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadata) Annotations added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadata) CreateTime added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadata) DeleteTime added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadata) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadata) Generation added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadata) Labels added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadata) Lifecycle added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadata) OwnerReferences added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadata) ResourceVersion added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadata) Shards added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadata) Syncing added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadata) Tags added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadata) UpdateTime added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadata) Uuid added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadata) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadata) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataAnnotations added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataAnnotations struct{}

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataAnnotations) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithKey added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataCreateTime added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataCreateTime struct{}

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataCreateTime) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataCreateTime) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataCreateTime) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataDeleteTime added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataDeleteTime struct{}

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataDeleteTime) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataDeleteTime) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataDeleteTime) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataGeneration added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataGeneration struct{}

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataGeneration) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataGeneration) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataGeneration) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataLabels added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataLabels struct{}

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataLabels) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataLabels) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataLabels) WithKey added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataLabels) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataLifecycle added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataLifecycle struct{}

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataLifecycle) BlockDeletion added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataLifecycle) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataLifecycle) State added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataLifecycle) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataLifecycle) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion struct{}

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataLifecycleState added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataLifecycleState struct{}

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataLifecycleState) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataLifecycleState) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataLifecycleState) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataOwnerReferences added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataOwnerReferences struct{}

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) BlockOwnerDeletion added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) Controller added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) Kind added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) Name added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) Region added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) RequiresOwnerReference added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) Version added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithItemValue added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController struct{}

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind struct{}

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName struct{}

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion struct{}

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference struct{}

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion struct{}

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataResourceVersion added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataResourceVersion struct{}

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataResourceVersion) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataResourceVersion) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataResourceVersion) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataShards added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataShards struct{}

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataShards) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataShards) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataShards) WithKey added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataShards) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataSyncing added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataSyncing struct{}

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataSyncing) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataSyncing) OwningRegion added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataSyncing) Regions added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataSyncing) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataSyncing) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion struct{}

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataSyncingRegions added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataSyncingRegions struct{}

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithItemValue added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataTags added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataTags struct{}

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataTags) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataTags) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataTags) WithItemValue added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataTags) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataUpdateTime added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataUpdateTime struct{}

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataUpdateTime) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataUpdateTime) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataUpdateTime) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataUuid added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataUuid struct{}

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataUuid) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataUuid) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetadataUuid) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetric added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetric struct{}

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetric) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetric) Labels added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetric) ReducedLabels added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetric) Type added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetric) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetric) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetricKind added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetricKind struct{}

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetricKind) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetricKind) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetricKind) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetricLabels added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetricLabels struct{}

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetricLabels) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetricLabels) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetricLabels) WithKey added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetricLabels) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetricReducedLabels added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetricReducedLabels struct{}

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetricReducedLabels) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetricReducedLabels) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetricReducedLabels) WithItemValue added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetricReducedLabels) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetricType added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetricType struct{}

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetricType) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetricType) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateMetricType) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateName added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateName struct{}

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateName) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateName) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateName) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateProject added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateProject struct{}

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateProject) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateProject) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateProject) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateResource added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateResource struct{}

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateResource) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateResource) Labels added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateResource) ReducedLabels added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateResource) Type added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateResource) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateResource) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateResourceLabels added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateResourceLabels struct{}

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateResourceLabels) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateResourceLabels) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateResourceLabels) WithKey added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateResourceLabels) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateResourceReducedLabels added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateResourceReducedLabels struct{}

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateResourceReducedLabels) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateResourceReducedLabels) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateResourceReducedLabels) WithItemValue added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateResourceReducedLabels) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateResourceType added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateResourceType struct{}

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateResourceType) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateResourceType) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateResourceType) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValue struct{}

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValue) BoolValue added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValue) DistributionValue added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValue) DoubleValue added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValue) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValue) Int64Value added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValue) StringValue added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValue) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValue) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueBoolValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueBoolValue struct{}

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueBoolValue) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueBoolValue) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueBoolValue) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValue struct{}

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValue) BucketCounts added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValue) BucketOptions added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValue) Count added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValue) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValue) Mean added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValue) Range added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValue) SumOfSquaredDeviation added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValue) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValue) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketCounts added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketCounts struct{}

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketCounts) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketCounts) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketCounts) WithItemValue added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketCounts) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptions added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptions struct{}

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptions) DynamicBuckets added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptions) ExplicitBuckets added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptions) ExponentialBuckets added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptions) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptions) LinearBuckets added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptions) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptions) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsDynamicBuckets added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsDynamicBuckets struct{}

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsDynamicBuckets) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsDynamicBuckets) Means added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsDynamicBuckets) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsDynamicBuckets) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsDynamicBucketsCompression added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsDynamicBucketsCompression struct{}

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsDynamicBucketsCompression) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsDynamicBucketsCompression) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsDynamicBucketsCompression) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsDynamicBucketsMeans added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsDynamicBucketsMeans struct{}

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsDynamicBucketsMeans) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsDynamicBucketsMeans) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsDynamicBucketsMeans) WithItemValue added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsDynamicBucketsMeans) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsExplicitBuckets added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsExplicitBuckets struct{}

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsExplicitBuckets) Bounds added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsExplicitBuckets) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsExplicitBuckets) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsExplicitBuckets) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsExplicitBucketsBounds added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsExplicitBucketsBounds struct{}

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsExplicitBucketsBounds) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsExplicitBucketsBounds) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsExplicitBucketsBounds) WithItemValue added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsExplicitBucketsBounds) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsExponentialBuckets added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsExponentialBuckets struct{}

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsExponentialBuckets) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsExponentialBuckets) Scale added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsExponentialBuckets) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsExponentialBuckets) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsExponentialBucketsGrowthFactor added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsExponentialBucketsGrowthFactor struct{}

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsExponentialBucketsGrowthFactor) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsExponentialBucketsGrowthFactor) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsExponentialBucketsGrowthFactor) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsExponentialBucketsNumFiniteBuckets added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsExponentialBucketsNumFiniteBuckets struct{}

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsExponentialBucketsNumFiniteBuckets) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsExponentialBucketsNumFiniteBuckets) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsExponentialBucketsNumFiniteBuckets) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsExponentialBucketsScale added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsExponentialBucketsScale struct{}

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsExponentialBucketsScale) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsExponentialBucketsScale) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsExponentialBucketsScale) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsLinearBuckets added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsLinearBuckets struct{}

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsLinearBuckets) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsLinearBuckets) Offset added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsLinearBuckets) Width added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsLinearBuckets) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsLinearBuckets) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsLinearBucketsNumFiniteBuckets added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsLinearBucketsNumFiniteBuckets struct{}

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsLinearBucketsNumFiniteBuckets) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsLinearBucketsNumFiniteBuckets) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsLinearBucketsNumFiniteBuckets) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsLinearBucketsOffset added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsLinearBucketsOffset struct{}

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsLinearBucketsOffset) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsLinearBucketsOffset) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsLinearBucketsOffset) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsLinearBucketsWidth added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsLinearBucketsWidth struct{}

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsLinearBucketsWidth) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsLinearBucketsWidth) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueBucketOptionsLinearBucketsWidth) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueCount added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueCount struct{}

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueCount) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueCount) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueCount) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueMean added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueMean struct{}

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueMean) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueMean) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueMean) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueRange added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueRange struct{}

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueRange) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueRange) Max added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueRange) Min added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueRange) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueRange) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueRangeMax added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueRangeMax struct{}

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueRangeMax) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueRangeMax) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueRangeMax) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueRangeMin added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueRangeMin struct{}

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueRangeMin) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueRangeMin) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueRangeMin) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueSumOfSquaredDeviation added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueSumOfSquaredDeviation struct{}

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueSumOfSquaredDeviation) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueSumOfSquaredDeviation) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDistributionValueSumOfSquaredDeviation) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDoubleValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDoubleValue struct{}

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDoubleValue) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDoubleValue) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueDoubleValue) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueInt64Value added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueInt64Value struct{}

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueInt64Value) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueInt64Value) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueInt64Value) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueStringValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueStringValue struct{}

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueStringValue) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueStringValue) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueStringValue) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueType added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueType struct{}

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueType) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueType) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorConditionalStateValueType) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorFieldMask added in v0.10.24

type UpdatePhantomTimeSerieRequest_CASPathSelectorFieldMask struct{}

func (UpdatePhantomTimeSerieRequest_CASPathSelectorFieldMask) FieldPath added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorFieldMask) WithArrayOfValues added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CASPathSelectorFieldMask) WithValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_CAS_FieldMask added in v0.10.24

type UpdatePhantomTimeSerieRequest_CAS_FieldMask struct {
	Paths []UpdatePhantomTimeSerieRequestCAS_FieldPath
}

func FullUpdatePhantomTimeSerieRequest_CAS_FieldMask added in v0.10.24

func FullUpdatePhantomTimeSerieRequest_CAS_FieldMask() *UpdatePhantomTimeSerieRequest_CAS_FieldMask

func (*UpdatePhantomTimeSerieRequest_CAS_FieldMask) AppendPath added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_CAS_FieldMask) AppendRawPath added in v0.10.24

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

func (*UpdatePhantomTimeSerieRequest_CAS_FieldMask) DecodeFirestore added in v0.10.24

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

func (*UpdatePhantomTimeSerieRequest_CAS_FieldMask) EncodeFirestore added in v0.10.24

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

firestore encoding/decoding integration

func (*UpdatePhantomTimeSerieRequest_CAS_FieldMask) FilterInputFields added in v0.10.24

FilterInputFields generates copy of field paths with output_only field paths removed

func (*UpdatePhantomTimeSerieRequest_CAS_FieldMask) FromProtoFieldMask added in v0.10.24

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

func (*UpdatePhantomTimeSerieRequest_CAS_FieldMask) GetPaths added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_CAS_FieldMask) GetRawPaths added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_CAS_FieldMask) IsFull added in v0.10.24

func (UpdatePhantomTimeSerieRequest_CAS_FieldMask) Marshal added in v0.10.24

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

implement methods required by customType

func (UpdatePhantomTimeSerieRequest_CAS_FieldMask) MarshalJSON added in v0.10.24

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

func (*UpdatePhantomTimeSerieRequest_CAS_FieldMask) PathsCount added in v0.10.24

func (fieldMask *UpdatePhantomTimeSerieRequest_CAS_FieldMask) PathsCount() int

func (*UpdatePhantomTimeSerieRequest_CAS_FieldMask) Project added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_CAS_FieldMask) ProjectRaw added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_CAS_FieldMask) ProtoMessage added in v0.10.24

func (fieldMask *UpdatePhantomTimeSerieRequest_CAS_FieldMask) ProtoMessage()

func (*UpdatePhantomTimeSerieRequest_CAS_FieldMask) ProtoReflect added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_CAS_FieldMask) Reset added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_CAS_FieldMask) Set added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_CAS_FieldMask) SetFromCliFlag added in v0.10.24

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

func (*UpdatePhantomTimeSerieRequest_CAS_FieldMask) SetRaw added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_CAS_FieldMask) Size added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_CAS_FieldMask) String added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_CAS_FieldMask) Subtract added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_CAS_FieldMask) SubtractRaw added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_CAS_FieldMask) ToProtoFieldMask added in v0.10.24

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

ToFieldMask is used for proto conversions

func (*UpdatePhantomTimeSerieRequest_CAS_FieldMask) Unmarshal added in v0.10.24

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

func (*UpdatePhantomTimeSerieRequest_CAS_FieldMask) UnmarshalJSON added in v0.10.24

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

type UpdatePhantomTimeSerieRequest_FieldMask added in v0.10.24

type UpdatePhantomTimeSerieRequest_FieldMask struct {
	Paths []UpdatePhantomTimeSerieRequest_FieldPath
}

func FullUpdatePhantomTimeSerieRequest_FieldMask added in v0.10.24

func FullUpdatePhantomTimeSerieRequest_FieldMask() *UpdatePhantomTimeSerieRequest_FieldMask

func (*UpdatePhantomTimeSerieRequest_FieldMask) AppendPath added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_FieldMask) AppendRawPath added in v0.10.24

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

func (*UpdatePhantomTimeSerieRequest_FieldMask) DecodeFirestore added in v0.10.24

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

func (*UpdatePhantomTimeSerieRequest_FieldMask) EncodeFirestore added in v0.10.24

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

firestore encoding/decoding integration

func (*UpdatePhantomTimeSerieRequest_FieldMask) FilterInputFields added in v0.10.24

FilterInputFields generates copy of field paths with output_only field paths removed

func (*UpdatePhantomTimeSerieRequest_FieldMask) FromProtoFieldMask added in v0.10.24

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

func (*UpdatePhantomTimeSerieRequest_FieldMask) GetPaths added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_FieldMask) GetRawPaths added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_FieldMask) IsFull added in v0.10.24

func (fieldMask *UpdatePhantomTimeSerieRequest_FieldMask) IsFull() bool

func (UpdatePhantomTimeSerieRequest_FieldMask) Marshal added in v0.10.24

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

implement methods required by customType

func (UpdatePhantomTimeSerieRequest_FieldMask) MarshalJSON added in v0.10.24

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

func (*UpdatePhantomTimeSerieRequest_FieldMask) PathsCount added in v0.10.24

func (fieldMask *UpdatePhantomTimeSerieRequest_FieldMask) PathsCount() int

func (*UpdatePhantomTimeSerieRequest_FieldMask) Project added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_FieldMask) ProjectRaw added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_FieldMask) ProtoMessage added in v0.10.24

func (fieldMask *UpdatePhantomTimeSerieRequest_FieldMask) ProtoMessage()

func (*UpdatePhantomTimeSerieRequest_FieldMask) ProtoReflect added in v0.10.24

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

func (*UpdatePhantomTimeSerieRequest_FieldMask) Reset added in v0.10.24

func (fieldMask *UpdatePhantomTimeSerieRequest_FieldMask) Reset()

func (*UpdatePhantomTimeSerieRequest_FieldMask) Set added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_FieldMask) SetFromCliFlag added in v0.10.24

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

func (*UpdatePhantomTimeSerieRequest_FieldMask) SetRaw added in v0.10.24

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

func (*UpdatePhantomTimeSerieRequest_FieldMask) Size added in v0.10.24

func (fieldMask *UpdatePhantomTimeSerieRequest_FieldMask) Size() int

func (*UpdatePhantomTimeSerieRequest_FieldMask) String added in v0.10.24

func (fieldMask *UpdatePhantomTimeSerieRequest_FieldMask) String() string

func (*UpdatePhantomTimeSerieRequest_FieldMask) Subtract added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_FieldMask) SubtractRaw added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_FieldMask) ToProtoFieldMask added in v0.10.24

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

ToFieldMask is used for proto conversions

func (*UpdatePhantomTimeSerieRequest_FieldMask) Unmarshal added in v0.10.24

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

func (*UpdatePhantomTimeSerieRequest_FieldMask) UnmarshalJSON added in v0.10.24

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

type UpdatePhantomTimeSerieRequest_FieldPath added in v0.10.24

type UpdatePhantomTimeSerieRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() UpdatePhantomTimeSerieRequest_FieldPathSelector
	Get(source *UpdatePhantomTimeSerieRequest) []interface{}
	GetSingle(source *UpdatePhantomTimeSerieRequest) (interface{}, bool)
	ClearValue(item *UpdatePhantomTimeSerieRequest)

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

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

func BuildUpdatePhantomTimeSerieRequest_FieldPath added in v0.10.24

func BuildUpdatePhantomTimeSerieRequest_FieldPath(fp gotenobject.RawFieldPath) (UpdatePhantomTimeSerieRequest_FieldPath, error)

func MustParseUpdatePhantomTimeSerieRequest_FieldPath added in v0.10.24

func MustParseUpdatePhantomTimeSerieRequest_FieldPath(rawField string) UpdatePhantomTimeSerieRequest_FieldPath

func ParseUpdatePhantomTimeSerieRequest_FieldPath added in v0.10.24

func ParseUpdatePhantomTimeSerieRequest_FieldPath(rawField string) (UpdatePhantomTimeSerieRequest_FieldPath, error)

type UpdatePhantomTimeSerieRequest_FieldPathArrayItemValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	UpdatePhantomTimeSerieRequest_FieldPath
	ContainsValue(*UpdatePhantomTimeSerieRequest) bool
}

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

func MustParseUpdatePhantomTimeSerieRequest_FieldPathArrayItemValue added in v0.10.24

func MustParseUpdatePhantomTimeSerieRequest_FieldPathArrayItemValue(pathStr, valueStr string) UpdatePhantomTimeSerieRequest_FieldPathArrayItemValue

func ParseUpdatePhantomTimeSerieRequest_FieldPathArrayItemValue added in v0.10.24

func ParseUpdatePhantomTimeSerieRequest_FieldPathArrayItemValue(pathStr, valueStr string) (UpdatePhantomTimeSerieRequest_FieldPathArrayItemValue, error)

ParseUpdatePhantomTimeSerieRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type UpdatePhantomTimeSerieRequest_FieldPathArrayOfValues added in v0.10.24

type UpdatePhantomTimeSerieRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	UpdatePhantomTimeSerieRequest_FieldPath
}

UpdatePhantomTimeSerieRequest_FieldPathArrayOfValues allows storing slice of values for UpdatePhantomTimeSerieRequest fields according to their type

func MustParseUpdatePhantomTimeSerieRequest_FieldPathArrayOfValues added in v0.10.24

func MustParseUpdatePhantomTimeSerieRequest_FieldPathArrayOfValues(pathStr, valuesStr string) UpdatePhantomTimeSerieRequest_FieldPathArrayOfValues

func ParseUpdatePhantomTimeSerieRequest_FieldPathArrayOfValues added in v0.10.24

func ParseUpdatePhantomTimeSerieRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (UpdatePhantomTimeSerieRequest_FieldPathArrayOfValues, error)

type UpdatePhantomTimeSerieRequest_FieldPathSelector added in v0.10.24

type UpdatePhantomTimeSerieRequest_FieldPathSelector int32
const (
	UpdatePhantomTimeSerieRequest_FieldPathSelectorPhantomTimeSerie UpdatePhantomTimeSerieRequest_FieldPathSelector = 0
	UpdatePhantomTimeSerieRequest_FieldPathSelectorUpdateMask       UpdatePhantomTimeSerieRequest_FieldPathSelector = 1
	UpdatePhantomTimeSerieRequest_FieldPathSelectorCas              UpdatePhantomTimeSerieRequest_FieldPathSelector = 2
)

func (UpdatePhantomTimeSerieRequest_FieldPathSelector) String added in v0.10.24

type UpdatePhantomTimeSerieRequest_FieldPathValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_FieldPathValue interface {
	UpdatePhantomTimeSerieRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **UpdatePhantomTimeSerieRequest)
	CompareWith(*UpdatePhantomTimeSerieRequest) (cmp int, comparable bool)
}

UpdatePhantomTimeSerieRequest_FieldPathValue allows storing values for UpdatePhantomTimeSerieRequest fields according to their type

func MustParseUpdatePhantomTimeSerieRequest_FieldPathValue added in v0.10.24

func MustParseUpdatePhantomTimeSerieRequest_FieldPathValue(pathStr, valueStr string) UpdatePhantomTimeSerieRequest_FieldPathValue

func ParseUpdatePhantomTimeSerieRequest_FieldPathValue added in v0.10.24

func ParseUpdatePhantomTimeSerieRequest_FieldPathValue(pathStr, valueStr string) (UpdatePhantomTimeSerieRequest_FieldPathValue, error)

type UpdatePhantomTimeSerieRequest_FieldSubPath added in v0.10.24

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

func (*UpdatePhantomTimeSerieRequest_FieldSubPath) AsCasSubPath added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_FieldSubPath) AsPhantomTimeSerieSubPath added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_FieldSubPath) ClearValue added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_FieldSubPath) ClearValueRaw added in v0.10.24

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

func (*UpdatePhantomTimeSerieRequest_FieldSubPath) Get added in v0.10.24

func (fps *UpdatePhantomTimeSerieRequest_FieldSubPath) Get(source *UpdatePhantomTimeSerieRequest) (values []interface{})

Get returns all values pointed by selected field from source UpdatePhantomTimeSerieRequest

func (*UpdatePhantomTimeSerieRequest_FieldSubPath) GetDefault added in v0.10.24

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

GetDefault returns a default value of the field type

func (*UpdatePhantomTimeSerieRequest_FieldSubPath) GetRaw added in v0.10.24

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

func (*UpdatePhantomTimeSerieRequest_FieldSubPath) GetSingle added in v0.10.24

func (fps *UpdatePhantomTimeSerieRequest_FieldSubPath) GetSingle(source *UpdatePhantomTimeSerieRequest) (interface{}, bool)

GetSingle returns value of selected field from source UpdatePhantomTimeSerieRequest

func (*UpdatePhantomTimeSerieRequest_FieldSubPath) GetSingleRaw added in v0.10.24

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

func (*UpdatePhantomTimeSerieRequest_FieldSubPath) IsLeaf added in v0.10.24

IsLeaf - whether field path is holds simple value

func (*UpdatePhantomTimeSerieRequest_FieldSubPath) JSONString added in v0.10.24

JSONString returns path representation is JSON convention

func (*UpdatePhantomTimeSerieRequest_FieldSubPath) Selector added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_FieldSubPath) SplitIntoTerminalIPaths added in v0.10.24

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

func (*UpdatePhantomTimeSerieRequest_FieldSubPath) String added in v0.10.24

String returns path representation in proto convention

func (*UpdatePhantomTimeSerieRequest_FieldSubPath) WithIArrayItemValue added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_FieldSubPath) WithIArrayOfValues added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_FieldSubPath) WithIValue added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_FieldSubPath) WithRawIArrayItemValue added in v0.10.24

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

func (*UpdatePhantomTimeSerieRequest_FieldSubPath) WithRawIArrayOfValues added in v0.10.24

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

func (*UpdatePhantomTimeSerieRequest_FieldSubPath) WithRawIValue added in v0.10.24

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

type UpdatePhantomTimeSerieRequest_FieldSubPathArrayItemValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_FieldSubPathArrayItemValue struct {
	UpdatePhantomTimeSerieRequest_FieldPath
	// contains filtered or unexported fields
}

func (*UpdatePhantomTimeSerieRequest_FieldSubPathArrayItemValue) AsCasPathItemValue added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_FieldSubPathArrayItemValue) AsPhantomTimeSeriePathItemValue added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_FieldSubPathArrayItemValue) ContainsValue added in v0.10.24

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

func (*UpdatePhantomTimeSerieRequest_FieldSubPathArrayItemValue) GetRawItemValue added in v0.10.24

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

GetRawValue returns stored array item value

type UpdatePhantomTimeSerieRequest_FieldSubPathArrayOfValues added in v0.10.24

type UpdatePhantomTimeSerieRequest_FieldSubPathArrayOfValues struct {
	UpdatePhantomTimeSerieRequest_FieldPath
	// contains filtered or unexported fields
}

func (*UpdatePhantomTimeSerieRequest_FieldSubPathArrayOfValues) AsCasPathArrayOfValues added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_FieldSubPathArrayOfValues) AsPhantomTimeSeriePathArrayOfValues added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_FieldSubPathArrayOfValues) GetRawValues added in v0.10.24

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

type UpdatePhantomTimeSerieRequest_FieldSubPathValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_FieldSubPathValue struct {
	UpdatePhantomTimeSerieRequest_FieldPath
	// contains filtered or unexported fields
}

func (*UpdatePhantomTimeSerieRequest_FieldSubPathValue) AsCasPathValue added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_FieldSubPathValue) AsPhantomTimeSeriePathValue added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_FieldSubPathValue) CompareWith added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_FieldSubPathValue) CompareWithRaw added in v0.10.24

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

func (*UpdatePhantomTimeSerieRequest_FieldSubPathValue) GetRawValue added in v0.10.24

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

func (*UpdatePhantomTimeSerieRequest_FieldSubPathValue) SetTo added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_FieldSubPathValue) SetToRaw added in v0.10.24

type UpdatePhantomTimeSerieRequest_FieldTerminalPath added in v0.10.24

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

func (*UpdatePhantomTimeSerieRequest_FieldTerminalPath) ClearValue added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_FieldTerminalPath) ClearValueRaw added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_FieldTerminalPath) Get added in v0.10.24

Get returns all values pointed by specific field from source UpdatePhantomTimeSerieRequest

func (*UpdatePhantomTimeSerieRequest_FieldTerminalPath) GetDefault added in v0.10.24

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

GetDefault returns a default value of the field type

func (*UpdatePhantomTimeSerieRequest_FieldTerminalPath) GetRaw added in v0.10.24

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

func (*UpdatePhantomTimeSerieRequest_FieldTerminalPath) GetSingle added in v0.10.24

GetSingle returns value pointed by specific field of from source UpdatePhantomTimeSerieRequest

func (*UpdatePhantomTimeSerieRequest_FieldTerminalPath) GetSingleRaw added in v0.10.24

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

func (*UpdatePhantomTimeSerieRequest_FieldTerminalPath) IsLeaf added in v0.10.24

IsLeaf - whether field path is holds simple value

func (*UpdatePhantomTimeSerieRequest_FieldTerminalPath) JSONString added in v0.10.24

JSONString returns path representation is JSON convention

func (*UpdatePhantomTimeSerieRequest_FieldTerminalPath) Selector added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_FieldTerminalPath) String added in v0.10.24

String returns path representation in proto convention

func (*UpdatePhantomTimeSerieRequest_FieldTerminalPath) WithIArrayItemValue added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_FieldTerminalPath) WithIArrayOfValues added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_FieldTerminalPath) WithIValue added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_FieldTerminalPath) WithRawIArrayItemValue added in v0.10.24

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

func (*UpdatePhantomTimeSerieRequest_FieldTerminalPath) WithRawIArrayOfValues added in v0.10.24

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

func (*UpdatePhantomTimeSerieRequest_FieldTerminalPath) WithRawIValue added in v0.10.24

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

type UpdatePhantomTimeSerieRequest_FieldTerminalPathArrayItemValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_FieldTerminalPathArrayItemValue struct {
	UpdatePhantomTimeSerieRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdatePhantomTimeSerieRequest_FieldTerminalPathArrayItemValue) ContainsValue added in v0.10.24

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

func (*UpdatePhantomTimeSerieRequest_FieldTerminalPathArrayItemValue) GetRawItemValue added in v0.10.24

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

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

func (*UpdatePhantomTimeSerieRequest_FieldTerminalPathArrayItemValue) GetSingle added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_FieldTerminalPathArrayItemValue) GetSingleRaw added in v0.10.24

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

type UpdatePhantomTimeSerieRequest_FieldTerminalPathArrayOfValues added in v0.10.24

type UpdatePhantomTimeSerieRequest_FieldTerminalPathArrayOfValues struct {
	UpdatePhantomTimeSerieRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdatePhantomTimeSerieRequest_FieldTerminalPathArrayOfValues) AsCasArrayOfValues added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_FieldTerminalPathArrayOfValues) AsPhantomTimeSerieArrayOfValues added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_FieldTerminalPathArrayOfValues) AsUpdateMaskArrayOfValues added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_FieldTerminalPathArrayOfValues) GetRawValues added in v0.10.24

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

type UpdatePhantomTimeSerieRequest_FieldTerminalPathValue added in v0.10.24

type UpdatePhantomTimeSerieRequest_FieldTerminalPathValue struct {
	UpdatePhantomTimeSerieRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdatePhantomTimeSerieRequest_FieldTerminalPathValue) AsCasValue added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_FieldTerminalPathValue) AsPhantomTimeSerieValue added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_FieldTerminalPathValue) AsUpdateMaskValue added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_FieldTerminalPathValue) CompareWith added in v0.10.24

CompareWith compares value in the 'UpdatePhantomTimeSerieRequest_FieldTerminalPathValue' with the value under path in 'UpdatePhantomTimeSerieRequest'.

func (*UpdatePhantomTimeSerieRequest_FieldTerminalPathValue) CompareWithRaw added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_FieldTerminalPathValue) GetRawValue added in v0.10.24

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

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

func (*UpdatePhantomTimeSerieRequest_FieldTerminalPathValue) SetTo added in v0.10.24

SetTo stores value for selected field for object UpdatePhantomTimeSerieRequest

func (*UpdatePhantomTimeSerieRequest_FieldTerminalPathValue) SetToRaw added in v0.10.24

type WatchPhantomTimeSerieClientStream

type WatchPhantomTimeSerieClientStream interface {
	Recv() (*WatchPhantomTimeSerieResponse, error)
	grpc.ClientStream
}

type WatchPhantomTimeSerieDescriptor added in v0.4.28

type WatchPhantomTimeSerieDescriptor struct{}

func GetWatchPhantomTimeSerieDescriptor added in v0.4.28

func GetWatchPhantomTimeSerieDescriptor() *WatchPhantomTimeSerieDescriptor

func (*WatchPhantomTimeSerieDescriptor) GetApiDescriptor added in v0.4.28

func (*WatchPhantomTimeSerieDescriptor) GetApiName added in v0.4.28

func (d *WatchPhantomTimeSerieDescriptor) GetApiName() string

func (*WatchPhantomTimeSerieDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*WatchPhantomTimeSerieDescriptor) GetFullMethodName added in v0.4.28

func (d *WatchPhantomTimeSerieDescriptor) GetFullMethodName() string

func (*WatchPhantomTimeSerieDescriptor) GetMethodName added in v0.4.28

func (d *WatchPhantomTimeSerieDescriptor) GetMethodName() string

func (*WatchPhantomTimeSerieDescriptor) GetProtoPkgName added in v0.4.28

func (d *WatchPhantomTimeSerieDescriptor) GetProtoPkgName() string

func (*WatchPhantomTimeSerieDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*WatchPhantomTimeSerieDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*WatchPhantomTimeSerieDescriptor) GetServiceDomain added in v0.4.28

func (d *WatchPhantomTimeSerieDescriptor) GetServiceDomain() string

func (*WatchPhantomTimeSerieDescriptor) GetServiceVersion added in v0.4.28

func (d *WatchPhantomTimeSerieDescriptor) GetServiceVersion() string

func (*WatchPhantomTimeSerieDescriptor) GetVerb added in v0.4.28

func (*WatchPhantomTimeSerieDescriptor) HasResource added in v0.4.30

func (d *WatchPhantomTimeSerieDescriptor) HasResource() bool

func (*WatchPhantomTimeSerieDescriptor) IsClientStream added in v0.4.28

func (d *WatchPhantomTimeSerieDescriptor) IsClientStream() bool

func (*WatchPhantomTimeSerieDescriptor) IsCollection added in v0.4.30

func (d *WatchPhantomTimeSerieDescriptor) IsCollection() bool

func (*WatchPhantomTimeSerieDescriptor) IsPlural added in v0.4.30

func (d *WatchPhantomTimeSerieDescriptor) IsPlural() bool

func (*WatchPhantomTimeSerieDescriptor) IsServerStream added in v0.4.28

func (d *WatchPhantomTimeSerieDescriptor) IsServerStream() bool

func (*WatchPhantomTimeSerieDescriptor) IsUnary added in v0.4.28

func (*WatchPhantomTimeSerieDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*WatchPhantomTimeSerieDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*WatchPhantomTimeSerieDescriptor) RequestHasResourceBody added in v0.4.28

func (d *WatchPhantomTimeSerieDescriptor) RequestHasResourceBody() bool

type WatchPhantomTimeSerieDescriptorClientMsgHandle added in v0.4.28

type WatchPhantomTimeSerieDescriptorClientMsgHandle struct{}

func (*WatchPhantomTimeSerieDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*WatchPhantomTimeSerieDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchPhantomTimeSerieDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type WatchPhantomTimeSerieDescriptorServerMsgHandle added in v0.4.28

type WatchPhantomTimeSerieDescriptorServerMsgHandle struct{}

func (*WatchPhantomTimeSerieDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*WatchPhantomTimeSerieDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchPhantomTimeSerieDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type WatchPhantomTimeSerieRequest

type WatchPhantomTimeSerieRequest struct {

	// Reference to ntt.monitoring.v3.PhantomTimeSerie
	Name *phantom_time_serie.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 *phantom_time_serie.PhantomTimeSerie_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 [WatchPhantomTimeSerie][ntt.monitoring.v3.WatchPhantomTimeSerie]

func (*WatchPhantomTimeSerieRequest) Clone

func (*WatchPhantomTimeSerieRequest) CloneRaw

func (*WatchPhantomTimeSerieRequest) Descriptor

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

Deprecated, Use WatchPhantomTimeSerieRequest.ProtoReflect.Descriptor instead.

func (*WatchPhantomTimeSerieRequest) GetFieldMask

func (*WatchPhantomTimeSerieRequest) GetName

func (*WatchPhantomTimeSerieRequest) GetView

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

func (*WatchPhantomTimeSerieRequest) GotenMessage

func (*WatchPhantomTimeSerieRequest) GotenMessage()

func (*WatchPhantomTimeSerieRequest) GotenObjectExt

func (o *WatchPhantomTimeSerieRequest) GotenObjectExt()

func (*WatchPhantomTimeSerieRequest) GotenValidate

func (obj *WatchPhantomTimeSerieRequest) GotenValidate() error

func (*WatchPhantomTimeSerieRequest) MakeDiffFieldMask

func (*WatchPhantomTimeSerieRequest) MakeFullFieldMask

func (*WatchPhantomTimeSerieRequest) MakeRawDiffFieldMask

func (*WatchPhantomTimeSerieRequest) MakeRawFullFieldMask

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

func (*WatchPhantomTimeSerieRequest) Marshal

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

func (*WatchPhantomTimeSerieRequest) MarshalJSON

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

func (*WatchPhantomTimeSerieRequest) Merge

func (*WatchPhantomTimeSerieRequest) MergeRaw

func (*WatchPhantomTimeSerieRequest) ProtoMessage

func (*WatchPhantomTimeSerieRequest) ProtoMessage()

func (*WatchPhantomTimeSerieRequest) ProtoReflect

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

func (*WatchPhantomTimeSerieRequest) Reset

func (m *WatchPhantomTimeSerieRequest) Reset()

func (*WatchPhantomTimeSerieRequest) SetFieldMask

func (*WatchPhantomTimeSerieRequest) SetName

func (*WatchPhantomTimeSerieRequest) SetView

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

func (*WatchPhantomTimeSerieRequest) String

func (*WatchPhantomTimeSerieRequest) Unmarshal

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

func (*WatchPhantomTimeSerieRequest) UnmarshalJSON

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

type WatchPhantomTimeSerieRequestFieldPathBuilder

type WatchPhantomTimeSerieRequestFieldPathBuilder struct{}

func NewWatchPhantomTimeSerieRequestFieldPathBuilder

func NewWatchPhantomTimeSerieRequestFieldPathBuilder() WatchPhantomTimeSerieRequestFieldPathBuilder

func (WatchPhantomTimeSerieRequestFieldPathBuilder) FieldMask

func (WatchPhantomTimeSerieRequestFieldPathBuilder) Name

func (WatchPhantomTimeSerieRequestFieldPathBuilder) View

type WatchPhantomTimeSerieRequestPathSelectorFieldMask

type WatchPhantomTimeSerieRequestPathSelectorFieldMask struct{}

func (WatchPhantomTimeSerieRequestPathSelectorFieldMask) FieldPath

type WatchPhantomTimeSerieRequestPathSelectorName

type WatchPhantomTimeSerieRequestPathSelectorName struct{}

func (WatchPhantomTimeSerieRequestPathSelectorName) FieldPath

type WatchPhantomTimeSerieRequestPathSelectorView

type WatchPhantomTimeSerieRequestPathSelectorView struct{}

func (WatchPhantomTimeSerieRequestPathSelectorView) FieldPath

func (WatchPhantomTimeSerieRequestPathSelectorView) WithArrayOfValues

func (WatchPhantomTimeSerieRequestPathSelectorView) WithValue

type WatchPhantomTimeSerieRequest_FieldMask

type WatchPhantomTimeSerieRequest_FieldMask struct {
	Paths []WatchPhantomTimeSerieRequest_FieldPath
}

func FullWatchPhantomTimeSerieRequest_FieldMask

func FullWatchPhantomTimeSerieRequest_FieldMask() *WatchPhantomTimeSerieRequest_FieldMask

func (*WatchPhantomTimeSerieRequest_FieldMask) AppendPath

func (*WatchPhantomTimeSerieRequest_FieldMask) AppendRawPath

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

func (*WatchPhantomTimeSerieRequest_FieldMask) DecodeFirestore

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

func (*WatchPhantomTimeSerieRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchPhantomTimeSerieRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchPhantomTimeSerieRequest_FieldMask) FromProtoFieldMask

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

func (*WatchPhantomTimeSerieRequest_FieldMask) GetPaths

func (*WatchPhantomTimeSerieRequest_FieldMask) GetRawPaths

func (*WatchPhantomTimeSerieRequest_FieldMask) IsFull

func (fieldMask *WatchPhantomTimeSerieRequest_FieldMask) IsFull() bool

func (WatchPhantomTimeSerieRequest_FieldMask) Marshal

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

implement methods required by customType

func (WatchPhantomTimeSerieRequest_FieldMask) MarshalJSON

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

func (*WatchPhantomTimeSerieRequest_FieldMask) PathsCount

func (fieldMask *WatchPhantomTimeSerieRequest_FieldMask) PathsCount() int

func (*WatchPhantomTimeSerieRequest_FieldMask) Project

func (*WatchPhantomTimeSerieRequest_FieldMask) ProjectRaw

func (*WatchPhantomTimeSerieRequest_FieldMask) ProtoMessage

func (fieldMask *WatchPhantomTimeSerieRequest_FieldMask) ProtoMessage()

func (*WatchPhantomTimeSerieRequest_FieldMask) ProtoReflect

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

func (*WatchPhantomTimeSerieRequest_FieldMask) Reset

func (fieldMask *WatchPhantomTimeSerieRequest_FieldMask) Reset()

func (*WatchPhantomTimeSerieRequest_FieldMask) Set

func (*WatchPhantomTimeSerieRequest_FieldMask) SetFromCliFlag

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

func (*WatchPhantomTimeSerieRequest_FieldMask) SetRaw

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

func (*WatchPhantomTimeSerieRequest_FieldMask) Size

func (fieldMask *WatchPhantomTimeSerieRequest_FieldMask) Size() int

func (*WatchPhantomTimeSerieRequest_FieldMask) String

func (fieldMask *WatchPhantomTimeSerieRequest_FieldMask) String() string

func (*WatchPhantomTimeSerieRequest_FieldMask) Subtract

func (*WatchPhantomTimeSerieRequest_FieldMask) SubtractRaw

func (*WatchPhantomTimeSerieRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*WatchPhantomTimeSerieRequest_FieldMask) Unmarshal

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

func (*WatchPhantomTimeSerieRequest_FieldMask) UnmarshalJSON

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

type WatchPhantomTimeSerieRequest_FieldPath

type WatchPhantomTimeSerieRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchPhantomTimeSerieRequest_FieldPathSelector
	Get(source *WatchPhantomTimeSerieRequest) []interface{}
	GetSingle(source *WatchPhantomTimeSerieRequest) (interface{}, bool)
	ClearValue(item *WatchPhantomTimeSerieRequest)

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

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

func MustParseWatchPhantomTimeSerieRequest_FieldPath

func MustParseWatchPhantomTimeSerieRequest_FieldPath(rawField string) WatchPhantomTimeSerieRequest_FieldPath

func ParseWatchPhantomTimeSerieRequest_FieldPath

func ParseWatchPhantomTimeSerieRequest_FieldPath(rawField string) (WatchPhantomTimeSerieRequest_FieldPath, error)

type WatchPhantomTimeSerieRequest_FieldPathArrayItemValue

type WatchPhantomTimeSerieRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchPhantomTimeSerieRequest_FieldPath
	ContainsValue(*WatchPhantomTimeSerieRequest) bool
}

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

func MustParseWatchPhantomTimeSerieRequest_FieldPathArrayItemValue

func MustParseWatchPhantomTimeSerieRequest_FieldPathArrayItemValue(pathStr, valueStr string) WatchPhantomTimeSerieRequest_FieldPathArrayItemValue

func ParseWatchPhantomTimeSerieRequest_FieldPathArrayItemValue

func ParseWatchPhantomTimeSerieRequest_FieldPathArrayItemValue(pathStr, valueStr string) (WatchPhantomTimeSerieRequest_FieldPathArrayItemValue, error)

ParseWatchPhantomTimeSerieRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchPhantomTimeSerieRequest_FieldPathArrayOfValues

type WatchPhantomTimeSerieRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchPhantomTimeSerieRequest_FieldPath
}

WatchPhantomTimeSerieRequest_FieldPathArrayOfValues allows storing slice of values for WatchPhantomTimeSerieRequest fields according to their type

func MustParseWatchPhantomTimeSerieRequest_FieldPathArrayOfValues

func MustParseWatchPhantomTimeSerieRequest_FieldPathArrayOfValues(pathStr, valuesStr string) WatchPhantomTimeSerieRequest_FieldPathArrayOfValues

func ParseWatchPhantomTimeSerieRequest_FieldPathArrayOfValues

func ParseWatchPhantomTimeSerieRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchPhantomTimeSerieRequest_FieldPathArrayOfValues, error)

type WatchPhantomTimeSerieRequest_FieldPathSelector

type WatchPhantomTimeSerieRequest_FieldPathSelector int32
const (
	WatchPhantomTimeSerieRequest_FieldPathSelectorName      WatchPhantomTimeSerieRequest_FieldPathSelector = 0
	WatchPhantomTimeSerieRequest_FieldPathSelectorFieldMask WatchPhantomTimeSerieRequest_FieldPathSelector = 1
	WatchPhantomTimeSerieRequest_FieldPathSelectorView      WatchPhantomTimeSerieRequest_FieldPathSelector = 2
)

func (WatchPhantomTimeSerieRequest_FieldPathSelector) String

type WatchPhantomTimeSerieRequest_FieldPathValue

type WatchPhantomTimeSerieRequest_FieldPathValue interface {
	WatchPhantomTimeSerieRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchPhantomTimeSerieRequest)
	CompareWith(*WatchPhantomTimeSerieRequest) (cmp int, comparable bool)
}

WatchPhantomTimeSerieRequest_FieldPathValue allows storing values for WatchPhantomTimeSerieRequest fields according to their type

func MustParseWatchPhantomTimeSerieRequest_FieldPathValue

func MustParseWatchPhantomTimeSerieRequest_FieldPathValue(pathStr, valueStr string) WatchPhantomTimeSerieRequest_FieldPathValue

func ParseWatchPhantomTimeSerieRequest_FieldPathValue

func ParseWatchPhantomTimeSerieRequest_FieldPathValue(pathStr, valueStr string) (WatchPhantomTimeSerieRequest_FieldPathValue, error)

type WatchPhantomTimeSerieRequest_FieldTerminalPath

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

func (*WatchPhantomTimeSerieRequest_FieldTerminalPath) ClearValue

func (*WatchPhantomTimeSerieRequest_FieldTerminalPath) ClearValueRaw

func (*WatchPhantomTimeSerieRequest_FieldTerminalPath) Get

func (fp *WatchPhantomTimeSerieRequest_FieldTerminalPath) Get(source *WatchPhantomTimeSerieRequest) (values []interface{})

Get returns all values pointed by specific field from source WatchPhantomTimeSerieRequest

func (*WatchPhantomTimeSerieRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchPhantomTimeSerieRequest_FieldTerminalPath) GetRaw

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

func (*WatchPhantomTimeSerieRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source WatchPhantomTimeSerieRequest

func (*WatchPhantomTimeSerieRequest_FieldTerminalPath) GetSingleRaw

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

func (*WatchPhantomTimeSerieRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchPhantomTimeSerieRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchPhantomTimeSerieRequest_FieldTerminalPath) Selector

func (*WatchPhantomTimeSerieRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*WatchPhantomTimeSerieRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchPhantomTimeSerieRequest_FieldTerminalPath) WithIArrayItemValue

func (*WatchPhantomTimeSerieRequest_FieldTerminalPath) WithIArrayOfValues

func (*WatchPhantomTimeSerieRequest_FieldTerminalPath) WithIValue

func (*WatchPhantomTimeSerieRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*WatchPhantomTimeSerieRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchPhantomTimeSerieRequest_FieldTerminalPath) WithRawIValue

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

type WatchPhantomTimeSerieRequest_FieldTerminalPathArrayItemValue

type WatchPhantomTimeSerieRequest_FieldTerminalPathArrayItemValue struct {
	WatchPhantomTimeSerieRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPhantomTimeSerieRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchPhantomTimeSerieRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchPhantomTimeSerieRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchPhantomTimeSerieRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchPhantomTimeSerieRequest_FieldTerminalPathArrayOfValues

type WatchPhantomTimeSerieRequest_FieldTerminalPathArrayOfValues struct {
	WatchPhantomTimeSerieRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPhantomTimeSerieRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*WatchPhantomTimeSerieRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (*WatchPhantomTimeSerieRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

func (*WatchPhantomTimeSerieRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchPhantomTimeSerieRequest_FieldTerminalPathValue

type WatchPhantomTimeSerieRequest_FieldTerminalPathValue struct {
	WatchPhantomTimeSerieRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPhantomTimeSerieRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*WatchPhantomTimeSerieRequest_FieldTerminalPathValue) AsNameValue

func (*WatchPhantomTimeSerieRequest_FieldTerminalPathValue) AsViewValue

func (*WatchPhantomTimeSerieRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchPhantomTimeSerieRequest_FieldTerminalPathValue' with the value under path in 'WatchPhantomTimeSerieRequest'.

func (*WatchPhantomTimeSerieRequest_FieldTerminalPathValue) CompareWithRaw

func (*WatchPhantomTimeSerieRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchPhantomTimeSerieRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchPhantomTimeSerieRequest

func (*WatchPhantomTimeSerieRequest_FieldTerminalPathValue) SetToRaw

type WatchPhantomTimeSerieResponse

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

WatchPhantomTimeSerieResponse

func (*WatchPhantomTimeSerieResponse) Clone

func (*WatchPhantomTimeSerieResponse) CloneRaw

func (*WatchPhantomTimeSerieResponse) Descriptor

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

Deprecated, Use WatchPhantomTimeSerieResponse.ProtoReflect.Descriptor instead.

func (*WatchPhantomTimeSerieResponse) GetChange

func (*WatchPhantomTimeSerieResponse) GotenMessage

func (*WatchPhantomTimeSerieResponse) GotenMessage()

func (*WatchPhantomTimeSerieResponse) GotenObjectExt

func (o *WatchPhantomTimeSerieResponse) GotenObjectExt()

func (*WatchPhantomTimeSerieResponse) GotenValidate

func (obj *WatchPhantomTimeSerieResponse) GotenValidate() error

func (*WatchPhantomTimeSerieResponse) MakeDiffFieldMask

func (*WatchPhantomTimeSerieResponse) MakeFullFieldMask

func (*WatchPhantomTimeSerieResponse) MakeRawDiffFieldMask

func (*WatchPhantomTimeSerieResponse) MakeRawFullFieldMask

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

func (*WatchPhantomTimeSerieResponse) Marshal

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

func (*WatchPhantomTimeSerieResponse) MarshalJSON

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

func (*WatchPhantomTimeSerieResponse) Merge

func (*WatchPhantomTimeSerieResponse) MergeRaw

func (*WatchPhantomTimeSerieResponse) ProtoMessage

func (*WatchPhantomTimeSerieResponse) ProtoMessage()

func (*WatchPhantomTimeSerieResponse) ProtoReflect

func (*WatchPhantomTimeSerieResponse) Reset

func (m *WatchPhantomTimeSerieResponse) Reset()

func (*WatchPhantomTimeSerieResponse) SetChange

func (*WatchPhantomTimeSerieResponse) String

func (*WatchPhantomTimeSerieResponse) Unmarshal

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

func (*WatchPhantomTimeSerieResponse) UnmarshalJSON

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

type WatchPhantomTimeSerieResponseFieldPathBuilder

type WatchPhantomTimeSerieResponseFieldPathBuilder struct{}

func NewWatchPhantomTimeSerieResponseFieldPathBuilder

func NewWatchPhantomTimeSerieResponseFieldPathBuilder() WatchPhantomTimeSerieResponseFieldPathBuilder

func (WatchPhantomTimeSerieResponseFieldPathBuilder) Change

type WatchPhantomTimeSerieResponsePathSelectorChange

type WatchPhantomTimeSerieResponsePathSelectorChange struct{}

func (WatchPhantomTimeSerieResponsePathSelectorChange) FieldPath

type WatchPhantomTimeSerieResponse_FieldMask

type WatchPhantomTimeSerieResponse_FieldMask struct {
	Paths []WatchPhantomTimeSerieResponse_FieldPath
}

func FullWatchPhantomTimeSerieResponse_FieldMask

func FullWatchPhantomTimeSerieResponse_FieldMask() *WatchPhantomTimeSerieResponse_FieldMask

func (*WatchPhantomTimeSerieResponse_FieldMask) AppendPath

func (*WatchPhantomTimeSerieResponse_FieldMask) AppendRawPath

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

func (*WatchPhantomTimeSerieResponse_FieldMask) DecodeFirestore

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

func (*WatchPhantomTimeSerieResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchPhantomTimeSerieResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchPhantomTimeSerieResponse_FieldMask) FromProtoFieldMask

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

func (*WatchPhantomTimeSerieResponse_FieldMask) GetPaths

func (*WatchPhantomTimeSerieResponse_FieldMask) GetRawPaths

func (*WatchPhantomTimeSerieResponse_FieldMask) IsFull

func (fieldMask *WatchPhantomTimeSerieResponse_FieldMask) IsFull() bool

func (WatchPhantomTimeSerieResponse_FieldMask) Marshal

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

implement methods required by customType

func (WatchPhantomTimeSerieResponse_FieldMask) MarshalJSON

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

func (*WatchPhantomTimeSerieResponse_FieldMask) PathsCount

func (fieldMask *WatchPhantomTimeSerieResponse_FieldMask) PathsCount() int

func (*WatchPhantomTimeSerieResponse_FieldMask) Project

func (*WatchPhantomTimeSerieResponse_FieldMask) ProjectRaw

func (*WatchPhantomTimeSerieResponse_FieldMask) ProtoMessage

func (fieldMask *WatchPhantomTimeSerieResponse_FieldMask) ProtoMessage()

func (*WatchPhantomTimeSerieResponse_FieldMask) ProtoReflect

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

func (*WatchPhantomTimeSerieResponse_FieldMask) Reset

func (fieldMask *WatchPhantomTimeSerieResponse_FieldMask) Reset()

func (*WatchPhantomTimeSerieResponse_FieldMask) Set

func (*WatchPhantomTimeSerieResponse_FieldMask) SetFromCliFlag

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

func (*WatchPhantomTimeSerieResponse_FieldMask) SetRaw

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

func (*WatchPhantomTimeSerieResponse_FieldMask) Size

func (fieldMask *WatchPhantomTimeSerieResponse_FieldMask) Size() int

func (*WatchPhantomTimeSerieResponse_FieldMask) String

func (fieldMask *WatchPhantomTimeSerieResponse_FieldMask) String() string

func (*WatchPhantomTimeSerieResponse_FieldMask) Subtract

func (*WatchPhantomTimeSerieResponse_FieldMask) SubtractRaw

func (*WatchPhantomTimeSerieResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*WatchPhantomTimeSerieResponse_FieldMask) Unmarshal

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

func (*WatchPhantomTimeSerieResponse_FieldMask) UnmarshalJSON

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

type WatchPhantomTimeSerieResponse_FieldPath

type WatchPhantomTimeSerieResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchPhantomTimeSerieResponse_FieldPathSelector
	Get(source *WatchPhantomTimeSerieResponse) []interface{}
	GetSingle(source *WatchPhantomTimeSerieResponse) (interface{}, bool)
	ClearValue(item *WatchPhantomTimeSerieResponse)

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

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

func MustParseWatchPhantomTimeSerieResponse_FieldPath

func MustParseWatchPhantomTimeSerieResponse_FieldPath(rawField string) WatchPhantomTimeSerieResponse_FieldPath

func ParseWatchPhantomTimeSerieResponse_FieldPath

func ParseWatchPhantomTimeSerieResponse_FieldPath(rawField string) (WatchPhantomTimeSerieResponse_FieldPath, error)

type WatchPhantomTimeSerieResponse_FieldPathArrayItemValue

type WatchPhantomTimeSerieResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchPhantomTimeSerieResponse_FieldPath
	ContainsValue(*WatchPhantomTimeSerieResponse) bool
}

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

func MustParseWatchPhantomTimeSerieResponse_FieldPathArrayItemValue

func MustParseWatchPhantomTimeSerieResponse_FieldPathArrayItemValue(pathStr, valueStr string) WatchPhantomTimeSerieResponse_FieldPathArrayItemValue

func ParseWatchPhantomTimeSerieResponse_FieldPathArrayItemValue

func ParseWatchPhantomTimeSerieResponse_FieldPathArrayItemValue(pathStr, valueStr string) (WatchPhantomTimeSerieResponse_FieldPathArrayItemValue, error)

ParseWatchPhantomTimeSerieResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchPhantomTimeSerieResponse_FieldPathArrayOfValues

type WatchPhantomTimeSerieResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchPhantomTimeSerieResponse_FieldPath
}

WatchPhantomTimeSerieResponse_FieldPathArrayOfValues allows storing slice of values for WatchPhantomTimeSerieResponse fields according to their type

func MustParseWatchPhantomTimeSerieResponse_FieldPathArrayOfValues

func MustParseWatchPhantomTimeSerieResponse_FieldPathArrayOfValues(pathStr, valuesStr string) WatchPhantomTimeSerieResponse_FieldPathArrayOfValues

func ParseWatchPhantomTimeSerieResponse_FieldPathArrayOfValues

func ParseWatchPhantomTimeSerieResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchPhantomTimeSerieResponse_FieldPathArrayOfValues, error)

type WatchPhantomTimeSerieResponse_FieldPathSelector

type WatchPhantomTimeSerieResponse_FieldPathSelector int32
const (
	WatchPhantomTimeSerieResponse_FieldPathSelectorChange WatchPhantomTimeSerieResponse_FieldPathSelector = 0
)

func (WatchPhantomTimeSerieResponse_FieldPathSelector) String

type WatchPhantomTimeSerieResponse_FieldPathValue

type WatchPhantomTimeSerieResponse_FieldPathValue interface {
	WatchPhantomTimeSerieResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchPhantomTimeSerieResponse)
	CompareWith(*WatchPhantomTimeSerieResponse) (cmp int, comparable bool)
}

WatchPhantomTimeSerieResponse_FieldPathValue allows storing values for WatchPhantomTimeSerieResponse fields according to their type

func MustParseWatchPhantomTimeSerieResponse_FieldPathValue

func MustParseWatchPhantomTimeSerieResponse_FieldPathValue(pathStr, valueStr string) WatchPhantomTimeSerieResponse_FieldPathValue

func ParseWatchPhantomTimeSerieResponse_FieldPathValue

func ParseWatchPhantomTimeSerieResponse_FieldPathValue(pathStr, valueStr string) (WatchPhantomTimeSerieResponse_FieldPathValue, error)

type WatchPhantomTimeSerieResponse_FieldTerminalPath

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

func (*WatchPhantomTimeSerieResponse_FieldTerminalPath) ClearValue

func (*WatchPhantomTimeSerieResponse_FieldTerminalPath) ClearValueRaw

func (*WatchPhantomTimeSerieResponse_FieldTerminalPath) Get

Get returns all values pointed by specific field from source WatchPhantomTimeSerieResponse

func (*WatchPhantomTimeSerieResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchPhantomTimeSerieResponse_FieldTerminalPath) GetRaw

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

func (*WatchPhantomTimeSerieResponse_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source WatchPhantomTimeSerieResponse

func (*WatchPhantomTimeSerieResponse_FieldTerminalPath) GetSingleRaw

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

func (*WatchPhantomTimeSerieResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchPhantomTimeSerieResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchPhantomTimeSerieResponse_FieldTerminalPath) Selector

func (*WatchPhantomTimeSerieResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*WatchPhantomTimeSerieResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchPhantomTimeSerieResponse_FieldTerminalPath) WithIArrayItemValue

func (*WatchPhantomTimeSerieResponse_FieldTerminalPath) WithIArrayOfValues

func (*WatchPhantomTimeSerieResponse_FieldTerminalPath) WithIValue

func (*WatchPhantomTimeSerieResponse_FieldTerminalPath) WithRawIArrayItemValue

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

func (*WatchPhantomTimeSerieResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchPhantomTimeSerieResponse_FieldTerminalPath) WithRawIValue

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

type WatchPhantomTimeSerieResponse_FieldTerminalPathArrayItemValue

type WatchPhantomTimeSerieResponse_FieldTerminalPathArrayItemValue struct {
	WatchPhantomTimeSerieResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPhantomTimeSerieResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchPhantomTimeSerieResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchPhantomTimeSerieResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchPhantomTimeSerieResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchPhantomTimeSerieResponse_FieldTerminalPathArrayOfValues

type WatchPhantomTimeSerieResponse_FieldTerminalPathArrayOfValues struct {
	WatchPhantomTimeSerieResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPhantomTimeSerieResponse_FieldTerminalPathArrayOfValues) AsChangeArrayOfValues

func (*WatchPhantomTimeSerieResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchPhantomTimeSerieResponse_FieldTerminalPathValue

type WatchPhantomTimeSerieResponse_FieldTerminalPathValue struct {
	WatchPhantomTimeSerieResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPhantomTimeSerieResponse_FieldTerminalPathValue) AsChangeValue

func (*WatchPhantomTimeSerieResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchPhantomTimeSerieResponse_FieldTerminalPathValue' with the value under path in 'WatchPhantomTimeSerieResponse'.

func (*WatchPhantomTimeSerieResponse_FieldTerminalPathValue) CompareWithRaw

func (*WatchPhantomTimeSerieResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchPhantomTimeSerieResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchPhantomTimeSerieResponse

func (*WatchPhantomTimeSerieResponse_FieldTerminalPathValue) SetToRaw

type WatchPhantomTimeSeriesClientStream

type WatchPhantomTimeSeriesClientStream interface {
	Recv() (*WatchPhantomTimeSeriesResponse, error)
	grpc.ClientStream
}

type WatchPhantomTimeSeriesDescriptor added in v0.4.28

type WatchPhantomTimeSeriesDescriptor struct{}

func GetWatchPhantomTimeSeriesDescriptor added in v0.4.28

func GetWatchPhantomTimeSeriesDescriptor() *WatchPhantomTimeSeriesDescriptor

func (*WatchPhantomTimeSeriesDescriptor) GetApiDescriptor added in v0.4.28

func (*WatchPhantomTimeSeriesDescriptor) GetApiName added in v0.4.28

func (d *WatchPhantomTimeSeriesDescriptor) GetApiName() string

func (*WatchPhantomTimeSeriesDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*WatchPhantomTimeSeriesDescriptor) GetFullMethodName added in v0.4.28

func (d *WatchPhantomTimeSeriesDescriptor) GetFullMethodName() string

func (*WatchPhantomTimeSeriesDescriptor) GetMethodName added in v0.4.28

func (d *WatchPhantomTimeSeriesDescriptor) GetMethodName() string

func (*WatchPhantomTimeSeriesDescriptor) GetProtoPkgName added in v0.4.28

func (d *WatchPhantomTimeSeriesDescriptor) GetProtoPkgName() string

func (*WatchPhantomTimeSeriesDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*WatchPhantomTimeSeriesDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*WatchPhantomTimeSeriesDescriptor) GetServiceDomain added in v0.4.28

func (d *WatchPhantomTimeSeriesDescriptor) GetServiceDomain() string

func (*WatchPhantomTimeSeriesDescriptor) GetServiceVersion added in v0.4.28

func (d *WatchPhantomTimeSeriesDescriptor) GetServiceVersion() string

func (*WatchPhantomTimeSeriesDescriptor) GetVerb added in v0.4.28

func (*WatchPhantomTimeSeriesDescriptor) HasResource added in v0.4.30

func (d *WatchPhantomTimeSeriesDescriptor) HasResource() bool

func (*WatchPhantomTimeSeriesDescriptor) IsClientStream added in v0.4.28

func (d *WatchPhantomTimeSeriesDescriptor) IsClientStream() bool

func (*WatchPhantomTimeSeriesDescriptor) IsCollection added in v0.4.30

func (d *WatchPhantomTimeSeriesDescriptor) IsCollection() bool

func (*WatchPhantomTimeSeriesDescriptor) IsPlural added in v0.4.30

func (d *WatchPhantomTimeSeriesDescriptor) IsPlural() bool

func (*WatchPhantomTimeSeriesDescriptor) IsServerStream added in v0.4.28

func (d *WatchPhantomTimeSeriesDescriptor) IsServerStream() bool

func (*WatchPhantomTimeSeriesDescriptor) IsUnary added in v0.4.28

func (*WatchPhantomTimeSeriesDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*WatchPhantomTimeSeriesDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*WatchPhantomTimeSeriesDescriptor) RequestHasResourceBody added in v0.4.28

func (d *WatchPhantomTimeSeriesDescriptor) RequestHasResourceBody() bool

type WatchPhantomTimeSeriesDescriptorClientMsgHandle added in v0.4.28

type WatchPhantomTimeSeriesDescriptorClientMsgHandle struct{}

func (*WatchPhantomTimeSeriesDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*WatchPhantomTimeSeriesDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchPhantomTimeSeriesDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type WatchPhantomTimeSeriesDescriptorServerMsgHandle added in v0.4.28

type WatchPhantomTimeSeriesDescriptorServerMsgHandle struct{}

func (*WatchPhantomTimeSeriesDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*WatchPhantomTimeSeriesDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchPhantomTimeSeriesDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type WatchPhantomTimeSeriesRequest

type WatchPhantomTimeSeriesRequest 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.PhantomTimeSerie
	Parent *phantom_time_serie.ParentReference `protobuf:"bytes,1,opt,customtype=ParentReference,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Requested page size. Server may return fewer PhantomTimeSeries 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 *phantom_time_serie.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 *phantom_time_serie.OrderBy `protobuf:"bytes,4,opt,customtype=OrderBy,name=order_by,json=orderBy,proto3" json:"order_by,omitempty" firestore:"orderBy"`
	// A token identifying watch resume point from previous session.
	// Can be populated only for stateless watch type.
	ResumeToken string `protobuf:"bytes,10,opt,name=resume_token,json=resumeToken,proto3" json:"resume_token,omitempty" firestore:"resumeToken"`
	// Point in the time from which we want to start getting updates. This field
	// can be populated only for stateless watch type and if resume token is not
	// known yet. If specified, initial snapshot will NOT be provided. It is
	// assumed client can obtain it using separate means. Watch responses will
	// contain resume tokens which should be used to resume broken connection.
	StartingTime *timestamp.Timestamp `protobuf:"bytes,12,opt,name=starting_time,json=startingTime,proto3" json:"starting_time,omitempty" firestore:"startingTime"`
	// Filter - filter results by field criteria. Simplified SQL-like syntax with
	// following operators:
	// <=, >=, =, !=, <, >, LIKE, CONTAINS (aliases CONTAIN, HAS, HAVE), IN, IS
	// [NOT] NULL | NaN . Combine conditions with OR | AND example: 'meta.labels
	// CONTAINS "severity:important" OR (state.last_error_time >
	// "2018-11-15T10:00:00Z" AND state.status = "ERROR")'
	Filter *phantom_time_serie.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 PhantomTimeSerie that don't
	// affect any of masked fields won't be sent back.
	FieldMask *phantom_time_serie.PhantomTimeSerie_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
	// PhantomTimeSerie 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 [WatchPhantomTimeSeries][ntt.monitoring.v3.WatchPhantomTimeSeries]

func (*WatchPhantomTimeSeriesRequest) Clone

func (*WatchPhantomTimeSeriesRequest) CloneRaw

func (*WatchPhantomTimeSeriesRequest) Descriptor

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

Deprecated, Use WatchPhantomTimeSeriesRequest.ProtoReflect.Descriptor instead.

func (*WatchPhantomTimeSeriesRequest) GetFieldMask

func (*WatchPhantomTimeSeriesRequest) GetFilter

func (*WatchPhantomTimeSeriesRequest) GetMaxChunkSize

func (m *WatchPhantomTimeSeriesRequest) GetMaxChunkSize() int32

func (*WatchPhantomTimeSeriesRequest) GetOrderBy

func (*WatchPhantomTimeSeriesRequest) GetPageSize

func (m *WatchPhantomTimeSeriesRequest) GetPageSize() int32

func (*WatchPhantomTimeSeriesRequest) GetPageToken

func (*WatchPhantomTimeSeriesRequest) GetParent

func (*WatchPhantomTimeSeriesRequest) GetResumeToken

func (m *WatchPhantomTimeSeriesRequest) GetResumeToken() string

func (*WatchPhantomTimeSeriesRequest) GetStartingTime added in v0.9.0

func (m *WatchPhantomTimeSeriesRequest) GetStartingTime() *timestamp.Timestamp

func (*WatchPhantomTimeSeriesRequest) GetType

func (*WatchPhantomTimeSeriesRequest) GetView

func (*WatchPhantomTimeSeriesRequest) GotenMessage

func (*WatchPhantomTimeSeriesRequest) GotenMessage()

func (*WatchPhantomTimeSeriesRequest) GotenObjectExt

func (o *WatchPhantomTimeSeriesRequest) GotenObjectExt()

func (*WatchPhantomTimeSeriesRequest) GotenValidate

func (obj *WatchPhantomTimeSeriesRequest) GotenValidate() error

func (*WatchPhantomTimeSeriesRequest) MakeDiffFieldMask

func (*WatchPhantomTimeSeriesRequest) MakeFullFieldMask

func (*WatchPhantomTimeSeriesRequest) MakeRawDiffFieldMask

func (*WatchPhantomTimeSeriesRequest) MakeRawFullFieldMask

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

func (*WatchPhantomTimeSeriesRequest) Marshal

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

func (*WatchPhantomTimeSeriesRequest) MarshalJSON

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

func (*WatchPhantomTimeSeriesRequest) Merge

func (*WatchPhantomTimeSeriesRequest) MergeRaw

func (*WatchPhantomTimeSeriesRequest) ProtoMessage

func (*WatchPhantomTimeSeriesRequest) ProtoMessage()

func (*WatchPhantomTimeSeriesRequest) ProtoReflect

func (*WatchPhantomTimeSeriesRequest) Reset

func (m *WatchPhantomTimeSeriesRequest) Reset()

func (*WatchPhantomTimeSeriesRequest) SetFieldMask

func (*WatchPhantomTimeSeriesRequest) SetFilter

func (*WatchPhantomTimeSeriesRequest) SetMaxChunkSize

func (m *WatchPhantomTimeSeriesRequest) SetMaxChunkSize(fv int32)

func (*WatchPhantomTimeSeriesRequest) SetOrderBy

func (*WatchPhantomTimeSeriesRequest) SetPageSize

func (m *WatchPhantomTimeSeriesRequest) SetPageSize(fv int32)

func (*WatchPhantomTimeSeriesRequest) SetPageToken

func (*WatchPhantomTimeSeriesRequest) SetParent

func (*WatchPhantomTimeSeriesRequest) SetResumeToken

func (m *WatchPhantomTimeSeriesRequest) SetResumeToken(fv string)

func (*WatchPhantomTimeSeriesRequest) SetStartingTime added in v0.9.0

func (m *WatchPhantomTimeSeriesRequest) SetStartingTime(fv *timestamp.Timestamp)

func (*WatchPhantomTimeSeriesRequest) SetType

func (*WatchPhantomTimeSeriesRequest) SetView

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

func (*WatchPhantomTimeSeriesRequest) String

func (*WatchPhantomTimeSeriesRequest) Unmarshal

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

func (*WatchPhantomTimeSeriesRequest) UnmarshalJSON

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

type WatchPhantomTimeSeriesRequestFieldPathBuilder

type WatchPhantomTimeSeriesRequestFieldPathBuilder struct{}

func NewWatchPhantomTimeSeriesRequestFieldPathBuilder

func NewWatchPhantomTimeSeriesRequestFieldPathBuilder() WatchPhantomTimeSeriesRequestFieldPathBuilder

func (WatchPhantomTimeSeriesRequestFieldPathBuilder) FieldMask

func (WatchPhantomTimeSeriesRequestFieldPathBuilder) Filter

func (WatchPhantomTimeSeriesRequestFieldPathBuilder) MaxChunkSize

func (WatchPhantomTimeSeriesRequestFieldPathBuilder) OrderBy

func (WatchPhantomTimeSeriesRequestFieldPathBuilder) PageSize

func (WatchPhantomTimeSeriesRequestFieldPathBuilder) PageToken

func (WatchPhantomTimeSeriesRequestFieldPathBuilder) Parent

func (WatchPhantomTimeSeriesRequestFieldPathBuilder) ResumeToken

func (WatchPhantomTimeSeriesRequestFieldPathBuilder) StartingTime added in v0.9.0

func (WatchPhantomTimeSeriesRequestFieldPathBuilder) Type

func (WatchPhantomTimeSeriesRequestFieldPathBuilder) View

type WatchPhantomTimeSeriesRequestPathSelectorFieldMask

type WatchPhantomTimeSeriesRequestPathSelectorFieldMask struct{}

func (WatchPhantomTimeSeriesRequestPathSelectorFieldMask) FieldPath

type WatchPhantomTimeSeriesRequestPathSelectorFilter

type WatchPhantomTimeSeriesRequestPathSelectorFilter struct{}

func (WatchPhantomTimeSeriesRequestPathSelectorFilter) FieldPath

func (WatchPhantomTimeSeriesRequestPathSelectorFilter) WithArrayOfValues

func (WatchPhantomTimeSeriesRequestPathSelectorFilter) WithValue

type WatchPhantomTimeSeriesRequestPathSelectorMaxChunkSize

type WatchPhantomTimeSeriesRequestPathSelectorMaxChunkSize struct{}

func (WatchPhantomTimeSeriesRequestPathSelectorMaxChunkSize) FieldPath

func (WatchPhantomTimeSeriesRequestPathSelectorMaxChunkSize) WithArrayOfValues

func (WatchPhantomTimeSeriesRequestPathSelectorMaxChunkSize) WithValue

type WatchPhantomTimeSeriesRequestPathSelectorOrderBy

type WatchPhantomTimeSeriesRequestPathSelectorOrderBy struct{}

func (WatchPhantomTimeSeriesRequestPathSelectorOrderBy) FieldPath

func (WatchPhantomTimeSeriesRequestPathSelectorOrderBy) WithArrayOfValues

func (WatchPhantomTimeSeriesRequestPathSelectorOrderBy) WithValue

type WatchPhantomTimeSeriesRequestPathSelectorPageSize

type WatchPhantomTimeSeriesRequestPathSelectorPageSize struct{}

func (WatchPhantomTimeSeriesRequestPathSelectorPageSize) FieldPath

func (WatchPhantomTimeSeriesRequestPathSelectorPageSize) WithArrayOfValues

func (WatchPhantomTimeSeriesRequestPathSelectorPageSize) WithValue

type WatchPhantomTimeSeriesRequestPathSelectorPageToken

type WatchPhantomTimeSeriesRequestPathSelectorPageToken struct{}

func (WatchPhantomTimeSeriesRequestPathSelectorPageToken) FieldPath

type WatchPhantomTimeSeriesRequestPathSelectorParent

type WatchPhantomTimeSeriesRequestPathSelectorParent struct{}

func (WatchPhantomTimeSeriesRequestPathSelectorParent) FieldPath

type WatchPhantomTimeSeriesRequestPathSelectorResumeToken

type WatchPhantomTimeSeriesRequestPathSelectorResumeToken struct{}

func (WatchPhantomTimeSeriesRequestPathSelectorResumeToken) FieldPath

func (WatchPhantomTimeSeriesRequestPathSelectorResumeToken) WithArrayOfValues

func (WatchPhantomTimeSeriesRequestPathSelectorResumeToken) WithValue

type WatchPhantomTimeSeriesRequestPathSelectorStartingTime added in v0.9.0

type WatchPhantomTimeSeriesRequestPathSelectorStartingTime struct{}

func (WatchPhantomTimeSeriesRequestPathSelectorStartingTime) FieldPath added in v0.9.0

func (WatchPhantomTimeSeriesRequestPathSelectorStartingTime) WithArrayOfValues added in v0.9.0

func (WatchPhantomTimeSeriesRequestPathSelectorStartingTime) WithValue added in v0.9.0

type WatchPhantomTimeSeriesRequestPathSelectorType

type WatchPhantomTimeSeriesRequestPathSelectorType struct{}

func (WatchPhantomTimeSeriesRequestPathSelectorType) FieldPath

func (WatchPhantomTimeSeriesRequestPathSelectorType) WithArrayOfValues

func (WatchPhantomTimeSeriesRequestPathSelectorType) WithValue

type WatchPhantomTimeSeriesRequestPathSelectorView

type WatchPhantomTimeSeriesRequestPathSelectorView struct{}

func (WatchPhantomTimeSeriesRequestPathSelectorView) FieldPath

func (WatchPhantomTimeSeriesRequestPathSelectorView) WithArrayOfValues

func (WatchPhantomTimeSeriesRequestPathSelectorView) WithValue

type WatchPhantomTimeSeriesRequest_FieldMask

type WatchPhantomTimeSeriesRequest_FieldMask struct {
	Paths []WatchPhantomTimeSeriesRequest_FieldPath
}

func FullWatchPhantomTimeSeriesRequest_FieldMask

func FullWatchPhantomTimeSeriesRequest_FieldMask() *WatchPhantomTimeSeriesRequest_FieldMask

func (*WatchPhantomTimeSeriesRequest_FieldMask) AppendPath

func (*WatchPhantomTimeSeriesRequest_FieldMask) AppendRawPath

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

func (*WatchPhantomTimeSeriesRequest_FieldMask) DecodeFirestore

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

func (*WatchPhantomTimeSeriesRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchPhantomTimeSeriesRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchPhantomTimeSeriesRequest_FieldMask) FromProtoFieldMask

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

func (*WatchPhantomTimeSeriesRequest_FieldMask) GetPaths

func (*WatchPhantomTimeSeriesRequest_FieldMask) GetRawPaths

func (*WatchPhantomTimeSeriesRequest_FieldMask) IsFull

func (fieldMask *WatchPhantomTimeSeriesRequest_FieldMask) IsFull() bool

func (WatchPhantomTimeSeriesRequest_FieldMask) Marshal

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

implement methods required by customType

func (WatchPhantomTimeSeriesRequest_FieldMask) MarshalJSON

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

func (*WatchPhantomTimeSeriesRequest_FieldMask) PathsCount

func (fieldMask *WatchPhantomTimeSeriesRequest_FieldMask) PathsCount() int

func (*WatchPhantomTimeSeriesRequest_FieldMask) Project

func (*WatchPhantomTimeSeriesRequest_FieldMask) ProjectRaw

func (*WatchPhantomTimeSeriesRequest_FieldMask) ProtoMessage

func (fieldMask *WatchPhantomTimeSeriesRequest_FieldMask) ProtoMessage()

func (*WatchPhantomTimeSeriesRequest_FieldMask) ProtoReflect

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

func (*WatchPhantomTimeSeriesRequest_FieldMask) Reset

func (fieldMask *WatchPhantomTimeSeriesRequest_FieldMask) Reset()

func (*WatchPhantomTimeSeriesRequest_FieldMask) Set

func (*WatchPhantomTimeSeriesRequest_FieldMask) SetFromCliFlag

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

func (*WatchPhantomTimeSeriesRequest_FieldMask) SetRaw

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

func (*WatchPhantomTimeSeriesRequest_FieldMask) Size

func (fieldMask *WatchPhantomTimeSeriesRequest_FieldMask) Size() int

func (*WatchPhantomTimeSeriesRequest_FieldMask) String

func (fieldMask *WatchPhantomTimeSeriesRequest_FieldMask) String() string

func (*WatchPhantomTimeSeriesRequest_FieldMask) Subtract

func (*WatchPhantomTimeSeriesRequest_FieldMask) SubtractRaw

func (*WatchPhantomTimeSeriesRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*WatchPhantomTimeSeriesRequest_FieldMask) Unmarshal

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

func (*WatchPhantomTimeSeriesRequest_FieldMask) UnmarshalJSON

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

type WatchPhantomTimeSeriesRequest_FieldPath

type WatchPhantomTimeSeriesRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchPhantomTimeSeriesRequest_FieldPathSelector
	Get(source *WatchPhantomTimeSeriesRequest) []interface{}
	GetSingle(source *WatchPhantomTimeSeriesRequest) (interface{}, bool)
	ClearValue(item *WatchPhantomTimeSeriesRequest)

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

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

func MustParseWatchPhantomTimeSeriesRequest_FieldPath

func MustParseWatchPhantomTimeSeriesRequest_FieldPath(rawField string) WatchPhantomTimeSeriesRequest_FieldPath

func ParseWatchPhantomTimeSeriesRequest_FieldPath

func ParseWatchPhantomTimeSeriesRequest_FieldPath(rawField string) (WatchPhantomTimeSeriesRequest_FieldPath, error)

type WatchPhantomTimeSeriesRequest_FieldPathArrayItemValue

type WatchPhantomTimeSeriesRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchPhantomTimeSeriesRequest_FieldPath
	ContainsValue(*WatchPhantomTimeSeriesRequest) bool
}

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

func MustParseWatchPhantomTimeSeriesRequest_FieldPathArrayItemValue

func MustParseWatchPhantomTimeSeriesRequest_FieldPathArrayItemValue(pathStr, valueStr string) WatchPhantomTimeSeriesRequest_FieldPathArrayItemValue

func ParseWatchPhantomTimeSeriesRequest_FieldPathArrayItemValue

func ParseWatchPhantomTimeSeriesRequest_FieldPathArrayItemValue(pathStr, valueStr string) (WatchPhantomTimeSeriesRequest_FieldPathArrayItemValue, error)

ParseWatchPhantomTimeSeriesRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchPhantomTimeSeriesRequest_FieldPathArrayOfValues

type WatchPhantomTimeSeriesRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchPhantomTimeSeriesRequest_FieldPath
}

WatchPhantomTimeSeriesRequest_FieldPathArrayOfValues allows storing slice of values for WatchPhantomTimeSeriesRequest fields according to their type

func MustParseWatchPhantomTimeSeriesRequest_FieldPathArrayOfValues

func MustParseWatchPhantomTimeSeriesRequest_FieldPathArrayOfValues(pathStr, valuesStr string) WatchPhantomTimeSeriesRequest_FieldPathArrayOfValues

func ParseWatchPhantomTimeSeriesRequest_FieldPathArrayOfValues

func ParseWatchPhantomTimeSeriesRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchPhantomTimeSeriesRequest_FieldPathArrayOfValues, error)

type WatchPhantomTimeSeriesRequest_FieldPathSelector

type WatchPhantomTimeSeriesRequest_FieldPathSelector int32
const (
	WatchPhantomTimeSeriesRequest_FieldPathSelectorType         WatchPhantomTimeSeriesRequest_FieldPathSelector = 0
	WatchPhantomTimeSeriesRequest_FieldPathSelectorParent       WatchPhantomTimeSeriesRequest_FieldPathSelector = 1
	WatchPhantomTimeSeriesRequest_FieldPathSelectorPageSize     WatchPhantomTimeSeriesRequest_FieldPathSelector = 2
	WatchPhantomTimeSeriesRequest_FieldPathSelectorPageToken    WatchPhantomTimeSeriesRequest_FieldPathSelector = 3
	WatchPhantomTimeSeriesRequest_FieldPathSelectorOrderBy      WatchPhantomTimeSeriesRequest_FieldPathSelector = 4
	WatchPhantomTimeSeriesRequest_FieldPathSelectorResumeToken  WatchPhantomTimeSeriesRequest_FieldPathSelector = 5
	WatchPhantomTimeSeriesRequest_FieldPathSelectorStartingTime WatchPhantomTimeSeriesRequest_FieldPathSelector = 6
	WatchPhantomTimeSeriesRequest_FieldPathSelectorFilter       WatchPhantomTimeSeriesRequest_FieldPathSelector = 7
	WatchPhantomTimeSeriesRequest_FieldPathSelectorFieldMask    WatchPhantomTimeSeriesRequest_FieldPathSelector = 8
	WatchPhantomTimeSeriesRequest_FieldPathSelectorView         WatchPhantomTimeSeriesRequest_FieldPathSelector = 9
	WatchPhantomTimeSeriesRequest_FieldPathSelectorMaxChunkSize WatchPhantomTimeSeriesRequest_FieldPathSelector = 10
)

func (WatchPhantomTimeSeriesRequest_FieldPathSelector) String

type WatchPhantomTimeSeriesRequest_FieldPathValue

type WatchPhantomTimeSeriesRequest_FieldPathValue interface {
	WatchPhantomTimeSeriesRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchPhantomTimeSeriesRequest)
	CompareWith(*WatchPhantomTimeSeriesRequest) (cmp int, comparable bool)
}

WatchPhantomTimeSeriesRequest_FieldPathValue allows storing values for WatchPhantomTimeSeriesRequest fields according to their type

func MustParseWatchPhantomTimeSeriesRequest_FieldPathValue

func MustParseWatchPhantomTimeSeriesRequest_FieldPathValue(pathStr, valueStr string) WatchPhantomTimeSeriesRequest_FieldPathValue

func ParseWatchPhantomTimeSeriesRequest_FieldPathValue

func ParseWatchPhantomTimeSeriesRequest_FieldPathValue(pathStr, valueStr string) (WatchPhantomTimeSeriesRequest_FieldPathValue, error)

type WatchPhantomTimeSeriesRequest_FieldTerminalPath

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

func (*WatchPhantomTimeSeriesRequest_FieldTerminalPath) ClearValue

func (*WatchPhantomTimeSeriesRequest_FieldTerminalPath) ClearValueRaw

func (*WatchPhantomTimeSeriesRequest_FieldTerminalPath) Get

Get returns all values pointed by specific field from source WatchPhantomTimeSeriesRequest

func (*WatchPhantomTimeSeriesRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchPhantomTimeSeriesRequest_FieldTerminalPath) GetRaw

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

func (*WatchPhantomTimeSeriesRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source WatchPhantomTimeSeriesRequest

func (*WatchPhantomTimeSeriesRequest_FieldTerminalPath) GetSingleRaw

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

func (*WatchPhantomTimeSeriesRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchPhantomTimeSeriesRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchPhantomTimeSeriesRequest_FieldTerminalPath) Selector

func (*WatchPhantomTimeSeriesRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*WatchPhantomTimeSeriesRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchPhantomTimeSeriesRequest_FieldTerminalPath) WithIArrayItemValue

func (*WatchPhantomTimeSeriesRequest_FieldTerminalPath) WithIArrayOfValues

func (*WatchPhantomTimeSeriesRequest_FieldTerminalPath) WithIValue

func (*WatchPhantomTimeSeriesRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*WatchPhantomTimeSeriesRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchPhantomTimeSeriesRequest_FieldTerminalPath) WithRawIValue

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

type WatchPhantomTimeSeriesRequest_FieldTerminalPathArrayItemValue

type WatchPhantomTimeSeriesRequest_FieldTerminalPathArrayItemValue struct {
	WatchPhantomTimeSeriesRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPhantomTimeSeriesRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchPhantomTimeSeriesRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchPhantomTimeSeriesRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchPhantomTimeSeriesRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchPhantomTimeSeriesRequest_FieldTerminalPathArrayOfValues

type WatchPhantomTimeSeriesRequest_FieldTerminalPathArrayOfValues struct {
	WatchPhantomTimeSeriesRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPhantomTimeSeriesRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*WatchPhantomTimeSeriesRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues

func (*WatchPhantomTimeSeriesRequest_FieldTerminalPathArrayOfValues) AsMaxChunkSizeArrayOfValues

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

func (*WatchPhantomTimeSeriesRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues

func (*WatchPhantomTimeSeriesRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues

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

func (*WatchPhantomTimeSeriesRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues

func (*WatchPhantomTimeSeriesRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues

func (*WatchPhantomTimeSeriesRequest_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues

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

func (*WatchPhantomTimeSeriesRequest_FieldTerminalPathArrayOfValues) AsStartingTimeArrayOfValues added in v0.9.0

func (fpaov *WatchPhantomTimeSeriesRequest_FieldTerminalPathArrayOfValues) AsStartingTimeArrayOfValues() ([]*timestamp.Timestamp, bool)

func (*WatchPhantomTimeSeriesRequest_FieldTerminalPathArrayOfValues) AsTypeArrayOfValues

func (*WatchPhantomTimeSeriesRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

func (*WatchPhantomTimeSeriesRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchPhantomTimeSeriesRequest_FieldTerminalPathValue

type WatchPhantomTimeSeriesRequest_FieldTerminalPathValue struct {
	WatchPhantomTimeSeriesRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPhantomTimeSeriesRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*WatchPhantomTimeSeriesRequest_FieldTerminalPathValue) AsFilterValue

func (*WatchPhantomTimeSeriesRequest_FieldTerminalPathValue) AsMaxChunkSizeValue

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

func (*WatchPhantomTimeSeriesRequest_FieldTerminalPathValue) AsOrderByValue

func (*WatchPhantomTimeSeriesRequest_FieldTerminalPathValue) AsPageSizeValue

func (*WatchPhantomTimeSeriesRequest_FieldTerminalPathValue) AsPageTokenValue

func (*WatchPhantomTimeSeriesRequest_FieldTerminalPathValue) AsParentValue

func (*WatchPhantomTimeSeriesRequest_FieldTerminalPathValue) AsResumeTokenValue

func (*WatchPhantomTimeSeriesRequest_FieldTerminalPathValue) AsStartingTimeValue added in v0.9.0

func (*WatchPhantomTimeSeriesRequest_FieldTerminalPathValue) AsTypeValue

func (*WatchPhantomTimeSeriesRequest_FieldTerminalPathValue) AsViewValue

func (*WatchPhantomTimeSeriesRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchPhantomTimeSeriesRequest_FieldTerminalPathValue' with the value under path in 'WatchPhantomTimeSeriesRequest'.

func (*WatchPhantomTimeSeriesRequest_FieldTerminalPathValue) CompareWithRaw

func (*WatchPhantomTimeSeriesRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchPhantomTimeSeriesRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchPhantomTimeSeriesRequest

func (*WatchPhantomTimeSeriesRequest_FieldTerminalPathValue) SetToRaw

type WatchPhantomTimeSeriesResponse

type WatchPhantomTimeSeriesResponse struct {

	// Changes of PhantomTimeSeries
	PhantomTimeSerieChanges []*phantom_time_serie.PhantomTimeSerieChange `` /* 170-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 PhantomTimeSeries 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 *WatchPhantomTimeSeriesResponse_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 (PhantomTimeSeries 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
}

WatchPhantomTimeSeriesResponse

func (*WatchPhantomTimeSeriesResponse) Clone

func (*WatchPhantomTimeSeriesResponse) CloneRaw

func (*WatchPhantomTimeSeriesResponse) Descriptor

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

Deprecated, Use WatchPhantomTimeSeriesResponse.ProtoReflect.Descriptor instead.

func (*WatchPhantomTimeSeriesResponse) GetIsCurrent

func (m *WatchPhantomTimeSeriesResponse) GetIsCurrent() bool

func (*WatchPhantomTimeSeriesResponse) GetIsHardReset

func (m *WatchPhantomTimeSeriesResponse) GetIsHardReset() bool

func (*WatchPhantomTimeSeriesResponse) GetIsSoftReset

func (m *WatchPhantomTimeSeriesResponse) GetIsSoftReset() bool

func (*WatchPhantomTimeSeriesResponse) GetPageTokenChange

func (*WatchPhantomTimeSeriesResponse) GetPhantomTimeSerieChanges

func (*WatchPhantomTimeSeriesResponse) GetResumeToken

func (m *WatchPhantomTimeSeriesResponse) GetResumeToken() string

func (*WatchPhantomTimeSeriesResponse) GetSnapshotSize

func (m *WatchPhantomTimeSeriesResponse) GetSnapshotSize() int64

func (*WatchPhantomTimeSeriesResponse) GotenMessage

func (*WatchPhantomTimeSeriesResponse) GotenMessage()

func (*WatchPhantomTimeSeriesResponse) GotenObjectExt

func (o *WatchPhantomTimeSeriesResponse) GotenObjectExt()

func (*WatchPhantomTimeSeriesResponse) GotenValidate

func (obj *WatchPhantomTimeSeriesResponse) GotenValidate() error

func (*WatchPhantomTimeSeriesResponse) MakeDiffFieldMask

func (*WatchPhantomTimeSeriesResponse) MakeFullFieldMask

func (*WatchPhantomTimeSeriesResponse) MakeRawDiffFieldMask

func (*WatchPhantomTimeSeriesResponse) MakeRawFullFieldMask

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

func (*WatchPhantomTimeSeriesResponse) Marshal

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

func (*WatchPhantomTimeSeriesResponse) MarshalJSON

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

func (*WatchPhantomTimeSeriesResponse) Merge

func (*WatchPhantomTimeSeriesResponse) MergeRaw

func (*WatchPhantomTimeSeriesResponse) ProtoMessage

func (*WatchPhantomTimeSeriesResponse) ProtoMessage()

func (*WatchPhantomTimeSeriesResponse) ProtoReflect

func (*WatchPhantomTimeSeriesResponse) Reset

func (m *WatchPhantomTimeSeriesResponse) Reset()

func (*WatchPhantomTimeSeriesResponse) SetIsCurrent

func (m *WatchPhantomTimeSeriesResponse) SetIsCurrent(fv bool)

func (*WatchPhantomTimeSeriesResponse) SetIsHardReset

func (m *WatchPhantomTimeSeriesResponse) SetIsHardReset(fv bool)

func (*WatchPhantomTimeSeriesResponse) SetIsSoftReset

func (m *WatchPhantomTimeSeriesResponse) SetIsSoftReset(fv bool)

func (*WatchPhantomTimeSeriesResponse) SetPageTokenChange

func (*WatchPhantomTimeSeriesResponse) SetPhantomTimeSerieChanges

func (m *WatchPhantomTimeSeriesResponse) SetPhantomTimeSerieChanges(fv []*phantom_time_serie.PhantomTimeSerieChange)

func (*WatchPhantomTimeSeriesResponse) SetResumeToken

func (m *WatchPhantomTimeSeriesResponse) SetResumeToken(fv string)

func (*WatchPhantomTimeSeriesResponse) SetSnapshotSize

func (m *WatchPhantomTimeSeriesResponse) SetSnapshotSize(fv int64)

func (*WatchPhantomTimeSeriesResponse) String

func (*WatchPhantomTimeSeriesResponse) Unmarshal

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

func (*WatchPhantomTimeSeriesResponse) UnmarshalJSON

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

type WatchPhantomTimeSeriesResponseFieldPathBuilder

type WatchPhantomTimeSeriesResponseFieldPathBuilder struct{}

func NewWatchPhantomTimeSeriesResponseFieldPathBuilder

func NewWatchPhantomTimeSeriesResponseFieldPathBuilder() WatchPhantomTimeSeriesResponseFieldPathBuilder

func (WatchPhantomTimeSeriesResponseFieldPathBuilder) IsCurrent

func (WatchPhantomTimeSeriesResponseFieldPathBuilder) IsHardReset

func (WatchPhantomTimeSeriesResponseFieldPathBuilder) IsSoftReset

func (WatchPhantomTimeSeriesResponseFieldPathBuilder) PageTokenChange

func (WatchPhantomTimeSeriesResponseFieldPathBuilder) PhantomTimeSerieChanges

func (WatchPhantomTimeSeriesResponseFieldPathBuilder) ResumeToken

func (WatchPhantomTimeSeriesResponseFieldPathBuilder) SnapshotSize

type WatchPhantomTimeSeriesResponsePageTokenChangeFieldPathBuilder

type WatchPhantomTimeSeriesResponsePageTokenChangeFieldPathBuilder struct{}

type WatchPhantomTimeSeriesResponsePageTokenChange_FieldPath

type WatchPhantomTimeSeriesResponsePageTokenChange_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchPhantomTimeSeriesResponsePageTokenChange_FieldPathSelector
	Get(source *WatchPhantomTimeSeriesResponse_PageTokenChange) []interface{}
	GetSingle(source *WatchPhantomTimeSeriesResponse_PageTokenChange) (interface{}, bool)
	ClearValue(item *WatchPhantomTimeSeriesResponse_PageTokenChange)

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

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

func MustParseWatchPhantomTimeSeriesResponsePageTokenChange_FieldPath

func MustParseWatchPhantomTimeSeriesResponsePageTokenChange_FieldPath(rawField string) WatchPhantomTimeSeriesResponsePageTokenChange_FieldPath

func ParseWatchPhantomTimeSeriesResponsePageTokenChange_FieldPath

func ParseWatchPhantomTimeSeriesResponsePageTokenChange_FieldPath(rawField string) (WatchPhantomTimeSeriesResponsePageTokenChange_FieldPath, error)

type WatchPhantomTimeSeriesResponsePageTokenChange_FieldPathArrayItemValue

type WatchPhantomTimeSeriesResponsePageTokenChange_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchPhantomTimeSeriesResponsePageTokenChange_FieldPath
	ContainsValue(*WatchPhantomTimeSeriesResponse_PageTokenChange) bool
}

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

func MustParseWatchPhantomTimeSeriesResponsePageTokenChange_FieldPathArrayItemValue

func MustParseWatchPhantomTimeSeriesResponsePageTokenChange_FieldPathArrayItemValue(pathStr, valueStr string) WatchPhantomTimeSeriesResponsePageTokenChange_FieldPathArrayItemValue

func ParseWatchPhantomTimeSeriesResponsePageTokenChange_FieldPathArrayItemValue

func ParseWatchPhantomTimeSeriesResponsePageTokenChange_FieldPathArrayItemValue(pathStr, valueStr string) (WatchPhantomTimeSeriesResponsePageTokenChange_FieldPathArrayItemValue, error)

ParseWatchPhantomTimeSeriesResponsePageTokenChange_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchPhantomTimeSeriesResponsePageTokenChange_FieldPathArrayOfValues

type WatchPhantomTimeSeriesResponsePageTokenChange_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchPhantomTimeSeriesResponsePageTokenChange_FieldPath
}

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

func MustParseWatchPhantomTimeSeriesResponsePageTokenChange_FieldPathArrayOfValues

func MustParseWatchPhantomTimeSeriesResponsePageTokenChange_FieldPathArrayOfValues(pathStr, valuesStr string) WatchPhantomTimeSeriesResponsePageTokenChange_FieldPathArrayOfValues

func ParseWatchPhantomTimeSeriesResponsePageTokenChange_FieldPathArrayOfValues

func ParseWatchPhantomTimeSeriesResponsePageTokenChange_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchPhantomTimeSeriesResponsePageTokenChange_FieldPathArrayOfValues, error)

type WatchPhantomTimeSeriesResponsePageTokenChange_FieldPathSelector

type WatchPhantomTimeSeriesResponsePageTokenChange_FieldPathSelector int32
const (
	WatchPhantomTimeSeriesResponsePageTokenChange_FieldPathSelectorPrevPageToken WatchPhantomTimeSeriesResponsePageTokenChange_FieldPathSelector = 0
	WatchPhantomTimeSeriesResponsePageTokenChange_FieldPathSelectorNextPageToken WatchPhantomTimeSeriesResponsePageTokenChange_FieldPathSelector = 1
)

func (WatchPhantomTimeSeriesResponsePageTokenChange_FieldPathSelector) String

type WatchPhantomTimeSeriesResponsePageTokenChange_FieldPathValue

type WatchPhantomTimeSeriesResponsePageTokenChange_FieldPathValue interface {
	WatchPhantomTimeSeriesResponsePageTokenChange_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchPhantomTimeSeriesResponse_PageTokenChange)
	CompareWith(*WatchPhantomTimeSeriesResponse_PageTokenChange) (cmp int, comparable bool)
}

WatchPhantomTimeSeriesResponsePageTokenChange_FieldPathValue allows storing values for PageTokenChange fields according to their type

func MustParseWatchPhantomTimeSeriesResponsePageTokenChange_FieldPathValue

func MustParseWatchPhantomTimeSeriesResponsePageTokenChange_FieldPathValue(pathStr, valueStr string) WatchPhantomTimeSeriesResponsePageTokenChange_FieldPathValue

func ParseWatchPhantomTimeSeriesResponsePageTokenChange_FieldPathValue

func ParseWatchPhantomTimeSeriesResponsePageTokenChange_FieldPathValue(pathStr, valueStr string) (WatchPhantomTimeSeriesResponsePageTokenChange_FieldPathValue, error)

type WatchPhantomTimeSeriesResponsePageTokenChange_FieldTerminalPath

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

func (*WatchPhantomTimeSeriesResponsePageTokenChange_FieldTerminalPath) ClearValue

func (*WatchPhantomTimeSeriesResponsePageTokenChange_FieldTerminalPath) ClearValueRaw

func (*WatchPhantomTimeSeriesResponsePageTokenChange_FieldTerminalPath) Get

Get returns all values pointed by specific field from source WatchPhantomTimeSeriesResponse_PageTokenChange

func (*WatchPhantomTimeSeriesResponsePageTokenChange_FieldTerminalPath) GetDefault

GetDefault returns a default value of the field type

func (*WatchPhantomTimeSeriesResponsePageTokenChange_FieldTerminalPath) GetRaw

func (*WatchPhantomTimeSeriesResponsePageTokenChange_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source WatchPhantomTimeSeriesResponse_PageTokenChange

func (*WatchPhantomTimeSeriesResponsePageTokenChange_FieldTerminalPath) GetSingleRaw

func (*WatchPhantomTimeSeriesResponsePageTokenChange_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchPhantomTimeSeriesResponsePageTokenChange_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchPhantomTimeSeriesResponsePageTokenChange_FieldTerminalPath) Selector

func (*WatchPhantomTimeSeriesResponsePageTokenChange_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*WatchPhantomTimeSeriesResponsePageTokenChange_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchPhantomTimeSeriesResponsePageTokenChange_FieldTerminalPath) WithIArrayItemValue

func (*WatchPhantomTimeSeriesResponsePageTokenChange_FieldTerminalPath) WithIArrayOfValues

func (*WatchPhantomTimeSeriesResponsePageTokenChange_FieldTerminalPath) WithIValue

func (*WatchPhantomTimeSeriesResponsePageTokenChange_FieldTerminalPath) WithRawIArrayItemValue

func (*WatchPhantomTimeSeriesResponsePageTokenChange_FieldTerminalPath) WithRawIArrayOfValues

func (*WatchPhantomTimeSeriesResponsePageTokenChange_FieldTerminalPath) WithRawIValue

type WatchPhantomTimeSeriesResponsePageTokenChange_FieldTerminalPathArrayItemValue

type WatchPhantomTimeSeriesResponsePageTokenChange_FieldTerminalPathArrayItemValue struct {
	WatchPhantomTimeSeriesResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPhantomTimeSeriesResponsePageTokenChange_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchPhantomTimeSeriesResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetRawItemValue

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

func (*WatchPhantomTimeSeriesResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchPhantomTimeSeriesResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingleRaw

type WatchPhantomTimeSeriesResponsePageTokenChange_FieldTerminalPathArrayOfValues

type WatchPhantomTimeSeriesResponsePageTokenChange_FieldTerminalPathArrayOfValues struct {
	WatchPhantomTimeSeriesResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPhantomTimeSeriesResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues

func (*WatchPhantomTimeSeriesResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues

func (*WatchPhantomTimeSeriesResponsePageTokenChange_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchPhantomTimeSeriesResponsePageTokenChange_FieldTerminalPathValue

type WatchPhantomTimeSeriesResponsePageTokenChange_FieldTerminalPathValue struct {
	WatchPhantomTimeSeriesResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPhantomTimeSeriesResponsePageTokenChange_FieldTerminalPathValue) AsNextPageTokenValue

func (*WatchPhantomTimeSeriesResponsePageTokenChange_FieldTerminalPathValue) AsPrevPageTokenValue

func (*WatchPhantomTimeSeriesResponsePageTokenChange_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchPhantomTimeSeriesResponsePageTokenChange_FieldTerminalPathValue' with the value under path in 'WatchPhantomTimeSeriesResponse_PageTokenChange'.

func (*WatchPhantomTimeSeriesResponsePageTokenChange_FieldTerminalPathValue) CompareWithRaw

func (*WatchPhantomTimeSeriesResponsePageTokenChange_FieldTerminalPathValue) GetRawValue

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

func (*WatchPhantomTimeSeriesResponsePageTokenChange_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object PageTokenChange

func (*WatchPhantomTimeSeriesResponsePageTokenChange_FieldTerminalPathValue) SetToRaw

type WatchPhantomTimeSeriesResponsePathSelectorIsCurrent

type WatchPhantomTimeSeriesResponsePathSelectorIsCurrent struct{}

func (WatchPhantomTimeSeriesResponsePathSelectorIsCurrent) FieldPath

func (WatchPhantomTimeSeriesResponsePathSelectorIsCurrent) WithArrayOfValues

func (WatchPhantomTimeSeriesResponsePathSelectorIsCurrent) WithValue

type WatchPhantomTimeSeriesResponsePathSelectorIsHardReset

type WatchPhantomTimeSeriesResponsePathSelectorIsHardReset struct{}

func (WatchPhantomTimeSeriesResponsePathSelectorIsHardReset) FieldPath

func (WatchPhantomTimeSeriesResponsePathSelectorIsHardReset) WithArrayOfValues

func (WatchPhantomTimeSeriesResponsePathSelectorIsHardReset) WithValue

type WatchPhantomTimeSeriesResponsePathSelectorIsSoftReset

type WatchPhantomTimeSeriesResponsePathSelectorIsSoftReset struct{}

func (WatchPhantomTimeSeriesResponsePathSelectorIsSoftReset) FieldPath

func (WatchPhantomTimeSeriesResponsePathSelectorIsSoftReset) WithArrayOfValues

func (WatchPhantomTimeSeriesResponsePathSelectorIsSoftReset) WithValue

type WatchPhantomTimeSeriesResponsePathSelectorPageTokenChange

type WatchPhantomTimeSeriesResponsePathSelectorPageTokenChange struct{}

func (WatchPhantomTimeSeriesResponsePathSelectorPageTokenChange) FieldPath

type WatchPhantomTimeSeriesResponsePathSelectorPageTokenChangeNextPageToken

type WatchPhantomTimeSeriesResponsePathSelectorPageTokenChangeNextPageToken struct{}

func (WatchPhantomTimeSeriesResponsePathSelectorPageTokenChangeNextPageToken) FieldPath

func (WatchPhantomTimeSeriesResponsePathSelectorPageTokenChangeNextPageToken) WithArrayOfValues

func (WatchPhantomTimeSeriesResponsePathSelectorPageTokenChangeNextPageToken) WithValue

type WatchPhantomTimeSeriesResponsePathSelectorPageTokenChangePrevPageToken

type WatchPhantomTimeSeriesResponsePathSelectorPageTokenChangePrevPageToken struct{}

func (WatchPhantomTimeSeriesResponsePathSelectorPageTokenChangePrevPageToken) FieldPath

func (WatchPhantomTimeSeriesResponsePathSelectorPageTokenChangePrevPageToken) WithArrayOfValues

func (WatchPhantomTimeSeriesResponsePathSelectorPageTokenChangePrevPageToken) WithValue

type WatchPhantomTimeSeriesResponsePathSelectorPhantomTimeSerieChanges

type WatchPhantomTimeSeriesResponsePathSelectorPhantomTimeSerieChanges struct{}

func (WatchPhantomTimeSeriesResponsePathSelectorPhantomTimeSerieChanges) FieldPath

type WatchPhantomTimeSeriesResponsePathSelectorResumeToken

type WatchPhantomTimeSeriesResponsePathSelectorResumeToken struct{}

func (WatchPhantomTimeSeriesResponsePathSelectorResumeToken) FieldPath

func (WatchPhantomTimeSeriesResponsePathSelectorResumeToken) WithArrayOfValues

func (WatchPhantomTimeSeriesResponsePathSelectorResumeToken) WithValue

type WatchPhantomTimeSeriesResponsePathSelectorSnapshotSize

type WatchPhantomTimeSeriesResponsePathSelectorSnapshotSize struct{}

func (WatchPhantomTimeSeriesResponsePathSelectorSnapshotSize) FieldPath

func (WatchPhantomTimeSeriesResponsePathSelectorSnapshotSize) WithArrayOfValues

func (WatchPhantomTimeSeriesResponsePathSelectorSnapshotSize) WithValue

type WatchPhantomTimeSeriesResponse_FieldMask

type WatchPhantomTimeSeriesResponse_FieldMask struct {
	Paths []WatchPhantomTimeSeriesResponse_FieldPath
}

func FullWatchPhantomTimeSeriesResponse_FieldMask

func FullWatchPhantomTimeSeriesResponse_FieldMask() *WatchPhantomTimeSeriesResponse_FieldMask

func (*WatchPhantomTimeSeriesResponse_FieldMask) AppendPath

func (*WatchPhantomTimeSeriesResponse_FieldMask) AppendRawPath

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

func (*WatchPhantomTimeSeriesResponse_FieldMask) DecodeFirestore

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

func (*WatchPhantomTimeSeriesResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchPhantomTimeSeriesResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchPhantomTimeSeriesResponse_FieldMask) FromProtoFieldMask

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

func (*WatchPhantomTimeSeriesResponse_FieldMask) GetPaths

func (*WatchPhantomTimeSeriesResponse_FieldMask) GetRawPaths

func (*WatchPhantomTimeSeriesResponse_FieldMask) IsFull

func (fieldMask *WatchPhantomTimeSeriesResponse_FieldMask) IsFull() bool

func (WatchPhantomTimeSeriesResponse_FieldMask) Marshal

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

implement methods required by customType

func (WatchPhantomTimeSeriesResponse_FieldMask) MarshalJSON

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

func (*WatchPhantomTimeSeriesResponse_FieldMask) PathsCount

func (fieldMask *WatchPhantomTimeSeriesResponse_FieldMask) PathsCount() int

func (*WatchPhantomTimeSeriesResponse_FieldMask) Project

func (*WatchPhantomTimeSeriesResponse_FieldMask) ProjectRaw

func (*WatchPhantomTimeSeriesResponse_FieldMask) ProtoMessage

func (fieldMask *WatchPhantomTimeSeriesResponse_FieldMask) ProtoMessage()

func (*WatchPhantomTimeSeriesResponse_FieldMask) ProtoReflect

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

func (*WatchPhantomTimeSeriesResponse_FieldMask) Reset

func (fieldMask *WatchPhantomTimeSeriesResponse_FieldMask) Reset()

func (*WatchPhantomTimeSeriesResponse_FieldMask) Set

func (*WatchPhantomTimeSeriesResponse_FieldMask) SetFromCliFlag

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

func (*WatchPhantomTimeSeriesResponse_FieldMask) SetRaw

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

func (*WatchPhantomTimeSeriesResponse_FieldMask) Size

func (*WatchPhantomTimeSeriesResponse_FieldMask) String

func (*WatchPhantomTimeSeriesResponse_FieldMask) Subtract

func (*WatchPhantomTimeSeriesResponse_FieldMask) SubtractRaw

func (*WatchPhantomTimeSeriesResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*WatchPhantomTimeSeriesResponse_FieldMask) Unmarshal

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

func (*WatchPhantomTimeSeriesResponse_FieldMask) UnmarshalJSON

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

type WatchPhantomTimeSeriesResponse_FieldPath

type WatchPhantomTimeSeriesResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchPhantomTimeSeriesResponse_FieldPathSelector
	Get(source *WatchPhantomTimeSeriesResponse) []interface{}
	GetSingle(source *WatchPhantomTimeSeriesResponse) (interface{}, bool)
	ClearValue(item *WatchPhantomTimeSeriesResponse)

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

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

func MustParseWatchPhantomTimeSeriesResponse_FieldPath

func MustParseWatchPhantomTimeSeriesResponse_FieldPath(rawField string) WatchPhantomTimeSeriesResponse_FieldPath

func ParseWatchPhantomTimeSeriesResponse_FieldPath

func ParseWatchPhantomTimeSeriesResponse_FieldPath(rawField string) (WatchPhantomTimeSeriesResponse_FieldPath, error)

type WatchPhantomTimeSeriesResponse_FieldPathArrayItemValue

type WatchPhantomTimeSeriesResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchPhantomTimeSeriesResponse_FieldPath
	ContainsValue(*WatchPhantomTimeSeriesResponse) bool
}

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

func MustParseWatchPhantomTimeSeriesResponse_FieldPathArrayItemValue

func MustParseWatchPhantomTimeSeriesResponse_FieldPathArrayItemValue(pathStr, valueStr string) WatchPhantomTimeSeriesResponse_FieldPathArrayItemValue

func ParseWatchPhantomTimeSeriesResponse_FieldPathArrayItemValue

func ParseWatchPhantomTimeSeriesResponse_FieldPathArrayItemValue(pathStr, valueStr string) (WatchPhantomTimeSeriesResponse_FieldPathArrayItemValue, error)

ParseWatchPhantomTimeSeriesResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchPhantomTimeSeriesResponse_FieldPathArrayOfValues

type WatchPhantomTimeSeriesResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchPhantomTimeSeriesResponse_FieldPath
}

WatchPhantomTimeSeriesResponse_FieldPathArrayOfValues allows storing slice of values for WatchPhantomTimeSeriesResponse fields according to their type

func MustParseWatchPhantomTimeSeriesResponse_FieldPathArrayOfValues

func MustParseWatchPhantomTimeSeriesResponse_FieldPathArrayOfValues(pathStr, valuesStr string) WatchPhantomTimeSeriesResponse_FieldPathArrayOfValues

func ParseWatchPhantomTimeSeriesResponse_FieldPathArrayOfValues

func ParseWatchPhantomTimeSeriesResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchPhantomTimeSeriesResponse_FieldPathArrayOfValues, error)

type WatchPhantomTimeSeriesResponse_FieldPathSelector

type WatchPhantomTimeSeriesResponse_FieldPathSelector int32
const (
	WatchPhantomTimeSeriesResponse_FieldPathSelectorPhantomTimeSerieChanges WatchPhantomTimeSeriesResponse_FieldPathSelector = 0
	WatchPhantomTimeSeriesResponse_FieldPathSelectorIsCurrent               WatchPhantomTimeSeriesResponse_FieldPathSelector = 1
	WatchPhantomTimeSeriesResponse_FieldPathSelectorPageTokenChange         WatchPhantomTimeSeriesResponse_FieldPathSelector = 2
	WatchPhantomTimeSeriesResponse_FieldPathSelectorResumeToken             WatchPhantomTimeSeriesResponse_FieldPathSelector = 3
	WatchPhantomTimeSeriesResponse_FieldPathSelectorSnapshotSize            WatchPhantomTimeSeriesResponse_FieldPathSelector = 4
	WatchPhantomTimeSeriesResponse_FieldPathSelectorIsSoftReset             WatchPhantomTimeSeriesResponse_FieldPathSelector = 5
	WatchPhantomTimeSeriesResponse_FieldPathSelectorIsHardReset             WatchPhantomTimeSeriesResponse_FieldPathSelector = 6
)

func (WatchPhantomTimeSeriesResponse_FieldPathSelector) String

type WatchPhantomTimeSeriesResponse_FieldPathValue

type WatchPhantomTimeSeriesResponse_FieldPathValue interface {
	WatchPhantomTimeSeriesResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchPhantomTimeSeriesResponse)
	CompareWith(*WatchPhantomTimeSeriesResponse) (cmp int, comparable bool)
}

WatchPhantomTimeSeriesResponse_FieldPathValue allows storing values for WatchPhantomTimeSeriesResponse fields according to their type

func MustParseWatchPhantomTimeSeriesResponse_FieldPathValue

func MustParseWatchPhantomTimeSeriesResponse_FieldPathValue(pathStr, valueStr string) WatchPhantomTimeSeriesResponse_FieldPathValue

func ParseWatchPhantomTimeSeriesResponse_FieldPathValue

func ParseWatchPhantomTimeSeriesResponse_FieldPathValue(pathStr, valueStr string) (WatchPhantomTimeSeriesResponse_FieldPathValue, error)

type WatchPhantomTimeSeriesResponse_FieldSubPath

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

func (*WatchPhantomTimeSeriesResponse_FieldSubPath) AsPageTokenChangeSubPath

func (*WatchPhantomTimeSeriesResponse_FieldSubPath) ClearValue

func (*WatchPhantomTimeSeriesResponse_FieldSubPath) ClearValueRaw

func (*WatchPhantomTimeSeriesResponse_FieldSubPath) Get

func (fps *WatchPhantomTimeSeriesResponse_FieldSubPath) Get(source *WatchPhantomTimeSeriesResponse) (values []interface{})

Get returns all values pointed by selected field from source WatchPhantomTimeSeriesResponse

func (*WatchPhantomTimeSeriesResponse_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchPhantomTimeSeriesResponse_FieldSubPath) GetRaw

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

func (*WatchPhantomTimeSeriesResponse_FieldSubPath) GetSingle

GetSingle returns value of selected field from source WatchPhantomTimeSeriesResponse

func (*WatchPhantomTimeSeriesResponse_FieldSubPath) GetSingleRaw

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

func (*WatchPhantomTimeSeriesResponse_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchPhantomTimeSeriesResponse_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchPhantomTimeSeriesResponse_FieldSubPath) Selector

func (*WatchPhantomTimeSeriesResponse_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*WatchPhantomTimeSeriesResponse_FieldSubPath) String

String returns path representation in proto convention

func (*WatchPhantomTimeSeriesResponse_FieldSubPath) WithIArrayItemValue

func (*WatchPhantomTimeSeriesResponse_FieldSubPath) WithIArrayOfValues

func (*WatchPhantomTimeSeriesResponse_FieldSubPath) WithIValue

func (*WatchPhantomTimeSeriesResponse_FieldSubPath) WithRawIArrayItemValue

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

func (*WatchPhantomTimeSeriesResponse_FieldSubPath) WithRawIArrayOfValues

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

func (*WatchPhantomTimeSeriesResponse_FieldSubPath) WithRawIValue

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

type WatchPhantomTimeSeriesResponse_FieldSubPathArrayItemValue

type WatchPhantomTimeSeriesResponse_FieldSubPathArrayItemValue struct {
	WatchPhantomTimeSeriesResponse_FieldPath
	// contains filtered or unexported fields
}

func (*WatchPhantomTimeSeriesResponse_FieldSubPathArrayItemValue) AsPageTokenChangePathItemValue

func (*WatchPhantomTimeSeriesResponse_FieldSubPathArrayItemValue) ContainsValue

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

func (*WatchPhantomTimeSeriesResponse_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type WatchPhantomTimeSeriesResponse_FieldSubPathArrayOfValues

type WatchPhantomTimeSeriesResponse_FieldSubPathArrayOfValues struct {
	WatchPhantomTimeSeriesResponse_FieldPath
	// contains filtered or unexported fields
}

func (*WatchPhantomTimeSeriesResponse_FieldSubPathArrayOfValues) AsPageTokenChangePathArrayOfValues

func (*WatchPhantomTimeSeriesResponse_FieldSubPathArrayOfValues) GetRawValues

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

type WatchPhantomTimeSeriesResponse_FieldSubPathValue

type WatchPhantomTimeSeriesResponse_FieldSubPathValue struct {
	WatchPhantomTimeSeriesResponse_FieldPath
	// contains filtered or unexported fields
}

func (*WatchPhantomTimeSeriesResponse_FieldSubPathValue) AsPageTokenChangePathValue

func (*WatchPhantomTimeSeriesResponse_FieldSubPathValue) CompareWith

func (*WatchPhantomTimeSeriesResponse_FieldSubPathValue) CompareWithRaw

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

func (*WatchPhantomTimeSeriesResponse_FieldSubPathValue) GetRawValue

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

func (*WatchPhantomTimeSeriesResponse_FieldSubPathValue) SetTo

func (*WatchPhantomTimeSeriesResponse_FieldSubPathValue) SetToRaw

type WatchPhantomTimeSeriesResponse_FieldTerminalPath

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

func (*WatchPhantomTimeSeriesResponse_FieldTerminalPath) ClearValue

func (*WatchPhantomTimeSeriesResponse_FieldTerminalPath) ClearValueRaw

func (*WatchPhantomTimeSeriesResponse_FieldTerminalPath) Get

Get returns all values pointed by specific field from source WatchPhantomTimeSeriesResponse

func (*WatchPhantomTimeSeriesResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchPhantomTimeSeriesResponse_FieldTerminalPath) GetRaw

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

func (*WatchPhantomTimeSeriesResponse_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source WatchPhantomTimeSeriesResponse

func (*WatchPhantomTimeSeriesResponse_FieldTerminalPath) GetSingleRaw

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

func (*WatchPhantomTimeSeriesResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchPhantomTimeSeriesResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchPhantomTimeSeriesResponse_FieldTerminalPath) Selector

func (*WatchPhantomTimeSeriesResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*WatchPhantomTimeSeriesResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchPhantomTimeSeriesResponse_FieldTerminalPath) WithIArrayItemValue

func (*WatchPhantomTimeSeriesResponse_FieldTerminalPath) WithIArrayOfValues

func (*WatchPhantomTimeSeriesResponse_FieldTerminalPath) WithIValue

func (*WatchPhantomTimeSeriesResponse_FieldTerminalPath) WithRawIArrayItemValue

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

func (*WatchPhantomTimeSeriesResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchPhantomTimeSeriesResponse_FieldTerminalPath) WithRawIValue

type WatchPhantomTimeSeriesResponse_FieldTerminalPathArrayItemValue

type WatchPhantomTimeSeriesResponse_FieldTerminalPathArrayItemValue struct {
	WatchPhantomTimeSeriesResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPhantomTimeSeriesResponse_FieldTerminalPathArrayItemValue) AsPhantomTimeSerieChangesItemValue

func (*WatchPhantomTimeSeriesResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchPhantomTimeSeriesResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchPhantomTimeSeriesResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchPhantomTimeSeriesResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchPhantomTimeSeriesResponse_FieldTerminalPathArrayOfValues

type WatchPhantomTimeSeriesResponse_FieldTerminalPathArrayOfValues struct {
	WatchPhantomTimeSeriesResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPhantomTimeSeriesResponse_FieldTerminalPathArrayOfValues) AsIsCurrentArrayOfValues

func (fpaov *WatchPhantomTimeSeriesResponse_FieldTerminalPathArrayOfValues) AsIsCurrentArrayOfValues() ([]bool, bool)

func (*WatchPhantomTimeSeriesResponse_FieldTerminalPathArrayOfValues) AsIsHardResetArrayOfValues

func (fpaov *WatchPhantomTimeSeriesResponse_FieldTerminalPathArrayOfValues) AsIsHardResetArrayOfValues() ([]bool, bool)

func (*WatchPhantomTimeSeriesResponse_FieldTerminalPathArrayOfValues) AsIsSoftResetArrayOfValues

func (fpaov *WatchPhantomTimeSeriesResponse_FieldTerminalPathArrayOfValues) AsIsSoftResetArrayOfValues() ([]bool, bool)

func (*WatchPhantomTimeSeriesResponse_FieldTerminalPathArrayOfValues) AsPageTokenChangeArrayOfValues

func (*WatchPhantomTimeSeriesResponse_FieldTerminalPathArrayOfValues) AsPhantomTimeSerieChangesArrayOfValues

func (*WatchPhantomTimeSeriesResponse_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues

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

func (*WatchPhantomTimeSeriesResponse_FieldTerminalPathArrayOfValues) AsSnapshotSizeArrayOfValues

func (fpaov *WatchPhantomTimeSeriesResponse_FieldTerminalPathArrayOfValues) AsSnapshotSizeArrayOfValues() ([]int64, bool)

func (*WatchPhantomTimeSeriesResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchPhantomTimeSeriesResponse_FieldTerminalPathValue

type WatchPhantomTimeSeriesResponse_FieldTerminalPathValue struct {
	WatchPhantomTimeSeriesResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPhantomTimeSeriesResponse_FieldTerminalPathValue) AsIsCurrentValue

func (*WatchPhantomTimeSeriesResponse_FieldTerminalPathValue) AsIsHardResetValue

func (*WatchPhantomTimeSeriesResponse_FieldTerminalPathValue) AsIsSoftResetValue

func (*WatchPhantomTimeSeriesResponse_FieldTerminalPathValue) AsPageTokenChangeValue

func (*WatchPhantomTimeSeriesResponse_FieldTerminalPathValue) AsPhantomTimeSerieChangesValue

func (*WatchPhantomTimeSeriesResponse_FieldTerminalPathValue) AsResumeTokenValue

func (*WatchPhantomTimeSeriesResponse_FieldTerminalPathValue) AsSnapshotSizeValue

func (*WatchPhantomTimeSeriesResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchPhantomTimeSeriesResponse_FieldTerminalPathValue' with the value under path in 'WatchPhantomTimeSeriesResponse'.

func (*WatchPhantomTimeSeriesResponse_FieldTerminalPathValue) CompareWithRaw

func (*WatchPhantomTimeSeriesResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchPhantomTimeSeriesResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchPhantomTimeSeriesResponse

func (*WatchPhantomTimeSeriesResponse_FieldTerminalPathValue) SetToRaw

type WatchPhantomTimeSeriesResponse_PageTokenChange

type WatchPhantomTimeSeriesResponse_PageTokenChange struct {

	// New token to retrieve previous page of results.
	PrevPageToken *phantom_time_serie.PagerCursor `` /* 151-byte string literal not displayed */
	// New token to retrieve next page of results.
	NextPageToken *phantom_time_serie.PagerCursor `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*WatchPhantomTimeSeriesResponse_PageTokenChange) Clone

func (*WatchPhantomTimeSeriesResponse_PageTokenChange) CloneRaw

func (*WatchPhantomTimeSeriesResponse_PageTokenChange) Descriptor

Deprecated, Use WatchPhantomTimeSeriesResponse_PageTokenChange.ProtoReflect.Descriptor instead.

func (*WatchPhantomTimeSeriesResponse_PageTokenChange) GetNextPageToken

func (*WatchPhantomTimeSeriesResponse_PageTokenChange) GetPrevPageToken

func (*WatchPhantomTimeSeriesResponse_PageTokenChange) GotenMessage

func (*WatchPhantomTimeSeriesResponse_PageTokenChange) GotenObjectExt

func (*WatchPhantomTimeSeriesResponse_PageTokenChange) GotenValidate

func (*WatchPhantomTimeSeriesResponse_PageTokenChange) MakeFullFieldMask

func (*WatchPhantomTimeSeriesResponse_PageTokenChange) MakeRawDiffFieldMask

func (*WatchPhantomTimeSeriesResponse_PageTokenChange) MakeRawFullFieldMask

func (*WatchPhantomTimeSeriesResponse_PageTokenChange) Marshal

func (*WatchPhantomTimeSeriesResponse_PageTokenChange) MarshalJSON

func (*WatchPhantomTimeSeriesResponse_PageTokenChange) Merge

func (*WatchPhantomTimeSeriesResponse_PageTokenChange) MergeRaw

func (*WatchPhantomTimeSeriesResponse_PageTokenChange) ProtoMessage

func (*WatchPhantomTimeSeriesResponse_PageTokenChange) ProtoReflect

func (*WatchPhantomTimeSeriesResponse_PageTokenChange) Reset

func (*WatchPhantomTimeSeriesResponse_PageTokenChange) SetNextPageToken

func (*WatchPhantomTimeSeriesResponse_PageTokenChange) SetPrevPageToken

func (*WatchPhantomTimeSeriesResponse_PageTokenChange) String

func (*WatchPhantomTimeSeriesResponse_PageTokenChange) Unmarshal

func (*WatchPhantomTimeSeriesResponse_PageTokenChange) UnmarshalJSON

type WatchPhantomTimeSeriesResponse_PageTokenChangePathSelectorNextPageToken

type WatchPhantomTimeSeriesResponse_PageTokenChangePathSelectorNextPageToken struct{}

func (WatchPhantomTimeSeriesResponse_PageTokenChangePathSelectorNextPageToken) FieldPath

type WatchPhantomTimeSeriesResponse_PageTokenChangePathSelectorPrevPageToken

type WatchPhantomTimeSeriesResponse_PageTokenChangePathSelectorPrevPageToken struct{}

func (WatchPhantomTimeSeriesResponse_PageTokenChangePathSelectorPrevPageToken) FieldPath

type WatchPhantomTimeSeriesResponse_PageTokenChange_FieldMask

type WatchPhantomTimeSeriesResponse_PageTokenChange_FieldMask struct {
	Paths []WatchPhantomTimeSeriesResponsePageTokenChange_FieldPath
}

func (*WatchPhantomTimeSeriesResponse_PageTokenChange_FieldMask) AppendPath

func (*WatchPhantomTimeSeriesResponse_PageTokenChange_FieldMask) AppendRawPath

func (*WatchPhantomTimeSeriesResponse_PageTokenChange_FieldMask) DecodeFirestore

func (*WatchPhantomTimeSeriesResponse_PageTokenChange_FieldMask) EncodeFirestore

firestore encoding/decoding integration

func (*WatchPhantomTimeSeriesResponse_PageTokenChange_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchPhantomTimeSeriesResponse_PageTokenChange_FieldMask) FromProtoFieldMask

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

func (*WatchPhantomTimeSeriesResponse_PageTokenChange_FieldMask) GetPaths

func (*WatchPhantomTimeSeriesResponse_PageTokenChange_FieldMask) GetRawPaths

func (*WatchPhantomTimeSeriesResponse_PageTokenChange_FieldMask) IsFull

func (WatchPhantomTimeSeriesResponse_PageTokenChange_FieldMask) Marshal

implement methods required by customType

func (WatchPhantomTimeSeriesResponse_PageTokenChange_FieldMask) MarshalJSON

func (*WatchPhantomTimeSeriesResponse_PageTokenChange_FieldMask) PathsCount

func (*WatchPhantomTimeSeriesResponse_PageTokenChange_FieldMask) Project

func (*WatchPhantomTimeSeriesResponse_PageTokenChange_FieldMask) ProjectRaw

func (*WatchPhantomTimeSeriesResponse_PageTokenChange_FieldMask) ProtoMessage

func (*WatchPhantomTimeSeriesResponse_PageTokenChange_FieldMask) ProtoReflect

func (*WatchPhantomTimeSeriesResponse_PageTokenChange_FieldMask) Reset

func (*WatchPhantomTimeSeriesResponse_PageTokenChange_FieldMask) Set

func (*WatchPhantomTimeSeriesResponse_PageTokenChange_FieldMask) SetFromCliFlag

func (*WatchPhantomTimeSeriesResponse_PageTokenChange_FieldMask) SetRaw

func (*WatchPhantomTimeSeriesResponse_PageTokenChange_FieldMask) Size

func (*WatchPhantomTimeSeriesResponse_PageTokenChange_FieldMask) String

func (*WatchPhantomTimeSeriesResponse_PageTokenChange_FieldMask) SubtractRaw

func (*WatchPhantomTimeSeriesResponse_PageTokenChange_FieldMask) ToProtoFieldMask

ToFieldMask is used for proto conversions

func (*WatchPhantomTimeSeriesResponse_PageTokenChange_FieldMask) Unmarshal

func (*WatchPhantomTimeSeriesResponse_PageTokenChange_FieldMask) UnmarshalJSON

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL