ts_entry_client

package
v1.15.6 Latest Latest
Warning

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

Go to latest
Published: Jul 28, 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 BatchGetTsEntriesDescriptor

type BatchGetTsEntriesDescriptor struct{}

func GetBatchGetTsEntriesDescriptor

func GetBatchGetTsEntriesDescriptor() *BatchGetTsEntriesDescriptor

func (*BatchGetTsEntriesDescriptor) GetApiDescriptor

func (*BatchGetTsEntriesDescriptor) GetApiName

func (d *BatchGetTsEntriesDescriptor) GetApiName() string

func (*BatchGetTsEntriesDescriptor) GetClientMsgReflectHandle

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

func (*BatchGetTsEntriesDescriptor) GetFullMethodName

func (d *BatchGetTsEntriesDescriptor) GetFullMethodName() string

func (*BatchGetTsEntriesDescriptor) GetMethodName

func (d *BatchGetTsEntriesDescriptor) GetMethodName() string

func (*BatchGetTsEntriesDescriptor) GetProtoPkgName

func (d *BatchGetTsEntriesDescriptor) GetProtoPkgName() string

func (*BatchGetTsEntriesDescriptor) GetResourceDescriptor

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

func (*BatchGetTsEntriesDescriptor) GetServerMsgReflectHandle

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

func (*BatchGetTsEntriesDescriptor) GetServiceDomain

func (d *BatchGetTsEntriesDescriptor) GetServiceDomain() string

func (*BatchGetTsEntriesDescriptor) GetServiceVersion

func (d *BatchGetTsEntriesDescriptor) GetServiceVersion() string

func (*BatchGetTsEntriesDescriptor) GetVerb

func (d *BatchGetTsEntriesDescriptor) GetVerb() string

func (*BatchGetTsEntriesDescriptor) HasResource

func (d *BatchGetTsEntriesDescriptor) HasResource() bool

func (*BatchGetTsEntriesDescriptor) IsClientStream

func (d *BatchGetTsEntriesDescriptor) IsClientStream() bool

func (*BatchGetTsEntriesDescriptor) IsCollection

func (d *BatchGetTsEntriesDescriptor) IsCollection() bool

func (*BatchGetTsEntriesDescriptor) IsPlural

func (d *BatchGetTsEntriesDescriptor) IsPlural() bool

func (*BatchGetTsEntriesDescriptor) IsServerStream

func (d *BatchGetTsEntriesDescriptor) IsServerStream() bool

func (*BatchGetTsEntriesDescriptor) IsUnary

func (d *BatchGetTsEntriesDescriptor) IsUnary() bool

func (*BatchGetTsEntriesDescriptor) NewEmptyClientMsg

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

func (*BatchGetTsEntriesDescriptor) NewEmptyServerMsg

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

func (*BatchGetTsEntriesDescriptor) RequestHasResourceBody

func (d *BatchGetTsEntriesDescriptor) RequestHasResourceBody() bool

type BatchGetTsEntriesDescriptorClientMsgHandle

type BatchGetTsEntriesDescriptorClientMsgHandle struct{}

func (*BatchGetTsEntriesDescriptorClientMsgHandle) ExtractCollectionName

func (*BatchGetTsEntriesDescriptorClientMsgHandle) ExtractResourceBodies

func (*BatchGetTsEntriesDescriptorClientMsgHandle) ExtractResourceBody

func (*BatchGetTsEntriesDescriptorClientMsgHandle) ExtractResourceName

func (*BatchGetTsEntriesDescriptorClientMsgHandle) ExtractResourceNames

type BatchGetTsEntriesDescriptorServerMsgHandle

type BatchGetTsEntriesDescriptorServerMsgHandle struct{}

func (*BatchGetTsEntriesDescriptorServerMsgHandle) ExtractCollectionName

func (*BatchGetTsEntriesDescriptorServerMsgHandle) ExtractResourceBodies

func (*BatchGetTsEntriesDescriptorServerMsgHandle) ExtractResourceBody

func (*BatchGetTsEntriesDescriptorServerMsgHandle) ExtractResourceName

func (*BatchGetTsEntriesDescriptorServerMsgHandle) ExtractResourceNames

type BatchGetTsEntriesRequest

type BatchGetTsEntriesRequest struct {

	// Names of TsEntries
	Names []*ts_entry.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_entry.TsEntry_FieldMask `protobuf:"bytes,3,opt,customtype=TsEntry_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 BatchGetTsEntries method.

func (*BatchGetTsEntriesRequest) Descriptor

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

Deprecated, Use BatchGetTsEntriesRequest.ProtoReflect.Descriptor instead.

func (*BatchGetTsEntriesRequest) GetFieldMask

func (*BatchGetTsEntriesRequest) GetNames

func (m *BatchGetTsEntriesRequest) GetNames() []*ts_entry.Name

func (*BatchGetTsEntriesRequest) GetView

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

func (*BatchGetTsEntriesRequest) GotenMessage

func (*BatchGetTsEntriesRequest) GotenMessage()

func (*BatchGetTsEntriesRequest) GotenValidate

func (obj *BatchGetTsEntriesRequest) GotenValidate() error

func (*BatchGetTsEntriesRequest) Marshal

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

func (*BatchGetTsEntriesRequest) MarshalJSON

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

func (*BatchGetTsEntriesRequest) ProtoMessage

func (*BatchGetTsEntriesRequest) ProtoMessage()

func (*BatchGetTsEntriesRequest) ProtoReflect

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

func (*BatchGetTsEntriesRequest) Reset

func (m *BatchGetTsEntriesRequest) Reset()

func (*BatchGetTsEntriesRequest) SetFieldMask

func (*BatchGetTsEntriesRequest) SetNames

func (m *BatchGetTsEntriesRequest) SetNames(fv []*ts_entry.Name)

func (*BatchGetTsEntriesRequest) SetView

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

func (*BatchGetTsEntriesRequest) String

func (m *BatchGetTsEntriesRequest) String() string

func (*BatchGetTsEntriesRequest) Unmarshal

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

func (*BatchGetTsEntriesRequest) UnmarshalJSON

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

type BatchGetTsEntriesResponse

type BatchGetTsEntriesResponse struct {

	// found TsEntries
	TsEntries []*ts_entry.TsEntry `protobuf:"bytes,1,rep,name=ts_entries,json=tsEntries,proto3" json:"ts_entries,omitempty"`
	// list of not found TsEntries
	Missing []*ts_entry.Name `protobuf:"bytes,2,rep,customtype=Name,name=missing,proto3" json:"missing,omitempty"`
	// contains filtered or unexported fields
}

A response message of the BatchGetTsEntries method.

func (*BatchGetTsEntriesResponse) Descriptor

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

Deprecated, Use BatchGetTsEntriesResponse.ProtoReflect.Descriptor instead.

func (*BatchGetTsEntriesResponse) GetMissing

func (m *BatchGetTsEntriesResponse) GetMissing() []*ts_entry.Name

func (*BatchGetTsEntriesResponse) GetTsEntries

func (m *BatchGetTsEntriesResponse) GetTsEntries() []*ts_entry.TsEntry

func (*BatchGetTsEntriesResponse) GotenMessage

func (*BatchGetTsEntriesResponse) GotenMessage()

func (*BatchGetTsEntriesResponse) GotenValidate

func (obj *BatchGetTsEntriesResponse) GotenValidate() error

func (*BatchGetTsEntriesResponse) Marshal

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

func (*BatchGetTsEntriesResponse) MarshalJSON

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

func (*BatchGetTsEntriesResponse) ProtoMessage

func (*BatchGetTsEntriesResponse) ProtoMessage()

func (*BatchGetTsEntriesResponse) ProtoReflect

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

func (*BatchGetTsEntriesResponse) Reset

func (m *BatchGetTsEntriesResponse) Reset()

func (*BatchGetTsEntriesResponse) SetMissing

func (m *BatchGetTsEntriesResponse) SetMissing(fv []*ts_entry.Name)

func (*BatchGetTsEntriesResponse) SetTsEntries

func (m *BatchGetTsEntriesResponse) SetTsEntries(fv []*ts_entry.TsEntry)

func (*BatchGetTsEntriesResponse) String

func (m *BatchGetTsEntriesResponse) String() string

func (*BatchGetTsEntriesResponse) Unmarshal

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

func (*BatchGetTsEntriesResponse) UnmarshalJSON

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

type CreateTsEntryDescriptor

type CreateTsEntryDescriptor struct{}

func GetCreateTsEntryDescriptor

func GetCreateTsEntryDescriptor() *CreateTsEntryDescriptor

func (*CreateTsEntryDescriptor) GetApiDescriptor

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

func (*CreateTsEntryDescriptor) GetApiName

func (d *CreateTsEntryDescriptor) GetApiName() string

func (*CreateTsEntryDescriptor) GetClientMsgReflectHandle

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

func (*CreateTsEntryDescriptor) GetFullMethodName

func (d *CreateTsEntryDescriptor) GetFullMethodName() string

func (*CreateTsEntryDescriptor) GetMethodName

func (d *CreateTsEntryDescriptor) GetMethodName() string

func (*CreateTsEntryDescriptor) GetProtoPkgName

func (d *CreateTsEntryDescriptor) GetProtoPkgName() string

func (*CreateTsEntryDescriptor) GetResourceDescriptor

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

func (*CreateTsEntryDescriptor) GetServerMsgReflectHandle

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

func (*CreateTsEntryDescriptor) GetServiceDomain

func (d *CreateTsEntryDescriptor) GetServiceDomain() string

func (*CreateTsEntryDescriptor) GetServiceVersion

func (d *CreateTsEntryDescriptor) GetServiceVersion() string

func (*CreateTsEntryDescriptor) GetVerb

func (d *CreateTsEntryDescriptor) GetVerb() string

func (*CreateTsEntryDescriptor) HasResource

func (d *CreateTsEntryDescriptor) HasResource() bool

func (*CreateTsEntryDescriptor) IsClientStream

func (d *CreateTsEntryDescriptor) IsClientStream() bool

func (*CreateTsEntryDescriptor) IsCollection

func (d *CreateTsEntryDescriptor) IsCollection() bool

func (*CreateTsEntryDescriptor) IsPlural

func (d *CreateTsEntryDescriptor) IsPlural() bool

func (*CreateTsEntryDescriptor) IsServerStream

func (d *CreateTsEntryDescriptor) IsServerStream() bool

func (*CreateTsEntryDescriptor) IsUnary

func (d *CreateTsEntryDescriptor) IsUnary() bool

func (*CreateTsEntryDescriptor) NewEmptyClientMsg

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

func (*CreateTsEntryDescriptor) NewEmptyServerMsg

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

func (*CreateTsEntryDescriptor) RequestHasResourceBody

func (d *CreateTsEntryDescriptor) RequestHasResourceBody() bool

type CreateTsEntryDescriptorClientMsgHandle

type CreateTsEntryDescriptorClientMsgHandle struct{}

func (*CreateTsEntryDescriptorClientMsgHandle) ExtractCollectionName

func (*CreateTsEntryDescriptorClientMsgHandle) ExtractResourceBodies

func (*CreateTsEntryDescriptorClientMsgHandle) ExtractResourceBody

func (*CreateTsEntryDescriptorClientMsgHandle) ExtractResourceName

func (*CreateTsEntryDescriptorClientMsgHandle) ExtractResourceNames

type CreateTsEntryDescriptorServerMsgHandle

type CreateTsEntryDescriptorServerMsgHandle struct{}

func (*CreateTsEntryDescriptorServerMsgHandle) ExtractCollectionName

func (*CreateTsEntryDescriptorServerMsgHandle) ExtractResourceBodies

func (*CreateTsEntryDescriptorServerMsgHandle) ExtractResourceBody

func (*CreateTsEntryDescriptorServerMsgHandle) ExtractResourceName

func (*CreateTsEntryDescriptorServerMsgHandle) ExtractResourceNames

type CreateTsEntryRequest

type CreateTsEntryRequest struct {

	// Parent name of ntt.alerting.v1.TsEntry
	Parent *ts_entry.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty"`
	// TsEntry resource body
	TsEntry *ts_entry.TsEntry `protobuf:"bytes,2,opt,name=ts_entry,json=tsEntry,proto3" json:"ts_entry,omitempty"`
	// Optional masking applied to response object to reduce message response
	// size.
	ResponseMask *CreateTsEntryRequest_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 CreateTsEntry method.

func (*CreateTsEntryRequest) Descriptor

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

Deprecated, Use CreateTsEntryRequest.ProtoReflect.Descriptor instead.

func (*CreateTsEntryRequest) GetParent

func (m *CreateTsEntryRequest) GetParent() *ts_entry.ParentName

func (*CreateTsEntryRequest) GetResponseMask

func (*CreateTsEntryRequest) GetTsEntry

func (m *CreateTsEntryRequest) GetTsEntry() *ts_entry.TsEntry

func (*CreateTsEntryRequest) GotenMessage

func (*CreateTsEntryRequest) GotenMessage()

func (*CreateTsEntryRequest) GotenValidate

func (obj *CreateTsEntryRequest) GotenValidate() error

func (*CreateTsEntryRequest) Marshal

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

func (*CreateTsEntryRequest) MarshalJSON

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

func (*CreateTsEntryRequest) ProtoMessage

func (*CreateTsEntryRequest) ProtoMessage()

func (*CreateTsEntryRequest) ProtoReflect

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

func (*CreateTsEntryRequest) Reset

func (m *CreateTsEntryRequest) Reset()

func (*CreateTsEntryRequest) SetParent

func (m *CreateTsEntryRequest) SetParent(fv *ts_entry.ParentName)

func (*CreateTsEntryRequest) SetResponseMask

func (*CreateTsEntryRequest) SetTsEntry

func (m *CreateTsEntryRequest) SetTsEntry(fv *ts_entry.TsEntry)

func (*CreateTsEntryRequest) String

func (m *CreateTsEntryRequest) String() string

func (*CreateTsEntryRequest) Unmarshal

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

func (*CreateTsEntryRequest) UnmarshalJSON

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

type CreateTsEntryRequest_ResponseMask

type CreateTsEntryRequest_ResponseMask struct {

	// Types that are valid to be assigned to Masking:
	//	*CreateTsEntryRequest_ResponseMask_SkipEntireResponseBody
	//	*CreateTsEntryRequest_ResponseMask_BodyMask
	Masking isCreateTsEntryRequest_ResponseMask_Masking `protobuf_oneof:"masking"`
	// contains filtered or unexported fields
}

ResponseMask allows client to reduce response message size.

func (*CreateTsEntryRequest_ResponseMask) Descriptor

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

Deprecated, Use CreateTsEntryRequest_ResponseMask.ProtoReflect.Descriptor instead.

func (*CreateTsEntryRequest_ResponseMask) GetBodyMask

func (*CreateTsEntryRequest_ResponseMask) GetMasking

func (m *CreateTsEntryRequest_ResponseMask) GetMasking() isCreateTsEntryRequest_ResponseMask_Masking

func (*CreateTsEntryRequest_ResponseMask) GetSkipEntireResponseBody

func (m *CreateTsEntryRequest_ResponseMask) GetSkipEntireResponseBody() bool

func (*CreateTsEntryRequest_ResponseMask) GotenMessage

func (*CreateTsEntryRequest_ResponseMask) GotenMessage()

func (*CreateTsEntryRequest_ResponseMask) GotenValidate

func (obj *CreateTsEntryRequest_ResponseMask) GotenValidate() error

func (*CreateTsEntryRequest_ResponseMask) Marshal

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

func (*CreateTsEntryRequest_ResponseMask) MarshalJSON

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

func (*CreateTsEntryRequest_ResponseMask) ProtoMessage

func (*CreateTsEntryRequest_ResponseMask) ProtoMessage()

func (*CreateTsEntryRequest_ResponseMask) ProtoReflect

func (*CreateTsEntryRequest_ResponseMask) Reset

func (*CreateTsEntryRequest_ResponseMask) SetBodyMask

func (*CreateTsEntryRequest_ResponseMask) SetMasking

func (m *CreateTsEntryRequest_ResponseMask) SetMasking(ofv isCreateTsEntryRequest_ResponseMask_Masking)

func (*CreateTsEntryRequest_ResponseMask) SetSkipEntireResponseBody

func (m *CreateTsEntryRequest_ResponseMask) SetSkipEntireResponseBody(fv bool)

func (*CreateTsEntryRequest_ResponseMask) String

func (*CreateTsEntryRequest_ResponseMask) Unmarshal

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

func (*CreateTsEntryRequest_ResponseMask) UnmarshalJSON

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

type CreateTsEntryRequest_ResponseMask_BodyMask

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

type CreateTsEntryRequest_ResponseMask_SkipEntireResponseBody

type CreateTsEntryRequest_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 DeleteTsEntryDescriptor

type DeleteTsEntryDescriptor struct{}

func GetDeleteTsEntryDescriptor

func GetDeleteTsEntryDescriptor() *DeleteTsEntryDescriptor

func (*DeleteTsEntryDescriptor) GetApiDescriptor

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

func (*DeleteTsEntryDescriptor) GetApiName

func (d *DeleteTsEntryDescriptor) GetApiName() string

func (*DeleteTsEntryDescriptor) GetClientMsgReflectHandle

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

func (*DeleteTsEntryDescriptor) GetFullMethodName

func (d *DeleteTsEntryDescriptor) GetFullMethodName() string

func (*DeleteTsEntryDescriptor) GetMethodName

func (d *DeleteTsEntryDescriptor) GetMethodName() string

func (*DeleteTsEntryDescriptor) GetProtoPkgName

func (d *DeleteTsEntryDescriptor) GetProtoPkgName() string

func (*DeleteTsEntryDescriptor) GetResourceDescriptor

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

func (*DeleteTsEntryDescriptor) GetServerMsgReflectHandle

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

func (*DeleteTsEntryDescriptor) GetServiceDomain

func (d *DeleteTsEntryDescriptor) GetServiceDomain() string

func (*DeleteTsEntryDescriptor) GetServiceVersion

func (d *DeleteTsEntryDescriptor) GetServiceVersion() string

func (*DeleteTsEntryDescriptor) GetVerb

func (d *DeleteTsEntryDescriptor) GetVerb() string

func (*DeleteTsEntryDescriptor) HasResource

func (d *DeleteTsEntryDescriptor) HasResource() bool

func (*DeleteTsEntryDescriptor) IsClientStream

func (d *DeleteTsEntryDescriptor) IsClientStream() bool

func (*DeleteTsEntryDescriptor) IsCollection

func (d *DeleteTsEntryDescriptor) IsCollection() bool

func (*DeleteTsEntryDescriptor) IsPlural

func (d *DeleteTsEntryDescriptor) IsPlural() bool

func (*DeleteTsEntryDescriptor) IsServerStream

func (d *DeleteTsEntryDescriptor) IsServerStream() bool

func (*DeleteTsEntryDescriptor) IsUnary

func (d *DeleteTsEntryDescriptor) IsUnary() bool

func (*DeleteTsEntryDescriptor) NewEmptyClientMsg

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

func (*DeleteTsEntryDescriptor) NewEmptyServerMsg

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

func (*DeleteTsEntryDescriptor) RequestHasResourceBody

func (d *DeleteTsEntryDescriptor) RequestHasResourceBody() bool

type DeleteTsEntryDescriptorClientMsgHandle

type DeleteTsEntryDescriptorClientMsgHandle struct{}

func (*DeleteTsEntryDescriptorClientMsgHandle) ExtractCollectionName

func (*DeleteTsEntryDescriptorClientMsgHandle) ExtractResourceBodies

func (*DeleteTsEntryDescriptorClientMsgHandle) ExtractResourceBody

func (*DeleteTsEntryDescriptorClientMsgHandle) ExtractResourceName

func (*DeleteTsEntryDescriptorClientMsgHandle) ExtractResourceNames

type DeleteTsEntryDescriptorServerMsgHandle

type DeleteTsEntryDescriptorServerMsgHandle struct{}

func (*DeleteTsEntryDescriptorServerMsgHandle) ExtractCollectionName

func (*DeleteTsEntryDescriptorServerMsgHandle) ExtractResourceBodies

func (*DeleteTsEntryDescriptorServerMsgHandle) ExtractResourceBody

func (*DeleteTsEntryDescriptorServerMsgHandle) ExtractResourceName

func (*DeleteTsEntryDescriptorServerMsgHandle) ExtractResourceNames

type DeleteTsEntryRequest

type DeleteTsEntryRequest struct {

	// Name of ntt.alerting.v1.TsEntry
	Name *ts_entry.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 DeleteTsEntry method.

func (*DeleteTsEntryRequest) Descriptor

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

Deprecated, Use DeleteTsEntryRequest.ProtoReflect.Descriptor instead.

func (*DeleteTsEntryRequest) GetAllowMissing added in v1.14.3

func (m *DeleteTsEntryRequest) GetAllowMissing() bool

func (*DeleteTsEntryRequest) GetName

func (m *DeleteTsEntryRequest) GetName() *ts_entry.Name

func (*DeleteTsEntryRequest) GotenMessage

func (*DeleteTsEntryRequest) GotenMessage()

func (*DeleteTsEntryRequest) GotenValidate

func (obj *DeleteTsEntryRequest) GotenValidate() error

func (*DeleteTsEntryRequest) Marshal

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

func (*DeleteTsEntryRequest) MarshalJSON

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

func (*DeleteTsEntryRequest) ProtoMessage

func (*DeleteTsEntryRequest) ProtoMessage()

func (*DeleteTsEntryRequest) ProtoReflect

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

func (*DeleteTsEntryRequest) Reset

func (m *DeleteTsEntryRequest) Reset()

func (*DeleteTsEntryRequest) SetAllowMissing added in v1.14.3

func (m *DeleteTsEntryRequest) SetAllowMissing(fv bool)

func (*DeleteTsEntryRequest) SetName

func (m *DeleteTsEntryRequest) SetName(fv *ts_entry.Name)

func (*DeleteTsEntryRequest) String

func (m *DeleteTsEntryRequest) String() string

func (*DeleteTsEntryRequest) Unmarshal

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

func (*DeleteTsEntryRequest) UnmarshalJSON

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

type GetTsEntryDescriptor

type GetTsEntryDescriptor struct{}

func GetGetTsEntryDescriptor

func GetGetTsEntryDescriptor() *GetTsEntryDescriptor

func (*GetTsEntryDescriptor) GetApiDescriptor

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

func (*GetTsEntryDescriptor) GetApiName

func (d *GetTsEntryDescriptor) GetApiName() string

func (*GetTsEntryDescriptor) GetClientMsgReflectHandle

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

func (*GetTsEntryDescriptor) GetFullMethodName

func (d *GetTsEntryDescriptor) GetFullMethodName() string

func (*GetTsEntryDescriptor) GetMethodName

func (d *GetTsEntryDescriptor) GetMethodName() string

func (*GetTsEntryDescriptor) GetProtoPkgName

func (d *GetTsEntryDescriptor) GetProtoPkgName() string

func (*GetTsEntryDescriptor) GetResourceDescriptor

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

func (*GetTsEntryDescriptor) GetServerMsgReflectHandle

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

func (*GetTsEntryDescriptor) GetServiceDomain

func (d *GetTsEntryDescriptor) GetServiceDomain() string

func (*GetTsEntryDescriptor) GetServiceVersion

func (d *GetTsEntryDescriptor) GetServiceVersion() string

func (*GetTsEntryDescriptor) GetVerb

func (d *GetTsEntryDescriptor) GetVerb() string

func (*GetTsEntryDescriptor) HasResource

func (d *GetTsEntryDescriptor) HasResource() bool

func (*GetTsEntryDescriptor) IsClientStream

func (d *GetTsEntryDescriptor) IsClientStream() bool

func (*GetTsEntryDescriptor) IsCollection

func (d *GetTsEntryDescriptor) IsCollection() bool

func (*GetTsEntryDescriptor) IsPlural

func (d *GetTsEntryDescriptor) IsPlural() bool

func (*GetTsEntryDescriptor) IsServerStream

func (d *GetTsEntryDescriptor) IsServerStream() bool

func (*GetTsEntryDescriptor) IsUnary

func (d *GetTsEntryDescriptor) IsUnary() bool

func (*GetTsEntryDescriptor) NewEmptyClientMsg

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

func (*GetTsEntryDescriptor) NewEmptyServerMsg

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

func (*GetTsEntryDescriptor) RequestHasResourceBody

func (d *GetTsEntryDescriptor) RequestHasResourceBody() bool

type GetTsEntryDescriptorClientMsgHandle

type GetTsEntryDescriptorClientMsgHandle struct{}

func (*GetTsEntryDescriptorClientMsgHandle) ExtractCollectionName

func (h *GetTsEntryDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name

func (*GetTsEntryDescriptorClientMsgHandle) ExtractResourceBodies

func (*GetTsEntryDescriptorClientMsgHandle) ExtractResourceBody

func (*GetTsEntryDescriptorClientMsgHandle) ExtractResourceName

func (*GetTsEntryDescriptorClientMsgHandle) ExtractResourceNames

type GetTsEntryDescriptorServerMsgHandle

type GetTsEntryDescriptorServerMsgHandle struct{}

func (*GetTsEntryDescriptorServerMsgHandle) ExtractCollectionName

func (h *GetTsEntryDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name

func (*GetTsEntryDescriptorServerMsgHandle) ExtractResourceBodies

func (*GetTsEntryDescriptorServerMsgHandle) ExtractResourceBody

func (*GetTsEntryDescriptorServerMsgHandle) ExtractResourceName

func (*GetTsEntryDescriptorServerMsgHandle) ExtractResourceNames

type GetTsEntryRequest

type GetTsEntryRequest struct {

	// Name of ntt.alerting.v1.TsEntry
	Name *ts_entry.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_entry.TsEntry_FieldMask `protobuf:"bytes,3,opt,customtype=TsEntry_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 GetTsEntry method.

func (*GetTsEntryRequest) Descriptor

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

Deprecated, Use GetTsEntryRequest.ProtoReflect.Descriptor instead.

func (*GetTsEntryRequest) GetFieldMask

func (m *GetTsEntryRequest) GetFieldMask() *ts_entry.TsEntry_FieldMask

func (*GetTsEntryRequest) GetName

func (m *GetTsEntryRequest) GetName() *ts_entry.Name

func (*GetTsEntryRequest) GetView

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

func (*GetTsEntryRequest) GotenMessage

func (*GetTsEntryRequest) GotenMessage()

func (*GetTsEntryRequest) GotenValidate

func (obj *GetTsEntryRequest) GotenValidate() error

func (*GetTsEntryRequest) Marshal

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

func (*GetTsEntryRequest) MarshalJSON

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

func (*GetTsEntryRequest) ProtoMessage

func (*GetTsEntryRequest) ProtoMessage()

func (*GetTsEntryRequest) ProtoReflect

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

func (*GetTsEntryRequest) Reset

func (m *GetTsEntryRequest) Reset()

func (*GetTsEntryRequest) SetFieldMask

func (m *GetTsEntryRequest) SetFieldMask(fv *ts_entry.TsEntry_FieldMask)

func (*GetTsEntryRequest) SetName

func (m *GetTsEntryRequest) SetName(fv *ts_entry.Name)

func (*GetTsEntryRequest) SetView

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

func (*GetTsEntryRequest) String

func (m *GetTsEntryRequest) String() string

func (*GetTsEntryRequest) Unmarshal

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

func (*GetTsEntryRequest) UnmarshalJSON

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

type ListTsEntriesDescriptor

type ListTsEntriesDescriptor struct{}

func GetListTsEntriesDescriptor

func GetListTsEntriesDescriptor() *ListTsEntriesDescriptor

func (*ListTsEntriesDescriptor) GetApiDescriptor

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

func (*ListTsEntriesDescriptor) GetApiName

func (d *ListTsEntriesDescriptor) GetApiName() string

func (*ListTsEntriesDescriptor) GetClientMsgReflectHandle

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

func (*ListTsEntriesDescriptor) GetFullMethodName

func (d *ListTsEntriesDescriptor) GetFullMethodName() string

func (*ListTsEntriesDescriptor) GetMethodName

func (d *ListTsEntriesDescriptor) GetMethodName() string

func (*ListTsEntriesDescriptor) GetProtoPkgName

func (d *ListTsEntriesDescriptor) GetProtoPkgName() string

func (*ListTsEntriesDescriptor) GetResourceDescriptor

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

func (*ListTsEntriesDescriptor) GetServerMsgReflectHandle

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

func (*ListTsEntriesDescriptor) GetServiceDomain

func (d *ListTsEntriesDescriptor) GetServiceDomain() string

func (*ListTsEntriesDescriptor) GetServiceVersion

func (d *ListTsEntriesDescriptor) GetServiceVersion() string

func (*ListTsEntriesDescriptor) GetVerb

func (d *ListTsEntriesDescriptor) GetVerb() string

func (*ListTsEntriesDescriptor) HasResource

func (d *ListTsEntriesDescriptor) HasResource() bool

func (*ListTsEntriesDescriptor) IsClientStream

func (d *ListTsEntriesDescriptor) IsClientStream() bool

func (*ListTsEntriesDescriptor) IsCollection

func (d *ListTsEntriesDescriptor) IsCollection() bool

func (*ListTsEntriesDescriptor) IsPlural

func (d *ListTsEntriesDescriptor) IsPlural() bool

func (*ListTsEntriesDescriptor) IsServerStream

func (d *ListTsEntriesDescriptor) IsServerStream() bool

func (*ListTsEntriesDescriptor) IsUnary

func (d *ListTsEntriesDescriptor) IsUnary() bool

func (*ListTsEntriesDescriptor) NewEmptyClientMsg

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

func (*ListTsEntriesDescriptor) NewEmptyServerMsg

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

func (*ListTsEntriesDescriptor) RequestHasResourceBody

func (d *ListTsEntriesDescriptor) RequestHasResourceBody() bool

type ListTsEntriesDescriptorClientMsgHandle

type ListTsEntriesDescriptorClientMsgHandle struct{}

func (*ListTsEntriesDescriptorClientMsgHandle) ExtractCollectionName

func (*ListTsEntriesDescriptorClientMsgHandle) ExtractResourceBodies

func (*ListTsEntriesDescriptorClientMsgHandle) ExtractResourceBody

func (*ListTsEntriesDescriptorClientMsgHandle) ExtractResourceName

func (*ListTsEntriesDescriptorClientMsgHandle) ExtractResourceNames

type ListTsEntriesDescriptorServerMsgHandle

type ListTsEntriesDescriptorServerMsgHandle struct{}

func (*ListTsEntriesDescriptorServerMsgHandle) ExtractCollectionName

func (*ListTsEntriesDescriptorServerMsgHandle) ExtractResourceBodies

func (*ListTsEntriesDescriptorServerMsgHandle) ExtractResourceBody

func (*ListTsEntriesDescriptorServerMsgHandle) ExtractResourceName

func (*ListTsEntriesDescriptorServerMsgHandle) ExtractResourceNames

type ListTsEntriesRequest

type ListTsEntriesRequest struct {

	// Parent name of ntt.alerting.v1.TsEntry
	Parent *ts_entry.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty"`
	// Requested page size. Server may return fewer TsEntries 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
	// ListTsEntriesResponse.next_page_token.
	PageToken *ts_entry.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_entry.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_entry.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_entry.TsEntry_FieldMask `protobuf:"bytes,6,opt,customtype=TsEntry_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 ListTsEntries method.

func (*ListTsEntriesRequest) Descriptor

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

Deprecated, Use ListTsEntriesRequest.ProtoReflect.Descriptor instead.

func (*ListTsEntriesRequest) GetFieldMask

func (m *ListTsEntriesRequest) GetFieldMask() *ts_entry.TsEntry_FieldMask

func (*ListTsEntriesRequest) GetFilter

func (m *ListTsEntriesRequest) GetFilter() *ts_entry.Filter

func (*ListTsEntriesRequest) GetIncludePagingInfo

func (m *ListTsEntriesRequest) GetIncludePagingInfo() bool

func (*ListTsEntriesRequest) GetOrderBy

func (m *ListTsEntriesRequest) GetOrderBy() *ts_entry.OrderBy

func (*ListTsEntriesRequest) GetPageSize

func (m *ListTsEntriesRequest) GetPageSize() int32

func (*ListTsEntriesRequest) GetPageToken

func (m *ListTsEntriesRequest) GetPageToken() *ts_entry.PagerCursor

func (*ListTsEntriesRequest) GetParent

func (m *ListTsEntriesRequest) GetParent() *ts_entry.ParentName

func (*ListTsEntriesRequest) GetView

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

func (*ListTsEntriesRequest) GotenMessage

func (*ListTsEntriesRequest) GotenMessage()

func (*ListTsEntriesRequest) GotenValidate

func (obj *ListTsEntriesRequest) GotenValidate() error

func (*ListTsEntriesRequest) Marshal

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

func (*ListTsEntriesRequest) MarshalJSON

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

func (*ListTsEntriesRequest) ProtoMessage

func (*ListTsEntriesRequest) ProtoMessage()

func (*ListTsEntriesRequest) ProtoReflect

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

func (*ListTsEntriesRequest) Reset

func (m *ListTsEntriesRequest) Reset()

func (*ListTsEntriesRequest) SetFieldMask

func (m *ListTsEntriesRequest) SetFieldMask(fv *ts_entry.TsEntry_FieldMask)

func (*ListTsEntriesRequest) SetFilter

func (m *ListTsEntriesRequest) SetFilter(fv *ts_entry.Filter)

func (*ListTsEntriesRequest) SetIncludePagingInfo

func (m *ListTsEntriesRequest) SetIncludePagingInfo(fv bool)

func (*ListTsEntriesRequest) SetOrderBy

func (m *ListTsEntriesRequest) SetOrderBy(fv *ts_entry.OrderBy)

func (*ListTsEntriesRequest) SetPageSize

func (m *ListTsEntriesRequest) SetPageSize(fv int32)

func (*ListTsEntriesRequest) SetPageToken

func (m *ListTsEntriesRequest) SetPageToken(fv *ts_entry.PagerCursor)

func (*ListTsEntriesRequest) SetParent

func (m *ListTsEntriesRequest) SetParent(fv *ts_entry.ParentName)

func (*ListTsEntriesRequest) SetView

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

func (*ListTsEntriesRequest) String

func (m *ListTsEntriesRequest) String() string

func (*ListTsEntriesRequest) Unmarshal

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

func (*ListTsEntriesRequest) UnmarshalJSON

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

type ListTsEntriesResponse

type ListTsEntriesResponse struct {

	// The list of TsEntries
	TsEntries []*ts_entry.TsEntry `protobuf:"bytes,1,rep,name=ts_entries,json=tsEntries,proto3" json:"ts_entries,omitempty"`
	// A token to retrieve previous page of results.
	//
	// Pass this value in the ListTsEntriesRequest.page_token.
	PrevPageToken *ts_entry.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 ListTsEntriesRequest.page_token.
	NextPageToken *ts_entry.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 TsEntries 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 ListTsEntries method.

func (*ListTsEntriesResponse) Descriptor

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

Deprecated, Use ListTsEntriesResponse.ProtoReflect.Descriptor instead.

func (*ListTsEntriesResponse) GetCurrentOffset

func (m *ListTsEntriesResponse) GetCurrentOffset() int32

func (*ListTsEntriesResponse) GetNextPageToken

func (m *ListTsEntriesResponse) GetNextPageToken() *ts_entry.PagerCursor

func (*ListTsEntriesResponse) GetPrevPageToken

func (m *ListTsEntriesResponse) GetPrevPageToken() *ts_entry.PagerCursor

func (*ListTsEntriesResponse) GetTotalResultsCount

func (m *ListTsEntriesResponse) GetTotalResultsCount() int32

func (*ListTsEntriesResponse) GetTsEntries

func (m *ListTsEntriesResponse) GetTsEntries() []*ts_entry.TsEntry

func (*ListTsEntriesResponse) GotenMessage

func (*ListTsEntriesResponse) GotenMessage()

func (*ListTsEntriesResponse) GotenValidate

func (obj *ListTsEntriesResponse) GotenValidate() error

func (*ListTsEntriesResponse) Marshal

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

func (*ListTsEntriesResponse) MarshalJSON

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

func (*ListTsEntriesResponse) ProtoMessage

func (*ListTsEntriesResponse) ProtoMessage()

func (*ListTsEntriesResponse) ProtoReflect

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

func (*ListTsEntriesResponse) Reset

func (m *ListTsEntriesResponse) Reset()

func (*ListTsEntriesResponse) SetCurrentOffset

func (m *ListTsEntriesResponse) SetCurrentOffset(fv int32)

func (*ListTsEntriesResponse) SetNextPageToken

func (m *ListTsEntriesResponse) SetNextPageToken(fv *ts_entry.PagerCursor)

func (*ListTsEntriesResponse) SetPrevPageToken

func (m *ListTsEntriesResponse) SetPrevPageToken(fv *ts_entry.PagerCursor)

func (*ListTsEntriesResponse) SetTotalResultsCount

func (m *ListTsEntriesResponse) SetTotalResultsCount(fv int32)

func (*ListTsEntriesResponse) SetTsEntries

func (m *ListTsEntriesResponse) SetTsEntries(fv []*ts_entry.TsEntry)

func (*ListTsEntriesResponse) String

func (m *ListTsEntriesResponse) String() string

func (*ListTsEntriesResponse) Unmarshal

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

func (*ListTsEntriesResponse) UnmarshalJSON

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

type TsEntryServiceClient

type TsEntryServiceClient interface {
	GetTsEntry(ctx context.Context, in *GetTsEntryRequest, opts ...grpc.CallOption) (*ts_entry.TsEntry, error)
	BatchGetTsEntries(ctx context.Context, in *BatchGetTsEntriesRequest, opts ...grpc.CallOption) (*BatchGetTsEntriesResponse, error)
	ListTsEntries(ctx context.Context, in *ListTsEntriesRequest, opts ...grpc.CallOption) (*ListTsEntriesResponse, error)
	WatchTsEntry(ctx context.Context, in *WatchTsEntryRequest, opts ...grpc.CallOption) (WatchTsEntryClientStream, error)
	WatchTsEntries(ctx context.Context, in *WatchTsEntriesRequest, opts ...grpc.CallOption) (WatchTsEntriesClientStream, error)
	CreateTsEntry(ctx context.Context, in *CreateTsEntryRequest, opts ...grpc.CallOption) (*ts_entry.TsEntry, error)
	UpdateTsEntry(ctx context.Context, in *UpdateTsEntryRequest, opts ...grpc.CallOption) (*ts_entry.TsEntry, error)
	DeleteTsEntry(ctx context.Context, in *DeleteTsEntryRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
}

TsEntryServiceClient is the client API for TsEntryService.

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

type TsEntryServiceDescriptor

type TsEntryServiceDescriptor struct{}

func GetTsEntryServiceDescriptor

func GetTsEntryServiceDescriptor() *TsEntryServiceDescriptor

func (*TsEntryServiceDescriptor) AllMethodDescriptors

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

func (*TsEntryServiceDescriptor) GetApiName

func (d *TsEntryServiceDescriptor) GetApiName() string

func (*TsEntryServiceDescriptor) GetFullAPIName

func (d *TsEntryServiceDescriptor) GetFullAPIName() string

func (*TsEntryServiceDescriptor) GetProtoPkgName

func (d *TsEntryServiceDescriptor) GetProtoPkgName() string

func (*TsEntryServiceDescriptor) GetServiceDomain

func (d *TsEntryServiceDescriptor) GetServiceDomain() string

func (*TsEntryServiceDescriptor) GetServiceVersion

func (d *TsEntryServiceDescriptor) GetServiceVersion() string

type UpdateTsEntryDescriptor

type UpdateTsEntryDescriptor struct{}

func GetUpdateTsEntryDescriptor

func GetUpdateTsEntryDescriptor() *UpdateTsEntryDescriptor

func (*UpdateTsEntryDescriptor) GetApiDescriptor

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

func (*UpdateTsEntryDescriptor) GetApiName

func (d *UpdateTsEntryDescriptor) GetApiName() string

func (*UpdateTsEntryDescriptor) GetClientMsgReflectHandle

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

func (*UpdateTsEntryDescriptor) GetFullMethodName

func (d *UpdateTsEntryDescriptor) GetFullMethodName() string

func (*UpdateTsEntryDescriptor) GetMethodName

func (d *UpdateTsEntryDescriptor) GetMethodName() string

func (*UpdateTsEntryDescriptor) GetProtoPkgName

func (d *UpdateTsEntryDescriptor) GetProtoPkgName() string

func (*UpdateTsEntryDescriptor) GetResourceDescriptor

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

func (*UpdateTsEntryDescriptor) GetServerMsgReflectHandle

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

func (*UpdateTsEntryDescriptor) GetServiceDomain

func (d *UpdateTsEntryDescriptor) GetServiceDomain() string

func (*UpdateTsEntryDescriptor) GetServiceVersion

func (d *UpdateTsEntryDescriptor) GetServiceVersion() string

func (*UpdateTsEntryDescriptor) GetVerb

func (d *UpdateTsEntryDescriptor) GetVerb() string

func (*UpdateTsEntryDescriptor) HasResource

func (d *UpdateTsEntryDescriptor) HasResource() bool

func (*UpdateTsEntryDescriptor) IsClientStream

func (d *UpdateTsEntryDescriptor) IsClientStream() bool

func (*UpdateTsEntryDescriptor) IsCollection

func (d *UpdateTsEntryDescriptor) IsCollection() bool

func (*UpdateTsEntryDescriptor) IsPlural

func (d *UpdateTsEntryDescriptor) IsPlural() bool

func (*UpdateTsEntryDescriptor) IsServerStream

func (d *UpdateTsEntryDescriptor) IsServerStream() bool

func (*UpdateTsEntryDescriptor) IsUnary

func (d *UpdateTsEntryDescriptor) IsUnary() bool

func (*UpdateTsEntryDescriptor) NewEmptyClientMsg

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

func (*UpdateTsEntryDescriptor) NewEmptyServerMsg

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

func (*UpdateTsEntryDescriptor) RequestHasResourceBody

func (d *UpdateTsEntryDescriptor) RequestHasResourceBody() bool

type UpdateTsEntryDescriptorClientMsgHandle

type UpdateTsEntryDescriptorClientMsgHandle struct{}

func (*UpdateTsEntryDescriptorClientMsgHandle) ExtractCollectionName

func (*UpdateTsEntryDescriptorClientMsgHandle) ExtractResourceBodies

func (*UpdateTsEntryDescriptorClientMsgHandle) ExtractResourceBody

func (*UpdateTsEntryDescriptorClientMsgHandle) ExtractResourceName

func (*UpdateTsEntryDescriptorClientMsgHandle) ExtractResourceNames

type UpdateTsEntryDescriptorServerMsgHandle

type UpdateTsEntryDescriptorServerMsgHandle struct{}

func (*UpdateTsEntryDescriptorServerMsgHandle) ExtractCollectionName

func (*UpdateTsEntryDescriptorServerMsgHandle) ExtractResourceBodies

func (*UpdateTsEntryDescriptorServerMsgHandle) ExtractResourceBody

func (*UpdateTsEntryDescriptorServerMsgHandle) ExtractResourceName

func (*UpdateTsEntryDescriptorServerMsgHandle) ExtractResourceNames

type UpdateTsEntryRequest

type UpdateTsEntryRequest struct {

	// TsEntry resource body
	TsEntry *ts_entry.TsEntry `protobuf:"bytes,2,opt,name=ts_entry,json=tsEntry,proto3" json:"ts_entry,omitempty"`
	// FieldMask applied to request - change will be applied only for fields in
	// the mask
	UpdateMask *ts_entry.TsEntry_FieldMask `protobuf:"bytes,3,opt,customtype=TsEntry_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 *UpdateTsEntryRequest_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 *UpdateTsEntryRequest_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 UpdateTsEntry method.

func (*UpdateTsEntryRequest) Descriptor

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

Deprecated, Use UpdateTsEntryRequest.ProtoReflect.Descriptor instead.

func (*UpdateTsEntryRequest) GetAllowMissing

func (m *UpdateTsEntryRequest) GetAllowMissing() bool

func (*UpdateTsEntryRequest) GetCas

func (*UpdateTsEntryRequest) GetResponseMask

func (*UpdateTsEntryRequest) GetTsEntry

func (m *UpdateTsEntryRequest) GetTsEntry() *ts_entry.TsEntry

func (*UpdateTsEntryRequest) GetUpdateMask

func (m *UpdateTsEntryRequest) GetUpdateMask() *ts_entry.TsEntry_FieldMask

func (*UpdateTsEntryRequest) GotenMessage

func (*UpdateTsEntryRequest) GotenMessage()

func (*UpdateTsEntryRequest) GotenValidate

func (obj *UpdateTsEntryRequest) GotenValidate() error

func (*UpdateTsEntryRequest) Marshal

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

func (*UpdateTsEntryRequest) MarshalJSON

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

func (*UpdateTsEntryRequest) ProtoMessage

func (*UpdateTsEntryRequest) ProtoMessage()

func (*UpdateTsEntryRequest) ProtoReflect

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

func (*UpdateTsEntryRequest) Reset

func (m *UpdateTsEntryRequest) Reset()

func (*UpdateTsEntryRequest) SetAllowMissing

func (m *UpdateTsEntryRequest) SetAllowMissing(fv bool)

func (*UpdateTsEntryRequest) SetCas

func (*UpdateTsEntryRequest) SetResponseMask

func (*UpdateTsEntryRequest) SetTsEntry

func (m *UpdateTsEntryRequest) SetTsEntry(fv *ts_entry.TsEntry)

func (*UpdateTsEntryRequest) SetUpdateMask

func (m *UpdateTsEntryRequest) SetUpdateMask(fv *ts_entry.TsEntry_FieldMask)

func (*UpdateTsEntryRequest) String

func (m *UpdateTsEntryRequest) String() string

func (*UpdateTsEntryRequest) Unmarshal

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

func (*UpdateTsEntryRequest) UnmarshalJSON

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

type UpdateTsEntryRequest_CAS

type UpdateTsEntryRequest_CAS struct {

	// Conditional desired state of a resource before update.
	ConditionalState *ts_entry.TsEntry `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_entry.TsEntry_FieldMask `protobuf:"bytes,2,opt,customtype=TsEntry_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 (*UpdateTsEntryRequest_CAS) Descriptor

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

Deprecated, Use UpdateTsEntryRequest_CAS.ProtoReflect.Descriptor instead.

func (*UpdateTsEntryRequest_CAS) GetConditionalState

func (m *UpdateTsEntryRequest_CAS) GetConditionalState() *ts_entry.TsEntry

func (*UpdateTsEntryRequest_CAS) GetFieldMask

func (*UpdateTsEntryRequest_CAS) GotenMessage

func (*UpdateTsEntryRequest_CAS) GotenMessage()

func (*UpdateTsEntryRequest_CAS) GotenValidate

func (obj *UpdateTsEntryRequest_CAS) GotenValidate() error

func (*UpdateTsEntryRequest_CAS) Marshal

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

func (*UpdateTsEntryRequest_CAS) MarshalJSON

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

func (*UpdateTsEntryRequest_CAS) ProtoMessage

func (*UpdateTsEntryRequest_CAS) ProtoMessage()

func (*UpdateTsEntryRequest_CAS) ProtoReflect

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

func (*UpdateTsEntryRequest_CAS) Reset

func (m *UpdateTsEntryRequest_CAS) Reset()

func (*UpdateTsEntryRequest_CAS) SetConditionalState

func (m *UpdateTsEntryRequest_CAS) SetConditionalState(fv *ts_entry.TsEntry)

func (*UpdateTsEntryRequest_CAS) SetFieldMask

func (*UpdateTsEntryRequest_CAS) String

func (m *UpdateTsEntryRequest_CAS) String() string

func (*UpdateTsEntryRequest_CAS) Unmarshal

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

func (*UpdateTsEntryRequest_CAS) UnmarshalJSON

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

type UpdateTsEntryRequest_ResponseMask

type UpdateTsEntryRequest_ResponseMask struct {

	// Types that are valid to be assigned to Masking:
	//	*UpdateTsEntryRequest_ResponseMask_SkipEntireResponseBody
	//	*UpdateTsEntryRequest_ResponseMask_UpdatedFieldsOnly
	//	*UpdateTsEntryRequest_ResponseMask_BodyMask
	Masking isUpdateTsEntryRequest_ResponseMask_Masking `protobuf_oneof:"masking"`
	// contains filtered or unexported fields
}

ResponseMask allows client to reduce response message size.

func (*UpdateTsEntryRequest_ResponseMask) Descriptor

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

Deprecated, Use UpdateTsEntryRequest_ResponseMask.ProtoReflect.Descriptor instead.

func (*UpdateTsEntryRequest_ResponseMask) GetBodyMask

func (*UpdateTsEntryRequest_ResponseMask) GetMasking

func (m *UpdateTsEntryRequest_ResponseMask) GetMasking() isUpdateTsEntryRequest_ResponseMask_Masking

func (*UpdateTsEntryRequest_ResponseMask) GetSkipEntireResponseBody

func (m *UpdateTsEntryRequest_ResponseMask) GetSkipEntireResponseBody() bool

func (*UpdateTsEntryRequest_ResponseMask) GetUpdatedFieldsOnly

func (m *UpdateTsEntryRequest_ResponseMask) GetUpdatedFieldsOnly() bool

func (*UpdateTsEntryRequest_ResponseMask) GotenMessage

func (*UpdateTsEntryRequest_ResponseMask) GotenMessage()

func (*UpdateTsEntryRequest_ResponseMask) GotenValidate

func (obj *UpdateTsEntryRequest_ResponseMask) GotenValidate() error

func (*UpdateTsEntryRequest_ResponseMask) Marshal

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

func (*UpdateTsEntryRequest_ResponseMask) MarshalJSON

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

func (*UpdateTsEntryRequest_ResponseMask) ProtoMessage

func (*UpdateTsEntryRequest_ResponseMask) ProtoMessage()

func (*UpdateTsEntryRequest_ResponseMask) ProtoReflect

func (*UpdateTsEntryRequest_ResponseMask) Reset

func (*UpdateTsEntryRequest_ResponseMask) SetBodyMask

func (*UpdateTsEntryRequest_ResponseMask) SetMasking

func (m *UpdateTsEntryRequest_ResponseMask) SetMasking(ofv isUpdateTsEntryRequest_ResponseMask_Masking)

func (*UpdateTsEntryRequest_ResponseMask) SetSkipEntireResponseBody

func (m *UpdateTsEntryRequest_ResponseMask) SetSkipEntireResponseBody(fv bool)

func (*UpdateTsEntryRequest_ResponseMask) SetUpdatedFieldsOnly

func (m *UpdateTsEntryRequest_ResponseMask) SetUpdatedFieldsOnly(fv bool)

func (*UpdateTsEntryRequest_ResponseMask) String

func (*UpdateTsEntryRequest_ResponseMask) Unmarshal

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

func (*UpdateTsEntryRequest_ResponseMask) UnmarshalJSON

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

type UpdateTsEntryRequest_ResponseMask_BodyMask

type UpdateTsEntryRequest_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_entry.TsEntry_FieldMask `protobuf:"bytes,3,opt,customtype=TsEntry_FieldMask,name=body_mask,json=bodyMask,proto3,oneof"`
}

type UpdateTsEntryRequest_ResponseMask_SkipEntireResponseBody

type UpdateTsEntryRequest_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 UpdateTsEntryRequest_ResponseMask_UpdatedFieldsOnly

type UpdateTsEntryRequest_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 WatchTsEntriesClientStream

type WatchTsEntriesClientStream interface {
	Recv() (*WatchTsEntriesResponse, error)
	grpc.ClientStream
}

type WatchTsEntriesDescriptor

type WatchTsEntriesDescriptor struct{}

func GetWatchTsEntriesDescriptor

func GetWatchTsEntriesDescriptor() *WatchTsEntriesDescriptor

func (*WatchTsEntriesDescriptor) GetApiDescriptor

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

func (*WatchTsEntriesDescriptor) GetApiName

func (d *WatchTsEntriesDescriptor) GetApiName() string

func (*WatchTsEntriesDescriptor) GetClientMsgReflectHandle

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

func (*WatchTsEntriesDescriptor) GetFullMethodName

func (d *WatchTsEntriesDescriptor) GetFullMethodName() string

func (*WatchTsEntriesDescriptor) GetMethodName

func (d *WatchTsEntriesDescriptor) GetMethodName() string

func (*WatchTsEntriesDescriptor) GetProtoPkgName

func (d *WatchTsEntriesDescriptor) GetProtoPkgName() string

func (*WatchTsEntriesDescriptor) GetResourceDescriptor

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

func (*WatchTsEntriesDescriptor) GetServerMsgReflectHandle

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

func (*WatchTsEntriesDescriptor) GetServiceDomain

func (d *WatchTsEntriesDescriptor) GetServiceDomain() string

func (*WatchTsEntriesDescriptor) GetServiceVersion

func (d *WatchTsEntriesDescriptor) GetServiceVersion() string

func (*WatchTsEntriesDescriptor) GetVerb

func (d *WatchTsEntriesDescriptor) GetVerb() string

func (*WatchTsEntriesDescriptor) HasResource

func (d *WatchTsEntriesDescriptor) HasResource() bool

func (*WatchTsEntriesDescriptor) IsClientStream

func (d *WatchTsEntriesDescriptor) IsClientStream() bool

func (*WatchTsEntriesDescriptor) IsCollection

func (d *WatchTsEntriesDescriptor) IsCollection() bool

func (*WatchTsEntriesDescriptor) IsPlural

func (d *WatchTsEntriesDescriptor) IsPlural() bool

func (*WatchTsEntriesDescriptor) IsServerStream

func (d *WatchTsEntriesDescriptor) IsServerStream() bool

func (*WatchTsEntriesDescriptor) IsUnary

func (d *WatchTsEntriesDescriptor) IsUnary() bool

func (*WatchTsEntriesDescriptor) NewEmptyClientMsg

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

func (*WatchTsEntriesDescriptor) NewEmptyServerMsg

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

func (*WatchTsEntriesDescriptor) RequestHasResourceBody

func (d *WatchTsEntriesDescriptor) RequestHasResourceBody() bool

type WatchTsEntriesDescriptorClientMsgHandle

type WatchTsEntriesDescriptorClientMsgHandle struct{}

func (*WatchTsEntriesDescriptorClientMsgHandle) ExtractCollectionName

func (*WatchTsEntriesDescriptorClientMsgHandle) ExtractResourceBodies

func (*WatchTsEntriesDescriptorClientMsgHandle) ExtractResourceBody

func (*WatchTsEntriesDescriptorClientMsgHandle) ExtractResourceName

func (*WatchTsEntriesDescriptorClientMsgHandle) ExtractResourceNames

type WatchTsEntriesDescriptorServerMsgHandle

type WatchTsEntriesDescriptorServerMsgHandle struct{}

func (*WatchTsEntriesDescriptorServerMsgHandle) ExtractCollectionName

func (*WatchTsEntriesDescriptorServerMsgHandle) ExtractResourceBodies

func (*WatchTsEntriesDescriptorServerMsgHandle) ExtractResourceBody

func (*WatchTsEntriesDescriptorServerMsgHandle) ExtractResourceName

func (*WatchTsEntriesDescriptorServerMsgHandle) ExtractResourceNames

type WatchTsEntriesRequest

type WatchTsEntriesRequest 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.TsEntry
	Parent *ts_entry.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty"`
	// Requested page size. Server may return fewer TsEntries 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_entry.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_entry.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_entry.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 TsEntry that don't affect
	// any of masked fields won't be sent back.
	FieldMask *ts_entry.TsEntry_FieldMask `protobuf:"bytes,6,opt,customtype=TsEntry_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
	// TsEntry 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 WatchTsEntries method.

func (*WatchTsEntriesRequest) Descriptor

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

Deprecated, Use WatchTsEntriesRequest.ProtoReflect.Descriptor instead.

func (*WatchTsEntriesRequest) GetFieldMask

func (*WatchTsEntriesRequest) GetFilter

func (m *WatchTsEntriesRequest) GetFilter() *ts_entry.Filter

func (*WatchTsEntriesRequest) GetMaxChunkSize

func (m *WatchTsEntriesRequest) GetMaxChunkSize() int32

func (*WatchTsEntriesRequest) GetOrderBy

func (m *WatchTsEntriesRequest) GetOrderBy() *ts_entry.OrderBy

func (*WatchTsEntriesRequest) GetPageSize

func (m *WatchTsEntriesRequest) GetPageSize() int32

func (*WatchTsEntriesRequest) GetPageToken

func (m *WatchTsEntriesRequest) GetPageToken() *ts_entry.PagerCursor

func (*WatchTsEntriesRequest) GetParent

func (m *WatchTsEntriesRequest) GetParent() *ts_entry.ParentName

func (*WatchTsEntriesRequest) GetResumeToken

func (m *WatchTsEntriesRequest) GetResumeToken() string

func (*WatchTsEntriesRequest) GetStartingTime

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

func (*WatchTsEntriesRequest) GetType

func (*WatchTsEntriesRequest) GetView

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

func (*WatchTsEntriesRequest) GotenMessage

func (*WatchTsEntriesRequest) GotenMessage()

func (*WatchTsEntriesRequest) GotenValidate

func (obj *WatchTsEntriesRequest) GotenValidate() error

func (*WatchTsEntriesRequest) Marshal

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

func (*WatchTsEntriesRequest) MarshalJSON

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

func (*WatchTsEntriesRequest) ProtoMessage

func (*WatchTsEntriesRequest) ProtoMessage()

func (*WatchTsEntriesRequest) ProtoReflect

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

func (*WatchTsEntriesRequest) Reset

func (m *WatchTsEntriesRequest) Reset()

func (*WatchTsEntriesRequest) SetFieldMask

func (m *WatchTsEntriesRequest) SetFieldMask(fv *ts_entry.TsEntry_FieldMask)

func (*WatchTsEntriesRequest) SetFilter

func (m *WatchTsEntriesRequest) SetFilter(fv *ts_entry.Filter)

func (*WatchTsEntriesRequest) SetMaxChunkSize

func (m *WatchTsEntriesRequest) SetMaxChunkSize(fv int32)

func (*WatchTsEntriesRequest) SetOrderBy

func (m *WatchTsEntriesRequest) SetOrderBy(fv *ts_entry.OrderBy)

func (*WatchTsEntriesRequest) SetPageSize

func (m *WatchTsEntriesRequest) SetPageSize(fv int32)

func (*WatchTsEntriesRequest) SetPageToken

func (m *WatchTsEntriesRequest) SetPageToken(fv *ts_entry.PagerCursor)

func (*WatchTsEntriesRequest) SetParent

func (m *WatchTsEntriesRequest) SetParent(fv *ts_entry.ParentName)

func (*WatchTsEntriesRequest) SetResumeToken

func (m *WatchTsEntriesRequest) SetResumeToken(fv string)

func (*WatchTsEntriesRequest) SetStartingTime

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

func (*WatchTsEntriesRequest) SetType

func (*WatchTsEntriesRequest) SetView

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

func (*WatchTsEntriesRequest) String

func (m *WatchTsEntriesRequest) String() string

func (*WatchTsEntriesRequest) Unmarshal

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

func (*WatchTsEntriesRequest) UnmarshalJSON

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

type WatchTsEntriesResponse

type WatchTsEntriesResponse struct {

	// Changes of TsEntries
	TsEntryChanges []*ts_entry.TsEntryChange `protobuf:"bytes,2,rep,name=ts_entry_changes,json=tsEntryChanges,proto3" json:"ts_entry_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 TsEntries 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 *WatchTsEntriesResponse_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 (TsEntries 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 WatchTsEntries method.

func (*WatchTsEntriesResponse) Descriptor

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

Deprecated, Use WatchTsEntriesResponse.ProtoReflect.Descriptor instead.

func (*WatchTsEntriesResponse) GetIsCurrent

func (m *WatchTsEntriesResponse) GetIsCurrent() bool

func (*WatchTsEntriesResponse) GetIsHardReset

func (m *WatchTsEntriesResponse) GetIsHardReset() bool

func (*WatchTsEntriesResponse) GetIsSoftReset

func (m *WatchTsEntriesResponse) GetIsSoftReset() bool

func (*WatchTsEntriesResponse) GetPageTokenChange

func (*WatchTsEntriesResponse) GetResumeToken

func (m *WatchTsEntriesResponse) GetResumeToken() string

func (*WatchTsEntriesResponse) GetSnapshotSize

func (m *WatchTsEntriesResponse) GetSnapshotSize() int64

func (*WatchTsEntriesResponse) GetTsEntryChanges

func (m *WatchTsEntriesResponse) GetTsEntryChanges() []*ts_entry.TsEntryChange

func (*WatchTsEntriesResponse) GotenMessage

func (*WatchTsEntriesResponse) GotenMessage()

func (*WatchTsEntriesResponse) GotenValidate

func (obj *WatchTsEntriesResponse) GotenValidate() error

func (*WatchTsEntriesResponse) Marshal

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

func (*WatchTsEntriesResponse) MarshalJSON

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

func (*WatchTsEntriesResponse) ProtoMessage

func (*WatchTsEntriesResponse) ProtoMessage()

func (*WatchTsEntriesResponse) ProtoReflect

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

func (*WatchTsEntriesResponse) Reset

func (m *WatchTsEntriesResponse) Reset()

func (*WatchTsEntriesResponse) SetIsCurrent

func (m *WatchTsEntriesResponse) SetIsCurrent(fv bool)

func (*WatchTsEntriesResponse) SetIsHardReset

func (m *WatchTsEntriesResponse) SetIsHardReset(fv bool)

func (*WatchTsEntriesResponse) SetIsSoftReset

func (m *WatchTsEntriesResponse) SetIsSoftReset(fv bool)

func (*WatchTsEntriesResponse) SetPageTokenChange

func (*WatchTsEntriesResponse) SetResumeToken

func (m *WatchTsEntriesResponse) SetResumeToken(fv string)

func (*WatchTsEntriesResponse) SetSnapshotSize

func (m *WatchTsEntriesResponse) SetSnapshotSize(fv int64)

func (*WatchTsEntriesResponse) SetTsEntryChanges

func (m *WatchTsEntriesResponse) SetTsEntryChanges(fv []*ts_entry.TsEntryChange)

func (*WatchTsEntriesResponse) String

func (m *WatchTsEntriesResponse) String() string

func (*WatchTsEntriesResponse) Unmarshal

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

func (*WatchTsEntriesResponse) UnmarshalJSON

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

type WatchTsEntriesResponse_PageTokenChange

type WatchTsEntriesResponse_PageTokenChange struct {

	// New token to retrieve previous page of results.
	PrevPageToken *ts_entry.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_entry.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 (*WatchTsEntriesResponse_PageTokenChange) Descriptor

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

Deprecated, Use WatchTsEntriesResponse_PageTokenChange.ProtoReflect.Descriptor instead.

func (*WatchTsEntriesResponse_PageTokenChange) GetNextPageToken

func (*WatchTsEntriesResponse_PageTokenChange) GetPrevPageToken

func (*WatchTsEntriesResponse_PageTokenChange) GotenMessage

func (*WatchTsEntriesResponse_PageTokenChange) GotenValidate

func (obj *WatchTsEntriesResponse_PageTokenChange) GotenValidate() error

func (*WatchTsEntriesResponse_PageTokenChange) Marshal

func (*WatchTsEntriesResponse_PageTokenChange) MarshalJSON

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

func (*WatchTsEntriesResponse_PageTokenChange) ProtoMessage

func (*WatchTsEntriesResponse_PageTokenChange) ProtoReflect

func (*WatchTsEntriesResponse_PageTokenChange) Reset

func (*WatchTsEntriesResponse_PageTokenChange) SetNextPageToken

func (*WatchTsEntriesResponse_PageTokenChange) SetPrevPageToken

func (*WatchTsEntriesResponse_PageTokenChange) String

func (*WatchTsEntriesResponse_PageTokenChange) Unmarshal

func (*WatchTsEntriesResponse_PageTokenChange) UnmarshalJSON

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

type WatchTsEntryClientStream

type WatchTsEntryClientStream interface {
	Recv() (*WatchTsEntryResponse, error)
	grpc.ClientStream
}

type WatchTsEntryDescriptor

type WatchTsEntryDescriptor struct{}

func GetWatchTsEntryDescriptor

func GetWatchTsEntryDescriptor() *WatchTsEntryDescriptor

func (*WatchTsEntryDescriptor) GetApiDescriptor

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

func (*WatchTsEntryDescriptor) GetApiName

func (d *WatchTsEntryDescriptor) GetApiName() string

func (*WatchTsEntryDescriptor) GetClientMsgReflectHandle

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

func (*WatchTsEntryDescriptor) GetFullMethodName

func (d *WatchTsEntryDescriptor) GetFullMethodName() string

func (*WatchTsEntryDescriptor) GetMethodName

func (d *WatchTsEntryDescriptor) GetMethodName() string

func (*WatchTsEntryDescriptor) GetProtoPkgName

func (d *WatchTsEntryDescriptor) GetProtoPkgName() string

func (*WatchTsEntryDescriptor) GetResourceDescriptor

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

func (*WatchTsEntryDescriptor) GetServerMsgReflectHandle

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

func (*WatchTsEntryDescriptor) GetServiceDomain

func (d *WatchTsEntryDescriptor) GetServiceDomain() string

func (*WatchTsEntryDescriptor) GetServiceVersion

func (d *WatchTsEntryDescriptor) GetServiceVersion() string

func (*WatchTsEntryDescriptor) GetVerb

func (d *WatchTsEntryDescriptor) GetVerb() string

func (*WatchTsEntryDescriptor) HasResource

func (d *WatchTsEntryDescriptor) HasResource() bool

func (*WatchTsEntryDescriptor) IsClientStream

func (d *WatchTsEntryDescriptor) IsClientStream() bool

func (*WatchTsEntryDescriptor) IsCollection

func (d *WatchTsEntryDescriptor) IsCollection() bool

func (*WatchTsEntryDescriptor) IsPlural

func (d *WatchTsEntryDescriptor) IsPlural() bool

func (*WatchTsEntryDescriptor) IsServerStream

func (d *WatchTsEntryDescriptor) IsServerStream() bool

func (*WatchTsEntryDescriptor) IsUnary

func (d *WatchTsEntryDescriptor) IsUnary() bool

func (*WatchTsEntryDescriptor) NewEmptyClientMsg

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

func (*WatchTsEntryDescriptor) NewEmptyServerMsg

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

func (*WatchTsEntryDescriptor) RequestHasResourceBody

func (d *WatchTsEntryDescriptor) RequestHasResourceBody() bool

type WatchTsEntryDescriptorClientMsgHandle

type WatchTsEntryDescriptorClientMsgHandle struct{}

func (*WatchTsEntryDescriptorClientMsgHandle) ExtractCollectionName

func (*WatchTsEntryDescriptorClientMsgHandle) ExtractResourceBodies

func (*WatchTsEntryDescriptorClientMsgHandle) ExtractResourceBody

func (*WatchTsEntryDescriptorClientMsgHandle) ExtractResourceName

func (*WatchTsEntryDescriptorClientMsgHandle) ExtractResourceNames

type WatchTsEntryDescriptorServerMsgHandle

type WatchTsEntryDescriptorServerMsgHandle struct{}

func (*WatchTsEntryDescriptorServerMsgHandle) ExtractCollectionName

func (*WatchTsEntryDescriptorServerMsgHandle) ExtractResourceBodies

func (*WatchTsEntryDescriptorServerMsgHandle) ExtractResourceBody

func (*WatchTsEntryDescriptorServerMsgHandle) ExtractResourceName

func (*WatchTsEntryDescriptorServerMsgHandle) ExtractResourceNames

type WatchTsEntryRequest

type WatchTsEntryRequest struct {

	// Name of ntt.alerting.v1.TsEntry
	Name *ts_entry.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_entry.TsEntry_FieldMask `protobuf:"bytes,2,opt,customtype=TsEntry_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 WatchTsEntry method.

func (*WatchTsEntryRequest) Descriptor

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

Deprecated, Use WatchTsEntryRequest.ProtoReflect.Descriptor instead.

func (*WatchTsEntryRequest) GetFieldMask

func (m *WatchTsEntryRequest) GetFieldMask() *ts_entry.TsEntry_FieldMask

func (*WatchTsEntryRequest) GetName

func (m *WatchTsEntryRequest) GetName() *ts_entry.Name

func (*WatchTsEntryRequest) GetView

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

func (*WatchTsEntryRequest) GotenMessage

func (*WatchTsEntryRequest) GotenMessage()

func (*WatchTsEntryRequest) GotenValidate

func (obj *WatchTsEntryRequest) GotenValidate() error

func (*WatchTsEntryRequest) Marshal

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

func (*WatchTsEntryRequest) MarshalJSON

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

func (*WatchTsEntryRequest) ProtoMessage

func (*WatchTsEntryRequest) ProtoMessage()

func (*WatchTsEntryRequest) ProtoReflect

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

func (*WatchTsEntryRequest) Reset

func (m *WatchTsEntryRequest) Reset()

func (*WatchTsEntryRequest) SetFieldMask

func (m *WatchTsEntryRequest) SetFieldMask(fv *ts_entry.TsEntry_FieldMask)

func (*WatchTsEntryRequest) SetName

func (m *WatchTsEntryRequest) SetName(fv *ts_entry.Name)

func (*WatchTsEntryRequest) SetView

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

func (*WatchTsEntryRequest) String

func (m *WatchTsEntryRequest) String() string

func (*WatchTsEntryRequest) Unmarshal

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

func (*WatchTsEntryRequest) UnmarshalJSON

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

type WatchTsEntryResponse

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

A response message of the WatchTsEntry method.

func (*WatchTsEntryResponse) Descriptor

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

Deprecated, Use WatchTsEntryResponse.ProtoReflect.Descriptor instead.

func (*WatchTsEntryResponse) GetChange

func (*WatchTsEntryResponse) GotenMessage

func (*WatchTsEntryResponse) GotenMessage()

func (*WatchTsEntryResponse) GotenValidate

func (obj *WatchTsEntryResponse) GotenValidate() error

func (*WatchTsEntryResponse) Marshal

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

func (*WatchTsEntryResponse) MarshalJSON

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

func (*WatchTsEntryResponse) ProtoMessage

func (*WatchTsEntryResponse) ProtoMessage()

func (*WatchTsEntryResponse) ProtoReflect

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

func (*WatchTsEntryResponse) Reset

func (m *WatchTsEntryResponse) Reset()

func (*WatchTsEntryResponse) SetChange

func (m *WatchTsEntryResponse) SetChange(fv *ts_entry.TsEntryChange)

func (*WatchTsEntryResponse) String

func (m *WatchTsEntryResponse) String() string

func (*WatchTsEntryResponse) Unmarshal

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

func (*WatchTsEntryResponse) UnmarshalJSON

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

Jump to

Keyboard shortcuts

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