ts_condition_client

package
v1.16.2 Latest Latest
Warning

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

Go to latest
Published: Sep 12, 2025 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 BatchGetTsConditionsDescriptor

type BatchGetTsConditionsDescriptor struct{}

func GetBatchGetTsConditionsDescriptor

func GetBatchGetTsConditionsDescriptor() *BatchGetTsConditionsDescriptor

func (*BatchGetTsConditionsDescriptor) GetApiDescriptor

func (*BatchGetTsConditionsDescriptor) GetApiName

func (d *BatchGetTsConditionsDescriptor) GetApiName() string

func (*BatchGetTsConditionsDescriptor) GetClientMsgReflectHandle

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

func (*BatchGetTsConditionsDescriptor) GetFullMethodName

func (d *BatchGetTsConditionsDescriptor) GetFullMethodName() string

func (*BatchGetTsConditionsDescriptor) GetMethodName

func (d *BatchGetTsConditionsDescriptor) GetMethodName() string

func (*BatchGetTsConditionsDescriptor) GetProtoPkgName

func (d *BatchGetTsConditionsDescriptor) GetProtoPkgName() string

func (*BatchGetTsConditionsDescriptor) GetResourceDescriptor

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

func (*BatchGetTsConditionsDescriptor) GetServerMsgReflectHandle

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

func (*BatchGetTsConditionsDescriptor) GetServiceDomain

func (d *BatchGetTsConditionsDescriptor) GetServiceDomain() string

func (*BatchGetTsConditionsDescriptor) GetServiceVersion

func (d *BatchGetTsConditionsDescriptor) GetServiceVersion() string

func (*BatchGetTsConditionsDescriptor) GetVerb

func (*BatchGetTsConditionsDescriptor) HasResource

func (d *BatchGetTsConditionsDescriptor) HasResource() bool

func (*BatchGetTsConditionsDescriptor) IsClientStream

func (d *BatchGetTsConditionsDescriptor) IsClientStream() bool

func (*BatchGetTsConditionsDescriptor) IsCollection

func (d *BatchGetTsConditionsDescriptor) IsCollection() bool

func (*BatchGetTsConditionsDescriptor) IsPlural

func (d *BatchGetTsConditionsDescriptor) IsPlural() bool

func (*BatchGetTsConditionsDescriptor) IsServerStream

func (d *BatchGetTsConditionsDescriptor) IsServerStream() bool

func (*BatchGetTsConditionsDescriptor) IsUnary

func (d *BatchGetTsConditionsDescriptor) IsUnary() bool

func (*BatchGetTsConditionsDescriptor) NewEmptyClientMsg

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

func (*BatchGetTsConditionsDescriptor) NewEmptyServerMsg

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

func (*BatchGetTsConditionsDescriptor) RequestHasResourceBody

func (d *BatchGetTsConditionsDescriptor) RequestHasResourceBody() bool

type BatchGetTsConditionsDescriptorClientMsgHandle

type BatchGetTsConditionsDescriptorClientMsgHandle struct{}

func (*BatchGetTsConditionsDescriptorClientMsgHandle) ExtractCollectionName

func (*BatchGetTsConditionsDescriptorClientMsgHandle) ExtractResourceBodies

func (*BatchGetTsConditionsDescriptorClientMsgHandle) ExtractResourceBody

func (*BatchGetTsConditionsDescriptorClientMsgHandle) ExtractResourceName

func (*BatchGetTsConditionsDescriptorClientMsgHandle) ExtractResourceNames

type BatchGetTsConditionsDescriptorServerMsgHandle

type BatchGetTsConditionsDescriptorServerMsgHandle struct{}

func (*BatchGetTsConditionsDescriptorServerMsgHandle) ExtractCollectionName

func (*BatchGetTsConditionsDescriptorServerMsgHandle) ExtractResourceBodies

func (*BatchGetTsConditionsDescriptorServerMsgHandle) ExtractResourceBody

func (*BatchGetTsConditionsDescriptorServerMsgHandle) ExtractResourceName

func (*BatchGetTsConditionsDescriptorServerMsgHandle) ExtractResourceNames

type BatchGetTsConditionsRequest

type BatchGetTsConditionsRequest struct {

	// Names of TsConditions
	Names []*ts_condition.Name `protobuf:"bytes,2,rep,customtype=Name,name=names,proto3" json:"names,omitempty"`
	// A list of extra fields to be obtained for each response item on top of
	// fields defined by request field view
	FieldMask *ts_condition.TsCondition_FieldMask `protobuf:"bytes,3,opt,customtype=TsCondition_FieldMask,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"`
	// 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"`
	// contains filtered or unexported fields
}

A request message of the BatchGetTsConditions method.

func (*BatchGetTsConditionsRequest) Descriptor

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

Deprecated, Use BatchGetTsConditionsRequest.ProtoReflect.Descriptor instead.

func (*BatchGetTsConditionsRequest) GetFieldMask

func (*BatchGetTsConditionsRequest) GetNames

func (*BatchGetTsConditionsRequest) GetView

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

func (*BatchGetTsConditionsRequest) GotenMessage

func (*BatchGetTsConditionsRequest) GotenMessage()

func (*BatchGetTsConditionsRequest) GotenValidate

func (obj *BatchGetTsConditionsRequest) GotenValidate() error

func (*BatchGetTsConditionsRequest) Marshal

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

func (*BatchGetTsConditionsRequest) MarshalJSON

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

func (*BatchGetTsConditionsRequest) ProtoMessage

func (*BatchGetTsConditionsRequest) ProtoMessage()

func (*BatchGetTsConditionsRequest) ProtoReflect

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

func (*BatchGetTsConditionsRequest) Reset

func (m *BatchGetTsConditionsRequest) Reset()

func (*BatchGetTsConditionsRequest) SetFieldMask

func (*BatchGetTsConditionsRequest) SetNames

func (m *BatchGetTsConditionsRequest) SetNames(fv []*ts_condition.Name)

func (*BatchGetTsConditionsRequest) SetView

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

func (*BatchGetTsConditionsRequest) String

func (m *BatchGetTsConditionsRequest) String() string

func (*BatchGetTsConditionsRequest) Unmarshal

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

func (*BatchGetTsConditionsRequest) UnmarshalJSON

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

type BatchGetTsConditionsResponse

type BatchGetTsConditionsResponse struct {

	// found TsConditions
	TsConditions []*ts_condition.TsCondition `protobuf:"bytes,1,rep,name=ts_conditions,json=tsConditions,proto3" json:"ts_conditions,omitempty"`
	// list of not found TsConditions
	Missing []*ts_condition.Name `protobuf:"bytes,2,rep,customtype=Name,name=missing,proto3" json:"missing,omitempty"`
	// contains filtered or unexported fields
}

A response message of the BatchGetTsConditions method.

func (*BatchGetTsConditionsResponse) Descriptor

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

Deprecated, Use BatchGetTsConditionsResponse.ProtoReflect.Descriptor instead.

func (*BatchGetTsConditionsResponse) GetMissing

func (m *BatchGetTsConditionsResponse) GetMissing() []*ts_condition.Name

func (*BatchGetTsConditionsResponse) GetTsConditions

func (m *BatchGetTsConditionsResponse) GetTsConditions() []*ts_condition.TsCondition

func (*BatchGetTsConditionsResponse) GotenMessage

func (*BatchGetTsConditionsResponse) GotenMessage()

func (*BatchGetTsConditionsResponse) GotenValidate

func (obj *BatchGetTsConditionsResponse) GotenValidate() error

func (*BatchGetTsConditionsResponse) Marshal

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

func (*BatchGetTsConditionsResponse) MarshalJSON

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

func (*BatchGetTsConditionsResponse) ProtoMessage

func (*BatchGetTsConditionsResponse) ProtoMessage()

func (*BatchGetTsConditionsResponse) ProtoReflect

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

func (*BatchGetTsConditionsResponse) Reset

func (m *BatchGetTsConditionsResponse) Reset()

func (*BatchGetTsConditionsResponse) SetMissing

func (m *BatchGetTsConditionsResponse) SetMissing(fv []*ts_condition.Name)

func (*BatchGetTsConditionsResponse) SetTsConditions

func (m *BatchGetTsConditionsResponse) SetTsConditions(fv []*ts_condition.TsCondition)

func (*BatchGetTsConditionsResponse) String

func (*BatchGetTsConditionsResponse) Unmarshal

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

func (*BatchGetTsConditionsResponse) UnmarshalJSON

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

type CreateTsConditionDescriptor

type CreateTsConditionDescriptor struct{}

func GetCreateTsConditionDescriptor

func GetCreateTsConditionDescriptor() *CreateTsConditionDescriptor

func (*CreateTsConditionDescriptor) GetApiDescriptor

func (*CreateTsConditionDescriptor) GetApiName

func (d *CreateTsConditionDescriptor) GetApiName() string

func (*CreateTsConditionDescriptor) GetClientMsgReflectHandle

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

func (*CreateTsConditionDescriptor) GetFullMethodName

func (d *CreateTsConditionDescriptor) GetFullMethodName() string

func (*CreateTsConditionDescriptor) GetMethodName

func (d *CreateTsConditionDescriptor) GetMethodName() string

func (*CreateTsConditionDescriptor) GetProtoPkgName

func (d *CreateTsConditionDescriptor) GetProtoPkgName() string

func (*CreateTsConditionDescriptor) GetResourceDescriptor

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

func (*CreateTsConditionDescriptor) GetServerMsgReflectHandle

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

func (*CreateTsConditionDescriptor) GetServiceDomain

func (d *CreateTsConditionDescriptor) GetServiceDomain() string

func (*CreateTsConditionDescriptor) GetServiceVersion

func (d *CreateTsConditionDescriptor) GetServiceVersion() string

func (*CreateTsConditionDescriptor) GetVerb

func (d *CreateTsConditionDescriptor) GetVerb() string

func (*CreateTsConditionDescriptor) HasResource

func (d *CreateTsConditionDescriptor) HasResource() bool

func (*CreateTsConditionDescriptor) IsClientStream

func (d *CreateTsConditionDescriptor) IsClientStream() bool

func (*CreateTsConditionDescriptor) IsCollection

func (d *CreateTsConditionDescriptor) IsCollection() bool

func (*CreateTsConditionDescriptor) IsPlural

func (d *CreateTsConditionDescriptor) IsPlural() bool

func (*CreateTsConditionDescriptor) IsServerStream

func (d *CreateTsConditionDescriptor) IsServerStream() bool

func (*CreateTsConditionDescriptor) IsUnary

func (d *CreateTsConditionDescriptor) IsUnary() bool

func (*CreateTsConditionDescriptor) NewEmptyClientMsg

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

func (*CreateTsConditionDescriptor) NewEmptyServerMsg

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

func (*CreateTsConditionDescriptor) RequestHasResourceBody

func (d *CreateTsConditionDescriptor) RequestHasResourceBody() bool

type CreateTsConditionDescriptorClientMsgHandle

type CreateTsConditionDescriptorClientMsgHandle struct{}

func (*CreateTsConditionDescriptorClientMsgHandle) ExtractCollectionName

func (*CreateTsConditionDescriptorClientMsgHandle) ExtractResourceBodies

func (*CreateTsConditionDescriptorClientMsgHandle) ExtractResourceBody

func (*CreateTsConditionDescriptorClientMsgHandle) ExtractResourceName

func (*CreateTsConditionDescriptorClientMsgHandle) ExtractResourceNames

type CreateTsConditionDescriptorServerMsgHandle

type CreateTsConditionDescriptorServerMsgHandle struct{}

func (*CreateTsConditionDescriptorServerMsgHandle) ExtractCollectionName

func (*CreateTsConditionDescriptorServerMsgHandle) ExtractResourceBodies

func (*CreateTsConditionDescriptorServerMsgHandle) ExtractResourceBody

func (*CreateTsConditionDescriptorServerMsgHandle) ExtractResourceName

func (*CreateTsConditionDescriptorServerMsgHandle) ExtractResourceNames

type CreateTsConditionRequest

type CreateTsConditionRequest struct {

	// Parent name of ntt.alerting.v1.TsCondition
	Parent *ts_condition.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty"`
	// TsCondition resource body
	TsCondition *ts_condition.TsCondition `protobuf:"bytes,2,opt,name=ts_condition,json=tsCondition,proto3" json:"ts_condition,omitempty"`
	// Optional masking applied to response object to reduce message response
	// size.
	ResponseMask *CreateTsConditionRequest_ResponseMask `protobuf:"bytes,3,opt,name=response_mask,json=responseMask,proto3" json:"response_mask,omitempty"`
	// contains filtered or unexported fields
}

A request message of the CreateTsCondition method.

func (*CreateTsConditionRequest) Descriptor

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

Deprecated, Use CreateTsConditionRequest.ProtoReflect.Descriptor instead.

func (*CreateTsConditionRequest) GetParent

func (*CreateTsConditionRequest) GetResponseMask

func (*CreateTsConditionRequest) GetTsCondition

func (m *CreateTsConditionRequest) GetTsCondition() *ts_condition.TsCondition

func (*CreateTsConditionRequest) GotenMessage

func (*CreateTsConditionRequest) GotenMessage()

func (*CreateTsConditionRequest) GotenValidate

func (obj *CreateTsConditionRequest) GotenValidate() error

func (*CreateTsConditionRequest) Marshal

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

func (*CreateTsConditionRequest) MarshalJSON

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

func (*CreateTsConditionRequest) ProtoMessage

func (*CreateTsConditionRequest) ProtoMessage()

func (*CreateTsConditionRequest) ProtoReflect

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

func (*CreateTsConditionRequest) Reset

func (m *CreateTsConditionRequest) Reset()

func (*CreateTsConditionRequest) SetParent

func (*CreateTsConditionRequest) SetResponseMask

func (*CreateTsConditionRequest) SetTsCondition

func (m *CreateTsConditionRequest) SetTsCondition(fv *ts_condition.TsCondition)

func (*CreateTsConditionRequest) String

func (m *CreateTsConditionRequest) String() string

func (*CreateTsConditionRequest) Unmarshal

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

func (*CreateTsConditionRequest) UnmarshalJSON

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

type CreateTsConditionRequest_ResponseMask

type CreateTsConditionRequest_ResponseMask struct {

	// Types that are valid to be assigned to Masking:
	//	*CreateTsConditionRequest_ResponseMask_SkipEntireResponseBody
	//	*CreateTsConditionRequest_ResponseMask_BodyMask
	Masking isCreateTsConditionRequest_ResponseMask_Masking `protobuf_oneof:"masking"`
	// contains filtered or unexported fields
}

ResponseMask allows client to reduce response message size.

func (*CreateTsConditionRequest_ResponseMask) Descriptor

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

Deprecated, Use CreateTsConditionRequest_ResponseMask.ProtoReflect.Descriptor instead.

func (*CreateTsConditionRequest_ResponseMask) GetBodyMask

func (*CreateTsConditionRequest_ResponseMask) GetMasking

func (m *CreateTsConditionRequest_ResponseMask) GetMasking() isCreateTsConditionRequest_ResponseMask_Masking

func (*CreateTsConditionRequest_ResponseMask) GetSkipEntireResponseBody

func (m *CreateTsConditionRequest_ResponseMask) GetSkipEntireResponseBody() bool

func (*CreateTsConditionRequest_ResponseMask) GotenMessage

func (*CreateTsConditionRequest_ResponseMask) GotenMessage()

func (*CreateTsConditionRequest_ResponseMask) GotenValidate

func (obj *CreateTsConditionRequest_ResponseMask) GotenValidate() error

func (*CreateTsConditionRequest_ResponseMask) Marshal

func (*CreateTsConditionRequest_ResponseMask) MarshalJSON

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

func (*CreateTsConditionRequest_ResponseMask) ProtoMessage

func (*CreateTsConditionRequest_ResponseMask) ProtoMessage()

func (*CreateTsConditionRequest_ResponseMask) ProtoReflect

func (*CreateTsConditionRequest_ResponseMask) Reset

func (*CreateTsConditionRequest_ResponseMask) SetBodyMask

func (*CreateTsConditionRequest_ResponseMask) SetMasking

func (m *CreateTsConditionRequest_ResponseMask) SetMasking(ofv isCreateTsConditionRequest_ResponseMask_Masking)

func (*CreateTsConditionRequest_ResponseMask) SetSkipEntireResponseBody

func (m *CreateTsConditionRequest_ResponseMask) SetSkipEntireResponseBody(fv bool)

func (*CreateTsConditionRequest_ResponseMask) String

func (*CreateTsConditionRequest_ResponseMask) Unmarshal

func (*CreateTsConditionRequest_ResponseMask) UnmarshalJSON

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

type CreateTsConditionRequest_ResponseMask_BodyMask

type CreateTsConditionRequest_ResponseMask_BodyMask struct {
	// If this field is populated, then resource in response will contain only
	// specific fields.
	BodyMask *ts_condition.TsCondition_FieldMask `protobuf:"bytes,2,opt,customtype=TsCondition_FieldMask,name=body_mask,json=bodyMask,proto3,oneof"`
}

type CreateTsConditionRequest_ResponseMask_SkipEntireResponseBody

type CreateTsConditionRequest_ResponseMask_SkipEntireResponseBody struct {
	// If this flag has value true, then response will contain just empty
	// resource without any fields populated.
	SkipEntireResponseBody bool `protobuf:"varint,1,opt,name=skip_entire_response_body,json=skipEntireResponseBody,proto3,oneof"`
}

type DeleteTsConditionDescriptor

type DeleteTsConditionDescriptor struct{}

func GetDeleteTsConditionDescriptor

func GetDeleteTsConditionDescriptor() *DeleteTsConditionDescriptor

func (*DeleteTsConditionDescriptor) GetApiDescriptor

func (*DeleteTsConditionDescriptor) GetApiName

func (d *DeleteTsConditionDescriptor) GetApiName() string

func (*DeleteTsConditionDescriptor) GetClientMsgReflectHandle

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

func (*DeleteTsConditionDescriptor) GetFullMethodName

func (d *DeleteTsConditionDescriptor) GetFullMethodName() string

func (*DeleteTsConditionDescriptor) GetMethodName

func (d *DeleteTsConditionDescriptor) GetMethodName() string

func (*DeleteTsConditionDescriptor) GetProtoPkgName

func (d *DeleteTsConditionDescriptor) GetProtoPkgName() string

func (*DeleteTsConditionDescriptor) GetResourceDescriptor

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

func (*DeleteTsConditionDescriptor) GetServerMsgReflectHandle

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

func (*DeleteTsConditionDescriptor) GetServiceDomain

func (d *DeleteTsConditionDescriptor) GetServiceDomain() string

func (*DeleteTsConditionDescriptor) GetServiceVersion

func (d *DeleteTsConditionDescriptor) GetServiceVersion() string

func (*DeleteTsConditionDescriptor) GetVerb

func (d *DeleteTsConditionDescriptor) GetVerb() string

func (*DeleteTsConditionDescriptor) HasResource

func (d *DeleteTsConditionDescriptor) HasResource() bool

func (*DeleteTsConditionDescriptor) IsClientStream

func (d *DeleteTsConditionDescriptor) IsClientStream() bool

func (*DeleteTsConditionDescriptor) IsCollection

func (d *DeleteTsConditionDescriptor) IsCollection() bool

func (*DeleteTsConditionDescriptor) IsPlural

func (d *DeleteTsConditionDescriptor) IsPlural() bool

func (*DeleteTsConditionDescriptor) IsServerStream

func (d *DeleteTsConditionDescriptor) IsServerStream() bool

func (*DeleteTsConditionDescriptor) IsUnary

func (d *DeleteTsConditionDescriptor) IsUnary() bool

func (*DeleteTsConditionDescriptor) NewEmptyClientMsg

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

func (*DeleteTsConditionDescriptor) NewEmptyServerMsg

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

func (*DeleteTsConditionDescriptor) RequestHasResourceBody

func (d *DeleteTsConditionDescriptor) RequestHasResourceBody() bool

type DeleteTsConditionDescriptorClientMsgHandle

type DeleteTsConditionDescriptorClientMsgHandle struct{}

func (*DeleteTsConditionDescriptorClientMsgHandle) ExtractCollectionName

func (*DeleteTsConditionDescriptorClientMsgHandle) ExtractResourceBodies

func (*DeleteTsConditionDescriptorClientMsgHandle) ExtractResourceBody

func (*DeleteTsConditionDescriptorClientMsgHandle) ExtractResourceName

func (*DeleteTsConditionDescriptorClientMsgHandle) ExtractResourceNames

type DeleteTsConditionDescriptorServerMsgHandle

type DeleteTsConditionDescriptorServerMsgHandle struct{}

func (*DeleteTsConditionDescriptorServerMsgHandle) ExtractCollectionName

func (*DeleteTsConditionDescriptorServerMsgHandle) ExtractResourceBodies

func (*DeleteTsConditionDescriptorServerMsgHandle) ExtractResourceBody

func (*DeleteTsConditionDescriptorServerMsgHandle) ExtractResourceName

func (*DeleteTsConditionDescriptorServerMsgHandle) ExtractResourceNames

type DeleteTsConditionRequest

type DeleteTsConditionRequest struct {

	// Name of ntt.alerting.v1.TsCondition
	Name *ts_condition.Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty"`
	// If set to true, and the resource is not found, method will be successful
	// and will not return NotFound error.
	AllowMissing bool `protobuf:"varint,2,opt,name=allow_missing,json=allowMissing,proto3" json:"allow_missing,omitempty"`
	// contains filtered or unexported fields
}

A request message of the DeleteTsCondition method.

func (*DeleteTsConditionRequest) Descriptor

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

Deprecated, Use DeleteTsConditionRequest.ProtoReflect.Descriptor instead.

func (*DeleteTsConditionRequest) GetAllowMissing added in v1.14.3

func (m *DeleteTsConditionRequest) GetAllowMissing() bool

func (*DeleteTsConditionRequest) GetName

func (*DeleteTsConditionRequest) GotenMessage

func (*DeleteTsConditionRequest) GotenMessage()

func (*DeleteTsConditionRequest) GotenValidate

func (obj *DeleteTsConditionRequest) GotenValidate() error

func (*DeleteTsConditionRequest) Marshal

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

func (*DeleteTsConditionRequest) MarshalJSON

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

func (*DeleteTsConditionRequest) ProtoMessage

func (*DeleteTsConditionRequest) ProtoMessage()

func (*DeleteTsConditionRequest) ProtoReflect

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

func (*DeleteTsConditionRequest) Reset

func (m *DeleteTsConditionRequest) Reset()

func (*DeleteTsConditionRequest) SetAllowMissing added in v1.14.3

func (m *DeleteTsConditionRequest) SetAllowMissing(fv bool)

func (*DeleteTsConditionRequest) SetName

func (m *DeleteTsConditionRequest) SetName(fv *ts_condition.Name)

func (*DeleteTsConditionRequest) String

func (m *DeleteTsConditionRequest) String() string

func (*DeleteTsConditionRequest) Unmarshal

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

func (*DeleteTsConditionRequest) UnmarshalJSON

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

type GetTsConditionDescriptor

type GetTsConditionDescriptor struct{}

func GetGetTsConditionDescriptor

func GetGetTsConditionDescriptor() *GetTsConditionDescriptor

func (*GetTsConditionDescriptor) GetApiDescriptor

func (d *GetTsConditionDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor

func (*GetTsConditionDescriptor) GetApiName

func (d *GetTsConditionDescriptor) GetApiName() string

func (*GetTsConditionDescriptor) GetClientMsgReflectHandle

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

func (*GetTsConditionDescriptor) GetFullMethodName

func (d *GetTsConditionDescriptor) GetFullMethodName() string

func (*GetTsConditionDescriptor) GetMethodName

func (d *GetTsConditionDescriptor) GetMethodName() string

func (*GetTsConditionDescriptor) GetProtoPkgName

func (d *GetTsConditionDescriptor) GetProtoPkgName() string

func (*GetTsConditionDescriptor) GetResourceDescriptor

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

func (*GetTsConditionDescriptor) GetServerMsgReflectHandle

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

func (*GetTsConditionDescriptor) GetServiceDomain

func (d *GetTsConditionDescriptor) GetServiceDomain() string

func (*GetTsConditionDescriptor) GetServiceVersion

func (d *GetTsConditionDescriptor) GetServiceVersion() string

func (*GetTsConditionDescriptor) GetVerb

func (d *GetTsConditionDescriptor) GetVerb() string

func (*GetTsConditionDescriptor) HasResource

func (d *GetTsConditionDescriptor) HasResource() bool

func (*GetTsConditionDescriptor) IsClientStream

func (d *GetTsConditionDescriptor) IsClientStream() bool

func (*GetTsConditionDescriptor) IsCollection

func (d *GetTsConditionDescriptor) IsCollection() bool

func (*GetTsConditionDescriptor) IsPlural

func (d *GetTsConditionDescriptor) IsPlural() bool

func (*GetTsConditionDescriptor) IsServerStream

func (d *GetTsConditionDescriptor) IsServerStream() bool

func (*GetTsConditionDescriptor) IsUnary

func (d *GetTsConditionDescriptor) IsUnary() bool

func (*GetTsConditionDescriptor) NewEmptyClientMsg

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

func (*GetTsConditionDescriptor) NewEmptyServerMsg

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

func (*GetTsConditionDescriptor) RequestHasResourceBody

func (d *GetTsConditionDescriptor) RequestHasResourceBody() bool

type GetTsConditionDescriptorClientMsgHandle

type GetTsConditionDescriptorClientMsgHandle struct{}

func (*GetTsConditionDescriptorClientMsgHandle) ExtractCollectionName

func (*GetTsConditionDescriptorClientMsgHandle) ExtractResourceBodies

func (*GetTsConditionDescriptorClientMsgHandle) ExtractResourceBody

func (*GetTsConditionDescriptorClientMsgHandle) ExtractResourceName

func (*GetTsConditionDescriptorClientMsgHandle) ExtractResourceNames

type GetTsConditionDescriptorServerMsgHandle

type GetTsConditionDescriptorServerMsgHandle struct{}

func (*GetTsConditionDescriptorServerMsgHandle) ExtractCollectionName

func (*GetTsConditionDescriptorServerMsgHandle) ExtractResourceBodies

func (*GetTsConditionDescriptorServerMsgHandle) ExtractResourceBody

func (*GetTsConditionDescriptorServerMsgHandle) ExtractResourceName

func (*GetTsConditionDescriptorServerMsgHandle) ExtractResourceNames

type GetTsConditionRequest

type GetTsConditionRequest struct {

	// Name of ntt.alerting.v1.TsCondition
	Name *ts_condition.Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty"`
	// A list of extra fields to be obtained for each response item on top of
	// fields defined by request field view
	FieldMask *ts_condition.TsCondition_FieldMask `protobuf:"bytes,3,opt,customtype=TsCondition_FieldMask,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"`
	// 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"`
	// contains filtered or unexported fields
}

A request message of the GetTsCondition method.

func (*GetTsConditionRequest) Descriptor

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

Deprecated, Use GetTsConditionRequest.ProtoReflect.Descriptor instead.

func (*GetTsConditionRequest) GetFieldMask

func (*GetTsConditionRequest) GetName

func (m *GetTsConditionRequest) GetName() *ts_condition.Name

func (*GetTsConditionRequest) GetView

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

func (*GetTsConditionRequest) GotenMessage

func (*GetTsConditionRequest) GotenMessage()

func (*GetTsConditionRequest) GotenValidate

func (obj *GetTsConditionRequest) GotenValidate() error

func (*GetTsConditionRequest) Marshal

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

func (*GetTsConditionRequest) MarshalJSON

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

func (*GetTsConditionRequest) ProtoMessage

func (*GetTsConditionRequest) ProtoMessage()

func (*GetTsConditionRequest) ProtoReflect

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

func (*GetTsConditionRequest) Reset

func (m *GetTsConditionRequest) Reset()

func (*GetTsConditionRequest) SetFieldMask

func (*GetTsConditionRequest) SetName

func (m *GetTsConditionRequest) SetName(fv *ts_condition.Name)

func (*GetTsConditionRequest) SetView

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

func (*GetTsConditionRequest) String

func (m *GetTsConditionRequest) String() string

func (*GetTsConditionRequest) Unmarshal

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

func (*GetTsConditionRequest) UnmarshalJSON

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

type ListTsConditionsDescriptor

type ListTsConditionsDescriptor struct{}

func GetListTsConditionsDescriptor

func GetListTsConditionsDescriptor() *ListTsConditionsDescriptor

func (*ListTsConditionsDescriptor) GetApiDescriptor

func (*ListTsConditionsDescriptor) GetApiName

func (d *ListTsConditionsDescriptor) GetApiName() string

func (*ListTsConditionsDescriptor) GetClientMsgReflectHandle

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

func (*ListTsConditionsDescriptor) GetFullMethodName

func (d *ListTsConditionsDescriptor) GetFullMethodName() string

func (*ListTsConditionsDescriptor) GetMethodName

func (d *ListTsConditionsDescriptor) GetMethodName() string

func (*ListTsConditionsDescriptor) GetProtoPkgName

func (d *ListTsConditionsDescriptor) GetProtoPkgName() string

func (*ListTsConditionsDescriptor) GetResourceDescriptor

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

func (*ListTsConditionsDescriptor) GetServerMsgReflectHandle

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

func (*ListTsConditionsDescriptor) GetServiceDomain

func (d *ListTsConditionsDescriptor) GetServiceDomain() string

func (*ListTsConditionsDescriptor) GetServiceVersion

func (d *ListTsConditionsDescriptor) GetServiceVersion() string

func (*ListTsConditionsDescriptor) GetVerb

func (d *ListTsConditionsDescriptor) GetVerb() string

func (*ListTsConditionsDescriptor) HasResource

func (d *ListTsConditionsDescriptor) HasResource() bool

func (*ListTsConditionsDescriptor) IsClientStream

func (d *ListTsConditionsDescriptor) IsClientStream() bool

func (*ListTsConditionsDescriptor) IsCollection

func (d *ListTsConditionsDescriptor) IsCollection() bool

func (*ListTsConditionsDescriptor) IsPlural

func (d *ListTsConditionsDescriptor) IsPlural() bool

func (*ListTsConditionsDescriptor) IsServerStream

func (d *ListTsConditionsDescriptor) IsServerStream() bool

func (*ListTsConditionsDescriptor) IsUnary

func (d *ListTsConditionsDescriptor) IsUnary() bool

func (*ListTsConditionsDescriptor) NewEmptyClientMsg

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

func (*ListTsConditionsDescriptor) NewEmptyServerMsg

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

func (*ListTsConditionsDescriptor) RequestHasResourceBody

func (d *ListTsConditionsDescriptor) RequestHasResourceBody() bool

type ListTsConditionsDescriptorClientMsgHandle

type ListTsConditionsDescriptorClientMsgHandle struct{}

func (*ListTsConditionsDescriptorClientMsgHandle) ExtractCollectionName

func (*ListTsConditionsDescriptorClientMsgHandle) ExtractResourceBodies

func (*ListTsConditionsDescriptorClientMsgHandle) ExtractResourceBody

func (*ListTsConditionsDescriptorClientMsgHandle) ExtractResourceName

func (*ListTsConditionsDescriptorClientMsgHandle) ExtractResourceNames

type ListTsConditionsDescriptorServerMsgHandle

type ListTsConditionsDescriptorServerMsgHandle struct{}

func (*ListTsConditionsDescriptorServerMsgHandle) ExtractCollectionName

func (*ListTsConditionsDescriptorServerMsgHandle) ExtractResourceBodies

func (*ListTsConditionsDescriptorServerMsgHandle) ExtractResourceBody

func (*ListTsConditionsDescriptorServerMsgHandle) ExtractResourceName

func (*ListTsConditionsDescriptorServerMsgHandle) ExtractResourceNames

type ListTsConditionsRequest

type ListTsConditionsRequest struct {

	// Parent name of ntt.alerting.v1.TsCondition
	Parent *ts_condition.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty"`
	// Requested page size. Server may return fewer TsConditions 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"`
	// A token identifying a page of results the server should return.
	// Typically, this is the value of
	// ListTsConditionsResponse.next_page_token.
	PageToken *ts_condition.PagerCursor `protobuf:"bytes,3,opt,customtype=PagerCursor,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// 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 *ts_condition.OrderBy `protobuf:"bytes,4,opt,customtype=OrderBy,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	// 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 *ts_condition.Filter `protobuf:"bytes,5,opt,customtype=Filter,name=filter,proto3" json:"filter,omitempty"`
	// A list of extra fields to be obtained for each response item on top of
	// fields defined by request field view
	FieldMask *ts_condition.TsCondition_FieldMask `protobuf:"bytes,6,opt,customtype=TsCondition_FieldMask,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"`
	// 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"`
	// Indicates if list response should contain total count and offset (fields
	// current_offset and total_results_count).
	IncludePagingInfo bool `protobuf:"varint,8,opt,name=include_paging_info,json=includePagingInfo,proto3" json:"include_paging_info,omitempty"`
	// contains filtered or unexported fields
}

A request message of the ListTsConditions method.

func (*ListTsConditionsRequest) Descriptor

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

Deprecated, Use ListTsConditionsRequest.ProtoReflect.Descriptor instead.

func (*ListTsConditionsRequest) GetFieldMask

func (*ListTsConditionsRequest) GetFilter

func (*ListTsConditionsRequest) GetIncludePagingInfo

func (m *ListTsConditionsRequest) GetIncludePagingInfo() bool

func (*ListTsConditionsRequest) GetOrderBy

func (m *ListTsConditionsRequest) GetOrderBy() *ts_condition.OrderBy

func (*ListTsConditionsRequest) GetPageSize

func (m *ListTsConditionsRequest) GetPageSize() int32

func (*ListTsConditionsRequest) GetPageToken

func (*ListTsConditionsRequest) GetParent

func (*ListTsConditionsRequest) GetView

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

func (*ListTsConditionsRequest) GotenMessage

func (*ListTsConditionsRequest) GotenMessage()

func (*ListTsConditionsRequest) GotenValidate

func (obj *ListTsConditionsRequest) GotenValidate() error

func (*ListTsConditionsRequest) Marshal

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

func (*ListTsConditionsRequest) MarshalJSON

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

func (*ListTsConditionsRequest) ProtoMessage

func (*ListTsConditionsRequest) ProtoMessage()

func (*ListTsConditionsRequest) ProtoReflect

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

func (*ListTsConditionsRequest) Reset

func (m *ListTsConditionsRequest) Reset()

func (*ListTsConditionsRequest) SetFieldMask

func (*ListTsConditionsRequest) SetFilter

func (m *ListTsConditionsRequest) SetFilter(fv *ts_condition.Filter)

func (*ListTsConditionsRequest) SetIncludePagingInfo

func (m *ListTsConditionsRequest) SetIncludePagingInfo(fv bool)

func (*ListTsConditionsRequest) SetOrderBy

func (m *ListTsConditionsRequest) SetOrderBy(fv *ts_condition.OrderBy)

func (*ListTsConditionsRequest) SetPageSize

func (m *ListTsConditionsRequest) SetPageSize(fv int32)

func (*ListTsConditionsRequest) SetPageToken

func (m *ListTsConditionsRequest) SetPageToken(fv *ts_condition.PagerCursor)

func (*ListTsConditionsRequest) SetParent

func (*ListTsConditionsRequest) SetView

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

func (*ListTsConditionsRequest) String

func (m *ListTsConditionsRequest) String() string

func (*ListTsConditionsRequest) Unmarshal

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

func (*ListTsConditionsRequest) UnmarshalJSON

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

type ListTsConditionsResponse

type ListTsConditionsResponse struct {

	// The list of TsConditions
	TsConditions []*ts_condition.TsCondition `protobuf:"bytes,1,rep,name=ts_conditions,json=tsConditions,proto3" json:"ts_conditions,omitempty"`
	// A token to retrieve previous page of results.
	//
	// Pass this value in the ListTsConditionsRequest.page_token.
	PrevPageToken *ts_condition.PagerCursor `protobuf:"bytes,3,opt,customtype=PagerCursor,name=prev_page_token,json=prevPageToken,proto3" json:"prev_page_token,omitempty"`
	// A token to retrieve next page of results.
	//
	// Pass this value in the ListTsConditionsRequest.page_token.
	NextPageToken *ts_condition.PagerCursor `protobuf:"bytes,4,opt,customtype=PagerCursor,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// 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 `protobuf:"varint,5,opt,name=current_offset,json=currentOffset,proto3" json:"current_offset,omitempty"`
	// Number of total TsConditions 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 `protobuf:"varint,6,opt,name=total_results_count,json=totalResultsCount,proto3" json:"total_results_count,omitempty"`
	// contains filtered or unexported fields
}

A response message of the ListTsConditions method.

func (*ListTsConditionsResponse) Descriptor

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

Deprecated, Use ListTsConditionsResponse.ProtoReflect.Descriptor instead.

func (*ListTsConditionsResponse) GetCurrentOffset

func (m *ListTsConditionsResponse) GetCurrentOffset() int32

func (*ListTsConditionsResponse) GetNextPageToken

func (m *ListTsConditionsResponse) GetNextPageToken() *ts_condition.PagerCursor

func (*ListTsConditionsResponse) GetPrevPageToken

func (m *ListTsConditionsResponse) GetPrevPageToken() *ts_condition.PagerCursor

func (*ListTsConditionsResponse) GetTotalResultsCount

func (m *ListTsConditionsResponse) GetTotalResultsCount() int32

func (*ListTsConditionsResponse) GetTsConditions

func (m *ListTsConditionsResponse) GetTsConditions() []*ts_condition.TsCondition

func (*ListTsConditionsResponse) GotenMessage

func (*ListTsConditionsResponse) GotenMessage()

func (*ListTsConditionsResponse) GotenValidate

func (obj *ListTsConditionsResponse) GotenValidate() error

func (*ListTsConditionsResponse) Marshal

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

func (*ListTsConditionsResponse) MarshalJSON

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

func (*ListTsConditionsResponse) ProtoMessage

func (*ListTsConditionsResponse) ProtoMessage()

func (*ListTsConditionsResponse) ProtoReflect

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

func (*ListTsConditionsResponse) Reset

func (m *ListTsConditionsResponse) Reset()

func (*ListTsConditionsResponse) SetCurrentOffset

func (m *ListTsConditionsResponse) SetCurrentOffset(fv int32)

func (*ListTsConditionsResponse) SetNextPageToken

func (m *ListTsConditionsResponse) SetNextPageToken(fv *ts_condition.PagerCursor)

func (*ListTsConditionsResponse) SetPrevPageToken

func (m *ListTsConditionsResponse) SetPrevPageToken(fv *ts_condition.PagerCursor)

func (*ListTsConditionsResponse) SetTotalResultsCount

func (m *ListTsConditionsResponse) SetTotalResultsCount(fv int32)

func (*ListTsConditionsResponse) SetTsConditions

func (m *ListTsConditionsResponse) SetTsConditions(fv []*ts_condition.TsCondition)

func (*ListTsConditionsResponse) String

func (m *ListTsConditionsResponse) String() string

func (*ListTsConditionsResponse) Unmarshal

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

func (*ListTsConditionsResponse) UnmarshalJSON

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

type SearchTsConditionsDescriptor

type SearchTsConditionsDescriptor struct{}

func GetSearchTsConditionsDescriptor

func GetSearchTsConditionsDescriptor() *SearchTsConditionsDescriptor

func (*SearchTsConditionsDescriptor) GetApiDescriptor

func (*SearchTsConditionsDescriptor) GetApiName

func (d *SearchTsConditionsDescriptor) GetApiName() string

func (*SearchTsConditionsDescriptor) GetClientMsgReflectHandle

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

func (*SearchTsConditionsDescriptor) GetFullMethodName

func (d *SearchTsConditionsDescriptor) GetFullMethodName() string

func (*SearchTsConditionsDescriptor) GetMethodName

func (d *SearchTsConditionsDescriptor) GetMethodName() string

func (*SearchTsConditionsDescriptor) GetProtoPkgName

func (d *SearchTsConditionsDescriptor) GetProtoPkgName() string

func (*SearchTsConditionsDescriptor) GetResourceDescriptor

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

func (*SearchTsConditionsDescriptor) GetServerMsgReflectHandle

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

func (*SearchTsConditionsDescriptor) GetServiceDomain

func (d *SearchTsConditionsDescriptor) GetServiceDomain() string

func (*SearchTsConditionsDescriptor) GetServiceVersion

func (d *SearchTsConditionsDescriptor) GetServiceVersion() string

func (*SearchTsConditionsDescriptor) GetVerb

func (d *SearchTsConditionsDescriptor) GetVerb() string

func (*SearchTsConditionsDescriptor) HasResource

func (d *SearchTsConditionsDescriptor) HasResource() bool

func (*SearchTsConditionsDescriptor) IsClientStream

func (d *SearchTsConditionsDescriptor) IsClientStream() bool

func (*SearchTsConditionsDescriptor) IsCollection

func (d *SearchTsConditionsDescriptor) IsCollection() bool

func (*SearchTsConditionsDescriptor) IsPlural

func (d *SearchTsConditionsDescriptor) IsPlural() bool

func (*SearchTsConditionsDescriptor) IsServerStream

func (d *SearchTsConditionsDescriptor) IsServerStream() bool

func (*SearchTsConditionsDescriptor) IsUnary

func (d *SearchTsConditionsDescriptor) IsUnary() bool

func (*SearchTsConditionsDescriptor) NewEmptyClientMsg

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

func (*SearchTsConditionsDescriptor) NewEmptyServerMsg

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

func (*SearchTsConditionsDescriptor) RequestHasResourceBody

func (d *SearchTsConditionsDescriptor) RequestHasResourceBody() bool

type SearchTsConditionsDescriptorClientMsgHandle

type SearchTsConditionsDescriptorClientMsgHandle struct{}

func (*SearchTsConditionsDescriptorClientMsgHandle) ExtractCollectionName

func (*SearchTsConditionsDescriptorClientMsgHandle) ExtractResourceBodies

func (*SearchTsConditionsDescriptorClientMsgHandle) ExtractResourceBody

func (*SearchTsConditionsDescriptorClientMsgHandle) ExtractResourceName

func (*SearchTsConditionsDescriptorClientMsgHandle) ExtractResourceNames

type SearchTsConditionsDescriptorServerMsgHandle

type SearchTsConditionsDescriptorServerMsgHandle struct{}

func (*SearchTsConditionsDescriptorServerMsgHandle) ExtractCollectionName

func (*SearchTsConditionsDescriptorServerMsgHandle) ExtractResourceBodies

func (*SearchTsConditionsDescriptorServerMsgHandle) ExtractResourceBody

func (*SearchTsConditionsDescriptorServerMsgHandle) ExtractResourceName

func (*SearchTsConditionsDescriptorServerMsgHandle) ExtractResourceNames

type SearchTsConditionsRequest

type SearchTsConditionsRequest struct {

	// Parent name of ntt.alerting.v1.TsCondition
	Parent *ts_condition.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty"`
	// Requested page size. Server may return fewer TsConditions 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"`
	// A token identifying a page of results the server should return.
	// Typically, this is the value of
	// SearchTsConditionsResponse.next_page_token.
	PageToken *ts_condition.PagerCursor `protobuf:"bytes,3,opt,customtype=PagerCursor,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// 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 *ts_condition.OrderBy `protobuf:"bytes,4,opt,customtype=OrderBy,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	// 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 *ts_condition.Filter `protobuf:"bytes,5,opt,customtype=Filter,name=filter,proto3" json:"filter,omitempty"`
	// A list of extra fields to be obtained for each response item on top of
	// fields defined by request field view
	FieldMask *ts_condition.TsCondition_FieldMask `protobuf:"bytes,6,opt,customtype=TsCondition_FieldMask,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"`
	// 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"`
	// Optional search phrase used to further filter results.
	Phrase string `protobuf:"bytes,8,opt,name=phrase,proto3" json:"phrase,omitempty"`
	// contains filtered or unexported fields
}

A request message of the SearchTsConditions method.

func (*SearchTsConditionsRequest) Descriptor

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

Deprecated, Use SearchTsConditionsRequest.ProtoReflect.Descriptor instead.

func (*SearchTsConditionsRequest) GetFieldMask

func (*SearchTsConditionsRequest) GetFilter

func (*SearchTsConditionsRequest) GetOrderBy

func (*SearchTsConditionsRequest) GetPageSize

func (m *SearchTsConditionsRequest) GetPageSize() int32

func (*SearchTsConditionsRequest) GetPageToken

func (*SearchTsConditionsRequest) GetParent

func (*SearchTsConditionsRequest) GetPhrase

func (m *SearchTsConditionsRequest) GetPhrase() string

func (*SearchTsConditionsRequest) GetView

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

func (*SearchTsConditionsRequest) GotenMessage

func (*SearchTsConditionsRequest) GotenMessage()

func (*SearchTsConditionsRequest) GotenValidate

func (obj *SearchTsConditionsRequest) GotenValidate() error

func (*SearchTsConditionsRequest) Marshal

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

func (*SearchTsConditionsRequest) MarshalJSON

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

func (*SearchTsConditionsRequest) ProtoMessage

func (*SearchTsConditionsRequest) ProtoMessage()

func (*SearchTsConditionsRequest) ProtoReflect

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

func (*SearchTsConditionsRequest) Reset

func (m *SearchTsConditionsRequest) Reset()

func (*SearchTsConditionsRequest) SetFieldMask

func (*SearchTsConditionsRequest) SetFilter

func (m *SearchTsConditionsRequest) SetFilter(fv *ts_condition.Filter)

func (*SearchTsConditionsRequest) SetOrderBy

func (m *SearchTsConditionsRequest) SetOrderBy(fv *ts_condition.OrderBy)

func (*SearchTsConditionsRequest) SetPageSize

func (m *SearchTsConditionsRequest) SetPageSize(fv int32)

func (*SearchTsConditionsRequest) SetPageToken

func (m *SearchTsConditionsRequest) SetPageToken(fv *ts_condition.PagerCursor)

func (*SearchTsConditionsRequest) SetParent

func (*SearchTsConditionsRequest) SetPhrase

func (m *SearchTsConditionsRequest) SetPhrase(fv string)

func (*SearchTsConditionsRequest) SetView

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

func (*SearchTsConditionsRequest) String

func (m *SearchTsConditionsRequest) String() string

func (*SearchTsConditionsRequest) Unmarshal

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

func (*SearchTsConditionsRequest) UnmarshalJSON

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

type SearchTsConditionsResponse

type SearchTsConditionsResponse struct {

	// The list of TsConditions
	TsConditions []*ts_condition.TsCondition `protobuf:"bytes,1,rep,name=ts_conditions,json=tsConditions,proto3" json:"ts_conditions,omitempty"`
	// A token to retrieve previous page of results.
	//
	// Pass this value in the SearchTsConditionsRequest.page_token.
	PrevPageToken *ts_condition.PagerCursor `protobuf:"bytes,3,opt,customtype=PagerCursor,name=prev_page_token,json=prevPageToken,proto3" json:"prev_page_token,omitempty"`
	// A token to retrieve next page of results.
	//
	// Pass this value in the SearchTsConditionsRequest.page_token.
	NextPageToken *ts_condition.PagerCursor `protobuf:"bytes,4,opt,customtype=PagerCursor,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// 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 `protobuf:"varint,5,opt,name=current_offset,json=currentOffset,proto3" json:"current_offset,omitempty"`
	// Number of total TsConditions across all pages.
	TotalResultsCount int32 `protobuf:"varint,6,opt,name=total_results_count,json=totalResultsCount,proto3" json:"total_results_count,omitempty"`
	// contains filtered or unexported fields
}

A response message of the SearchTsConditions method.

func (*SearchTsConditionsResponse) Descriptor

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

Deprecated, Use SearchTsConditionsResponse.ProtoReflect.Descriptor instead.

func (*SearchTsConditionsResponse) GetCurrentOffset

func (m *SearchTsConditionsResponse) GetCurrentOffset() int32

func (*SearchTsConditionsResponse) GetNextPageToken

func (m *SearchTsConditionsResponse) GetNextPageToken() *ts_condition.PagerCursor

func (*SearchTsConditionsResponse) GetPrevPageToken

func (m *SearchTsConditionsResponse) GetPrevPageToken() *ts_condition.PagerCursor

func (*SearchTsConditionsResponse) GetTotalResultsCount

func (m *SearchTsConditionsResponse) GetTotalResultsCount() int32

func (*SearchTsConditionsResponse) GetTsConditions

func (m *SearchTsConditionsResponse) GetTsConditions() []*ts_condition.TsCondition

func (*SearchTsConditionsResponse) GotenMessage

func (*SearchTsConditionsResponse) GotenMessage()

func (*SearchTsConditionsResponse) GotenValidate

func (obj *SearchTsConditionsResponse) GotenValidate() error

func (*SearchTsConditionsResponse) Marshal

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

func (*SearchTsConditionsResponse) MarshalJSON

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

func (*SearchTsConditionsResponse) ProtoMessage

func (*SearchTsConditionsResponse) ProtoMessage()

func (*SearchTsConditionsResponse) ProtoReflect

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

func (*SearchTsConditionsResponse) Reset

func (m *SearchTsConditionsResponse) Reset()

func (*SearchTsConditionsResponse) SetCurrentOffset

func (m *SearchTsConditionsResponse) SetCurrentOffset(fv int32)

func (*SearchTsConditionsResponse) SetNextPageToken

func (m *SearchTsConditionsResponse) SetNextPageToken(fv *ts_condition.PagerCursor)

func (*SearchTsConditionsResponse) SetPrevPageToken

func (m *SearchTsConditionsResponse) SetPrevPageToken(fv *ts_condition.PagerCursor)

func (*SearchTsConditionsResponse) SetTotalResultsCount

func (m *SearchTsConditionsResponse) SetTotalResultsCount(fv int32)

func (*SearchTsConditionsResponse) SetTsConditions

func (m *SearchTsConditionsResponse) SetTsConditions(fv []*ts_condition.TsCondition)

func (*SearchTsConditionsResponse) String

func (m *SearchTsConditionsResponse) String() string

func (*SearchTsConditionsResponse) Unmarshal

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

func (*SearchTsConditionsResponse) UnmarshalJSON

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

type TsConditionServiceClient

TsConditionServiceClient is the client API for TsConditionService.

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

type TsConditionServiceDescriptor

type TsConditionServiceDescriptor struct{}

func GetTsConditionServiceDescriptor

func GetTsConditionServiceDescriptor() *TsConditionServiceDescriptor

func (*TsConditionServiceDescriptor) AllMethodDescriptors

func (d *TsConditionServiceDescriptor) AllMethodDescriptors() []gotenclient.MethodDescriptor

func (*TsConditionServiceDescriptor) GetApiName

func (d *TsConditionServiceDescriptor) GetApiName() string

func (*TsConditionServiceDescriptor) GetFullAPIName

func (d *TsConditionServiceDescriptor) GetFullAPIName() string

func (*TsConditionServiceDescriptor) GetProtoPkgName

func (d *TsConditionServiceDescriptor) GetProtoPkgName() string

func (*TsConditionServiceDescriptor) GetServiceDomain

func (d *TsConditionServiceDescriptor) GetServiceDomain() string

func (*TsConditionServiceDescriptor) GetServiceVersion

func (d *TsConditionServiceDescriptor) GetServiceVersion() string

type UpdateTsConditionDescriptor

type UpdateTsConditionDescriptor struct{}

func GetUpdateTsConditionDescriptor

func GetUpdateTsConditionDescriptor() *UpdateTsConditionDescriptor

func (*UpdateTsConditionDescriptor) GetApiDescriptor

func (*UpdateTsConditionDescriptor) GetApiName

func (d *UpdateTsConditionDescriptor) GetApiName() string

func (*UpdateTsConditionDescriptor) GetClientMsgReflectHandle

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

func (*UpdateTsConditionDescriptor) GetFullMethodName

func (d *UpdateTsConditionDescriptor) GetFullMethodName() string

func (*UpdateTsConditionDescriptor) GetMethodName

func (d *UpdateTsConditionDescriptor) GetMethodName() string

func (*UpdateTsConditionDescriptor) GetProtoPkgName

func (d *UpdateTsConditionDescriptor) GetProtoPkgName() string

func (*UpdateTsConditionDescriptor) GetResourceDescriptor

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

func (*UpdateTsConditionDescriptor) GetServerMsgReflectHandle

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

func (*UpdateTsConditionDescriptor) GetServiceDomain

func (d *UpdateTsConditionDescriptor) GetServiceDomain() string

func (*UpdateTsConditionDescriptor) GetServiceVersion

func (d *UpdateTsConditionDescriptor) GetServiceVersion() string

func (*UpdateTsConditionDescriptor) GetVerb

func (d *UpdateTsConditionDescriptor) GetVerb() string

func (*UpdateTsConditionDescriptor) HasResource

func (d *UpdateTsConditionDescriptor) HasResource() bool

func (*UpdateTsConditionDescriptor) IsClientStream

func (d *UpdateTsConditionDescriptor) IsClientStream() bool

func (*UpdateTsConditionDescriptor) IsCollection

func (d *UpdateTsConditionDescriptor) IsCollection() bool

func (*UpdateTsConditionDescriptor) IsPlural

func (d *UpdateTsConditionDescriptor) IsPlural() bool

func (*UpdateTsConditionDescriptor) IsServerStream

func (d *UpdateTsConditionDescriptor) IsServerStream() bool

func (*UpdateTsConditionDescriptor) IsUnary

func (d *UpdateTsConditionDescriptor) IsUnary() bool

func (*UpdateTsConditionDescriptor) NewEmptyClientMsg

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

func (*UpdateTsConditionDescriptor) NewEmptyServerMsg

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

func (*UpdateTsConditionDescriptor) RequestHasResourceBody

func (d *UpdateTsConditionDescriptor) RequestHasResourceBody() bool

type UpdateTsConditionDescriptorClientMsgHandle

type UpdateTsConditionDescriptorClientMsgHandle struct{}

func (*UpdateTsConditionDescriptorClientMsgHandle) ExtractCollectionName

func (*UpdateTsConditionDescriptorClientMsgHandle) ExtractResourceBodies

func (*UpdateTsConditionDescriptorClientMsgHandle) ExtractResourceBody

func (*UpdateTsConditionDescriptorClientMsgHandle) ExtractResourceName

func (*UpdateTsConditionDescriptorClientMsgHandle) ExtractResourceNames

type UpdateTsConditionDescriptorServerMsgHandle

type UpdateTsConditionDescriptorServerMsgHandle struct{}

func (*UpdateTsConditionDescriptorServerMsgHandle) ExtractCollectionName

func (*UpdateTsConditionDescriptorServerMsgHandle) ExtractResourceBodies

func (*UpdateTsConditionDescriptorServerMsgHandle) ExtractResourceBody

func (*UpdateTsConditionDescriptorServerMsgHandle) ExtractResourceName

func (*UpdateTsConditionDescriptorServerMsgHandle) ExtractResourceNames

type UpdateTsConditionRequest

type UpdateTsConditionRequest struct {

	// TsCondition resource body
	TsCondition *ts_condition.TsCondition `protobuf:"bytes,2,opt,name=ts_condition,json=tsCondition,proto3" json:"ts_condition,omitempty"`
	// FieldMask applied to request - change will be applied only for fields in
	// the mask
	UpdateMask *ts_condition.TsCondition_FieldMask `protobuf:"bytes,3,opt,customtype=TsCondition_FieldMask,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
	// 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 *UpdateTsConditionRequest_CAS `protobuf:"bytes,4,opt,name=cas,proto3" json:"cas,omitempty"`
	// 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"`
	// reduce message response size.
	ResponseMask *UpdateTsConditionRequest_ResponseMask `protobuf:"bytes,6,opt,name=response_mask,json=responseMask,proto3" json:"response_mask,omitempty"`
	// contains filtered or unexported fields
}

A request message of the UpdateTsCondition method.

func (*UpdateTsConditionRequest) Descriptor

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

Deprecated, Use UpdateTsConditionRequest.ProtoReflect.Descriptor instead.

func (*UpdateTsConditionRequest) GetAllowMissing

func (m *UpdateTsConditionRequest) GetAllowMissing() bool

func (*UpdateTsConditionRequest) GetCas

func (*UpdateTsConditionRequest) GetResponseMask

func (*UpdateTsConditionRequest) GetTsCondition

func (m *UpdateTsConditionRequest) GetTsCondition() *ts_condition.TsCondition

func (*UpdateTsConditionRequest) GetUpdateMask

func (*UpdateTsConditionRequest) GotenMessage

func (*UpdateTsConditionRequest) GotenMessage()

func (*UpdateTsConditionRequest) GotenValidate

func (obj *UpdateTsConditionRequest) GotenValidate() error

func (*UpdateTsConditionRequest) Marshal

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

func (*UpdateTsConditionRequest) MarshalJSON

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

func (*UpdateTsConditionRequest) ProtoMessage

func (*UpdateTsConditionRequest) ProtoMessage()

func (*UpdateTsConditionRequest) ProtoReflect

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

func (*UpdateTsConditionRequest) Reset

func (m *UpdateTsConditionRequest) Reset()

func (*UpdateTsConditionRequest) SetAllowMissing

func (m *UpdateTsConditionRequest) SetAllowMissing(fv bool)

func (*UpdateTsConditionRequest) SetCas

func (*UpdateTsConditionRequest) SetResponseMask

func (*UpdateTsConditionRequest) SetTsCondition

func (m *UpdateTsConditionRequest) SetTsCondition(fv *ts_condition.TsCondition)

func (*UpdateTsConditionRequest) SetUpdateMask

func (*UpdateTsConditionRequest) String

func (m *UpdateTsConditionRequest) String() string

func (*UpdateTsConditionRequest) Unmarshal

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

func (*UpdateTsConditionRequest) UnmarshalJSON

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

type UpdateTsConditionRequest_CAS

type UpdateTsConditionRequest_CAS struct {

	// Conditional desired state of a resource before update.
	ConditionalState *ts_condition.TsCondition `protobuf:"bytes,1,opt,name=conditional_state,json=conditionalState,proto3" json:"conditional_state,omitempty"`
	// Field paths from conditional state of resource server should check and
	// compare.
	FieldMask *ts_condition.TsCondition_FieldMask `protobuf:"bytes,2,opt,customtype=TsCondition_FieldMask,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"`
	// 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 (*UpdateTsConditionRequest_CAS) Descriptor

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

Deprecated, Use UpdateTsConditionRequest_CAS.ProtoReflect.Descriptor instead.

func (*UpdateTsConditionRequest_CAS) GetConditionalState

func (m *UpdateTsConditionRequest_CAS) GetConditionalState() *ts_condition.TsCondition

func (*UpdateTsConditionRequest_CAS) GetFieldMask

func (*UpdateTsConditionRequest_CAS) GotenMessage

func (*UpdateTsConditionRequest_CAS) GotenMessage()

func (*UpdateTsConditionRequest_CAS) GotenValidate

func (obj *UpdateTsConditionRequest_CAS) GotenValidate() error

func (*UpdateTsConditionRequest_CAS) Marshal

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

func (*UpdateTsConditionRequest_CAS) MarshalJSON

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

func (*UpdateTsConditionRequest_CAS) ProtoMessage

func (*UpdateTsConditionRequest_CAS) ProtoMessage()

func (*UpdateTsConditionRequest_CAS) ProtoReflect

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

func (*UpdateTsConditionRequest_CAS) Reset

func (m *UpdateTsConditionRequest_CAS) Reset()

func (*UpdateTsConditionRequest_CAS) SetConditionalState

func (m *UpdateTsConditionRequest_CAS) SetConditionalState(fv *ts_condition.TsCondition)

func (*UpdateTsConditionRequest_CAS) SetFieldMask

func (*UpdateTsConditionRequest_CAS) String

func (*UpdateTsConditionRequest_CAS) Unmarshal

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

func (*UpdateTsConditionRequest_CAS) UnmarshalJSON

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

type UpdateTsConditionRequest_ResponseMask

type UpdateTsConditionRequest_ResponseMask struct {

	// Types that are valid to be assigned to Masking:
	//	*UpdateTsConditionRequest_ResponseMask_SkipEntireResponseBody
	//	*UpdateTsConditionRequest_ResponseMask_UpdatedFieldsOnly
	//	*UpdateTsConditionRequest_ResponseMask_BodyMask
	Masking isUpdateTsConditionRequest_ResponseMask_Masking `protobuf_oneof:"masking"`
	// contains filtered or unexported fields
}

ResponseMask allows client to reduce response message size.

func (*UpdateTsConditionRequest_ResponseMask) Descriptor

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

Deprecated, Use UpdateTsConditionRequest_ResponseMask.ProtoReflect.Descriptor instead.

func (*UpdateTsConditionRequest_ResponseMask) GetBodyMask

func (*UpdateTsConditionRequest_ResponseMask) GetMasking

func (m *UpdateTsConditionRequest_ResponseMask) GetMasking() isUpdateTsConditionRequest_ResponseMask_Masking

func (*UpdateTsConditionRequest_ResponseMask) GetSkipEntireResponseBody

func (m *UpdateTsConditionRequest_ResponseMask) GetSkipEntireResponseBody() bool

func (*UpdateTsConditionRequest_ResponseMask) GetUpdatedFieldsOnly

func (m *UpdateTsConditionRequest_ResponseMask) GetUpdatedFieldsOnly() bool

func (*UpdateTsConditionRequest_ResponseMask) GotenMessage

func (*UpdateTsConditionRequest_ResponseMask) GotenMessage()

func (*UpdateTsConditionRequest_ResponseMask) GotenValidate

func (obj *UpdateTsConditionRequest_ResponseMask) GotenValidate() error

func (*UpdateTsConditionRequest_ResponseMask) Marshal

func (*UpdateTsConditionRequest_ResponseMask) MarshalJSON

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

func (*UpdateTsConditionRequest_ResponseMask) ProtoMessage

func (*UpdateTsConditionRequest_ResponseMask) ProtoMessage()

func (*UpdateTsConditionRequest_ResponseMask) ProtoReflect

func (*UpdateTsConditionRequest_ResponseMask) Reset

func (*UpdateTsConditionRequest_ResponseMask) SetBodyMask

func (*UpdateTsConditionRequest_ResponseMask) SetMasking

func (m *UpdateTsConditionRequest_ResponseMask) SetMasking(ofv isUpdateTsConditionRequest_ResponseMask_Masking)

func (*UpdateTsConditionRequest_ResponseMask) SetSkipEntireResponseBody

func (m *UpdateTsConditionRequest_ResponseMask) SetSkipEntireResponseBody(fv bool)

func (*UpdateTsConditionRequest_ResponseMask) SetUpdatedFieldsOnly

func (m *UpdateTsConditionRequest_ResponseMask) SetUpdatedFieldsOnly(fv bool)

func (*UpdateTsConditionRequest_ResponseMask) String

func (*UpdateTsConditionRequest_ResponseMask) Unmarshal

func (*UpdateTsConditionRequest_ResponseMask) UnmarshalJSON

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

type UpdateTsConditionRequest_ResponseMask_BodyMask

type UpdateTsConditionRequest_ResponseMask_BodyMask struct {
	// If this field is populated, then resource in response will contain only
	// specific fields. If skip_entire_response_body is true, this field is
	// ignored.
	BodyMask *ts_condition.TsCondition_FieldMask `protobuf:"bytes,3,opt,customtype=TsCondition_FieldMask,name=body_mask,json=bodyMask,proto3,oneof"`
}

type UpdateTsConditionRequest_ResponseMask_SkipEntireResponseBody

type UpdateTsConditionRequest_ResponseMask_SkipEntireResponseBody struct {
	// If this flag has value true, then response will contain just empty
	// resource without any fields populated. Field body_mask is ignored if
	// set.
	SkipEntireResponseBody bool `protobuf:"varint,1,opt,name=skip_entire_response_body,json=skipEntireResponseBody,proto3,oneof"`
}

type UpdateTsConditionRequest_ResponseMask_UpdatedFieldsOnly

type UpdateTsConditionRequest_ResponseMask_UpdatedFieldsOnly struct {
	// Include all fields that were actually updated during processing. Note
	// this may be larger than update mask if some fields were computed
	// additionally. Name is added as well.
	UpdatedFieldsOnly bool `protobuf:"varint,2,opt,name=updated_fields_only,json=updatedFieldsOnly,proto3,oneof"`
}

type WatchTsConditionClientStream

type WatchTsConditionClientStream interface {
	Recv() (*WatchTsConditionResponse, error)
	grpc.ClientStream
}

type WatchTsConditionDescriptor

type WatchTsConditionDescriptor struct{}

func GetWatchTsConditionDescriptor

func GetWatchTsConditionDescriptor() *WatchTsConditionDescriptor

func (*WatchTsConditionDescriptor) GetApiDescriptor

func (*WatchTsConditionDescriptor) GetApiName

func (d *WatchTsConditionDescriptor) GetApiName() string

func (*WatchTsConditionDescriptor) GetClientMsgReflectHandle

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

func (*WatchTsConditionDescriptor) GetFullMethodName

func (d *WatchTsConditionDescriptor) GetFullMethodName() string

func (*WatchTsConditionDescriptor) GetMethodName

func (d *WatchTsConditionDescriptor) GetMethodName() string

func (*WatchTsConditionDescriptor) GetProtoPkgName

func (d *WatchTsConditionDescriptor) GetProtoPkgName() string

func (*WatchTsConditionDescriptor) GetResourceDescriptor

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

func (*WatchTsConditionDescriptor) GetServerMsgReflectHandle

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

func (*WatchTsConditionDescriptor) GetServiceDomain

func (d *WatchTsConditionDescriptor) GetServiceDomain() string

func (*WatchTsConditionDescriptor) GetServiceVersion

func (d *WatchTsConditionDescriptor) GetServiceVersion() string

func (*WatchTsConditionDescriptor) GetVerb

func (d *WatchTsConditionDescriptor) GetVerb() string

func (*WatchTsConditionDescriptor) HasResource

func (d *WatchTsConditionDescriptor) HasResource() bool

func (*WatchTsConditionDescriptor) IsClientStream

func (d *WatchTsConditionDescriptor) IsClientStream() bool

func (*WatchTsConditionDescriptor) IsCollection

func (d *WatchTsConditionDescriptor) IsCollection() bool

func (*WatchTsConditionDescriptor) IsPlural

func (d *WatchTsConditionDescriptor) IsPlural() bool

func (*WatchTsConditionDescriptor) IsServerStream

func (d *WatchTsConditionDescriptor) IsServerStream() bool

func (*WatchTsConditionDescriptor) IsUnary

func (d *WatchTsConditionDescriptor) IsUnary() bool

func (*WatchTsConditionDescriptor) NewEmptyClientMsg

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

func (*WatchTsConditionDescriptor) NewEmptyServerMsg

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

func (*WatchTsConditionDescriptor) RequestHasResourceBody

func (d *WatchTsConditionDescriptor) RequestHasResourceBody() bool

type WatchTsConditionDescriptorClientMsgHandle

type WatchTsConditionDescriptorClientMsgHandle struct{}

func (*WatchTsConditionDescriptorClientMsgHandle) ExtractCollectionName

func (*WatchTsConditionDescriptorClientMsgHandle) ExtractResourceBodies

func (*WatchTsConditionDescriptorClientMsgHandle) ExtractResourceBody

func (*WatchTsConditionDescriptorClientMsgHandle) ExtractResourceName

func (*WatchTsConditionDescriptorClientMsgHandle) ExtractResourceNames

type WatchTsConditionDescriptorServerMsgHandle

type WatchTsConditionDescriptorServerMsgHandle struct{}

func (*WatchTsConditionDescriptorServerMsgHandle) ExtractCollectionName

func (*WatchTsConditionDescriptorServerMsgHandle) ExtractResourceBodies

func (*WatchTsConditionDescriptorServerMsgHandle) ExtractResourceBody

func (*WatchTsConditionDescriptorServerMsgHandle) ExtractResourceName

func (*WatchTsConditionDescriptorServerMsgHandle) ExtractResourceNames

type WatchTsConditionRequest

type WatchTsConditionRequest struct {

	// Name of ntt.alerting.v1.TsCondition
	Name *ts_condition.Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty"`
	// A list of extra fields to be obtained for each response item on top of
	// fields defined by request field view
	FieldMask *ts_condition.TsCondition_FieldMask `protobuf:"bytes,2,opt,customtype=TsCondition_FieldMask,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"`
	// 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"`
	// contains filtered or unexported fields
}

A request message of the WatchTsCondition method.

func (*WatchTsConditionRequest) Descriptor

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

Deprecated, Use WatchTsConditionRequest.ProtoReflect.Descriptor instead.

func (*WatchTsConditionRequest) GetFieldMask

func (*WatchTsConditionRequest) GetName

func (*WatchTsConditionRequest) GetView

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

func (*WatchTsConditionRequest) GotenMessage

func (*WatchTsConditionRequest) GotenMessage()

func (*WatchTsConditionRequest) GotenValidate

func (obj *WatchTsConditionRequest) GotenValidate() error

func (*WatchTsConditionRequest) Marshal

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

func (*WatchTsConditionRequest) MarshalJSON

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

func (*WatchTsConditionRequest) ProtoMessage

func (*WatchTsConditionRequest) ProtoMessage()

func (*WatchTsConditionRequest) ProtoReflect

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

func (*WatchTsConditionRequest) Reset

func (m *WatchTsConditionRequest) Reset()

func (*WatchTsConditionRequest) SetFieldMask

func (*WatchTsConditionRequest) SetName

func (m *WatchTsConditionRequest) SetName(fv *ts_condition.Name)

func (*WatchTsConditionRequest) SetView

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

func (*WatchTsConditionRequest) String

func (m *WatchTsConditionRequest) String() string

func (*WatchTsConditionRequest) Unmarshal

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

func (*WatchTsConditionRequest) UnmarshalJSON

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

type WatchTsConditionResponse

type WatchTsConditionResponse struct {
	Change *ts_condition.TsConditionChange `protobuf:"bytes,1,opt,name=change,proto3" json:"change,omitempty"`
	// contains filtered or unexported fields
}

A response message of the WatchTsCondition method.

func (*WatchTsConditionResponse) Descriptor

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

Deprecated, Use WatchTsConditionResponse.ProtoReflect.Descriptor instead.

func (*WatchTsConditionResponse) GetChange

func (*WatchTsConditionResponse) GotenMessage

func (*WatchTsConditionResponse) GotenMessage()

func (*WatchTsConditionResponse) GotenValidate

func (obj *WatchTsConditionResponse) GotenValidate() error

func (*WatchTsConditionResponse) Marshal

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

func (*WatchTsConditionResponse) MarshalJSON

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

func (*WatchTsConditionResponse) ProtoMessage

func (*WatchTsConditionResponse) ProtoMessage()

func (*WatchTsConditionResponse) ProtoReflect

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

func (*WatchTsConditionResponse) Reset

func (m *WatchTsConditionResponse) Reset()

func (*WatchTsConditionResponse) SetChange

func (*WatchTsConditionResponse) String

func (m *WatchTsConditionResponse) String() string

func (*WatchTsConditionResponse) Unmarshal

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

func (*WatchTsConditionResponse) UnmarshalJSON

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

type WatchTsConditionsClientStream

type WatchTsConditionsClientStream interface {
	Recv() (*WatchTsConditionsResponse, error)
	grpc.ClientStream
}

type WatchTsConditionsDescriptor

type WatchTsConditionsDescriptor struct{}

func GetWatchTsConditionsDescriptor

func GetWatchTsConditionsDescriptor() *WatchTsConditionsDescriptor

func (*WatchTsConditionsDescriptor) GetApiDescriptor

func (*WatchTsConditionsDescriptor) GetApiName

func (d *WatchTsConditionsDescriptor) GetApiName() string

func (*WatchTsConditionsDescriptor) GetClientMsgReflectHandle

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

func (*WatchTsConditionsDescriptor) GetFullMethodName

func (d *WatchTsConditionsDescriptor) GetFullMethodName() string

func (*WatchTsConditionsDescriptor) GetMethodName

func (d *WatchTsConditionsDescriptor) GetMethodName() string

func (*WatchTsConditionsDescriptor) GetProtoPkgName

func (d *WatchTsConditionsDescriptor) GetProtoPkgName() string

func (*WatchTsConditionsDescriptor) GetResourceDescriptor

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

func (*WatchTsConditionsDescriptor) GetServerMsgReflectHandle

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

func (*WatchTsConditionsDescriptor) GetServiceDomain

func (d *WatchTsConditionsDescriptor) GetServiceDomain() string

func (*WatchTsConditionsDescriptor) GetServiceVersion

func (d *WatchTsConditionsDescriptor) GetServiceVersion() string

func (*WatchTsConditionsDescriptor) GetVerb

func (d *WatchTsConditionsDescriptor) GetVerb() string

func (*WatchTsConditionsDescriptor) HasResource

func (d *WatchTsConditionsDescriptor) HasResource() bool

func (*WatchTsConditionsDescriptor) IsClientStream

func (d *WatchTsConditionsDescriptor) IsClientStream() bool

func (*WatchTsConditionsDescriptor) IsCollection

func (d *WatchTsConditionsDescriptor) IsCollection() bool

func (*WatchTsConditionsDescriptor) IsPlural

func (d *WatchTsConditionsDescriptor) IsPlural() bool

func (*WatchTsConditionsDescriptor) IsServerStream

func (d *WatchTsConditionsDescriptor) IsServerStream() bool

func (*WatchTsConditionsDescriptor) IsUnary

func (d *WatchTsConditionsDescriptor) IsUnary() bool

func (*WatchTsConditionsDescriptor) NewEmptyClientMsg

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

func (*WatchTsConditionsDescriptor) NewEmptyServerMsg

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

func (*WatchTsConditionsDescriptor) RequestHasResourceBody

func (d *WatchTsConditionsDescriptor) RequestHasResourceBody() bool

type WatchTsConditionsDescriptorClientMsgHandle

type WatchTsConditionsDescriptorClientMsgHandle struct{}

func (*WatchTsConditionsDescriptorClientMsgHandle) ExtractCollectionName

func (*WatchTsConditionsDescriptorClientMsgHandle) ExtractResourceBodies

func (*WatchTsConditionsDescriptorClientMsgHandle) ExtractResourceBody

func (*WatchTsConditionsDescriptorClientMsgHandle) ExtractResourceName

func (*WatchTsConditionsDescriptorClientMsgHandle) ExtractResourceNames

type WatchTsConditionsDescriptorServerMsgHandle

type WatchTsConditionsDescriptorServerMsgHandle struct{}

func (*WatchTsConditionsDescriptorServerMsgHandle) ExtractCollectionName

func (*WatchTsConditionsDescriptorServerMsgHandle) ExtractResourceBodies

func (*WatchTsConditionsDescriptorServerMsgHandle) ExtractResourceBody

func (*WatchTsConditionsDescriptorServerMsgHandle) ExtractResourceName

func (*WatchTsConditionsDescriptorServerMsgHandle) ExtractResourceNames

type WatchTsConditionsRequest

type WatchTsConditionsRequest 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"`
	// Parent name of ntt.alerting.v1.TsCondition
	Parent *ts_condition.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty"`
	// Requested page size. Server may return fewer TsConditions 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"`
	// A token identifying a page of results the server should return.
	// Can be populated only for stateful watch type.
	PageToken *ts_condition.PagerCursor `protobuf:"bytes,3,opt,customtype=PagerCursor,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// Order By -
	// https://cloud.google.com/apis/design/design_patterns#list_pagination Can be
	// populated only for stateful watch type.
	OrderBy *ts_condition.OrderBy `protobuf:"bytes,4,opt,customtype=OrderBy,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	// 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"`
	// 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"`
	// 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 *ts_condition.Filter `protobuf:"bytes,5,opt,customtype=Filter,name=filter,proto3" json:"filter,omitempty"`
	// A list of extra fields to be obtained for each response item on top of
	// fields defined by request field view Changes to TsCondition that don't
	// affect any of masked fields won't be sent back.
	FieldMask *ts_condition.TsCondition_FieldMask `protobuf:"bytes,6,opt,customtype=TsCondition_FieldMask,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"`
	// View defines list of standard response fields present in response items.
	// Additional fields can be amended by request field field_mask Changes to
	// TsCondition 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"`
	// 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 `protobuf:"varint,11,opt,name=max_chunk_size,json=maxChunkSize,proto3" json:"max_chunk_size,omitempty"`
	// contains filtered or unexported fields
}

A request message of the WatchTsConditions method.

func (*WatchTsConditionsRequest) Descriptor

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

Deprecated, Use WatchTsConditionsRequest.ProtoReflect.Descriptor instead.

func (*WatchTsConditionsRequest) GetFieldMask

func (*WatchTsConditionsRequest) GetFilter

func (*WatchTsConditionsRequest) GetMaxChunkSize

func (m *WatchTsConditionsRequest) GetMaxChunkSize() int32

func (*WatchTsConditionsRequest) GetOrderBy

func (*WatchTsConditionsRequest) GetPageSize

func (m *WatchTsConditionsRequest) GetPageSize() int32

func (*WatchTsConditionsRequest) GetPageToken

func (*WatchTsConditionsRequest) GetParent

func (*WatchTsConditionsRequest) GetResumeToken

func (m *WatchTsConditionsRequest) GetResumeToken() string

func (*WatchTsConditionsRequest) GetStartingTime

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

func (*WatchTsConditionsRequest) GetType

func (*WatchTsConditionsRequest) GetView

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

func (*WatchTsConditionsRequest) GotenMessage

func (*WatchTsConditionsRequest) GotenMessage()

func (*WatchTsConditionsRequest) GotenValidate

func (obj *WatchTsConditionsRequest) GotenValidate() error

func (*WatchTsConditionsRequest) Marshal

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

func (*WatchTsConditionsRequest) MarshalJSON

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

func (*WatchTsConditionsRequest) ProtoMessage

func (*WatchTsConditionsRequest) ProtoMessage()

func (*WatchTsConditionsRequest) ProtoReflect

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

func (*WatchTsConditionsRequest) Reset

func (m *WatchTsConditionsRequest) Reset()

func (*WatchTsConditionsRequest) SetFieldMask

func (*WatchTsConditionsRequest) SetFilter

func (m *WatchTsConditionsRequest) SetFilter(fv *ts_condition.Filter)

func (*WatchTsConditionsRequest) SetMaxChunkSize

func (m *WatchTsConditionsRequest) SetMaxChunkSize(fv int32)

func (*WatchTsConditionsRequest) SetOrderBy

func (m *WatchTsConditionsRequest) SetOrderBy(fv *ts_condition.OrderBy)

func (*WatchTsConditionsRequest) SetPageSize

func (m *WatchTsConditionsRequest) SetPageSize(fv int32)

func (*WatchTsConditionsRequest) SetPageToken

func (m *WatchTsConditionsRequest) SetPageToken(fv *ts_condition.PagerCursor)

func (*WatchTsConditionsRequest) SetParent

func (*WatchTsConditionsRequest) SetResumeToken

func (m *WatchTsConditionsRequest) SetResumeToken(fv string)

func (*WatchTsConditionsRequest) SetStartingTime

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

func (*WatchTsConditionsRequest) SetType

func (*WatchTsConditionsRequest) SetView

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

func (*WatchTsConditionsRequest) String

func (m *WatchTsConditionsRequest) String() string

func (*WatchTsConditionsRequest) Unmarshal

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

func (*WatchTsConditionsRequest) UnmarshalJSON

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

type WatchTsConditionsResponse

type WatchTsConditionsResponse struct {

	// Changes of TsConditions
	TsConditionChanges []*ts_condition.TsConditionChange `protobuf:"bytes,2,rep,name=ts_condition_changes,json=tsConditionChanges,proto3" json:"ts_condition_changes,omitempty"`
	// 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 TsConditions 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"`
	// When present, PageTokens used for page navigation should be updated.
	// Present only if is_current is true (last chunk).
	PageTokenChange *WatchTsConditionsResponse_PageTokenChange `protobuf:"bytes,3,opt,name=page_token_change,json=pageTokenChange,proto3" json:"page_token_change,omitempty"`
	// 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"`
	// 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"`
	// 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"`
	// 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 (TsConditions 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"`
	// contains filtered or unexported fields
}

A response message of the WatchTsConditions method.

func (*WatchTsConditionsResponse) Descriptor

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

Deprecated, Use WatchTsConditionsResponse.ProtoReflect.Descriptor instead.

func (*WatchTsConditionsResponse) GetIsCurrent

func (m *WatchTsConditionsResponse) GetIsCurrent() bool

func (*WatchTsConditionsResponse) GetIsHardReset

func (m *WatchTsConditionsResponse) GetIsHardReset() bool

func (*WatchTsConditionsResponse) GetIsSoftReset

func (m *WatchTsConditionsResponse) GetIsSoftReset() bool

func (*WatchTsConditionsResponse) GetPageTokenChange

func (*WatchTsConditionsResponse) GetResumeToken

func (m *WatchTsConditionsResponse) GetResumeToken() string

func (*WatchTsConditionsResponse) GetSnapshotSize

func (m *WatchTsConditionsResponse) GetSnapshotSize() int64

func (*WatchTsConditionsResponse) GetTsConditionChanges

func (m *WatchTsConditionsResponse) GetTsConditionChanges() []*ts_condition.TsConditionChange

func (*WatchTsConditionsResponse) GotenMessage

func (*WatchTsConditionsResponse) GotenMessage()

func (*WatchTsConditionsResponse) GotenValidate

func (obj *WatchTsConditionsResponse) GotenValidate() error

func (*WatchTsConditionsResponse) Marshal

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

func (*WatchTsConditionsResponse) MarshalJSON

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

func (*WatchTsConditionsResponse) ProtoMessage

func (*WatchTsConditionsResponse) ProtoMessage()

func (*WatchTsConditionsResponse) ProtoReflect

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

func (*WatchTsConditionsResponse) Reset

func (m *WatchTsConditionsResponse) Reset()

func (*WatchTsConditionsResponse) SetIsCurrent

func (m *WatchTsConditionsResponse) SetIsCurrent(fv bool)

func (*WatchTsConditionsResponse) SetIsHardReset

func (m *WatchTsConditionsResponse) SetIsHardReset(fv bool)

func (*WatchTsConditionsResponse) SetIsSoftReset

func (m *WatchTsConditionsResponse) SetIsSoftReset(fv bool)

func (*WatchTsConditionsResponse) SetPageTokenChange

func (*WatchTsConditionsResponse) SetResumeToken

func (m *WatchTsConditionsResponse) SetResumeToken(fv string)

func (*WatchTsConditionsResponse) SetSnapshotSize

func (m *WatchTsConditionsResponse) SetSnapshotSize(fv int64)

func (*WatchTsConditionsResponse) SetTsConditionChanges

func (m *WatchTsConditionsResponse) SetTsConditionChanges(fv []*ts_condition.TsConditionChange)

func (*WatchTsConditionsResponse) String

func (m *WatchTsConditionsResponse) String() string

func (*WatchTsConditionsResponse) Unmarshal

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

func (*WatchTsConditionsResponse) UnmarshalJSON

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

type WatchTsConditionsResponse_PageTokenChange

type WatchTsConditionsResponse_PageTokenChange struct {

	// New token to retrieve previous page of results.
	PrevPageToken *ts_condition.PagerCursor `protobuf:"bytes,1,opt,customtype=PagerCursor,name=prev_page_token,json=prevPageToken,proto3" json:"prev_page_token,omitempty"`
	// New token to retrieve next page of results.
	NextPageToken *ts_condition.PagerCursor `protobuf:"bytes,2,opt,customtype=PagerCursor,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*WatchTsConditionsResponse_PageTokenChange) Descriptor

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

Deprecated, Use WatchTsConditionsResponse_PageTokenChange.ProtoReflect.Descriptor instead.

func (*WatchTsConditionsResponse_PageTokenChange) GetNextPageToken

func (*WatchTsConditionsResponse_PageTokenChange) GetPrevPageToken

func (*WatchTsConditionsResponse_PageTokenChange) GotenMessage

func (*WatchTsConditionsResponse_PageTokenChange) GotenValidate

func (obj *WatchTsConditionsResponse_PageTokenChange) GotenValidate() error

func (*WatchTsConditionsResponse_PageTokenChange) Marshal

func (*WatchTsConditionsResponse_PageTokenChange) MarshalJSON

func (*WatchTsConditionsResponse_PageTokenChange) ProtoMessage

func (*WatchTsConditionsResponse_PageTokenChange) ProtoReflect

func (*WatchTsConditionsResponse_PageTokenChange) Reset

func (*WatchTsConditionsResponse_PageTokenChange) SetNextPageToken

func (*WatchTsConditionsResponse_PageTokenChange) SetPrevPageToken

func (*WatchTsConditionsResponse_PageTokenChange) String

func (*WatchTsConditionsResponse_PageTokenChange) Unmarshal

func (*WatchTsConditionsResponse_PageTokenChange) UnmarshalJSON

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

Jump to

Keyboard shortcuts

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