alerting_condition_client

package
v1.0.41 Latest Latest
Warning

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

Go to latest
Published: May 1, 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 AlertingConditionServiceClient

AlertingConditionServiceClient is the client API for AlertingConditionService.

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

type AlertingConditionServiceDescriptor

type AlertingConditionServiceDescriptor struct{}

func GetAlertingConditionServiceDescriptor

func GetAlertingConditionServiceDescriptor() *AlertingConditionServiceDescriptor

func (*AlertingConditionServiceDescriptor) AllMethodDescriptors

func (*AlertingConditionServiceDescriptor) GetApiName

func (*AlertingConditionServiceDescriptor) GetFullAPIName

func (d *AlertingConditionServiceDescriptor) GetFullAPIName() string

func (*AlertingConditionServiceDescriptor) GetProtoPkgName

func (d *AlertingConditionServiceDescriptor) GetProtoPkgName() string

func (*AlertingConditionServiceDescriptor) GetServiceDomain

func (d *AlertingConditionServiceDescriptor) GetServiceDomain() string

func (*AlertingConditionServiceDescriptor) GetServiceVersion

func (d *AlertingConditionServiceDescriptor) GetServiceVersion() string

type BatchGetAlertingConditionsDescriptor

type BatchGetAlertingConditionsDescriptor struct{}

func GetBatchGetAlertingConditionsDescriptor

func GetBatchGetAlertingConditionsDescriptor() *BatchGetAlertingConditionsDescriptor

func (*BatchGetAlertingConditionsDescriptor) GetApiDescriptor

func (*BatchGetAlertingConditionsDescriptor) GetApiName

func (*BatchGetAlertingConditionsDescriptor) GetClientMsgReflectHandle

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

func (*BatchGetAlertingConditionsDescriptor) GetFullMethodName

func (d *BatchGetAlertingConditionsDescriptor) GetFullMethodName() string

func (*BatchGetAlertingConditionsDescriptor) GetMethodName

func (d *BatchGetAlertingConditionsDescriptor) GetMethodName() string

func (*BatchGetAlertingConditionsDescriptor) GetProtoPkgName

func (d *BatchGetAlertingConditionsDescriptor) GetProtoPkgName() string

func (*BatchGetAlertingConditionsDescriptor) GetResourceDescriptor

func (*BatchGetAlertingConditionsDescriptor) GetServerMsgReflectHandle

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

func (*BatchGetAlertingConditionsDescriptor) GetServiceDomain

func (d *BatchGetAlertingConditionsDescriptor) GetServiceDomain() string

func (*BatchGetAlertingConditionsDescriptor) GetServiceVersion

func (d *BatchGetAlertingConditionsDescriptor) GetServiceVersion() string

func (*BatchGetAlertingConditionsDescriptor) GetVerb

func (*BatchGetAlertingConditionsDescriptor) HasResource

func (d *BatchGetAlertingConditionsDescriptor) HasResource() bool

func (*BatchGetAlertingConditionsDescriptor) IsClientStream

func (d *BatchGetAlertingConditionsDescriptor) IsClientStream() bool

func (*BatchGetAlertingConditionsDescriptor) IsCollection

func (d *BatchGetAlertingConditionsDescriptor) IsCollection() bool

func (*BatchGetAlertingConditionsDescriptor) IsPlural

func (*BatchGetAlertingConditionsDescriptor) IsServerStream

func (d *BatchGetAlertingConditionsDescriptor) IsServerStream() bool

func (*BatchGetAlertingConditionsDescriptor) IsUnary

func (*BatchGetAlertingConditionsDescriptor) NewEmptyClientMsg

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

func (*BatchGetAlertingConditionsDescriptor) NewEmptyServerMsg

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

func (*BatchGetAlertingConditionsDescriptor) RequestHasResourceBody

func (d *BatchGetAlertingConditionsDescriptor) RequestHasResourceBody() bool

type BatchGetAlertingConditionsDescriptorClientMsgHandle

type BatchGetAlertingConditionsDescriptorClientMsgHandle struct{}

func (*BatchGetAlertingConditionsDescriptorClientMsgHandle) ExtractCollectionName

func (*BatchGetAlertingConditionsDescriptorClientMsgHandle) ExtractResourceBodies

func (*BatchGetAlertingConditionsDescriptorClientMsgHandle) ExtractResourceBody

func (*BatchGetAlertingConditionsDescriptorClientMsgHandle) ExtractResourceName

func (*BatchGetAlertingConditionsDescriptorClientMsgHandle) ExtractResourceNames

type BatchGetAlertingConditionsDescriptorServerMsgHandle

type BatchGetAlertingConditionsDescriptorServerMsgHandle struct{}

func (*BatchGetAlertingConditionsDescriptorServerMsgHandle) ExtractCollectionName

func (*BatchGetAlertingConditionsDescriptorServerMsgHandle) ExtractResourceBodies

func (*BatchGetAlertingConditionsDescriptorServerMsgHandle) ExtractResourceBody

func (*BatchGetAlertingConditionsDescriptorServerMsgHandle) ExtractResourceName

func (*BatchGetAlertingConditionsDescriptorServerMsgHandle) ExtractResourceNames

type BatchGetAlertingConditionsRequest

type BatchGetAlertingConditionsRequest struct {

	// Names of AlertingConditions
	Names []*alerting_condition.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 *alerting_condition.AlertingCondition_FieldMask `` /* 149-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 [BatchGetAlertingConditions][ntt.monitoring.v4.BatchGetAlertingConditions]

func (*BatchGetAlertingConditionsRequest) Descriptor

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

Deprecated, Use BatchGetAlertingConditionsRequest.ProtoReflect.Descriptor instead.

func (*BatchGetAlertingConditionsRequest) GetFieldMask

func (*BatchGetAlertingConditionsRequest) GetNames

func (*BatchGetAlertingConditionsRequest) GetView

func (*BatchGetAlertingConditionsRequest) GotenMessage

func (*BatchGetAlertingConditionsRequest) GotenMessage()

func (*BatchGetAlertingConditionsRequest) GotenValidate

func (obj *BatchGetAlertingConditionsRequest) GotenValidate() error

func (*BatchGetAlertingConditionsRequest) Marshal

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

func (*BatchGetAlertingConditionsRequest) MarshalJSON

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

func (*BatchGetAlertingConditionsRequest) ProtoMessage

func (*BatchGetAlertingConditionsRequest) ProtoMessage()

func (*BatchGetAlertingConditionsRequest) ProtoReflect

func (*BatchGetAlertingConditionsRequest) Reset

func (*BatchGetAlertingConditionsRequest) SetFieldMask

func (*BatchGetAlertingConditionsRequest) SetNames

func (*BatchGetAlertingConditionsRequest) SetView

func (*BatchGetAlertingConditionsRequest) String

func (*BatchGetAlertingConditionsRequest) Unmarshal

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

func (*BatchGetAlertingConditionsRequest) UnmarshalJSON

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

type BatchGetAlertingConditionsResponse

type BatchGetAlertingConditionsResponse struct {

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

BatchGetAlertingConditionsResponse

func (*BatchGetAlertingConditionsResponse) Descriptor

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

Deprecated, Use BatchGetAlertingConditionsResponse.ProtoReflect.Descriptor instead.

func (*BatchGetAlertingConditionsResponse) GetAlertingConditions

func (*BatchGetAlertingConditionsResponse) GetMissing

func (*BatchGetAlertingConditionsResponse) GotenMessage

func (*BatchGetAlertingConditionsResponse) GotenMessage()

func (*BatchGetAlertingConditionsResponse) GotenValidate

func (obj *BatchGetAlertingConditionsResponse) GotenValidate() error

func (*BatchGetAlertingConditionsResponse) Marshal

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

func (*BatchGetAlertingConditionsResponse) MarshalJSON

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

func (*BatchGetAlertingConditionsResponse) ProtoMessage

func (*BatchGetAlertingConditionsResponse) ProtoMessage()

func (*BatchGetAlertingConditionsResponse) ProtoReflect

func (*BatchGetAlertingConditionsResponse) Reset

func (*BatchGetAlertingConditionsResponse) SetAlertingConditions

func (*BatchGetAlertingConditionsResponse) SetMissing

func (*BatchGetAlertingConditionsResponse) String

func (*BatchGetAlertingConditionsResponse) Unmarshal

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

func (*BatchGetAlertingConditionsResponse) UnmarshalJSON

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

type CreateAlertingConditionDescriptor

type CreateAlertingConditionDescriptor struct{}

func GetCreateAlertingConditionDescriptor

func GetCreateAlertingConditionDescriptor() *CreateAlertingConditionDescriptor

func (*CreateAlertingConditionDescriptor) GetApiDescriptor

func (*CreateAlertingConditionDescriptor) GetApiName

func (d *CreateAlertingConditionDescriptor) GetApiName() string

func (*CreateAlertingConditionDescriptor) GetClientMsgReflectHandle

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

func (*CreateAlertingConditionDescriptor) GetFullMethodName

func (d *CreateAlertingConditionDescriptor) GetFullMethodName() string

func (*CreateAlertingConditionDescriptor) GetMethodName

func (d *CreateAlertingConditionDescriptor) GetMethodName() string

func (*CreateAlertingConditionDescriptor) GetProtoPkgName

func (d *CreateAlertingConditionDescriptor) GetProtoPkgName() string

func (*CreateAlertingConditionDescriptor) GetResourceDescriptor

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

func (*CreateAlertingConditionDescriptor) GetServerMsgReflectHandle

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

func (*CreateAlertingConditionDescriptor) GetServiceDomain

func (d *CreateAlertingConditionDescriptor) GetServiceDomain() string

func (*CreateAlertingConditionDescriptor) GetServiceVersion

func (d *CreateAlertingConditionDescriptor) GetServiceVersion() string

func (*CreateAlertingConditionDescriptor) GetVerb

func (*CreateAlertingConditionDescriptor) HasResource

func (d *CreateAlertingConditionDescriptor) HasResource() bool

func (*CreateAlertingConditionDescriptor) IsClientStream

func (d *CreateAlertingConditionDescriptor) IsClientStream() bool

func (*CreateAlertingConditionDescriptor) IsCollection

func (d *CreateAlertingConditionDescriptor) IsCollection() bool

func (*CreateAlertingConditionDescriptor) IsPlural

func (*CreateAlertingConditionDescriptor) IsServerStream

func (d *CreateAlertingConditionDescriptor) IsServerStream() bool

func (*CreateAlertingConditionDescriptor) IsUnary

func (*CreateAlertingConditionDescriptor) NewEmptyClientMsg

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

func (*CreateAlertingConditionDescriptor) NewEmptyServerMsg

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

func (*CreateAlertingConditionDescriptor) RequestHasResourceBody

func (d *CreateAlertingConditionDescriptor) RequestHasResourceBody() bool

type CreateAlertingConditionDescriptorClientMsgHandle

type CreateAlertingConditionDescriptorClientMsgHandle struct{}

func (*CreateAlertingConditionDescriptorClientMsgHandle) ExtractCollectionName

func (*CreateAlertingConditionDescriptorClientMsgHandle) ExtractResourceBodies

func (*CreateAlertingConditionDescriptorClientMsgHandle) ExtractResourceBody

func (*CreateAlertingConditionDescriptorClientMsgHandle) ExtractResourceName

func (*CreateAlertingConditionDescriptorClientMsgHandle) ExtractResourceNames

type CreateAlertingConditionDescriptorServerMsgHandle

type CreateAlertingConditionDescriptorServerMsgHandle struct{}

func (*CreateAlertingConditionDescriptorServerMsgHandle) ExtractCollectionName

func (*CreateAlertingConditionDescriptorServerMsgHandle) ExtractResourceBodies

func (*CreateAlertingConditionDescriptorServerMsgHandle) ExtractResourceBody

func (*CreateAlertingConditionDescriptorServerMsgHandle) ExtractResourceName

func (*CreateAlertingConditionDescriptorServerMsgHandle) ExtractResourceNames

type CreateAlertingConditionRequest

type CreateAlertingConditionRequest struct {

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

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

func (*CreateAlertingConditionRequest) Descriptor

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

Deprecated, Use CreateAlertingConditionRequest.ProtoReflect.Descriptor instead.

func (*CreateAlertingConditionRequest) GetAlertingCondition

func (*CreateAlertingConditionRequest) GetParent

func (*CreateAlertingConditionRequest) GotenMessage

func (*CreateAlertingConditionRequest) GotenMessage()

func (*CreateAlertingConditionRequest) GotenValidate

func (obj *CreateAlertingConditionRequest) GotenValidate() error

func (*CreateAlertingConditionRequest) Marshal

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

func (*CreateAlertingConditionRequest) MarshalJSON

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

func (*CreateAlertingConditionRequest) ProtoMessage

func (*CreateAlertingConditionRequest) ProtoMessage()

func (*CreateAlertingConditionRequest) ProtoReflect

func (*CreateAlertingConditionRequest) Reset

func (m *CreateAlertingConditionRequest) Reset()

func (*CreateAlertingConditionRequest) SetAlertingCondition

func (*CreateAlertingConditionRequest) SetParent

func (*CreateAlertingConditionRequest) String

func (*CreateAlertingConditionRequest) Unmarshal

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

func (*CreateAlertingConditionRequest) UnmarshalJSON

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

type DeleteAlertingConditionDescriptor

type DeleteAlertingConditionDescriptor struct{}

func GetDeleteAlertingConditionDescriptor

func GetDeleteAlertingConditionDescriptor() *DeleteAlertingConditionDescriptor

func (*DeleteAlertingConditionDescriptor) GetApiDescriptor

func (*DeleteAlertingConditionDescriptor) GetApiName

func (d *DeleteAlertingConditionDescriptor) GetApiName() string

func (*DeleteAlertingConditionDescriptor) GetClientMsgReflectHandle

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

func (*DeleteAlertingConditionDescriptor) GetFullMethodName

func (d *DeleteAlertingConditionDescriptor) GetFullMethodName() string

func (*DeleteAlertingConditionDescriptor) GetMethodName

func (d *DeleteAlertingConditionDescriptor) GetMethodName() string

func (*DeleteAlertingConditionDescriptor) GetProtoPkgName

func (d *DeleteAlertingConditionDescriptor) GetProtoPkgName() string

func (*DeleteAlertingConditionDescriptor) GetResourceDescriptor

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

func (*DeleteAlertingConditionDescriptor) GetServerMsgReflectHandle

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

func (*DeleteAlertingConditionDescriptor) GetServiceDomain

func (d *DeleteAlertingConditionDescriptor) GetServiceDomain() string

func (*DeleteAlertingConditionDescriptor) GetServiceVersion

func (d *DeleteAlertingConditionDescriptor) GetServiceVersion() string

func (*DeleteAlertingConditionDescriptor) GetVerb

func (*DeleteAlertingConditionDescriptor) HasResource

func (d *DeleteAlertingConditionDescriptor) HasResource() bool

func (*DeleteAlertingConditionDescriptor) IsClientStream

func (d *DeleteAlertingConditionDescriptor) IsClientStream() bool

func (*DeleteAlertingConditionDescriptor) IsCollection

func (d *DeleteAlertingConditionDescriptor) IsCollection() bool

func (*DeleteAlertingConditionDescriptor) IsPlural

func (*DeleteAlertingConditionDescriptor) IsServerStream

func (d *DeleteAlertingConditionDescriptor) IsServerStream() bool

func (*DeleteAlertingConditionDescriptor) IsUnary

func (*DeleteAlertingConditionDescriptor) NewEmptyClientMsg

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

func (*DeleteAlertingConditionDescriptor) NewEmptyServerMsg

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

func (*DeleteAlertingConditionDescriptor) RequestHasResourceBody

func (d *DeleteAlertingConditionDescriptor) RequestHasResourceBody() bool

type DeleteAlertingConditionDescriptorClientMsgHandle

type DeleteAlertingConditionDescriptorClientMsgHandle struct{}

func (*DeleteAlertingConditionDescriptorClientMsgHandle) ExtractCollectionName

func (*DeleteAlertingConditionDescriptorClientMsgHandle) ExtractResourceBodies

func (*DeleteAlertingConditionDescriptorClientMsgHandle) ExtractResourceBody

func (*DeleteAlertingConditionDescriptorClientMsgHandle) ExtractResourceName

func (*DeleteAlertingConditionDescriptorClientMsgHandle) ExtractResourceNames

type DeleteAlertingConditionDescriptorServerMsgHandle

type DeleteAlertingConditionDescriptorServerMsgHandle struct{}

func (*DeleteAlertingConditionDescriptorServerMsgHandle) ExtractCollectionName

func (*DeleteAlertingConditionDescriptorServerMsgHandle) ExtractResourceBodies

func (*DeleteAlertingConditionDescriptorServerMsgHandle) ExtractResourceBody

func (*DeleteAlertingConditionDescriptorServerMsgHandle) ExtractResourceName

func (*DeleteAlertingConditionDescriptorServerMsgHandle) ExtractResourceNames

type DeleteAlertingConditionRequest

type DeleteAlertingConditionRequest struct {

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

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

func (*DeleteAlertingConditionRequest) Descriptor

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

Deprecated, Use DeleteAlertingConditionRequest.ProtoReflect.Descriptor instead.

func (*DeleteAlertingConditionRequest) GetName

func (*DeleteAlertingConditionRequest) GotenMessage

func (*DeleteAlertingConditionRequest) GotenMessage()

func (*DeleteAlertingConditionRequest) GotenValidate

func (obj *DeleteAlertingConditionRequest) GotenValidate() error

func (*DeleteAlertingConditionRequest) Marshal

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

func (*DeleteAlertingConditionRequest) MarshalJSON

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

func (*DeleteAlertingConditionRequest) ProtoMessage

func (*DeleteAlertingConditionRequest) ProtoMessage()

func (*DeleteAlertingConditionRequest) ProtoReflect

func (*DeleteAlertingConditionRequest) Reset

func (m *DeleteAlertingConditionRequest) Reset()

func (*DeleteAlertingConditionRequest) SetName

func (*DeleteAlertingConditionRequest) String

func (*DeleteAlertingConditionRequest) Unmarshal

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

func (*DeleteAlertingConditionRequest) UnmarshalJSON

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

type GetAlertingConditionDescriptor

type GetAlertingConditionDescriptor struct{}

func GetGetAlertingConditionDescriptor

func GetGetAlertingConditionDescriptor() *GetAlertingConditionDescriptor

func (*GetAlertingConditionDescriptor) GetApiDescriptor

func (*GetAlertingConditionDescriptor) GetApiName

func (d *GetAlertingConditionDescriptor) GetApiName() string

func (*GetAlertingConditionDescriptor) GetClientMsgReflectHandle

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

func (*GetAlertingConditionDescriptor) GetFullMethodName

func (d *GetAlertingConditionDescriptor) GetFullMethodName() string

func (*GetAlertingConditionDescriptor) GetMethodName

func (d *GetAlertingConditionDescriptor) GetMethodName() string

func (*GetAlertingConditionDescriptor) GetProtoPkgName

func (d *GetAlertingConditionDescriptor) GetProtoPkgName() string

func (*GetAlertingConditionDescriptor) GetResourceDescriptor

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

func (*GetAlertingConditionDescriptor) GetServerMsgReflectHandle

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

func (*GetAlertingConditionDescriptor) GetServiceDomain

func (d *GetAlertingConditionDescriptor) GetServiceDomain() string

func (*GetAlertingConditionDescriptor) GetServiceVersion

func (d *GetAlertingConditionDescriptor) GetServiceVersion() string

func (*GetAlertingConditionDescriptor) GetVerb

func (*GetAlertingConditionDescriptor) HasResource

func (d *GetAlertingConditionDescriptor) HasResource() bool

func (*GetAlertingConditionDescriptor) IsClientStream

func (d *GetAlertingConditionDescriptor) IsClientStream() bool

func (*GetAlertingConditionDescriptor) IsCollection

func (d *GetAlertingConditionDescriptor) IsCollection() bool

func (*GetAlertingConditionDescriptor) IsPlural

func (d *GetAlertingConditionDescriptor) IsPlural() bool

func (*GetAlertingConditionDescriptor) IsServerStream

func (d *GetAlertingConditionDescriptor) IsServerStream() bool

func (*GetAlertingConditionDescriptor) IsUnary

func (d *GetAlertingConditionDescriptor) IsUnary() bool

func (*GetAlertingConditionDescriptor) NewEmptyClientMsg

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

func (*GetAlertingConditionDescriptor) NewEmptyServerMsg

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

func (*GetAlertingConditionDescriptor) RequestHasResourceBody

func (d *GetAlertingConditionDescriptor) RequestHasResourceBody() bool

type GetAlertingConditionDescriptorClientMsgHandle

type GetAlertingConditionDescriptorClientMsgHandle struct{}

func (*GetAlertingConditionDescriptorClientMsgHandle) ExtractCollectionName

func (*GetAlertingConditionDescriptorClientMsgHandle) ExtractResourceBodies

func (*GetAlertingConditionDescriptorClientMsgHandle) ExtractResourceBody

func (*GetAlertingConditionDescriptorClientMsgHandle) ExtractResourceName

func (*GetAlertingConditionDescriptorClientMsgHandle) ExtractResourceNames

type GetAlertingConditionDescriptorServerMsgHandle

type GetAlertingConditionDescriptorServerMsgHandle struct{}

func (*GetAlertingConditionDescriptorServerMsgHandle) ExtractCollectionName

func (*GetAlertingConditionDescriptorServerMsgHandle) ExtractResourceBodies

func (*GetAlertingConditionDescriptorServerMsgHandle) ExtractResourceBody

func (*GetAlertingConditionDescriptorServerMsgHandle) ExtractResourceName

func (*GetAlertingConditionDescriptorServerMsgHandle) ExtractResourceNames

type GetAlertingConditionRequest

type GetAlertingConditionRequest struct {

	// Name of ntt.monitoring.v4.AlertingCondition
	Name *alerting_condition.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 *alerting_condition.AlertingCondition_FieldMask `` /* 149-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 [GetAlertingCondition][ntt.monitoring.v4.GetAlertingCondition]

func (*GetAlertingConditionRequest) Descriptor

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

Deprecated, Use GetAlertingConditionRequest.ProtoReflect.Descriptor instead.

func (*GetAlertingConditionRequest) GetFieldMask

func (*GetAlertingConditionRequest) GetName

func (*GetAlertingConditionRequest) GetView

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

func (*GetAlertingConditionRequest) GotenMessage

func (*GetAlertingConditionRequest) GotenMessage()

func (*GetAlertingConditionRequest) GotenValidate

func (obj *GetAlertingConditionRequest) GotenValidate() error

func (*GetAlertingConditionRequest) Marshal

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

func (*GetAlertingConditionRequest) MarshalJSON

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

func (*GetAlertingConditionRequest) ProtoMessage

func (*GetAlertingConditionRequest) ProtoMessage()

func (*GetAlertingConditionRequest) ProtoReflect

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

func (*GetAlertingConditionRequest) Reset

func (m *GetAlertingConditionRequest) Reset()

func (*GetAlertingConditionRequest) SetFieldMask

func (*GetAlertingConditionRequest) SetName

func (*GetAlertingConditionRequest) SetView

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

func (*GetAlertingConditionRequest) String

func (m *GetAlertingConditionRequest) String() string

func (*GetAlertingConditionRequest) Unmarshal

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

func (*GetAlertingConditionRequest) UnmarshalJSON

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

type ListAlertingConditionsDescriptor

type ListAlertingConditionsDescriptor struct{}

func GetListAlertingConditionsDescriptor

func GetListAlertingConditionsDescriptor() *ListAlertingConditionsDescriptor

func (*ListAlertingConditionsDescriptor) GetApiDescriptor

func (*ListAlertingConditionsDescriptor) GetApiName

func (d *ListAlertingConditionsDescriptor) GetApiName() string

func (*ListAlertingConditionsDescriptor) GetClientMsgReflectHandle

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

func (*ListAlertingConditionsDescriptor) GetFullMethodName

func (d *ListAlertingConditionsDescriptor) GetFullMethodName() string

func (*ListAlertingConditionsDescriptor) GetMethodName

func (d *ListAlertingConditionsDescriptor) GetMethodName() string

func (*ListAlertingConditionsDescriptor) GetProtoPkgName

func (d *ListAlertingConditionsDescriptor) GetProtoPkgName() string

func (*ListAlertingConditionsDescriptor) GetResourceDescriptor

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

func (*ListAlertingConditionsDescriptor) GetServerMsgReflectHandle

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

func (*ListAlertingConditionsDescriptor) GetServiceDomain

func (d *ListAlertingConditionsDescriptor) GetServiceDomain() string

func (*ListAlertingConditionsDescriptor) GetServiceVersion

func (d *ListAlertingConditionsDescriptor) GetServiceVersion() string

func (*ListAlertingConditionsDescriptor) GetVerb

func (*ListAlertingConditionsDescriptor) HasResource

func (d *ListAlertingConditionsDescriptor) HasResource() bool

func (*ListAlertingConditionsDescriptor) IsClientStream

func (d *ListAlertingConditionsDescriptor) IsClientStream() bool

func (*ListAlertingConditionsDescriptor) IsCollection

func (d *ListAlertingConditionsDescriptor) IsCollection() bool

func (*ListAlertingConditionsDescriptor) IsPlural

func (d *ListAlertingConditionsDescriptor) IsPlural() bool

func (*ListAlertingConditionsDescriptor) IsServerStream

func (d *ListAlertingConditionsDescriptor) IsServerStream() bool

func (*ListAlertingConditionsDescriptor) IsUnary

func (*ListAlertingConditionsDescriptor) NewEmptyClientMsg

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

func (*ListAlertingConditionsDescriptor) NewEmptyServerMsg

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

func (*ListAlertingConditionsDescriptor) RequestHasResourceBody

func (d *ListAlertingConditionsDescriptor) RequestHasResourceBody() bool

type ListAlertingConditionsDescriptorClientMsgHandle

type ListAlertingConditionsDescriptorClientMsgHandle struct{}

func (*ListAlertingConditionsDescriptorClientMsgHandle) ExtractCollectionName

func (*ListAlertingConditionsDescriptorClientMsgHandle) ExtractResourceBodies

func (*ListAlertingConditionsDescriptorClientMsgHandle) ExtractResourceBody

func (*ListAlertingConditionsDescriptorClientMsgHandle) ExtractResourceName

func (*ListAlertingConditionsDescriptorClientMsgHandle) ExtractResourceNames

type ListAlertingConditionsDescriptorServerMsgHandle

type ListAlertingConditionsDescriptorServerMsgHandle struct{}

func (*ListAlertingConditionsDescriptorServerMsgHandle) ExtractCollectionName

func (*ListAlertingConditionsDescriptorServerMsgHandle) ExtractResourceBodies

func (*ListAlertingConditionsDescriptorServerMsgHandle) ExtractResourceBody

func (*ListAlertingConditionsDescriptorServerMsgHandle) ExtractResourceName

func (*ListAlertingConditionsDescriptorServerMsgHandle) ExtractResourceNames

type ListAlertingConditionsRequest

type ListAlertingConditionsRequest struct {

	// Parent name of ntt.monitoring.v4.AlertingCondition
	Parent *alerting_condition.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Requested page size. Server may return fewer AlertingConditions 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
	// [ListAlertingConditionsResponse.next_page_token][ntt.monitoring.v4.ListAlertingConditionsResponse.next_page_token]
	PageToken *alerting_condition.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 *alerting_condition.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 *alerting_condition.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 *alerting_condition.AlertingCondition_FieldMask `` /* 149-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 [ListAlertingConditions][ntt.monitoring.v4.ListAlertingConditions]

func (*ListAlertingConditionsRequest) Descriptor

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

Deprecated, Use ListAlertingConditionsRequest.ProtoReflect.Descriptor instead.

func (*ListAlertingConditionsRequest) GetFieldMask

func (*ListAlertingConditionsRequest) GetFilter

func (*ListAlertingConditionsRequest) GetIncludePagingInfo

func (m *ListAlertingConditionsRequest) GetIncludePagingInfo() bool

func (*ListAlertingConditionsRequest) GetOrderBy

func (*ListAlertingConditionsRequest) GetPageSize

func (m *ListAlertingConditionsRequest) GetPageSize() int32

func (*ListAlertingConditionsRequest) GetPageToken

func (*ListAlertingConditionsRequest) GetParent

func (*ListAlertingConditionsRequest) GetView

func (*ListAlertingConditionsRequest) GotenMessage

func (*ListAlertingConditionsRequest) GotenMessage()

func (*ListAlertingConditionsRequest) GotenValidate

func (obj *ListAlertingConditionsRequest) GotenValidate() error

func (*ListAlertingConditionsRequest) Marshal

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

func (*ListAlertingConditionsRequest) MarshalJSON

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

func (*ListAlertingConditionsRequest) ProtoMessage

func (*ListAlertingConditionsRequest) ProtoMessage()

func (*ListAlertingConditionsRequest) ProtoReflect

func (*ListAlertingConditionsRequest) Reset

func (m *ListAlertingConditionsRequest) Reset()

func (*ListAlertingConditionsRequest) SetFieldMask

func (*ListAlertingConditionsRequest) SetFilter

func (*ListAlertingConditionsRequest) SetIncludePagingInfo

func (m *ListAlertingConditionsRequest) SetIncludePagingInfo(fv bool)

func (*ListAlertingConditionsRequest) SetOrderBy

func (*ListAlertingConditionsRequest) SetPageSize

func (m *ListAlertingConditionsRequest) SetPageSize(fv int32)

func (*ListAlertingConditionsRequest) SetPageToken

func (*ListAlertingConditionsRequest) SetParent

func (*ListAlertingConditionsRequest) SetView

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

func (*ListAlertingConditionsRequest) String

func (*ListAlertingConditionsRequest) Unmarshal

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

func (*ListAlertingConditionsRequest) UnmarshalJSON

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

type ListAlertingConditionsResponse

type ListAlertingConditionsResponse struct {

	// The list of AlertingConditions
	AlertingConditions []*alerting_condition.AlertingCondition `` /* 146-byte string literal not displayed */
	// A token to retrieve previous page of results. Pass this value in the
	// [ListAlertingConditionsRequest.page_token][ntt.monitoring.v4.ListAlertingConditionsRequest.page_token]
	PrevPageToken *alerting_condition.PagerCursor `` /* 151-byte string literal not displayed */
	// A token to retrieve next page of results. Pass this value in the
	// [ListAlertingConditionsRequest.page_token][ntt.monitoring.v4.ListAlertingConditionsRequest.page_token]
	NextPageToken *alerting_condition.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 AlertingConditions 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 [ListAlertingConditions][ntt.monitoring.v4.ListAlertingConditions]

func (*ListAlertingConditionsResponse) Descriptor

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

Deprecated, Use ListAlertingConditionsResponse.ProtoReflect.Descriptor instead.

func (*ListAlertingConditionsResponse) GetAlertingConditions

func (*ListAlertingConditionsResponse) GetCurrentOffset

func (m *ListAlertingConditionsResponse) GetCurrentOffset() int32

func (*ListAlertingConditionsResponse) GetNextPageToken

func (*ListAlertingConditionsResponse) GetPrevPageToken

func (*ListAlertingConditionsResponse) GetTotalResultsCount

func (m *ListAlertingConditionsResponse) GetTotalResultsCount() int32

func (*ListAlertingConditionsResponse) GotenMessage

func (*ListAlertingConditionsResponse) GotenMessage()

func (*ListAlertingConditionsResponse) GotenValidate

func (obj *ListAlertingConditionsResponse) GotenValidate() error

func (*ListAlertingConditionsResponse) Marshal

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

func (*ListAlertingConditionsResponse) MarshalJSON

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

func (*ListAlertingConditionsResponse) ProtoMessage

func (*ListAlertingConditionsResponse) ProtoMessage()

func (*ListAlertingConditionsResponse) ProtoReflect

func (*ListAlertingConditionsResponse) Reset

func (m *ListAlertingConditionsResponse) Reset()

func (*ListAlertingConditionsResponse) SetAlertingConditions

func (*ListAlertingConditionsResponse) SetCurrentOffset

func (m *ListAlertingConditionsResponse) SetCurrentOffset(fv int32)

func (*ListAlertingConditionsResponse) SetNextPageToken

func (*ListAlertingConditionsResponse) SetPrevPageToken

func (*ListAlertingConditionsResponse) SetTotalResultsCount

func (m *ListAlertingConditionsResponse) SetTotalResultsCount(fv int32)

func (*ListAlertingConditionsResponse) String

func (*ListAlertingConditionsResponse) Unmarshal

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

func (*ListAlertingConditionsResponse) UnmarshalJSON

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

type SearchAlertingConditionsDescriptor

type SearchAlertingConditionsDescriptor struct{}

func GetSearchAlertingConditionsDescriptor

func GetSearchAlertingConditionsDescriptor() *SearchAlertingConditionsDescriptor

func (*SearchAlertingConditionsDescriptor) GetApiDescriptor

func (*SearchAlertingConditionsDescriptor) GetApiName

func (*SearchAlertingConditionsDescriptor) GetClientMsgReflectHandle

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

func (*SearchAlertingConditionsDescriptor) GetFullMethodName

func (d *SearchAlertingConditionsDescriptor) GetFullMethodName() string

func (*SearchAlertingConditionsDescriptor) GetMethodName

func (d *SearchAlertingConditionsDescriptor) GetMethodName() string

func (*SearchAlertingConditionsDescriptor) GetProtoPkgName

func (d *SearchAlertingConditionsDescriptor) GetProtoPkgName() string

func (*SearchAlertingConditionsDescriptor) GetResourceDescriptor

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

func (*SearchAlertingConditionsDescriptor) GetServerMsgReflectHandle

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

func (*SearchAlertingConditionsDescriptor) GetServiceDomain

func (d *SearchAlertingConditionsDescriptor) GetServiceDomain() string

func (*SearchAlertingConditionsDescriptor) GetServiceVersion

func (d *SearchAlertingConditionsDescriptor) GetServiceVersion() string

func (*SearchAlertingConditionsDescriptor) GetVerb

func (*SearchAlertingConditionsDescriptor) HasResource

func (d *SearchAlertingConditionsDescriptor) HasResource() bool

func (*SearchAlertingConditionsDescriptor) IsClientStream

func (d *SearchAlertingConditionsDescriptor) IsClientStream() bool

func (*SearchAlertingConditionsDescriptor) IsCollection

func (d *SearchAlertingConditionsDescriptor) IsCollection() bool

func (*SearchAlertingConditionsDescriptor) IsPlural

func (*SearchAlertingConditionsDescriptor) IsServerStream

func (d *SearchAlertingConditionsDescriptor) IsServerStream() bool

func (*SearchAlertingConditionsDescriptor) IsUnary

func (*SearchAlertingConditionsDescriptor) NewEmptyClientMsg

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

func (*SearchAlertingConditionsDescriptor) NewEmptyServerMsg

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

func (*SearchAlertingConditionsDescriptor) RequestHasResourceBody

func (d *SearchAlertingConditionsDescriptor) RequestHasResourceBody() bool

type SearchAlertingConditionsDescriptorClientMsgHandle

type SearchAlertingConditionsDescriptorClientMsgHandle struct{}

func (*SearchAlertingConditionsDescriptorClientMsgHandle) ExtractCollectionName

func (*SearchAlertingConditionsDescriptorClientMsgHandle) ExtractResourceBodies

func (*SearchAlertingConditionsDescriptorClientMsgHandle) ExtractResourceBody

func (*SearchAlertingConditionsDescriptorClientMsgHandle) ExtractResourceName

func (*SearchAlertingConditionsDescriptorClientMsgHandle) ExtractResourceNames

type SearchAlertingConditionsDescriptorServerMsgHandle

type SearchAlertingConditionsDescriptorServerMsgHandle struct{}

func (*SearchAlertingConditionsDescriptorServerMsgHandle) ExtractCollectionName

func (*SearchAlertingConditionsDescriptorServerMsgHandle) ExtractResourceBodies

func (*SearchAlertingConditionsDescriptorServerMsgHandle) ExtractResourceBody

func (*SearchAlertingConditionsDescriptorServerMsgHandle) ExtractResourceName

func (*SearchAlertingConditionsDescriptorServerMsgHandle) ExtractResourceNames

type SearchAlertingConditionsRequest

type SearchAlertingConditionsRequest struct {

	// Parent name of ntt.monitoring.v4.AlertingCondition
	Parent *alerting_condition.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Requested page size. Server may return fewer AlertingConditions 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
	// [SearchAlertingConditionsResponse.next_page_token][ntt.monitoring.v4.SearchAlertingConditionsResponse.next_page_token]
	PageToken *alerting_condition.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 *alerting_condition.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 *alerting_condition.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 *alerting_condition.AlertingCondition_FieldMask `` /* 149-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"`
	// Optional search phrase used to further filter results.
	Phrase string `protobuf:"bytes,8,opt,name=phrase,proto3" json:"phrase,omitempty" firestore:"phrase"`
	// contains filtered or unexported fields
}

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

func (*SearchAlertingConditionsRequest) Descriptor

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

Deprecated, Use SearchAlertingConditionsRequest.ProtoReflect.Descriptor instead.

func (*SearchAlertingConditionsRequest) GetFieldMask

func (*SearchAlertingConditionsRequest) GetFilter

func (*SearchAlertingConditionsRequest) GetOrderBy

func (*SearchAlertingConditionsRequest) GetPageSize

func (m *SearchAlertingConditionsRequest) GetPageSize() int32

func (*SearchAlertingConditionsRequest) GetPageToken

func (*SearchAlertingConditionsRequest) GetParent

func (*SearchAlertingConditionsRequest) GetPhrase

func (m *SearchAlertingConditionsRequest) GetPhrase() string

func (*SearchAlertingConditionsRequest) GetView

func (*SearchAlertingConditionsRequest) GotenMessage

func (*SearchAlertingConditionsRequest) GotenMessage()

func (*SearchAlertingConditionsRequest) GotenValidate

func (obj *SearchAlertingConditionsRequest) GotenValidate() error

func (*SearchAlertingConditionsRequest) Marshal

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

func (*SearchAlertingConditionsRequest) MarshalJSON

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

func (*SearchAlertingConditionsRequest) ProtoMessage

func (*SearchAlertingConditionsRequest) ProtoMessage()

func (*SearchAlertingConditionsRequest) ProtoReflect

func (*SearchAlertingConditionsRequest) Reset

func (*SearchAlertingConditionsRequest) SetFieldMask

func (*SearchAlertingConditionsRequest) SetFilter

func (*SearchAlertingConditionsRequest) SetOrderBy

func (*SearchAlertingConditionsRequest) SetPageSize

func (m *SearchAlertingConditionsRequest) SetPageSize(fv int32)

func (*SearchAlertingConditionsRequest) SetPageToken

func (*SearchAlertingConditionsRequest) SetParent

func (*SearchAlertingConditionsRequest) SetPhrase

func (m *SearchAlertingConditionsRequest) SetPhrase(fv string)

func (*SearchAlertingConditionsRequest) SetView

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

func (*SearchAlertingConditionsRequest) String

func (*SearchAlertingConditionsRequest) Unmarshal

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

func (*SearchAlertingConditionsRequest) UnmarshalJSON

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

type SearchAlertingConditionsResponse

type SearchAlertingConditionsResponse struct {

	// The list of AlertingConditions
	AlertingConditions []*alerting_condition.AlertingCondition `` /* 146-byte string literal not displayed */
	// A token to retrieve previous page of results. Pass this value in the
	// [SearchAlertingConditionsRequest.page_token][ntt.monitoring.v4.SearchAlertingConditionsRequest.page_token]
	PrevPageToken *alerting_condition.PagerCursor `` /* 151-byte string literal not displayed */
	// A token to retrieve next page of results. Pass this value in the
	// [SearchAlertingConditionsRequest.page_token][ntt.monitoring.v4.SearchAlertingConditionsRequest.page_token]
	NextPageToken *alerting_condition.PagerCursor `` /* 151-byte string literal not displayed */
	// Current offset from the first page (0 if no page tokens were given). Page
	// index can be computed from offset and limit provided in a request
	CurrentOffset int32 `` /* 127-byte string literal not displayed */
	// Number of total AlertingConditions across all pages.
	TotalResultsCount int32 `` /* 145-byte string literal not displayed */
	// contains filtered or unexported fields
}

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

func (*SearchAlertingConditionsResponse) Descriptor

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

Deprecated, Use SearchAlertingConditionsResponse.ProtoReflect.Descriptor instead.

func (*SearchAlertingConditionsResponse) GetAlertingConditions

func (*SearchAlertingConditionsResponse) GetCurrentOffset

func (m *SearchAlertingConditionsResponse) GetCurrentOffset() int32

func (*SearchAlertingConditionsResponse) GetNextPageToken

func (*SearchAlertingConditionsResponse) GetPrevPageToken

func (*SearchAlertingConditionsResponse) GetTotalResultsCount

func (m *SearchAlertingConditionsResponse) GetTotalResultsCount() int32

func (*SearchAlertingConditionsResponse) GotenMessage

func (*SearchAlertingConditionsResponse) GotenMessage()

func (*SearchAlertingConditionsResponse) GotenValidate

func (obj *SearchAlertingConditionsResponse) GotenValidate() error

func (*SearchAlertingConditionsResponse) Marshal

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

func (*SearchAlertingConditionsResponse) MarshalJSON

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

func (*SearchAlertingConditionsResponse) ProtoMessage

func (*SearchAlertingConditionsResponse) ProtoMessage()

func (*SearchAlertingConditionsResponse) ProtoReflect

func (*SearchAlertingConditionsResponse) Reset

func (*SearchAlertingConditionsResponse) SetAlertingConditions

func (*SearchAlertingConditionsResponse) SetCurrentOffset

func (m *SearchAlertingConditionsResponse) SetCurrentOffset(fv int32)

func (*SearchAlertingConditionsResponse) SetNextPageToken

func (*SearchAlertingConditionsResponse) SetPrevPageToken

func (*SearchAlertingConditionsResponse) SetTotalResultsCount

func (m *SearchAlertingConditionsResponse) SetTotalResultsCount(fv int32)

func (*SearchAlertingConditionsResponse) String

func (*SearchAlertingConditionsResponse) Unmarshal

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

func (*SearchAlertingConditionsResponse) UnmarshalJSON

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

type UpdateAlertingConditionDescriptor

type UpdateAlertingConditionDescriptor struct{}

func GetUpdateAlertingConditionDescriptor

func GetUpdateAlertingConditionDescriptor() *UpdateAlertingConditionDescriptor

func (*UpdateAlertingConditionDescriptor) GetApiDescriptor

func (*UpdateAlertingConditionDescriptor) GetApiName

func (d *UpdateAlertingConditionDescriptor) GetApiName() string

func (*UpdateAlertingConditionDescriptor) GetClientMsgReflectHandle

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

func (*UpdateAlertingConditionDescriptor) GetFullMethodName

func (d *UpdateAlertingConditionDescriptor) GetFullMethodName() string

func (*UpdateAlertingConditionDescriptor) GetMethodName

func (d *UpdateAlertingConditionDescriptor) GetMethodName() string

func (*UpdateAlertingConditionDescriptor) GetProtoPkgName

func (d *UpdateAlertingConditionDescriptor) GetProtoPkgName() string

func (*UpdateAlertingConditionDescriptor) GetResourceDescriptor

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

func (*UpdateAlertingConditionDescriptor) GetServerMsgReflectHandle

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

func (*UpdateAlertingConditionDescriptor) GetServiceDomain

func (d *UpdateAlertingConditionDescriptor) GetServiceDomain() string

func (*UpdateAlertingConditionDescriptor) GetServiceVersion

func (d *UpdateAlertingConditionDescriptor) GetServiceVersion() string

func (*UpdateAlertingConditionDescriptor) GetVerb

func (*UpdateAlertingConditionDescriptor) HasResource

func (d *UpdateAlertingConditionDescriptor) HasResource() bool

func (*UpdateAlertingConditionDescriptor) IsClientStream

func (d *UpdateAlertingConditionDescriptor) IsClientStream() bool

func (*UpdateAlertingConditionDescriptor) IsCollection

func (d *UpdateAlertingConditionDescriptor) IsCollection() bool

func (*UpdateAlertingConditionDescriptor) IsPlural

func (*UpdateAlertingConditionDescriptor) IsServerStream

func (d *UpdateAlertingConditionDescriptor) IsServerStream() bool

func (*UpdateAlertingConditionDescriptor) IsUnary

func (*UpdateAlertingConditionDescriptor) NewEmptyClientMsg

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

func (*UpdateAlertingConditionDescriptor) NewEmptyServerMsg

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

func (*UpdateAlertingConditionDescriptor) RequestHasResourceBody

func (d *UpdateAlertingConditionDescriptor) RequestHasResourceBody() bool

type UpdateAlertingConditionDescriptorClientMsgHandle

type UpdateAlertingConditionDescriptorClientMsgHandle struct{}

func (*UpdateAlertingConditionDescriptorClientMsgHandle) ExtractCollectionName

func (*UpdateAlertingConditionDescriptorClientMsgHandle) ExtractResourceBodies

func (*UpdateAlertingConditionDescriptorClientMsgHandle) ExtractResourceBody

func (*UpdateAlertingConditionDescriptorClientMsgHandle) ExtractResourceName

func (*UpdateAlertingConditionDescriptorClientMsgHandle) ExtractResourceNames

type UpdateAlertingConditionDescriptorServerMsgHandle

type UpdateAlertingConditionDescriptorServerMsgHandle struct{}

func (*UpdateAlertingConditionDescriptorServerMsgHandle) ExtractCollectionName

func (*UpdateAlertingConditionDescriptorServerMsgHandle) ExtractResourceBodies

func (*UpdateAlertingConditionDescriptorServerMsgHandle) ExtractResourceBody

func (*UpdateAlertingConditionDescriptorServerMsgHandle) ExtractResourceName

func (*UpdateAlertingConditionDescriptorServerMsgHandle) ExtractResourceNames

type UpdateAlertingConditionRequest

type UpdateAlertingConditionRequest struct {

	// AlertingCondition resource body
	AlertingCondition *alerting_condition.AlertingCondition `` /* 142-byte string literal not displayed */
	// FieldMask applied to request - change will be applied only for fields in
	// the mask
	UpdateMask *alerting_condition.AlertingCondition_FieldMask `` /* 153-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 *UpdateAlertingConditionRequest_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 [UpdateAlertingCondition][ntt.monitoring.v4.UpdateAlertingCondition]

func (*UpdateAlertingConditionRequest) Descriptor

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

Deprecated, Use UpdateAlertingConditionRequest.ProtoReflect.Descriptor instead.

func (*UpdateAlertingConditionRequest) GetAlertingCondition

func (*UpdateAlertingConditionRequest) GetAllowMissing

func (m *UpdateAlertingConditionRequest) GetAllowMissing() bool

func (*UpdateAlertingConditionRequest) GetCas

func (*UpdateAlertingConditionRequest) GetUpdateMask

func (*UpdateAlertingConditionRequest) GotenMessage

func (*UpdateAlertingConditionRequest) GotenMessage()

func (*UpdateAlertingConditionRequest) GotenValidate

func (obj *UpdateAlertingConditionRequest) GotenValidate() error

func (*UpdateAlertingConditionRequest) Marshal

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

func (*UpdateAlertingConditionRequest) MarshalJSON

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

func (*UpdateAlertingConditionRequest) ProtoMessage

func (*UpdateAlertingConditionRequest) ProtoMessage()

func (*UpdateAlertingConditionRequest) ProtoReflect

func (*UpdateAlertingConditionRequest) Reset

func (m *UpdateAlertingConditionRequest) Reset()

func (*UpdateAlertingConditionRequest) SetAlertingCondition

func (*UpdateAlertingConditionRequest) SetAllowMissing

func (m *UpdateAlertingConditionRequest) SetAllowMissing(fv bool)

func (*UpdateAlertingConditionRequest) SetCas

func (*UpdateAlertingConditionRequest) SetUpdateMask

func (*UpdateAlertingConditionRequest) String

func (*UpdateAlertingConditionRequest) Unmarshal

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

func (*UpdateAlertingConditionRequest) UnmarshalJSON

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

type UpdateAlertingConditionRequest_CAS

type UpdateAlertingConditionRequest_CAS struct {

	// Conditional desired state of a resource before update.
	ConditionalState *alerting_condition.AlertingCondition `` /* 138-byte string literal not displayed */
	// Field paths from conditional state of resource server should check and
	// compare.
	FieldMask *alerting_condition.AlertingCondition_FieldMask `` /* 149-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 (*UpdateAlertingConditionRequest_CAS) Descriptor

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

Deprecated, Use UpdateAlertingConditionRequest_CAS.ProtoReflect.Descriptor instead.

func (*UpdateAlertingConditionRequest_CAS) GetConditionalState

func (*UpdateAlertingConditionRequest_CAS) GetFieldMask

func (*UpdateAlertingConditionRequest_CAS) GotenMessage

func (*UpdateAlertingConditionRequest_CAS) GotenMessage()

func (*UpdateAlertingConditionRequest_CAS) GotenValidate

func (obj *UpdateAlertingConditionRequest_CAS) GotenValidate() error

func (*UpdateAlertingConditionRequest_CAS) Marshal

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

func (*UpdateAlertingConditionRequest_CAS) MarshalJSON

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

func (*UpdateAlertingConditionRequest_CAS) ProtoMessage

func (*UpdateAlertingConditionRequest_CAS) ProtoMessage()

func (*UpdateAlertingConditionRequest_CAS) ProtoReflect

func (*UpdateAlertingConditionRequest_CAS) Reset

func (*UpdateAlertingConditionRequest_CAS) SetConditionalState

func (*UpdateAlertingConditionRequest_CAS) SetFieldMask

func (*UpdateAlertingConditionRequest_CAS) String

func (*UpdateAlertingConditionRequest_CAS) Unmarshal

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

func (*UpdateAlertingConditionRequest_CAS) UnmarshalJSON

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

type WatchAlertingConditionClientStream

type WatchAlertingConditionClientStream interface {
	Recv() (*WatchAlertingConditionResponse, error)
	grpc.ClientStream
}

type WatchAlertingConditionDescriptor

type WatchAlertingConditionDescriptor struct{}

func GetWatchAlertingConditionDescriptor

func GetWatchAlertingConditionDescriptor() *WatchAlertingConditionDescriptor

func (*WatchAlertingConditionDescriptor) GetApiDescriptor

func (*WatchAlertingConditionDescriptor) GetApiName

func (d *WatchAlertingConditionDescriptor) GetApiName() string

func (*WatchAlertingConditionDescriptor) GetClientMsgReflectHandle

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

func (*WatchAlertingConditionDescriptor) GetFullMethodName

func (d *WatchAlertingConditionDescriptor) GetFullMethodName() string

func (*WatchAlertingConditionDescriptor) GetMethodName

func (d *WatchAlertingConditionDescriptor) GetMethodName() string

func (*WatchAlertingConditionDescriptor) GetProtoPkgName

func (d *WatchAlertingConditionDescriptor) GetProtoPkgName() string

func (*WatchAlertingConditionDescriptor) GetResourceDescriptor

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

func (*WatchAlertingConditionDescriptor) GetServerMsgReflectHandle

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

func (*WatchAlertingConditionDescriptor) GetServiceDomain

func (d *WatchAlertingConditionDescriptor) GetServiceDomain() string

func (*WatchAlertingConditionDescriptor) GetServiceVersion

func (d *WatchAlertingConditionDescriptor) GetServiceVersion() string

func (*WatchAlertingConditionDescriptor) GetVerb

func (*WatchAlertingConditionDescriptor) HasResource

func (d *WatchAlertingConditionDescriptor) HasResource() bool

func (*WatchAlertingConditionDescriptor) IsClientStream

func (d *WatchAlertingConditionDescriptor) IsClientStream() bool

func (*WatchAlertingConditionDescriptor) IsCollection

func (d *WatchAlertingConditionDescriptor) IsCollection() bool

func (*WatchAlertingConditionDescriptor) IsPlural

func (d *WatchAlertingConditionDescriptor) IsPlural() bool

func (*WatchAlertingConditionDescriptor) IsServerStream

func (d *WatchAlertingConditionDescriptor) IsServerStream() bool

func (*WatchAlertingConditionDescriptor) IsUnary

func (*WatchAlertingConditionDescriptor) NewEmptyClientMsg

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

func (*WatchAlertingConditionDescriptor) NewEmptyServerMsg

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

func (*WatchAlertingConditionDescriptor) RequestHasResourceBody

func (d *WatchAlertingConditionDescriptor) RequestHasResourceBody() bool

type WatchAlertingConditionDescriptorClientMsgHandle

type WatchAlertingConditionDescriptorClientMsgHandle struct{}

func (*WatchAlertingConditionDescriptorClientMsgHandle) ExtractCollectionName

func (*WatchAlertingConditionDescriptorClientMsgHandle) ExtractResourceBodies

func (*WatchAlertingConditionDescriptorClientMsgHandle) ExtractResourceBody

func (*WatchAlertingConditionDescriptorClientMsgHandle) ExtractResourceName

func (*WatchAlertingConditionDescriptorClientMsgHandle) ExtractResourceNames

type WatchAlertingConditionDescriptorServerMsgHandle

type WatchAlertingConditionDescriptorServerMsgHandle struct{}

func (*WatchAlertingConditionDescriptorServerMsgHandle) ExtractCollectionName

func (*WatchAlertingConditionDescriptorServerMsgHandle) ExtractResourceBodies

func (*WatchAlertingConditionDescriptorServerMsgHandle) ExtractResourceBody

func (*WatchAlertingConditionDescriptorServerMsgHandle) ExtractResourceName

func (*WatchAlertingConditionDescriptorServerMsgHandle) ExtractResourceNames

type WatchAlertingConditionRequest

type WatchAlertingConditionRequest struct {

	// Name of ntt.monitoring.v4.AlertingCondition
	Name *alerting_condition.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 *alerting_condition.AlertingCondition_FieldMask `` /* 149-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 [WatchAlertingCondition][ntt.monitoring.v4.WatchAlertingCondition]

func (*WatchAlertingConditionRequest) Descriptor

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

Deprecated, Use WatchAlertingConditionRequest.ProtoReflect.Descriptor instead.

func (*WatchAlertingConditionRequest) GetFieldMask

func (*WatchAlertingConditionRequest) GetName

func (*WatchAlertingConditionRequest) GetView

func (*WatchAlertingConditionRequest) GotenMessage

func (*WatchAlertingConditionRequest) GotenMessage()

func (*WatchAlertingConditionRequest) GotenValidate

func (obj *WatchAlertingConditionRequest) GotenValidate() error

func (*WatchAlertingConditionRequest) Marshal

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

func (*WatchAlertingConditionRequest) MarshalJSON

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

func (*WatchAlertingConditionRequest) ProtoMessage

func (*WatchAlertingConditionRequest) ProtoMessage()

func (*WatchAlertingConditionRequest) ProtoReflect

func (*WatchAlertingConditionRequest) Reset

func (m *WatchAlertingConditionRequest) Reset()

func (*WatchAlertingConditionRequest) SetFieldMask

func (*WatchAlertingConditionRequest) SetName

func (*WatchAlertingConditionRequest) SetView

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

func (*WatchAlertingConditionRequest) String

func (*WatchAlertingConditionRequest) Unmarshal

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

func (*WatchAlertingConditionRequest) UnmarshalJSON

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

type WatchAlertingConditionResponse

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

WatchAlertingConditionResponse

func (*WatchAlertingConditionResponse) Descriptor

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

Deprecated, Use WatchAlertingConditionResponse.ProtoReflect.Descriptor instead.

func (*WatchAlertingConditionResponse) GetChange

func (*WatchAlertingConditionResponse) GotenMessage

func (*WatchAlertingConditionResponse) GotenMessage()

func (*WatchAlertingConditionResponse) GotenValidate

func (obj *WatchAlertingConditionResponse) GotenValidate() error

func (*WatchAlertingConditionResponse) Marshal

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

func (*WatchAlertingConditionResponse) MarshalJSON

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

func (*WatchAlertingConditionResponse) ProtoMessage

func (*WatchAlertingConditionResponse) ProtoMessage()

func (*WatchAlertingConditionResponse) ProtoReflect

func (*WatchAlertingConditionResponse) Reset

func (m *WatchAlertingConditionResponse) Reset()

func (*WatchAlertingConditionResponse) SetChange

func (*WatchAlertingConditionResponse) String

func (*WatchAlertingConditionResponse) Unmarshal

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

func (*WatchAlertingConditionResponse) UnmarshalJSON

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

type WatchAlertingConditionsClientStream

type WatchAlertingConditionsClientStream interface {
	Recv() (*WatchAlertingConditionsResponse, error)
	grpc.ClientStream
}

type WatchAlertingConditionsDescriptor

type WatchAlertingConditionsDescriptor struct{}

func GetWatchAlertingConditionsDescriptor

func GetWatchAlertingConditionsDescriptor() *WatchAlertingConditionsDescriptor

func (*WatchAlertingConditionsDescriptor) GetApiDescriptor

func (*WatchAlertingConditionsDescriptor) GetApiName

func (d *WatchAlertingConditionsDescriptor) GetApiName() string

func (*WatchAlertingConditionsDescriptor) GetClientMsgReflectHandle

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

func (*WatchAlertingConditionsDescriptor) GetFullMethodName

func (d *WatchAlertingConditionsDescriptor) GetFullMethodName() string

func (*WatchAlertingConditionsDescriptor) GetMethodName

func (d *WatchAlertingConditionsDescriptor) GetMethodName() string

func (*WatchAlertingConditionsDescriptor) GetProtoPkgName

func (d *WatchAlertingConditionsDescriptor) GetProtoPkgName() string

func (*WatchAlertingConditionsDescriptor) GetResourceDescriptor

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

func (*WatchAlertingConditionsDescriptor) GetServerMsgReflectHandle

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

func (*WatchAlertingConditionsDescriptor) GetServiceDomain

func (d *WatchAlertingConditionsDescriptor) GetServiceDomain() string

func (*WatchAlertingConditionsDescriptor) GetServiceVersion

func (d *WatchAlertingConditionsDescriptor) GetServiceVersion() string

func (*WatchAlertingConditionsDescriptor) GetVerb

func (*WatchAlertingConditionsDescriptor) HasResource

func (d *WatchAlertingConditionsDescriptor) HasResource() bool

func (*WatchAlertingConditionsDescriptor) IsClientStream

func (d *WatchAlertingConditionsDescriptor) IsClientStream() bool

func (*WatchAlertingConditionsDescriptor) IsCollection

func (d *WatchAlertingConditionsDescriptor) IsCollection() bool

func (*WatchAlertingConditionsDescriptor) IsPlural

func (*WatchAlertingConditionsDescriptor) IsServerStream

func (d *WatchAlertingConditionsDescriptor) IsServerStream() bool

func (*WatchAlertingConditionsDescriptor) IsUnary

func (*WatchAlertingConditionsDescriptor) NewEmptyClientMsg

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

func (*WatchAlertingConditionsDescriptor) NewEmptyServerMsg

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

func (*WatchAlertingConditionsDescriptor) RequestHasResourceBody

func (d *WatchAlertingConditionsDescriptor) RequestHasResourceBody() bool

type WatchAlertingConditionsDescriptorClientMsgHandle

type WatchAlertingConditionsDescriptorClientMsgHandle struct{}

func (*WatchAlertingConditionsDescriptorClientMsgHandle) ExtractCollectionName

func (*WatchAlertingConditionsDescriptorClientMsgHandle) ExtractResourceBodies

func (*WatchAlertingConditionsDescriptorClientMsgHandle) ExtractResourceBody

func (*WatchAlertingConditionsDescriptorClientMsgHandle) ExtractResourceName

func (*WatchAlertingConditionsDescriptorClientMsgHandle) ExtractResourceNames

type WatchAlertingConditionsDescriptorServerMsgHandle

type WatchAlertingConditionsDescriptorServerMsgHandle struct{}

func (*WatchAlertingConditionsDescriptorServerMsgHandle) ExtractCollectionName

func (*WatchAlertingConditionsDescriptorServerMsgHandle) ExtractResourceBodies

func (*WatchAlertingConditionsDescriptorServerMsgHandle) ExtractResourceBody

func (*WatchAlertingConditionsDescriptorServerMsgHandle) ExtractResourceName

func (*WatchAlertingConditionsDescriptorServerMsgHandle) ExtractResourceNames

type WatchAlertingConditionsRequest

type WatchAlertingConditionsRequest 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.AlertingCondition
	Parent *alerting_condition.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Requested page size. Server may return fewer AlertingConditions 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 *alerting_condition.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 *alerting_condition.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 *alerting_condition.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 AlertingCondition that
	// don't affect any of masked fields won't be sent back.
	FieldMask *alerting_condition.AlertingCondition_FieldMask `` /* 149-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
	// AlertingCondition 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 [WatchAlertingConditions][ntt.monitoring.v4.WatchAlertingConditions]

func (*WatchAlertingConditionsRequest) Descriptor

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

Deprecated, Use WatchAlertingConditionsRequest.ProtoReflect.Descriptor instead.

func (*WatchAlertingConditionsRequest) GetFieldMask

func (*WatchAlertingConditionsRequest) GetFilter

func (*WatchAlertingConditionsRequest) GetMaxChunkSize

func (m *WatchAlertingConditionsRequest) GetMaxChunkSize() int32

func (*WatchAlertingConditionsRequest) GetOrderBy

func (*WatchAlertingConditionsRequest) GetPageSize

func (m *WatchAlertingConditionsRequest) GetPageSize() int32

func (*WatchAlertingConditionsRequest) GetPageToken

func (*WatchAlertingConditionsRequest) GetParent

func (*WatchAlertingConditionsRequest) GetResumeToken

func (m *WatchAlertingConditionsRequest) GetResumeToken() string

func (*WatchAlertingConditionsRequest) GetStartingTime

func (*WatchAlertingConditionsRequest) GetType

func (*WatchAlertingConditionsRequest) GetView

func (*WatchAlertingConditionsRequest) GotenMessage

func (*WatchAlertingConditionsRequest) GotenMessage()

func (*WatchAlertingConditionsRequest) GotenValidate

func (obj *WatchAlertingConditionsRequest) GotenValidate() error

func (*WatchAlertingConditionsRequest) Marshal

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

func (*WatchAlertingConditionsRequest) MarshalJSON

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

func (*WatchAlertingConditionsRequest) ProtoMessage

func (*WatchAlertingConditionsRequest) ProtoMessage()

func (*WatchAlertingConditionsRequest) ProtoReflect

func (*WatchAlertingConditionsRequest) Reset

func (m *WatchAlertingConditionsRequest) Reset()

func (*WatchAlertingConditionsRequest) SetFieldMask

func (*WatchAlertingConditionsRequest) SetFilter

func (*WatchAlertingConditionsRequest) SetMaxChunkSize

func (m *WatchAlertingConditionsRequest) SetMaxChunkSize(fv int32)

func (*WatchAlertingConditionsRequest) SetOrderBy

func (*WatchAlertingConditionsRequest) SetPageSize

func (m *WatchAlertingConditionsRequest) SetPageSize(fv int32)

func (*WatchAlertingConditionsRequest) SetPageToken

func (*WatchAlertingConditionsRequest) SetParent

func (*WatchAlertingConditionsRequest) SetResumeToken

func (m *WatchAlertingConditionsRequest) SetResumeToken(fv string)

func (*WatchAlertingConditionsRequest) SetStartingTime

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

func (*WatchAlertingConditionsRequest) SetType

func (*WatchAlertingConditionsRequest) SetView

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

func (*WatchAlertingConditionsRequest) String

func (*WatchAlertingConditionsRequest) Unmarshal

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

func (*WatchAlertingConditionsRequest) UnmarshalJSON

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

type WatchAlertingConditionsResponse

type WatchAlertingConditionsResponse struct {

	// Changes of AlertingConditions
	AlertingConditionChanges []*alerting_condition.AlertingConditionChange `` /* 172-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 AlertingConditions 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 *WatchAlertingConditionsResponse_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 (AlertingConditions 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
}

WatchAlertingConditionsResponse

func (*WatchAlertingConditionsResponse) Descriptor

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

Deprecated, Use WatchAlertingConditionsResponse.ProtoReflect.Descriptor instead.

func (*WatchAlertingConditionsResponse) GetAlertingConditionChanges

func (*WatchAlertingConditionsResponse) GetIsCurrent

func (m *WatchAlertingConditionsResponse) GetIsCurrent() bool

func (*WatchAlertingConditionsResponse) GetIsHardReset

func (m *WatchAlertingConditionsResponse) GetIsHardReset() bool

func (*WatchAlertingConditionsResponse) GetIsSoftReset

func (m *WatchAlertingConditionsResponse) GetIsSoftReset() bool

func (*WatchAlertingConditionsResponse) GetPageTokenChange

func (*WatchAlertingConditionsResponse) GetResumeToken

func (m *WatchAlertingConditionsResponse) GetResumeToken() string

func (*WatchAlertingConditionsResponse) GetSnapshotSize

func (m *WatchAlertingConditionsResponse) GetSnapshotSize() int64

func (*WatchAlertingConditionsResponse) GotenMessage

func (*WatchAlertingConditionsResponse) GotenMessage()

func (*WatchAlertingConditionsResponse) GotenValidate

func (obj *WatchAlertingConditionsResponse) GotenValidate() error

func (*WatchAlertingConditionsResponse) Marshal

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

func (*WatchAlertingConditionsResponse) MarshalJSON

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

func (*WatchAlertingConditionsResponse) ProtoMessage

func (*WatchAlertingConditionsResponse) ProtoMessage()

func (*WatchAlertingConditionsResponse) ProtoReflect

func (*WatchAlertingConditionsResponse) Reset

func (*WatchAlertingConditionsResponse) SetAlertingConditionChanges

func (m *WatchAlertingConditionsResponse) SetAlertingConditionChanges(fv []*alerting_condition.AlertingConditionChange)

func (*WatchAlertingConditionsResponse) SetIsCurrent

func (m *WatchAlertingConditionsResponse) SetIsCurrent(fv bool)

func (*WatchAlertingConditionsResponse) SetIsHardReset

func (m *WatchAlertingConditionsResponse) SetIsHardReset(fv bool)

func (*WatchAlertingConditionsResponse) SetIsSoftReset

func (m *WatchAlertingConditionsResponse) SetIsSoftReset(fv bool)

func (*WatchAlertingConditionsResponse) SetPageTokenChange

func (*WatchAlertingConditionsResponse) SetResumeToken

func (m *WatchAlertingConditionsResponse) SetResumeToken(fv string)

func (*WatchAlertingConditionsResponse) SetSnapshotSize

func (m *WatchAlertingConditionsResponse) SetSnapshotSize(fv int64)

func (*WatchAlertingConditionsResponse) String

func (*WatchAlertingConditionsResponse) Unmarshal

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

func (*WatchAlertingConditionsResponse) UnmarshalJSON

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

type WatchAlertingConditionsResponse_PageTokenChange

type WatchAlertingConditionsResponse_PageTokenChange struct {

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

func (*WatchAlertingConditionsResponse_PageTokenChange) Descriptor

Deprecated, Use WatchAlertingConditionsResponse_PageTokenChange.ProtoReflect.Descriptor instead.

func (*WatchAlertingConditionsResponse_PageTokenChange) GetNextPageToken

func (*WatchAlertingConditionsResponse_PageTokenChange) GetPrevPageToken

func (*WatchAlertingConditionsResponse_PageTokenChange) GotenMessage

func (*WatchAlertingConditionsResponse_PageTokenChange) GotenValidate

func (*WatchAlertingConditionsResponse_PageTokenChange) Marshal

func (*WatchAlertingConditionsResponse_PageTokenChange) MarshalJSON

func (*WatchAlertingConditionsResponse_PageTokenChange) ProtoMessage

func (*WatchAlertingConditionsResponse_PageTokenChange) ProtoReflect

func (*WatchAlertingConditionsResponse_PageTokenChange) Reset

func (*WatchAlertingConditionsResponse_PageTokenChange) SetNextPageToken

func (*WatchAlertingConditionsResponse_PageTokenChange) SetPrevPageToken

func (*WatchAlertingConditionsResponse_PageTokenChange) String

func (*WatchAlertingConditionsResponse_PageTokenChange) Unmarshal

func (*WatchAlertingConditionsResponse_PageTokenChange) UnmarshalJSON

Jump to

Keyboard shortcuts

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