notification_channel_client

package
v1.0.38 Latest Latest
Warning

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

Go to latest
Published: Apr 27, 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 BatchGetNotificationChannelsDescriptor

type BatchGetNotificationChannelsDescriptor struct{}

func GetBatchGetNotificationChannelsDescriptor

func GetBatchGetNotificationChannelsDescriptor() *BatchGetNotificationChannelsDescriptor

func (*BatchGetNotificationChannelsDescriptor) GetApiDescriptor

func (*BatchGetNotificationChannelsDescriptor) GetApiName

func (*BatchGetNotificationChannelsDescriptor) GetClientMsgReflectHandle

func (*BatchGetNotificationChannelsDescriptor) GetFullMethodName

func (d *BatchGetNotificationChannelsDescriptor) GetFullMethodName() string

func (*BatchGetNotificationChannelsDescriptor) GetMethodName

func (*BatchGetNotificationChannelsDescriptor) GetProtoPkgName

func (d *BatchGetNotificationChannelsDescriptor) GetProtoPkgName() string

func (*BatchGetNotificationChannelsDescriptor) GetResourceDescriptor

func (*BatchGetNotificationChannelsDescriptor) GetServerMsgReflectHandle

func (*BatchGetNotificationChannelsDescriptor) GetServiceDomain

func (d *BatchGetNotificationChannelsDescriptor) GetServiceDomain() string

func (*BatchGetNotificationChannelsDescriptor) GetServiceVersion

func (d *BatchGetNotificationChannelsDescriptor) GetServiceVersion() string

func (*BatchGetNotificationChannelsDescriptor) GetVerb

func (*BatchGetNotificationChannelsDescriptor) HasResource

func (*BatchGetNotificationChannelsDescriptor) IsClientStream

func (d *BatchGetNotificationChannelsDescriptor) IsClientStream() bool

func (*BatchGetNotificationChannelsDescriptor) IsCollection

func (d *BatchGetNotificationChannelsDescriptor) IsCollection() bool

func (*BatchGetNotificationChannelsDescriptor) IsPlural

func (*BatchGetNotificationChannelsDescriptor) IsServerStream

func (d *BatchGetNotificationChannelsDescriptor) IsServerStream() bool

func (*BatchGetNotificationChannelsDescriptor) IsUnary

func (*BatchGetNotificationChannelsDescriptor) NewEmptyClientMsg

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

func (*BatchGetNotificationChannelsDescriptor) NewEmptyServerMsg

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

func (*BatchGetNotificationChannelsDescriptor) RequestHasResourceBody

func (d *BatchGetNotificationChannelsDescriptor) RequestHasResourceBody() bool

type BatchGetNotificationChannelsDescriptorClientMsgHandle

type BatchGetNotificationChannelsDescriptorClientMsgHandle struct{}

func (*BatchGetNotificationChannelsDescriptorClientMsgHandle) ExtractCollectionName

func (*BatchGetNotificationChannelsDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*BatchGetNotificationChannelsDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*BatchGetNotificationChannelsDescriptorClientMsgHandle) ExtractResourceName

func (*BatchGetNotificationChannelsDescriptorClientMsgHandle) ExtractResourceNames

type BatchGetNotificationChannelsDescriptorServerMsgHandle

type BatchGetNotificationChannelsDescriptorServerMsgHandle struct{}

func (*BatchGetNotificationChannelsDescriptorServerMsgHandle) ExtractCollectionName

func (*BatchGetNotificationChannelsDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*BatchGetNotificationChannelsDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*BatchGetNotificationChannelsDescriptorServerMsgHandle) ExtractResourceName

func (*BatchGetNotificationChannelsDescriptorServerMsgHandle) ExtractResourceNames

type BatchGetNotificationChannelsRequest

type BatchGetNotificationChannelsRequest struct {

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

Request message for method [BatchGetNotificationChannels][ntt.monitoring.v3.BatchGetNotificationChannels]

func (*BatchGetNotificationChannelsRequest) Descriptor

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

Deprecated, Use BatchGetNotificationChannelsRequest.ProtoReflect.Descriptor instead.

func (*BatchGetNotificationChannelsRequest) GetFieldMask

func (*BatchGetNotificationChannelsRequest) GetNames

func (*BatchGetNotificationChannelsRequest) GetView

func (*BatchGetNotificationChannelsRequest) GotenMessage

func (*BatchGetNotificationChannelsRequest) GotenMessage()

func (*BatchGetNotificationChannelsRequest) GotenValidate

func (obj *BatchGetNotificationChannelsRequest) GotenValidate() error

func (*BatchGetNotificationChannelsRequest) Marshal

func (*BatchGetNotificationChannelsRequest) MarshalJSON

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

func (*BatchGetNotificationChannelsRequest) ProtoMessage

func (*BatchGetNotificationChannelsRequest) ProtoMessage()

func (*BatchGetNotificationChannelsRequest) ProtoReflect

func (*BatchGetNotificationChannelsRequest) Reset

func (*BatchGetNotificationChannelsRequest) SetFieldMask

func (*BatchGetNotificationChannelsRequest) SetNames

func (*BatchGetNotificationChannelsRequest) SetView

func (*BatchGetNotificationChannelsRequest) String

func (*BatchGetNotificationChannelsRequest) Unmarshal

func (*BatchGetNotificationChannelsRequest) UnmarshalJSON

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

type BatchGetNotificationChannelsResponse

type BatchGetNotificationChannelsResponse struct {

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

BatchGetNotificationChannelsResponse

func (*BatchGetNotificationChannelsResponse) Descriptor

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

Deprecated, Use BatchGetNotificationChannelsResponse.ProtoReflect.Descriptor instead.

func (*BatchGetNotificationChannelsResponse) GetMissing

func (*BatchGetNotificationChannelsResponse) GetNotificationChannels

func (*BatchGetNotificationChannelsResponse) GotenMessage

func (*BatchGetNotificationChannelsResponse) GotenMessage()

func (*BatchGetNotificationChannelsResponse) GotenValidate

func (obj *BatchGetNotificationChannelsResponse) GotenValidate() error

func (*BatchGetNotificationChannelsResponse) Marshal

func (*BatchGetNotificationChannelsResponse) MarshalJSON

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

func (*BatchGetNotificationChannelsResponse) ProtoMessage

func (*BatchGetNotificationChannelsResponse) ProtoMessage()

func (*BatchGetNotificationChannelsResponse) ProtoReflect

func (*BatchGetNotificationChannelsResponse) Reset

func (*BatchGetNotificationChannelsResponse) SetMissing

func (*BatchGetNotificationChannelsResponse) SetNotificationChannels

func (*BatchGetNotificationChannelsResponse) String

func (*BatchGetNotificationChannelsResponse) Unmarshal

func (*BatchGetNotificationChannelsResponse) UnmarshalJSON

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

type CreateNotificationChannelDescriptor

type CreateNotificationChannelDescriptor struct{}

func GetCreateNotificationChannelDescriptor

func GetCreateNotificationChannelDescriptor() *CreateNotificationChannelDescriptor

func (*CreateNotificationChannelDescriptor) GetApiDescriptor

func (*CreateNotificationChannelDescriptor) GetApiName

func (*CreateNotificationChannelDescriptor) GetClientMsgReflectHandle

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

func (*CreateNotificationChannelDescriptor) GetFullMethodName

func (d *CreateNotificationChannelDescriptor) GetFullMethodName() string

func (*CreateNotificationChannelDescriptor) GetMethodName

func (d *CreateNotificationChannelDescriptor) GetMethodName() string

func (*CreateNotificationChannelDescriptor) GetProtoPkgName

func (d *CreateNotificationChannelDescriptor) GetProtoPkgName() string

func (*CreateNotificationChannelDescriptor) GetResourceDescriptor

func (*CreateNotificationChannelDescriptor) GetServerMsgReflectHandle

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

func (*CreateNotificationChannelDescriptor) GetServiceDomain

func (d *CreateNotificationChannelDescriptor) GetServiceDomain() string

func (*CreateNotificationChannelDescriptor) GetServiceVersion

func (d *CreateNotificationChannelDescriptor) GetServiceVersion() string

func (*CreateNotificationChannelDescriptor) GetVerb

func (*CreateNotificationChannelDescriptor) HasResource

func (d *CreateNotificationChannelDescriptor) HasResource() bool

func (*CreateNotificationChannelDescriptor) IsClientStream

func (d *CreateNotificationChannelDescriptor) IsClientStream() bool

func (*CreateNotificationChannelDescriptor) IsCollection

func (d *CreateNotificationChannelDescriptor) IsCollection() bool

func (*CreateNotificationChannelDescriptor) IsPlural

func (*CreateNotificationChannelDescriptor) IsServerStream

func (d *CreateNotificationChannelDescriptor) IsServerStream() bool

func (*CreateNotificationChannelDescriptor) IsUnary

func (*CreateNotificationChannelDescriptor) NewEmptyClientMsg

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

func (*CreateNotificationChannelDescriptor) NewEmptyServerMsg

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

func (*CreateNotificationChannelDescriptor) RequestHasResourceBody

func (d *CreateNotificationChannelDescriptor) RequestHasResourceBody() bool

type CreateNotificationChannelDescriptorClientMsgHandle

type CreateNotificationChannelDescriptorClientMsgHandle struct{}

func (*CreateNotificationChannelDescriptorClientMsgHandle) ExtractCollectionName

func (*CreateNotificationChannelDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*CreateNotificationChannelDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*CreateNotificationChannelDescriptorClientMsgHandle) ExtractResourceName

func (*CreateNotificationChannelDescriptorClientMsgHandle) ExtractResourceNames

type CreateNotificationChannelDescriptorServerMsgHandle

type CreateNotificationChannelDescriptorServerMsgHandle struct{}

func (*CreateNotificationChannelDescriptorServerMsgHandle) ExtractCollectionName

func (*CreateNotificationChannelDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*CreateNotificationChannelDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*CreateNotificationChannelDescriptorServerMsgHandle) ExtractResourceName

func (*CreateNotificationChannelDescriptorServerMsgHandle) ExtractResourceNames

type CreateNotificationChannelRequest

type CreateNotificationChannelRequest struct {

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

Request message for method [CreateNotificationChannel][ntt.monitoring.v3.CreateNotificationChannel]

func (*CreateNotificationChannelRequest) Descriptor

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

Deprecated, Use CreateNotificationChannelRequest.ProtoReflect.Descriptor instead.

func (*CreateNotificationChannelRequest) GetNotificationChannel

func (*CreateNotificationChannelRequest) GetParent

func (*CreateNotificationChannelRequest) GotenMessage

func (*CreateNotificationChannelRequest) GotenMessage()

func (*CreateNotificationChannelRequest) GotenValidate

func (obj *CreateNotificationChannelRequest) GotenValidate() error

func (*CreateNotificationChannelRequest) Marshal

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

func (*CreateNotificationChannelRequest) MarshalJSON

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

func (*CreateNotificationChannelRequest) ProtoMessage

func (*CreateNotificationChannelRequest) ProtoMessage()

func (*CreateNotificationChannelRequest) ProtoReflect

func (*CreateNotificationChannelRequest) Reset

func (*CreateNotificationChannelRequest) SetNotificationChannel

func (*CreateNotificationChannelRequest) SetParent

func (*CreateNotificationChannelRequest) String

func (*CreateNotificationChannelRequest) Unmarshal

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

func (*CreateNotificationChannelRequest) UnmarshalJSON

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

type DeleteNotificationChannelDescriptor

type DeleteNotificationChannelDescriptor struct{}

func GetDeleteNotificationChannelDescriptor

func GetDeleteNotificationChannelDescriptor() *DeleteNotificationChannelDescriptor

func (*DeleteNotificationChannelDescriptor) GetApiDescriptor

func (*DeleteNotificationChannelDescriptor) GetApiName

func (*DeleteNotificationChannelDescriptor) GetClientMsgReflectHandle

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

func (*DeleteNotificationChannelDescriptor) GetFullMethodName

func (d *DeleteNotificationChannelDescriptor) GetFullMethodName() string

func (*DeleteNotificationChannelDescriptor) GetMethodName

func (d *DeleteNotificationChannelDescriptor) GetMethodName() string

func (*DeleteNotificationChannelDescriptor) GetProtoPkgName

func (d *DeleteNotificationChannelDescriptor) GetProtoPkgName() string

func (*DeleteNotificationChannelDescriptor) GetResourceDescriptor

func (*DeleteNotificationChannelDescriptor) GetServerMsgReflectHandle

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

func (*DeleteNotificationChannelDescriptor) GetServiceDomain

func (d *DeleteNotificationChannelDescriptor) GetServiceDomain() string

func (*DeleteNotificationChannelDescriptor) GetServiceVersion

func (d *DeleteNotificationChannelDescriptor) GetServiceVersion() string

func (*DeleteNotificationChannelDescriptor) GetVerb

func (*DeleteNotificationChannelDescriptor) HasResource

func (d *DeleteNotificationChannelDescriptor) HasResource() bool

func (*DeleteNotificationChannelDescriptor) IsClientStream

func (d *DeleteNotificationChannelDescriptor) IsClientStream() bool

func (*DeleteNotificationChannelDescriptor) IsCollection

func (d *DeleteNotificationChannelDescriptor) IsCollection() bool

func (*DeleteNotificationChannelDescriptor) IsPlural

func (*DeleteNotificationChannelDescriptor) IsServerStream

func (d *DeleteNotificationChannelDescriptor) IsServerStream() bool

func (*DeleteNotificationChannelDescriptor) IsUnary

func (*DeleteNotificationChannelDescriptor) NewEmptyClientMsg

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

func (*DeleteNotificationChannelDescriptor) NewEmptyServerMsg

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

func (*DeleteNotificationChannelDescriptor) RequestHasResourceBody

func (d *DeleteNotificationChannelDescriptor) RequestHasResourceBody() bool

type DeleteNotificationChannelDescriptorClientMsgHandle

type DeleteNotificationChannelDescriptorClientMsgHandle struct{}

func (*DeleteNotificationChannelDescriptorClientMsgHandle) ExtractCollectionName

func (*DeleteNotificationChannelDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*DeleteNotificationChannelDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*DeleteNotificationChannelDescriptorClientMsgHandle) ExtractResourceName

func (*DeleteNotificationChannelDescriptorClientMsgHandle) ExtractResourceNames

type DeleteNotificationChannelDescriptorServerMsgHandle

type DeleteNotificationChannelDescriptorServerMsgHandle struct{}

func (*DeleteNotificationChannelDescriptorServerMsgHandle) ExtractCollectionName

func (*DeleteNotificationChannelDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*DeleteNotificationChannelDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*DeleteNotificationChannelDescriptorServerMsgHandle) ExtractResourceName

func (*DeleteNotificationChannelDescriptorServerMsgHandle) ExtractResourceNames

type DeleteNotificationChannelRequest

type DeleteNotificationChannelRequest struct {

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

Request message for method [DeleteNotificationChannel][ntt.monitoring.v3.DeleteNotificationChannel]

func (*DeleteNotificationChannelRequest) Descriptor

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

Deprecated, Use DeleteNotificationChannelRequest.ProtoReflect.Descriptor instead.

func (*DeleteNotificationChannelRequest) GetName

func (*DeleteNotificationChannelRequest) GotenMessage

func (*DeleteNotificationChannelRequest) GotenMessage()

func (*DeleteNotificationChannelRequest) GotenValidate

func (obj *DeleteNotificationChannelRequest) GotenValidate() error

func (*DeleteNotificationChannelRequest) Marshal

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

func (*DeleteNotificationChannelRequest) MarshalJSON

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

func (*DeleteNotificationChannelRequest) ProtoMessage

func (*DeleteNotificationChannelRequest) ProtoMessage()

func (*DeleteNotificationChannelRequest) ProtoReflect

func (*DeleteNotificationChannelRequest) Reset

func (*DeleteNotificationChannelRequest) SetName

func (*DeleteNotificationChannelRequest) String

func (*DeleteNotificationChannelRequest) Unmarshal

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

func (*DeleteNotificationChannelRequest) UnmarshalJSON

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

type GetNotificationChannelDescriptor

type GetNotificationChannelDescriptor struct{}

func GetGetNotificationChannelDescriptor

func GetGetNotificationChannelDescriptor() *GetNotificationChannelDescriptor

func (*GetNotificationChannelDescriptor) GetApiDescriptor

func (*GetNotificationChannelDescriptor) GetApiName

func (d *GetNotificationChannelDescriptor) GetApiName() string

func (*GetNotificationChannelDescriptor) GetClientMsgReflectHandle

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

func (*GetNotificationChannelDescriptor) GetFullMethodName

func (d *GetNotificationChannelDescriptor) GetFullMethodName() string

func (*GetNotificationChannelDescriptor) GetMethodName

func (d *GetNotificationChannelDescriptor) GetMethodName() string

func (*GetNotificationChannelDescriptor) GetProtoPkgName

func (d *GetNotificationChannelDescriptor) GetProtoPkgName() string

func (*GetNotificationChannelDescriptor) GetResourceDescriptor

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

func (*GetNotificationChannelDescriptor) GetServerMsgReflectHandle

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

func (*GetNotificationChannelDescriptor) GetServiceDomain

func (d *GetNotificationChannelDescriptor) GetServiceDomain() string

func (*GetNotificationChannelDescriptor) GetServiceVersion

func (d *GetNotificationChannelDescriptor) GetServiceVersion() string

func (*GetNotificationChannelDescriptor) GetVerb

func (*GetNotificationChannelDescriptor) HasResource

func (d *GetNotificationChannelDescriptor) HasResource() bool

func (*GetNotificationChannelDescriptor) IsClientStream

func (d *GetNotificationChannelDescriptor) IsClientStream() bool

func (*GetNotificationChannelDescriptor) IsCollection

func (d *GetNotificationChannelDescriptor) IsCollection() bool

func (*GetNotificationChannelDescriptor) IsPlural

func (d *GetNotificationChannelDescriptor) IsPlural() bool

func (*GetNotificationChannelDescriptor) IsServerStream

func (d *GetNotificationChannelDescriptor) IsServerStream() bool

func (*GetNotificationChannelDescriptor) IsUnary

func (*GetNotificationChannelDescriptor) NewEmptyClientMsg

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

func (*GetNotificationChannelDescriptor) NewEmptyServerMsg

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

func (*GetNotificationChannelDescriptor) RequestHasResourceBody

func (d *GetNotificationChannelDescriptor) RequestHasResourceBody() bool

type GetNotificationChannelDescriptorClientMsgHandle

type GetNotificationChannelDescriptorClientMsgHandle struct{}

func (*GetNotificationChannelDescriptorClientMsgHandle) ExtractCollectionName

func (*GetNotificationChannelDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*GetNotificationChannelDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*GetNotificationChannelDescriptorClientMsgHandle) ExtractResourceName

func (*GetNotificationChannelDescriptorClientMsgHandle) ExtractResourceNames

type GetNotificationChannelDescriptorServerMsgHandle

type GetNotificationChannelDescriptorServerMsgHandle struct{}

func (*GetNotificationChannelDescriptorServerMsgHandle) ExtractCollectionName

func (*GetNotificationChannelDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*GetNotificationChannelDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*GetNotificationChannelDescriptorServerMsgHandle) ExtractResourceName

func (*GetNotificationChannelDescriptorServerMsgHandle) ExtractResourceNames

type GetNotificationChannelRequest

type GetNotificationChannelRequest struct {

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

Request message for method [GetNotificationChannel][ntt.monitoring.v3.GetNotificationChannel]

func (*GetNotificationChannelRequest) Descriptor

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

Deprecated, Use GetNotificationChannelRequest.ProtoReflect.Descriptor instead.

func (*GetNotificationChannelRequest) GetFieldMask

func (*GetNotificationChannelRequest) GetName

func (*GetNotificationChannelRequest) GetView

func (*GetNotificationChannelRequest) GotenMessage

func (*GetNotificationChannelRequest) GotenMessage()

func (*GetNotificationChannelRequest) GotenValidate

func (obj *GetNotificationChannelRequest) GotenValidate() error

func (*GetNotificationChannelRequest) Marshal

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

func (*GetNotificationChannelRequest) MarshalJSON

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

func (*GetNotificationChannelRequest) ProtoMessage

func (*GetNotificationChannelRequest) ProtoMessage()

func (*GetNotificationChannelRequest) ProtoReflect

func (*GetNotificationChannelRequest) Reset

func (m *GetNotificationChannelRequest) Reset()

func (*GetNotificationChannelRequest) SetFieldMask

func (*GetNotificationChannelRequest) SetName

func (*GetNotificationChannelRequest) SetView

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

func (*GetNotificationChannelRequest) String

func (*GetNotificationChannelRequest) Unmarshal

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

func (*GetNotificationChannelRequest) UnmarshalJSON

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

type ListNotificationChannelsDescriptor

type ListNotificationChannelsDescriptor struct{}

func GetListNotificationChannelsDescriptor

func GetListNotificationChannelsDescriptor() *ListNotificationChannelsDescriptor

func (*ListNotificationChannelsDescriptor) GetApiDescriptor

func (*ListNotificationChannelsDescriptor) GetApiName

func (*ListNotificationChannelsDescriptor) GetClientMsgReflectHandle

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

func (*ListNotificationChannelsDescriptor) GetFullMethodName

func (d *ListNotificationChannelsDescriptor) GetFullMethodName() string

func (*ListNotificationChannelsDescriptor) GetMethodName

func (d *ListNotificationChannelsDescriptor) GetMethodName() string

func (*ListNotificationChannelsDescriptor) GetProtoPkgName

func (d *ListNotificationChannelsDescriptor) GetProtoPkgName() string

func (*ListNotificationChannelsDescriptor) GetResourceDescriptor

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

func (*ListNotificationChannelsDescriptor) GetServerMsgReflectHandle

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

func (*ListNotificationChannelsDescriptor) GetServiceDomain

func (d *ListNotificationChannelsDescriptor) GetServiceDomain() string

func (*ListNotificationChannelsDescriptor) GetServiceVersion

func (d *ListNotificationChannelsDescriptor) GetServiceVersion() string

func (*ListNotificationChannelsDescriptor) GetVerb

func (*ListNotificationChannelsDescriptor) HasResource

func (d *ListNotificationChannelsDescriptor) HasResource() bool

func (*ListNotificationChannelsDescriptor) IsClientStream

func (d *ListNotificationChannelsDescriptor) IsClientStream() bool

func (*ListNotificationChannelsDescriptor) IsCollection

func (d *ListNotificationChannelsDescriptor) IsCollection() bool

func (*ListNotificationChannelsDescriptor) IsPlural

func (*ListNotificationChannelsDescriptor) IsServerStream

func (d *ListNotificationChannelsDescriptor) IsServerStream() bool

func (*ListNotificationChannelsDescriptor) IsUnary

func (*ListNotificationChannelsDescriptor) NewEmptyClientMsg

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

func (*ListNotificationChannelsDescriptor) NewEmptyServerMsg

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

func (*ListNotificationChannelsDescriptor) RequestHasResourceBody

func (d *ListNotificationChannelsDescriptor) RequestHasResourceBody() bool

type ListNotificationChannelsDescriptorClientMsgHandle

type ListNotificationChannelsDescriptorClientMsgHandle struct{}

func (*ListNotificationChannelsDescriptorClientMsgHandle) ExtractCollectionName

func (*ListNotificationChannelsDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*ListNotificationChannelsDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*ListNotificationChannelsDescriptorClientMsgHandle) ExtractResourceName

func (*ListNotificationChannelsDescriptorClientMsgHandle) ExtractResourceNames

type ListNotificationChannelsDescriptorServerMsgHandle

type ListNotificationChannelsDescriptorServerMsgHandle struct{}

func (*ListNotificationChannelsDescriptorServerMsgHandle) ExtractCollectionName

func (*ListNotificationChannelsDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*ListNotificationChannelsDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*ListNotificationChannelsDescriptorServerMsgHandle) ExtractResourceName

func (*ListNotificationChannelsDescriptorServerMsgHandle) ExtractResourceNames

type ListNotificationChannelsRequest

type ListNotificationChannelsRequest struct {

	// Parent name of ntt.monitoring.v3.NotificationChannel
	Parent *notification_channel.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Requested page size. Server may return fewer NotificationChannels 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
	// [ListNotificationChannelsResponse.next_page_token][ntt.monitoring.v3.ListNotificationChannelsResponse.next_page_token]
	PageToken *notification_channel.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 *notification_channel.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 *notification_channel.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 *notification_channel.NotificationChannel_FieldMask `` /* 151-byte string literal not displayed */
	// View defines list of standard response fields present in response items.
	// Additional fields can be amended by request field field_mask
	View view.View `protobuf:"varint,7,opt,name=view,proto3,enum=goten.types.View" json:"view,omitempty" firestore:"view"`
	// Indicates if list response should contain total count and offset (fields
	// current_offset and total_results_count).
	IncludePagingInfo bool `` /* 145-byte string literal not displayed */
	// contains filtered or unexported fields
}

Request message for method [ListNotificationChannels][ntt.monitoring.v3.ListNotificationChannels]

func (*ListNotificationChannelsRequest) Descriptor

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

Deprecated, Use ListNotificationChannelsRequest.ProtoReflect.Descriptor instead.

func (*ListNotificationChannelsRequest) GetFieldMask

func (*ListNotificationChannelsRequest) GetFilter

func (*ListNotificationChannelsRequest) GetIncludePagingInfo

func (m *ListNotificationChannelsRequest) GetIncludePagingInfo() bool

func (*ListNotificationChannelsRequest) GetOrderBy

func (*ListNotificationChannelsRequest) GetPageSize

func (m *ListNotificationChannelsRequest) GetPageSize() int32

func (*ListNotificationChannelsRequest) GetPageToken

func (*ListNotificationChannelsRequest) GetParent

func (*ListNotificationChannelsRequest) GetView

func (*ListNotificationChannelsRequest) GotenMessage

func (*ListNotificationChannelsRequest) GotenMessage()

func (*ListNotificationChannelsRequest) GotenValidate

func (obj *ListNotificationChannelsRequest) GotenValidate() error

func (*ListNotificationChannelsRequest) Marshal

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

func (*ListNotificationChannelsRequest) MarshalJSON

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

func (*ListNotificationChannelsRequest) ProtoMessage

func (*ListNotificationChannelsRequest) ProtoMessage()

func (*ListNotificationChannelsRequest) ProtoReflect

func (*ListNotificationChannelsRequest) Reset

func (*ListNotificationChannelsRequest) SetFieldMask

func (*ListNotificationChannelsRequest) SetFilter

func (*ListNotificationChannelsRequest) SetIncludePagingInfo

func (m *ListNotificationChannelsRequest) SetIncludePagingInfo(fv bool)

func (*ListNotificationChannelsRequest) SetOrderBy

func (*ListNotificationChannelsRequest) SetPageSize

func (m *ListNotificationChannelsRequest) SetPageSize(fv int32)

func (*ListNotificationChannelsRequest) SetPageToken

func (*ListNotificationChannelsRequest) SetParent

func (*ListNotificationChannelsRequest) SetView

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

func (*ListNotificationChannelsRequest) String

func (*ListNotificationChannelsRequest) Unmarshal

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

func (*ListNotificationChannelsRequest) UnmarshalJSON

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

type ListNotificationChannelsResponse

type ListNotificationChannelsResponse struct {

	// The list of NotificationChannels
	NotificationChannels []*notification_channel.NotificationChannel `` /* 154-byte string literal not displayed */
	// A token to retrieve previous page of results. Pass this value in the
	// [ListNotificationChannelsRequest.page_token][ntt.monitoring.v3.ListNotificationChannelsRequest.page_token]
	PrevPageToken *notification_channel.PagerCursor `` /* 151-byte string literal not displayed */
	// A token to retrieve next page of results. Pass this value in the
	// [ListNotificationChannelsRequest.page_token][ntt.monitoring.v3.ListNotificationChannelsRequest.page_token]
	NextPageToken *notification_channel.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 NotificationChannels across all pages or 0, if there are no
	// items, paging info was not requested or there was an error while trying to
	// get it.
	TotalResultsCount int32 `` /* 145-byte string literal not displayed */
	// contains filtered or unexported fields
}

Request message for method [ListNotificationChannels][ntt.monitoring.v3.ListNotificationChannels]

func (*ListNotificationChannelsResponse) Descriptor

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

Deprecated, Use ListNotificationChannelsResponse.ProtoReflect.Descriptor instead.

func (*ListNotificationChannelsResponse) GetCurrentOffset

func (m *ListNotificationChannelsResponse) GetCurrentOffset() int32

func (*ListNotificationChannelsResponse) GetNextPageToken

func (*ListNotificationChannelsResponse) GetNotificationChannels

func (*ListNotificationChannelsResponse) GetPrevPageToken

func (*ListNotificationChannelsResponse) GetTotalResultsCount

func (m *ListNotificationChannelsResponse) GetTotalResultsCount() int32

func (*ListNotificationChannelsResponse) GotenMessage

func (*ListNotificationChannelsResponse) GotenMessage()

func (*ListNotificationChannelsResponse) GotenValidate

func (obj *ListNotificationChannelsResponse) GotenValidate() error

func (*ListNotificationChannelsResponse) Marshal

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

func (*ListNotificationChannelsResponse) MarshalJSON

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

func (*ListNotificationChannelsResponse) ProtoMessage

func (*ListNotificationChannelsResponse) ProtoMessage()

func (*ListNotificationChannelsResponse) ProtoReflect

func (*ListNotificationChannelsResponse) Reset

func (*ListNotificationChannelsResponse) SetCurrentOffset

func (m *ListNotificationChannelsResponse) SetCurrentOffset(fv int32)

func (*ListNotificationChannelsResponse) SetNextPageToken

func (*ListNotificationChannelsResponse) SetNotificationChannels

func (*ListNotificationChannelsResponse) SetPrevPageToken

func (*ListNotificationChannelsResponse) SetTotalResultsCount

func (m *ListNotificationChannelsResponse) SetTotalResultsCount(fv int32)

func (*ListNotificationChannelsResponse) String

func (*ListNotificationChannelsResponse) Unmarshal

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

func (*ListNotificationChannelsResponse) UnmarshalJSON

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

type NotificationChannelServiceClient

NotificationChannelServiceClient is the client API for NotificationChannelService.

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

type NotificationChannelServiceDescriptor

type NotificationChannelServiceDescriptor struct{}

func GetNotificationChannelServiceDescriptor

func GetNotificationChannelServiceDescriptor() *NotificationChannelServiceDescriptor

func (*NotificationChannelServiceDescriptor) AllMethodDescriptors

func (*NotificationChannelServiceDescriptor) GetApiName

func (*NotificationChannelServiceDescriptor) GetFullAPIName

func (d *NotificationChannelServiceDescriptor) GetFullAPIName() string

func (*NotificationChannelServiceDescriptor) GetProtoPkgName

func (d *NotificationChannelServiceDescriptor) GetProtoPkgName() string

func (*NotificationChannelServiceDescriptor) GetServiceDomain

func (d *NotificationChannelServiceDescriptor) GetServiceDomain() string

func (*NotificationChannelServiceDescriptor) GetServiceVersion

func (d *NotificationChannelServiceDescriptor) GetServiceVersion() string

type TestNotificationChannelDescriptor

type TestNotificationChannelDescriptor struct{}

func GetTestNotificationChannelDescriptor

func GetTestNotificationChannelDescriptor() *TestNotificationChannelDescriptor

func (*TestNotificationChannelDescriptor) GetApiDescriptor

func (*TestNotificationChannelDescriptor) GetApiName

func (d *TestNotificationChannelDescriptor) GetApiName() string

func (*TestNotificationChannelDescriptor) GetClientMsgReflectHandle

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

func (*TestNotificationChannelDescriptor) GetFullMethodName

func (d *TestNotificationChannelDescriptor) GetFullMethodName() string

func (*TestNotificationChannelDescriptor) GetMethodName

func (d *TestNotificationChannelDescriptor) GetMethodName() string

func (*TestNotificationChannelDescriptor) GetProtoPkgName

func (d *TestNotificationChannelDescriptor) GetProtoPkgName() string

func (*TestNotificationChannelDescriptor) GetResourceDescriptor

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

func (*TestNotificationChannelDescriptor) GetServerMsgReflectHandle

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

func (*TestNotificationChannelDescriptor) GetServiceDomain

func (d *TestNotificationChannelDescriptor) GetServiceDomain() string

func (*TestNotificationChannelDescriptor) GetServiceVersion

func (d *TestNotificationChannelDescriptor) GetServiceVersion() string

func (*TestNotificationChannelDescriptor) GetVerb

func (*TestNotificationChannelDescriptor) HasResource

func (d *TestNotificationChannelDescriptor) HasResource() bool

func (*TestNotificationChannelDescriptor) IsClientStream

func (d *TestNotificationChannelDescriptor) IsClientStream() bool

func (*TestNotificationChannelDescriptor) IsCollection

func (d *TestNotificationChannelDescriptor) IsCollection() bool

func (*TestNotificationChannelDescriptor) IsPlural

func (*TestNotificationChannelDescriptor) IsServerStream

func (d *TestNotificationChannelDescriptor) IsServerStream() bool

func (*TestNotificationChannelDescriptor) IsUnary

func (*TestNotificationChannelDescriptor) NewEmptyClientMsg

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

func (*TestNotificationChannelDescriptor) NewEmptyServerMsg

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

func (*TestNotificationChannelDescriptor) RequestHasResourceBody

func (d *TestNotificationChannelDescriptor) RequestHasResourceBody() bool

type TestNotificationChannelDescriptorClientMsgHandle

type TestNotificationChannelDescriptorClientMsgHandle struct{}

func (*TestNotificationChannelDescriptorClientMsgHandle) ExtractCollectionName

func (*TestNotificationChannelDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*TestNotificationChannelDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*TestNotificationChannelDescriptorClientMsgHandle) ExtractResourceName

func (*TestNotificationChannelDescriptorClientMsgHandle) ExtractResourceNames

type TestNotificationChannelDescriptorServerMsgHandle

type TestNotificationChannelDescriptorServerMsgHandle struct{}

func (*TestNotificationChannelDescriptorServerMsgHandle) ExtractCollectionName

func (*TestNotificationChannelDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*TestNotificationChannelDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*TestNotificationChannelDescriptorServerMsgHandle) ExtractResourceName

func (*TestNotificationChannelDescriptorServerMsgHandle) ExtractResourceNames

type TestNotificationChannelRequest

type TestNotificationChannelRequest struct {

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

Request message for method [TestNotificationChannel][ntt.monitoring.v3.TestNotificationChannel]

func (*TestNotificationChannelRequest) Descriptor

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

Deprecated, Use TestNotificationChannelRequest.ProtoReflect.Descriptor instead.

func (*TestNotificationChannelRequest) GetName

func (*TestNotificationChannelRequest) GotenMessage

func (*TestNotificationChannelRequest) GotenMessage()

func (*TestNotificationChannelRequest) GotenValidate

func (obj *TestNotificationChannelRequest) GotenValidate() error

func (*TestNotificationChannelRequest) Marshal

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

func (*TestNotificationChannelRequest) MarshalJSON

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

func (*TestNotificationChannelRequest) ProtoMessage

func (*TestNotificationChannelRequest) ProtoMessage()

func (*TestNotificationChannelRequest) ProtoReflect

func (*TestNotificationChannelRequest) Reset

func (m *TestNotificationChannelRequest) Reset()

func (*TestNotificationChannelRequest) SetName

func (*TestNotificationChannelRequest) String

func (*TestNotificationChannelRequest) Unmarshal

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

func (*TestNotificationChannelRequest) UnmarshalJSON

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

type UpdateNotificationChannelDescriptor

type UpdateNotificationChannelDescriptor struct{}

func GetUpdateNotificationChannelDescriptor

func GetUpdateNotificationChannelDescriptor() *UpdateNotificationChannelDescriptor

func (*UpdateNotificationChannelDescriptor) GetApiDescriptor

func (*UpdateNotificationChannelDescriptor) GetApiName

func (*UpdateNotificationChannelDescriptor) GetClientMsgReflectHandle

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

func (*UpdateNotificationChannelDescriptor) GetFullMethodName

func (d *UpdateNotificationChannelDescriptor) GetFullMethodName() string

func (*UpdateNotificationChannelDescriptor) GetMethodName

func (d *UpdateNotificationChannelDescriptor) GetMethodName() string

func (*UpdateNotificationChannelDescriptor) GetProtoPkgName

func (d *UpdateNotificationChannelDescriptor) GetProtoPkgName() string

func (*UpdateNotificationChannelDescriptor) GetResourceDescriptor

func (*UpdateNotificationChannelDescriptor) GetServerMsgReflectHandle

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

func (*UpdateNotificationChannelDescriptor) GetServiceDomain

func (d *UpdateNotificationChannelDescriptor) GetServiceDomain() string

func (*UpdateNotificationChannelDescriptor) GetServiceVersion

func (d *UpdateNotificationChannelDescriptor) GetServiceVersion() string

func (*UpdateNotificationChannelDescriptor) GetVerb

func (*UpdateNotificationChannelDescriptor) HasResource

func (d *UpdateNotificationChannelDescriptor) HasResource() bool

func (*UpdateNotificationChannelDescriptor) IsClientStream

func (d *UpdateNotificationChannelDescriptor) IsClientStream() bool

func (*UpdateNotificationChannelDescriptor) IsCollection

func (d *UpdateNotificationChannelDescriptor) IsCollection() bool

func (*UpdateNotificationChannelDescriptor) IsPlural

func (*UpdateNotificationChannelDescriptor) IsServerStream

func (d *UpdateNotificationChannelDescriptor) IsServerStream() bool

func (*UpdateNotificationChannelDescriptor) IsUnary

func (*UpdateNotificationChannelDescriptor) NewEmptyClientMsg

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

func (*UpdateNotificationChannelDescriptor) NewEmptyServerMsg

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

func (*UpdateNotificationChannelDescriptor) RequestHasResourceBody

func (d *UpdateNotificationChannelDescriptor) RequestHasResourceBody() bool

type UpdateNotificationChannelDescriptorClientMsgHandle

type UpdateNotificationChannelDescriptorClientMsgHandle struct{}

func (*UpdateNotificationChannelDescriptorClientMsgHandle) ExtractCollectionName

func (*UpdateNotificationChannelDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*UpdateNotificationChannelDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*UpdateNotificationChannelDescriptorClientMsgHandle) ExtractResourceName

func (*UpdateNotificationChannelDescriptorClientMsgHandle) ExtractResourceNames

type UpdateNotificationChannelDescriptorServerMsgHandle

type UpdateNotificationChannelDescriptorServerMsgHandle struct{}

func (*UpdateNotificationChannelDescriptorServerMsgHandle) ExtractCollectionName

func (*UpdateNotificationChannelDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*UpdateNotificationChannelDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*UpdateNotificationChannelDescriptorServerMsgHandle) ExtractResourceName

func (*UpdateNotificationChannelDescriptorServerMsgHandle) ExtractResourceNames

type UpdateNotificationChannelRequest

type UpdateNotificationChannelRequest struct {

	// NotificationChannel resource body
	NotificationChannel *notification_channel.NotificationChannel `` /* 150-byte string literal not displayed */
	// FieldMask applied to request - change will be applied only for fields in
	// the mask
	UpdateMask *notification_channel.NotificationChannel_FieldMask `` /* 155-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 *UpdateNotificationChannelRequest_CAS `protobuf:"bytes,4,opt,name=cas,proto3" json:"cas,omitempty" firestore:"cas"`
	// If set to true, and the resource is not found,
	// a new resource will be created.  In this situation,
	// 'field_mask' is ignored.
	//
	// https://google.aip.dev/134#create-or-update
	AllowMissing bool `protobuf:"varint,5,opt,name=allow_missing,json=allowMissing,proto3" json:"allow_missing,omitempty" firestore:"allowMissing"`
	// contains filtered or unexported fields
}

Request message for method [UpdateNotificationChannel][ntt.monitoring.v3.UpdateNotificationChannel]

func (*UpdateNotificationChannelRequest) Descriptor

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

Deprecated, Use UpdateNotificationChannelRequest.ProtoReflect.Descriptor instead.

func (*UpdateNotificationChannelRequest) GetAllowMissing added in v0.12.33

func (m *UpdateNotificationChannelRequest) GetAllowMissing() bool

func (*UpdateNotificationChannelRequest) GetCas

func (*UpdateNotificationChannelRequest) GetNotificationChannel

func (*UpdateNotificationChannelRequest) GetUpdateMask

func (*UpdateNotificationChannelRequest) GotenMessage

func (*UpdateNotificationChannelRequest) GotenMessage()

func (*UpdateNotificationChannelRequest) GotenValidate

func (obj *UpdateNotificationChannelRequest) GotenValidate() error

func (*UpdateNotificationChannelRequest) Marshal

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

func (*UpdateNotificationChannelRequest) MarshalJSON

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

func (*UpdateNotificationChannelRequest) ProtoMessage

func (*UpdateNotificationChannelRequest) ProtoMessage()

func (*UpdateNotificationChannelRequest) ProtoReflect

func (*UpdateNotificationChannelRequest) Reset

func (*UpdateNotificationChannelRequest) SetAllowMissing added in v0.12.33

func (m *UpdateNotificationChannelRequest) SetAllowMissing(fv bool)

func (*UpdateNotificationChannelRequest) SetCas

func (*UpdateNotificationChannelRequest) SetNotificationChannel

func (*UpdateNotificationChannelRequest) SetUpdateMask

func (*UpdateNotificationChannelRequest) String

func (*UpdateNotificationChannelRequest) Unmarshal

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

func (*UpdateNotificationChannelRequest) UnmarshalJSON

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

type UpdateNotificationChannelRequest_CAS

type UpdateNotificationChannelRequest_CAS struct {

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

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

Deprecated, Use UpdateNotificationChannelRequest_CAS.ProtoReflect.Descriptor instead.

func (*UpdateNotificationChannelRequest_CAS) GetConditionalState

func (*UpdateNotificationChannelRequest_CAS) GetFieldMask

func (*UpdateNotificationChannelRequest_CAS) GotenMessage

func (*UpdateNotificationChannelRequest_CAS) GotenMessage()

func (*UpdateNotificationChannelRequest_CAS) GotenValidate

func (obj *UpdateNotificationChannelRequest_CAS) GotenValidate() error

func (*UpdateNotificationChannelRequest_CAS) Marshal

func (*UpdateNotificationChannelRequest_CAS) MarshalJSON

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

func (*UpdateNotificationChannelRequest_CAS) ProtoMessage

func (*UpdateNotificationChannelRequest_CAS) ProtoMessage()

func (*UpdateNotificationChannelRequest_CAS) ProtoReflect

func (*UpdateNotificationChannelRequest_CAS) Reset

func (*UpdateNotificationChannelRequest_CAS) SetConditionalState

func (*UpdateNotificationChannelRequest_CAS) SetFieldMask

func (*UpdateNotificationChannelRequest_CAS) String

func (*UpdateNotificationChannelRequest_CAS) Unmarshal

func (*UpdateNotificationChannelRequest_CAS) UnmarshalJSON

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

type WatchNotificationChannelClientStream

type WatchNotificationChannelClientStream interface {
	Recv() (*WatchNotificationChannelResponse, error)
	grpc.ClientStream
}

type WatchNotificationChannelDescriptor

type WatchNotificationChannelDescriptor struct{}

func GetWatchNotificationChannelDescriptor

func GetWatchNotificationChannelDescriptor() *WatchNotificationChannelDescriptor

func (*WatchNotificationChannelDescriptor) GetApiDescriptor

func (*WatchNotificationChannelDescriptor) GetApiName

func (*WatchNotificationChannelDescriptor) GetClientMsgReflectHandle

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

func (*WatchNotificationChannelDescriptor) GetFullMethodName

func (d *WatchNotificationChannelDescriptor) GetFullMethodName() string

func (*WatchNotificationChannelDescriptor) GetMethodName

func (d *WatchNotificationChannelDescriptor) GetMethodName() string

func (*WatchNotificationChannelDescriptor) GetProtoPkgName

func (d *WatchNotificationChannelDescriptor) GetProtoPkgName() string

func (*WatchNotificationChannelDescriptor) GetResourceDescriptor

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

func (*WatchNotificationChannelDescriptor) GetServerMsgReflectHandle

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

func (*WatchNotificationChannelDescriptor) GetServiceDomain

func (d *WatchNotificationChannelDescriptor) GetServiceDomain() string

func (*WatchNotificationChannelDescriptor) GetServiceVersion

func (d *WatchNotificationChannelDescriptor) GetServiceVersion() string

func (*WatchNotificationChannelDescriptor) GetVerb

func (*WatchNotificationChannelDescriptor) HasResource

func (d *WatchNotificationChannelDescriptor) HasResource() bool

func (*WatchNotificationChannelDescriptor) IsClientStream

func (d *WatchNotificationChannelDescriptor) IsClientStream() bool

func (*WatchNotificationChannelDescriptor) IsCollection

func (d *WatchNotificationChannelDescriptor) IsCollection() bool

func (*WatchNotificationChannelDescriptor) IsPlural

func (*WatchNotificationChannelDescriptor) IsServerStream

func (d *WatchNotificationChannelDescriptor) IsServerStream() bool

func (*WatchNotificationChannelDescriptor) IsUnary

func (*WatchNotificationChannelDescriptor) NewEmptyClientMsg

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

func (*WatchNotificationChannelDescriptor) NewEmptyServerMsg

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

func (*WatchNotificationChannelDescriptor) RequestHasResourceBody

func (d *WatchNotificationChannelDescriptor) RequestHasResourceBody() bool

type WatchNotificationChannelDescriptorClientMsgHandle

type WatchNotificationChannelDescriptorClientMsgHandle struct{}

func (*WatchNotificationChannelDescriptorClientMsgHandle) ExtractCollectionName

func (*WatchNotificationChannelDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*WatchNotificationChannelDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*WatchNotificationChannelDescriptorClientMsgHandle) ExtractResourceName

func (*WatchNotificationChannelDescriptorClientMsgHandle) ExtractResourceNames

type WatchNotificationChannelDescriptorServerMsgHandle

type WatchNotificationChannelDescriptorServerMsgHandle struct{}

func (*WatchNotificationChannelDescriptorServerMsgHandle) ExtractCollectionName

func (*WatchNotificationChannelDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*WatchNotificationChannelDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*WatchNotificationChannelDescriptorServerMsgHandle) ExtractResourceName

func (*WatchNotificationChannelDescriptorServerMsgHandle) ExtractResourceNames

type WatchNotificationChannelRequest

type WatchNotificationChannelRequest struct {

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

Request message for method [WatchNotificationChannel][ntt.monitoring.v3.WatchNotificationChannel]

func (*WatchNotificationChannelRequest) Descriptor

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

Deprecated, Use WatchNotificationChannelRequest.ProtoReflect.Descriptor instead.

func (*WatchNotificationChannelRequest) GetFieldMask

func (*WatchNotificationChannelRequest) GetName

func (*WatchNotificationChannelRequest) GetView

func (*WatchNotificationChannelRequest) GotenMessage

func (*WatchNotificationChannelRequest) GotenMessage()

func (*WatchNotificationChannelRequest) GotenValidate

func (obj *WatchNotificationChannelRequest) GotenValidate() error

func (*WatchNotificationChannelRequest) Marshal

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

func (*WatchNotificationChannelRequest) MarshalJSON

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

func (*WatchNotificationChannelRequest) ProtoMessage

func (*WatchNotificationChannelRequest) ProtoMessage()

func (*WatchNotificationChannelRequest) ProtoReflect

func (*WatchNotificationChannelRequest) Reset

func (*WatchNotificationChannelRequest) SetFieldMask

func (*WatchNotificationChannelRequest) SetName

func (*WatchNotificationChannelRequest) SetView

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

func (*WatchNotificationChannelRequest) String

func (*WatchNotificationChannelRequest) Unmarshal

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

func (*WatchNotificationChannelRequest) UnmarshalJSON

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

type WatchNotificationChannelResponse

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

WatchNotificationChannelResponse

func (*WatchNotificationChannelResponse) Descriptor

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

Deprecated, Use WatchNotificationChannelResponse.ProtoReflect.Descriptor instead.

func (*WatchNotificationChannelResponse) GetChange

func (*WatchNotificationChannelResponse) GotenMessage

func (*WatchNotificationChannelResponse) GotenMessage()

func (*WatchNotificationChannelResponse) GotenValidate

func (obj *WatchNotificationChannelResponse) GotenValidate() error

func (*WatchNotificationChannelResponse) Marshal

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

func (*WatchNotificationChannelResponse) MarshalJSON

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

func (*WatchNotificationChannelResponse) ProtoMessage

func (*WatchNotificationChannelResponse) ProtoMessage()

func (*WatchNotificationChannelResponse) ProtoReflect

func (*WatchNotificationChannelResponse) Reset

func (*WatchNotificationChannelResponse) SetChange

func (*WatchNotificationChannelResponse) String

func (*WatchNotificationChannelResponse) Unmarshal

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

func (*WatchNotificationChannelResponse) UnmarshalJSON

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

type WatchNotificationChannelsClientStream

type WatchNotificationChannelsClientStream interface {
	Recv() (*WatchNotificationChannelsResponse, error)
	grpc.ClientStream
}

type WatchNotificationChannelsDescriptor

type WatchNotificationChannelsDescriptor struct{}

func GetWatchNotificationChannelsDescriptor

func GetWatchNotificationChannelsDescriptor() *WatchNotificationChannelsDescriptor

func (*WatchNotificationChannelsDescriptor) GetApiDescriptor

func (*WatchNotificationChannelsDescriptor) GetApiName

func (*WatchNotificationChannelsDescriptor) GetClientMsgReflectHandle

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

func (*WatchNotificationChannelsDescriptor) GetFullMethodName

func (d *WatchNotificationChannelsDescriptor) GetFullMethodName() string

func (*WatchNotificationChannelsDescriptor) GetMethodName

func (d *WatchNotificationChannelsDescriptor) GetMethodName() string

func (*WatchNotificationChannelsDescriptor) GetProtoPkgName

func (d *WatchNotificationChannelsDescriptor) GetProtoPkgName() string

func (*WatchNotificationChannelsDescriptor) GetResourceDescriptor

func (*WatchNotificationChannelsDescriptor) GetServerMsgReflectHandle

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

func (*WatchNotificationChannelsDescriptor) GetServiceDomain

func (d *WatchNotificationChannelsDescriptor) GetServiceDomain() string

func (*WatchNotificationChannelsDescriptor) GetServiceVersion

func (d *WatchNotificationChannelsDescriptor) GetServiceVersion() string

func (*WatchNotificationChannelsDescriptor) GetVerb

func (*WatchNotificationChannelsDescriptor) HasResource

func (d *WatchNotificationChannelsDescriptor) HasResource() bool

func (*WatchNotificationChannelsDescriptor) IsClientStream

func (d *WatchNotificationChannelsDescriptor) IsClientStream() bool

func (*WatchNotificationChannelsDescriptor) IsCollection

func (d *WatchNotificationChannelsDescriptor) IsCollection() bool

func (*WatchNotificationChannelsDescriptor) IsPlural

func (*WatchNotificationChannelsDescriptor) IsServerStream

func (d *WatchNotificationChannelsDescriptor) IsServerStream() bool

func (*WatchNotificationChannelsDescriptor) IsUnary

func (*WatchNotificationChannelsDescriptor) NewEmptyClientMsg

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

func (*WatchNotificationChannelsDescriptor) NewEmptyServerMsg

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

func (*WatchNotificationChannelsDescriptor) RequestHasResourceBody

func (d *WatchNotificationChannelsDescriptor) RequestHasResourceBody() bool

type WatchNotificationChannelsDescriptorClientMsgHandle

type WatchNotificationChannelsDescriptorClientMsgHandle struct{}

func (*WatchNotificationChannelsDescriptorClientMsgHandle) ExtractCollectionName

func (*WatchNotificationChannelsDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*WatchNotificationChannelsDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*WatchNotificationChannelsDescriptorClientMsgHandle) ExtractResourceName

func (*WatchNotificationChannelsDescriptorClientMsgHandle) ExtractResourceNames

type WatchNotificationChannelsDescriptorServerMsgHandle

type WatchNotificationChannelsDescriptorServerMsgHandle struct{}

func (*WatchNotificationChannelsDescriptorServerMsgHandle) ExtractCollectionName

func (*WatchNotificationChannelsDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*WatchNotificationChannelsDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*WatchNotificationChannelsDescriptorServerMsgHandle) ExtractResourceName

func (*WatchNotificationChannelsDescriptorServerMsgHandle) ExtractResourceNames

type WatchNotificationChannelsRequest

type WatchNotificationChannelsRequest 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.v3.NotificationChannel
	Parent *notification_channel.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Requested page size. Server may return fewer NotificationChannels 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 *notification_channel.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 *notification_channel.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 *notification_channel.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 NotificationChannel that
	// don't affect any of masked fields won't be sent back.
	FieldMask *notification_channel.NotificationChannel_FieldMask `` /* 151-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
	// NotificationChannel that don't affect any of masked fields won't be sent
	// back.
	View view.View `protobuf:"varint,8,opt,name=view,proto3,enum=goten.types.View" json:"view,omitempty" firestore:"view"`
	// Maximum amount of changes in each response message. Query result response
	// is divided on the server side into chunks with size of a specified amount
	// to limit memory footprint of each message. Responses will hold information
	// whether more elements will continue for the actual change. If unspecified,
	// server will pick an appropriate default.
	MaxChunkSize int32 `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

Request message for method [WatchNotificationChannels][ntt.monitoring.v3.WatchNotificationChannels]

func (*WatchNotificationChannelsRequest) Descriptor

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

Deprecated, Use WatchNotificationChannelsRequest.ProtoReflect.Descriptor instead.

func (*WatchNotificationChannelsRequest) GetFieldMask

func (*WatchNotificationChannelsRequest) GetFilter

func (*WatchNotificationChannelsRequest) GetMaxChunkSize

func (m *WatchNotificationChannelsRequest) GetMaxChunkSize() int32

func (*WatchNotificationChannelsRequest) GetOrderBy

func (*WatchNotificationChannelsRequest) GetPageSize

func (m *WatchNotificationChannelsRequest) GetPageSize() int32

func (*WatchNotificationChannelsRequest) GetPageToken

func (*WatchNotificationChannelsRequest) GetParent

func (*WatchNotificationChannelsRequest) GetResumeToken

func (m *WatchNotificationChannelsRequest) GetResumeToken() string

func (*WatchNotificationChannelsRequest) GetStartingTime

func (*WatchNotificationChannelsRequest) GetType

func (*WatchNotificationChannelsRequest) GetView

func (*WatchNotificationChannelsRequest) GotenMessage

func (*WatchNotificationChannelsRequest) GotenMessage()

func (*WatchNotificationChannelsRequest) GotenValidate

func (obj *WatchNotificationChannelsRequest) GotenValidate() error

func (*WatchNotificationChannelsRequest) Marshal

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

func (*WatchNotificationChannelsRequest) MarshalJSON

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

func (*WatchNotificationChannelsRequest) ProtoMessage

func (*WatchNotificationChannelsRequest) ProtoMessage()

func (*WatchNotificationChannelsRequest) ProtoReflect

func (*WatchNotificationChannelsRequest) Reset

func (*WatchNotificationChannelsRequest) SetFieldMask

func (*WatchNotificationChannelsRequest) SetFilter

func (*WatchNotificationChannelsRequest) SetMaxChunkSize

func (m *WatchNotificationChannelsRequest) SetMaxChunkSize(fv int32)

func (*WatchNotificationChannelsRequest) SetOrderBy

func (*WatchNotificationChannelsRequest) SetPageSize

func (m *WatchNotificationChannelsRequest) SetPageSize(fv int32)

func (*WatchNotificationChannelsRequest) SetPageToken

func (*WatchNotificationChannelsRequest) SetParent

func (*WatchNotificationChannelsRequest) SetResumeToken

func (m *WatchNotificationChannelsRequest) SetResumeToken(fv string)

func (*WatchNotificationChannelsRequest) SetStartingTime

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

func (*WatchNotificationChannelsRequest) SetType

func (*WatchNotificationChannelsRequest) SetView

func (*WatchNotificationChannelsRequest) String

func (*WatchNotificationChannelsRequest) Unmarshal

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

func (*WatchNotificationChannelsRequest) UnmarshalJSON

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

type WatchNotificationChannelsResponse

type WatchNotificationChannelsResponse struct {

	// Changes of NotificationChannels
	NotificationChannelChanges []*notification_channel.NotificationChannelChange `` /* 180-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 NotificationChannels 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 *WatchNotificationChannelsResponse_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 (NotificationChannels 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
}

WatchNotificationChannelsResponse

func (*WatchNotificationChannelsResponse) Descriptor

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

Deprecated, Use WatchNotificationChannelsResponse.ProtoReflect.Descriptor instead.

func (*WatchNotificationChannelsResponse) GetIsCurrent

func (m *WatchNotificationChannelsResponse) GetIsCurrent() bool

func (*WatchNotificationChannelsResponse) GetIsHardReset

func (m *WatchNotificationChannelsResponse) GetIsHardReset() bool

func (*WatchNotificationChannelsResponse) GetIsSoftReset

func (m *WatchNotificationChannelsResponse) GetIsSoftReset() bool

func (*WatchNotificationChannelsResponse) GetNotificationChannelChanges

func (*WatchNotificationChannelsResponse) GetPageTokenChange

func (*WatchNotificationChannelsResponse) GetResumeToken

func (m *WatchNotificationChannelsResponse) GetResumeToken() string

func (*WatchNotificationChannelsResponse) GetSnapshotSize

func (m *WatchNotificationChannelsResponse) GetSnapshotSize() int64

func (*WatchNotificationChannelsResponse) GotenMessage

func (*WatchNotificationChannelsResponse) GotenMessage()

func (*WatchNotificationChannelsResponse) GotenValidate

func (obj *WatchNotificationChannelsResponse) GotenValidate() error

func (*WatchNotificationChannelsResponse) Marshal

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

func (*WatchNotificationChannelsResponse) MarshalJSON

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

func (*WatchNotificationChannelsResponse) ProtoMessage

func (*WatchNotificationChannelsResponse) ProtoMessage()

func (*WatchNotificationChannelsResponse) ProtoReflect

func (*WatchNotificationChannelsResponse) Reset

func (*WatchNotificationChannelsResponse) SetIsCurrent

func (m *WatchNotificationChannelsResponse) SetIsCurrent(fv bool)

func (*WatchNotificationChannelsResponse) SetIsHardReset

func (m *WatchNotificationChannelsResponse) SetIsHardReset(fv bool)

func (*WatchNotificationChannelsResponse) SetIsSoftReset

func (m *WatchNotificationChannelsResponse) SetIsSoftReset(fv bool)

func (*WatchNotificationChannelsResponse) SetNotificationChannelChanges

func (*WatchNotificationChannelsResponse) SetPageTokenChange

func (*WatchNotificationChannelsResponse) SetResumeToken

func (m *WatchNotificationChannelsResponse) SetResumeToken(fv string)

func (*WatchNotificationChannelsResponse) SetSnapshotSize

func (m *WatchNotificationChannelsResponse) SetSnapshotSize(fv int64)

func (*WatchNotificationChannelsResponse) String

func (*WatchNotificationChannelsResponse) Unmarshal

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

func (*WatchNotificationChannelsResponse) UnmarshalJSON

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

type WatchNotificationChannelsResponse_PageTokenChange

type WatchNotificationChannelsResponse_PageTokenChange struct {

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

func (*WatchNotificationChannelsResponse_PageTokenChange) Descriptor

Deprecated, Use WatchNotificationChannelsResponse_PageTokenChange.ProtoReflect.Descriptor instead.

func (*WatchNotificationChannelsResponse_PageTokenChange) GetNextPageToken

func (*WatchNotificationChannelsResponse_PageTokenChange) GetPrevPageToken

func (*WatchNotificationChannelsResponse_PageTokenChange) GotenMessage

func (*WatchNotificationChannelsResponse_PageTokenChange) GotenValidate

func (*WatchNotificationChannelsResponse_PageTokenChange) Marshal

func (*WatchNotificationChannelsResponse_PageTokenChange) MarshalJSON

func (*WatchNotificationChannelsResponse_PageTokenChange) ProtoMessage

func (*WatchNotificationChannelsResponse_PageTokenChange) ProtoReflect

func (*WatchNotificationChannelsResponse_PageTokenChange) Reset

func (*WatchNotificationChannelsResponse_PageTokenChange) SetNextPageToken

func (*WatchNotificationChannelsResponse_PageTokenChange) SetPrevPageToken

func (*WatchNotificationChannelsResponse_PageTokenChange) String

func (*WatchNotificationChannelsResponse_PageTokenChange) Unmarshal

func (*WatchNotificationChannelsResponse_PageTokenChange) UnmarshalJSON

Jump to

Keyboard shortcuts

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