time_series_forwarder_sink_client

package
v1.9.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BatchGetTimeSeriesForwarderSinksDescriptor

type BatchGetTimeSeriesForwarderSinksDescriptor struct{}

func GetBatchGetTimeSeriesForwarderSinksDescriptor

func GetBatchGetTimeSeriesForwarderSinksDescriptor() *BatchGetTimeSeriesForwarderSinksDescriptor

func (*BatchGetTimeSeriesForwarderSinksDescriptor) GetApiDescriptor

func (*BatchGetTimeSeriesForwarderSinksDescriptor) GetApiName

func (*BatchGetTimeSeriesForwarderSinksDescriptor) GetClientMsgReflectHandle

func (*BatchGetTimeSeriesForwarderSinksDescriptor) GetFullMethodName

func (d *BatchGetTimeSeriesForwarderSinksDescriptor) GetFullMethodName() string

func (*BatchGetTimeSeriesForwarderSinksDescriptor) GetMethodName

func (*BatchGetTimeSeriesForwarderSinksDescriptor) GetProtoPkgName

func (*BatchGetTimeSeriesForwarderSinksDescriptor) GetResourceDescriptor

func (*BatchGetTimeSeriesForwarderSinksDescriptor) GetServerMsgReflectHandle

func (*BatchGetTimeSeriesForwarderSinksDescriptor) GetServiceDomain

func (d *BatchGetTimeSeriesForwarderSinksDescriptor) GetServiceDomain() string

func (*BatchGetTimeSeriesForwarderSinksDescriptor) GetServiceVersion

func (d *BatchGetTimeSeriesForwarderSinksDescriptor) GetServiceVersion() string

func (*BatchGetTimeSeriesForwarderSinksDescriptor) GetVerb

func (*BatchGetTimeSeriesForwarderSinksDescriptor) HasResource

func (*BatchGetTimeSeriesForwarderSinksDescriptor) IsClientStream

func (*BatchGetTimeSeriesForwarderSinksDescriptor) IsCollection

func (*BatchGetTimeSeriesForwarderSinksDescriptor) IsPlural

func (*BatchGetTimeSeriesForwarderSinksDescriptor) IsServerStream

func (*BatchGetTimeSeriesForwarderSinksDescriptor) IsUnary

func (*BatchGetTimeSeriesForwarderSinksDescriptor) NewEmptyClientMsg

func (*BatchGetTimeSeriesForwarderSinksDescriptor) NewEmptyServerMsg

func (*BatchGetTimeSeriesForwarderSinksDescriptor) RequestHasResourceBody

func (d *BatchGetTimeSeriesForwarderSinksDescriptor) RequestHasResourceBody() bool

type BatchGetTimeSeriesForwarderSinksDescriptorClientMsgHandle

type BatchGetTimeSeriesForwarderSinksDescriptorClientMsgHandle struct{}

func (*BatchGetTimeSeriesForwarderSinksDescriptorClientMsgHandle) ExtractCollectionName

func (*BatchGetTimeSeriesForwarderSinksDescriptorClientMsgHandle) ExtractResourceBodies

func (*BatchGetTimeSeriesForwarderSinksDescriptorClientMsgHandle) ExtractResourceBody

func (*BatchGetTimeSeriesForwarderSinksDescriptorClientMsgHandle) ExtractResourceName

func (*BatchGetTimeSeriesForwarderSinksDescriptorClientMsgHandle) ExtractResourceNames

type BatchGetTimeSeriesForwarderSinksDescriptorServerMsgHandle

type BatchGetTimeSeriesForwarderSinksDescriptorServerMsgHandle struct{}

func (*BatchGetTimeSeriesForwarderSinksDescriptorServerMsgHandle) ExtractCollectionName

func (*BatchGetTimeSeriesForwarderSinksDescriptorServerMsgHandle) ExtractResourceBodies

func (*BatchGetTimeSeriesForwarderSinksDescriptorServerMsgHandle) ExtractResourceBody

func (*BatchGetTimeSeriesForwarderSinksDescriptorServerMsgHandle) ExtractResourceName

func (*BatchGetTimeSeriesForwarderSinksDescriptorServerMsgHandle) ExtractResourceNames

type BatchGetTimeSeriesForwarderSinksRequest

type BatchGetTimeSeriesForwarderSinksRequest struct {

	// Names of TimeSeriesForwarderSinks
	Names []*time_series_forwarder_sink.Name `protobuf:"bytes,2,rep,customtype=Name,name=names,proto3" json:"names,omitempty" firestore:"names"`
	// A list of extra fields to be obtained for each response item on top of
	// fields defined by request field view
	FieldMask *time_series_forwarder_sink.TimeSeriesForwarderSink_FieldMask `` /* 155-byte string literal not displayed */
	// View defines list of standard response fields present in response items.
	// Additional fields can be amended by request field field_mask
	View view.View `protobuf:"varint,4,opt,name=view,proto3,enum=goten.types.View" json:"view,omitempty" firestore:"view"`
	// contains filtered or unexported fields
}

A request message of the BatchGetTimeSeriesForwarderSinks method.

func (*BatchGetTimeSeriesForwarderSinksRequest) Descriptor

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

Deprecated, Use BatchGetTimeSeriesForwarderSinksRequest.ProtoReflect.Descriptor instead.

func (*BatchGetTimeSeriesForwarderSinksRequest) GetFieldMask

func (*BatchGetTimeSeriesForwarderSinksRequest) GetNames

func (*BatchGetTimeSeriesForwarderSinksRequest) GetView

func (*BatchGetTimeSeriesForwarderSinksRequest) GotenMessage

func (*BatchGetTimeSeriesForwarderSinksRequest) GotenValidate

func (obj *BatchGetTimeSeriesForwarderSinksRequest) GotenValidate() error

func (*BatchGetTimeSeriesForwarderSinksRequest) Marshal

func (*BatchGetTimeSeriesForwarderSinksRequest) MarshalJSON

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

func (*BatchGetTimeSeriesForwarderSinksRequest) ProtoMessage

func (*BatchGetTimeSeriesForwarderSinksRequest) ProtoReflect

func (*BatchGetTimeSeriesForwarderSinksRequest) Reset

func (*BatchGetTimeSeriesForwarderSinksRequest) SetFieldMask

func (*BatchGetTimeSeriesForwarderSinksRequest) SetNames

func (*BatchGetTimeSeriesForwarderSinksRequest) SetView

func (*BatchGetTimeSeriesForwarderSinksRequest) String

func (*BatchGetTimeSeriesForwarderSinksRequest) Unmarshal

func (*BatchGetTimeSeriesForwarderSinksRequest) UnmarshalJSON

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

type BatchGetTimeSeriesForwarderSinksResponse

type BatchGetTimeSeriesForwarderSinksResponse struct {

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

A response message of the BatchGetTimeSeriesForwarderSinks method.

func (*BatchGetTimeSeriesForwarderSinksResponse) Descriptor

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

Deprecated, Use BatchGetTimeSeriesForwarderSinksResponse.ProtoReflect.Descriptor instead.

func (*BatchGetTimeSeriesForwarderSinksResponse) GetMissing

func (*BatchGetTimeSeriesForwarderSinksResponse) GetTimeSeriesForwarderSinks

func (*BatchGetTimeSeriesForwarderSinksResponse) GotenMessage

func (*BatchGetTimeSeriesForwarderSinksResponse) GotenValidate

func (obj *BatchGetTimeSeriesForwarderSinksResponse) GotenValidate() error

func (*BatchGetTimeSeriesForwarderSinksResponse) Marshal

func (*BatchGetTimeSeriesForwarderSinksResponse) MarshalJSON

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

func (*BatchGetTimeSeriesForwarderSinksResponse) ProtoMessage

func (*BatchGetTimeSeriesForwarderSinksResponse) ProtoReflect

func (*BatchGetTimeSeriesForwarderSinksResponse) Reset

func (*BatchGetTimeSeriesForwarderSinksResponse) SetMissing

func (*BatchGetTimeSeriesForwarderSinksResponse) SetTimeSeriesForwarderSinks

func (*BatchGetTimeSeriesForwarderSinksResponse) String

func (*BatchGetTimeSeriesForwarderSinksResponse) Unmarshal

func (*BatchGetTimeSeriesForwarderSinksResponse) UnmarshalJSON

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

type CreateTimeSeriesForwarderSinkDescriptor

type CreateTimeSeriesForwarderSinkDescriptor struct{}

func GetCreateTimeSeriesForwarderSinkDescriptor

func GetCreateTimeSeriesForwarderSinkDescriptor() *CreateTimeSeriesForwarderSinkDescriptor

func (*CreateTimeSeriesForwarderSinkDescriptor) GetApiDescriptor

func (*CreateTimeSeriesForwarderSinkDescriptor) GetApiName

func (*CreateTimeSeriesForwarderSinkDescriptor) GetClientMsgReflectHandle

func (*CreateTimeSeriesForwarderSinkDescriptor) GetFullMethodName

func (d *CreateTimeSeriesForwarderSinkDescriptor) GetFullMethodName() string

func (*CreateTimeSeriesForwarderSinkDescriptor) GetMethodName

func (*CreateTimeSeriesForwarderSinkDescriptor) GetProtoPkgName

func (d *CreateTimeSeriesForwarderSinkDescriptor) GetProtoPkgName() string

func (*CreateTimeSeriesForwarderSinkDescriptor) GetResourceDescriptor

func (*CreateTimeSeriesForwarderSinkDescriptor) GetServerMsgReflectHandle

func (*CreateTimeSeriesForwarderSinkDescriptor) GetServiceDomain

func (d *CreateTimeSeriesForwarderSinkDescriptor) GetServiceDomain() string

func (*CreateTimeSeriesForwarderSinkDescriptor) GetServiceVersion

func (d *CreateTimeSeriesForwarderSinkDescriptor) GetServiceVersion() string

func (*CreateTimeSeriesForwarderSinkDescriptor) GetVerb

func (*CreateTimeSeriesForwarderSinkDescriptor) HasResource

func (*CreateTimeSeriesForwarderSinkDescriptor) IsClientStream

func (d *CreateTimeSeriesForwarderSinkDescriptor) IsClientStream() bool

func (*CreateTimeSeriesForwarderSinkDescriptor) IsCollection

func (*CreateTimeSeriesForwarderSinkDescriptor) IsPlural

func (*CreateTimeSeriesForwarderSinkDescriptor) IsServerStream

func (d *CreateTimeSeriesForwarderSinkDescriptor) IsServerStream() bool

func (*CreateTimeSeriesForwarderSinkDescriptor) IsUnary

func (*CreateTimeSeriesForwarderSinkDescriptor) NewEmptyClientMsg

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

func (*CreateTimeSeriesForwarderSinkDescriptor) NewEmptyServerMsg

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

func (*CreateTimeSeriesForwarderSinkDescriptor) RequestHasResourceBody

func (d *CreateTimeSeriesForwarderSinkDescriptor) RequestHasResourceBody() bool

type CreateTimeSeriesForwarderSinkDescriptorClientMsgHandle

type CreateTimeSeriesForwarderSinkDescriptorClientMsgHandle struct{}

func (*CreateTimeSeriesForwarderSinkDescriptorClientMsgHandle) ExtractCollectionName

func (*CreateTimeSeriesForwarderSinkDescriptorClientMsgHandle) ExtractResourceBodies

func (*CreateTimeSeriesForwarderSinkDescriptorClientMsgHandle) ExtractResourceBody

func (*CreateTimeSeriesForwarderSinkDescriptorClientMsgHandle) ExtractResourceName

func (*CreateTimeSeriesForwarderSinkDescriptorClientMsgHandle) ExtractResourceNames

type CreateTimeSeriesForwarderSinkDescriptorServerMsgHandle

type CreateTimeSeriesForwarderSinkDescriptorServerMsgHandle struct{}

func (*CreateTimeSeriesForwarderSinkDescriptorServerMsgHandle) ExtractCollectionName

func (*CreateTimeSeriesForwarderSinkDescriptorServerMsgHandle) ExtractResourceBodies

func (*CreateTimeSeriesForwarderSinkDescriptorServerMsgHandle) ExtractResourceBody

func (*CreateTimeSeriesForwarderSinkDescriptorServerMsgHandle) ExtractResourceName

func (*CreateTimeSeriesForwarderSinkDescriptorServerMsgHandle) ExtractResourceNames

type CreateTimeSeriesForwarderSinkRequest

type CreateTimeSeriesForwarderSinkRequest struct {

	// Parent name of ntt.monitoring.v4.TimeSeriesForwarderSink
	Parent *time_series_forwarder_sink.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// TimeSeriesForwarderSink resource body
	TimeSeriesForwarderSink *time_series_forwarder_sink.TimeSeriesForwarderSink `` /* 170-byte string literal not displayed */
	// Optional masking applied to response object to reduce message response
	// size.
	ResponseMask *CreateTimeSeriesForwarderSinkRequest_ResponseMask `protobuf:"bytes,3,opt,name=response_mask,json=responseMask,proto3" json:"response_mask,omitempty" firestore:"responseMask"`
	// contains filtered or unexported fields
}

A request message of the CreateTimeSeriesForwarderSink method.

func (*CreateTimeSeriesForwarderSinkRequest) Descriptor

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

Deprecated, Use CreateTimeSeriesForwarderSinkRequest.ProtoReflect.Descriptor instead.

func (*CreateTimeSeriesForwarderSinkRequest) GetParent

func (*CreateTimeSeriesForwarderSinkRequest) GetResponseMask

func (*CreateTimeSeriesForwarderSinkRequest) GetTimeSeriesForwarderSink

func (*CreateTimeSeriesForwarderSinkRequest) GotenMessage

func (*CreateTimeSeriesForwarderSinkRequest) GotenMessage()

func (*CreateTimeSeriesForwarderSinkRequest) GotenValidate

func (obj *CreateTimeSeriesForwarderSinkRequest) GotenValidate() error

func (*CreateTimeSeriesForwarderSinkRequest) Marshal

func (*CreateTimeSeriesForwarderSinkRequest) MarshalJSON

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

func (*CreateTimeSeriesForwarderSinkRequest) ProtoMessage

func (*CreateTimeSeriesForwarderSinkRequest) ProtoMessage()

func (*CreateTimeSeriesForwarderSinkRequest) ProtoReflect

func (*CreateTimeSeriesForwarderSinkRequest) Reset

func (*CreateTimeSeriesForwarderSinkRequest) SetParent

func (*CreateTimeSeriesForwarderSinkRequest) SetResponseMask

func (*CreateTimeSeriesForwarderSinkRequest) SetTimeSeriesForwarderSink

func (*CreateTimeSeriesForwarderSinkRequest) String

func (*CreateTimeSeriesForwarderSinkRequest) Unmarshal

func (*CreateTimeSeriesForwarderSinkRequest) UnmarshalJSON

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

type CreateTimeSeriesForwarderSinkRequest_ResponseMask

type CreateTimeSeriesForwarderSinkRequest_ResponseMask struct {

	// Types that are valid to be assigned to Masking:
	//	*CreateTimeSeriesForwarderSinkRequest_ResponseMask_SkipEntireResponseBody
	//	*CreateTimeSeriesForwarderSinkRequest_ResponseMask_BodyMask
	Masking isCreateTimeSeriesForwarderSinkRequest_ResponseMask_Masking `protobuf_oneof:"masking"`
	// contains filtered or unexported fields
}

ResponseMask allows client to reduce response message size.

func (*CreateTimeSeriesForwarderSinkRequest_ResponseMask) Descriptor

Deprecated, Use CreateTimeSeriesForwarderSinkRequest_ResponseMask.ProtoReflect.Descriptor instead.

func (*CreateTimeSeriesForwarderSinkRequest_ResponseMask) GetBodyMask

func (*CreateTimeSeriesForwarderSinkRequest_ResponseMask) GetMasking

func (m *CreateTimeSeriesForwarderSinkRequest_ResponseMask) GetMasking() isCreateTimeSeriesForwarderSinkRequest_ResponseMask_Masking

func (*CreateTimeSeriesForwarderSinkRequest_ResponseMask) GetSkipEntireResponseBody

func (m *CreateTimeSeriesForwarderSinkRequest_ResponseMask) GetSkipEntireResponseBody() bool

func (*CreateTimeSeriesForwarderSinkRequest_ResponseMask) GotenMessage

func (*CreateTimeSeriesForwarderSinkRequest_ResponseMask) GotenValidate

func (*CreateTimeSeriesForwarderSinkRequest_ResponseMask) Marshal

func (*CreateTimeSeriesForwarderSinkRequest_ResponseMask) MarshalJSON

func (*CreateTimeSeriesForwarderSinkRequest_ResponseMask) ProtoMessage

func (*CreateTimeSeriesForwarderSinkRequest_ResponseMask) ProtoReflect

func (*CreateTimeSeriesForwarderSinkRequest_ResponseMask) Reset

func (*CreateTimeSeriesForwarderSinkRequest_ResponseMask) SetBodyMask

func (*CreateTimeSeriesForwarderSinkRequest_ResponseMask) SetMasking

func (m *CreateTimeSeriesForwarderSinkRequest_ResponseMask) SetMasking(ofv isCreateTimeSeriesForwarderSinkRequest_ResponseMask_Masking)

func (*CreateTimeSeriesForwarderSinkRequest_ResponseMask) SetSkipEntireResponseBody

func (m *CreateTimeSeriesForwarderSinkRequest_ResponseMask) SetSkipEntireResponseBody(fv bool)

func (*CreateTimeSeriesForwarderSinkRequest_ResponseMask) String

func (*CreateTimeSeriesForwarderSinkRequest_ResponseMask) Unmarshal

func (*CreateTimeSeriesForwarderSinkRequest_ResponseMask) UnmarshalJSON

type CreateTimeSeriesForwarderSinkRequest_ResponseMask_BodyMask

type CreateTimeSeriesForwarderSinkRequest_ResponseMask_BodyMask struct {
	// If this field is populated, then resource in response will contain only
	// specific fields.
	BodyMask *time_series_forwarder_sink.TimeSeriesForwarderSink_FieldMask `` /* 130-byte string literal not displayed */
}

type CreateTimeSeriesForwarderSinkRequest_ResponseMask_SkipEntireResponseBody

type CreateTimeSeriesForwarderSinkRequest_ResponseMask_SkipEntireResponseBody struct {
	// If this flag has value true, then response will contain just empty
	// resource without any fields populated.
	SkipEntireResponseBody bool `` /* 130-byte string literal not displayed */
}

type DeleteTimeSeriesForwarderSinkDescriptor

type DeleteTimeSeriesForwarderSinkDescriptor struct{}

func GetDeleteTimeSeriesForwarderSinkDescriptor

func GetDeleteTimeSeriesForwarderSinkDescriptor() *DeleteTimeSeriesForwarderSinkDescriptor

func (*DeleteTimeSeriesForwarderSinkDescriptor) GetApiDescriptor

func (*DeleteTimeSeriesForwarderSinkDescriptor) GetApiName

func (*DeleteTimeSeriesForwarderSinkDescriptor) GetClientMsgReflectHandle

func (*DeleteTimeSeriesForwarderSinkDescriptor) GetFullMethodName

func (d *DeleteTimeSeriesForwarderSinkDescriptor) GetFullMethodName() string

func (*DeleteTimeSeriesForwarderSinkDescriptor) GetMethodName

func (*DeleteTimeSeriesForwarderSinkDescriptor) GetProtoPkgName

func (d *DeleteTimeSeriesForwarderSinkDescriptor) GetProtoPkgName() string

func (*DeleteTimeSeriesForwarderSinkDescriptor) GetResourceDescriptor

func (*DeleteTimeSeriesForwarderSinkDescriptor) GetServerMsgReflectHandle

func (*DeleteTimeSeriesForwarderSinkDescriptor) GetServiceDomain

func (d *DeleteTimeSeriesForwarderSinkDescriptor) GetServiceDomain() string

func (*DeleteTimeSeriesForwarderSinkDescriptor) GetServiceVersion

func (d *DeleteTimeSeriesForwarderSinkDescriptor) GetServiceVersion() string

func (*DeleteTimeSeriesForwarderSinkDescriptor) GetVerb

func (*DeleteTimeSeriesForwarderSinkDescriptor) HasResource

func (*DeleteTimeSeriesForwarderSinkDescriptor) IsClientStream

func (d *DeleteTimeSeriesForwarderSinkDescriptor) IsClientStream() bool

func (*DeleteTimeSeriesForwarderSinkDescriptor) IsCollection

func (*DeleteTimeSeriesForwarderSinkDescriptor) IsPlural

func (*DeleteTimeSeriesForwarderSinkDescriptor) IsServerStream

func (d *DeleteTimeSeriesForwarderSinkDescriptor) IsServerStream() bool

func (*DeleteTimeSeriesForwarderSinkDescriptor) IsUnary

func (*DeleteTimeSeriesForwarderSinkDescriptor) NewEmptyClientMsg

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

func (*DeleteTimeSeriesForwarderSinkDescriptor) NewEmptyServerMsg

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

func (*DeleteTimeSeriesForwarderSinkDescriptor) RequestHasResourceBody

func (d *DeleteTimeSeriesForwarderSinkDescriptor) RequestHasResourceBody() bool

type DeleteTimeSeriesForwarderSinkDescriptorClientMsgHandle

type DeleteTimeSeriesForwarderSinkDescriptorClientMsgHandle struct{}

func (*DeleteTimeSeriesForwarderSinkDescriptorClientMsgHandle) ExtractCollectionName

func (*DeleteTimeSeriesForwarderSinkDescriptorClientMsgHandle) ExtractResourceBodies

func (*DeleteTimeSeriesForwarderSinkDescriptorClientMsgHandle) ExtractResourceBody

func (*DeleteTimeSeriesForwarderSinkDescriptorClientMsgHandle) ExtractResourceName

func (*DeleteTimeSeriesForwarderSinkDescriptorClientMsgHandle) ExtractResourceNames

type DeleteTimeSeriesForwarderSinkDescriptorServerMsgHandle

type DeleteTimeSeriesForwarderSinkDescriptorServerMsgHandle struct{}

func (*DeleteTimeSeriesForwarderSinkDescriptorServerMsgHandle) ExtractCollectionName

func (*DeleteTimeSeriesForwarderSinkDescriptorServerMsgHandle) ExtractResourceBodies

func (*DeleteTimeSeriesForwarderSinkDescriptorServerMsgHandle) ExtractResourceBody

func (*DeleteTimeSeriesForwarderSinkDescriptorServerMsgHandle) ExtractResourceName

func (*DeleteTimeSeriesForwarderSinkDescriptorServerMsgHandle) ExtractResourceNames

type DeleteTimeSeriesForwarderSinkRequest

type DeleteTimeSeriesForwarderSinkRequest struct {

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

A request message of the DeleteTimeSeriesForwarderSink method.

func (*DeleteTimeSeriesForwarderSinkRequest) Descriptor

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

Deprecated, Use DeleteTimeSeriesForwarderSinkRequest.ProtoReflect.Descriptor instead.

func (*DeleteTimeSeriesForwarderSinkRequest) GetName

func (*DeleteTimeSeriesForwarderSinkRequest) GotenMessage

func (*DeleteTimeSeriesForwarderSinkRequest) GotenMessage()

func (*DeleteTimeSeriesForwarderSinkRequest) GotenValidate

func (obj *DeleteTimeSeriesForwarderSinkRequest) GotenValidate() error

func (*DeleteTimeSeriesForwarderSinkRequest) Marshal

func (*DeleteTimeSeriesForwarderSinkRequest) MarshalJSON

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

func (*DeleteTimeSeriesForwarderSinkRequest) ProtoMessage

func (*DeleteTimeSeriesForwarderSinkRequest) ProtoMessage()

func (*DeleteTimeSeriesForwarderSinkRequest) ProtoReflect

func (*DeleteTimeSeriesForwarderSinkRequest) Reset

func (*DeleteTimeSeriesForwarderSinkRequest) SetName

func (*DeleteTimeSeriesForwarderSinkRequest) String

func (*DeleteTimeSeriesForwarderSinkRequest) Unmarshal

func (*DeleteTimeSeriesForwarderSinkRequest) UnmarshalJSON

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

type GetTimeSeriesForwarderSinkDescriptor

type GetTimeSeriesForwarderSinkDescriptor struct{}

func GetGetTimeSeriesForwarderSinkDescriptor

func GetGetTimeSeriesForwarderSinkDescriptor() *GetTimeSeriesForwarderSinkDescriptor

func (*GetTimeSeriesForwarderSinkDescriptor) GetApiDescriptor

func (*GetTimeSeriesForwarderSinkDescriptor) GetApiName

func (*GetTimeSeriesForwarderSinkDescriptor) GetClientMsgReflectHandle

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

func (*GetTimeSeriesForwarderSinkDescriptor) GetFullMethodName

func (d *GetTimeSeriesForwarderSinkDescriptor) GetFullMethodName() string

func (*GetTimeSeriesForwarderSinkDescriptor) GetMethodName

func (d *GetTimeSeriesForwarderSinkDescriptor) GetMethodName() string

func (*GetTimeSeriesForwarderSinkDescriptor) GetProtoPkgName

func (d *GetTimeSeriesForwarderSinkDescriptor) GetProtoPkgName() string

func (*GetTimeSeriesForwarderSinkDescriptor) GetResourceDescriptor

func (*GetTimeSeriesForwarderSinkDescriptor) GetServerMsgReflectHandle

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

func (*GetTimeSeriesForwarderSinkDescriptor) GetServiceDomain

func (d *GetTimeSeriesForwarderSinkDescriptor) GetServiceDomain() string

func (*GetTimeSeriesForwarderSinkDescriptor) GetServiceVersion

func (d *GetTimeSeriesForwarderSinkDescriptor) GetServiceVersion() string

func (*GetTimeSeriesForwarderSinkDescriptor) GetVerb

func (*GetTimeSeriesForwarderSinkDescriptor) HasResource

func (d *GetTimeSeriesForwarderSinkDescriptor) HasResource() bool

func (*GetTimeSeriesForwarderSinkDescriptor) IsClientStream

func (d *GetTimeSeriesForwarderSinkDescriptor) IsClientStream() bool

func (*GetTimeSeriesForwarderSinkDescriptor) IsCollection

func (d *GetTimeSeriesForwarderSinkDescriptor) IsCollection() bool

func (*GetTimeSeriesForwarderSinkDescriptor) IsPlural

func (*GetTimeSeriesForwarderSinkDescriptor) IsServerStream

func (d *GetTimeSeriesForwarderSinkDescriptor) IsServerStream() bool

func (*GetTimeSeriesForwarderSinkDescriptor) IsUnary

func (*GetTimeSeriesForwarderSinkDescriptor) NewEmptyClientMsg

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

func (*GetTimeSeriesForwarderSinkDescriptor) NewEmptyServerMsg

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

func (*GetTimeSeriesForwarderSinkDescriptor) RequestHasResourceBody

func (d *GetTimeSeriesForwarderSinkDescriptor) RequestHasResourceBody() bool

type GetTimeSeriesForwarderSinkDescriptorClientMsgHandle

type GetTimeSeriesForwarderSinkDescriptorClientMsgHandle struct{}

func (*GetTimeSeriesForwarderSinkDescriptorClientMsgHandle) ExtractCollectionName

func (*GetTimeSeriesForwarderSinkDescriptorClientMsgHandle) ExtractResourceBodies

func (*GetTimeSeriesForwarderSinkDescriptorClientMsgHandle) ExtractResourceBody

func (*GetTimeSeriesForwarderSinkDescriptorClientMsgHandle) ExtractResourceName

func (*GetTimeSeriesForwarderSinkDescriptorClientMsgHandle) ExtractResourceNames

type GetTimeSeriesForwarderSinkDescriptorServerMsgHandle

type GetTimeSeriesForwarderSinkDescriptorServerMsgHandle struct{}

func (*GetTimeSeriesForwarderSinkDescriptorServerMsgHandle) ExtractCollectionName

func (*GetTimeSeriesForwarderSinkDescriptorServerMsgHandle) ExtractResourceBodies

func (*GetTimeSeriesForwarderSinkDescriptorServerMsgHandle) ExtractResourceBody

func (*GetTimeSeriesForwarderSinkDescriptorServerMsgHandle) ExtractResourceName

func (*GetTimeSeriesForwarderSinkDescriptorServerMsgHandle) ExtractResourceNames

type GetTimeSeriesForwarderSinkRequest

type GetTimeSeriesForwarderSinkRequest struct {

	// Name of ntt.monitoring.v4.TimeSeriesForwarderSink
	Name *time_series_forwarder_sink.Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"`
	// A list of extra fields to be obtained for each response item on top of
	// fields defined by request field view
	FieldMask *time_series_forwarder_sink.TimeSeriesForwarderSink_FieldMask `` /* 155-byte string literal not displayed */
	// View defines list of standard response fields present in response items.
	// Additional fields can be amended by request field field_mask
	View view.View `protobuf:"varint,4,opt,name=view,proto3,enum=goten.types.View" json:"view,omitempty" firestore:"view"`
	// contains filtered or unexported fields
}

A request message of the GetTimeSeriesForwarderSink method.

func (*GetTimeSeriesForwarderSinkRequest) Descriptor

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

Deprecated, Use GetTimeSeriesForwarderSinkRequest.ProtoReflect.Descriptor instead.

func (*GetTimeSeriesForwarderSinkRequest) GetFieldMask

func (*GetTimeSeriesForwarderSinkRequest) GetName

func (*GetTimeSeriesForwarderSinkRequest) GetView

func (*GetTimeSeriesForwarderSinkRequest) GotenMessage

func (*GetTimeSeriesForwarderSinkRequest) GotenMessage()

func (*GetTimeSeriesForwarderSinkRequest) GotenValidate

func (obj *GetTimeSeriesForwarderSinkRequest) GotenValidate() error

func (*GetTimeSeriesForwarderSinkRequest) Marshal

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

func (*GetTimeSeriesForwarderSinkRequest) MarshalJSON

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

func (*GetTimeSeriesForwarderSinkRequest) ProtoMessage

func (*GetTimeSeriesForwarderSinkRequest) ProtoMessage()

func (*GetTimeSeriesForwarderSinkRequest) ProtoReflect

func (*GetTimeSeriesForwarderSinkRequest) Reset

func (*GetTimeSeriesForwarderSinkRequest) SetFieldMask

func (*GetTimeSeriesForwarderSinkRequest) SetName

func (*GetTimeSeriesForwarderSinkRequest) SetView

func (*GetTimeSeriesForwarderSinkRequest) String

func (*GetTimeSeriesForwarderSinkRequest) Unmarshal

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

func (*GetTimeSeriesForwarderSinkRequest) UnmarshalJSON

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

type ListTimeSeriesForwarderSinksDescriptor

type ListTimeSeriesForwarderSinksDescriptor struct{}

func GetListTimeSeriesForwarderSinksDescriptor

func GetListTimeSeriesForwarderSinksDescriptor() *ListTimeSeriesForwarderSinksDescriptor

func (*ListTimeSeriesForwarderSinksDescriptor) GetApiDescriptor

func (*ListTimeSeriesForwarderSinksDescriptor) GetApiName

func (*ListTimeSeriesForwarderSinksDescriptor) GetClientMsgReflectHandle

func (*ListTimeSeriesForwarderSinksDescriptor) GetFullMethodName

func (d *ListTimeSeriesForwarderSinksDescriptor) GetFullMethodName() string

func (*ListTimeSeriesForwarderSinksDescriptor) GetMethodName

func (*ListTimeSeriesForwarderSinksDescriptor) GetProtoPkgName

func (d *ListTimeSeriesForwarderSinksDescriptor) GetProtoPkgName() string

func (*ListTimeSeriesForwarderSinksDescriptor) GetResourceDescriptor

func (*ListTimeSeriesForwarderSinksDescriptor) GetServerMsgReflectHandle

func (*ListTimeSeriesForwarderSinksDescriptor) GetServiceDomain

func (d *ListTimeSeriesForwarderSinksDescriptor) GetServiceDomain() string

func (*ListTimeSeriesForwarderSinksDescriptor) GetServiceVersion

func (d *ListTimeSeriesForwarderSinksDescriptor) GetServiceVersion() string

func (*ListTimeSeriesForwarderSinksDescriptor) GetVerb

func (*ListTimeSeriesForwarderSinksDescriptor) HasResource

func (*ListTimeSeriesForwarderSinksDescriptor) IsClientStream

func (d *ListTimeSeriesForwarderSinksDescriptor) IsClientStream() bool

func (*ListTimeSeriesForwarderSinksDescriptor) IsCollection

func (d *ListTimeSeriesForwarderSinksDescriptor) IsCollection() bool

func (*ListTimeSeriesForwarderSinksDescriptor) IsPlural

func (*ListTimeSeriesForwarderSinksDescriptor) IsServerStream

func (d *ListTimeSeriesForwarderSinksDescriptor) IsServerStream() bool

func (*ListTimeSeriesForwarderSinksDescriptor) IsUnary

func (*ListTimeSeriesForwarderSinksDescriptor) NewEmptyClientMsg

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

func (*ListTimeSeriesForwarderSinksDescriptor) NewEmptyServerMsg

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

func (*ListTimeSeriesForwarderSinksDescriptor) RequestHasResourceBody

func (d *ListTimeSeriesForwarderSinksDescriptor) RequestHasResourceBody() bool

type ListTimeSeriesForwarderSinksDescriptorClientMsgHandle

type ListTimeSeriesForwarderSinksDescriptorClientMsgHandle struct{}

func (*ListTimeSeriesForwarderSinksDescriptorClientMsgHandle) ExtractCollectionName

func (*ListTimeSeriesForwarderSinksDescriptorClientMsgHandle) ExtractResourceBodies

func (*ListTimeSeriesForwarderSinksDescriptorClientMsgHandle) ExtractResourceBody

func (*ListTimeSeriesForwarderSinksDescriptorClientMsgHandle) ExtractResourceName

func (*ListTimeSeriesForwarderSinksDescriptorClientMsgHandle) ExtractResourceNames

type ListTimeSeriesForwarderSinksDescriptorServerMsgHandle

type ListTimeSeriesForwarderSinksDescriptorServerMsgHandle struct{}

func (*ListTimeSeriesForwarderSinksDescriptorServerMsgHandle) ExtractCollectionName

func (*ListTimeSeriesForwarderSinksDescriptorServerMsgHandle) ExtractResourceBodies

func (*ListTimeSeriesForwarderSinksDescriptorServerMsgHandle) ExtractResourceBody

func (*ListTimeSeriesForwarderSinksDescriptorServerMsgHandle) ExtractResourceName

func (*ListTimeSeriesForwarderSinksDescriptorServerMsgHandle) ExtractResourceNames

type ListTimeSeriesForwarderSinksRequest

type ListTimeSeriesForwarderSinksRequest struct {

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

A request message of the ListTimeSeriesForwarderSinks method.

func (*ListTimeSeriesForwarderSinksRequest) Descriptor

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

Deprecated, Use ListTimeSeriesForwarderSinksRequest.ProtoReflect.Descriptor instead.

func (*ListTimeSeriesForwarderSinksRequest) GetFieldMask

func (*ListTimeSeriesForwarderSinksRequest) GetFilter

func (*ListTimeSeriesForwarderSinksRequest) GetIncludePagingInfo

func (m *ListTimeSeriesForwarderSinksRequest) GetIncludePagingInfo() bool

func (*ListTimeSeriesForwarderSinksRequest) GetOrderBy

func (*ListTimeSeriesForwarderSinksRequest) GetPageSize

func (m *ListTimeSeriesForwarderSinksRequest) GetPageSize() int32

func (*ListTimeSeriesForwarderSinksRequest) GetPageToken

func (*ListTimeSeriesForwarderSinksRequest) GetParent

func (*ListTimeSeriesForwarderSinksRequest) GetView

func (*ListTimeSeriesForwarderSinksRequest) GotenMessage

func (*ListTimeSeriesForwarderSinksRequest) GotenMessage()

func (*ListTimeSeriesForwarderSinksRequest) GotenValidate

func (obj *ListTimeSeriesForwarderSinksRequest) GotenValidate() error

func (*ListTimeSeriesForwarderSinksRequest) Marshal

func (*ListTimeSeriesForwarderSinksRequest) MarshalJSON

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

func (*ListTimeSeriesForwarderSinksRequest) ProtoMessage

func (*ListTimeSeriesForwarderSinksRequest) ProtoMessage()

func (*ListTimeSeriesForwarderSinksRequest) ProtoReflect

func (*ListTimeSeriesForwarderSinksRequest) Reset

func (*ListTimeSeriesForwarderSinksRequest) SetFieldMask

func (*ListTimeSeriesForwarderSinksRequest) SetFilter

func (*ListTimeSeriesForwarderSinksRequest) SetIncludePagingInfo

func (m *ListTimeSeriesForwarderSinksRequest) SetIncludePagingInfo(fv bool)

func (*ListTimeSeriesForwarderSinksRequest) SetOrderBy

func (*ListTimeSeriesForwarderSinksRequest) SetPageSize

func (m *ListTimeSeriesForwarderSinksRequest) SetPageSize(fv int32)

func (*ListTimeSeriesForwarderSinksRequest) SetPageToken

func (*ListTimeSeriesForwarderSinksRequest) SetParent

func (*ListTimeSeriesForwarderSinksRequest) SetView

func (*ListTimeSeriesForwarderSinksRequest) String

func (*ListTimeSeriesForwarderSinksRequest) Unmarshal

func (*ListTimeSeriesForwarderSinksRequest) UnmarshalJSON

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

type ListTimeSeriesForwarderSinksResponse

type ListTimeSeriesForwarderSinksResponse struct {

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

A response message of the ListTimeSeriesForwarderSinks method.

func (*ListTimeSeriesForwarderSinksResponse) Descriptor

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

Deprecated, Use ListTimeSeriesForwarderSinksResponse.ProtoReflect.Descriptor instead.

func (*ListTimeSeriesForwarderSinksResponse) GetCurrentOffset

func (m *ListTimeSeriesForwarderSinksResponse) GetCurrentOffset() int32

func (*ListTimeSeriesForwarderSinksResponse) GetNextPageToken

func (*ListTimeSeriesForwarderSinksResponse) GetPrevPageToken

func (*ListTimeSeriesForwarderSinksResponse) GetTimeSeriesForwarderSinks

func (*ListTimeSeriesForwarderSinksResponse) GetTotalResultsCount

func (m *ListTimeSeriesForwarderSinksResponse) GetTotalResultsCount() int32

func (*ListTimeSeriesForwarderSinksResponse) GotenMessage

func (*ListTimeSeriesForwarderSinksResponse) GotenMessage()

func (*ListTimeSeriesForwarderSinksResponse) GotenValidate

func (obj *ListTimeSeriesForwarderSinksResponse) GotenValidate() error

func (*ListTimeSeriesForwarderSinksResponse) Marshal

func (*ListTimeSeriesForwarderSinksResponse) MarshalJSON

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

func (*ListTimeSeriesForwarderSinksResponse) ProtoMessage

func (*ListTimeSeriesForwarderSinksResponse) ProtoMessage()

func (*ListTimeSeriesForwarderSinksResponse) ProtoReflect

func (*ListTimeSeriesForwarderSinksResponse) Reset

func (*ListTimeSeriesForwarderSinksResponse) SetCurrentOffset

func (m *ListTimeSeriesForwarderSinksResponse) SetCurrentOffset(fv int32)

func (*ListTimeSeriesForwarderSinksResponse) SetNextPageToken

func (*ListTimeSeriesForwarderSinksResponse) SetPrevPageToken

func (*ListTimeSeriesForwarderSinksResponse) SetTimeSeriesForwarderSinks

func (*ListTimeSeriesForwarderSinksResponse) SetTotalResultsCount

func (m *ListTimeSeriesForwarderSinksResponse) SetTotalResultsCount(fv int32)

func (*ListTimeSeriesForwarderSinksResponse) String

func (*ListTimeSeriesForwarderSinksResponse) Unmarshal

func (*ListTimeSeriesForwarderSinksResponse) UnmarshalJSON

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

type TimeSeriesForwarderSinkServiceClient

TimeSeriesForwarderSinkServiceClient is the client API for TimeSeriesForwarderSinkService.

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

type TimeSeriesForwarderSinkServiceDescriptor

type TimeSeriesForwarderSinkServiceDescriptor struct{}

func GetTimeSeriesForwarderSinkServiceDescriptor

func GetTimeSeriesForwarderSinkServiceDescriptor() *TimeSeriesForwarderSinkServiceDescriptor

func (*TimeSeriesForwarderSinkServiceDescriptor) AllMethodDescriptors

func (*TimeSeriesForwarderSinkServiceDescriptor) GetApiName

func (*TimeSeriesForwarderSinkServiceDescriptor) GetFullAPIName

func (*TimeSeriesForwarderSinkServiceDescriptor) GetProtoPkgName

func (d *TimeSeriesForwarderSinkServiceDescriptor) GetProtoPkgName() string

func (*TimeSeriesForwarderSinkServiceDescriptor) GetServiceDomain

func (d *TimeSeriesForwarderSinkServiceDescriptor) GetServiceDomain() string

func (*TimeSeriesForwarderSinkServiceDescriptor) GetServiceVersion

func (d *TimeSeriesForwarderSinkServiceDescriptor) GetServiceVersion() string

type UpdateTimeSeriesForwarderSinkDescriptor

type UpdateTimeSeriesForwarderSinkDescriptor struct{}

func GetUpdateTimeSeriesForwarderSinkDescriptor

func GetUpdateTimeSeriesForwarderSinkDescriptor() *UpdateTimeSeriesForwarderSinkDescriptor

func (*UpdateTimeSeriesForwarderSinkDescriptor) GetApiDescriptor

func (*UpdateTimeSeriesForwarderSinkDescriptor) GetApiName

func (*UpdateTimeSeriesForwarderSinkDescriptor) GetClientMsgReflectHandle

func (*UpdateTimeSeriesForwarderSinkDescriptor) GetFullMethodName

func (d *UpdateTimeSeriesForwarderSinkDescriptor) GetFullMethodName() string

func (*UpdateTimeSeriesForwarderSinkDescriptor) GetMethodName

func (*UpdateTimeSeriesForwarderSinkDescriptor) GetProtoPkgName

func (d *UpdateTimeSeriesForwarderSinkDescriptor) GetProtoPkgName() string

func (*UpdateTimeSeriesForwarderSinkDescriptor) GetResourceDescriptor

func (*UpdateTimeSeriesForwarderSinkDescriptor) GetServerMsgReflectHandle

func (*UpdateTimeSeriesForwarderSinkDescriptor) GetServiceDomain

func (d *UpdateTimeSeriesForwarderSinkDescriptor) GetServiceDomain() string

func (*UpdateTimeSeriesForwarderSinkDescriptor) GetServiceVersion

func (d *UpdateTimeSeriesForwarderSinkDescriptor) GetServiceVersion() string

func (*UpdateTimeSeriesForwarderSinkDescriptor) GetVerb

func (*UpdateTimeSeriesForwarderSinkDescriptor) HasResource

func (*UpdateTimeSeriesForwarderSinkDescriptor) IsClientStream

func (d *UpdateTimeSeriesForwarderSinkDescriptor) IsClientStream() bool

func (*UpdateTimeSeriesForwarderSinkDescriptor) IsCollection

func (*UpdateTimeSeriesForwarderSinkDescriptor) IsPlural

func (*UpdateTimeSeriesForwarderSinkDescriptor) IsServerStream

func (d *UpdateTimeSeriesForwarderSinkDescriptor) IsServerStream() bool

func (*UpdateTimeSeriesForwarderSinkDescriptor) IsUnary

func (*UpdateTimeSeriesForwarderSinkDescriptor) NewEmptyClientMsg

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

func (*UpdateTimeSeriesForwarderSinkDescriptor) NewEmptyServerMsg

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

func (*UpdateTimeSeriesForwarderSinkDescriptor) RequestHasResourceBody

func (d *UpdateTimeSeriesForwarderSinkDescriptor) RequestHasResourceBody() bool

type UpdateTimeSeriesForwarderSinkDescriptorClientMsgHandle

type UpdateTimeSeriesForwarderSinkDescriptorClientMsgHandle struct{}

func (*UpdateTimeSeriesForwarderSinkDescriptorClientMsgHandle) ExtractCollectionName

func (*UpdateTimeSeriesForwarderSinkDescriptorClientMsgHandle) ExtractResourceBodies

func (*UpdateTimeSeriesForwarderSinkDescriptorClientMsgHandle) ExtractResourceBody

func (*UpdateTimeSeriesForwarderSinkDescriptorClientMsgHandle) ExtractResourceName

func (*UpdateTimeSeriesForwarderSinkDescriptorClientMsgHandle) ExtractResourceNames

type UpdateTimeSeriesForwarderSinkDescriptorServerMsgHandle

type UpdateTimeSeriesForwarderSinkDescriptorServerMsgHandle struct{}

func (*UpdateTimeSeriesForwarderSinkDescriptorServerMsgHandle) ExtractCollectionName

func (*UpdateTimeSeriesForwarderSinkDescriptorServerMsgHandle) ExtractResourceBodies

func (*UpdateTimeSeriesForwarderSinkDescriptorServerMsgHandle) ExtractResourceBody

func (*UpdateTimeSeriesForwarderSinkDescriptorServerMsgHandle) ExtractResourceName

func (*UpdateTimeSeriesForwarderSinkDescriptorServerMsgHandle) ExtractResourceNames

type UpdateTimeSeriesForwarderSinkRequest

type UpdateTimeSeriesForwarderSinkRequest struct {

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

A request message of the UpdateTimeSeriesForwarderSink method.

func (*UpdateTimeSeriesForwarderSinkRequest) Descriptor

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

Deprecated, Use UpdateTimeSeriesForwarderSinkRequest.ProtoReflect.Descriptor instead.

func (*UpdateTimeSeriesForwarderSinkRequest) GetAllowMissing

func (m *UpdateTimeSeriesForwarderSinkRequest) GetAllowMissing() bool

func (*UpdateTimeSeriesForwarderSinkRequest) GetCas

func (*UpdateTimeSeriesForwarderSinkRequest) GetResponseMask

func (*UpdateTimeSeriesForwarderSinkRequest) GetTimeSeriesForwarderSink

func (*UpdateTimeSeriesForwarderSinkRequest) GetUpdateMask

func (*UpdateTimeSeriesForwarderSinkRequest) GotenMessage

func (*UpdateTimeSeriesForwarderSinkRequest) GotenMessage()

func (*UpdateTimeSeriesForwarderSinkRequest) GotenValidate

func (obj *UpdateTimeSeriesForwarderSinkRequest) GotenValidate() error

func (*UpdateTimeSeriesForwarderSinkRequest) Marshal

func (*UpdateTimeSeriesForwarderSinkRequest) MarshalJSON

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

func (*UpdateTimeSeriesForwarderSinkRequest) ProtoMessage

func (*UpdateTimeSeriesForwarderSinkRequest) ProtoMessage()

func (*UpdateTimeSeriesForwarderSinkRequest) ProtoReflect

func (*UpdateTimeSeriesForwarderSinkRequest) Reset

func (*UpdateTimeSeriesForwarderSinkRequest) SetAllowMissing

func (m *UpdateTimeSeriesForwarderSinkRequest) SetAllowMissing(fv bool)

func (*UpdateTimeSeriesForwarderSinkRequest) SetCas

func (*UpdateTimeSeriesForwarderSinkRequest) SetResponseMask

func (*UpdateTimeSeriesForwarderSinkRequest) SetTimeSeriesForwarderSink

func (*UpdateTimeSeriesForwarderSinkRequest) SetUpdateMask

func (*UpdateTimeSeriesForwarderSinkRequest) String

func (*UpdateTimeSeriesForwarderSinkRequest) Unmarshal

func (*UpdateTimeSeriesForwarderSinkRequest) UnmarshalJSON

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

type UpdateTimeSeriesForwarderSinkRequest_CAS

type UpdateTimeSeriesForwarderSinkRequest_CAS struct {

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

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

func (*UpdateTimeSeriesForwarderSinkRequest_CAS) Descriptor

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

Deprecated, Use UpdateTimeSeriesForwarderSinkRequest_CAS.ProtoReflect.Descriptor instead.

func (*UpdateTimeSeriesForwarderSinkRequest_CAS) GetConditionalState

func (*UpdateTimeSeriesForwarderSinkRequest_CAS) GetFieldMask

func (*UpdateTimeSeriesForwarderSinkRequest_CAS) GotenMessage

func (*UpdateTimeSeriesForwarderSinkRequest_CAS) GotenValidate

func (obj *UpdateTimeSeriesForwarderSinkRequest_CAS) GotenValidate() error

func (*UpdateTimeSeriesForwarderSinkRequest_CAS) Marshal

func (*UpdateTimeSeriesForwarderSinkRequest_CAS) MarshalJSON

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

func (*UpdateTimeSeriesForwarderSinkRequest_CAS) ProtoMessage

func (*UpdateTimeSeriesForwarderSinkRequest_CAS) ProtoReflect

func (*UpdateTimeSeriesForwarderSinkRequest_CAS) Reset

func (*UpdateTimeSeriesForwarderSinkRequest_CAS) SetConditionalState

func (*UpdateTimeSeriesForwarderSinkRequest_CAS) SetFieldMask

func (*UpdateTimeSeriesForwarderSinkRequest_CAS) String

func (*UpdateTimeSeriesForwarderSinkRequest_CAS) Unmarshal

func (*UpdateTimeSeriesForwarderSinkRequest_CAS) UnmarshalJSON

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

type UpdateTimeSeriesForwarderSinkRequest_ResponseMask

type UpdateTimeSeriesForwarderSinkRequest_ResponseMask struct {

	// Types that are valid to be assigned to Masking:
	//	*UpdateTimeSeriesForwarderSinkRequest_ResponseMask_SkipEntireResponseBody
	//	*UpdateTimeSeriesForwarderSinkRequest_ResponseMask_UpdatedFieldsOnly
	//	*UpdateTimeSeriesForwarderSinkRequest_ResponseMask_BodyMask
	Masking isUpdateTimeSeriesForwarderSinkRequest_ResponseMask_Masking `protobuf_oneof:"masking"`
	// contains filtered or unexported fields
}

ResponseMask allows client to reduce response message size.

func (*UpdateTimeSeriesForwarderSinkRequest_ResponseMask) Descriptor

Deprecated, Use UpdateTimeSeriesForwarderSinkRequest_ResponseMask.ProtoReflect.Descriptor instead.

func (*UpdateTimeSeriesForwarderSinkRequest_ResponseMask) GetBodyMask

func (*UpdateTimeSeriesForwarderSinkRequest_ResponseMask) GetMasking

func (m *UpdateTimeSeriesForwarderSinkRequest_ResponseMask) GetMasking() isUpdateTimeSeriesForwarderSinkRequest_ResponseMask_Masking

func (*UpdateTimeSeriesForwarderSinkRequest_ResponseMask) GetSkipEntireResponseBody

func (m *UpdateTimeSeriesForwarderSinkRequest_ResponseMask) GetSkipEntireResponseBody() bool

func (*UpdateTimeSeriesForwarderSinkRequest_ResponseMask) GetUpdatedFieldsOnly

func (m *UpdateTimeSeriesForwarderSinkRequest_ResponseMask) GetUpdatedFieldsOnly() bool

func (*UpdateTimeSeriesForwarderSinkRequest_ResponseMask) GotenMessage

func (*UpdateTimeSeriesForwarderSinkRequest_ResponseMask) GotenValidate

func (*UpdateTimeSeriesForwarderSinkRequest_ResponseMask) Marshal

func (*UpdateTimeSeriesForwarderSinkRequest_ResponseMask) MarshalJSON

func (*UpdateTimeSeriesForwarderSinkRequest_ResponseMask) ProtoMessage

func (*UpdateTimeSeriesForwarderSinkRequest_ResponseMask) ProtoReflect

func (*UpdateTimeSeriesForwarderSinkRequest_ResponseMask) Reset

func (*UpdateTimeSeriesForwarderSinkRequest_ResponseMask) SetBodyMask

func (*UpdateTimeSeriesForwarderSinkRequest_ResponseMask) SetMasking

func (m *UpdateTimeSeriesForwarderSinkRequest_ResponseMask) SetMasking(ofv isUpdateTimeSeriesForwarderSinkRequest_ResponseMask_Masking)

func (*UpdateTimeSeriesForwarderSinkRequest_ResponseMask) SetSkipEntireResponseBody

func (m *UpdateTimeSeriesForwarderSinkRequest_ResponseMask) SetSkipEntireResponseBody(fv bool)

func (*UpdateTimeSeriesForwarderSinkRequest_ResponseMask) SetUpdatedFieldsOnly

func (m *UpdateTimeSeriesForwarderSinkRequest_ResponseMask) SetUpdatedFieldsOnly(fv bool)

func (*UpdateTimeSeriesForwarderSinkRequest_ResponseMask) String

func (*UpdateTimeSeriesForwarderSinkRequest_ResponseMask) Unmarshal

func (*UpdateTimeSeriesForwarderSinkRequest_ResponseMask) UnmarshalJSON

type UpdateTimeSeriesForwarderSinkRequest_ResponseMask_BodyMask

type UpdateTimeSeriesForwarderSinkRequest_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 *time_series_forwarder_sink.TimeSeriesForwarderSink_FieldMask `` /* 130-byte string literal not displayed */
}

type UpdateTimeSeriesForwarderSinkRequest_ResponseMask_SkipEntireResponseBody

type UpdateTimeSeriesForwarderSinkRequest_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 `` /* 130-byte string literal not displayed */
}

type UpdateTimeSeriesForwarderSinkRequest_ResponseMask_UpdatedFieldsOnly

type UpdateTimeSeriesForwarderSinkRequest_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" firestore:"updatedFieldsOnly"`
}

type WatchTimeSeriesForwarderSinkClientStream

type WatchTimeSeriesForwarderSinkClientStream interface {
	Recv() (*WatchTimeSeriesForwarderSinkResponse, error)
	grpc.ClientStream
}

type WatchTimeSeriesForwarderSinkDescriptor

type WatchTimeSeriesForwarderSinkDescriptor struct{}

func GetWatchTimeSeriesForwarderSinkDescriptor

func GetWatchTimeSeriesForwarderSinkDescriptor() *WatchTimeSeriesForwarderSinkDescriptor

func (*WatchTimeSeriesForwarderSinkDescriptor) GetApiDescriptor

func (*WatchTimeSeriesForwarderSinkDescriptor) GetApiName

func (*WatchTimeSeriesForwarderSinkDescriptor) GetClientMsgReflectHandle

func (*WatchTimeSeriesForwarderSinkDescriptor) GetFullMethodName

func (d *WatchTimeSeriesForwarderSinkDescriptor) GetFullMethodName() string

func (*WatchTimeSeriesForwarderSinkDescriptor) GetMethodName

func (*WatchTimeSeriesForwarderSinkDescriptor) GetProtoPkgName

func (d *WatchTimeSeriesForwarderSinkDescriptor) GetProtoPkgName() string

func (*WatchTimeSeriesForwarderSinkDescriptor) GetResourceDescriptor

func (*WatchTimeSeriesForwarderSinkDescriptor) GetServerMsgReflectHandle

func (*WatchTimeSeriesForwarderSinkDescriptor) GetServiceDomain

func (d *WatchTimeSeriesForwarderSinkDescriptor) GetServiceDomain() string

func (*WatchTimeSeriesForwarderSinkDescriptor) GetServiceVersion

func (d *WatchTimeSeriesForwarderSinkDescriptor) GetServiceVersion() string

func (*WatchTimeSeriesForwarderSinkDescriptor) GetVerb

func (*WatchTimeSeriesForwarderSinkDescriptor) HasResource

func (*WatchTimeSeriesForwarderSinkDescriptor) IsClientStream

func (d *WatchTimeSeriesForwarderSinkDescriptor) IsClientStream() bool

func (*WatchTimeSeriesForwarderSinkDescriptor) IsCollection

func (d *WatchTimeSeriesForwarderSinkDescriptor) IsCollection() bool

func (*WatchTimeSeriesForwarderSinkDescriptor) IsPlural

func (*WatchTimeSeriesForwarderSinkDescriptor) IsServerStream

func (d *WatchTimeSeriesForwarderSinkDescriptor) IsServerStream() bool

func (*WatchTimeSeriesForwarderSinkDescriptor) IsUnary

func (*WatchTimeSeriesForwarderSinkDescriptor) NewEmptyClientMsg

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

func (*WatchTimeSeriesForwarderSinkDescriptor) NewEmptyServerMsg

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

func (*WatchTimeSeriesForwarderSinkDescriptor) RequestHasResourceBody

func (d *WatchTimeSeriesForwarderSinkDescriptor) RequestHasResourceBody() bool

type WatchTimeSeriesForwarderSinkDescriptorClientMsgHandle

type WatchTimeSeriesForwarderSinkDescriptorClientMsgHandle struct{}

func (*WatchTimeSeriesForwarderSinkDescriptorClientMsgHandle) ExtractCollectionName

func (*WatchTimeSeriesForwarderSinkDescriptorClientMsgHandle) ExtractResourceBodies

func (*WatchTimeSeriesForwarderSinkDescriptorClientMsgHandle) ExtractResourceBody

func (*WatchTimeSeriesForwarderSinkDescriptorClientMsgHandle) ExtractResourceName

func (*WatchTimeSeriesForwarderSinkDescriptorClientMsgHandle) ExtractResourceNames

type WatchTimeSeriesForwarderSinkDescriptorServerMsgHandle

type WatchTimeSeriesForwarderSinkDescriptorServerMsgHandle struct{}

func (*WatchTimeSeriesForwarderSinkDescriptorServerMsgHandle) ExtractCollectionName

func (*WatchTimeSeriesForwarderSinkDescriptorServerMsgHandle) ExtractResourceBodies

func (*WatchTimeSeriesForwarderSinkDescriptorServerMsgHandle) ExtractResourceBody

func (*WatchTimeSeriesForwarderSinkDescriptorServerMsgHandle) ExtractResourceName

func (*WatchTimeSeriesForwarderSinkDescriptorServerMsgHandle) ExtractResourceNames

type WatchTimeSeriesForwarderSinkRequest

type WatchTimeSeriesForwarderSinkRequest struct {

	// Name of ntt.monitoring.v4.TimeSeriesForwarderSink
	Name *time_series_forwarder_sink.Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"`
	// A list of extra fields to be obtained for each response item on top of
	// fields defined by request field view
	FieldMask *time_series_forwarder_sink.TimeSeriesForwarderSink_FieldMask `` /* 155-byte string literal not displayed */
	// View defines list of standard response fields present in response items.
	// Additional fields can be amended by request field field_mask
	View view.View `protobuf:"varint,4,opt,name=view,proto3,enum=goten.types.View" json:"view,omitempty" firestore:"view"`
	// contains filtered or unexported fields
}

A request message of the WatchTimeSeriesForwarderSink method.

func (*WatchTimeSeriesForwarderSinkRequest) Descriptor

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

Deprecated, Use WatchTimeSeriesForwarderSinkRequest.ProtoReflect.Descriptor instead.

func (*WatchTimeSeriesForwarderSinkRequest) GetFieldMask

func (*WatchTimeSeriesForwarderSinkRequest) GetName

func (*WatchTimeSeriesForwarderSinkRequest) GetView

func (*WatchTimeSeriesForwarderSinkRequest) GotenMessage

func (*WatchTimeSeriesForwarderSinkRequest) GotenMessage()

func (*WatchTimeSeriesForwarderSinkRequest) GotenValidate

func (obj *WatchTimeSeriesForwarderSinkRequest) GotenValidate() error

func (*WatchTimeSeriesForwarderSinkRequest) Marshal

func (*WatchTimeSeriesForwarderSinkRequest) MarshalJSON

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

func (*WatchTimeSeriesForwarderSinkRequest) ProtoMessage

func (*WatchTimeSeriesForwarderSinkRequest) ProtoMessage()

func (*WatchTimeSeriesForwarderSinkRequest) ProtoReflect

func (*WatchTimeSeriesForwarderSinkRequest) Reset

func (*WatchTimeSeriesForwarderSinkRequest) SetFieldMask

func (*WatchTimeSeriesForwarderSinkRequest) SetName

func (*WatchTimeSeriesForwarderSinkRequest) SetView

func (*WatchTimeSeriesForwarderSinkRequest) String

func (*WatchTimeSeriesForwarderSinkRequest) Unmarshal

func (*WatchTimeSeriesForwarderSinkRequest) UnmarshalJSON

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

type WatchTimeSeriesForwarderSinkResponse

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

A response message of the WatchTimeSeriesForwarderSink method.

func (*WatchTimeSeriesForwarderSinkResponse) Descriptor

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

Deprecated, Use WatchTimeSeriesForwarderSinkResponse.ProtoReflect.Descriptor instead.

func (*WatchTimeSeriesForwarderSinkResponse) GetChange

func (*WatchTimeSeriesForwarderSinkResponse) GotenMessage

func (*WatchTimeSeriesForwarderSinkResponse) GotenMessage()

func (*WatchTimeSeriesForwarderSinkResponse) GotenValidate

func (obj *WatchTimeSeriesForwarderSinkResponse) GotenValidate() error

func (*WatchTimeSeriesForwarderSinkResponse) Marshal

func (*WatchTimeSeriesForwarderSinkResponse) MarshalJSON

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

func (*WatchTimeSeriesForwarderSinkResponse) ProtoMessage

func (*WatchTimeSeriesForwarderSinkResponse) ProtoMessage()

func (*WatchTimeSeriesForwarderSinkResponse) ProtoReflect

func (*WatchTimeSeriesForwarderSinkResponse) Reset

func (*WatchTimeSeriesForwarderSinkResponse) SetChange

func (*WatchTimeSeriesForwarderSinkResponse) String

func (*WatchTimeSeriesForwarderSinkResponse) Unmarshal

func (*WatchTimeSeriesForwarderSinkResponse) UnmarshalJSON

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

type WatchTimeSeriesForwarderSinksClientStream

type WatchTimeSeriesForwarderSinksClientStream interface {
	Recv() (*WatchTimeSeriesForwarderSinksResponse, error)
	grpc.ClientStream
}

type WatchTimeSeriesForwarderSinksDescriptor

type WatchTimeSeriesForwarderSinksDescriptor struct{}

func GetWatchTimeSeriesForwarderSinksDescriptor

func GetWatchTimeSeriesForwarderSinksDescriptor() *WatchTimeSeriesForwarderSinksDescriptor

func (*WatchTimeSeriesForwarderSinksDescriptor) GetApiDescriptor

func (*WatchTimeSeriesForwarderSinksDescriptor) GetApiName

func (*WatchTimeSeriesForwarderSinksDescriptor) GetClientMsgReflectHandle

func (*WatchTimeSeriesForwarderSinksDescriptor) GetFullMethodName

func (d *WatchTimeSeriesForwarderSinksDescriptor) GetFullMethodName() string

func (*WatchTimeSeriesForwarderSinksDescriptor) GetMethodName

func (*WatchTimeSeriesForwarderSinksDescriptor) GetProtoPkgName

func (d *WatchTimeSeriesForwarderSinksDescriptor) GetProtoPkgName() string

func (*WatchTimeSeriesForwarderSinksDescriptor) GetResourceDescriptor

func (*WatchTimeSeriesForwarderSinksDescriptor) GetServerMsgReflectHandle

func (*WatchTimeSeriesForwarderSinksDescriptor) GetServiceDomain

func (d *WatchTimeSeriesForwarderSinksDescriptor) GetServiceDomain() string

func (*WatchTimeSeriesForwarderSinksDescriptor) GetServiceVersion

func (d *WatchTimeSeriesForwarderSinksDescriptor) GetServiceVersion() string

func (*WatchTimeSeriesForwarderSinksDescriptor) GetVerb

func (*WatchTimeSeriesForwarderSinksDescriptor) HasResource

func (*WatchTimeSeriesForwarderSinksDescriptor) IsClientStream

func (d *WatchTimeSeriesForwarderSinksDescriptor) IsClientStream() bool

func (*WatchTimeSeriesForwarderSinksDescriptor) IsCollection

func (*WatchTimeSeriesForwarderSinksDescriptor) IsPlural

func (*WatchTimeSeriesForwarderSinksDescriptor) IsServerStream

func (d *WatchTimeSeriesForwarderSinksDescriptor) IsServerStream() bool

func (*WatchTimeSeriesForwarderSinksDescriptor) IsUnary

func (*WatchTimeSeriesForwarderSinksDescriptor) NewEmptyClientMsg

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

func (*WatchTimeSeriesForwarderSinksDescriptor) NewEmptyServerMsg

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

func (*WatchTimeSeriesForwarderSinksDescriptor) RequestHasResourceBody

func (d *WatchTimeSeriesForwarderSinksDescriptor) RequestHasResourceBody() bool

type WatchTimeSeriesForwarderSinksDescriptorClientMsgHandle

type WatchTimeSeriesForwarderSinksDescriptorClientMsgHandle struct{}

func (*WatchTimeSeriesForwarderSinksDescriptorClientMsgHandle) ExtractCollectionName

func (*WatchTimeSeriesForwarderSinksDescriptorClientMsgHandle) ExtractResourceBodies

func (*WatchTimeSeriesForwarderSinksDescriptorClientMsgHandle) ExtractResourceBody

func (*WatchTimeSeriesForwarderSinksDescriptorClientMsgHandle) ExtractResourceName

func (*WatchTimeSeriesForwarderSinksDescriptorClientMsgHandle) ExtractResourceNames

type WatchTimeSeriesForwarderSinksDescriptorServerMsgHandle

type WatchTimeSeriesForwarderSinksDescriptorServerMsgHandle struct{}

func (*WatchTimeSeriesForwarderSinksDescriptorServerMsgHandle) ExtractCollectionName

func (*WatchTimeSeriesForwarderSinksDescriptorServerMsgHandle) ExtractResourceBodies

func (*WatchTimeSeriesForwarderSinksDescriptorServerMsgHandle) ExtractResourceBody

func (*WatchTimeSeriesForwarderSinksDescriptorServerMsgHandle) ExtractResourceName

func (*WatchTimeSeriesForwarderSinksDescriptorServerMsgHandle) ExtractResourceNames

type WatchTimeSeriesForwarderSinksRequest

type WatchTimeSeriesForwarderSinksRequest struct {

	// Type of a watch. Identifies how server stream data to a client, which
	// fields in a request are allowed and which fields in response are relevant.
	Type watch_type.WatchType `protobuf:"varint,9,opt,name=type,proto3,enum=goten.types.WatchType" json:"type,omitempty" firestore:"type"`
	// Parent name of ntt.monitoring.v4.TimeSeriesForwarderSink
	Parent *time_series_forwarder_sink.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Requested page size. Server may return fewer TimeSeriesForwarderSinks than
	// requested. If unspecified, server will pick an appropriate default. Can be
	// populated only for stateful watch type.
	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty" firestore:"pageSize"`
	// A token identifying a page of results the server should return.
	// Can be populated only for stateful watch type.
	PageToken *time_series_forwarder_sink.PagerCursor `` /* 133-byte string literal not displayed */
	// Order By -
	// https://cloud.google.com/apis/design/design_patterns#list_pagination Can be
	// populated only for stateful watch type.
	OrderBy *time_series_forwarder_sink.OrderBy `protobuf:"bytes,4,opt,customtype=OrderBy,name=order_by,json=orderBy,proto3" json:"order_by,omitempty" firestore:"orderBy"`
	// A token identifying watch resume point from previous session.
	// Can be populated only for stateless watch type.
	ResumeToken string `protobuf:"bytes,10,opt,name=resume_token,json=resumeToken,proto3" json:"resume_token,omitempty" firestore:"resumeToken"`
	// Point in the time from which we want to start getting updates. This field
	// can be populated only for stateless watch type and if resume token is not
	// known yet. If specified, initial snapshot will NOT be provided. It is
	// assumed client can obtain it using separate means. Watch responses will
	// contain resume tokens which should be used to resume broken connection.
	StartingTime *timestamppb.Timestamp `protobuf:"bytes,12,opt,name=starting_time,json=startingTime,proto3" json:"starting_time,omitempty" firestore:"startingTime"`
	// Filter - filter results by field criteria. Simplified SQL-like syntax with
	// following operators:
	// <=, >=, =, !=, <, >, LIKE, CONTAINS (aliases CONTAIN, HAS, HAVE), IN, IS
	// [NOT] NULL | NaN . Combine conditions with OR | AND example: 'meta.labels
	// CONTAINS "severity:important" OR (state.last_error_time >
	// "2018-11-15T10:00:00Z" AND state.status = "ERROR")'
	Filter *time_series_forwarder_sink.Filter `protobuf:"bytes,5,opt,customtype=Filter,name=filter,proto3" json:"filter,omitempty" firestore:"filter"`
	// A list of extra fields to be obtained for each response item on top of
	// fields defined by request field view Changes to TimeSeriesForwarderSink
	// that don't affect any of masked fields won't be sent back.
	FieldMask *time_series_forwarder_sink.TimeSeriesForwarderSink_FieldMask `` /* 155-byte string literal not displayed */
	// View defines list of standard response fields present in response items.
	// Additional fields can be amended by request field field_mask Changes to
	// TimeSeriesForwarderSink that don't affect any of masked fields won't be
	// sent back.
	View view.View `protobuf:"varint,8,opt,name=view,proto3,enum=goten.types.View" json:"view,omitempty" firestore:"view"`
	// Maximum amount of changes in each response message. Query result response
	// is divided on the server side into chunks with size of a specified amount
	// to limit memory footprint of each message. Responses will hold information
	// whether more elements will continue for the actual change. If unspecified,
	// server will pick an appropriate default.
	MaxChunkSize int32 `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

A request message of the WatchTimeSeriesForwarderSinks method.

func (*WatchTimeSeriesForwarderSinksRequest) Descriptor

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

Deprecated, Use WatchTimeSeriesForwarderSinksRequest.ProtoReflect.Descriptor instead.

func (*WatchTimeSeriesForwarderSinksRequest) GetFieldMask

func (*WatchTimeSeriesForwarderSinksRequest) GetFilter

func (*WatchTimeSeriesForwarderSinksRequest) GetMaxChunkSize

func (m *WatchTimeSeriesForwarderSinksRequest) GetMaxChunkSize() int32

func (*WatchTimeSeriesForwarderSinksRequest) GetOrderBy

func (*WatchTimeSeriesForwarderSinksRequest) GetPageSize

func (*WatchTimeSeriesForwarderSinksRequest) GetPageToken

func (*WatchTimeSeriesForwarderSinksRequest) GetParent

func (*WatchTimeSeriesForwarderSinksRequest) GetResumeToken

func (m *WatchTimeSeriesForwarderSinksRequest) GetResumeToken() string

func (*WatchTimeSeriesForwarderSinksRequest) GetStartingTime

func (*WatchTimeSeriesForwarderSinksRequest) GetType

func (*WatchTimeSeriesForwarderSinksRequest) GetView

func (*WatchTimeSeriesForwarderSinksRequest) GotenMessage

func (*WatchTimeSeriesForwarderSinksRequest) GotenMessage()

func (*WatchTimeSeriesForwarderSinksRequest) GotenValidate

func (obj *WatchTimeSeriesForwarderSinksRequest) GotenValidate() error

func (*WatchTimeSeriesForwarderSinksRequest) Marshal

func (*WatchTimeSeriesForwarderSinksRequest) MarshalJSON

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

func (*WatchTimeSeriesForwarderSinksRequest) ProtoMessage

func (*WatchTimeSeriesForwarderSinksRequest) ProtoMessage()

func (*WatchTimeSeriesForwarderSinksRequest) ProtoReflect

func (*WatchTimeSeriesForwarderSinksRequest) Reset

func (*WatchTimeSeriesForwarderSinksRequest) SetFieldMask

func (*WatchTimeSeriesForwarderSinksRequest) SetFilter

func (*WatchTimeSeriesForwarderSinksRequest) SetMaxChunkSize

func (m *WatchTimeSeriesForwarderSinksRequest) SetMaxChunkSize(fv int32)

func (*WatchTimeSeriesForwarderSinksRequest) SetOrderBy

func (*WatchTimeSeriesForwarderSinksRequest) SetPageSize

func (m *WatchTimeSeriesForwarderSinksRequest) SetPageSize(fv int32)

func (*WatchTimeSeriesForwarderSinksRequest) SetPageToken

func (*WatchTimeSeriesForwarderSinksRequest) SetParent

func (*WatchTimeSeriesForwarderSinksRequest) SetResumeToken

func (m *WatchTimeSeriesForwarderSinksRequest) SetResumeToken(fv string)

func (*WatchTimeSeriesForwarderSinksRequest) SetStartingTime

func (*WatchTimeSeriesForwarderSinksRequest) SetType

func (*WatchTimeSeriesForwarderSinksRequest) SetView

func (*WatchTimeSeriesForwarderSinksRequest) String

func (*WatchTimeSeriesForwarderSinksRequest) Unmarshal

func (*WatchTimeSeriesForwarderSinksRequest) UnmarshalJSON

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

type WatchTimeSeriesForwarderSinksResponse

type WatchTimeSeriesForwarderSinksResponse struct {

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

A response message of the WatchTimeSeriesForwarderSinks method.

func (*WatchTimeSeriesForwarderSinksResponse) Descriptor

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

Deprecated, Use WatchTimeSeriesForwarderSinksResponse.ProtoReflect.Descriptor instead.

func (*WatchTimeSeriesForwarderSinksResponse) GetIsCurrent

func (m *WatchTimeSeriesForwarderSinksResponse) GetIsCurrent() bool

func (*WatchTimeSeriesForwarderSinksResponse) GetIsHardReset

func (m *WatchTimeSeriesForwarderSinksResponse) GetIsHardReset() bool

func (*WatchTimeSeriesForwarderSinksResponse) GetIsSoftReset

func (m *WatchTimeSeriesForwarderSinksResponse) GetIsSoftReset() bool

func (*WatchTimeSeriesForwarderSinksResponse) GetPageTokenChange

func (*WatchTimeSeriesForwarderSinksResponse) GetResumeToken

func (m *WatchTimeSeriesForwarderSinksResponse) GetResumeToken() string

func (*WatchTimeSeriesForwarderSinksResponse) GetSnapshotSize

func (m *WatchTimeSeriesForwarderSinksResponse) GetSnapshotSize() int64

func (*WatchTimeSeriesForwarderSinksResponse) GetTimeSeriesForwarderSinkChanges

func (*WatchTimeSeriesForwarderSinksResponse) GotenMessage

func (*WatchTimeSeriesForwarderSinksResponse) GotenMessage()

func (*WatchTimeSeriesForwarderSinksResponse) GotenValidate

func (obj *WatchTimeSeriesForwarderSinksResponse) GotenValidate() error

func (*WatchTimeSeriesForwarderSinksResponse) Marshal

func (*WatchTimeSeriesForwarderSinksResponse) MarshalJSON

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

func (*WatchTimeSeriesForwarderSinksResponse) ProtoMessage

func (*WatchTimeSeriesForwarderSinksResponse) ProtoMessage()

func (*WatchTimeSeriesForwarderSinksResponse) ProtoReflect

func (*WatchTimeSeriesForwarderSinksResponse) Reset

func (*WatchTimeSeriesForwarderSinksResponse) SetIsCurrent

func (m *WatchTimeSeriesForwarderSinksResponse) SetIsCurrent(fv bool)

func (*WatchTimeSeriesForwarderSinksResponse) SetIsHardReset

func (m *WatchTimeSeriesForwarderSinksResponse) SetIsHardReset(fv bool)

func (*WatchTimeSeriesForwarderSinksResponse) SetIsSoftReset

func (m *WatchTimeSeriesForwarderSinksResponse) SetIsSoftReset(fv bool)

func (*WatchTimeSeriesForwarderSinksResponse) SetPageTokenChange

func (*WatchTimeSeriesForwarderSinksResponse) SetResumeToken

func (m *WatchTimeSeriesForwarderSinksResponse) SetResumeToken(fv string)

func (*WatchTimeSeriesForwarderSinksResponse) SetSnapshotSize

func (m *WatchTimeSeriesForwarderSinksResponse) SetSnapshotSize(fv int64)

func (*WatchTimeSeriesForwarderSinksResponse) SetTimeSeriesForwarderSinkChanges

func (*WatchTimeSeriesForwarderSinksResponse) String

func (*WatchTimeSeriesForwarderSinksResponse) Unmarshal

func (*WatchTimeSeriesForwarderSinksResponse) UnmarshalJSON

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

type WatchTimeSeriesForwarderSinksResponse_PageTokenChange

type WatchTimeSeriesForwarderSinksResponse_PageTokenChange struct {

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

func (*WatchTimeSeriesForwarderSinksResponse_PageTokenChange) Descriptor

Deprecated, Use WatchTimeSeriesForwarderSinksResponse_PageTokenChange.ProtoReflect.Descriptor instead.

func (*WatchTimeSeriesForwarderSinksResponse_PageTokenChange) GetNextPageToken

func (*WatchTimeSeriesForwarderSinksResponse_PageTokenChange) GetPrevPageToken

func (*WatchTimeSeriesForwarderSinksResponse_PageTokenChange) GotenMessage

func (*WatchTimeSeriesForwarderSinksResponse_PageTokenChange) GotenValidate

func (*WatchTimeSeriesForwarderSinksResponse_PageTokenChange) Marshal

func (*WatchTimeSeriesForwarderSinksResponse_PageTokenChange) MarshalJSON

func (*WatchTimeSeriesForwarderSinksResponse_PageTokenChange) ProtoMessage

func (*WatchTimeSeriesForwarderSinksResponse_PageTokenChange) ProtoReflect

func (*WatchTimeSeriesForwarderSinksResponse_PageTokenChange) Reset

func (*WatchTimeSeriesForwarderSinksResponse_PageTokenChange) SetNextPageToken

func (*WatchTimeSeriesForwarderSinksResponse_PageTokenChange) SetPrevPageToken

func (*WatchTimeSeriesForwarderSinksResponse_PageTokenChange) String

func (*WatchTimeSeriesForwarderSinksResponse_PageTokenChange) Unmarshal

func (*WatchTimeSeriesForwarderSinksResponse_PageTokenChange) UnmarshalJSON

Jump to

Keyboard shortcuts

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