phantom_time_serie_client

package
v1.0.28 Latest Latest
Warning

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

Go to latest
Published: Apr 17, 2024 License: Apache-2.0 Imports: 27 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BatchGetPhantomTimeSeriesDescriptor added in v0.4.28

type BatchGetPhantomTimeSeriesDescriptor struct{}

func GetBatchGetPhantomTimeSeriesDescriptor added in v0.4.28

func GetBatchGetPhantomTimeSeriesDescriptor() *BatchGetPhantomTimeSeriesDescriptor

func (*BatchGetPhantomTimeSeriesDescriptor) GetApiDescriptor added in v0.4.28

func (*BatchGetPhantomTimeSeriesDescriptor) GetApiName added in v0.4.28

func (*BatchGetPhantomTimeSeriesDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*BatchGetPhantomTimeSeriesDescriptor) GetFullMethodName added in v0.4.28

func (d *BatchGetPhantomTimeSeriesDescriptor) GetFullMethodName() string

func (*BatchGetPhantomTimeSeriesDescriptor) GetMethodName added in v0.4.28

func (d *BatchGetPhantomTimeSeriesDescriptor) GetMethodName() string

func (*BatchGetPhantomTimeSeriesDescriptor) GetProtoPkgName added in v0.4.28

func (d *BatchGetPhantomTimeSeriesDescriptor) GetProtoPkgName() string

func (*BatchGetPhantomTimeSeriesDescriptor) GetResourceDescriptor added in v0.4.30

func (*BatchGetPhantomTimeSeriesDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*BatchGetPhantomTimeSeriesDescriptor) GetServiceDomain added in v0.4.28

func (d *BatchGetPhantomTimeSeriesDescriptor) GetServiceDomain() string

func (*BatchGetPhantomTimeSeriesDescriptor) GetServiceVersion added in v0.4.28

func (d *BatchGetPhantomTimeSeriesDescriptor) GetServiceVersion() string

func (*BatchGetPhantomTimeSeriesDescriptor) GetVerb added in v0.4.28

func (*BatchGetPhantomTimeSeriesDescriptor) HasResource added in v0.4.30

func (d *BatchGetPhantomTimeSeriesDescriptor) HasResource() bool

func (*BatchGetPhantomTimeSeriesDescriptor) IsClientStream added in v0.4.28

func (d *BatchGetPhantomTimeSeriesDescriptor) IsClientStream() bool

func (*BatchGetPhantomTimeSeriesDescriptor) IsCollection added in v0.4.30

func (d *BatchGetPhantomTimeSeriesDescriptor) IsCollection() bool

func (*BatchGetPhantomTimeSeriesDescriptor) IsPlural added in v0.4.30

func (*BatchGetPhantomTimeSeriesDescriptor) IsServerStream added in v0.4.28

func (d *BatchGetPhantomTimeSeriesDescriptor) IsServerStream() bool

func (*BatchGetPhantomTimeSeriesDescriptor) IsUnary added in v0.4.28

func (*BatchGetPhantomTimeSeriesDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*BatchGetPhantomTimeSeriesDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*BatchGetPhantomTimeSeriesDescriptor) RequestHasResourceBody added in v0.4.28

func (d *BatchGetPhantomTimeSeriesDescriptor) RequestHasResourceBody() bool

type BatchGetPhantomTimeSeriesDescriptorClientMsgHandle added in v0.4.28

type BatchGetPhantomTimeSeriesDescriptorClientMsgHandle struct{}

func (*BatchGetPhantomTimeSeriesDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*BatchGetPhantomTimeSeriesDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*BatchGetPhantomTimeSeriesDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*BatchGetPhantomTimeSeriesDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*BatchGetPhantomTimeSeriesDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type BatchGetPhantomTimeSeriesDescriptorServerMsgHandle added in v0.4.28

type BatchGetPhantomTimeSeriesDescriptorServerMsgHandle struct{}

func (*BatchGetPhantomTimeSeriesDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*BatchGetPhantomTimeSeriesDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*BatchGetPhantomTimeSeriesDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*BatchGetPhantomTimeSeriesDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*BatchGetPhantomTimeSeriesDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type BatchGetPhantomTimeSeriesRequest

type BatchGetPhantomTimeSeriesRequest struct {

	// Names of PhantomTimeSeries
	Names []*phantom_time_serie.Name `protobuf:"bytes,2,rep,customtype=Name,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.types.View" json:"view,omitempty" firestore:"view"`
	// contains filtered or unexported fields
}

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

func (*BatchGetPhantomTimeSeriesRequest) Descriptor

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

Deprecated, Use BatchGetPhantomTimeSeriesRequest.ProtoReflect.Descriptor instead.

func (*BatchGetPhantomTimeSeriesRequest) GetFieldMask

func (*BatchGetPhantomTimeSeriesRequest) GetNames

func (*BatchGetPhantomTimeSeriesRequest) GetView

func (*BatchGetPhantomTimeSeriesRequest) GotenMessage

func (*BatchGetPhantomTimeSeriesRequest) GotenMessage()

func (*BatchGetPhantomTimeSeriesRequest) GotenValidate

func (obj *BatchGetPhantomTimeSeriesRequest) GotenValidate() error

func (*BatchGetPhantomTimeSeriesRequest) Marshal

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

func (*BatchGetPhantomTimeSeriesRequest) MarshalJSON

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

func (*BatchGetPhantomTimeSeriesRequest) ProtoMessage

func (*BatchGetPhantomTimeSeriesRequest) ProtoMessage()

func (*BatchGetPhantomTimeSeriesRequest) ProtoReflect

func (*BatchGetPhantomTimeSeriesRequest) Reset

func (*BatchGetPhantomTimeSeriesRequest) SetFieldMask

func (*BatchGetPhantomTimeSeriesRequest) SetNames

func (*BatchGetPhantomTimeSeriesRequest) SetView

func (*BatchGetPhantomTimeSeriesRequest) String

func (*BatchGetPhantomTimeSeriesRequest) Unmarshal

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

func (*BatchGetPhantomTimeSeriesRequest) UnmarshalJSON

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

type 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.Name `protobuf:"bytes,2,rep,customtype=Name,name=missing,proto3" json:"missing,omitempty" firestore:"missing"`
	// contains filtered or unexported fields
}

BatchGetPhantomTimeSeriesResponse

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

func (obj *BatchGetPhantomTimeSeriesResponse) GotenValidate() error

func (*BatchGetPhantomTimeSeriesResponse) Marshal

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

func (*BatchGetPhantomTimeSeriesResponse) MarshalJSON

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

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 CreatePhantomTimeSerieDescriptor added in v0.4.28

type CreatePhantomTimeSerieDescriptor struct{}

func GetCreatePhantomTimeSerieDescriptor added in v0.4.28

func GetCreatePhantomTimeSerieDescriptor() *CreatePhantomTimeSerieDescriptor

func (*CreatePhantomTimeSerieDescriptor) GetApiDescriptor added in v0.4.28

func (*CreatePhantomTimeSerieDescriptor) GetApiName added in v0.4.28

func (d *CreatePhantomTimeSerieDescriptor) GetApiName() string

func (*CreatePhantomTimeSerieDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*CreatePhantomTimeSerieDescriptor) GetFullMethodName added in v0.4.28

func (d *CreatePhantomTimeSerieDescriptor) GetFullMethodName() string

func (*CreatePhantomTimeSerieDescriptor) GetMethodName added in v0.4.28

func (d *CreatePhantomTimeSerieDescriptor) GetMethodName() string

func (*CreatePhantomTimeSerieDescriptor) GetProtoPkgName added in v0.4.28

func (d *CreatePhantomTimeSerieDescriptor) GetProtoPkgName() string

func (*CreatePhantomTimeSerieDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*CreatePhantomTimeSerieDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*CreatePhantomTimeSerieDescriptor) GetServiceDomain added in v0.4.28

func (d *CreatePhantomTimeSerieDescriptor) GetServiceDomain() string

func (*CreatePhantomTimeSerieDescriptor) GetServiceVersion added in v0.4.28

func (d *CreatePhantomTimeSerieDescriptor) GetServiceVersion() string

func (*CreatePhantomTimeSerieDescriptor) GetVerb added in v0.4.28

func (*CreatePhantomTimeSerieDescriptor) HasResource added in v0.4.30

func (d *CreatePhantomTimeSerieDescriptor) HasResource() bool

func (*CreatePhantomTimeSerieDescriptor) IsClientStream added in v0.4.28

func (d *CreatePhantomTimeSerieDescriptor) IsClientStream() bool

func (*CreatePhantomTimeSerieDescriptor) IsCollection added in v0.4.30

func (d *CreatePhantomTimeSerieDescriptor) IsCollection() bool

func (*CreatePhantomTimeSerieDescriptor) IsPlural added in v0.4.30

func (d *CreatePhantomTimeSerieDescriptor) IsPlural() bool

func (*CreatePhantomTimeSerieDescriptor) IsServerStream added in v0.4.28

func (d *CreatePhantomTimeSerieDescriptor) IsServerStream() bool

func (*CreatePhantomTimeSerieDescriptor) IsUnary added in v0.4.28

func (*CreatePhantomTimeSerieDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*CreatePhantomTimeSerieDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*CreatePhantomTimeSerieDescriptor) RequestHasResourceBody added in v0.4.28

func (d *CreatePhantomTimeSerieDescriptor) RequestHasResourceBody() bool

type CreatePhantomTimeSerieDescriptorClientMsgHandle added in v0.4.28

type CreatePhantomTimeSerieDescriptorClientMsgHandle struct{}

func (*CreatePhantomTimeSerieDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*CreatePhantomTimeSerieDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*CreatePhantomTimeSerieDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*CreatePhantomTimeSerieDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*CreatePhantomTimeSerieDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type CreatePhantomTimeSerieDescriptorServerMsgHandle added in v0.4.28

type CreatePhantomTimeSerieDescriptorServerMsgHandle struct{}

func (*CreatePhantomTimeSerieDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*CreatePhantomTimeSerieDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*CreatePhantomTimeSerieDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*CreatePhantomTimeSerieDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*CreatePhantomTimeSerieDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type CreatePhantomTimeSerieRequest

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

func (obj *CreatePhantomTimeSerieRequest) GotenValidate() error

func (*CreatePhantomTimeSerieRequest) Marshal

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

func (*CreatePhantomTimeSerieRequest) MarshalJSON

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

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 DeletePhantomTimeSerieDescriptor added in v0.4.28

type DeletePhantomTimeSerieDescriptor struct{}

func GetDeletePhantomTimeSerieDescriptor added in v0.4.28

func GetDeletePhantomTimeSerieDescriptor() *DeletePhantomTimeSerieDescriptor

func (*DeletePhantomTimeSerieDescriptor) GetApiDescriptor added in v0.4.28

func (*DeletePhantomTimeSerieDescriptor) GetApiName added in v0.4.28

func (d *DeletePhantomTimeSerieDescriptor) GetApiName() string

func (*DeletePhantomTimeSerieDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*DeletePhantomTimeSerieDescriptor) GetFullMethodName added in v0.4.28

func (d *DeletePhantomTimeSerieDescriptor) GetFullMethodName() string

func (*DeletePhantomTimeSerieDescriptor) GetMethodName added in v0.4.28

func (d *DeletePhantomTimeSerieDescriptor) GetMethodName() string

func (*DeletePhantomTimeSerieDescriptor) GetProtoPkgName added in v0.4.28

func (d *DeletePhantomTimeSerieDescriptor) GetProtoPkgName() string

func (*DeletePhantomTimeSerieDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*DeletePhantomTimeSerieDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*DeletePhantomTimeSerieDescriptor) GetServiceDomain added in v0.4.28

func (d *DeletePhantomTimeSerieDescriptor) GetServiceDomain() string

func (*DeletePhantomTimeSerieDescriptor) GetServiceVersion added in v0.4.28

func (d *DeletePhantomTimeSerieDescriptor) GetServiceVersion() string

func (*DeletePhantomTimeSerieDescriptor) GetVerb added in v0.4.28

func (*DeletePhantomTimeSerieDescriptor) HasResource added in v0.4.30

func (d *DeletePhantomTimeSerieDescriptor) HasResource() bool

func (*DeletePhantomTimeSerieDescriptor) IsClientStream added in v0.4.28

func (d *DeletePhantomTimeSerieDescriptor) IsClientStream() bool

func (*DeletePhantomTimeSerieDescriptor) IsCollection added in v0.4.30

func (d *DeletePhantomTimeSerieDescriptor) IsCollection() bool

func (*DeletePhantomTimeSerieDescriptor) IsPlural added in v0.4.30

func (d *DeletePhantomTimeSerieDescriptor) IsPlural() bool

func (*DeletePhantomTimeSerieDescriptor) IsServerStream added in v0.4.28

func (d *DeletePhantomTimeSerieDescriptor) IsServerStream() bool

func (*DeletePhantomTimeSerieDescriptor) IsUnary added in v0.4.28

func (*DeletePhantomTimeSerieDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*DeletePhantomTimeSerieDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*DeletePhantomTimeSerieDescriptor) RequestHasResourceBody added in v0.4.28

func (d *DeletePhantomTimeSerieDescriptor) RequestHasResourceBody() bool

type DeletePhantomTimeSerieDescriptorClientMsgHandle added in v0.4.28

type DeletePhantomTimeSerieDescriptorClientMsgHandle struct{}

func (*DeletePhantomTimeSerieDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*DeletePhantomTimeSerieDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*DeletePhantomTimeSerieDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*DeletePhantomTimeSerieDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*DeletePhantomTimeSerieDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type DeletePhantomTimeSerieDescriptorServerMsgHandle added in v0.4.28

type DeletePhantomTimeSerieDescriptorServerMsgHandle struct{}

func (*DeletePhantomTimeSerieDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*DeletePhantomTimeSerieDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*DeletePhantomTimeSerieDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*DeletePhantomTimeSerieDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*DeletePhantomTimeSerieDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type DeletePhantomTimeSerieRequest

type DeletePhantomTimeSerieRequest struct {

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

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

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

func (obj *DeletePhantomTimeSerieRequest) GotenValidate() error

func (*DeletePhantomTimeSerieRequest) Marshal

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

func (*DeletePhantomTimeSerieRequest) MarshalJSON

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

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 GetPhantomTimeSerieDescriptor added in v0.4.28

type GetPhantomTimeSerieDescriptor struct{}

func GetGetPhantomTimeSerieDescriptor added in v0.4.28

func GetGetPhantomTimeSerieDescriptor() *GetPhantomTimeSerieDescriptor

func (*GetPhantomTimeSerieDescriptor) GetApiDescriptor added in v0.4.28

func (*GetPhantomTimeSerieDescriptor) GetApiName added in v0.4.28

func (d *GetPhantomTimeSerieDescriptor) GetApiName() string

func (*GetPhantomTimeSerieDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*GetPhantomTimeSerieDescriptor) GetFullMethodName added in v0.4.28

func (d *GetPhantomTimeSerieDescriptor) GetFullMethodName() string

func (*GetPhantomTimeSerieDescriptor) GetMethodName added in v0.4.28

func (d *GetPhantomTimeSerieDescriptor) GetMethodName() string

func (*GetPhantomTimeSerieDescriptor) GetProtoPkgName added in v0.4.28

func (d *GetPhantomTimeSerieDescriptor) GetProtoPkgName() string

func (*GetPhantomTimeSerieDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*GetPhantomTimeSerieDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*GetPhantomTimeSerieDescriptor) GetServiceDomain added in v0.4.28

func (d *GetPhantomTimeSerieDescriptor) GetServiceDomain() string

func (*GetPhantomTimeSerieDescriptor) GetServiceVersion added in v0.4.28

func (d *GetPhantomTimeSerieDescriptor) GetServiceVersion() string

func (*GetPhantomTimeSerieDescriptor) GetVerb added in v0.4.28

func (*GetPhantomTimeSerieDescriptor) HasResource added in v0.4.30

func (d *GetPhantomTimeSerieDescriptor) HasResource() bool

func (*GetPhantomTimeSerieDescriptor) IsClientStream added in v0.4.28

func (d *GetPhantomTimeSerieDescriptor) IsClientStream() bool

func (*GetPhantomTimeSerieDescriptor) IsCollection added in v0.4.30

func (d *GetPhantomTimeSerieDescriptor) IsCollection() bool

func (*GetPhantomTimeSerieDescriptor) IsPlural added in v0.4.30

func (d *GetPhantomTimeSerieDescriptor) IsPlural() bool

func (*GetPhantomTimeSerieDescriptor) IsServerStream added in v0.4.28

func (d *GetPhantomTimeSerieDescriptor) IsServerStream() bool

func (*GetPhantomTimeSerieDescriptor) IsUnary added in v0.4.28

func (d *GetPhantomTimeSerieDescriptor) IsUnary() bool

func (*GetPhantomTimeSerieDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*GetPhantomTimeSerieDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*GetPhantomTimeSerieDescriptor) RequestHasResourceBody added in v0.4.28

func (d *GetPhantomTimeSerieDescriptor) RequestHasResourceBody() bool

type GetPhantomTimeSerieDescriptorClientMsgHandle added in v0.4.28

type GetPhantomTimeSerieDescriptorClientMsgHandle struct{}

func (*GetPhantomTimeSerieDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*GetPhantomTimeSerieDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*GetPhantomTimeSerieDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*GetPhantomTimeSerieDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*GetPhantomTimeSerieDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type GetPhantomTimeSerieDescriptorServerMsgHandle added in v0.4.28

type GetPhantomTimeSerieDescriptorServerMsgHandle struct{}

func (*GetPhantomTimeSerieDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*GetPhantomTimeSerieDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*GetPhantomTimeSerieDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*GetPhantomTimeSerieDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*GetPhantomTimeSerieDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type GetPhantomTimeSerieRequest

type GetPhantomTimeSerieRequest struct {

	// Name of ntt.monitoring.v3.PhantomTimeSerie
	Name *phantom_time_serie.Name `protobuf:"bytes,1,opt,customtype=Name,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.types.View" json:"view,omitempty" firestore:"view"`
	// contains filtered or unexported fields
}

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

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

func (obj *GetPhantomTimeSerieRequest) GotenValidate() error

func (*GetPhantomTimeSerieRequest) Marshal

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

func (*GetPhantomTimeSerieRequest) MarshalJSON

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

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 ListPhantomTimeSeriesDescriptor added in v0.4.28

type ListPhantomTimeSeriesDescriptor struct{}

func GetListPhantomTimeSeriesDescriptor added in v0.4.28

func GetListPhantomTimeSeriesDescriptor() *ListPhantomTimeSeriesDescriptor

func (*ListPhantomTimeSeriesDescriptor) GetApiDescriptor added in v0.4.28

func (*ListPhantomTimeSeriesDescriptor) GetApiName added in v0.4.28

func (d *ListPhantomTimeSeriesDescriptor) GetApiName() string

func (*ListPhantomTimeSeriesDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*ListPhantomTimeSeriesDescriptor) GetFullMethodName added in v0.4.28

func (d *ListPhantomTimeSeriesDescriptor) GetFullMethodName() string

func (*ListPhantomTimeSeriesDescriptor) GetMethodName added in v0.4.28

func (d *ListPhantomTimeSeriesDescriptor) GetMethodName() string

func (*ListPhantomTimeSeriesDescriptor) GetProtoPkgName added in v0.4.28

func (d *ListPhantomTimeSeriesDescriptor) GetProtoPkgName() string

func (*ListPhantomTimeSeriesDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*ListPhantomTimeSeriesDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*ListPhantomTimeSeriesDescriptor) GetServiceDomain added in v0.4.28

func (d *ListPhantomTimeSeriesDescriptor) GetServiceDomain() string

func (*ListPhantomTimeSeriesDescriptor) GetServiceVersion added in v0.4.28

func (d *ListPhantomTimeSeriesDescriptor) GetServiceVersion() string

func (*ListPhantomTimeSeriesDescriptor) GetVerb added in v0.4.28

func (*ListPhantomTimeSeriesDescriptor) HasResource added in v0.4.30

func (d *ListPhantomTimeSeriesDescriptor) HasResource() bool

func (*ListPhantomTimeSeriesDescriptor) IsClientStream added in v0.4.28

func (d *ListPhantomTimeSeriesDescriptor) IsClientStream() bool

func (*ListPhantomTimeSeriesDescriptor) IsCollection added in v0.4.30

func (d *ListPhantomTimeSeriesDescriptor) IsCollection() bool

func (*ListPhantomTimeSeriesDescriptor) IsPlural added in v0.4.30

func (d *ListPhantomTimeSeriesDescriptor) IsPlural() bool

func (*ListPhantomTimeSeriesDescriptor) IsServerStream added in v0.4.28

func (d *ListPhantomTimeSeriesDescriptor) IsServerStream() bool

func (*ListPhantomTimeSeriesDescriptor) IsUnary added in v0.4.28

func (*ListPhantomTimeSeriesDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*ListPhantomTimeSeriesDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*ListPhantomTimeSeriesDescriptor) RequestHasResourceBody added in v0.4.28

func (d *ListPhantomTimeSeriesDescriptor) RequestHasResourceBody() bool

type ListPhantomTimeSeriesDescriptorClientMsgHandle added in v0.4.28

type ListPhantomTimeSeriesDescriptorClientMsgHandle struct{}

func (*ListPhantomTimeSeriesDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*ListPhantomTimeSeriesDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*ListPhantomTimeSeriesDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*ListPhantomTimeSeriesDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*ListPhantomTimeSeriesDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type ListPhantomTimeSeriesDescriptorServerMsgHandle added in v0.4.28

type ListPhantomTimeSeriesDescriptorServerMsgHandle struct{}

func (*ListPhantomTimeSeriesDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*ListPhantomTimeSeriesDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*ListPhantomTimeSeriesDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*ListPhantomTimeSeriesDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*ListPhantomTimeSeriesDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type ListPhantomTimeSeriesRequest

type ListPhantomTimeSeriesRequest struct {

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

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

func (*ListPhantomTimeSeriesRequest) Descriptor

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

Deprecated, Use ListPhantomTimeSeriesRequest.ProtoReflect.Descriptor instead.

func (*ListPhantomTimeSeriesRequest) GetFieldMask

func (*ListPhantomTimeSeriesRequest) GetFilter

func (*ListPhantomTimeSeriesRequest) GetIncludePagingInfo added in v0.10.1

func (m *ListPhantomTimeSeriesRequest) GetIncludePagingInfo() bool

func (*ListPhantomTimeSeriesRequest) GetOrderBy

func (*ListPhantomTimeSeriesRequest) GetPageSize

func (m *ListPhantomTimeSeriesRequest) GetPageSize() int32

func (*ListPhantomTimeSeriesRequest) GetPageToken

func (*ListPhantomTimeSeriesRequest) GetParent

func (*ListPhantomTimeSeriesRequest) GetView

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

func (*ListPhantomTimeSeriesRequest) GotenMessage

func (*ListPhantomTimeSeriesRequest) GotenMessage()

func (*ListPhantomTimeSeriesRequest) GotenValidate

func (obj *ListPhantomTimeSeriesRequest) GotenValidate() error

func (*ListPhantomTimeSeriesRequest) Marshal

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

func (*ListPhantomTimeSeriesRequest) MarshalJSON

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

func (*ListPhantomTimeSeriesRequest) ProtoMessage

func (*ListPhantomTimeSeriesRequest) ProtoMessage()

func (*ListPhantomTimeSeriesRequest) ProtoReflect

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

func (*ListPhantomTimeSeriesRequest) Reset

func (m *ListPhantomTimeSeriesRequest) Reset()

func (*ListPhantomTimeSeriesRequest) SetFieldMask

func (*ListPhantomTimeSeriesRequest) SetFilter

func (*ListPhantomTimeSeriesRequest) SetIncludePagingInfo added in v0.10.1

func (m *ListPhantomTimeSeriesRequest) SetIncludePagingInfo(fv bool)

func (*ListPhantomTimeSeriesRequest) SetOrderBy

func (*ListPhantomTimeSeriesRequest) SetPageSize

func (m *ListPhantomTimeSeriesRequest) SetPageSize(fv int32)

func (*ListPhantomTimeSeriesRequest) SetPageToken

func (*ListPhantomTimeSeriesRequest) SetParent

func (*ListPhantomTimeSeriesRequest) SetView

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

func (*ListPhantomTimeSeriesRequest) String

func (*ListPhantomTimeSeriesRequest) Unmarshal

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

func (*ListPhantomTimeSeriesRequest) UnmarshalJSON

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

type ListPhantomTimeSeriesResponse

type ListPhantomTimeSeriesResponse struct {

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

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

func (*ListPhantomTimeSeriesResponse) Descriptor

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

Deprecated, Use ListPhantomTimeSeriesResponse.ProtoReflect.Descriptor instead.

func (*ListPhantomTimeSeriesResponse) GetCurrentOffset added in v0.10.1

func (m *ListPhantomTimeSeriesResponse) GetCurrentOffset() int32

func (*ListPhantomTimeSeriesResponse) GetNextPageToken

func (*ListPhantomTimeSeriesResponse) GetPhantomTimeSeries

func (*ListPhantomTimeSeriesResponse) GetPrevPageToken

func (*ListPhantomTimeSeriesResponse) GetTotalResultsCount added in v0.10.1

func (m *ListPhantomTimeSeriesResponse) GetTotalResultsCount() int32

func (*ListPhantomTimeSeriesResponse) GotenMessage

func (*ListPhantomTimeSeriesResponse) GotenMessage()

func (*ListPhantomTimeSeriesResponse) GotenValidate

func (obj *ListPhantomTimeSeriesResponse) GotenValidate() error

func (*ListPhantomTimeSeriesResponse) Marshal

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

func (*ListPhantomTimeSeriesResponse) MarshalJSON

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

func (*ListPhantomTimeSeriesResponse) ProtoMessage

func (*ListPhantomTimeSeriesResponse) ProtoMessage()

func (*ListPhantomTimeSeriesResponse) ProtoReflect

func (*ListPhantomTimeSeriesResponse) Reset

func (m *ListPhantomTimeSeriesResponse) Reset()

func (*ListPhantomTimeSeriesResponse) SetCurrentOffset added in v0.10.1

func (m *ListPhantomTimeSeriesResponse) SetCurrentOffset(fv int32)

func (*ListPhantomTimeSeriesResponse) SetNextPageToken

func (*ListPhantomTimeSeriesResponse) SetPhantomTimeSeries

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

func (*ListPhantomTimeSeriesResponse) SetPrevPageToken

func (*ListPhantomTimeSeriesResponse) SetTotalResultsCount added in v0.10.1

func (m *ListPhantomTimeSeriesResponse) SetTotalResultsCount(fv int32)

func (*ListPhantomTimeSeriesResponse) String

func (*ListPhantomTimeSeriesResponse) Unmarshal

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

func (*ListPhantomTimeSeriesResponse) UnmarshalJSON

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

type PhantomTimeSerieServiceClient

PhantomTimeSerieServiceClient is the client API for PhantomTimeSerieService.

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

type PhantomTimeSerieServiceDescriptor added in v0.4.28

type PhantomTimeSerieServiceDescriptor struct{}

func GetPhantomTimeSerieServiceDescriptor added in v0.4.28

func GetPhantomTimeSerieServiceDescriptor() *PhantomTimeSerieServiceDescriptor

func (*PhantomTimeSerieServiceDescriptor) AllMethodDescriptors added in v0.4.28

func (*PhantomTimeSerieServiceDescriptor) GetApiName added in v0.4.28

func (d *PhantomTimeSerieServiceDescriptor) GetApiName() string

func (*PhantomTimeSerieServiceDescriptor) GetFullAPIName added in v0.4.28

func (d *PhantomTimeSerieServiceDescriptor) GetFullAPIName() string

func (*PhantomTimeSerieServiceDescriptor) GetProtoPkgName added in v0.4.28

func (d *PhantomTimeSerieServiceDescriptor) GetProtoPkgName() string

func (*PhantomTimeSerieServiceDescriptor) GetServiceDomain added in v0.4.28

func (d *PhantomTimeSerieServiceDescriptor) GetServiceDomain() string

func (*PhantomTimeSerieServiceDescriptor) GetServiceVersion added in v0.4.28

func (d *PhantomTimeSerieServiceDescriptor) GetServiceVersion() string

type UpdatePhantomTimeSerieDescriptor added in v0.10.24

type UpdatePhantomTimeSerieDescriptor struct{}

func GetUpdatePhantomTimeSerieDescriptor added in v0.10.24

func GetUpdatePhantomTimeSerieDescriptor() *UpdatePhantomTimeSerieDescriptor

func (*UpdatePhantomTimeSerieDescriptor) GetApiDescriptor added in v0.10.24

func (*UpdatePhantomTimeSerieDescriptor) GetApiName added in v0.10.24

func (d *UpdatePhantomTimeSerieDescriptor) GetApiName() string

func (*UpdatePhantomTimeSerieDescriptor) GetClientMsgReflectHandle added in v0.10.24

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

func (*UpdatePhantomTimeSerieDescriptor) GetFullMethodName added in v0.10.24

func (d *UpdatePhantomTimeSerieDescriptor) GetFullMethodName() string

func (*UpdatePhantomTimeSerieDescriptor) GetMethodName added in v0.10.24

func (d *UpdatePhantomTimeSerieDescriptor) GetMethodName() string

func (*UpdatePhantomTimeSerieDescriptor) GetProtoPkgName added in v0.10.24

func (d *UpdatePhantomTimeSerieDescriptor) GetProtoPkgName() string

func (*UpdatePhantomTimeSerieDescriptor) GetResourceDescriptor added in v0.10.24

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

func (*UpdatePhantomTimeSerieDescriptor) GetServerMsgReflectHandle added in v0.10.24

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

func (*UpdatePhantomTimeSerieDescriptor) GetServiceDomain added in v0.10.24

func (d *UpdatePhantomTimeSerieDescriptor) GetServiceDomain() string

func (*UpdatePhantomTimeSerieDescriptor) GetServiceVersion added in v0.10.24

func (d *UpdatePhantomTimeSerieDescriptor) GetServiceVersion() string

func (*UpdatePhantomTimeSerieDescriptor) GetVerb added in v0.10.24

func (*UpdatePhantomTimeSerieDescriptor) HasResource added in v0.10.24

func (d *UpdatePhantomTimeSerieDescriptor) HasResource() bool

func (*UpdatePhantomTimeSerieDescriptor) IsClientStream added in v0.10.24

func (d *UpdatePhantomTimeSerieDescriptor) IsClientStream() bool

func (*UpdatePhantomTimeSerieDescriptor) IsCollection added in v0.10.24

func (d *UpdatePhantomTimeSerieDescriptor) IsCollection() bool

func (*UpdatePhantomTimeSerieDescriptor) IsPlural added in v0.10.24

func (d *UpdatePhantomTimeSerieDescriptor) IsPlural() bool

func (*UpdatePhantomTimeSerieDescriptor) IsServerStream added in v0.10.24

func (d *UpdatePhantomTimeSerieDescriptor) IsServerStream() bool

func (*UpdatePhantomTimeSerieDescriptor) IsUnary added in v0.10.24

func (*UpdatePhantomTimeSerieDescriptor) NewEmptyClientMsg added in v0.10.24

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

func (*UpdatePhantomTimeSerieDescriptor) NewEmptyServerMsg added in v0.10.24

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

func (*UpdatePhantomTimeSerieDescriptor) RequestHasResourceBody added in v0.10.24

func (d *UpdatePhantomTimeSerieDescriptor) RequestHasResourceBody() bool

type UpdatePhantomTimeSerieDescriptorClientMsgHandle added in v0.10.24

type UpdatePhantomTimeSerieDescriptorClientMsgHandle struct{}

func (*UpdatePhantomTimeSerieDescriptorClientMsgHandle) ExtractCollectionName added in v0.10.24

func (*UpdatePhantomTimeSerieDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*UpdatePhantomTimeSerieDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*UpdatePhantomTimeSerieDescriptorClientMsgHandle) ExtractResourceName added in v0.10.24

func (*UpdatePhantomTimeSerieDescriptorClientMsgHandle) ExtractResourceNames added in v0.10.24

type UpdatePhantomTimeSerieDescriptorServerMsgHandle added in v0.10.24

type UpdatePhantomTimeSerieDescriptorServerMsgHandle struct{}

func (*UpdatePhantomTimeSerieDescriptorServerMsgHandle) ExtractCollectionName added in v0.10.24

func (*UpdatePhantomTimeSerieDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*UpdatePhantomTimeSerieDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*UpdatePhantomTimeSerieDescriptorServerMsgHandle) ExtractResourceName added in v0.10.24

func (*UpdatePhantomTimeSerieDescriptorServerMsgHandle) ExtractResourceNames added in v0.10.24

type UpdatePhantomTimeSerieRequest added in v0.10.24

type UpdatePhantomTimeSerieRequest struct {

	// PhantomTimeSerie resource body
	PhantomTimeSerie *phantom_time_serie.PhantomTimeSerie `` /* 140-byte string literal not displayed */
	// FieldMask applied to request - change will be applied only for fields in
	// the mask
	UpdateMask *phantom_time_serie.PhantomTimeSerie_FieldMask `` /* 152-byte string literal not displayed */
	// Conditional update applied to request if update should be executed only for
	// specific resource state. If this field is populated, then server will fetch
	// existing resource, compare with the one stored in the cas field (after
	// applying field mask) and proceed with update only and only if they match.
	// Otherwise RPC error Aborted will be returned.
	Cas *UpdatePhantomTimeSerieRequest_CAS `protobuf:"bytes,4,opt,name=cas,proto3" json:"cas,omitempty" firestore:"cas"`
	// If set to true, and the resource is not found,
	// a new resource will be created.  In this situation,
	// 'field_mask' is ignored.
	//
	// https://google.aip.dev/134#create-or-update
	AllowMissing bool `protobuf:"varint,5,opt,name=allow_missing,json=allowMissing,proto3" json:"allow_missing,omitempty" firestore:"allowMissing"`
	// contains filtered or unexported fields
}

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

func (*UpdatePhantomTimeSerieRequest) Descriptor added in v0.10.24

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

Deprecated, Use UpdatePhantomTimeSerieRequest.ProtoReflect.Descriptor instead.

func (*UpdatePhantomTimeSerieRequest) GetAllowMissing added in v0.12.33

func (m *UpdatePhantomTimeSerieRequest) GetAllowMissing() bool

func (*UpdatePhantomTimeSerieRequest) GetCas added in v0.10.24

func (*UpdatePhantomTimeSerieRequest) GetPhantomTimeSerie added in v0.10.24

func (*UpdatePhantomTimeSerieRequest) GetUpdateMask added in v0.10.24

func (*UpdatePhantomTimeSerieRequest) GotenMessage added in v0.10.24

func (*UpdatePhantomTimeSerieRequest) GotenMessage()

func (*UpdatePhantomTimeSerieRequest) GotenValidate added in v0.10.24

func (obj *UpdatePhantomTimeSerieRequest) GotenValidate() error

func (*UpdatePhantomTimeSerieRequest) Marshal added in v0.10.24

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

func (*UpdatePhantomTimeSerieRequest) MarshalJSON added in v0.10.24

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

func (*UpdatePhantomTimeSerieRequest) ProtoMessage added in v0.10.24

func (*UpdatePhantomTimeSerieRequest) ProtoMessage()

func (*UpdatePhantomTimeSerieRequest) ProtoReflect added in v0.10.24

func (*UpdatePhantomTimeSerieRequest) Reset added in v0.10.24

func (m *UpdatePhantomTimeSerieRequest) Reset()

func (*UpdatePhantomTimeSerieRequest) SetAllowMissing added in v0.12.33

func (m *UpdatePhantomTimeSerieRequest) SetAllowMissing(fv bool)

func (*UpdatePhantomTimeSerieRequest) SetCas added in v0.10.24

func (*UpdatePhantomTimeSerieRequest) SetPhantomTimeSerie added in v0.10.24

func (*UpdatePhantomTimeSerieRequest) SetUpdateMask added in v0.10.24

func (*UpdatePhantomTimeSerieRequest) String added in v0.10.24

func (*UpdatePhantomTimeSerieRequest) Unmarshal added in v0.10.24

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

func (*UpdatePhantomTimeSerieRequest) UnmarshalJSON added in v0.10.24

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

type UpdatePhantomTimeSerieRequest_CAS added in v0.10.24

type UpdatePhantomTimeSerieRequest_CAS struct {

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

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

func (*UpdatePhantomTimeSerieRequest_CAS) Descriptor added in v0.10.24

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

Deprecated, Use UpdatePhantomTimeSerieRequest_CAS.ProtoReflect.Descriptor instead.

func (*UpdatePhantomTimeSerieRequest_CAS) GetConditionalState added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_CAS) GetFieldMask added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_CAS) GotenMessage added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_CAS) GotenMessage()

func (*UpdatePhantomTimeSerieRequest_CAS) GotenValidate added in v0.10.24

func (obj *UpdatePhantomTimeSerieRequest_CAS) GotenValidate() error

func (*UpdatePhantomTimeSerieRequest_CAS) Marshal added in v0.10.24

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

func (*UpdatePhantomTimeSerieRequest_CAS) MarshalJSON added in v0.10.24

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

func (*UpdatePhantomTimeSerieRequest_CAS) ProtoMessage added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_CAS) ProtoMessage()

func (*UpdatePhantomTimeSerieRequest_CAS) ProtoReflect added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_CAS) Reset added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_CAS) SetConditionalState added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_CAS) SetFieldMask added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_CAS) String added in v0.10.24

func (*UpdatePhantomTimeSerieRequest_CAS) Unmarshal added in v0.10.24

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

func (*UpdatePhantomTimeSerieRequest_CAS) UnmarshalJSON added in v0.10.24

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

type WatchPhantomTimeSerieClientStream

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

type WatchPhantomTimeSerieDescriptor added in v0.4.28

type WatchPhantomTimeSerieDescriptor struct{}

func GetWatchPhantomTimeSerieDescriptor added in v0.4.28

func GetWatchPhantomTimeSerieDescriptor() *WatchPhantomTimeSerieDescriptor

func (*WatchPhantomTimeSerieDescriptor) GetApiDescriptor added in v0.4.28

func (*WatchPhantomTimeSerieDescriptor) GetApiName added in v0.4.28

func (d *WatchPhantomTimeSerieDescriptor) GetApiName() string

func (*WatchPhantomTimeSerieDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*WatchPhantomTimeSerieDescriptor) GetFullMethodName added in v0.4.28

func (d *WatchPhantomTimeSerieDescriptor) GetFullMethodName() string

func (*WatchPhantomTimeSerieDescriptor) GetMethodName added in v0.4.28

func (d *WatchPhantomTimeSerieDescriptor) GetMethodName() string

func (*WatchPhantomTimeSerieDescriptor) GetProtoPkgName added in v0.4.28

func (d *WatchPhantomTimeSerieDescriptor) GetProtoPkgName() string

func (*WatchPhantomTimeSerieDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*WatchPhantomTimeSerieDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*WatchPhantomTimeSerieDescriptor) GetServiceDomain added in v0.4.28

func (d *WatchPhantomTimeSerieDescriptor) GetServiceDomain() string

func (*WatchPhantomTimeSerieDescriptor) GetServiceVersion added in v0.4.28

func (d *WatchPhantomTimeSerieDescriptor) GetServiceVersion() string

func (*WatchPhantomTimeSerieDescriptor) GetVerb added in v0.4.28

func (*WatchPhantomTimeSerieDescriptor) HasResource added in v0.4.30

func (d *WatchPhantomTimeSerieDescriptor) HasResource() bool

func (*WatchPhantomTimeSerieDescriptor) IsClientStream added in v0.4.28

func (d *WatchPhantomTimeSerieDescriptor) IsClientStream() bool

func (*WatchPhantomTimeSerieDescriptor) IsCollection added in v0.4.30

func (d *WatchPhantomTimeSerieDescriptor) IsCollection() bool

func (*WatchPhantomTimeSerieDescriptor) IsPlural added in v0.4.30

func (d *WatchPhantomTimeSerieDescriptor) IsPlural() bool

func (*WatchPhantomTimeSerieDescriptor) IsServerStream added in v0.4.28

func (d *WatchPhantomTimeSerieDescriptor) IsServerStream() bool

func (*WatchPhantomTimeSerieDescriptor) IsUnary added in v0.4.28

func (*WatchPhantomTimeSerieDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*WatchPhantomTimeSerieDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*WatchPhantomTimeSerieDescriptor) RequestHasResourceBody added in v0.4.28

func (d *WatchPhantomTimeSerieDescriptor) RequestHasResourceBody() bool

type WatchPhantomTimeSerieDescriptorClientMsgHandle added in v0.4.28

type WatchPhantomTimeSerieDescriptorClientMsgHandle struct{}

func (*WatchPhantomTimeSerieDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*WatchPhantomTimeSerieDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*WatchPhantomTimeSerieDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*WatchPhantomTimeSerieDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchPhantomTimeSerieDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type WatchPhantomTimeSerieDescriptorServerMsgHandle added in v0.4.28

type WatchPhantomTimeSerieDescriptorServerMsgHandle struct{}

func (*WatchPhantomTimeSerieDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*WatchPhantomTimeSerieDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*WatchPhantomTimeSerieDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*WatchPhantomTimeSerieDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchPhantomTimeSerieDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type WatchPhantomTimeSerieRequest

type WatchPhantomTimeSerieRequest struct {

	// Name of ntt.monitoring.v3.PhantomTimeSerie
	Name *phantom_time_serie.Name `protobuf:"bytes,1,opt,customtype=Name,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.types.View" json:"view,omitempty" firestore:"view"`
	// contains filtered or unexported fields
}

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

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

func (obj *WatchPhantomTimeSerieRequest) GotenValidate() error

func (*WatchPhantomTimeSerieRequest) Marshal

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

func (*WatchPhantomTimeSerieRequest) MarshalJSON

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

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

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

Deprecated, Use WatchPhantomTimeSerieResponse.ProtoReflect.Descriptor instead.

func (*WatchPhantomTimeSerieResponse) GetChange

func (*WatchPhantomTimeSerieResponse) GotenMessage

func (*WatchPhantomTimeSerieResponse) GotenMessage()

func (*WatchPhantomTimeSerieResponse) GotenValidate

func (obj *WatchPhantomTimeSerieResponse) GotenValidate() error

func (*WatchPhantomTimeSerieResponse) Marshal

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

func (*WatchPhantomTimeSerieResponse) MarshalJSON

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

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 WatchPhantomTimeSeriesClientStream

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

type WatchPhantomTimeSeriesDescriptor added in v0.4.28

type WatchPhantomTimeSeriesDescriptor struct{}

func GetWatchPhantomTimeSeriesDescriptor added in v0.4.28

func GetWatchPhantomTimeSeriesDescriptor() *WatchPhantomTimeSeriesDescriptor

func (*WatchPhantomTimeSeriesDescriptor) GetApiDescriptor added in v0.4.28

func (*WatchPhantomTimeSeriesDescriptor) GetApiName added in v0.4.28

func (d *WatchPhantomTimeSeriesDescriptor) GetApiName() string

func (*WatchPhantomTimeSeriesDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*WatchPhantomTimeSeriesDescriptor) GetFullMethodName added in v0.4.28

func (d *WatchPhantomTimeSeriesDescriptor) GetFullMethodName() string

func (*WatchPhantomTimeSeriesDescriptor) GetMethodName added in v0.4.28

func (d *WatchPhantomTimeSeriesDescriptor) GetMethodName() string

func (*WatchPhantomTimeSeriesDescriptor) GetProtoPkgName added in v0.4.28

func (d *WatchPhantomTimeSeriesDescriptor) GetProtoPkgName() string

func (*WatchPhantomTimeSeriesDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*WatchPhantomTimeSeriesDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*WatchPhantomTimeSeriesDescriptor) GetServiceDomain added in v0.4.28

func (d *WatchPhantomTimeSeriesDescriptor) GetServiceDomain() string

func (*WatchPhantomTimeSeriesDescriptor) GetServiceVersion added in v0.4.28

func (d *WatchPhantomTimeSeriesDescriptor) GetServiceVersion() string

func (*WatchPhantomTimeSeriesDescriptor) GetVerb added in v0.4.28

func (*WatchPhantomTimeSeriesDescriptor) HasResource added in v0.4.30

func (d *WatchPhantomTimeSeriesDescriptor) HasResource() bool

func (*WatchPhantomTimeSeriesDescriptor) IsClientStream added in v0.4.28

func (d *WatchPhantomTimeSeriesDescriptor) IsClientStream() bool

func (*WatchPhantomTimeSeriesDescriptor) IsCollection added in v0.4.30

func (d *WatchPhantomTimeSeriesDescriptor) IsCollection() bool

func (*WatchPhantomTimeSeriesDescriptor) IsPlural added in v0.4.30

func (d *WatchPhantomTimeSeriesDescriptor) IsPlural() bool

func (*WatchPhantomTimeSeriesDescriptor) IsServerStream added in v0.4.28

func (d *WatchPhantomTimeSeriesDescriptor) IsServerStream() bool

func (*WatchPhantomTimeSeriesDescriptor) IsUnary added in v0.4.28

func (*WatchPhantomTimeSeriesDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*WatchPhantomTimeSeriesDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*WatchPhantomTimeSeriesDescriptor) RequestHasResourceBody added in v0.4.28

func (d *WatchPhantomTimeSeriesDescriptor) RequestHasResourceBody() bool

type WatchPhantomTimeSeriesDescriptorClientMsgHandle added in v0.4.28

type WatchPhantomTimeSeriesDescriptorClientMsgHandle struct{}

func (*WatchPhantomTimeSeriesDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*WatchPhantomTimeSeriesDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*WatchPhantomTimeSeriesDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*WatchPhantomTimeSeriesDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchPhantomTimeSeriesDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type WatchPhantomTimeSeriesDescriptorServerMsgHandle added in v0.4.28

type WatchPhantomTimeSeriesDescriptorServerMsgHandle struct{}

func (*WatchPhantomTimeSeriesDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*WatchPhantomTimeSeriesDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*WatchPhantomTimeSeriesDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*WatchPhantomTimeSeriesDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchPhantomTimeSeriesDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type WatchPhantomTimeSeriesRequest

type WatchPhantomTimeSeriesRequest struct {

	// Type of a watch. Identifies how server stream data to a client, which
	// fields in a request are allowed and which fields in response are relevant.
	Type watch_type.WatchType `protobuf:"varint,9,opt,name=type,proto3,enum=goten.types.WatchType" json:"type,omitempty" firestore:"type"`
	// 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. Can be
	// populated only for stateful watch type.
	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty" firestore:"pageSize"`
	// A token identifying a page of results the server should return.
	// Can be populated only for stateful watch type.
	PageToken *phantom_time_serie.PagerCursor `` /* 133-byte string literal not displayed */
	// Order By -
	// https://cloud.google.com/apis/design/design_patterns#list_pagination Can be
	// populated only for stateful watch type.
	OrderBy *phantom_time_serie.OrderBy `protobuf:"bytes,4,opt,customtype=OrderBy,name=order_by,json=orderBy,proto3" json:"order_by,omitempty" firestore:"orderBy"`
	// A token identifying watch resume point from previous session.
	// Can be populated only for stateless watch type.
	ResumeToken string `protobuf:"bytes,10,opt,name=resume_token,json=resumeToken,proto3" json:"resume_token,omitempty" firestore:"resumeToken"`
	// Point in the time from which we want to start getting updates. This field
	// can be populated only for stateless watch type and if resume token is not
	// known yet. If specified, initial snapshot will NOT be provided. It is
	// assumed client can obtain it using separate means. Watch responses will
	// contain resume tokens which should be used to resume broken connection.
	StartingTime *timestamppb.Timestamp `protobuf:"bytes,12,opt,name=starting_time,json=startingTime,proto3" json:"starting_time,omitempty" firestore:"startingTime"`
	// Filter - filter results by field criteria. Simplified SQL-like syntax with
	// following operators:
	// <=, >=, =, !=, <, >, LIKE, CONTAINS (aliases CONTAIN, HAS, HAVE), IN, IS
	// [NOT] NULL | NaN . Combine conditions with OR | AND example: 'meta.labels
	// CONTAINS "severity:important" OR (state.last_error_time >
	// "2018-11-15T10:00:00Z" AND state.status = "ERROR")'
	Filter *phantom_time_serie.Filter `protobuf:"bytes,5,opt,customtype=Filter,name=filter,proto3" json:"filter,omitempty" firestore:"filter"`
	// A list of extra fields to be obtained for each response item on top of
	// fields defined by request field view Changes to PhantomTimeSerie that don't
	// affect any of masked fields won't be sent back.
	FieldMask *phantom_time_serie.PhantomTimeSerie_FieldMask `` /* 148-byte string literal not displayed */
	// View defines list of standard response fields present in response items.
	// Additional fields can be amended by request field field_mask Changes to
	// PhantomTimeSerie that don't affect any of masked fields won't be sent back.
	View view.View `protobuf:"varint,8,opt,name=view,proto3,enum=goten.types.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) Descriptor

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

Deprecated, Use WatchPhantomTimeSeriesRequest.ProtoReflect.Descriptor instead.

func (*WatchPhantomTimeSeriesRequest) GetFieldMask

func (*WatchPhantomTimeSeriesRequest) GetFilter

func (*WatchPhantomTimeSeriesRequest) GetMaxChunkSize

func (m *WatchPhantomTimeSeriesRequest) GetMaxChunkSize() int32

func (*WatchPhantomTimeSeriesRequest) GetOrderBy

func (*WatchPhantomTimeSeriesRequest) GetPageSize

func (m *WatchPhantomTimeSeriesRequest) GetPageSize() int32

func (*WatchPhantomTimeSeriesRequest) GetPageToken

func (*WatchPhantomTimeSeriesRequest) GetParent

func (*WatchPhantomTimeSeriesRequest) GetResumeToken

func (m *WatchPhantomTimeSeriesRequest) GetResumeToken() string

func (*WatchPhantomTimeSeriesRequest) GetStartingTime added in v0.9.0

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

func (*WatchPhantomTimeSeriesRequest) GetType

func (*WatchPhantomTimeSeriesRequest) GetView

func (*WatchPhantomTimeSeriesRequest) GotenMessage

func (*WatchPhantomTimeSeriesRequest) GotenMessage()

func (*WatchPhantomTimeSeriesRequest) GotenValidate

func (obj *WatchPhantomTimeSeriesRequest) GotenValidate() error

func (*WatchPhantomTimeSeriesRequest) Marshal

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

func (*WatchPhantomTimeSeriesRequest) MarshalJSON

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

func (*WatchPhantomTimeSeriesRequest) ProtoMessage

func (*WatchPhantomTimeSeriesRequest) ProtoMessage()

func (*WatchPhantomTimeSeriesRequest) ProtoReflect

func (*WatchPhantomTimeSeriesRequest) Reset

func (m *WatchPhantomTimeSeriesRequest) Reset()

func (*WatchPhantomTimeSeriesRequest) SetFieldMask

func (*WatchPhantomTimeSeriesRequest) SetFilter

func (*WatchPhantomTimeSeriesRequest) SetMaxChunkSize

func (m *WatchPhantomTimeSeriesRequest) SetMaxChunkSize(fv int32)

func (*WatchPhantomTimeSeriesRequest) SetOrderBy

func (*WatchPhantomTimeSeriesRequest) SetPageSize

func (m *WatchPhantomTimeSeriesRequest) SetPageSize(fv int32)

func (*WatchPhantomTimeSeriesRequest) SetPageToken

func (*WatchPhantomTimeSeriesRequest) SetParent

func (*WatchPhantomTimeSeriesRequest) SetResumeToken

func (m *WatchPhantomTimeSeriesRequest) SetResumeToken(fv string)

func (*WatchPhantomTimeSeriesRequest) SetStartingTime added in v0.9.0

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

func (*WatchPhantomTimeSeriesRequest) SetType

func (*WatchPhantomTimeSeriesRequest) SetView

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

func (*WatchPhantomTimeSeriesRequest) String

func (*WatchPhantomTimeSeriesRequest) Unmarshal

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

func (*WatchPhantomTimeSeriesRequest) UnmarshalJSON

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

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

func (obj *WatchPhantomTimeSeriesResponse) GotenValidate() error

func (*WatchPhantomTimeSeriesResponse) Marshal

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

func (*WatchPhantomTimeSeriesResponse) MarshalJSON

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

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

Deprecated, Use WatchPhantomTimeSeriesResponse_PageTokenChange.ProtoReflect.Descriptor instead.

func (*WatchPhantomTimeSeriesResponse_PageTokenChange) GetNextPageToken

func (*WatchPhantomTimeSeriesResponse_PageTokenChange) GetPrevPageToken

func (*WatchPhantomTimeSeriesResponse_PageTokenChange) GotenMessage

func (*WatchPhantomTimeSeriesResponse_PageTokenChange) GotenValidate

func (*WatchPhantomTimeSeriesResponse_PageTokenChange) Marshal

func (*WatchPhantomTimeSeriesResponse_PageTokenChange) MarshalJSON

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL