phantom_time_serie_client

package
v0.4.14 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BatchGetPhantomTimeSeriesRequest

type BatchGetPhantomTimeSeriesRequest struct {

	// Optional parent ntt.monitoring.v3.PhantomTimeSerie
	Parent *phantom_time_serie.Reference `protobuf:"bytes,1,opt,customtype=Reference,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// 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) GetParent

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) SetParent

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) Parent

func (BatchGetPhantomTimeSeriesRequestFieldPathBuilder) View

type BatchGetPhantomTimeSeriesRequestPathSelectorFieldMask

type BatchGetPhantomTimeSeriesRequestPathSelectorFieldMask struct{}

func (BatchGetPhantomTimeSeriesRequestPathSelectorFieldMask) FieldPath

type BatchGetPhantomTimeSeriesRequestPathSelectorNames

type BatchGetPhantomTimeSeriesRequestPathSelectorNames struct{}

func (BatchGetPhantomTimeSeriesRequestPathSelectorNames) FieldPath

type BatchGetPhantomTimeSeriesRequestPathSelectorParent

type BatchGetPhantomTimeSeriesRequestPathSelectorParent struct{}

func (BatchGetPhantomTimeSeriesRequestPathSelectorParent) 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_FieldPathSelectorParent    BatchGetPhantomTimeSeriesRequest_FieldPathSelector = 0
	BatchGetPhantomTimeSeriesRequest_FieldPathSelectorNames     BatchGetPhantomTimeSeriesRequest_FieldPathSelector = 1
	BatchGetPhantomTimeSeriesRequest_FieldPathSelectorFieldMask BatchGetPhantomTimeSeriesRequest_FieldPathSelector = 2
	BatchGetPhantomTimeSeriesRequest_FieldPathSelectorView      BatchGetPhantomTimeSeriesRequest_FieldPathSelector = 3
)

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) 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) AsParentArrayOfValues

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) AsParentValue

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) FieldPath

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 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 BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferences

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferences struct{}

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferences) FieldPath

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferences) WithArrayOfValues

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferences) WithItemValue

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferences) WithValue

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesApiVersion

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesApiVersion struct{}

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesApiVersion) FieldPath

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesApiVersion) WithArrayOfValues

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesApiVersion) 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 BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesUid

type BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesUid struct{}

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesUid) FieldPath

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesUid) WithArrayOfValues

func (BatchGetPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesUid) WithValue

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) 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) 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 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) FieldPath

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 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 CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferences

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferences struct{}

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferences) FieldPath

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferences) WithArrayOfValues

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferences) WithItemValue

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferences) WithValue

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesApiVersion

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesApiVersion struct{}

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesApiVersion) FieldPath

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesApiVersion) WithArrayOfValues

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesApiVersion) 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 CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesUid

type CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesUid struct{}

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesUid) FieldPath

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesUid) WithArrayOfValues

func (CreatePhantomTimeSerieRequestPathSelectorPhantomTimeSerieMetadataOwnerReferencesUid) WithValue

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) 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) 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 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) 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 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) 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 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"`
	// 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) 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) 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) 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 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
)

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) 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) 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) 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 */
	// 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) GetNextPageToken

func (*ListPhantomTimeSeriesResponse) GetPhantomTimeSeries

func (*ListPhantomTimeSeriesResponse) GetPrevPageToken

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) SetNextPageToken

func (*ListPhantomTimeSeriesResponse) SetPhantomTimeSeries

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

func (*ListPhantomTimeSeriesResponse) SetPrevPageToken

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) NextPageToken

func (ListPhantomTimeSeriesResponseFieldPathBuilder) PhantomTimeSeries

func (ListPhantomTimeSeriesResponseFieldPathBuilder) PrevPageToken

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 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) FieldPath

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 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 ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferences

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferences struct{}

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferences) FieldPath

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferences) WithArrayOfValues

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferences) WithItemValue

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferences) WithValue

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesApiVersion

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesApiVersion struct{}

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesApiVersion) FieldPath

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesApiVersion) WithArrayOfValues

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesApiVersion) 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 ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesUid

type ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesUid struct{}

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesUid) FieldPath

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesUid) WithArrayOfValues

func (ListPhantomTimeSeriesResponsePathSelectorPhantomTimeSeriesMetadataOwnerReferencesUid) WithValue

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 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
)

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) 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) 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) AsNextPageTokenArrayOfValues

func (*ListPhantomTimeSeriesResponse_FieldTerminalPathArrayOfValues) AsPhantomTimeSeriesArrayOfValues

func (*ListPhantomTimeSeriesResponse_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues

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) AsNextPageTokenValue

func (*ListPhantomTimeSeriesResponse_FieldTerminalPathValue) AsPhantomTimeSeriesValue

func (*ListPhantomTimeSeriesResponse_FieldTerminalPathValue) AsPrevPageTokenValue

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 WatchPhantomTimeSerieClientStream

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

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) 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) 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 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"`
	// 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) 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) 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) 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 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_FieldPathSelectorFilter       WatchPhantomTimeSeriesRequest_FieldPathSelector = 6
	WatchPhantomTimeSeriesRequest_FieldPathSelectorFieldMask    WatchPhantomTimeSeriesRequest_FieldPathSelector = 7
	WatchPhantomTimeSeriesRequest_FieldPathSelectorView         WatchPhantomTimeSeriesRequest_FieldPathSelector = 8
	WatchPhantomTimeSeriesRequest_FieldPathSelectorMaxChunkSize WatchPhantomTimeSeriesRequest_FieldPathSelector = 9
)

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) 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) 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) 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) 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) 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) 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