metric_descriptor_client

package
v1.0.40 Latest Latest
Warning

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

Go to latest
Published: Apr 29, 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 BatchGetMetricDescriptorsDescriptor

type BatchGetMetricDescriptorsDescriptor struct{}

func GetBatchGetMetricDescriptorsDescriptor

func GetBatchGetMetricDescriptorsDescriptor() *BatchGetMetricDescriptorsDescriptor

func (*BatchGetMetricDescriptorsDescriptor) GetApiDescriptor

func (*BatchGetMetricDescriptorsDescriptor) GetApiName

func (*BatchGetMetricDescriptorsDescriptor) GetClientMsgReflectHandle

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

func (*BatchGetMetricDescriptorsDescriptor) GetFullMethodName

func (d *BatchGetMetricDescriptorsDescriptor) GetFullMethodName() string

func (*BatchGetMetricDescriptorsDescriptor) GetMethodName

func (d *BatchGetMetricDescriptorsDescriptor) GetMethodName() string

func (*BatchGetMetricDescriptorsDescriptor) GetProtoPkgName

func (d *BatchGetMetricDescriptorsDescriptor) GetProtoPkgName() string

func (*BatchGetMetricDescriptorsDescriptor) GetResourceDescriptor

func (*BatchGetMetricDescriptorsDescriptor) GetServerMsgReflectHandle

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

func (*BatchGetMetricDescriptorsDescriptor) GetServiceDomain

func (d *BatchGetMetricDescriptorsDescriptor) GetServiceDomain() string

func (*BatchGetMetricDescriptorsDescriptor) GetServiceVersion

func (d *BatchGetMetricDescriptorsDescriptor) GetServiceVersion() string

func (*BatchGetMetricDescriptorsDescriptor) GetVerb

func (*BatchGetMetricDescriptorsDescriptor) HasResource

func (d *BatchGetMetricDescriptorsDescriptor) HasResource() bool

func (*BatchGetMetricDescriptorsDescriptor) IsClientStream

func (d *BatchGetMetricDescriptorsDescriptor) IsClientStream() bool

func (*BatchGetMetricDescriptorsDescriptor) IsCollection

func (d *BatchGetMetricDescriptorsDescriptor) IsCollection() bool

func (*BatchGetMetricDescriptorsDescriptor) IsPlural

func (*BatchGetMetricDescriptorsDescriptor) IsServerStream

func (d *BatchGetMetricDescriptorsDescriptor) IsServerStream() bool

func (*BatchGetMetricDescriptorsDescriptor) IsUnary

func (*BatchGetMetricDescriptorsDescriptor) NewEmptyClientMsg

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

func (*BatchGetMetricDescriptorsDescriptor) NewEmptyServerMsg

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

func (*BatchGetMetricDescriptorsDescriptor) RequestHasResourceBody

func (d *BatchGetMetricDescriptorsDescriptor) RequestHasResourceBody() bool

type BatchGetMetricDescriptorsDescriptorClientMsgHandle

type BatchGetMetricDescriptorsDescriptorClientMsgHandle struct{}

func (*BatchGetMetricDescriptorsDescriptorClientMsgHandle) ExtractCollectionName

func (*BatchGetMetricDescriptorsDescriptorClientMsgHandle) ExtractResourceBodies

func (*BatchGetMetricDescriptorsDescriptorClientMsgHandle) ExtractResourceBody

func (*BatchGetMetricDescriptorsDescriptorClientMsgHandle) ExtractResourceName

func (*BatchGetMetricDescriptorsDescriptorClientMsgHandle) ExtractResourceNames

type BatchGetMetricDescriptorsDescriptorServerMsgHandle

type BatchGetMetricDescriptorsDescriptorServerMsgHandle struct{}

func (*BatchGetMetricDescriptorsDescriptorServerMsgHandle) ExtractCollectionName

func (*BatchGetMetricDescriptorsDescriptorServerMsgHandle) ExtractResourceBodies

func (*BatchGetMetricDescriptorsDescriptorServerMsgHandle) ExtractResourceBody

func (*BatchGetMetricDescriptorsDescriptorServerMsgHandle) ExtractResourceName

func (*BatchGetMetricDescriptorsDescriptorServerMsgHandle) ExtractResourceNames

type BatchGetMetricDescriptorsRequest

type BatchGetMetricDescriptorsRequest struct {

	// Names of MetricDescriptors
	Names []*metric_descriptor.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 *metric_descriptor.MetricDescriptor_FieldMask `` /* 148-byte string literal not displayed */
	// View defines list of standard response fields present in response items.
	// Additional fields can be amended by request field field_mask
	View view.View `protobuf:"varint,4,opt,name=view,proto3,enum=goten.types.View" json:"view,omitempty" firestore:"view"`
	// contains filtered or unexported fields
}

Request message for method [BatchGetMetricDescriptors][ntt.monitoring.v4.BatchGetMetricDescriptors]

func (*BatchGetMetricDescriptorsRequest) Descriptor

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

Deprecated, Use BatchGetMetricDescriptorsRequest.ProtoReflect.Descriptor instead.

func (*BatchGetMetricDescriptorsRequest) GetFieldMask

func (*BatchGetMetricDescriptorsRequest) GetNames

func (*BatchGetMetricDescriptorsRequest) GetView

func (*BatchGetMetricDescriptorsRequest) GotenMessage

func (*BatchGetMetricDescriptorsRequest) GotenMessage()

func (*BatchGetMetricDescriptorsRequest) GotenValidate

func (obj *BatchGetMetricDescriptorsRequest) GotenValidate() error

func (*BatchGetMetricDescriptorsRequest) Marshal

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

func (*BatchGetMetricDescriptorsRequest) MarshalJSON

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

func (*BatchGetMetricDescriptorsRequest) ProtoMessage

func (*BatchGetMetricDescriptorsRequest) ProtoMessage()

func (*BatchGetMetricDescriptorsRequest) ProtoReflect

func (*BatchGetMetricDescriptorsRequest) Reset

func (*BatchGetMetricDescriptorsRequest) SetFieldMask

func (*BatchGetMetricDescriptorsRequest) SetNames

func (*BatchGetMetricDescriptorsRequest) SetView

func (*BatchGetMetricDescriptorsRequest) String

func (*BatchGetMetricDescriptorsRequest) Unmarshal

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

func (*BatchGetMetricDescriptorsRequest) UnmarshalJSON

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

type BatchGetMetricDescriptorsResponse

type BatchGetMetricDescriptorsResponse struct {

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

BatchGetMetricDescriptorsResponse

func (*BatchGetMetricDescriptorsResponse) Descriptor

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

Deprecated, Use BatchGetMetricDescriptorsResponse.ProtoReflect.Descriptor instead.

func (*BatchGetMetricDescriptorsResponse) GetMetricDescriptors

func (*BatchGetMetricDescriptorsResponse) GetMissing

func (*BatchGetMetricDescriptorsResponse) GotenMessage

func (*BatchGetMetricDescriptorsResponse) GotenMessage()

func (*BatchGetMetricDescriptorsResponse) GotenValidate

func (obj *BatchGetMetricDescriptorsResponse) GotenValidate() error

func (*BatchGetMetricDescriptorsResponse) Marshal

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

func (*BatchGetMetricDescriptorsResponse) MarshalJSON

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

func (*BatchGetMetricDescriptorsResponse) ProtoMessage

func (*BatchGetMetricDescriptorsResponse) ProtoMessage()

func (*BatchGetMetricDescriptorsResponse) ProtoReflect

func (*BatchGetMetricDescriptorsResponse) Reset

func (*BatchGetMetricDescriptorsResponse) SetMetricDescriptors

func (*BatchGetMetricDescriptorsResponse) SetMissing

func (*BatchGetMetricDescriptorsResponse) String

func (*BatchGetMetricDescriptorsResponse) Unmarshal

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

func (*BatchGetMetricDescriptorsResponse) UnmarshalJSON

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

type CreateMetricDescriptorDescriptor

type CreateMetricDescriptorDescriptor struct{}

func GetCreateMetricDescriptorDescriptor

func GetCreateMetricDescriptorDescriptor() *CreateMetricDescriptorDescriptor

func (*CreateMetricDescriptorDescriptor) GetApiDescriptor

func (*CreateMetricDescriptorDescriptor) GetApiName

func (d *CreateMetricDescriptorDescriptor) GetApiName() string

func (*CreateMetricDescriptorDescriptor) GetClientMsgReflectHandle

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

func (*CreateMetricDescriptorDescriptor) GetFullMethodName

func (d *CreateMetricDescriptorDescriptor) GetFullMethodName() string

func (*CreateMetricDescriptorDescriptor) GetMethodName

func (d *CreateMetricDescriptorDescriptor) GetMethodName() string

func (*CreateMetricDescriptorDescriptor) GetProtoPkgName

func (d *CreateMetricDescriptorDescriptor) GetProtoPkgName() string

func (*CreateMetricDescriptorDescriptor) GetResourceDescriptor

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

func (*CreateMetricDescriptorDescriptor) GetServerMsgReflectHandle

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

func (*CreateMetricDescriptorDescriptor) GetServiceDomain

func (d *CreateMetricDescriptorDescriptor) GetServiceDomain() string

func (*CreateMetricDescriptorDescriptor) GetServiceVersion

func (d *CreateMetricDescriptorDescriptor) GetServiceVersion() string

func (*CreateMetricDescriptorDescriptor) GetVerb

func (*CreateMetricDescriptorDescriptor) HasResource

func (d *CreateMetricDescriptorDescriptor) HasResource() bool

func (*CreateMetricDescriptorDescriptor) IsClientStream

func (d *CreateMetricDescriptorDescriptor) IsClientStream() bool

func (*CreateMetricDescriptorDescriptor) IsCollection

func (d *CreateMetricDescriptorDescriptor) IsCollection() bool

func (*CreateMetricDescriptorDescriptor) IsPlural

func (d *CreateMetricDescriptorDescriptor) IsPlural() bool

func (*CreateMetricDescriptorDescriptor) IsServerStream

func (d *CreateMetricDescriptorDescriptor) IsServerStream() bool

func (*CreateMetricDescriptorDescriptor) IsUnary

func (*CreateMetricDescriptorDescriptor) NewEmptyClientMsg

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

func (*CreateMetricDescriptorDescriptor) NewEmptyServerMsg

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

func (*CreateMetricDescriptorDescriptor) RequestHasResourceBody

func (d *CreateMetricDescriptorDescriptor) RequestHasResourceBody() bool

type CreateMetricDescriptorDescriptorClientMsgHandle

type CreateMetricDescriptorDescriptorClientMsgHandle struct{}

func (*CreateMetricDescriptorDescriptorClientMsgHandle) ExtractCollectionName

func (*CreateMetricDescriptorDescriptorClientMsgHandle) ExtractResourceBodies

func (*CreateMetricDescriptorDescriptorClientMsgHandle) ExtractResourceBody

func (*CreateMetricDescriptorDescriptorClientMsgHandle) ExtractResourceName

func (*CreateMetricDescriptorDescriptorClientMsgHandle) ExtractResourceNames

type CreateMetricDescriptorDescriptorServerMsgHandle

type CreateMetricDescriptorDescriptorServerMsgHandle struct{}

func (*CreateMetricDescriptorDescriptorServerMsgHandle) ExtractCollectionName

func (*CreateMetricDescriptorDescriptorServerMsgHandle) ExtractResourceBodies

func (*CreateMetricDescriptorDescriptorServerMsgHandle) ExtractResourceBody

func (*CreateMetricDescriptorDescriptorServerMsgHandle) ExtractResourceName

func (*CreateMetricDescriptorDescriptorServerMsgHandle) ExtractResourceNames

type CreateMetricDescriptorRequest

type CreateMetricDescriptorRequest struct {

	// Parent name of ntt.monitoring.v4.MetricDescriptor
	Parent *metric_descriptor.ParentName `protobuf:"bytes,3,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// MetricDescriptor resource body
	MetricDescriptor *metric_descriptor.MetricDescriptor `` /* 138-byte string literal not displayed */
	// contains filtered or unexported fields
}

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

func (*CreateMetricDescriptorRequest) Descriptor

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

Deprecated, Use CreateMetricDescriptorRequest.ProtoReflect.Descriptor instead.

func (*CreateMetricDescriptorRequest) GetMetricDescriptor

func (*CreateMetricDescriptorRequest) GetParent

func (*CreateMetricDescriptorRequest) GotenMessage

func (*CreateMetricDescriptorRequest) GotenMessage()

func (*CreateMetricDescriptorRequest) GotenValidate

func (obj *CreateMetricDescriptorRequest) GotenValidate() error

func (*CreateMetricDescriptorRequest) Marshal

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

func (*CreateMetricDescriptorRequest) MarshalJSON

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

func (*CreateMetricDescriptorRequest) ProtoMessage

func (*CreateMetricDescriptorRequest) ProtoMessage()

func (*CreateMetricDescriptorRequest) ProtoReflect

func (*CreateMetricDescriptorRequest) Reset

func (m *CreateMetricDescriptorRequest) Reset()

func (*CreateMetricDescriptorRequest) SetMetricDescriptor

func (*CreateMetricDescriptorRequest) SetParent

func (*CreateMetricDescriptorRequest) String

func (*CreateMetricDescriptorRequest) Unmarshal

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

func (*CreateMetricDescriptorRequest) UnmarshalJSON

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

type DeleteMetricDescriptorDescriptor

type DeleteMetricDescriptorDescriptor struct{}

func GetDeleteMetricDescriptorDescriptor

func GetDeleteMetricDescriptorDescriptor() *DeleteMetricDescriptorDescriptor

func (*DeleteMetricDescriptorDescriptor) GetApiDescriptor

func (*DeleteMetricDescriptorDescriptor) GetApiName

func (d *DeleteMetricDescriptorDescriptor) GetApiName() string

func (*DeleteMetricDescriptorDescriptor) GetClientMsgReflectHandle

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

func (*DeleteMetricDescriptorDescriptor) GetFullMethodName

func (d *DeleteMetricDescriptorDescriptor) GetFullMethodName() string

func (*DeleteMetricDescriptorDescriptor) GetMethodName

func (d *DeleteMetricDescriptorDescriptor) GetMethodName() string

func (*DeleteMetricDescriptorDescriptor) GetProtoPkgName

func (d *DeleteMetricDescriptorDescriptor) GetProtoPkgName() string

func (*DeleteMetricDescriptorDescriptor) GetResourceDescriptor

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

func (*DeleteMetricDescriptorDescriptor) GetServerMsgReflectHandle

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

func (*DeleteMetricDescriptorDescriptor) GetServiceDomain

func (d *DeleteMetricDescriptorDescriptor) GetServiceDomain() string

func (*DeleteMetricDescriptorDescriptor) GetServiceVersion

func (d *DeleteMetricDescriptorDescriptor) GetServiceVersion() string

func (*DeleteMetricDescriptorDescriptor) GetVerb

func (*DeleteMetricDescriptorDescriptor) HasResource

func (d *DeleteMetricDescriptorDescriptor) HasResource() bool

func (*DeleteMetricDescriptorDescriptor) IsClientStream

func (d *DeleteMetricDescriptorDescriptor) IsClientStream() bool

func (*DeleteMetricDescriptorDescriptor) IsCollection

func (d *DeleteMetricDescriptorDescriptor) IsCollection() bool

func (*DeleteMetricDescriptorDescriptor) IsPlural

func (d *DeleteMetricDescriptorDescriptor) IsPlural() bool

func (*DeleteMetricDescriptorDescriptor) IsServerStream

func (d *DeleteMetricDescriptorDescriptor) IsServerStream() bool

func (*DeleteMetricDescriptorDescriptor) IsUnary

func (*DeleteMetricDescriptorDescriptor) NewEmptyClientMsg

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

func (*DeleteMetricDescriptorDescriptor) NewEmptyServerMsg

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

func (*DeleteMetricDescriptorDescriptor) RequestHasResourceBody

func (d *DeleteMetricDescriptorDescriptor) RequestHasResourceBody() bool

type DeleteMetricDescriptorDescriptorClientMsgHandle

type DeleteMetricDescriptorDescriptorClientMsgHandle struct{}

func (*DeleteMetricDescriptorDescriptorClientMsgHandle) ExtractCollectionName

func (*DeleteMetricDescriptorDescriptorClientMsgHandle) ExtractResourceBodies

func (*DeleteMetricDescriptorDescriptorClientMsgHandle) ExtractResourceBody

func (*DeleteMetricDescriptorDescriptorClientMsgHandle) ExtractResourceName

func (*DeleteMetricDescriptorDescriptorClientMsgHandle) ExtractResourceNames

type DeleteMetricDescriptorDescriptorServerMsgHandle

type DeleteMetricDescriptorDescriptorServerMsgHandle struct{}

func (*DeleteMetricDescriptorDescriptorServerMsgHandle) ExtractCollectionName

func (*DeleteMetricDescriptorDescriptorServerMsgHandle) ExtractResourceBodies

func (*DeleteMetricDescriptorDescriptorServerMsgHandle) ExtractResourceBody

func (*DeleteMetricDescriptorDescriptorServerMsgHandle) ExtractResourceName

func (*DeleteMetricDescriptorDescriptorServerMsgHandle) ExtractResourceNames

type DeleteMetricDescriptorRequest

type DeleteMetricDescriptorRequest struct {

	// Name of ntt.monitoring.v4.MetricDescriptor
	Name *metric_descriptor.Name `protobuf:"bytes,3,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"`
	// contains filtered or unexported fields
}

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

func (*DeleteMetricDescriptorRequest) Descriptor

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

Deprecated, Use DeleteMetricDescriptorRequest.ProtoReflect.Descriptor instead.

func (*DeleteMetricDescriptorRequest) GetName

func (*DeleteMetricDescriptorRequest) GotenMessage

func (*DeleteMetricDescriptorRequest) GotenMessage()

func (*DeleteMetricDescriptorRequest) GotenValidate

func (obj *DeleteMetricDescriptorRequest) GotenValidate() error

func (*DeleteMetricDescriptorRequest) Marshal

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

func (*DeleteMetricDescriptorRequest) MarshalJSON

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

func (*DeleteMetricDescriptorRequest) ProtoMessage

func (*DeleteMetricDescriptorRequest) ProtoMessage()

func (*DeleteMetricDescriptorRequest) ProtoReflect

func (*DeleteMetricDescriptorRequest) Reset

func (m *DeleteMetricDescriptorRequest) Reset()

func (*DeleteMetricDescriptorRequest) SetName

func (*DeleteMetricDescriptorRequest) String

func (*DeleteMetricDescriptorRequest) Unmarshal

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

func (*DeleteMetricDescriptorRequest) UnmarshalJSON

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

type GetMetricDescriptorDescriptor

type GetMetricDescriptorDescriptor struct{}

func GetGetMetricDescriptorDescriptor

func GetGetMetricDescriptorDescriptor() *GetMetricDescriptorDescriptor

func (*GetMetricDescriptorDescriptor) GetApiDescriptor

func (*GetMetricDescriptorDescriptor) GetApiName

func (d *GetMetricDescriptorDescriptor) GetApiName() string

func (*GetMetricDescriptorDescriptor) GetClientMsgReflectHandle

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

func (*GetMetricDescriptorDescriptor) GetFullMethodName

func (d *GetMetricDescriptorDescriptor) GetFullMethodName() string

func (*GetMetricDescriptorDescriptor) GetMethodName

func (d *GetMetricDescriptorDescriptor) GetMethodName() string

func (*GetMetricDescriptorDescriptor) GetProtoPkgName

func (d *GetMetricDescriptorDescriptor) GetProtoPkgName() string

func (*GetMetricDescriptorDescriptor) GetResourceDescriptor

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

func (*GetMetricDescriptorDescriptor) GetServerMsgReflectHandle

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

func (*GetMetricDescriptorDescriptor) GetServiceDomain

func (d *GetMetricDescriptorDescriptor) GetServiceDomain() string

func (*GetMetricDescriptorDescriptor) GetServiceVersion

func (d *GetMetricDescriptorDescriptor) GetServiceVersion() string

func (*GetMetricDescriptorDescriptor) GetVerb

func (*GetMetricDescriptorDescriptor) HasResource

func (d *GetMetricDescriptorDescriptor) HasResource() bool

func (*GetMetricDescriptorDescriptor) IsClientStream

func (d *GetMetricDescriptorDescriptor) IsClientStream() bool

func (*GetMetricDescriptorDescriptor) IsCollection

func (d *GetMetricDescriptorDescriptor) IsCollection() bool

func (*GetMetricDescriptorDescriptor) IsPlural

func (d *GetMetricDescriptorDescriptor) IsPlural() bool

func (*GetMetricDescriptorDescriptor) IsServerStream

func (d *GetMetricDescriptorDescriptor) IsServerStream() bool

func (*GetMetricDescriptorDescriptor) IsUnary

func (d *GetMetricDescriptorDescriptor) IsUnary() bool

func (*GetMetricDescriptorDescriptor) NewEmptyClientMsg

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

func (*GetMetricDescriptorDescriptor) NewEmptyServerMsg

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

func (*GetMetricDescriptorDescriptor) RequestHasResourceBody

func (d *GetMetricDescriptorDescriptor) RequestHasResourceBody() bool

type GetMetricDescriptorDescriptorClientMsgHandle

type GetMetricDescriptorDescriptorClientMsgHandle struct{}

func (*GetMetricDescriptorDescriptorClientMsgHandle) ExtractCollectionName

func (*GetMetricDescriptorDescriptorClientMsgHandle) ExtractResourceBodies

func (*GetMetricDescriptorDescriptorClientMsgHandle) ExtractResourceBody

func (*GetMetricDescriptorDescriptorClientMsgHandle) ExtractResourceName

func (*GetMetricDescriptorDescriptorClientMsgHandle) ExtractResourceNames

type GetMetricDescriptorDescriptorServerMsgHandle

type GetMetricDescriptorDescriptorServerMsgHandle struct{}

func (*GetMetricDescriptorDescriptorServerMsgHandle) ExtractCollectionName

func (*GetMetricDescriptorDescriptorServerMsgHandle) ExtractResourceBodies

func (*GetMetricDescriptorDescriptorServerMsgHandle) ExtractResourceBody

func (*GetMetricDescriptorDescriptorServerMsgHandle) ExtractResourceName

func (*GetMetricDescriptorDescriptorServerMsgHandle) ExtractResourceNames

type GetMetricDescriptorRequest

type GetMetricDescriptorRequest struct {

	// Name of ntt.monitoring.v4.MetricDescriptor
	Name *metric_descriptor.Name `protobuf:"bytes,3,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 *metric_descriptor.MetricDescriptor_FieldMask `` /* 148-byte string literal not displayed */
	// View defines list of standard response fields present in response items.
	// Additional fields can be amended by request field field_mask
	View view.View `protobuf:"varint,5,opt,name=view,proto3,enum=goten.types.View" json:"view,omitempty" firestore:"view"`
	// contains filtered or unexported fields
}

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

func (*GetMetricDescriptorRequest) Descriptor

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

Deprecated, Use GetMetricDescriptorRequest.ProtoReflect.Descriptor instead.

func (*GetMetricDescriptorRequest) GetFieldMask

func (*GetMetricDescriptorRequest) GetName

func (*GetMetricDescriptorRequest) GetView

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

func (*GetMetricDescriptorRequest) GotenMessage

func (*GetMetricDescriptorRequest) GotenMessage()

func (*GetMetricDescriptorRequest) GotenValidate

func (obj *GetMetricDescriptorRequest) GotenValidate() error

func (*GetMetricDescriptorRequest) Marshal

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

func (*GetMetricDescriptorRequest) MarshalJSON

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

func (*GetMetricDescriptorRequest) ProtoMessage

func (*GetMetricDescriptorRequest) ProtoMessage()

func (*GetMetricDescriptorRequest) ProtoReflect

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

func (*GetMetricDescriptorRequest) Reset

func (m *GetMetricDescriptorRequest) Reset()

func (*GetMetricDescriptorRequest) SetFieldMask

func (*GetMetricDescriptorRequest) SetName

func (*GetMetricDescriptorRequest) SetView

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

func (*GetMetricDescriptorRequest) String

func (m *GetMetricDescriptorRequest) String() string

func (*GetMetricDescriptorRequest) Unmarshal

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

func (*GetMetricDescriptorRequest) UnmarshalJSON

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

type ListMetricDescriptorsDescriptor

type ListMetricDescriptorsDescriptor struct{}

func GetListMetricDescriptorsDescriptor

func GetListMetricDescriptorsDescriptor() *ListMetricDescriptorsDescriptor

func (*ListMetricDescriptorsDescriptor) GetApiDescriptor

func (*ListMetricDescriptorsDescriptor) GetApiName

func (d *ListMetricDescriptorsDescriptor) GetApiName() string

func (*ListMetricDescriptorsDescriptor) GetClientMsgReflectHandle

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

func (*ListMetricDescriptorsDescriptor) GetFullMethodName

func (d *ListMetricDescriptorsDescriptor) GetFullMethodName() string

func (*ListMetricDescriptorsDescriptor) GetMethodName

func (d *ListMetricDescriptorsDescriptor) GetMethodName() string

func (*ListMetricDescriptorsDescriptor) GetProtoPkgName

func (d *ListMetricDescriptorsDescriptor) GetProtoPkgName() string

func (*ListMetricDescriptorsDescriptor) GetResourceDescriptor

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

func (*ListMetricDescriptorsDescriptor) GetServerMsgReflectHandle

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

func (*ListMetricDescriptorsDescriptor) GetServiceDomain

func (d *ListMetricDescriptorsDescriptor) GetServiceDomain() string

func (*ListMetricDescriptorsDescriptor) GetServiceVersion

func (d *ListMetricDescriptorsDescriptor) GetServiceVersion() string

func (*ListMetricDescriptorsDescriptor) GetVerb

func (*ListMetricDescriptorsDescriptor) HasResource

func (d *ListMetricDescriptorsDescriptor) HasResource() bool

func (*ListMetricDescriptorsDescriptor) IsClientStream

func (d *ListMetricDescriptorsDescriptor) IsClientStream() bool

func (*ListMetricDescriptorsDescriptor) IsCollection

func (d *ListMetricDescriptorsDescriptor) IsCollection() bool

func (*ListMetricDescriptorsDescriptor) IsPlural

func (d *ListMetricDescriptorsDescriptor) IsPlural() bool

func (*ListMetricDescriptorsDescriptor) IsServerStream

func (d *ListMetricDescriptorsDescriptor) IsServerStream() bool

func (*ListMetricDescriptorsDescriptor) IsUnary

func (*ListMetricDescriptorsDescriptor) NewEmptyClientMsg

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

func (*ListMetricDescriptorsDescriptor) NewEmptyServerMsg

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

func (*ListMetricDescriptorsDescriptor) RequestHasResourceBody

func (d *ListMetricDescriptorsDescriptor) RequestHasResourceBody() bool

type ListMetricDescriptorsDescriptorClientMsgHandle

type ListMetricDescriptorsDescriptorClientMsgHandle struct{}

func (*ListMetricDescriptorsDescriptorClientMsgHandle) ExtractCollectionName

func (*ListMetricDescriptorsDescriptorClientMsgHandle) ExtractResourceBodies

func (*ListMetricDescriptorsDescriptorClientMsgHandle) ExtractResourceBody

func (*ListMetricDescriptorsDescriptorClientMsgHandle) ExtractResourceName

func (*ListMetricDescriptorsDescriptorClientMsgHandle) ExtractResourceNames

type ListMetricDescriptorsDescriptorServerMsgHandle

type ListMetricDescriptorsDescriptorServerMsgHandle struct{}

func (*ListMetricDescriptorsDescriptorServerMsgHandle) ExtractCollectionName

func (*ListMetricDescriptorsDescriptorServerMsgHandle) ExtractResourceBodies

func (*ListMetricDescriptorsDescriptorServerMsgHandle) ExtractResourceBody

func (*ListMetricDescriptorsDescriptorServerMsgHandle) ExtractResourceName

func (*ListMetricDescriptorsDescriptorServerMsgHandle) ExtractResourceNames

type ListMetricDescriptorsRequest

type ListMetricDescriptorsRequest struct {

	// Parent name of ntt.monitoring.v4.MetricDescriptor
	Parent *metric_descriptor.ParentName `protobuf:"bytes,5,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Requested page size. Server may return fewer MetricDescriptors than
	// requested. If unspecified, server will pick an appropriate default.
	PageSize int32 `protobuf:"varint,3,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
	// [ListMetricDescriptorsResponse.next_page_token][ntt.monitoring.v4.ListMetricDescriptorsResponse.next_page_token]
	PageToken *metric_descriptor.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 *metric_descriptor.OrderBy `protobuf:"bytes,666,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 *metric_descriptor.Filter `protobuf:"bytes,2,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 *metric_descriptor.MetricDescriptor_FieldMask `` /* 148-byte string literal not displayed */
	// View defines list of standard response fields present in response items.
	// Additional fields can be amended by request field field_mask
	View view.View `protobuf:"varint,7,opt,name=view,proto3,enum=goten.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 [ListMetricDescriptors][ntt.monitoring.v4.ListMetricDescriptors]

func (*ListMetricDescriptorsRequest) Descriptor

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

Deprecated, Use ListMetricDescriptorsRequest.ProtoReflect.Descriptor instead.

func (*ListMetricDescriptorsRequest) GetFieldMask

func (*ListMetricDescriptorsRequest) GetFilter

func (*ListMetricDescriptorsRequest) GetIncludePagingInfo

func (m *ListMetricDescriptorsRequest) GetIncludePagingInfo() bool

func (*ListMetricDescriptorsRequest) GetOrderBy

func (*ListMetricDescriptorsRequest) GetPageSize

func (m *ListMetricDescriptorsRequest) GetPageSize() int32

func (*ListMetricDescriptorsRequest) GetPageToken

func (*ListMetricDescriptorsRequest) GetParent

func (*ListMetricDescriptorsRequest) GetView

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

func (*ListMetricDescriptorsRequest) GotenMessage

func (*ListMetricDescriptorsRequest) GotenMessage()

func (*ListMetricDescriptorsRequest) GotenValidate

func (obj *ListMetricDescriptorsRequest) GotenValidate() error

func (*ListMetricDescriptorsRequest) Marshal

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

func (*ListMetricDescriptorsRequest) MarshalJSON

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

func (*ListMetricDescriptorsRequest) ProtoMessage

func (*ListMetricDescriptorsRequest) ProtoMessage()

func (*ListMetricDescriptorsRequest) ProtoReflect

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

func (*ListMetricDescriptorsRequest) Reset

func (m *ListMetricDescriptorsRequest) Reset()

func (*ListMetricDescriptorsRequest) SetFieldMask

func (*ListMetricDescriptorsRequest) SetFilter

func (*ListMetricDescriptorsRequest) SetIncludePagingInfo

func (m *ListMetricDescriptorsRequest) SetIncludePagingInfo(fv bool)

func (*ListMetricDescriptorsRequest) SetOrderBy

func (*ListMetricDescriptorsRequest) SetPageSize

func (m *ListMetricDescriptorsRequest) SetPageSize(fv int32)

func (*ListMetricDescriptorsRequest) SetPageToken

func (*ListMetricDescriptorsRequest) SetParent

func (*ListMetricDescriptorsRequest) SetView

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

func (*ListMetricDescriptorsRequest) String

func (*ListMetricDescriptorsRequest) Unmarshal

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

func (*ListMetricDescriptorsRequest) UnmarshalJSON

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

type ListMetricDescriptorsResponse

type ListMetricDescriptorsResponse struct {

	// The list of MetricDescriptors
	MetricDescriptors []*metric_descriptor.MetricDescriptor `` /* 142-byte string literal not displayed */
	// A token to retrieve previous page of results. Pass this value in the
	// [ListMetricDescriptorsRequest.page_token][ntt.monitoring.v4.ListMetricDescriptorsRequest.page_token]
	PrevPageToken *metric_descriptor.PagerCursor `` /* 153-byte string literal not displayed */
	// A token to retrieve next page of results. Pass this value in the
	// [ListMetricDescriptorsRequest.page_token][ntt.monitoring.v4.ListMetricDescriptorsRequest.page_token]
	NextPageToken *metric_descriptor.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 MetricDescriptors 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 [ListMetricDescriptors][ntt.monitoring.v4.ListMetricDescriptors]

func (*ListMetricDescriptorsResponse) Descriptor

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

Deprecated, Use ListMetricDescriptorsResponse.ProtoReflect.Descriptor instead.

func (*ListMetricDescriptorsResponse) GetCurrentOffset

func (m *ListMetricDescriptorsResponse) GetCurrentOffset() int32

func (*ListMetricDescriptorsResponse) GetMetricDescriptors

func (*ListMetricDescriptorsResponse) GetNextPageToken

func (*ListMetricDescriptorsResponse) GetPrevPageToken

func (*ListMetricDescriptorsResponse) GetTotalResultsCount

func (m *ListMetricDescriptorsResponse) GetTotalResultsCount() int32

func (*ListMetricDescriptorsResponse) GotenMessage

func (*ListMetricDescriptorsResponse) GotenMessage()

func (*ListMetricDescriptorsResponse) GotenValidate

func (obj *ListMetricDescriptorsResponse) GotenValidate() error

func (*ListMetricDescriptorsResponse) Marshal

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

func (*ListMetricDescriptorsResponse) MarshalJSON

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

func (*ListMetricDescriptorsResponse) ProtoMessage

func (*ListMetricDescriptorsResponse) ProtoMessage()

func (*ListMetricDescriptorsResponse) ProtoReflect

func (*ListMetricDescriptorsResponse) Reset

func (m *ListMetricDescriptorsResponse) Reset()

func (*ListMetricDescriptorsResponse) SetCurrentOffset

func (m *ListMetricDescriptorsResponse) SetCurrentOffset(fv int32)

func (*ListMetricDescriptorsResponse) SetMetricDescriptors

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

func (*ListMetricDescriptorsResponse) SetNextPageToken

func (*ListMetricDescriptorsResponse) SetPrevPageToken

func (*ListMetricDescriptorsResponse) SetTotalResultsCount

func (m *ListMetricDescriptorsResponse) SetTotalResultsCount(fv int32)

func (*ListMetricDescriptorsResponse) String

func (*ListMetricDescriptorsResponse) Unmarshal

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

func (*ListMetricDescriptorsResponse) UnmarshalJSON

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

type MetricDescriptorServiceClient

MetricDescriptorServiceClient is the client API for MetricDescriptorService.

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

type MetricDescriptorServiceDescriptor

type MetricDescriptorServiceDescriptor struct{}

func GetMetricDescriptorServiceDescriptor

func GetMetricDescriptorServiceDescriptor() *MetricDescriptorServiceDescriptor

func (*MetricDescriptorServiceDescriptor) AllMethodDescriptors

func (*MetricDescriptorServiceDescriptor) GetApiName

func (d *MetricDescriptorServiceDescriptor) GetApiName() string

func (*MetricDescriptorServiceDescriptor) GetFullAPIName

func (d *MetricDescriptorServiceDescriptor) GetFullAPIName() string

func (*MetricDescriptorServiceDescriptor) GetProtoPkgName

func (d *MetricDescriptorServiceDescriptor) GetProtoPkgName() string

func (*MetricDescriptorServiceDescriptor) GetServiceDomain

func (d *MetricDescriptorServiceDescriptor) GetServiceDomain() string

func (*MetricDescriptorServiceDescriptor) GetServiceVersion

func (d *MetricDescriptorServiceDescriptor) GetServiceVersion() string

type UpdateMetricDescriptorDescriptor

type UpdateMetricDescriptorDescriptor struct{}

func GetUpdateMetricDescriptorDescriptor

func GetUpdateMetricDescriptorDescriptor() *UpdateMetricDescriptorDescriptor

func (*UpdateMetricDescriptorDescriptor) GetApiDescriptor

func (*UpdateMetricDescriptorDescriptor) GetApiName

func (d *UpdateMetricDescriptorDescriptor) GetApiName() string

func (*UpdateMetricDescriptorDescriptor) GetClientMsgReflectHandle

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

func (*UpdateMetricDescriptorDescriptor) GetFullMethodName

func (d *UpdateMetricDescriptorDescriptor) GetFullMethodName() string

func (*UpdateMetricDescriptorDescriptor) GetMethodName

func (d *UpdateMetricDescriptorDescriptor) GetMethodName() string

func (*UpdateMetricDescriptorDescriptor) GetProtoPkgName

func (d *UpdateMetricDescriptorDescriptor) GetProtoPkgName() string

func (*UpdateMetricDescriptorDescriptor) GetResourceDescriptor

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

func (*UpdateMetricDescriptorDescriptor) GetServerMsgReflectHandle

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

func (*UpdateMetricDescriptorDescriptor) GetServiceDomain

func (d *UpdateMetricDescriptorDescriptor) GetServiceDomain() string

func (*UpdateMetricDescriptorDescriptor) GetServiceVersion

func (d *UpdateMetricDescriptorDescriptor) GetServiceVersion() string

func (*UpdateMetricDescriptorDescriptor) GetVerb

func (*UpdateMetricDescriptorDescriptor) HasResource

func (d *UpdateMetricDescriptorDescriptor) HasResource() bool

func (*UpdateMetricDescriptorDescriptor) IsClientStream

func (d *UpdateMetricDescriptorDescriptor) IsClientStream() bool

func (*UpdateMetricDescriptorDescriptor) IsCollection

func (d *UpdateMetricDescriptorDescriptor) IsCollection() bool

func (*UpdateMetricDescriptorDescriptor) IsPlural

func (d *UpdateMetricDescriptorDescriptor) IsPlural() bool

func (*UpdateMetricDescriptorDescriptor) IsServerStream

func (d *UpdateMetricDescriptorDescriptor) IsServerStream() bool

func (*UpdateMetricDescriptorDescriptor) IsUnary

func (*UpdateMetricDescriptorDescriptor) NewEmptyClientMsg

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

func (*UpdateMetricDescriptorDescriptor) NewEmptyServerMsg

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

func (*UpdateMetricDescriptorDescriptor) RequestHasResourceBody

func (d *UpdateMetricDescriptorDescriptor) RequestHasResourceBody() bool

type UpdateMetricDescriptorDescriptorClientMsgHandle

type UpdateMetricDescriptorDescriptorClientMsgHandle struct{}

func (*UpdateMetricDescriptorDescriptorClientMsgHandle) ExtractCollectionName

func (*UpdateMetricDescriptorDescriptorClientMsgHandle) ExtractResourceBodies

func (*UpdateMetricDescriptorDescriptorClientMsgHandle) ExtractResourceBody

func (*UpdateMetricDescriptorDescriptorClientMsgHandle) ExtractResourceName

func (*UpdateMetricDescriptorDescriptorClientMsgHandle) ExtractResourceNames

type UpdateMetricDescriptorDescriptorServerMsgHandle

type UpdateMetricDescriptorDescriptorServerMsgHandle struct{}

func (*UpdateMetricDescriptorDescriptorServerMsgHandle) ExtractCollectionName

func (*UpdateMetricDescriptorDescriptorServerMsgHandle) ExtractResourceBodies

func (*UpdateMetricDescriptorDescriptorServerMsgHandle) ExtractResourceBody

func (*UpdateMetricDescriptorDescriptorServerMsgHandle) ExtractResourceName

func (*UpdateMetricDescriptorDescriptorServerMsgHandle) ExtractResourceNames

type UpdateMetricDescriptorRequest

type UpdateMetricDescriptorRequest struct {

	// MetricDescriptor resource body
	MetricDescriptor *metric_descriptor.MetricDescriptor `` /* 138-byte string literal not displayed */
	// FieldMask applied to request - change will be applied only for fields in
	// the mask
	UpdateMask *metric_descriptor.MetricDescriptor_FieldMask `` /* 152-byte string literal not displayed */
	// Conditional update applied to request if update should be executed only for
	// specific resource state. If this field is populated, then server will fetch
	// existing resource, compare with the one stored in the cas field (after
	// applying field mask) and proceed with update only and only if they match.
	// Otherwise RPC error Aborted will be returned.
	Cas *UpdateMetricDescriptorRequest_CAS `protobuf:"bytes,4,opt,name=cas,proto3" json:"cas,omitempty" firestore:"cas"`
	// 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 [UpdateMetricDescriptor][ntt.monitoring.v4.UpdateMetricDescriptor]

func (*UpdateMetricDescriptorRequest) Descriptor

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

Deprecated, Use UpdateMetricDescriptorRequest.ProtoReflect.Descriptor instead.

func (*UpdateMetricDescriptorRequest) GetAllowMissing

func (m *UpdateMetricDescriptorRequest) GetAllowMissing() bool

func (*UpdateMetricDescriptorRequest) GetCas

func (*UpdateMetricDescriptorRequest) GetMetricDescriptor

func (*UpdateMetricDescriptorRequest) GetUpdateMask

func (*UpdateMetricDescriptorRequest) GotenMessage

func (*UpdateMetricDescriptorRequest) GotenMessage()

func (*UpdateMetricDescriptorRequest) GotenValidate

func (obj *UpdateMetricDescriptorRequest) GotenValidate() error

func (*UpdateMetricDescriptorRequest) Marshal

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

func (*UpdateMetricDescriptorRequest) MarshalJSON

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

func (*UpdateMetricDescriptorRequest) ProtoMessage

func (*UpdateMetricDescriptorRequest) ProtoMessage()

func (*UpdateMetricDescriptorRequest) ProtoReflect

func (*UpdateMetricDescriptorRequest) Reset

func (m *UpdateMetricDescriptorRequest) Reset()

func (*UpdateMetricDescriptorRequest) SetAllowMissing

func (m *UpdateMetricDescriptorRequest) SetAllowMissing(fv bool)

func (*UpdateMetricDescriptorRequest) SetCas

func (*UpdateMetricDescriptorRequest) SetMetricDescriptor

func (*UpdateMetricDescriptorRequest) SetUpdateMask

func (*UpdateMetricDescriptorRequest) String

func (*UpdateMetricDescriptorRequest) Unmarshal

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

func (*UpdateMetricDescriptorRequest) UnmarshalJSON

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

type UpdateMetricDescriptorRequest_CAS

type UpdateMetricDescriptorRequest_CAS struct {

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

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

func (*UpdateMetricDescriptorRequest_CAS) Descriptor

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

Deprecated, Use UpdateMetricDescriptorRequest_CAS.ProtoReflect.Descriptor instead.

func (*UpdateMetricDescriptorRequest_CAS) GetConditionalState

func (*UpdateMetricDescriptorRequest_CAS) GetFieldMask

func (*UpdateMetricDescriptorRequest_CAS) GotenMessage

func (*UpdateMetricDescriptorRequest_CAS) GotenMessage()

func (*UpdateMetricDescriptorRequest_CAS) GotenValidate

func (obj *UpdateMetricDescriptorRequest_CAS) GotenValidate() error

func (*UpdateMetricDescriptorRequest_CAS) Marshal

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

func (*UpdateMetricDescriptorRequest_CAS) MarshalJSON

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

func (*UpdateMetricDescriptorRequest_CAS) ProtoMessage

func (*UpdateMetricDescriptorRequest_CAS) ProtoMessage()

func (*UpdateMetricDescriptorRequest_CAS) ProtoReflect

func (*UpdateMetricDescriptorRequest_CAS) Reset

func (*UpdateMetricDescriptorRequest_CAS) SetConditionalState

func (*UpdateMetricDescriptorRequest_CAS) SetFieldMask

func (*UpdateMetricDescriptorRequest_CAS) String

func (*UpdateMetricDescriptorRequest_CAS) Unmarshal

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

func (*UpdateMetricDescriptorRequest_CAS) UnmarshalJSON

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

type WatchMetricDescriptorClientStream

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

type WatchMetricDescriptorDescriptor

type WatchMetricDescriptorDescriptor struct{}

func GetWatchMetricDescriptorDescriptor

func GetWatchMetricDescriptorDescriptor() *WatchMetricDescriptorDescriptor

func (*WatchMetricDescriptorDescriptor) GetApiDescriptor

func (*WatchMetricDescriptorDescriptor) GetApiName

func (d *WatchMetricDescriptorDescriptor) GetApiName() string

func (*WatchMetricDescriptorDescriptor) GetClientMsgReflectHandle

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

func (*WatchMetricDescriptorDescriptor) GetFullMethodName

func (d *WatchMetricDescriptorDescriptor) GetFullMethodName() string

func (*WatchMetricDescriptorDescriptor) GetMethodName

func (d *WatchMetricDescriptorDescriptor) GetMethodName() string

func (*WatchMetricDescriptorDescriptor) GetProtoPkgName

func (d *WatchMetricDescriptorDescriptor) GetProtoPkgName() string

func (*WatchMetricDescriptorDescriptor) GetResourceDescriptor

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

func (*WatchMetricDescriptorDescriptor) GetServerMsgReflectHandle

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

func (*WatchMetricDescriptorDescriptor) GetServiceDomain

func (d *WatchMetricDescriptorDescriptor) GetServiceDomain() string

func (*WatchMetricDescriptorDescriptor) GetServiceVersion

func (d *WatchMetricDescriptorDescriptor) GetServiceVersion() string

func (*WatchMetricDescriptorDescriptor) GetVerb

func (*WatchMetricDescriptorDescriptor) HasResource

func (d *WatchMetricDescriptorDescriptor) HasResource() bool

func (*WatchMetricDescriptorDescriptor) IsClientStream

func (d *WatchMetricDescriptorDescriptor) IsClientStream() bool

func (*WatchMetricDescriptorDescriptor) IsCollection

func (d *WatchMetricDescriptorDescriptor) IsCollection() bool

func (*WatchMetricDescriptorDescriptor) IsPlural

func (d *WatchMetricDescriptorDescriptor) IsPlural() bool

func (*WatchMetricDescriptorDescriptor) IsServerStream

func (d *WatchMetricDescriptorDescriptor) IsServerStream() bool

func (*WatchMetricDescriptorDescriptor) IsUnary

func (*WatchMetricDescriptorDescriptor) NewEmptyClientMsg

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

func (*WatchMetricDescriptorDescriptor) NewEmptyServerMsg

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

func (*WatchMetricDescriptorDescriptor) RequestHasResourceBody

func (d *WatchMetricDescriptorDescriptor) RequestHasResourceBody() bool

type WatchMetricDescriptorDescriptorClientMsgHandle

type WatchMetricDescriptorDescriptorClientMsgHandle struct{}

func (*WatchMetricDescriptorDescriptorClientMsgHandle) ExtractCollectionName

func (*WatchMetricDescriptorDescriptorClientMsgHandle) ExtractResourceBodies

func (*WatchMetricDescriptorDescriptorClientMsgHandle) ExtractResourceBody

func (*WatchMetricDescriptorDescriptorClientMsgHandle) ExtractResourceName

func (*WatchMetricDescriptorDescriptorClientMsgHandle) ExtractResourceNames

type WatchMetricDescriptorDescriptorServerMsgHandle

type WatchMetricDescriptorDescriptorServerMsgHandle struct{}

func (*WatchMetricDescriptorDescriptorServerMsgHandle) ExtractCollectionName

func (*WatchMetricDescriptorDescriptorServerMsgHandle) ExtractResourceBodies

func (*WatchMetricDescriptorDescriptorServerMsgHandle) ExtractResourceBody

func (*WatchMetricDescriptorDescriptorServerMsgHandle) ExtractResourceName

func (*WatchMetricDescriptorDescriptorServerMsgHandle) ExtractResourceNames

type WatchMetricDescriptorRequest

type WatchMetricDescriptorRequest struct {

	// Name of ntt.monitoring.v4.MetricDescriptor
	Name *metric_descriptor.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 *metric_descriptor.MetricDescriptor_FieldMask `` /* 148-byte string literal not displayed */
	// View defines list of standard response fields present in response items.
	// Additional fields can be amended by request field field_mask
	View view.View `protobuf:"varint,4,opt,name=view,proto3,enum=goten.types.View" json:"view,omitempty" firestore:"view"`
	// contains filtered or unexported fields
}

Request message for method [WatchMetricDescriptor][ntt.monitoring.v4.WatchMetricDescriptor]

func (*WatchMetricDescriptorRequest) Descriptor

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

Deprecated, Use WatchMetricDescriptorRequest.ProtoReflect.Descriptor instead.

func (*WatchMetricDescriptorRequest) GetFieldMask

func (*WatchMetricDescriptorRequest) GetName

func (*WatchMetricDescriptorRequest) GetView

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

func (*WatchMetricDescriptorRequest) GotenMessage

func (*WatchMetricDescriptorRequest) GotenMessage()

func (*WatchMetricDescriptorRequest) GotenValidate

func (obj *WatchMetricDescriptorRequest) GotenValidate() error

func (*WatchMetricDescriptorRequest) Marshal

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

func (*WatchMetricDescriptorRequest) MarshalJSON

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

func (*WatchMetricDescriptorRequest) ProtoMessage

func (*WatchMetricDescriptorRequest) ProtoMessage()

func (*WatchMetricDescriptorRequest) ProtoReflect

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

func (*WatchMetricDescriptorRequest) Reset

func (m *WatchMetricDescriptorRequest) Reset()

func (*WatchMetricDescriptorRequest) SetFieldMask

func (*WatchMetricDescriptorRequest) SetName

func (*WatchMetricDescriptorRequest) SetView

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

func (*WatchMetricDescriptorRequest) String

func (*WatchMetricDescriptorRequest) Unmarshal

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

func (*WatchMetricDescriptorRequest) UnmarshalJSON

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

type WatchMetricDescriptorResponse

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

WatchMetricDescriptorResponse

func (*WatchMetricDescriptorResponse) Descriptor

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

Deprecated, Use WatchMetricDescriptorResponse.ProtoReflect.Descriptor instead.

func (*WatchMetricDescriptorResponse) GetChange

func (*WatchMetricDescriptorResponse) GotenMessage

func (*WatchMetricDescriptorResponse) GotenMessage()

func (*WatchMetricDescriptorResponse) GotenValidate

func (obj *WatchMetricDescriptorResponse) GotenValidate() error

func (*WatchMetricDescriptorResponse) Marshal

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

func (*WatchMetricDescriptorResponse) MarshalJSON

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

func (*WatchMetricDescriptorResponse) ProtoMessage

func (*WatchMetricDescriptorResponse) ProtoMessage()

func (*WatchMetricDescriptorResponse) ProtoReflect

func (*WatchMetricDescriptorResponse) Reset

func (m *WatchMetricDescriptorResponse) Reset()

func (*WatchMetricDescriptorResponse) SetChange

func (*WatchMetricDescriptorResponse) String

func (*WatchMetricDescriptorResponse) Unmarshal

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

func (*WatchMetricDescriptorResponse) UnmarshalJSON

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

type WatchMetricDescriptorsClientStream

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

type WatchMetricDescriptorsDescriptor

type WatchMetricDescriptorsDescriptor struct{}

func GetWatchMetricDescriptorsDescriptor

func GetWatchMetricDescriptorsDescriptor() *WatchMetricDescriptorsDescriptor

func (*WatchMetricDescriptorsDescriptor) GetApiDescriptor

func (*WatchMetricDescriptorsDescriptor) GetApiName

func (d *WatchMetricDescriptorsDescriptor) GetApiName() string

func (*WatchMetricDescriptorsDescriptor) GetClientMsgReflectHandle

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

func (*WatchMetricDescriptorsDescriptor) GetFullMethodName

func (d *WatchMetricDescriptorsDescriptor) GetFullMethodName() string

func (*WatchMetricDescriptorsDescriptor) GetMethodName

func (d *WatchMetricDescriptorsDescriptor) GetMethodName() string

func (*WatchMetricDescriptorsDescriptor) GetProtoPkgName

func (d *WatchMetricDescriptorsDescriptor) GetProtoPkgName() string

func (*WatchMetricDescriptorsDescriptor) GetResourceDescriptor

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

func (*WatchMetricDescriptorsDescriptor) GetServerMsgReflectHandle

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

func (*WatchMetricDescriptorsDescriptor) GetServiceDomain

func (d *WatchMetricDescriptorsDescriptor) GetServiceDomain() string

func (*WatchMetricDescriptorsDescriptor) GetServiceVersion

func (d *WatchMetricDescriptorsDescriptor) GetServiceVersion() string

func (*WatchMetricDescriptorsDescriptor) GetVerb

func (*WatchMetricDescriptorsDescriptor) HasResource

func (d *WatchMetricDescriptorsDescriptor) HasResource() bool

func (*WatchMetricDescriptorsDescriptor) IsClientStream

func (d *WatchMetricDescriptorsDescriptor) IsClientStream() bool

func (*WatchMetricDescriptorsDescriptor) IsCollection

func (d *WatchMetricDescriptorsDescriptor) IsCollection() bool

func (*WatchMetricDescriptorsDescriptor) IsPlural

func (d *WatchMetricDescriptorsDescriptor) IsPlural() bool

func (*WatchMetricDescriptorsDescriptor) IsServerStream

func (d *WatchMetricDescriptorsDescriptor) IsServerStream() bool

func (*WatchMetricDescriptorsDescriptor) IsUnary

func (*WatchMetricDescriptorsDescriptor) NewEmptyClientMsg

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

func (*WatchMetricDescriptorsDescriptor) NewEmptyServerMsg

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

func (*WatchMetricDescriptorsDescriptor) RequestHasResourceBody

func (d *WatchMetricDescriptorsDescriptor) RequestHasResourceBody() bool

type WatchMetricDescriptorsDescriptorClientMsgHandle

type WatchMetricDescriptorsDescriptorClientMsgHandle struct{}

func (*WatchMetricDescriptorsDescriptorClientMsgHandle) ExtractCollectionName

func (*WatchMetricDescriptorsDescriptorClientMsgHandle) ExtractResourceBodies

func (*WatchMetricDescriptorsDescriptorClientMsgHandle) ExtractResourceBody

func (*WatchMetricDescriptorsDescriptorClientMsgHandle) ExtractResourceName

func (*WatchMetricDescriptorsDescriptorClientMsgHandle) ExtractResourceNames

type WatchMetricDescriptorsDescriptorServerMsgHandle

type WatchMetricDescriptorsDescriptorServerMsgHandle struct{}

func (*WatchMetricDescriptorsDescriptorServerMsgHandle) ExtractCollectionName

func (*WatchMetricDescriptorsDescriptorServerMsgHandle) ExtractResourceBodies

func (*WatchMetricDescriptorsDescriptorServerMsgHandle) ExtractResourceBody

func (*WatchMetricDescriptorsDescriptorServerMsgHandle) ExtractResourceName

func (*WatchMetricDescriptorsDescriptorServerMsgHandle) ExtractResourceNames

type WatchMetricDescriptorsRequest

type WatchMetricDescriptorsRequest struct {

	// Type of a watch. Identifies how server stream data to a client, which
	// fields in a request are allowed and which fields in response are relevant.
	Type watch_type.WatchType `protobuf:"varint,9,opt,name=type,proto3,enum=goten.types.WatchType" json:"type,omitempty" firestore:"type"`
	// Parent name of ntt.monitoring.v4.MetricDescriptor
	Parent *metric_descriptor.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Requested page size. Server may return fewer MetricDescriptors than
	// requested. If unspecified, server will pick an appropriate default. Can be
	// populated only for stateful watch type.
	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty" firestore:"pageSize"`
	// A token identifying a page of results the server should return.
	// Can be populated only for stateful watch type.
	PageToken *metric_descriptor.PagerCursor `` /* 133-byte string literal not displayed */
	// Order By -
	// https://cloud.google.com/apis/design/design_patterns#list_pagination Can be
	// populated only for stateful watch type.
	OrderBy *metric_descriptor.OrderBy `protobuf:"bytes,4,opt,customtype=OrderBy,name=order_by,json=orderBy,proto3" json:"order_by,omitempty" firestore:"orderBy"`
	// A token identifying watch resume point from previous session.
	// Can be populated only for stateless watch type.
	ResumeToken string `protobuf:"bytes,10,opt,name=resume_token,json=resumeToken,proto3" json:"resume_token,omitempty" firestore:"resumeToken"`
	// 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 *metric_descriptor.Filter `protobuf:"bytes,5,opt,customtype=Filter,name=filter,proto3" json:"filter,omitempty" firestore:"filter"`
	// A list of extra fields to be obtained for each response item on top of
	// fields defined by request field view Changes to MetricDescriptor that don't
	// affect any of masked fields won't be sent back.
	FieldMask *metric_descriptor.MetricDescriptor_FieldMask `` /* 148-byte string literal not displayed */
	// View defines list of standard response fields present in response items.
	// Additional fields can be amended by request field field_mask Changes to
	// MetricDescriptor that don't affect any of masked fields won't be sent back.
	View view.View `protobuf:"varint,8,opt,name=view,proto3,enum=goten.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 [WatchMetricDescriptors][ntt.monitoring.v4.WatchMetricDescriptors]

func (*WatchMetricDescriptorsRequest) Descriptor

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

Deprecated, Use WatchMetricDescriptorsRequest.ProtoReflect.Descriptor instead.

func (*WatchMetricDescriptorsRequest) GetFieldMask

func (*WatchMetricDescriptorsRequest) GetFilter

func (*WatchMetricDescriptorsRequest) GetMaxChunkSize

func (m *WatchMetricDescriptorsRequest) GetMaxChunkSize() int32

func (*WatchMetricDescriptorsRequest) GetOrderBy

func (*WatchMetricDescriptorsRequest) GetPageSize

func (m *WatchMetricDescriptorsRequest) GetPageSize() int32

func (*WatchMetricDescriptorsRequest) GetPageToken

func (*WatchMetricDescriptorsRequest) GetParent

func (*WatchMetricDescriptorsRequest) GetResumeToken

func (m *WatchMetricDescriptorsRequest) GetResumeToken() string

func (*WatchMetricDescriptorsRequest) GetStartingTime

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

func (*WatchMetricDescriptorsRequest) GetType

func (*WatchMetricDescriptorsRequest) GetView

func (*WatchMetricDescriptorsRequest) GotenMessage

func (*WatchMetricDescriptorsRequest) GotenMessage()

func (*WatchMetricDescriptorsRequest) GotenValidate

func (obj *WatchMetricDescriptorsRequest) GotenValidate() error

func (*WatchMetricDescriptorsRequest) Marshal

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

func (*WatchMetricDescriptorsRequest) MarshalJSON

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

func (*WatchMetricDescriptorsRequest) ProtoMessage

func (*WatchMetricDescriptorsRequest) ProtoMessage()

func (*WatchMetricDescriptorsRequest) ProtoReflect

func (*WatchMetricDescriptorsRequest) Reset

func (m *WatchMetricDescriptorsRequest) Reset()

func (*WatchMetricDescriptorsRequest) SetFieldMask

func (*WatchMetricDescriptorsRequest) SetFilter

func (*WatchMetricDescriptorsRequest) SetMaxChunkSize

func (m *WatchMetricDescriptorsRequest) SetMaxChunkSize(fv int32)

func (*WatchMetricDescriptorsRequest) SetOrderBy

func (*WatchMetricDescriptorsRequest) SetPageSize

func (m *WatchMetricDescriptorsRequest) SetPageSize(fv int32)

func (*WatchMetricDescriptorsRequest) SetPageToken

func (*WatchMetricDescriptorsRequest) SetParent

func (*WatchMetricDescriptorsRequest) SetResumeToken

func (m *WatchMetricDescriptorsRequest) SetResumeToken(fv string)

func (*WatchMetricDescriptorsRequest) SetStartingTime

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

func (*WatchMetricDescriptorsRequest) SetType

func (*WatchMetricDescriptorsRequest) SetView

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

func (*WatchMetricDescriptorsRequest) String

func (*WatchMetricDescriptorsRequest) Unmarshal

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

func (*WatchMetricDescriptorsRequest) UnmarshalJSON

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

type WatchMetricDescriptorsResponse

type WatchMetricDescriptorsResponse struct {

	// Changes of MetricDescriptors
	MetricDescriptorChanges []*metric_descriptor.MetricDescriptorChange `` /* 168-byte string literal not displayed */
	// If request specified max_chunk_size (or this limit was enforced if
	// stateless watch has been chosen), then responses with "full changeset" will
	// be divided into chunks. Client should keep receiving messages and, once
	// is_current has value true, combine this recent message with all previous
	// ones where is_current is false. If this is the first is_current in a whole
	// watch stream, then it means that client should have, at this moment,
	// contain snapshot of the current situation (or more accurately, snapshot of
	// situation at the moment of request). All MetricDescriptors will be of type
	// Added/Current (depending on watch_type specified in the request). Further
	// responses will be incremental - however messages may still be chunked and
	// is_current logic still applies. is_current is always true for stateful
	// watch if max_chunk_size was left to 0.
	IsCurrent bool `protobuf:"varint,4,opt,name=is_current,json=isCurrent,proto3" json:"is_current,omitempty" firestore:"isCurrent"`
	// When present, PageTokens used for page navigation should be updated.
	// Present only if is_current is true (last chunk).
	PageTokenChange *WatchMetricDescriptorsResponse_PageTokenChange `` /* 136-byte string literal not displayed */
	// Token that can be used if current connection drops and client needs to
	// reconnect. Populated only for stateless watch type. Present only if
	// is_current is true (last chunk).
	ResumeToken string `protobuf:"bytes,5,opt,name=resume_token,json=resumeToken,proto3" json:"resume_token,omitempty" firestore:"resumeToken"`
	// Server may occasionally send information how many resources should client
	// have in its state so far (response message without any changes, but with
	// snapshot_size field specified). If client has different value than the one
	// sent by the server, then it should be treated by a client as an error and
	// should reconnect. If value is smaller then 0, then client should ignore
	// this field as unpopulated. This field should be checked only for stateless
	// watch. In stateful those kind of errors are handled by the server side.
	// Will be never sent together with is_current, is_soft_reset and
	// is_hard_reset flags.
	SnapshotSize int64 `protobuf:"varint,6,opt,name=snapshot_size,json=snapshotSize,proto3" json:"snapshot_size,omitempty" firestore:"snapshotSize"`
	// In case of internal issue server may send response message with this flag.
	// It indicates that client should drop all changes from recent responses
	// where is_current is false only! If last message had is_current set to true,
	// client should do nothing and process normally. Resume token received before
	// is still valid. This field should be checked only for stateless watch. In
	// stateful those kind of errors are handled by the server side. Will never be
	// sent along with is_current, is_hard_reset or snapshot_size.
	IsSoftReset bool `protobuf:"varint,7,opt,name=is_soft_reset,json=isSoftReset,proto3" json:"is_soft_reset,omitempty" firestore:"isSoftReset"`
	// In case of internal issue server may send response message with this flag.
	// After receiving, client should clear whole state (drop all changes received
	// so far) as server will send new snapshot (MetricDescriptors will contains
	// changes of type Current only). Any resume tokens should be discarded as
	// well. This field should be checked only for stateless watch. In stateful
	// those kind of errors are handled by the server side. Will never be sent
	// along with is_current, is_soft_reset or snapshot_size.
	IsHardReset bool `protobuf:"varint,8,opt,name=is_hard_reset,json=isHardReset,proto3" json:"is_hard_reset,omitempty" firestore:"isHardReset"`
	// contains filtered or unexported fields
}

WatchMetricDescriptorsResponse

func (*WatchMetricDescriptorsResponse) Descriptor

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

Deprecated, Use WatchMetricDescriptorsResponse.ProtoReflect.Descriptor instead.

func (*WatchMetricDescriptorsResponse) GetIsCurrent

func (m *WatchMetricDescriptorsResponse) GetIsCurrent() bool

func (*WatchMetricDescriptorsResponse) GetIsHardReset

func (m *WatchMetricDescriptorsResponse) GetIsHardReset() bool

func (*WatchMetricDescriptorsResponse) GetIsSoftReset

func (m *WatchMetricDescriptorsResponse) GetIsSoftReset() bool

func (*WatchMetricDescriptorsResponse) GetMetricDescriptorChanges

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

func (*WatchMetricDescriptorsResponse) GetPageTokenChange

func (*WatchMetricDescriptorsResponse) GetResumeToken

func (m *WatchMetricDescriptorsResponse) GetResumeToken() string

func (*WatchMetricDescriptorsResponse) GetSnapshotSize

func (m *WatchMetricDescriptorsResponse) GetSnapshotSize() int64

func (*WatchMetricDescriptorsResponse) GotenMessage

func (*WatchMetricDescriptorsResponse) GotenMessage()

func (*WatchMetricDescriptorsResponse) GotenValidate

func (obj *WatchMetricDescriptorsResponse) GotenValidate() error

func (*WatchMetricDescriptorsResponse) Marshal

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

func (*WatchMetricDescriptorsResponse) MarshalJSON

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

func (*WatchMetricDescriptorsResponse) ProtoMessage

func (*WatchMetricDescriptorsResponse) ProtoMessage()

func (*WatchMetricDescriptorsResponse) ProtoReflect

func (*WatchMetricDescriptorsResponse) Reset

func (m *WatchMetricDescriptorsResponse) Reset()

func (*WatchMetricDescriptorsResponse) SetIsCurrent

func (m *WatchMetricDescriptorsResponse) SetIsCurrent(fv bool)

func (*WatchMetricDescriptorsResponse) SetIsHardReset

func (m *WatchMetricDescriptorsResponse) SetIsHardReset(fv bool)

func (*WatchMetricDescriptorsResponse) SetIsSoftReset

func (m *WatchMetricDescriptorsResponse) SetIsSoftReset(fv bool)

func (*WatchMetricDescriptorsResponse) SetMetricDescriptorChanges

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

func (*WatchMetricDescriptorsResponse) SetPageTokenChange

func (*WatchMetricDescriptorsResponse) SetResumeToken

func (m *WatchMetricDescriptorsResponse) SetResumeToken(fv string)

func (*WatchMetricDescriptorsResponse) SetSnapshotSize

func (m *WatchMetricDescriptorsResponse) SetSnapshotSize(fv int64)

func (*WatchMetricDescriptorsResponse) String

func (*WatchMetricDescriptorsResponse) Unmarshal

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

func (*WatchMetricDescriptorsResponse) UnmarshalJSON

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

type WatchMetricDescriptorsResponse_PageTokenChange

type WatchMetricDescriptorsResponse_PageTokenChange struct {

	// New token to retrieve previous page of results.
	PrevPageToken *metric_descriptor.PagerCursor `` /* 151-byte string literal not displayed */
	// New token to retrieve next page of results.
	NextPageToken *metric_descriptor.PagerCursor `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*WatchMetricDescriptorsResponse_PageTokenChange) Descriptor

Deprecated, Use WatchMetricDescriptorsResponse_PageTokenChange.ProtoReflect.Descriptor instead.

func (*WatchMetricDescriptorsResponse_PageTokenChange) GetNextPageToken

func (*WatchMetricDescriptorsResponse_PageTokenChange) GetPrevPageToken

func (*WatchMetricDescriptorsResponse_PageTokenChange) GotenMessage

func (*WatchMetricDescriptorsResponse_PageTokenChange) GotenValidate

func (*WatchMetricDescriptorsResponse_PageTokenChange) Marshal

func (*WatchMetricDescriptorsResponse_PageTokenChange) MarshalJSON

func (*WatchMetricDescriptorsResponse_PageTokenChange) ProtoMessage

func (*WatchMetricDescriptorsResponse_PageTokenChange) ProtoReflect

func (*WatchMetricDescriptorsResponse_PageTokenChange) Reset

func (*WatchMetricDescriptorsResponse_PageTokenChange) SetNextPageToken

func (*WatchMetricDescriptorsResponse_PageTokenChange) SetPrevPageToken

func (*WatchMetricDescriptorsResponse_PageTokenChange) String

func (*WatchMetricDescriptorsResponse_PageTokenChange) Unmarshal

func (*WatchMetricDescriptorsResponse_PageTokenChange) UnmarshalJSON

Jump to

Keyboard shortcuts

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